*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--sans, "DM Sans", -apple-system, sans-serif);color:var(--ink, #1C1410);background:var(--cream, #FDF8F5);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--serif, "Cormorant Garamond", Georgia, serif);font-weight:300;line-height:1.2;margin:0 0 .5em;color:var(--ink, #1C1410)}p{margin:0 0 1em}a{color:inherit;text-decoration:none}img,picture,svg,video{display:block;max-width:100%;height:auto}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer}.skip-to-content{position:absolute;left:-9999px;background:var(--ink, #1C1410);color:#fff;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;z-index:9999}.skip-to-content:focus{left:1rem;top:1rem}.container{max-width:var(--page-width, 1280px);margin:0 auto;padding:0 1.25rem}@media(min-width:750px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.5rem;border-radius:var(--radius-btn, 12px);border:0;cursor:pointer;font-family:var(--sans);font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:filter .18s,transform .1s}.btn:hover{filter:brightness(.95)}.btn:active{transform:scale(.99)}.btn--primary{background:linear-gradient(135deg,var(--rose-dark, #9E4456),var(--rose, #C4697A));color:#fff;box-shadow:0 6px 24px #c4697a59}.btn--outline{background:transparent;color:var(--ink, #1C1410);border:1.5px solid var(--warm-rule, #EDE5DC)}.btn--outline:hover{border-color:var(--rose, #C4697A);filter:none}.btn--full{width:100%}.announcement-bar{background:linear-gradient(135deg,var(--rose-dark, #9E4456),var(--rose, #C4697A));color:#fff;text-align:center;padding:.625rem 1.25rem;font-family:var(--sans);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:.5rem}.pulse-dot{width:7px;height:7px;border-radius:50%;background:#fff;animation:pulse 1.5s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.site-header{background:#fdf8f5f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--warm-rule, #EDE5DC);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;max-width:var(--page-width, 1280px);margin:0 auto}.header-logo{font-family:var(--serif);font-size:1.5rem;font-weight:300;color:var(--ink);letter-spacing:.06em;text-decoration:none}.header-logo strong{color:var(--rose);font-weight:600;font-style:italic}.header-logo img{height:40px;width:auto}.header-nav{display:none}@media(min-width:990px){.header-nav{display:flex;gap:2rem;align-items:center}.header-nav a{font-size:.8125rem;font-weight:500;letter-spacing:.04em;color:var(--ink);text-decoration:none;transition:color .18s}.header-nav a:hover{color:var(--rose)}}.header-icons{display:flex;align-items:center;gap:1.125rem}.header-icon-btn{background:none;border:none;padding:.25rem;cursor:pointer;position:relative;color:var(--ink);display:flex;align-items:center;justify-content:center}.header-icon-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:-4px;right:-6px;background:var(--rose);color:#fff;font-family:var(--sans);font-size:.5625rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.hamburger{display:flex}@media(min-width:990px){.hamburger{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;pointer-events:none}.mobile-menu.is-open{pointer-events:auto}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c141080;opacity:0;transition:opacity .25s}.mobile-menu.is-open .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;top:0;left:0;bottom:0;width:min(320px,85vw);background:var(--cream);transform:translate(-100%);transition:transform .25s;display:flex;flex-direction:column;padding:1.5rem 1.25rem}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.mobile-menu__close{align-self:flex-end;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--ink);padding:.25rem;margin-bottom:1.5rem}.mobile-menu__links{display:flex;flex-direction:column;gap:1rem}.mobile-menu__links a{font-family:var(--serif);font-size:1.5rem;font-weight:300;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--warm-rule);padding-bottom:1rem}.mobile-menu__links a:last-child{border-bottom:none}.mobile-menu__links a:hover{color:var(--rose)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c141073;opacity:0;transition:opacity .25s}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,92vw);background:var(--cream);display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{padding:1.25rem;border-bottom:1px solid var(--warm-rule);display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-family:var(--serif);font-size:1.375rem;font-weight:300;color:var(--ink);margin:0}.cart-drawer__close{background:none;border:none;font-size:1.375rem;cursor:pointer;color:var(--muted);padding:.25rem;line-height:1}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem}.cart-drawer__empty{text-align:center;color:var(--muted);font-size:.875rem;padding:2rem 0}.cart-drawer__items{display:flex;flex-direction:column;gap:0}.cart-line{display:grid;grid-template-columns:80px 1fr auto;gap:.875rem;padding:1rem 0;border-bottom:1px solid var(--warm-rule);align-items:flex-start}.cart-line__img{width:80px;border-radius:8px;overflow:hidden}.cart-line__img img{width:100%;aspect-ratio:1;object-fit:cover}.cart-line__info a{font-size:.8125rem;font-weight:600;color:var(--ink)}.cart-line__info small{display:block;font-size:.75rem;color:var(--muted);margin-top:.125rem}.cart-line__qty{display:flex;align-items:center;gap:.25rem;margin-top:.5rem}.cart-line__qty button{width:26px;height:26px;border:1px solid var(--warm-rule);background:var(--white, #fff);border-radius:50%;font-size:.875rem;display:flex;align-items:center;justify-content:center;color:var(--ink)}.cart-line__qty input{width:2.25rem;text-align:center;border:1px solid var(--warm-rule);border-radius:6px;font-size:.8125rem;padding:.25rem;background:#fff}.cart-line__remove{font-size:.6875rem;color:var(--muted);background:none;border:none;text-decoration:underline;margin-top:.25rem;cursor:pointer}.cart-line__price{font-family:var(--serif);font-size:1.125rem;font-weight:600;color:var(--ink);white-space:nowrap}.cart-drawer__foot{padding:1.25rem;border-top:1px solid var(--warm-rule)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-bottom:1rem;color:var(--mid)}.cart-drawer__subtotal strong{font-family:var(--serif);font-size:1.375rem;font-weight:600;color:var(--ink)}.cart-drawer__actions{display:flex;flex-direction:column;gap:.625rem}.placeholder-image{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;background:var(--ivory, #F5EEE6);color:var(--muted, #A89990)}.placeholder-image .placeholder-svg{width:50%;height:50%;opacity:.3}img{max-width:100%;height:auto;display:block}.toast{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%);background:var(--ink);color:#fff;padding:.75rem 1.25rem;border-radius:9999px;z-index:999;box-shadow:0 8px 24px #0000002e;font-size:.8125rem;font-weight:600;white-space:nowrap}:focus-visible{outline:2px solid var(--rose);outline-offset:2px}.site-footer{background:var(--ink);color:#ffffffb3;padding:3rem 1.25rem 2rem}.footer-inner{max-width:var(--page-width, 1280px);margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:750px){.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.footer-brand-name{font-family:var(--serif);font-size:1.5rem;font-weight:300;color:#fff;letter-spacing:.06em;margin-bottom:.75rem}.footer-brand-name strong{color:var(--rose-light, #F0C4CD);font-style:italic;font-weight:600}.footer-brand-desc{font-size:.8125rem;line-height:1.7;color:#ffffff73;max-width:280px}.footer-col-title{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.625rem}.footer-links a{font-size:.8125rem;color:#ffffff8c;text-decoration:none;transition:color .18s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:var(--page-width, 1280px);margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center;font-size:.75rem;color:#ffffff40}@media(min-width:750px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-social{display:flex;gap:1rem}.footer-social a{color:#ffffff59;transition:color .18s}.footer-social a:hover{color:var(--rose-light)}.footer-social svg{width:18px;height:18px;fill:currentColor}.sec{padding:2.5rem 1.25rem}@media(min-width:750px){.sec{padding:4rem 2rem}}.sec.bg-off{background:var(--off-white)}.sec.bg-ivory{background:var(--ivory)}.sec.bg-rose{background:var(--rose-bg)}.sec.bg-dark{background:var(--ink);color:#fff}.sec.bg-white{background:var(--white, #fff)}.eyebrow{font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rose);font-weight:600;margin-bottom:.625rem;display:block}.sec-heading{font-family:var(--serif);font-size:clamp(1.75rem,5vw,2.25rem);font-weight:300;line-height:1.2;color:var(--ink);margin-bottom:.875rem;letter-spacing:-.01em}.sec-heading em{font-style:italic;color:var(--rose);font-weight:600}.sec.bg-dark .sec-heading{color:#fff}.body-t{font-size:.875rem;color:var(--mid);line-height:1.8;font-weight:300}.sec.bg-dark .body-t{color:#ffffff8c}.body-t strong{color:var(--ink);font-weight:600}.sec.bg-dark .body-t strong{color:#fff}.product-page{padding:2rem 1.25rem}@media(min-width:750px){.product-page{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 2rem;max-width:var(--page-width);margin:0 auto}}.product-gallery img{border-radius:12px;width:100%}.product-info{padding-top:1rem}@media(min-width:750px){.product-info{padding-top:0}}.product-title{font-family:var(--serif);font-size:2.5rem;font-weight:300;margin-bottom:.5rem}.product-title em{font-style:italic;color:var(--rose);font-weight:600}.product-price{font-family:var(--serif);font-size:2rem;font-weight:600;color:var(--ink);margin-bottom:1.25rem}.product-price s{font-size:1.25rem;color:var(--muted);font-weight:300;margin-left:.5rem;text-decoration:line-through}.product-form{display:flex;flex-direction:column;gap:.75rem}.variant-option{border:none;padding:0;margin-bottom:.75rem}.variant-option legend{font-size:.8125rem;font-weight:600;color:var(--ink);margin-bottom:.5rem}.variant-option label{display:inline-flex;align-items:center;gap:.375rem;margin-right:.5rem;font-size:.875rem;cursor:pointer}.qty-label{font-size:.8125rem;font-weight:600;color:var(--ink)}.qty-input{width:4rem;padding:.5rem;border:1px solid var(--warm-rule);border-radius:8px;font-size:.875rem;text-align:center;background:#fff}.product-description{margin-top:1.5rem;font-size:.875rem;color:var(--mid);line-height:1.8}.cart-page{padding:2rem 1.25rem;max-width:860px;margin:0 auto}.cart-page h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.5rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--warm-rule);padding-bottom:.75rem;text-align:left}.cart-table td{padding:1rem 0;border-bottom:1px solid var(--warm-rule);vertical-align:top}.cart-total{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;margin-top:1.5rem}.cart-total p{font-size:1.125rem;font-family:var(--serif)}.collection-page{padding:2rem 1.25rem;max-width:var(--page-width);margin:0 auto}.collection-page h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.5rem}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(min-width:750px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;gap:.5rem}.product-card__img{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-card);background:var(--ivory)}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__img img{transform:scale(1.03)}.product-card__title{font-size:.875rem;font-weight:600;color:var(--ink)}.product-card__price{font-family:var(--serif);font-size:1.125rem;color:var(--ink)}.blog-page{padding:2rem 1.25rem;max-width:860px;margin:0 auto}.blog-page h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.5rem}.article-card{border-bottom:1px solid var(--warm-rule);padding:1.5rem 0}.article-card h2{font-family:var(--serif);font-size:1.375rem;font-weight:300;margin-bottom:.5rem}.article-card p{font-size:.875rem;color:var(--mid)}.article-card a{color:var(--rose)}.page-content{padding:3rem 1.25rem;max-width:760px;margin:0 auto}.page-content h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.25rem}.page-content .rte{font-size:.9375rem;color:var(--mid);line-height:1.8}.search-page{padding:2.5rem 1.25rem;max-width:860px;margin:0 auto}.search-form{display:flex;gap:.5rem;margin-bottom:2rem}.search-form input{flex:1;padding:.75rem 1rem;border:1.5px solid var(--warm-rule);border-radius:10px;font-size:.9375rem;background:#fff;font-family:var(--sans)}.search-form input:focus{outline:none;border-color:var(--rose)}.not-found-page{padding:4rem 1.25rem;text-align:center}.not-found-page h1{font-family:var(--serif);font-size:5rem;font-weight:300;color:var(--rose);line-height:1;margin-bottom:.5rem}.not-found-page h2{font-family:var(--serif);font-size:1.75rem;font-weight:300;margin-bottom:1rem}.password-page{padding:4rem 1.25rem;text-align:center;max-width:440px;margin:0 auto}.password-page h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.5rem}.password-form{display:flex;flex-direction:column;gap:.75rem}.password-form input{padding:.875rem 1rem;border:1.5px solid var(--warm-rule, #EDE5DC);border-radius:10px;font-size:.9375rem;background:#fff;font-family:var(--sans);width:100%}.password-form input:focus{outline:none;border-color:var(--rose, #C4697A)}.price-wrap{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap}.price-regular{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--ink)}.price-compare{font-size:1rem;color:var(--muted);text-decoration:line-through}.price-badge{background:var(--rose);color:#fff;font-size:.6875rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;letter-spacing:.04em}.pagination{display:flex;justify-content:center;gap:.5rem;padding:2rem 0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--warm-rule);border-radius:8px;font-size:.875rem;color:var(--ink);text-decoration:none}.pagination .current{background:var(--rose);color:#fff;border-color:var(--rose)}.pagination a:hover{border-color:var(--rose);color:var(--rose)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
/*# sourceMappingURL=/cdn/shop/t/50/assets/theme.css.map */
