:root{--terracotta: #D79A7E;--terracotta-light: #F0D5C8;--terracotta-pale: #FAF7F2;--terracotta-dark: #C0622F;--sage: #C8D5C1;--sage-light: #E8EFE5;--cream: #FAF7F2;--dark: #2A2118;--muted: #7A6E64;--border: #E8DDD5;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body, "DM Sans", sans-serif);background:var(--cream);color:var(--dark);font-size:16px;line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}h1,h2,h3,h4{font-family:var(--font-heading, "Playfair Display", serif);line-height:1.2}h1{font-size:clamp(32px,4.5vw,54px)}h2{font-size:clamp(26px,3vw,38px)}h3{font-size:clamp(18px,2vw,22px)}.section-label{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:2.5px;color:var(--terracotta);display:block;margin-bottom:12px}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--btn-bg, var(--terracotta));color:var(--btn-text, white);padding:16px 32px;border-radius:var(--btn-radius, 50px);font-size:16px;font-weight:500;font-family:var(--font-body);cursor:pointer;border:none;transition:background .2s,opacity .2s}.btn-primary:hover{background:var(--btn-hover, var(--terracotta-dark));color:var(--btn-text, white)}.btn-primary:after{content:"\2192"}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--btn-secondary-text, var(--terracotta));padding:14px 28px;border-radius:var(--btn-radius, 50px);font-size:15px;font-weight:500;font-family:var(--font-body);cursor:pointer;border:2px solid var(--btn-secondary-border, var(--terracotta));transition:all .2s}.btn-secondary:hover{background:var(--btn-bg, var(--terracotta));color:var(--btn-text, white)}.btn-outline-white{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.35);color:#fff;padding:14px 28px;border-radius:var(--btn-radius, 50px);font-size:15px;font-weight:500;font-family:var(--font-body);cursor:pointer;background:transparent;transition:background .2s}.btn-outline-white:hover{background:#ffffff1f}.site-header{background:#fff;border-bottom:1px solid var(--border);padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:68px;position:sticky;top:0;z-index:1000}.site-logo{font-family:Playfair Display,serif;font-size:24px;color:var(--terracotta);letter-spacing:-.5px}.site-logo img{height:44px;width:auto}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{font-size:14px;color:var(--muted);transition:color .2s;font-weight:400}.nav-links a:hover{color:var(--terracotta)}.nav-cta{background:var(--terracotta);color:#fff!important;padding:10px 22px;border-radius:50px;font-size:14px;font-weight:500;transition:opacity .2s}.nav-cta:hover{opacity:.88;color:#fff}.nav-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.nav-burger span{width:24px;height:2px;background:var(--dark);border-radius:2px;display:block;transition:all .3s}.mobile-nav{display:none;background:#fff;border-top:1px solid var(--border);padding:20px 5%;flex-direction:column;gap:16px}.mobile-nav a{font-size:16px;color:var(--dark);padding:8px 0;border-bottom:1px solid var(--border)}.mobile-nav.open{display:flex}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:88vh;overflow:hidden}.hero-text{padding:80px 5% 80px 8%;display:flex;flex-direction:column;justify-content:center;gap:26px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--terracotta-light);color:var(--terracotta);font-size:13px;font-weight:500;padding:7px 16px;border-radius:50px;width:fit-content}.hero-badge:before{content:"";width:7px;height:7px;background:var(--terracotta);border-radius:50%;flex-shrink:0}.hero-text h1 em{color:var(--terracotta);font-style:normal}.hero-sub{font-size:17px;color:var(--muted);line-height:1.75;max-width:460px}.hero-proof{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:7px;margin-top:-10px}.hero-proof:before{content:"\2713";color:var(--sage);font-weight:700;font-size:14px}.hero-image{overflow:hidden;background:var(--terracotta-light)}.hero-image img{width:100%;height:100%;object-fit:cover}.reassurance{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:24px 8%}.reassurance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.reassurance-item{display:flex;align-items:center;gap:12px;padding:8px 12px}.r-icon{width:38px;height:38px;background:var(--terracotta-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.reassurance-item span{font-size:13px;font-weight:500;color:var(--dark);line-height:1.35}.problem-section{padding:90px 8%;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.problem-image{border-radius:20px;overflow:hidden;aspect-ratio:4/3;background:var(--sage-light)}.problem-image img{width:100%;height:100%;object-fit:cover}.problem-text{display:flex;flex-direction:column;gap:20px}.problem-text p{font-size:16px;color:var(--muted);line-height:1.8}.check-list{display:flex;flex-direction:column;gap:10px;margin-top:6px}.check-item{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--dark)}.check-item:before{content:"\2713";color:var(--sage);font-weight:700;flex-shrink:0;margin-top:1px}.preview-section{background:var(--terracotta-pale);padding:90px 8%;text-align:center}.preview-section h2{margin-bottom:12px}.preview-subtitle{color:var(--muted);font-size:17px;margin-bottom:52px;max-width:520px;margin-left:auto;margin-right:auto}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:860px;margin:0 auto 40px}.preview-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--border)}.preview-card-img{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;background:var(--terracotta-light)}.preview-card-img img{width:100%;height:100%;object-fit:cover}.pdf-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--terracotta);background:#fff;padding:4px 10px;border-radius:20px}.preview-card-footer{padding:14px 16px;text-align:left}.preview-card-footer strong{font-size:14px;font-weight:500;display:block;margin-bottom:3px;color:var(--dark)}.preview-card-footer span{font-size:12px;color:var(--muted)}.reviews-section{padding:90px 8%}.section-header{text-align:center;margin-bottom:52px}.section-header h2{margin-bottom:10px}.section-header p{color:var(--muted);font-size:16px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px;display:flex;flex-direction:column;gap:14px}.stars{color:#f5a623;font-size:16px;letter-spacing:3px}.review-text{font-size:14px;color:var(--dark);line-height:1.75;font-style:italic;flex:1}.review-text:before{content:"\201c"}.review-text:after{content:"\201d"}.reviewer{display:flex;align-items:center;gap:12px}.reviewer-avatar{width:38px;height:38px;background:var(--terracotta-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--terracotta);flex-shrink:0;text-transform:uppercase}.reviewer-info strong{font-size:13px;font-weight:500;display:block}.reviewer-info span{font-size:12px;color:var(--muted)}.offers-section{background:var(--dark);padding:90px 8%}.offers-section .section-header h2{color:#fff}.offers-section .section-header p{color:#a89c90}.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1100px;margin:0 auto}@media(max-width:900px){.offers-grid{grid-template-columns:1fr!important;max-width:500px!important}}.offer-card{background:#ffffff12;border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:34px;display:flex;flex-direction:column;gap:16px;position:relative}.offer-card.featured{background:#fff;border-color:#fff}.offer-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--terracotta);color:#fff;font-size:11px;font-weight:700;padding:5px 16px;border-radius:50px;white-space:nowrap;letter-spacing:.5px;text-transform:uppercase}.offer-type{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:#a89c90}.offer-card.featured .offer-type{color:var(--muted)}.offer-price{font-family:Playfair Display,serif;font-size:44px;color:#fff;line-height:1}.offer-card.featured .offer-price{color:var(--dark)}.offer-price span{font-size:16px;font-family:DM Sans,sans-serif;font-weight:400;color:#a89c90}.offer-card.featured .offer-price span{color:var(--muted)}.offer-desc{font-size:14px;color:#a89c90;line-height:1.65}.offer-card.featured .offer-desc{color:var(--muted)}.offer-features{display:flex;flex-direction:column;gap:9px;flex:1}.offer-feature{display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffffbf}.offer-card.featured .offer-feature{color:var(--dark)}.offer-feature:before{content:"";width:18px;height:18px;background:var(--sage);border-radius:50%;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px}.btn-offer{padding:14px 24px;border-radius:var(--btn-radius, 50px);font-size:15px;font-weight:500;font-family:var(--font-body);text-align:center;cursor:pointer;transition:all .2s;margin-top:8px;display:block}.btn-offer-outline{border:1px solid rgba(255,255,255,.3);color:#fff;background:transparent}.btn-offer-outline:hover{background:#ffffff1a;color:#fff}.btn-offer-solid{background:var(--btn-bg, var(--terracotta));color:var(--btn-text, white);border:none}.btn-offer-solid:hover{background:var(--btn-hover, var(--terracotta-dark));color:var(--btn-text, white)}.email-section{background:var(--terracotta-light);padding:72px 8%;text-align:center}.email-section h2{margin-bottom:12px}.email-section p{color:var(--muted);font-size:16px;margin-bottom:30px;max-width:480px;margin-left:auto;margin-right:auto}.email-form{display:flex;gap:10px;max-width:460px;margin:0 auto}.email-form input{flex:1;padding:14px 20px;border:1px solid var(--border);border-radius:50px;font-size:14px;font-family:DM Sans,sans-serif;background:#fff;color:var(--dark);outline:none;transition:border-color .2s}.email-form input:focus{border-color:var(--terracotta)}.email-form input::placeholder{color:#b0a89e}.email-form button{background:var(--terracotta);color:#fff;padding:14px 22px;border:none;border-radius:50px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;font-family:DM Sans,sans-serif;transition:opacity .2s}.email-form button:hover{opacity:.88}.site-footer{background:var(--dark);padding:48px 8%}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:28px}.footer-brand .footer-logo{font-family:Playfair Display,serif;font-size:22px;color:#fff;margin-bottom:12px;display:block}.footer-brand p{font-size:14px;color:#a89c90;line-height:1.7;max-width:280px}.footer-col h4{font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:#fff;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}.footer-col a{font-size:14px;color:#a89c90;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#6b6058}.footer-social{display:flex;gap:14px}.footer-social a{color:#a89c90;font-size:13px;transition:color .2s}.footer-social a:hover{color:#fff}.product-page{padding:60px 8%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-images{display:flex;flex-direction:column;gap:12px}.product-main-img{border-radius:16px;overflow:hidden;aspect-ratio:1;background:var(--terracotta-light)}.product-main-img img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:22px}.product-info h1{font-size:clamp(24px,2.5vw,34px)}.product-price{font-size:28px;font-family:Playfair Display,serif;color:var(--terracotta)}.product-desc{font-size:15px;color:var(--muted);line-height:1.8}.variant-label{font-size:14px;font-weight:500;margin-bottom:8px;display:block}.variant-select{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:10px;font-size:15px;font-family:DM Sans,sans-serif;background:#fff;color:var(--dark);cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5' stroke='%237A6E64' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px}.product-includes{display:flex;flex-direction:column;gap:10px;padding:18px;background:var(--terracotta-pale);border-radius:12px}.product-includes h4{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;margin-bottom:4px}.include-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--dark)}.include-item:before{content:"";width:6px;height:6px;background:var(--terracotta);border-radius:50%;flex-shrink:0}.delivery-badge{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--sage);font-weight:500;background:var(--sage-light);padding:8px 14px;border-radius:8px;width:fit-content}.delivery-badge:before{content:"\26a1";font-size:14px}.collection-header{background:var(--terracotta-pale);padding:60px 8%;text-align:center}.collection-header h1{margin-bottom:10px}.collection-header p{color:var(--muted);font-size:16px;max-width:500px;margin:0 auto}.collection-grid{padding:52px 8%;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;justify-items:center}.collection-grid:has(.product-card:only-child){grid-template-columns:minmax(0,360px);justify-content:center}.collection-grid:has(.product-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,360px));justify-content:center}.product-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:transform .2s}.product-card:hover{transform:translateY(-4px)}.product-card-img{aspect-ratio:1;background:var(--terracotta-light);overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-body{padding:18px}.product-card-body h3{font-size:16px;margin-bottom:6px;color:var(--dark)}.product-card-body p{font-size:13px;color:var(--muted);margin-bottom:12px}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.product-card-price{font-size:18px;font-family:Playfair Display,serif;color:var(--terracotta)}.product-card-btn{background:var(--terracotta);color:#fff;padding:8px 18px;border-radius:50px;font-size:13px;font-weight:500;transition:opacity .2s}.product-card-btn:hover{opacity:.88;color:#fff}.page-content{max-width:780px;margin:0 auto;padding:60px 5%}.page-content h1{margin-bottom:30px}.page-content h2{margin:32px 0 14px;font-size:22px}.page-content p{color:var(--muted);line-height:1.8;margin-bottom:16px}.page-content ul{padding-left:20px;color:var(--muted);line-height:1.8;margin-bottom:16px}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-text{padding:52px 5%}.hero-image{height:320px}.problem-section{grid-template-columns:1fr;gap:36px}.reassurance-grid,.preview-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.offers-grid{grid-template-columns:1fr;max-width:420px}.footer-top{grid-template-columns:1fr;gap:28px}.product-page{grid-template-columns:1fr}.nav-links,.nav-cta{display:none}.nav-burger{display:flex}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}@media(max-width:600px){.reassurance-grid{grid-template-columns:1fr}.preview-grid{grid-template-columns:1fr;max-width:320px}.email-form{flex-direction:column}.email-form button{border-radius:50px}}.search-input:focus{border-color:var(--terracotta)!important}.page-hero{background:var(--terracotta-pale);padding:60px 8%;text-align:center}.page-hero h1{margin-bottom:12px}.page-hero p{color:var(--muted);font-size:16px;max-width:500px;margin:0 auto}@media(max-width:768px){.about-hero,.contact-grid{grid-template-columns:1fr!important}.values-grid{grid-template-columns:repeat(2,1fr)!important}}.article-content h2{font-size:24px;margin:36px 0 14px}.article-content h3{font-size:20px;margin:28px 0 10px}.article-content p{margin-bottom:18px;color:var(--muted)}.article-content ul,.article-content ol{padding-left:24px;margin-bottom:18px;color:var(--muted);line-height:1.8}.article-content img{border-radius:12px;margin:24px 0;max-width:100%}.article-content blockquote{border-left:4px solid var(--terracotta);padding-left:20px;margin:24px 0;font-style:italic;color:var(--muted)}.article-content a{color:var(--terracotta)}.cart-item{display:flex;align-items:center;gap:16px;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item-img{width:80px;height:80px;object-fit:cover;border-radius:10px;flex-shrink:0}.cart-total{font-size:20px;font-family:var(--font-heading);color:var(--terracotta)}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.product-thumb{border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.product-thumb:hover{border-color:var(--terracotta)}.product-thumb img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product-badge{display:inline-flex;align-items:center;gap:6px;background:var(--sage-light);color:#27500a;font-size:12px;font-weight:500;padding:5px 12px;border-radius:50px}.announcement-bar{transition:all .3s}input:focus,select:focus,textarea:focus{border-color:var(--terracotta)!important;box-shadow:0 0 0 3px #c0622f1a!important}.site-header{transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 2px 20px #0000000f}.btn-loading{opacity:.7;pointer-events:none}@media(max-width:768px){.steps-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:480px){.steps-grid{grid-template-columns:1fr!important}}@media(max-width:600px){.gallery-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.footer-top{grid-template-columns:1fr!important}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}@media print{.site-header,.site-footer,.btn-primary,.btn-secondary{display:none!important}}:focus-visible{outline:3px solid var(--terracotta);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.hero-text,.problem-section,.preview-section,.reviews-section,.offers-section,.email-section,.site-footer,.collection-grid,.collection-header,.product-page,.page-content,.page-hero{padding-left:5%;padding-right:5%}.hero-text{padding-top:40px;padding-bottom:36px}.hero-image{height:240px}h1{font-size:clamp(26px,8vw,36px)}h2{font-size:clamp(22px,7vw,30px)}.hero-text .btn-primary,.hero-text .btn-secondary{width:100%;justify-content:center}.preview-grid{grid-template-columns:1fr;max-width:100%}.offers-grid{max-width:100%}.email-form{flex-direction:column;max-width:100%}.email-form input,.email-form button{width:100%}.reassurance-item span{font-size:12px}.footer-bottom{text-align:center;flex-direction:column;gap:10px}.product-thumbnails{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.offers-grid{max-width:100%!important;grid-template-columns:1fr!important}.offer-card{padding:24px 20px}.offers-section{padding:60px 4%!important}}html,body{overflow-x:hidden;max-width:100vw}*{min-width:0}@media(max-width:768px){.reviews-grid{grid-template-columns:1fr!important}.offers-grid{grid-template-columns:1fr!important;max-width:100%!important}.reviews-section,.offers-section{padding-left:5%!important;padding-right:5%!important}}@media(max-width:768px){[class*=grid],[class*=Grid],[class*=offers],[class*=cards],[class*=plans]{grid-template-columns:1fr!important;max-width:100%!important}}.offers-liquid-grid{display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.offers-liquid-grid{grid-template-columns:1fr!important;max-width:100%!important}}.reviews-liquid-grid{display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.reviews-liquid-grid{grid-template-columns:1fr!important;max-width:100%!important}}.contact-name-grid{display:grid;grid-template-columns:1fr 1fr}@media(max-width:768px){.contact-name-grid{grid-template-columns:1fr!important}}.mobile-nav{position:relative;z-index:999;width:100%}.mobile-nav a:last-child{border-bottom:none}.about-hero-grid{display:grid;grid-template-columns:1fr 1fr}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.about-hero-grid{grid-template-columns:1fr!important}.about-values-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:480px){.about-values-grid{grid-template-columns:1fr!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/theme.css.map */
