.ps-panel--sidebar .ps-form--search-mobile .form-control {
  color: #000 !important;
}

.ps-product--search-result .ps-product__content,
.ps-panel--sidebar .ps-panel__header {
	text-align: left;
}

/* ====== Hero Section ======*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

    .custom-hero-section {
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/storage/sliders/gemini-generated-image-4f8b5m4f8b5m4f8b.png');
        background-size: cover;
        background-position: center;
        min-height: 80vh;
        display: flex;
        align-items: center;
        color: #ffffff;
        padding: 80px 0;
        position: relative;
    }

    .custom-hero-section .hero-badge {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
        border: 1px border;
        border-color: rgba(255, 255, 255, 0.2);
        padding: 5px 15px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 25px;
        font-family: 'Inter', sans-serif;
    }

    .custom-hero-section h1 {
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 20px;
        max-width: 700px;
        color: #ffffff;
    }

    .custom-hero-section .hero-subtitle {
        font-family: 'Cormorant Garamond', serif;
        font-size: 3.5rem;
        font-style: italic;
        color: #f5e6b3;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .custom-hero-section p {
        font-family: 'Inter', sans-serif;
        font-size: 1.1rem;
        line-height: 1.6;
        max-width: 550px;
        margin-bottom: 40px;
        color: rgba(255, 255, 255, 0.85);
    }

    .custom-hero-section .hero-btns {
        display: flex;
        gap: 20px;
    }

    .custom-hero-section .btn-hero-primary {
        background-color: #c25e00;
        color: #ffffff;
        padding: 12px 30px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s;
        border: none;
    }

    .custom-hero-section .btn-hero-primary:hover {
        background-color: #a04d00;
        transform: translateY(-2px);
    }

    .custom-hero-section .btn-hero-outline {
        background-color: transparent;
        color: #ffffff;
        padding: 12px 30px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        border: 1.5px solid rgba(255, 255, 255, 0.5);
        transition: all 0.3s;
    }

    .custom-hero-section .btn-hero-outline:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: #ffffff;
        transform: translateY(-2px);
    }

    @media (max-width: 991px) {
        .custom-hero-section h1 {
            font-size: 3.5rem;
        }
    }

    @media (max-width: 767px) {
        .custom-hero-section {
            text-align: center;
            padding: 60px 0;
        }

        .custom-hero-section .hero-badge,
        .custom-hero-section h1,
        .custom-hero-section .hero-subtitle,
        .custom-hero-section p {
            margin-left: auto;
            margin-right: auto;
        }

        .custom-hero-section h1 {
            font-size: 2.5rem;
        }

        .custom-hero-section .hero-subtitle {
            font-size: 1.8rem;
        }

        .custom-hero-section .hero-btns {
            justify-content: center;
        }
    }

/* ======= Trust Batches ======== */
    .custom-trust-section {
        background-color: #1a0f00;
        color: #ffffff;
        padding: 25px 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .trust-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
        height: 100%;
    }

    .trust-icon {
        color: #e3a854;
        flex-shrink: 0;
        font-size: 24px;
        margin-top: 5px;
    }

    .trust-content h5 {
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #ffffff;
    }

    .trust-content p {
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.4;
    }

    @media (max-width: 991px) {
        .trust-item {
            padding: 10px;
        }
    }

    @media (max-width: 767px) {
        .custom-trust-section {
            padding: 30px 0;
        }

        .trust-item {
            text-align: center;
            flex-direction: column;
            align-items: center;
            gap: 5px;
        }

        .trust-icon {
            margin-top: 0;
            font-size: 28px;
        }

        .trust-content p {
            line-height: 1.2;
        }
    }


/*========== Shop Category ==========*/
.custom-category-section {
  			color: #000000;
            background-color: #fdfcf8;
            padding: 80px 0;
            text-align: center;
        }
        .custom-category-section .section-header {
            margin-bottom: 50px;
        }
        .custom-category-section h2 {
           /* font-family: 'Cormorant Garamond';*/
            font-size: 3rem;
            font-weight: bolder;
            color: #1a0f00;
            margin-bottom: 10px;
        }

        .custom-category-section p.subtitle {
            font-family: 'Inter', sans-serif;
            font-size: 21px;
            color: rgba(26, 15, 0, 0.6);
            max-width: 500px;
            margin: 0 auto;
        }
        .category-card {
            background-color: #ffffff;
            border-radius: 15px;
            padding: 40px 20px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
            text-decoration: none;
            display: block;
            height: 100%;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        .category-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(194, 94, 0, 0.1);
            border-color: rgba(194, 94, 0, 0.2);
            text-decoration: none;
        }
        .category-img {
            height: 12px;
    		font-size: 40px;
   			margin-bottom: 25px;
    		display: flex;
    		align-items: center;
    		justify-content: center;
        }
        .category-img img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }
        .category-card h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: #1a0f00;
            margin-bottom: 5px;
        }
        .category-card p {
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            color: rgba(26, 15, 0, 0.5);
            margin-bottom: 20px;
        }
        .category-card .explore-link {
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #c25e00;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            transition: gap 0.3s;
        }
        .category-card:hover .explore-link {
            gap: 10px;
        }
        @media (max-width: 767px) {
            .custom-category-section {
                padding: 60px 0;
            }
            .custom-category-section h2 {
                font-size: 2.2rem;
            }
            .category-card {
                padding: 30px 15px;
            }
        }

		.ps-product-list .ps-section__header h3::before {
          content: "Our Collection";
          display: block;
          color: #000000;
          font-family: 'Inter', sans-serif;
    	  font-size: 17px;
    	  font-weight: 700;
    	  letter-spacing: 1.5px;
   		  text-transform: uppercase;
    	  margin-bottom: 15px;
          text-align: left;
		}

/*=========== Promotional Banners ============*/
.custom-promo-section {
        background-color: #ffffff;
        padding: 50px 0;
    }

    .promo-card {
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        padding: 40px 30px;
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        transition: transform 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .promo-card:hover {
        transform: scale(1.02);
        text-decoration: none;
    }

    .promo-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.1);
        transition: background 0.3s;
    }

    .promo-card:hover::before {
        background: rgba(0, 0, 0, 0.15);
    }

    .promo-content {
        position: relative;
        z-index: 2;
    }

    .promo-card .badge-offer {
        font-family: 'Inter', sans-serif;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 4px 10px;
        background-color: #ffffff;
        color: #1a0f00;
        display: inline-block;
        margin-bottom: 12px;
        border-radius: 4px;
    }

    .promo-card h3 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.8rem;
        font-weight: 700;
        color: #1a0f00;
        margin-bottom: 5px;
        text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    }

    .promo-card .offer-text {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        color: rgba(26, 15, 0, 0.7);
        margin-bottom: 0;
    }

    /* Specific card backgrounds (Approximating backgrounds) */
    .promo-card.ghee {
        background-image: url('/storage/promotion/Buffalo Ghee.png');
        background-color: #f7efe4;
    }

    .promo-card.moringa {
        background-image: url('/storage/promotion/Cow Ghee.png');
        background-color: #eef5e4;
    }

    @media (max-width: 767px) {
        .custom-promo-section {
            padding: 60px 0;
        }

        .promo-card {
            min-height: 200px;
            padding: 30px 20px;
        }

        .promo-card h3 {
            font-size: 1.5rem;
        }
    }


/*============= Our Story ==============*/
.custom-story-section {
        background-color: #faf9f6;
        padding: 100px 0;
        overflow: hidden;
    }

    .story-label {
        font-family: 'Inter', sans-serif;
        font-size: 17px;
        font-weight: 700;
        color: #c25e00;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block;
    }

.custom-story-section .section-header h2 {
  padding: 0 10px;
  margin-bottom: -5px;
}

    .custom-story-section h2 {
        /*font-family: 'Cormorant Garamond', serif;*/
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.1;
        color: #1a0f00;
        margin-bottom: 30px;
    }

    .custom-story-section h2 span.italic {
        font-family: 'Cormorant Garamond', serif;
        font-style: italic;
        font-weight: bolder;
        color: #c25e00;
    }

    .story-text {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        line-height: 1.7;
        color: rgba(26, 15, 0, 0.7);
        margin-bottom: 25px;
    }

    .story-features {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .story-feature-item {
        background: #ffffff;
        padding: 15px 27px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .story-feature-item i {
        color: #c25e00;
        font-size: 18px;
    }

    .story-feature-item span {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #1a0f00;
    }

    .story-image-wrapper {
        position: relative;
        padding-left: 20px;
    }

    .story-main-img {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .story-floating-badge {
        position: absolute;
        bottom: -20px;
        left: -20px;
        background: #ffffff;
        padding: 15px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        gap: 15px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        max-width: 280px;
        z-index: 5;
    }

    .story-floating-badge img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

    .story-floating-badge .badge-text h6 {
        margin: 0;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #1a0f00;
    }

    .story-floating-badge .badge-text p {
        margin: 0;
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        color: rgba(26, 15, 0, 0.6);
    }

    @media (max-width: 991px) {
        .custom-story-section h2 {
            font-size: 2.8rem;
        }

        .story-image-wrapper {
            margin-top: 60px;
            padding-left: 0;
        }
      
      .explore-process {
        width: 100% !important;
      }
    }

    @media (max-width: 767px) {
        .custom-story-section {
            padding: 60px 0;
        }

        .custom-story-section h2 {
            font-size: 2.2rem;
        }

        .story-features {
            justify-content: center;
        }

        .story-floating-badge {
            position: static;
            margin: 20px auto 0;
            transform: none;
        }
    }

/*=========== Refferal Block =============*/
.custom-referral-section {
        background-color: #1a0f00;
        padding: 50px 0;
        text-align: center;
        color: #ffffff;
        position: relative;
        overflow: hidden;
    }

    .custom-referral-section .referral-icon {
        font-size: 30px;
        color: #e3a854;
        margin-bottom: 5px;
        display: inline-block;
    }

    .custom-referral-section h2 {
        color: #ffffff;
        font-family: 'Cormorant Garamond', serif;
        font-size: 2.5rem;
        font-weight: bolder;
        margin-bottom: 15px;
    }

    .custom-referral-section p {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        color: #a79d91;
        max-width: 600px;
        margin: 0 auto 20px;
    	line-height: 1.5;
    }

    .referral-btns {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .btn-referral-primary {
        background-color: #c25e00;
        color: #ffffff;
        padding: 8px 20px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s;
        border: none;
    }

    .btn-referral-primary:hover {
        background-color: #a04d00;
        color: white;
    }

    .btn-referral-outline {
        min-width: 150px;
        background-color: transparent;
        color: #ffffff;
        padding: 8px 20px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        border: 1.5px solid rgba(255, 255, 255, 0.4);
        transition: all 0.3s;
    }

    .btn-referral-outline:hover {
        border-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.05);
        color: white;
    }

    @media (max-width: 767px) {
        .custom-referral-section {
            padding: 60px 0;
        }

        .custom-referral-section h2 {
            font-size: 2.2rem;
        }

        .referral-btns {
            flex-direction: column;
            align-items: center;
        }

        .btn-referral-primary,
        .btn-referral-outline {
            width: 100%;
            max-width: 280px;
        }
    }

/*========== Testimmonial ===========*/
#homepage-1 .ps-section__header {
  text-align: center;
}