.camarlo-editable{--ce-bg: #fff;--ce-surface: #fff;--ce-soft: #f3f1eb;--ce-dark: #173d3b;--ce-text: #173d3b;--ce-muted: #61716c;--ce-accent: #e65125;--ce-border: #d8d6cf;position:relative;overflow:hidden;background:var(--ce-bg);color:var(--ce-text);font-family:Instrument Sans,sans-serif;font-size:16px;line-height:1.55}.camarlo-editable,.camarlo-editable *,.camarlo-editable *:before,.camarlo-editable *:after{box-sizing:border-box}.camarlo-editable img,.camarlo-editable video,.camarlo-editable svg{display:block;max-width:100%}.camarlo-editable h1,.camarlo-editable h2,.camarlo-editable h3,.camarlo-editable p,.camarlo-editable a,.camarlo-editable span,.camarlo-editable summary{font-family:inherit}.camarlo-editable h1,.camarlo-editable h2,.camarlo-editable h3{margin:0;color:var(--ce-text);font-family:Epilogue,Instrument Sans,sans-serif}.camarlo-editable h1{max-width:650px;font-size:clamp(46px,5.6vw,72px);font-weight:800;letter-spacing:-.048em;line-height:1.04}.camarlo-editable h2{font-size:clamp(32px,4vw,52px);font-weight:800;letter-spacing:-.04em;line-height:1.08}.camarlo-editable h3{font-size:20px;font-weight:700;letter-spacing:-.025em;line-height:1.25}.camarlo-editable__shell{width:min(1180px,calc(100% - 40px));margin-right:auto;margin-left:auto}.camarlo-editable__eyebrow{margin:0 0 12px;color:var(--ce-accent);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.camarlo-editable__body{max-width:610px;margin-top:18px;color:var(--ce-muted)}.camarlo-editable__body p,.camarlo-editable__faq-answer p{margin:0}.camarlo-editable__actions{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-top:28px}.camarlo-editable__button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;border:1px solid var(--ce-accent);border-radius:5px;padding:14px 22px;background:var(--ce-accent);color:#fff;font-size:14px;font-weight:700;line-height:1.2;text-decoration:none;transition:filter .18s ease,transform .18s ease}.camarlo-editable__button:hover,.camarlo-editable__button:focus-visible{filter:brightness(.92);transform:translateY(-1px)}.camarlo-editable__button--dark{border-color:var(--ce-dark);background:var(--ce-dark)}.camarlo-editable__link{display:inline-flex;gap:8px;align-items:center;color:var(--ce-text);font-size:14px;font-weight:600;text-decoration:none}.camarlo-editable__link:hover,.camarlo-editable__link:focus-visible{color:var(--ce-accent)}.camarlo-editable__media{position:relative;overflow:hidden;background:var(--ce-soft)}.camarlo-editable__media img,.camarlo-editable__media video{width:100%;height:100%;object-fit:cover;object-position:var(--ce-media-position, center)}.camarlo-editable__placeholder{width:100%;height:100%}.camarlo-editable__hero{display:grid;min-height:610px;grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);gap:clamp(40px,6vw,88px);align-items:center;padding-top:56px;padding-bottom:56px}.camarlo-editable__hero-media{border-radius:18px;aspect-ratio:1 / .92}.camarlo-editable__badge{position:absolute;top:18px;left:18px;z-index:2;border-radius:999px;padding:8px 13px;background:#ffffffeb;color:var(--ce-text);font-size:11px;font-weight:700}.camarlo-editable__assurance-wrap{border-top:1px solid var(--ce-border);border-bottom:1px solid var(--ce-border);background:var(--ce-surface)}.camarlo-editable__assurance-layout{display:grid}.camarlo-editable__assurance-layout.has-media{grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr)}.camarlo-editable__assurance-media{min-height:180px}.camarlo-editable__assurance{display:grid;grid-template-columns:repeat(var(--ce-columns, 3),minmax(0,1fr))}.camarlo-editable__assurance-item{display:flex;min-height:116px;gap:16px;align-items:center;padding:24px 34px}.camarlo-editable__assurance-item+.camarlo-editable__assurance-item{border-left:1px solid var(--ce-border)}.camarlo-editable__assurance-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:50%;background:var(--ce-soft);font-size:17px;font-weight:700}.camarlo-editable__assurance-item strong{display:block;font-size:14px}.camarlo-editable__assurance-item p{margin:4px 0 0;color:var(--ce-muted);font-size:13px}.camarlo-editable__intro{display:grid;justify-items:center;padding-top:100px;padding-bottom:82px;text-align:center}.camarlo-editable__intro h2{max-width:820px}.camarlo-editable__intro .camarlo-editable__body{max-width:690px}.camarlo-editable__intro-media{width:min(900px,100%);margin-top:38px;border-radius:18px;aspect-ratio:16 / 8}.camarlo-editable__products{padding-top:30px;padding-bottom:110px}.camarlo-editable__section-head{display:flex;gap:30px;align-items:end;justify-content:space-between;margin-bottom:30px}.camarlo-editable__products-banner{margin-bottom:28px;border-radius:18px;aspect-ratio:16 / 6}.camarlo-editable__product-grid{display:grid;grid-template-columns:repeat(var(--ce-product-columns, 2),minmax(0,1fr));gap:22px}.camarlo-editable__product-card{overflow:hidden;border:1px solid var(--ce-border);border-radius:16px;background:var(--ce-surface)}.camarlo-editable__product-media{display:block;overflow:hidden;background:var(--ce-soft);aspect-ratio:1.12 / 1}.camarlo-editable__product-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.camarlo-editable__product-card:hover .camarlo-editable__product-media img{transform:scale(1.025)}.camarlo-editable__product-copy{display:flex;gap:20px;align-items:center;justify-content:space-between;padding:22px}.camarlo-editable__product-copy h3 a{color:inherit;text-decoration:none}.camarlo-editable__product-copy p{margin:7px 0 0;color:var(--ce-muted);font-size:14px;font-weight:600}.camarlo-editable__round-link{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:50%;background:var(--ce-dark);color:#fff;text-decoration:none}.camarlo-editable--story{padding-top:var(--ce-pad-top, 14px);padding-bottom:var(--ce-pad-bottom, 14px)}.camarlo-editable__story{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);overflow:hidden;border-radius:18px;background:var(--ce-soft)}.camarlo-editable__story.is-media-right .camarlo-editable__story-copy{order:1}.camarlo-editable__story.is-media-right .camarlo-editable__story-media{order:2}.camarlo-editable__story-media{min-height:540px}.camarlo-editable__story-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(40px,6vw,76px)}.camarlo-editable__story-copy h2{font-size:clamp(32px,3.6vw,48px)}.camarlo-editable__story-copy .camarlo-editable__button{margin-top:28px}.camarlo-editable--statement{margin-top:var(--ce-margin-top, 96px);background:var(--ce-dark);color:#fff}.camarlo-editable__statement-media{position:absolute;top:0;right:0;bottom:0;left:0}.camarlo-editable__statement-media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(15,38,36,var(--ce-overlay, .74));content:""}.camarlo-editable__statement-inner{position:relative;z-index:2;display:grid;min-height:430px;place-content:center;justify-items:center;padding-top:72px;padding-bottom:72px;text-align:center}.camarlo-editable--statement h2{max-width:900px;color:#fff}.camarlo-editable--statement .camarlo-editable__body{max-width:680px;color:#ffffffc2}.camarlo-editable__faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,100px);padding-top:110px;padding-bottom:110px}.camarlo-editable__faq-heading{align-self:start;position:sticky;top:24px}.camarlo-editable__faq-media{margin-top:30px;border-radius:16px;aspect-ratio:4 / 3}.camarlo-editable__faq-list{border-top:1px solid var(--ce-border)}.camarlo-editable__faq-item{border-bottom:1px solid var(--ce-border)}.camarlo-editable__faq-item summary{display:flex;min-height:76px;cursor:pointer;gap:20px;align-items:center;justify-content:space-between;color:var(--ce-text);font-size:16px;font-weight:700;list-style:none}.camarlo-editable__faq-item summary::-webkit-details-marker{display:none}.camarlo-editable__faq-item summary span{font-size:24px;font-weight:400;transition:transform .2s ease}.camarlo-editable__faq-item[open] summary span{transform:rotate(45deg)}.camarlo-editable__faq-answer{padding:0 40px 24px 0;color:var(--ce-muted);font-size:15px}.camarlo-editable--cta{padding-bottom:90px}.camarlo-editable__cta{position:relative;display:grid;min-height:390px;place-content:center;justify-items:center;overflow:hidden;border-radius:18px;padding:60px 24px;background:var(--ce-soft);text-align:center}.camarlo-editable__cta-media{position:absolute;top:0;right:0;bottom:0;left:0}.camarlo-editable__cta-media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(243,241,235,var(--ce-overlay, .72));content:""}.camarlo-editable__cta-content{position:relative;z-index:2;display:grid;justify-items:center}.camarlo-editable__cta h2{max-width:780px}.camarlo-editable__cta .camarlo-editable__button{margin-top:28px}html:has(.camarlo-editable),html:has(.camarlo-editable) body{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}body:has(.camarlo-editable) .page-wrapper{height:auto!important;min-height:100dvh;overflow:visible!important}body:has(.camarlo-editable) #header-group,body:has(.camarlo-editable) .page-wrapper>footer{display:none!important}@media(max-width:989px){.camarlo-editable__hero,.camarlo-editable__story,.camarlo-editable__faq,.camarlo-editable__assurance-layout.has-media{grid-template-columns:1fr}.camarlo-editable__hero{min-height:0;gap:34px;padding-top:38px;padding-bottom:46px}.camarlo-editable__story.is-media-right .camarlo-editable__story-copy{order:2}.camarlo-editable__story.is-media-right .camarlo-editable__story-media{order:1}.camarlo-editable__faq-heading{position:static}}@media(max-width:749px){.camarlo-editable__shell{width:min(100% - 24px,1180px)}.camarlo-editable h1{font-size:clamp(40px,12vw,58px)}.camarlo-editable__assurance{grid-template-columns:1fr}.camarlo-editable__assurance-item{min-height:90px;padding:20px 12px}.camarlo-editable__assurance-item+.camarlo-editable__assurance-item{border-top:1px solid var(--ce-border);border-left:0}.camarlo-editable__intro{padding-top:74px;padding-bottom:58px}.camarlo-editable__products{padding-bottom:76px}.camarlo-editable__section-head{align-items:flex-start}.camarlo-editable__section-head>.camarlo-editable__link{display:none}.camarlo-editable__product-grid{grid-template-columns:1fr}.camarlo-editable__story-media{min-height:360px}.camarlo-editable__story-copy{padding:40px 24px 46px}.camarlo-editable--statement{margin-top:76px}.camarlo-editable__statement-inner{min-height:360px}.camarlo-editable__faq{gap:38px;padding-top:76px;padding-bottom:76px}.camarlo-editable--cta{padding-bottom:60px}.camarlo-editable__cta{min-height:340px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/camarlo-home-editable.css.map */
