.invalid-feedback {
    display: block !important;
    font-size: .75em !important;
    font-weight: 600 !important;
}

button.request-another-btn {
    border: 0;
    border-radius: 8px;
    padding: 4px 18px;
    background: #fa6262;
    color: #fff;
}

.login-modal-body .log-in-box {
    box-shadow: none !important;
}

#warning-modal .modal-content {
    border: 0;
}

p.verify-email-address {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 20px;
}

.verify-text-warn {
    margin-bottom: 20px;
}

.category-sidemenu-list-items li.active>a {
    color: #03753b;
}

.category-sidemenu-list-items li.active {
    background-color: #e7f1f4;
}

/* .verify-email-page-wrapper {
    border: 2px solid var(--primary);
    border-radius: 8px;
    padding: 18px 26px;
    margin-top: 15px;
    margin-bottom: 35px;
} */

.success-msg-common {
    background: #ffedd1;
    padding: 10px 16px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 1em;
    color: #fa6262;
    margin-top: 30px;
    font-weight: 500;
}

.success-msg-common p {
    color: #fa6262;
}


.success-msg-front {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
    opacity: 0;
    animation: slideInFromBottom 4s ease-in-out forwards;
}

.success-msg-front .alert {
    border: none;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}

.success-msg-front .alert-success {
    background: linear-gradient(135deg, #03753b 0%, #05a052 100%);
    color: #fff;
}

.success-msg-front .alert-danger {
    background: linear-gradient(135deg, #fa6262 0%, #ff8e8e 100%);
    color: #fff;
}

.success-msg-front .alert .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.8;
    padding: 1.25rem 1rem;
}

.success-msg-front .alert .btn-close:hover {
    opacity: 1;
}

.success-msg-front .alert i {
    font-size: 1.2em;
    margin-right: 12px !important;
}

.out-of-stock-badge {
    background-color: #ed6d79;
    /* Bootstrap danger */
    color: #fff;
    backdrop-filter: blur(2px);
    padding: 0.4rem 0.7rem;
    font-size: 0.85rem;
    border-radius: 0.25rem;
    pointer-events: none;
    user-select: none;
    height: 45px;
    font-size: 17px;
}


/* Center content vertically and horizontally */
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    text-align: center;
}

/* Error code styles */
.error-code {
    font-size: 8rem;
    font-weight: bold;
    margin-bottom: 4rem;
    align-items: center;
    color: #fd9d4129;
    -webkit-text-stroke: 1px #fa6262;
}


/* Error title and description */
.error-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--secondary);
}

.error-message {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: var(--secondary);
}

.fa-lg {
    font-size: 100px !important;
}

/* Buttons */
.btn-primary-custom {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.cat-more {
    background: #fa6262;
    color: #fff;
    border: none;
}

.cat-more:hover {
    background: #fa6262;
    color: #fff;
    border: none;
}

/* Specific page backgrounds */
.bg-404 {
    background-color: var(--bg-light);
}

.bg-500 {
    background-color: var(--bg-dark);
    color: #f8f9fa;
}

.bg-503 {
    background-color: var(--bg-warning);
}

.cart-out-of-stock {
    color: #f17580;
    background-color: #fbedee;
    font-size: 16px;
    padding: 4px 10px;
    font-weight: 500;
}

.out-of-stock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(217, 228, 238, 0.8);
    /* Gray semi-transparent */
    z-index: 2;
    pointer-events: none;
    /* Allow clicking through */
}

.out-of-stock-img {
    filter: grayscale(90%);
    opacity: 0.5;
}

.out-stock-btn {
    background-color: #ff22229e;
    color: #ffffff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 0.25rem;
    cursor: not-allowed;
    pointer-events: none;
}

.pointer-events-none {
    pointer-events: none;
}

.theme-spinner {
    color: #fa6262 !important;
}

/* .form-rating ul.rating-stars,
.form-rating ul.rating-stars li {
    display: none;
} */
.rating-label {
    font-size: 18px;
}

.form-rating i {
    color: #ccc;
    cursor: pointer;
    font-size: 16px;
    margin-left: 2px;
}

.form-rating i.selected {
    color: #fa6262;
}

.star-selected {
    color: #fa6262 !important;
    cursor: pointer;
}

.form-rating ul li {
    transition: .3s linear;
    letter-spacing: -1px;
    display: inline-block;
    font-size: 14px;
}

.form-rating ul {
    padding: 0px;
}

.badge-clear-btn {
    background: #fa6262;
    color: #ffffff;
    border: 1px solid #fa6262;
    border-radius: 8px;
}

.badge-clear-btn:hover {
    background: #fa6262;
    color: #ffffff;
    border: 1px solid #fa6262;
    border-radius: 8px;
}

.footer-category-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-category-img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.footer-category-item {
    list-style: none;
    margin-bottom: 8px;
}

.FSocialLink ul {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.FSocialLink ul li {
    list-style: none;
}

.FSocialLink ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 50%;
    color: #000; /* change if needed */
    text-decoration: none;
    transition: transform 0.7s ease, background 0.3s ease, color 0.3s ease;
}

.FSocialLink ul li a i {
    font-size: 16px;
}

/* 360° rotation on hover */
.FSocialLink ul li a:hover {
    transform: rotate(360deg);
}

@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100px);
        /* Start below the view */
    }

    10% {
        opacity: 1;
        transform: translateY(0);
        /* Move to its final position */
    }

    90% {
        opacity: 1;
        transform: translateY(0);
        /* Stay in place */
    }

    100% {
        opacity: 0;
        transform: translateY(100px);
        /* Slide out below the view */
    }
}

.login-text {
    border: 1px solid #fa6262;
    border-radius: 8px;
}

.login-text-btn {
    background: #fa6262;
    color: #fff;
}

.alert-danger {
    background-color: #fff2f3 !important;
}

.loading-spinner {
    color: var(--primary);
    font-size: 40px;
}

.btn-no-item {
    background: #fa6262;
    color: #fff;
    border: 0;
    border-radius: 8px;
}

.btn-no-item:hover {
    color: #fff;
}

/* Pagination */
.pagination {
    margin-top: 3rem;
}

.page-item .page-link {
    padding: 5px 18px;
    color: var(--primary);
    border-color: #f4e9e4;
    font-size: 19px;
}

.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.page-item.disabled .page-link {
    border-color: #f4e9e4;
}

.page-link:focus {
    box-shadow: unset;
}

.wishlisted {
    color: #fa6262 !important;
}


.select2-container--default .select2-selection--single {

    border-radius: unset !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    border-radius: unset !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    color: #959595 !important;
    font-size: 16px !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 38px !important;
}

.user-profile-section .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    border-radius: 14px !important;
}

.user-profile-section .select2-container .select2-selection--single {
    height: 45px !important;
}

.user-profile-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}

.user-profile-section .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 45px !important;
}

.user-profile-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    color: #959595 !important;
    font-size: 16px !important;
}

.product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.product-card-category {
    margin: 4px 0 6px;
    font-size: 12px;
    line-height: 1.3;
    color: #7a7a7a;
}

.header-login:hover {
    color: var(--primary);
}

.header-regi:hover {
    color: var(--primary);
}

.wrap {
    position: relative;
}

.search-suggestions {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    background: white;
    border-top: none;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgb(135 135 135);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.suggestion-item:hover {
    background-color: #f8f9fa;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-image {
    width: 40px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
}

.suggestion-content {
    flex-grow: 1;
    min-width: 0;
}

.suggestion-title {
    font-weight: 600;
    color: #333;
    margin: 0 0 4px 0;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suggestion-category {
    color: #666;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suggestion-price {
    text-align: right;
    flex-shrink: 0;
    margin-left: 10px;
}

.suggestion-discount {
    background-color: #dc3545;
    color: white;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
}

.suggestion-current-price {
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.all-products-btn {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background-color: #f8f9fa;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
}

.all-products-btn:hover {
    background-color: #e9ecef;
    text-decoration: none;
    color: #fa6262;
}

.no-suggestions {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #dc3545;
    font-style: italic;
}

/* @media (min-width: 992px) {
    .custom-col-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
} */

.price-range {
    margin-bottom: 12px;
}

.price-slider {
    position: relative;
    height: 30px;
    margin: 15px 0 20px;
    display: flex;
    align-items: center;
}

.price-range-track {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    transform: translateY(-50%);
    background: #e0e0e0;
    border-radius: 999px;
    pointer-events: none;
    /* CSS variables used by JS for gradient */
    --price-range-inactive: #e0e0e0;
    --price-range-active: #111;
}

.price-slider input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 20px;
    transform: translateY(-50%);
    background: transparent;
    pointer-events: auto;
    z-index: 2;
    margin: 0;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #111;
    border: none;
    box-shadow: none;
    pointer-events: auto;
    cursor: pointer;
    transition: transform 0.1s;
}

.price-slider input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.price-slider input[type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #111;
    border: none;
    box-shadow: none;
    pointer-events: auto;
    cursor: pointer;
    transition: transform 0.1s;
}

.price-slider input[type="range"]::-moz-range-track {
    background: transparent;
}

.price-range-values {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
}

.price-range-sep {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.price-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.price-currency {
    position: absolute;
    left: 12px;
    color: #333;
    font-size: 16px;
    pointer-events: none;
    font-weight: 500;
}

.price-input-wrap .form-control {
    padding-left: 30px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 40px;
    font-size: 15px;
    color: #333;
    text-align: right;
    width: 100%;
}

.price-input-wrap .form-control:focus {
    border-color: #333;
    box-shadow: none;
}


/* Promo ribbon */
.promo-ribbon {
    background: linear-gradient(90deg, #fa6262 0%, #f4511e 100%);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    z-index: 1010;
}

.promo-ribbon .promo-ribbon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 0;
    text-align: center;
}

.promo-ribbon .promo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
}

.promo-ribbon .promo-text a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .promo-ribbon {
        overflow: hidden;
    }

    .promo-ribbon .promo-ribbon-inner {
        min-height: 32px;
        padding: 5px 10px;
        gap: 8px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        text-align: left;
    }

    .promo-ribbon .promo-icon {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        font-size: 10px;
    }

    .promo-ribbon .promo-text {
        display: block;
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
        white-space: nowrap;
        font-size: 11px;
        line-height: 1.2;
    }

    .promo-ribbon .promo-ticker-track {
        display: inline-block;
        min-width: max-content;
        white-space: nowrap;
        padding-left: 100%;
        animation: promoRibbonTicker 16s linear infinite;
    }
}

@keyframes promoRibbonTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Typography scale */
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
    line-height: 1.25;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

p {
    font-size: 16px;
    line-height: 1.7;
}

/* Unified primary button style */
.btn,
.btn-primary,
.btn-primary-custom,
.btn-save,
.btn-no-item,
.btn-coupon,
.product-cart,
.see-more-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary,
.btn-primary-custom,
.btn-save,
.btn-no-item,
.product-cart,
.see-more-btn.one {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn-primary:hover,
.btn-primary-custom:hover,
.btn-save:hover,
.btn-no-item:hover,
.product-cart:hover,
.see-more-btn.one:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    color: #fff;
}

/* Card surface */
.card,
.all-cate-product-wrapBox,
.common-productList-wrap,
.contact-page-infoCard {
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(18, 18, 18, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.all-cate-product-wrapBox,
.common-productList-wrap {
    overflow: hidden;
}

.card:hover,
.all-cate-product-wrapBox:hover,
.common-productList-wrap:hover,
.contact-page-infoCard:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(18, 18, 18, 0.12);
}

/* Icon click animation */
.icon-bounce {
    animation: iconPop 0.45s ease;
    transform-origin: center;
}

@keyframes iconPop {
    0% {
        transform: scale(1);
    }

    35% {
        transform: scale(1.18) rotate(-6deg);
    }

    70% {
        transform: scale(0.96) rotate(4deg);
    }

    100% {
        transform: scale(1);
    }
}

/* Empty states */
.empty-state {
    text-align: center;
    padding: 28px 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(18, 18, 18, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.25s ease;
}

.empty-state:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(18, 18, 18, 0.12);
}

.empty-state-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: rgba(250, 98, 98, 0.12);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.empty-state-title {
    font-size: 24px;
    margin-bottom: 6px;
}

.empty-state-text {
    color: #666;
    margin-bottom: 16px;
}

.empty-state--compact {
    padding: 16px 12px;
    box-shadow: none;
    background: transparent;
}

.empty-state--compact .empty-state-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    margin-bottom: 8px;
}

.empty-state--table {
    padding: 20px 12px;
    box-shadow: none;
    background: transparent;
}

/* Compare UI */
/* Modern Floating Compare Bar */
.compare-bar-floating {
    position: fixed;
    bottom: calc(20px + env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    z-index: 1040;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    pointer-events: none;
    width: 90%;
    max-width: 600px;
}

.compare-bar-floating.is-visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.compare-bar-container {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 10px 16px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06),
        0 12px 32px rgba(0, 0, 0, 0.15);
}

.compare-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.compare-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.compare-icon-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), #fd7e14);
    color: white;
    border-radius: 12px;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(250, 98, 98, 0.3);
}

.compare-count-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #222;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.compare-text {
    display: flex;
    flex-direction: column;
}

.compare-text .title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

.compare-text .subtitle {
    font-size: 12px;
    color: #666;
}

.compare-thumbs-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
    margin-right: 16px;
}

.compare-thumb {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.compare-thumb+.compare-thumb {
    margin-left: -8px;
}

/* User dashboard premium refresh */
.dashboard-page {
    background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
}

.dashboard-page .sidebar {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
    padding: 12px 10px;
}

.dashboard-page .sdbar-profile-ph {
    background: linear-gradient(135deg, #fff1e9, #ffe3d2);
    border-bottom: 0;
    border-radius: 16px;
    margin: 12px;
}

.dashboard-page .sidebar li {
    margin: 6px 8px;
    border-radius: 12px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.dashboard-page .sidebar li:hover {
    background: #fff4ec;
    transform: translateX(3px);
}

.dashboard-page .sidebar .active {
    background: #fff4ec;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(250, 98, 98, 0.2);
}

.dashboard-page .sidebar li a {
    font-size: 16px;
    color: #4b4b4b;
}

.dashboard-page .sidebar li a>i {
    color: #fa6262;
}

.dashboard-page .dash-heading h1 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1f2937;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
    padding: 14px 18px;
}

.dashboard-page .order-content table {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(16, 24, 40, 0.06);
}

.dashboard-page .order-content table>thead tr>th {
    background: #111827;
}

.dashboard-page .order-content tbody tr:hover {
    background: #f9fafb;
    transition: background 0.2s ease;
}

/* Home reels */
.home-reels {
    padding: 40px 0 10px;
}
.home-reels-header {
    text-align: center;
    margin-bottom: 20px;
}
.home-reels-header h2 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.home-reels-header p {
    color: #666;
}
.home-reels-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}
.home-reels-track::-webkit-scrollbar {
    height: 8px;
}
.home-reels-track::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 999px;
}
.home-reel-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
}
.home-reel-media {
    position: relative;
    aspect-ratio: 9 / 16;
    background: #111;
}
.home-reel-media iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.home-reel-info {
    padding: 12px;
    border-top: 1px solid #f1f5f9;
    background: #fff;
}
.home-reel-product {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.home-reel-thumb {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
}
.home-reel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-reel-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-reel-price {
    font-weight: 600;
    color: var(--primary);
    font-size: 14px;
}
.home-reel-actions {
    display: flex;
    gap: 8px;
}
.home-reel-actions .btn {
    flex: 1;
    padding: 6px 8px;
    font-size: 13px;
}
@media (max-width: 575px) {
    .home-reels-track {
        grid-auto-columns: minmax(180px, 1fr);
    }
}

/* Reels section (stories) */
.stories-section {
    padding: 40px 0;
    background: #fff;
    text-align: center;
}
.stories-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #000;
}
.reels-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 20px;
    justify-content: flex-start;
    scrollbar-width: none;
}
.reels-container::-webkit-scrollbar {
    display: none;
}
@media (min-width: 992px) {
    .reels-container {
        justify-content: center;
    }
}
.reel-card {
    flex: 0 0 280px;
    height: 500px;
    position: relative;
    border-radius: 12px;
    overflow: visible;
    background: #000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    z-index: 1;
}
.reel-card:hover {
    transform: translateY(-5px);
}
.reel-card.popup-active {
    z-index: 10;
    transform: none !important;
}
.reel-inner-mask {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.reel-video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.reel-video-wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    pointer-events: none;
    transform: scale(1.35);
    transform-origin: center center;
}
.reel-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    z-index: 2;
    pointer-events: none;
}
.reel-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}
.reel-thumb-link {
    flex-shrink: 0;
    pointer-events: auto;
}
.reel-thumb {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.2);
}
.reel-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #fff;
    overflow: hidden;
}
.reel-prod-title {
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom: 2px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    text-decoration: none;
    pointer-events: auto;
}
.reel-prod-title:hover {
    color: #ddd;
}
.reel-prod-price {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}
.reel-action-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background: #000;
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.reel-action-bar:hover {
    background: #1a1a1a;
}
.btn-reel-cart {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.btn-reel-cart i.fa-caret-down {
    margin-left: auto;
    position: absolute;
    right: 15px;
}
.reel-variant-popup {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
    z-index: 20;
    display: none;
    flex-direction: column;
    gap: 10px;
    transform: translateY(100%);
}
.reel-card.popup-active .reel-variant-popup {
    display: flex;
    transform: translateY(0);
    bottom: 0;
}
.reel-variants-data {
    display: none;
}
.reel-variant-option label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
    display: block;
    text-align: left;
}
.reel-variant-select {
    width: 100%;
    padding: 8px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #f9f9f9;
    color: #333;
    outline: none;
}
.reel-popup-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 5px 0;
}
.reel-popup-add-btn {
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.reel-popup-add-btn:hover {
    background: #333;
}

.compare-thumb:hover {
    transform: translateY(-2px) scale(1.1);
    z-index: 2;
}

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

.btn-compare-now {
    background: #222;
    color: #fff;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.btn-compare-now:hover {
    background: #000;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.btn-compare-clear {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f1f1f1;
    color: #666;
    border: none;
    transition: all 0.2s;
}

.btn-compare-clear:hover {
    background: #ffe3e3;
    color: #fa6262;
}

/* Offcanvas Modern */
.compare-offcanvas-modern {
    height: 60vh !important;
    max-height: 500px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
}

.compare-offcanvas-modern .offcanvas-header {
    border-bottom: 1px solid #eee;
    padding: 16px 24px;
}

.compare-offcanvas-modern .offcanvas-title {
    font-weight: 700;
    font-size: 18px;
}

.compare-offcanvas-modern .offcanvas-body {
    padding: 24px;
    background: #f8f9fa;
}

@media (max-width: 575px) {
    .compare-bar-floating {
        width: 94%;
        bottom: 20px;
    }

    .compare-text {
        display: none;
    }

    .compare-thumbs-wrapper {
        margin-right: auto;
        margin-left: 10px;
    }

    .btn-compare-now span {
        display: none;
    }

    .btn-compare-now {
        padding: 8px 12px;
    }
}

/* Product Card Hover Actions - Modern Floating Pill */
.all-cate-product-wrapBox {
    position: relative;
    overflow: hidden;
}

/* Preserve each product image's original aspect ratio inside cards */
.all-cate-product-wrapBox .cate-product-img img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
}

.productAll-cart {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 5;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: none;
    padding-bottom: 0;
    background: transparent !important;
}

/* Lift content enough to fully clear floating actions on hover */
.all-cate-product-wrapBox:hover .productAll-dtlBox {
    transform: translateY(-72px);
}

.all-cate-product-wrapBox:hover .productAll-cart {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.cart-onHover {
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Common button styles */
.cart-onHover a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333 !important;
    transition: all 0.2s ease;
    text-decoration: none;
    font-size: 0 !important;
    /* Hide text */
}

/* Show icons only */
.cart-onHover a i,
.cart-onHover a span i {
    font-size: 16px !important;
    margin: 0 !important;
    color: #333 !important;
    transition: transform 0.2s ease, color 0.2s ease;
}

.all-cate-product-wrapBox:hover .cart-onHover a {
    transform: translateY(-1px);
}

.all-cate-product-wrapBox:hover .cart-onHover a i,
.all-cate-product-wrapBox:hover .cart-onHover a span i {
    transform: scale(1.08);
}

/* Hover states */
.cart-onHover a:hover {
    background: var(--primary);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(250, 98, 98, 0.3);
}

.cart-onHover a:hover i,
.cart-onHover a:hover span i {
    color: #ffffff !important;
}

/* Specific adjustments if needed */
.product-add-to-cart,
.product-wish,
.product-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-add-to-cart i {
    margin-left: 0 !important;
}

/* Hide original tooltips/text spans if they interfere */
.cart-onHover span {
    font-size: 0;
}

/*
|--------------------------------------------------------------------------
| Boutique storefront refresh
|--------------------------------------------------------------------------
*/

:root {
    --primary: #d98a97;
    --primary-strong: #bf6d7d;
    --accent: #c7a46a;
    --Secondary: #7f5d63;
    --bg-soft: #fbf6f2;
    --bg-tint: #f6ece7;
    --surface: #ffffff;
    --surface-alt: #f8f1ec;
    --text-color: #2f2626;
    --text-muted: #7a6663;
    --white-color: #ffffff;
    --black-color: #24191e;
    --border-soft: #eadbd3;
    --shadow-soft: 0 12px 30px rgba(87, 61, 61, 0.08);
    --shadow-medium: 0 18px 40px rgba(87, 61, 61, 0.12);
}

html,
body {
    min-height: 100%;
}

body.storefront-theme {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--text-color);
    background: #fff;
}

.storefront-theme main {
    flex: 1 0 auto;
}

.storefront-theme a {
    color: var(--text-color);
    transition: color 0.25s ease, opacity 0.25s ease;
}

.storefront-theme a:hover {
    color: var(--primary-strong);
}

.storefront-theme p {
    color: var(--text-muted);
}

.storefront-theme .container {
    max-width: 1280px;
}

.storefront-theme .header-area {
    position: relative;
    z-index: 1050;
}

.storefront-theme .sticky,
.storefront-theme .sticky2 {
    z-index: 1020;
}

.storefront-theme .promo-ribbon {
    background: linear-gradient(90deg, #b67d87 0%, #c99686 45%, #c7a46a 100%);
    color: #fffaf7;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.storefront-theme .promo-ribbon .promo-ribbon-inner {
    min-height: 42px;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.storefront-theme .promo-ribbon .promo-icon {
    background: rgba(255, 255, 255, 0.2);
}

/* .storefront-theme .header-bottom {
    padding: 18px 0 14px;
} */

.storefront-theme .header-bottom .row,
.storefront-theme .DHeaderNav .row {
    align-items: center;
}

.storefront-theme .header-bottom .logo img {
    width: 190px;
    max-height: 96px;
    height: auto;
    filter: drop-shadow(0 6px 18px rgba(77, 55, 55, 0.08));
}

.storefront-theme .mobLogo img {
    width: 92px;
    max-height: 64px;
    height: auto;
}

.storefront-theme .sticky2 .mobLogo img {
    width: 78px;
    max-height: 56px;
    height: auto;
}

.storefront-theme .sticky.main-menu .logo img {
    width: 72px;
    max-height: 48px;
    height: auto;
}

.storefront-theme .wrap .search {
    position: relative;
}

.storefront-theme .searchTerm {
    height: 56px;
    border: 1px solid rgba(234, 219, 211, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 24px rgba(99, 71, 71, 0.06);
    color: var(--text-color);
    padding: 14px 62px 14px 24px;
    font-size: 15px;
}

.storefront-theme .searchTerm::placeholder {
    color: #a08d89;
}

.storefront-theme .searchTerm:focus {
    border-color: rgba(217, 138, 151, 0.45);
    box-shadow: 0 10px 26px rgba(191, 109, 125, 0.12);
}

.storefront-theme .searchButton {
    position: absolute;
    width: 46px;
    height: 46px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-strong));
    box-shadow: 0 8px 18px rgba(191, 109, 125, 0.2);
}

.storefront-theme .searchButton i {
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent;
    color: #fff;
}

.storefront-theme .cart-login-wrap ul {
    gap: 18px;
}

.storefront-theme .cart-login-wrap ul li > a,
.storefront-theme .header-meta-wrap a,
.storefront-theme .user-btn {
    color: var(--text-color);
}

.storefront-theme .cart-login-wrap ul .shopping-cart span,
.storefront-theme .mb-wish-cart-items span {
    background: linear-gradient(135deg, var(--primary-strong), var(--accent));
    box-shadow: 0 6px 12px rgba(191, 109, 125, 0.2);
}

.storefront-theme .DHeaderNav {
    padding-bottom: 12px;
}

.storefront-theme .DHeaderNav .navbar {
    border: 1px solid rgba(234, 219, 211, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 12px 32px rgba(87, 61, 61, 0.08);
    padding: 0 18px;
}

.storefront-theme .DHeaderNav .navbar-nav {
    gap: 8px;
}

.storefront-theme .main-menu .navbar-light .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.storefront-theme .DHeaderNav .navbar-light .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    padding: 16px 18px;
    border-right: 0;
    border-radius: 999px;
}

.storefront-theme .main-menu .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 18px;
    border-right: 0;
}

.storefront-theme .DHeaderNav .navbar-light .navbar-nav .nav-link:hover,
.storefront-theme .DHeaderNav .navbar-light .navbar-nav .nav-link:focus {
    color: var(--primary-strong);
    background: rgba(246, 236, 231, 0.9);
}

.storefront-theme .flash-sale-icon {
    color: var(--primary) !important;
}

.storefront-theme .flash-sale-banner {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(234, 219, 211, 0.95);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
}

.storefront-theme .flash-sale-banner-image {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: cover;
}

.storefront-theme .DHeaderNav .navbar .megamenu {
    border: 1px solid var(--border-soft);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: var(--shadow-medium);
    padding: 1.75rem;
}

.storefront-theme .dropdown-item {
    color: var(--text-color);
    border-bottom: 1px solid rgba(234, 219, 211, 0.55);
}

.storefront-theme .dropdown-item:focus,
.storefront-theme .dropdown-item:hover,
.storefront-theme .DHeaderNav .dropdown-item:hover {
    color: var(--primary-strong);
    background: rgba(246, 236, 231, 0.85);
}

.storefront-theme .header-meta-wrap span {
    color: var(--border-soft);
}

.storefront-theme #mobile-nav {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(234, 219, 211, 0.95);
    border-radius: 24px;
    box-shadow: 0 10px 24px rgba(87, 61, 61, 0.08);
    padding: 10px 14px;
    margin-top: 10px;
}

.storefront-theme #mobile-nav ul:first-child {
    background: transparent;
}

.storefront-theme #mobile-nav ul li a {
    color: var(--text-color);
}

.storefront-theme .hero-area {
    padding-top: 12px;
}

.storefront-theme .hero-slide-frame {
    padding: 0;
}

.storefront-theme .hero-slider .slick-slide img {
    border-radius: 34px;
    box-shadow: none;
}

.storefront-theme .hero-slider .slick-prev,
.storefront-theme .hero-slider .slick-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 22px rgba(87, 61, 61, 0.14);
    z-index: 3;
}

.storefront-theme .hero-slider .slick-prev {
    left: 20px;
}

.storefront-theme .hero-slider .slick-next {
    right: 20px;
}

.storefront-theme .hero-slider .slick-prev::before,
.storefront-theme .hero-slider .slick-next::before {
    color: var(--primary-strong);
    font-size: 22px;
}

.storefront-theme .hero-slider .slick-dots {
    bottom: 18px;
}

.storefront-theme .hero-slider .slick-dots li button:before {
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
}

.storefront-theme .hero-slider .slick-dots li.slick-active button:before {
    color: var(--accent);
}

.storefront-theme .new-collection-area,
.storefront-theme .category-area,
.storefront-theme .home-reels,
.storefront-theme .stories-section {
    padding-top: 28px;
}

.storefront-theme .new-collection-contentBox,
.storefront-theme .contact-page-infoCard,
.storefront-theme .category-sidemenu,
.storefront-theme .my-cart-item-details-wrap,
.storefront-theme .my-cart-order-summary-container,
.storefront-theme .checkout-order-summary-container,
.storefront-theme .product-details-wrapper .card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(234, 219, 211, 0.95);
    box-shadow: var(--shadow-soft);
}

.storefront-theme .category-area .cate-items {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.storefront-theme .category-area .cate-img {
    overflow: hidden;
}

.storefront-theme .category-area .cate-img img {
    border-radius: 50%;
}

.storefront-theme .new-collection-contentBox {
    overflow: hidden;
    border-radius: 30px;
    padding: 8px;
}

.storefront-theme .new-collection-images img {
    border-radius: 24px;
}

.storefront-theme .category-area .section-title,
.storefront-theme .common-cate-title,
.storefront-theme .category-title-area,
.storefront-theme .writer-details-title-wrap {
    margin-bottom: 18px;
}

.storefront-theme .common-cate-title h2,
.storefront-theme .section-title h2,
.storefront-theme .category-title-area h2,
.storefront-theme .writer-details-title-wrap h2,
.storefront-theme .product-details-list h1,
.storefront-theme .Footer-Title {
    font-family: "Lora", serif;
    color: var(--text-color);
    letter-spacing: 0.02em;
}

.storefront-theme .common-cate-title h2,
.storefront-theme .section-title h2,
.storefront-theme .category-title-area h2 {
    position: relative;
    padding-bottom: 10px;
    font-size: 30px;
}

.storefront-theme .common-cate-title h2::after,
.storefront-theme .section-title h2::after,
.storefront-theme .category-title-area h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.storefront-theme .seeMore,
.storefront-theme .btn-primary,
.storefront-theme .btn-primary-custom,
.storefront-theme .btn-no-item,
.storefront-theme .btn-coupon,
.storefront-theme .checkout-cart-btn,
.storefront-theme .product-cart,
.storefront-theme .badge-clear-btn,
.storefront-theme .cat-more {
    background: linear-gradient(135deg, var(--primary), var(--primary-strong)) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 22px rgba(191, 109, 125, 0.18);
}

.storefront-theme .seeMore:hover,
.storefront-theme .btn-primary:hover,
.storefront-theme .btn-primary-custom:hover,
.storefront-theme .btn-no-item:hover,
.storefront-theme .btn-coupon:hover,
.storefront-theme .checkout-cart-btn:hover,
.storefront-theme .product-cart:hover,
.storefront-theme .badge-clear-btn:hover,
.storefront-theme .cat-more:hover {
    background: linear-gradient(135deg, var(--primary-strong), #ad5d70) !important;
}

.storefront-theme #categories-container .all-cate-product-area {
    position: relative;
    padding: 34px 0;
}

/* .storefront-theme #categories-container .all-cate-product-area:nth-child(odd) {
    background: linear-gradient(180deg, rgba(255,255,255,0.2), rgba(246,236,231,0.45));
} */

.storefront-theme #categories-container .all-cate-product-area:nth-child(even) {
    background: linear-gradient(180deg, rgba(248,241,236,0.4), rgba(255,255,255,0.15));
}

.storefront-theme .category-page-area,
.storefront-theme .writer-details-page-area,
.storefront-theme .product-details-page,
.storefront-theme .my-cart-page-area,
.storefront-theme .checkout-page-area,
.storefront-theme .login-page-area,
.storefront-theme .contact-page-area,
.storefront-theme .corporate-page-area {
    padding-top: 28px;
    padding-bottom: 72px;
}

.storefront-theme .category-sidemenu,
.storefront-theme .category-sidemenu-list,
.storefront-theme .my-cart-selectAll,
.storefront-theme .my-cart-item-details-wrap,
.storefront-theme .my-cart-order-summary-container,
.storefront-theme .checkout-order-summary-container,
.storefront-theme .product-details-initial-policy,
.storefront-theme .rating-comments-wrap,
.storefront-theme .testimonial-box,
.storefront-theme .order-content table,
.storefront-theme .log-in-box {
    border-radius: 24px;
    border: 1px solid rgba(234, 219, 211, 0.95);
    box-shadow: var(--shadow-soft);
}

.storefront-theme .category-sidemenu {
    padding: 18px;
    background: rgba(255, 255, 255, 0.9);
}

.storefront-theme .category-sidemenu-list h5,
.storefront-theme .checkout-order-summary-container h5,
.storefront-theme .my-cart-order-summary-container h5 {
    color: var(--text-color);
    font-size: 18px;
}

.storefront-theme .category-sidemenu-list-items li {
    border-radius: 16px;
    border: 1px solid transparent;
}

.storefront-theme .category-sidemenu-list-items li:hover,
.storefront-theme .category-sidemenu-list-items li.active {
    background: rgba(246, 236, 231, 0.92);
    border-color: rgba(217, 138, 151, 0.24);
}

.storefront-theme .category-sidemenu-list-items li:hover a,
.storefront-theme .category-sidemenu-list-items li.active > a {
    color: var(--primary-strong);
}

.storefront-theme .search-suggestions {
    margin-top: 10px;
    border: 1px solid rgba(234, 219, 211, 0.95);
    border-radius: 20px;
    box-shadow: var(--shadow-medium);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
}

.storefront-theme .suggestion-item {
    padding: 14px 16px;
}

.storefront-theme .suggestion-item:hover {
    background: rgba(246, 236, 231, 0.82);
}

.storefront-theme .suggestion-discount {
    background: linear-gradient(135deg, var(--primary-strong), var(--accent));
}

.storefront-theme .suggestion-current-price,
.storefront-theme .all-products-btn:hover {
    color: var(--primary-strong);
}

.storefront-theme .all-products-btn {
    background: rgba(248, 241, 236, 0.65);
}

.storefront-theme .mini-cart-area .offcanvas-header,
.storefront-theme .mini-cart-info-sticky,
.storefront-theme .offcanvas-start,
.storefront-theme .offcanvas-body {
    background: var(--surface);
}

.storefront-theme #mini-cart-area .mini-cart-area {
    z-index: 1060;
}

.storefront-theme .mini-cart-products .mini-product {
    border-bottom-color: rgba(234, 219, 211, 0.75);
}

.storefront-theme .mini-cart-action .view-cart-btn {
    background: rgba(248, 241, 236, 0.96);
    color: var(--text-color);
    border-radius: 999px;
}

.storefront-theme .mini-cart-action .checkout-cart-btn {
    border-radius: 999px;
}

.storefront-theme .my-cart-item-details-wrap,
.storefront-theme .my-cart-order-summary-container,
.storefront-theme .checkout-order-summary-container {
    background: rgba(255, 255, 255, 0.93);
}

.storefront-theme .qty-container {
    border: 1px solid rgba(234, 219, 211, 0.95);
    border-radius: 999px;
    padding: 4px;
    background: rgba(248, 241, 236, 0.5);
}

.storefront-theme .checkout-page-area label,
.storefront-theme .my-cart-page-area label {
    color: var(--text-color);
    font-weight: 500;
}

.storefront-theme .checkout-page-area .form-control,
.storefront-theme .checkout-page-area .custom-select,
.storefront-theme .my-cart-page-area .form-control,
.storefront-theme .price-input-wrap .form-control {
    border: 1px solid rgba(234, 219, 211, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--text-color);
}

.storefront-theme .checkout-page-area .form-control:focus,
.storefront-theme .checkout-page-area .custom-select:focus,
.storefront-theme .my-cart-page-area .form-control:focus,
.storefront-theme .price-input-wrap .form-control:focus {
    border-color: rgba(217, 138, 151, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(217, 138, 151, 0.1);
}

.storefront-theme .coupon-code-wrap .input-group {
    position: relative;
    display: block;
}

.storefront-theme .coupon-code-wrap .coupon-code-body .form-group input.form-control {
    width: 100%;
    height: 48px;
    padding: 10px 96px 10px 16px;
    border: 1px solid rgba(234, 219, 211, 0.95);
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.94);
    color: var(--text-color);
}

.storefront-theme .coupon-code-wrap .input-group-append {
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    z-index: 4;
}

.storefront-theme .coupon-code-wrap .btn.btn-coupon {
    height: 100%;
    min-width: 78px;
    padding: 0 18px;
    border-radius: 999px !important;
    font-size: 14px;
    line-height: 1;
}

.storefront-theme .coupon-code-wrap .btn.btn-coupon:hover {
    transform: none;
}

.storefront-theme .price-range-track {
    --price-range-inactive: rgba(234, 219, 211, 0.95);
    --price-range-active: var(--primary-strong);
}

.storefront-theme .price-slider input[type="range"]::-webkit-slider-thumb,
.storefront-theme .price-slider input[type="range"]::-moz-range-thumb {
    background: linear-gradient(135deg, var(--primary), var(--primary-strong));
    box-shadow: 0 4px 10px rgba(191, 109, 125, 0.18);
}

.storefront-theme .pagination .page-link {
    border-radius: 999px !important;
    border-color: rgba(234, 219, 211, 0.95);
    color: var(--primary-strong);
    background: rgba(255, 255, 255, 0.92);
}

.storefront-theme .page-item.active .page-link {
    background: linear-gradient(135deg, var(--primary), var(--primary-strong));
    border-color: transparent;
    color: #fff;
}

.storefront-theme .empty-state {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(234, 219, 211, 0.95);
    box-shadow: var(--shadow-soft);
}

.storefront-theme .empty-state-icon {
    background: rgba(217, 138, 151, 0.12);
    color: var(--primary-strong);
}

.storefront-theme .product-details-price-wrap .current-price {
    font-size: 30px;
}

.storefront-theme .product-details-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    background: rgba(255, 255, 255, 0.96);
}

.storefront-theme .product-details-image .product-main-image {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.storefront-theme .product-details-list-items li span a,
.storefront-theme .offer-price {
    color: var(--primary-strong);
}

.storefront-theme .rating-comments-wrap,
.storefront-theme .testimonial-box {
    background: rgba(255, 255, 255, 0.94);
}

.storefront-theme .footer-one {
    background:
        radial-gradient(circle at top left, rgba(217, 138, 151, 0.14), transparent 28%),
        linear-gradient(180deg, #2a1d21 0%, #211519 100%);
    color: rgba(255, 248, 246, 0.88);
    padding-top: 74px;
    margin-top: 36px;
}

.storefront-theme .footer-one__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.storefront-theme .Footer-Title {
    color: #f5d4c1;
    font-size: 24px;
    margin-bottom: 18px;
}

.storefront-theme .FLogo img {
    width: 190px;
    max-height: 108px;
    height: auto;
    margin-bottom: 24px;
}

.storefront-theme .footer-content ul li a,
.storefront-theme .AddressInfo .Address a,
.storefront-theme .AddressInfo .Phone,
.storefront-theme .AddressInfo .Phone a,
.storefront-theme .AddressInfo .Email,
.storefront-theme .AddressInfo .Email a {
    color: rgba(255, 248, 246, 0.86);
}

.storefront-theme .footer-content ul li:hover a,
.storefront-theme .AddressInfo .Address:hover a,
.storefront-theme .AddressInfo .Phone:hover a,
.storefront-theme .AddressInfo .Email:hover a {
    color: #f3c7b2;
}

.storefront-theme .footer-category-link {
    gap: 12px;
}

.storefront-theme .footer-category-img {
    width: 38px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.16);
}

.storefront-theme .FSocialLink ul li a {
    background: rgba(255, 255, 255, 0.08);
    color: #fff7f4;
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
}

.storefront-theme .FSocialLink ul li a:hover {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff;
}

.storefront-theme .footer-one__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.12);
}

.storefront-theme .footer-one__bottom-text p,
.storefront-theme .footer-one__bottom-text p > a {
    color: rgba(255, 248, 246, 0.88);
}

.storefront-theme #button {
    background: linear-gradient(135deg, var(--primary), var(--primary-strong));
    box-shadow: 0 10px 22px rgba(191, 109, 125, 0.22);
}

@media (max-width: 991px) {
    .storefront-theme .header-bottom {
        padding: 12px 0 8px;
    }

    .storefront-theme .menu-wrap {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0 0 12px;
    }

    .storefront-theme #myHeader2 {
        position: relative;
        z-index: 3;
    }

    .storefront-theme #myHeader2.sticky2 + .container {
        margin-top: 86px;
    }

    .storefront-theme #mobile-nav > .row {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 74px;
        margin: 0;
    }

    .storefront-theme #mobile-nav > .row > .col-4,
    .storefront-theme #mobile-nav > .row > .col-8 {
        width: auto;
        flex: 0 0 auto;
        max-width: none;
        padding: 0;
    }

    .storefront-theme #mobile-nav > .row > .col-4 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        justify-content: center !important;
    }

    .storefront-theme #mobile-nav > .row > .col-8 {
        width: 100%;
        flex: 0 0 100%;
        justify-content: flex-end !important;
    }

    .storefront-theme .mb-menu-toggle-btn {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        min-height: 44px;
    }

    .storefront-theme .mb-wish-cart {
        display: flex;
        align-items: center;
    }

    .storefront-theme .mobLogo {
        padding: 0;
    }

    .storefront-theme .mobLogo img {
        width: 112px;
        max-height: 72px;
    }

    .storefront-theme .sticky2 .mobLogo img {
        width: 102px;
        max-height: 66px;
    }

    .storefront-theme .mb-wish-cart-items {
        gap: 14px;
        margin-right: 0;
    }

    .storefront-theme .MobileMenu .cart-login-wrap .shopping-cart i {
        margin-right: 0;
    }

    .storefront-theme .menu-wrap > .container {
        position: relative;
        z-index: 2;
    }

    .storefront-theme .menu-wrap .wrap {
        width: 100%;
        margin: 0;
    }

    .storefront-theme .menu-wrap .searchTerm {
        height: 48px;
        padding: 10px 56px 10px 18px;
        font-size: 14px;
    }

    .storefront-theme .menu-wrap .searchButton {
        width: 38px;
        height: 38px;
        right: 5px;
    }

    .storefront-theme .hero-slider .slick-slide img {
        border-radius: 24px;
    }

    .storefront-theme .flash-sale-banner {
        border-radius: 18px;
        margin-bottom: 22px;
    }

    .storefront-theme .flash-sale-banner-image {
        max-height: 260px;
    }

    .storefront-theme .category-page-area,
    .storefront-theme .product-details-page,
    .storefront-theme .my-cart-page-area,
    .storefront-theme .checkout-page-area {
        padding-top: 20px;
    }

    .storefront-theme .product-details-image {
        min-height: 380px;
    }

    .storefront-theme .product-details-image .product-main-image {
        max-height: 440px;
    }

    .storefront-theme .footer-one {
        padding-top: 56px;
    }
}

@media (max-width: 767px) {
    .storefront-theme .common-cate-title h2,
    .storefront-theme .section-title h2,
    .storefront-theme .category-title-area h2,
    .storefront-theme .writer-details-title-wrap h2 {
        font-size: 24px;
    }

    .storefront-theme .footer-content,
    .storefront-theme .footer-one__bottom-text {
        text-align: center;
    }

    .storefront-theme .hero-slider .slick-arrow,
    .storefront-theme .hero-slider .priv_arrow,
    .storefront-theme .hero-slider .next_arrow {
        display: none !important;
    }

    .storefront-theme .mobLogo img {
        width: 104px;
        max-height: 68px;
    }

    .storefront-theme .sticky2 .mobLogo img {
        width: 94px;
        max-height: 62px;
    }

    .storefront-theme .product-details-image {
        min-height: 330px;
    }

    .storefront-theme .product-details-image .product-main-image {
        max-height: 390px;
    }
}
