roket-sticky-header{display:block;width:100%}.roket-sticky-header,.roket-sticky-header *,.roket-sticky-header *:before,.roket-sticky-header *:after{box-sizing:border-box}.roket-sticky-header__placeholder{position:relative;width:100%;min-height:var(--roket-banner-height, 104px)}.roket-sticky-header__bar{position:relative;width:100%;min-height:var(--roket-banner-height, 104px);background:var(--roket-banner-background, #00aa6b);color:var(--roket-banner-text-color, #ffffff)}.roket-sticky-header__banner{display:flex;width:100%;min-height:var(--roket-banner-height, 104px);align-items:center;justify-content:center}.roket-sticky-header__banner-link{display:flex;width:100%;min-height:inherit;align-items:center;justify-content:center;padding:16px 28px;color:inherit!important;text-align:center;text-decoration:none!important}.roket-sticky-header__banner-text{display:block;width:100%;max-width:1800px;margin:0 auto;padding:0;color:inherit;font-family:inherit;font-size:var(--roket-banner-font-size, 37px);font-style:normal;font-weight:600;line-height:1.15;letter-spacing:0;text-align:center;text-decoration:none;text-transform:none;white-space:normal;overflow-wrap:break-word}.roket-sticky-header__banner-link:hover,.roket-sticky-header__banner-link:focus,.roket-sticky-header__banner-link:active,.roket-sticky-header__banner-link:visited{color:inherit!important;text-decoration:none!important}.roket-sticky-header__expanded{display:none;width:100%;min-height:var(--roket-sticky-height, 120px);align-items:center;justify-content:center}.roket-sticky-header__expanded-inner{display:flex;width:min(calc(100% - 48px),var(--roket-content-max-width, 1280px));min-height:inherit;margin:0 auto;align-items:center;justify-content:space-between;gap:48px}.roket-sticky-header__left{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:10px}.roket-sticky-header__product-copy{display:flex;min-width:0;max-width:100%;flex-direction:column;align-items:flex-start;gap:2px}.roket-sticky-header__product-title{max-width:100%;margin:0;color:var(--roket-sticky-text-color, #ffffff);font-family:inherit;font-size:var(--roket-product-title-size, 20px);font-weight:700;line-height:1.15}.roket-sticky-header__product-subtitle{max-width:100%;margin:0;color:var(--roket-sticky-text-color, #ffffff);font-family:inherit;font-size:var(--roket-product-subtitle-size, 14px);font-weight:500;line-height:1.25;opacity:.9}.roket-sticky-header__product-description{max-width:680px;margin-top:4px;color:var(--roket-sticky-text-color, #ffffff);font-family:inherit;font-size:var(--roket-product-description-size, 12px);font-weight:400;line-height:1.4;opacity:.86}.roket-sticky-header__reviews{display:flex;width:auto;min-width:0;max-width:100%;flex-wrap:wrap;align-items:center;column-gap:7px;row-gap:7px;color:var(--roket-sticky-text-color, #ffffff);font-family:inherit;font-size:var(--roket-review-font-size, 15px);font-weight:600;line-height:1.25}.roket-sticky-header__review-group{display:inline-flex;min-width:0;max-width:100%;flex:0 1 auto;align-items:center;gap:7px}.roket-sticky-header__review-group--rating{flex-shrink:0}.roket-sticky-header__stars{display:inline-flex;flex:0 0 auto;align-items:center;gap:1px;color:var(--roket-star-color, #f6af41)}.roket-sticky-header__star{display:block;width:18px;height:18px;flex:0 0 auto}.roket-sticky-header__review-text{color:inherit}.roket-sticky-header__review-separator{display:inline-block;flex:0 0 auto;color:inherit;opacity:.65}.roket-sticky-header__offer{display:flex;min-width:0;flex:0 0 auto;align-items:center;justify-content:center}.roket-sticky-header__button{display:flex;min-width:368px;min-height:74px;margin:0;align-items:center;justify-content:center;padding:16px 38px;border:0;border-radius:var(--roket-button-radius, 40px);background-color:var(--roket-button-background, #ffffff);box-shadow:none;color:var(--roket-button-text-color, #00aa6b)!important;font-family:inherit;font-size:var(--roket-button-font-size, 18px);font-weight:700;line-height:1.2;text-align:center;text-decoration:none!important;transition:background-color .18s ease}.roket-sticky-header__button:hover{background-color:var( --roket-button-hover-background, #eeeeee )}.roket-sticky-header__button:hover,.roket-sticky-header__button:focus,.roket-sticky-header__button:active,.roket-sticky-header__button:visited{color:var(--roket-button-text-color, #00aa6b)!important;text-decoration:none!important}.roket-sticky-header__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.roket-sticky-header.is-scroll-sticky .roket-sticky-header__bar{position:fixed;top:var(--roket-sticky-top-offset, 0px);right:0;bottom:auto;left:0;z-index:9999;min-height:var(--roket-sticky-height, 120px);background:var(--roket-sticky-background, #00aa6b);color:var(--roket-sticky-text-color, #ffffff);box-shadow:0 8px 30px #00000026;animation:roketStickyEnterDesktop .22s ease both}.roket-sticky-header.is-scroll-sticky .roket-sticky-header__banner{display:none}.roket-sticky-header.is-scroll-sticky .roket-sticky-header__expanded{display:flex}@keyframes roketStickyEnterDesktop{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1199px)and (min-width:768px){.roket-sticky-header__banner-text{font-size:var(--roket-banner-font-size-tablet, 26px);line-height:1.2}.roket-sticky-header.is-scroll-sticky .roket-sticky-header__bar,.roket-sticky-header__expanded{min-height:var(--roket-sticky-height-tablet, 110px)}.roket-sticky-header__expanded-inner{width:calc(100% - 48px);gap:24px;padding:18px 0}.roket-sticky-header__left{gap:8px}.roket-sticky-header__product-title{font-size:18px}.roket-sticky-header__product-subtitle{font-size:13px}.roket-sticky-header__product-description{display:none}.roket-sticky-header__reviews{column-gap:5px;row-gap:5px;font-size:var(--roket-review-font-size-tablet, 13px)}.roket-sticky-header__review-group{gap:5px}.roket-sticky-header__star{width:15px;height:15px}.roket-sticky-header__button{min-width:260px;max-width:330px;min-height:60px;padding:14px 26px;font-size:var(--roket-button-font-size-tablet, 17px)}}@media screen and (max-width:899px)and (min-width:768px){.roket-sticky-header__expanded-inner{width:calc(100% - 32px);gap:18px}.roket-sticky-header__product-title{font-size:17px}.roket-sticky-header__product-subtitle,.roket-sticky-header__reviews{font-size:12px}.roket-sticky-header__star{width:14px;height:14px}.roket-sticky-header__button{min-width:230px;max-width:270px;min-height:56px;padding:13px 20px;font-size:16px}}@media screen and (max-width:767px){html.roket-mobile-sticky-is-active body{padding-bottom:calc(var(--roket-original-body-padding-bottom, 0px) + var(--roket-mobile-sticky-height, 0px))!important}}@media screen and (max-width:767px){.roket-sticky-header__placeholder,.roket-sticky-header__bar,.roket-sticky-header__banner{min-height:var(--roket-banner-height, 104px)}.roket-sticky-header__banner-link{min-height:var(--roket-banner-height, 104px);padding:14px 18px}.roket-sticky-header__banner-text{font-size:var(--roket-banner-font-size-mobile, 18px);line-height:1.25}.roket-sticky-header.is-scroll-sticky .roket-sticky-header__bar{top:auto;right:0;bottom:0;left:0;width:100%;max-width:100vw;min-height:0;background:var(--roket-sticky-background, #00aa6b);color:var(--roket-sticky-text-color, #ffffff);border-top:1px solid rgba(255,255,255,.14);box-shadow:0 -8px 30px #0000002e;animation:roketStickyEnterMobile .22s ease both}.roket-sticky-header__expanded{width:100%;min-height:0}.roket-sticky-header__expanded-inner{display:flex;width:100%;min-width:0;max-width:100%;min-height:0;flex-direction:column;align-items:stretch;justify-content:center;gap:14px;padding:18px 14px max(18px,env(safe-area-inset-bottom))}.roket-sticky-header__offer{order:1;width:100%;min-width:0;max-width:100%}.roket-sticky-header__left{order:2;width:100%;min-width:0;max-width:100%;align-items:center;gap:0}.roket-sticky-header--hide-product-copy-mobile .roket-sticky-header__product-copy,.roket-sticky-header__product-description{display:none}.roket-sticky-header__reviews{display:flex;width:100%;min-width:0;max-width:100%;flex-wrap:nowrap;align-items:center;justify-content:center;column-gap:clamp(3px,1vw,8px);row-gap:0;color:var(--roket-sticky-text-color, #ffffff);font-size:clamp(8px,2.55vw,var(--roket-review-font-size-mobile, 12px));font-weight:700;line-height:1.1;letter-spacing:-.015em;text-align:center;white-space:nowrap}.roket-sticky-header__review-group,.roket-sticky-header__review-group--rating{display:inline-flex;min-width:0;max-width:none;flex:0 0 auto;align-items:center;justify-content:center;gap:clamp(2px,.55vw,5px);white-space:nowrap}.roket-sticky-header__review-text{display:inline-block;flex:0 0 auto;white-space:nowrap}.roket-sticky-header__review-separator{display:inline-block;flex:0 0 auto;margin:0;white-space:nowrap;opacity:.7}.roket-sticky-header__stars{display:inline-flex;flex:0 0 auto;gap:0;white-space:nowrap}.roket-sticky-header__star{width:1.2em;height:1.2em}.roket-sticky-header__button{width:100%;min-width:0;max-width:100%;min-height:58px;padding:15px 18px;background-color:var( --roket-button-background, #ffffff );color:var(--roket-button-text-color, #00aa6b)!important;font-size:var(--roket-button-font-size-mobile, 18px);line-height:1.2}.roket-sticky-header__button:hover{background-color:var( --roket-button-hover-background, #eeeeee )}.roket-sticky-header__button:hover,.roket-sticky-header__button:focus,.roket-sticky-header__button:active,.roket-sticky-header__button:visited{color:var(--roket-button-text-color, #00aa6b)!important}@keyframes roketStickyEnterMobile{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}@media screen and (max-width:430px){.roket-sticky-header__expanded-inner{gap:12px;padding-right:10px;padding-left:10px}.roket-sticky-header__reviews{column-gap:3px;font-size:clamp(8px,2.45vw,var(--roket-review-font-size-mobile, 12px))}.roket-sticky-header__review-group,.roket-sticky-header__review-group--rating{gap:2px}.roket-sticky-header__button{min-height:56px;font-size:clamp(15px,4.7vw,var(--roket-button-font-size-mobile, 18px))}}@media(prefers-reduced-motion:reduce){.roket-sticky-header.is-scroll-sticky .roket-sticky-header__bar{animation:none}.roket-sticky-header__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/roket-sticky-header.css.map */
