:root{--black:#1a1a1a;--black-soft:#3b3b3b;--white:#fff;--white-muted:#6f6f6f;--gold:#f4c94d;--gold-strong:#f2b800;--gold-soft:#f4c94d29;--blue:#3d78ff;--blue-soft:#3d78ff24;--blue-strong:#2c5dd5;--line:#00000014;--shadow:0 14px 36px #1c17120d;--font-display:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--black);font-family:var(--font-body), sans-serif;background:#fff;margin:0;font-weight:520;line-height:1.6}html,body{overflow-x:hidden}.toast-root{z-index:60;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1rem;right:1rem}.toast{color:#fff;border-radius:12px;min-width:220px;padding:.8rem 1rem;box-shadow:0 6px 18px #0000001f}.toast.info{background:var(--blue-strong)}.toast.success{background:#2aa44f}.toast.error{background:#d9534f}.recent-purchase-card{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #1212121a;border-radius:18px;gap:.22rem;width:min(330px,100vw - 2rem);padding:.95rem 3rem .95rem 1rem;display:grid;position:fixed;bottom:1rem;right:1rem;box-shadow:0 18px 46px #1c171229}.recent-purchase-card strong{color:var(--black);font-size:.98rem;line-height:1.25}.recent-purchase-card p{color:var(--black-soft);margin:0;font-size:.9rem;line-height:1.35}.recent-purchase-eyebrow,.recent-purchase-time{color:var(--white-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.site-notice-banner{background:linear-gradient(90deg,#fffcf5fa,#fcf5dff5,#fffcf5fa);border-bottom:1px solid #f4c94d2e;position:relative;overflow:hidden;box-shadow:inset 0 -1px #1212120a}.site-notice-close{z-index:2;width:2rem;height:2rem;color:var(--black);background:#ffffffe0;border:1px solid #1212121f;border-radius:999px;place-items:center;font-size:1.15rem;font-weight:700;line-height:1;display:inline-grid;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.site-notice-count{z-index:2;min-height:1.7rem;color:var(--black-soft);letter-spacing:.08em;background:#12121214;border-radius:999px;align-items:center;padding:0 .65rem;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.site-notice-marquee{width:100%;overflow:hidden}.site-notice-track{will-change:transform;align-items:center;gap:2.5rem;min-width:200%;padding:.55rem 3rem;animation:22s linear infinite site-notice-scroll;display:inline-flex}.site-notice-copy{min-height:2rem;color:var(--black);letter-spacing:.03em;white-space:nowrap;background:#f4c94d29;border:1px solid #f4c94d3d;border-radius:999px;align-items:center;padding:0 .9rem;font-size:.88rem;font-weight:800;display:inline-flex}@keyframes site-notice-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.recent-purchase-close{border:1px solid var(--line);width:1.9rem;height:1.9rem;color:var(--black-soft);background:#ffffffe0;border-radius:999px;place-items:center;font-size:.86rem;font-weight:900;line-height:1;display:inline-grid;position:absolute;top:.65rem;right:.65rem}.recent-purchase-close:hover{color:var(--black);border-color:#2b241c38}a{color:inherit;text-decoration:none}img{max-width:100%}button,input,select{font:inherit}button{cursor:pointer}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#fffcf6f0;position:sticky;top:0;box-shadow:0 10px 28px #1c17120d}.site-header-inner,.catalog-shell{width:min(1240px,100% - 2rem);margin:0 auto}.site-header-inner{justify-content:space-between;align-items:center;gap:1.25rem;min-height:92px;display:flex}.site-brand{align-items:center;display:inline-flex}.brand-lockup{gap:.35rem;width:clamp(160px,18vw,240px);display:grid}.brand-logo-image{object-fit:cover;border:1px solid #ffffffa6;border-radius:18px;width:100%;height:auto;display:block;box-shadow:0 10px 28px #1c171224}.brand-lockup-compact{width:clamp(170px,20vw,250px)}.brand-logo-image-compact{border-radius:16px}.brand-tagline{color:var(--gold);letter-spacing:.22em;text-transform:uppercase;text-align:center;font-size:.78rem;font-weight:800}.site-nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.site-nav a,.site-nav .nav-action{color:var(--black-soft);font-weight:700}.site-nav a:hover,.site-nav .nav-action:hover{color:var(--black)}.cart-link{align-items:center;gap:.55rem;display:inline-flex}.cart-badge{background:var(--gold);min-width:1.75rem;height:1.75rem;color:var(--black);border-radius:999px;place-items:center;padding:0 .45rem;font-size:.82rem;font-weight:800;display:inline-grid}.catalog-shell{padding:2rem 0 5rem}.hero-panel,.product-card,.purchase-card,.cart-item-card,.cart-summary,.checkout-form,.checkout-success,.auth-card,.account-card,.admin-panel,.metric-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffdf9fa;border-radius:22px}.hero-panel{background:#fffffff2;grid-template-columns:minmax(0,1.35fr) minmax(280px,360px);align-items:stretch;gap:1.5rem;padding:1.35rem;display:grid;position:relative;overflow:hidden}.hero-carousel-background{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:background-image .75s;position:absolute;inset:0}.hero-panel:before{content:"";filter:blur(24px);pointer-events:none;background:linear-gradient(#f4c94d1f,#ffffffe6);position:absolute;inset:0}.hero-copy,.hero-metrics,.category-carousel{z-index:1;position:relative}.hero-copy .eyebrow,.hero-copy h1,.hero-copy .storefront-lead,.hero-copy .catalog-copy{color:var(--gold-strong);text-shadow:0 1px 2px #0000001f}.hero-copy h1{margin-bottom:1rem;font-size:clamp(2.7rem,6vw,5.3rem);line-height:1.01}.hero-copy{padding:1.3rem}.hero-copy h1,.catalog-header h1,.section-block h1,.detail-copy h1,.product-card h2,.account-card h2,.admin-panel h2,.checkout-success h1,.auth-card h1,.cart-item-body h2{font-family:var(--font-display), serif}.hero-copy h1,.catalog-header h1,.section-block h1,.checkout-success h1{color:var(--black);margin:0;font-size:clamp(2.7rem,6vw,5.3rem);line-height:.94}.hero-copy label,.hero-copy h1{color:var(--gold-strong)}.order-status-pill{letter-spacing:.04em;color:var(--black);background:#ffffffd1;border-radius:999px;align-items:center;padding:.25rem .75rem;font-size:.82rem;font-weight:700;display:inline-flex}.order-status-pill.status-completed{color:#0f7260;background:#12907624}.account-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.catalog-header,.section-block{max-width:760px;padding:2.3rem 0 1.8rem}.eyebrow{color:var(--gold);letter-spacing:.24em;text-transform:uppercase;margin:0 0 1rem;font-size:.75rem}.catalog-copy,.hero-copy p,.product-body p,.detail-lead,.detail-description,.purchase-note,.checkout-success p,.auth-note,.cart-item-body p,.admin-item p{color:var(--white-muted);line-height:1.7}.storefront-lead{max-width:40rem;color:var(--black-soft);font-size:1.08rem}.hero-actions,.inline-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.hero-metrics{gap:1rem;display:grid}.category-carousel{align-self:center;gap:1rem;display:grid}.category-carousel-card{background:linear-gradient(145deg,#fffffff0,#fff7dfcc),radial-gradient(circle at 82% 22%,#f4c94d47,#0000 34%);border:1px solid #ffffff9e;border-radius:28px;gap:.85rem;min-height:260px;padding:1.4rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 70px #0003}.category-carousel-card:before{content:"";pointer-events:none;background:#3d78ff1f;border-radius:999px;height:170px;position:absolute;inset:auto -18% -42% 28%;transform:rotate(-18deg)}.category-carousel-card:hover,.category-carousel-card.is-selected{border-color:#f4c94db8;transform:translateY(-3px);box-shadow:0 34px 86px #0000003d}.category-carousel-card span,.category-carousel-card strong,.category-carousel-card p{z-index:1;position:relative}.category-carousel-card span{color:#7a6419;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;font-weight:900}.category-carousel-card strong{color:var(--black);font-family:var(--font-display), serif;align-self:end;font-size:clamp(2rem,5vw,3.7rem);line-height:.94}.category-carousel-card p{max-width:24rem;color:var(--black-soft);margin:0;font-size:.98rem;line-height:1.55}.category-carousel-controls{justify-content:center;gap:.45rem;display:flex}.category-carousel-controls button{background:#ffffff94;border:0;border-radius:999px;width:.65rem;height:.65rem;padding:0;transition:width .2s,background .2s}.category-carousel-controls button.is-active{background:var(--gold);width:1.75rem}.storefront-search{gap:.65rem;margin-top:1.5rem;display:grid}.storefront-search label{letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:700}.storefront-search-row{flex-wrap:wrap;gap:.85rem;display:flex}.storefront-search input{border:1px solid var(--line);min-height:54px;color:var(--black);background:#fffffffa;border-radius:999px;flex:320px;padding:0 1rem;box-shadow:inset 0 1px #ffffffb3}.metric-card{padding:1.2rem}.metric-card-alert{background:#cb8c1814}.metric-card span{color:var(--white-muted);text-transform:uppercase;letter-spacing:.16em;margin-bottom:.55rem;font-size:.82rem;display:block}.metric-card strong{color:var(--black);font-size:1.25rem}.category-metric-card{transition:border-color .2s,transform .2s;display:block}.category-metric-card:hover,.category-metric-card.is-selected{border-color:#f4c94d8c;transform:translateY(-2px)}.category-filter-row,.admin-category-list{flex-wrap:wrap;gap:.6rem;display:flex}.category-filter-row{margin-top:1.2rem}.category-filter{border:1px solid var(--line);min-height:36px;color:var(--black-soft);border-radius:999px;align-items:center;padding:0 .85rem;font-size:.9rem;font-weight:800;display:inline-flex}.category-filter.is-selected{background:var(--gold-soft);color:var(--black);border-color:#f4c94db3}.product-grid,.account-grid,.backoffice-grid{gap:1rem;display:grid}.product-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem}@media (max-width:1080px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.backoffice-grid,.account-grid{grid-template-columns:1fr}}.backoffice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.backoffice-page-shell{padding-bottom:6rem}.backoffice-page-intro{max-width:840px}.product-card-link{height:100%;display:block}.product-image-wrap,.detail-hero,.cart-item-media{background:linear-gradient(#ffd7000d,#00000005);position:relative}.product-stock-badge{z-index:2;color:var(--black);letter-spacing:.08em;text-transform:uppercase;background:#fffffff0;border:1px solid #12121214;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.74rem;font-weight:800;display:inline-flex;position:absolute;top:.75rem;left:.75rem;box-shadow:0 10px 24px #1c17121f}.product-card{background:#fff;border:1px solid #12121214;border-radius:18px;flex-direction:column;height:100%;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 24px 50px #12121214}.product-stock-text{color:#8a4b00;letter-spacing:.08em;text-transform:uppercase;background:#ffffffe0;border:1px solid #12121214;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.74rem;font-weight:800;display:inline-flex}.product-stock-pill{min-height:2.4rem;color:var(--black);background:#f4c94d24;border:1px solid #f4c94d3d;border-radius:999px;justify-content:center;align-items:center;padding:0 .9rem;font-size:.85rem;font-weight:800;display:inline-flex}.recent-purchase-card,.recent-purchase-toggle{z-index:35;border:1px solid #1212121a;border-radius:18px;position:fixed;right:1rem;box-shadow:0 18px 40px #12121224}.recent-purchase-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;gap:.85rem;width:min(300px,100vw - 2rem);padding:.95rem 1rem .85rem;display:grid;bottom:1rem}.recent-purchase-card-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.recent-purchase-hide,.recent-purchase-toggle{appearance:none;border:0;font-weight:800}.recent-purchase-hide{width:2rem;height:2rem;color:var(--black);background:#0000000d;border-radius:999px;place-items:center;font-size:1.2rem;line-height:1;display:inline-grid}.recent-purchase-body{gap:.2rem;display:grid}.recent-purchase-body strong{color:var(--black);font-size:.98rem}.recent-purchase-body p,.recent-purchase-body span{color:var(--black-soft);margin:0;font-size:.9rem}.recent-purchase-body span{color:var(--white-muted)}.recent-purchase-body p span{color:var(--black);font-weight:800}.recent-purchase-dots{gap:.35rem;display:flex}.recent-purchase-dots span{background:#1212122e;border-radius:999px;width:.45rem;height:.45rem}.recent-purchase-dots span.is-active{background:var(--gold-strong)}.recent-purchase-toggle{background:var(--black);color:var(--white);padding:.7rem .95rem;bottom:1rem}.recent-purchase-toggle:hover,.recent-purchase-hide:hover{opacity:.92}.catalog-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.4rem;display:flex}.pagination-control{background:#fff;border:1px solid #12121224;border-radius:999px;justify-content:center;align-items:center;min-height:2.8rem;padding:0 1rem;font-weight:800;display:inline-flex}.pagination-control.is-disabled{opacity:.45;pointer-events:none}.pagination-meta{color:var(--white-muted);font-size:.9rem;font-weight:700}.product-card-link{color:inherit;text-decoration:none;display:block}.product-body{flex-direction:column;flex:auto;padding:.45rem .6rem .65rem;display:flex}.product-body h2{margin-bottom:.2rem;font-size:.92rem}.product-short-description{display:none}.product-body .product-footer{margin-top:auto}.product-image-wrap{aspect-ratio:4/3}.product-image,.detail-image,.detail-thumb,.cart-thumb{object-fit:cover;width:100%;height:100%;display:block}.product-image{transition:transform .35s,filter .35s}.product-card:hover .product-image{filter:saturate(.95)contrast(.98);transform:scale(1.03)}.product-image-fallback,.detail-image-fallback,.cart-thumb-fallback{color:var(--white-muted);place-items:center;display:grid}.product-body{padding:.45rem .6rem .65rem}.product-meta,.product-tags,.product-footer,.summary-row,.summary-item,.purchase-meta,.cart-item-meta,.cart-actions,.detail-tags,.account-meta{flex-wrap:wrap;justify-content:space-between;gap:.5rem;display:flex}.product-variant-row{flex-wrap:wrap;gap:.35rem;margin:.1rem 0 .35rem;display:flex}.product-variant-chip{appearance:none;color:var(--black);background:#fffffff5;border:1px solid #12121224;border-radius:999px;min-height:30px;padding:0 .55rem;font-size:.76rem;font-weight:700;line-height:1}.product-variant-chip.is-selected{background:#d4af3724;border-color:#d4af3773}.product-rating-row{align-items:center;gap:.6rem;margin-top:.4rem;display:flex}.product-stars{color:var(--gold);gap:.1rem;font-size:1.12rem;line-height:1;display:inline-flex}.product-stars svg{flex:none;width:1rem;height:1rem}.star-empty{color:#e6e6e6}.star-filled{color:var(--gold)}.best-rated-badge{background:var(--gold-soft);color:var(--black);border-radius:999px;padding:.35rem .72rem;font-size:.88rem;font-weight:800}.best-rated-badge.best-rated-overlay{z-index:1;color:var(--blue);background:#fffffff0;position:absolute;top:.8rem;left:.8rem;box-shadow:0 10px 24px #1c17121f}.product-meta,.product-tags span,.product-footer span,.detail-tags span,.account-meta span{color:var(--white-muted);font-size:.75rem}.product-card h2,.cart-item-body h2,.account-card h2{margin:.35rem 0 .55rem;font-size:1rem;line-height:1.05}.product-body h2{color:var(--black-soft)}.product-card .discount-pill,.detail-price .original-price{color:var(--white-muted)}.product-price{color:var(--black);letter-spacing:.01em;font-size:1rem;font-weight:900}.product-price-original{color:var(--white-muted);font-size:.8rem;text-decoration:line-through}.product-card-footer{border-top:1px solid var(--line);align-items:center;gap:.5rem;padding:.35rem .55rem .55rem;display:flex}.product-card-footer button{flex:1;min-height:34px;padding:0 .6rem;font-size:.85rem}.button-icon{gap:.6rem}.button-icon svg,.favorite-toggle svg{flex-shrink:0;width:1rem;height:1rem;display:block}.favorite-toggle{color:#fff;background:#0000002e;border:1px solid #ffffffe6;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;display:inline-flex;position:relative;box-shadow:0 2px 8px #00000014}.favorite-toggle.is-active{color:var(--black);background:#f4c94df2}.product-card .discount-pill{color:var(--gold);background:#ffd70029;border-radius:999px;padding:.2rem .55rem;font-size:.82rem;font-weight:700}.original-price{margin-left:.5rem;font-size:.95rem;text-decoration:line-through}.product-tags,.detail-tags{margin-bottom:1rem}.product-tags span,.detail-tags span{background:#ffd7001f;border-radius:999px;padding:.35rem .65rem}.product-footer,.summary-row,.summary-item{border-top:1px solid var(--line);align-items:baseline;padding-top:.85rem}.product-footer strong,.purchase-meta strong,.detail-price,.summary-row strong,.summary-item strong{color:var(--gold)}.detail-layout,.cart-layout,.checkout-layout{gap:1.5rem;display:grid}.detail-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.9fr) minmax(300px,360px);align-items:start}.detail-hero{aspect-ratio:4/5;border-radius:16px;overflow:hidden}.detail-thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:.9rem;display:grid}.detail-wholesale-card{background:radial-gradient(circle at 100% 0,#d4af371f,#0000 40%),linear-gradient(#fffbf1fa,#fff7e7f5);border:1px solid #d4af372e;border-radius:12px;gap:.35rem;margin-top:.7rem;padding:.75rem .85rem;display:grid;box-shadow:0 10px 20px #1c17120f}.detail-wholesale-card strong{color:var(--black)}.detail-wholesale-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.detail-wholesale-head span{color:var(--gold);white-space:nowrap;background:#d4af371f;border-radius:999px;padding:.2rem .55rem;font-size:.76rem;font-weight:800}.detail-wholesale-copy{color:var(--black-soft);margin:0;font-size:.86rem;line-height:1.35}.detail-wholesale-list{gap:.3rem;display:grid}.detail-wholesale-row{border-top:1px solid #d4af371f;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.35rem;font-size:.84rem;display:flex}.detail-wholesale-row span{color:var(--gold);white-space:nowrap;font-weight:700}.detail-variant-banner{border-left:3px solid var(--gold);background:#d4af3714;border-radius:10px;flex-direction:column;gap:.15rem;margin-top:.75rem;padding:.7rem .8rem;display:flex}.detail-variant-banner span{color:var(--black-soft);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem}.detail-variant-banner strong{color:var(--black);font-size:1rem;line-height:1.2}.detail-thumb{aspect-ratio:1;border-radius:18px}.detail-copy h1{margin:0;font-size:clamp(2.4rem,5vw,4.4rem);line-height:.95}.detail-price{margin:1rem 0;font-size:1.1rem;font-weight:700}.purchase-card,.cart-summary,.checkout-form,.checkout-success,.auth-card,.admin-panel{padding:1.35rem}.field-group,.checkout-form label,.auth-card label,.admin-form label{gap:.45rem;display:grid}.field-group+.field-group{margin-top:1rem}.field-group input,.field-group select,.checkout-form input,.auth-card input,.admin-form input,.admin-form select,.promo-form input{border:1px solid var(--line);min-height:48px;color:var(--black);background:#ffffffeb;border-radius:14px;padding:.75rem .9rem}.promo-form{gap:.75rem;margin-bottom:1rem;display:grid}.button-primary,.button-secondary{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 1rem;display:inline-flex}.button-primary{background:var(--gold);color:#fffaf0;font-weight:800;box-shadow:0 10px 24px #b98a1f38}.button-secondary{border-color:var(--blue-soft);color:var(--blue);background:#ffffffe0}.summary-button{width:100%;margin-top:1rem}.inline-error,.inline-success{margin:.85rem 0 0;font-size:.92rem}.inline-error{color:#b33b2f}.inline-success{color:#7a5a11}.purchase-note,.auth-note{margin:.85rem 0 0;font-size:.92rem}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:start}.cart-items{gap:1rem;display:grid}.cart-item-card{grid-template-columns:140px minmax(0,1fr);gap:1rem;padding:1rem;display:grid}.cart-item-media{aspect-ratio:1;border-radius:18px;overflow:hidden}.cart-item-body{gap:1rem;display:grid}.quantity-control{align-items:center;gap:.75rem;display:inline-flex}.quantity-control button{border:1px solid var(--line);width:34px;height:34px;color:var(--black);background:0 0;border-radius:999px}.text-link{color:var(--gold);background:0 0;border:0;padding:0}.nav-action{font-size:.95rem}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0 1.5rem;display:grid}.form-grid-span{grid-column:1/-1}.auth-card,.checkout-success{max-width:720px}.back-link{margin-bottom:1rem;display:inline-block}.empty-state{color:var(--black-soft);background:#fffcf6b8;border:1px dashed #2b241c38;border-radius:20px;margin-top:1rem;padding:1.5rem}.account-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.account-shell{padding-top:2.25rem;padding-bottom:5.5rem;position:relative}.account-shell:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 0 0,#f4c94d29,#0000 26%),radial-gradient(circle at 88% 10%,#3d78ff1a,#0000 24%),linear-gradient(#fffcf6c7,#fffffff5);position:absolute;inset:0}.account-hero{grid-template-columns:minmax(0,1.35fr) minmax(260px,340px);align-items:stretch;gap:1.25rem;margin-bottom:1.5rem;display:grid}.account-hero-copy,.account-hero-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd6;border:1px solid #2b241c14;border-radius:28px;box-shadow:0 18px 42px #1c171214}.account-hero-copy{padding:1.6rem 1.8rem}.account-hero-copy .catalog-copy{max-width:50rem;margin-top:.95rem}.account-hero-card{background:linear-gradient(#ffffffe0,#fff7def2),radial-gradient(circle at 100% 0,#f4c94d3d,#0000 32%);align-content:space-between;gap:1rem;padding:1.35rem;display:grid}.account-hero-label{color:#8a6500;letter-spacing:.16em;text-transform:uppercase;background:#f4c94d29;border-radius:999px;width:fit-content;padding:.3rem .7rem;font-size:.74rem;font-weight:800;display:inline-flex}.account-hero-card strong{font-family:var(--font-display), serif;font-size:1.7rem;line-height:1.06}.account-hero-card p{color:var(--black-soft);margin:0}.account-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}.account-summary-card{background:#fff5c873;border:1px solid #f2b80040}.account-order-card{background:linear-gradient(#fffffffa,#fffbf3fa),#fffdf9fa;gap:1rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid}.account-order-card:hover{border-color:#f4c94d3d;transform:translateY(-2px);box-shadow:0 20px 46px #1c17121a}.account-summary-meta,.order-summary-meta{gap:.75rem;margin-top:1rem;display:grid}.account-order-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.account-order-header h2{margin-bottom:0}.account-order-meta{border-bottom:1px solid #2b241c14;flex-wrap:wrap;gap:.75rem 1.25rem;padding-bottom:.2rem;display:flex}.account-order-meta span{align-items:center;gap:.35rem;display:inline-flex}.account-order-preview{gap:.9rem;display:grid}.account-order-actions{flex-wrap:wrap;gap:.75rem;display:flex}.account-order-button{flex:180px;justify-content:center}.account-order-detail-layout,.account-order-detail-card{gap:1.25rem;display:grid}.account-order-detail-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.account-order-detail-header h1{margin-bottom:.35rem}.account-order-detail-actions{flex-wrap:wrap;gap:.85rem;display:flex}.account-order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.account-helper-card{background:#faf7efeb;border:1px solid #2b241c0f;border-radius:20px;gap:.4rem;padding:1rem 1.1rem;display:grid}.account-helper-card strong{margin-bottom:.25rem}.account-helper-card p{color:var(--black-soft);margin:0}.account-order-items{background:#faf7efeb;border-radius:22px;gap:.85rem;padding:1rem;display:grid}.account-order-items-head{color:var(--black-soft);justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.account-order-items-head strong{font-size:.96rem}.account-order-item-list{gap:.75rem;display:grid}.account-order-item{background:#ffffffe0;border:1px solid #2b241c0f;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.8rem .9rem;display:flex}.account-order-item strong{margin-bottom:.15rem;font-size:.98rem;display:block}.account-order-item p{color:var(--white-muted);margin:0;font-size:.92rem}.account-order-item span{white-space:nowrap;font-weight:800}.account-order-totals{color:var(--black-soft);flex-wrap:wrap;justify-content:flex-end;gap:.75rem 1.1rem;padding-top:.35rem;display:flex}.account-order-totals strong{color:var(--black)}@media (max-width:760px){.account-hero,.account-order-detail-grid{grid-template-columns:1fr}.account-order-header,.account-order-detail-header{flex-direction:column}}.account-card,.admin-item{padding:1.2rem}.backoffice-grid{align-items:start}.backoffice-layout{grid-template-columns:minmax(240px,280px) minmax(0,1fr);align-items:start;gap:1.5rem;min-width:0;display:grid;overflow-x:hidden}.backoffice-sidebar{gap:1rem;display:grid;position:sticky;top:7.2rem}.backoffice-sidebar-card{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#ffd7002e,#0000 34%),linear-gradient(#fffffffa,#faf7e8eb);border:1px solid #ffd7002e;border-radius:30px;padding:1.4rem}.backoffice-sidebar-topline{align-items:flex-start;gap:.9rem;display:flex}.backoffice-sidebar-icon{color:#8a6500;background:#d4af3724;border-radius:16px;flex-shrink:0;place-items:center;width:2.6rem;height:2.6rem;display:inline-grid}.backoffice-sidebar-icon svg{width:1.4rem;height:1.4rem}.backoffice-sidebar-alert{color:#8a5b09;background:#cb8c181a;border-radius:16px;align-items:baseline;gap:.45rem;margin-top:1rem;padding:.65rem .85rem;display:inline-flex}.backoffice-sidebar-alert strong{font-size:1.2rem}.backoffice-sidebar-alert span{letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:800}.backoffice-sidebar-card h2,.backoffice-subtitle,.backoffice-section-head h2{font-family:var(--font-display), serif}.backoffice-sidebar-card h2{margin:0;font-size:2rem;line-height:.95}.backoffice-sidebar-copy,.backoffice-sidebar-summary p,.backoffice-highlight p,.backoffice-tip-panel p,.admin-item-copy p,.backoffice-list-head span,.backoffice-section-meta,.admin-order-date{color:var(--white-muted)}.backoffice-sidebar-summary strong{color:var(--black);margin-bottom:.4rem;display:block}.backoffice-nav{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff5;border-radius:26px;gap:.7rem;padding:.8rem;display:grid}.backoffice-nav-link{appearance:none;width:100%;min-height:54px;color:var(--black);background:0 0;border:0;border-radius:18px;align-items:center;gap:.8rem;padding:.9rem 1rem;font-weight:700;transition:background .2s,transform .2s;display:flex}.backoffice-nav-link:hover{background:#ffd7001f;transform:translate(2px)}.backoffice-nav-link[aria-pressed=true]{background:#d4af3724;box-shadow:inset 0 0 0 1px #d4af3733}.backoffice-nav-link span{background:var(--gold);width:2rem;height:2rem;color:var(--black);border-radius:999px;place-items:center;font-size:.76rem;font-weight:800;display:inline-grid}.backoffice-main,.backoffice-section{gap:1.25rem;min-width:0;display:grid}.backoffice-section.is-hidden{display:none}.backoffice-hero{padding:1.6rem}.backoffice-hero-copy{max-width:720px}.backoffice-metrics,.backoffice-highlights{gap:1rem;display:grid}.backoffice-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.backoffice-highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.backoffice-low-stock-panel{gap:.9rem;margin-top:1rem;display:grid}.backoffice-highlight{min-height:170px}.backoffice-highlight h2{margin:0;font-size:3rem;line-height:.95}.backoffice-section-head,.backoffice-list-head,.admin-item-heading,.admin-item-meta,.admin-status-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;display:flex}.backoffice-section-head h2,.backoffice-subtitle{margin:0}.backoffice-subtitle{font-size:1.7rem;line-height:1}.backoffice-content-grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:1.25rem;width:100%;min-width:0;display:grid;overflow-x:auto}.backoffice-content-grid-tight{grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);width:100%;min-width:0;overflow-x:auto}.backoffice-pagination{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:.85rem;margin-top:1rem;padding-top:1rem;display:flex}.backoffice-pagination-meta{color:var(--white-muted);font-size:.88rem;font-weight:700}.admin-item-rich,.admin-order-card{align-items:flex-start}.admin-item-copy{gap:.65rem;display:grid}.admin-order-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.admin-order-detail{border-top:1px solid var(--line);gap:.85rem;width:100%;margin-top:.35rem;padding-top:.85rem;display:grid}.admin-order-products,.admin-order-addresses,.admin-order-totals{gap:.7rem;display:grid}.admin-order-product-row{background:#12121209;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem;display:flex}.admin-order-product-row p{color:#121212ad;margin:.25rem 0 0;font-size:.88rem}.admin-order-row-actions{justify-items:end;gap:.35rem;display:grid}.admin-order-product-row span,.admin-order-totals strong{white-space:nowrap}.admin-order-totals{background:#d4af371c;border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));padding:.75rem;font-weight:700}.admin-order-addresses{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.store-receipt .receipt-sheet{background:#ffffffeb;border:1px solid #12121214;border-radius:16px;gap:.75rem;padding:.9rem;display:grid}.receipt-line,.receipt-item{justify-content:space-between;gap:1rem;display:flex}.receipt-line strong,.receipt-item strong{color:var(--black)}.receipt-line span,.receipt-item span{text-align:right}.receipt-item p{color:var(--white-muted);margin:.2rem 0 0;font-size:.86rem}.receipt-divider{background:var(--line);height:1px}.receipt-button{width:100%}@page{margin:.5in;@bottom-left{content:"Developed By GladyTech";font-size:10px}@bottom-right{content:counter(page) " / " counter(pages);font-size:10px}}@media print{body *{visibility:hidden}.store-receipt,.store-receipt *{visibility:visible}.store-receipt{width:100%;box-shadow:none;position:absolute;inset:0}.store-receipt .receipt-sheet{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fffffffa;position:relative;overflow:hidden}.store-receipt .receipt-sheet:before{content:"";opacity:.08;pointer-events:none;background:url(/logo.jpeg) 50%/contain no-repeat;position:absolute;inset:1rem}.store-receipt .receipt-sheet>*{z-index:1;position:relative}.store-receipt .button-secondary,.store-receipt .backoffice-section-head button{display:none}}.admin-item-heading strong{color:var(--black);font-size:1.02rem}.admin-permanent-label{color:#8a6500;background:#d4af3724;border-radius:999px;align-items:center;min-height:40px;padding:0 .85rem;font-size:.84rem;font-weight:800;display:inline-flex}@media (max-width:640px){.recent-purchase-card{width:calc(100vw - 1.5rem);padding:.85rem 2.7rem .85rem .9rem;bottom:.75rem;right:.75rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.hero-panel{grid-template-columns:1fr;padding:1rem}.product-image-wrap{aspect-ratio:1}.product-body{padding:.6rem}.product-body h2{margin:.25rem 0 .45rem;font-size:1.05rem}.product-short-description{display:none}.product-footer{padding-top:.6rem;font-size:.92rem}.metric-card{padding:.9rem}.category-carousel-card{border-radius:22px;min-height:210px;padding:1.1rem}.category-carousel-card strong{font-size:clamp(1.8rem,12vw,3rem)}}@media (max-width:420px){.product-grid{grid-template-columns:1fr}}@media (max-width:720px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.5rem}.product-card{border-radius:16px}.product-body{padding:.4rem .5rem .55rem}.product-rating-row{display:none}.product-card h2,.product-body h2{font-size:.92rem}.product-variant-chip{min-height:28px;padding-inline:.48rem;font-size:.72rem}.button-primary,.button-secondary{min-height:34px;padding:0 .6rem;font-size:.85rem}.backoffice-layout{grid-template-columns:1fr;overflow-x:visible}.backoffice-sidebar{position:static;top:auto}.backoffice-sidebar-topline{align-items:center}.backoffice-sidebar-card{padding:.9rem}.backoffice-sidebar-alert{justify-content:space-between;width:100%}.backoffice-nav-link{min-height:42px;padding:.6rem .8rem}.backoffice-content-grid,.backoffice-content-grid-tight{grid-template-columns:1fr;overflow-x:visible}.form-grid{grid-template-columns:1fr}.field-group input,.field-group select,.checkout-form input,.auth-card input,.admin-form input,.admin-form select,.promo-form input{min-height:40px}.catalog-shell{width:calc(100% - 1rem);margin:0 auto;padding:1rem 0 3rem}.backoffice-section-head,.backoffice-list-head,.admin-item-heading,.admin-item-meta,.admin-status-row,.backoffice-pagination,.admin-order-actions,.admin-order-product-row{flex-direction:column;align-items:flex-start}.admin-item{flex-direction:column;align-items:stretch}.admin-inline-actions button,.admin-order-actions button{width:100%}.admin-order-addresses{grid-template-columns:1fr}.admin-order-product-row{align-items:stretch}.backoffice-section-head h2,.backoffice-subtitle{font-size:1.35rem}}.admin-item-meta span{color:var(--black);background:#ffd7001a;border-radius:999px;padding:.4rem .7rem;font-size:.84rem;font-weight:700}.admin-variant-list{flex-wrap:wrap;gap:.6rem;display:flex}.admin-variant-chip{border:1px solid var(--line);min-height:36px;color:var(--black);background:#fffffff5;border-radius:999px;padding:.45rem .8rem;font-size:.82rem;font-weight:700}.admin-variant-chip.is-selected{border-color:var(--gold);background:#d4af3724}.admin-status-row{justify-content:flex-start}.admin-status-pill{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:32px;padding:0 .75rem;font-size:.75rem;font-weight:800;display:inline-flex}.admin-status-pill.is-live{color:#8a6500;background:#ffd70029}.admin-status-pill.is-success{color:#0f7260;background:#12907624}.admin-status-pill.is-warning{color:#8a5b09;background:#cb8c1824}.admin-status-pill.is-muted{color:#121212b8;background:#1212120f}.admin-status-pill.is-danger{color:#9e2f24;background:#b33b2f24}.admin-status-pill.is-info{color:#0a7268;background:#08837824}.backoffice-tip-panel{background:radial-gradient(circle at 0 0,#ffd7001f,#0000 32%),#fffffffa}.admin-list{gap:.85rem;margin-top:1rem;display:grid}.admin-category-form{border:1px solid var(--line);background:#12121206;border-radius:18px;margin-top:1rem;padding:1rem}.admin-category-list{margin-top:1rem}.admin-item{border:1px solid var(--line);border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-form{gap:1rem;display:grid}.admin-checkbox-row{align-items:center;gap:.75rem;min-height:48px;display:flex}.admin-helper-card,.admin-image-meta{gap:.45rem;display:grid}.admin-helper-card{border:1px solid var(--line);background:#00000005;border-radius:18px;margin-top:1rem;padding:1rem}.admin-image-meta{margin:.75rem 0}.admin-image-meta a,.admin-image-meta code,.admin-helper-card code{word-break:break-word}.admin-image-meta a{color:var(--gold);font-size:.9rem}.admin-image-meta code,.admin-helper-card code{color:var(--black);background:#1212120d;border-radius:12px;padding:.35rem .5rem;font-size:.8rem}@media (max-width:1100px){.hero-panel,.detail-layout,.cart-layout,.checkout-layout,.backoffice-grid,.backoffice-layout,.backoffice-content-grid,.backoffice-content-grid-tight,.account-grid{grid-template-columns:1fr}.backoffice-sidebar{position:static}.backoffice-metrics,.backoffice-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.site-header-inner{flex-direction:column;align-items:flex-start;padding:.9rem 0}.product-grid,.form-grid,.detail-thumbs,.backoffice-metrics,.backoffice-highlights{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-search-row>*{width:100%}.cart-item-card{grid-template-columns:1fr}.hero-copy h1,.catalog-header h1,.section-block h1,.checkout-success h1{font-size:clamp(2.2rem,16vw,4rem)}.brand-lockup,.brand-lockup-compact{width:min(220px,100%)}}.site-footer{color:#f5f5f5;background:#111214;border-top:1px solid #ffffff14;margin-top:4rem;padding:2.5rem 0}.site-footer-inner{width:min(1240px,100% - 2rem);margin:0 auto;padding:1rem 0}.site-footer .footer-text,.site-footer .footer-credit,.site-footer .footer-eyebrow,.site-footer .footer-detail-row,.site-footer .footer-link{color:#f5f5f5}.site-footer .footer-link{color:var(--gold)}.site-footer .footer-link:hover{color:var(--gold-strong)}.site-footer .footer-copy{text-align:right}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-text{color:var(--white-muted);margin:0;font-size:.85rem;font-weight:500}.footer-credit{text-align:right}.footer-brand{color:var(--white);font-weight:700}.footer-links{align-items:center;gap:1.5rem;display:flex}.footer-link{color:var(--gold);align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.footer-link:hover{color:var(--gold-strong)}.footer-details{flex:1;gap:1.5rem;display:grid}.footer-block{gap:.55rem;display:grid}.footer-eyebrow{color:var(--black-soft);margin:0;font-size:.85rem;font-weight:700}.footer-detail-row{color:var(--black);align-items:center;gap:.7rem;font-size:.95rem;display:flex}.footer-map-link{align-items:center;gap:.55rem;margin-top:.25rem;display:inline-flex}.footer-copy{text-align:right;gap:.4rem;display:grid}.whatsapp-icon{font-size:1rem}@media (max-width:760px){.footer-content{text-align:left;flex-direction:column;align-items:stretch}.footer-copy{text-align:left}}.policy-container{max-width:800px;margin:2rem auto;padding:0 1rem}.policy-header{text-align:center;border-bottom:2px solid var(--gold-soft);margin-bottom:3rem;padding:2rem 0}.policy-header h1{font-family:var(--font-display);color:var(--black);margin:0;font-size:2.5rem}.policy-content{border:1px solid var(--line);background:#fffdf9cc;border-radius:18px;padding:2rem}.policy-section{margin-bottom:2rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{color:var(--black);margin-top:1.5rem;margin-bottom:1rem;font-size:1.4rem}.policy-section h2:first-child{margin-top:0}.policy-section p{color:var(--black-soft);margin-bottom:1rem;line-height:1.7}.policy-section p:last-child{margin-bottom:0}.policy-section a{color:var(--gold);font-weight:600;text-decoration:none}.policy-section a:hover{color:var(--gold-strong)}@media (max-width:640px){.footer-content{text-align:center;flex-direction:column}.footer-credit{text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.site-footer{margin-top:3rem;padding:1.5rem 0}.policy-header h1{font-size:1.8rem}.policy-content{padding:1.5rem}.policy-section h2{font-size:1.2rem}}.product-card{transition:all .3s}.product-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 18px 34px #1c17121c}.button-primary{transition:all .2s}.button-primary:hover{background:#a97c17;transform:translateY(-1px);box-shadow:0 14px 28px #b98a1f47}.button-secondary{transition:all .2s}.button-secondary:hover{background:#fffffffa;border-color:#2b241c38}
