:root{--cream:#f8f4ed;--ink:#292a27;--sage:#b7c8b8;--coral:#e66d52;--paper:#fffdf9;--line:#dedbd4;--radius:1.2rem;--page:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.page-width{width:min(calc(100% - 40px),var(--page));margin:auto}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:999px;background:var(--coral);color:#fff;padding:15px 23px;font-weight:700;cursor:pointer;font:inherit}.button:hover{filter:brightness(.94)}.button--dark{background:var(--ink)}.eyebrow{margin:0 0 12px;font-size:.75rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.heading-xl{font-family:Georgia,serif;font-size:clamp(3rem,6vw,5.9rem);letter-spacing:-.065em;line-height:.9;margin:0}.heading-lg{font-family:Georgia,serif;font-size:clamp(2.15rem,4vw,3.8rem);letter-spacing:-.045em;line-height:1;margin:0}.section{padding:92px 0}.section-heading{text-align:center;max-width:650px;margin:0 auto 48px}.section-heading p{margin:13px 0 0;color:#66645e}.site-header{background:var(--cream);padding:21px 0;position:sticky;z-index:10;top:0}.header-inner{align-items:center;display:flex;justify-content:space-between;gap:20px}.brand{font-family:Georgia,serif;font-weight:700;font-size:1.35rem;letter-spacing:-.04em}.nav{display:flex;align-items:center;gap:26px;font-size:.9rem}.nav a:not(.button):hover{text-decoration:underline;text-underline-offset:4px}.hero{padding:35px 0 68px}.hero-grid{min-height:590px;display:grid;grid-template-columns:.93fr 1.07fr;overflow:hidden;border-radius:var(--radius);background:var(--paper)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(35px,6vw,90px)}.hero-copy p{max-width:390px;color:#63615c;font-size:1.05rem;margin:24px 0}.hero-copy small{display:block;color:#6d6b64;margin-top:15px}.hero-media{min-height:420px;background:var(--sage);position:relative}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-placeholder{height:100%;min-height:420px;padding:13%;background:radial-gradient(circle at 30% 22%,#f1c877 0 15%,transparent 15.2%),radial-gradient(circle at 65% 68%,#a5a4bc 0 19%,transparent 19.2%),var(--sage);display:flex;align-items:end;font-family:Georgia,serif;font-size:clamp(1.9rem,4vw,4rem);letter-spacing:-.05em}.trust{background:#fff;padding:26px 0}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;font-size:.9rem;font-weight:650}.trust-icon{display:block;color:var(--coral);font-size:1.3rem;margin-bottom:5px}.steps{background:#ece8df}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step{background:var(--paper);padding:30px;border-radius:var(--radius)}.step-number{font-family:Georgia,serif;color:var(--coral);font-size:2rem}.step h3{margin:25px 0 9px;font-size:1.15rem}.step p{margin:0;color:#696761}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-item{border-radius:16px;overflow:hidden;background:#ddd;aspect-ratio:1}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{height:100%;padding:15px;display:flex;align-items:end;background:linear-gradient(145deg,#f5b38f,#b6c4a5);font-family:Georgia,serif}.testimonials{background:var(--ink);color:#fff}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review{border:1px solid #575854;border-radius:var(--radius);padding:28px}.review p{font-family:Georgia,serif;font-size:1.35rem;line-height:1.25;margin:0 0 23px}.review span{font-size:.85rem;color:#c9c7c0}.product{padding:55px 0 100px}.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(35px,8vw,100px)}.product-image{background:var(--sage);border-radius:var(--radius);overflow:hidden;aspect-ratio:1}.product-image img{width:100%;height:100%;object-fit:cover}.product-info h1{font-family:Georgia,serif;font-size:clamp(2.5rem,4vw,4rem);line-height:.95;letter-spacing:-.05em;margin:0 0 15px}.price{font-size:1.15rem;font-weight:750;margin-bottom:20px}.product-info select,.product-info input[type=text],.product-info input[type=file]{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit}.field{margin:17px 0}.field label{display:block;font-size:.88rem;font-weight:700;margin:0 0 7px}.field small{display:block;margin-top:7px;color:#6d6b64}.product-info .button{width:100%;margin-top:10px}.site-footer{padding:55px 0;background:#f1ede5}.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:.9rem}.copyright{color:#76736d;font-size:.85rem;margin-top:28px}@media(max-width:749px){.site-header{position:static}.nav{display:none}.page-width{width:min(calc(100% - 28px),var(--page))}.hero{padding:15px 0 45px}.hero-grid,.product-grid{grid-template-columns:1fr}.hero-copy{padding:50px 28px}.hero-media{min-height:330px}.trust-grid,.step-grid,.review-grid{grid-template-columns:1fr}.trust-grid{gap:16px}.section{padding:64px 0}.gallery{grid-template-columns:repeat(2,1fr)}.footer-grid{flex-direction:column}}.cart-section{min-height:65vh}.cart-heading{text-align:center;margin-bottom:42px}.cart-heading .eyebrow{color:var(--coral)}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,370px);gap:48px;align-items:start}.cart-items{background:var(--paper);border-radius:var(--radius);padding:0 28px}.cart-item{display:grid;grid-template-columns:112px minmax(0,1fr) 92px;gap:20px;padding:28px 0;border-bottom:1px solid var(--line)}.cart-item__image{display:block;border-radius:12px;overflow:hidden;background:var(--sage);aspect-ratio:1}.cart-item__image img,.cart-item__image .placeholder-svg{width:100%;height:100%;object-fit:cover}.cart-item__title{font-family:Georgia,serif;font-weight:700;font-size:1.2rem;line-height:1.15}.cart-item__title:hover,.cart-item__remove:hover{text-decoration:underline;text-underline-offset:3px}.cart-item__variant,.cart-item__price{margin:7px 0 0;font-size:.9rem}.cart-item__variant,.cart-item__properties{color:#696761}.cart-item__price{font-weight:700}.cart-item__price s{font-weight:400;margin-right:5px;color:#777}.cart-item__properties{margin:9px 0 0;font-size:.82rem}.cart-item__properties div{display:flex;gap:5px}.cart-item__properties dt{font-weight:700}.cart-item__properties dd{margin:0}.cart-item__properties a{text-decoration:underline}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cart-item__quantity{width:68px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:center;font:inherit}.cart-item__remove{font-size:.82rem;color:#696761}.cart-update{margin:22px 0}.button--secondary{background:#ece8df;color:var(--ink)}.cart-summary{background:var(--paper);border-radius:var(--radius);padding:28px;position:sticky;top:100px}.cart-summary h2{font-family:Georgia,serif;font-size:1.55rem;margin:0 0 24px}.cart-summary__row{display:flex;justify-content:space-between;gap:15px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cart-summary__note{font-size:.84rem;color:#696761;margin:17px 0}.cart-summary label{display:block;font-size:.88rem;font-weight:700;margin:18px 0 7px}.cart-summary textarea{display:block;width:100%;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit;resize:vertical}.cart__checkout-button{width:100%;margin-top:20px}.additional-checkout-buttons{margin-top:12px}.additional-checkout-buttons [data-shopify-buttoncontainer]{justify-content:center}.cart-empty{max-width:560px;text-align:center;background:var(--paper);border-radius:var(--radius);padding:50px 30px;margin:auto}.cart-empty p{font-family:Georgia,serif;font-size:1.4rem;margin:0 0 24px}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:749px){.cart-layout{grid-template-columns:1fr;gap:24px}.cart-items{padding:0 18px}.cart-item{grid-template-columns:80px minmax(0,1fr);gap:15px}.cart-item__actions{grid-column:2;align-items:flex-start;flex-direction:row;justify-content:space-between}.cart-summary{position:static}.cart-heading{margin-bottom:28px}}:root{--font-poppins:"Poppins",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body,.heading-xl,.heading-lg,.brand,.hero-placeholder,.step-number,.gallery-placeholder,.review p,.product-info h1,.cart-item__title,.cart-summary h2,.cart-empty p,.product-card .price{font-family:var(--font-poppins)}.heading-xl,.heading-lg,.product-info h1{font-weight:700;letter-spacing:-.045em}.heading-font-yahei,.heading-font-sans,.heading-font-arial,.heading-font-serif,.eyebrow-font-yahei,.eyebrow-font-sans,.eyebrow-font-arial,.eyebrow-font-serif{font-family:var(--font-poppins)!important}.header-actions{display:flex;align-items:center;gap:16px}.header-cart-icon{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--ink);border-radius:50%;transition:background .2s,color .2s}.header-cart-icon:hover{background:var(--ink);color:#fff}.header-cart-icon svg{width:19px;height:19px}.header-cart-count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:50%;padding:0 4px;background:var(--coral);color:#fff;font-size:.65rem;font-weight:700}.dynamic-showcase{background:#ece8df}.dynamic-showcase__heading{margin-bottom:34px}.dynamic-showcase__heading .eyebrow,.dynamic-showcase__copy .eyebrow{color:var(--coral)}.dynamic-showcase__frame{position:relative}.dynamic-showcase__slides{position:relative;min-height:500px}.dynamic-showcase__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1.08fr .92fr;min-height:500px;background:var(--paper);border-radius:var(--radius);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease,visibility .45s}.dynamic-showcase__slide.is-active{position:relative;opacity:1;visibility:visible;transform:none}.dynamic-showcase__media{min-height:500px;background:var(--sage)}.dynamic-showcase__media img{width:100%;height:100%;object-fit:cover}.dynamic-showcase__placeholder{height:100%;display:grid;place-items:center;background:radial-gradient(circle at 32% 30%,#f4cd87 0 12%,transparent 12.3%),radial-gradient(circle at 70% 67%,#d68772 0 18%,transparent 18.3%),var(--sage);font-size:4rem;color:var(--paper)}.dynamic-showcase__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,6vw,78px)}.dynamic-showcase__copy--right{order:-1}.dynamic-showcase__copy h3{font-size:clamp(2.1rem,3.6vw,3.8rem);font-weight:700;letter-spacing:-.055em;line-height:.98;margin:0}.dynamic-showcase__copy>p:not(.eyebrow){color:#66635e;margin:21px 0 25px;max-width:390px}.dynamic-showcase__copy .button{align-self:flex-start}.dynamic-showcase__controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:20px}.showcase-control{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font:inherit;cursor:pointer}.showcase-control:hover{border-color:var(--ink);background:var(--paper)}.dynamic-showcase__dots{display:flex;gap:7px}.dynamic-showcase__dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#c4c0b7;cursor:pointer}.dynamic-showcase__dots button[aria-selected=true]{width:23px;border-radius:8px;background:var(--coral)}@media(max-width:749px){.header-actions{gap:0}.header-cart-icon{width:40px;height:40px}.dynamic-showcase__heading{margin-bottom:24px}.dynamic-showcase__slides{min-height:590px}.dynamic-showcase__slide{grid-template-columns:1fr;min-height:590px}.dynamic-showcase__media{min-height:270px}.dynamic-showcase__copy{padding:30px 25px}.dynamic-showcase__copy--right{order:initial}.dynamic-showcase__copy h3{font-size:2.35rem}.dynamic-showcase__controls{margin-top:15px}}.product-page{padding:32px 0 96px;background:linear-gradient(180deg,var(--cream) 0,#efebe2 100%)}.product-page .product-grid{align-items:center;gap:clamp(32px,7vw,94px)}.product-media{position:relative}.product-page .product-image{margin:0;box-shadow:0 18px 45px #322f281f;border-radius:calc(var(--radius) + 5px);background:#b7c8b8}.product-media__caption{position:absolute;bottom:18px;left:18px;right:18px;background:#fffdf9eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:11px 16px;text-align:center;font-size:.79rem;font-weight:750;letter-spacing:.03em}.product-media__caption span{color:var(--coral);margin-right:6px}.product-card{background:var(--paper);border-radius:var(--radius);padding:clamp(28px,4vw,48px);box-shadow:0 12px 35px #322f280f}.product-card .eyebrow{color:var(--coral);margin-bottom:11px}.product-card .custom-heading{margin:0 0 10px;color:#65625d}.product-card h1{font-size:clamp(2.7rem,4.5vw,4.55rem);margin-bottom:18px}.product-card .price{display:flex;align-items:baseline;gap:12px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-family:Georgia,serif;font-size:1.5rem}.product-card .price span{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.76rem;font-weight:600;color:#74716b}.product-description{color:#66635e;margin:20px 0 25px}.product-description p:last-child{margin-bottom:0}.product-form__intro{display:flex;gap:10px;align-items:center;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800;margin:28px 0 6px}.product-form__intro span{display:grid;place-items:center;width:24px;height:24px;background:var(--sage);border-radius:50%;letter-spacing:0}.product-card .field{margin:15px 0}.product-card .field label{font-size:.82rem;letter-spacing:.02em}.product-card select,.product-card input[type=text],.product-card input[type=file]{border-radius:9px;border-color:#d5d2ca;padding:14px;background:#fff}.product-card select:focus,.product-card input:focus{outline:2px solid var(--sage);outline-offset:2px}.product-card .field--upload{padding:15px;border:1px dashed #b4b2a9;border-radius:12px;background:#fbf9f4}.product-card .field--upload input[type=file]{border:0;padding:7px 0 0;background:transparent;font-size:.85rem}.product-card .field--upload small{font-size:.78rem}.product-card .button{margin-top:18px;padding:17px 23px}.product-card .button:disabled{cursor:not-allowed;opacity:.55}.product-reassurance{display:grid;grid-template-columns:1fr;gap:12px;border-top:1px solid var(--line);margin-top:27px;padding-top:22px}.product-reassurance div{display:grid;grid-template-columns:22px 1fr;column-gap:10px;align-items:center}.product-reassurance span{grid-row:span 2;color:var(--coral);font-size:1.05rem}.product-reassurance strong{font-size:.79rem}.product-reassurance small{color:#74716b;font-size:.73rem}@media(max-width:749px){.product-page{padding:16px 0 64px}.product-page .product-grid{gap:25px}.product-card{padding:28px 22px}.product-media__caption{left:12px;right:12px;bottom:12px;font-size:.72rem}.product-card .price{flex-wrap:wrap}.product-card h1{font-size:2.85rem}}.site-header--reference{padding:18px 0;background:#f5f7fb;border-bottom:1px solid #e6e4df}.header-reference__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px}.site-header--reference .brand{font-size:clamp(1.65rem,3vw,2.55rem);font-weight:800;letter-spacing:-.055em}.site-header--reference .brand img{width:auto;max-width:280px;max-height:60px;object-fit:contain}.header-reference__nav{display:flex;align-items:center;gap:46px;font-size:1.04rem;font-weight:600}.header-reference__nav a:first-child{color:var(--coral)}.header-reference__nav a:hover{text-decoration:underline;text-underline-offset:5px}.header-reference__icons{display:flex;justify-content:flex-end;gap:12px}.header-reference__icon{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1.5px solid var(--ink);border-radius:50%;transition:color .2s,background .2s}.header-reference__icon:hover{background:var(--ink);color:#fff}.header-reference__icon svg{width:21px;height:21px}.header-reference__cart span{position:absolute;right:-5px;top:-5px;display:grid;place-items:center;min-width:18px;height:18px;border-radius:50%;padding:0 3px;background:var(--ink);color:#fff;font-size:.64rem;font-weight:700}.site-footer--reference{padding:0;background:#e98b94;color:#1f2020}.footer-reference__main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:35px;padding:72px 0 58px}.footer-reference__columns{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:30px}.footer-reference__column h2{margin:0 0 19px;font-size:1.05rem;font-weight:800}.footer-reference__column a{display:block;margin:0 0 13px;font-size:.9rem}.footer-reference__column a:hover,.footer-reference__legal a:hover{text-decoration:underline;text-underline-offset:4px}.footer-reference__shop{align-self:start;display:inline-flex;align-items:center;gap:9px;background:#5138ef;color:#fff;padding:12px 20px;border-radius:999px;font-size:1rem;font-weight:700}.footer-reference__shop svg{width:22px;height:22px}.footer-reference__bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:58px}.footer-reference__payments{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.footer-payment-icon{width:48px;height:31px;border-radius:4px}.footer-reference__socials{display:flex;gap:12px}.footer-reference__socials a{display:grid;place-items:center;width:38px;height:38px;border:1.5px solid currentColor;border-radius:50%;font-size:1.25rem;font-weight:700;line-height:1}.footer-reference__socials a:hover{background:var(--ink);color:#e98b94}.footer-reference__legal{background:#f8ead0;padding:20px 0;color:var(--ink);font-size:.83rem}.footer-reference__legal .page-width{display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-reference__legal div div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:0}.footer-reference__legal div div a{padding:0 14px;border-right:1px solid currentColor}.footer-reference__legal div div a:last-child{padding-right:0;border-right:0}@media(max-width:749px){.header-reference__inner{grid-template-columns:1fr auto;gap:14px}.header-reference__nav{grid-column:1/-1;grid-row:2;justify-content:center;gap:28px;font-size:.92rem}.site-header--reference .brand img{max-width:190px}.header-reference__icons{gap:8px}.header-reference__icon{width:37px;height:37px}.footer-reference__main{grid-template-columns:1fr;padding:50px 0 32px}.footer-reference__columns{grid-template-columns:repeat(2,1fr);gap:30px 20px}.footer-reference__shop{justify-self:start}.footer-reference__bottom{align-items:flex-start;flex-direction:column;padding-bottom:38px;gap:25px}.footer-reference__legal .page-width{align-items:flex-start;flex-direction:column;gap:16px}.footer-reference__legal div div{justify-content:flex-start}.footer-reference__legal div div a{padding:0 10px}.footer-reference__legal div div a:first-child{padding-left:0}}.footer-reference__socials a{overflow:hidden}.footer-reference__socials a img{width:100%;height:100%;object-fit:contain;padding:7px}.footer-reference__social-placeholder{font-size:.8rem}
/*# sourceMappingURL=/cdn/shop/t/22/assets/base.css.map */
