:root{--cream:#FBF3EC;--cream-2:#F5E8DC;--blush:#F3C9D4;--blush-deep:#E9A9BC;--lilac:#CBBBE3;--lilac-deep:#AC94D4;--sage:#BFD0B5;--plum:#463448;--plum-soft:#6E5C72;--white:#FFFFFF;--radius-lg:40px;--radius-md:24px;--shadow-soft:0 20px 40px -20px rgba(70,52,72,.25)}*{box-sizing:border-box}body{font-family:Nunito Sans,sans-serif;color:var(--plum);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3,.display{font-family:Fraunces,serif;font-weight:500;line-height:1.05;letter-spacing:-.01em}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none;margin:0;padding:0}button{font-family:inherit;cursor:pointer;border:none}.wrap{max-width:1240px;margin:0 auto;padding:0 32px}.eyebrow{font-family:Nunito Sans,sans-serif;font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--lilac-deep)}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.announce{background:var(--plum);color:var(--cream);text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em;padding:10px 12px}.site-header{position:sticky;top:0;z-index:50;background:#fbf3ece0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(70,52,72,.08)}.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 32px;max-width:1240px;margin:0 auto}.logo{font-family:Fraunces,serif;font-size:26px;font-weight:600;display:flex;align-items:center;gap:8px}.logo svg{width:30px;height:30px}.nav-links{display:flex;gap:36px;font-weight:700;font-size:15px}.nav-links a{position:relative;padding:6px 0}.nav-links a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--blush-deep);transition:width .25s ease}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:18px}.icon-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--white);box-shadow:var(--shadow-soft);position:relative}.cart-count{background:var(--blush-deep);color:var(--white);font-size:11px;font-weight:800;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:-4px}.burger{display:none}.search-form{display:flex;align-items:center;gap:8px}.hero{position:relative;padding:70px 0 40px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px}.hero h1{font-size:clamp(40px,5vw,64px);margin:14px 0 22px;color:var(--plum)}.hero h1 em{font-style:italic;color:var(--blush-deep)}.hero p{font-size:18px;color:var(--plum-soft);max-width:440px;margin-bottom:32px}.btn-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.btn{padding:16px 30px;border-radius:100px;font-weight:800;font-size:15px;letter-spacing:.01em;transition:transform .2s ease;display:inline-block}.btn-primary{background:var(--plum);color:var(--cream);box-shadow:0 14px 30px -12px #46344880}.btn-primary:hover{transform:translateY(-3px)}.btn-ghost{color:var(--plum);font-weight:800;border-bottom:2px solid var(--plum);padding:16px 4px}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.blob-frame{width:100%;max-width:460px;aspect-ratio:1/1.05;background:linear-gradient(155deg,var(--blush) 0%,var(--lilac) 100%);border-radius:62% 38% 55% 45%/55% 45%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft);animation:blobmove 9s ease-in-out infinite;position:relative;overflow:hidden}.blob-frame img{width:100%;height:100%;object-fit:cover}@keyframes blobmove{0%,to{border-radius:62% 38% 55% 45%/55% 45%}50%{border-radius:45% 55% 40% 60%/50% 50% 55% 45%}}.float-chip{position:absolute;background:var(--white);border-radius:20px;padding:12px 18px;box-shadow:var(--shadow-soft);display:flex;align-items:center;gap:10px;font-weight:800;font-size:14px}.chip-1{top:6%;left:-6%}.chip-2{bottom:8%;right:-8%}.dot{width:8px;height:8px;border-radius:50%;background:var(--sage)}.trust-strip{background:var(--plum);color:var(--cream);padding:16px 0;overflow:hidden;white-space:nowrap}.marquee{display:inline-flex;gap:60px;animation:scroll 24s linear infinite;font-weight:800;font-size:14px;letter-spacing:.06em;text-transform:uppercase}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:96px 0}.section-head{text-align:center;max-width:580px;margin:0 auto 56px}.section-head h2{font-size:clamp(30px,3.4vw,42px);margin:10px 0 12px}.section-head p{color:var(--plum-soft);font-size:16px}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.cat-card{background:var(--white);border-radius:var(--radius-md);padding:28px 20px 24px;text-align:center;box-shadow:0 12px 28px -18px #46344840;transition:transform .25s ease}.cat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}.cat-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;overflow:hidden}.cat-icon img{width:100%;height:100%;object-fit:cover}.cat-card h3{font-size:17px;font-weight:600;margin-bottom:4px}.cat-card span{font-size:13px;color:var(--plum-soft);font-weight:700}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.prod-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 12px 28px -18px #46344838;transition:transform .25s ease;position:relative}.prod-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}.prod-media{aspect-ratio:1/1;background:linear-gradient(160deg,var(--cream-2),var(--blush));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.prod-media img{width:100%;height:100%;object-fit:cover}.badge-sale{position:absolute;top:14px;left:14px;background:var(--blush-deep);color:var(--white);font-size:11px;font-weight:800;padding:6px 12px;border-radius:100px;z-index:2}.badge-new{position:absolute;top:14px;left:14px;background:var(--lilac-deep);color:var(--white);font-size:11px;font-weight:800;padding:6px 12px;border-radius:100px;z-index:2}.wish-btn{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:2}.prod-info{padding:18px 18px 20px}.prod-info h4{font-size:15px;font-weight:700;margin-bottom:8px;line-height:1.3}.price-row{display:flex;align-items:center;gap:10px}.price-now{font-weight:800;font-size:16px}.price-old{font-size:13px;color:var(--plum-soft);text-decoration:line-through}.stars{color:var(--blush-deep);font-size:12px;margin-bottom:6px;letter-spacing:1px}.view-all{text-align:center;margin-top:44px}.stats-band{background:linear-gradient(120deg,var(--lilac) 0%,var(--blush) 100%);border-radius:var(--radius-lg);padding:56px 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.stat h3{font-size:clamp(30px,3.6vw,44px);color:var(--plum)}.stat span{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--plum-soft)}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.benefit-card{background:var(--white);border-radius:var(--radius-md);padding:34px 28px}.benefit-card .cat-icon{margin:0 0 18px;background:var(--blush)}.benefit-card h3{font-size:19px;margin-bottom:8px}.benefit-card p{color:var(--plum-soft);font-size:14.5px;line-height:1.55}.testi-track{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testi-card{background:var(--white);border-radius:var(--radius-md);padding:30px;box-shadow:0 12px 28px -18px #46344833}.testi-card .stars{margin-bottom:14px}.testi-card p{font-size:15px;line-height:1.6;margin-bottom:20px;color:var(--plum)}.testi-person{display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(160deg,var(--lilac),var(--blush));overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.testi-person strong{font-size:14px;display:block}.testi-person span{font-size:12px;color:var(--plum-soft)}.newsletter{background:var(--plum);color:var(--cream);border-radius:var(--radius-lg);padding:64px 48px;display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center}.newsletter h2{color:var(--cream);font-size:clamp(26px,3vw,36px);margin-bottom:10px}.newsletter p{color:#d9cbdb;font-size:15px;max-width:420px}.n-form{display:flex;gap:10px}.n-form input{flex:1;padding:16px 20px;border-radius:100px;border:none;font-family:inherit;font-size:14px;background:var(--cream);color:var(--plum)}.n-form button{background:var(--blush-deep);color:var(--white);padding:16px 26px;border-radius:100px;font-weight:800;font-size:14px;white-space:nowrap}.site-footer{padding:80px 0 32px}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(70,52,72,.12)}.foot-grid h4{font-size:14px;font-weight:800;margin-bottom:18px}.foot-grid ul li{margin-bottom:12px}.foot-grid ul li a{font-size:14px;color:var(--plum-soft);font-weight:600}.foot-grid ul li a:hover{color:var(--plum)}.foot-brand p{color:var(--plum-soft);font-size:14px;max-width:260px;margin:14px 0 20px;line-height:1.6}.socials{display:flex;gap:12px}.socials a{width:38px;height:38px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px -12px #4634484d}.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;font-size:13px;color:var(--plum-soft);flex-wrap:wrap;gap:12px}.pay-icons{display:flex;gap:10px;opacity:.6;font-size:12px;font-weight:800}.product-section{padding:64px 0 96px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}.product-media-main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1/1;background:linear-gradient(160deg,var(--cream-2),var(--blush));margin-bottom:16px}.product-media-main img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:12px;flex-wrap:wrap}.product-thumbs a{width:76px;height:76px;border-radius:16px;overflow:hidden;border:2px solid transparent;background:var(--cream-2)}.product-thumbs a.active{border-color:var(--plum)}.product-thumbs img{width:100%;height:100%;object-fit:cover}.product-info .eyebrow{margin-bottom:10px;display:block}.product-info h1{font-size:clamp(28px,3vw,40px);margin-bottom:14px}.product-price-row{display:flex;align-items:center;gap:14px;margin-bottom:20px}.product-price-now{font-size:24px;font-weight:800}.product-price-old{font-size:16px;color:var(--plum-soft);text-decoration:line-through}.product-desc{color:var(--plum-soft);font-size:15px;line-height:1.7;margin-bottom:28px}.variant-group{margin-bottom:22px}.variant-label{font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;display:block;color:var(--plum-soft)}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-pill{padding:10px 18px;border-radius:100px;background:var(--white);box-shadow:0 8px 18px -14px #4634484d;font-weight:700;font-size:14px;cursor:pointer}.variant-pill input{position:absolute;opacity:0;pointer-events:none}.variant-pill:has(input:checked){background:var(--plum);color:var(--cream)}.qty-row{display:flex;align-items:center;gap:18px;margin-bottom:24px}.qty-box{display:flex;align-items:center;background:var(--white);border-radius:100px;box-shadow:0 8px 18px -14px #4634484d}.qty-box button{width:40px;height:44px;font-size:18px;font-weight:800;background:transparent}.qty-box input{width:44px;text-align:center;border:none;font-family:inherit;font-weight:800;font-size:15px;background:transparent}.add-to-cart{width:100%;padding:18px;border-radius:100px;background:var(--plum);color:var(--cream);font-weight:800;font-size:15px}.add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-meta-list{margin-top:28px;display:flex;flex-direction:column;gap:10px}.product-meta-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--plum-soft);font-weight:600}.collection-banner{padding:56px 0 8px;text-align:center}.collection-banner h1{font-size:clamp(32px,4vw,48px);margin-bottom:10px}.collection-banner p{color:var(--plum-soft)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin:32px 0 28px;flex-wrap:wrap;gap:12px}.collection-toolbar select{padding:12px 18px;border-radius:100px;border:none;background:var(--white);box-shadow:0 8px 18px -14px #4634484d;font-family:inherit;font-weight:700;font-size:13px}.pagination{display:flex;justify-content:center;gap:10px;margin-top:56px}.pagination a,.pagination span{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--white);font-weight:800;font-size:14px;box-shadow:0 8px 18px -14px #4634484d}.pagination .current{background:var(--plum);color:var(--cream)}.cart-section{padding:64px 0 96px}.cart-section h1{margin-bottom:36px;font-size:clamp(28px,3vw,40px)}.cart-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:48px;align-items:start}.cart-table{width:100%;border-collapse:collapse}.cart-row{display:grid;grid-template-columns:90px 1fr auto auto;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(70,52,72,.1)}.cart-row img{width:90px;height:90px;object-fit:cover;border-radius:16px;background:var(--cream-2)}.cart-item-title{font-weight:700;font-size:15px;margin-bottom:6px}.cart-item-variant{font-size:13px;color:var(--plum-soft)}.cart-item-remove{font-size:12px;color:var(--blush-deep);font-weight:800;margin-top:8px;display:inline-block}.cart-summary{background:var(--white);border-radius:var(--radius-md);padding:32px;box-shadow:var(--shadow-soft)}.cart-summary h3{font-size:19px;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px;color:var(--plum-soft);font-weight:600}.summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:800;margin:18px 0 24px;color:var(--plum)}.cart-empty{text-align:center;padding:80px 20px}.cart-empty h2{margin-bottom:14px}.page-section{padding:64px 0 96px}.page-section h1{font-size:clamp(28px,3.4vw,42px);margin-bottom:24px}.page-content{max-width:760px;margin:0 auto;color:var(--plum-soft);font-size:16px;line-height:1.8}.page-content h2,.page-content h3{color:var(--plum);margin:32px 0 12px}a:focus-visible,button:focus-visible{outline:2px solid var(--lilac-deep);outline-offset:3px}@media(max-width:980px){.nav-links{display:none}.burger{display:flex;width:40px;height:40px;align-items:center;justify-content:center;background:var(--white);border-radius:50%;box-shadow:var(--shadow-soft)}.hero-grid{grid-template-columns:1fr}.hero-visual{order:-1}.cat-grid,.prod-grid,.stats-band{grid-template-columns:repeat(2,1fr)}.benefits,.testi-track{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr;text-align:center;padding:48px 28px}.n-form{flex-direction:column}.foot-grid{grid-template-columns:1fr 1fr;row-gap:32px}.product-grid,.cart-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:70px 1fr;grid-template-areas:"img title" "img price" "img qty";row-gap:8px}}@media(max-width:560px){.wrap{padding:0 20px}.cat-grid,.prod-grid{grid-template-columns:1fr 1fr;gap:14px}.stats-band{grid-template-columns:1fr 1fr;padding:36px 20px}.section{padding:64px 0}.foot-grid{grid-template-columns:1fr}.float-chip{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
