.avatar{
    vertical-align: middle;
    width: 100px;
    height: 100px;
}
.avatar-round{
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 30%;
}
.score {
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.score-wrap {
    display: inline-block;
    position: relative;
    height: 19px;
}
.score .stars-active {
    color: var(--ps-gold);
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.score .stars-inactive {
    color: lightgrey;
    position: absolute;
    top: 0;
    left: 0;
}
.rating {
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 20px;
}
.rating-star {
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
    display: block;
    float: right;
}
.rating-star:after {
    position: relative;
    font-family: "Font Awesome 5 Free", serif;
    content: '\f005';
    color: lightgrey;
}
.rating-star.checked ~ .rating-star:after,
.rating-star.checked:after {
    content: '\f005';
    color: var(--ps-gold);
}
.rating:hover .rating-star:after {
    content: '\f005';
    color: lightgrey;
}
.rating-star:hover ~ .rating-star:after,
.rating .rating-star:hover:after {
    content: '\f005';
    color: var(--ps-gold);
}
.cartBox{
    display: flex;
    justify-content: flex-start;
    padding-top: 5px;
    border: 0 medium none;
}
.cartPlusMinus{
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 9px 0 0 15px ;
    width: 90px;
    height: 49px;
}
.cartQty{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 17px;
    margin: 15px;
    padding: 0;
    text-align: center;
}
.notification {
    color: white;
    text-decoration: none;
    padding: 3px 10px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}
.notification .badge {
    position: absolute;
    top: -1px;
    right: 0;
    padding: 2px 4px;
    border-radius: 50%;
    background: #85bd02;
    color: white;
}
.navbar-nav .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(0.7);
    transform-origin: top right;
    left: 0.50rem;
    margin-top: -0.50rem;
    border-radius: 100%;
    margin-right: -5px;
}
.withoutAfter::after {
    display: none !important;
}
.navbar .dropdown-menu::before {
    content: '';
    display: block;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #dcb14a;
    position: absolute;
    top: -0.5rem;
    left: 10.60rem !important;
}
/* Legacy .category-item-title box rule superseded by the layered gradient-overlay
   treatment further below; left as a harmless reset in case any old markup remains. */
.category-item-title { font-size: 0.8rem; }

/* ==========================================================================
   Padma Shakhi — Boutique Design System (Phase 1: shell + homepage)
   Rich, warm, editorial. Loads last, so it wins the cascade over the
   vendor "furits" template CSS and the Mix-compiled app.css above it.
   ========================================================================== */

:root {
    --ps-maroon: #6b1626;
    --ps-maroon-dark: #4a0f1b;
    --ps-maroon-light: #8c2438;
    --ps-gold: #b8863b;
    --ps-gold-light: #d9b978;
    --ps-ivory: #fbf6ef;
    --ps-cream: #f4ead9;
    --ps-charcoal: #2a2420;
    --ps-muted: #7a6f63;
    --ps-border: #e6dac6;

    --ps-font-serif: 'Cormorant Garamond', 'Georgia', serif;
    --ps-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --ps-space-2: 8px;
    --ps-space-3: 16px;
    --ps-space-4: 24px;
    --ps-space-5: 40px;
    --ps-space-6: 64px;

    --ps-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --ps-duration: 500ms;

    --ps-radius: 6px;
    --ps-radius-lg: 10px;
    --ps-shadow-sm: 0 4px 16px rgba(42, 36, 32, 0.06);
    --ps-shadow-md: 0 12px 32px rgba(42, 36, 32, 0.10);
    --ps-shadow-lg: 0 24px 64px rgba(42, 36, 32, 0.16);
    --ps-shadow-gold: 0 10px 28px rgba(184, 134, 59, 0.28);
}

@media (prefers-reduced-motion: reduce) {
    :root { --ps-duration: 0ms; }
}

body {
    font-family: var(--ps-font-sans);
    color: var(--ps-charcoal);
    background-color: var(--ps-ivory) !important;
    background-image:
        radial-gradient(ellipse 900px 500px at 12% 0%, rgba(184, 134, 59, 0.07), transparent 60%),
        radial-gradient(ellipse 900px 600px at 100% 30%, rgba(107, 22, 38, 0.05), transparent 60%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cg fill='none' stroke='%236b1626' stroke-opacity='0.035' stroke-width='1'%3E%3Cpath d='M0 60c15-25 25 25 40 0s25 25 40 0 25 25 40 0'/%3E%3Cpath d='M0 100c15-25 25 25 40 0s25 25 40 0 25 25 40 0'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: no-repeat, no-repeat, repeat !important;
    background-attachment: fixed, fixed, fixed !important;
}

/* Alternating section texture — replaces flat solid blocks */
.ps-section--cream {
    background-color: var(--ps-cream);
    background-image:
        radial-gradient(ellipse 700px 400px at 90% 10%, rgba(184, 134, 59, 0.10), transparent 60%),
        linear-gradient(180deg, var(--ps-cream) 0%, #efe1c8 100%);
}

.ps-h1, .ps-h2, .ps-h3,
.section-title-furits h2,
.food-footer-bottom .footer-widget-title-6 {
    font-family: var(--ps-font-serif);
    font-weight: 600;
    color: var(--ps-maroon-dark);
    letter-spacing: 0.01em;
}

/* ---- Textile-motif divider (used sparingly) ---- */
.ps-motif {
    display: block;
    width: 64px;
    height: 18px;
    margin: 0 auto var(--ps-space-3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 18'%3E%3Cpath d='M2 9c6-10 10 10 16 0s10 10 16 0 10 10 16 0 8-8 12-2' fill='none' stroke='%23b8863b' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
}

/* ---- Fade-in-on-scroll utility (see custom.js) ---- */
.ps-fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity var(--ps-duration) var(--ps-ease), transform var(--ps-duration) var(--ps-ease);
}
.ps-fade-in.ps-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---- Image hover-zoom utility ---- */
.ps-zoom {
    overflow: hidden;
    display: block;
}
.ps-zoom img {
    transition: transform 700ms var(--ps-ease);
    will-change: transform;
}
.ps-zoom:hover img {
    transform: scale(1.06);
}

/* ---- Section shells ---- */
.ps-section {
    padding: var(--ps-space-6) 0;
}
.ps-section--cream { background: var(--ps-cream); }
.ps-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto var(--ps-space-5);
}
.ps-eyebrow {
    display: block;
    font-family: var(--ps-font-sans);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ps-gold);
    margin-bottom: var(--ps-space-2);
}
.ps-section-head h2 {
    font-family: var(--ps-font-serif);
    font-size: clamp(2rem, 3vw, 2.75rem);
    color: var(--ps-maroon-dark);
    margin-bottom: var(--ps-space-2);
}
.ps-section-head p {
    color: var(--ps-muted);
    font-size: 0.98rem;
}

/* ---- Buttons ---- */
.ps-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.85rem 2.1rem;
    border: 1px solid var(--ps-maroon);
    border-radius: var(--ps-radius);
    color: var(--ps-maroon);
    background: transparent;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: background 280ms var(--ps-ease), color 280ms var(--ps-ease),
        border-color 280ms var(--ps-ease), box-shadow 280ms var(--ps-ease), transform 280ms var(--ps-ease);
}
.ps-btn:hover {
    background: var(--ps-maroon);
    color: var(--ps-ivory);
    text-decoration: none;
    box-shadow: var(--ps-shadow-md);
    transform: translateY(-2px);
}
.ps-btn:active { transform: translateY(0) scale(0.98); }

.ps-btn--solid {
    background: linear-gradient(180deg, var(--ps-maroon-light) 0%, var(--ps-maroon) 100%);
    color: var(--ps-ivory);
    box-shadow: var(--ps-shadow-sm);
}
.ps-btn--solid:hover {
    background: var(--ps-maroon-dark);
    color: var(--ps-ivory);
    border-color: var(--ps-maroon-dark);
    box-shadow: var(--ps-shadow-md);
    transform: translateY(-2px) scale(1.015);
}
.ps-btn--gold {
    border-color: var(--ps-gold);
    color: var(--ps-gold-light);
}
.ps-btn--gold:hover {
    background: var(--ps-gold);
    border-color: var(--ps-gold);
    color: var(--ps-maroon-dark);
    box-shadow: var(--ps-shadow-gold);
    transform: translateY(-2px);
}

/* ---- Social auth (Google) ---- */
.ps-social-auth { margin-top: var(--ps-space-4); }
.ps-social-auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--ps-muted);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: var(--ps-space-3);
}
.ps-social-auth-divider::before,
.ps-social-auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--ps-border);
}
.ps-social-auth-divider span { padding: 0 var(--ps-space-3); }

.ps-btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 0.85rem 2.1rem;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    background: #fff;
    color: var(--ps-charcoal);
    font-family: var(--ps-font-sans);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: var(--ps-shadow-sm);
    transition: background 280ms var(--ps-ease), border-color 280ms var(--ps-ease),
        box-shadow 280ms var(--ps-ease), transform 280ms var(--ps-ease);
}
.ps-btn-google:hover {
    background: var(--ps-cream);
    border-color: var(--ps-gold);
    color: var(--ps-maroon-dark);
    text-decoration: none;
    box-shadow: var(--ps-shadow-md);
    transform: translateY(-2px);
}
.ps-btn-google:active { transform: translateY(0) scale(0.98); }
.ps-google-icon { flex-shrink: 0; }

/* ---- Re-skin the site-wide flash/alert partial to match the brand ---- */
.alert {
    border-radius: var(--ps-radius);
    border: 1px solid transparent;
    font-family: var(--ps-font-sans);
    font-size: 0.9rem;
    box-shadow: var(--ps-shadow-sm);
}
.alert-success { background: #f0f7ee; border-color: #cfe8c4; color: #3f7a34; }
.alert-danger { background: #fbf0f1; border-color: rgba(107, 22, 38, 0.25); color: var(--ps-maroon); }
.alert-warning { background: #fdf6e8; border-color: rgba(184, 134, 59, 0.35); color: #8a6314; }

/* ==========================================================================
   Header
   ========================================================================== */

.ps-topbar {
    background:
        radial-gradient(ellipse 700px 60px at 15% 0%, rgba(184, 134, 59, 0.22), transparent 70%),
        linear-gradient(90deg, var(--ps-maroon-dark) 0%, #3d1019 55%, var(--ps-maroon-dark) 100%);
    color: rgba(251, 246, 239, 0.82);
    font-size: 0.74rem;
    letter-spacing: 0.05em;
    padding: 10px 0;
    border-bottom: 1px solid rgba(216, 178, 118, 0.25);
    position: relative;
    overflow: hidden;
}
.ps-topbar::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 178, 118, 0.6), transparent);
}
.ps-topbar-left, .ps-topbar-right { display: flex; align-items: center; gap: 14px; }
.ps-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(251, 246, 239, 0.82);
    text-decoration: none;
    transition: color 250ms var(--ps-ease);
}
.ps-topbar-item i { color: var(--ps-gold-light); font-size: 0.78rem; }
.ps-topbar-item--accent { color: #fff; font-weight: 500; }
.ps-topbar-item--accent i { animation: psTopbarGlow 2.6s ease-in-out infinite; }
@keyframes psTopbarGlow {
    0%, 100% { opacity: 0.75; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.15); }
}
a.ps-topbar-item:hover { color: var(--ps-gold-light); }
.ps-topbar-divider { width: 1px; height: 13px; background: rgba(216, 178, 118, 0.35); display: inline-block; }
.ps-topbar-currency {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--ps-maroon-dark);
    background: var(--ps-gold-light);
    padding: 3px 9px;
    border-radius: 999px;
}

@media (max-width: 575.98px) {
    .ps-topbar-left .ps-topbar-item:not(.ps-topbar-item--accent) { display: none; }
    .ps-topbar-right { gap: 8px; }
}

.ps-header {
    background:
        radial-gradient(ellipse 640px 200px at 50% 0%, rgba(184, 134, 59, 0.06), transparent 70%),
        var(--ps-ivory);
    border-bottom: 1px solid var(--ps-border);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 0 rgba(184, 134, 59, 0.25), var(--ps-shadow-md);
    transition: box-shadow 300ms var(--ps-ease);
}
.ps-header--shrink { box-shadow: 0 1px 0 rgba(184, 134, 59, 0.3), var(--ps-shadow-lg); }

.ps-header-row {
    display: flex;
    align-items: center;
    padding: 22px 0;
    transition: padding 300ms var(--ps-ease);
}
.ps-header--shrink .ps-header-row { padding: 12px 0; }

.ps-header-side { flex: 0 0 auto; display: flex; align-items: center; }
.ps-header-side--right { margin-left: auto; }

.ps-logo { display: flex; flex-direction: column; line-height: 1; }
.ps-logo a {
    font-family: var(--ps-font-serif);
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--ps-maroon);
    text-decoration: none;
    transition: font-size 300ms var(--ps-ease);
}
.ps-header--shrink .ps-logo a { font-size: 1.6rem; }
.ps-logo-tagline {
    font-family: var(--ps-font-sans);
    font-size: 0.6rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--ps-gold);
    margin-top: 5px;
    transition: opacity 250ms var(--ps-ease), margin 250ms var(--ps-ease);
}
.ps-header--shrink .ps-logo-tagline { opacity: 0; margin-top: 0; height: 0; overflow: hidden; }

.ps-nav { flex: 0 0 auto; margin: 0 auto; }
.ps-nav ul { list-style: none; display: flex; gap: 44px; margin: 0; padding: 0; }
.ps-nav > ul > li { position: relative; }
.ps-nav > ul > li > a {
    font-family: var(--ps-font-sans);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ps-charcoal);
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: color 250ms var(--ps-ease);
}
.ps-nav > ul > li > a::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 2px;
    height: 2px;
    background: linear-gradient(90deg, var(--ps-maroon), var(--ps-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 300ms var(--ps-ease);
}
.ps-nav > ul > li > a:hover { color: var(--ps-maroon); text-decoration: none; }
.ps-nav > ul > li > a:hover::after { transform: scaleX(1); }

.ps-header-icons { display: flex; align-items: center; gap: 4px; }
.ps-header-icons-divider {
    width: 1px;
    height: 22px;
    background: var(--ps-border);
    margin: 0 8px;
}
.ps-header-icons > a, .ps-account-menu > a, .ps-notification-trigger {
    color: var(--ps-maroon-dark);
    background: rgba(107, 22, 38, 0.045);
    font-size: 1rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: color 250ms var(--ps-ease), background 250ms var(--ps-ease), transform 250ms var(--ps-ease), box-shadow 250ms var(--ps-ease);
}
.ps-header-icons > a:hover, .ps-account-menu > a:hover, .ps-notification-trigger:hover {
    color: #fff;
    background: var(--ps-maroon);
    transform: translateY(-2px);
    box-shadow: var(--ps-shadow-md);
}
.header-cart-4 { display: inline-flex; margin: 0; }
.ps-header-icons .header-cart-4 .icon-cart {
    color: var(--ps-maroon-dark);
    background: rgba(107, 22, 38, 0.045);
    font-size: 1.02rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    transition: color 250ms var(--ps-ease), background 250ms var(--ps-ease), transform 250ms var(--ps-ease), box-shadow 250ms var(--ps-ease);
}
.ps-header-icons .header-cart-4 .icon-cart:hover { color: #fff; background: var(--ps-maroon); transform: translateY(-2px); box-shadow: var(--ps-shadow-md); }
.ps-header-icons .header-cart-4 .icon-cart > i {
    color: inherit;
    font-size: 1.05rem;
    transition: color 250ms var(--ps-ease);
}
.ps-header-icons .header-cart-4 .icon-cart span {
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--ps-maroon);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 600;
    min-width: 17px;
    height: 17px;
    padding: 0 3px;
    border: 2px solid var(--ps-ivory);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 250ms var(--ps-ease), border-color 250ms var(--ps-ease);
}
.ps-header--shrink .ps-header-icons .header-cart-4 .icon-cart span { border-color: var(--ps-ivory); }
.ps-header-icons .notification { color: var(--ps-charcoal); font-size: 1.02rem; }
.ps-header-icons .notification .badge {
    background: var(--ps-maroon);
    font-size: 0.6rem;
    position: absolute;
    top: -6px;
    right: -8px;
}

/* Mega menu */
.ps-mega-trigger > a::after { content: ''; }
.ps-mega-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    width: 760px;
    max-width: calc(100vw - 40px);
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-lg);
    padding: var(--ps-space-5);
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-mega-trigger:hover .ps-mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.ps-mega-promo { border-radius: var(--ps-radius); overflow: hidden; }
.ps-mega-promo img { transition: transform 700ms var(--ps-ease); }
.ps-mega-trigger:hover .ps-mega-promo img { transform: scale(1.06); }
.ps-mega-menu-inner { display: flex; gap: var(--ps-space-5); }
.ps-mega-cols { display: flex; flex-wrap: wrap; gap: var(--ps-space-5) var(--ps-space-4); flex: 1; }
.ps-mega-col { display: flex; flex-direction: column; gap: 11px; min-width: 165px; }
.ps-mega-col-title {
    font-family: var(--ps-font-serif);
    font-weight: 700;
    color: var(--ps-maroon-dark);
    font-size: 1.28rem;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ps-border);
    text-decoration: none;
    transition: color 200ms var(--ps-ease), border-color 200ms var(--ps-ease);
}
.ps-mega-col-title:hover { border-color: var(--ps-gold); color: var(--ps-maroon); }
.ps-mega-col a:not(.ps-mega-col-title) {
    color: var(--ps-charcoal);
    font-family: var(--ps-font-sans);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 200ms var(--ps-ease), transform 200ms var(--ps-ease);
}
.ps-mega-col a:not(.ps-mega-col-title):hover { color: var(--ps-maroon); transform: translateX(3px); }
.ps-mega-promo { width: 200px; flex-shrink: 0; position: relative; min-height: 260px; }
.ps-mega-promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ps-mega-promo-caption {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    background: linear-gradient(0deg, rgba(42,36,32,0.88), transparent);
    color: #fff;
    padding: 20px 14px 16px;
    text-align: center;
}
.ps-mega-promo-caption span { display: block; font-family: var(--ps-font-serif); font-size: 1.2rem; margin-bottom: 6px; }
.ps-mega-promo-caption a { color: var(--ps-gold-light); font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; transition: color 200ms var(--ps-ease); }
.ps-mega-promo-caption a:hover { color: #fff; }

/* Account dropdown */
.ps-account-menu { position: relative; }
.ps-account-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 14px;
    background: #fff;
    border: 1px solid var(--ps-border);
    box-shadow: 0 12px 32px rgba(42, 36, 32, 0.12);
    min-width: 180px;
    z-index: 20;
    flex-direction: column;
}
.ps-account-menu:hover .ps-account-dropdown { display: flex; }
.ps-account-dropdown a {
    padding: 10px 16px;
    color: var(--ps-charcoal);
    font-size: 0.82rem;
    text-decoration: none;
    border-bottom: 1px solid var(--ps-border);
}
.ps-account-dropdown a:last-child { border-bottom: none; }
.ps-account-dropdown a:hover { color: var(--ps-maroon); background: var(--ps-cream); }

.ps-notification-trigger { position: relative; display: inline-flex; }
.ps-notification-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: var(--ps-maroon);
    color: #fff;
    font-size: 0.62rem;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ps-notification-dropdown { min-width: 280px; max-width: 340px; }
.ps-notification-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 16px;
    color: var(--ps-charcoal);
    font-size: 0.82rem;
    text-decoration: none;
    border-bottom: 1px solid var(--ps-border);
    cursor: pointer;
}
.ps-notification-item:last-child { border-bottom: none; }
.ps-notification-item:hover { color: var(--ps-maroon); background: var(--ps-cream); }
.ps-notification-date { font-size: 0.7rem; color: var(--ps-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.ps-notification-status { display: inline-block; margin-left: 6px; padding: 2px 8px; background: var(--ps-maroon); color: #fff; font-size: 0.65rem; border-radius: 999px; }
.ps-notification-empty { text-align: center; color: var(--ps-muted); cursor: default; }
.ps-notification-empty:hover { color: var(--ps-muted); background: none; }

/* Search overlay */
.ps-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(251, 246, 239, 0.97);
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms var(--ps-ease);
}
.ps-search-overlay.ps-open { opacity: 1; pointer-events: auto; }
.ps-search-form { width: 100%; max-width: 720px; padding: 0 var(--ps-space-4); position: relative; }
.ps-search-form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid var(--ps-maroon);
    background: transparent;
    font-family: var(--ps-font-serif);
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    padding: 12px 40px 12px 0;
    color: var(--ps-charcoal);
}
.ps-search-form input:focus { outline: none; }
.ps-search-form i { position: absolute; right: var(--ps-space-4); top: 50%; transform: translateY(-50%); color: var(--ps-maroon); font-size: 1.4rem; }
.ps-search-close {
    position: absolute;
    top: 32px;
    right: 32px;
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: var(--ps-charcoal);
    cursor: pointer;
}

/* Mobile toggle + off-canvas nav */
.ps-mobile-toggle {
    background: none;
    border: none;
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    cursor: pointer;
}
.ps-mobile-toggle span { display: block; height: 2px; width: 100%; background: var(--ps-charcoal); }

.ps-mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(42, 36, 32, 0.5);
    z-index: 1150;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms var(--ps-ease);
}
.ps-mobile-nav-backdrop.ps-open { opacity: 1; pointer-events: auto; }

.ps-mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    max-width: 84vw;
    background: var(--ps-ivory);
    z-index: 1160;
    transform: translateX(-100%);
    transition: transform 320ms var(--ps-ease);
    overflow-y: auto;
}
.ps-mobile-nav.ps-open { transform: translateX(0); }
.ps-mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--ps-space-3) var(--ps-space-3);
    border-bottom: 1px solid var(--ps-border);
}
.ps-mobile-nav-head .ps-logo { font-family: var(--ps-font-serif); font-size: 1.3rem; color: var(--ps-maroon); }
.ps-mobile-nav-head button { background: none; border: none; font-size: 1.8rem; line-height: 1; color: var(--ps-charcoal); }
.ps-mobile-nav-links { list-style: none; margin: 0; padding: var(--ps-space-2) 0; }
.ps-mobile-nav-links > li > a {
    display: block;
    padding: 14px 20px;
    color: var(--ps-charcoal);
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--ps-border);
}
.ps-mobile-nav-group { padding: 14px 20px; border-bottom: 1px solid var(--ps-border); }
.ps-mobile-nav-group > span { display: block; color: var(--ps-muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.ps-mobile-nav-group ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ps-mobile-nav-group ul a { color: var(--ps-charcoal); text-decoration: none; font-size: 0.85rem; }
.ps-mobile-nav-group ul a:hover { color: var(--ps-maroon); }

@media (max-width: 991.98px) {
    .ps-topbar-left .ps-topbar-item:not(.ps-topbar-item--accent),
    .ps-topbar-left > .ps-topbar-divider { display: none; }
    .ps-topbar-right a.ps-topbar-item span { display: none; }
}

/* ==========================================================================
   Hero / carousel
   ========================================================================== */

.hero-slider {
    position: relative;
    background: var(--ps-cream);
    padding: 14px;
}
.hero-slider::before {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(184, 134, 59, 0.45);
    border-radius: var(--ps-radius-lg);
    z-index: 3;
    pointer-events: none;
}
.hero-slide { position: relative; border-radius: var(--ps-radius-lg); overflow: hidden; }
.hero-slide img { width: 100%; height: auto; display: block; max-height: 640px; object-fit: cover; }
.hero-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(42,36,32,0.55) 0%, rgba(42,36,32,0.05) 45%, transparent 70%),
        radial-gradient(ellipse at center, transparent 55%, rgba(42, 36, 32, 0.28) 100%);
    z-index: 1;
    pointer-events: none;
}
.hero-slide-caption { z-index: 2; animation: psHeroIn 900ms var(--ps-ease) both; }
@keyframes psHeroIn {
    from { opacity: 0; transform: translateY(-50%) translateX(-18px); }
    to { opacity: 1; transform: translateY(-50%) translateX(0); }
}
.hero-slide--fallback .hero-slide-caption { animation: psHeroInCenter 900ms var(--ps-ease) both; }
@keyframes psHeroInCenter {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}
.hero-slide--fallback {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ps-maroon) 0%, var(--ps-maroon-dark) 100%);
}
.hero-slide-caption {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 460px;
    color: #fff;
    text-align: left;
}
.hero-slide--fallback .hero-slide-caption {
    position: static;
    transform: none;
    text-align: center;
    max-width: 100%;
}
.hero-slide-caption-motif {
    display: block;
    width: 64px;
    height: 18px;
    margin-bottom: var(--ps-space-3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 18'%3E%3Cpath d='M2 9c6-10 10 10 16 0s10 10 16 0 10 10 16 0 8-8 12-2' fill='none' stroke='%23d9b978' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.hero-slide-caption h2 {
    font-family: var(--ps-font-serif);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 600;
    margin-bottom: var(--ps-space-4);
    text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.hero-slide-btn {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    background: var(--ps-ivory);
    color: var(--ps-maroon-dark);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    text-decoration: none;
    border-radius: var(--ps-radius);
    box-shadow: var(--ps-shadow-md);
    transition: background 280ms var(--ps-ease), transform 280ms var(--ps-ease), box-shadow 280ms var(--ps-ease);
}
.hero-slide-btn:hover {
    background: var(--ps-gold-light);
    color: var(--ps-maroon-dark);
    text-decoration: none;
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--ps-shadow-gold);
}
.hero-slider .owl-dots { position: absolute; bottom: 20px; width: 100%; text-align: center; z-index: 2; }
.hero-slider .owl-dot span { background: rgba(255,255,255,0.5) !important; }
.hero-slider .owl-dot.active span { background: #fff !important; }
.hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}
.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next,
.hero-slider .owl-nav button {
    pointer-events: auto;
    font-size: 0 !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 200ms var(--ps-ease);
    color: transparent !important;
}
.hero-slider .owl-nav .owl-prev:hover,
.hero-slider .owl-nav .owl-next:hover,
.hero-slider .owl-nav button:hover { background: rgba(255,255,255,0.45) !important; }
.hero-slider .owl-nav .owl-prev::before,
.hero-slider .owl-nav .owl-next::before,
.hero-slider .owl-nav button.owl-prev::before,
.hero-slider .owl-nav button.owl-next::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hero-slider .owl-nav .owl-prev::before,
.hero-slider .owl-nav button.owl-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
}
.hero-slider .owl-nav .owl-next::before,
.hero-slider .owl-nav button.owl-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
}

/* ==========================================================================
   Categories
   ========================================================================== */

.ps-category-grid { align-items: stretch; }
.ps-category-stack { display: flex; flex-direction: column; gap: var(--ps-space-4); }
.ps-category-stack .category-item { flex: 1; }

.category-item {
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    min-height: 260px;
    transition: transform 400ms var(--ps-ease);
}
.category-item--tall { min-height: 100%; }
.category-item:hover { transform: translateY(-4px); text-decoration: none; }

.category-item-frame {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    border-radius: var(--ps-radius-lg);
    border: 1px solid rgba(184, 134, 59, 0.35);
    box-shadow: var(--ps-shadow-md);
    transition: box-shadow 350ms var(--ps-ease);
}
.category-item:hover .category-item-frame { box-shadow: var(--ps-shadow-lg); }
.category-item-frame::after {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(251, 246, 239, 0.55);
    border-radius: calc(var(--ps-radius-lg) - 3px);
    pointer-events: none;
    z-index: 2;
}
.category-item-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 800ms var(--ps-ease);
}
.category-item:hover .category-item-frame img { transform: scale(1.08); }
.category-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(42, 36, 32, 0) 35%, rgba(42, 36, 32, 0.35) 75%, rgba(42, 36, 32, 0.72) 100%);
    transition: opacity 350ms var(--ps-ease);
}

.category-item-caption {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 3;
    padding: var(--ps-space-4) var(--ps-space-4) var(--ps-space-3);
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #fff;
    text-align: left;
}
.category-item-caption em {
    font-style: normal;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ps-gold-light);
}
.category-item-title {
    font-family: var(--ps-font-serif) !important;
    font-size: 1.6rem !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff !important;
    background: none !important;
    padding: 0 !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.category-item-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ps-gold-light);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 300ms var(--ps-ease), transform 300ms var(--ps-ease);
}
.category-item-cta i { font-size: 0.68rem; transition: transform 300ms var(--ps-ease); }
.category-item:hover .category-item-cta { opacity: 1; transform: translateY(0); }
.category-item:hover .category-item-cta i { transform: translateX(4px); }

@media (max-width: 767.98px) {
    .category-item, .category-item--tall { min-height: 220px; }
}

/* ==========================================================================
   Product cards (new-arrivals / bestsellers)
   ========================================================================== */

.ps-product-card {
    text-align: center;
    background: #fff;
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-sm);
    padding: var(--ps-space-2) var(--ps-space-2) var(--ps-space-3);
    transition: box-shadow 350ms var(--ps-ease), transform 350ms var(--ps-ease);
}
.ps-product-card:hover { box-shadow: var(--ps-shadow-md); transform: translateY(-4px); }
.ps-product-card .ps-zoom {
    background: var(--ps-cream);
    aspect-ratio: 3 / 4;
    margin-bottom: var(--ps-space-3);
    border-radius: var(--ps-radius);
}
.ps-product-card .ps-zoom img { width: 100%; height: 100%; object-fit: cover; }
.ps-product-card .ps-card-addcart { border-radius: 0 0 var(--ps-radius) var(--ps-radius); }

.ps-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 4;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    color: #fff;
    box-shadow: var(--ps-shadow-sm);
}
.ps-badge--new { background: var(--ps-maroon); }
.ps-badge--bestseller { background: var(--ps-gold); color: var(--ps-maroon-dark); }
.ps-card-actions {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(8px);
    transition: opacity 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-zoom:hover .ps-card-actions { opacity: 1; transform: translateX(0); }
.ps-card-actions a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.92);
    color: var(--ps-maroon);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: background 200ms var(--ps-ease), color 200ms var(--ps-ease);
}
.ps-card-actions a:hover { background: var(--ps-maroon); color: #fff; }

/* Slide-up "Add to Cart" bar */
.ps-card-addcart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--ps-maroon);
    color: #fff;
    text-align: center;
    padding: 11px 8px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transform: translateY(100%);
    transition: transform 300ms var(--ps-ease), background 200ms var(--ps-ease);
}
.ps-card-addcart:hover { background: var(--ps-maroon-dark); color: #fff; }
.ps-zoom:hover .ps-card-addcart { transform: translateY(0); }

@media (max-width: 767.98px) {
    /* On mobile, no hover — keep actions/add-to-cart lightly visible always */
    .ps-card-actions { opacity: 1; transform: none; top: 8px; right: 8px; gap: 6px; }
    .ps-card-actions a { width: 30px; height: 30px; font-size: 0.8rem; }
    .ps-card-addcart { transform: translateY(0); padding: 8px; font-size: 0.66rem; position: static; }
}
.ps-product-card h3 {
    font-family: var(--ps-font-serif);
    font-size: 1.15rem;
    margin-bottom: 4px;
}
.ps-product-card h3 a { color: var(--ps-charcoal); text-decoration: none; }
.ps-product-card h3 a:hover { color: var(--ps-maroon); }
.ps-product-card .ps-price { color: var(--ps-gold); font-weight: 600; }

/* ==========================================================================
   Craftsmanship / testimonials / newsletter
   ========================================================================== */

.ps-craft {
    background: radial-gradient(ellipse 800px 500px at 85% 0%, rgba(184, 134, 59, 0.18), transparent 60%),
        linear-gradient(155deg, var(--ps-maroon) 0%, var(--ps-maroon-dark) 100%);
    color: var(--ps-ivory);
    position: relative;
    overflow: hidden;
}
.ps-craft .ps-eyebrow { color: var(--ps-gold-light); }
.ps-craft h1, .ps-craft h2, .ps-craft h3, .ps-craft h4 { color: var(--ps-ivory); }
.ps-craft p { color: rgba(251, 246, 239, 0.85); }
.ps-craft-frame {
    position: relative;
    max-height: 480px;
    padding: 10px;
    border: 1px solid rgba(216, 178, 118, 0.55);
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-lg);
    overflow: hidden;
}
.ps-craft-frame::after {
    content: '';
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(216, 178, 118, 0.35);
    border-radius: calc(var(--ps-radius-lg) - 3px);
    pointer-events: none;
    z-index: 2;
}
.ps-craft-frame img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: calc(var(--ps-radius-lg) - 4px);
    transition: transform 800ms var(--ps-ease);
}
.ps-craft-frame:hover img { transform: scale(1.04); }

.ps-testimonial {
    background: #fff;
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-sm);
    padding: var(--ps-space-4);
    height: 100%;
    position: relative;
    transition: box-shadow 350ms var(--ps-ease), transform 350ms var(--ps-ease);
}
.ps-testimonial:hover { box-shadow: var(--ps-shadow-md); transform: translateY(-3px); }
.ps-testimonial::before {
    content: '\201C';
    position: absolute;
    top: 6px;
    right: 18px;
    font-family: var(--ps-font-serif);
    font-size: 3.4rem;
    color: var(--ps-gold-light);
    opacity: 0.6;
    line-height: 1;
}
.ps-testimonial .ps-stars { color: var(--ps-gold); margin-bottom: var(--ps-space-2); }
.ps-testimonial p { font-style: italic; color: var(--ps-charcoal); position: relative; z-index: 1; }
.ps-testimonial .ps-testimonial-name { font-weight: 600; margin-top: var(--ps-space-2); font-family: var(--ps-font-serif); color: var(--ps-maroon-dark); }

.ps-newsletter { text-align: center; }
.ps-newsletter-card {
    max-width: 620px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-lg);
    padding: var(--ps-space-6) var(--ps-space-5);
    position: relative;
    overflow: hidden;
}
.ps-newsletter-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 500px 260px at 50% -20%, rgba(184, 134, 59, 0.14), transparent 65%);
    pointer-events: none;
}
.ps-newsletter-card h2 { font-family: var(--ps-font-serif); color: var(--ps-maroon-dark); font-size: clamp(1.7rem, 3vw, 2.2rem); margin-bottom: 0.5rem; }
.ps-newsletter-card p { color: var(--ps-muted); margin-bottom: var(--ps-space-4); }
.ps-newsletter-card form {
    display: flex;
    max-width: 420px;
    margin: 0 auto;
    background: var(--ps-cream);
    border-radius: 999px;
    padding: 4px 4px 4px 20px;
    box-shadow: inset 0 0 0 1px var(--ps-border);
}
.ps-newsletter-card input[type="email"] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.75rem 0.5rem;
    font-family: var(--ps-font-sans);
}
.ps-newsletter-card input[type="email"]:focus { outline: none; }
.ps-newsletter-card button {
    border: none;
    background: var(--ps-maroon);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    transition: background 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-newsletter-card button:hover { background: var(--ps-maroon-dark); transform: scale(1.03); }
.ps-newsletter-card button:disabled { opacity: 0.7; cursor: default; transform: none; }

.ps-newsletter-feedback {
    max-width: 420px;
    margin: var(--ps-space-3) auto 0;
    font-size: 0.85rem;
    min-height: 1.2em;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-newsletter-feedback.ps-visible { opacity: 1; transform: translateY(0); }
.ps-newsletter-feedback--success { color: #3f7a34; }
.ps-newsletter-feedback--error { color: var(--ps-maroon); }
.ps-footer-newsletter-card .ps-newsletter-feedback--success { color: var(--ps-gold-light); }
.ps-footer-newsletter-card .ps-newsletter-feedback--error { color: #ffb4b4; }

/* ==========================================================================
   Footer
   ========================================================================== */

.ps-footer {
    background:
        radial-gradient(ellipse 900px 500px at 10% 0%, rgba(184, 134, 59, 0.10), transparent 60%),
        linear-gradient(160deg, var(--ps-maroon-dark) 0%, #370c15 100%);
    color: rgba(251, 246, 239, 0.75);
    box-shadow: var(--ps-shadow-lg);
}

.ps-footer-newsletter { padding: var(--ps-space-5) 0 0; }
.ps-footer-newsletter-card {
    background: linear-gradient(155deg, var(--ps-maroon-light) 0%, var(--ps-maroon) 100%);
    border: 1px solid rgba(216, 178, 118, 0.35);
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-lg);
    padding: var(--ps-space-5);
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.ps-footer-newsletter-card .ps-motif--light {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 18'%3E%3Cpath d='M2 9c6-10 10 10 16 0s10 10 16 0 10 10 16 0 8-8 12-2' fill='none' stroke='%23d9b978' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.ps-footer-newsletter-card h3 { font-family: var(--ps-font-serif); color: #fff; font-size: 1.6rem; margin-bottom: 6px; }
.ps-footer-newsletter-card p { color: rgba(251, 246, 239, 0.7); margin-bottom: var(--ps-space-3); font-size: 0.9rem; }
.ps-footer-newsletter-card form { display: flex; max-width: 420px; margin: 0 auto; border-bottom: 1px solid var(--ps-gold-light); }
.ps-footer-newsletter-card input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    padding: 10px 4px;
    font-family: var(--ps-font-sans);
}
.ps-footer-newsletter-card input::placeholder { color: rgba(251, 246, 239, 0.55); }
.ps-footer-newsletter-card input:focus { outline: none; }
.ps-footer-newsletter-card button {
    border: none;
    background: transparent;
    color: var(--ps-gold-light);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
    padding: 10px 4px;
}
.ps-footer-newsletter-card button:hover { color: #fff; }
.ps-footer-newsletter-card button:disabled { opacity: 0.6; cursor: default; }

.ps-footer-main { padding: var(--ps-space-5) 0 var(--ps-space-4); }
.ps-footer-widget h3.ps-footer-logo {
    font-family: var(--ps-font-serif);
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: var(--ps-space-3);
}
.ps-footer-widget h4 {
    font-family: var(--ps-font-sans);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ps-gold-light);
    margin-bottom: var(--ps-space-3);
}
.ps-footer-about { font-size: 0.88rem; line-height: 1.7; color: rgba(251, 246, 239, 0.65); }
.ps-footer-widget ul { list-style: none; padding: 0; margin: 0; }
.ps-footer-widget ul li { margin-bottom: 10px; }
.ps-footer-widget ul a { color: rgba(251, 246, 239, 0.7); text-decoration: none; font-size: 0.88rem; transition: color 200ms; }
.ps-footer-widget ul a:hover { color: var(--ps-gold-light); }
.ps-footer-contact { font-size: 0.85rem; color: rgba(251, 246, 239, 0.7); margin-bottom: 8px; }
.ps-footer-contact i { color: var(--ps-gold-light); margin-right: 6px; width: 14px; }

.ps-social-icons { display: flex; gap: 12px; margin-top: var(--ps-space-3); }
.ps-social-icons a {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(251, 246, 239, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(251, 246, 239, 0.8);
    transition: background 250ms var(--ps-ease), color 250ms var(--ps-ease), border-color 250ms var(--ps-ease), transform 250ms var(--ps-ease), box-shadow 250ms var(--ps-ease);
}
.ps-social-icons a:hover { background: var(--ps-gold-light); border-color: var(--ps-gold-light); color: var(--ps-maroon-dark); transform: translateY(-3px); box-shadow: var(--ps-shadow-gold); }

.ps-footer-trust {
    border-top: 1px solid rgba(251, 246, 239, 0.15);
    margin-top: var(--ps-space-4);
    padding-top: var(--ps-space-4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--ps-space-3);
}
.ps-payment-icons { display: flex; align-items: center; gap: 16px; font-size: 1.7rem; color: rgba(251, 246, 239, 0.55); }
.ps-mada-badge {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border: 1px solid rgba(251, 246, 239, 0.4);
    padding: 4px 8px;
    border-radius: 3px;
    color: rgba(251, 246, 239, 0.7);
}
.ps-trust-badges--dark { color: rgba(251, 246, 239, 0.6); font-size: 0.8rem; gap: var(--ps-space-4); }
.ps-trust-badges--dark i { color: var(--ps-gold-light); }

.ps-footer-bottom {
    border-top: 1px solid rgba(251, 246, 239, 0.12);
    padding: var(--ps-space-3) 0;
    font-size: 0.76rem;
    color: rgba(251, 246, 239, 0.5);
}
.ps-footer-bottom a { color: rgba(251, 246, 239, 0.7); }
.ps-footer-bottom a:hover { color: var(--ps-gold-light); }

/* ==========================================================================
   Shop / listing page
   ========================================================================== */

.ps-shop-page {
    background-color: var(--ps-ivory);
    background-image: radial-gradient(ellipse 900px 500px at 100% 0%, rgba(184, 134, 59, 0.06), transparent 60%);
}

.ps-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: var(--ps-radius);
    box-shadow: var(--ps-shadow-sm);
    padding: var(--ps-space-3) var(--ps-space-4);
    margin-bottom: var(--ps-space-4);
    flex-wrap: wrap;
    gap: var(--ps-space-2);
}
.ps-shop-count { margin: 0; color: var(--ps-muted); font-size: 0.85rem; }
.ps-shop-sort { display: flex; align-items: center; gap: 8px; }
.ps-shop-sort label { margin: 0; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ps-muted); }
.ps-shop-sort select {
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    background: var(--ps-cream);
    padding: 0.5rem 0.9rem;
    font-family: var(--ps-font-sans);
    font-size: 0.85rem;
    transition: border-color 250ms var(--ps-ease), box-shadow 250ms var(--ps-ease);
}
.ps-shop-sort select:hover, .ps-shop-sort select:focus { border-color: var(--ps-maroon); outline: none; box-shadow: 0 0 0 3px rgba(107, 22, 38, 0.08); }

.ps-filters {
    position: sticky;
    top: 20px;
    background: #fff;
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-sm);
    padding: var(--ps-space-4);
}
.ps-filter-group {
    border-bottom: 1px solid var(--ps-border);
    padding: var(--ps-space-3) 0;
}
.ps-filter-group:last-of-type { border-bottom: none; }
.ps-filter-group summary {
    font-family: var(--ps-font-serif);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ps-maroon-dark);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 250ms var(--ps-ease);
}
.ps-filter-group summary:hover { color: var(--ps-maroon); }
.ps-filter-group summary::-webkit-details-marker { display: none; }
.ps-filter-group summary::after {
    content: '+';
    font-size: 1.2rem;
    color: var(--ps-gold);
    transition: transform 250ms var(--ps-ease);
}
.ps-filter-group[open] summary::after { content: '\2212'; }
.ps-filter-title {
    font-family: var(--ps-font-serif);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ps-maroon-dark);
    margin-bottom: var(--ps-space-2);
}
.ps-filter-body {
    margin-top: var(--ps-space-3);
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: psFilterOpen 250ms var(--ps-ease);
}
@keyframes psFilterOpen {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}
.ps-filter-link {
    color: var(--ps-charcoal);
    text-decoration: none;
    font-size: 0.88rem;
    padding: 2px 0;
    transition: color 200ms var(--ps-ease);
}
.ps-filter-link--sub { padding-left: var(--ps-space-3); font-size: 0.82rem; color: var(--ps-muted); }
.ps-filter-link:hover, .ps-filter-link.active { color: var(--ps-maroon); text-decoration: none; }

/* Custom checkbox / radio */
.ps-filter-checkbox, .ps-filter-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: var(--ps-charcoal);
    cursor: pointer;
    font-weight: 400;
    transition: color 200ms var(--ps-ease);
}
.ps-filter-checkbox:hover, .ps-filter-radio:hover { color: var(--ps-maroon); }
.ps-filter-checkbox input[type="checkbox"],
.ps-filter-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    border: 1.5px solid var(--ps-border);
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: border-color 200ms var(--ps-ease), background 200ms var(--ps-ease);
}
.ps-filter-checkbox input[type="checkbox"] { border-radius: 4px; }
.ps-filter-radio input[type="radio"] { border-radius: 50%; }
.ps-filter-checkbox input[type="checkbox"]:hover,
.ps-filter-radio input[type="radio"]:hover { border-color: var(--ps-gold); }
.ps-filter-checkbox input[type="checkbox"]:checked,
.ps-filter-radio input[type="radio"]:checked { border-color: var(--ps-maroon); background: var(--ps-maroon); }
.ps-filter-checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px; top: 1px;
    width: 4px; height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.ps-filter-radio input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #fff;
}
.ps-filter-input {
    width: 100%;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    padding: 0.5rem 0.7rem;
    font-family: var(--ps-font-sans);
    transition: border-color 250ms var(--ps-ease), box-shadow 250ms var(--ps-ease);
}
.ps-filter-input:focus { outline: none; border-color: var(--ps-maroon); box-shadow: 0 0 0 3px rgba(107, 22, 38, 0.08); }

/* Bootstrap pagination, re-skinned to match the brand */
.ps-shop-page .pagination,
.ps-section .pagination { gap: 6px; }
.ps-shop-page .page-item .page-link,
.ps-section .page-item .page-link {
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    color: var(--ps-maroon-dark);
    font-family: var(--ps-font-sans);
    font-size: 0.85rem;
    margin: 0 3px;
    transition: background 250ms var(--ps-ease), color 250ms var(--ps-ease), border-color 250ms var(--ps-ease), box-shadow 250ms var(--ps-ease);
}
.ps-shop-page .page-item .page-link:hover,
.ps-section .page-item .page-link:hover {
    background: var(--ps-cream);
    border-color: var(--ps-gold);
    color: var(--ps-maroon);
}
.ps-shop-page .page-item.active .page-link,
.ps-section .page-item.active .page-link {
    background: var(--ps-maroon);
    border-color: var(--ps-maroon);
    color: #fff;
    box-shadow: var(--ps-shadow-sm);
}
.ps-shop-page .page-item.disabled .page-link,
.ps-section .page-item.disabled .page-link { color: var(--ps-muted); background: transparent; }
.ps-recent-review { border-top: 1px dashed var(--ps-border); padding-top: 8px; margin-top: 8px; }
.ps-recent-review:first-child { border-top: none; padding-top: 0; margin-top: 0; }

.ps-product-meta { font-size: 0.78rem; color: var(--ps-muted); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 2px; }

/* Hover-swap second image */
.ps-zoom--swap .ps-img-secondary {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 400ms var(--ps-ease);
}
.ps-zoom--swap:hover .ps-img-secondary { opacity: 1; }
.ps-zoom--swap:hover .ps-img-primary { opacity: 0; }
.ps-zoom--swap:hover img { transform: none; }
.ps-zoom--swap .ps-img-primary { transition: opacity 400ms var(--ps-ease); }

/* Quick view modal */
.ps-quickview-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    background: rgba(42, 36, 32, 0.6);
    z-index: 1200;
    align-items: center;
    justify-content: center;
    padding: var(--ps-space-3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms var(--ps-ease);
}
.ps-quickview-overlay.ps-open { opacity: 1; pointer-events: auto; }
.ps-quickview {
    background: var(--ps-ivory);
    max-width: 720px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-height: 90vh;
    overflow: auto;
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-lg);
    transform: scale(0.94) translateY(10px);
    transition: transform 320ms var(--ps-ease);
}
.ps-quickview-overlay.ps-open .ps-quickview { transform: scale(1) translateY(0); }
.ps-quickview-img { flex: 1 1 280px; min-height: 280px; background: var(--ps-cream); overflow: hidden; }
.ps-quickview-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ps-quickview-body { flex: 1 1 280px; padding: var(--ps-space-4); }
.ps-quickview-body h3 { font-family: var(--ps-font-serif); font-size: 1.4rem; margin-bottom: 4px; }
.ps-quickview-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: rgba(255,255,255,0.85);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    box-shadow: var(--ps-shadow-sm);
    transition: background 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-quickview-close:hover { background: #fff; transform: scale(1.08); }

/* ==========================================================================
   Product detail page
   ========================================================================== */

.ps-pdp-gallery {}
.ps-pdp-main {
    position: relative;
    border-radius: var(--ps-radius-lg);
    overflow: hidden;
    box-shadow: var(--ps-shadow-md);
    border: 1px solid rgba(184, 134, 59, 0.3);
}
.ps-pdp-main-item {
    display: none;
    animation: psGalleryFade 400ms var(--ps-ease);
}
.ps-pdp-main-item.active { display: block; }
@keyframes psGalleryFade { from { opacity: 0; } to { opacity: 1; } }
.ps-pdp-main-item img { width: 100%; display: block; transition: transform 600ms var(--ps-ease); }
.ps-pdp-main-item:hover img { transform: scale(1.03); }
.ps-pdp-zoom-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: zoom-in;
    position: relative;
}
.ps-pdp-zoom-hint {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ps-maroon);
    font-size: 0.95rem;
    box-shadow: var(--ps-shadow-sm);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-pdp-zoom-trigger:hover .ps-pdp-zoom-hint,
.ps-pdp-zoom-trigger:focus-visible .ps-pdp-zoom-hint { opacity: 1; transform: translateY(0); }
.ps-pdp-thumbs { display: flex; gap: 10px; margin-top: var(--ps-space-3); flex-wrap: wrap; }
.ps-pdp-thumb {
    width: 76px;
    height: 96px;
    overflow: hidden;
    opacity: 0.7;
    border-radius: var(--ps-radius);
    border: 2px solid transparent;
    box-shadow: var(--ps-shadow-sm);
    transition: opacity 250ms var(--ps-ease), border-color 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ps-pdp-thumb:hover { opacity: 1; transform: translateY(-2px); }
.ps-pdp-thumb.active { opacity: 1; border-color: var(--ps-gold); box-shadow: var(--ps-shadow-gold); }

.ps-pdp-content h1 {
    font-family: var(--ps-font-serif);
    font-size: clamp(1.7rem, 2.4vw, 2.4rem);
    color: var(--ps-charcoal);
    margin: 4px 0 12px;
}
.ps-pdp-price {
    font-family: var(--ps-font-serif);
    font-size: 1.7rem;
    color: var(--ps-maroon-dark);
    font-weight: 600;
    margin: var(--ps-space-2) 0 var(--ps-space-3);
}
.ps-pdp-specs {
    background: #fff;
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-sm);
    padding: var(--ps-space-2) var(--ps-space-4);
    margin-bottom: var(--ps-space-4);
}
.ps-pdp-specs > div {
    display: flex;
    padding: 12px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--ps-border);
    transition: background 200ms var(--ps-ease);
}
.ps-pdp-specs > div:last-child { border-bottom: none; }
.ps-pdp-specs > div:hover { background: var(--ps-cream); margin: 0 -1.5rem; padding: 12px 1.5rem; }
.ps-pdp-specs dt {
    width: 150px;
    flex-shrink: 0;
    color: var(--ps-muted);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    margin: 0;
    align-self: center;
}
.ps-pdp-specs dd { margin: 0; color: var(--ps-charcoal); display: flex; align-items: center; gap: 8px; font-weight: 500; }
.ps-color-swatch { display: inline-block; width: 18px; height: 18px; border-radius: 50%; box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--ps-border), var(--ps-shadow-sm); }

.ps-pdp-description { color: var(--ps-muted); line-height: 1.7; margin-bottom: var(--ps-space-3); }

.ps-add-to-cart { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: var(--ps-space-4) 0; }
.ps-qty-stepper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: var(--ps-radius);
    box-shadow: var(--ps-shadow-sm);
    overflow: hidden;
}
.ps-qty-btn {
    width: 40px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    color: var(--ps-maroon);
    font-size: 1.1rem;
    transition: background 200ms var(--ps-ease), color 200ms var(--ps-ease);
}
.ps-qty-btn:hover { background: var(--ps-cream); }
.ps-qty-value { width: 36px; text-align: center; font-weight: 600; }
.ps-add-to-cart .ps-btn { min-height: 48px; }
.ps-pdp-wishlist-btn {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: var(--ps-maroon);
    box-shadow: var(--ps-shadow-sm);
    font-size: 1.05rem;
    transition: background 250ms var(--ps-ease), color 250ms var(--ps-ease), transform 250ms var(--ps-ease), box-shadow 250ms var(--ps-ease);
}
.ps-pdp-wishlist-btn:hover { background: var(--ps-maroon); color: #fff; transform: translateY(-2px); box-shadow: var(--ps-shadow-md); }

.ps-pdp-tags { margin-top: var(--ps-space-3); }
.ps-pdp-tags-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ps-muted); margin-right: 8px; }
.ps-tag-chip {
    display: inline-block;
    padding: 5px 14px;
    margin: 0 6px 6px 0;
    background: var(--ps-cream);
    color: var(--ps-maroon-dark);
    font-size: 0.78rem;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: var(--ps-shadow-sm);
    transition: background 250ms var(--ps-ease), transform 250ms var(--ps-ease), box-shadow 250ms var(--ps-ease);
}
.ps-tag-chip:hover { background: var(--ps-gold-light); text-decoration: none; transform: translateY(-2px); box-shadow: var(--ps-shadow-gold); }
.ps-pdp-share { margin-top: var(--ps-space-3); }

.ps-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100px;
    background: #fff;
    border-top: 1px solid var(--ps-border);
    box-shadow: var(--ps-shadow-lg);
    padding: var(--ps-space-3) 0;
    z-index: 900;
    transition: bottom 350ms var(--ps-ease);
}
.ps-sticky-bar.ps-visible { bottom: 0; }

/* ---- PDP description/review tabs ---- */
.ps-pdp-tabs { max-width: 900px; margin: 0 auto; }
.ps-tab-nav {
    display: flex;
    justify-content: center;
    gap: var(--ps-space-5);
    border-bottom: 1px solid var(--ps-border);
    margin-bottom: var(--ps-space-4);
}
.ps-tab-nav a {
    font-family: var(--ps-font-serif);
    font-size: 1.2rem;
    color: var(--ps-muted);
    text-decoration: none;
    padding-bottom: var(--ps-space-2);
    position: relative;
    transition: color 200ms var(--ps-ease);
}
.ps-tab-nav a::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    height: 2px;
    background: var(--ps-maroon);
    transform: scaleX(0);
    transition: transform 250ms var(--ps-ease);
}
.ps-tab-nav a.active { color: var(--ps-maroon-dark); }
.ps-tab-nav a.active::after { transform: scaleX(1); }
.ps-tab-pane-body { padding-top: var(--ps-space-2); }

/* ---- Reviews ---- */
.ps-review-list { list-style: none; margin: 0 0 var(--ps-space-4); padding: 0; }
.ps-review-card {
    display: flex;
    gap: var(--ps-space-3);
    background: #fff;
    border: 1px solid var(--ps-border);
    box-shadow: 0 4px 16px rgba(42, 36, 32, 0.04);
    padding: var(--ps-space-4);
    margin-bottom: var(--ps-space-3);
    text-align: left;
}
.ps-review-avatar img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.ps-review-body { flex: 1; }
.ps-review-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.ps-review-author { color: var(--ps-charcoal); font-family: var(--ps-font-serif); font-size: 1.02rem; }
.ps-review-date { display: block; font-size: 0.75rem; color: var(--ps-muted); }
.ps-review-actions { display: flex; gap: 10px; color: var(--ps-muted); }
.ps-review-actions span { cursor: pointer; transition: color 200ms var(--ps-ease); }
.ps-review-actions span:hover { color: var(--ps-maroon); }
.ps-review-stars { color: var(--ps-gold); margin: 6px 0; font-size: 0.85rem; }
.ps-review-content { color: var(--ps-charcoal); margin: 0; line-height: 1.7; }
.ps-review-empty { list-style: none; text-align: center; color: var(--ps-muted); padding: var(--ps-space-4) 0; }

.ps-review-form-toggle { text-align: center; margin-bottom: var(--ps-space-3); }
.ps-review-form-wrap {
    background: var(--ps-cream);
    border: 1px solid var(--ps-border);
    padding: var(--ps-space-4);
    text-align: left;
}
.ps-review-form-title { font-family: var(--ps-font-serif); color: var(--ps-maroon-dark); font-size: 1.2rem; margin-bottom: var(--ps-space-3); }
.ps-review-stars-input { display: flex; gap: 6px; margin-bottom: var(--ps-space-2); }
.ps-review-stars-input label { cursor: pointer; margin: 0; }
.ps-review-stars-input i { color: var(--ps-gold); font-size: 1.3rem; }
.ps-review-error { display: block; color: var(--ps-maroon); font-size: 0.8rem; margin-bottom: 8px; }
.ps-review-textarea {
    width: 100%;
    border: 1px solid var(--ps-border);
    background: #fff;
    padding: 0.8rem 1rem;
    font-family: var(--ps-font-sans);
    margin-bottom: var(--ps-space-3);
    resize: vertical;
}
.ps-review-textarea:focus { outline: none; border-color: var(--ps-maroon); }
.ps-review-form-actions { display: flex; gap: 12px; }
.ps-review-notice { text-align: center; color: var(--ps-muted); font-size: 0.9rem; }

/* ---- Full-screen image lightbox (Swiper-powered) ---- */
.ps-lightbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(20, 16, 14, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms var(--ps-ease);
    padding: var(--ps-space-5) 0;
}
.ps-lightbox.ps-open { opacity: 1; pointer-events: auto; }

.ps-lightbox-swiper {
    width: 100%;
    max-width: 1100px;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0 70px;
}
.ps-lightbox-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ps-lightbox-swiper .swiper-zoom-container img {
    max-width: 100%;
    max-height: 78vh;
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: zoom-in;
    user-select: none;
}

.ps-lightbox-close {
    position: absolute;
    top: 22px;
    right: 26px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(251, 246, 239, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ps-ivory);
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 250ms var(--ps-ease), border-color 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-lightbox-close:hover { background: rgba(255, 255, 255, 0.18); border-color: var(--ps-gold-light); transform: rotate(90deg); }

.ps-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(251, 246, 239, 0.3);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ps-ivory);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 250ms var(--ps-ease), border-color 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-lightbox-nav:hover { background: rgba(255, 255, 255, 0.18); border-color: var(--ps-gold-light); }
.ps-lightbox-nav:active { transform: translateY(-50%) scale(0.92); }
.ps-lightbox-prev { left: 16px; }
.ps-lightbox-next { right: 16px; }
.ps-lightbox--single .ps-lightbox-nav { display: none; }

.ps-lightbox-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90vw;
    margin-top: var(--ps-space-4);
    padding: 0 var(--ps-space-3);
}
.ps-lightbox-thumb {
    width: 58px;
    height: 74px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: var(--ps-radius);
    overflow: hidden;
    opacity: 0.55;
    cursor: pointer;
    background: none;
    flex-shrink: 0;
    transition: opacity 250ms var(--ps-ease), border-color 250ms var(--ps-ease), transform 250ms var(--ps-ease);
}
.ps-lightbox-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ps-lightbox-thumb:hover { opacity: 0.85; transform: translateY(-2px); }
.ps-lightbox-thumb.active { opacity: 1; border-color: var(--ps-gold-light); }

@media (max-width: 767.98px) {
    .ps-lightbox { padding: var(--ps-space-3) 0; }
    .ps-lightbox-swiper { padding: 0 44px; }
    .ps-lightbox-swiper .swiper-zoom-container img { max-height: 62vh; }
    .ps-lightbox-nav { width: 40px; height: 40px; font-size: 0.95rem; }
    .ps-lightbox-close { top: 12px; right: 14px; width: 38px; height: 38px; font-size: 1.4rem; }
    .ps-lightbox-thumb { width: 46px; height: 60px; }
}

/* ==========================================================================
   Page header (cart / checkout / wishlist / account / contact)
   ========================================================================== */

.ps-page-header {
    background: var(--ps-cream);
    padding: var(--ps-space-5) 0;
    text-align: center;
    border-bottom: 1px solid var(--ps-border);
}
.ps-page-header h1 {
    font-family: var(--ps-font-serif);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--ps-maroon-dark);
    margin: 4px 0 0;
}

/* ==========================================================================
   Cart / checkout
   ========================================================================== */

.ps-cart-table {
    background: #fff;
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-sm);
    padding: var(--ps-space-2) var(--ps-space-3);
}
.ps-cart-table table { width: 100%; border-collapse: collapse; }
.ps-cart-table th {
    font-family: var(--ps-font-sans);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ps-muted);
    border-bottom: 1px solid var(--ps-border);
    padding: 14px 10px;
    text-align: left;
}
.ps-cart-table tbody tr { transition: background 200ms var(--ps-ease); }
.ps-cart-table tbody tr:hover { background: var(--ps-cream); }
.ps-cart-table td { padding: 18px 10px; border-bottom: 1px solid var(--ps-border); vertical-align: middle; }
.ps-cart-table img { border-radius: var(--ps-radius); box-shadow: var(--ps-shadow-sm); }

.ps-cart-totals {
    background: var(--ps-cream);
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-sm);
    padding: var(--ps-space-4);
}
.ps-cart-totals h2 { font-family: var(--ps-font-serif); font-size: 1.4rem; color: var(--ps-maroon-dark); margin-bottom: var(--ps-space-3); }
.ps-cart-totals ul { list-style: none; padding: 0; margin: 0; }
.ps-cart-totals li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed var(--ps-border); font-size: 0.9rem; }
.ps-cart-totals li.ps-cart-totals-grand { font-weight: 700; font-size: 1.15rem; font-family: var(--ps-font-serif); color: var(--ps-maroon-dark); border-bottom: none; padding-top: var(--ps-space-2); }
.ps-coupon-box { margin-top: var(--ps-space-3); }
.ps-coupon-box .ps-btn { white-space: nowrap; }

.ps-trust-badges {
    display: flex;
    justify-content: center;
    gap: var(--ps-space-5);
    padding: var(--ps-space-4) 0;
    color: var(--ps-muted);
    font-size: 0.85rem;
    flex-wrap: wrap;
}
.ps-trust-badges > div {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 999px;
    padding: 8px 18px;
    box-shadow: var(--ps-shadow-sm);
}
.ps-trust-badges i { color: var(--ps-gold); margin-right: 8px; }

.ps-checkout-card {
    background: #fff;
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-sm);
    padding: var(--ps-space-4);
}
.ps-checkout-step-title {
    font-family: var(--ps-font-serif);
    font-size: 1.25rem;
    color: var(--ps-maroon-dark);
    margin-bottom: var(--ps-space-3);
    padding-bottom: 8px;
    border-bottom: 1px solid var(--ps-border);
}

/* Re-brand Bootstrap's default-blue custom radios/checkboxes used in checkout forms */
.ps-checkout-card .custom-control-label { cursor: pointer; }
.ps-checkout-card .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--ps-maroon);
    background-color: var(--ps-maroon);
    box-shadow: none;
}
.ps-checkout-card .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px rgba(107, 22, 38, 0.12);
}
.ps-checkout-card .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: var(--ps-gold);
}
.ps-checkout-card .custom-control input:not(:checked) ~ .custom-control-label,
.ps-checkout-card .form-group {
    border-radius: var(--ps-radius);
    transition: background 200ms var(--ps-ease);
}
.ps-checkout-card .custom-radio .form-group,
.ps-checkout-card .col-6.form-group {
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: var(--ps-radius);
    padding: var(--ps-space-3);
    margin-bottom: var(--ps-space-3);
    transition: border-color 250ms var(--ps-ease), box-shadow 250ms var(--ps-ease);
}
.ps-checkout-card .col-6.form-group:hover { border-color: var(--ps-gold); box-shadow: var(--ps-shadow-sm); }

/* ==========================================================================
   Account pages
   ========================================================================== */

.ps-account-sidebar {
    background: var(--ps-cream);
    border: 1px solid var(--ps-border);
    padding: var(--ps-space-3);
    display: flex;
    flex-direction: column;
}
.ps-account-link {
    padding: 12px 16px;
    color: var(--ps-charcoal);
    text-decoration: none;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--ps-border);
    transition: color 200ms var(--ps-ease), background 200ms var(--ps-ease);
}
.ps-account-link:last-child { border-bottom: none; }
.ps-account-link:hover, .ps-account-link.active { color: var(--ps-maroon); background: rgba(107, 22, 38, 0.05); text-decoration: none; }

.ps-account-card {
    display: block;
    background: #fff;
    border: 1px solid var(--ps-border);
    padding: var(--ps-space-4);
    text-align: center;
    text-decoration: none;
    color: var(--ps-charcoal);
    height: 100%;
    transition: box-shadow 200ms var(--ps-ease), transform 200ms var(--ps-ease);
}
.ps-account-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-2px); text-decoration: none; color: var(--ps-charcoal); }
.ps-account-card i { font-size: 1.8rem; color: var(--ps-gold); margin-bottom: 12px; }
.ps-account-card h3 { font-family: var(--ps-font-serif); font-size: 1.15rem; margin-bottom: 4px; color: var(--ps-maroon-dark); }
.ps-account-card p { font-size: 0.85rem; color: var(--ps-muted); margin: 0; }

.ps-account .table th { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ps-muted); border-top: none; }
.ps-account .table td { vertical-align: middle; }

/* ==========================================================================
   CMS pages / contact
   ========================================================================== */

.ps-cms-content { color: var(--ps-charcoal); line-height: 1.8; font-size: 1.02rem; }
.ps-cms-content p { margin-bottom: var(--ps-space-3); }

.ps-contact-card {
    background: #fff;
    border: 1px solid var(--ps-border);
    padding: var(--ps-space-4);
    height: 100%;
}
.ps-contact-info-row {
    display: flex;
    gap: 16px;
    padding: var(--ps-space-3) 0;
    border-bottom: 1px solid var(--ps-border);
}
.ps-contact-info-row:last-child { border-bottom: none; }
.ps-contact-info-row i { color: var(--ps-gold); font-size: 1.2rem; margin-top: 4px; }
.ps-contact-info-row strong { display: block; color: var(--ps-maroon-dark); margin-bottom: 2px; }
.ps-contact-info-row p { margin: 0; color: var(--ps-muted); font-size: 0.9rem; }

@media (max-width: 767.98px) {
    .hero-slide-caption { left: 5%; right: 5%; max-width: none; }
    .ps-section { padding: var(--ps-space-5) 0; }
    .ps-filters { position: static; margin-bottom: var(--ps-space-4); }
    .ps-pdp-specs dt { width: 110px; }
    .ps-logo a { font-size: 1.3rem; white-space: nowrap; }
    .ps-logo-tagline { font-size: 0.52rem; letter-spacing: 0.22em; }
    .ps-header-row { padding: 14px 0; gap: 6px; }
    .ps-header-icons { gap: 4px; }
    .ps-header-icons-divider { display: none; }
    .ps-icon-wishlist, .ps-icon-account, .ps-icon-account-group { display: none !important; }
}
