*{box-sizing:border-box}body{margin:0;font-family:Quicksand,system-ui,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:Fraunces,Comfortaa,serif;font-weight:600;line-height:1.15;color:var(--color-text);letter-spacing:-.01em}h4{font-family:Comfortaa,sans-serif}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.narrow{max-width:760px}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:12px;top:12px;background:#fff;padding:8px 14px;border-radius:8px;z-index:99}.eyebrow{display:inline-block;font-family:Quicksand;font-weight:700;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:10px}.eyebrow--light{color:#fff;opacity:.9}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--color-accent);color:#fff;padding:13px 24px;border-radius:999px;font-weight:700;border:none;cursor:pointer;font-family:Quicksand,sans-serif;font-size:16px;transition:transform .15s,box-shadow .2s,filter .15s;box-shadow:0 6px 16px #f0637b47;text-align:center}.btn:hover{filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 10px 22px #f0637b57}.btn--lg{padding:16px 28px;font-size:17px;width:100%}.btn--lg-inline{padding:15px 30px;font-size:17px}.btn--outline{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent);box-shadow:none}.btn--outline:hover{background:var(--color-accent);color:#fff}.btn--ghost{background:#fff;color:var(--color-text);box-shadow:0 4px 14px #4a362b1a}.btn--block{width:100%;margin-top:8px}.announcement{font-size:13.5px;font-weight:600;letter-spacing:.01em}.announcement__track{position:relative;text-align:center;padding:9px 14px;min-height:20px}.announcement__msg a{text-decoration:underline}.site-header{background:#fff;border-bottom:1px solid #f0e6da;transition:box-shadow .2s}.site-header--sticky{position:sticky;top:0;z-index:60}.site-header.is-scrolled{box-shadow:0 6px 20px #4a362b14}.header__inner{display:flex;align-items:center;gap:16px;padding:12px 20px}.header__logo img{height:48px;width:auto}.header__nav{margin-left:auto}.header__nav-top{display:none}.header__nav ul{display:flex;gap:26px;list-style:none;margin:0;padding:0}.header__nav a{font-weight:600;position:relative}.header__nav a:hover{color:var(--color-accent)}.header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--color-accent);transform:scaleX(0);transition:transform .2s;border-radius:2px}.header__nav a:hover:after{transform:scaleX(1)}.header__actions{display:flex;align-items:center;gap:14px;margin-left:8px}.header__icon{color:var(--color-text);display:inline-flex}.header__icon:hover{color:var(--color-accent)}.header__cart{position:relative}.cart-count{position:absolute;top:-9px;right:-11px;background:var(--color-accent);color:#fff;border-radius:999px;font-size:11px;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;font-weight:700}.header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.header__burger span{width:24px;height:2.5px;background:var(--color-text);border-radius:2px;transition:.25s}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#4a362b73;opacity:0;visibility:hidden;transition:opacity .25s;z-index:55}body.nav-open,body.cart-open{overflow:hidden}body.nav-open .nav-overlay{opacity:1;visibility:visible}.hero{position:relative;overflow:hidden;background:linear-gradient(160deg,#fbf3ea,#fce7ec 60%,#fbefd6)}.hero__blob{position:absolute;border-radius:50%;filter:blur(8px);opacity:.5;z-index:0}.hero__blob--1{width:320px;height:320px;background:#f7c9d3;top:-80px;right:-60px}.hero__blob--2{width:240px;height:240px;background:#f3e0b9;bottom:-90px;left:-50px}.hero__inner{position:relative;z-index:1;display:flex;align-items:center;gap:40px;padding:74px 20px}.hero__text{flex:1.1}.hero__text h1{font-size:52px;margin:0 0 16px;font-weight:600}.hero__text p{font-size:19px;margin:0 0 28px;max-width:500px;opacity:.9}.hero__cta{display:flex;gap:12px;flex-wrap:wrap}.hero__mini{display:flex;gap:20px;margin-top:22px;font-size:14px;font-weight:600;opacity:.8;flex-wrap:wrap}.hero__media{flex:.9;text-align:center}.hero__media img{border-radius:28px;box-shadow:0 20px 50px #4a362b2e}.hero__emoji{font-size:170px;line-height:1;filter:drop-shadow(0 16px 24px rgba(74,54,43,.18))}.section{padding:60px 0}.section--tint{background:#fff}.section__head{text-align:center;margin-bottom:38px}.section__title{font-size:36px;margin:0}.section__cta{text-align:center;margin-top:36px}.trust{background:#fff;border-bottom:1px solid #f3ece2}.trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:26px 20px}.trust__item{display:flex;align-items:center;gap:12px;justify-content:center}.trust__item strong{display:block;font-size:14.5px}.trust__item span{font-size:12.5px;opacity:.7}.trust__ico{font-size:26px}.product-grid,.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media(min-width:700px){.product-grid{grid-template-columns:repeat(4,1fr)}.collection-grid{grid-template-columns:repeat(3,1fr)}.trust__grid{grid-template-columns:repeat(4,1fr)}}.card{position:relative;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 6px 18px #4a362b12;transition:transform .18s,box-shadow .18s}.card:hover{transform:translateY(-4px);box-shadow:0 16px 34px #4a362b24}.card__link{display:block}.card__media{aspect-ratio:1/1;background:var(--color-bg);position:relative;overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.card:hover .card__media img{transform:scale(1.06)}.card__badge{position:absolute;top:12px;left:12px;background:var(--color-accent);color:#fff;font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;box-shadow:0 4px 10px #f0637b4d}.card__body{padding:14px 16px 16px}.card__title{font-size:15px;margin:0 0 6px;font-family:Quicksand;font-weight:700;line-height:1.3}.card__price{font-weight:700;font-size:16px}.card__price>span:first-child{color:var(--color-accent)}.price--was{color:#b3a79c;font-weight:400;margin-left:6px;font-size:14px}.card__add{position:absolute;left:16px;right:16px;bottom:14px;transform:translateY(14px);opacity:0;background:var(--color-text);color:#fff;border:none;border-radius:999px;padding:11px;font-family:Quicksand;font-weight:700;font-size:14px;cursor:pointer;transition:.22s}.card:hover .card__add{transform:translateY(0);opacity:1}.card:hover .card__body{padding-bottom:56px}.card__placeholder{display:flex;align-items:center;justify-content:center;font-size:64px;aspect-ratio:1/1;background:var(--color-bg)}.card__placeholder--lg{border-radius:22px;font-size:120px}@media(hover:none){.card__add{position:static;transform:none;opacity:1;margin:0 16px 16px}.card:hover .card__body{padding-bottom:16px}}.collection-card{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 6px 18px #4a362b14;background:#fff;display:block}.collection-card__media{aspect-ratio:4/3;background:var(--color-bg);overflow:hidden}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.collection-card:hover .collection-card__media img{transform:scale(1.07)}.collection-card__title{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#4a362bd1);color:#fff;padding:34px 16px 14px;font-family:Comfortaa;font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center}.collection-card__title em{font-style:normal;transition:transform .2s}.collection-card:hover .collection-card__title em{transform:translate(5px)}.promo{position:relative;overflow:hidden;border-radius:28px;padding:52px 44px;color:#fff;display:flex;align-items:center;gap:24px;box-shadow:0 16px 40px #f0637b40}.promo__blob{position:absolute;width:260px;height:260px;background:#ffffff29;border-radius:50%;right:-60px;top:-60px}.promo__content{position:relative;z-index:1;flex:1}.promo h2{color:#fff;font-size:34px;margin:0 0 12px}.promo p{margin:0 0 22px;max-width:460px;opacity:.95}.promo__emoji{font-size:90px;position:relative;z-index:1}.testi-grid{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:700px){.testi-grid{grid-template-columns:repeat(3,1fr)}}.testi{background:#fff;border-radius:22px;padding:26px 24px;box-shadow:0 6px 18px #4a362b12}.testi__stars{color:var(--color-gold);letter-spacing:2px;margin-bottom:10px}.testi__quote{font-size:16px;margin:0 0 14px}.testi__who{font-weight:700;font-size:14px;opacity:.8}.news-box{position:relative;overflow:hidden;background:#fff;border-radius:28px;padding:52px 32px;text-align:center;box-shadow:0 10px 30px #4a362b14}.news-box__blob{position:absolute;width:200px;height:200px;background:#fce7ec;border-radius:50%;left:-60px;bottom:-60px}.news-box h2{font-size:30px;margin:0 0 10px;position:relative}.news-box p{max-width:480px;margin:0 auto 22px;opacity:.85;position:relative}.news-form{display:flex;gap:10px;max-width:460px;margin:0 auto;position:relative;flex-wrap:wrap}.news-form input{flex:1;min-width:180px;padding:14px 16px;border:1px solid #e5d8c9;border-radius:999px;font-size:15px}.breadcrumbs{font-size:13px;opacity:.7;margin-bottom:18px;display:flex;gap:8px;flex-wrap:wrap}.breadcrumbs a:hover{color:var(--color-accent)}.breadcrumbs .current{font-weight:600;opacity:1}.product-page__grid{display:grid;grid-template-columns:1fr;gap:36px}@media(min-width:850px){.product-page__grid{grid-template-columns:1.05fr 1fr}.product-gallery{position:sticky;top:96px;align-self:start}}.product-gallery__main{width:100%;border-radius:26px;background:var(--color-bg);box-shadow:0 12px 30px #4a362b1a}.product-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product-thumbs img{width:70px;height:70px;object-fit:cover;border-radius:12px;cursor:pointer;border:2px solid transparent;transition:.15s}.product-thumbs img:hover{border-color:var(--color-accent)}.product-info h1{font-size:36px;margin:0 0 14px}.product-price{font-size:28px;color:var(--color-accent);font-weight:700;margin-bottom:20px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.price--badge{background:var(--color-gold);color:#4a362b;font-size:13px;font-weight:700;padding:3px 10px;border-radius:999px}.variant-picker{margin-bottom:16px}.variant-picker label{display:block;font-weight:700;margin-bottom:6px}.variant-picker select{width:100%;max-width:340px;padding:12px;border:1px solid #e5d8c9;border-radius:12px;font-size:16px;background:#fff}.buy-row{display:flex;gap:12px;align-items:stretch;margin-bottom:12px;flex-wrap:wrap}.qty-stepper{display:inline-flex;align-items:center;border:1px solid #e5d8c9;border-radius:999px;overflow:hidden;background:#fff}.qty-stepper button{width:44px;height:52px;border:none;background:none;font-size:20px;cursor:pointer;color:var(--color-text)}.qty-stepper button:hover{background:#f7efe4}.qty-stepper input{width:48px;height:52px;text-align:center;border:none;font-size:16px;-moz-appearance:textfield}.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.buy-row .btn{flex:1;min-width:180px}.buy-now{margin-bottom:8px}.buy-now [data-shopify-buttoncontainer]{margin-top:4px}.product-trust{display:flex;flex-wrap:wrap;gap:14px;margin:20px 0;padding:16px 0;border-top:1px solid #f0e6da;border-bottom:1px solid #f0e6da;font-size:14px;font-weight:600;opacity:.9}.product-accordions{margin-top:22px}.accordion{border-bottom:1px solid #f0e6da}.accordion summary{cursor:pointer;padding:15px 0;font-family:Comfortaa;font-weight:700;list-style:none;display:flex;justify-content:space-between;align-items:center}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";font-size:20px;color:var(--color-accent)}.accordion[open] summary:after{content:"\2212"}.accordion .rte{padding:0 0 16px}.rte h4{margin:16px 0 8px}.rte ul{padding-left:20px}.rte table{border-collapse:collapse;width:100%;max-width:420px;margin:8px 0}.related{margin-top:60px}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:55;background:#fff;box-shadow:0 -6px 20px #4a362b1f;padding:10px 16px;display:flex;align-items:center;gap:12px;transform:translateY(120%);transition:transform .25s}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__info{flex:1;display:flex;flex-direction:column;line-height:1.2}.sticky-atc__info strong{font-size:14px}.sticky-atc__info span{color:var(--color-accent);font-weight:700}.sticky-atc .btn{width:auto;padding:12px 24px}@media(min-width:850px){.sticky-atc{display:none}}.collection-hero{margin-bottom:22px}.collection-hero h1{font-size:38px;margin:0 0 8px}.collection-desc{max-width:640px;opacity:.85}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0e6da}.collection-count{font-size:14px;opacity:.7}.collection-sort{display:flex;align-items:center;gap:8px}.collection-sort label{font-size:14px;font-weight:600}.collection-sort select{padding:10px 14px;border:1px solid #e5d8c9;border-radius:999px;font-size:14px;background:#fff}.collection-filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}.filter{background:#fff;border:1px solid #eee;border-radius:12px;padding:8px 14px}.filter summary{cursor:pointer;font-weight:600}.filter__values{display:flex;flex-direction:column;gap:6px;margin-top:8px}.filter__val.is-active{color:var(--color-accent);font-weight:700}.cart-item{display:grid;grid-template-columns:72px 1fr 66px auto;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid #eee}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:14px}.cart-item__info{display:flex;flex-direction:column;gap:3px}.cart-item__unit{font-size:13px;opacity:.7}.cart-qty{width:60px;padding:9px;border:1px solid #e5d8c9;border-radius:10px}.cart-item__total{font-weight:700}.cart-footer{margin-top:22px;text-align:right}.cart-subtotal{font-size:22px;margin-bottom:6px}.cart-note{font-size:13px;opacity:.7;margin:0 0 14px}.cart-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.cart-empty{text-align:center;padding:40px 0}.cart-empty p{font-size:18px;margin-bottom:18px}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#4a362b73;opacity:0;visibility:hidden;transition:opacity .25s;z-index:70}.drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:92%;max-width:410px;background:#fff;transform:translate(100%);transition:transform .3s ease;z-index:80;display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000029}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #f0e6da}.cart-drawer__head h2{margin:0;font-size:22px}.cart-drawer__close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--color-text)}.cart-drawer__items{flex:1;overflow-y:auto;padding:10px 22px}.cd-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f3ece2}.cd-item img{width:66px;height:66px;object-fit:cover;border-radius:14px}.cd-item__info{display:flex;flex-direction:column;gap:5px;flex:1}.cd-item__price{font-size:14px;color:var(--color-accent);font-weight:700}.cd-qty{width:58px;padding:7px;border:1px solid #e5d8c9;border-radius:10px}.cart-drawer__foot{padding:20px 22px;border-top:1px solid #f0e6da}.cd-subtotal{display:flex;justify-content:space-between;font-size:19px;margin-bottom:4px}.cd-note{font-size:12.5px;opacity:.65;margin:0 0 12px}.cart-drawer__empty{padding:44px 22px;text-align:center}.cart-drawer__empty p{font-size:17px;margin-bottom:16px}.site-footer{background:var(--color-text);color:#f3e9dd;margin-top:56px}.footer__inner{display:flex;gap:44px;flex-wrap:wrap;justify-content:space-between;padding:52px 20px 24px}.footer__col{min-width:180px}.footer__logo{font-family:Comfortaa;font-weight:700;font-size:26px;color:#fff;display:block;margin-bottom:10px}.footer__brand p{max-width:300px;opacity:.85;margin:0 0 14px}.footer__social{display:flex;gap:14px}.footer__social a{font-weight:600;opacity:.9;text-decoration:underline}.footer__col h4{color:#fff;margin:0 0 14px;font-size:16px}.footer__nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer__nav a{opacity:.9}.footer__nav a:hover{color:#fff;text-decoration:underline}.footer__pay{display:flex;gap:10px;flex-wrap:wrap;align-items:center;padding:10px 20px 0;font-size:13px;opacity:.75}.footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding:16px 20px;font-size:13px;opacity:.8;margin-top:16px}.form-success{background:#e6f3ec;color:#2e6b45;padding:12px 16px;border-radius:12px;margin-bottom:14px}.search-form{display:flex;gap:10px;margin-bottom:26px}.search-form input{flex:1;padding:13px 16px;border:1px solid #e5d8c9;border-radius:999px;font-size:16px}.contact-form{display:flex;flex-direction:column;gap:12px;max-width:520px}.contact-form input,.contact-form textarea{padding:13px 16px;border:1px solid #e5d8c9;border-radius:14px;font-size:16px;font-family:inherit}.pagination{text-align:center;margin-top:30px}.pagination a,.pagination span{padding:8px 14px;margin:0 2px;border-radius:10px}.pagination .current{background:var(--color-accent);color:#fff}@media(max-width:849px){.header__burger{display:flex}.header__logo{margin-right:auto}.header__logo img{height:42px}.header__nav{position:fixed;top:0;left:0;bottom:0;width:82%;max-width:320px;background:#fff;transform:translate(-100%);transition:transform .28s ease;padding:0;z-index:62;margin-left:0;display:flex;flex-direction:column}body.nav-open .header__nav{transform:translate(0)}.header__nav-top{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #f0e6da}.header__nav-title{font-family:Comfortaa;font-weight:700;font-size:18px}.header__nav-close{background:none;border:none;font-size:22px;cursor:pointer;color:var(--color-text)}.header__nav ul{flex-direction:column;gap:4px;padding:14px 22px}.header__nav li{border-bottom:1px solid #f7efe4}.header__nav a{display:block;padding:14px 0;font-size:17px}.header__nav a:after{display:none}.hero__inner{flex-direction:column-reverse;text-align:center;padding:46px 20px;gap:22px}.hero__text h1{font-size:36px}.hero__text p{margin-left:auto;margin-right:auto}.hero__cta,.hero__mini{justify-content:center}.hero__emoji{font-size:120px}.section{padding:44px 0}.section__title{font-size:28px}.promo{flex-direction:column;text-align:center;padding:40px 26px}.promo h2{font-size:27px}.promo__emoji{font-size:64px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
