* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Jost', sans-serif;
    list-style: none;
    text-decoration: none;
}

.custom-container-fluid-1 {
    background-color: #f5f5f5;
    height: 40px;
}

.custom-container-1 {
    padding-left: 90px;
}

.shipping-text {
    font-size: 11.6px;
    color: black;
    font-weight: 500;
    margin-top: 11px;
    margin-left: 15px;
}

.custom-whatsapp-text {
    font-size: 11.6px;
    font-weight: 500;
    margin-top: -32px !important;
    padding-right: 89px;
}

/* ===================== DESKTOP MAIN NAV ===================== */
.navbar {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    will-change: auto;
}

.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1055;
    background: #fff;
    transform: none !important;
    will-change: auto !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* REMOVE ALL TRANSITIONS THAT CAUSE REPAINT */
.navbar,
.navbar * {
    transition: none !important;
}

/* MOBILE / TABLET EXTRA SAFETY */
@media (max-width: 991px) {

    .navbar,
    .navbar * {
        filter: none !important;
    }

    .offcanvas-title {
        width: 100%;
    }
}

/* IOS SAFETY */
@supports (-webkit-touch-callout: none) {
    .navbar {
        -webkit-font-smoothing: antialiased;
    }
}


.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}

.custom-navbar {
    margin-left: -100px;
}

.custom-navbar li a {
    color: black !important;
    font-weight: 500;
    font-size: 17px;
}

.custom-navbar li a:hover {
    color: #ff6f61 !important;
}

.navbar-brand {
    margin-left: -70px;
}

.navbar-nav .nav-link {
    position: relative;
    color: black !important;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ff6f61 !important;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    top: 76%;
    width: 0%;
    height: 1px;
    background: #ff6f61;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

/* DROPDOWN */
.dropdown-menu {
    position: absolute;
    top: 146%;
    left: 0;
    border-radius: 0 !important;
    border: 1px solid #ddd;
    padding-top: 20px !important;
    padding-right: 80px !important;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    padding-left: 15px !important;
    color: #303030;
    font-size: 18px;
    padding-bottom: 20px !important;
}

.hover-dropdown.show .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
}

.dropdown-menu li a:hover {
    color: #ff6f61 !important;
}

/* Dropdown background always white */
.dropdown-menu {
    background-color: #fff !important;
}

/* Dropdown item hover background remove */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #2a2a2a !important;
}

/* NAV ICONS */
.nav-icons {
    margin-left: 200px;
    height: 16px;
    cursor: pointer;
}

.bg-danger-color {
    background-color: #ff6f61 !important;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
}

.navbar-brand img {
    width: 110px;
}

/* Offcanvas fixed top + above navbar */
#mobileMenuOffcanvas {
    top: 0 !important;
    z-index: 1050;
}

#mobileMenuOffcanvas .offcanvas-body {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ========================== MOBILE / TABLET OFFCANVAS ========================== */
@media (max-width: 991px) {
    .navbar-brand img {
        width: 90px;
        margin-left: 50px;
    }

    /* .center-ka-lya {
        margin-left: 262px;
    } */

    /* Hide desktop navbar collapse for mobile */
    #navbarSupportedContent {
        display: none !important;
    }

    /* navbar height */
    .navbar.mobile {
        height: 50px !important;
        margin-bottom: 2px !important;
    }

    /* center logo */
    .navbar-brand {
        position: absolute;
        left: 42%;
        transform: translateX(-50%);
        margin: 0;
        top: 1%;
    }

    /* burger button */
    .navbar-toggler {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        padding: 0;
        background: transparent !important;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .navbar-toggler-icon {
        width: 1.1em;
        height: 1.1em;
        filter: invert(0);
        color: #000 !important;
    }

    /* ICONS container */
    .nav-icons {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        gap: 8px;
        height: 20px;
    }

    .nav-icons img {
        width: 18px;
        flex-shrink: 0;
    }

    .gap-4 {
        gap: 1rem !important;
    }
}

/* MOBILE OFFCANVAS */
@media (max-width: 991px) {
    .custom-container-fluid-1 {
        background-color: #f5f5f5;
        height: 30px;
    }

    .custom-container-fluid-1 {
        background-color: #f5f5f5;
        height: 40px;
    }

    .gap-4 {
        gap: 10px !important;
    }

    .navbar-brand img {
        width: 90px;
        margin-left: 24px;
    }

    .navbar-brand img {
        width: 90px;
        margin-left: 30px;
    }

    .gap-4 {
        gap: 14px !important;
    }

    /* offcanvas width for mobile */
    #mobileMenuOffcanvas {
        width: 470px;
    }

    #mobileMenuOffcanvas .offcanvas-body {
        padding: 1rem;
    }

    #mobileMenuOffcanvas .nav-link {
        font-size: 25px;
        font-weight: 500;
        padding-left: 20px;
        color: black !important;
    }

    #mobileMenuOffcanvas .nav-link:hover {
        color: orangered;
    }

    #mobileMenuOffcanvas .dropdown-menu {
        position: static;
        border: none;
        padding-left: 15px;
        opacity: 1;
        pointer-events: auto;
        background: transparent !important;
        box-shadow: none;
    }

    #mobileMenuOffcanvas .dropdown-item {
        font-size: 16px;
        color: #2a2a2a !important;
    }
}

@media (max-width: 991px) {

    /* REMOVE DESKTOP UNDERLINE */
    .navbar-nav .nav-link::after,
    .navbar-nav .nav-link:hover::after {
        display: none !important;
        content: none !important;
    }

    /* ALL NAV LINKS DEFAULT */
    #mobileMenuOffcanvas .nav-link,
    #mobileMenuOffcanvas .dropdown-item {
        color: black !important;
        font-size: 24px;
        font-weight: 500;
        transition: color 0.25s ease;
    }

    /* ARROW */
    .menu-arrow {
        font-size: 30px;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .collapse.show+.menu-arrow,
    .collapse[aria-expanded="true"]+.menu-arrow {
        transform: rotate(180deg);
    }

    /* COLLAPSE SMOOTH */
    .collapse {
        transition: height 0.35s ease;
    }

    /* DROPDOWN ITEMS */
    #mobileMenuOffcanvas .dropdown-item {
        font-size: 16px;
        padding: 6px 0;
    }

    #mobileMenuOffcanvas .dropdown-item:hover {
        color: orangered !important;
        background: transparent !important;
    }

    .fade {
        display: none;
    }
}

/* DESKTOP SAFE */
@media (min-width: 992px) {
    #mobileMenuOffcanvas {
        display: none !important;
    }

    .fade {
        display: none;
    }
}

/* <!-- SHAWAL PART --> */
.shawk-container-fluid {
    background-color: #1f1f1f;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shawk-shawl {
    width: 100%;
    text-align: center;
}

.shawk-shawl p {
    color: white;
    padding-top: 7px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding-left: 72px !important;
}



/* <!-- BANNER PART --> */
.container-fluid.banner-img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

/* Dark gradient overlay on left — text always readable on any image */
.container-fluid.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

.banner-img-content {
    padding-top: 229px;
    padding-left: 76px;
    position: relative;
    z-index: 2;
}

.banner-content-h1 h1 {
    font-size: 49px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.banner-img-p-1 {
    font-size: 17px;
    color: rgba(255,255,255,0.88);
    margin-bottom: 0% !important;
}

.banner-img-p-2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
}

.banner-img-p-3 {
    font-size: 19px;
    color: rgba(255,255,255,0.85);
}

.banner-img-btn {
    padding: 13px;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #1f1f1f;
    border: none;
}

.banner-img-btn i {
    padding-left: 15px;
    color: #fff;
    font-size: 9px;
    height: 10px;
    transition: transform 0.3s ease;
    /* smooth movement */
}

.banner-img-btn:hover i,
.banner-img-btn:active i {
    transform: translateX(4px);
    /* right move 4px */
}

/* @media (max-width: 767px) {

    .container-fluid.banner-img {
        background-image: none;
        background-color: #fcf7df;
    .container-fluid.banner-img {
        background-image: none;
        background-color: #fcf7df;
        height: auto;
        padding-bottom: 35px;
    }

    .banner-img-content {
    .banner-img-content {
        padding-top: 65px;
        padding-left: 4px;
        padding-left: 4px;
    }

    .banner-content-h1 h1 {
    .banner-content-h1 h1 {
        font-size: 42px;
    }

    .banner-img-p-1 {
    .banner-img-p-1 {
        font-size: 15px;
        color: #1f1f1f;
        color: #1f1f1f;
    }

    .banner-img-p-2 {
    .banner-img-p-2 {
        font-size: 23px;
        font-weight: 500;
        color: #1f1f1f;
        color: #1f1f1f;
    }

    .banner-img-p-3 {
    .banner-img-p-3 {
        font-size: 16px;
        color: #1f1f1f;
        color: #1f1f1f;
    }

    .banner-img-btn {
        padding: 12px 35px;
    .banner-img-btn {
        padding: 12px 35px;
        font-size: 15px;
    }
} */


@media (max-width: 767px) {
    .container-fluid.banner-img {
        background-size: cover;
        background-position: center;
        height: 30vh;
        min-height: 220px;
        padding-bottom: 25px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .banner-img-content {
        padding-top: 30px;
        padding-left: 25px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    /* Image size - make smaller */
    .banner-img .img-fluid {
        max-width: 70% !important;
        /* Reduced from 80% */
        height: auto !important;
        margin: 0 auto 15px auto;
    }

    .banner-img-p-1 {
        font-size: 12px !important;
        color: #1f1f1f;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
        text-align: left !important;
        font-weight: 500 !important;
        letter-spacing: 0.5px;
        margin-left: 5px;
    }

    .banner-content-h1 h1 {
        font-size: 26px !important;
        line-height: 1.1 !important;
        margin-bottom: 8px !important;
        text-align: left !important;
        font-weight: 700 !important;
        margin-left: 5px;
        margin-top: 5px;
    }

    .banner-img-p-2 {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #1f1f1f;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
        text-align: left !important;
        margin-left: 5px;
        letter-spacing: 1px;
    }

    .banner-img-p-3 {
        font-size: 13px !important;
        color: #1f1f1f;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
        text-align: left !important;
        margin-left: 5px;
        font-weight: 500 !important;
    }

    .price-text {
        font-size: 22px !important;
        font-weight: 700 !important;
        color: #000;
        text-align: left !important;
        margin-left: 5px;
        margin-bottom: 5px !important;
    }

    .delivery-text {
        font-size: 12px !important;
        color: #333;
        text-align: left !important;
        margin-left: 5px;
        margin-bottom: 10px !important;
        font-weight: 500 !important;
    }

    .discount-badge {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #d32f2f !important;
        text-align: left !important;
        margin-left: 5px;
        margin-bottom: 8px !important;
        display: inline-block;
        background-color: #ffebee;
        padding: 3px 8px;
        border-radius: 4px;
    }

    .quality-text {
        font-size: 12px !important;
        color: #555;
        text-align: left !important;
        margin-left: 5px;
        margin-bottom: 15px !important;
        font-style: italic;
    }

    .banner-img-btn {
        padding: 8px 20px !important;
        font-size: 12px !important;
        width: auto !important;
        display: inline-block !important;
        text-align: center !important;
        margin-left: 5px !important;
        margin-bottom: 15px !important;
        background-color: #000;
        color: white;
        text-decoration: none;
        font-weight: 600;
    }

    .starting-price {
        font-size: 13px !important;
        color: #666;
        text-align: left !important;
        margin-left: 5px;
        font-weight: 500 !important;
    }

    .banner-img .row {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-left: 0 !important;
    }

    .banner-img .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
        text-align: left !important;
        padding-left: 10px !important;
    }

    .banner-image {
        max-width: 250px !important;
        margin: 0 auto 15px auto !important;
        display: block !important;
    }

    .banner-img-content>* {
        margin-left: 8px !important;
    }

    .text-content-wrapper {
        padding-left: 10px !important;
        margin-left: 0 !important;
    }
}

/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
    .banner-img-content {
        padding-left: 0px;
        padding-right: 15px;
    }

    .banner-img-p-1 {
        font-size: 11px !important;
        margin-left: 4px;
        color: white;
        text-shadow: 
  -0.5px -0.5px 0 #999999,
   0.5px -0.5px 0 #999999,
  -0.5px  0.5px 0 #999999,
   0.5px  0.5px 0 #999999;
    }

    .banner-content-h1 h1 {
        font-size: 22px !important;
        margin-left: 8px;
        color: white;
        text-shadow: 
  -0.5px -0.5px 0 #999999,
   0.5px -0.5px 0 #999999,
  -0.5px  0.5px 0 #999999,
   0.5px  0.5px 0 #999999;
    }

    .banner-img-p-2 {
        font-size: 12px !important;
        margin-left: 8px;
        color: white;
        text-shadow: 
  -0.5px -0.5px 0 #999999,
   0.5px -0.5px 0 #999999,
  -0.5px  0.5px 0 #999999,
   0.5px  0.5px 0 #999999;
    }

    .banner-img-p-3 {
        font-size: 12px !important;
        margin-left: 8px;
        color: white;
        text-shadow: 
  -0.5px -0.5px 0 #999999,
   0.5px -0.5px 0 #999999,
  -0.5px  0.5px 0 #999999,
   0.5px  0.5px 0 #999999;
    }

    .price-text {
        font-size: 20px !important;
        margin-left: 8px;
    }

    .delivery-text {
        font-size: 11px !important;
        margin-left: 8px;
    }

    .discount-badge {
        font-size: 13px !important;
        margin-left: 8px;
    }

    .quality-text {
        font-size: 11px !important;
        margin-left: 8px;
    }

    .banner-img-btn {
        padding: 7px 18px !important;
        font-size: 11px !important;
        margin-left: 8px !important;
    }

    .starting-price {
        font-size: 12px !important;
        margin-left: 8px;
    }

    /* Make image even smaller */
    .banner-img .img-fluid {
        max-width: 65% !important;
    }

    .banner-image {
        max-width: 220px !important;
    }

    /* More left shift */
    .banner-img .col-md-6 {
        padding-left: 15px !important;
    }
}

/* Very small devices (360px and below) */
@media (max-width: 360px) {
    .banner-img-content {
        padding-left: 15px;
        padding-right: 8px;
    }

    .banner-content-h1 h1 {
        font-size: 20px !important;
        margin-left: 10px;
    }

    .banner-img-btn {
        padding: 6px 15px !important;
        font-size: 10px !important;
        margin-left: 10px !important;
    }

    .banner-image {
        max-width: 200px !important;
    }
}


@media (min-width: 768px) and (max-width: 991px) {

    .container-fluid.banner-img {
        height: 40vh;
        background-position: center;
    }

    .banner-img-content {
        padding-top: 90px;
        padding-left: 4px;
    }

    .banner-content-h1 h1 {
        font-size: 42px;
    }

    .banner-img-p-1 {
        font-size: 16px;
    }

    .banner-img-p-2 {
        font-size: 23px;
    }

    .banner-img-p-3 {
        font-size: 18px;
    }

    .banner-img-btn {
        padding: 12px 34px;
        font-size: 15px;
    }
}


/* Product section */
.container,
.container-lg {
    max-width: 1162px;
}

/* Product card */
.product-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-img-wrapper>div {
    transition: 0.4s ease;
}

/* Right icons */
.right-icon {
    position: absolute;
    right: -50px;
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    z-index: 2;
}

.right-icon i {
    font-size: 12px;
    color: #1f1f1f;
}

.right-icon .icon-text {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 11px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
}

.icon-2 {
    left: -90px !important;
}

.right-icon .icon-text::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
}

.right-icon:hover .icon-text {
    opacity: 1;
}

.icon-heart {
    top: 20px;
}

.icon-eye {
    top: 70px;
}

.product-card:hover .right-icon {
    right: 10px;
}

.right-icon:hover,
.right-icon:focus {
    background: rgb(253, 135, 92);
    color: #fff;
}

/* Bottom bar */
.bottom-bar {
    position: absolute;
    bottom: -50px;
    width: 100%;
    background: #1f1f1f;
    color: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.product-card:hover .bottom-bar {
    bottom: 0;
}

/* Product info */
.product-detail {
    margin-top: 15px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
}

.product-rating {
    margin-top: 5px;
    text-align: center;
}

.product-rating i {
    font-size: 11px;
    color: #525252;
}

.product-price {
    margin-top: 5px;
    text-align: center;
}

.product-price-1 {
    font-size: 15px;
    color: #b8b8b8;
    text-decoration: line-through;
}

.product-price-2 {
    font-size: 17px;
    font-weight: 500;
    color: #ff7375;
    padding-left: 5px;
}

.product-buy-btn {
    margin-top: 7px;
    text-align: center;
}

.product-buy-btn button {
    padding: 9px 84px;
    color: #fff;
    border: none;
    background-color: #003d49;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s ease;
}

/* Sale labels */
.sale {
    position: absolute;
    top: 10px;
    left: 0;
}

.sale-label {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 5px;
    color: #fff;
    background-color: #1f1f1f;
    z-index: 3;
}

/* ===== RESPONSIVE GRID ===== */

/* ================= MOBILE PRODUCT FIX ================= */
@media (max-width: 768px) {

    /* === GRID: 2 PRODUCTS PER ROW === */
    .product-card {
        padding: 6px;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* === IMAGE === */
    .product-img-wrapper {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        height: 185px !important;
    }

    .product-img-wrapper img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    /* === SALE TAG === */
    .sale p {
        top: 8px;
        left: 8px;
        font-size: 12px !important;
        padding: 2px 10px !important;
        border-radius: 2px;
        transform: none !important;
    }

    /* === RIGHT ICONS (HEART + EYE) === */
    .right-icon {
        position: absolute;
        right: 6px !important;
        background: transparent !important;
        padding: 0;
    }

    .icon-heart {
        top: 8px;
    }

    .icon-eye {
        top: 38px;
    }

    .right-icon i {
        font-size: 15px;
        color: #333;
    }

    .icon-text {
        display: none;
    }

    /* === REMOVE HOVER ADD TO CART BAR === */
    .bottom-bar {
        display: none;
    }

    /* === PRODUCT NAME === */
    .product-detail {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 10px;
        margin-bottom: 4px;
        padding: 0 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* === RATING === */
    .product-rating {
        margin: 4px 0;
    }

    .product-rating i {
        font-size: 9px;
    }

    /* === PRICE === */
    .product-price {
        margin-bottom: 8px;
    }

    .product-price-1 {
        font-size: 13px;
    }

    .product-price-2 {
        font-size: 16px;
        font-weight: 600;
        margin-left: 4px;
    }

    /* === BUTTONS STACKED (ADD TO CART + BUY NOW) === */
    .product-buy-btn {
        flex-direction: column;
        gap: 8px;
        width: 100%;
        padding: 0 6px;
    }

    .product-buy-btn form {
        width: 100%;
    }

    .product-buy-btn button {
        width: 100%;
        font-size: 14px;
        padding: 9px 0;
    }

    /* ADD TO CART (BLACK) */
    .product-buy-btn form button {
        background-color: #1f1f1f !important;
        color: #fff;
    }

    /* BUY NOW (GREEN) */
    .product-buy-btn>button {
        background-color: #003d49;
        color: #fff;
    }

    .add-to-cart {
        width: 100% !important;
    }
}

/* ===== TABLET (768px - 991px) ===== */
@media (min-width: 768px) and (max-width: 991.98px) {

    .product-container .row>.col-lg-3,
    .product-container .row>.col-md-4,
    .product-container .row>.col-sm-6 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .product-buy-btn {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .product-buy-btn button {
        width: 100%;
        padding: 10px 0;
        padding: 10px 0;
        font-size: 15px;
    }

    .product-buy-btn form {
        width: 100%;
    }

    .product-detail {
        font-size: 16px;
        margin-top: 10px;
    }

    .product-rating i {
        font-size: 11px;
    }

    .product-price-1 {
        font-size: 15px;
    }

    .product-price-2 {
        font-size: 16px;
        padding-left: 5px;
    }
}


/* <!-- PUBLICITY SECTION --> */

/* IMAGE TRANSITION */
.hover-affect {
    position: relative;
}

.hover-affect img {
    width: 100%;
    height: 670px;
    object-fit: cover;
    /* stretch issue fix */
    display: block;
    transition: transform 0.3s ease, filter 0.5s ease;
}


/* HOVER EFFECT */
.hover-affect:hover img {
    transform: scale(1.03);
    filter: brightness(88%);
}

.hover-affect:hover .arrow-transition {
    transform: translateX(6px);
}

.product-card {
    overflow: visible;
    width: 284px;
}

/* PRODUCT PUBLICITY */
.product-publicity {
    background-color: #f86457 !important;
    display: inline-block;
    padding: 23px 15px;
    border-radius: 50%;
    position: absolute;
    transform: translate(36px, -745px);
    text-align: center;
    cursor: pointer;
}




.publicity-1 {
    text-decoration: line-through;
    color: #f5f5f5;
    font-weight: 600;
    font-size: 14px !important;
}

.publicity-2 {
    color: #f5f5f5;
    font-weight: 700;
    font-size: 18px !important;
}

.product-wear {
    position: absolute;
    left: 50%;
    bottom: -12%;
    transform: translateX(-50%);
    width: 400px;
    height: 160px;
    /* ✅ sirf yeh change */
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 76px;

}

.banner-img-btn-2 {
    background-color: #fff;
    color: #1f1f1f;
}

.banner-img-btn-2 i {
    font-size: 12px;
}

@media (min-width: 992px) {
    .hover-affect img {
        height: 770px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hover-affect img {
        height: 600px;
    }

    .product-wear {
        width: 320px;
        height: 100px;
        bottom: -14%;
    }

    .product-wear h3 {
        font-size: 20px;
    }

    .product-wear button {
        font-size: 15px;
    }

    .product-publicity {
        padding: 23px 15px;
        border-radius: 50%;
        position: absolute;
        transform: translate(6px, -591px);

    }
}

@media (max-width: 767.98px) {

    .hover-affect img {
        height: 520px;
        margin-top: 60px;
    }

    .product-wear {
        width: 322px;
        height: 0px;
        left: 50%;
        bottom: -18%;
        transform: translateX(-50%);
        padding: 50px !important;
        padding-top: 66px !important;
    }

    .product-wear h3 {
        font-size: 17px;
    }

    .product-wear button {
        font-size: 15px;
    }

    .product-publicity {
        padding: 20px 14px;
        border-radius: 50%;
        position: absolute;
        transform: translate(6px, -513px);
    }

}


/* <!-- BLOG SECTION --> */

/* BASE STYLES */
.custom-blog {
    margin-top: 150px;
    background-color: #f5f5f5;
    min-height: auto;
    /* fixed height hata diya responsive ke liye */
    padding-bottom: 80px;
}

.our-blog {
    padding-top: 110px;
    text-align: center;
}

.our-blog h6 {
    color: #a5a0a0;
    font-size: 13px;
    font-weight: 500;
}

.our-blog h1 {
    color: #000;
    font-weight: 500;
    font-size: 37px;
}

.blog-img {
    margin-top: 65px;
    text-align: center;
}

.blog-img img {
    width: 100%;
    height: auto;
}

.product-detail-info {
    background-color: #ffffff;
    padding: 20px 40px;
}

.categorized-span {
    color: #817b7b;
    font-size: 14px;
}

.category-info a {
    font-size: 21px;
    font-weight: 530;
    color: #1f1f1f;
    cursor: pointer;
}

.discover-more {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discover-h6 {
    font-size: 13px;
    font-weight: 510;
    color: #000;
    cursor: pointer;
    position: relative;
}

/* After line under text */
.discover-h6::before {
    content: "";
    position: absolute;
    left: -9%;
    bottom: -3px;
    height: 1px;
    width: 120%;
    background: #000;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

.discover-h6:hover::before,
.discover-h6:active::before {
    transform: scaleX(0);
}

/* ============================= */
/* RESPONSIVE STYLES */
/* ============================= */

@media (min-width: 768px) and (max-width: 991px) {

    .custom-blog {
        margin-top: 150px;
        background-color: #f5f5f5;
        min-height: auto;
        padding-bottom: 0px;
    }

    .discover-more {
        margin-top: -20px;
    }

    p {
        margin-top: 0;
        margin-bottom: 0px !important;
    }

    .our-blog {
        padding-top: 60px;
        /* content close */
    }

    .blog-img {
        margin-top: 35px;
        /* image upar aa jaye */
    }

    .categorized-span {
        color: #817b7b;
        font-size: 15px;
    }

    .category-info p {
        font-size: 20px !important;
        font-weight: 530;
        color: #1f1f1f;
        cursor: pointer;
    }
}

@media (max-width: 767px) {

    .custom-blog {
        margin-top: 90px;
        padding-bottom: 0px;
        /* bg aur kam */
    }

    .our-blog {
        padding-top: 45px;
        /* OUR BLOG close */
    }

    .our-blog h6 {
        color: #a5a0a0;
        font-size: 14px;
        font-weight: 500;
    }

    .our-blog h1 {
        color: #000;
        font-weight: 500;
        font-size: 34px;
    }

    .blog-img {
        margin-top: 25px;
    }

    .blog-img img {
        width: 100%;
        height: auto;
        padding-top: 5px;
    }

    .product-detail-info {
        background-color: #ffffff;
        padding: 13px 35px;
    }

    .category-info p {
        font-size: 19px;
        font-weight: 530;
        color: #1f1f1f;
        cursor: pointer;
    }

    .discover-more {
        height: 150px !important;
    }
}


/* <!-- Reviews Section --> */

.custom-review {
    padding: 80px 0;
}

.review-p {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 500;
}

.review-h2 {
    font-size: 36px;
    font-weight: 500;
}

.review-section {
    border: 1px solid #e2dddd;
    padding: 20px;
}

.review-row {
    display: flex;
    flex-wrap: wrap;
}

.review-left {
    border-right: 1px solid #e2dddd;
    border-right: 1px solid #e2dddd;
    padding-top: 30px;
}

.review-img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.review-product-title {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
}

.review-gray {
    color: #8d8d8d;
    font-size: 15px;
}

.review-name {
    font-weight: 600;
    font-size: 16px;
}

.review-stars i {
    color: #ffc85a;
    font-size: 12px;
}

.review-text {
    color: #6d6b6b;
    font-size: 17px;
}

.review-date {
    font-size: 14px;
    color: #a0a0a0;
}

.review-user-img {
    width: 85px;
}

/* ============================= */
/* DESKTOP FIX – ONLY UPDATE */
@media (min-width: 992px) {

    .review-left {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        border-right: 1px solid #e2dddd;
        padding-top: 30px;
        padding-right: 15px;
    }

    /* right content col-8 */
    .review-right {
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }

    /* image adjust inside left col */
    .review-img {
        max-width: 240px;
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }
}


/* ============================= */
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
    .review-img {
        max-width: 150px;
        height: 30vh;
    }

    .review-section {
        padding-right: 20px !important;
    }

    .review-product-title {
        font-size: 15px;
    }

    .review-h2 {
        font-size: 32px;
        margin-bottom: 15px !important;
    }

    .review-text {
        font-size: 16px;
    }

    .review-user-img {
        width: 70px;
    }
}

/* ============================= */
/* MOBILE */
@media (max-width: 767px) {
    .review-h2 {
        font-size: 32px !important;
        color: #000;
    }
}

.review-left {
    border-right: none;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.review-img {
    width: 100%;
    max-width: 330px;
    height: auto;
}

.review-product-title {
    font-size: 16px;
    margin-top: 15px !important;
}

/* ===== MOBILE FIX (ADD ONLY – DO NOT REMOVE OLD CSS) ===== */
@media (max-width: 767px) {

    /* Force image + name + stars in one line */
    .review-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 20px;
    }

    /* Text block next to image */
    .review-text-block {
        text-align: left;
    }

    /* User image fix */
    .review-user-img {
        width: 80px;
    }

    /* Review content next lines */
    .review-text,
    .review-date {
        text-align: left !important;
        display: block;
        padding-left: 20px !important;

    }
}






/* <!-- FEATURE SECTION --> */

.features-section {
    margin-top: 120px;
    margin-bottom: 120px;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 15px;
    gap: 15px;
    margin-bottom: 20px;
    /* spacing between rows on mobile/tablet */
}

.feature-icon {
    width: 45px;
}

.feature-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.feature-sub {
    margin: 4px 0 0 0;
    color: #7d7d7d;
    font-size: 14px;
}


@media (max-width: 767px) {

    .feature-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 10px;
        width: 50%;
        box-sizing: border-box;
    }

    .feature-box img {
        margin: 0 auto;
        display: block;
    }

    .feature-box p,
    .feature-box h6 {
        text-align: center;
        width: 100%;
    }
}

/* Tablet adjustments */
@media (max-width: 991px) {
    .feature-box {
        gap: 30px;
        margin-bottom: 30px;
        text-align: left;
    }

    .feature-icon {
        width: 40px;
    }

    .feature-title,
    .feature-sub {
        font-size: 14px;
    }
}


/* ================= FOOTER BASE ================= */
.contact {
    background-color: #1f1f1f;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Heading */
.contact-heading {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding: 100px 0 25px;
    text-align: center;
}

/* ================= SUBSCRIBE ================= */
.subscribe-wrapper {
    width: 100%;
    margin-bottom: 90px;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.subscribe-wrapper input {
    width: 36%;
    font-size: 16px;
    background-color: #303030;
    color: #a0a08e;
    outline: none;
    padding: 15px 0px;
    border: none !important;
}

.subscribe-wrapper button {
    width: 13%;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #525252;
    border: none;
    outline: none;
    padding: 15px !important;
}


/* ================= DESKTOP / TABLET GRID ================= */
.contact-info {
    width: 100%;
    max-width: 1300px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 43px;
    margin: auto;
}

.contact-info h4 {
    font-size: 13px;
    color: #f5f5f5;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-info p {
    color: #d8d2d2;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;


    width: fit-content;
    /* 🔥 EXACT TEXT WIDTH */
    /* 🔥 EXACT TEXT WIDTH */
    white-space: nowrap;
    /* 🔥 SAME LINE */
    /* 🔥 SAME LINE */
}

.contact-info p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #fff;
    transition: width 0.3s ease;
}

.contact-info p:hover {
    color: #fff;
}

.contact-info p:hover::after {
    width: 100%;
}

.five-2 p {
    color: #d8d2d2;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 8px;
    cursor: text;
    position: relative;
}

.five-2 p:hover::after {
    width: 0;
}

.five-2 p:hover {
    color: #d8d2d2;
}


/* ================= SOCIAL ICONS ================= */
.social-icon i {
    color: #565656;
    font-size: 20px;
    margin-right: 10px;
    transition: 0.3s ease;
}

.social-icon i:hover {
    color: #fff;
}

/* ================= FOOTER BOTTOM ================= */
.footer-hr {
    width: 100%;
    border: none;
    height: 1px;
    background: #817b7b;
    margin: 40px 0 20px;
}

.end-text p {
    color: #a0a0a0;
    font-size: 15px;
}


/* ================= TABLET ================= */
@media (max-width: 991px) {
    .contact-info {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {
    .contact {
        background-color: #1f1f1f;
        padding: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-heading {
        font-size: 27px;
        color: #fff;
        font-weight: 500;
        padding: 26px 0 25px;
        text-align: center;
    }

    .subscribe-wrapper {
        width: 100%;
        margin-bottom: 90px;
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .subscribe-wrapper input {
        width: 94%;
        font-size: 18px;
        background-color: #303030;
        color: #a0a08e;
        outline: none;
        padding: 16px 0px;
        border: none !important;
        text-align: center !important;
    }

    .subscribe-wrapper button {
        width: 94%;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        background-color: #525252;
        border: none;
        outline: none;
        padding: 16px !important;
    }

    .contact-info .img {
        display: none;
    }

    .contact-info .second-info {
        display: none;
    }

    .contact-info .third-info {
        display: none;
    }

    .contact-info .fourth-info {
        display: none;
    }

    .contact-info .five-2 {
        display: none;
    }

    .social-icon {
        padding-left: 10px;
    }

    .social-icon i {
        width: 10px;
        gap: 15px;
        padding-bottom: 50px;
        color: #e9e9e9;
    }

    /* Accordion container */
    .accordion {
        width: 90%;
        margin: auto;
        background: transparent;
    }

    /* Accordion item */
    .accordion-item {
        background: transparent;
        border: none;
        border-bottom: 1px solid #2a2a2a;
    }

    /* Accordion button (heading) */
    .accordion-button {
        background: transparent;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 14px 0;
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
    }

    .accordion-button:not(.collapsed) {
        background: transparent;
        color: #ffffff;
        box-shadow: none !important;
        outline: none !important;
        border: none !important;
    }

    /* ===== ACCORDION OPEN / CLOSE DELAY ===== */
    .accordion-collapse {
        transition: height 0.5s ease !important;
    }

    .collapsing {
        transition: height 0.5s ease !important;
    }

    .accordion-button:focus {
        box-shadow: none !important;
        outline: none !important;
        border: none !important;
    }

    /* Arrow icon */
    .accordion-button::after {
        filter: invert(1);
    }

    /* Accordion body */
    .accordion-body {
        background: transparent;
        padding: 8px 0 15px 0;
    }

    .accordion-body p {
        font-size: 14px;
        color: #bdbdbd;
        margin-bottom: 8px;
        cursor: pointer;
    }

    .accordion-body p:hover {
        color: #ffffff;
    }

    .end-text p {
        padding-left: 100px;
        padding-bottom: 50px;
    }
}


/* Sticky effect for navbar on scroll */
.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1045;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.sticky-placeholder {
    height: 90px;
}

.cart-offcanvas {
    width: 470px;
}

/* HEADER */
.cart-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 20px;
    position: relative;
}

.cart-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
}

/* CLOSE ICON */
.cart-close {
    position: absolute;
    right: 18px;
    top: 14px;
    background: none;
    border: none;
    font-size: 26px;
    color: #999;
    cursor: pointer;
}

.cart-close:hover {
    color: #000;
}

/* BODY */
.cart-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* EMPTY CART CENTER */
.cart-empty {
    text-align: center;
    margin-top: 80px;
}

.cart-empty h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* CONTINUE BUTTON */
.continue-btn {
    width: 260px;
    height: 48px;
    border: 1px solid #777;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.continue-btn:hover {
    background: #000;
    color: #fff;
}



/* ===== OFFCANVAS CONTAINER ===== */
#drawerOne {
    width: 420px;
    max-width: 100vw;
    z-index: 99999 !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
}

/* ===== OFFCANVAS HEADER ===== */
#drawerOne .custom-header {
    padding: 16px 20px;
    border-bottom: 1px solid #e6e6e6;
}

#drawerOne .offcanvas-title {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    margin: 10px 0 0 190px;
}

/* ===== OFFCANVAS BODY ===== */
#drawerOne .offcanvas-body {
    padding: 30px;
    padding-top: 50px;
    overflow-x: visible !important;
    box-sizing: border-box;
}

/* ===== SELECT WRAPPER ===== */
#drawerOne .mb-md-3 {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible !important;
}

/* ===== SELECT DROPDOWN ===== */
#drawerOne select,
#drawerOne .form-select,
#drawerOne .custom-select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 0;
    padding: 18px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1050;
}

#drawerOne .custom-select:focus {
    border-color: #000;
    box-shadow: none;
}

/* ===== SEARCH BOX ===== */
#drawerOne .search-box {
    position: relative;
    margin-top: 15px;
}

/* ===== SEARCH INPUT ===== */
#drawerOne input,
#drawerOne .custom-input {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 0;
    padding: 18px 20px;
    font-size: 17px;
    border: 1px solid #ccc;
    box-shadow: none;
}

#drawerOne .custom-input:focus {
    border-color: #000;
    box-shadow: none;
}

/* ===== SEARCH ICON ===== */
#drawerOne .search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 14px;
    pointer-events: none;
}

/* ===== SEARCH RESULTS ===== */
#drawerOne .search-heading {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 14px;
}

#drawerOne .search-results {
    position: relative;
    margin-top: 22px;
    padding-top: 18px;
}

/* DESKTOP EDGE-TO-EDGE LINE */
#drawerOne .search-results::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: #e6e6e6;
}

/* ===== SEARCH ITEM ===== */
#drawerOne .search-item {
    display: flex;
    gap: 40px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}

/* ===== IMAGE ===== */
#drawerOne .search-item img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    flex-shrink: 0;
}

/* ===== INFO ===== */
#drawerOne .search-info {
    padding-top: 6px;
}

#drawerOne .search-info h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    cursor: pointer;
}

#drawerOne .search-info h6:hover {
    color: orangered;
}

#drawerOne .price {
    font-size: 15px;
    margin-bottom: 8px;
}

#drawerOne .price del {
    color: #999;
    margin-right: 8px;
}

#drawerOne .price span {
    color: orangered;
    font-weight: 400;
    font-size: 17px;
}

#drawerOne .rating i {
    font-size: 14px;
    color: #ccc;
}

#drawerOne .rating .fa-solid {
    color: #b7b7b7;
    font-size: 11px;
}

/* FULL WIDTH BORDER FOR SEARCH RESULTS */
#drawerOne .search-results {
    position: relative;
    margin-top: 22px;
    padding-top: 18px;
}

/* EDGE TO EDGE LINE */
#drawerOne .search-results::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    /* offcanvas-body padding */
    width: calc(100% + 40px);
    height: 1px;
    background: #e6e6e6;
}

/* OFFCANVAS */
#drawerTwo {
    width: 420px;
    z-index: 99999 !important;
}

/* HEADER */
#drawerTwo .offcanvas-header {
    padding: 16px 20px;
    border-bottom: 1px solid #e6e6e6;
}

#drawerTwo .offcanvas-header h5 {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    margin: 10px 0 0 190px;
}

#drawerTwo .custom-padding {
    padding: 100px 20px;
}

#drawerTwo .form-group {
    margin-bottom: 16px;
}

#drawerTwo .form-control {
    border-radius: 0;
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    box-shadow: none;
}

#drawerTwo .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

#drawerTwo .password-input-wrapper {
    position: relative;
    display: block;
}

#drawerTwo .password-input-wrapper .form-control {
    padding-right: 44px;
}

#drawerTwo .password-toggle {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
    font-size: 15px;
    line-height: 1;
    z-index: 5;
}

#drawerTwo .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

#drawerTwo .forgot-password {
    margin-left: auto;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

#drawerTwo .forgot-password:hover {
    text-decoration: underline;
}

#drawerTwo .btn-signin {
    width: 100%;
    height: 55px;
    border-radius: 0;
    background: #1f1f1f;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    margin-bottom: 12px;
    margin-top: 20px;
}

#drawerTwo .btn-create-account {
    width: 100%;
    height: 55px;
    border-radius: 0;
    margin-top: 0px;
    background: transparent;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}

#drawerTwo form {
    transition: opacity 0.4s;
}

/* ================= DRAWER THREE – SAME SEARCH RESULT CSS ================= */

#drawerThree {
    width: 550px;
    z-index: 99999 !important;
}

#drawerThree .offcanvas-body {
    padding: 30px;
    padding-top: 15px;
}

#drawerThree .search-results {
    position: relative;
    padding-top: 18px;
}

#drawerThree .search-results::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: #e6e6e6;
}

#drawerThree .search-heading {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 14px;
}

#drawerThree .search-item {
    display: flex;
    gap: 40px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}

#drawerThree .search-item img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    flex-shrink: 0;
}

#drawerThree .search-info {
    padding-top: 6px;
}

#drawerThree .search-info h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
}

#drawerThree .search-info h6:hover {
    color: orangered;
}

#drawerThree .price {
    font-size: 15px;
    margin-bottom: 8px;
}

#drawerThree .price del {
    color: #999;
    margin-right: 8px;
    text-decoration: line-through;
}

#drawerThree .price span {
    color: orangered;
    font-weight: 400;
    font-size: 17px;
}

#drawerThree .rating i {
    font-size: 14px;
    color: #ccc;
}

#drawerThree .rating .fa-solid {
    color: #b7b7b7;
    font-size: 11px;
}

/* OFFCANVAS */
#cartDrawer {
    width: 420px;
    z-index: 99999 !important;
}

#cartDrawer .offcanvas-header {
    padding: 16px 20px;
    border-bottom: 1px solid #e6e6e6;
}

#cartDrawer .offcanvas-header h5 {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    margin: 10px 0 0 190px;
}

#cartDrawer .custom-pad {
    padding: 25px 40px;
}

#cartDrawer .empty-cart p {
    font-size: 29px;
    font-weight: 450;
    margin-bottom: 25px;
    color: black;
}

#cartDrawer .empty-cart button {
    width: 460px;
    height: 56px;
    border-radius: 0;
    font-size: 19px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

#cartDrawer .empty-cart button:hover,
#cartDrawer .empty-cart button:focus,
#cartDrawer .empty-cart button:active {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #000 !important;
    box-shadow: none !important;
}

#cartDrawer .cart-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    margin-top: 20px;
}

#cartDrawer .cart-item img {
    width: 130px;
    height: 100px;
    margin-right: 20px;
}

#cartDrawer .cart-item-details {
    flex-grow: 1;
    margin-left: 12px;
}

#cartDrawer .cart-item-name {
    font-size: 15px;
    color: #000;
    margin-bottom: 7px;
}

#cartDrawer .cart-item-price {
    font-size: 18px;
    margin-bottom: 25px;
}

#cartDrawer .quantity-wrapper {
    width: 90px;
    border-radius: 0;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 80px;
    overflow: hidden;
    transition: border 0.3s;
}

.quantity-control:hover {
    border: 1px solid #000;
}

.qty-btn {
    width: 28px;
    height: 36px;
    font-size: 20px;
    border: none;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    transition: color 0.3s;
    padding: 0;
}

.qty-btn.decrease {
    border-right: none;
}

.qty-btn.increase {
    border-radius: 0 3px 3px 0;
    border-left: none;
}

.quantity-input {
    width: 50px !important;
    height: 45px;
    font-size: 16px;
    text-align: center;
    border: none;
    outline: none;
    pointer-events: none;
    background-color: transparent;
    padding-left: 13px;
}

.qty-btn:hover,
.qty-btn:focus {
    border-color: black;
    color: black;
    outline: none;
}

.quantity-input {
    transition: color 0.3s;
}

#cartDrawer .remove-btn {
    background: none;
    border: none;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    margin-left: 12px;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
}

#cartDrawer .subtotal {
    font-size: 16px;
    font-weight: 600;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
    margin-bottom: 12px;
}

#cartDrawer .btn-dark {
    background-color: #1f1f1f;
    border: none;
    font-size: 17px;
    font-weight: 500;
    height: 55px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 13px !important;
}

#cartDrawer .btn-outline-dark {
    background-color: transparent;
    border: 1px solid #000;
    font-size: 17px;
    font-weight: 500;
    height: 55px;
    border-radius: 0;
    width: 100%;
}

#cartDrawer .btn-outline-dark:hover,
#cartDrawer .btn-outline-dark:focus {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #000 !important;
    box-shadow: none !important;
}

.btn-3 {
    padding: 7px 10px !important;
    border-radius: 0px !important;
}

.search-item {
    position: relative;
}

.search-item .remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    text-decoration: none;
}


.cart-offcanvas,
#drawerOne,
#drawerTwo,
#cartDrawer {
    width: 550px;
}

.btn-close,
.btn-close:focus,
.btn-close:active,
.btn-close:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Remove borders above subtotal and last cart item */
#cartDrawer .cart-item,
#cartDrawer .subtotal {
    border: none !important;
}

.sub-total {
    margin-top: 120px;
    margin-bottom: 50px;
}

/* ✅ MOBILE ONLY – ALL OFFCANVAS WIDTH -40px */
@media (max-width: 767px) {
    .offcanvas {
        width: calc(100% - 25px) !important;
        max-width: calc(100% - 25px) !important;
    }

    #drawerOne .offcanvas-title {
        font-size: 21px;
        color: #000;
        font-weight: 500;
        margin: 10px 0 0 86px;
    }

    #drawerOne .offcanvas-body {
        padding: 15px;
        padding-top: 50px;
    }

    #drawerTwo .offcanvas-header h5 {
        font-size: 21px;
        color: #000;
        font-weight: 500;
        margin: 10px 0 0 110px;
    }

    #drawerTwo .custom-padding {
        padding: 50px 15px;
    }

    #drawerThree .offcanvas-body {
        padding: 15px;
    }

    #drawerThree .search-results {
        position: relative;
        margin-top: 0px;
        padding-top: 18px;
    }

    .navbar-brand img {
        width: 90px;
        margin-left: 0px;
    }

    .nav-icons {
        position: absolute;
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
        gap: 8px;
        height: 20px;
    }

    #cartDrawer .offcanvas-header h5 {
        font-size: 21px;
        color: #000;
        font-weight: 500;
        margin: 10px 0 0 95px;
    }

    #cartDrawer .empty-cart p {
        font-size: 28px;
        font-weight: 450;
        color: black;
    }

    #cartDrawer .empty-cart button {
        width: 325px;
        height: 56px;
        border-radius: 0;
        font-size: 19px;
        font-weight: 400;
        color: #000;
        background-color: transparent;
        border: 1px solid #000;
    }
}

.navbar {
    transition: all .3s ease;
}

html {
    scrollbar-gutter: stable;
}

body {
    padding-right: 15px;
}

body {
    padding-right: 0 !important;
}

body.offcanvas-open {
    overflow: hidden !important;
    height: 100vh;
}

.offcanvas-body {
    overflow-y: auto;
}

.offcanvas-body {
    scrollbar-width: thin;
}

html,
body {
    overflow-x: hidden;
}

/* ===== DRAWER REMOVE BUTTON ===== */
.drawer-remove-btn {
    background: none;
    border: 1px solid #e5e5e5;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #bbb;
    font-size: 11px;
    padding: 0;
    transition: all 0.2s ease;
    flex-shrink: 0;
    line-height: 1;
}
.drawer-remove-btn:hover {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #ef4444;
}

/* ===== DRAWER ADD TO CART BUTTON ===== */
.drawer-add-cart-btn {
    background: #1f1f1f;
    color: #fff;
    border: none;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background 0.2s ease;
}
.drawer-add-cart-btn:hover {
    background: #3a3a3a;
}