/* ==========================================================================
   Frontend Stylesheet
   Purpose: global storefront layout, section styling, utilities, and widgets.
   Editing guide: keep section-specific changes inside the nearest labeled block.
   ========================================================================== */

body {
    font-family: var(--en-font), var(--bn-font), sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.5;
    background: var(--background-color);
}

:root {
    --background-color: #fefafa;
    --primary-color: #087f70;
    --primary-hover-color: #06695d;
    --secondary-color: #f25850;
    --secondary-hover-color: #dc463d;
    --bluish-color: #007ca8;
    --secondary-color-extra: #153e58;
    --footer-text-color: #fff;
    --marquee-bg-color: #f00ff0;
    --en-font: "Satoshi", "Maven Pro", sans-serif;
    --bn-font: "Baloo Da 2", sans-serif;
    --poppins-font: "Satoshi", "Poppins", serif;
    --border-color-1: #3b82f6;
    --border-color-2: #10b981;
    --border-color-3: #8b5cf6;
    --border-color-4: #f59e0b;
    --border-color-5: #ec4899;
}

@media only screen and (max-width: 767px) {
    :root {
        --storefront-shell-width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1500px;
    }
}

/*==== COMMON / RESET CSS START ====*/
p {
    margin: 0;
    color: #000;
    padding: 0;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #666;
    text-align: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s all;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    /* outline: 3px solid #ffbf47 !important; */
    outline-offset: 2px !important;
    box-shadow: none !important;
}

.parsley-errors-list {
    color: var(--secondary-color);
}

.parsley-error {
    border: 1px solid var(--secondary-color) !important;
}

img {
    max-width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--poppins-font), var(--bn-font), sans-serif;
    margin: 0;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bangla-font {
    font-family: var(--bn-font);
}

/*==== COMMON / RESET CSS END ====  */

/*==== COUPON CSS START ====  */
.coupon-section {
    background: #CBD2D5;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
}

.coupon-code p {
    font-size: 16px;
    text-align: center;
}

.coupon-code span {
    margin: 0 4px;
}

.coupon-code button {
    background: transparent;
}

.coupon-section .btn-close {
    padding: 13px 18px;
    font-size: 12px;
}

.coupon-form-box {
    display: flex;
    width: 100%;
    column-gap: 10px;
}

button#remove-coupon-btn {
    padding: 5px 10px;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
}

div#coupon-applied-box {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 10px;
}
/*==== COUPON CSS END ====  */
.card-bodys.card_custom {
    font-size: 16px;
    text-align: left;
    margin: 10px;
    padding-top: 5px;
    font-weight: 500;
}

/*==== HEADER CSS START ====  */
.header-top {
    background: rgba(0, 119, 204, 0.97);
    display: flex;
    height: 50px;
    align-items: center;
}

.header-left span {
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.header-left span a {
    color: #fff;
}

.header-left ul li a {
    margin: 0 5px;
}

.header-left ul {
    display: inline-block;
}

.header-right {
    text-align: right;
}

.header-right span ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 4px;
}

.header-right a {
    color: #ffffffcc;
    border: 2px solid;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    border-color: hsla(0, 0%, 100%, 0.5);
    height: 30px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right a:hover {
    background: blue;
    border: 1px solid blue;
}

.header-left {
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}



.sticky.is-sticky {
    background: #222;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

.main-search {
    margin: 9px 0 8px;
    position: relative;
    padding-left: 11px;
}

.search_result {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 10030;
}

.search_product {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 10030;
    border: 1px solid #ddd;
    top: auto;
    max-height: 600px;
    overflow-y: scroll;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

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

.search_product li {
    list-style: none;
}

.search_product li a {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 8px 15px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}

.search_product img {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    border-radius: 50px;
}

.search_product li {
    width: 100%;
}

.search_product ul li:hover a {
    background: #f1f1f1;
}

.search_content .price {
    color: var(--primary-color);
    font-weight: 600;
}

.header-account-widget {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 14px;
}

/* Vertical divider on the left, like in the screenshot */
.header-account-divider {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background: #e0e0e0;
}

.header-account-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    background: #e8ecfb;
    flex-shrink: 0;
}

.header-account-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.header-account-name {
    font-weight: 700;
    font-size: 14px;
    color: #1c1c1c;
    text-decoration: none;
}

.header-account-name:hover {
    color: #000;
}

.header-account-orders {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #1c1c1c;
    text-decoration: underline;
    width: fit-content;
}

.header-account-orders i {
    color: #ff9800;
    font-size: 12px;
}

.header-account-orders:hover {
    color: #000;
}

.header-account-orders {
    text-decoration: underline !important;
}

.header-account-orders {
    text-decoration: underline !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.mobile-show {
    display: none !important;
}

.mobile-header {
    display: none;
}

.mobile-categories ul li {
    display: block;
    z-index: 99999;
    width: 100%;
    height: auto;
}

.mobile-categories {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    width: 85%;
    transition: 0.35s all;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

.mobile-categories.active {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-search input {
    width: 86% !important;
}

.mobile-search button {
    width: 12% !important;
}

.mobile-nav li a {
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.mobile-menu .nav li button.active {
    border-radius: 0;
    color: var(--secondary-color);
}

.main-search.mobile-search {
    margin: 0;
    padding: 0;
}

.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

/* Slide-out mobile menu */
.mobile-menu.active {
    left: 0;
}

.mobile-menu {
    width: 100%;
    max-width: 480px;
    left: -480px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    height: 100vh;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
}

/* Mobile footer links */
.mobilemenu-bottom {
    border: 1px solid #ddd;
    padding: 20px 20px;
    ;
}

.mobilemenu-bottom ul li {
    display: block;
    padding: 8px 0;
}

.mobilemenu-bottom ul li a {
    color: #222;
}

/* Mobile category tiles */

.cat_item {
    padding: 5px;
}

.cat-img img {
    padding: 0px;
}

.cat-name {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.m-hide {
    display: none !important;
}

.footer-menu.use_link_m ul li {
    font-size: 16px;
}

.footer-menu.use_link_m ul li a {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-menu ul li a {
    margin-bottom: 5px;
    color: var(--footer-text-color);
}

.mobile-search {
    background-color: #fff;
    padding: 0px 6px;
    padding-top: 0;
    display: block;
}

/* Mobile menu header */
.mobile-menu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    background-color: var(--primary-color);
    height: 50px;
}

.logo-image img {
    height: 40px;
    width: auto;
}

.mobile-menu-close {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mobile-menu-close i {
    font-size: 22px;
    color: #ff0000;
}

.first-nav .parent-category {
    display: block;
    line-height: 33px;
}

.first-nav .parent-category.active .menu-category-row,
.first-nav .parent-subcategory.active .menu-subcategory-row {
    background-color: #fef4fc;
}

.first-nav .menu-category-list {
    display: block;
}

.first-nav .menu-category-list .menu-category-link {
    padding: 10px 0;
    display: block;
    padding-left: 20px;
}




header .toggle {
    margin-top: 0;
    padding-left: 12px;
    font-size: 22px;
}

.main-search.mobile-search {
    margin-top: 0;
    padding: 8px 15px;
    background: #f7f7f7;
}

.main-search.mobile-search form {
    height: 40px;
    border-width: 1px;
}

.mobile-menu-social .mobile-social-list .mobile-social-link {
    border: 2px solid #c0c0c0;
    padding: 5px 13px;
    border-radius: 5px;
    display: block;
}

.mobile-menu-social .mobile-menu-social {
    display: flex;
    column-gap: 5px;
    padding-left: 20px;
}

/* ===== Logo Area ===== */
.logo-area {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.logo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.main-logo {
    flex: 0 0 230px;
}

.main-logo a {
    display: block;
    text-align: center;
}

.main-logo img {
    width: auto;
    height: 50px;
    object-fit: contain;
}

/* ===== Search Bar ===== */
.main-search {
    flex: 1;
    position: relative;
}

.main-search form {
    position: relative;
    align-items: center;
    border-radius: 6px;
    background: #fff;
    width: 100%;
}

.main-search input {
    border-bottom: 1px solid;
    border-color: #c1c1c1;
    outline: none;
    padding: 12px 10px;
    font-size: 14px;
    color: #333;
    width: 100%;
}

.main-search input::placeholder {
    color: #999;
}

.main-search button {
    background: none;
    border: none;
    color: #999;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.search_result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
}

/* ===== Right Side Icons ===== */
.header-list-items {
    flex: 1;
}

.header-list-items ul {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
}

.header-list-items ul li {
    flex: 1;
}

.header-list-items ul li.border-right {
    border-right: 1px solid #ddd;
}

.header-community-item a svg {
    height: 25px;
    width: 25px;
}

.header-list-items a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    justify-content: center;
}

.wishlist-header-item a {
    /* height: 40px;
    width: 40px;
    border: 1px solid;
    border-radius: 50px;*/
}
.wishlist-header-item a {
    position: relative;
    height: 32px;
    width: 32px;
    border-radius: 32px;
}

.wishlist-header-item a svg {
    height: 32px;
    width: 32px;
    color: #767676;
}
.wishlist-header-item a:hover svg,
.wishlist-header-item a.active svg {
    color: red;
}

.wishlist-header-item button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.wishlist-header-item button svg {
    height: 32px;
    width: 32px;
    color: #767676;
    transition: color 0.2s ease;
}

.wishlist-header-item button:hover svg,
.wishlist-header-item button.active svg {
    color: red;
}

/* Rounded animated shadow element */
.header-wishlist-link::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Trigger animation on hover */
.header-wishlist-link:hover::after {
    animation: pulse-shadow 1.2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

/* Keyframe for expanding round shadow */
@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
        opacity: 1;
    }
    70% {
        box-shadow: 0 0 0 16px rgba(255, 0, 0, 0);
        opacity: 0;
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        opacity: 0;
    }
}

.header-cart-link img {
    height: 35px;
}

.header-list-items i {
    font-size: 18px;
    color: #333;
}

/* Community */
.header-community-item a span {
    font-weight: 500;
}

/* Sign In */
.header-auth-link a span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.header-auth-link a span strong {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.header-auth-link a span small {
    font-size: 11px;
    color: #777;
    font-weight: 400;
}

/* Wishlist + Cart icon wrappers need relative positioning for badges */
.wishlist-header-item a,
.cart-dialog a {
    position: relative;
}

.wishlist-count,
.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #e53935;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    padding: 0 3px;
}

/* Mini cart dropdown (hidden until hover/click) */
.cart-dialog {
    position: relative;
}

.cshort-summary {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 100;
    padding: 16px;
}

.cart-dialog:hover .cshort-summary,
.cart-dialog.active .cshort-summary {
    display: block;
}

.header-cart-link {
    display: inline-block !important;
}

/* ===== Menu Area (dark nav bar) ===== */
.menu-area {
    background: var(--primary-color);
}

.main-menu {
    width: 85%;
    margin: 0 auto;
}

.main-menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    column-gap: 20px;
}

.main-menu ul>li {
    position: relative;
}

.main-menu ul>li>a {
    display: flex;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    align-items: center;
    white-space: nowrap;
}

.main-menu ul>li:hover>a,
.main-menu ul>li.active>a {
    background: #f0f0f0;
    color: #000;
}

.main-menu .cat_down {
    font-size: 11px;
    margin-left: 4px;
}

/* Hamburger toggle */
.menu-toggle-item {
    border-right: 1px solid #333;
}

.menu-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 22px;
    color: #fff;
    font-size: 16px;
    transform: rotate(90deg);
}

/* Mega menu dropdown */
.mega_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.main-menu ul>li:hover .mega_menu {
    display: block;
}

.subcategory-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.mega-subcategory-item {
    position: relative;
}

.mega-subcategory-item .cat-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    color: #222;
    text-decoration: none;
    font-size: 13px;
    text-transform: none;
    font-weight: 500;
}

.mega-subcategory-item:hover .cat-title {
    background: #f7f7f7;
}

.childcategory-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.mega-subcategory-item:hover .childcategory-menu {
    display: block;
}

.childcategory-menu a {
    display: block;
    padding: 8px 16px;
    color: #222;
    text-decoration: none;
    font-size: 13px;
}

.childcategory-menu a:hover {
    background: #f7f7f7;
}

.mobile-menu {
    background: #fff;
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

/* Header */
.mobile-menu-header {
    background-color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 18px;
    border-bottom: 1px solid;
    border-color: #ddd;
}

.mobile-menu-header a {
    flex: 1;
    text-align: center;
}

.mobile-menu-header img {
    height: 50px;
}

.mobile-menu-user {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.mobile-menu-user:hover {
    color: #fff;
}

.mobile-menu-user i {
    font-size: 20px;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* Search */
.mobile-menu-search {
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
}

.mobile-menu-search form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.mobile-menu-search input {
    flex: 1;
    border: none;
    font-size: 14px;
    color: #333;
}

.mobile-menu-search input:focus {
    outline: none;
}

.mobile-menu-search button {
    background: none;
    border: none;
    color: #999;
    font-size: 15px;
    cursor: pointer;
    flex: 0 0 50px;
}

/* Categories */
.mobile-menu-categories {
    padding: 14px 10px 6px;
}

.mobile-menu-categories-title {
    font-weight: 700;
    font-size: 15px;
    color: #333;
    padding: 0 18px 10px;
}

.first-nav,
.second-nav,
.third-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-category-row,
.menu-subcategory-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
}

.menu-subcategory-row {
    padding-left: 0px;
}

.menu-category-row.active {
    background: #fdeefa;
}

.menu-subcategory-row.active {
    background: #fdeefa;
    border-radius: 6px;
}

.menu-category-name,
.menu-subcategory-name {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    flex: 1;
}

.side_cat_img {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.side_cat_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-category-toggle, .menu-subcategory-toggle {
    background: none;
    border: none;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    padding: 4px 6px;
    flex: 0 0 40px;
}

.menu-category-toggle.active i,
.menu-subcategory-toggle.active i {
    transform: rotate(180deg);
}

.second-nav .parent-subcategory {
    border-bottom: 1px solid #f2f2f2;
    display: block;
}

.second-nav .menu-subcategory-name {
    padding: 12px 18px 12px 16px;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 20px;
}

.menu-subcategory-row.active .menu-subcategory-name {
    padding-left: 8px;
    line-height: 20px;
}

.third-nav .childcategory a {
    display: block;
    padding: 10px 18px 10px 30px;
    color: #444;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #f6f6f6;
}

.third-nav .childcategory a:hover {
    color: #111;
}

/* Community + cart cards */
.mobile-menu-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 16px 18px 0;
}

.mobile-menu-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 14px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 90px;
}

.mobile-menu-card-community {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.mobile-menu-card-title {
    display: block;
    color: #f5820c;
    font-weight: 800;
    font-size: 16px;
}

.mobile-menu-card-community p {
    font-size: 11px;
    color: #333;
    margin-top: 4px;
    max-width: 110px;
}

.mobile-menu-card-community i {
    color: #f5820c;
    font-size: 22px;
}

.mobile-menu-card-cart {
    align-items: flex-start;
}

.mobile-menu-cart-count {
    color: #d6249f;
    font-size: 26px;
    font-weight: 800;
}

.mobile-menu-card-cart p {
    font-size: 12px;
    color: #333;
    margin-top: 4px;
}

/* Regimen banner */
.mobile-menu-regimen-banner {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    margin: 16px 18px 0;
    padding: 14px;
    border-radius: 8px;
    position: relative;
}

.mobile-menu-badge-new {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #e74c3c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 10px;
}

/* Quick access grid */
.mobile-menu-quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    padding: 20px 18px;
}

.mobile-menu-quick-grid a,
.mobile-menu-quick-grid button {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
}

.mobile-menu-quick-grid a i,
.mobile-menu-quick-grid button i {
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 15px;
}

.mobile-menu-quick-grid .mobile-wishlist-link {
    position: relative;
}

.mobile-menu-quick-grid .mobile-wishlist-link .wishlist-count {
    position: static;
    min-width: 16px;
    height: 16px;
    margin-left: auto;
    padding: 0 4px;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.mobile-menu-quick-disabled {
    color: #bbb !important;
    pointer-events: none;
}

.mobile-menu-quick-disabled i {
    color: #bbb !important;
}

/* Quick links */
.mobile-menu-quicklinks {
    background: #f5f5f5;
    padding: 14px 18px;
}

.mobile-menu-quicklinks-title {
    font-weight: 600;
    font-size: 13px;
    color: #444;
    margin-bottom: 8px;
}

.mobile-menu-quicklinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.mobile-menu-quicklinks ul li {
    display: block;
    padding: 0 10px;
}

.mobile-menu-quicklinks li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 4px;
    border-bottom: 1px solid #eee;
    color: #222;
    text-decoration: none;
    font-size: 13.5px;
}

.mobile-menu-quicklinks li:last-child a {
    border-bottom: none;
}

.mobile-menu-quicklinks li a i {
    color: #999;
    font-size: 12px;
}

/* Need help footer */
.mobile-menu-help {
    background: #111;
    color: #fff;
    padding: 18px;
}

.mobile-menu-help-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

.mobile-menu-help-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
}

.mobile-menu-help-phone i {
    color: var(--primary-hover-color);
}

.mobile-menu-help-phone:hover {
    color: #fff;
}

.mobile-menu-help-phone span {
    color: var(--footer-text-color);
    font-size: 12px;
}

.mobile-menu-help-messenger {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.mobile-menu-help-messenger:hover {
    color: #fff;
}

.mobile-menu-help-messenger i {
    color: var(--primary-hover-color);
    font-size: 18px;
}

/*==== HEADER CSS END ====  */

/*==== HEADER + HERO REDESIGN START ====*/
/*==== MARQUEE CSS START ====*/
.marquee-item-wrap {
    min-height: 8px;
    width: 100%;
    height: 35px;
    line-height: 32px;
    overflow: hidden;
    background: var(--marquee-bg-color);
    border-bottom: 1px solid #ddd;
}

.marquee-text p {
    display: inline-block;
    color: #fff !important;
    margin: 0 20px;
    font-size: 15px;
}
.marquee-text a {
    color: inherit !important;
    text-decoration: underline;
}

.marquee {
    position: relative;
}

.marquee-text {
    display: block;
    animation: none;
    transform: none;
}

.marquee-track {
    display: block;
    width: max-content;
    white-space: nowrap;
    will-change: transform;
}

.marquee-track.is-ready {
    animation: beautymaven-marquee-scroll var(--marquee-duration, 10s) linear infinite;
}

@keyframes beautymaven-marquee-scroll {
    from { transform: translate3d(var(--marquee-start), 0, 0); }
    to { transform: translate3d(calc(-1 * var(--marquee-end)), 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-track.is-ready {
        animation: none;
        transform: none;
    }

}

.main-header {
    background: #fff;
}

.is-inner-page .main-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}



.main-search .mobile-search-submit {
    display: none;
}

.header-auth-link a {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.cart-dialog {
    order: 1;
}

.header-cart-link {
    position: relative;
    min-width: 28px;
    min-height: 28px;
    justify-content: center;
}

.header-cart-link i {
    font-size: 25px !important;
    color: #222 !important;
}

.header-cart-link span {
    position: absolute;
    top: -10px;
    right: -11px;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    border-radius: 50px;
    background: var(--secondary-color);
    color: #fff;
    line-height: 17px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.cshort-summary {
    position: absolute;
    top: calc(100% + 12px);
    right: -8px;
    width: min(390px, calc(100vw - 24px));
    max-height: 520px;
    z-index: 9999;
    padding: 14px;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    opacity: 0;
    transform: translateY(8px);
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
    overflow-y: auto;
}

.cshort-summary::before {
    position: absolute;
    top: -7px;
    right: 24px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #eef0f3;
    border-left: 1px solid #eef0f3;
    background: #fff;
    transform: rotate(45deg);
    content: "";
}

#cart-qty:hover .cshort-summary {
    top: calc(100% + 10px);
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.cshort-summary ul {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 58px minmax(94px, auto);
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
}

.cshort-summary ul li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    margin: 0;
    padding: 10px 5px;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
}

.cshort-summary ul li:nth-child(4n + 1) {
    padding-left: 0;
    padding-right: 8px;
}

.cshort-summary ul li:nth-child(4n + 2) {
    padding-right: 10px;
    padding-left: 10px;
}

.cshort-summary ul li:nth-child(4n) {
    padding-right: 0;
    min-width: 0;
}

.cshort-summary ul li:nth-child(4n + 1),
.cshort-summary ul li:nth-child(4n + 2),
.cshort-summary ul li:nth-child(4n + 3),
.cshort-summary ul li:nth-child(4n) {
    border-bottom: 1px solid #e6e8ec;
}

.cshort-summary ul li:nth-child(4n + 2) a {
    display: -webkit-box;
    overflow: hidden;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cshort-summary ul li:nth-child(4n + 3) {
    justify-content: center;
    color: #374151;
    font-size: 12px;
    white-space: nowrap;
}

.cshort-summary ul li:nth-child(4n) {
    justify-content: flex-end;
    gap: 8px;
}

.cshort-summary img {
    width: 48px;
    height: 48px;
    padding: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
}

.cshort-summary ul li p {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.cshort-summary .remove-cart,
.cshort-summary .remove-cart:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #fff2ef;
    color: #ef4444;
    line-height: 1;
    outline: 0;
}

.cshort-summary .remove-cart i {
    color: inherit;
    font-size: 14px !important;
}

.cshort-summary .cart_remove {
    margin-left: 0;
}

.cshort-summary>p {
    margin: 12px 0 14px;
    color: #111827;
    text-align: right;
}

.mini-cart-empty {
    margin: 4px 0 14px !important;
    padding: 14px;
    border: 1px dashed #d1d5db;
    border-radius: 6px;
    color: #6b7280 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.cshort-summary>p strong {
    display: block;
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.go_cart,
.go_cart:hover,
.go_cart:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 0 14px;
    border-radius: 5px;
    background: #cf3727;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.cat_down {
    margin-left: 5px;
    font-size: 11px;
}

.mega_menu {
    width: 100%;
    left: 0;
    top: calc(100% + 8px);
    padding: 24px;
    z-index: 9999;
    border: 1px solid #e8e8e8;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    background: #fff;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px 24px;
}

.main-menu ul li:hover .mega_menu {
    top: 100%;
}

.mega_menu ul {
    margin: 0;
    padding: 0;
}

.mega_menu ul li a {
    margin: 0 !important;
    padding: 4px 0;
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.mega_menu .cat-title {
    color: #111 !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

.main_slider .owl-prev,
.main_slider .owl-next {
    width: 38px;
    height: 38px;
    color: #fff;
    background: rgba(0, 0, 0, 0.28) !important;
    border-radius: 50%;
}

.main_slider .owl-prev {
    left: 14px;
}

.main_slider .owl-next {
    right: 14px;
}

/*==== HEADER + HERO REDESIGN END ====*/

/*==== CATEGORY SECTION CSS START ====  */
.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: 2px solid #ddd;
    position: relative;
}

.section-title:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 10%;
    height: 2px;
    content: "";
    background: var(--primary-color);
}

.section-title h3,
.section-title h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

a.view_all:hover {
    background: var(--primary-color) !important;
    color: #fff;
}

.front-category ul li a {
    color: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}

.front-category ul li a:hover {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.custom_paginate {
    margin-top: 25px;
}

/*==== CATEGORY SECTION CSS END ====  */

/*==== SLIDER CSS START ====  */
.slider-section {
    margin: 15px 15px;
}

.main-slider {
    position: relative;
}

.slider-item {
    width: 100%;
    height: auto;
    aspect-ratio: 2111 / 745;
}

.slider-item picture {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 0;
}

.main_slider.owl-carousel:not(.owl-loaded) {
    display: block;
}

.main_slider.owl-carousel:not(.owl-loaded) .slider-item:not(:first-child) {
    display: none;
}

.main_slider .owl-prev {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.main_slider .owl-next {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.banner-right-item {
    overflow: hidden;
    border-radius: 5px;
    height: 230px;
}

a.view_all {
    border: 2px solid;
    border-color: var(--primary-color);
    padding: 4px 15px;
    border-radius: 5px 5px 0px 0px;
    color: var(--primary-color);
    text-decoration: none;
    margin-bottom: -2px;
}

.banner-right-item img {
    transition: 0.35s all;
    width: 100%;
}

.banner-right-item:hover.banner-right-item img {
    transform: scale(1.1);
}

.banner-right .item-1 {
    margin-bottom: 25px;
}


/*==== SLIDER CSS END ====  */


/* ==== FACILITIES CSS START ==== */
ul.facilities-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 14px;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

li.faciliti-item p {
    font-size: 14px;
}

.faciliti-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 172px;
    padding: 22px 16px 18px;
    border: 1px solid #e5ecea;
    border-radius: 14px;
    background: #fff;
    text-align: center;
}

.faciliti-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.faciliti-item p {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.35;
}

section.facilities-section {
    margin-top: 25px;
    margin-bottom: 10px;
}

.homeproduct,
.home-category.mt-4,
footer {
    content-visibility: auto;
    contain-intrinsic-block-size: auto 650px;
}

/* Filter drawer must escape section containment and cover the full viewport. */
.product-filter-page {
    content-visibility: visible;
    contain: none;
}

/* ==== FACILITIES CSS END ==== */

/*==== FRONT CATEGORY  CSS START ====  */
.category-title h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}

.cat-item {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid;
    border-color: #ddd;
}

.cat-img {
    width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
}

.cat-img img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    transition: 0.35s all;
    padding: 40px;
}

.cat-item:hover .cat-img img {
    transform: scale(1.1);
}

.cat-name {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.category-product.no-product {
    display: block;
    text-align: center;
    padding: 100px 0;
}

.no-found img {
    width: 150px;
}

/*==== FRONT CATEGORY  CSS END ====  */

/*==== FOOTER  CSS START ====  */
.scrolltop {
    position: fixed;
    right: 34px;
    bottom: 10px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    border: 1px solid;
    border-color: var(--primary-hover-color);
    padding: 2px;
}

.scroll svg {
    height: 40px;
    width: 40px;
    fill: var(--primary-hover-color);
}

.footer-gap {
    margin: 15px 0;
    overflow: hidden;
}

/* footer {
    padding-bottom: 0 !important;
}

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

.footer-menu ul li a,
.footer-contact-link {
    color: #20242a;
    margin: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-top {
    padding: 40px 0 36px;
    background: #f7f7f7;
    border-top: 1px solid #ececec;
}

.footer-grid {
    align-items: flex-start;
    row-gap: 28px;
}

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

.footer-about p {
    text-align: left;
    margin: 10px 0 12px;
    color: #3d4148;
    font-size: 15px;
    line-height: 1.45;
}

.footer-about a {
    display: inline-flex;
    color: #000;
}

.footer-about a img {
    height: auto;
    width: 148px;
    object-fit: contain;
}

.footer-menu .title,
.footer-title {
    margin-bottom: 17px;
    color: #14171c;
    font-family: var(--en-font);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
}

.footer-menu .title a {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.footer-menu .title a:hover {
    margin-left: 0 !important;
    color: inherit;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a:hover,
.footer-contact-link:hover {
    color: var(--secondary-color);
    transform: translateX(2px);
}

.footer-contact-link {
    width: 100%;
    margin: 0 0 14px;
    line-height: 1.45;
}

.footer-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    color: #30343a;
    font-size: 13px;
}

.social_link {
    text-align: left;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.social_link li {
    display: inline-block;
}

.social_link li a {
    background: #ececec;
    height: 34px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    color: #111 !important;
    font-size: 15px;
    margin: 0 !important;
}

.social_link li a i {
    display: block;
    line-height: 1;
}

.social_link li a:hover {
    background: var(--secondary-color);
    color: #fff !important;
    transform: translateY(-2px);
}

.delivery-partner {
    margin-top: 14px;
    text-align: left;
}

.delivery-partner p {
    margin-bottom: 6px;
    color: #14171c;
    font-size: 14px;
    font-weight: 800;
}

.delivery-partner img {
    max-width: 128px;
    max-height: 42px;
    height: auto;
    object-fit: contain;
}

.footer-bottom {
    background: #010101;
    padding: 10px 0;
}

.copyright p {
    text-align: center;
    color: #a0a0a0;
} */

/* ==========================================================================
   Footer — dark theme, matches footer-reference-* naming already in use
   ========================================================================== */

footer {
    background-color: #141414;
    color: #d8d8d8;
    font-size: 14px;
}

footer a {
    color: #d8d8d8;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer a:hover {
    color: #ff7a00;
}

footer .container {
    margin: 0 auto;
    padding: 0 20px;
}

footer .footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0;
}

/* --------------------------------------------------------------------------
   Promises strip
   -------------------------------------------------------------------------- */

.footer-reference-promises {
    padding: 30px 0 25px;
    text-align: center;
}

.footer-promises-title {
    color: var(--footer-text-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-promises-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-promise-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
}

.footer-promise-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 8px;
}

.footer-promise-icon img {
    object-fit: contain;
}

.footer-promise-label {
    font-size: 11px;
    line-height: 1.3;
    color: var(--footer-text-color);
}

/* --------------------------------------------------------------------------
   About / Connect / Apps row
   -------------------------------------------------------------------------- */

.footer-reference-top {
    padding: 30px 0;
}

.footer-reference-about h4.footer-about-heading {
    color: var(--footer-text-color);
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 10px;
}

.footer-reference-about p {
    color: #a8a8a8;
    line-height: 1.6;
    font-size: 13px;
}

.footer-title {
    color: var(--footer-text-color);
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 12px;
}

.footer-reference-connect .footer-title {
    margin-top: 20px;
}

.footer-reference-connect .footer-title:first-child {
    margin-top: 0;
}

.social_link.footer-social {
    display: flex;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.footer-social-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.footer-social-circle img {
    object-fit: contain;
}

/* Per-platform accent colors, keyed off the slug added in the blade file */
.footer-social-facebook {
    background: #1877f2;
}

.footer-social-instagram {
    background: radial-gradient(circle at 30% 110%, #fdf497, #fd5949 30%, #d6249f 60%, #285AEB 90%);
}

.footer-social-whatsapp {
    background: #25d366;
}

.footer-social-linkedin {
    background: #0a66c2;
}

.footer-social-youtube {
    background: #ff0000;
}

.footer-social-tiktok {
    background: #000;
    border: 1px solid #333;
}

.footer-facebook-embed {
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.footer-payment-icons {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-payment-icons img {
    height: 22px;
    width: auto;
    background: #fff;
    border-radius: 3px;
    padding: 2px 4px;
}

.footer-apps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 30px;
}

.footer-apps a {
    display: block;
    max-width: 200px;
}

.footer-apps a img {
    width: 100%;
    height: auto;
}

.footer-app-badge img {
    height: 42px;
    width: auto;
}

.footer-app-badge-store {
    position: relative;
}

.footer-app-badge-ribbon {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ff2d55;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    transform: rotate(8deg);
}

/* --------------------------------------------------------------------------
   Links row
   -------------------------------------------------------------------------- */

.footer-reference-links {
    padding: 30px 0;
}

.footer-mini-banners {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 10px;
}

.footer-mini-banner {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.footer-mini-banner img {
    width: 100%;
    height: auto;
    display: block;
}

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

.footer-menu:last-child {
    margin-bottom: 0;
}

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

.footer-menu ul li {
    margin-bottom: 8px;
    font-size: 13px;
    display: block;
}

.footer-link-disabled span {
    color: #6b6b6b;
    cursor: default;
}

.footer-contact-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact-list i {
    color: var(--primary-hover-color);
    width: 14px;
}

/* --------------------------------------------------------------------------
   Copyright bar
   -------------------------------------------------------------------------- */

.footer-reference-bottom {
    background: #0d0d0d;
    padding: 16px 0;
    text-align: center;
}

.footer-bottom-text {
    margin: 0;
    font-size: 12px;
    color: #999;
}

.footer-bottom-text a {
    color: #999;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {

    .footer-reference-grid .col-sm-5,
    .footer-reference-grid .col-sm-4,
    .footer-reference-grid .col-sm-3,
    .footer-reference-grid .col-sm-2 {
        width: 50%;
        margin-bottom: 25px;
    }
}

.footer-reference-grid .col-sm-3.border-right {
    border-right: 1px solid;
}

@media (max-width: 576px) {

    .footer-reference-grid .col-sm-5,
    .footer-reference-grid .col-sm-4,
    .footer-reference-grid .col-sm-3,
    .footer-reference-grid .col-sm-2 {
        width: 100%;
    }

    .footer-promises-list {
        gap: 18px;
    }

    .footer-promise-item {
        width: 75px;
    }

    .footer-promise-label {
        display: none;
    }

    .footer-apps {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: flex-start;
    }
}

/*==== FOOTER CSS END ====  */

/*==== DETAILS CSS START ====  */
.product-section {
    padding: 30px 0;
}

.product-cart .name {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}

.details_slider {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.indicator_thumb {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator_thumb.thumb_slider .owl-nav button {
    background: var(--secondary-color) !important;
    margin: 5px 2px;
    font-size: 16px !important;
}

.indicator-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    max-height: 128px !important;
    width: 100%;
    object-fit: contain;
}

.indicator_thumb .owl-prev {
    left: -15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.indicator_thumb .owl-next {
    right: -15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dimage_item img {
    object-fit: contain;
}

.color_inner {
    display: flex;
}

.color-title {
    margin-bottom: 5px;
    margin-top: 6px;
    font-weight: 600;
}

.size_inner {
    display: flex;
}

.pro_unig label {
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_brand p {
    font-weight: 600;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 2px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #ddd;
    height: 40px;
    overflow: hidden;
    width: 130px;
    border-radius: 5px;
}

.qty-cart {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.order_now_btn, .order_now_btn:disabled {
    font-size: 18px;
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    height: 45px;
    margin-top: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.order_now_btn:hover,
.order_now_btn:active {
    color: white !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    outline: 0;
    color: #fff !important;
}

.add_cart_btn, .add_cart_btn:disabled {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.pro_brand.stock {
    margin-top: 20px;
}

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0EC344;
    border: 0;
}

.call_now_btn i {
    margin-right: 11px;
    font-size: 28px;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.delivery_details tr td {
    color: #222 !important;
}

.pro_details_area {
    background: #fff;
    padding: 40px 0;
}

.details-tab .nav-link {
    background: #F7F7F7;
    color: #222;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: 2px solid #ddd;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.details-tab .nav-link.active {
    background: #fff;
    color: var(--primary-color);
    border-top: 2px solid var(--primary-color);
    box-shadow: none;
}

.details-tab>.tab-content {
    border: 0;
}

.details-tab>.tab-content>.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
    box-shadow: none;
}

.details-tab .nav-tabs {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.description {
    padding: 30px;
    color: #111827;
    line-height: 1.65;
}

.description img,
.description iframe,
.description video {
    max-width: 100% !important;
    height: auto !important;
}

.description ul {
    margin-left: 12px;
}

.description ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.description ul li.active a,
.description ul li:hover a {
    background-color: #0a3a66;
    color: #fff;
}

.review-inner {
    padding: 30px;
}

.review-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.review-btn {
    text-align: right;
}

.review-btn button {
    background: #03A6E5;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
}

.review-title h4 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
}

.product-ratting {
    display: none;
}

.product-ratting i {
    color: #FF7E22;
    font-size: 12px;
}

.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: #FF7E22;
    margin-bottom: 7px;
}

.details-action-box .empty-content {
    padding: 50px 0;
    text-align: center;
}

.details-action-box .empty-content i {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: rgba(242, 88, 80, 0.2);
    border-radius: 50%;
    color: var(--secondary-color);
}

p.empty-text {
    text-align: center;
}

.empty-review {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

.empty-review i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #00aef033;
    font-size: 30px;
    border-radius: 50px;
    color: #00aef0;
}

.modal-content input, .modal-content input:focus {
    height: 42px;
    border: 1px solid #ddd;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.rating>label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: #009e60;
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}

.rating>label.active:before,
.rating>label.active~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: #0f821d;
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 25px;
    position: sticky;
    top: 140px;
}

.details_right {
    padding: 0px 20px;
}

.details-ratting-wrapper {
    margin-bottom: 10px;
}

.details-ratting-wrapper i {
    color: #FFDF00;
}

.details-ratting-wrapper i.far.fa-star {
    color: #959595;
}

.all-reviews-button {
    text-decoration: underline;
    margin-left: 20px;
}

.related-product-section {
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.related-title {
    margin-bottom: 20px;
}

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}


.delivary__data {
    display: grid;
    grid-template-columns: 10% 90%;
    margin-bottom: 15px;
}

.delivary__data_qr {
    display: grid;
    grid-template-columns: 41% 59%;
}

.delivary_data_fav img {
    height: 50px;
    object-fit: contain;
    margin: 18px 0 5px 0;
}

.delivary__data_sold {
    display: flex;
    justify-content: space-between;
}

.delivary_data_qr img {
    height: 125px;
}

.header_side_bar p {
    color: #6a6a6a;
    font-size: 12px;
    margin-bottom: 10px;
}

.details_side_bar {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
}

.delivary_data_text span {
    color: #817f7f;
    font-size: 13px;
}

.icon_app {
    font-size: 10px;
}

.delivary_data_fav p {
    font-size: 11px;
}

.delivary_data_fav {
    box-shadow: 1px 3px 15px #ddd;
    padding: 5px;
    border-radius: 5px;
}

p.sold_by {
    color: #999797;
    font-weight: 400;
}

.delivary_data_chat a {
    color: #0397fe;
}

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

.short_description ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    display: block;
}

.short_description ul li::before {
    content: "\f00c";
    /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* required for solid icons */
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    /* green check (optional) */
}

.short_description ul {
    margin: 10px 0;
}

.short_description {
    margin-bottom: 15px;
}

/* Tab nav */
.pro_details_area .nav-tabs {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    list-style: none;
    padding: 0;
}

.pro_details_area .nav-tabs .nav-link {
    background: none;
    border: none;
    padding: 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    cursor: pointer;
    position: relative;
    transition: color 0.15s ease;
}

.pro_details_area .nav-tabs .nav-link:hover {
    color: #444;
}

.pro_details_area .nav-tabs .nav-link.active {
    color: #111;
    font-weight: 700;
}

.pro_details_area .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #2ecc71;
}

/* Description content */
.pro_details_area .description {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.pro_details_area .description p {
    margin-bottom: 20px;
}

.pro_details_area .description ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.pro_details_area .description ul li {
    margin-bottom: 10px;
}

.pro_details_area .description ul li::marker {
    color: #333;
}

.pro_details_area .description small,
.pro_details_area .description .disclaimer {
    display: block;
    font-size: 12px;
    color: #777;
    line-height: 1.7;
    margin-top: 12px;
}

/* Reviews */
.pro_details_area .review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pro_details_area .review-title h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.pro_details_area .review-title p {
    font-size: 13px;
    color: #777;
}

.pro_details_area .review-btn button {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.pro_details_area .review-btn button:hover {
    background: #000;
}

.pro_details_area .review-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 14px;
}

.pro_details_area .reviewer_name {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.pro_details_area .review_data {
    font-size: 12px;
    color: #999;
    margin-bottom: 6px;
}

.pro_details_area .review_star {
    color: #f5b400;
    font-size: 13px;
    margin-bottom: 8px;
}

.pro_details_area .review_content {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
}

.pro_details_area .empty-review {
    text-align: center;
    padding: 50px 20px;
    color: #999;
}

.pro_details_area .empty-review i {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.pro_details_area .empty-text {
    font-size: 13px;
}

/* Video tab */
.pro_details_area .pro_vide iframe {
    border-radius: 8px;
    border: 1px solid #eee;
}

/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.page_title p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.page_title {
    margin-bottom: 25px;
}

.cust_according_body ul li {
    display: block;
}

.cust_according_body ul li a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.cust_according_body ul li:hover a {
    background-color: rgba(242, 88, 80, 0.22);
}

.subcategory-filter-label {
    display: flex;
    column-gap: 10px;
    padding: 5px 10px;
    cursor: pointer;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
}

.subcategory-filter-list p {
    color: #555;
}

.subcategory-filter-label:hover {
    background-color: rgba(242, 88, 80, 0.22);
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid var(--secondary-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
    opacity: .5;
    margin-top: 3px;
}

.subcategory-filter-label input[type=checkbox]:checked {
    background-color: var(--secondary-color);
    opacity: 1;
}

.subcategory-filter-label input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 11px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -2px 0 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.filter-price-inputs {
    display: flex;
    justify-content: space-between;
}

p.min-price input {
    width: 70px;
}

p.max-price input {
    width: 70px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--secondary-color);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50px;
}

.cust_according_body {
    padding: 10px 0;
}

.slider-box {
    padding: 10px 25px;
}

/*====  CATEGORY CSS END ====  */

/*====  QUICK VIEW CSS START ====  */
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}

#custom-modal {
    display: none;
}

.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}

.quick-view-inner {
    overflow: hidden;
}

.quick-product .name {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

.quick-product-img {
    width: 40%;
    float: left;
}

.quick-product-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}

/*====  QUICK VIEW CSS END ====  */

.sec_title {
    margin-bottom: 10px;
}

.section-title-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.section-title-header .section-title-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    padding-bottom: 10px;
    position: relative;
    bottom: -2px;
    text-transform: capitalize;
}

li.see_more_btn {
    text-align: end;
}

li.recent_pro {
    font-size: 15px;
}

.sec_title i {
    font-size: 10px;
    margin-left: 5px;
}

/*==== LOADING SPINNER CSS START ====*/
#loading {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    --c: radial-gradient(farthest-side, var(--secondary-color) 92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s7 0.5s infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@keyframes s7 {
    to {
        transform: rotate(0.5turn);
    }
}

/*==== LOADING SPINNER CSS END ====*/

/*====   WISHLIST MODAL CSS START ====  */
#custom-modal .title {
    font-weight: 600;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.wishlist-modal .quantity {
    font-weight: 500;
    color: #777;
}

.wishlist-modal {
    margin-top: 25px;
}

.wishlist-modal .name {
    text-align: left;
    margin: 0;
}

.wishlist-modal .price {
    color: var(--secondary-color);
    font-size: 26px;
    font-weight: 600;
    margin: 12px 0;
}

.continue-confirm {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-top: 15px;
}

.continue-btn {
    background: #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    transition: 0.35s all;
}

.confirm-btn {
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}

.continue-btn:hover,
.confirm-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

/*====   WISHLIST MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.vcart-inner {
    background: #f5f7f9;
    padding: 20px 25px;
    border-radius: 5px;
}

.vcart-content img {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 1px;
}

.cart_name {
    max-width: 185px;
}

.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}

.vcart-content table th {
    color: #666;
}

.vcart-content table td {
    font-size: 15px;
}

.remove-cart, .remove-cart:focus {
    background: #e5e5e5;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}

.wcart-btn,
.wcart-btn:focus {
    background: var(--secondary-color);
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}

/*==== WISHLIST CSS END ====  */

/*====  CART CSS START ====  */
.vcart-qty .quantity {
    height: 35px;
    width: 85px;
    margin-top: 0 !important;
}

.vcart-qty .quantity .minus {
    left: 0;
    width: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcart-qty .quantity .plus {
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}

.cart-summary {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}

.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.cart-summary table td {
    padding: 10px 0 !important;
    text-transform: capitalize;
    font-size: 15px;
}

.cart-summary table td:last-child {
    text-align: right;
}

.couponcode-section {
    padding-bottom: 55px;
}

.coupon-btn {
    background: var(--secondary-color);
    color: #ffff;
}

a.header-coupon {
    font-weight: 700;
}

img.coupon-image {
    height: 242px;
    width: 100%;
}

.coupon-form {
    margin-top: 25px;
}

.coupon-form form {
    display: inline-block;
    width: 300px;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    text-transform: capitalize;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
}

.coupon-form form button {
    width: 20%;
    background: var(--secondary-color);
    color: #fff;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}

/*====  CART CSS END ====  */

/*====  LOGIN CSS START ====  */
.auth-section input,
.auth-section input:focus {
    border: 1px solid #ddd;
}

.register-now.no-account a {
    text-align: center;
    color: var(--secondary-color);
}

.form-content form .form-group {
    position: relative;
}

.form-content form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.form-content {
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.form-content form {
    padding: 0 15px;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid var(--secondary-color);
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    background: var(--secondary-color);
    ;
}

button.submit-btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 12px 0;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
}

/*====  LOGIN CSS END ====  */

/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}

/* Card Container */
.brand-card {
    display: block;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

/* Image Container */
.brand-img-box {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: #ffffff;
}

.brand-img-box img {
    max-height: 100%;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
}

/* Bottom Gray Label Area */
.brand-name {
    background-color: #f4f4f4;
    color: #222222;
    font-size: 0.82rem;
    font-weight: 500;
    text-align: center;
    padding: 8px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* See All Button */
.see-all-btn {
    background-color: #e2e2e2;
    color: #333333;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.see-all-btn:hover {
    background-color: #d0d0d0;
    color: #000000;
}

/*====  BRAND CSS END ====  */

/*====  PROFILE CSS START ====  */
.customer-sidebar-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 28px 16px 16px;
    text-align: center;
    width: 100%;
}

/* Avatar */
.customer-avatar-wrap {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto 12px;
}

.customer-avatar-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #1c1c1c;
    background: #e8ecfb;
}

.customer-avatar-edit-btn {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 30px;
    height: 30px;
    background: #3a3a3a;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.customer-avatar-edit-btn i {
    width: 14px;
    height: 14px;
}

.customer-avatar-edit-btn.uploading {
    opacity: 0.6;
    pointer-events: none;
}

.customer-name-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
}

/* Menu */
.customer-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.customer-sidebar-menu li {
    margin-bottom: 6px;
    display: block;
}

.customer-sidebar-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 0px;
    color: #1c1c1c;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.15s ease;
}

.customer-sidebar-menu a:hover {
    background: #f2f2f2;
}

.customer-sidebar-menu a i {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.customer-sidebar-menu a.active {
    background: #1c1c1c;
    color: #fff;
}

/* Logout */
.customer-logout-wrap {
    border-top: 1px solid #eee;
    margin-top: 14px;
    padding-top: 14px;
    text-align: right;
}

.customer-logout-wrap a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9a9a9a;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.customer-logout-wrap a:hover {
    color: #1c1c1c;
}

.customer-logout-wrap i {
    width: 16px;
    height: 16px;
}

.customer-sidebar {
    background-color: #fff;
    padding: 10px;
    height: 100%;
}

.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #f5f7f9;
    padding: 10px;
    border-radius: 5px;
}

.customer-img img {
    border-radius: 50px;
}

.customer-section {
    padding: 20px 0;
}

.customer-sidebar .sidebar-menu {
    background: #f5f7f9;
    margin: 15px 0;
    border-radius: 5px;
}

.customer-sidebar .sidebar-menu ul li {
    display: block;
}

.customer-sidebar .sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    font-size: 15px;
}

.customer-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.profile-page-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 24px 32px 36px;
}

/* Breadcrumb */
.profile-breadcrumb {
    font-size: 13px;
    color: #9a9a9a;
    margin-bottom: 18px;
}

.profile-breadcrumb a {
    color: #9a9a9a;
    text-decoration: none;
}

.profile-breadcrumb a:hover {
    color: #1c1c1c;
}

.profile-breadcrumb span {
    margin: 0 6px;
}

.profile-breadcrumb .current {
    color: #1c1c1c;
    text-decoration: underline;
    font-weight: 600;
}

.profile-page-title {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
}

/* Avatar */
.profile-avatar-wrap {
    margin-bottom: 20px;
}

.profile-avatar-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    background: #e8ecfb;
}

/* Details grid */
.profile-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    max-width: 850px;
}

.profile-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-name {
    font-size: 14px;
}

.profile-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1c1c1c;
}

.profile-row i {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #1c1c1c;
}

.profile-row-plain {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* "Add your X +" links */
.profile-add-link {
    color: #6fb46f;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.profile-add-link:hover {
    text-decoration: underline;
}

.profile-add-link i {
    width: 14px;
    height: 14px;
}

/* Buttons */
.btn-dark-pill {
    display: inline-block;
    background: #1c1c1c;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.15s ease;
}

.btn-dark-pill:hover {
    background: #000;
    color: #fff;
}

.profile-edit-btn-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.profile-password-section {
    margin-top: 30px;
}

.profile-password-section p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 700px) {
    .profile-details-grid {
        grid-template-columns: 1fr;
    }

    .profile-edit-btn-wrap {
        justify-content: flex-start;
    }
}

.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
}

.invoice_btn,
.invoice_btn:focus {
    background: var(--secondary-color);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.customer-sidebar .sidebar-menu li a.active {
    color: var(--secondary-color);
}

/*====  PROFILE CSS END ====  */

.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/*====  CHECKOUT CSS START ====  */

.pre-order-text-section {
    border: 2px dashed;
    border-color: #d5d22b;
    padding: 10px;
    border-radius: 10px;
}

.chheckout-section {
    padding: 35px 0;
}

.chheckout-section,
.checkout-shipping,
.cart_details,
.checkout-shipping input,
.checkout-shipping select,
.checkout-shipping button,
.checkout-shipping label,
.checkout-shipping h5,
.checkout-shipping h6,
.cart_details h5 {
    font-family: var(--bn-font), var(--en-font), sans-serif;
}

.checkout-shipping .card-header {
    background: var(--secondary-color);
    padding: 25px 25px;
    color: #fff !important;
}

.checkout-shipping h5, .cart_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: var(--bn-font);
}

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

.checkout-shipping label {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    font-family: var(--bn-font);
}

.checkout-shipping h6 {
    font-weight: 600;
    color: #fff;
    font-family: var(--bn-font);
    font-size: 18px;
}

a.check-wapp.check-btn {
    background: #00D757;
    padding: 4px 9px;
    border-radius: 4px;
    margin-left: 41px;
    line-height: 35px;
}

.check-wapp i {
    background: #00D757;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.check-position i {
    position: absolute;
    background: #00D757;
    padding: 9px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transform: translateX(-394%);
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
    font-family: var(--bn-font), var(--en-font), sans-serif;
}

.payment-methods {
    display: flex;
    gap: 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}

#select2-district-container {
    line-height: 40px;
}

.select2-results li {
    display: block;
}

.address-modal .select2-container .select2-selection--single {
    height: 42px !important;
    border-color: #ddd !important;
    border-radius: 6px !important;
}

.address-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 34px;
    padding-left: 14px;
    color: #495057;
    font-size: 14px;
    line-height: 40px;
}

.address-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 8px;
}

.address-modal .select2-dropdown {
    border-color: #ddd;
}

.address-modal .select2-search--dropdown .select2-search__field {
    height: 38px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.checkout-shipping .form-check-input {
    height: 14px !important;
}

.checkout-shipping form i {
    margin-right: 5px;
}

.order_place {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover-color));
    display: block;
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    padding: 10px 0;
    color: #fff !important;
    box-shadow: 0 8px 16px rgba(7, 143, 125, 0.22);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
    margin-top: 25px;
    transition: box-shadow 0.2s ease, filter 0.2s ease;
    font-family: var(--bn-font);
}

.order_place:hover,
.order_place:focus {
    color: #fff !important;
    filter: brightness(1.04);
    box-shadow: 0 10px 18px rgba(7, 143, 125, 0.28);
}

.order_place:active {
    filter: brightness(0.98);
    box-shadow: 0 6px 12px rgba(7, 143, 125, 0.22);
}

a.cart_remove {
    background: #ffeaea;
    color: #fff !important;
    height: 28px;
    width: 28px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50px;
}

/*====  CHECKOUT CSS END ====  */

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.social-media.footer-about {
    text-align: left;
    margin-top: 20px;
}

.social-media.footer-about li a {
    text-align: center;
}

.social-media.footer-about h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

/*====  CONTACT CSS END ====  */

/*====  ALL CATEGORY CSS START ====  */

.category-thumb {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}

.category-thumb img {
    width: 24px;
}

.all-category {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-gap: 15px;
}

.category-thumb p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.menu-more {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

.menu-more i {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

/*====  ALL CATEGORY CSS END ====  */

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}

.front-view-image {
    margin-bottom: 15px;
}

.front-view-image a {
    display: block;
}

.front-view-image a img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}

.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.view-all-button-box.pull-right {
    float: right;
}

a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%), 0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}

.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.product-img-outer-box {
    position: relative;
    overflow: hidden;
}

.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}

.product-img-outer-box a img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}

.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}

.product-desc-main-box {
    padding: 5px;
    text-align: center;
}

.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: #b70053;
    font-family: var(--font);
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev,
.product-inner button.owl-next,
.related-product-section button.owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.product-inner button.owl-prev i,
.related-product-section button.owl-prev i,
.product-inner button.owl-next i,
.related-product-section button.owl-next i {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-inner button.owl-prev:hover i,
.related-product-section button.owl-prev:hover i,
.product-inner button.owl-next:hover i,
.related-product-section button.owl-next:hover i {
    background-color: var(--secondary-color);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev {
    left: 0;
}

.related-product-section button.owl-prev {
    left: -40px;
}

.product-inner button.owl-next,
.related-product-section button.owl-next {
    right: 0;
}

.related-product-section button.owl-next {
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title-left h4 {
    font-size: 30px;
}

.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}

.product-inner .product-img-outer-box a {
    height: 290px;
}

.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}

.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}

.category-img-banner {
    margin-bottom: 15px;
}

.category-img-banner a {
    display: block;
    overflow: hidden;
}

.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
}

.category-img-banner:hover a img {
    transform: scale(0.95);
}

.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}

.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #087bce;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*=== Websolution IT ==== */

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-breadcrumb a {
    font-size: 16px;
    color: #666666b3;
    font-weight: 400;
}

.category-breadcrumb span {
    color: #666666b3;
}

.category-breadcrumb strong {
    font-size: 16px;
}

/* Category and subcategory landing pages */
.category-page-breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 12px 0 16px;
    color: #111;
    font-size: 13px;
}

.category-page-breadcrumb a {
    color: #9a9a9a;
}

.category-page-breadcrumb a:last-of-type,
.category-page-breadcrumb span:last-child {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.category-page-banner {
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 4px;
}

.category-page-banner img {
    display: block;
    width: 100%;
    height: clamp(190px, 21vw, 305px);
    object-fit: cover;
}

.category-subcategories {
    margin-bottom: 32px;
}

.category-subcategory-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 34px;
}

.category-subcategory-heading span {
    flex: 1;
    height: 1px;
    background: #d8d8d8;
}

.category-subcategory-heading h1 {
    color: #050505;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.category-subcategory-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.category-subcategory-item {
    display: block;
    overflow: hidden;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    color: #050505;
    text-align: center;
}

.category-subcategory-image {
    position: relative;
    display: block;
    height: 185px;
    overflow: hidden;
}

.category-subcategory-image::after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
    content: "";
}

.category-subcategory-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.category-subcategory-image strong {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 90%;
    color: #fff;
    font-size: clamp(20px, 2.1vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    transform: translate(-50%, -50%);
}

.category-subcategory-caption {
    display: block;
    padding: 12px 8px;
    color: #050505;
    font-size: 14px;
    line-height: 1.2;
}

.category-subcategory-item:hover .category-subcategory-image img {
    transform: scale(1.04);
}

@media (max-width: 991px) {
    .category-subcategory-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .category-page-banner img {
        height: 155px;
    }

    .category-subcategory-heading {
        gap: 8px;
        margin-bottom: 20px;
    }

    .category-subcategory-heading h1 {
        font-size: 16px;
    }

    .category-subcategory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .category-subcategory-image {
        height: 145px;
    }

    .category-subcategory-image strong {
        font-size: 21px;
    }
}

.category-product {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.product_item_inner {
    border-bottom: 0;
    transition: all 0.2s ease;
}

.wist_item {
    position: relative;
}


.product_item {
    position: relative;
    transition: all 0.2s ease;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 4px 0px;
}

.product_item:hover {
    box-shadow: var(--secondary-color) 0px 3px 4px 0px;
    border-radius: 4px;
    transform: translate(0px, -4px);
}

.pro_name {
    height: 45px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    padding: 0 5px;
}

.pro_name a {
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    font-weight: 700;
    font-size: 13px;
    color: #111;
    text-decoration: none;
    margin-bottom: 8px;
}

.pro_name a:hover {
    color: #ff6a00;
}

.pro_img {
    max-height: 272px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.pro_img>a {
    display: block;
    height: 100%;
}

.pro_img picture {
    display: block;
    height: 100%;
}

.pro_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: none;
}

.product_item_inner:hover .pro_img img {
    transform: none;
}

.pro_des {
    text-align: center;
    padding: 10px;
    min-height: 220px;
}

i.fa-regular.fa-trash-can.trash_icon {
    font-size: 15px;
    color: var(--secondary-color);
}

i.fa-regular.fa-trash-can.trash_icon:hover {
    color: red;

}

.pro_btn form {
    text-align: center;
    height: 35px;
    min-width: 0;
}

.cart_btn {
    flex: 1;
}

.cart_btn a, .cart_btn button, .variable-modal {
    background: var(--primary-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    padding: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.add-cart-button button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: var(--secondary-color);
    border-radius: 5px;
    color: #fff;
}

.cart_btn a:hover,
.cart_btn button:hover,
.variable-modal:hover {
    background: var(--secondary-color);
    color: #fff;
    padding: 0;
    height: 35px;
    line-height: 35px;
    transform: none;
    box-shadow: none;
}

.product_item_inner:has(.pro_btn:hover) .pro_img img {
    transform: none;
}

button.stock_out {
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 7px 0;
    background: #ffc800;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    font-size: 14px;
}

.pro_price del {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    white-space: break-spaces;
}

.product_item_inner .shipping {
    position: absolute;
    top: 5px;
    right: 0px;
    display: inline-block;
    background-color: var(--primary-color);
    z-index: 1;
    padding: 1px 8px;
    border-radius: 5px 0 0 5px;
}

.product_item_inner .shipping p {
    color: #fff;
    font-size: 12px;
}

.pro_name a:hover {
    color: var(--primary-color);
}

.product_item_inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
}

/* top-left badges */
.pro_top_badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 3;
}

.pro_top_badges .badge_pill {
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 3px;
    line-height: 1.4;
}

.pro_top_badges .badge_pill svg {
    width: 13px;
    height: 13px;
    vertical-align: -2px;
}

/* deal of the day ribbon */
.deal_ribbon {
    position: absolute;
    bottom: 14px;
    right: 0;
    background: linear-gradient(90deg, #ff6a00, #ff2f92);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.pro_img {
    text-align: center;
    margin-bottom: 10px;
}

.pro_img img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.pro_rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    justify-content: center;
}

.pro_rating .rating-stars i {
    color: #f5a623;
    font-size: 13px;
    margin-right: 1px;
}

.pro_rating span:last-child {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

.pro_image_section {
    height: 40px;
}

.pro_purchase_row {
    margin-bottom: 10px;
}

.pro_price p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pro_price del {
    color: #999;
    font-size: 14px;
}

.pro_price_current {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.pro_price_off {
    color: #ff3d3d;
    font-size: 10px;
    font-weight: 500;
    background-color: #ff000014;
    display: inline-block;
    padding: 2px;
    white-space: normal;
    line-height: 12px;
}

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

.addcartbutton_style {
    flex: 1;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background .2s ease;
    text-transform: uppercase;
}

.addcartbutton_style:hover {
    background: #ff6a00;
}

.addcartbutton_style.active {
    background: #2e7d32;
}

.standard-addcartbutton.active,
.standard-addcartbutton.active:hover {
    background: #111
}

.standard-addcartbutton .addcart-default-content,
.standard-addcartbutton .addcart-active-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.standard-addcartbutton .addcart-active-content {
    display: none;
    text-transform: none
}

.addcart-active-content i {
    flex: 0 0 20px;
    text-align: center;
}

.standard-addcartbutton.active .addcart-default-content {
    display: none
}

.standard-addcartbutton.active .addcart-active-content {
    display: flex
}

.wishlist-toggle-inline {
    height: 35px;
    flex: 0 0 40px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wishlist-toggle-inline.active,
.wishlist-toggle-inline:hover {
    border-color: #ff3d3d;
}

.wishlist-toggle-inline i {
    color: #999;
}

.wishlist-toggle-inline.active i,
.wishlist-toggle-inline:hover i {
    color: #ff3d3d;
}

/* keep the original top-right wishlist heart hidden since we now show one inline;
   remove this rule if you want both */
.product-wishlist-toggle {
    display: none;
}


.success-img {
    text-align: center;
}

.success-img img {
    width: 320px;
}

.success-title h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 45px;
}

.success-table {
    background: #f3f3f3;
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
    background: #fff;
    margin-bottom: 10px;
}

button.owl-next {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

button.owl-prev {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

section.slider-section .row .col-sm-2 {
    width: 200px;
}

form.sort-form .form-select, form.sort-form .form-select:focus {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.filter_btn {
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.sorting-section {
    margin-bottom: 20px;
}

.active-filter-bar {
    display: flex;
    align-items: center;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee;
}

.active-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 5px 10px 5px 12px;
    color: #333;
    background: #f3f8fa;
    border: 1px solid #cfeaf4;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1.25;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.active-filter-tag i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 9px;
}

.active-filter-tag:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.active-filter-tag:hover i {
    color: var(--primary-color);
    background: #fff;
}

.clear-filter-btn {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 12px;
    color: #d63031;
    background: #fff;
    border: 1px solid #f0b7b7;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.clear-filter-btn:hover {
    color: #fff;
    background: #d63031;
    border-color: #d63031;
}

.showing-data {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.showing-data span {
    font-size: 16px;
    display: block;
    text-align: right;
}

.category-breadcrumb {
    column-gap: 8px;
}

.breadcrumb ul li a {
    color: #666666b3;
    font-size: 16px;
    text-transform: capitalize;
}

.breadcrumb ul li span {
    color: #666666b3;
}

.register-now.no-account {
    background: #fff;
    padding: 0 10px 15px 10px;
}

.comn_sec {
    padding: 20px 0;
}

.checkout-coupon-form {
    padding: 10px;
    background-color: #ddd;
}

.checkout-coupon-form .coupon {
    display: flex;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    height: 45px;
    padding: 5px;
}

.fixed_whats a {
    width: 42px;
    height: 42px;
    background: #00D757;
    text-align: center;
    line-height: 42px;
    font-size: 25px;
    position: fixed;
    bottom: 55px;
    right: 34px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}



@media only screen and (min-width: 768px) {
    .main-header {
        /*min-height: 132px;*/
    }

    .main-header.desktop-logo-sticky {
        padding-top: var(--desktop-logo-height, 0px);
    }

    .logo-area.desktop-logo-fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1040;
        width: 100%;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
        animation: desktopLogoStick 0.28s ease both;
    }

    @keyframes desktopLogoStick {
        from {
            transform: translateY(-12px);
            opacity: 0.94;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo-area.desktop-logo-fixed {
        animation: none;
    }
}

/* ==== sidebar filter start ==== */
.filter_btn,
.filter_close {
    display: none;
}

.filter_sort .filter_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    color: var(--primary-color);
}

.homeproduct .filter_sort {
    display: grid;
    grid-template-columns: minmax(100px, 0.7fr) minmax(0, 1.3fr);
    gap: 10px;
}

.category-filter-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    left: 0;
    z-index: 10050;
    display: block;
    width: min(380px, 90vw) !important;
    height: 100dvh;
    max-height: 100dvh;
    max-width: 100%;
    padding: 0 16px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    box-shadow: 8px 0 30px rgba(0, 0, 0, 0.16);
    visibility: hidden;
    transform: translateX(-105%);
    transition: transform 0.35s ease, visibility 0.35s ease;
}

.row>.category-filter-sidebar {
    padding: 0 16px 24px;
}

.category-filter-sidebar.active {
    visibility: visible;
    transform: translateX(0);
}

.filter_sidebar_header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    margin: 0 -16px 20px;
    padding: 0 18px;
    color: #fff;
    background: var(--primary-color);
}

.filter_sidebar_header strong {
    font-size: 17px;
}

.category-filter-sidebar .filter_close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.12);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.category-filter-sidebar .filter_close:hover,
.category-filter-sidebar .filter_close:focus {
    background: rgba(0, 0, 0, 0.22);
}

.filter_sidebar_overlay {
    position: fixed;
    inset: 0;
    z-index: 10040;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.row>.filter_sidebar_overlay {
    padding: 0;
}

.filter_sidebar_overlay.active {
    opacity: 1;
    visibility: visible;
}

body.filter-sidebar-open {
    overflow: hidden;
}

.sidebar_item {
    margin-bottom: 20px;
}

.sidebar_item h2.accordion-header button.accordion-button {
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 20px;
}

.sidebar_item .accordion-header .accordion-button::after {
    content: "\f078";
    font-family: "FontAwesome";
    background: none;
    font-size: 17px;
}

.accordion-item {
    border-radius: 0;
}

.accordion-item .accordion-collapse {
    border-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.cust_according_body {
    padding: 10px 0;
}

.cust_according_body ul li {
    display: block;
}

.cust_according_body ul li a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.cust_according_body ul li:hover a {
    background-color: rgba(8, 127, 112, 0.12);
}

.subcategory-filter-list p {
    color: #555;
}

.subcategory-filter-label {
    display: flex;
    column-gap: 10px;
    padding: 5px 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.subcategory-filter-label:hover {
    background-color: rgba(8, 127, 112, 0.12);
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid var(--primary-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 3px 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 0.5;
}

.subcategory-filter-label input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    opacity: 1;
}

.subcategory-filter-label input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -2px 0 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.filter-price-inputs {
    display: flex;
    justify-content: space-between;
}

p.min-price input,
p.max-price input {
    width: 70px;
}

.slider-box {
    padding: 10px 25px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--primary-color);
    height: 4px;
    top: 3px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 50px;
    border-color: var(--primary-color);
    border-width: 2px;
}

.ui-widget.ui-widget-content {
    border-color: transparent;
}

/* ==== sidebar filter end ==== */

/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.size-container {
    margin-bottom: 12px;
}

.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.color_inner .selector .selector-item label {
    cursor: pointer;
}

.selector-item label {
    border: 1px solid #ddd;
}

.color_inner .selector-item label span img {
    width: 220px;
    height: 20px;
    opacity: 0;
}

.color_inner .selector-item input[type="radio"]:checked+label span img {
    opacity: 1;
}

.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 45px;
    font-weight: 600;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: #000;
}

.selector-item_radio:checked+.selector-item_label, .selector-item_label:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    cursor: pointer;
}

.color_size {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.color_size span {
    padding: 5px;
}

.syotimer-cell__unit {
    display: none;
}

.timer_inner {
    display: flex;
    justify-content: space-between;
}

.timer_inner .syotimer__body {
    display: flex;
    grid-gap: 5px;
}

.timer_inner .syotimer-cell {
    width: 38px;
    text-align: center;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

a.forget-link {
    display: block;
    text-align: right;
    margin-bottom: 15px;
}

.cart_details .card-header {
    padding: 10px 15px;
    background: #f5f7f9;
}

.cart_btn.order_button a {
    background: var(--secondary-color);
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5s ease;
}

.cart_btn.order_button a:hover {
    background: var(--secondary-color);
}

.desktop_hide {
    display: none;
}

.details-product {
    background: #fff;
    margin-top: 25px;
}

.description ul li {
    display: block;
    display: list-item;
    list-style-position: inside;
    list-style-type: square;
    font-size: 16px;
    line-height: 30px;
}

.sidebar-menu {
    background: #FFF;
    margin: 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-menu li a {
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}

.sidebar-menu ul li a img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.sidebar-menu li a i {
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 18px;
}

.sidebar-submenu {
    position: absolute;
    right: -110%;
    top: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: 0.35s all;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-submenu>li {
    position: relative !important;
}

.sidebar-childmenu {
    position: absolute;
    right: -100%;
    background: #fff;
    width: 100%;
    border-left: 1px solid #ddd;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.sidebar-menu ul li:hover>a {
    background-color: #e1fff7;
    color: #e50113;
}

.sidebar-menu ul li:hover .sidebar-submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.sidebar-submenu>li:hover .sidebar-childmenu {
    visibility: visible;
    opacity: 1;
    right: -100%;
}

.col-sm-3.hidetosm {
    padding-right: 0;
}

.track_info ul li {
    display: block;
    line-height: 30px;
}

.track_info ul li span {
    width: 80px;
    display: inline-block;
    text-align: right;
    margin-right: 12px;
    font-weight: 600;
}

table.table.table-bordered.tracktable {
    margin-bottom: 0;
}

.tracktable thead {
    background: var(--secondary-color);
    color: #fff;
}

td.tfoot_bg {
    background: #f5f5f5;
    text-align: right;
}

/*==== STOREFRONT UTILITY OVERRIDES START ====  */

.comn_sec {
    padding: 20px 0;
}

.cmn_menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cmn_menu ul li {
    position: relative;

}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: #000;
}

.cmn_menu ul li:last-child:after {
    display: none;
}

.cmn_menu ul li a {
    transition: all .5s ease;
}

.cmn_menu ul li a:hover {
    color: #FB5533;
}

.copyright p a {
    color: #8fc7ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.checkout-coupon-form .btn-theme, .checkout-coupon-form .btn-theme:focus {
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    padding: 1px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.cart_btn.order_button a {
    background: #ED145B;
    text-transform: capitalize;
}

i.fab.fa-facebook-f.icon0 {
    line-height: 14px;
    font-size: 14px;
    margin-top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #0866FF;
    color: #fff;
}

i.fa-brands.fa-youtube.icon1 {
    color: red;
    font-size: 25px;
    margin-left: -8px;
}

i.fa-brands.fa-whatsapp.icon2 {
    line-height: 14px;
    font-size: 14px;
    margin-top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 7px;
    background: #42C152;
    color: #fff;
}

i.fa-solid.fa-phone.icon3 {
    color: blue;
    margin-top: 2px;
    font-size: 23px;
}

/*==== STOREFRONT UTILITY OVERRIDES END ====  */

div#variable-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

div#variable-modal.show {
    opacity: 1;
    visibility: visible;
}

#variable-modal .modal-view {
    position: relative;
    width: 700px;
    background: #fff;
    border-radius: 5px;
    top: auto;
    left: auto;
    transform: none;
}

.quick-header {
    background: var(--secondary-color-extra);
    color: #fff;
    padding: 15px;
}

.quick-body {
    padding: 30px;
}

.close-variable-button {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #c70c37;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
}

.close-variable-button span {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: red;
}

.close-variable-button span:last-child {
    display: none;
}

.close-variable-button span::before, .close-variable-button span::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: white;
}

.close-variable-button span::before {
    transform: rotate(45deg);
    top: 15px;
    left: 8px;
}

.close-variable-button span::after {
    transform: rotate(135deg);
    top: 15px;
    left: 8px;
}

.variable-submit {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.variable-submit[disabled] {
    opacity: 0.6;
}

.product-code p {
    display: inline-block;
    color: #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    line-height: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--bn-font), var(--en-font), sans-serif;
}

.order-confirm-amount {
    display: inline-block;
    margin-left: 5px;
    font-family: var(--en-font), var(--bn-font), sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.d-flex.details-btns {
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.details-product .stock_out {
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
}

.d-flex.details-btns button {
    padding: 0px 40px;
    font-weight: 600;
    background: var(--secondary-color-extra);
    color: #fff;
    border-radius: 5px;
    height: 40px;
}

.customized-input-box {
    position: relative;
}

.customized-input-box .input-icon-label {
    position: absolute;
    top: 32px;
    left: 0;
    background-color: #e5e5e5;
    height: 40px;
    border-radius: 5px 0 0 5px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: #ccc;
}

.customized-input-box input {
    padding-left: 70px;
}

.shipping-area-box {
    border: 1px solid;
    border-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.area-item {
    border-bottom: 1px solid;
    border-color: #ddd;
    padding: 0 8px;
}

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

.area-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.area-item label {
    cursor: pointer;
    position: relative;
    display: block;
    min-height: 42px;
    padding: 11px 8px;
    padding-left: 34px;
    line-height: 1.2;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.area-item label::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.area-item label::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.area-item.active label::after {
    transform: translateY(-50%) scale(0.55);
}

.checkout-shipping .shipping-area-box.is-selectable {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 0;
    overflow: visible;
}

.checkout-shipping .shipping-area-box.is-selectable .area-item {
    min-width: 0;
    padding: 0 5px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    cursor: pointer;
}

.checkout-shipping .shipping-area-box.is-selectable .area-item.active {
    border-color: #72b587;
    background: #edf8f0;
}

.checkout-shipping .shipping-area-box.is-selectable .area-item label {
    min-height: 38px;
    padding: 10px 2px 9px 25px;
    font-size: clamp(12px, 3.7vw, 15px);
    white-space: nowrap;
}

.checkout-shipping .shipping-area-box.is-selectable .area-item label::before,
.checkout-shipping .shipping-area-box.is-selectable .area-item label::after {
    width: 18px;
    height: 18px;
    border-color: #198754;
}

.checkout-shipping .shipping-area-box.is-selectable .area-item label::after {
    background-color: #198754;
}


.cart_table {
    font-family: var(--bn-font);
}

.variable-name {
    border-bottom: 1px solid;
    border-color: #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.variable-name h1 {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: var(--poppins-font);
    text-transform: uppercase;
}

/*==== POPUP SECTION CSS START ====*/
.popup__section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.main__popup_data {
    position: relative;
    width: auto;
    height: auto;
    max-width: 90%;
    animation: popupFadeIn 0.5s ease-in-out;
}

@keyframes popupFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.popup__close {
    position: absolute;
    top: -25px;
    right: 12px;
    /* background: none; */
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    box-shadow: 1px 3px 15px #ddd;
    padding-bottom: 4px;
}

.main__popup_data img {
    width: 100%;
    height: 100%;
    display: block;
}

/*==== POPUP SECTION CSS END ====*/


/*==== PAYMENT METHOD CSS START ====*/
.payment_method {
    
}

.payment_method img {
    height: 30px;
}

.payment_method.active {
    
}

.payment_method.active::before {
    
}

.payment_method label {
    display: block;
    font-weight: 500;
    margin: 0;
}

.pm-panel {
    display: none;
    background: #efefef45;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 18px;
    margin-top: 15px;
}

.pm-panel.show {
    display: block
}

.pm-header {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e9e9e9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px
}

.pm-header img {
    height: 28px
}

.pm-number {
    font-weight: 700;
    letter-spacing: .5px
}

.pm-copy {
    margin-left: auto;
    border: none;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer
}

.pm-title {
    margin: 16px 0 8px 0
}

.pm-steps {
    margin: 0 0 10px 18px
}

.pm-steps li {
    display: block;
}

.pm-steps--green {
    color: #1c8b2b
}

.pm-note {
    color: #c21717;
    margin-bottom: 14px
}

.pm-field {
    margin-bottom: 12px
}

.pm-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600
}

.pm-field input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    outline: none
}

.pm-error {
    display: block;
    color: #c21717;
    margin-top: 4px;
    font-size: .85rem
}

/*==== PAYMENT METHOD CSS END ====*/


/*==== FLOATING CONTACT CSS START ====*/
.contact-wrapper {
    position: fixed;
    bottom: 65px;
    right: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    z-index: 9999;
}

.contact-btn {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-hover-color);
    color: #fff;
    border: none;
    font-size: 28px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    justify-content: center;
    align-items: center;
}

.contact-btn.active {
    background-color: var(--secondary-color);
}

.contact-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.35s ease;
}

.contact-icons.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.icon-item {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.2s ease;
    color: #fff;
}

.icon-item:hover {
    color: #fff;
    transform: scale(1.1);
}

.toggle-icon {
    width: 26px;
    height: 26px;
    position: absolute;
    transition: transform 0.25s ease;
    transform-origin: center;
    transform: scale(1);
    opacity: 1;
}

.icon-close {
    opacity: 0;
    transform: scale(0);
    filter: invert(1);
}


.icon-plus {
    display: block;
}

.contact-btn.active .icon-plus {
    display: none;
    opacity: 0;
    transform: scale(0);
}

.contact-btn.active .icon-close {
    display: block;
    opacity: 1;
    transform: scale(1);
}

.icon-item.phone {
    background-color: var(--secondary-color);
}

.icon-item.messenger {
    background: linear-gradient(135deg, #0084ff, #3b5998);
}

.icon-item.whatsapp {
    background-color: #0dc243;
}

/*==== PRODUCT INFINITE SCROLL CSS START ====*/
.product-infinite-pagination {
    display: block;
    width: 100%;
    min-height: 1px;
    margin: 0;
    padding: 0;
}

.product-infinite-pagination .pagination-links {
    display: none;
}

.infinite-scroll-sentinel {
    width: 100%;
    height: 1px;
}

.infinite-loading-grid {
    display: none;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    width: 100%;
    margin: 18px 0 4px;
}

.product-infinite-pagination.is-loading .infinite-loading-grid {
    display: grid;
}

.infinite-loading-card {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.infinite-loading-image,
.infinite-loading-line {
    display: block;
    border-radius: 4px;
    background: linear-gradient(90deg, #eeeeee 25%, #f7f7f7 37%, #eeeeee 63%);
    background-size: 400% 100%;
    animation: infiniteSkeleton 1.2s ease-in-out infinite;
}

.infinite-loading-image {
    aspect-ratio: 1;
    width: 100%;
}

.infinite-loading-line {
    height: 12px;
    margin-top: 12px;
}

.infinite-loading-line.short {
    width: 62%;
}

@keyframes infiniteSkeleton {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@media only screen and (max-width: 767px) {
    .infinite-loading-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .infinite-loading-card:nth-child(n+5) {
        display: none;
    }
}

/*==== PRODUCT INFINITE SCROLL CSS END ====*/

/*==== FLOATING CONTACT CSS END ====*/

/* Product card action buttons: keep hover layout perfectly stable. */

.product_item .cart_btn a, .product_item .cart_btn button, .product_item .variable-modal, .product_item .add-cart-button button {
    box-sizing: border-box !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    transform: none !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

.product_item .cart_btn a:hover,
.product_item .cart_btn button:hover,
.product_item .variable-modal:hover {
    background: var(--secondary-color) !important;
    color: #fff !important;
}

.product_item .product_item_inner:hover .pro_img img {
    transform: scale(1.2);
    opacity: .7;
}

/*==== SHELL WIDTH FIXES START ====*/
.home-category,
.homeproduct,
.facilities-section,
footer {
    width: 100%;
}



/*==== SHELL WIDTH FIXES END ====*/

/*==== HOME CATEGORY CARD REDESIGN START ====*/
.section-title {
    margin: 18px 0 12px;
    padding: 0;
    border-bottom: 0;
}

.section-title::before {
    display: none;
}

.section-title h2,
.section-title h3 {
    margin: 0;
    color: #222;
    font-family: var(--en-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: none;
}

.section-title h2 a,
.section-title h3 a {
    color: inherit;
}

.section-title .view_all,
a.view_all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.section-title .view_all i {
    font-size: 14px;
}

.section-title .view_all:hover,
a.view_all:hover {
    background: transparent !important;
    color: var(--secondary-color);
}

.home-category {
    margin-top: 2px;
}

.category-showcase>.container {
    width: var(--storefront-shell-width);
    max-width: var(--storefront-shell-width);
}

.category-showcase .section-title {
    justify-content: center;
    margin: 12px 0 13px;
}

.category-showcase .section-title h2 {
    font-size: 20px;
    font-weight: 600;
}

.category-slider {
    margin-top: 0;
}

.cat-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 133px;
    min-height: 133px;
    padding: 15px 10px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cat-item:hover {
    border-color: #cfcfcf;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.cat-img {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    aspect-ratio: auto;
    margin: 0 auto 10px;
}

.cat-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cat-img img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
}

.cat-item:hover .cat-img img {
    transform: none;
}

.cat-name {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
}

.cat-name a {
    color: inherit;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.categories-page {
    padding: 12px 0 42px;
}

.categories-page .section-title {
    margin-bottom: 18px;
}

.categories-page .section-title h1 {
    margin: 0;
    color: #222;
    font-family: var(--en-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 15px;
}

@media only screen and (max-width: 767px) {
    .categories-page {
        padding: 4px 0 28px;
    }

    .categories-page .section-title {
        margin-bottom: 12px;
    }

    .categories-page .section-title h1 {
        font-size: 21px;
    }

    .categories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .categories-grid .cat-item {
        height: 132px;
        min-height: 132px;
        padding: 14px 6px 9px;
    }

    .categories-grid .cat-img {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }

    .categories-grid .cat-name {
        min-height: 34px;
        font-size: 13px;
    }
}

/*==== HOME CATEGORY CARD REDESIGN END ====*/

/*==== PROFESSIONAL PRODUCT CARD + QUICK VIEW START ====*/
.product_item .discount {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.product_item .discount p {
    min-width: 82px;
    height: 25px;
    padding: 0 12px;
    border-radius: 0 0 12px 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

.product-quick-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    font-size: 22px;
    box-shadow: none;
}

.product-quick-btn:hover {
    color: var(--secondary-color);
}

.product_item_inner .shipping {
    top: 32px;
    left: 12px;
    z-index: 3;
}

.pro_img>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rating-stars {
    display: inline-flex;
    gap: 1px;
    color: #f5b400;
}

.pro_purchase_row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 68px;
    gap: 10px;
    align-items: center;
    margin-top: auto;
    margin-bottom: 12px;
}

.pro_price {
    margin-bottom: 5px;
    margin-top: 15px;
    min-height: 30px;
}

.pro_price p {
    color: var(--secondary-color);
    font-weight: 800;
    margin-top: 5px;
    text-align: center;
    display: grid;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
    grid-template-columns: 1fr 1fr 1fr;
}

.pro_price del {
    color: #777;
    font-size: 13px;
    font-weight: 500;
}

.product_item .add-cart-button {
    height: 31px !important;
    min-height: 31px !important;
}

.product_item .add-cart-button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 31px !important;
    min-height: 31px !important;
    max-height: 31px !important;
    border-radius: 5px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 31px !important;
}

.product_item .add-cart-button button.active,
.product_item .add-cart-button button:hover {
    background: var(--secondary-hover-color);
}


.product_item .cart_btn a:hover,
.product_item .cart_btn button:hover,
.product_item .variable-modal:hover {
    background: var(--primary-hover-color) !important;
}

.wsit_stock_out {
    margin-top: auto;
    height: 130px;
    display: flex;
    align-items: end;
}

#custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000;
    width: min(920px, calc(100vw - 28px));
    max-height: calc(100vh - 36px);
    overflow: visible;
    transform: translate(-50%, -50%);
}

.quick-view-modal {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.quick-view-modal .close-modal {
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 34px;
    height: 34px;
    border: 0;
    background: #f2f3f5;
    color: #222;
    font-size: 24px;
    line-height: 32px;
}

.quick-view-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
    gap: 0;
}

.quick-view-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    padding: 34px;
    background: #f8fafb;
}

.quick-view-media img {
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
}

.quick-view-content {
    padding: 42px 42px 38px;
}

.quick-view-label {
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.quick-view-content h3 {
    margin-bottom: 12px;
    color: #111;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.quick-view-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
    color: #555;
    font-size: 14px;
}

.quick-view-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 26px;
}

.quick-view-price .quick-view-current-price {
    color: var(--secondary-color);
    font-size: 28px;
    font-weight: 800;
}

.quick-view-price .new_price {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.quick-view-price del {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-decoration-color: #777;
}

.quick-view-price .old_price {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.quick-view-actions {
    display: grid;
    grid-template-columns: 1fr 140px;
    gap: 12px;
}

.quick-view-actions form {
    min-width: 0;
}

.quick-view-actions button,
.quick-view-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}

.quick-view-actions button {
    background: var(--primary-color);
    color: #fff;
}

.quick-view-actions a {
    border: 1px solid #ddd;
    color: #111;
    background: #fff;
}

.product-free-shipping-badge {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 27px;
    padding: 0 9px;
    border: 1px solid rgba(7, 143, 125, 0.2);
    border-radius: 999px;
    background: #ecfffb;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 800;
    line-height: 27px;
    box-shadow: 0 4px 10px rgba(7, 143, 125, 0.08);
}

.product-free-shipping-badge i {
    font-size: 12px;
}

.quick-view-option-group {
    margin-bottom: 16px;
}

.quick-view-option-group .color-title {
    margin-bottom: 8px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

.quick-view-option-group .selector {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.quick-view-option-group .selector-item {
    display: inline-flex;
}

.quick-view-option-group .selector-item_label {
    min-width: 42px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.quick-view-option-group .selector-item_radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.quick-view-option-group .selector-item_radio:checked+.selector-item_label {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.quick-view-submit-row {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.quick-view-quantity {
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    height: 42px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.quick-view-quantity .quick-view-qty-btn,
.quick-view-quantity input {
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    color: #111;
    font-weight: 700;
    text-align: center;
    line-height: 1 !important;
}

.quick-view-quantity .quick-view-qty-btn {
    cursor: pointer;
    user-select: none;
}

.quick-view-quantity input {
    min-width: 0;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}

.quick-view-submit-row .variable-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 6px;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.quick-view-submit-row .variable-submit:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.quick-view-actions-single {
    grid-template-columns: 1fr;
    margin-top: 12px;
}

/*==== PROFESSIONAL PRODUCT CARD + QUICK VIEW END ====*/

/*==== PRODUCT DETAILS REDESIGN START ====*/
.main-details-page {
    padding: 26px 0 8px;
    background: #fff;
}

.main-details-page .details-product {
    margin-top: 0;
    background: transparent;
}

.details-product-grid {
    display: grid;
    grid-template-columns: 580px 1fr;
    gap: 24px;
    align-items: start;
}

.product-gallery-panel .position-relative,
.main-details-page .details_right,
.details-trending-panel,
.details-info-sidebar {
    overflow: hidden;
    background: #fff;
}

.product-gallery-panel .position-relative {
    padding: 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
}

.main-details-page .details_right {
    padding: 2px 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.main-details-page .product-gallery-panel .position-relative {
    overflow: visible;
}

.details-info-sidebar {
    display: grid;
    gap: 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.details-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #111827;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}

.details-breadcrumb ul {
    display: flex;
    column-gap: 5px;
}

.details-breadcrumb a {
    color: #111827;
    font-weight: 500;
}

.details-breadcrumb i {
    font-size: 12px;
}

.main-details-page .product-cart .name {
    margin-bottom: 24px;
    color: #111827;
    font-family: var(--bn-font), var(--en-font);
    line-height: 1.24;
    text-transform: none;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    font-weight: 500;
    font-size: 28px;
}

.main-details-page .details-ratting-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
}

.main-details-page .details-stars {
    display: inline-flex;
    gap: 2px;
    color: #111827;
    font-size: 16px;
    line-height: 1;
}

.main-details-page .details-review-count {
    color: #a6a9b0;
    font-size: 15px;
}


.main-details-page .product-code p {
    color: #111;
    font-size: 15px;
    font-weight: 500;
}

.main-details-page .product-code span {
    font-weight: 800;
}

.main-details-page .details-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    margin: 0 0 22px;
    padding-bottom: 0;
    border-bottom: 0;
    color: #111;
    font-size: 16px;
    line-height: 1.1;
}

.details-price-label {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}

.details-current-price {
    color: #078571;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
}

.main-details-page .details-price del {
    margin: 0;
    color: #f00;
    font-size: 18px;
    font-weight: 500;
    text-decoration-thickness: 1px;
}

.details-save-text {
    color: #078571;
    font-size: 14px;
    font-weight: 700;
}

.details-offer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 30px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.product-stock-status {
    margin-bottom: 10px;
}

.product-stock-status p {
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
}

.product-stock-status span {
    color: var(--primary-color);
    font-weight: 800;
}

.main-details-page .short_description {
    margin: 8px 0 18px;
    overflow-wrap: anywhere;
}

.main-details-page .short_description p {
    margin-bottom: 8px;
    color: #111827;
    font-family: var(--bn-font), var(--en-font);
    font-size: 16px;
    line-height: 1.42;
}

.main-details-page .short_description ul li {
    margin-bottom: 7px;
    padding-left: 17px;
    color: #111827;
    font-family: var(--bn-font), var(--en-font);
    font-size: 16px;
    line-height: 1.38;
}

.main-details-page .short_description ul li::before {
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5f26ef;
    color: transparent;
    content: "";
}

.main-details-page .color-title {
    margin: 0 0 8px;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
}

.main-details-page .size-container {
    margin-bottom: 16px;
}

.main-details-page .selector {
    gap: 8px;
}

.main-details-page .selector-item_label {
    min-width: 49px;
    height: 38px;
    padding: 0 15px;
    border: 1px solid #cfd3d8;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
}

.main-details-page .selector-item_radio:checked+.selector-item_label,
.main-details-page .selector-item_label:hover {
    border-color: #078571;
    background: #fff;
    color: #078571;
}

.main-details-page .pro_brand {
    margin: -2px 0 14px;
}

.main-details-page .pro_brand p {
    color: #333;
    font-size: 14px;
}

.product-action-row {
    display: inline-grid;
    grid-template-columns: auto 140px;
    width: max-content;
    max-width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: start;
    margin-top: 8px;
    margin-bottom: 12px;
}

.product-action-row>* {
    min-width: 0;
}

.product-qty-label {
    margin: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
}

.main-details-page .qty-cart {
    width: auto;
    column-gap: 0;
    min-width: 0;
}

.main-details-page .qty-cart .quantity {
    display: grid;
    grid-template-columns: 40px minmax(40px, 1fr) 40px;
    width: 140px;
    height: 40px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
}

.main-details-page .quantity input,
.main-details-page .quantity .minus,
.main-details-page .quantity .plus {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 100%;
    border: 0;
    background: #fff;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    z-index: 1;
}

.main-details-page .quantity .minus,
.main-details-page .quantity .plus {
    padding: 0;
}

.main-details-page .quantity input {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    padding: 0;
    text-align: center;
    z-index: 0;
}

.main-details-page .quantity .minus,
.main-details-page .quantity .plus {
    cursor: pointer;
    user-select: none;
}

.main-details-page .single_product {
    display: block;
    margin-top: 16px;
}

.details-cart-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 78px;
    gap: 16px;
    max-width: 400px;
}

.main-details-page .add_cart_btn,
.main-details-page .add_cart_btn:disabled,
.main-details-page .order_now_btn,
.main-details-page .order_now_btn:disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    gap: 5px;
}

.main-details-page .add_cart_btn, .main-details-page .add_cart_btn:disabled {
    border: 1px solid;
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.main-details-page .order_now_btn,
.main-details-page .order_now_btn:disabled {
    border: 1px solid #078571;
    background: #078571;
    color: #fff;
}

.main-details-page .add_cart_btn:hover {
    border-color: #078571;
    background: #078571 !important;
    color: #fff !important;
}

.main-details-page .add_cart_btn.active,
.main-details-page .add_cart_btn.active:hover {
    border-color: #111;
    background: #111 !important;
    color: #fff !important;
}

.main-details-page .order_now_btn:hover {
    border-color: #006d5c;
    background: #006d5c !important;
    color: #fff !important;
}

.main-details-page .add_cart_btn:disabled,
.main-details-page .order_now_btn:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.main-details-page .stock_out {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: #9ca3af;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.main-details-page .details_slider {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 3px;
}

.main-details-page .details_slider .owl-stage-outer,
.main-details-page .details_slider .owl-item,
.main-details-page .dimage_item,
.main-details-page .product-gallery-panel,
.main-details-page .product-gallery-panel .position-relative {
    min-width: 0;
    max-width: 100%;
}

.main-details-page .details_slider .owl-stage {
    min-width: 0;
}

.main-details-page .dimage_item {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: auto;
    background: transparent;
    border: 1px solid #ddd;
}

.main-details-page .dimage_item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
}

.details-contact-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.details-contact-card {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 64px;
    padding: 10px 12px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.details-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef7f4;
    color: #078571;
    font-size: 19px;
}

.details-contact-icon.whatsapp {
    color: #16c764;
}

.details-contact-card strong,
.details-contact-card small {
    display: block;
    min-width: 0;
}

.details-contact-card strong {
    color: #4b5563;
    font-size: 14px;
    font-weight: 700;
}

.details-contact-card small {
    margin-top: 4px;
    color: #078571;
    font-size: 13px;
    font-weight: 700;
}

.details-contact-card em {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #66d58e;
    box-shadow: 0 0 6px rgba(102, 213, 142, 0.6);
}

.details-info-box {
    padding: 10px 14px;
    border: 2px dotted #078571;
    background: #fff;
}

.details-info-box h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
}

.details-info-box p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 10px;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
}

.details-info-box p:last-child {
    margin-bottom: 0;
}

.details-info-box i {
    width: 15px;
    color: #111827;
    font-size: 14px;
    text-align: center;
}

.details-info-box a {
    color: #078571;
    font-weight: 500;
}

.details-info-box span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 3px;
    background: #fb3e36;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.main-details-page .discount {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
}

.main-details-page .discount p {
    height: 30px;
    min-width: 86px;
    padding: 0 12px;
    border-radius: 999px;
    background: #b81428;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
}

.main-details-page .indicator_thumb {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(72px, 86px));
    gap: 8px;
    margin: 12px 0px 0px 0px;
}

.main-details-page .indicator_thumb.thumb_slider .owl-stage-outer {
    overflow: hidden;
}

.main-details-page .indicator_thumb.thumb_slider .owl-nav button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 50%;
    background: var(--secondary-color) !important;
    color: #fff !important;
    transform: translateY(-50%);
}

.main-details-page .indicator_thumb .owl-prev {
    left: -24px;
}

.main-details-page .indicator_thumb .owl-next {
    right: -24px;
}

.main-details-page .indicator-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 4px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}

.main-details-page .indicator-item:hover {
    border-color: var(--primary-color);
}

.main-details-page .indicator-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: contain;
}

.main-details-page .indicator-item p {
    display: none;
}

.details-trending-panel {
    padding: 8px 0 0;
}

.details-trending-panel h3 {
    margin: 0 0 10px;
    padding: 5px 10px 9px;
    border-bottom: 4px solid var(--primary-color);
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.details-trending-list {
    display: grid;
    gap: 8px;
    padding: 0 8px 8px;
}

.details-trending-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 72px;
    padding: 7px;
    border: 1px solid #edf0f3;
    border-radius: 5px;
    background: #fbfbfb;
}

.details-trending-item:hover {
    border-color: #d1d5db;
    background: #fff;
}

.details-trending-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
}

.details-trending-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details-trending-content,
.details-trending-name,
.details-trending-price {
    display: block;
    min-width: 0;
}

.details-trending-name {
    overflow: hidden;
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details-trending-price {
    margin-top: 2px;
    color: #0b1b4f;
    font-size: 14px;
    line-height: 1.25;
}

.details-trending-price strong {
    color: #020617;
    font-weight: 800;
}

.details-trending-price del {
    margin-left: 4px;
    color: #9ca3af;
}

.details-trending-empty {
    padding: 12px 8px;
    color: #6b7280;
    font-size: 14px;
}


.product-information-wrapper {
    max-width: 525px;
}

.pro-rating-row,
.pro-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 14px;
    color: #444;
}

.pro-rating-row {
    background: linear-gradient(270deg, rgb(255, 227, 228) 0%, rgb(232, 243, 235) 50.96%, rgb(211, 242, 254) 100%);
    padding: 10px 14px;
    border-radius: 8px 8px 0 0;
}

.pro-meta-row {
    padding: 8px 14px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 16px;
    background-image: linear-gradient(270deg, rgb(255, 227, 228) 0%, rgb(232, 243, 235) 50.96%, rgb(211, 242, 254) 100%);
}

.pro-rating-stars i {
    color: #f5a623;
    font-size: 13px;
}

.row-divider {
    color: #bbb;
}

.ask-question-link {
    color: #2e8b57;
    font-weight: 600;
    text-decoration: none;
}

.price-box-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    padding: 6px 10px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 0px;
    flex: 1 1 0%;
    min-width: 0px;
    min-height: 70px;
}

.pro-price-box {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 14px 0;
}

.pro-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    width: 100px;
    padding: 5px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 0px;
    cursor: pointer;
}

.pro-brand-logo img {
    height: 100%;
}

.pro-price-info {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.old_price {
    color: #999;
    text-decoration: line-through;
    margin-right: 0px;
}

.details-current-price .new_price {
    font-size: 26px;
    font-weight: 700;
    color: #111;
}

.pro-price-badges {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.details-save-text {
    background: #ffe0ea;
    color: #d6336c;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
}

.deal-of-day-badge {
    background: linear-gradient(90deg, rgb(255, 121, 11) 0%, rgb(255, 72, 197) 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 20px;
    border-radius: 2px;
    text-transform: uppercase;
}

.pro-not-happy {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0px;
    z-index: 2;
    background: linear-gradient(90deg, rgb(36, 16, 255) 0%, rgb(219, 30, 172) 48.08%, rgb(223, 153, 1) 100%) text;
    -webkit-text-fill-color: transparent;
    height: 60px;
    display: inline-block;
}

.pro-not-happy img {
    position: absolute;
    left: 0;
    top: 16px;
    width: 100%;
    height: 41px;
}

/* Admin descriptions can contain fixed-width inline specification tables. */
.pro_details_area .details-tab>.tab-content>.tab-content {
    overflow: hidden;
    border-color: #e5e7eb;
    border-radius: 0 0 6px 6px;
}

.pro_details_area .description {
    min-width: 0;
    overflow-wrap: anywhere;
}

.pro_details_area .description table {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    table-layout: auto;
}

.pro_details_area .description table thead {
    display: table-header-group !important;
}

.pro_details_area .description table tbody {
    display: table-row-group !important;
}

.pro_details_area .description table tr {
    display: table-row !important;
}

.pro_details_area .description table td,
.pro_details_area .description table th {
    display: table-cell !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 10px 16px !important;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.pro_details_area .description table td.name,
.pro_details_area .description table th:first-child {
    width: 30% !important;
}

@media only screen and (max-width: 1199px) {
    .details-product-grid {
        grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
    }

    .details-trending-panel,
    .details-info-sidebar {
        grid-column: 1 / -1;
    }

    .details-trending-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 0 10px 10px;
    }
}

@media only screen and (min-width: 1200px) {

    .main-details-page .product-gallery-panel .position-relative,
    .main-details-page .details_right,
    .main-details-page .details-trending-panel {
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-details-page {
        padding: 14px 0 0;
        position: relative;
        z-index: 1;
    }

    .main-details-page .container,
    .pro_details_area .container {
        width: var(--storefront-shell-width);
        max-width: var(--storefront-shell-width);
        padding-right: 0;
        padding-left: 0;
    }

    .main-details-page .row,
    .pro_details_area .row {
        margin-right: 0;
        margin-left: 0;
    }

    .main-details-page .row>*,
    .pro_details_area .row>*,
    .details-product-grid,
    .details-product-grid>*,
    .main-details-page .product,
    .main-details-page .product-cart {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .details-product-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .main-details-page .details-product {
        margin-top: 0;
    }

    .main-details-page .product-gallery-panel,
    .main-details-page .product-gallery-panel .position-relative,
    .main-details-page .details_slider,
    .main-details-page .details_slider .owl-stage-outer,
    .main-details-page .details_slider .owl-stage,
    .main-details-page .details_slider .owl-item,
    .main-details-page .dimage_item {
        position: relative;
        z-index: 0;
    }

    .product-gallery-panel .position-relative,
    .main-details-page .details_right,
    .details-trending-panel,
    .details-info-sidebar {
        border-radius: 5px;
    }

    .product-gallery-panel .position-relative {
        padding: 0;
    }

    .main-details-page .details_slider {
        border-radius: 4px;
    }

    .main-details-page .details_right {
        padding: 8px 0 0;
    }

    .main-details-page .dimage_item {
        aspect-ratio: 4 / 3;
        min-height: 260px;
    }

    .main-details-page .indicator_thumb {
        gap: 6px;
        margin: 8px 22px 0;
    }

    .main-details-page .indicator_thumb.thumb_slider {
        display: block;
    }

    .main-details-page .indicator_thumb .indicator-item {
        height: 72px;
        padding: 3px;
    }

    .main-details-page .indicator_thumb.thumb_slider .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .main-details-page .indicator_thumb.thumb_slider .owl-item {
        height: auto;
    }

    .main-details-page .indicator_thumb.thumb_slider .owl-nav button {
        width: 28px;
        height: 28px;
        margin: 0;
        font-size: 14px !important;
    }

    .main-details-page .indicator_thumb .owl-prev {
        left: -20px;
    }

    .main-details-page .indicator_thumb .owl-next {
        right: -20px;
    }

    .main-details-page .product-cart .name {
        font-size: 20px;
        line-height: 1.3;
        overflow-wrap: anywhere;
        white-space: normal;
        margin-bottom: 8px;
    }

    .main-details-page .details-price {
        gap: 8px 10px;
        margin-bottom: 16px;
        padding-bottom: 0;
    }

    .details-current-price {
        font-size: 22px;
    }

    .details-save-text {
        font-size: 10px;
    }

    .product-action-row {
        grid-template-columns: auto 140px;
        width: max-content;
        max-width: 100%;
        gap: 10px 12px;
        margin-top: 6px;
    }

    .details-cart-row {
        grid-template-columns: minmax(0, 1fr) 80px;
        gap: 10px;
    }

    .details-contact-cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .main-details-page .qty-cart .quantity {
        grid-template-columns: 40px 60px 40px;
        width: 140px;
        max-width: 100%;
        height: 40px;
        border-color: #d7dce3;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }

    .main-details-page .quantity input {
        background: #f8fafc;
        font-size: 16px;
    }

    .main-details-page .quantity .minus,
    .main-details-page .quantity .plus {
        color: #111827;
        font-size: 18px;
    }

    .main-details-page .single_product {
        margin-top: 8px;
    }

    .details-trending-list {
        grid-template-columns: 1fr;
    }

    .details-trending-panel h3 {
        font-size: 17px;
    }

    .details-info-box {
        padding: 11px 12px;
    }

    .details-info-box p {
        align-items: flex-start;
        font-size: 13px;
    }

    .pro_details_area {
        padding: 24px 0;
    }

    .details-tab .nav-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .details-tab .nav-link {
        width: 100%;
        margin: 0;
        padding: 10px 6px;
        font-size: 13px;
    }

    .pro_details_area .description,
    .pro_details_area .review-inner {
        padding: 16px 12px;
    }

    .pro_details_area .description table,
    .pro_details_area .description table thead,
    .pro_details_area .description table tbody {
        display: block !important;
    }

    .pro_details_area .description table tr {
        display: grid !important;
        grid-template-columns: minmax(110px, 36%) minmax(0, 1fr);
        width: 100% !important;
    }

    .pro_details_area .description table thead tr {
        grid-template-columns: 1fr;
    }

    .pro_details_area .description table td,
    .pro_details_area .description table th,
    .pro_details_area .description table td.name,
    .pro_details_area .description table th:first-child {
        display: block !important;
        width: auto !important;
        padding: 9px 10px !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }
}

@media only screen and (max-width: 420px) {
    .main-details-page .details-price {
        align-items: flex-start;
        flex-direction: row;
        gap: 5px 8px;
    }

    .main-details-page .details-price .details-price-label,
    .main-details-page .details-price .details-save-text {
        flex: 0 0 100%;
    }

    .main-details-page .details-price .details-current-price,
    .main-details-page .details-price .old-price-wrapper {
        display: inline-flex;
        align-items: baseline;
    }

    .main-details-page .details-price .details-current-price {
        font-size: 21px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .main-details-page .details-price .old-price-wrapper {
        font-size: 16px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .main-details-page .details-offer-badge {
        min-width: 0;
        height: 28px;
        padding: 0 12px;
        font-size: 13px;
    }

    .main-details-page .add_cart_btn,
    .main-details-page .order_now_btn {
        font-size: 15px;
    }
}

@media only screen and (max-width: 350px) {
    .main-details-page .details-price {
        gap: 4px 6px;
    }

    .main-details-page .details-price .details-current-price {
        font-size: 19px;
    }

    .main-details-page .details-price .old-price-wrapper {
        font-size: 14px;
    }

    .main-details-page .details-price .details-save-text {
        font-size: 12px;
    }
}

/* Section wrapper with rainbow gradient top bar */
.delivery-options-section {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 32px 28px 28px;
    overflow: hidden;
}

.delivery-options-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
            #ff8a8a 0%,
            #c893f0 18%,
            #8ec9f7 36%,
            #8bf0c4 54%,
            #f7f28e 72%,
            #ffffff 90%,
            #a8d8ff 100%);
}

/* Title */
.delivery-options-title {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin: 0 0 4px;
    display: inline-block;
    position: relative;
}

.delivery-options-underline {
    display: block;
    width: 140px;
    height: 10px;
    margin-top: 2px;
}

/* Grid of cards */
.delivery-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
}

@media (max-width: 900px) {
    .delivery-options-grid {
        grid-template-columns: 1fr;
    }
}

/* Individual card */
.delivery-option-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border-left: 4px solid #1e8fd5;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 18px 16px;
    min-height: 130px;
}

.delivery-option-text h3 {
    font-size: 14px;
    font-weight: 800;
    color: #111;
    margin: 0 0 6px;
    line-height: 1.3;
}

.delivery-option-text p {
    font-size: 12px;
    color: #444;
    line-height: 1.5;
    margin: 0;
}

.delivery-option-card img {
    width: 130px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

@media (max-width: 1100px) and (min-width: 901px) {
    .delivery-option-card img {
        width: 100px;
    }
}

.qa-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px 28px;
    margin-top: 20px;
}

/* Header */
.qa-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 20px;
}

.qa-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.qa-title i {
    font-size: 18px;
    color: #333;
}

.qa-header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.qa-ask-prompt {
    font-size: 14px;
    color: #333;
}

.qa-ask-prompt a {
    color: #2ecc71;
    font-weight: 600;
    text-decoration: underline;
}

.qa-ask-prompt a:hover {
    color: #27ae60;
}

.qa-sort-dropdown select {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    color: #333;
    background: #fff;
    min-width: 220px;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%23555'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 32px;
    cursor: pointer;
}

.qa-sort-dropdown select:focus {
    outline: none;
    border-color: #111;
}

/* Card list */
.qa-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.qa-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.qa-card-highlight {
    border-color: #cfe8ff;
    background: #fafdff;
}

.qa-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.qa-badge {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.qa-badge-q {
    background: #dceefe;
    color: #1e8fd5;
}

.qa-badge-a {
    background: #dff7e6;
    color: #27ae60;
}

.qa-content {
    flex: 1;
    min-width: 0;
}

.qa-text {
    font-size: 14px;
    color: #222;
    line-height: 1.6;
    margin: 0 0 4px;
}

.qa-meta {
    font-size: 11px;
    font-weight: 600;
    color: #888;
}

@media (max-width: 700px) {
    .qa-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .qa-header-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .qa-sort-dropdown select {
        width: 100%;
    }
}

/*==== PRODUCT DETAILS REDESIGN END ====*/

/*==== REFERENCE HEADER + HERO START ====*/
.desktop-topbar {
    min-height: 35px;
    border-top: 2px solid #263c24;
    border-bottom: 1px solid #e5e7eb;
    background: #fafafa;
}

.desktop-header-shell {

}

.desktop-topbar .desktop-header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 33px;
    overflow: hidden;
}

.desktop-marquee {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.desktop-topbar p, .desktop-topbar a {
    margin: 0;
    color: #222;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 500;
}

.desktop-marquee p {
    display: inline-block;
    min-width: max-content;
    padding-left: 100%;
    white-space: nowrap;
    will-change: transform;
    animation: desktop-marquee-scroll 24s linear infinite;
}

@keyframes desktop-marquee-scroll {
    to {
        transform: translateX(-100%);
    }
}

.desktop-topbar p,
.desktop-topbar a {
    margin: 0;
    color: #3f3f46;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
}

.desktop-topbar a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
}

.desktop-topbar a i {
    color: #007f70;
}

.header-call-item>a,
.header-auth-link>a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #292929 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.25;
    text-align: left;
}

.header-call-item>a>i,
.header-auth-link>a>i,
.header-wishlist-link>i {
    color: #6d6d6d !important;
    font-size: 29px !important;
}

.header-call-item>a>i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 42px;
    font-size: 30px !important;
}

.header-call-item span,
.header-auth-link span {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.main-header .header-call-item span,
.main-header .header-auth-link span {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #292929;
    font-size: inherit;
    line-height: 1.25;
}

.header-call-item small, .header-auth-link small {
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

.header-call-item strong {
    font-size: 14px;
    font-weight: 600;
}

.header-wishlist-link .wishlist-count {
    position: absolute;
    top: -5px;
    right: -10px;
    align-self: center;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    display: inline-block;
}

.header-wishlist-link>i {
    font-size: 18px !important;
}

.header-wishlist-link .wishlist-count {
    position: static;
    top: auto;
    right: auto;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 15px;
    border-radius: 0;
    background: transparent;
    color: #333 !important;
    font-size: 12px;
    line-height: 1;
    display: none;
}

.header-auth-link>a>i {
    width: 31px;
    text-align: center;
}

.shipping-area-box.is-selectable label {
    margin-bottom: 0;
}







.main-header .cat_down {
    transition: color 0.18s ease, transform 0.18s ease;
}

.main-header .mega_menu {
    display: block;
    width: 240px;
    min-width: 240px;
    left: 0;
    top: calc(100% + 8px);
    z-index: 10020;
    padding: 7px 0;
    border: 1px solid #e5e7eb;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(7px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.main-header .main-menu>ul>li:hover>.mega_menu,
.main-header .main-menu>ul>li:focus-within>.mega_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.main-header .mega_menu .subcategory-menu {
    display: block;
    margin: 0;
    padding: 0;
}

.main-header .mega_menu .mega-subcategory-item {
    position: relative;
    display: block;
    margin: 0;
}

.main-header .mega_menu .cat-title,
.main-header .childcategory-menu a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    margin: 0 !important;
    padding: 10px 14px;
    border-bottom: 1px solid #eceff2;
    color: #4b4b4b !important;
    background: #fff;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.16s ease, background-color 0.16s ease;
}

.main-header .mega_menu .mega-subcategory-item:last-child>.cat-title,
.main-header .childcategory-menu li:last-child>a {
    border-bottom: 0;
}

.main-header .mega_menu .cat-title:hover,
.main-header .mega_menu .mega-subcategory-item:focus-within>.cat-title,
.main-header .childcategory-menu a:hover,
.main-header .childcategory-menu a:focus {
    color: #007f70 !important;
    background: #f6f8f8;
}

.main-header .mega_menu .cat-title i {
    margin-left: 14px;
    color: #8a8f98;
    font-size: 11px;
}

.main-header .childcategory-menu {
    position: absolute;
    top: -7px;
    left: calc(100% - 1px);
    display: block;
    width: 240px;
    min-width: 240px;
    margin: 0;
    padding: 7px 0;
    border: 1px solid #e5e7eb;
    border-radius: 0 5px 5px 0;
    background: #fff;
    box-shadow: 12px 12px 28px rgba(15, 23, 42, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(7px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.main-header .mega-subcategory-item:hover>.childcategory-menu,
.main-header .mega-subcategory-item:focus-within>.childcategory-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.main-header .main-menu>ul>li:nth-last-child(-n + 2) .childcategory-menu {
    right: calc(100% - 1px);
    left: auto;
    border-radius: 5px 0 0 5px;
    box-shadow: -12px 12px 28px rgba(15, 23, 42, 0.14);
}

.is-home-page .slider-section {
    margin: 4px 0 28px;
}

.is-home-page .home-slider-container {
    width: 90%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.is-home-page .slider-item {
    aspect-ratio: 1920 / 678;
}

.is-home-page .slider-item img {
    border-radius: 0;
}

/*==== REFERENCE HEADER + HERO END ====*/

/*==== WISHLIST START ====*/

.wishlist-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #fff;
    color: #007f70;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.wishlist-toggle:hover,
.wishlist-toggle.active {
    border-color: #007f70;
    background: #007f70;
    color: #fff;
}

.wishlist-toggle:disabled {
    cursor: wait;
    opacity: 0.65;
}

.product-wishlist-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    width: 34px;
    height: 34px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.details-wishlist-toggle {
    gap: 9px;
    width: 100%;
    height: 44px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.main-details-page .details-wishlist-toggle {
    width: 78px;
    height: 50px;
    margin-top: 0;
    border-radius: 3px;
    color: #111827;
    font-size: 21px;
}

button.wishlist-toggle.auth-modal-trigger {
    width: 78px;
    height: 50px;
    margin-top: 0;
    border-radius: 3px;
    color: #111827;
    font-size: 21px;
}

.main-details-page .details-wishlist-toggle:hover,
.main-details-page .details-wishlist-toggle.active {
    border-color: #ff0000;
    background: #ff0000;
    color: #fff;
}

.wishlist-page-section {
    min-height: 55vh;
    padding: 42px 0 64px;
    background: #f7f8fa;
}

.wishlist-page-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.wishlist-page-heading span {
    color: #007f70;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wishlist-page-heading h1 {
    margin: 4px 0 0;
    color: #111827;
    font-size: 30px;
    font-weight: 700;
}

.wishlist-page-heading>a,
.wishlist-empty-state>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.wishlist-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.wishlist-page-item {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #fff;
}

.wishlist-page-image {
    display: block;
    aspect-ratio: 1;
    padding: 18px;
}

.wishlist-page-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wishlist-page-content {
    padding: 16px;
    border-top: 1px solid #eef0f2;
}

.wishlist-page-name {
    display: -webkit-box;
    min-height: 44px;
    overflow: hidden;
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wishlist-page-price {
    margin: 12px 0 16px;
    color: #007f70;
    font-size: 18px;
    font-weight: 700;
}

.wishlist-page-price del {
    margin-left: 7px;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 400;
}

.wishlist-page-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.wishlist-page-actions>a {
    color: #007f70;
    font-size: 14px;
    font-weight: 700;
}

.wishlist-page-actions .wishlist-toggle {
    width: 36px;
    height: 36px;
}

.wishlist-empty-state {
    grid-column: 1 / -1;
    padding: 72px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #fff;
    text-align: center;
}

.wishlist-empty-state>i {
    color: #007f70;
    font-size: 54px;
}

.wishlist-empty-state h2 {
    margin: 18px 0 8px;
    color: #111827;
    font-size: 24px;
}

.wishlist-empty-state p {
    margin-bottom: 20px;
    color: #6b7280;
}

/*==== WISHLIST END ====*/
/*==== REFERENCE PRODUCT CARD START ==== */
@media only screen and (min-width: 768px) {}

.product_item .product-wishlist-toggle,
.product_item .product-free-shipping-badge,
.product_item .add-cart-button {
    display: none !important;
}

.product_item .discount {
    top: 14px;
    left: 8px;
}

.product_item .discount p {
    min-width: 0;
    height: 22px;
    padding: 0 6px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.product_item .pro_purchase_row {
    display: block;
    margin: 0 0 10px;
}

.product_item .pro_price p {
    justify-content: center;
    gap: 10px;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.product_item .pro_price del {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    text-decoration-color: red;
}

/*==== REFERENCE PRODUCT CARD END ==== */
/*==== FEATURED HOME SECTIONS START ==== */
.featured-product-section .section-title {
    justify-content: center;
    margin: 22px 0 18px;
}

.featured-product-section .section-title h2 {
    font-size: 20px;
    font-weight: 600;
}

.home-promo-banners {
    margin: 28px 0 10px;
}

.home-promo-banners .container {
    width: var(--storefront-shell-width);
    max-width: var(--storefront-shell-width);
}

.home-promo-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.home-promo-banner,
.home-promo-banner picture {
    display: block;
    width: 100%;
}

.home-promo-banner {
    overflow: hidden;
    background: #f5f5f5;
}

.home-promo-banner img {
    display: block;
    width: 100%;
    height: auto;
}

a.promo-strip-link {
    display: block;
}

/*==== FEATURED HOME SECTIONS END ==== */
/*==== AJAX CART DRAWER START ==== */
body.cart-drawer-open {
    overflow: hidden;
}

.floating-cart-summary {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10020;
    display: grid;
    width: 85px;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.2);
    overflow: hidden;
    transform: translateY(-50%);
    cursor: pointer;
}

.floating-cart-summary[hidden] {
    display: none !important;
}

.floating-cart-icon,
.floating-cart-total,
.floating-cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.floating-cart-icon {
    height: 34px;
    color: var(--primary-color);
    font-size: 24px;
}

.floating-cart-total {
    min-height: 24px;
    padding: 0 4px 5px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.1;
    white-space: nowrap;
    font-weight: 500;
}

.floating-cart-count {
    min-height: 28px;
    padding: 4px;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}

.cart-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 10040;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.cart-drawer-overlay.is-visible {
    opacity: 1;
}

.shopping-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10050;
    display: grid;
    width: 100%;
    max-width: 650px;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    box-shadow: -12px 0 35px rgba(15, 23, 42, 0.18);
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.28s ease, visibility 0.28s ease;
}

.shopping-cart-drawer.is-open {
    visibility: visible;
    transform: translateX(0);
}

.cart-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 0 14px;
    border-bottom: 1px solid #e5e7eb;
}

.cart-drawer-header>span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--primary-color);
    font-size: 25px;
}

.cart-drawer-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 50px;
    background: #f00;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.cart-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: #f00;
    color: #fff;
    font-size: 21px;
}

.cart-drawer-content {
    display: flex;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.drawer-cart-items {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.drawer-cart-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 78px;
    gap: 12px;
    align-items: start;
    padding: 10px 14px;
    border-bottom: 1px solid #edf0f3;
}

.drawer-cart-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #fff;
}

.drawer-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.drawer-cart-details {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.drawer-cart-name {
    display: -webkit-box;
    overflow: hidden;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.drawer-cart-details>span {
    margin-top: 3px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.2;
}

.drawer-cart-quantity button,
.drawer-cart-quantity output {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #fff;
    color: #4b5563;
    font-size: 16px;
    line-height: 1;
}

.drawer-cart-quantity button,
.drawer-cart-quantity button:hover,
.drawer-cart-quantity button:focus,
.drawer-cart-quantity button:active,
.drawer-cart-remove,
.drawer-cart-remove:hover,
.drawer-cart-remove:focus,
.drawer-cart-remove:active {
    animation: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: color 0.15s ease, background-color 0.15s ease !important;
}

.drawer-cart-item-actions {
    display: flex;
    align-self: stretch;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    padding: 3px 0;
}

.drawer-cart-remove {
    background: transparent;
    color: #4b5563;
    font-size: 15px;
}

.drawer-cart-remove:hover {
    color: #dc2626;
}

.drawer-cart-item-actions strong {
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}


.drawer-cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    color: #111827;
    font-size: 18px;
}

.drawer-cart-subtotal strong {
    font-weight: 500;
}

.drawer-cart-empty {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 40px 20px;
    color: #6b7280;
    text-align: center;
}

.drawer-cart-empty i {
    color: var(--primary-color);
    font-size: 42px;
}

.drawer-cart-empty p {
    color: inherit;
    font-size: 16px;
}

/* Header */
.drawer-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #111;
    color: #fff;
    padding: 16px 20px;
}

.drawer-cart-title {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.drawer-cart-close {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.drawer-cart-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Empty state */
.drawer-cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}

.drawer-cart-empty i {
    font-size: 32px;
    margin-bottom: 12px;
}

/* Item list */
.drawer-cart-items {
    display: flex;
    flex-direction: column;
}

.drawer-cart-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.drawer-cart-image img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 6px;
}

.drawer-cart-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.drawer-cart-name {
    font-weight: 600;
    font-size: 14px;
    color: #111;
    text-decoration: none;
}

.drawer-cart-name:hover {
    text-decoration: underline;
}

.drawer-cart-details span {
    font-size: 12px;
    color: #777;
}

.drawer-cart-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

/* Quantity control */
.drawer-cart-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 13px;
}

.drawer-cart-quantity button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1;
}

.drawer-cart-quantity output {
    font-weight: 600;
    min-width: 14px;
    text-align: center;
}

/* Savings badge (per item) */
.drawer-cart-saved-badge {
    background: #2ecc71;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

/* Right-side price column */
.drawer-cart-item-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.drawer-cart-remove {
    background: none;
    border: none;
    color: #bbb;
    cursor: pointer;
    font-size: 14px;
}

.drawer-cart-remove:hover {
    color: #e74c3c;
}

.drawer-cart-original-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.drawer-cart-item-actions strong {
    font-size: 15px;
    color: #111;
}

/* Savings banner */
.drawer-cart-savings-banner {
    background: #e9fbe9;
    color: #1a1a1a;
    font-size: 13px;
    text-align: center;
    padding: 12px;
}

.drawer-cart-savings-banner strong {
    color: #2ecc71;
}

/* Footer */
.drawer-cart-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #f7f9fc;
    border-top: 1px solid #eee;
}

.drawer-cart-total {
    font-size: 14px;
    color: #333;
}

.drawer-cart-total strong {
    color: #2ecc71;
    font-size: 16px;
    margin-left: 6px;
}

.drawer-cart-checkout {
    background: #111;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.drawer-cart-checkout:hover {
    background: #000;
}

/*==== AJAX CART DRAWER END ==== */

/*==== MOBILE BOTTOM NAV START ==== */
.mobile-bottom-nav {
    display: none;
}

/*==== MOBILE BOTTOM NAV END ==== */

/*==== FOOTER PROMO FACILITIES START ==== */
.footer-promo-section {
    width: 100%;
    padding: 34px 0 32px;
    background: #fff;
}

.footer-promo-section .container {
    width: var(--storefront-shell-width);
    max-width: var(--storefront-shell-width);
}

.footer-promo-banner,
.footer-promo-banner picture {
    display: block;
    width: 100%;
}

.footer-promo-banner {
    overflow: hidden;
    background: #eef2f4;
}

.footer-promo-banner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 404;
    object-fit: cover;
}

.footer-facilities-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 18px;
    margin: 34px 0 0;
    padding: 0;
}

.footer-facility-item {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.footer-facility-icon {
    display: inline-flex;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    border: 6px solid #eef0f2;
    border-radius: 50%;
    background: var(--primary-color);
}

.footer-facility-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer-facility-item strong {
    display: block;
    max-width: 100%;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    font-family: var(--bn-font);
}

.footer-facility-item small {
    display: block;
    max-width: 100%;
    margin-top: -6px;
    color: #3f4b4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

/*==== FOOTER PROMO FACILITIES END ==== */

/*==== REFERENCE FOOTER DESIGN START ==== */
footer {
    background: var(--primary-color);
}

.footer-reference-top {
    border-top: 0;
    background: var(--primary-color);
    color: #fff;
}

.footer-reference-grid {
    padding: 62px 0 48px;
    border-top: 1px solid;
}

.footer-reference-about {
    padding-right: 42px;
    border-right: 1px solid;
}

.footer-logo-link {
    display: inline-flex;
    height: 46px;
    margin-bottom: 26px;
}

.footer-reference-about .footer-logo-link img {
    width: auto;
    max-width: 170px;
    height: 46px;
    object-fit: contain;
}

.footer-reference-about p {
    margin: 0;
    color: var(--footer-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.footer-reference-top .footer-title {
    position: relative;
    display: inline-flex;
    margin: 0 0 18px;
    padding-bottom: 7px;
    color: var(--footer-text-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.footer-reference-top .footer-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62px;
    height: 2px;
    background: var(--footer-text-color);
    content: "";
}

.footer-reference-top .footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-reference-top .footer-menu ul li {
    display: block;
    margin: 0 0 8px;
}

.footer-reference-top .footer-menu ul li a,
.footer-reference-top .footer-menu ul li a:hover,
.footer-reference-top .footer-menu ul li a:focus {
    display: inline-flex;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
}

.footer-reference-top .footer-menu ul li a:hover,
.footer-reference-top .footer-menu ul li a:focus {
    color: #ffd56a;
    transform: translateX(3px);
}

.footer-reference-connect {
    border-right: 1px solid;
    height: 100%;
}

.footer-follow .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

.footer-follow .footer-social li {
    display: inline-flex;
    margin: 0;
}

.footer-follow .footer-social li a,
.footer-follow .footer-social li a:hover,
.footer-follow .footer-social li a:focus {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    background: transparent;
    color: #fff !important;
    font-size: 21px;
    line-height: 1;
    transform: none;
}

.footer-follow .footer-social li a:hover,
.footer-follow .footer-social li a:focus {
    background: #fff;
    color: var(--primary-color) !important;
}

.footer-follow .footer-social i {
    color: inherit !important;
    font-size: inherit;
    line-height: 1;
}

.footer-follow .delivery-partner {
    display: block;
    width: min(340px, 100%);
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px 14px 0 0;
    background: rgba(255, 255, 255, 0.08);
    text-align: left !important;
}

.footer-follow .delivery-partner img {
    display: block;
    width: 100%;
    max-width: none;
    height: 118px;
    max-height: none;
    object-fit: cover;
}

.footer-follow .footer-facebook-embed {
    width: min(340px, 100%);
    height: 130px;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.08);
}

.footer-follow .footer-facebook-embed iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 130px;
    background: #fff;
}

.footer-reference-bottom {
    background: var(--primary-color);
}

.footer-bottom-text {
    padding: 15px 0;
    border-top: 1px solid;
    margin: 0;
    color: var(--footer-text-color);
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
}

.footer-bottom-text a,
.footer-bottom-text a:hover,
.footer-bottom-text a:focus {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 1.35;
    text-decoration: none;
}

/*==== REFERENCE FOOTER DESIGN END ==== */

/*==== DESKTOP FULL HEADER FIXED START ====*/
@media only screen and (min-width: 768px) {
    :root {
        --desktop-fixed-header-height: 130px;
    }

    #navbar_top {
        position: relative;
        z-index: 1003;
        min-height: var(--desktop-fixed-header-height);
        background: #fff;
    }

    #navbar_top .main-header.desktop-logo-sticky {
        position: fixed !important;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 10030;
        width: 100%;
        min-height: var(--desktop-fixed-header-height);
        background: #fff;
        box-shadow: 0 3px 12px rgba(15, 23, 42, 0.1);
    }

    #navbar_top .main-header.desktop-logo-sticky {
        padding-top: 0;
    }

    #navbar_top .main-header .logo-area.desktop-logo-fixed {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        z-index: auto;
        width: auto;
        box-shadow: none;
        animation: none;
    }
}

/*==== DESKTOP FULL HEADER FIXED END ====*/

/*==== CAMPAIGN PAGE STARTS ====*/
.breadcrumb-bar {
    font-size: .9rem;
    padding-top: 1rem;
}

.breadcrumb-bar a {
    color: var(--muted);
    text-decoration: none;
}

.breadcrumb-bar .current {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-title-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin: 1.75rem 0 2rem;
}

.page-title-row .rule {
    flex: 1;
    height: 1px;
    background: var(--rule);
}

.page-title-row h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    white-space: nowrap;
}

.banner-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 700 / 210;
    display: block;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

/* ---- Wholesale Deal banner ---- */
.campaign-page-section {
    padding: 40px 0;
}

.limited-tag {
    display: inline-block;
    margin-top: .5em;
    background: #c0392b;
    color: #fff;
    font-size: clamp(.45rem, 1vw, .65rem);
    font-weight: 700;
    padding: .15em .6em;
    border-radius: 2px;
    letter-spacing: .5px;
}

/* ---- Deal of the Day banner ---- */
.banner-deal {
    background: linear-gradient(150deg, #050505, #1a1a1a 60%, #050505);
}

.banner-deal .copy {
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 6% 5%;
}


.banner-deal .shop-btn {
    display: inline-block;
    margin-top: .9em;
    background: #fff;
    color: #111;
    font-weight: 700;
    font-size: clamp(.6rem, 1.4vw, .85rem);
    letter-spacing: 1px;
    padding: .5em 1.4em;
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .page-title-row h1 {
        font-size: 1.15rem;
    }
}

/*==== CAMPAIGN PAGE END ====*/


.hero-slider-wrap {
    position: relative;
}

.hero-slide {
    display: block;
    height: 340px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.hero-slide__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    padding: 14px 18px;
}

.hero-slide__title {
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 4px;
}

.hero-slide__desc {
    color: #d8d8d8;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
}

.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.hero-nav:hover {
    background: rgba(0, 0, 0, 0.7);
}

.hero-nav--prev {
    left: 12px;
}

.hero-nav--next {
    right: 12px;
}


/* Card Custom Styles */
.knowledge-card {
    border: 1px solid var(--border-color-1);
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.knowledge-card:nth-child(5n + 1) {
    border-color: var(--border-color-1);
}

.knowledge-card:nth-child(5n + 2) {
    border-color: var(--border-color-2);
}

.knowledge-card:nth-child(5n + 3) {
    border-color: var(--border-color-3);
}

.knowledge-card:nth-child(5n + 4) {
    border-color: var(--border-color-4);
}

.knowledge-card:nth-child(5n + 0) {
    border-color: var(--border-color-5);
}

.knowledge-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.knowledge-card .card-img-wrapper {
    height: 180px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.knowledge-card .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.knowledge-card .card-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.knowledge-card .card-excerpt {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.knowledge-card .see-more-link {
    font-size: 0.75rem;
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
}

.knowledge-card .see-more-link:hover {
    color: #000;
}

/* Swiper Navigation Custom Arrows */
.swiper-button-prev-custom,
.swiper-button-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev-custom {
    left: 10px;
}

.swiper-button-next-custom {
    right: 10px;
}

/* Ensure Swiper slides match height for equal card alignment */
.knowledgeSwiper .swiper-slide {
    height: auto;
}



/* -----------------------------------
       1. Top Section - Category Slider
    ----------------------------------- */
.top-swiper {
    padding-bottom: 40px;
}

.category-card {
    background: #fff;
    border: 1.5px solid #00bcd4;
    /* Example border color */
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    transition: border-color 0.3s;
}

.category-card img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 10px;
}

.category-card p {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* -----------------------------------
       2. Section Header
    ----------------------------------- */
.problem-section-title {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 15px 0 20px;
    color: #000;
}

/* -----------------------------------
       3. Bottom Section - Grid Slider
    ----------------------------------- */
.problems-section-row {
    display: grid;
    grid-template-columns: 170px 1fr 170px;
    column-gap: 40px;
}

.grid-swiper {
    padding-bottom: 40px;
}

.problem-card {
    background: #fff;
    border: 1.5px solid #8e24aa;
    /* Custom border colors per card if needed */
    border-radius: 3px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    height: 100%;
    /* Important for grid alignment */
}

.problem-card .avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.problem-card .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.problem-card h4 {
    font-size: 12px;
    font-weight: 500;
    color: #111;
    display: flex;
    align-items: center;
    gap: 6px;
}

.problem-card .badge-icon {
    color: #e53935;
    font-size: 12px;
}

.problem-card .btn-view {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #e8f5e9;
    color: #2e7d32;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    width: fit-content;
}

/* Customizing Pagination Dots */
.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ff8a80;
}


.pp-section {
    padding: 40px 0;
}

.pp-container {}

/* Header */
.pp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.pp-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.pp-count {
    font-weight: 500;
    color: #6b6b6b;
}

.pp-see-all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    white-space: nowrap;
}

.pp-see-all:hover {
    color: #e07a5f;
}

/* Carousel wrapper + nav buttons */
.pp-carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.pp-swiper {
    width: 100%;
    overflow: hidden;
    padding: 4px 2px 12px;
}

.pp-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.pp-nav:hover {
    background: rgba(0, 0, 0, 0.55);
}

.pp-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.pp-nav-prev {
    left: -8px;
}

.pp-nav-next {
    right: -8px;
}

.pp-empty {
    padding: 40px;
    text-align: center;
    color: #6b6b6b;
}

@media (max-width: 640px) {
    .pp-container {
        padding: 0 16px;
    }

    .pp-nav {
        width: 32px;
        height: 32px;
    }

    .pp-nav-prev {
        left: -4px;
    }

    .pp-nav-next {
        right: -4px;
    }
}

.campaign-banner-link {
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

.campaign-banner-img {
    width: 100%;
    height: 150px;
}


.promo-banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

.promo-banner-link img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.promo-duo-link {
    display: block;
    width: 100%;
    height: 100%;
}

.promo-duo-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.promo-quad-link {
    display: block;
    overflow: hidden;
    height: 240px;
}

.promo-quad-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.dash-page {
    padding: 24px 8px;
}

/* Breadcrumb */
.dash-breadcrumb {
    font-size: 13px;
    color: #9a9a9a;
    margin-bottom: 18px;
}

.dash-breadcrumb a {
    color: #9a9a9a;
    text-decoration: none;
}

.dash-breadcrumb .current {
    color: #1c1c1c;
    text-decoration: underline;
    font-weight: 600;
}

.dash-breadcrumb span {
    margin: 0 6px;
}

/* Header */
.dash-header {
    margin-bottom: 28px;
}

.dash-eyebrow {
    color: #b8318f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.dash-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
}

.dash-subtitle {
    color: #8a8a8a;
    font-size: 14px;
}

/* Section headings */
.dash-section-eyebrow {
    color: #b8318f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 32px;
    margin-bottom: 2px;
}

.dash-section-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 16px;
}

/* Snapshot cards */
.dash-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.dash-snapshot-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px 20px;
    background: #fff;
}

.dash-card-label {
    font-size: 12px;
    color: #9a9a9a;
    margin-bottom: 8px;
}

.dash-card-value-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dash-card-value-row h3 {
    font-size: 22px;
    font-weight: 800;
    color: #b8318f;
    margin: 0;
}

.dash-unit {
    font-size: 13px;
    font-weight: 600;
    color: #b8318f;
}

.dash-card-hint {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 6px;
}

.dash-icon-pink {
    color: #e0559c;
    width: 20px;
    height: 20px;
}

.dash-icon-purple {
    color: #8a4fd6;
    width: 20px;
    height: 20px;
}

.dash-brand-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Activity grid */
.dash-activity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.3fr;
    gap: 16px;
    align-items: stretch;
}

.dash-activity-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dash-mini-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px 18px;
    background: #fff;
    flex: 1;
}

.dash-mini-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
}

.dash-mini-card p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

.dash-text-orange {
    color: #ff7a45;
}

.dash-text-pink {
    color: #e0559c;
}

.dash-text-green {
    color: #2fb344;
}

/* Ring cards */
.dash-ring-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px 16px;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dash-ring {
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 14px;
}

.dash-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.dash-ring-bg {
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
}

.dash-ring-fill {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.8s ease;
}

.dash-ring-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 800;
}

.dash-ring-title {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 4px;
}

.dash-ring-sub {
    font-size: 11px;
    margin: 0;
}

/* Recent order card */
.dash-recent-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px 20px;
    background: #fff;
}

.dash-recent-title {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 2px;
}

.dash-recent-status {
    color: #b8318f;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 12px;
}

.dash-recent-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #b0b0b0;
}

.dash-recent-empty-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    opacity: 0.6;
}

.dash-recent-empty p {
    font-size: 13px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
    .dash-snapshot-grid {
        grid-template-columns: 1fr;
    }

    .dash-activity-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .dash-activity-grid {
        grid-template-columns: 1fr;
    }
}

/* Page wrapper */
.checkout-page {
    padding: 24px;
}

.checkout-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

/* Two-column grid split */
.checkout-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 20px;
    align-items: start;
}

@media (max-width: 900px) {
    .checkout-grid {
        display: block;
        width: 100%;
    }

    .checkout-payment-options {
        flex-wrap: wrap;
    }
}

.checkout-panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
}

.checkout-panel-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}

.checkout-items {
    height: 190px;
    overflow: hidden;
    transition: height 0.3s ease;
}

.checkout-items.expanded {
    height: max-content;
}

/* --- Left: form --- */
.checkout-field {
    margin-bottom: 18px;
}

.checkout-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.checkout-field .required {
    color: #e74c3c;
}

.checkout-field input,
.checkout-field textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 13px;
    background: #fafafa;
    resize: vertical;
}

.checkout-field input:focus,
.checkout-field textarea:focus {
    outline: none;
    border-color: #111;
    background: #fff;
}

.checkout-address-box {
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
}

.checkout-address-box p {
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}

.checkout-address-add-btn,
.checkout-address-add-btn:focus {
    background: #fff;
    border: 1px solid #111;
    color: #111;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.checkout-address-add-btn:hover {
    background: #111;
    color: #fff;
}

.checkout-address-box.selected {
    text-align: left;
    position: relative;
    background: #fafafa;
    border-style: dashed;
    padding: 14px 16px 16px;
}

.checkout-address-box.selected p {
    color: #444;
    font-size: 13px;
    margin: 4px 0 0;
}

.checkout-address-remove {
    position: absolute;
    top: 4px;
    right: 8px;
    background: none;
    border: none;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.checkout-phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fafafa;
}

.checkout-phone-prefix {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    font-size: 13px;
    color: #444;
    background: #f0f0f0;
    border-right: 1px solid #ddd;
}

.checkout-phone-input input {
    border: none;
    background: transparent;
    flex: 1;
}

.checkout-collapsible {
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.checkout-collapsible-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    padding: 4px 0;
}

.checkout-collapsible-toggle em {
    font-weight: 400;
    color: #999;
    font-style: normal;
    font-size: 12px;
}

.checkout-collapsible-body {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.checkout-collapsible-body[hidden] {
    display: none;
}

.checkout-collapsible-toggle i {
    transition: transform 0.2s ease;
}

.checkout-collapsible-toggle.is-open i {
    transform: rotate(180deg);
}

.checkout-collapsible-body input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 13px;
}

.checkout-apply-btn {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

/* --- Right: items --- */
.checkout-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.checkout-item:last-child {
    border-bottom: none;
}

.checkout-item-index {
    font-size: 13px;
    color: #999;
    padding-top: 6px;
}

.checkout-item-image img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 6px;
}

.checkout-item-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.checkout-item-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    margin-bottom: 4px;
    flex: 1 1 auto;
    width: 100%;
}

.checkout-item-name:hover {
    text-decoration: underline;
}

.checkout-item-unit-price {
    font-size: 12px;
    color: #777;
}

.checkout-item-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    flex: 1 1 auto;
    justify-content: center;
}

.checkout-item-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 13px;
}

.checkout-item-quantity button {
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #333;
}

.checkout-item-original-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.checkout-item-saved-badge {
    background: #2ecc71;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
}

.checkout-item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 12px;
    flex: 1 1 auto;
    justify-content: center;
}

.checkout-item-actions button.auth-modal-trigger {
    background-color: transparent;
}

.checkout-item-size {
    background: #f2f2f2;
    padding: 5px 10px;
    border-radius: 4px;
    color: #444;
}

.checkout-item-wishlist,
.checkout-item-remove {
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.checkout-item-wishlist {
    color: #e74c3c;
}

.checkout-item-remove {
    color: #e74c3c;
}

.checkout-item-divider {
    color: #ddd;
}

.checkout-item-total {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    padding-top: 6px;
}

.checkout-see-more-btn {
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    border-top: 1px solid #f0f0f0;
    padding: 12px 0 0;
    margin-top: 4px;
    font-size: 13px;
    color: #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.checkout-item-price-row {
    flex: 0 0 120px;
}

/* Klassy points banner */
.checkout-points-banner {
    background: #f2edff;
    color: #333;
    font-size: 13px;
    padding: 14px 16px;
    border-radius: 8px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-points-banner i {
    color: #8b5cf6;
}

.checkout-points-banner strong {
    color: #6d28d9;
}

/* Totals box */
.checkout-totals {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-top: 16px;
}

.checkout-totals-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #444;
    padding: 8px 0;
}

.checkout-totals-row+.checkout-totals-row {
    border-top: 1px solid #f0f0f0;
}

.checkout-grand-total {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

/* Payment panel */
.checkout-payment-panel {
    margin-top: 20px;
}

.checkout-payment-options {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.checkout-payment-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.checkout-payment-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-payment-card-inner {
    width: 110px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.checkout-payment-card-inner img {
    max-width: 80%;
    max-height: 70%;
    object-fit: contain;
}

.checkout-payment-card input:checked+.checkout-payment-card-inner {
    border-color: #111;
    box-shadow: 0 0 0 1px #111;
}

.checkout-payment-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

/* Agreement */
.checkout-agreement {
    border-top: 1px solid #eee;
    padding-top: 18px;
    margin-bottom: 20px;
}

.checkout-agreement-title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
}

.checkout-agreement-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.checkout-agreement-check input[type="checkbox"] {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    accent-color: #111;
    flex-shrink: 0;
}

.checkout-agreement-text {
    font-size: 13px;
    font-style: italic;
    color: #333;
    line-height: 1.6;
}

.checkout-agreement-text a {
    color: #e74c3c;
    text-decoration: none;
}

.checkout-agreement-text a:hover {
    text-decoration: underline;
}

/* Place order button */
.checkout-place-order-btn {
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 14px 40px;
    cursor: pointer;
    width: 100%;
    max-width: 260px;
}

.checkout-place-order-btn:hover {
    background: #000;
}

.checkout-place-order-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* ---- Coupon card ---- */
.coupon-card-wrapper {
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;

}

.coupon-card {
    --coupon-color: #e0663e;
    position: relative;
    display: flex;
    background: #fff;
    border: 1px solid var(--coupon-color);
    border-radius: 10px;
    min-height: 140px;
    z-index: 1;
}

.coupon-card .coupon-body {
    flex: 1 1 auto;
    padding: 18px 20px;
}

.coupon-card .coupon-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 6px;
}

.coupon-card .coupon-desc {
    font-size: .85rem;
    color: #6c757d;
    line-height: 1.4;
    margin-bottom: 10px;
    /* clamp long descriptions to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.coupon-card .coupon-code {
    font-size: .85rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.coupon-card .btn-see-details {
    font-size: .8rem;
    padding: 4px 14px;
    border: 1px solid #adb5bd;
    border-radius: 4px;
    background: #fff;
    color: #212529;
}

.coupon-card .btn-see-details:hover {
    background: #f1f3f5;
}

/* ---- Right stub (spend / discount / validity) ---- */
.coupon-card .coupon-stub {
    flex: 0 0 140px;
    position: relative;
    padding: 18px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* dashed divider */
.coupon-card .coupon-stub::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    border-left: 1px dashed #ced4da;
}

.coupon-card .stub-spend {
    font-size: .72rem;
    color: #6c757d;
    margin-bottom: 4px;
}

.coupon-card .stub-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    line-height: 1.1;
}

.coupon-card .stub-label {
    font-size: .68rem;
    color: #6c757d;
    margin-bottom: 6px;
}

.coupon-card .stub-valid {
    font-size: .68rem;
    color: #6c757d;
}

/* ---- Ticket notch cutouts (top & bottom, on the dashed line) ---- */
.coupon-card::before, .coupon-card::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: linear-gradient(247.15deg, rgb(230, 241, 252) 0%, rgb(255, 248, 244) 24.73%, rgb(255, 249, 249) 49.45%, rgb(249, 255, 254) 74.18%, rgb(251, 241, 255) 98.91%);
    border-radius: 50%;
    left: calc(100% - 147px - 9px);
    z-index: 3;
}

.coupon-card::before {
    top: -17px;
    border: 1px solid var(--coupon-color);
}

.coupon-card::after {
    bottom: -17px;
    border: 1px solid var(--coupon-color);
}

/* ---- Color variants ---- */
.coupon-card.color-orange {
    --coupon-color: #e0663e;
}

.coupon-card.color-blue {
    --coupon-color: #6ea8d8;
}

.coupon-card.color-green {
    --coupon-color: #6fb56a;
}

.coupon-card.color-maroon {
    --coupon-color: #7a2b3d;
}

.coupon-card.color-pink {
    --coupon-color: #c46a8f;
}

/* =====================================================
     Coupon detail modal (the "See Details" popup)
     ===================================================== */
.coupon-modal .modal-content {
    --modal-color: #d63384;
    border: 2px solid var(--modal-color);
    border-radius: 14px;
    overflow: visible;
    /* let the side notches poke out */
    position: relative;
}

.coupon-modal .btn-close-modal {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.4rem;
    line-height: 1;
    color: #495057;
    z-index: 3;
}

.coupon-modal .modal-body {
    padding: 28px 32px 24px;
    overflow: hidden;
}

.coupon-modal .modal-top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.coupon-modal .modal-banner {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    flex: 0 0 auto;
    background: #111 center/cover no-repeat;
}

.coupon-modal .modal-discount .amount {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--modal-color);
    line-height: 1.1;
}

.coupon-modal .modal-discount .max-discount {
    font-size: .85rem;
    color: #495057;
    margin: 4px 0 12px;
}

.coupon-modal .modal-discount .meta-line {
    font-size: .82rem;
    color: #495057;
    margin-bottom: 2px;
}

.coupon-modal .modal-heading {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 14px;
}

.coupon-modal .modal-desc {
    font-size: .88rem;
    color: #343a40;
    line-height: 1.6;
    margin-bottom: 16px;
}

.coupon-modal .conditions-title {
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: 8px;
}

.coupon-modal .conditions-list {
    font-size: .85rem;
    font-weight: 600;
    color: #212529;
    padding-left: 18px;
    margin-bottom: 16px;
}

.coupon-modal .conditions-list li {
    margin-bottom: 4px;
}

.coupon-modal .modal-note {
    font-size: .82rem;
    color: #6c757d;
    margin-bottom: 20px;
}

/* dashed divider with side notches, mimicking the ticket edge */
.coupon-modal .ticket-divider {
    position: relative;
    border-top: 2px dashed #ced4da;
    margin: 0 -32px 22px;
}

.coupon-modal .ticket-divider::before,
.coupon-modal .ticket-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    background: #1a1a1a;
    /* mimics the dark backdrop showing through the cutout */
    border-radius: 50%;
    transform: translateY(-50%);
}

.coupon-modal .ticket-divider::before {
    left: -26px;
}

.coupon-modal .ticket-divider::after {
    right: -26px;
}

.coupon-modal .code-box {
    display: flex;
    justify-content: center;
}

.coupon-modal .code-pill {
    background: #fbe4ec;
    color: #212529;
    font-weight: 600;
    font-size: .95rem;
    padding: 8px 24px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.coupon-modal .modal-footer-copy {
    display: flex;
    justify-content: center;
    padding-bottom: 4px;
}

.coupon-modal .btn-copy-code {
    background: #212529;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 28px;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .03em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.coupon-modal .btn-copy-code:hover {
    background: #000;
}

.loves-page {
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
    padding: 30px 40px;
}

.loves-breadcrumb {
    font-size: .85rem;
    color: #adb5bd;
    margin-bottom: 14px;
}

.loves-breadcrumb a {
    color: #adb5bd;
    text-decoration: none;
}

.loves-breadcrumb a.current {
    color: #212529;
    font-weight: 600;
    text-decoration: underline;
}

.loves-breadcrumb span {
    margin: 0 6px;
}

.loves-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 18px;
}

.loves-divider {
    border: none;
    border-top: 1px solid #e9ecef;
    margin: 0 0 24px;
}

.loves-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.loves-subtitle {
    font-weight: 600;
    font-size: .95rem;
    color: #212529;
}

.loves-filters {
    display: flex;
    gap: 12px;
}

.loves-select {
    min-width: 210px;
    padding: 10px 14px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: .85rem;
    color: #868e96;
    background: #fff;
}

.loves-list {
    display: flex;
    flex-direction: column;
}

.loves-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid #f1f3f5;
}

.loves-item:last-child {
    border-bottom: none;
}

.loves-item-image {
    flex: 0 0 auto;
    display: block;
}

.loves-item-image img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.loves-item-content {
    flex: 1 1 auto;
}

.loves-item-name {
    display: block;
    font-size: .95rem;
    color: #212529;
    text-decoration: none;
    margin-bottom: 6px;
}

.loves-item-name:hover {
    text-decoration: underline;
}

.loves-item-price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .95rem;
    margin-bottom: 6px;
}

.loves-item-price del {
    color: #e03131;
}

.loves-item-price strong {
    color: #212529;
    font-size: 1rem;
}

.loves-save-badge {
    background: #2f9e44;
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    line-height: 14px;
}

.loves-remove {
    background: none;
    border: none;
    padding: 0;
    font-size: .8rem;
    color: #adb5bd;
    cursor: pointer;
}

.loves-remove:hover {
    color: #e03131;
}

.loves-view-btn {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #212529;
    border-radius: 6px;
    padding: 12px 22px;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .03em;
    color: #212529;
    text-decoration: none;
    white-space: nowrap;
}

.loves-view-btn:hover {
    background: #212529;
    color: #fff;
}

.wishlist-empty-state {
    text-align: center;
    padding: 60px 0;
    color: #868e96;
}

.wishlist-empty-state i {
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.wishlist-empty-state h2 {
    font-size: 1.1rem;
    color: #212529;
    margin-bottom: 6px;
}

.wishlist-empty-state a {
    display: inline-block;
    margin-top: 14px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    line-height: 40px;
}

@media (max-width: 576px) {
    .loves-item {
        flex-wrap: wrap;
    }

    .loves-view-btn {
        margin-left: auto;
    }
}



.address-modal .modal-content {
    border-radius: 6px;
    border: none;
}

.address-modal .modal-header {
    padding: 20px 28px;
    border-bottom: 1px solid #e9ecef;
}

.address-modal .modal-header .header-icon {
    width: 34px;
    height: 34px;
    background: #000;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 12px;
}

.address-modal .modal-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #212529;
}

.address-modal .btn-close {
    font-size: .8rem;
}

.address-modal .modal-body {
    padding: 24px 28px 4px;
}

/* Saved address box */
.address-item {
    position: relative;
    border: 1px dashed #ced4da;
    border-radius: 6px;
    padding: 16px 40px 16px 18px;
    font-size: .9rem;
    color: #495057;
    min-height: 100px;
}

.address-item.active {
    background-color: #f4f4f4;
}

.address-item .remove-address {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    color: #e03131;
    font-size: .95rem;
    line-height: 1;
    padding: 0;
}

.address-item .remove-address:hover {
    color: #c92a2a;
}

.address-item-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 20px;
}

.address-section-title {
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
    margin-bottom: 12px;
}

.address-modal textarea.form-control {
    resize: none;
    font-size: .85rem;
    color: #495057;
    border: 1px solid;
    border-color: #ddd;
}

.address-modal textarea.form-control::placeholder {
    color: #adb5bd;
    line-height: 1.5;
}

.address-modal .field-label {
    font-weight: 600;
    font-size: .92rem;
    color: #212529;
    margin-bottom: 8px;
    display: block;
}

.address-modal .form-select {
    color: #868e96;
    font-size: .88rem;
    padding: 10px 14px;
}

.btn-save-address {
    width: 100%;
    background: #1a1a1a;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    padding: 12px;
    border: none;
    border-radius: 6px;
    letter-spacing: .02em;
}

.btn-save-address:hover {
    background: #000;
    color: #fff;
}

.address-modal .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 16px 28px;
}

.address-modal .btn-cancel {
    border: 1px solid #ced4da;
    color: #212529;
    font-size: .88rem;
    padding: 8px 20px;
    background: #fff;
}

.address-modal .btn-cancel:hover {
    background: #f1f3f5;
}


.dynamic-page {
    padding-top: 14px
}

.page-breadcrumb {
    margin-bottom: 8px
}

.dynamic-page-hero {
    position: relative;
    display: flex;
    min-height: 330px;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 10px 8%
}

.dynamic-page-hero::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dynamic-page-hero h1 {
    flex: 1;
    margin: 0;
    color: #050505;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 700;
    text-align: center;
    z-index: 2;
}

.dynamic-page-hero img {
    width: 100%;
    position: absolute;
    z-index: 1;
    object-fit: cover;
}

.dynamic-page .page-content {
    margin: 0 auto 40px;
    margin-top: 60px;
}

@media(max-width:575px) {
    .dynamic-page-hero {
        min-height: 220px;
        gap: 8px;
        padding: 10px 0
    }

    .dynamic-page-hero h1 {
        font-size: 27px
    }

    .dynamic-page-hero img {
        width: 42%;
        max-height: 210px
    }
}

.swiper-button-disabled {
    display: none;
}



.auth-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-modal {
    background: #fff;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 8px;
    padding: 32px 40px;
    position: relative;
}

.auth-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #6b7280;
}

.auth-modal-title {
    text-align: center;
    font-family: cursive, sans-serif;
    font-size: 28px;
    margin-bottom: 8px;
}

.auth-modal-subtitle {
    text-align: center;
    font-style: italic;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 24px;
}

.auth-field {
    margin-bottom: 16px;
}

.auth-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.auth-field .req {
    color: #dc2626;
}

.auth-field .optional {
    color: #9ca3af;
    font-weight: 400;
}

.auth-field input {
    width: 100%;
    padding: 10px 12px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
}

.auth-field input:focus {
    outline: none;
    border-color: var(--primary-color, #087f70);
    background: #fff;
}

.phone-input {
    display: flex;
    align-items: center;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0 12px;
    flex: 1;
}

.phone-flag {
    font-size: 14px;
    padding-right: 8px;
    border-right: 1px solid #d1d5db;
    margin-right: 8px;
    white-space: nowrap;
}

.phone-input input {
    border: none;
    background: transparent;
    padding: 10px 0;
}

.field-error {
    display: block;
    color: #dc2626;
    font-size: 12px;
    margin-top: 4px;
    min-height: 14px;
}

.auth-radio-group {
    margin: 18px 0;
}

.auth-radio {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
}

/* Hide the native radio input visually but keep it functional/accessible */
.auth-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Custom circle */
.auth-radio .radio-dot {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 2px solid #9ca3af;
    border-radius: 50%;
    position: relative;
    transition: border-color .15s ease;
}

/* Inner filled dot, hidden by default */
.auth-radio .radio-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    background: #111;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .12s ease;
}

/* Checked state */
.auth-radio input[type="radio"]:checked+.radio-dot,
.radio-dot.active {
    border-color: #111;
}

.auth-radio input[type="radio"]:checked+.radio-dot::after,
.radio-dot.active::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Focus ring for keyboard accessibility */
.auth-radio input[type="radio"]:focus-visible+.radio-dot {
    outline: 2px solid var(--primary-color, #087f70);
    outline-offset: 2px;
}

.radio-sub {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 400;
}

.auth-btn-primary {
    width: 100%;
    background: #111;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-top: 8px;
}

.auth-btn-primary:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.auth-btn-login {
    flex: 1;
    background: #4b5563;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.auth-login-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.reset-link {
    font-size: 13px;
    color: var(--bluish-color, #007ca8);
    white-space: nowrap;
}

.auth-divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
    color: #9ca3af;
    font-size: 13px;
}

.auth-divider::before, .auth-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #e5e7eb;
}

.auth-divider::before {
    left: 0;
}

.auth-divider::after {
    right: 0;
}

.auth-btn-google {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
}

.auth-btn-google img {
    width: 18px;
    height: 18px;
}

.auth-help {
    text-align: center;
    font-size: 12px;
    color: #6b7280;
    margin-top: 24px;
}

.otp-input {
    text-align: center;
    letter-spacing: 8px;
    font-size: 20px;
}

.otp-info {
    text-align: center;
    font-size: 14px;
    margin-bottom: 16px;
}

.otp-resend {
    text-align: center;
    font-size: 13px;
    margin-top: 14px;
    color: #6b7280;
}

.otp-resend a {
    color: var(--bluish-color, #007ca8);
}

.phone-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-btn-otp-inline {
    white-space: nowrap;
    padding: 8px 14px;
    background-color: var(--primary-color);
    color: #fff;
    height: 42px;
    border-radius: 5px;
}

.otp-box-row {
    display: flex;
    gap: 10px;
}

.otp-box {
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #f9fafb;
}

.otp-box:disabled {
    background: #f3f4f6;
    color: #d1d5db;
}

.otp-box:focus {
    outline: none;
    border-color: var(--primary-color, #087f70);
    background: #fff;
}

.phone-input-row {
    display: flex;
    gap: 10px;
}

.phone-input-row .phone-input {
    flex: 1;
}

.auth-btn-otp-inline {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.auth-btn-otp-inline:disabled {
    background: #d1d5db;
    color: #6b7280;
    cursor: not-allowed;
}


/* ThemeSetting-driven primary surfaces */
.sticky.is-sticky,
.mobile-menu-help,
.drawer-cart-header,
.main-menu,
.pro_details_area .review-btn button,
.pro_top_badges .badge_pill,
.drawer-cart-checkout,
.checkout-apply-btn,
.checkout-place-order-btn,
.btn-save-address {
    background: var(--primary-color);
}

.mobile-menu-regimen-banner,
.btn-save-address {
    background-color: var(--primary-color);
}

.pro_details_area .review-btn button:hover,
.drawer-cart-checkout:hover,
.checkout-place-order-btn:hover,
.btn-save-address:hover,
.loves-view-btn:hover {
    background: var(--primary-hover-color);
    color: #fff;
}

/* order card design */
.order-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.order-card:first-of-type {
    border-top: none;
}

.order-id {
    font-weight: 700;
    margin-bottom: 6px;
}

.order-meta {
    color: #555;
    margin-bottom: 4px;
    font-size: 14px;
}

.order-card-middle {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-status-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-label {
    font-size: 14px;
    color: #333;
    min-width: 110px;
}

.badge {
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.badge-status {
    background-color: #2563eb;
    /* blue - Order Placed */
}

.badge-unpaid {
    background-color: #f59e0b;
    /* orange */
}

.badge-paid {
    background-color: #22c55e;
    /* green */
}

.btn-pay-now {
    background-color: #ef4444;
    /* red */
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.btn-pay-now:hover {
    background-color: #dc2626;
    color: #fff;
}

.see-more-link {
    color: #333;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.checkout-delivery-area {
    margin: 18px 0;
}

.checkout-delivery-area h3 {
    margin: 0 0 9px;
    padding: 9px 15px;
    border-left: 3px solid var(--primary-color, #ef3f55);
    border-radius: 7px;
    background: #f1f4f6;
    color: #172033;
    font-size: 17px;
    font-weight: 700;
}

.checkout-delivery-hint {
    margin: 0 0 12px;
    padding: 9px 13px;
    border: 1px solid #dce2e8;
    border-radius: 7px;
    background: #f8fafc;
    color: #667085;
    font-size: 13px;
}

.checkout-delivery-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}

.checkout-delivery-option {
    position: relative;
    margin: 0;
    cursor: pointer;
    pointer-events: none;
}

.checkout-delivery-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-delivery-card {
    position: relative;
    display: flex;
    min-height: 130px;
    padding: 19px 14px 15px;
    border: 1px solid #d8dee7;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(15, 23, 42, .05);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.checkout-delivery-icon {
    display: grid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f6f9;
    color: var(--primary-color, #ef3f55);
    place-items: center;
}

.checkout-delivery-card strong {
    color: #202635;
    font-size: 14px;
}

.checkout-delivery-card small {
    color: #737b8c;
    font-size: 12px;
}

.checkout-delivery-check {
    position: absolute;
    top: 9px;
    right: 9px;
    display: none;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--primary-color, #ef3f55);
    color: #fff;
    font-size: 12px;
    place-items: center;
}

.checkout-delivery-option input:checked+.checkout-delivery-card {
    border-color: var(--primary-color, #ef3f55);
    background: color-mix(in srgb, var(--primary-color, #ef3f55) 7%, white);
    box-shadow: 0 3px 9px rgba(239, 63, 85, .12);
}

.checkout-delivery-option input:checked+.checkout-delivery-card .checkout-delivery-check {
    display: grid;
}

.checkout-delivery-option input:focus-visible+.checkout-delivery-card {
    outline: 3px solid rgba(239, 63, 85, .2);
    outline-offset: 2px;
}

@media (max-width: 575px) {
    .checkout-delivery-options {
        grid-template-columns: 1fr;
    }

    .checkout-delivery-card {
        min-height: 112px;
    }
}



.checkout-billing-shipping {
    max-width: 700px;
}

.checkout-section-title {
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.checkout-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.checkout-field {
    display: flex;
    flex-direction: column;
}

.checkout-field-full {
    grid-column: 1 / -1;
}

.checkout-field label {
    display: none; /* screenshot shows placeholder-only style, no visible labels */
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    outline: none;
    width: 100%;
    background: #fff;
}

.checkout-field input:focus,
.checkout-field select:focus,
.checkout-field textarea:focus {
    border-color: #b5b5b5;
}

.checkout-phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
}

.checkout-phone-prefix {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-right: 1px solid #e2e2e2;
    background: #fafafa;
    font-size: 14px;
}

.checkout-phone-input input {
    border: none;
    border-radius: 0;
}

.checkout-field-full textarea {
    resize: vertical;
    min-height: 90px;
}

.required {
    color: #e53935;
}

.optional {
    color: #999;
    font-weight: 400;
    font-size: 12px;
}

@media (max-width: 600px) {
    .checkout-grid-2 {
        grid-template-columns: 1fr;
    }
}

.video-slide {
    width: 100%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

