/* ═══════════════════════════════════════════════════════
   MARKETPLACE UI — Flipkart / Amazon / Myntra Style
   Override layer on top of site.css
   ═══════════════════════════════════════════════════════ */

:root {
    --heading-font: "Inter", sans-serif;
    --ink: #212121;
    --muted: #878787;
    --gold: #C5A059;
    --gold-dark: #8C713B;
    --gold-light: #FFFFFF;
    --neon: #C5A059;
    --neon-deep: #8C713B;
    --surface: #ffffff;
    --line: rgba(0,0,0,0.08);
    --primary: #C5A059;
    --accent: #C5A059;
    --accent-deep: #8C713B;
    --success: #388E3C;
    --danger: #FF6161;
}

/* ─── GLOBAL ─── */
body {
    background: #F8F9FA !important;
    color: #212121;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Inter", sans-serif !important;
    letter-spacing: -0.01em;
}

::selection {
    background: rgba(197, 160, 89,0.2);
    color: #212121;
}

/* ─── ANNOUNCEMENT BAR ─── */
.mp-announce-bar {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #FFFFFF 100%);
    color: #8C713B;
    text-align: center;
    padding: 0.45rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.mp-announce-bar i { margin-right: 0.4rem; }

/* ─── HEADER ─── */
.site-header {
    background: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
    position: relative;
}

.site-header.nav-glass {
    background: #ffffff !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
}

.brand-mark-header {
    background: rgba(0,0,0,0.05) !important;
    box-shadow: none !important;
    border-radius: 0.5rem;
}

.brand-mark-header i { color: #212121 !important; }

.brand-accent { color: #C5A059 !important; }
.brand-text { color: #212121 !important; }
.brand-lockup {
    font-family: "Inter", sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 700 !important;
}

/* Nav links */
.premium-nav-links .nav-link {
    color: #212121 !important;
    text-transform: none !important;
    font-size: 0.88rem !important;
    letter-spacing: 0.05em !important;
    font-weight: 600 !important;
    padding: 0.5rem 1rem !important;
    transition: color 0.25s ease;
}

.premium-nav-links .nav-link:hover,
.premium-nav-links .nav-link:focus {
    color: #C5A059 !important;
}

.premium-nav-links .nav-item + .nav-item::before {
    display: none !important;
}

/* Search bar and Search Overlay */
.search-overlay-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.search-overlay-container.is-active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.search-overlay-close-btn {
    background: none;
    border: none;
    color: #212121;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-overlay-close-btn:hover {
    color: #C5A059;
}

.header-global-search {
    background: #FAF9F6 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    min-width: 320px;
    padding: 0 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

.header-global-search i {
    color: #C5A059 !important;
    padding-left: 0.85rem;
}

.header-global-search input {
    color: #212121 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 0.5rem !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    flex-grow: 1;
}

.header-global-search input::placeholder {
    color: #878787 !important;
}

.header-global-search-btn {
    background: #000000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 0.6rem 1.5rem !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    border: none !important;
}

.header-global-search-btn:hover {
    background: #C5A059 !important;
}

/* Header icons */
.header-icon-btn {
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 0 !important;
    color: #212121 !important;
    background: transparent !important;
    padding: 0.5rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease !important;
    cursor: pointer;
}

.header-icon-btn:hover,
.header-icon-btn:focus {
    background: rgba(0,0,0,0.02) !important;
    border-color: rgba(0,0,0,0.2) !important;
    color: #C5A059 !important;
}

.header-badge {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Account buttons */
.header-account-link,
.header-account-logout {
    border-color: rgba(0,0,0,0.1) !important;
    border-radius: 0 !important;
    color: #212121 !important;
}

.header-account-link:hover,
.header-account-logout:hover {
    background: rgba(0,0,0,0.02) !important;
}

.header-account-link.admin-link {
    border-color: rgba(197,160,89,0.3) !important;
    background: rgba(197,160,89,0.08) !important;
    color: #C5A059 !important;
}

.header-auth-trigger {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    padding: 0.55rem 1.2rem !important;
    text-transform: uppercase !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.08em !important;
    transition: background-color 0.2s ease !important;
}

.header-auth-trigger:hover,
.header-auth-trigger:focus {
    background: #C5A059 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

/* ─── SECONDARY NAV ─── */
.mp-subnav {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.mp-subnav-inner {
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 1rem;
}

.mp-subnav-inner::-webkit-scrollbar { display: none; }

.mp-subnav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.65rem 1.1rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #212121;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
}

.mp-subnav-link:hover,
.mp-subnav-link.active {
    color: #C5A059;
    border-bottom-color: #C5A059;
}

.mp-subnav-link i {
    font-size: 1.15rem;
    color: #C5A059;
}

/* ─── BUTTONS ─── */
.btn-gold {
    background: #FF6B35 !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(255,107,53,0.3) !important;
    border-radius: 0.375rem !important;
    font-weight: 600 !important;
}

.btn-gold:hover, .btn-gold:focus {
    background: #E65A2F !important;
    color: #fff !important;
}

.btn-neon {
    background: #FF7A45 !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(255,122,69,0.3) !important;
    border-radius: 0.375rem !important;
}

.btn-neon:hover, .btn-neon:focus {
    background: #E85E34 !important;
    color: #fff !important;
}

.btn-dark {
    background: #212121 !important;
    border-color: #212121 !important;
    border-radius: 0.375rem !important;
}

.btn-outline-dark {
    border-radius: 0.375rem !important;
}

.btn {
    border-radius: 0.375rem !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.btn:hover, .btn:focus {
    transform: none !important;
}

/* ─── HERO / LANDING ─── */
.landing-hero {
    min-height: 420px !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.landing-hero .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.hero-content {
    max-width: 600px;
}

/* Home hero contained banner */
section.landing-hero {
    min-height: 380px !important;
    max-height: 420px !important;
}

.eyebrow {
    color: #C5A059 !important;
    letter-spacing: 0.08em !important;
    font-weight: 700 !important;
}

.text-gold { color: #C5A059 !important; }

/* ─── CATEGORY ICON STRIP ─── */
.mp-category-strip {
    background: #fff;
    padding: 1.5rem 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.mp-category-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.mp-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #212121;
    transition: transform 0.2s ease;
    min-width: 80px;
}

.mp-category-item:hover {
    transform: translateY(-4px);
    color: #C5A059;
}

.mp-category-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFFFFF, #FFFFFF);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    color: #C5A059;
    border: 2px solid #FFFFFF;
    transition: all 0.3s ease;
}

.mp-category-item:hover .mp-category-icon {
    background: #C5A059;
    color: #fff;
    border-color: #C5A059;
    box-shadow: 0 4px 14px rgba(197, 160, 89,0.3);
}

.mp-category-label {
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
}

/* ─── DEAL SECTION ─── */
.mp-deal-section {
    background: #fff;
    padding: 1.25rem 0;
    margin-top: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.mp-deal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
}

.mp-deal-header h2 {
    font-size: 1.4rem !important;
    font-weight: 700;
    margin: 0;
}

.mp-deal-timer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #212121;
}

.mp-deal-timer-block {
    background: #212121;
    color: #fff;
    padding: 0.25rem 0.55rem;
    border-radius: 0.25rem;
    font-weight: 700;
    font-size: 0.9rem;
    min-width: 2rem;
    text-align: center;
}

.mp-deal-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0 1.5rem 0.5rem;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.mp-deal-scroll::-webkit-scrollbar { display: none; }

/* ─── PRODUCT CARDS (Marketplace Style) ─── */
.shop-product-card,
.landing-product-card {
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
    border: none !important;
    transition: box-shadow 0.2s ease !important;
}

.shop-product-card:hover,
.landing-product-card:hover {
    transform: none !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
}

.shop-product-media {
    background: #fff !important;
}

.shop-product-body {
    padding: 0.85rem 1rem !important;
}

.shop-product-body h3 {
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    color: #212121;
    margin: 0 0 0.35rem !important;
}

.shop-badge {
    border-radius: 0.2rem !important;
    font-size: 0.72rem !important;
    padding: 0.2rem 0.5rem !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.shop-badge.sale {
    background: #388E3C !important;
    color: #fff !important;
}

.shop-badge.dark {
    background: #212121 !important;
}

.price {
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

.compare-price {
    color: #878787 !important;
    font-size: 0.85rem !important;
}

.stock-tag.in, .stock-line.in {
    background: rgba(56,142,60,0.1) !important;
    color: #388E3C !important;
    border-radius: 0.25rem !important;
}

.stock-tag.out, .stock-line.out {
    background: rgba(255,97,97,0.1) !important;
    color: #FF6161 !important;
    border-radius: 0.25rem !important;
}

/* Shop card actions */
.shop-card-actions .btn {
    border-radius: 0.375rem !important;
    text-transform: none !important;
    font-weight: 600 !important;
}

/* ─── RATING STARS ─── */
.premium-rating-stars {
    color: #FF7A45 !important;
}

.review-stars {
    color: #FF7A45 !important;
}

/* Discount percentage badge */
.mp-discount-badge {
    color: #388E3C;
    font-size: 0.82rem;
    font-weight: 600;
}

/* ─── CATALOG / FILTER ─── */
.catalog-hero {
    background: linear-gradient(135deg, #C5A059, #8C713B) !important;
    padding: 2.5rem 0 2rem !important;
}

.shop-filter-card {
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}

.shop-filter-accordion .accordion-item {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background: #fff !important;
}

.shop-filter-accordion .accordion-button {
    background: #fff !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    color: #212121 !important;
}

.shop-filter-accordion .accordion-button:not(.collapsed) {
    background: #fff !important;
    color: #C5A059 !important;
}

.filter-option, .filter-chip {
    border-radius: 0.25rem !important;
    padding: 0.55rem 0.65rem !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    font-size: 0.85rem !important;
}

.filter-chip.active {
    background: #C5A059 !important;
    color: #fff !important;
    border-color: #C5A059 !important;
}

.catalog-toolbar {
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}

/* ─── PRODUCT DETAIL ─── */
.product-detail-card,
.product-gallery-card,
.detail-content-card {
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}

.product-main-image {
    border-radius: 0.375rem !important;
}

.product-thumb {
    border-radius: 0.375rem !important;
}

.product-thumb.active {
    border-color: #C5A059 !important;
    box-shadow: 0 0 0 2px rgba(197, 160, 89,0.2) !important;
}

.detail-price-row strong {
    color: #212121 !important;
}

.variant-pill span {
    border-radius: 0.375rem !important;
}

.variant-pill input:checked + span {
    background: #C5A059 !important;
    border-color: #C5A059 !important;
    color: #fff !important;
}

/* Offers section on product page */
.mp-offers-section {
    margin: 1rem 0;
    padding: 0.85rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    background: #fff;
}

.mp-offers-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.mp-offers-title i { color: #388E3C; }

.mp-offer-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.4rem 0;
    font-size: 0.82rem;
    color: #212121;
}

.mp-offer-item .mp-offer-tag {
    background: #388E3C;
    color: #fff;
    padding: 0.1rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.72rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* ─── CART ─── */
.commerce-hero {
    background: #fff !important;
    border: none !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
    border-radius: 0.375rem !important;
}

.cart-line-card,
.coupon-panel,
.cart-totals-card,
.empty-commerce-state {
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
    border: none !important;
}

.cart-line-media { border-radius: 0.375rem !important; }

.cart-remove-btn {
    border-radius: 0.375rem !important;
}

.detail-quantity-box {
    border-radius: 0.375rem !important;
    background: #f5f5f5 !important;
}

.quantity-btn {
    border-radius: 0.25rem !important;
}

/* ─── CHECKOUT ─── */
.checkout-panel,
.checkout-summary-card,
.checkout-guest-card,
.checkout-submit-bar {
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}

.checkout-hero, .orders-hero, .order-detail-hero {
    background: #fff !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
    border: none !important;
}

/* ─── FOOTER ─── */
.site-footer {
    background: #ffffff !important;
    color: #555555 !important;
    padding: 2.5rem 0 1rem !important;
    border-top: 1px solid #e0e0e0 !important;
}

.site-footer h5, .site-footer h6 {
    color: #111111 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 0.85rem !important;
    font-weight: 700;
}

.footer-links a {
    color: #666666 !important;
    font-size: 0.85rem !important;
    transition: color 0.2s ease;
}

.footer-links a:hover { 
    color: #C5A059 !important; 
}

.footer-bottom {
    border-top: 1px solid #e0e0e0 !important;
    color: #888888 !important;
    font-size: 0.78rem;
}

.brand-mark {
    background: #C5A059 !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 0.375rem !important;
}

/* ─── HOME PAGE SECTIONS ─── */
.home-category-card {
    border-radius: 0.375rem !important;
}

.home-category-bg {
    border-radius: 0.375rem !important;
}

.bg-black-true {
    background: #ffffff !important;
}

/* ─── AUTH MODAL ─── */
.auth-modal-content {
    border-radius: 0.5rem !important;
}

.auth-modal-aside {
    background: #C5A059 !important;
}

.auth-kicker {
    background: rgba(255,255,255,0.15) !important;
    color: #FFFFFF !important;
}

.auth-primary-btn {
    background: #FF6B35 !important;
    border-radius: 0.375rem !important;
}

.auth-primary-btn:hover {
    background: #E65A2F !important;
}

.auth-field .form-control:focus {
    border-color: rgba(197, 160, 89,0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(197, 160, 89,0.1) !important;
}

/* ─── FORM FOCUS ─── */
.form-control:focus {
    border-color: rgba(197, 160, 89,0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(197, 160, 89,0.1) !important;
}

/* ─── TOAST ─── */
.premium-toast::before {
    background: #C5A059 !important;
}

.premium-toast.success::before {
    background: #388E3C !important;
}

.premium-toast.error::before {
    background: #FF6161 !important;
}

/* ─── PAGINATION ─── */
.premium-pagination .page-link.active,
.premium-pagination .page-link:hover {
    background: #C5A059 !important;
    border-color: #C5A059 !important;
}

/* ─── ACCOUNT ─── */
.account-overview-hero, .orders-hero {
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
    border-radius: 0.375rem !important;
}

.account-nav-link:hover,
.account-nav-link.is-active {
    border-color: rgba(197, 160, 89,0.3) !important;
    background: linear-gradient(135deg, rgba(197, 160, 89,0.06), #fff) !important;
}

.status-pill, .mobile-order-pill {
    background: rgba(197, 160, 89,0.1) !important;
    color: #C5A059 !important;
}

/* ─── WISHLIST CARD ─── */
.wishlist-card {
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
    border: none !important;
}

/* ─── TRUST BADGES ─── */
.mp-trust-strip {
    background: #fff;
    padding: 1.5rem 0;
    margin-top: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.mp-trust-grid {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.mp-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-align: center;
}

.mp-trust-icon {
    font-size: 1.8rem;
    color: #C5A059;
}

.mp-trust-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #878787;
}

/* ─── SHIPPING BAR ─── */
.shipping-progress .progress-bar {
    background: linear-gradient(135deg, #C5A059, #5b9cf5) !important;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 767.98px) {
    .mp-category-grid { gap: 1rem; }
    .mp-category-icon { width: 48px; height: 48px; font-size: 1.1rem; }
    .mp-category-label { font-size: 0.7rem; }
    .mp-deal-header h2 { font-size: 1.1rem !important; }
    .mp-subnav-link { padding: 0.5rem 0.8rem; font-size: 0.72rem; }
    .mp-trust-grid { gap: 1.5rem; }
    .header-global-search { min-width: 0 !important; }
}

@media (max-width: 575.98px) {
    .mp-category-grid { gap: 0.75rem; }
    .mp-category-icon { width: 44px; height: 44px; font-size: 1rem; }
    .mp-announce-bar { font-size: 0.72rem; padding: 0.35rem 0.5rem; }
}

/* ═══════════════════════════════════════════
   AI CHATBOT WIDGET
   ═══════════════════════════════════════════ */
.ai-chat-widget { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 2000; font-family: "Inter", sans-serif; }

.ai-chat-fab {
    width: 56px; height: 56px; border-radius: 50%; border: none;
    background: linear-gradient(135deg, #C5A059, #8C713B);
    color: #fff; font-size: 1.4rem; cursor: pointer;
    box-shadow: 0 4px 20px rgba(197, 160, 89,0.4);
    display: grid; place-items: center; position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ai-chat-fab:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(197, 160, 89,0.5); }
.ai-chat-fab.is-hidden { transform: scale(0); pointer-events: none; }

.ai-fab-pulse {
    position: absolute; inset: -4px; border-radius: 50%;
    border: 2px solid #C5A059; opacity: 0;
    animation: fabPulse 2s ease-out infinite;
}
@keyframes fabPulse { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.5); opacity: 0; } }

.ai-chat-panel {
    position: fixed; bottom: 1.5rem; right: 1.5rem;
    width: 380px; max-width: calc(100vw - 2rem); height: 520px; max-height: calc(100vh - 6rem);
    background: #fff; border-radius: 1rem;
    box-shadow: 0 10px 50px rgba(0,0,0,0.18);
    display: flex; flex-direction: column;
    transform: scale(0.8) translateY(20px); opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.25s ease;
    overflow: hidden;
}
.ai-chat-panel.is-open { transform: scale(1) translateY(0); opacity: 1; pointer-events: all; }

.ai-chat-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #C5A059, #8C713B);
    color: #fff;
}
.ai-chat-header-info { display: flex; align-items: center; gap: 0.65rem; }
.ai-chat-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,0.2); display: grid; place-items: center;
    font-size: 1.1rem;
}
.ai-chat-header-info strong { font-size: 0.92rem; }
.ai-chat-status { display: flex; align-items: center; gap: 0.3rem; font-size: 0.72rem; opacity: 0.85; }
.ai-status-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; }
.ai-chat-close { border: none; background: rgba(255,255,255,0.15); color: #fff; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.ai-chat-close:hover { background: rgba(255,255,255,0.25); }

.ai-chat-body {
    flex: 1; overflow-y: auto; padding: 1rem;
    display: flex; flex-direction: column; gap: 0.75rem;
    scroll-behavior: smooth;
}
.ai-chat-body::-webkit-scrollbar { width: 4px; }
.ai-chat-body::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

.ai-msg { display: flex; }
.ai-msg-user { justify-content: flex-end; }
.ai-msg-bubble {
    max-width: 85%; padding: 0.7rem 0.9rem; border-radius: 1rem;
    font-size: 0.85rem; line-height: 1.55;
}
.ai-msg-bot .ai-msg-bubble { background: #f0f2f5; color: #212121; border-bottom-left-radius: 0.25rem; }
.ai-msg-user .ai-msg-bubble { background: #C5A059; color: #fff; border-bottom-right-radius: 0.25rem; }

.ai-typing .ai-msg-bubble { display: flex; gap: 4px; padding: 0.8rem 1rem; }
.ai-typing span {
    width: 7px; height: 7px; border-radius: 50%; background: #aaa;
    animation: typingDot 1.4s infinite;
}
.ai-typing span:nth-child(2) { animation-delay: 0.2s; }
.ai-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDot { 0%,60%,100% { transform: translateY(0); } 30% { transform: translateY(-6px); } }

.ai-chat-quick {
    display: flex; gap: 0.4rem; flex-wrap: wrap;
    padding: 0.5rem 1rem; border-top: 1px solid #f0f0f0;
}
.ai-quick-btn {
    border: 1px solid #e0e0e0; background: #fff; color: #212121;
    padding: 0.35rem 0.7rem; border-radius: 999px; font-size: 0.72rem;
    font-weight: 600; cursor: pointer; white-space: nowrap;
    transition: all 0.2s ease;
}
.ai-quick-btn:hover { background: #C5A059; color: #fff; border-color: #C5A059; }

.ai-chat-input-wrap {
    display: flex; gap: 0.5rem; padding: 0.75rem 1rem;
    border-top: 1px solid #f0f0f0;
}
.ai-chat-input {
    flex: 1; border: 1px solid #e0e0e0; border-radius: 999px;
    padding: 0.55rem 0.9rem; font-size: 0.85rem; outline: none;
}
.ai-chat-input:focus { border-color: #C5A059; }
.ai-chat-send {
    width: 38px; height: 38px; border-radius: 50%; border: none;
    background: #C5A059; color: #fff; cursor: pointer;
    display: grid; place-items: center; font-size: 0.85rem;
    transition: background 0.2s ease;
}
.ai-chat-send:hover { background: #8C713B; }

/* ═══════════════════════════════════════════
   SMART SEARCH DROPDOWN
   ═══════════════════════════════════════════ */
.smart-search-dropdown {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    z-index: 9999; max-height: 400px; overflow-y: auto;
}
.ss-section { padding: 0.5rem 0; border-bottom: 1px solid #f0f0f0; }
.ss-section:last-of-type { border-bottom: none; }
.ss-section-head {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0.4rem 1rem; font-size: 0.72rem; font-weight: 700;
    color: #878787; text-transform: uppercase; letter-spacing: 0.04em;
}
.ss-clear-btn {
    border: none; background: none; color: #C5A059; font-size: 0.72rem;
    font-weight: 600; cursor: pointer; padding: 0;
}
.ss-item {
    display: flex; align-items: center; gap: 0.65rem;
    padding: 0.55rem 1rem; color: #212121; text-decoration: none;
    font-size: 0.88rem; cursor: pointer; transition: background 0.15s ease;
}
.ss-item:hover, .ss-item.is-selected { background: #f5f7fa; color: #C5A059; }
.ss-item i { color: #878787; font-size: 0.85rem; width: 1.2rem; text-align: center; }
.ss-search-all { border-top: 1px solid #f0f0f0; font-weight: 600; color: #C5A059 !important; }
.ss-ai-badge {
    padding: 0.45rem 1rem; text-align: right; font-size: 0.68rem;
    color: #878787; background: #fafafa;
}
.ss-ai-badge i { color: #FF7A45; }

/* ═══════════════════════════════════════════
   BACK TO TOP BUTTON
   ═══════════════════════════════════════════ */
.btt-btn {
    position: fixed; bottom: 6rem; right: 1.5rem; z-index: 9990;
    width: 44px; height: 44px; border-radius: 50%; border: none;
    background: #fff; color: #C5A059; cursor: pointer;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    display: grid; place-items: center;
    opacity: 0; transform: translateY(20px); pointer-events: none;
    transition: all 0.3s ease;
}
.btt-btn.is-visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.btt-btn:hover { box-shadow: 0 4px 20px rgba(197, 160, 89,0.25); }
.btt-btn i { font-size: 1rem; z-index: 1; }
.btt-ring {
    position: absolute; inset: 0; width: 100%; height: 100%;
    transform: rotate(-90deg);
}
.btt-ring-bg { fill: none; stroke: #e8e8e8; stroke-width: 2; }
.btt-ring-fill { fill: none; stroke: #C5A059; stroke-width: 2.5; stroke-linecap: round; transition: stroke-dashoffset 0.15s ease; }

/* ═══════════════════════════════════════════
   RECENTLY VIEWED STRIP
   ═══════════════════════════════════════════ */
.rv-scroll {
    display: flex; gap: 1.25rem; overflow-x: auto;
    scrollbar-width: none; padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
}
.rv-scroll::-webkit-scrollbar { display: none; }
.rv-card {
    flex: 0 0 180px; text-decoration: none; color: #212121;
    background: #fff; border: 1px solid #e0e0e0; border-radius: 0.5rem;
    overflow: hidden; transition: all 0.3s ease;
    scroll-snap-align: start;
}
.rv-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-4px); color: #212121; }
.rv-img { height: 180px; overflow: hidden; background: #f9f9f9; position: relative; }
.rv-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.rv-card:hover .rv-img img { transform: scale(1.05); }
.rv-info { padding: 0.85rem; }
.rv-name { display: block; font-size: 0.9rem; font-weight: 600; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 0.4rem; color: #212121; }
.rv-price { display: block; font-size: 1rem; font-weight: 700; color: #C5A059; }

/* ═══════════════════════════════════════════
   IMAGE ZOOM
   ═══════════════════════════════════════════ */
.zoom-ready { position: relative; cursor: crosshair; }
.zoom-lens {
    display: none; position: absolute;
    width: 100px; height: 100px;
    border: 2px solid #C5A059; border-radius: 50%;
    background: rgba(197, 160, 89,0.08);
    pointer-events: none; z-index: 5;
}
.zoom-result {
    display: none; position: absolute;
    top: 1rem; right: 1rem;
    width: min(350px, calc(100% - 2rem)); height: min(350px, calc(100% - 2rem));
    background-color: #fff; background-repeat: no-repeat;
    border: 1px solid #e0e0e0; border-radius: 0.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    z-index: 20; pointer-events: none;
}

/* ═══════════════════════════════════════════
   RIPPLE EFFECT
   ═══════════════════════════════════════════ */
.ripple-effect {
    position: absolute; border-radius: 50%;
    background: rgba(255,255,255,0.4);
    width: 0; height: 0;
    transform: translate(-50%,-50%);
    animation: rippleAnim 0.6s ease-out forwards;
    pointer-events: none;
}
@keyframes rippleAnim { to { width: 200px; height: 200px; opacity: 0; } }

/* ═══════════════════════════════════════════
   CART BADGE PULSE
   ═══════════════════════════════════════════ */
.header-badge.has-items { animation: badgeGlow 2s ease-in-out infinite; }
.header-badge.pulse-anim { animation: badgePop 0.4s ease-out; }
@keyframes badgeGlow {
    0%,100% { box-shadow: 0 0 0 0 rgba(255,107,53,0.4); }
    50% { box-shadow: 0 0 0 6px rgba(255,107,53,0); }
}
@keyframes badgePop { 0% { transform: scale(1); } 50% { transform: scale(1.6); } 100% { transform: scale(1); } }

/* ═══════════════════════════════════════════
   RESPONSIVE - AI Features
   ═══════════════════════════════════════════ */
@media (max-width: 767.98px) {
    .ai-chat-panel { width: calc(100vw - 1.5rem); height: calc(100vh - 6rem); bottom: 5rem; right: 0.75rem; }
    .ai-chat-widget { bottom: 5.5rem !important; right: 1rem !important; }
    .ai-chat-fab { width: 48px; height: 48px; font-size: 1.2rem; bottom: 0 !important; right: 0 !important; }
    .btt-btn { bottom: 9.5rem !important; right: 1rem !important; width: 38px; height: 38px; }
    .zoom-result { display: none !important; }
    .zoom-lens { display: none !important; }
}

/* Velmore brand polish */
:root {
    --velmore-plum: #341140;
    --velmore-plum-2: #212121;
    --velmore-magenta: #C5A059;
    --velmore-pink: #d64df0;
    --velmore-mist: #FFFFFF;
    --primary: var(--velmore-magenta);
    --gold: var(--velmore-magenta);
    --gold-dark: var(--velmore-plum-2);
    --gold-light: #FFFFFF;
    --accent: var(--velmore-pink);
    --accent-deep: #8b1caf;
    --surface: #FFFFFF;
}

body {
    background: #FFFFFF !important;
}

::selection {
    background: rgba(197, 160, 89, 0.18);
}

.site-header,
.site-header.nav-glass {
    background: #ffffff !important;
    border-bottom: 1px solid #e0e0e0 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

.brand-logo-img-header {
    height: 4.2rem !important;
    max-width: 13.5rem !important;
    padding: 0 !important;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.premium-nav-links .nav-link {
    color: #212121 !important;
}

.premium-nav-links .nav-link:hover,
.premium-nav-links .nav-link:focus {
    color: #C5A059 !important;
}

.header-global-search {
    border-radius: 0 !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    background: #FAF9F6 !important;
}

.header-global-search i {
    color: #C5A059 !important;
}

.header-global-search-btn,
.btn-neon,
.compare-bar-btn,
.compare-view-btn,
.ss-search-all {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
    transition: all 0.2s ease !important;
    border-radius: 0 !important;
}

.header-global-search-btn:hover,
.btn-neon:hover,
.btn-neon:focus {
    background: #C5A059 !important;
    border-color: #C5A059 !important;
    color: #ffffff !important;
}

.header-icon-btn,
.dark-mode-toggle,
.header-account-link,
.header-account-logout {
    border-color: rgba(0, 0, 0, 0.1) !important;
    background: transparent !important;
    color: #212121 !important;
    border-radius: 0 !important;
}

.header-icon-btn:hover,
.header-icon-btn:focus,
.dark-mode-toggle:hover,
.header-account-link:hover,
.header-account-logout:hover {
    background: rgba(0, 0, 0, 0.02) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #C5A059 !important;
}

.header-auth-trigger {
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.header-auth-trigger:hover,
.header-auth-trigger:focus {
    background: #C5A059 !important;
    color: #ffffff !important;
}

.header-badge {
    background: #000000 !important;
    color: #ffffff !important;
}

.mp-subnav {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: rgba(197, 160, 89, 0.12);
}

.mp-subnav-link:hover,
.mp-subnav-link.active {
    color: #C5A059;
    border-bottom-color: #C5A059;
}

.mp-subnav-link i,
.eyebrow,
.text-gold,
.voice-search-btn:hover,
.qv-trust i,
.quiz-step-icon,
.mobile-nav-item.active {
    color: #C5A059 !important;
}

.btn-gold {
    background: #000000 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

.btn-gold:hover,
.btn-gold:focus {
    background: #C5A059 !important;
    color: #ffffff !important;
}

.page-loader,
.loader-logo,
.mobile-nav-fab {
    background: linear-gradient(135deg, #FFFFFF, #C5A059) !important;
}

/* Toggler light mode colors */
.navbar-toggler {
    color: #212121 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0.5rem !important;
    align-items: center;
    justify-content: center;
}

.navbar-toggler i {
    color: #212121 !important;
    font-size: 1.35rem !important;
}

/* Default Mobile Column Layout styles (for viewports < 1200px) */
.premium-navbar .container-fluid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100%;
}

.navbar-toggler {
    flex: 0 0 auto !important;
    order: 1 !important;
}

.nav-center-col {
    flex: 1 1 auto !important;
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nav-right-col {
    flex: 0 0 auto !important;
    order: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

@media (max-width: 1199.98px) {
    .brand-logo-img-header {
        height: 2.2rem !important;
        max-width: 100px !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    .navbar-toggler {
        display: inline-flex !important;
    }
}

@media (max-width: 575.98px) {
    .header-action-row {
        gap: 0.4rem !important;
    }
    .header-auth-trigger span,
    .header-account-name {
        display: none !important;
    }
    .header-auth-trigger {
        padding: 0.5rem !important;
        border-radius: 50% !important;
        width: 2.4rem !important;
        height: 2.4rem !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .header-account-toggle {
        padding: 0.5rem !important;
        border-radius: 50% !important;
        width: 2.4rem !important;
        height: 2.4rem !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .header-account-toggle::after {
        display: none !important;
    }
    .header-icon-btn {
        width: 2.4rem !important;
        height: 2.4rem !important;
    }
}

/* Desktop Grid Centering (for viewports >= 1200px) */
@media (min-width: 1200px) {
    .nav-left-col {
        flex: 1 1 0% !important;
        order: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important; /* Push left links next to the logo */
    }
    .nav-center-col {
        flex: 0 0 auto !important;
        order: 2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 2.5rem !important; /* Equal spacing on both sides of the logo */
    }
    .nav-right-col {
        flex: 1 1 0% !important;
        order: 3 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important; /* Push right links next to logo, actions to far right */
    }
    .navbar-toggler {
        display: none !important;
    }
    #primaryNav.collapse,
    #primaryNav.offcanvas {
        display: none !important;
    }
}

/* Account button styles to be visible on white header */
.header-account-toggle {
    color: #212121 !important;
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.2s ease !important;
}

.header-account-toggle i {
    color: #212121 !important;
}

.header-account-toggle:hover,
.header-account-toggle:focus,
.header-account-toggle.show {
    color: #C5A059 !important;
    border-color: #C5A059 !important;
    background: rgba(0, 0, 0, 0.02) !important;
}

.header-account-toggle.show i {
    color: #C5A059 !important;
}

.header-account-name {
    color: #212121 !important;
    font-weight: 700 !important;
}

/* Bank Offers light luxury styling overrides */
.premium-bank-offers {
    background: #FFFFFF !important;
    color: #212121 !important;
    border-top: 1px solid rgba(197, 160, 89, 0.15) !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.15) !important;
}

.premium-bank-offers-head h2 {
    color: #212121 !important;
}

.premium-bank-offers-head span {
    color: #C5A059 !important;
}

.premium-bank-offers-head a {
    color: #212121 !important;
}

.premium-bank-offers-head a:hover {
    color: #C5A059 !important;
}

/* Premium Split Promo Styling */
@media (min-width: 768px) {
    .premium-split-promo .row::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 5%;
        height: 90%;
        width: 1px;
        background: rgba(0, 0, 0, 0.12);
        transform: translateX(-50%);
    }
}

.premium-split-promo .btn-outline-dark {
    border: 1px solid #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    transition: all 0.2s ease !important;
}

.premium-split-promo .btn-outline-dark:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Breadcrumb color styling overrides for storefront */
.premium-breadcrumbs li {
    color: #757575 !important;
}

.premium-breadcrumbs a {
    color: #757575 !important;
}

.premium-breadcrumbs a:hover {
    color: #C5A059 !important;
}

.premium-breadcrumbs .is-current span {
    color: #C5A059 !important;
}

/* Catalog Hero text visibility on gold background */
.catalog-hero {
    color: #ffffff !important;
}

.catalog-hero .eyebrow {
    color: #ffffff !important;
    opacity: 0.9 !important;
}

.catalog-hero h1 {
    color: #ffffff !important;
}

.catalog-hero p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.catalog-hero-meta,
.catalog-hero-meta span {
    color: rgba(255, 255, 255, 0.85) !important;
}

.catalog-hero .premium-breadcrumbs li {
    color: rgba(255, 255, 255, 0.8) !important;
}

.catalog-hero .premium-breadcrumbs a {
    color: #ffffff !important;
}

.catalog-hero .premium-breadcrumbs a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.catalog-hero .premium-breadcrumbs .is-current span {
    color: #ffffff !important;
}

        height: 2.4rem !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .header-account-toggle {
        padding: 0.5rem !important;
        border-radius: 50% !important;
        width: 2.4rem !important;
        height: 2.4rem !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .header-account-toggle::after {
        display: none !important;
    }
    .header-icon-btn {
        width: 2.4rem !important;
        height: 2.4rem !important;
    }
}

/* Desktop Grid Centering (for viewports >= 1200px) */
@media (min-width: 1200px) {
    .nav-left-col {
        flex: 1 1 0% !important;
        order: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important; /* Push left links next to the logo */
    }
    .nav-center-col {
        flex: 0 0 auto !important;
        order: 2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 2.5rem !important; /* Equal spacing on both sides of the logo */
    }
    .nav-right-col {
        flex: 1 1 0% !important;
        order: 3 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important; /* Push right links next to logo, actions to far right */
    }
    .navbar-toggler {
        display: none !important;
    }
    #primaryNav.collapse,
    #primaryNav.offcanvas {
        display: none !important;
    }
}

/* Account button styles to be visible on white header */
.header-account-toggle {
    color: #212121 !important;
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.2s ease !important;
}

.header-account-toggle i {
    color: #212121 !important;
}

.header-account-toggle:hover,
.header-account-toggle:focus,
.header-account-toggle.show {
    color: #C5A059 !important;
    border-color: #C5A059 !important;
    background: rgba(0, 0, 0, 0.02) !important;
}

.header-account-toggle.show i {
    color: #C5A059 !important;
}

.header-account-name {
    color: #212121 !important;
    font-weight: 700 !important;
}

/* Bank Offers light luxury styling overrides */
.premium-bank-offers {
    background: #FFFFFF !important;
    color: #212121 !important;
    border-top: 1px solid rgba(197, 160, 89, 0.15) !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.15) !important;
}

.premium-bank-offers-head h2 {
    color: #212121 !important;
}

.premium-bank-offers-head span {
    color: #C5A059 !important;
}

.premium-bank-offers-head a {
    color: #212121 !important;
}

.premium-bank-offers-head a:hover {
    color: #C5A059 !important;
}

/* Premium Split Promo Styling */
@media (min-width: 768px) {
    .premium-split-promo .row::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 5%;
        height: 90%;
        width: 1px;
        background: rgba(0, 0, 0, 0.12);
        transform: translateX(-50%);
    }
}

.premium-split-promo .btn-outline-dark {
    border: 1px solid #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    transition: all 0.2s ease !important;
}

.premium-split-promo .btn-outline-dark:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Breadcrumb color styling overrides for storefront */
.premium-breadcrumbs li {
    color: #757575 !important;
}

.premium-breadcrumbs a {
    color: #757575 !important;
}

.premium-breadcrumbs a:hover {
    color: #C5A059 !important;
}

.premium-breadcrumbs .is-current span {
    color: #C5A059 !important;
}

/* Catalog Hero text visibility on gold background */
.catalog-hero {
    color: #ffffff !important;
}

.catalog-hero .eyebrow {
    color: #ffffff !important;
    opacity: 0.9 !important;
}

.catalog-hero h1 {
    color: #ffffff !important;
}

.catalog-hero p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.catalog-hero-meta,
.catalog-hero-meta span {
    color: rgba(255, 255, 255, 0.85) !important;
}

.catalog-hero .premium-breadcrumbs li {
    color: rgba(255, 255, 255, 0.8) !important;
}

.catalog-hero .premium-breadcrumbs a {
    color: #ffffff !important;
}

.catalog-hero .premium-breadcrumbs a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.catalog-hero .premium-breadcrumbs .is-current span {
    color: #ffffff !important;
}

/* Secure Account Dropdown absolute position on mobile to prevent layout shifting */
.header-account-menu {
    position: relative !important;
}

.header-account-dropdown.flip-account-dropdown {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
    margin-top: 0.5rem !important;
    z-index: 1050 !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* Premium Cart & Quick View Luxury Theme Overrides */
.premium-cart-panel header span,
.premium-search-head span {
    color: #C5A059 !important; /* brand gold instead of purple */
}

.premium-cart-empty i {
    color: #C5A059 !important; /* brand gold instead of blue */
}

.premium-cart-actions a,
.premium-cart-empty a {
    border-radius: 4px !important; /* premium square-ish borders */
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 0.8rem !important;
    transition: all 0.3s ease !important;
}

.premium-cart-actions a.is-primary,
.premium-qv-actions button {
    background: #000000 !important; /* solid black button */
    color: #ffffff !important;
    border: none !important;
}

.premium-cart-actions a.is-primary:hover,
.premium-qv-actions button:hover {
    background: #C5A059 !important; /* luxury gold on hover */
    color: #ffffff !important;
}

.premium-cart-actions a:not(.is-primary) {
    color: #212121 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background: transparent !important;
}

.premium-cart-actions a:not(.is-primary):hover {
    background: #212121 !important;
    color: #ffffff !important;
    border-color: #212121 !important;
}

/* Push cart panel footer up on mobile to clear the bottom navigation bar */
@media (max-width: 768px) {
    .premium-cart-panel footer {
        padding-bottom: calc(18px + 70px) !important;
    }
}

/* ─── WINSTON E-COMMERCE PRODUCT CARD DESIGN ─── */
.winston-product-card {
    background-color: #F8F4EF !important;
    border-radius: 16px !important;
    border: none !important;
    overflow: hidden !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.winston-product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09) !important;
}

.winston-product-card .shop-product-media {
    background: #FFFFFF !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.winston-product-card .shop-product-media img {
    border-radius: 16px 16px 0 0;
    transition: transform 0.4s ease;
}

.winston-product-card:hover .shop-product-media img {
    transform: scale(1.04);
}

.winston-badge.sold-out {
    background-color: #BA8E5F !important;
    color: #FFFFFF !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
}

.winston-badge.new {
    background-color: #232931 !important;
    color: #FFFFFF !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
}

.winston-title {
    margin: 0;
}

.winston-title a {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.02rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    color: #382E2B !important;
    line-height: 1.35 !important;
}

.winston-title a:hover {
    color: #8C2127 !important;
}

.winston-rating-row .winston-stars {
    color: #D4A373;
    font-size: 0.85rem;
}

.winston-rating-row .winston-review-count {
    font-size: 0.84rem;
    font-weight: 600;
    color: #5E524B;
}

.winston-description {
    color: #6E6159;
    font-size: 0.85rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.winston-price-row {
    flex-wrap: wrap;
}

.winston-compare-price {
    text-decoration: line-through;
    color: #9E9088;
    font-size: 0.88rem;
}

.winston-price {
    font-weight: 800;
    font-size: 1.15rem;
    color: #2B211C;
}

.winston-save-badge {
    background-color: #8C2127;
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.winston-add-btn {
    background-color: #232931 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    font-size: 0.88rem !important;
    padding: 0.85rem 1rem !important;
    border-radius: 8px !important;
    border: none !important;
    transition: background-color 0.2s ease !important;
}

.winston-add-btn:hover:not(:disabled) {
    background-color: #11151A !important;
    color: #FFFFFF !important;
}

.winston-add-btn:disabled {
    background-color: #232931 !important;
    opacity: 0.85 !important;
    color: #FFFFFF !important;
    cursor: not-allowed !important;
}


/* ENFORCE PURE WHITE BODY BACKGROUND */
body, .site-shell, html { background-color: #ffffff !important; }
