.heading {
    padding-bottom: 0px;
    background: #fff;
    margin-bottom: 0px;
}



.heading h2 {
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    FONT-FAMILY: 'Poppins';
    letter-spacing: 0px;
    padding: 0px 0px;
    font-weight: 700;
}
.decor-head img {
    width: 100%;
    border: none;
    height: 150px;
    object-fit: cover;
    margin: auto;
}
.decor-head p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins'!important;
    margin-bottom: 0px;
}

.heading span {
    color: #910220;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 28px;
}


/* =========================================
   UNIQUE FAQ + GIFT SECTION
========================================= */

.cf-faq-gift-section {
    width: 100%;
    padding: 25px 0;
    background: #ffffff;
}

.cf-faq-wrapper {
    width: 100%;
}

.cf-faq-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #76152d;
    font-family: 'Poppins';
    margin: 0 0 16px;
}


/* FAQ ITEM */

.cf-faq-item {
    margin-bottom: 7px;
}

.cf-faq-question {
    width: 100%;
    min-height: 34px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    font-family: 'Poppins';
    text-align: left;
    cursor: pointer;
    outline: none !important;
    transition: 0.3s ease;
}

.cf-faq-question:hover {
    background: #fffafa;
}

.cf-faq-question i {
    font-size: 10px;
    color: #75404c;
    transition: transform 0.3s ease;
}


/* ANSWER */

.cf-faq-answer {
    border: 1px solid #eeeeee;
    border-top: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.6;
    font-family: 'Poppins';
    color: #777777;
    background: #ffffff;
}


/* =========================================
   GIFT BANNER
========================================= */

.cf-gift-banner {
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 220px;

    /* YOUR GIFT IMAGE AS BACKGROUND */
    background-image: url("../images/gift-banner-background.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #fff8f5;
    border: 1px solid #f5e5df;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}


/* TEXT */

.cf-gift-content {
    width: 72%;
    text-align: center;
    padding: 12px 8px 10px 0;
}

.cf-gift-content h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #6e3d48;
}

.cf-gift-content h4 {
    margin: 2px 0 4px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    color: #6e3d48;
}

.cf-gift-content p {
    margin: 0 0 8px;
    font-family: 'Poppins';
    font-size: 13px;
    color: #000000;
}

.cf-gift-btn {
    display: inline-block;
    background: #76152d;
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 6px;
    margin-bottom: 6px;
    font-family: 'Poppins';
}

.cf-gift-btn:hover {
    background: #5d1024;
}

.cf-gift-content small {
    display: block;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    color: #76152d;
    font-family: 'Poppins';
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .cf-faq-gift-section {
        padding: 25px 15px;
    }

    .cf-gift-banner {
        margin-top: 20px;
        min-height: 180px;
    }

    .cf-gift-content {
        width: 70%;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .cf-faq-gift-section {
        padding: 20px 12px;
    }

    .cf-faq-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .cf-faq-wrapper .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .cf-faq-wrapper .col-md-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cf-faq-item {
        margin-bottom: 6px;
    }

    .cf-faq-question {
        min-height: 38px;
        padding: 9px 10px;
        font-size: 12px;
    }

    .cf-faq-question i {
        font-size: 9px;
    }

    .cf-faq-answer {
        font-size: 10px;
        padding: 9px 10px;
    }

    .cf-gift-banner {
        min-height: 190px;
        margin-top: 18px;

        background-size: 145px auto;
        background-position: left bottom;
    }

    .cf-gift-content {
        width: 62%;
        padding-right: 5px;
    }

    .cf-gift-content h3 {
        font-size: 12px;
    }

    .cf-gift-content h4 {
        font-size: 15px;
    }

    .cf-gift-content p {
        font-size: 12px;
    }

    .cf-gift-btn {
        font-size: 9px;
        padding: 7px 12px;
    }

    .cf-gift-content small {
        font-size: 9px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .cf-faq-wrapper .col-md-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cf-faq-title {
        font-size: 15px;
    }

    .cf-gift-banner {
        min-height: 180px;
        background-size: cover;
    }

    .cf-gift-content {
        width: 63%;
    }
}

.cf-faq-arrow {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #7a3042;
    transition: transform 0.3s ease;
}

/* FAQ OPEN */
.cf-faq-question[aria-expanded="true"] .cf-faq-arrow {
    transform: rotate(180deg);
}
/* ==============================
   WHY SHOP WITH US
================================ */

.why-choose-area {
    padding: 10px 0;
    margin: 10px 0px 0px;
}

.why-choose-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    border: 1px solid #f8f0e4;
    padding: 10px 0;
    border-radius: 20px;
    background: #af0018;
}

.why-choose-item {
    padding: 10px 25px;
    min-height: 0px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    position: relative;
}

/* Vertical separator */
.why-choose-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    height: 70px;
    width: 1px;
    background: #d8cbb8;
}

.why-icon {
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 30px;
    color: #ffffff;
}

.why-content h4 {
    margin: 0 0 0px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.why-content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'Poppins';
}


/* ===== BESTSELLER COMPLETE FIX ===== */

.best-seller {
    position: relative !important;
    overflow: hidden !important;
}

.best-seller .products-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    height: 275px !important;
}

/* 3 products visible */
.best-seller .product-card {
    flex: 0 0 33.333% !important;
    width: 33.333% !important;
    min-width: 33.333% !important;
    max-width: 33.333% !important;
    height: 265px !important;
    padding: 0 4px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    background: #fff !important;
}

/* IMAGE */
.best-seller .product-img {
    display: block !important;
    width: 100% !important;
    height: 125px !important;
    object-fit: cover !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* PRODUCT NAME */
.best-seller .product-name {
    display: block !important;
    width: 100% !important;
    height: 21px !important;
    margin: 7px 0 0 !important;
    padding: 0 !important;
    color: #111 !important;
    background: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
    white-space: normal !important;
}

/* RATING */
.best-seller .rating {
    display: block !important;
    height: 17px !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;

    color: #f5a623 !important;
    font-size: 11px !important;
    line-height: 17px !important;

    visibility: visible !important;
    opacity: 1 !important;
    white-space: nowrap !important;
}

/* PRICE */
.best-seller .price {
    display: inline-block !important;
    margin: 2px 0 0 !important;

    color: #b5122b !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* OLD PRICE */
.best-seller .old-price {
    display: inline-block !important;
    margin-left: 4px !important;

    color: #888 !important;
    font-size: 11px !important;
    text-decoration: line-through !important;
}

/* CART BUTTON */
.best-seller .cart-btn {
    display: block !important;
    width: 100% !important;
    height: 25px !important;
    margin: 6px 0 0 !important;
    padding: 3px !important;
    background: #b5122b !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    position: relative !important;
    z-index: 5 !important;
}

/* BADGE */
.best-seller .badge-custom {
    position: absolute !important;
    top: 6px !important;
    left: 8px !important;
    z-index: 20 !important;
}

/* HEART */
.best-seller .heart {
    position: absolute !important;
    top: 6px !important;
    right: 8px !important;
    z-index: 20 !important;
}

/* ===== ARROWS ===== */

.best-seller .slider-arrow {
    position: absolute !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.best-seller .slider-arrow.arrow-left {
    left: 3px !important;
}

.best-seller .slider-arrow.arrow-right {
    right: 3px !important;
}

.best-seller .slider-arrow i {
    pointer-events: none !important;
}


/* ===== MOBILE ===== */

@media (max-width: 767px) {

    .best-seller .products-row {
        height: 236px !important;
    }
    
    .decor-head p {
    margin-top: 10px;
    padding: 0px!important;
    font-size: 13px!important;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins' !important;
    margin-bottom: 0px;
    text-align: center!important;
}

    .best-seller .product-card {
        flex: 0 0 50% !important;
        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
        height: 240px !important;
    }
}




/* ==============================
   TABLET
================================ */

@media (max-width: 991px) {

    .why-choose-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 35px;
    }

    .why-choose-item {
        padding: 0 20px;
    }

    .why-choose-item:nth-child(2)::after,
    .why-choose-item:nth-child(4)::after {
        display: none;
    }

    .why-choose-item:nth-child(3)::before {
        content: "";
        position: absolute;
        top: -18px;
        left: 20px;
        right: 20px;
        height: 1px;
        background: #d8cbb8;
    }
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 575px) {

    .why-choose-area {
        padding: 0px 0px;
    }

    .why-choose-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .why-choose-item {
        padding: 20px 5px;
        min-height: auto;
    }

    .why-choose-item::after,
    .why-choose-item::before {
        display: none !important;
    }

    .why-choose-item:not(:last-child) {
        border-bottom: 1px solid #d8cbb8;
    }

    .why-icon {
        min-width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .why-content h4 {
        font-size: 16px;
    }

    .why-content p {
        font-size: 13px;
    }
}

.sale-label {
    font-size: 15px;
    color: #fff;
    background: linear-gradient(135deg, #ed0202, #ff9700);
    text-transform: uppercase;
    padding: 2px 18px;
    text-align: center;
    display: block;
    position: absolute;
    right: 6px;
    top: 15px;
    font-weight: 500;
    border-radius: 16px;
    line-height: 26px;
    z-index: 10;
    letter-spacing: 0.5px;
    font-family: Poppins, ui-sans-serif;
}
.btn-view {
    display: inline-block;
    background: #910220;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 32px;
    letter-spacing: 3px;
    font-size: 14px;
    transition: .4s;
}

 .testimonial-section {
        padding: 20px 0 40px;
        background: #efefef6e;
    }

    .testimonial-heading {
        text-align: center;
        margin-bottom: 16px;
    }

    .testimonial-heading span {
        color: #6c63ff;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .testimonial-heading h2 {
        font-size: 25px;
        font-weight: 700;
        margin: 10px 0;
        text-transform: uppercase;
        color: #000;
        font-family: 'Poppins';
    }

    .testimonial-heading p {
        color: #777;
        max-width: 650px;
        margin: 0 auto;
    }

    .testimonial-slider {
        position: relative;
    }

    .testimonial-item {
        padding: 10px 12px;
    }

    .testimonial-box {
        background: #faf9f5;
        padding: 35px 30px;
        border-radius: 15px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        height: 100%;
        position: relative;
        transition: 0.3s ease;
    }

    .testimonial-box:hover {
        transform: translateY(-5px);
    }

    .testimonial-quote {
        position: absolute;
        top: 25px;
        right: 30px;
        font-size: 40px;
        color: #6c63ff;
        opacity: 0.15;
    }

    .testimonial-stars {
        margin-bottom: 18px;
    }

    .testimonial-stars i {
        color: #ffc107;
        margin-right: 2px;
    }

    .testimonial-text {
        color: #242424;
        font-family: 'Poppins';
        line-height: 1.8;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .testimonial-user {
        display: flex;
        align-items: center;
    }

    .testimonial-user img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 15px;
    }

    .testimonial-user h5 {
        margin: 0 0 4px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Poppins';
        color: #000000;
    }

    .testimonial-user span {
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }

    /* Arrows */
    .testimonial-slider .owl-nav button {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        border-radius: 50% !important;
        background: #37373799 !important;
        color: #fff !important;
        font-size: 24px !important;
        line-height: 45px !important;
        margin: 0 !important;
        outline: none;
    }

    .testimonial-slider .owl-nav .owl-prev {
        left: 0px;
    }

    .testimonial-slider .owl-nav .owl-next {
        right: 10px;
    }

    .testimonial-slider .owl-nav button:hover {
        background: #554bd6 !important;
    }

    /* Dots */
    .testimonial-slider .owl-dots {
        text-align: center;
        margin-top: 34px;
    }

    .testimonial-slider .owl-dot {
        outline: none;
    }

    .testimonial-slider .owl-dot span {
        width: 9px;
        height: 9px;
        display: block;
        border-radius: 50%;
        background: #ccc;
        margin: 5px;
    }

    .testimonial-slider .owl-dot.active span {
        background: #6c63ff;
        width: 25px;
        border-radius: 10px;
    }

    @media (max-width: 991px) {

        .testimonial-slider .owl-nav .owl-prev {
            left: -20px;
        }

        .testimonial-slider .owl-nav .owl-next {
            right: -20px;
        }

    }

    @media (max-width: 767px) {

        .testimonial-section {
            padding: 14px 0;
        }

        .testimonial-heading h2 {
            font-size: 20px;
            line-height: 30px;
        }

        .testimonial-item {
            padding: 10px 20px;
        }

        .testimonial-box {
            padding: 30px 25px;
        }

        .testimonial-slider .owl-nav {
            display: none;
        }

    }






del {
    color: #910220 !important;
}

.product-card .product-link {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}
.product-card .card-footer {
    display: block !important;
    position: relative !important;
    bottom: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.product-card:hover .card-footer {
    display: block !important;
}
.product-card .card-footer, .product-card:hover .card-footer {
    display: block !important;
    position: relative !important;
    bottom: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    margin-bottom: 20px;
}

.product-card {
    overflow: visible!important;
    height:auto;
    margin-bottom: 10px;
    border: 1px solid #cccccc80;
}
.btn:hover {
    color: #000;
}
.btn-pink {
    color: #fff!important;
    background-color: #000!important;
    text-transform: uppercase;
    width: 100% !important;
    border: 1px solid #910220;
    font-weight: 600!important;
    font-family: 'Poppins';
}


/* =========================================
           MAIN BANNER
        ========================================= */

        .love-banner {
            width: 100%;
            min-height: 280px;
            position: relative;
            overflow: hidden;
            background-color: #fff5f5;

            /*
              COUPLE IMAGE AS BACKGROUND
            */
            background-image: url("../../assets/images/couple.png");
            background-repeat: no-repeat;

            /*
              Image ko full banner ke according fit karega
            */
            background-size: cover;

            /*
              Couple right side par rahega
            */
            background-position: center;
        }


        /* Light overlay - left side ko soft rakhega */

        .love-banner::before {
            content: "";
            position: absolute;
            inset: 0;

            background: linear-gradient(
                90deg,
                rgba(255, 247, 247, 0.96) 0%,
                rgba(255, 247, 247, 0.91) 28%,
                rgba(255, 247, 247, 0.45) 47%,
                rgba(255, 247, 247, 0.00) 68%
            );

            z-index: 1;
            pointer-events: none;
        }


        /* =========================================
           CONTENT WRAPPER
        ========================================= */

        .love-banner .container {
            position: relative;
            z-index: 5;
        }


        .banner-content {
            padding: 80px 0 60px 10px;
        }


        /* =========================================
           SMALL TOP TEXT
        ========================================= */

        .top-text {
            font-size: 16px;
            font-weight: 600;
            font-family: 'Poppins';
            letter-spacing: .4px;
            color: #000;
            margin-bottom: 6px;
        }

        .top-text span {
            color: #a01627;
            font-size: 17px;
            vertical-align: middle;
        }


        /* =========================================
           HEADING
        ========================================= */

        .banner-title {
            font-family: 'Poppins';
            font-size: 34px;
            line-height: 40px;
            font-weight: 700;
            color: #222;
            margin: 0;
        }

        .banner-title .red {
            color: #991627;
            font-weight: 700;
        }

        .banner-title .heart {
            color: #991627;
            font-size: 32px;
        }


        /* =========================================
           DESCRIPTION
        ========================================= */

        .banner-description {
            font-size: 14px;
            line-height: 1.4;
            color: #222;
            font-weight: 500;
            margin: 8px 0 10px;
            font-family: 'Poppins';
        }


        /* =========================================
           BUTTONS
        ========================================= */

        .banner-buttons {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 14px;
        }

        .banner-btn {
            height: 36px;
            min-width: 180px;
            padding: 16px 15px;
            border: 1px solid #981628;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #981628;
            color: #fff !important;
            text-decoration: none !important;
            font-size: 14px;
            font-weight: 600;
            transition: .3s;
            font-family: 'Poppins';
        }

        .banner-btn:hover {
            background: #75101e;
            border-color: #75101e;
        }

        .banner-btn.outline {
            min-width: 162px;

            background: rgba(255,255,255,.65);

            color: #981628 !important;
        }

        .banner-btn.outline:hover {
            background: #981628;
            color: #fff !important;
        }


        /* =========================================
           BOTTOM FEATURES
        ========================================= */

        .bottom-features {
            display: inline-flex;
            align-items: center;
            gap: 19px;
            /* flex-wrap: wrap; */
        }

        .bottom-feature {
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 600;
            color: #000;
            font-size: 14px;
            white-space: nowrap;
        }

        .bottom-feature i {
            color: #a01627;
            font-size: 14px;
        }


        /* =========================================
           RIGHT BENEFIT BOX
        ========================================= */

        .benefits-box {
            position: absolute;
            right: -50px;
            top: 80px;
            width: 180px;
            padding: 20px 12px;
            background: rgba(255,255,255,.96);
            border-radius: 9px;
            box-shadow: 0 3px 15px rgba(0,0,0,.10);
        }


        .benefit-item {
            display: flex;
            align-items: center;

            gap: 8px;

            padding: 6px 0;
        }

        .benefit-item + .benefit-item {
            border-top: 1px solid #eeeeee;
        }


        .benefit-icon {
            width: 22px;

            flex-shrink: 0;

            text-align: center;

            color: #a01627;

            font-size: 15px;
        }


        .benefit-text strong {
            display: block;
            font-size: 13px;
            font-weight: 800;
            color: #222;
            font-family: 'Poppins';
        }

        .benefit-text span {
            display: block;
            font-size: 12px;
            color: #000;
            margin-top: 0px;
            font-family: 'Poppins';
        }


        /* =========================================
           SLIDER DOTS
        ========================================= */

        .slider-dots {
            position: absolute;

            left: 50%;
            bottom: 7px;

            transform: translateX(-50%);

            display: flex;
            align-items: center;

            gap: 5px;

            z-index: 10;
        }

        .slider-dots span {
            width: 6px;
            height: 6px;

            border-radius: 50%;

            background: #ddd;
        }

        .slider-dots span.active {
            background: #a01627;
        }


        /* =========================================
           TABLET
        ========================================= */

        @media (max-width: 991px) {

            .love-banner {
                min-height: 230px;

                /*
                 Couple ko right side mein preserve karo
                */
                background-position: center center;
            }

            .banner-title {
                font-size: 26px;
            }

            .banner-content {
                padding-left: 20px;
            }

            .bottom-features {
                gap: 14px;
            }

            .benefits-box {
                right: 10px;
                width: 135px;
            }
        }


        /* =========================================
           MOBILE
        ========================================= */

        @media (max-width: 767px) {

            .love-banner {
                min-height: 560px;

                /*
                 Mobile par couple neeche/right
                */
                background-size: auto 100%;

                background-position: 72% center;
            }


            /*
             Mobile par left content readable rahe
            */

            .love-banner::before {
                background: linear-gradient(180deg, rgb(216 212 212 / 98%) 0%, rgba(255, 247, 247, .94) 38%, rgba(255, 247, 247, .30) 68%, rgba(255, 247, 247, 0) 100%);
            }


            .banner-content {
                padding: 25px 20px 20px;

                text-align: center;
            }


            .banner-title {
                font-size: 28px;
            }


            .banner-description {
                font-size: 13px;
            }


            .banner-buttons {
                justify-content: center;

                flex-wrap: wrap;
            }


            .bottom-features {
                justify-content: center;

                gap: 10px 18px;
            }


            /*
             Right box mobile par neeche
            */

            .benefits-box {
                position: absolute;

                top: auto;
                bottom: 25px;

                left: 20px;
                right: 20px;

                width: auto;

                display: grid;

                grid-template-columns: 1fr 1fr;
            }


            .benefit-item {
                padding: 7px;
            }


            .benefit-item:nth-child(odd) {
                border-right: 1px solid #eee;
            }


            .benefit-item:nth-child(3),
            .benefit-item:nth-child(4) {
                border-bottom: none;
            }


            .slider-dots {
                bottom: 5px;
            }
        }


        /* =========================================
           SMALL MOBILE
        ========================================= */

        @media (max-width: 480px) {

            .love-banner {
                min-height: 540px;

                background-position: 70% center;
            }


            .banner-title {
                font-size: 24px;
            }


            .banner-title .heart {
                font-size: 25px;
            }


            .banner-description {
                font-size: 12px;
            }


            .banner-buttons {
                gap: 7px;
            }


            .banner-btn {
                min-width: 120px;
            }


            .banner-btn.outline {
                min-width: 150px;
            }


            .bottom-feature {
                font-size: 8px;
            }


            .benefits-box {
                left: 15px;
                right: 15px;
            }
        }






.heading p {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
    font-family: 'Poppins'!important;
}

.item {
    padding: 6px;
}

.decor-head img {
    border-radius: 30px;
}


.gift-section {
            width: 100%;
            padding: 8px;
        }

        /* =========================
           TOP FEATURES
        ========================= */

        .feature-box {
            background: #fff5f5;
            /* border: 1px solid #ead9d9; */
            border-radius: 10px;
            min-height: 70px;
            display: flex;
            align-items: center;
            padding: 6px 12px;
            margin-bottom: 20px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            flex: 1;
            border-right: 1px solid #ead9d9;
            padding: 0 15px;
        }

        .feature-item:last-child {
            border-right: 0;
        }

        .feature-icon {
            color: #ffffff;
            font-size: 23px;
            width: 38px;
            text-align: center;
            margin-right: 8px;
        }

        .feature-title {
            font-size: 14px;
            font-weight: 700;
            color: #000;
            margin-bottom: 2px;
            font-family: 'Poppins';
        }

        .feature-text {
            font-size: 9px;
            color: #555;
            margin: 0;
        }


        /* =========================
           MAIN AREA
        ========================= */

        .main-row {
            margin-top: 8px;
        }

        .section-card {
            height: 316px;
            border-radius: 8px;
            overflow: hidden;
        }


        /* =========================
           BESTSELLER
        ========================= */

        .best-seller {
            background: #fff;
            border: 1px solid #eee;
            position: relative;
            padding: 10px 12px;
        }

        .best-title {
            color: #991b2e;
            font-size: 14px;
            font-weight: 700;
            margin: 0 0 20px;
        }

        .best-title i {
            color: #ff531d;
            margin-right: 5px;
        }

        .view-all {
            position: absolute;
            right: 12px;
            top: 14px;
            color: #000000;
            font-size: 13px;
            font-weight: 500;
            font-family: 'Poppins';
        }

        .products-row {
            display: flex;
            height: 135px;
            gap: 7px;
        }

        .product-card {
            flex: 1;
            min-width: 0;
            border: none;
            border-radius: 7px;
            padding: 0px;
            position: relative;
            background: #fff;
        }

        .product-img {
            width: 100%;
            height: 80px;
            object-fit: cover;
            border-radius: 5px;
            display: block;
        }

        .badge-custom {
            position: absolute;
            top: 4px;
            left: 4px;
            background: #a7192c;
            color: white;
            padding: 2px 6px;
            font-family: 'Poppins';
            border-radius: 4px;
            font-size: 10px;
            font-weight: 600;
            z-index: 2;
        }

        .heart {
            position: absolute;
            top: 5px;
            right: 6px;
            color: #9c1b30;
            font-size: 11px;
            z-index: 2;
        }

        .product-name {
            font-size: 11px;
            line-height: 14px;
            color: #000;
            font-weight: 600;
            font-family: 'Poppins';
            margin: 10px 2px 4px;
            overflow: hidden;
        }

        .rating {
            font-size: 16px;
            color: #a7192c;
            margin: 0 2px 2px;
        }

        .price {
            font-size: 14px;
            color: #a7192c;
            font-weight: 700;
            margin-left: 2px;
            font-family: 'Poppins';
        }

        .old-price {
            color: #000000;
            text-decoration: line-through;
            font-size: 13px;
            margin-left: 3px;
            font-family: 'Poppins';
        }

        .cart-btn {
            width: 100%;
            height: 24px;
            font-family: 'Poppins';
            border: 0;
            border-radius: 4px;
            background: #a7192c;
            color: #fff;
            font-size: 10px;
            font-weight: 600;
            margin-top: 2px;
        }

        


        /* =========================
           GIFT FINDER
        ========================= */

        .gift-finder {
            background: #fff1f1;
            border: 1px solid #f0dddd;
            padding: 30px 19px;
        }

        .finder-title {
            font-family: 'Poppins';
            color: #9d1b2c;
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 2px;
        }

        .finder-subtitle {
            font-size: 12px;
            text-align: center;
            color: #000000;
            margin-bottom: 24px;
            font-family: 'Poppins';
        }

        .form-row-custom {
            display: flex;
            align-items: center;
            margin-bottom: 6px;
        }

        .form-label-custom {
            width: 140px;
            font-size: 12px;
            font-weight: 700;
            color: #000;
            font-family: 'Poppins';
        }

        .custom-select {
            height: 25px;
            border: 1px solid #e3d1d1;
            border-radius: 5px;
            font-size: 9px;
            color: #555;
            background: #ffffff!important;
        }

        .find-btn {
            width: 100%;
            height: 36px;
            font-family: 'Poppins';
            margin-top: 3px;
            background: #a7192c;
            color: #fff;
            border: none;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 700;
        }

        .find-btn i {
            float: none;
            margin-right: 10px;
            margin-top: 1px;
        }


        /* =========================
           GIFT BANNERS
        ========================= */

        .gift-banner {
            position: relative;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            background-size: cover;
            background-position: center;
        }

        .gift-banner-her {
            background: linear-gradient(
                90deg,
                #fff1f1 0%,
                #fff1f1 48%,
                #f5b9bd 100%
            );
        }

        .gift-banner-him {
            margin-top: 7px;
            background: linear-gradient(
                90deg,
                #f5f6f7 0%,
                #f5f6f7 48%,
                #d7dce1 100%
            );
        }

        .banner-content {
            position: relative;
            z-index: 2;
            width: 70%;
        }

        .banner-title {
            color: #000;
            font-size: 33px;
            font-weight: 500;
            margin: 0 0 5px;
        }

        .banner-him .banner-title {
            color: #222;
        }

        .banner-text {
            font-size: 9px;
            line-height: 12px;
            color: #555;
            margin-bottom: 7px;
        }

        .shop-btn {
            display: inline-block;
            background: #a7192c;
            color: #fff;
            border-radius: 4px;
            padding: 6px 12px;
            font-size: 8px;
            font-weight: 700;
            text-decoration: none;
        }

        .shop-btn:hover {
            color: #fff;
            text-decoration: none;
        }

        /* Decorative placeholder images */
        .banner-image {
            position: absolute;
            right: 5px;
            top: 0;
            width: 48%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }


        /* =========================
           RESPONSIVE
        ========================= */

        @media (max-width: 1199px) {

            .feature-item {
                padding: 0 8px;
            }

            .feature-icon {
                font-size: 19px;
                width: 30px;
            }

            .feature-title {
                font-size: 9px;
            }

            .feature-text {
                font-size: 8px;
            }

            .product-img {
                height: 70px;
            }

            .product-name {
                font-size: 8px;
            }

        }


        @media (max-width: 991px) {

            .feature-box {
                flex-wrap: wrap;
                padding: 5px;
            }

            .feature-item {
                flex: 0 0 50%;
                min-height: 42px;
            }

            .feature-item:nth-child(2) {
                border-right: 0;
            }

            .main-row > div {
                margin-bottom: 10px;
            }

            .section-card {
                height: auto;
                min-height: 190px;
            }

            .gift-banner {
                min-height: 150px;
            }

        }


        @media (max-width: 767px) {

            .gift-section {
                padding: 6px!important;
            }
            
            .testimonial-user img{
                max-width:150px;
            }
                
            section.decor-hh {
    padding: 0px 0px 0px!important;
}
            .product-section {
    background: #fff;
    padding: 0px 10px 0px!important;
}
            .feature-item {
                flex: 0 0 100%;
                border-right: 0;
                padding: 7px 10px;
            }

            .feature-item:last-child {
                border-bottom: 0;
            }

            .products-row {
                overflow-x: auto;
                padding-bottom: 5px;
            }

            .product-card {
                flex: 0 0 125px;
            }

            .product-img {
                height: 85px;
            }

            .gift-finder {
                padding: 15px;
            }

            .banner-content {
                width: 60%;
            }

        }


        @media (max-width: 480px) {

            .best-title,
            .finder-title,
            .banner-title {
                font-size: 14px;
                margin: 10px;
            }

            .view-all {
                font-size: 14px;
            }

            .form-label-custom {
                width: 130px;
                font-size: 13px;
            }

            .banner-content {
                width: 65%;
            }

            .banner-image {
                width: 45%;
            }

        }
        
        
        
        
        
        
        
        /* ===================================
   COMMON GIFT BANNER
=================================== */

.gift-banner {
    position: relative;
    width: 100%;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 7px;
}


/* ===================================
   GIFT FOR HER
=================================== */

.gift-for-her {background-image: url("../../assets/images/gifts-for-her.png");

    /*
       Full image background
    */background-size: cover;
    background-position: center center;}


/* ===================================
   GIFT FOR HIM
=================================== */

.gift-for-him {

    background-image: url("../../assets/images/gifts-for-him.png");

    /*
       Full image background
    */
    background-size: cover;
    background-position: center center;

    margin-bottom: 0;
}


/* ===================================
   CONTENT OVER IMAGE
=================================== */

.gift-content {
    position: absolute;

    left: 20px;
    top: 50%;

    transform: translateY(-50%);

    width: 45%;

    z-index: 2;
}


/* ===================================
   TITLE
=================================== */

.gift-title {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #99182b;
    font-family: 'Poppins';
}

.gift-for-him .gift-title {
    color: #222;
}


/* ===================================
   DESCRIPTION
=================================== */

.gift-description {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Poppins';
    color: #333;
}


/* ===================================
   BUTTON
=================================== */

.gift-btn {
    display: inline-block;
    padding: 7px 12px;
    background: #a7192c;
    color: #fff !important;
    border-radius: 4px;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: .2s ease;
}

.gift-btn:hover {
    background: #801322;
    color: #fff !important;
}


/* ===================================
   TABLET
=================================== */

@media (max-width: 991px) {

    .gift-banner {
        height: 180px;
    }

    .gift-content {
        left: 18px;
        width: 45%;
    }

    .gift-title {
        font-size: 16px;
    }

    .gift-description {
        font-size: 10px;
    }

}


/* ===================================
   MOBILE
=================================== */

@media (max-width: 767px) {

    .gift-banner {
        height: 180px;

        width: 100%;

        background-size: cover;
        background-position: center center;
    }

    .gift-content {
        left: 15px;
        width: 48%;
    }

    .gift-title {
        font-size: 15px;
    }

    .gift-description {
        font-size: 9px;
        line-height: 13px;
        margin-bottom: 8px;
    }

    .gift-btn {
        padding: 6px 10px;
        font-size: 8px;
    }

}


/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width: 480px) {

    .gift-banner {
        height: 155px;
    }

    .gift-content {
        left: 12px;
        width: 48%;
    }

    .gift-title {
        font-size: 18px;
    }

    .gift-description {
        font-size: 12px;
        line-height: 19px;
    }

    .gift-btn {
        padding: 5px 8px;
        font-size: 12px;
    }

}
.feature-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    font-family: Poppins, ui-sans-serif;
}




/* ==============================
   OFFER BAR
============================== */

.offer-bar {
    margin: 20px 0px;
    width: 100%;
    border-radius: 20px;
    padding: 7px 10px;
    background: #a90016;
}

.offer-inner {
    min-height: 60px;
    border-radius: 8px;

    display: flex;
    align-items: center;

    padding: 7px 55px;

    background: linear-gradient(
        90deg,
        #a90016 0%,
        #b00018 50%,
        #a90016 100%
    );

    color: #fff;
}


/* LEFT OFFER */

.offer-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.offer-icon {
    width: 55px;
    min-width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 31px;
    margin-right: 18px;
}

.offer-text h4 {
    margin: 0 0 4px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
}

.offer-text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
}


/* EMAIL FORM */

.offer-form {
    width: 348px;
    display: flex;
    margin: 0 21px;
}

.offer-form input {
    height: 36px;
    font-family: 'Poppins';
    border: none;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    padding: 0 15px;
    outline: none;
    border-radius: 0px 0px 0px 0px!important;
    height: 40px!important;
    box-shadow: none;
}

.offer-form button {
    height: 40px;
    min-width: 98px;
    border: 1px solid #d1273a;
    background: #a90016;
    color: #fff;
    border-right: 0;
    border-radius: 5px 0px 0px 5px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Poppins';
    cursor: pointer;
}


/* FEATURES */

.offer-feature {
    display: flex;
    align-items: center;
    min-width: 125px;
    padding-left: 15px;
    margin-left: 20px;
    border-left: 1px solid rgba(255,255,255,.25);
}

.feature-icon {
    width: 38px;
    min-width: 38px;

    font-size: 25px;

    margin-right: 10px;

    text-align: center;
}

.offer-feature strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Poppins';
}

.offer-feature span {
    display: block;
    font-size: 12px;
    font-family: 'Poppins';
    line-height: 1.4;
    white-space: nowrap;
}

.offer-feature.trusted {
    min-width: 215px;
}


/* ==============================
   TABLET
============================== */

@media (max-width: 1199px) {

    .offer-inner {
        padding: 7px 25px;
    }

    .offer-form {
        width: 300px;
        margin: 0 20px;
    }

    .offer-feature {
        padding-left: 15px;
    }

    .offer-feature.trusted {
        min-width: 180px;
    }

}


/* ==============================
   MOBILE
============================== */

@media (max-width: 991px) {

    .offer-bar {
        padding: 5px;
    }

    .offer-inner {
        padding: 15px 20px;

        flex-wrap: wrap;
        justify-content: center;

        text-align: center;
    }

    .offer-left {
        width: 100%;
        flex: none;

        justify-content: center;
        margin-bottom: 12px;
    }

    .offer-text {
        text-align: left;
    }

    .offer-form {
        width: 100%;
        max-width: 400px;

        margin: 0 auto 12px;
    }

    .offer-feature {
        border-left: none;

        border-top: 1px solid rgba(255,255,255,.2);

        padding: 10px 15px 0;
        margin: 0;

        justify-content: center;
    }

}


/* ==============================
   SMALL MOBILE
============================== */

@media (max-width: 575px) {

    .offer-inner {
        padding: 15px 12px;
    }

    .offer-left {
        justify-content: flex-start;
    }

    .offer-icon {
        width: 42px;
        min-width: 42px;
        height: 42px;

        font-size: 24px;
        margin-right: 10px;
    }

    .offer-text h4 {
        font-size: 13px;
    }

    .offer-text p {
        font-size: 9px;
    }

    .offer-form {
        max-width: 100%;
    }

    .offer-form input {
        height: 34px;
        font-size: 10px;
    }

    .offer-form button {
        height: 43px;
        min-width: 90px;
        font-size: 9px;
    }

    .offer-feature {
        width: 50%;
        min-width: auto;

        padding: 10px 5px 0;
    }

    .offer-feature.trusted {
        min-width: auto;
    }

    .feature-icon {
        width: 30px;
        min-width: 30px;

        font-size: 20px;
        margin-right: 6px;
    }

    .offer-feature strong {
        font-size: 14px;
        line-height: 26px;
    }

    .offer-feature span {
        font-size: 9px;
        white-space: normal;
    }

}
.feature-icon i {
    color: #a7192c;
}






/* =========================================
   MOBILE RESPONSIVE FIX
   Desktop ko touch nahi karega
========================================= */

@media (max-width: 767px) {

    .love-banner {
        width: 100%;
        overflow: hidden;
        padding: 35px 15px 30px;
    }

    .love-banner .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .love-banner .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .love-banner .col-12,
    .love-banner .col-md-8,
    .love-banner .col-lg-7 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    /* Main Content */
    .banner-content {
        width: 100%;
        max-width: 100%;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    /* Top Heading */
    .top-text {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 12px;
        text-align: center;
    }

    /* Main Heading */
    .banner-title {
        font-size: 22px !important;
        line-height: 1.35 !important;
        margin: 0 0 10px !important;
        text-align: center;
    }

    .banner-title .red {
        display: inline;
        font-weight: 800;
    }

    .banner-title .heart {
        display: inline-block;
    }

    /* Description */
    .banner-description {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin: 0 0 18px !important;
        text-align: center;
    }

    /* Buttons */
    .banner-buttons {
        width: 100%;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 22px;
    }

    .banner-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        min-height: 42px;
        padding: 8px 15px;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
        box-sizing: border-box;
    }

    /* Features */
    .bottom-features {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
    }

    .bottom-feature {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: auto;
        font-size: 9px;
        line-height: 1.2;
        text-align: center;
    }

    .bottom-feature i {
        font-size: 11px;
    }

    /* =====================================
       BENEFITS BOX
       Mobile me overlap nahi karega
    ===================================== */

    .benefits-box {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;

        margin: 20px 0 0 !important;
        padding: 12px 8px !important;

        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;

        transform: none !important;
        z-index: 3;
        box-sizing: border-box;
    }

    .benefit-item {
        width: 100%;
        min-width: 0;
        min-height: 58px;

        display: flex;
        align-items: center;
        justify-content: flex-start;

        padding: 8px 6px;
        box-sizing: border-box;

        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .benefit-item:nth-child(3),
    .benefit-item:nth-child(4) {
        border-bottom: 0;
    }

    .benefit-icon {
        flex: 0 0 28px;
        width: 28px;
        height: 28px;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 13px;
    }

    .benefit-text {
        min-width: 0;
        padding-left: 5px;
    }

    .benefit-text strong {
        display: block;
        font-size: 10px;
        line-height: 1.25;
        white-space: normal;
    }

    .benefit-text span {
        display: block;
        font-size: 8px;
        line-height: 1.3;
        margin-top: 2px;
    }

}


/* =========================================
   SMALL MOBILE
   480px se neeche
========================================= */

@media (max-width: 480px) {

    .love-banner {
        padding: 25px 12px 25px;
    }

    .top-text {
        font-size: 14px;
    }

    .banner-title {
        font-size: 23px !important;
        font-family: 'Poppins';
    }

    .banner-description {
        font-size: 16px !important;
        font-family: 'Poppins'!important;
    }

    .banner-btn {
        width: 170px;
        min-height: 40px;
        font-size: 12px;
    }

    .benefits-box {
        padding: 8px 5px !important;
    }

    .benefit-item {
        min-height: 55px;
        padding: 6px 4px;
    }

    .benefit-icon {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .benefit-text strong {
        font-size: 14px;
    }

    .benefit-text span {
        font-size: 14px;
    }

    .bottom-feature {
        font-size: 12px;
        color: #fff;
    }

}

@media (max-width: 767px) {
    .heading h2 {
        font-size: 18px !important;
        font-weight: 600;
        FONT-FAMILY: 'Poppins';
        letter-spacing: 0px;
        padding-bottom: 0px;
    }
}



/* Mobile: 4 benefits ek hi line me */
@media (max-width: 767px) {

    .benefits-box {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        width: 100% !important;
        gap: 0 !important;
        padding: 0 !important;
    }

    .benefits-box .benefit-item {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 10px 3px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .benefits-box .benefit-icon {
        margin: 0 0 4px 0 !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }

    .benefits-box .benefit-text {
        width: 100% !important;
        text-align: center !important;
    }

    .benefits-box .benefit-text strong {
        display: block !important;
        font-size: 8px !important;
        line-height: 10px !important;
        white-space: normal !important;
    }

    .benefits-box .benefit-text span {
        display: block !important;
        font-size: 7px !important;
        line-height: 9px !important;
        white-space: normal !important;
    }
}


@media (max-width: 767px) {

    .feature-box {
        display: flex !important;
        nt; */
        flex-wrap: nowrap !important;
        width: 100% !important;
        gap: 0 !important;
        padding: 10px 0px !important;
        box-sizing: border-box !important;
        margin: 0px;
    }

    .feature-item {
        width: 25% !important;
        min-width: 25% !important;
        max-width: 25% !important;
        flex: 0 0 25% !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        text-align: center !important;
        padding: 3px 1px !important;
        box-sizing: border-box !important;
    }

    .feature-icon {
        margin: 0 0 5px !important;
        padding: 0 !important;
    }

    .feature-icon i {
        font-size: 18px !important;
    }

    .feature-item > div:last-child {
        width: 100% !important;
        text-align: center !important;
    }

    .feature-title {
        font-size: 8px !important;
        line-height: 15px !important;
        white-space: nowrap !important;
        margin: 0 !important;
    }

    .feature-text {
        font-size: 7px !important;
        line-height: 15px !important;
        white-space: nowrap !important;
        margin: 0 !important;
        font-family: 'Poppins'!important;
    }
}








/* ===============================
   BESTSELLER SLIDER
================================ */

.best-seller {
    position: relative;
    overflow: hidden;
}

.products-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: hidden !important;
    width: 100%;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.products-row::-webkit-scrollbar {
    display: none;
}


/* PRODUCT */

.product-card {
    flex: 0 0 calc((100% - 16px) / 3);
    min-width: 0;
    position: relative;
}


/* IMAGE */

.product-img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}


/* PRODUCT TEXT */

.product-name {
    font-size: 11px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
}

.rating {
    font-size: 10px;
    white-space: nowrap;
}

.price {
    font-size: 13px;
    font-weight: 700;
}

.old-price {
    font-size: 10px;
    text-decoration: line-through;
}


/* CART BUTTON */

.cart-btn {
    width: 100%;
    border: 0;
    padding: 6px 3px;
    font-size: 9px;
    font-weight: 700;
    cursor: pointer;
}


/* ===============================
   SLIDER ARROWS
================================ */

.slider-arrow {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    color: #b51630;
    font-size: 12px;
}

.slider-arrow:hover {
    background: #b51630;
    color: #fff;
}

.arrow-left {
    left: 2px;
}

.arrow-right {
    right: 2px;
}


/* ===============================
   DESKTOP
================================ */

@media (min-width: 769px) {

    
    .product-img {
        height: 150px;
    }

    
   

    .slider-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

}


/* ===============================
   MOBILE
================================ */

@media (max-width: 768px) {

    
    .product-img {
        height: 65px;
    }

   
    

    .slider-arrow {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }

}

/* ================================
   HERO SECTION
================================ */

.style_seven {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}


/* ================================
   DESKTOP VIDEO
================================ */

.desktop-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: 0;
}


/* ================================
   MOBILE IMAGE
================================ */

.mobile-banner-image {
    display: none;
}


/* ================================
   OVERLAY
================================ */

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.40);

    z-index: 1;
}


/* ================================
   CONTENT
================================ */

.style_seven .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
}


/* ================================
   MOBILE
================================ */

@media only screen and (max-width: 767px) {

    /* IMPORTANT: Video completely hide */
    .desktop-video,
    .bg-video {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    /* Mobile image show */
    .mobile-banner-image {
        display: block !important;

        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center center;

        z-index: 0;
    }

    /* Hero full screen */
    .style_seven {
        width: 100%;
        height: 100vh;
        min-height: 100vh;
    }

    .style_seven .row {
        height: 100vh;
        min-height: 100vh;
    }

    /* Heading */
    .hero-content h4 {
        font-size: 16px;
        line-height: 1.4;
    }

    .hero-content h1 {
        font-size: 32px;
        line-height: 1.25;
    }

    .desktop-br {
        display: none;
    }
}


/* ================================
   SMALL MOBILE
================================ */

@media only screen and (max-width: 480px) {

    .hero-content h4 {
        font-size: 15px;
    }

    .hero-content h1 {
        font-size: 29px;
        line-height: 1.3;
    }

    .hero-content .btn {
        padding: 12px 28px;
    }
}



@media(max-width:767px){
    .heading span {
    color: #910220;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px!important;
}
}



.link-title {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    letter-spacing: 0px;
    font-family: 'Poppins';
}

.row.why-bgg {
    background: #ad0017;
    border-radius: 14px;
}

element.style {
}
@media only screen and (max-width: 600px) {
    .owl-carousel .owl-item img {
        border-radius: 0px;
        display: block;
        height: auto;
        WIDTH: 100%;
        margin: 0px auto;
    }
}

@media (max-width: 767px) {

    .why-choose-area .why-bgg {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }

    .why-choose-area .why-bgg > div {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .why-choose-item {
        text-align: center;
        padding: 12px 5px;
    }

    .why-icon i {
        font-size: 22px;
    }

    .why-content p {
        font-size: 11px;
        margin: 5px 0 2px;
        text-align: left;
    }

    .why-content h4 {
        font-size: 12px;
        line-height: 1.3;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .offer-text {
        display: inline-block!important;
    }
}
@media (max-width: 767px) {
    a.link-title {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .product-price {
        font-weight: 600;
        padding-bottom: 5px;
        display: block;
        font-size: 16px !important;
        font-family: "Montserrat", sans-serif;
        text-align: left;
    }
}

/* ================= FOOTER ================= */

.gift-footer {
    background: #fbf0f0;
    border-top: 1px solid #eeeeee;
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    padding: 20px 0px 0px;
}


/* Main Footer */

.footer-main {
    padding: 18px 0 10px;
}


/* ================= LOGO / ABOUT ================= */

.footer-about {
    padding-right: 35px;
}

.footer-logo {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none !important;
    line-height: 1;
    margin-bottom: 8px;
}

.footer-logo span {
    color: #a91e3d;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-logo small {
    color: #a91e3d;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 3px;
}

.footer-about p {
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
}


/* ================= SOCIAL ICONS ================= */

.social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-icons a {
    width: 30px;
    height: 30px;
    border: 1px solid #464545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #a91e3d;
    border-color: #a91e3d;
    color: #ffffff;
}


/* ================= FOOTER COLUMNS ================= */

.footer-column h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 8px;
    letter-spacing: 0.4px;
    font-family: 'Poppins';
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
    font-family: 'Poppins';
}

.footer-column ul li a:hover {
    color: #a91e3d;
}


/* ================= NEWSLETTER ================= */

.newsletter p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Poppins';
}

.subscribe-form {
    width: 100%;
    max-width: 230px;
    height: 36px;
    display: flex;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.subscribe-form input {
    height: 34px!important;
    width: calc(100% - 35px);
    border: none;
    outline: none;
    font-family: 'Poppins';
    padding: 0 8px;
    font-size: 14px;
    color: #555555;
}

.subscribe-form input::placeholder {
    color: #aaaaaa;
}

.subscribe-form button {
    width: 35px;
    border: none;
    background: #850221;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
}


/* ================= BOTTOM ================= */

.footer-bottom {
    min-height: 30px;
    border-top: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.copyright {
    font-size: 14px;
    font-family: 'Poppins';
    color: #000000;
}


/* ================= PAYMENT ================= */

.payment-methods {
    display: flex;
    align-items: center;
    gap: 7px;
}

.payment {
    height: 20px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    color: #555555;
}

.visa {
    color: #1b4f91;
    font-style: italic;
}

.upi {
    color: #555555;
}

.paytm {
    color: #198bd1;
    font-weight: 600;
}

.mastercard {
    position: relative;
    min-width: 40px;
}

.mastercard i {
    font-size: 13px;
    margin: -2px;
}

.mastercard i:first-child {
    color: #e94b35;
}

.mastercard i:last-child {
    color: #f2a900;
}


/* ================= TABLET ================= */

@media (max-width: 991px) {

    .footer-main {
        padding: 25px 15px 15px;
    }

    .footer-about {
        margin-bottom: 25px;
    }

    .footer-column {
        margin-bottom: 20px;
    }

    .footer-column h4 {
        font-size: 11px;
    }

    .footer-column ul li a {
        font-size: 10px;
    }

    .footer-bottom {
        margin: 0 15px;
    }
}


/* ================= MOBILE ================= */

@media (max-width: 575px) {

    .footer-main {
        padding: 0px 15px 5px;
    }

    .footer-about {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .footer-about p {
        max-width: 260px;
    }

    .footer-column {
        margin-bottom: 22px;
    }

    .footer-column h4 {
        font-size: 15px;
        margin-bottom: 9px;
    }

    .footer-column ul li {
        margin-bottom: 6px;
    }

    .footer-column ul li a {
        font-size: 12px;
    }

    .newsletter {
        width: 100%;
    }

    .subscribe-form {
        max-width: 230px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 0;
    }

    .copyright {
        font-size: 9px;
    }

    .payment-methods {
        margin-bottom: 2px;
    }

}
a.footer-logo img {
    max-width: 200px;
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 2px;
}

.payment {
    width: 60px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.payment img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}





.decor-head {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 5px 0px;
    transition: .3s;
}

@media (max-width: 767px) {
    .decor-hh {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .decor-hh .decor-slider {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .decor-hh .owl-stage-outer {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .decor-hh .item {
        margin-bottom: 0 !important;
    }
}

/* ===== PRODUCT CARD WHITE SPACE FIX ===== */

.decor-slider .item,
.decor-slider .item .product-card,
.owl-carousel .item,
.owl-carousel .item .product-card {
    height: auto !important;
    min-height: 0 !important;
}

/* Content ke andar extra height remove */
.decor-slider .item .product-content,
.owl-carousel .item .product-content {
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
}

/* Button ko bottom par force karne wali setting remove */
.decor-slider .item .add-to-cart,
.owl-carousel .item .add-to-cart {
    margin-top: 10px !important;
}

/* Product title/price ke neeche extra margin remove */
.decor-slider .item h3,
.decor-slider .item h4,
.decor-slider .item p,
.owl-carousel .item h3,
.owl-carousel .item h4,
.owl-carousel .item p {
    margin-bottom: 5px !important;
}


/* ===== MOBILE RESPONSIVE ===== */

@media (max-width: 767px) {

    .decor-slider .item,
    .owl-carousel .item {
        height: auto !important;
        min-height: 0 !important;
    }

    .decor-slider .item .product-content,
    .owl-carousel .item .product-content {
        height: auto !important;
        min-height: 0 !important;
    }

    .decor-slider .item .add-to-cart,
    .owl-carousel .item .add-to-cart {
        margin-top: 8px !important;
    }
}



.view-more-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #981628;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border: 2px solid #981628;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .view-more-btn {
        padding: 10px 25px;
        font-size: 14px;
    }

    .video-sec {
        text-align: center;
    }
    
    section.all-c {
    padding: 0px 12px 0px;
}
.service-hk img{
    margin-top:0px;
}

    .video-sec p {
        font-size: 14px;
        line-height: 1.7;
    }
}
a.btn.view-more-btn {
    background: #ad0017;
    padding: 4px 40px;
}

section.product-slider{
    padding:10px;
}




@media (max-width: 767.98px) {
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}

section.video-section {
    padding: 20px 20px;
    background-position: center;
    background: linear-gradient(135deg, #F8D7E3, #FDECEF, #FFF3DF);
}
form.form-section.form-bx {
    background: #fbf0f0;
    padding: 14px 20px;
    box-shadow: none !important;
    margin-top: 0px;
}
.get_say_info_sec li a {
    display: block;
    background: #910220;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    transition: .3s;
    word-break: break-word;
}

.contact-bx {
    background: #fbf0f0;
    padding: 20px 20px;
    box-shadow: -4px -2px 20px -7px #cfd5df;
}
.breadcrumb-item.active {
    color: #910220 !important;
}