:root{--tp-green:#1F4D3A;--tp-green-dark:#163829;--tp-green-soft:#E6EFE9;--tp-cta:#E07A3F;--tp-cta-dark:#C9662E;--tp-sand:#F4EBDD;--tp-cream:#FBF7F0;--tp-ink:#1D2B25;--tp-muted:#5E6B66;--tp-line:#E3DED4;--tp-yellow:#FFF1BF;--tp-red:#D64545;--tp-star:#F5B301;--tp-radius:16px;--tp-shadow:0 8px 30px rgba(31,77,58,.08);--tp-max:1140px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body.tp-body{margin:0;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--tp-ink);background:var(--tp-cream);line-height:1.55;font-size:16px}img{max-width:100%;display:block;height:auto}a{color:inherit}button{font-family:inherit}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.15;font-weight:800;color:var(--tp-green);letter-spacing:-.01em}h1{font-size:clamp(28px,4vw,42px)}h2{font-size:clamp(26px,3.4vw,38px)}h3{font-size:clamp(19px,2.2vw,24px)}p{margin:0 0 1em}.tp-skip{position:absolute;left:-999px;top:0}.tp-skip:focus{left:8px;top:8px;background:#fff;padding:8px;z-index:99}.tp-wrap{max-width:var(--tp-max);margin:0 auto;padding:0 20px}.tp-wrap--narrow{max-width:860px}.tp-section{padding:56px 0}@media(min-width:900px){.tp-section{padding:80px 0}}.tp-center{text-align:center}.tp-eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--tp-cta);margin-bottom:12px}.tp-eyebrow--pill{background:var(--tp-yellow);color:var(--tp-green);padding:6px 14px;border-radius:999px;letter-spacing:.08em}.tp-lead{font-size:18px;color:var(--tp-muted)}.tp-accent{color:var(--tp-cta)}.tp-u{text-decoration:underline;text-decoration-color:var(--tp-cta);text-decoration-thickness:3px;text-underline-offset:4px}.tp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--tp-cta);color:#fff;font-weight:800;font-size:17px;border:0;border-radius:12px;padding:16px 28px;text-decoration:none;cursor:pointer;box-shadow:0 6px 0 var(--tp-cta-dark);transition:transform .08s,box-shadow .08s;width:100%;max-width:520px;text-align:center}.tp-btn:hover{transform:translateY(2px);box-shadow:0 4px 0 var(--tp-cta-dark)}.tp-btn:active{transform:translateY(6px);box-shadow:none}.tp-btn--green{background:var(--tp-green);box-shadow:0 6px 0 var(--tp-green-dark)}.tp-btn--green:hover{box-shadow:0 4px 0 var(--tp-green-dark)}.tp-btn--auto{width:auto}.tp-btn__sub{display:block;font-size:12px;font-weight:600;opacity:.9}.tp-stars{color:var(--tp-star);letter-spacing:2px;font-size:15px}.tp-check{list-style:none;padding:0;margin:0 0 20px}.tp-check li{position:relative;padding-left:32px;margin:0 0 10px;font-weight:600}.tp-check li:before{content:"";position:absolute;left:0;top:2px;width:22px;height:22px;border-radius:50%;background:var(--tp-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center/13px no-repeat}.tp-check--orange li:before{background-color:var(--tp-cta)}.tp-card{background:#fff;border-radius:var(--tp-radius);box-shadow:var(--tp-shadow);border:1px solid var(--tp-line)}.tp-img{border-radius:var(--tp-radius);overflow:hidden}.tp-img img{width:100%;aspect-ratio:1;object-fit:cover}.tp-img--wide img{aspect-ratio:4/3}.tp-img--auto img{aspect-ratio:auto}.tp-announce{background:var(--tp-green);color:#fff;text-align:center;font-weight:700;font-size:14px;padding:9px 12px}.tp-announce b{color:#ffd27a}.tp-header{background:#fff;border-bottom:1px solid var(--tp-line)}.tp-header__in{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:16px}.tp-header__logo img{height:38px;width:auto}.tp-header__nav{display:flex;gap:18px;font-weight:700;font-size:14px}.tp-header__nav a{text-decoration:none;color:var(--tp-green)}.tp-header__cta{background:var(--tp-cta);color:#fff!important;padding:9px 14px;border-radius:999px}@media(max-width:640px){.tp-header__nav a:not(.tp-header__cta){display:none}.tp-header__logo img{height:32px}}.tp-buy{padding:28px 0 56px}.tp-buy__grid{display:grid;gap:28px}@media(min-width:900px){.tp-buy__grid{grid-template-columns:1.05fr 1fr;gap:48px;align-items:start}.tp-buy__media{position:sticky;top:16px}}.tp-gallery__main{border-radius:var(--tp-radius);overflow:hidden;background:#fff;border:1px solid var(--tp-line);position:relative}.tp-gallery__main img{width:100%;aspect-ratio:1;object-fit:cover}.tp-gallery__badge{position:absolute;top:14px;left:14px;background:var(--tp-cta);color:#fff;font-weight:800;font-size:12px;padding:6px 10px;border-radius:999px;letter-spacing:.04em}.tp-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffeb;border:0;cursor:pointer;font-size:20px;color:var(--tp-green);display:grid;place-items:center;box-shadow:0 2px 10px #0000001f}.tp-gallery__nav--prev{left:10px}.tp-gallery__nav--next{right:10px}.tp-gallery__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}.tp-gallery__thumbs button{padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer}.tp-gallery__thumbs button.is-active{border-color:var(--tp-green)}.tp-gallery__thumbs img{aspect-ratio:1;object-fit:cover}.tp-usp-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.tp-usp{background:#fff;border:1px solid var(--tp-line);border-radius:12px;padding:12px;text-align:center}.tp-usp b{display:block;color:var(--tp-green);font-size:14px}.tp-usp span{font-size:12px;color:var(--tp-muted)}.tp-usp__icon{width:34px;height:34px;margin:0 auto 6px;color:var(--tp-cta)}.tp-usp__icon svg{width:34px;height:34px}.tp-buy__rating{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--tp-muted);margin-bottom:10px}.tp-buy h1{margin-bottom:6px}.tp-buy__sub{font-size:22px;font-weight:800;color:var(--tp-cta);margin:0 0 14px}.tp-buy__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:6px 0 14px}.tp-buy__price .now{font-size:30px;font-weight:900;color:var(--tp-green)}.tp-buy__price .was{font-size:18px;color:var(--tp-muted);text-decoration:line-through}.tp-buy__price .save{background:var(--tp-red);color:#fff;font-weight:800;font-size:13px;padding:4px 10px;border-radius:999px}.tp-label{font-weight:800;color:var(--tp-green);font-size:15px;margin:18px 0 8px;display:flex;justify-content:space-between;align-items:center}.tp-label small{font-weight:600;color:var(--tp-muted);font-size:13px;text-decoration:underline;cursor:pointer}.tp-opts{display:flex;gap:8px;flex-wrap:wrap}.tp-opt{border:2px solid var(--tp-line);background:#fff;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer;font-size:14px;color:var(--tp-ink);display:flex;align-items:center;gap:8px}.tp-opt small{display:block;font-weight:600;color:var(--tp-muted);font-size:12px}.tp-opt.is-active{border-color:var(--tp-green);background:var(--tp-green-soft)}.tp-swatch{width:18px;height:18px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:inline-block}.tp-bundles{display:grid;gap:10px}.tp-bundle{position:relative;display:grid;grid-template-columns:auto 72px 1fr auto;align-items:center;gap:12px;border:2px solid var(--tp-line);border-radius:14px;padding:12px 14px;background:#fff;cursor:pointer;text-align:left}.tp-bundle.is-active{border-color:var(--tp-green);background:var(--tp-green-soft);box-shadow:0 0 0 3px #1f4d3a1f}.tp-bundle__radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--tp-line);display:grid;place-items:center}.tp-bundle.is-active .tp-bundle__radio{border-color:var(--tp-green)}.tp-bundle.is-active .tp-bundle__radio:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--tp-green)}.tp-bundle__img{width:72px;height:72px;object-fit:contain}.tp-bundle__title{font-weight:800;color:var(--tp-green);font-size:15px}.tp-bundle__meta{font-size:13px;color:var(--tp-muted)}.tp-bundle__gift{font-size:12px;color:var(--tp-cta);font-weight:800}.tp-bundle__price{text-align:right}.tp-bundle__price b{display:block;font-size:18px;color:var(--tp-green)}.tp-bundle__price s{font-size:13px;color:var(--tp-muted)}.tp-bundle__save{display:inline-block;background:var(--tp-red);color:#fff;font-size:11px;font-weight:800;padding:2px 8px;border-radius:999px;margin-top:4px}.tp-bundle__flag{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--tp-cta);color:#fff;font-size:11px;font-weight:800;padding:3px 10px;border-radius:999px;white-space:nowrap}.tp-bundle__stock{position:absolute;top:-11px;right:12px;background:var(--tp-yellow);color:var(--tp-green);font-size:11px;font-weight:800;padding:3px 10px;border-radius:999px}@media(max-width:480px){.tp-bundle{grid-template-columns:auto 56px 1fr auto;gap:8px;padding:12px 10px}.tp-bundle__img{width:56px;height:56px}.tp-bundle__price b{font-size:16px}}.tp-gifts{margin-top:18px;background:#fff;border:1px dashed var(--tp-cta);border-radius:14px;padding:14px}.tp-gifts__title{font-size:12px;font-weight:800;color:var(--tp-cta);letter-spacing:.1em;text-transform:uppercase;text-align:center;margin-bottom:10px}.tp-gifts__row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tp-gift{text-align:center;font-size:12px;position:relative;opacity:.45;transition:opacity .2s}.tp-gift.is-on{opacity:1}.tp-gift img{width:60px;height:60px;object-fit:cover;margin:0 auto 6px;border-radius:10px}.tp-gift b{display:block;color:var(--tp-green)}.tp-gift em{display:block;font-style:normal;color:var(--tp-muted);font-size:11px}.tp-gift__free{position:absolute;top:-6px;right:8px;background:var(--tp-red);color:#fff;font-size:10px;font-weight:800;padding:2px 6px;border-radius:999px}.tp-gift__lock{font-size:11px;color:var(--tp-muted)}.tp-buy form{margin-top:18px}.tp-trust{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.tp-trust>div{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--tp-muted);background:#fff;border:1px solid var(--tp-line);border-radius:12px;padding:12px}.tp-trust b{display:block;color:var(--tp-green);font-size:14px}.tp-trust svg{width:28px;height:28px;flex:0 0 28px;color:var(--tp-green)}.tp-payments{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:12px;opacity:.85}.tp-payments svg{height:24px;width:auto}.tp-scarcity{margin-top:12px;background:var(--tp-yellow);border-radius:10px;padding:10px 12px;font-size:13px;font-weight:700;color:var(--tp-green);display:flex;gap:8px;align-items:center}.tp-scarcity svg{width:20px;height:20px;flex:0 0 20px}.tp-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--tp-line);padding:10px 16px;display:none;z-index:50;box-shadow:0 -6px 24px #00000014}.tp-sticky.is-visible{display:block}.tp-sticky__in{max-width:var(--tp-max);margin:0 auto;display:flex;align-items:center;gap:12px;justify-content:space-between}.tp-sticky__price{font-weight:800;color:var(--tp-green)}.tp-sticky__price s{color:var(--tp-muted);font-weight:600;font-size:13px;margin-left:6px}.tp-sticky .tp-btn{width:auto;padding:12px 20px;font-size:15px;box-shadow:none}.tp-split{display:grid;gap:28px;align-items:center}@media(min-width:860px){.tp-split{grid-template-columns:1fr 1fr;gap:56px}.tp-split--rev .tp-split__media{order:2}}.tp-split__text p strong{color:var(--tp-green)}.tp-split h2 .tp-big{display:block;font-size:1.25em;color:var(--tp-cta)}.tp-band{background:var(--tp-sand)}.tp-band__in{display:flex;gap:24px;align-items:center;flex-wrap:wrap;justify-content:center;padding:36px 0}.tp-band__badge{width:120px;height:120px;flex:0 0 120px}.tp-band__badge img{border-radius:50%}.tp-band h2{margin:0;font-size:clamp(22px,2.8vw,30px)}.tp-band p{margin:6px 0 0;max-width:560px;color:var(--tp-muted)}.tp-compare{background:#fff;border-radius:var(--tp-radius);overflow:hidden;box-shadow:var(--tp-shadow);border:1px solid var(--tp-line)}.tp-compare table{width:100%;border-collapse:collapse;font-size:15px}.tp-compare th,.tp-compare td{padding:14px 12px;text-align:center;border-bottom:1px solid var(--tp-line)}.tp-compare th:first-child,.tp-compare td:first-child{text-align:left;font-weight:700;color:var(--tp-green)}.tp-compare thead th{font-size:14px;color:var(--tp-muted);font-weight:800;vertical-align:bottom}.tp-compare thead th.us{background:var(--tp-green);color:#fff;font-size:16px;border-radius:14px 14px 0 0}.tp-compare td.us{background:var(--tp-green-soft);font-weight:800;color:var(--tp-green)}.tp-compare .ok,.tp-compare .no{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;color:#fff;font-weight:900;font-size:14px}.tp-compare .ok{background:#2e8b57}.tp-compare .no{background:var(--tp-red)}.tp-compare tbody tr:last-child td{border-bottom:0;font-size:17px}@media(max-width:560px){.tp-compare th,.tp-compare td{padding:11px 8px;font-size:13px}}.tp-reviews{display:grid;gap:22px}.tp-review{display:grid;gap:18px;padding:20px}@media(min-width:720px){.tp-review{grid-template-columns:220px 1fr;align-items:center}}.tp-review img{border-radius:12px;aspect-ratio:1;object-fit:cover;width:100%}.tp-review h3{margin:6px 0 8px;font-size:20px}.tp-review p{color:var(--tp-muted);margin-bottom:10px}.tp-review__meta{font-weight:800;color:var(--tp-green);font-size:14px;display:flex;gap:10px;align-items:center}.tp-verified{font-size:11px;background:var(--tp-green-soft);color:var(--tp-green);padding:3px 8px;border-radius:999px;letter-spacing:.06em;text-transform:uppercase}.tp-photos{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:760px){.tp-photos{grid-template-columns:repeat(4,1fr)}}.tp-photo{padding:10px}.tp-photo img{border-radius:10px;aspect-ratio:1;object-fit:cover;width:100%}.tp-photo p{font-size:13px;color:var(--tp-muted);margin:8px 0 4px}.tp-photo b{font-size:13px;color:var(--tp-green)}.tp-faq{display:grid;gap:10px}.tp-faq__group{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--tp-cta);text-align:center;margin:18px 0 6px}.tp-faq details{background:#fff;border:1px solid var(--tp-line);border-radius:12px;padding:0 18px}.tp-faq summary{list-style:none;cursor:pointer;font-weight:800;color:var(--tp-green);padding:16px 30px 16px 0;position:relative;font-size:16px}.tp-faq summary::-webkit-details-marker{display:none}.tp-faq summary:after{content:"+";position:absolute;right:0;top:12px;font-size:24px;color:var(--tp-cta);font-weight:400}.tp-faq details[open] summary:after{content:"\2013"}.tp-faq details div{padding:0 0 16px;color:var(--tp-muted)}.tp-faq details div p:last-child{margin:0}.tp-cta{text-align:center}.tp-cta__sub{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:14px;font-size:14px;font-weight:700;color:var(--tp-muted)}.tp-footer{background:var(--tp-green);color:#fff;padding:36px 0;font-size:14px}.tp-footer a{color:#fff;text-decoration:none;opacity:.9}.tp-footer__in{display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center}.tp-footer__links{display:flex;gap:14px 22px;flex-wrap:wrap;justify-content:center}.tp-footer__logo img{height:34px;filter:brightness(0) invert(1)}.tp-footer small{opacity:.7}.tp-lhero{padding:24px 0 40px}.tp-lhero__grid{display:grid;gap:26px;align-items:center}@media(min-width:880px){.tp-lhero__grid{grid-template-columns:1.1fr .9fr;gap:48px}}.tp-lhero h1{font-size:clamp(30px,4.4vw,48px)}.tp-lhero h1 em{color:var(--tp-cta);font-style:normal}.tp-lhero__lead{font-size:17px;color:var(--tp-muted)}.tp-lhero__lead strong{color:var(--tp-ink)}.tp-lhero__media img{aspect-ratio:4/5;object-fit:cover}.tp-lhero__rating{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:var(--tp-muted);margin-bottom:12px}.tp-trustbar{background:#fff;border-top:1px solid var(--tp-line);border-bottom:1px solid var(--tp-line);padding:18px 0}.tp-trustbar__in{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:760px){.tp-trustbar__in{grid-template-columns:repeat(4,1fr)}}.tp-trustbar div{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:700;color:var(--tp-green)}.tp-trustbar svg{width:28px;height:28px;flex:0 0 28px;color:var(--tp-cta)}.tp-band__badge img{border-radius:0}.tp-reasons{display:grid;gap:26px}.tp-reason{padding:22px;display:grid;gap:18px}@media(min-width:820px){.tp-reason{grid-template-columns:1fr 1fr;align-items:center;padding:28px}.tp-reason--rev .tp-reason__media{order:2}}.tp-reason__num{width:44px;height:44px;border-radius:50%;background:var(--tp-cta);color:#fff;font-weight:900;font-size:20px;display:grid;place-items:center;margin-bottom:12px}.tp-reason h3{font-size:clamp(21px,2.4vw,27px);margin-bottom:10px}.tp-reason p{color:var(--tp-muted)}.tp-reason .tp-check{margin-top:14px}.tp-reason .tp-check li{font-weight:600;font-size:15px}.tp-layers{background:var(--tp-green);color:#fff;border-radius:var(--tp-radius);padding:26px;display:grid;gap:22px}@media(min-width:820px){.tp-layers{grid-template-columns:1fr 1fr;align-items:center;padding:36px}}.tp-layers h3{color:#fff;font-size:clamp(22px,2.6vw,30px)}.tp-layers .tp-eyebrow{color:#ffd27a}.tp-layers ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.tp-layers li{padding-left:16px;border-left:3px solid var(--tp-cta);font-size:15px;opacity:.95}.tp-layers li b{display:block;font-size:16px;color:#fff}.tp-layers img{border-radius:12px}.tp-marquee{background:var(--tp-cta);color:#fff;overflow:hidden;padding:12px 0;font-weight:800;font-size:14px;letter-spacing:.06em;text-transform:uppercase}.tp-marquee__track{display:flex;gap:40px;white-space:nowrap;animation:tp-scroll 28s linear infinite;width:max-content}.tp-marquee__track span:before{content:"\2713";margin-right:8px}@keyframes tp-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tp-quote{background:var(--tp-green);color:#fff;text-align:center}.tp-quote blockquote{margin:0 auto;max-width:820px;font-size:clamp(20px,2.6vw,30px);font-weight:800;line-height:1.35}.tp-quote blockquote em{color:#ffd27a;font-style:normal}.tp-quote cite{display:block;margin-top:16px;font-style:normal;font-weight:700;opacity:.85;font-size:15px}.tp-quote .tp-btn{margin-top:26px}.tp-ugc{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:760px){.tp-ugc{grid-template-columns:repeat(4,1fr)}}.tp-ugc__item{position:relative;border-radius:14px;overflow:hidden}.tp-ugc__item img{aspect-ratio:3/4;object-fit:cover;width:100%}.tp-ugc__cap{position:absolute;left:0;right:0;bottom:0;padding:38px 12px 12px;background:linear-gradient(transparent,#000000a6);color:#fff;font-weight:700;font-size:13px}.tp-modal{border:0;border-radius:16px;padding:0;max-width:720px;width:calc(100% - 32px)}.tp-modal::backdrop{background:#00000080}.tp-modal__in{padding:24px}.tp-modal__close{position:absolute;top:10px;right:12px;border:0;background:none;font-size:26px;cursor:pointer;color:var(--tp-muted)}.tp-sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.tp-sizes div{background:var(--tp-sand);border-radius:12px;padding:12px;font-size:13px}.tp-sizes b{display:block;color:var(--tp-green);font-size:15px}.tp-hide{display:none!important}html,body.tp-body{overflow-x:hidden;max-width:100%}.tp-wrap{min-width:0}.tp-buy__grid>*{min-width:0}.tp-bundle>*{min-width:0}.tp-bundle__price{white-space:nowrap}@media(max-width:480px){.tp-bundle{grid-template-columns:auto 52px minmax(0,1fr) auto;gap:8px;padding:14px 10px 12px}.tp-bundle__title{font-size:14px;line-height:1.25}.tp-bundle__meta,.tp-bundle__gift{font-size:11px}.tp-bundle__price b{font-size:15px}.tp-bundle__price s{display:block;font-size:11px}.tp-bundle__save{font-size:10px;padding:2px 6px}.tp-bundle__stock{right:6px;font-size:10px}.tp-bundle__flag{font-size:10px;max-width:70%;overflow:hidden;text-overflow:ellipsis}.tp-buy__price .now{font-size:26px}.tp-trust{grid-template-columns:1fr}.tp-gifts__row{gap:6px}.tp-gift b{font-size:11px}.tp-header__in{min-height:56px}}.tp-header__in{min-height:68px}.tp-header__logo{display:flex;align-items:center;flex:0 0 auto}.tp-header__logo img{height:40px;width:auto;max-width:200px}.tp-header__nav{display:flex;align-items:center;gap:22px;flex:0 0 auto}.tp-header__nav a{white-space:nowrap}.tp-header .tp-btn.tp-header__cta{width:auto;max-width:none;padding:10px 18px;font-size:14px;border-radius:999px;box-shadow:none;transform:none;line-height:1.2}.tp-header .tp-btn.tp-header__cta:hover{background:var(--tp-cta-dark)}@media(max-width:640px){.tp-header__logo img{height:32px}.tp-header .tp-btn.tp-header__cta{padding:9px 14px;font-size:13px}}.tp-lhero{padding:20px 0 0}.tp-lhero__grid{align-items:stretch}.tp-lhero h1{font-size:clamp(32px,4.6vw,52px);line-height:1.08;letter-spacing:-.02em}.tp-lhero h1 em{font-style:normal;color:var(--tp-green);background:linear-gradient(transparent 12%,var(--tp-yellow) 12%,var(--tp-yellow) 90%,transparent 90%);padding:0 .12em;border-radius:6px}.tp-lhero__lead{font-size:18px;line-height:1.6;color:#3a4844}.tp-lhero__lead p{margin:0 0 .9em}.tp-lhero .tp-check li{font-size:16px}.tp-lhero__media{border-radius:0;overflow:hidden}.tp-lhero__media img{aspect-ratio:auto;height:100%;min-height:420px;object-fit:cover}@media(min-width:880px){.tp-lhero__grid{grid-template-columns:1fr 1fr;gap:56px}.tp-lhero__media img{min-height:560px}}@media(max-width:879px){.tp-lhero__media img{aspect-ratio:4/3;min-height:0}}.tp-reason{padding:26px;gap:22px}@media(min-width:820px){.tp-reason{padding:34px;gap:36px}}.tp-reason h3{font-size:clamp(22px,2.4vw,28px);line-height:1.2;margin-bottom:14px}.tp-reason p{font-size:17px;line-height:1.7;color:#3a4844;margin-bottom:1em}.tp-reason .tp-check li{font-size:16px;line-height:1.5;margin-bottom:12px}.tp-frame{background:var(--tp-sand);border:1px solid var(--tp-line);border-radius:16px;padding:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.tp-frame img{width:100%;height:auto;border-radius:10px;object-fit:contain;max-height:520px}.tp-layers li{font-size:16px;line-height:1.55}.tp-layers li b{margin-bottom:2px}.tp-buy--simple .tp-buy__h{font-size:clamp(26px,3.2vw,38px);margin:6px 0 16px}.tp-check--big li{font-size:17px;margin-bottom:12px}.tp-buy--simple .tp-trust{margin-top:18px}.tp-buy--simple .tp-btn{margin-top:8px}.tp-hero{background:var(--tp-sand)}.tp-hero__grid{display:grid;gap:28px;align-items:center;padding:36px 0}@media(min-width:880px){.tp-hero__grid{grid-template-columns:1.05fr .95fr;gap:56px;padding:56px 0}}.tp-hero h1{font-size:clamp(32px,4.6vw,54px);line-height:1.08}.tp-hero h1 em{font-style:normal;color:var(--tp-cta)}.tp-hero__lead{font-size:18px;line-height:1.6;color:#3a4844}.tp-hero__media img{aspect-ratio:1;object-fit:cover;border-radius:var(--tp-radius)}.tp-hero__sub{display:flex;gap:16px;flex-wrap:wrap;margin-top:14px;font-size:14px;font-weight:700;color:var(--tp-muted)}.tp-hero .tp-btn{margin-top:6px}.tp-announce--yellow{background:var(--tp-yellow);color:var(--tp-green)}.tp-announce--yellow b{color:var(--tp-cta)}.tp-frame{background:transparent;border:0;border-radius:14px;padding:0;display:block}.tp-frame img{border-radius:14px;max-height:none;object-fit:cover;width:100%;aspect-ratio:4/3}.tp-frame img[src*=tp-l-wash]{aspect-ratio:16/9}.tp-frame img[src*=tp-l-cost],.tp-frame img[src*=tp-l-shred]{aspect-ratio:1}@media(max-width:640px){.tp-section{padding:44px 0}h2{font-size:26px}.tp-reason{padding:18px;gap:16px}.tp-reason h3{font-size:22px}.tp-reason p{font-size:16px;line-height:1.65}.tp-reason .tp-check li{font-size:15px}.tp-layers{padding:22px}.tp-lhero h1{font-size:30px}.tp-lhero__lead{font-size:16px}.tp-buy--simple .tp-buy__h{font-size:26px}.tp-check--big li{font-size:16px}.tp-quote blockquote{font-size:21px}.tp-compare th,.tp-compare td{padding:10px 6px;font-size:12px}.tp-compare thead th.us{font-size:13px}.tp-photos{gap:10px}.tp-photo p{font-size:12px}.tp-ugc{gap:10px}.tp-gallery__thumbs{grid-template-columns:repeat(6,1fr);gap:6px}.tp-band__badge{width:100px;height:100px;flex:0 0 100px}.tp-band__in{text-align:center;flex-direction:column}.tp-footer__links{gap:10px 16px;font-size:13px}}.tp-header--center .tp-header__in{justify-content:center}.tp-sticky__text{font-weight:700;color:var(--tp-green);font-size:14px}.tp-payments svg,.tp-payments .tp-pay{height:26px;width:auto}@media(max-width:480px){.tp-sticky__text{display:none}.tp-sticky .tp-btn{width:100%}}.template-suffix-tp-listicle{--tp-green-soft:#E6EFE9}.template-suffix-tp-listicle h1,.template-suffix-tp-listicle h2,.template-suffix-tp-listicle h3,.template-suffix-tp-listicle .tp-buy__h,.template-suffix-tp-listicle blockquote{font-family:"Instrument Serif",Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.015em}.template-suffix-tp-listicle .tp-lhero h1{font-size:clamp(40px,6vw,64px);line-height:1.02}.template-suffix-tp-listicle h2{font-size:clamp(32px,4vw,46px)}.template-suffix-tp-listicle .tp-reason h3{font-size:clamp(26px,2.8vw,34px)}.template-suffix-tp-listicle .tp-lhero h1 em{background:linear-gradient(transparent 8%,var(--tp-yellow) 8%,var(--tp-yellow) 92%,transparent 92%)}.template-suffix-tp-listicle .tp-check li:before,.template-suffix-tp-listicle .tp-check--orange li:before{background:var(--tp-yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F4D3A' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center/13px no-repeat;border:2px solid var(--tp-green)}.template-suffix-tp-listicle .tp-check li{color:var(--tp-green);font-weight:700}.template-suffix-tp-listicle .tp-eyebrow{color:var(--tp-green)}.template-suffix-tp-listicle .tp-eyebrow--pill{background:var(--tp-yellow)}.template-suffix-tp-listicle .tp-lhero__lead,.template-suffix-tp-listicle .tp-reason p{color:#3a4844}.template-suffix-tp-listicle .tp-reason__num{background:var(--tp-green);color:#fff}.template-suffix-tp-listicle .tp-card{border-color:var(--tp-line);box-shadow:var(--tp-shadow)}.template-suffix-tp-listicle .tp-layers .tp-eyebrow{color:var(--tp-yellow)}.template-suffix-tp-listicle .tp-layers li{border-left-color:var(--tp-yellow)}.template-suffix-tp-listicle .tp-marquee{background:var(--tp-yellow);color:var(--tp-green)}.template-suffix-tp-listicle .tp-quote blockquote em{color:var(--tp-yellow)}.template-suffix-tp-listicle .tp-stars{color:#f5b301}.template-suffix-tp-listicle .tp-compare thead th.us{background:var(--tp-green)}.template-suffix-tp-listicle .tp-compare td.us{background:var(--tp-green-soft);color:var(--tp-green)}.template-suffix-tp-listicle .tp-compare .ok{background:var(--tp-cta)}.template-suffix-tp-listicle .tp-faq summary:after{color:var(--tp-cta)}.template-suffix-tp-listicle .tp-btn{background:var(--tp-cta);box-shadow:0 6px 0 var(--tp-cta-dark);border-radius:999px;text-transform:uppercase;letter-spacing:.04em;font-size:16px}.template-suffix-tp-listicle .tp-btn:hover{box-shadow:0 4px 0 var(--tp-cta-dark)}.template-suffix-tp-listicle .tp-trustbar{background:#fff}.template-suffix-tp-listicle .tp-trustbar svg{color:var(--tp-cta)}.template-suffix-tp-listicle .tp-footer{background:var(--tp-green)}.template-suffix-tp-listicle .tp-ugc__item{border-radius:12px}.template-suffix-tp-listicle .tp-verified{background:var(--tp-green-soft);color:var(--tp-green)}@media(max-width:879px){.tp-lhero__media{order:-1}.tp-lhero__grid{gap:18px}.tp-lhero{padding-top:0}.tp-lhero__media img{aspect-ratio:1}.tp-lhero__media{border-radius:0;margin:0 -20px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/tp.css.map */
