@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";:root{--page-bg:#d9d9d9;--panel-bg:#fff;--panel-soft:#f3f3f3;--ink:#1e2127;--muted:#6e7278;--line:#d9d9d9;--button:#1f2430;--button-hover:#151922;--shadow:0 24px 64px #191a1e38}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--ink);background:#f1ede6;margin:0;font-family:Manrope,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.page{min-height:100%;padding:0}.site-shell{background:var(--panel-bg);width:100%;box-shadow:none;margin:0}.container{width:100%;margin:0 auto;padding-inline:3.2rem}.site-header{background:#fbfbfb;border-bottom:1px solid #ececec}.admin-preview-banner{color:#fff;background:#1f2430}.admin-preview-banner-inner{justify-content:space-between;align-items:center;gap:.8rem;min-height:56px;padding-top:.45rem;padding-bottom:.45rem;display:flex}.admin-preview-banner p{margin:0;font-size:.92rem}.header-inner{justify-content:space-between;align-items:center;gap:1.8rem;min-height:102px;display:flex}.brand-mark{color:#191c23;cursor:default;background:0 0;border:0;justify-items:start;margin:0;padding:0;display:grid}.brand-top{letter-spacing:.01em;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.45rem,2.05vw,2rem);font-weight:600;line-height:1}.brand-bottom{letter-spacing:.02em;text-transform:none;color:#4b4f54;margin-top:.34rem;font-size:1rem}.primary-nav{color:#2f3238;align-items:center;gap:2.15rem;margin-left:auto;display:flex}.primary-nav a{color:#2f3238;font-size:1.02rem;font-weight:500}.primary-nav a.active{border-bottom:2px solid #b2b5ba;padding-bottom:.22rem}.primary-nav a:hover{color:#101216}.header-actions{align-items:center;gap:.45rem;margin-left:.65rem;display:flex}.header-icon-button{cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:44px;min-height:42px;display:grid;position:relative}.header-icon-button svg{stroke:#191c23;fill:none;stroke-width:1.7px;width:1.55rem;height:1.55rem}.header-search{border-left:1px solid var(--line);border-radius:0;margin-left:.3rem;padding-left:1rem}.header-icon-button:hover{background:#1e212714}.cart-count{color:#fff;background:#1f2430;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 .25rem;font-size:.78rem;font-weight:700;display:grid;position:absolute;top:-6px;right:10px}.hero-section{background:#f4f0e9;position:relative}.hero-main{background:linear-gradient(92deg,#f4efe8 0%,#f1ece6 56%,#efebe4 100%)}.hero-grid{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);align-items:stretch;min-height:auto;display:grid}.hero-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:5.2rem 0 2.4rem 2.35rem;display:flex}.hero-copy h1{letter-spacing:-.01em;color:#1f232a;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,4.7vw,4.6rem);font-weight:500;line-height:1.06}.hero-copy p{color:#5c6269;max-width:460px;margin:1.2rem 0 2.2rem;font-size:clamp(18px,1.02vw,1.2rem)}.hero-copy button{color:#fff;cursor:pointer;background:#344353;border:0;border-radius:14px;width:164px;min-height:56px;font-size:1.04rem;font-weight:700}.hero-copy button:hover{background:#2a3848}.hero-image-wrap{background:#ece7df;height:590px;min-height:540px;position:relative;overflow:hidden}.hero-image-wrap img,.hero-art{object-fit:cover;object-position:50% 16%;width:100%;height:100%;display:block}.hero-image-stage{isolation:isolate;width:100%;height:100%;position:relative}.hero-rotating-image{will-change:transform, opacity, filter;opacity:0;pointer-events:none;z-index:0;backface-visibility:hidden;width:100%;height:100%;transition:opacity .4s;position:absolute;inset:0}.hero-rotating-image.is-active{opacity:1;pointer-events:auto;z-index:1}.hero-position-left,.hero-rotating-image.is-active.hero-position-left{object-position:left 16%}.hero-position-center,.hero-rotating-image.is-active.hero-position-center{object-position:center 16%}.hero-position-right,.hero-rotating-image.is-active.hero-position-right{object-position:right 16%}.hero-rotating-image.is-active.hero-transition-fade{animation:heroTransitionFade var(--hero-transition-duration,.95s) ease both}.hero-rotating-image.is-active.hero-transition-zoom{animation:heroTransitionZoom var(--hero-transition-duration,1.15s) cubic-bezier(.2, .6, .2, 1) both}.hero-rotating-image.is-active.hero-transition-slide{animation:heroTransitionSlide var(--hero-transition-duration,.95s) ease both}.hero-rotating-image.is-active.hero-transition-pan{animation:heroTransitionPan var(--hero-transition-duration,1.2s) cubic-bezier(.2, .6, .2, 1) both}.hero-rotating-image.is-active.hero-transition-lift{animation:heroTransitionLift var(--hero-transition-duration,1s) ease both}@keyframes heroTransitionFade{0%{opacity:.14;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes heroTransitionZoom{0%{opacity:.25;filter:saturate(.88);transform:scale(1.12)}to{opacity:1;filter:saturate();transform:scale(1)}}@keyframes heroTransitionSlide{0%{opacity:.16;filter:blur(1px);transform:translate(2.2%)scale(1.02)}to{opacity:1;filter:blur();transform:translate(0)scale(1)}}@keyframes heroTransitionPan{0%{opacity:.18;filter:contrast(.92);transform:translate(-1.8%)scale(1.03)}to{opacity:1;filter:contrast();transform:translate(0)scale(1)}}@keyframes heroTransitionLift{0%{opacity:.2;filter:brightness(.92);transform:translateY(2.5%)scale(1.03)}to{opacity:1;filter:brightness();transform:translateY(0)scale(1)}}.hero-nav-button{color:#fffc;cursor:pointer;z-index:4;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#ffffff24;border:0;border-radius:999px;place-items:center;width:34px;height:58px;font-size:1.55rem;line-height:1;transition:opacity .28s,background .28s,color .28s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hero-nav-prev{left:.7rem}.hero-nav-next{right:.7rem}.hero-image-wrap:hover .hero-nav-button,.hero-image-wrap:focus-within .hero-nav-button{opacity:1;pointer-events:auto}.hero-nav-button:hover{color:#fff;background:#ffffff42}.hero-benefits{z-index:2;background:#fff;border:1px solid #ebe6de;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2.2rem;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 30px #21232717}.hero-benefits article{border-right:1px solid #ebe6de;grid-template-columns:auto 1fr;align-items:center;gap:.85rem;padding:1rem 1.1rem;display:grid}.hero-benefits article:last-child{border-right:0}.hero-benefits svg{stroke:#303640;fill:none;stroke-width:1.55px;width:2rem;height:2rem}.hero-benefits h3{margin:0;font-size:1.2rem;font-weight:700}.hero-benefits p{color:#707780;margin:.24rem 0 0;font-size:1rem}.hero-art{background:radial-gradient(circle at 70% 30%,#a56b43 0%,#7d4f2d 55%,#5b351f 100%);position:relative}.hero-halo{background:radial-gradient(circle at 40% 35%,#f2d2b8 0%,#d1a181 100%);border-radius:999px;width:68%;height:68%;position:absolute;top:7%;left:17%}.hero-neck{background:#ca8d65;border-radius:30px;width:24%;height:20%;position:absolute;bottom:18%;left:42%}.hero-face{background:#d8996f;border-radius:46% 46% 42% 42%;width:34%;height:44%;position:absolute;top:20%;left:36%}.hero-hair{background:#4a2920;border-radius:48%;width:36%;height:32%;position:absolute;top:13%;left:35%}.hero-lens{border:2px solid #d5c6ad;border-radius:50%;width:10%;height:7.2%;position:absolute;top:34%}.hero-left{left:42%}.hero-right{left:54%}.hero-bridge{background:#d5c6ad;width:2.4%;height:2px;position:absolute;top:37.4%;left:51.7%}.shop-sections{background:var(--panel-soft);padding:1.35rem 0 1.1rem}.shop-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.35rem;display:flex}.shop-toolbar h2{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,2.9vw,3rem);font-weight:500}.shop-toolbar input{background:#fff;border:1px solid #d8d8d8;border-radius:10px;width:min(420px,100%);min-height:46px;padding:0 .9rem}.search-hint{color:#5d646e;margin:-.6rem 0 1rem;font-size:.86rem}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;display:grid}.category-card{text-align:center;background:#f8f8f8;border:1px solid #ededed;padding:.95rem .72rem .9rem;transition:transform .24s,box-shadow .24s}.category-card h3{letter-spacing:-.01em;margin:0;font-size:clamp(18px,1.35vw,1.25rem);font-weight:700}.product-name-button{font:inherit;color:inherit;cursor:pointer;width:100%;text-align:inherit;white-space:normal;overflow-wrap:anywhere;word-break:break-word;background:0 0;border:0;margin:0;padding:0;display:block}.category-card .product-name-button{white-space:nowrap;text-overflow:ellipsis;width:auto;display:inline;overflow:hidden}.collection-card .product-name-button{white-space:normal;overflow-wrap:anywhere;word-break:break-word;width:100%;display:block}.product-name-button:hover{text-underline-offset:.14em;text-decoration:underline}.category-media{aspect-ratio:4/3;background:#ddbfbf;border:1px solid #ebebeb;margin-top:.6rem;overflow:hidden}.category-card .product-actions{margin-top:.6rem}.category-card .secondary-action{border-radius:7px;min-height:38px;padding:.18rem .5rem;font-size:1rem}.category-info-note{color:#5e6570;margin:.45rem 0 0;font-size:.74rem;font-weight:600}.media-button{cursor:pointer;border:1px solid #ebebeb;width:100%;padding:0}.category-media img,.seller-media img{object-fit:contain;background:linear-gradient(92deg,#f4efe8 0%,#f1ece6 56%,#efebe4 100%);width:100%;height:100%}.product-actions{justify-content:center;gap:.6rem;margin-top:1.05rem;display:flex}.secondary-action,.primary-action{cursor:pointer;border-radius:8px;min-height:46px;padding:.2rem .85rem;font-size:.95rem;font-weight:700}.secondary-action{color:#1f242e;background:#fff;border:1px solid #e0e0e0}.primary-action{color:#fff;background:#1f2430;border:0}.primary-action:hover{background:#151922}.secondary-action:hover{background:#f3f3f3}.secondary-action:disabled{opacity:.7;cursor:not-allowed}.primary-action:disabled{opacity:.6;cursor:not-allowed}.lined-heading{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.6rem;display:grid}.lined-heading span{background:#d7d7d7;height:1px}.lined-heading h2{letter-spacing:-.02em;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,3.6vw,3.4rem);font-weight:500}.best-seller-grid{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.5rem;display:grid}.seller-card{text-align:center;border-right:1px solid #e3e3e3;padding:.95rem .65rem 1.2rem}.seller-card:last-child{border-right:0}.seller-media{aspect-ratio:16/10;background:#fff;border:1px solid #ededed;overflow:hidden}.seller-card h3{margin:.8rem 0 .35rem;font-size:clamp(1.24rem,1.7vw,1.68rem);font-weight:500}.seller-card p{margin:0;font-size:clamp(1.06rem,1.3vw,1.28rem);font-weight:700}.seller-card .product-actions{margin-top:.75rem}.collection-block{margin-top:.85rem}.collection-header{display:block}.section-toggle{white-space:nowrap}.collection-footer-toggle{justify-content:center;margin-top:.9rem;display:flex}.section-toggle-link{color:#1b1f26;text-underline-offset:.16em;cursor:pointer;background:0 0;border:0;padding:0;font-size:.95rem;font-weight:700;text-decoration:underline;text-decoration-thickness:2px}.section-toggle-link:hover{color:#0e1116}.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:1.15rem;display:grid}.collection-card{text-align:center;background:#f8f8f8;border:1px solid #e9e9e9;padding:.65rem .5rem .7rem;transition:transform .24s,box-shadow .24s}.collection-card .seller-media{aspect-ratio:4/3}.collection-card h3{margin:.45rem 0 .16rem;font-size:18px;font-weight:600;line-height:1.28}.collection-card p{margin:0;font-size:16px;font-weight:700;line-height:1.25}.availability-pill{text-transform:uppercase;letter-spacing:.02em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.18rem .5rem;font-size:.7rem;font-weight:700;line-height:1.2;display:inline-flex}.availability-in_stock{color:#1f6f42;background:#e7f8ec;border-color:#c9ebd4}.availability-out_of_stock{color:#9a2431;background:#fdecec;border-color:#f2c5c8}.availability-preorder{color:#876100;background:#fff5df;border-color:#f0deaf}.collection-card .availability-pill{white-space:nowrap;margin:.28rem auto 0;font-size:.66rem;font-weight:700;line-height:1.15}.collection-card .preorder-note,.product-modal-content .preorder-note,.cart-item-meta .preorder-note{color:#6b5a2d;white-space:normal;margin:.26rem 0 0;font-size:.78rem;font-weight:600;line-height:1.3}.collection-card .product-actions{margin-top:.45rem}.collection-card .secondary-action,.collection-card .primary-action{min-height:40px;padding:0 .55rem;font-size:.9rem}@media (hover:hover) and (pointer:fine){.category-card:hover,.collection-card:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 14px 24px #14181f1a}}.placeholder-card{background:#f6f6f6;border-style:dashed}.placeholder-price{color:#6a7079}.collection-empty{color:#636872;margin:.95rem 0 0}.coming-soon-section{background:#efefef;border:1px solid #dcdcdc;border-radius:14px;margin-top:2.2rem;padding:1.25rem}.coming-soon-section h3{margin:0;font-size:clamp(1.5rem,2.1vw,2rem)}.coming-soon-section p{color:#545a64;max-width:840px;margin:.6rem 0 1rem;font-size:1rem}.why-choose-section{background:var(--panel-soft);padding:1.1rem 0}.why-grid{background:#f2f2f2;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.why-grid article{text-align:center;border-right:1px solid #ddd;padding:1.65rem 1rem}.why-grid article:last-child{border-right:0}.why-grid svg{stroke:#23262d;fill:none;stroke-width:1.45px;width:3.3rem;height:3.3rem}.why-grid h3{margin:.8rem 0 .35rem;font-size:clamp(1.4rem,2vw,2rem);font-weight:700}.why-grid p{color:#666c74;margin:0;font-size:clamp(1.05rem,1.45vw,1.35rem)}.subscribe-section{background:#ededed;padding:1.6rem 0 1.9rem}.subscribe-inner{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1.7rem;display:grid}.subscribe-inner h2{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.15rem,3.1vw,3.3rem);font-weight:500}.subscribe-inner form{grid-template-columns:minmax(0,1fr) 230px;gap:0;display:grid}.subscribe-inner input{background:#fff;border:1px solid #d5d5d5;border-right:0;border-radius:8px 0 0 8px;min-height:74px;padding:0 1.2rem;font-size:1.1rem}.subscribe-inner button{background:var(--button);color:#fff;cursor:pointer;border:0;border-radius:0 8px 8px 0;min-height:74px;font-size:1.65rem;font-weight:700}.subscribe-inner button:hover{background:var(--button-hover)}.subscribe-inner button:disabled{opacity:.7;cursor:not-allowed}.subscribe-status{color:#30343b;width:min(1180px,100% - 3rem);margin:.7rem auto 0;font-weight:600}.site-footer{background:#f3f3f3;border-top:1px solid #e0e0e0}.footer-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:96px;display:flex}.footer-links{color:#666a72;align-items:center;gap:1.1rem;font-size:.96rem;display:flex}.footer-links a:hover,.footer-link-button:hover{color:#1b1f26}.footer-link-button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.legal-page{background:#f5f2ee}.legal-shell{background:#f8f6f2;min-height:100vh}.legal-page-inner{max-width:980px;padding-top:3rem;padding-bottom:4rem}.legal-back-link{color:#3d4652;text-underline-offset:.16em;margin-bottom:1.4rem;font-weight:700;text-decoration:underline;display:inline-flex}.legal-heading{border-bottom:1px solid #ddd6cc;padding-bottom:1.4rem}.legal-heading h1{margin:.25rem 0 .8rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.3rem,5vw,4rem);font-weight:500;line-height:1}.legal-heading p{color:#59616b;max-width:760px;margin:0;line-height:1.6}.legal-content{gap:1.25rem;padding-top:1.6rem;display:grid}.legal-content section{background:#fff;border:1px solid #e8e2d9;border-radius:8px;padding:1.25rem}.legal-content h2{color:#20252d;margin:0 0 .55rem;font-size:1.15rem}.legal-content p{color:#4f5660;margin:.45rem 0 0;line-height:1.65}.legal-content a{text-underline-offset:.16em;font-weight:700;text-decoration:underline}.product-seo-page{background:#f5f2ee}.product-seo-shell{background:#f8f6f2;min-height:100vh}.product-seo-inner{max-width:1120px;padding-top:3rem;padding-bottom:4rem}.product-seo-grid{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);align-items:start;gap:2rem;display:grid}.product-seo-media{background:#fff;border:1px solid #e8e2d9;border-radius:8px;overflow:hidden}.product-seo-content{background:#fff;border:1px solid #e8e2d9;border-radius:8px;padding:1.5rem}.product-seo-content h1{margin:.75rem 0 .45rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.1rem,4vw,3.7rem);font-weight:500;line-height:1}.product-seo-content>p{color:#4f5660;line-height:1.65}.product-seo-price{margin:0 0 .8rem;font-size:1.35rem;font-weight:800;color:#1f2430!important}.product-seo-action{justify-content:center;align-items:center;margin-top:1rem;text-decoration:none;display:inline-flex}.footer-contact-stack{text-align:center;gap:.22rem;display:grid}.footer-contact-links{color:#4f5660;justify-content:center;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.footer-contact-links a:hover{color:#1b1f26}.footer-contact-stack p{color:#666d76;margin:0;font-size:.78rem}.footer-credit-link{color:#2c333d;font-weight:700}.footer-socials{align-items:center;gap:.7rem;display:flex}.footer-socials a{color:#5f636a;border-radius:50%;place-items:center;width:2.5rem;height:2.5rem;display:grid}.footer-socials a:hover{color:#1c2129;background:#1c1f2512}.footer-socials svg{stroke:currentColor;fill:none;stroke-width:1.8px;width:1.55rem;height:1.55rem}.footer-socials svg path,.footer-socials svg circle,.footer-socials svg rect{vector-effect:non-scaling-stroke}.legal-modal-overlay{z-index:40}.legal-modal{background:#fff;border-radius:14px;width:min(700px,100%);padding:1rem 1.1rem 1.2rem;position:relative;box-shadow:0 24px 58px #0f101347}.legal-modal>.close-x{position:absolute;top:.75rem;right:.75rem}.legal-modal h3{margin:0;padding-right:2.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,2.3vw,1.65rem)}.legal-modal p{color:#4f5560;margin:.72rem 0 0;font-size:.95rem;line-height:1.56}.legal-modal a{text-underline-offset:.14em;text-decoration:underline}.about-modal-overlay{z-index:40}.about-modal{background:#fff;border-radius:14px;width:min(760px,100%);padding:1rem 1.1rem 1.2rem;position:relative;box-shadow:0 24px 58px #0f101347}.about-modal>.close-x{position:absolute;top:.75rem;right:.75rem}.about-modal h3{margin:0;padding-right:2.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.3rem,2.5vw,1.8rem)}.about-modal p{color:#444c57;margin:.9rem 0 0;font-size:.98rem;line-height:1.62}.frame-art{width:100%;height:100%;display:block}.commerce-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:26;background:#0a0d128c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.close-x{cursor:pointer;color:#2a2f38;background:#fff;border:1px solid #d6d6d6;border-radius:999px;width:34px;height:34px;font-size:1rem;font-weight:700}.close-x:disabled{opacity:.5;cursor:not-allowed}.product-modal{background:#fcfcfc;border-radius:14px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;width:min(980px,100%);max-height:min(92vh,860px);padding:1rem;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 60px #1011144d}.product-modal>.close-x{position:absolute;top:.8rem;right:.8rem}.product-modal-media{background:#fff;border:1px solid #ececec;border-radius:10px;min-height:390px;overflow:hidden}.product-modal-media img,.product-modal-media svg{object-fit:contain;width:100%;height:100%}.product-modal-content{-webkit-overflow-scrolling:touch;padding:.3rem .4rem;overflow:auto}.product-modal-content h2{white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-wrap:balance;margin:0;font-size:clamp(1.8rem,3vw,2.45rem);font-weight:700}.product-modal-price{margin:.35rem 0 0;font-size:1.5rem;font-weight:700}.product-availability-row{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.38rem;width:max-content;max-width:100%;margin-top:.45rem;display:inline-flex}.product-modal-content .availability-pill{margin:0}.preorder-info-trigger{vertical-align:middle;color:#6f5200;cursor:pointer;background:#fff7e2;border:1px solid #d8cba8;border-radius:999px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;margin:0;padding:0;font-family:inherit;font-size:.78rem;font-weight:800;line-height:0;display:inline-flex}.preorder-info-trigger:before{content:"i";font-size:.78rem;line-height:1}.preorder-info-trigger:hover{background:#f5e5bb}.preorder-info-panel{color:#634b10;background:#fff9ec;border-left:3px solid #d6b86f;margin:.45rem 0 0;padding:.42rem .6rem;font-size:.84rem;line-height:1.4}.product-modal-description{color:#4b515a;margin:.8rem 0 0;font-size:1.05rem;line-height:1.5}.product-meta-list{color:#3b4048;margin:.9rem 0 0;padding-left:1.1rem}.product-meta-list li{margin-bottom:.45rem}.quantity-control{gap:.42rem;margin-top:1rem;font-size:.93rem;display:grid}.quantity-control input{border:1px solid #d5d5d5;border-radius:8px;width:120px;min-height:40px;padding:0 .75rem}.product-modal-actions{gap:.6rem;margin-top:1.1rem;display:flex}.product-modal-actions .secondary-action,.product-modal-actions .primary-action{min-height:44px}.product-modal-readonly{color:#4f5560;margin-top:1rem;font-weight:600}.cart-overlay{justify-items:end}.cart-drawer{background:#fafafa;grid-template-rows:auto 1fr auto;width:min(470px,100%);height:min(100%,100vh);display:grid;box-shadow:-12px 0 34px #0c0f1433}.cart-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1rem;display:flex}.cart-header h2{margin:0;font-size:1.5rem}.cart-body{padding:.9rem 1rem;overflow:auto}.empty-note{color:#535963;margin:0}.cart-list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.cart-list li{background:#fff;border:1px solid #e6e6e6;border-radius:10px;grid-template-columns:84px 1fr auto;align-items:center;gap:.65rem;padding:.65rem;display:grid}.cart-item-media{background:#f4f4f4;border-radius:8px;height:68px;overflow:hidden}.cart-item-media img,.cart-item-media svg{object-fit:contain;width:100%;height:100%}.cart-item-meta h3{margin:0;font-size:.96rem}.cart-item-meta p{color:#525965;margin:.2rem 0 .4rem;font-size:.9rem}.cart-item-meta .preorder-note{color:#7a6021;margin-top:-.2rem;margin-bottom:.4rem;font-size:.78rem}.quantity-stepper{border:1px solid #d9d9d9;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.quantity-stepper button{cursor:pointer;background:#f2f2f2;border:0;width:28px;height:28px;font-weight:700}.quantity-stepper span{text-align:center;min-width:32px;font-size:.88rem;font-weight:700}.remove-link{color:#8f2938;cursor:pointer;background:0 0;border:0;margin-top:.35rem;padding:0;font-size:.84rem}.cart-footer{border-top:1px solid #e5e5e5;padding:.95rem 1rem}.cart-footer p{justify-content:space-between;margin:0 0 .8rem;font-size:1rem;display:flex}.cart-footer .cart-shipping-note{color:#585f69;margin:-.15rem 0 .8rem;font-size:.84rem;line-height:1.35;display:block}.cart-footer .primary-action{width:100%}.checkout-modal{background:#fcfcfc;border-radius:14px;width:min(1100px,100%);overflow:hidden;box-shadow:0 24px 58px #0f101347}.checkout-header{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:center;padding:1rem 1.15rem;display:flex}.checkout-header h2{margin:0;font-size:1.6rem}.checkout-content{grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:0;display:grid}.checkout-form{gap:.62rem;padding:1rem 1.15rem 1.2rem;display:grid}.checkout-form label{gap:.34rem;font-size:.92rem;display:grid}.checkout-form input,.checkout-form select{border:1px solid #d8d8d8;border-radius:8px;min-height:42px;padding:0 .75rem}.checkout-hint{color:#5d636d;margin:.15rem 0 .1rem;font-size:.88rem}.form-error{color:#8f2b39;margin:.2rem 0 0;font-weight:600}.form-success{color:#19613f;margin:.2rem 0 0;font-weight:600}.checkout-summary{background:#f7f7f7;border-left:1px solid #e7e7e7;padding:1rem 1.15rem 1.2rem}.checkout-summary h3{margin:0;font-size:1.2rem}.checkout-summary ul{gap:.56rem;margin:.8rem 0 0;padding:0;list-style:none;display:grid}.checkout-summary li{justify-content:space-between;gap:.8rem;font-size:.94rem;display:flex}.checkout-item-meta{gap:.18rem;display:grid}.checkout-item-meta .preorder-note{color:#70551a;margin:0;font-size:.74rem;font-weight:600;line-height:1.3}.checkout-summary p{border-top:1px solid #ddd;justify-content:space-between;margin:1rem 0 0;padding-top:.8rem;font-size:1rem;display:flex}.checkout-summary .checkout-shipping-note{color:#5d646e;border-top:0;margin:.65rem 0 0;padding-top:0;font-size:.82rem;line-height:1.35;display:block}.profile-modal{background:#fcfcfc;border-radius:14px;width:min(560px,100%);overflow:hidden;box-shadow:0 24px 58px #0f101347}.profile-form{gap:.62rem;padding:1rem 1.15rem 1.2rem;display:grid}.profile-form label{gap:.34rem;font-size:.92rem;display:grid}.profile-form input{border:1px solid #d8d8d8;border-radius:8px;min-height:42px;padding:0 .75rem}.purchase-toast{z-index:28;color:#244b33;background:#e7f6ec;border:1px solid #c7e7d2;border-radius:10px;max-width:min(460px,100% - 2rem);margin:0;padding:.75rem .9rem;font-weight:600;line-height:1.35;position:fixed;bottom:18px;right:18px;box-shadow:0 10px 22px #14281e29}.admin-page{background:#f2efea}.admin-shell{max-width:1240px;margin:0 auto;padding:1.25rem 1rem 2rem}.admin-topbar{background:#fff;border:1px solid #e4ddd3;border-radius:14px;justify-content:space-between;align-items:center;gap:.9rem;padding:1rem 1.1rem;display:flex}.admin-topbar h1{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.55rem,3vw,2.2rem);font-weight:600}.admin-topbar p{color:#545b65;margin:.25rem 0 0}.admin-topbar-actions{gap:.6rem;display:flex}.admin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:.95rem;display:grid}.admin-kpi-card{background:#fff;border:1px solid #e6ded3;border-radius:12px;padding:.85rem}.admin-kpi-card h2{margin:0;font-size:clamp(1.2rem,2.4vw,1.7rem)}.admin-kpi-card p{color:#59606b;margin:.3rem 0 0;font-size:.88rem}.admin-tabs{flex-wrap:wrap;gap:.55rem;margin-top:.95rem;display:flex}.admin-tabs button{cursor:pointer;background:#f8f6f2;border:1px solid #ddd3c5;border-radius:999px;min-height:38px;padding:0 .9rem;font-size:.92rem;font-weight:700}.admin-tabs button.is-active{color:#fff;background:#1f2430;border-color:#1f2430}.admin-hint{color:#565d67;margin:.85rem 0 0}.admin-sections{margin-top:.95rem}.admin-section-card{background:#fff;border:1px solid #e6ded3;border-radius:14px;padding:1rem}.admin-section-header h2{margin:0;font-size:clamp(1.2rem,2.2vw,1.55rem)}.admin-section-header p{color:#59606b;margin:.35rem 0 .9rem;font-size:.92rem}.admin-section-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:.9rem;display:grid}.admin-form-card label,.admin-settings-form label{color:#222834;gap:.32rem;margin-bottom:.64rem;font-size:.92rem;font-weight:600;display:grid}.admin-form-card input,.admin-form-card select,.admin-form-card textarea,.admin-settings-form input,.admin-settings-form select{background:#fbfaf8;border:1px solid #d9d0c3;border-radius:10px;min-height:40px;padding:0 .7rem}.admin-form-card textarea,.admin-settings-form textarea{resize:vertical;min-height:92px;padding:.6rem .7rem}.admin-form-card input[type=file],.admin-settings-form input[type=file]{padding:.4rem .55rem}.admin-inline-actions{flex-wrap:wrap;gap:.55rem;margin-top:.7rem;display:flex}.admin-audience-multi{background:#fbfaf8;border:1px solid #d9d0c3;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem .55rem;padding:.55rem .6rem;display:grid}.admin-audience-option{color:#2a303b;align-items:center;gap:.42rem;margin:0;font-size:.86rem;font-weight:600;display:flex}.admin-audience-option input{accent-color:#2f3d4f;width:15px;height:15px}.admin-bullet-editor{background:#fcfbf9;border:1px solid #e5dbcd;border-radius:12px;margin-bottom:.64rem;padding:.72rem}.admin-bullet-editor h3{margin:0 0 .62rem;font-size:.96rem}.admin-bullet-row{grid-template-columns:minmax(130px,.65fr) minmax(0,1fr) minmax(0,1fr);gap:.55rem;margin-bottom:.58rem;display:grid}.admin-bullet-row:last-child{margin-bottom:0}.admin-product-list{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.admin-product-list li{border:1px solid #e6ddd2;border-radius:10px;grid-template-columns:72px 1fr auto;align-items:center;gap:.65rem;padding:.55rem;display:grid}.mini-media{background:#ece4da;border-radius:8px;height:56px;overflow:hidden}.mini-media img,.mini-media svg{object-fit:cover;width:100%;height:100%}.admin-product-list strong{margin-bottom:.12rem;font-size:.94rem;display:block}.admin-product-list span{color:#59606a;font-size:.82rem}.admin-list-actions{gap:.45rem;display:flex}.danger-action{color:#8e2f3d;border-color:#efc2c8}.admin-order-list{gap:.75rem;display:grid}.admin-order-card{background:#fcfbfa;border:1px solid #e7dfd4;border-radius:12px;padding:.8rem}.admin-order-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.85rem;display:flex}.admin-order-main h3{margin:0;font-size:1rem}.admin-order-main p{color:#55606c;margin:.18rem 0 0;font-size:.87rem}.admin-status-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.admin-status-row label{gap:.28rem;font-size:.82rem;display:grid}.admin-status-row select{border:1px solid #d8d0c3;border-radius:8px;min-height:36px;padding:0 .55rem}.admin-order-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:.75rem;display:grid}.admin-order-meta-grid h4,.admin-order-items h4{margin:0;font-size:.9rem}.admin-order-meta-grid p{color:#4f5864;margin:.2rem 0 0;font-size:.86rem}.admin-order-items{margin-top:.7rem}.admin-order-items ul{gap:.4rem;margin:.4rem 0 0;padding:0;list-style:none;display:grid}.admin-order-items li{border-bottom:1px dashed #e2d8ca;justify-content:space-between;gap:.75rem;padding-bottom:.35rem;font-size:.86rem;display:flex}.admin-order-items li:last-child{border-bottom:0;padding-bottom:0}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:680px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #ebe3d8;padding:.58rem .5rem;font-size:.88rem}.admin-table th{text-transform:uppercase;letter-spacing:.04em;color:#5f6670;font-size:.8rem}@media (width<=1100px){.container{padding-inline:1.8rem}.hero-section{padding-bottom:0}.hero-main{padding-bottom:2.1rem}.hero-copy{padding:3.4rem 1.8rem 2.3rem}.hero-copy h1{max-width:620px}.hero-image-wrap{height:420px;min-height:420px}.hero-benefits{margin-top:-1.1rem}.shop-toolbar{flex-direction:column;align-items:stretch}.category-grid,.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.best-seller-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-card:nth-child(2n){border-right:0}.why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.why-grid article{border-bottom:0;border-right:1px solid #ddd}.why-grid article:last-child{border-right:0}.subscribe-inner{grid-template-columns:minmax(0,1fr)}.subscribe-inner form{grid-template-columns:minmax(0,1fr);gap:.65rem}.subscribe-inner input{border-right:1px solid #d5d5d5;border-radius:8px}.subscribe-inner button{border-radius:8px}.contact-direct-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell{padding-inline:.9rem}.admin-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-section-grid{grid-template-columns:minmax(0,1fr)}.admin-audience-multi{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-bullet-row{grid-template-columns:minmax(0,1fr)}}@media (width>=769px) and (width<=1024px){.why-choose-section{padding:.9rem 0 .95rem}.why-grid article{padding:1rem .65rem}.why-grid svg{width:2.2rem;height:2.2rem}.why-grid h3{margin:.55rem 0 .22rem;font-size:clamp(1rem,1.6vw,1.25rem)}.why-grid p{font-size:clamp(.85rem,1.05vw,1rem)}}@media (width<=768px){.hero-grid{grid-template-columns:minmax(0,1fr);min-height:auto}.page{padding:0}.container{width:95%;margin:0 auto;padding-inline:0}.header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand brand""nav actions";align-items:center;gap:.48rem .35rem;min-height:auto;padding:.72rem 0 .56rem;display:grid}.brand-mark{grid-area:brand;min-width:0}.primary-nav{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;grid-area:nav;justify-content:flex-start;gap:.58rem;width:auto;min-width:0;margin-left:0;padding-bottom:0;overflow-x:auto}.primary-nav::-webkit-scrollbar{display:none}.header-cart{border-left:0}.header-actions{grid-area:actions;gap:.16rem;margin-left:0}.header-icon-button{border-radius:8px;width:36px;min-height:36px}.header-icon-button svg{stroke-width:1.8px;width:1.24rem;height:1.24rem}.cart-count{min-width:16px;height:16px;font-size:.62rem;top:-4px;right:4px}.header-search{border-left:0;border-radius:8px;margin-left:0;padding-left:0}.brand-top{font-size:1.35rem}.brand-bottom{font-size:.8rem}.hero-main{padding-bottom:0}.hero-copy{text-align:left;justify-content:center;align-items:center;padding:2rem .2rem 1.45rem;display:flex}.hero-copy h1{font-size:clamp(1.95rem,9.5vw,2.55rem);text-align:center!important;width:100%!important;font-size:24px!important}.hero-copy p{margin:8px 0;text-align:center!important;width:100%!important;font-size:16px!important}.hero-copy button{border-radius:10px;width:138px;min-height:36px;font-size:.92rem}.hero-image-wrap{height:295px;min-height:295px}.hero-nav-button{width:28px;height:50px;font-size:1.2rem}.hero-benefits{border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin:.25rem auto 0}.hero-benefits article{text-align:center;border-bottom:0;border-right:1px solid #ebe6de;grid-template-columns:minmax(0,1fr);justify-items:center;gap:.35rem;padding:.55rem .32rem}.hero-benefits article:last-child{border-right:0}.hero-benefits h3{font-size:.8rem;line-height:1.15}.hero-benefits p{display:none}.hero-benefits svg{width:1.28rem;height:1.28rem}.why-choose-section{padding:.7rem 0 .85rem}.why-grid{border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.why-grid article{border-bottom:0;border-right:1px solid #dedede;align-content:center;justify-items:center;gap:.25rem;padding:.6rem .28rem;display:grid}.why-grid article:last-child{border-right:0}.why-grid svg{width:1.15rem;height:1.15rem}.why-grid h3{text-align:center;margin:0;font-size:.76rem;line-height:1.14}.why-grid p{display:none}.product-modal{border-radius:12px;grid-template-columns:minmax(0,1fr);gap:.5rem;width:100%;max-height:calc(100dvh - .4rem);padding:.6rem}.product-modal-media{min-height:145px;max-height:30vh}.product-modal>.close-x{width:30px;height:30px;top:.4rem;right:.4rem}.product-modal-content{padding:.02rem .04rem .2rem}.product-modal-content h2{white-space:normal;overflow-wrap:anywhere;word-break:break-word;padding-right:1.9rem;font-size:clamp(1.08rem,5.4vw,1.36rem);line-height:1.15}.product-modal-price{margin-top:.25rem;font-size:1rem}.product-modal-description{margin-top:.42rem;font-size:.86rem;line-height:1.35}.product-meta-list{color:#44505c;margin-top:.42rem;padding-left:.9rem;font-size:.82rem}.product-meta-list li{margin-bottom:.22rem}.quantity-control{gap:.22rem;margin-top:.45rem;font-size:.8rem}.quantity-control input{width:100%;min-height:40px}.product-modal-actions{grid-template-columns:minmax(0,1fr);gap:.35rem;margin-top:.52rem;display:grid}.product-modal-actions .secondary-action,.product-modal-actions .primary-action{width:100%;min-height:40px;font-size:.84rem}.cart-drawer{width:min(540px,100%)}.checkout-content{grid-template-columns:minmax(0,1fr)}.checkout-summary{border-top:1px solid #e7e7e7;border-left:0}.category-grid,.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.best-seller-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card{padding:.45rem .32rem .5rem}.category-card h3{text-wrap:nowrap;font-size:.795rem;line-height:1.2}.category-media{aspect-ratio:1;margin-top:.35rem}.category-card .product-actions{margin-top:.34rem}.category-card .secondary-action{text-wrap:nowrap;border-radius:6px;min-height:30px;padding:.12rem .28rem;font-size:.75rem;font-weight:700}.collection-card h3{margin:.35rem 0 .14rem;font-size:16px;line-height:1.2}.collection-card p{font-size:14px}.collection-card{padding:.42rem .3rem .5rem}.collection-card .seller-media{aspect-ratio:1}.collection-card .product-actions{gap:.22rem;margin-top:.3rem}.collection-card .secondary-action,.collection-card .primary-action{border-radius:5px;min-height:34px;padding:0 .34rem;font-size:.82rem}.shop-toolbar h2,.lined-heading h2{font-size:clamp(1.55rem,7vw,2rem)}.shop-toolbar input{min-height:42px}.subscribe-inner h2{font-size:clamp(1.6rem,8vw,2rem)}.subscribe-inner input,.subscribe-inner button{min-height:50px;font-size:.95rem}.footer-contact-links{flex-wrap:wrap;gap:.35rem .5rem;font-size:.84rem}.seller-card{border-bottom:1px solid #e3e3e3;border-right:0}.seller-card:last-child{border-bottom:0}.footer-inner{flex-direction:column;justify-content:center;gap:.6rem;padding:.7rem 0}.admin-preview-banner-inner{flex-direction:column;align-items:flex-start}.admin-shell{padding:.75rem .6rem 1.35rem}.admin-topbar{flex-direction:column;align-items:flex-start}.admin-topbar-actions{flex-wrap:wrap;width:100%}.admin-topbar-actions .secondary-action{flex:140px}.admin-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-product-list li{grid-template-columns:56px 1fr}.admin-list-actions{grid-column:1/-1}.admin-order-meta-grid{grid-template-columns:1fr}.admin-status-row{align-items:stretch;width:100%}.admin-status-row label{flex:auto}.admin-status-row .secondary-action{width:100%}.cart-list li{grid-template-columns:1fr}.account-header{flex-direction:column;align-items:flex-start;gap:.75rem}.account-actions{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;width:100%;display:grid}.account-action-button{width:100%;min-height:42px;padding-inline:.7rem;font-size:.86rem}.account-password-actions,.account-profile-actions{grid-template-columns:minmax(0,1fr)}.account-order-history-modal{width:100%}.account-order-history-list{max-height:65vh}.purchase-toast{border-radius:9px;width:min(94vw,410px);padding:.68rem .78rem;font-size:.88rem;bottom:12px;left:50%;right:auto;transform:translate(-50%)}}@media (width>=600px) and (width<=900px){.hero-image-wrap{height:420px;min-height:420px}}@media (width<=430px){.header-inner{column-gap:.24rem}.primary-nav{gap:.44rem}.header-icon-button{border-radius:7px;width:33px;min-height:33px}.header-icon-button svg{width:1.12rem;height:1.12rem}.cart-count{min-width:14px;height:14px;font-size:.56rem;top:-3px;right:2px}.collection-card h3{white-space:normal;overflow-wrap:anywhere;word-break:break-word;justify-content:center;align-items:flex-start;min-height:2.4em;font-size:12px;font-weight:700;line-height:1.2;display:flex}.collection-card .product-name-button{-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.collection-card p{white-space:nowrap;font-size:12px}.collection-card .product-actions{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:.16rem;display:grid}.collection-card .secondary-action{white-space:nowrap;text-overflow:ellipsis;width:100%;min-height:30px;padding:0 .16rem;font-size:10px;font-weight:600;line-height:1;overflow:hidden}.collection-card .primary-action{white-space:normal;text-align:center;width:100%;min-height:30px;padding:0 .24rem;font-size:11.3px;font-weight:700;line-height:1.12}}.loading-shell{place-items:center;gap:14px;min-height:45vh;display:grid}.auth-page{background:#f5f2ee}.auth-shell{max-width:560px;margin:0 auto;padding:40px 20px 70px}.account-shell{max-width:920px;margin:0 auto;padding:40px 20px 70px}.auth-card,.account-card{background:#fff;border:1px solid #e4dfd8;border-radius:16px;padding:24px}.auth-card h1{margin:0 0 8px}.auth-card>p{color:#5d6167;margin:0 0 18px}.auth-mode-switch{gap:10px;margin-bottom:16px;display:flex}.auth-mode-switch button{cursor:pointer;background:#faf8f5;border:1px solid #d8d1c7;border-radius:999px;padding:8px 14px}.auth-mode-switch .is-active{color:#fff;background:#2f3d4f;border-color:#2f3d4f}.auth-form{gap:12px;display:grid}.auth-form label{color:#232730;gap:6px;font-weight:600;display:grid}.auth-form input{border:1px solid #d9d3c9;border-radius:10px;padding:10px 12px;font-size:16px}.required-mark{color:#b42318;font-weight:800}.split-input-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.split-input-row label{margin:0}.form-helper-note{color:#5b626d;margin:-.1rem 0 .1rem;font-size:.8rem}.auth-password-field{position:relative}.auth-password-field input{width:100%;padding-right:66px}.auth-password-toggle{color:#2f3d4f;letter-spacing:.02em;cursor:pointer;background:0 0;border:0;font-size:.82rem;font-weight:700;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-password-toggle:hover{color:#131a23}.auth-inline-actions{gap:10px;margin-top:16px;display:flex}@media (width<=768px){.auth-shell{max-width:100%;padding:12px 10px 18px}.auth-shell.auth-shell-login{align-content:center;min-height:100dvh;display:grid}.auth-card{border-radius:12px;padding:12px}.auth-card h1{margin:0 0 4px;font-size:1.18rem;line-height:1.2}.auth-card>p{margin:0 0 10px;font-size:.83rem;line-height:1.32}.auth-mode-switch{gap:6px;margin-bottom:10px}.auth-mode-switch button{flex:1 1 0;padding:6px 10px;font-size:.8rem}.auth-form{gap:8px}.auth-form label{gap:4px;font-size:.83rem;font-weight:600}.auth-form input{min-height:36px;padding:8px 10px;font-size:.9rem}.split-input-row{grid-template-columns:minmax(0,1fr);gap:.45rem}.auth-password-field input{padding-right:56px}.auth-password-toggle{font-size:.74rem;right:8px}.auth-form .secondary-action,.auth-form .primary-action{min-height:36px;padding:.44rem .76rem;font-size:.84rem}.auth-form .form-error,.auth-form .form-success{margin:2px 0;font-size:.8rem}.form-helper-note{margin-top:-.04rem;font-size:.76rem}}.account-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.account-heading h1{margin:0}.account-greeting{color:#545c67;margin:.32rem 0 0;font-weight:600}.account-actions{align-items:center;gap:10px;display:flex}.account-action-button{cursor:pointer;border:1px solid #d6dce4;border-radius:999px;min-height:40px;padding:.15rem 1rem;font-weight:700}.account-action-profile{color:#253043;background:#f7fafc}.account-action-profile:hover{background:#edf3fa}.account-action-shop{color:#252c37;background:#fff}.account-action-shop:hover{background:#f2f5f8}.account-action-logout{color:#fff;background:#1f2430;border-color:#1f2430}.account-action-logout:hover{background:#151922}.account-password-divider{background:#e5e0d8;height:1px;margin:.9rem 0 .7rem}.account-password-summary h2{margin:0}.account-password-summary p{color:#5a626d;margin:.35rem 0 .7rem;line-height:1.4}.account-password-trigger{min-height:40px}.account-password-overlay{z-index:30}.account-password-modal{width:min(520px,100%);position:relative}.account-password-form h2{margin:0 0 .25rem;font-size:clamp(1.15rem,2vw,1.4rem)}.account-password-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.6rem;display:grid}.account-password-actions .secondary-action,.account-password-actions .primary-action{width:100%}.account-profile-overlay{z-index:30}.account-profile-modal{width:min(640px,100%);position:relative}.account-profile-form h2{margin:0 0 .25rem;font-size:clamp(1.2rem,2.1vw,1.5rem)}.account-profile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.7rem;display:grid}.account-profile-actions .secondary-action,.account-profile-actions .primary-action{width:100%}.account-order-history-overlay{z-index:30}.account-order-history-modal{width:min(880px,100%);position:relative}.account-order-history-content h2{margin:0;font-size:clamp(1.2rem,2.1vw,1.5rem)}.account-order-history-count{color:#59616c;margin:.24rem 0 .85rem}.account-order-history-list{max-height:min(72vh,620px);padding-right:.2rem;overflow:auto}.account-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.account-orders-wide{grid-column:1/-1;max-height:none}.account-email{color:#4e5560;margin:0 0 10px}.account-card label{gap:6px;margin-bottom:10px;font-weight:600;display:grid}.account-card input{border:1px solid #d9d3c9;border-radius:10px;padding:10px 12px;font-size:16px}.orders-card{max-height:none;overflow:visible}.order-history-link{color:#1f2430;text-underline-offset:.16em;cursor:pointer;background:0 0;border:0;margin-top:.45rem;padding:0;font-weight:700;text-decoration:underline;text-decoration-thickness:2px}.order-history-link:hover{color:#0f1218}.order-item{border:1px solid #ece6dc;border-radius:12px;margin-bottom:12px;padding:12px}.order-item ul li{gap:.15rem;display:grid}.order-preorder-note{color:#6d5318;font-size:.78rem;font-weight:600;line-height:1.3}.order-item header{justify-content:space-between;align-items:center;gap:8px;display:flex}.order-badges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.order-status{text-transform:capitalize;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.status-paid{color:#18753a;background:#e7f8ec}.status-pending{color:#8d6400;background:#fff5dc}.status-failed,.status-cancelled{color:#9a2020;background:#ffe5e5}.status-order-pending,.status-order-processing{color:#314d96;background:#eef2ff}.status-order-shipped{color:#1e6387;background:#e6f5ff}.status-order-delivered{color:#1c7c45;background:#e7f8ec}.status-order-cancelled{color:#9a2020;background:#ffe5e5}@media (width<=768px){.collection-card .availability-pill{padding:.16rem .4rem;font-size:.62rem}.collection-card .preorder-note{margin-top:.2rem;font-size:.62rem;line-height:1.25}.product-modal-content .availability-pill{margin-top:0;font-size:.62rem}.product-availability-row{gap:.26rem;margin-top:.32rem}.preorder-info-trigger{width:21px;height:21px;font-size:.72rem}.preorder-info-panel{margin-top:.28rem;font-size:.74rem;line-height:1.32}}@media (width<=430px){.collection-card .preorder-note{white-space:normal;font-size:.58rem}}
