.tp-section{padding:4rem 0}.tp-section--tight{padding:2.4rem 0}.tp-heading{margin:0 0 .8rem;font-size:2.6rem;line-height:1.2;color:rgb(var(--color-base-text-alt))}.tp-sub{margin:0 0 2.4rem;font-size:1.6rem;color:rgb(var(--color-base-text));max-width:72rem}.tp-center{text-align:center}.tp-center .tp-sub{margin-left:auto;margin-right:auto}.tp-usp{background:rgb(var(--color-base-background-2));border-top:1px solid rgb(var(--color-base-border));border-bottom:1px solid rgb(var(--color-base-border))}.tp-usp__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem 1.2rem;padding:1.8rem 0;margin:0;list-style:none}.tp-usp__item{display:flex;align-items:flex-start;gap:1rem}.tp-usp__icon{flex:0 0 3.2rem;width:3.2rem;height:3.2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-accent-1-text))}.tp-usp__icon svg{width:1.7rem;height:1.7rem;fill:currentColor}.tp-usp__title{display:block;font-weight:700;font-size:1.4rem;line-height:1.25;color:rgb(var(--color-base-text-alt))}.tp-usp__text{display:block;font-size:1.25rem;line-height:1.35;color:rgb(var(--color-base-text));margin-top:.2rem}@media(min-width:990px){.tp-usp__grid{grid-template-columns:repeat(4,1fr);gap:2rem;padding:2.2rem 0}.tp-usp__title{font-size:1.5rem}.tp-usp__text{font-size:1.3rem}}.tp-faq__list{max-width:90rem;margin:0 auto}.tp-faq__item{border-bottom:1px solid rgb(var(--color-base-border))}.tp-faq__item:first-child{border-top:1px solid rgb(var(--color-base-border))}.tp-faq__q{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1.6rem;padding:1.6rem .4rem;font-weight:700;font-size:1.6rem;color:rgb(var(--color-base-text-alt))}.tp-faq__q::-webkit-details-marker{display:none}.tp-faq__q:after{content:"+";flex:0 0 auto;font-size:2.4rem;line-height:1;font-weight:400;color:rgb(var(--color-base-accent-1));transition:transform .2s ease}.tp-faq__item[open]>.tp-faq__q:after{content:"\2212"}.tp-faq__a{padding:0 .4rem 1.8rem;font-size:1.5rem;line-height:1.6;color:rgb(var(--color-base-text))}.tp-faq__a p:first-child{margin-top:0}.tp-faq__a p:last-child{margin-bottom:0}.tp-faq__q:focus-visible{outline:2px solid rgb(var(--color-base-accent-1));outline-offset:2px}.tp-reviews__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width:750px){.tp-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.tp-reviews__grid{grid-template-columns:repeat(3,1fr)}}.tp-review{background:rgb(var(--color-base-background-1));border:1px solid rgb(var(--color-base-border));border-radius:var(--border-radius-base, 4px);padding:2rem;display:flex;flex-direction:column;gap:1rem}.tp-review__stars{display:inline-flex;gap:.2rem;color:var(--color-product-review-star, #FFB800);font-size:1.8rem;letter-spacing:.1rem}.tp-review__stars .is-off{color:rgb(var(--color-base-border))}.tp-review__text{margin:0;font-size:1.5rem;line-height:1.55;color:rgb(var(--color-base-text))}.tp-review__meta{margin-top:auto;font-size:1.3rem;color:rgb(var(--color-base-text))}.tp-review__author{font-weight:700;color:rgb(var(--color-base-text-alt))}.tp-review__verified{display:inline-block;margin-left:.6rem;font-size:1.2rem;color:var(--color-success, #43B000)}.tp-reviews__cta{margin-top:2.4rem;text-align:center}.tp-reviews__placeholder{border:2px dashed rgb(var(--color-base-border));padding:2rem;text-align:center;font-size:1.4rem}.tp-seo__text{max-width:96rem;font-size:1.5rem;line-height:1.7;color:rgb(var(--color-base-text))}.tp-seo__text h2,.tp-seo__text h3{color:rgb(var(--color-base-text-alt));margin:2rem 0 .6rem}.tp-seo__text a{text-decoration:underline}.tp-seo__links{display:flex;flex-wrap:wrap;gap:.8rem;margin:2rem 0 0;padding:0;list-style:none}.tp-seo__links a{display:inline-block;padding:.8rem 1.4rem;border:1px solid rgb(var(--color-base-border));border-radius:99px;font-size:1.4rem;text-decoration:none;color:rgb(var(--color-base-text-alt));background:rgb(var(--color-base-background-1));transition:border-color .2s,color .2s}.tp-seo__links a:hover{border-color:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-accent-1))}.tp-mobile-cta{display:none}@media(max-width:749px){.tp-mobile-cta{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:60;gap:.8rem;padding:.8rem 1.2rem calc(.8rem + env(safe-area-inset-bottom));background:rgb(var(--color-base-background-1));border-top:1px solid rgb(var(--color-base-border));box-shadow:0 -4px 14px #00000014}.tp-mobile-cta a{flex:1;text-align:center;padding:1.1rem .8rem;border-radius:var(--buttons-radius, 4px);font-weight:700;font-size:1.4rem;text-decoration:none}.tp-mobile-cta a.is-primary{background:rgb(var(--color-buttons-primary-background, var(--color-base-accent-2)));color:rgb(var(--color-buttons-primary-text, var(--color-base-accent-2-text)))}.tp-mobile-cta a.is-secondary{background:rgb(var(--color-base-background-2));color:rgb(var(--color-base-text-alt));border:1px solid rgb(var(--color-base-border))}body.template-product{padding-bottom:6.4rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/torpion-seo.css.map */
