/* Global cream theme override.
   Loaded after page-level CSS so the storefront stays visually consistent. */

:root {
    --cream-50: #ffffff;
    --cream-100: #f1f6f7;
    --cream-200: #e6eff0;
    --cream-300: #d4e2e3;
    --cream-400: #b8cdcf;
    --ink-900: #17201e;
    --ink-800: #2d3a37;
    --ink-700: #465550;
    --muted-700: #687975;
    --muted-600: #7b8b87;
    --line-warm: #c9d8da;
    --line-soft: #dce6e7;
    --brand-caramel: #9f6b3f;
    --brand-caramel-dark: #744827;
    --brand-sage: #66735f;
    --brand-sage-dark: #46533f;
    --brand-clay: #b56545;
    --brand-gold: #bc8b4d;
    --surface-cream: rgba(255, 255, 255, 0.96);
    --surface-paper: rgba(241, 246, 247, 0.94);
    --shadow-cream-sm: 0 8px 24px rgba(30, 65, 67, 0.07);
    --shadow-cream: 0 18px 48px rgba(30, 65, 67, 0.1);
    --shadow-cream-lg: 0 28px 72px rgba(30, 65, 67, 0.14);

    --primary-50: #fbf3e6;
    --primary-100: #f3e4cf;
    --primary-200: #e8cfad;
    --primary-300: #d9b482;
    --primary-400: #c8935d;
    --primary-500: #af7545;
    --primary-600: #9f6b3f;
    --primary-700: #744827;
    --primary-800: #5b3822;
    --primary-900: #3b281d;
    --primary-color: var(--brand-caramel);
    --primary-light: var(--cream-100);
    --primary-dark: var(--brand-caramel-dark);
    --primary-rgb: 159, 107, 63;

    --accent-emerald: var(--brand-sage);
    --accent-amber: var(--brand-gold);
    --accent-rose: var(--brand-clay);
    --accent-violet: var(--brand-sage);

    --success-50: #f2f5ee;
    --success-100: #e2ead9;
    --success-500: #718768;
    --success-600: var(--brand-sage);
    --success-700: var(--brand-sage-dark);
    --warning-50: #fff7e7;
    --warning-100: #f7e4bd;
    --warning-500: var(--brand-gold);
    --warning-600: #a97837;
    --warning-700: #825725;
    --error-50: #fff0eb;
    --error-100: #f8d9ce;
    --error-500: var(--brand-clay);
    --error-600: #9e4f35;
    --error-700: #783922;
    --info-50: #f0f3ec;
    --info-100: #dfe7d7;
    --info-500: var(--brand-sage);
    --info-600: var(--brand-sage-dark);
    --info-700: #35402f;

    --white: #ffffff;
    --background-color: var(--cream-100);
    --surface-color: var(--surface-cream);
    --surface-hover: #e6eff0;
    --surface-active: #d4e2e3;
    --text-color: var(--ink-900);
    --text-secondary: var(--muted-700);
    --text-muted: var(--muted-600);
    --text-light: #8a9a96;
    --text-inverse: #ffffff;
    --border-color: var(--line-warm);
    --border-light: var(--line-soft);
    --border-focus: var(--brand-caramel);
    --navbar-bg: rgba(255, 255, 255, 0.92);
    --card-bg: rgba(255, 255, 255, 0.96);
    --card-border: rgba(74, 117, 119, 0.18);
    --card-border-radius: 8px;
    --card-shadow: var(--shadow-cream-sm);
    --input-bg: rgba(255, 255, 255, 0.98);
    --input-border: var(--line-warm);
    --input-border-focus: var(--brand-caramel);
    --input-border-radius: 8px;
    --border-radius-mobile: 8px;
    --border-radius-large: 8px;
    --glass-bg: rgba(255, 255, 255, 0.84);
    --glass-border: rgba(74, 117, 119, 0.18);
    --shadow-soft: var(--shadow-cream-sm);
    --shadow-floating: var(--shadow-cream);
    --gradient-primary: linear-gradient(135deg, var(--brand-caramel), var(--brand-caramel-dark));
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(230, 239, 240, 0.88));

    --bs-body-bg: var(--cream-100);
    --bs-body-color: var(--ink-900);
    --bs-primary: var(--brand-caramel);
    --bs-primary-rgb: 159, 107, 63;
    --bs-secondary-color: var(--muted-700);
    --bs-border-color: var(--line-warm);
    --bs-link-color: var(--brand-caramel-dark);
    --bs-link-hover-color: var(--brand-sage-dark);
}

*,
*::before,
*::after {
    letter-spacing: 0 !important;
}

html {
    background: #eaf2f4;
}

body,
body.auth-page {
    color: var(--ink-900) !important;
    background:
        radial-gradient(circle at 8% 2%, rgba(105, 179, 169, 0.3) 0, rgba(105, 179, 169, 0) 34rem),
        radial-gradient(circle at 94% 12%, rgba(101, 139, 196, 0.25) 0, rgba(101, 139, 196, 0) 38rem),
        linear-gradient(145deg, #f9fcfc 0%, #edf7f5 46%, #e8f0fa 100%) !important;
    font-family: var(--font-sans, "Plus Jakarta Sans"), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body::before,
body.auth-page::before,
.orders-hero::before,
.popular-header::before,
.wishlist-hero::before {
    display: none !important;
}

.page-wrapper,
.wrapper,
.gridded,
.main,
.catalog,
.bg-light.py-4,
.retrieve-order-container,
.order-history-container,
.container-fluid {
    background: transparent !important;
    color: var(--ink-900) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.font-serif,
.product-title,
.wishlist-hero-title,
.orders-hero-title,
.catalog-hero-title,
.hero-title {
    color: var(--ink-900) !important;
    font-family: var(--font-serif, "Instrument Serif"), Georgia, serif !important;
    font-weight: 600 !important;
}

p,
li,
.text-muted,
.text-secondary,
.card-text,
.form-text,
.help-text,
.hero-subtitle,
.wishlist-hero-subtitle,
.orders-hero-subtitle,
.catalog-hero-subtitle {
    color: var(--muted-700) !important;
}

a {
    color: var(--brand-caramel-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:hover {
    color: var(--brand-sage-dark);
}

.text-primary {
    color: var(--brand-caramel-dark) !important;
}

.text-success {
    color: var(--brand-sage-dark) !important;
}

.text-warning {
    color: #94692f !important;
}

.text-danger {
    color: #a34f34 !important;
}

.card,
.auth-container,
.retrieve-form-card,
.order-result-card,
.order-card,
.wishlist-product-card,
.product-card,
.feature-item,
.description-preview,
.product-sale-info,
.filter-section,
.popular-stats,
.filters-modal-content,
.category-modal-content,
.modal-content,
.offcanvas,
.modern-basket-offcanvas {
    background: var(--surface-cream) !important;
    border: 1px solid var(--card-border) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-cream-sm) !important;
    color: var(--ink-900) !important;
}

.card:hover,
.auth-container:hover,
.retrieve-form-card:hover,
.order-card:hover,
.wishlist-product-card:hover,
.product-card:hover,
.feature-item:hover {
    border-color: rgba(159, 107, 63, 0.34) !important;
    box-shadow: var(--shadow-cream) !important;
}

.card-header,
.modal-header,
.offcanvas-header,
.modern-basket-header,
.order-header,
.form-header,
.category-modal-header,
.filters-header {
    background: rgba(246, 238, 224, 0.92) !important;
    border-color: var(--line-soft) !important;
    color: var(--ink-900) !important;
}

.modal-body,
.offcanvas-body,
.card-body,
.form-body,
.order-body {
    color: var(--ink-900) !important;
}

.shadow-sm,
.shadow,
.shadow-lg {
    box-shadow: var(--shadow-cream-sm) !important;
}

.rounded,
.rounded-2,
.rounded-3,
.rounded-4,
.rounded-5,
.btn,
.form-control,
.form-select,
.dropdown-menu,
.alert,
.page-link,
.badge,
.nav-pills .nav-link,
.list-group-item,
.address-form,
.filters-panel,
.filter-card,
.category-card,
.category-child-link,
.order-info,
.items-list,
.item,
.trust-item,
.discount-info,
.share-btn,
.review-card,
.payment-method,
.payment-methods,
.wishlist-view-btn,
.wishlist-continue-btn,
.wishlist-empty-btn,
.btn-view-details,
.submit-button,
.form-control-enhanced,
.alert-enhanced {
    border-radius: 8px !important;
}

.btn,
button,
.auth-button,
.submit-button,
.wishlist-view-btn,
.wishlist-continue-btn,
.wishlist-empty-btn,
.btn-view-details,
.add-to-cart-button,
.direct-buy-button,
.quick-add-btn,
.quick-buy-btn {
    font-family: var(--font-sans, "Plus Jakarta Sans"), sans-serif !important;
    font-weight: 700 !important;
}

.btn-primary,
.auth-button.primary,
.submit-button,
.wishlist-view-btn,
.wishlist-empty-btn,
.btn-view-details,
.add-to-cart-button,
.filter-toggle,
.quick-add-btn,
.badge.bg-primary {
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-caramel), var(--brand-caramel-dark)) !important;
    border-color: transparent !important;
    box-shadow: 0 10px 24px rgba(116, 72, 39, 0.2) !important;
}

.btn-primary:hover,
.auth-button.primary:hover,
.submit-button:hover,
.wishlist-view-btn:hover,
.wishlist-empty-btn:hover,
.btn-view-details:hover,
.add-to-cart-button:hover,
.filter-toggle:hover,
.quick-add-btn:hover {
    color: #fffaf2 !important;
    background: linear-gradient(135deg, #8f5a31, #5d371f) !important;
    box-shadow: 0 16px 30px rgba(116, 72, 39, 0.26) !important;
    transform: translateY(-2px) !important;
}

.btn-secondary,
.btn-outline-secondary,
.auth-button.secondary,
.category-toggle,
.direct-buy-button,
.quick-buy-btn,
.wishlist-continue-btn {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.72) !important;
    border: 1px solid var(--line-warm) !important;
    box-shadow: var(--shadow-cream-sm) !important;
}

.btn-secondary:hover,
.btn-outline-secondary:hover,
.auth-button.secondary:hover,
.category-toggle:hover,
.direct-buy-button:hover,
.quick-buy-btn:hover,
.wishlist-continue-btn:hover {
    color: var(--brand-caramel-dark) !important;
    background: rgba(243, 228, 207, 0.92) !important;
    border-color: rgba(159, 107, 63, 0.38) !important;
}

.form-control,
.form-select,
.form-control-enhanced,
.quantity-input select,
input,
select,
textarea {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.94) !important;
    border: 1px solid var(--line-warm) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.form-control:focus,
.form-select:focus,
.form-control-enhanced:focus,
.quantity-input select:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--brand-caramel) !important;
    box-shadow: 0 0 0 4px rgba(159, 107, 63, 0.16) !important;
    background: #fffaf2 !important;
}

.form-control::placeholder,
.form-control-enhanced::placeholder {
    color: #aa9985 !important;
}

.form-label,
.form-label-enhanced,
label {
    color: var(--ink-800) !important;
}

.dropdown-menu {
    background: rgba(255, 250, 242, 0.98) !important;
    border-color: var(--line-warm) !important;
    box-shadow: var(--shadow-cream) !important;
}

.dropdown-item {
    color: var(--ink-900) !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.language-switcher .dropdown-item:hover,
.language-switcher .dropdown-item.active {
    color: var(--brand-caramel-dark) !important;
    background: var(--cream-200) !important;
}

.top-navbar,
.modern-navbar {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.9) !important;
    border-color: rgba(159, 107, 63, 0.18) !important;
    box-shadow: 0 12px 36px rgba(91, 63, 37, 0.12) !important;
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.top-navbar {
    border-bottom: 1px solid rgba(159, 107, 63, 0.16) !important;
}

.modern-navbar {
    border-top: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px 8px 0 0 !important;
}

.modern-navbar::before {
    background: rgba(116, 72, 39, 0.26) !important;
}

.wayoukiss-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    color: var(--ink-900) !important;
    text-decoration: none !important;
    line-height: 1;
    white-space: nowrap;
}

.wayoukiss-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fffaf2;
    background: linear-gradient(135deg, var(--brand-clay), var(--brand-caramel), var(--brand-sage-dark));
    border: 1px solid rgba(255, 250, 242, 0.5);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(91, 63, 37, 0.16);
    font-family: var(--font-serif, "Instrument Serif"), Georgia, serif;
    font-size: 1.55rem;
    font-weight: 600;
}

.wayoukiss-logo-text {
    color: var(--ink-900);
    font-family: var(--font-serif, "Instrument Serif"), Georgia, serif;
    font-size: 1.28rem;
    font-weight: 600;
}

.wayoukiss-logo-text span:nth-child(2) {
    color: var(--brand-caramel-dark);
}

.wayoukiss-logo-domain {
    margin-left: 0.04rem;
    color: var(--brand-sage-dark) !important;
    font-family: var(--font-sans, "Plus Jakarta Sans"), sans-serif;
    font-size: 0.68em;
    font-weight: 800;
    vertical-align: baseline;
}

.top-navbar .navbar-brand {
    min-width: 0;
}

.top-navbar .navbar-brand:hover .wayoukiss-logo-mark,
.wayoukiss-logo:hover .wayoukiss-logo-mark {
    transform: translateY(-1px);
}

.top-navbar .navbar-brand,
.top-navbar .nav-link,
.top-navbar .navbar-text,
.modern-navbar-brand-link,
.modern-navbar-nav-item,
.home-link,
.nav-link,
.auth-button.secondary {
    color: var(--ink-900) !important;
}

.top-navbar .nav-link:hover,
.top-navbar .nav-link.active,
.top-navbar .navbar-brand:hover,
.modern-navbar-brand-link:hover,
.modern-navbar-brand-link.active,
.modern-navbar-nav-item:hover,
.modern-navbar-nav-item.active,
.home-link:hover,
.home-link.active,
.nav-link:hover,
.nav-link.active {
    color: var(--brand-caramel-dark) !important;
    background: rgba(243, 228, 207, 0.92) !important;
    box-shadow: none !important;
}

.modern-navbar-nav-item.basket-link {
    color: var(--brand-sage-dark) !important;
    background: rgba(226, 234, 217, 0.9) !important;
    border-color: rgba(102, 115, 95, 0.26) !important;
}

.modern-navbar-basket-count,
.filter-count {
    color: #fffaf2 !important;
    background: var(--brand-sage) !important;
    box-shadow: none !important;
}

.navbar-toggler {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.8) !important;
    border-color: var(--line-warm) !important;
}

.navbar-toggler-icon,
[data-bs-theme=light] .navbar-toggler-icon,
[data-bs-theme=dark] .navbar-toggler-icon {
    filter: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2848, 38, 29, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.25' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media (max-width: 991.98px) {
    #topNavbarCollapse,
    #bottomNavbarCollapse {
        background: rgba(255, 250, 242, 0.98) !important;
        border: 1px solid var(--line-warm) !important;
        box-shadow: var(--shadow-cream) !important;
    }

    #topNavbarCollapse .nav-item {
        border-bottom-color: var(--line-soft) !important;
    }
}

.modern-footer {
    color: var(--ink-900) !important;
    background: linear-gradient(180deg, #f3e4cf 0%, #ead8be 100%) !important;
    border-top: 1px solid var(--line-warm) !important;
    box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.6);
}

.modern-footer h3,
.footer-section h3,
.footer-list i,
.legal-links a:hover {
    color: var(--brand-caramel-dark) !important;
}

.brand-description,
.footer-list li,
.copyright,
.legal-links a {
    color: var(--muted-700) !important;
}

.footer-logo-img {
    filter: sepia(0.35) saturate(0.8) brightness(0.82) !important;
}

.wayoukiss-logo-footer {
    align-self: flex-start;
    gap: 0.75rem;
}

.wayoukiss-logo-footer .wayoukiss-logo-mark {
    width: 46px;
    height: 46px;
    font-size: 2rem;
}

.wayoukiss-logo-footer .wayoukiss-logo-text {
    font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.brand-logo-img {
    display: inline-block;
    width: min(280px, 82vw) !important;
    height: auto !important;
    object-fit: contain;
    filter: none !important;
}

.auth-logo img.brand-logo-img,
.main_logo img.brand-logo-img {
    width: min(280px, 82vw) !important;
    height: auto !important;
    filter: drop-shadow(0 14px 24px rgba(91, 63, 37, 0.12)) !important;
}

.payment-method {
    background: rgba(255, 250, 242, 0.72) !important;
    border-color: var(--line-warm) !important;
}

.flash-message,
.alert,
.alert-info {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.92) !important;
    border-color: var(--line-warm) !important;
}

.alert-success {
    color: var(--brand-sage-dark) !important;
    background: #edf3e8 !important;
    border-color: #cbdcbe !important;
}

.alert-warning {
    color: #7f5926 !important;
    background: #fff4dc !important;
    border-color: #ead09d !important;
}

.alert-danger,
.error-message,
.invalid-feedback-enhanced {
    color: #8f3e28 !important;
    background: #fff0eb !important;
    border-color: #e7b7a5 !important;
}

.hero-section,
.catalog-hero,
.wishlist-hero,
.orders-hero,
.popular-header {
    color: var(--ink-900) !important;
    background-color: var(--cream-200) !important;
    background-image:
        linear-gradient(90deg, rgba(255, 250, 242, 0.98) 0%, rgba(255, 250, 242, 0.94) 52%, rgba(246, 238, 224, 0.9) 100%) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-cream) !important;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.hero-section::after,
.catalog-hero::after,
.wishlist-hero::after,
.orders-hero::after,
.popular-header::after {
    content: "";
    position: absolute;
    right: clamp(1rem, 3vw, 2.5rem);
    bottom: clamp(0.875rem, 2vw, 1.5rem);
    z-index: 0;
    width: clamp(150px, 17vw, 220px);
    aspect-ratio: 460 / 112;
    background: url("/static/images/wayoukiss-logo.e752eae08320.svg") center / contain no-repeat;
    opacity: 0.18;
    pointer-events: none;
}

.catalog-hero,
.wishlist-hero,
.orders-hero,
.popular-header {
    margin: 0 auto var(--space-8, 2rem) !important;
    max-width: min(1320px, calc(100% - 2rem));
}

.hero-mesh-background {
    display: none !important;
}

.hero-content,
.catalog-hero-content,
.wishlist-hero-content,
.orders-hero-content,
.popular-header .container {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    text-align: left !important;
    color: var(--ink-900) !important;
    max-width: 680px;
    position: relative;
    z-index: 1;
}

.hero-title,
.hero-title.text-white,
.catalog-hero-title,
.wishlist-hero-title,
.orders-hero-title,
.popular-header h1,
.popular-header h2,
.popular-header h3 {
    color: var(--ink-900) !important;
    text-shadow: none !important;
}

.hero-subtitle,
.hero-subtitle.text-white-50,
.catalog-hero-subtitle,
.wishlist-hero-subtitle,
.orders-hero-subtitle,
.popular-header p {
    color: var(--muted-700) !important;
    text-shadow: none !important;
}

.popular-stats {
    background: rgba(255, 250, 242, 0.94) !important;
    border-color: rgba(159, 107, 63, 0.22) !important;
}

.popular-stats h3 {
    color: var(--brand-caramel-dark) !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: 0 1px 0 rgba(255, 250, 242, 0.72);
}

.popular-stats small {
    color: var(--ink-800) !important;
    font-weight: 600;
}

.products-section-title::after,
.product-card::after,
.wishlist-product-card::after,
.order-card::after,
.feature-item::before,
.retrieve-form-card::before,
.order-result-card::before,
.modal-header::before,
.no-results::before,
.wishlist-empty-state::before {
    background: linear-gradient(90deg, var(--brand-caramel), var(--brand-sage), var(--brand-clay)) !important;
}

.product-image-container,
.wishlist-image-container,
.popular-header .product-image-container,
.carousel-image-container {
    background: #ead8be !important;
}

.product-card::before {
    background: linear-gradient(135deg, rgba(159, 107, 63, 0.04), rgba(102, 115, 95, 0.04)) !important;
}

.product-card:hover .product-title,
.wishlist-product-title:hover,
.product-title a:hover {
    color: var(--brand-caramel-dark) !important;
}

.product-price,
.wishlist-price-current,
.price-current,
.current-price .price,
.price {
    color: var(--brand-caramel-dark) !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
}

.view-stats,
.rating-count,
.wishlist-added-date,
.stock-indicator,
.trust-item,
.digital-quantity-info,
.form-description,
.order-info,
.address-form,
.card .card.bg-light,
.order-item-card,
.card.border-primary {
    color: var(--muted-700) !important;
    background: rgba(246, 238, 224, 0.74) !important;
    border: 1px solid var(--line-soft) !important;
}

.view-stats i,
.trust-item i,
.form-label-enhanced i,
.form-header-icon,
.reviews-link i,
.star-rating i,
.product-meta .stars-display i.bi-star-fill {
    color: var(--brand-gold) !important;
}

.discount-badge,
.wishlist-discount-badge,
.price-discount {
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-clay), #934a30) !important;
    box-shadow: 0 10px 20px rgba(181, 101, 69, 0.24) !important;
}

.stock-indicator.out-of-stock,
.stock-info.out-of-stock {
    color: #8f3e28 !important;
    background: #fff0eb !important;
    border-color: #e7b7a5 !important;
}

.stock-indicator.low-stock,
.stock-info.low-stock {
    color: #7f5926 !important;
    background: #fff4dc !important;
    border-color: #ead09d !important;
}

.stock-indicator.digital,
.stock-info.digital-product,
.stock-info.in-stock {
    color: var(--brand-sage-dark) !important;
    background: #eef4e9 !important;
    border-color: #cbdcbe !important;
}

.product-detail {
    color: var(--ink-900) !important;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(246, 238, 224, 0.96)) !important;
}

.product-detail .product-header {
    background: rgba(255, 250, 242, 0.9) !important;
    border-bottom: 1px solid var(--line-soft) !important;
}

.product-detail .product-title,
.product-sale-info h2,
.description-header h3,
.features-header h3,
.feature-value {
    color: var(--ink-900) !important;
    text-shadow: none !important;
}

.product-detail .product-meta,
.reviews-link-inline,
.tax-info,
.original-price,
.stock-info,
.help-text,
.direct-buy-info,
.share-label,
.description-preview,
.features-header .subtitle,
.feature-label {
    color: var(--muted-700) !important;
}

.product-detail .product-content {
    background: transparent !important;
}

.product-detail .product-info {
    background: transparent !important;
    border-left-color: var(--line-soft) !important;
    color: var(--ink-900) !important;
}

.product-sale-info,
.description-preview,
.feature-item {
    background: rgba(255, 250, 242, 0.9) !important;
    border-color: rgba(159, 107, 63, 0.18) !important;
}

@media (min-width: 1024px) {
    .product-sale-info {
        align-self: start !important;
        position: sticky !important;
        top: 5.25rem !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

#productCarousel {
    background: rgba(243, 228, 207, 0.72) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    box-shadow: var(--shadow-cream) !important;
}

.gallery-thumbs .thumb,
.share-btn,
.wishlist-btn,
.remove-from-wishlist,
.carousel-control-prev,
.carousel-control-next {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.88) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    box-shadow: var(--shadow-cream-sm) !important;
}

.wishlist-btn:hover,
.wishlist-btn.active,
.remove-from-wishlist:hover {
    color: #fffaf2 !important;
    background: var(--brand-clay) !important;
}

.price-info,
.reviews-link-section,
.product-description-section,
.product-features-section,
.recommendations-section,
.product-recommendations-section {
    border-color: var(--line-soft) !important;
}

.product-recommendations-section {
    padding: clamp(3rem, 6vw, 5rem) 0 !important;
    background: transparent !important;
}

.product-recommendations-section::before {
    background: linear-gradient(90deg, transparent, rgba(159, 107, 63, 0.28), transparent) !important;
}

.recommendations-header {
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem) !important;
}

.recommendations-header h3 {
    color: var(--ink-900) !important;
    font-size: clamp(1.85rem, 4vw, 2.45rem) !important;
    line-height: 1.05 !important;
    text-shadow: none !important;
    margin-bottom: 0.75rem !important;
}

.recommendations-header .subtitle {
    color: var(--muted-700) !important;
    font-size: 1.02rem !important;
}

.recommendations-grid {
    max-width: 1260px;
    margin: 0 auto;
    gap: clamp(1.25rem, 3vw, 2rem) !important;
    padding-inline: clamp(1rem, 3vw, 2rem) !important;
}

.recommendation-card {
    background: rgba(255, 250, 242, 0.96) !important;
    border: 1px solid rgba(159, 107, 63, 0.22) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 44px rgba(91, 63, 37, 0.1) !important;
    overflow: hidden !important;
    transform: none !important;
}

.recommendation-card::before {
    height: 3px !important;
    background: linear-gradient(90deg, var(--brand-caramel), var(--brand-sage), var(--brand-clay)) !important;
    opacity: 0;
    transform: none !important;
}

.recommendation-card:hover {
    background: #fffaf2 !important;
    border-color: rgba(159, 107, 63, 0.36) !important;
    box-shadow: 0 24px 58px rgba(91, 63, 37, 0.16) !important;
    transform: translateY(-6px) !important;
}

.recommendation-card:hover::before {
    opacity: 1;
    transform: none !important;
}

.recommendation-card-link {
    color: var(--ink-900) !important;
    min-height: 100%;
}

.recommendation-image-wrapper {
    padding: 0.5rem 0.5rem 0 !important;
    background: linear-gradient(180deg, rgba(243, 228, 207, 0.72), rgba(255, 250, 242, 0)) !important;
}

.recommendation-image {
    aspect-ratio: 16 / 10 !important;
    background: #ead8be !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.recommendation-product-image {
    filter: saturate(0.96) contrast(0.98) !important;
}

.recommendation-card:hover .recommendation-product-image {
    transform: scale(1.045) !important;
    filter: saturate(1.04) contrast(1.02) !important;
}

.recommendation-badges {
    top: 1rem !important;
    right: 1rem !important;
    gap: 0.4rem !important;
}

.recommendation-discount,
.stock-badge {
    border-radius: 8px !important;
    box-shadow: 0 8px 18px rgba(91, 63, 37, 0.14) !important;
    letter-spacing: 0 !important;
}

.stock-badge {
    padding: 0.45rem 0.65rem !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.stock-badge.low-stock {
    color: var(--ink-900) !important;
    background: #dfaf6a !important;
}

.stock-badge.out-of-stock {
    color: #fffaf2 !important;
    background: var(--brand-clay) !important;
}

.stock-badge.digital {
    color: var(--brand-sage-dark) !important;
    background: #e7eedf !important;
    border: 1px solid #c8d7bd !important;
}

.recommendation-content {
    background: transparent !important;
    padding: 1.1rem 1.2rem 1.2rem !important;
    gap: 0.9rem !important;
}

.recommendation-info {
    padding: 0 !important;
}

.recommendation-title {
    color: var(--ink-900) !important;
    font-size: 1.06rem !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    min-height: 2.6em;
}

.recommendation-card:hover .recommendation-title {
    color: var(--brand-caramel-dark) !important;
}

.recommendation-rating {
    color: var(--muted-700) !important;
    margin-top: 0.55rem !important;
}

.recommendation-price-section {
    padding: 0 !important;
    min-height: auto !important;
}

.recommendation-price-row {
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 0.55rem !important;
    padding-top: 0.95rem !important;
    border-top: 1px solid rgba(159, 107, 63, 0.14) !important;
}

.recommendation-price-row .price-original {
    color: var(--muted-600) !important;
    font-size: 0.88rem !important;
}

.recommendation-price-row .price-current {
    color: var(--brand-caramel-dark) !important;
    font-size: clamp(1.35rem, 2.4vw, 1.65rem) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
}

.recommendation-action {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    color: var(--brand-sage-dark);
    font-size: 0.9rem;
    font-weight: 800;
    margin-top: auto;
    padding-top: 0.1rem;
}

.recommendation-action i {
    transition: transform 180ms ease;
}

.recommendation-card:hover .recommendation-action i {
    transform: translateX(3px);
}

@media (min-width: 992px) {
    .recommendations-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    .recommendation-content {
        padding: 1rem !important;
    }

    .recommendation-title {
        min-height: auto;
    }
}

.auth-page {
    min-height: 100vh;
}

.auth-logo img,
.main_logo img {
    filter: sepia(0.28) saturate(0.8) brightness(0.82) !important;
}

.auth-header h2,
.auth-header p,
.auth-link,
.auth-link a {
    color: var(--ink-900) !important;
}

.auth-link a {
    color: var(--brand-caramel-dark) !important;
}

.retrieve-order-container {
    background-image: none !important;
}

.form-header h2,
.order-header h2,
.order-number,
.info-value,
.item-name {
    color: var(--ink-900) !important;
}

.order-header,
.form-header {
    background: rgba(246, 238, 224, 0.84) !important;
}

.info-label {
    color: var(--brand-caramel-dark) !important;
}

.items-list,
.item {
    background: rgba(255, 250, 242, 0.86) !important;
    border-color: var(--line-soft) !important;
}

.item:hover {
    background: rgba(243, 228, 207, 0.74) !important;
}

.order-progress-wrapper {
    background: transparent !important;
    border-bottom-color: var(--line-soft) !important;
}

.order-progress-container {
    background: rgba(255, 250, 242, 0.9) !important;
    border: 1px solid var(--line-warm) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-cream-sm) !important;
}

.step-circle {
    color: var(--muted-700) !important;
    background: rgba(246, 238, 224, 0.9) !important;
    border-color: var(--line-warm) !important;
}

.progress-step.current .step-circle,
.progress-step.completed .step-circle {
    color: #fffaf2 !important;
    background: var(--brand-caramel) !important;
    border-color: var(--brand-caramel) !important;
}

.progress-step.completed .step-circle,
.progress-line.completed .progress-fill,
.progress-fill {
    background: var(--brand-sage) !important;
}

.step-title,
.progress-step.current .step-title,
.progress-step.completed .step-title {
    color: var(--ink-900) !important;
}

.step-subtitle,
.progress-step.current .step-subtitle {
    color: var(--muted-700) !important;
}

.table {
    color: var(--ink-900) !important;
    border-color: var(--line-soft) !important;
}

.table > :not(caption) > * > * {
    color: var(--ink-900) !important;
    background-color: rgba(255, 250, 242, 0.72) !important;
    border-bottom-color: var(--line-soft) !important;
}

.table-light,
.table-light > td,
.table-light > th,
.table thead th {
    color: var(--ink-900) !important;
    background-color: rgba(243, 228, 207, 0.92) !important;
    border-color: var(--line-warm) !important;
}

.table-success,
.table-success > td,
.table-success > th {
    color: var(--brand-sage-dark) !important;
    background-color: #edf3e8 !important;
}

.table-info,
.table-info > td,
.table-info > th {
    color: var(--brand-caramel-dark) !important;
    background-color: #f4e7d4 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: rgba(246, 238, 224, 0.72) !important;
}

.table-hover > tbody > tr:hover > * {
    background-color: rgba(234, 216, 190, 0.74) !important;
}

.pagination .page-link,
.page-link {
    color: var(--brand-caramel-dark) !important;
    background: rgba(255, 250, 242, 0.92) !important;
    border: 1px solid var(--line-warm) !important;
    box-shadow: none !important;
}

.pagination .page-item.active .page-link,
.page-item.active .page-link {
    color: #fffaf2 !important;
    background: var(--brand-caramel) !important;
    border-color: var(--brand-caramel) !important;
}

.filter-choice,
.filter-card,
.categories-nav a,
.category-card-link,
.category-child-link,
.period-filters .btn {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.88) !important;
    border-color: var(--line-warm) !important;
}

.filter-choice:hover,
.filter-choice.active,
.categories-nav a:hover,
.categories-nav .is-active a,
.category-card-link:hover,
.category-card-link.active,
.category-child-link:hover,
.category-child-link.active,
.period-filters .btn:hover,
.period-filters .btn-primary {
    color: var(--brand-caramel-dark) !important;
    background: rgba(243, 228, 207, 0.92) !important;
    border-color: rgba(159, 107, 63, 0.32) !important;
}

.no-results,
.wishlist-empty-state,
.empty-state {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.9) !important;
    border: 1px solid var(--line-warm) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-cream-sm) !important;
}

.no-results i,
.wishlist-empty-icon,
.wishlist-empty-icon i {
    color: var(--brand-caramel) !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
}

.status-paid {
    background: var(--brand-sage) !important;
    color: #fffaf2 !important;
}

.status-pending {
    background: var(--brand-gold) !important;
    color: #fffaf2 !important;
}

.status-unpaid {
    background: var(--brand-clay) !important;
    color: #fffaf2 !important;
}

.modern-basket-body,
.basket-loading,
.basket-item,
.basket-summary,
.basket-empty {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.9) !important;
    border-color: var(--line-soft) !important;
}

.spinner-border.text-primary {
    color: var(--brand-caramel) !important;
}

@media (max-width: 991.98px) {
    .hero-section,
    .catalog-hero,
    .wishlist-hero,
    .orders-hero,
    .popular-header {
        background-image:
            linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 250, 242, 0.9) 58%, rgba(246, 238, 224, 0.84)) !important;
        background-position: center !important;
        background-size: auto !important;
        padding-bottom: 7.25rem !important;
    }

    .hero-section::after,
    .catalog-hero::after,
    .wishlist-hero::after,
    .orders-hero::after,
    .popular-header::after {
        right: 1rem;
        bottom: 1rem;
        width: min(72vw, 260px);
        opacity: 0.16;
    }

    .hero-content,
    .catalog-hero-content,
    .wishlist-hero-content,
    .orders-hero-content {
        text-align: center !important;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    body {
        padding-bottom: 82px !important;
    }

    .hero-section,
    .catalog-hero,
    .wishlist-hero,
    .orders-hero,
    .popular-header {
        max-width: calc(100% - 1rem);
        padding-bottom: 6.75rem !important;
    }

    .hero-section::after,
    .catalog-hero::after,
    .wishlist-hero::after,
    .orders-hero::after,
    .popular-header::after {
        width: min(78vw, 250px);
    }

    .card-body,
    .modal-body,
    .wishlist-card-body,
    .product-info,
    .product-sale-info,
    .auth-container {
        padding: 1.25rem !important;
    }
}

/* ===== Basket checkout page ===== */
.luxury-basket-page {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(246, 238, 224, 0.94)) !important;
}

.luxury-basket-container {
    max-width: 1280px !important;
    padding: 0 clamp(1rem, 3vw, 2rem) clamp(2.25rem, 5vw, 3.5rem);
}

.basket-header {
    margin: 1.25rem 0 1.5rem;
    padding: clamp(1.35rem, 3vw, 2rem) !important;
    text-align: left !important;
    background:
        linear-gradient(135deg, rgba(255, 250, 242, 0.98), rgba(246, 238, 224, 0.88)) !important;
    border: 1px solid rgba(159, 107, 63, 0.16) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-cream-sm) !important;
}

.basket-header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.basket-header-copy {
    min-width: 0;
}

.basket-eyebrow,
.basket-panel-kicker,
.summary-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.55rem;
    color: var(--brand-caramel-dark) !important;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.basket-title {
    margin: 0 !important;
    font-size: clamp(2.15rem, 4.8vw, 3.35rem) !important;
    line-height: 1 !important;
}

.basket-title::after {
    display: none !important;
}

.basket-subtitle {
    margin: 0.55rem 0 0 !important;
    color: var(--muted-700) !important;
    font-size: 0.98rem !important;
}

.basket-continue-link {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 42px;
    padding: 0.72rem 0.95rem;
    color: var(--brand-caramel-dark) !important;
    text-decoration: none !important;
    background: rgba(255, 250, 242, 0.9);
    border: 1px solid rgba(159, 107, 63, 0.24);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(91, 63, 37, 0.08);
    transition:
        transform 200ms ease,
        background-color 200ms ease,
        color 200ms ease;
}

.basket-continue-link:hover {
    color: #fffaf2 !important;
    background: var(--brand-caramel-dark);
    transform: translateY(-2px);
}

.basket-form {
    padding: 0 !important;
    background: transparent !important;
}

.basket-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(340px, 0.72fr);
    gap: clamp(1.15rem, 2.4vw, 1.75rem);
    align-items: start;
}

.basket-products-panel,
.basket-summary-panel {
    min-width: 0;
}

.basket-summary-panel {
    position: sticky;
    top: 96px;
}

.basket-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.95rem;
    padding: 0.2rem 0.15rem;
}

.basket-panel-header h2 {
    margin: 0 !important;
    color: var(--ink-900) !important;
    font-size: clamp(1.45rem, 3vw, 1.85rem) !important;
    line-height: 1.05 !important;
}

.basket-count-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fffaf2;
    background: var(--brand-sage);
    border-radius: 8px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(70, 83, 63, 0.18);
}

.luxury-basket-items {
    gap: 1rem !important;
    margin-bottom: 0 !important;
}

.luxury-basket-item {
    display: grid !important;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 1.15rem !important;
    padding: 1rem !important;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(248, 237, 220, 0.95)) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 36px rgba(91, 63, 37, 0.09) !important;
    transform: none !important;
}

.luxury-basket-item::before {
    height: 3px !important;
    background: linear-gradient(90deg, var(--brand-caramel), var(--brand-sage), var(--brand-clay)) !important;
    transform: scaleX(1) !important;
    opacity: 0.82;
}

.luxury-basket-item:hover {
    border-color: rgba(159, 107, 63, 0.34) !important;
    box-shadow: 0 22px 48px rgba(91, 63, 37, 0.14) !important;
    transform: translateY(-3px) !important;
}

.item-image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    align-self: start;
    background: #ead8be !important;
    border: 1px solid rgba(159, 107, 63, 0.16);
    border-radius: 8px !important;
}

.item-image .product-image {
    filter: saturate(0.96) contrast(0.98);
}

.luxury-basket-item:hover .product-image {
    transform: scale(1.04) !important;
}

.product-image-placeholder {
    color: var(--brand-caramel) !important;
    background: rgba(243, 228, 207, 0.72);
}

.item-content {
    min-width: 0;
    gap: 1rem !important;
}

.item-header {
    margin-bottom: 0.65rem !important;
}

.item-number {
    width: auto !important;
    height: 30px !important;
    min-width: 30px;
    padding: 0 0.72rem;
    color: #fffaf2 !important;
    background: var(--brand-caramel) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 18px rgba(159, 107, 63, 0.18) !important;
}

.status-badge {
    border-radius: 8px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.status-badge.digital {
    color: var(--brand-sage-dark) !important;
    background: #eef4e9 !important;
    border-color: #cbdcbe !important;
}

.status-badge.in-stock {
    color: var(--brand-sage-dark) !important;
    background: #edf3e8 !important;
    border-color: #cbdcbe !important;
}

.status-badge.low-stock {
    color: #7f5926 !important;
    background: #fff4dc !important;
    border-color: #ead09d !important;
}

.item-name {
    margin-bottom: 0.8rem !important;
    color: var(--ink-900) !important;
    font-size: 1.18rem !important;
    line-height: 1.2 !important;
}

.item-name:hover {
    color: var(--brand-caramel-dark) !important;
}

.item-pricing {
    gap: 0.5rem !important;
}

.unit-price,
.discount-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start !important;
    gap: 0.55rem 0.8rem;
}

.price-label,
.subtotal-label,
.quantity-label {
    color: var(--muted-700) !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.price-value,
.subtotal-value {
    color: var(--ink-900) !important;
    font-weight: 800 !important;
    white-space: nowrap;
}

.subtotal-ttc {
    color: var(--brand-caramel-dark) !important;
    font-family: var(--font-sans, "Plus Jakarta Sans"), sans-serif !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    white-space: nowrap;
}

.item-actions {
    display: grid !important;
    grid-template-columns: minmax(110px, 0.7fr) minmax(170px, 1fr) auto;
    gap: 0.85rem !important;
    align-items: end !important;
    padding-top: 0.9rem !important;
    border-top: 1px solid rgba(159, 107, 63, 0.14) !important;
}

.quantity-control select {
    min-width: 92px !important;
    padding: 0.72rem 2.4rem 0.72rem 0.85rem !important;
    color: var(--ink-900) !important;
    background-color: rgba(255, 250, 242, 0.95) !important;
    border: 1px solid rgba(159, 107, 63, 0.24) !important;
    border-radius: 8px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
}

.quantity-control select:hover,
.quantity-control select:focus {
    border-color: var(--brand-caramel) !important;
    box-shadow: 0 0 0 3px rgba(159, 107, 63, 0.1) !important;
    transform: none !important;
}

.subtotal-section {
    align-items: flex-start !important;
}

.remove-label {
    min-height: 42px;
    padding: 0.7rem 0.9rem !important;
    color: #8f3e28 !important;
    background: rgba(255, 250, 242, 0.88) !important;
    border: 1px solid rgba(181, 101, 69, 0.22) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.remove-label:hover {
    color: #fffaf2 !important;
    background: var(--brand-clay) !important;
    border-color: var(--brand-clay) !important;
    transform: translateY(-2px) !important;
}

.remove-item input[type="checkbox"]:checked + .remove-label {
    color: #fffaf2 !important;
    background: var(--brand-clay) !important;
    border-color: var(--brand-clay) !important;
}

.luxury-basket-summary {
    margin-top: 0 !important;
    padding: 1.15rem !important;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.99), rgba(248, 237, 220, 0.96)) !important;
    border: 1px solid rgba(159, 107, 63, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(91, 63, 37, 0.11) !important;
}

.luxury-basket-summary::before {
    height: 3px !important;
    background: linear-gradient(90deg, var(--brand-caramel), var(--brand-sage), var(--brand-clay)) !important;
}

.summary-header {
    margin-bottom: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    text-align: left !important;
    border-bottom: 1px solid rgba(159, 107, 63, 0.14) !important;
}

.summary-header h3 {
    margin: 0 !important;
    color: var(--ink-900) !important;
    font-size: 1.7rem !important;
    line-height: 1 !important;
}

.summary-content {
    gap: 0.55rem !important;
}

.summary-row {
    gap: 1rem;
    padding: 0.78rem 0 !important;
    border-bottom: 1px solid rgba(159, 107, 63, 0.12) !important;
}

.summary-label {
    color: var(--muted-700) !important;
    line-height: 1.35;
}

.summary-value {
    color: var(--ink-900) !important;
    text-align: right;
    white-space: nowrap;
}

.tax-row {
    margin: 0 !important;
    padding: 0.78rem !important;
    background: rgba(246, 238, 224, 0.62) !important;
    border: 1px solid rgba(159, 107, 63, 0.12) !important;
    border-radius: 8px !important;
}

.promo-row {
    margin: 0 !important;
    padding: 0.82rem !important;
    background: #fff4dc !important;
    border: 1px solid #ead09d !important;
    border-radius: 8px !important;
}

.promo-value {
    color: var(--brand-caramel-dark) !important;
}

.total-row {
    margin: 0.45rem 0 0 !important;
    padding: 1rem !important;
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-caramel-dark), var(--brand-sage-dark)) !important;
    border: 0 !important;
    border-radius: 8px !important;
}

.total-row .summary-label,
.total-row .summary-value {
    color: #fffaf2 !important;
}

.delivery-info {
    margin-top: 0.8rem !important;
    padding: 1rem !important;
    text-align: left !important;
    border-radius: 8px !important;
}

.delivery-info.free-delivery {
    color: var(--brand-sage-dark) !important;
    background: #eef4e9 !important;
    border-color: #cbdcbe !important;
}

.delivery-info:not(.free-delivery) {
    color: #7f5926 !important;
    background: #fff4dc !important;
    border-color: #ead09d !important;
}

#submit_basket {
    margin-top: 0.85rem !important;
}

#submit_basket button,
#promo_form button,
#book_form button,
.basket-actions .submit-button {
    min-height: 46px;
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-caramel), var(--brand-caramel-dark)) !important;
    border: 1px solid rgba(116, 72, 39, 0.28) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 24px rgba(116, 72, 39, 0.18) !important;
    text-transform: none !important;
}

#submit_basket button:hover,
#promo_form button:hover,
#book_form button:hover,
.basket-actions .submit-button:hover {
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-caramel-dark), var(--brand-sage-dark)) !important;
    box-shadow: 0 16px 30px rgba(91, 63, 37, 0.24) !important;
    transform: translateY(-2px) !important;
}

.basket-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1rem, 2.3vw, 1.5rem) !important;
    margin: clamp(1.25rem, 3vw, 1.75rem) 0 0 !important;
    padding-bottom: 0 !important;
}

#promo_form,
#book_form {
    min-width: 0;
}

#promo_form form,
#book_form form {
    height: 100%;
    padding: 1.15rem !important;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(248, 237, 220, 0.94)) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 36px rgba(91, 63, 37, 0.09) !important;
}

#promo_form label,
#book_form .booking-form h3 {
    margin: 0 0 0.75rem !important;
    color: var(--ink-900) !important;
    font-family: var(--font-serif, "Instrument Serif"), Georgia, serif !important;
    font-size: 1.32rem !important;
    line-height: 1.05 !important;
}

#promo_form .input-wrapper input[type="text"],
#promo_form input[type="text"],
#book_form input[type="text"] {
    min-height: 46px;
    padding: 0.78rem 0.85rem 0.78rem 2.55rem !important;
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.94) !important;
    border: 1px solid rgba(159, 107, 63, 0.24) !important;
    border-radius: 8px !important;
}

#promo_form .input-wrapper i {
    color: var(--brand-caramel) !important;
}

#promo_form .input-wrapper input[type="text"]:focus,
#promo_form input[type="text"]:focus,
#book_form input[type="text"]:focus {
    border-color: var(--brand-caramel) !important;
    box-shadow: 0 0 0 3px rgba(159, 107, 63, 0.1) !important;
}

.luxury-empty-basket {
    min-height: 58vh !important;
    padding: clamp(2rem, 6vw, 5rem) 1rem !important;
    background: transparent !important;
}

.empty-basket-content {
    max-width: 620px !important;
    padding: clamp(2rem, 5vw, 3.2rem) !important;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(248, 237, 220, 0.94)) !important;
    border: 1px solid rgba(159, 107, 63, 0.18);
    border-radius: 8px;
    box-shadow: var(--shadow-cream);
}

.empty-basket-icon i {
    color: var(--brand-caramel) !important;
}

.empty-basket-title {
    color: var(--ink-900) !important;
    font-size: clamp(2rem, 4vw, 2.55rem) !important;
}

.empty-basket-subtitle {
    color: var(--muted-700) !important;
}

.luxury-continue-shopping {
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-caramel), var(--brand-caramel-dark)) !important;
    border-radius: 8px !important;
    text-transform: none !important;
    box-shadow: 0 14px 28px rgba(116, 72, 39, 0.2) !important;
}

.luxury-continue-shopping:hover {
    background: linear-gradient(135deg, var(--brand-caramel-dark), var(--brand-sage-dark)) !important;
}

@media (max-width: 1099.98px) {
    .basket-layout {
        grid-template-columns: 1fr;
    }

    .basket-summary-panel {
        position: static;
    }

    .luxury-basket-item {
        grid-template-columns: 150px minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .luxury-basket-container {
        padding-inline: 0.85rem;
    }

    .basket-header-shell,
    .basket-actions {
        grid-template-columns: 1fr;
    }

    .basket-header-shell {
        align-items: flex-start;
        flex-direction: column;
    }

    .basket-continue-link {
        width: 100%;
    }

    .luxury-basket-item {
        grid-template-columns: 1fr;
        padding: 0.85rem !important;
    }

    .item-image {
        aspect-ratio: 16 / 9;
    }

    .item-actions {
        grid-template-columns: 1fr;
        align-items: stretch !important;
    }

    .subtotal-section {
        text-align: left !important;
    }

    .remove-label {
        width: 100%;
        justify-content: center;
    }

    .basket-actions {
        display: grid !important;
    }

    .summary-row {
        align-items: flex-start;
    }

    .summary-value {
        white-space: normal;
    }
}

/* ===== Wishlist refined cards ===== */
.wishlist-grid-item {
    display: flex;
}

.wishlist-product-card {
    width: 100%;
    overflow: hidden !important;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(248, 237, 220, 0.96)) !important;
    border: 1px solid rgba(159, 107, 63, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 34px rgba(91, 63, 37, 0.11) !important;
    transform: translateY(0);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease !important;
}

.wishlist-product-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(159, 107, 63, 0.36) !important;
    box-shadow: 0 22px 48px rgba(91, 63, 37, 0.16) !important;
}

.wishlist-product-card::after {
    height: 3px !important;
    opacity: 1 !important;
}

.wishlist-image-container {
    aspect-ratio: 16 / 10 !important;
    min-height: 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(243, 228, 207, 0.92), rgba(234, 216, 190, 0.88)) !important;
}

.wishlist-image-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 42%;
    background: linear-gradient(180deg, rgba(48, 38, 29, 0), rgba(48, 38, 29, 0.16));
    pointer-events: none;
}

.wishlist-product-image,
.wishlist-image-container > img {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition:
        transform 420ms ease,
        opacity 220ms ease !important;
}

.wishlist-product-card:hover .wishlist-product-image,
.wishlist-product-card:hover .wishlist-image-container > img {
    transform: scale(1.045);
}

.wishlist-image-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-caramel);
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 250, 242, 0.82), rgba(243, 228, 207, 0.86) 58%, rgba(234, 216, 190, 0.92));
    opacity: 0;
    transition: opacity 180ms ease;
}

.wishlist-image-fallback.is-visible {
    opacity: 1;
}

.wishlist-image-fallback i {
    font-size: 2.35rem;
    color: rgba(116, 72, 39, 0.68) !important;
}

.wishlist-card-body {
    padding: 1.15rem 1.2rem 1.2rem !important;
    gap: 0.72rem;
    background: linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 250, 242, 0.9));
}

.wishlist-product-title {
    margin: 0 !important;
    font-size: 1.08rem !important;
    line-height: 1.25 !important;
}

.wishlist-product-title a {
    display: block;
    color: var(--ink-900) !important;
    text-decoration: none !important;
}

.wishlist-product-description {
    min-height: 2.9em;
    margin: 0 !important;
    color: var(--muted-700) !important;
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wishlist-price-section {
    align-items: flex-end !important;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: auto 0 0.85rem !important;
    padding-top: 0.95rem !important;
    border-top: 1px solid rgba(159, 107, 63, 0.16) !important;
}

.wishlist-price-section > div:first-child {
    min-width: 0;
}

.wishlist-price-current {
    font-size: 1.32rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: var(--brand-caramel-dark) !important;
    white-space: nowrap;
}

.wishlist-price-original {
    margin-top: 0.24rem;
    color: rgba(122, 108, 93, 0.78) !important;
}

.wishlist-added-date {
    flex-shrink: 0;
    margin-left: auto;
    max-width: 100%;
    padding: 0.34rem 0.52rem;
    border-radius: 8px !important;
    color: var(--muted-700) !important;
    background: rgba(246, 238, 224, 0.74) !important;
    border: 1px solid rgba(159, 107, 63, 0.14) !important;
    white-space: nowrap;
}

.wishlist-view-btn {
    min-height: 42px;
    padding: 0.72rem 1rem !important;
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-caramel), var(--brand-caramel-dark)) !important;
    border: 1px solid rgba(116, 72, 39, 0.28) !important;
    box-shadow: 0 10px 20px rgba(116, 72, 39, 0.16) !important;
}

.wishlist-view-btn:hover {
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-caramel-dark), var(--brand-sage-dark)) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 26px rgba(91, 63, 37, 0.22) !important;
}

.remove-from-wishlist {
    top: 0.85rem !important;
    right: 0.85rem !important;
    z-index: 6;
    width: 40px !important;
    height: 40px !important;
    color: var(--brand-clay) !important;
    background: rgba(255, 250, 242, 0.92) !important;
    border: 1px solid rgba(255, 250, 242, 0.7) !important;
    box-shadow: 0 10px 24px rgba(48, 38, 29, 0.16) !important;
    backdrop-filter: blur(8px);
}

.remove-from-wishlist i {
    color: var(--brand-clay) !important;
    font-size: 1.12rem !important;
}

.remove-from-wishlist:hover {
    color: #fffaf2 !important;
    background: var(--brand-clay) !important;
    transform: translateY(-1px) scale(1.04) !important;
    box-shadow: 0 14px 28px rgba(181, 101, 69, 0.28) !important;
}

.remove-from-wishlist:hover i {
    color: #fffaf2 !important;
}

.wishlist-discount-badge {
    top: 0.85rem !important;
    left: 0.85rem !important;
    z-index: 6;
    padding: 0.42rem 0.66rem !important;
    border-radius: 8px !important;
}

.wishlist-continue-btn,
.wishlist-empty-btn {
    color: var(--brand-caramel-dark) !important;
    background: rgba(255, 250, 242, 0.9) !important;
    border: 1px solid rgba(159, 107, 63, 0.24) !important;
    box-shadow: 0 10px 22px rgba(91, 63, 37, 0.08) !important;
}

.wishlist-continue-btn:hover,
.wishlist-empty-btn:hover {
    color: #fffaf2 !important;
    background: var(--brand-caramel-dark) !important;
    border-color: var(--brand-caramel-dark) !important;
}

.wishlist-empty-state {
    max-width: 680px;
    margin: 0 auto 4rem;
    padding: 3rem 2rem !important;
}

@media (max-width: 575.98px) {
    .wishlist-image-container {
        aspect-ratio: 16 / 11 !important;
    }

    .wishlist-card-body {
        padding: 1rem !important;
    }

    .wishlist-price-section {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .wishlist-added-date {
        margin-left: 0;
    }
}

/* Popular products page refinements */
.popular-products-page .popular-header {
    isolation: isolate;
    background-image:
        linear-gradient(120deg, rgba(255, 250, 242, 0.98) 0%, rgba(255, 250, 242, 0.94) 52%, rgba(246, 238, 224, 0.9) 100%) !important;
    background-position: center !important;
    background-size: auto !important;
}

.popular-products-page .popular-header::after {
    content: "";
    position: absolute;
    right: clamp(1rem, 3vw, 2.5rem);
    bottom: clamp(0.875rem, 2vw, 1.5rem);
    z-index: 0;
    width: clamp(150px, 17vw, 220px);
    aspect-ratio: 460 / 112;
    background: url("/static/images/wayoukiss-logo.e752eae08320.svg") center / contain no-repeat;
    opacity: 0.2;
    pointer-events: none;
}

.popular-products-page .popular-header .container {
    position: relative;
    z-index: 1;
    max-width: min(1120px, calc(100% - 2rem));
}

.popular-products-page .popular-stats {
    position: relative;
    z-index: 2;
}

.popular-products-page .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), min(100%, 340px))) !important;
    gap: clamp(1rem, 2.4vw, 1.75rem) !important;
    align-items: stretch;
    justify-content: center;
}

.popular-products-page .product-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    cursor: pointer;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(251, 243, 230, 0.94)) !important;
    border: 1px solid rgba(159, 107, 63, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(91, 63, 37, 0.12) !important;
    transform: none !important;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

.popular-products-page .product-card:hover {
    border-color: rgba(116, 72, 39, 0.36) !important;
    box-shadow: 0 24px 54px rgba(91, 63, 37, 0.17) !important;
    transform: translateY(-5px) !important;
}

.popular-products-page .product-card::before {
    display: none !important;
}

.popular-products-page .product-card::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 3;
    height: 3px;
    opacity: 1 !important;
    background: linear-gradient(90deg, var(--brand-caramel), var(--brand-sage), var(--brand-clay)) !important;
    pointer-events: none;
}

.popular-products-page .product-card-overlay {
    position: absolute;
    inset: -1px;
    z-index: 4;
    border-radius: inherit;
    color: inherit;
    text-decoration: none;
}

.popular-products-page .product-card-overlay:hover,
.popular-products-page .product-card-overlay:focus {
    color: inherit;
    text-decoration: none;
}

.popular-products-page .product-card-overlay:focus-visible {
    outline: 3px solid rgba(159, 107, 63, 0.42);
    outline-offset: -7px;
}

.popular-products-page .product-image-container {
    height: auto !important;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    border-radius: 8px 8px 0 0 !important;
    background: #ead8be !important;
}

.popular-products-page .product-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform 420ms ease, filter 420ms ease !important;
}

.popular-products-page .product-card:hover .product-image {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.045) !important;
}

.popular-products-page .product-card:hover .product-title {
    color: var(--brand-caramel-dark) !important;
}

.popular-products-page .popularity-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    top: 0.85rem !important;
    left: 0.85rem !important;
    z-index: 6;
    padding: 0.46rem 0.68rem !important;
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-clay), var(--brand-caramel-dark)) !important;
    border: 1px solid rgba(255, 250, 242, 0.5) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 24px rgba(91, 63, 37, 0.2) !important;
    font-size: 0.82rem !important;
    line-height: 1;
}

.popular-products-page .wishlist-corner {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 7;
    pointer-events: auto;
}

.popular-products-page .wishlist-btn {
    position: static !important;
    width: 42px !important;
    height: 42px !important;
    color: var(--ink-800) !important;
    background: rgba(255, 250, 242, 0.9) !important;
    border: 1px solid rgba(255, 250, 242, 0.75) !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 24px rgba(48, 38, 29, 0.16) !important;
}

.popular-products-page .wishlist-btn:hover,
.popular-products-page .wishlist-btn.active {
    color: #fffaf2 !important;
    background: var(--brand-clay) !important;
    border-color: var(--brand-clay) !important;
    transform: translateY(-1px) scale(1.04) !important;
}

.popular-products-page .card-body-custom {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.62rem;
    padding: 1.35rem 1.45rem 1.45rem !important;
}

.popular-products-page .product-title {
    min-height: 2.6rem;
    margin: 0 !important;
    color: var(--ink-900) !important;
    font-family: var(--font-primary, "Instrument Serif"), Georgia, serif !important;
    font-size: clamp(1.22rem, 2.2vw, 1.42rem) !important;
    font-weight: 600 !important;
    line-height: 1.16 !important;
}

.popular-products-page .stock-indicator,
.popular-products-page .view-stats {
    display: inline-flex !important;
    align-items: center;
    width: fit-content !important;
    max-width: 100%;
    gap: 0.38rem;
    min-height: 30px;
    padding: 0.35rem 0.58rem !important;
    border-radius: 8px !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    line-height: 1.1;
}

.popular-products-page .stock-indicator {
    margin-top: 0.18rem;
}

.popular-products-page .stock-available {
    color: var(--brand-sage-dark) !important;
    background: #eef4e9 !important;
    border-color: #cbdcbe !important;
}

.popular-products-page .stock-low {
    color: #7f5926 !important;
    background: #fff4dc !important;
    border-color: #ead09d !important;
}

.popular-products-page .stock-out {
    color: #8f3e28 !important;
    background: #fff0eb !important;
    border-color: #e7b7a5 !important;
}

.popular-products-page .price-section {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0.4rem 0 0 !important;
    padding-top: 0 !important;
}

.popular-products-page .price-current {
    color: var(--brand-caramel-dark) !important;
    font-family: var(--font-sans, "Plus Jakarta Sans"), sans-serif !important;
    font-size: clamp(1.42rem, 3vw, 1.75rem) !important;
    font-weight: 800 !important;
    line-height: 1.05;
}

.popular-products-page .price-original {
    color: var(--muted-600) !important;
    font-size: 0.92rem !important;
}

.popular-products-page .view-stats {
    color: var(--muted-700) !important;
    background: rgba(246, 238, 224, 0.64) !important;
    border: 1px solid rgba(223, 203, 177, 0.8) !important;
}

.popular-products-page .view-stats i {
    color: var(--brand-gold) !important;
}

.popular-products-page .rating-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem 0.55rem;
    color: var(--muted-700) !important;
}

.popular-products-page .star-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.12rem;
    line-height: 1;
}

.popular-products-page .star-rating i {
    color: var(--brand-gold) !important;
    font-size: 0.98rem !important;
}

.popular-products-page .rating-count {
    width: auto !important;
    padding: 0 !important;
    color: var(--muted-700) !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 0.86rem !important;
    font-weight: 600;
}

.auth-page .auth-logo {
    margin-bottom: 1.25rem !important;
}

.auth-page .auth-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100vw - 2rem);
    padding: 0.7rem 0.9rem;
    background: rgba(255, 250, 242, 0.78);
    border: 1px solid rgba(159, 107, 63, 0.16);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(91, 63, 37, 0.1);
}

.auth-page .auth-logo img.brand-logo-img,
.auth-page .main_logo img.brand-logo-img {
    display: block !important;
    width: min(300px, calc(100vw - 4rem)) !important;
    max-height: 82px !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 18px rgba(91, 63, 37, 0.12)) !important;
}

@media (max-width: 767.98px) {
    .popular-products-page .popular-header {
        padding-bottom: 7.25rem !important;
    }

    .popular-products-page .popular-header::after {
        right: 1rem;
        bottom: 1rem;
        width: min(72vw, 260px);
        opacity: 0.18;
    }
}

@media (max-width: 575.98px) {
    .popular-products-page .product-image-container {
        aspect-ratio: 16 / 10 !important;
    }

    .popular-products-page .card-body-custom {
        padding: 1.05rem !important;
    }

    .popular-products-page .product-title {
        min-height: auto;
    }

    .popular-products-page .price-current {
        font-size: 1.38rem !important;
    }

    .auth-page .auth-logo img.brand-logo-img {
        width: min(260px, calc(100vw - 3rem)) !important;
    }
}

/* Product detail page refresh */
.product-detail {
    padding: clamp(0.75rem, 2vw, 1.25rem) 0 clamp(3rem, 7vw, 5rem) !important;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.98) 0%, rgba(251, 243, 230, 0.98) 46%, rgba(243, 228, 207, 0.94) 100%) !important;
    overflow-x: hidden;
}

.product-detail .asphalte-container {
    max-width: min(1320px, calc(100% - 2rem)) !important;
    padding-inline: 0 !important;
}

.product-detail .product-header {
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
    max-width: min(1320px, calc(100% - 2rem));
    margin: 0 auto clamp(1.25rem, 3vw, 2rem) !important;
    padding: clamp(1.45rem, 4vw, 2.45rem) !important;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.98), rgba(246, 238, 224, 0.92)) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-cream) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.product-detail .product-header::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-caramel), var(--brand-sage), var(--brand-clay));
}

.product-detail .product-header::after {
    content: "";
    position: absolute;
    right: clamp(1rem, 3vw, 2.25rem);
    bottom: clamp(0.9rem, 2vw, 1.35rem);
    z-index: 0;
    width: clamp(150px, 19vw, 250px);
    aspect-ratio: 460 / 112;
    background: url("/static/images/wayoukiss-logo.e752eae08320.svg") center / contain no-repeat;
    opacity: 0.16;
    pointer-events: none;
}

.product-header-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
    gap: clamp(1.2rem, 3vw, 2.5rem);
    align-items: end;
}

.product-header-copy {
    min-width: 0;
}

.product-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 0.75rem !important;
    padding: 0.42rem 0.7rem;
    color: var(--brand-caramel-dark) !important;
    background: rgba(243, 228, 207, 0.72);
    border: 1px solid rgba(159, 107, 63, 0.18);
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.product-detail .product-title {
    max-width: 780px;
    margin: 0 !important;
    color: var(--ink-900) !important;
    font-size: clamp(2.35rem, 5vw, 4.35rem) !important;
    line-height: 0.96 !important;
    text-wrap: balance;
}

.product-header-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    margin-top: clamp(1rem, 2.6vw, 1.35rem);
}

.product-header-pill,
.product-detail .product-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.44rem;
    min-height: 36px;
    padding: 0.48rem 0.72rem;
    color: var(--ink-800) !important;
    background: rgba(255, 250, 242, 0.78);
    border: 1px solid rgba(159, 107, 63, 0.18);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(91, 63, 37, 0.06);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.1;
}

.product-header-pill i,
.product-detail .product-meta i {
    color: var(--brand-gold) !important;
}

.product-header-pill-success {
    color: var(--brand-sage-dark) !important;
    background: #eef4e9;
    border-color: #cbdcbe;
}

.product-header-pill-warning {
    color: #7f5926 !important;
    background: #fff4dc;
    border-color: #ead09d;
}

.product-header-pill-danger {
    color: #8f3e28 !important;
    background: #fff0eb;
    border-color: #e7b7a5;
}

.product-detail .product-meta {
    margin: 0 !important;
    color: var(--muted-700) !important;
}

.product-detail .stars-display {
    display: inline-flex;
    gap: 0.12rem;
    line-height: 1;
}

.product-detail .stars-display i.bi-star-fill,
.product-detail .stars-display i.bi-star {
    color: var(--brand-gold) !important;
}

.product-detail .reviews-link-inline {
    margin: 0;
    padding: 0;
    color: var(--brand-caramel-dark) !important;
    background: transparent !important;
    border: 0 !important;
    font-weight: 800;
    text-decoration: none !important;
}

.product-detail .reviews-link-inline:hover {
    color: var(--brand-sage-dark) !important;
}

.product-header-price-card {
    justify-self: end;
    width: min(100%, 330px);
    padding: 1.05rem 1.15rem;
    color: var(--ink-900);
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.94), rgba(246, 238, 224, 0.88));
    border: 1px solid rgba(159, 107, 63, 0.22);
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(91, 63, 37, 0.1);
}

.product-header-price-label,
.product-header-price-note {
    display: block;
    color: var(--muted-700);
    font-size: 0.82rem;
    font-weight: 800;
}

.product-header-price-label {
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.product-header-price-card strong {
    display: block;
    color: var(--brand-caramel-dark);
    font-family: var(--font-sans, "Plus Jakarta Sans"), sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    line-height: 1;
}

.product-header-price-note {
    margin-top: 0.55rem;
}

.product-detail .product-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.72fr) !important;
    gap: clamp(1rem, 2.6vw, 2rem) !important;
    align-items: start !important;
    max-width: min(1320px, calc(100% - 2rem)) !important;
    margin: 0 auto clamp(2.5rem, 6vw, 4rem) !important;
    padding: 0 !important;
}

.product-detail .product-gallery {
    overflow: visible !important;
}

.product-detail .gallery-main {
    position: relative;
}

.product-detail .gallery-main::before {
    display: none !important;
}

.product-detail #productCarousel {
    overflow: hidden !important;
    background:
        linear-gradient(135deg, #ead8be 0%, #f6eee0 100%) !important;
    border: 1px solid rgba(159, 107, 63, 0.22) !important;
    border-radius: 8px !important;
    box-shadow: 0 24px 60px rgba(91, 63, 37, 0.16) !important;
}

.product-detail .carousel-inner {
    border-radius: 8px !important;
}

.product-detail .carousel-image-container {
    height: auto !important;
    min-height: clamp(320px, 45vw, 560px);
    aspect-ratio: 16 / 10;
    background: #ead8be !important;
}

.product-detail .carousel-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    filter: saturate(0.98) contrast(1.02);
}

.product-detail .detail-badge-stack {
    top: 1rem !important;
    right: auto !important;
    left: 1rem !important;
    align-items: flex-start !important;
}

.product-detail .detail-badge-stack .discount-badge,
.product-detail .detail-badge-stack .stock-indicator {
    padding: 0.48rem 0.72rem !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 24px rgba(91, 63, 37, 0.16) !important;
    font-weight: 800 !important;
}

.product-detail .gallery-main .wishlist-btn {
    top: 1rem !important;
    right: 1rem !important;
    bottom: auto !important;
    left: auto !important;
    width: 46px !important;
    height: 46px !important;
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.92) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    box-shadow: 0 14px 28px rgba(48, 38, 29, 0.14) !important;
}

.product-detail .gallery-main .wishlist-btn:hover,
.product-detail .gallery-main .wishlist-btn.active {
    color: #fffaf2 !important;
    background: var(--brand-clay) !important;
    border-color: var(--brand-clay) !important;
}

.product-detail .carousel-control-prev,
.product-detail .carousel-control-next {
    width: 46px !important;
    height: 46px !important;
    opacity: 1 !important;
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.9) !important;
    border: 1px solid rgba(159, 107, 63, 0.2) !important;
    box-shadow: 0 12px 28px rgba(91, 63, 37, 0.14) !important;
}

.product-detail .carousel-control-prev:hover,
.product-detail .carousel-control-next:hover {
    transform: translateY(-50%) scale(1.05) !important;
    background: #fffaf2 !important;
}

.product-detail #productCarousel .carousel-indicators {
    position: absolute !important;
    inset: auto 0 0 !important;
    padding: 0.85rem !important;
    background: linear-gradient(180deg, transparent, rgba(48, 38, 29, 0.18));
}

.product-detail #productCarousel .carousel-indicators button {
    min-width: 28px !important;
    min-height: 28px !important;
}

.product-detail #productCarousel .carousel-indicators button::before {
    background: rgba(255, 250, 242, 0.76) !important;
    box-shadow: 0 0 0 1px rgba(48, 38, 29, 0.18);
}

.product-detail #productCarousel .carousel-indicators button.active::before {
    background: var(--brand-caramel-dark) !important;
}

.product-detail .gallery-thumbs {
    gap: 0.65rem !important;
    padding: 0.85rem 0.1rem 0 !important;
}

.product-detail .gallery-thumbs .thumb {
    border-radius: 8px !important;
    background: rgba(255, 250, 242, 0.78) !important;
    border: 1px solid rgba(159, 107, 63, 0.16) !important;
    box-shadow: var(--shadow-cream-sm) !important;
}

.product-detail .gallery-thumbs .thumb.active,
.product-detail .gallery-thumbs .thumb:hover {
    border-color: var(--brand-caramel) !important;
    transform: translateY(-2px);
}

.product-detail .gallery-thumbs img {
    width: 82px !important;
    height: 64px !important;
    border-radius: 6px !important;
}

.product-detail .product-sale-info {
    position: sticky !important;
    top: 5.25rem !important;
    padding: clamp(1.25rem, 2.8vw, 1.8rem) !important;
    overflow: hidden !important;
    color: var(--ink-900) !important;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(246, 238, 224, 0.9)) !important;
    border: 1px solid rgba(159, 107, 63, 0.22) !important;
    border-radius: 8px !important;
    box-shadow: 0 24px 58px rgba(91, 63, 37, 0.14) !important;
}

.product-detail .product-sale-info::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-caramel), var(--brand-sage), var(--brand-clay));
}

.product-detail .product-sale-info h2 {
    margin: 0 0 1rem !important;
    color: var(--ink-900) !important;
    font-size: clamp(1.35rem, 2vw, 1.7rem) !important;
    line-height: 1.1 !important;
}

.product-detail .stock-info {
    display: inline-flex !important;
    width: fit-content;
    max-width: 100%;
    min-height: 38px;
    margin: 0 0 1rem !important;
    padding: 0.52rem 0.74rem !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
}

.product-detail .price-info {
    margin: 0.25rem 0 1rem !important;
    padding: 1rem !important;
    background: rgba(255, 250, 242, 0.72);
    border: 1px solid rgba(159, 107, 63, 0.16) !important;
    border-radius: 8px !important;
}

.product-detail .current-price {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.65rem;
    align-items: baseline;
}

.product-detail .current-price .price {
    margin: 0 !important;
    color: var(--brand-caramel-dark) !important;
    font-family: var(--font-sans, "Plus Jakarta Sans"), sans-serif !important;
    font-size: clamp(2.1rem, 4vw, 3.05rem) !important;
    font-weight: 900 !important;
    line-height: 0.98 !important;
}

.product-detail .tax-info {
    color: var(--muted-700) !important;
    font-weight: 800;
}

.product-detail .discount-info {
    margin-top: 0.9rem !important;
    padding: 0.85rem !important;
    background: #fff4dc !important;
    border: 1px solid #ead09d !important;
    border-radius: 8px !important;
}

.product-detail .reviews-link-section {
    margin: 1rem 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.product-detail .reviews-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: 100%;
    padding: 0.72rem 0.9rem !important;
    color: var(--brand-caramel-dark) !important;
    background: rgba(243, 228, 207, 0.72) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px !important;
    font-weight: 800;
    text-decoration: none !important;
}

.product-detail .reviews-link:hover {
    color: var(--brand-sage-dark) !important;
    background: rgba(234, 216, 190, 0.92) !important;
}

.product-detail .trust-badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem !important;
    margin: 1rem 0 !important;
}

.product-detail .trust-item {
    min-height: 48px;
    justify-content: center;
    padding: 0.75rem !important;
    color: var(--ink-800) !important;
    background: rgba(255, 250, 242, 0.78) !important;
    border: 1px solid rgba(159, 107, 63, 0.16) !important;
}

.product-detail .quantity-selector {
    margin: 1.1rem 0 !important;
}

.product-detail .quantity-selector label {
    margin-bottom: 0.55rem !important;
    color: var(--ink-800) !important;
    font-weight: 800 !important;
}

.product-detail .quantity-input select {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0.72rem 0.85rem !important;
    font-weight: 800;
}

.product-detail .add-to-cart-button,
.product-detail .direct-buy-button {
    border-radius: 8px !important;
    text-transform: none !important;
    min-height: 54px !important;
    letter-spacing: 0 !important;
}

.product-detail .add-to-cart-button {
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--brand-caramel), var(--brand-caramel-dark)) !important;
    box-shadow: 0 14px 28px rgba(116, 72, 39, 0.22) !important;
}

.product-detail .direct-buy-button {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.78) !important;
}

.product-detail .share-row {
    margin-top: 1rem !important;
    padding-top: 1rem;
    border-top: 1px solid rgba(159, 107, 63, 0.14);
}

.product-detail .share-btn {
    width: 40px !important;
    height: 40px !important;
}

.product-detail .product-description-section,
.product-detail .product-features-section,
.product-detail .product-recommendations-section {
    border-top: 1px solid rgba(159, 107, 63, 0.14) !important;
}

.product-detail .description-container,
.product-detail .features-container,
.product-detail .product-recommendations-section .asphalte-container {
    max-width: min(1180px, calc(100% - 2rem)) !important;
    padding-inline: 0 !important;
}

.product-detail .description-container {
    padding-block: clamp(2.5rem, 6vw, 4rem) !important;
}

.product-detail .description-header h3,
.product-detail .features-header h3,
.product-detail .recommendations-header h3 {
    color: var(--ink-900) !important;
    font-size: clamp(1.9rem, 4vw, 2.75rem) !important;
    line-height: 1.04 !important;
    margin-bottom: 0.8rem !important;
}

.product-detail .description-preview {
    padding: clamp(1.2rem, 3vw, 2rem) !important;
    color: var(--ink-800) !important;
    background: rgba(255, 250, 242, 0.88) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-cream-sm) !important;
}

.product-detail .description-content {
    max-width: 78ch;
}

.product-detail .description-content p,
.product-detail .description-content li {
    color: var(--ink-800) !important;
    font-size: 1rem;
    line-height: 1.75;
}

.product-detail .view-full-description {
    display: inline-flex !important;
    align-items: center;
    min-height: 42px;
    margin-top: 1rem !important;
    padding: 0.72rem 0.9rem !important;
    color: var(--brand-caramel-dark) !important;
    background: rgba(243, 228, 207, 0.7) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px !important;
    font-weight: 800;
}

.product-detail .view-full-description:hover {
    color: var(--brand-sage-dark) !important;
    background: rgba(234, 216, 190, 0.9) !important;
    text-shadow: none !important;
}

.product-detail .product-features-section {
    padding: clamp(2.75rem, 6vw, 4.75rem) 0 !important;
}

.product-detail .features-header {
    margin-bottom: clamp(1.5rem, 4vw, 2.4rem) !important;
}

.product-detail .features-header .subtitle {
    color: var(--muted-700) !important;
}

.product-detail .features-grid {
    gap: clamp(0.9rem, 2.4vw, 1.4rem) !important;
}

.product-detail .feature-item {
    padding: clamp(1rem, 2.4vw, 1.35rem) !important;
    background: rgba(255, 250, 242, 0.88) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-cream-sm) !important;
}

.product-detail .feature-item::before {
    transform: none !important;
    background: linear-gradient(90deg, var(--brand-caramel), var(--brand-sage), var(--brand-clay)) !important;
}

.product-detail .feature-item:hover {
    transform: translateY(-4px) !important;
    background: #fffaf2 !important;
}

.product-detail .feature-label {
    color: var(--brand-caramel-dark) !important;
    font-size: 0.74rem !important;
}

.product-detail .feature-value {
    color: var(--ink-900) !important;
    font-size: clamp(1.08rem, 2vw, 1.28rem) !important;
    line-height: 1.2 !important;
}

.product-detail .options-management-section {
    margin-top: 1rem;
    padding: clamp(1rem, 2.6vw, 1.4rem) !important;
    background: rgba(255, 250, 242, 0.9) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-cream-sm) !important;
}

.product-detail .options-header {
    text-align: left !important;
    border-bottom-color: rgba(159, 107, 63, 0.14) !important;
}

.product-detail .options-header h3,
.product-detail .available-options h4,
.product-detail .filter-label {
    color: var(--ink-900) !important;
}

.product-detail .filter-choice {
    border-radius: 8px !important;
}

.product-detail .offcanvas {
    background: rgba(255, 250, 242, 0.98) !important;
    border-left: 1px solid rgba(159, 107, 63, 0.18) !important;
    box-shadow: -18px 0 46px rgba(91, 63, 37, 0.16) !important;
}

.product-detail .offcanvas-header {
    background: rgba(246, 238, 224, 0.92) !important;
}

.product-detail .offcanvas-title {
    color: var(--ink-900) !important;
    font-family: var(--font-serif, "Instrument Serif"), Georgia, serif !important;
    font-size: 1.55rem;
}

.product-detail .mobile-sticky-actions {
    background: rgba(255, 250, 242, 0.94) !important;
    border-top: 1px solid rgba(159, 107, 63, 0.2) !important;
    box-shadow: 0 -16px 36px rgba(91, 63, 37, 0.14) !important;
}

.product-detail .quick-add-btn,
.product-detail .quick-buy-btn {
    min-height: 48px !important;
    border-radius: 8px !important;
}

.product-detail .quick-buy-btn {
    color: var(--ink-900) !important;
    background: rgba(255, 250, 242, 0.78) !important;
    border: 1px solid rgba(159, 107, 63, 0.18) !important;
}

@media (max-width: 991.98px) {
    .product-header-layout,
    .product-detail .product-content {
        grid-template-columns: 1fr !important;
    }

    .product-header-price-card {
        justify-self: stretch;
    }

    .product-detail .product-sale-info {
        position: relative !important;
        top: auto !important;
    }
}

@media (max-width: 767.98px) {
    .product-detail .product-header,
    .product-detail .product-content,
    .product-detail .description-container,
    .product-detail .features-container,
    .product-detail .product-recommendations-section .asphalte-container {
        max-width: min(100% - 1rem, 1320px) !important;
    }

    .product-detail .product-header {
        padding: 1.25rem !important;
    }

    .product-detail .product-title {
        font-size: clamp(2rem, 12vw, 3rem) !important;
    }

    .product-detail .carousel-image-container {
        min-height: 260px;
        aspect-ratio: 4 / 3;
    }

    .product-detail .product-header::after {
        width: min(58vw, 220px);
        opacity: 0.12;
    }
}

@media (max-width: 575.98px) {
    .product-detail {
        padding-bottom: 6rem !important;
    }

    .product-header-meta {
        gap: 0.5rem;
    }

    .product-header-pill,
    .product-detail .product-meta {
        width: 100%;
        justify-content: flex-start;
    }

    .product-detail .trust-badges {
        grid-template-columns: 1fr;
    }

    .product-detail .gallery-thumbs img {
        width: 72px !important;
        height: 56px !important;
    }
}

@media print {
    body {
        background: #fff !important;
        color: #000 !important;
    }
}
