:root{--hp-accent: #1f6f8b;--hp-accent-dark: #154e62;--hp-muted: #f3f6f8;--hp-border: #dbe3e8;--hp-text-subtle: #4c5a64}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}a{color:inherit}.hp-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:var(--hp-accent);color:#fff;border:1px solid var(--hp-accent);border-radius:999px;padding:.65rem 1rem;font-weight:600;text-decoration:none;cursor:pointer}.hp-button:hover{background:var(--hp-accent-dark);border-color:var(--hp-accent-dark)}.hp-button--secondary{background:#fff;color:var(--hp-accent-dark);border-color:var(--hp-border)}.hp-button--secondary:hover{background:var(--hp-muted)}.hp-button-row{display:flex;flex-wrap:wrap;gap:.75rem}.hp-section-header{margin-bottom:1.25rem}.hp-section-header h2{margin-bottom:.5rem}.hp-topbar{background:#000;color:#fff}.hp-topbar__inner{grid-column:2;min-height:2.9rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.hp-topbar__messages{position:relative;list-style:none;margin:0;padding:0;height:1.35em;width:min(100%,40rem)}.hp-topbar__messages li{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.98rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;opacity:0;transform:translateY(115%);animation:hp-topbar-cycle 18s ease-in-out infinite}.hp-topbar__messages li:nth-child(2){animation-delay:6s}.hp-topbar__messages li:nth-child(3){animation-delay:12s}.hp-header{border-bottom:1px solid var(--hp-border);background:#fff}.hp-header__inner{grid-column:2;display:grid;grid-template-columns:auto 1fr auto;gap:clamp(.8rem,2vw,1.8rem);align-items:center;padding:1rem 0}.hp-header__brand{display:inline-flex;align-items:center;text-decoration:none;max-width:var(--hp-logo-width, 260px)}.hp-header__brand-text{font-size:1.35rem;font-weight:700}.hp-header__logo{display:block;width:100%;max-width:var(--hp-logo-width, 260px);max-height:min(150px,var(--hp-logo-width, 260px));height:auto;object-fit:contain}.hp-header__nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem 1.25rem}.hp-header__nav-item{position:relative;display:inline-flex;align-items:center}.hp-header__nav-item--shop{padding-bottom:.8rem;margin-bottom:-.8rem}.hp-header__nav-item--shop:after{content:"";position:absolute;top:100%;left:-.75rem;right:-.75rem;height:.8rem}.hp-header__nav-link{text-decoration:none;font-weight:600;font-size:1.03rem;letter-spacing:.01em;line-height:1.2}.hp-header__nav-link:hover,.hp-header__nav-link:focus-visible{color:var(--hp-accent-dark)}.hp-header__mega{position:absolute;top:100%;left:50%;transform:translate(-50%,.35rem);width:min(880px,92vw);padding:.95rem;border:1px solid var(--hp-border);border-radius:14px;background:#fff;box-shadow:0 20px 38px #0c182329;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:35}.hp-header__nav-item--shop:hover .hp-header__mega,.hp-header__nav-item--shop:focus-within .hp-header__mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.hp-header__mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.hp-header__mega-card{display:grid;gap:.5rem}.hp-header__mega-image{display:block;border:1px solid var(--hp-border);border-radius:10px;overflow:hidden}.hp-header__mega-image img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.hp-header__mega-title{text-decoration:none;font-size:.88rem;line-height:1.35;font-weight:600}.hp-header__mega-price{margin:0;font-weight:700;font-size:.9rem}.hp-header__actions{display:flex;align-items:center;gap:.55rem}.hp-header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border:1px solid var(--hp-border);border-radius:999px;background:#fff;text-decoration:none;transition:border-color .2s ease,color .2s ease}.hp-header__icon:hover,.hp-header__icon:focus-visible{border-color:var(--hp-accent-dark);color:var(--hp-accent-dark)}.hp-header__icon svg{width:1.2rem;height:1.2rem}.hp-header__icon sup{position:absolute;top:-.35rem;right:-.3rem;background:var(--hp-accent-dark);color:#fff;border-radius:999px;font-size:.68rem;line-height:1;min-width:1rem;text-align:center;padding:.12rem .2rem}@keyframes hp-topbar-cycle{0%,5%{opacity:0;transform:translateY(115%)}12%,30%{opacity:1;transform:translateY(0)}37%,to{opacity:0;transform:translateY(-115%)}}@media (prefers-reduced-motion: reduce){.hp-topbar__messages li{animation:none;opacity:1;transform:none;position:static}.hp-topbar__messages li:not(:first-child){display:none}}.hp-breadcrumbs{padding-top:1rem}.hp-breadcrumbs__list{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;padding:0;margin:0;color:var(--hp-text-subtle);font-size:.92rem}.hp-breadcrumbs__item+.hp-breadcrumbs__item:before{content:"/";margin-right:.4rem}.hp-home-hero{margin:1rem 0 2rem;display:grid;gap:1.25rem;align-items:center}.hp-home-hero__media{border-radius:16px;overflow:hidden;background:var(--hp-muted)}.hp-home-hero__media img{display:block;width:100%;height:auto}.hp-home-hero__content{display:grid;gap:1rem}.hp-home-hero__content h1{margin:0}.hp-home-hero__content p{margin:0;color:var(--hp-text-subtle)}.hp-choose-setup{margin:2rem 0}.hp-choose-setup--subtle{background:var(--hp-muted);border:1px solid var(--hp-border);border-radius:16px;padding:1rem}.hp-choose-setup__grid{display:grid;gap:1rem}.hp-choose-setup__media{border-radius:12px;overflow:hidden}.hp-choose-setup__media img{display:block;width:100%;height:auto}.hp-choose-setup__content{display:grid;gap:1rem}.hp-choose-setup__cards{display:grid;gap:.8rem}.hp-choose-setup__card{position:relative;border:1px solid var(--hp-border);border-radius:12px;padding:.9rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.hp-choose-setup__card:hover{border-color:#c9d4db;box-shadow:0 6px 16px #1111110f}.hp-choose-setup__card h3{margin:0 0 .35rem;position:relative}.hp-choose-setup__card p{margin:0;color:var(--hp-text-subtle);position:relative;z-index:1}.hp-choose-setup__card-link{text-decoration:none;color:inherit}.hp-choose-setup__card-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.hp-choose-setup__button{margin-top:.8rem;position:relative;z-index:2}.hp-links-block__groups{display:grid;gap:1.25rem}.hp-links-block__group h3{margin-bottom:.7rem}.hp-home-featured-products,.hp-home-categories,.hp-trust-bar,.hp-collection-intro,.hp-collection,.hp-product,.hp-specs,.hp-product-bundle,.hp-faq,.hp-links-block,.hp-blog,.hp-article,.hp-article-toc-wrap,.hp-page-content{margin:2rem 0}.hp-category-grid,.hp-product-grid,.hp-link-card-grid,.hp-blog-grid,.hp-trust-grid{display:grid;gap:1rem}.hp-category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hp-category-cards__grid{grid-template-columns:repeat(4,minmax(0,1fr));overflow-x:visible}.hp-product-grid.hp-home-featured-products__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hp-product-grid,.hp-blog-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hp-link-card-grid,.hp-trust-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.hp-category-card,.hp-product-card,.hp-link-card,.hp-blog-card,.hp-trust-card{border:1px solid var(--hp-border);border-radius:12px;overflow:hidden;background:#fff}.hp-category-card{min-width:0}.hp-category-card__link{display:block;height:100%;text-decoration:none}.hp-category-card__image,.hp-product-card__image,.hp-blog-card__image{display:block}.hp-category-card__image img,.hp-product-card__image img,.hp-blog-card__image img{width:100%;max-width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.hp-blog-card__image img{aspect-ratio:16 / 10}.hp-category-card__content .hp-button{margin-top:.8rem}.hp-category-card__content,.hp-product-card__content,.hp-link-card,.hp-blog-card__content,.hp-trust-card{padding:.9rem}.hp-product-card__price,.hp-product__price{font-weight:700}.hp-product-card__meta{color:var(--hp-text-subtle);font-size:.9rem}.hp-home-best-sellers,.hp-home-guides{margin-top:1.5rem}.hp-review-summary{margin-top:1rem;color:var(--hp-text-subtle)}.hp-collection-intro__summary{margin-bottom:.9rem}.hp-collection-intro__details{border:1px solid var(--hp-border);border-radius:10px;padding:.75rem .85rem}.hp-capacity-links{margin-top:1rem}.hp-chip-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.5rem}.hp-chip{display:inline-flex;border:1px solid var(--hp-border);border-radius:999px;padding:.35rem .7rem;text-decoration:none}.hp-collection__header,.hp-collection__toolbar,.hp-collection__active-tags{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:1rem}.hp-collection__count,.hp-collection__active-tags{color:var(--hp-text-subtle)}.hp-collection__filters ul{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;padding:0;margin:.3rem 0 0}.hp-collection__filters a{border:1px solid var(--hp-border);border-radius:999px;padding:.25rem .6rem;text-decoration:none}.hp-collection__sort{display:flex;gap:.5rem;align-items:center}.hp-collection__sort select{border:1px solid var(--hp-border);padding:.4rem .6rem}.hp-pagination{margin-top:1rem}.hp-product{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hp-product__thumbs{margin-top:.7rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.hp-product__thumb img{aspect-ratio:1 / 1;object-fit:cover}.hp-product__content{display:grid;gap:.8rem}.hp-product__description,.hp-product__shipping-summary,.hp-product__care,.hp-product__use-cases{border:1px solid var(--hp-border);border-radius:12px;padding:.85rem}.hp-product__label{font-weight:700;margin-bottom:.45rem}.hp-product-form{display:grid;gap:.55rem;border:1px solid var(--hp-border);border-radius:12px;padding:.85rem}.hp-product-form input,.hp-product-form select{border:1px solid var(--hp-border);padding:.45rem .6rem}.hp-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:20;background:#fff;border-top:1px solid var(--hp-border);padding:.75rem var(--page-margin);display:none;align-items:center;justify-content:space-between;gap:.75rem}.hp-specs__table-wrap{overflow-x:auto}.hp-specs__table{width:100%;border-collapse:collapse}.hp-specs__table th,.hp-specs__table td{border:1px solid var(--hp-border);padding:.65rem;text-align:left;vertical-align:top}.hp-specs__table th{background:var(--hp-muted);width:34%}.hp-faq__items{display:grid;gap:.65rem}.hp-faq__item{border:1px solid var(--hp-border);border-radius:10px;padding:.7rem .8rem}.hp-faq__item summary{cursor:pointer;font-weight:600}.hp-faq__answer{margin-top:.55rem;color:var(--hp-text-subtle)}.hp-link-card h3,.hp-link-card p{margin-bottom:.45rem}.hp-link-card a{color:var(--hp-accent-dark);text-decoration:none;font-weight:600}.hp-blog-card__meta,.hp-article__meta{color:var(--hp-text-subtle);font-size:.92rem}.hp-article,.hp-page-content{max-width:900px}.hp-article__hero img{width:100%;border-radius:12px}.hp-article__header{margin:1rem 0}.hp-article__content{line-height:1.7}.hp-article__content h2,.hp-article__content h3{margin-top:1.4rem}.hp-article-toc{border:1px solid var(--hp-border);border-radius:10px;padding:.85rem}.hp-article-toc ol{margin:0;padding-left:1rem;display:grid;gap:.4rem}.hp-article-toc [data-article-toc-empty]{color:var(--hp-text-subtle)}.hp-footer{margin-top:auto;border-top:1px solid var(--hp-border);padding-top:1.2rem}.hp-footer__inner{grid-column:2;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hp-footer__title{font-weight:700;margin-bottom:.5rem}.hp-footer__brand{display:inline-flex;text-decoration:none;margin-bottom:.55rem}.hp-footer__logo{display:block;width:min(200px,100%);height:auto;object-fit:contain}.hp-footer__meta{color:var(--hp-text-subtle);margin-bottom:.45rem}.hp-footer__links{margin:0;padding:0;list-style:none;display:grid;gap:.45rem}.hp-footer__links a{text-decoration:none}.hp-newsletter-form{display:grid;gap:.55rem}.hp-newsletter-form input{border:1px solid var(--hp-border);padding:.5rem .6rem}.hp-newsletter-form button{width:fit-content}.hp-form-status{color:var(--hp-text-subtle);font-size:.92rem}.hp-footer__payments{grid-column:2;display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0 1.2rem}@media screen and (max-width: 989px){.hp-topbar__inner{min-height:2.5rem}.hp-topbar__messages li{font-size:.9rem}.hp-header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.75rem 0}.hp-header__brand{grid-column:1;max-width:min(var(--hp-logo-width, 260px),70vw)}.hp-header__actions{grid-column:3;justify-self:end}.hp-header__nav{grid-column:1 / -1;width:100%;justify-content:flex-start;gap:.55rem .95rem}.hp-header__nav-link{font-size:.97rem}.hp-header__nav-item--shop{padding-bottom:0;margin-bottom:0}.hp-header__nav-item--shop:after{display:none}.hp-header__mega{display:none}.hp-category-cards__grid,.hp-product-grid.hp-home-featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-choose-setup--subtle{padding:.9rem}}@media screen and (min-width: 990px){.hp-home-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.hp-choose-setup__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:1.25rem}.hp-choose-setup__grid--image_right .hp-choose-setup__media{order:2}.hp-choose-setup__grid--image_right .hp-choose-setup__content{order:1}}@media screen and (max-width: 749px){.hp-header__inner{grid-template-columns:1fr auto 1fr;row-gap:.7rem}.hp-header__brand{grid-column:2;justify-self:center;max-width:min(var(--hp-logo-width, 260px),58vw)}.hp-header__actions{grid-column:3;justify-self:end}.hp-header__nav{justify-content:center}.hp-category-cards__grid,.hp-product-grid.hp-home-featured-products__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(80%,1fr);overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.9rem;padding-bottom:.35rem}.hp-category-cards__grid>*,.hp-product-grid.hp-home-featured-products__grid>*{scroll-snap-align:start}.hp-sticky-atc{display:flex}.hp-footer{padding-bottom:4.5rem}}@media screen and (max-width: 480px){.hp-category-cards__grid,.hp-product-grid.hp-home-featured-products__grid{grid-auto-columns:minmax(88%,1fr)}}.page-product .hp-localization-form{display:none}.page-product .hp-pdp{display:block;margin:2rem 0 2.6rem;padding-inline:max(var(--page-margin),1rem)}.page-product .hp-pdp__inner{max-width:1200px;margin-inline:auto}.page-product .hp-pdp__grid{display:grid;gap:clamp(1.4rem,3vw,2.8rem);align-items:start}@media screen and (min-width: 990px){.page-product .hp-pdp__grid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}}.page-product .hp-pdp__media{display:grid;gap:.9rem}.page-product .hp-pdp__media-main{border:1px solid var(--hp-border);border-radius:16px;background:#fff;overflow:hidden;aspect-ratio:var(--hp-media-ratio, 1)}.page-product .hp-pdp__main-image-trigger{border:0;background:transparent;width:100%;height:100%;padding:0;cursor:zoom-in}.page-product .hp-pdp__main-image{width:100%;height:100%;object-fit:cover}.page-product .hp-pdp__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem}.page-product .hp-pdp__thumb-button{border:1px solid var(--hp-border);border-radius:10px;background:#fff;padding:0;overflow:hidden;cursor:pointer}.page-product .hp-pdp__thumb-button.is-active{border-color:var(--hp-accent);box-shadow:0 0 0 1px #1f6f8b33}.page-product .hp-pdp__thumb-button img{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover}.page-product .hp-pdp__lightbox{border:0;padding:.75rem;background:#fffffff7;max-width:min(96vw,1200px)}.page-product .hp-pdp__lightbox::backdrop{background:#111111b8}.page-product .hp-pdp__lightbox-close{border:1px solid var(--hp-border);background:#fff;border-radius:999px;padding:.35rem .7rem;margin:0 0 .6rem auto;cursor:pointer}.page-product .hp-pdp__lightbox img{width:100%;max-height:82vh;object-fit:contain}.page-product .hp-pdp__panel{display:grid;gap:.95rem;align-content:start}.page-product .hp-pdp__title{font-size:clamp(2rem,1.8vw,3rem);line-height:1.16;letter-spacing:-.01em}.page-product .hp-pdp__rating{display:inline-flex;align-items:center;gap:.55rem;color:var(--hp-text-subtle);font-size:.94rem;cursor:pointer}.page-product .hp-pdp__rating:focus-visible{outline:2px solid var(--hp-accent);outline-offset:2px;border-radius:6px}.page-product .hp-pdp__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.55rem .8rem}.page-product .hp-pdp__price{font-size:clamp(1.7rem,2vw,2.1rem)}.page-product .hp-pdp__compare{color:var(--hp-text-subtle);text-decoration:line-through}.page-product .hp-pdp__save{color:var(--hp-accent-dark);font-weight:600;font-size:.95rem}.page-product .hp-pdp__quick-benefits{display:grid;gap:.4rem;padding-left:1.2rem}.page-product .hp-pdp-form{gap:.75rem;border-radius:14px;padding:1rem}.page-product .hp-pdp__option{display:grid;gap:.5rem}.page-product .hp-pdp__option>label,.page-product .hp-pdp__option legend,.page-product .hp-pdp__quantity-wrap>label{font-weight:600}.page-product .hp-pdp__option select,.page-product .hp-pdp__quantity-wrap input{border:1px solid var(--hp-border);border-radius:10px;min-height:44px;padding:.5rem .65rem;background:#fff}.page-product .hp-pdp__pack-cards{display:grid;gap:.6rem}.page-product .hp-pdp__pack-card{position:relative;display:grid;gap:.28rem;border:1px solid var(--hp-border);border-radius:12px;padding:.8rem;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.page-product .hp-pdp__pack-card.is-selected{border-color:var(--hp-accent);box-shadow:0 0 0 1px #1f6f8b33}.page-product .hp-pdp__pack-input{position:absolute;opacity:0;pointer-events:none}.page-product .hp-pdp__pack-badge{display:inline-flex;justify-self:start;border-radius:999px;background:var(--hp-accent);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:.2rem .6rem}.page-product .hp-pdp__pack-name{font-weight:700}.page-product .hp-pdp__pack-meta{color:var(--hp-text-subtle);font-size:.9rem;line-height:1.35}.page-product .hp-pdp__pack-price{font-weight:700}.page-product .hp-pdp__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.page-product .hp-pdp__swatch-label{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--hp-border);border-radius:999px;padding:.35rem .55rem;cursor:pointer;background:#fff}.page-product .hp-pdp__swatch-label input{position:absolute;opacity:0;pointer-events:none}.page-product .hp-pdp__swatch-dot{width:.95rem;height:.95rem;border-radius:50%;border:1px solid #d0d7dc;background:var(--swatch-color, #f2f4f6)}.page-product .hp-pdp__swatch-label input:checked+.hp-pdp__swatch-dot{box-shadow:0 0 0 2px #1f6f8b40;border-color:var(--hp-accent)}.page-product .hp-pdp__swatch-label input:checked~.hp-pdp__swatch-text{font-weight:600}.page-product .hp-pdp__swatch-label input:focus-visible+.hp-pdp__swatch-dot{outline:2px solid var(--hp-accent);outline-offset:2px}.page-product .hp-pdp__swatch-text{font-size:.9rem}.page-product .hp-pdp__quantity-wrap{display:grid;gap:.5rem}.page-product .hp-pdp__submit{width:100%;min-height:48px;font-size:1rem}.page-product .hp-pdp__dynamic-checkout{margin-top:.15rem}.page-product .hp-pdp__trust-row{list-style:none;display:grid;gap:.4rem;padding:0;color:var(--hp-text-subtle);font-size:.9rem}@media screen and (min-width: 750px){.page-product .hp-pdp__trust-row{grid-template-columns:repeat(3,minmax(0,1fr))}}.page-product .hp-pdp__shipping-note{color:var(--hp-text-subtle);font-size:.92rem;line-height:1.45}.page-product .hp-pdp__shipping-note a{text-decoration:underline}.page-product .hp-pdp__details-wrap,.page-product .hp-pdp__block{display:grid;gap:.75rem}.page-product .hp-pdp__block{border:1px solid var(--hp-border);border-radius:14px;padding:1rem;background:#fff;margin-top:1rem}.page-product .hp-pdp__setup-grid{display:grid;gap:.6rem}@media screen and (min-width: 750px){.page-product .hp-pdp__setup-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.page-product .hp-pdp__setup-card{border:1px solid var(--hp-border);border-radius:11px;background:#fff;display:grid;gap:.25rem;text-align:left;padding:.7rem;cursor:pointer}.page-product .hp-pdp__setup-card.is-selected{border-color:var(--hp-accent);box-shadow:0 0 0 1px #1f6f8b33}.page-product .hp-pdp__setup-name{font-weight:600}.page-product .hp-pdp__setup-price{color:var(--hp-text-subtle);font-size:.9rem}.page-product .hp-pdp__included ul,.page-product .hp-pdp__benefits-list{display:grid;gap:.45rem;padding-left:1.2rem}.page-product .hp-pdp__description .rte{color:var(--hp-text-subtle);line-height:1.55}.page-product .hp-pdp__description .rte :is(h2,h3,h4){color:var(--color-foreground);margin-top:1rem}.page-product .hp-pdp-sticky{display:none}@media screen and (max-width: 749px){.page-product .hp-pdp{margin-top:1.25rem}.page-product .hp-pdp__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.page-product .hp-pdp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:24;display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.6rem var(--page-margin);border-top:1px solid var(--hp-border);background:#fff;transform:translateY(110%);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.page-product .hp-pdp-sticky.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.page-product .hp-pdp-sticky__meta{min-width:0}.page-product .hp-pdp-sticky__meta p{margin:0;font-size:.82rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:52vw}.page-product .hp-pdp-sticky__meta p[data-sticky-price]{font-size:.95rem;font-weight:700;color:var(--color-foreground)}.page-product .hp-pdp-sticky .hp-button{min-height:42px;padding:.5rem .85rem;font-size:.94rem;white-space:nowrap}body.page-product.hp-pdp-sticky-active{padding-bottom:7rem}body.page-product.hp-pdp-sticky-active .hp-footer{padding-bottom:7.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hydrationpack.css.map */
