.pv-hero{position:relative;display:flex;align-items:stretch;width:100%;overflow:hidden;box-sizing:border-box;background-color:var(--pv-hero-bg-color, var(--pv-maroon));background-image:var(--pv-hero-bg-gradient, none);color:var(--pv-hero-color, #fff);padding-top:var(--pv-hero-pt-m, 60px);padding-bottom:var(--pv-hero-pb-m, 40px);min-height:var(--pv-hero-min-h-m, auto)}.pv-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pv-hero__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:none}.pv-hero__bg-img--all,.pv-hero__bg-img--m{display:block}.pv-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--pv-hero-overlay, transparent);pointer-events:none}.pv-hero__inner{position:relative;z-index:2;flex:1 1 auto;display:flex;flex-direction:column;box-sizing:border-box}.pv-hero__content{flex:1 1 auto;display:flex;flex-direction:column;gap:var(--pv-hero-content-gap, 24px);width:100%;max-width:100%;text-align:var(--pv-hero-text-align-m, center);align-items:var(--pv-hero-items-m, center);justify-content:var(--pv-hero-valign-m, center);margin-left:var(--pv-hero-ml-m, auto);margin-right:var(--pv-hero-mr-m, auto)}.pv-hero__reviews{display:inline-flex;align-items:center;gap:10px}.pv-hero__stars{display:inline-flex;align-items:center;gap:4px;color:var(--pv-star-color, #fff);line-height:0;margin-bottom:3px}.pv-hero__stars svg{display:block;width:18px;height:17px}.pv-hero__reviews-text{margin:0;color:#fff;font-family:var(--pv-font-body);font-size:20px;font-weight:400;line-height:130%}.pv-hero__heading{margin:0;color:inherit;font-family:var(--pv-font-heading);font-size:var(--pv-hero-heading-size-m, 30px);font-weight:var(--pv-hero-heading-weight, 600);line-height:var(--pv-hero-heading-lh, 1.3);letter-spacing:var(--pv-hero-heading-ls, normal)}.pv-hero__heading .pv-highlight{color:var(--pv-highlight-color, var(--pv-terra));background-color:var(--pv-highlight-bg, transparent);border-radius:var(--pv-radius-1);padding-inline:var(--pv-highlight-pad, 0);padding-top:var(--pv-highlight-pad-top, 0)}.pv-hero__text{margin:0;color:inherit;font-family:var(--pv-hero-text-font, var(--pv-font-body));font-size:var(--pv-hero-text-size-m, 18px);font-weight:var(--pv-hero-text-weight, 400);line-height:var(--pv-hero-text-lh, 1.5);letter-spacing:var(--pv-hero-text-ls, normal)}.pv-hero__text p{margin:0;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}.pv-hero__text p+p{margin-top:.75em}.pv-hero__text strong,.pv-hero__text b{font-weight:var(--pv-fw-semibold);color:inherit;background:none;padding:0}.pv-hero__text .pv-highlight{color:var(--pv-highlight-color, var(--pv-terra));background-color:var(--pv-highlight-bg, transparent);border-radius:var(--pv-radius-1);padding-inline:var(--pv-highlight-pad, 0);padding-top:var(--pv-highlight-pad-top, 0)}.pv-hero__image{width:100%}.pv-hero__image img{display:block;width:100%;height:auto}.pv-hero__button-block{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.pv-hero__button{display:inline-flex;align-items:center;justify-content:center;padding:16px 8px;width:100%;border:0;border-radius:var(--pv-radius-button, 5px);background:var(--pv-terra, #b0510e);color:#f7f7f7;font-family:var(--pv-font-cta);font-size:24px;font-weight:400;line-height:normal;letter-spacing:-1.92px;text-align:center;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color var(--pv-transition)}.pv-hero__button:hover{background:var(--pv-terra-cta, #a45731)}.pv-hero__button-note{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:0;color:#fff;text-align:center;font-family:var(--pv-font-body);font-size:16px;font-weight:400;line-height:32.084px}.pv-hero__button-note svg{flex-shrink:0;width:11px;height:8px}.pv-hero__button-block--promo{gap:var(--pv-hero-promo-gap-m, 16px);max-width:100%}.pv-hero__btn-countdown{display:flex;flex-wrap:nowrap;align-items:baseline;justify-content:center;gap:0 8px;width:100%;margin:0;font-family:var(--pv-font-body);font-size:var(--pv-hero-promo-timer-size-m, 20px);font-weight:600;line-height:1.3;text-align:center}.pv-hero__btn-countdown-label{color:var(--pv-white);flex-shrink:0}.pv-hero__btn-countdown-val{color:var(--pv-hero-promo-timer-value, #ff0017);flex-shrink:0}.pv-hero__testimonials{flex:0 0 auto;margin-top:auto;--pv-testimonials-bg: rgba(0, 0, 0, .2)}@media(min-width:768px){.pv-hero{padding-top:var(--pv-hero-pt-d, 80px);padding-bottom:var(--pv-hero-pb-d, 80px);min-height:var(--pv-hero-min-h-d, auto)}.pv-hero__bg-img--m{display:none}.pv-hero__bg-img--d{display:block}.pv-hero__content{max-width:var(--pv-hero-content-max, none);text-align:var(--pv-hero-text-align-d, center);align-items:var(--pv-hero-items-d, center);margin-left:var(--pv-hero-ml-d, auto);margin-right:var(--pv-hero-mr-d, auto);justify-content:var(--pv-hero-valign-d, center)}.pv-hero__reviews-text{line-height:26.968px}.pv-hero__heading{font-size:var(--pv-hero-heading-size-d, 45px)}.pv-hero__text{font-size:var(--pv-hero-text-size-d, 20px)}.pv-hero__button{padding:20px 40px;font-size:30px;letter-spacing:-2.4px}.pv-hero__button-block--promo{gap:var(--pv-hero-promo-gap-d, 12px);max-width:600px}.pv-hero__button-block--promo .pv-hero__button{padding:20px 60px}.pv-hero__btn-countdown{font-size:var(--pv-hero-promo-timer-size-d, 28px)}.pv-hero__button-note{font-size:20px;line-height:32.084px}.pv-hero__button-note svg{width:19px;height:13px}.pv-hero__testimonials{margin-top:40px}}@media(prefers-reduced-motion:reduce){.pv-hero__button{transition:none}}.pv-hero--fit-image{display:block;min-height:0!important;padding:0}.pv-hero--fit-image .pv-hero__bg{position:relative;inset:auto;width:100%;line-height:0}.pv-hero--fit-image .pv-hero__bg-img{position:relative;inset:auto;width:100%;height:auto;object-fit:unset;display:none}.pv-hero--fit-image .pv-hero__bg-img--all,.pv-hero--fit-image .pv-hero__bg-img--m{display:block}.pv-hero--fit-image .pv-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.pv-hero--fit-image .pv-hero__inner{position:absolute;top:0;right:0;bottom:0;left:0;flex:unset;display:flex;flex-direction:column;padding-top:var(--pv-hero-pt-m, 60px);padding-bottom:var(--pv-hero-pb-m, 40px);box-sizing:border-box}@media(min-width:768px){.pv-hero--fit-image .pv-hero__bg-img--m{display:none}.pv-hero--fit-image .pv-hero__bg-img--d{display:block}.pv-hero--fit-image .pv-hero__inner{padding-top:var(--pv-hero-pt-d, 80px);padding-bottom:var(--pv-hero-pb-d, 80px)}}.pv-hero__layout{display:flex;flex-direction:column;flex:1 1 auto;width:100%;min-width:0}.pv-hero__layout--active{align-items:stretch;gap:var(--pv-hero-si-gap-m, 24px)}.pv-hero__si-wrap{line-height:0;margin-left:calc(-1 * var(--pv-margin) + var(--pv-hero-si-inset-m-l, 0px));margin-right:calc(-1 * var(--pv-margin) + var(--pv-hero-si-inset-m-r, 0px));width:calc(100% + 2 * var(--pv-margin) - var(--pv-hero-si-inset-m-l, 0px) - var(--pv-hero-si-inset-m-r, 0px));box-sizing:border-box}.pv-hero__si-img{width:100%;height:auto}.pv-hero__si-img--d{display:none}.pv-hero__si-img--m{display:block}.pv-hero__layout--no-m-img .pv-hero__si-wrap{display:none}@media(min-width:768px){.pv-hero__layout--active{flex-direction:row;align-items:center;gap:var(--pv-hero-si-gap-d, 40px)}.pv-hero__layout--active .pv-hero__content{flex:0 0 var(--pv-hero-si-content-w, 50%);min-width:0;max-width:none;margin-left:0;margin-right:0}.pv-hero__layout--active .pv-hero__si-wrap{display:block;flex:1 1 0;min-width:0;margin-left:0;margin-right:0;width:auto}.pv-hero__layout--active .pv-hero__si-img--d{display:block}.pv-hero__layout--active .pv-hero__si-img--m{display:none}.pv-hero__layout--left{flex-direction:row-reverse}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/pv-hero-section.css.map */
