:root{--blush: #fbf3ee;--blush-deep: #f6e5dd;--rose: #b8697a;--rose-deep: #8f4a58;--petal: #f1d9d2;--gold: #c6a15b;--gold-soft: #e2c78d;--ink: #2e2229;--ink-soft: #6b5a5f;--white: #ffffff;--font-display: "Fraunces", Georgia, serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 2px;--container: 1180px;--nav-height: 84px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--blush);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.wrap{max-width:var(--container);margin:0 auto;padding:0 32px}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;letter-spacing:-.01em;margin:0;color:var(--ink)}.eyebrow{font-family:var(--font-body);font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--rose-deep);font-weight:700;display:inline-block;margin-bottom:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 34px;border-radius:var(--radius);font-family:var(--font-body);font-weight:700;font-size:14px;letter-spacing:.03em;text-transform:uppercase;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn-primary{background:linear-gradient(120deg,var(--gold-soft),var(--gold) 60%,var(--rose));color:var(--white);box-shadow:0 8px 24px #b8697a47}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #b8697a61}.btn-outline{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-outline:hover{background:var(--ink);color:var(--white)}.halo{position:relative;display:inline-block}.halo:before{content:"";position:absolute;top:-6%;right:-6%;bottom:-6%;left:-6%;border-radius:50%;background:radial-gradient(circle at 32% 28%,var(--gold-soft) 0%,var(--rose) 46%,transparent 72%);filter:blur(2px);opacity:.55;z-index:0;animation:halo-breathe 7s ease-in-out infinite}.halo>*{position:relative;z-index:1}@keyframes halo-breathe{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.035);opacity:.68}}@media(prefers-reduced-motion:reduce){.halo:before{animation:none}}.site-header{position:sticky;top:0;z-index:50;background:#fbf3eeeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(46,34,41,.08)}.site-header__inner{height:var(--nav-height);display:flex;align-items:center;justify-content:space-between;gap:24px}.site-logo{font-family:var(--font-display);font-size:24px;letter-spacing:.01em;color:var(--ink)}.site-logo em{font-style:italic;color:var(--rose-deep)}.site-nav{display:flex;gap:36px;align-items:center}.site-nav a{font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--ink-soft);transition:color .2s}.site-nav a:hover{color:var(--rose-deep)}.header-icons{display:flex;align-items:center;gap:20px}.header-icons a,.header-icons button{background:none;border:none;color:var(--ink);display:flex;align-items:center;position:relative}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--rose-deep);color:var(--white);font-size:10px;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-toggle{display:none;background:none;border:none}@media(max-width:860px){.site-nav{display:none;position:absolute;top:var(--nav-height);left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;background:var(--blush);border-bottom:1px solid rgba(46,34,41,.08);box-shadow:0 16px 30px #2e222914}.site-nav.is-open{display:flex}.site-nav a{width:100%;padding:16px 32px;border-bottom:1px solid rgba(46,34,41,.06)}.nav-toggle{display:block}}.hero{padding:72px 0 96px;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.hero__copy h1{font-size:clamp(38px,5vw,60px);line-height:1.06;margin-bottom:22px}.hero__copy h1 .accent{font-style:italic;color:var(--rose-deep)}.hero__sub{font-size:18px;color:var(--ink-soft);max-width:460px;margin-bottom:34px}.hero__ctas{display:flex;gap:16px;margin-bottom:34px;flex-wrap:wrap}.hero__proof{display:flex;align-items:center;gap:14px;font-size:13px;color:var(--ink-soft)}.stars{color:var(--gold);letter-spacing:2px;font-size:15px}.hero__image{position:relative}.hero__image img{border-radius:4px;width:100%;aspect-ratio:4/5;object-fit:cover}.hero__badge{position:absolute;bottom:-22px;left:-22px;background:var(--white);padding:18px 22px;border-radius:3px;box-shadow:0 18px 40px #2e222924;max-width:220px}.hero__badge strong{display:block;font-family:var(--font-display);font-size:20px}.hero__badge span{font-size:12px;color:var(--ink-soft)}.section{padding:88px 0}.section--tight{padding:56px 0}.section-head{text-align:center;max-width:620px;margin:0 auto 56px}.section-head h2{font-size:clamp(30px,4vw,42px);margin-bottom:16px}.section-head p{color:var(--ink-soft);font-size:17px}.featured-product__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:flex-start;background:var(--white);border-radius:6px;padding:48px;box-shadow:0 20px 60px #2e22290f}.featured-product__gallery .product-gallery__main img{border-radius:4px;width:100%;aspect-ratio:1/1;object-fit:cover}@media(max-width:900px){.featured-product__grid{grid-template-columns:1fr;padding:28px}}.compare{background:var(--white);border-radius:4px;overflow:hidden;box-shadow:0 20px 60px #2e222914}.compare-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}table.compare-table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:640px}.compare-table th:first-child,.compare-table td:first-child{width:34%}.compare-table th:not(:first-child),.compare-table td:not(:first-child){width:22%}.compare-table th,.compare-table td{padding:20px 24px;text-align:left;border-bottom:1px solid var(--blush-deep);font-size:15px;vertical-align:top;word-wrap:break-word}.compare-table th{font-family:var(--font-display);font-size:18px;font-weight:500;background:var(--blush)}.compare-table th.us-col{background:linear-gradient(120deg,var(--petal),var(--blush-deep));color:var(--rose-deep);position:relative}.compare-table td.feature-col{color:var(--ink-soft);font-weight:600}.compare-table td.us-col{background:#f1d9d259;font-weight:700}.check{color:var(--rose-deep);font-weight:900}.cross{color:#c9bdb9}.compare-table tr:last-child th,.compare-table tr:last-child td{border-bottom:none}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.review-card{background:var(--white);padding:32px;border-radius:4px;box-shadow:0 12px 30px #2e22290f}.review-card .stars{display:block;margin-bottom:14px}.review-card p{font-size:15px;color:var(--ink);margin:0 0 20px}.review-person{display:flex;align-items:center;gap:12px}.review-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.review-name{font-weight:700;font-size:14px}.review-meta{font-size:12px;color:var(--ink-soft)}.product-section{padding:64px 0 100px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:flex-start}.product-gallery__main img{border-radius:4px;width:100%;aspect-ratio:1/1;object-fit:cover}.product-gallery__thumbs{display:flex;gap:12px;margin-top:14px}.product-gallery__thumbs img{width:78px;height:78px;object-fit:cover;border-radius:3px;cursor:pointer;border:2px solid transparent}.product-gallery__thumbs img.active{border-color:var(--rose)}.product-info__title{font-size:clamp(28px,3.4vw,38px);margin-bottom:10px}.product-info__price{font-size:22px;font-weight:700;margin:14px 0 6px}.product-info__price .compare-at{color:var(--ink-soft);text-decoration:line-through;font-weight:400;margin-left:10px;font-size:16px}.product-info__desc{color:var(--ink-soft);margin:20px 0 28px}.variant-picker{margin-bottom:26px}.variant-picker label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:10px}.variant-picker select{width:100%;padding:14px 16px;border:1px solid var(--blush-deep);border-radius:3px;background:var(--white);font-size:15px}.upsell-banner{display:inline-block;background:linear-gradient(120deg,var(--petal),var(--blush-deep));color:var(--rose-deep);font-size:13px;font-weight:700;padding:10px 16px;border-radius:30px;margin-bottom:22px}.swatch-picker{margin-bottom:24px}.swatch-picker label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:10px;color:var(--ink-soft)}.swatches{display:flex;gap:10px;flex-wrap:wrap}.swatch{padding:11px 20px;border:1.5px solid var(--blush-deep);background:var(--white);border-radius:30px;font-size:13px;font-weight:700;color:var(--ink);transition:all .2s ease}.swatch:hover{border-color:var(--rose)}.swatch.active{border-color:var(--rose-deep);background:var(--petal);color:var(--rose-deep)}.swatch.is-disabled{opacity:.4;text-decoration:line-through;cursor:not-allowed}.qty-add{display:flex;gap:14px;margin-bottom:22px}.qty-input{display:flex;align-items:center;border:1px solid var(--blush-deep);border-radius:3px;overflow:hidden}.qty-input button{background:var(--blush);border:none;width:40px;height:54px;font-size:18px}.qty-input input{width:48px;text-align:center;border:none;font-size:15px;height:54px}.add-to-cart-btn{flex:1;height:54px;border:none}.trust-row{display:flex;gap:22px;flex-wrap:wrap;padding-top:22px;margin-top:22px;border-top:1px solid var(--blush-deep);font-size:13px;color:var(--ink-soft)}.trust-row span{display:flex;align-items:center;gap:6px}.site-footer{background:var(--ink);color:var(--blush);padding:64px 0 32px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:48px}.footer-grid h4{color:var(--white);font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px;font-family:var(--font-body)}.footer-grid a,.footer-grid p{color:#fbf3eeb3;font-size:14px;line-height:2.1}.footer-logo{font-family:var(--font-display);font-size:26px;color:var(--white);margin-bottom:14px}.footer-bottom{border-top:1px solid rgba(251,243,238,.14);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12px;color:#fbf3ee80}.newsletter-form{display:flex;margin-top:14px}.newsletter-form input{flex:1;padding:12px 14px;border:1px solid rgba(251,243,238,.25);background:transparent;color:var(--white);border-radius:3px 0 0 3px}.newsletter-form button{background:var(--rose);color:var(--white);border:none;padding:0 20px;border-radius:0 3px 3px 0;font-weight:700;font-size:13px}.basic-content{padding:80px 0}.basic-content .wrap{max-width:760px}.basic-content h1{font-size:40px;margin-bottom:24px}@media(max-width:900px){.hero__grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr;gap:36px}.reviews-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){:root{--nav-height: 68px}.wrap{padding:0 18px}.site-logo{font-size:19px}.header-icons{gap:14px}.hero{padding:40px 0 56px}.hero__copy h1{font-size:30px;line-height:1.12}.hero__sub{font-size:15px;margin-bottom:24px}.hero__ctas{flex-direction:column;align-items:stretch;gap:12px}.hero__ctas .btn{width:100%}.hero__badge{left:12px;bottom:-16px;padding:12px 16px;max-width:170px}.hero__badge strong{font-size:16px}.section{padding:52px 0}.section-head{margin-bottom:34px}.section-head h2{font-size:26px}.section-head p{font-size:15px}.featured-product__grid{padding:20px;border-radius:4px}.product-info__title{font-size:26px}.product-info__price{font-size:19px}.qty-add{flex-direction:column;align-items:stretch}.qty-add .qty-input{justify-content:center}.add-to-cart-btn{width:100%}.trust-row{flex-direction:column;gap:10px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}.compare-table th,.compare-table td{padding:14px 12px;font-size:13px}}@media(max-width:380px){.hero__copy h1{font-size:26px}.hero__badge{display:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
