.hdt-chat-fab,.hdt-chat-dialog{--chat-inset: 1.4rem;--chat-fab-size: 5.6rem;--chat-fab-radius: 1.6rem;--chat-gap: 1rem;--chat-radius: 2rem;--chat-row-radius: 1.2rem}.hdt-chat-fab,.hdt-chat-close,.hdt-chat-panel{background:rgb(var(--color-background-rgb) / .3);-webkit-backdrop-filter:blur(55px);backdrop-filter:blur(55px);border:1px solid var(--color-line-border);color:var(--color-foreground)}.hdt-chat-fab{position:fixed;inset-inline-end:var(--chat-inset);inset-block-end:calc(var(--bar-mobile-height, 0px) + var(--chat-bottom, 0px) + var(--chat-inset));z-index:calc(999 + var(--layer-sticky) - 1);display:grid;place-items:center;width:var(--chat-fab-size);height:var(--chat-fab-size);padding:0;border-radius:var(--chat-fab-radius);cursor:pointer;transition:opacity .2s ease,transform .2s ease,visibility 0s,inset-block-end .35s cubic-bezier(.19,1,.22,1)}.hdt-chat-fab:hover{background:rgb(var(--color-background-rgb) / .45)}.hdt-chat-fab__icon{position:relative;display:block;line-height:0}.hdt-chat-fab__icon svg{width:2.4rem;height:2.4rem}.hdt-chat-fab__dot{position:absolute;inset-block-start:-.1rem;inset-inline-end:-.2rem;width:.9rem;height:.9rem;border-radius:var(--rounded-full);background:#22c55e}html[scroll-lock] .hdt-chat-fab,html:has(.hdt-menu-mobile[open]) .hdt-chat-fab{opacity:0;visibility:hidden;transform:scale(.9);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility 0s .2s}.hdt-dialog.hdt-chat-dialog{inset:auto;inset-block-end:calc(var(--bar-mobile-height, 0px) + var(--chat-bottom, 0px) + var(--chat-inset));inset-inline-end:calc(var(--chat-inset) + var(--scrollbar-w, 0px));width:max-content;max-width:calc(100vw - (var(--chat-inset) * 2));height:auto;max-height:calc(100dvh - (var(--chat-inset) * 2));margin:0;padding:0;border:0;border-radius:0;background:transparent;overflow:visible;transform-origin:bottom right;transition:inset-block-end .35s cubic-bezier(.19,1,.22,1)}.hdt-dialog.hdt-chat-dialog:modal{display:flex;flex-direction:row;align-items:flex-end;gap:var(--chat-gap)}.hdt-dialog.hdt-chat-dialog[open]:not(.dialog-closing)::backdrop{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.hdt-chat-close{flex:0 0 auto;display:grid;place-items:center;width:var(--chat-fab-size);height:var(--chat-fab-size);padding:0;border-radius:var(--chat-fab-radius);cursor:pointer;transition:background-color .2s ease}.hdt-chat-close:hover{background:rgb(var(--color-background-rgb) / .45)}.hdt-chat-close svg{width:2.4rem;height:2.4rem}.hdt-chat-panel{width:min(38rem,calc(100vw - var(--chat-fab-size) - var(--chat-gap) - (var(--chat-inset) * 2)));max-height:calc(100dvh - (var(--chat-inset) * 2));padding:2rem;border-radius:var(--chat-radius);overflow-y:auto;overscroll-behavior:contain}.hdt-chat-panel__head{display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.hdt-chat-panel__title{font-size:var(--text-6xl);font-weight:var(--font-medium);line-height:1.2;margin:0}.hdt-chat-panel__avatars{display:flex;flex:0 0 auto}.hdt-chat-panel__avatars>*+*{margin-inline-start:-1.2rem}.hdt-chat-panel__avatar{width:4rem;height:4rem;border-radius:var(--rounded-full);object-fit:cover;border:2px solid rgb(var(--color-background-rgb) / .9)}.hdt-chat-panel__sub{margin:.6rem 0 0;font-size:var(--text-base);color:var(--color-foreground2)}.hdt-chat-list{display:flex;flex-direction:column;gap:.8rem;margin:1.6rem 0 0;padding:0;list-style:none}.hdt-chat-row{display:flex;align-items:center;gap:1.4rem;min-height:5.6rem;padding-inline:1.6rem;border-radius:var(--chat-row-radius);background:var(--color-background2);color:inherit;text-decoration:none;transition:background-color .2s ease}a.hdt-chat-row:hover{background:rgb(var(--color-text-rgb) / .12)}.hdt-chat-row__icon{flex:0 0 auto;display:inline-flex;line-height:0}.hdt-chat-row__icon :where(svg,img){width:2.2rem;height:2.2rem;object-fit:contain}.hdt-chat-row__label{flex:1 1 auto;min-width:0;font-size:var(--text-base);line-height:1.3}.hdt-chat-row__chevron{flex:0 0 auto;display:inline-flex;line-height:0;opacity:.7}.hdt-chat-row__chevron svg{width:1.8rem;height:1.8rem}@media screen and (max-width:479px){.hdt-chat-fab,.hdt-chat-dialog{--chat-fab-size: 5rem;--chat-radius: 1.8rem}.hdt-chat-panel{padding:1.6rem}.hdt-chat-panel__avatar{width:3.8rem;height:3.8rem}.hdt-chat-row{min-height:5rem;padding-inline:1.2rem;gap:1.1rem}}@media(prefers-reduced-motion:reduce){.hdt-chat-fab,.hdt-chat-dialog,.hdt-chat-row,.hdt-chat-close{transition:none}}.hdt-pr-acc__faq{display:block}.hdt-pr-acc__faq>details{display:block}.hdt-pr-acc__faq+.hdt-pr-acc__faq{border-block-start:1px solid var(--pra-line, #e5e5e5)}.hdt-pr-acc__faq-summary{display:flex;align-items:center;gap:clamp(10px,calc(3.4 * var(--pra-em)),20px);padding-block:clamp(12px,calc(3.8 * var(--pra-em)),20px);cursor:pointer;list-style:none}.hdt-pr-acc__faq-summary::-webkit-details-marker{display:none}.hdt-pr-acc__faq-question{flex:1 1 auto;min-width:0;font-size:var(--pra-text);line-height:1.4;color:var(--pra-accent, inherit)}.hdt-pr-acc__faq-summary[aria-expanded=true] .hdt-pr-acc__faq-question{font-weight:var(--font-semibold, 600)}.hdt-pr-acc__faq-chevron{flex:none;display:inline-flex;width:clamp(15px,calc(3.6 * var(--pra-em)),20px);color:var(--pra-muted, #7a7a7a);transition:transform .25s ease}.hdt-pr-acc__faq-chevron>svg{display:block;width:100%;height:auto}.hdt-pr-acc__faq-summary[aria-expanded=true] .hdt-pr-acc__faq-chevron{transform:rotate(180deg);color:var(--pra-accent, inherit)}@media(prefers-reduced-motion:reduce){.hdt-pr-acc__faq-chevron{transition:none}}.hdt-pr-acc__faq-panel{padding-block-end:clamp(14px,calc(4.4 * var(--pra-em)),24px)}.hdt-pr-acc__faq-panel>*+*{margin-block-start:clamp(12px,calc(3.8 * var(--pra-em)),20px)}.hdt-pr-acc__feature{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:clamp(12px,calc(4 * var(--pra-em)),24px);align-items:start}.hdt-pr-acc__feature-icon{display:inline-flex;flex:none;align-items:center;justify-content:center;width:clamp(20px,calc(4.4 * var(--pra-em)),30px);height:clamp(20px,calc(4.4 * var(--pra-em)),30px);margin-block-start:calc(var(--pra-text) * .15);color:var(--pra-accent, inherit)}.hdt-pr-acc__feature-icon :where(svg,img){width:100%;height:100%;object-fit:contain}.hdt-pr-acc__feature-text{min-width:0}.hdt-pr-acc__panel>.hdt-pr-acc__feature+.hdt-pr-acc__feature{margin-block-start:clamp(20px,calc(6.4 * var(--pra-em)),34px)}.hdt-pr-acc__images{display:grid;grid-template-columns:repeat(var(--pra-img-cols, 2),minmax(0,1fr));gap:clamp(6px,calc(2 * var(--pra-em)),14px)}.hdt-pr-acc__img{aspect-ratio:var(--pra-img-ratio, 1);border-radius:var(--pra-img-radius, 0px);overflow:hidden}.hdt-pr-acc__img>img{display:block;width:100%;height:100%;object-fit:cover}.hdt-pr-acc__pay-list{gap:clamp(6px,calc(1.9 * var(--pra-em)),11px);align-items:center}.hdt-pr-acc__pay-list .hdt-list-payment__item{display:inline-flex}.hdt-pr-acc__pay-list svg{display:block;width:auto;height:clamp(20px,calc(5.4 * var(--pra-em)),30px)}.hdt-pr-acc__ship-row{position:relative;display:grid;grid-template-columns:1.3fr 1fr;align-items:center;padding-block:clamp(14px,calc(4.6 * var(--pra-em)),26px)}.hdt-pr-acc__ship-what{padding-inline:clamp(12px,calc(3.7 * var(--pra-em)),22px);min-width:0}.hdt-pr-acc__ship-when{padding-inline:clamp(14px,calc(6.5 * var(--pra-em)),40px) clamp(10px,calc(3 * var(--pra-em)),18px);min-width:0}.hdt-pr-acc__ship-when:before{content:"";position:absolute;inset-inline-start:calc(100% * 1.3 / 2.3);inset-block:clamp(6px,calc(2 * var(--pra-em)),14px);width:1px;background:var(--pra-line, #e5e5e5)}.hdt-pr-acc__ship-when:only-child{grid-column:1 / -1}.hdt-pr-acc__ship-when:only-child:before{display:none}.hdt-pr-acc__ship-line{display:flex;align-items:center;flex-wrap:wrap;gap:clamp(6px,calc(1.9 * var(--pra-em)),12px);min-width:0}.hdt-pr-acc__ship-name,.hdt-pr-acc__ship-value{font-size:calc(var(--pra-text) * 1.05);font-weight:var(--font-semibold, 600);line-height:1.3;color:var(--pra-accent, inherit)}.hdt-pr-acc__ship-sub{margin-block-start:clamp(3px,calc(1.1 * var(--pra-em)),7px);font-size:calc(var(--pra-text) * .88);line-height:1.35;color:var(--pra-muted, #6b6b6b)}.hdt-pr-acc__ship-clock{display:inline-flex;flex:none;align-items:center;justify-content:center;width:clamp(14px,calc(3.2 * var(--pra-em)),21px);height:clamp(14px,calc(3.2 * var(--pra-em)),21px);color:var(--pra-muted, #6b6b6b)}.hdt-pr-acc__ship-clock>svg{width:100%;height:100%}.hdt-pr-acc__ship-badge{display:inline-flex;align-items:center;padding:calc(.7 * var(--pra-em)) calc(1.8 * var(--pra-em));border-radius:clamp(4px,calc(1.2 * var(--pra-em)),7px);font-size:calc(var(--pra-text) * .82);font-weight:var(--font-medium, 500);line-height:1.25;white-space:nowrap}.hdt-pr-acc__ship-badge--success{background:var(--pra-badge-success-bg, #e6f4ea);color:var(--pra-badge-success-text, #1b7f3b)}.hdt-pr-acc__ship-badge--neutral{background:var(--pra-badge-neutral-bg, #f1f1f1);color:var(--pra-badge-neutral-text, #6b6b6b)}@container container_prinfo (width < 390px){.hdt-pr-acc__ship-row{grid-template-columns:1fr;row-gap:clamp(8px,calc(2.6 * var(--pra-em)),14px)}.hdt-pr-acc__ship-when{padding-inline:clamp(12px,calc(3.7 * var(--pra-em)),22px)}.hdt-pr-acc__ship-when:before{display:none}}.hdt-pr-acc__ship{border:1px solid var(--pra-line, #e5e5e5);border-radius:clamp(8px,calc(2.6 * var(--pra-em)),14px);overflow:hidden}.hdt-pr-acc__ship>*:not(:first-child){border-block-start:1px solid var(--pra-line, #e5e5e5)}.hdt-pr-acc__specs>*{border-block-start:1px solid var(--pra-line, #e5e5e5)}.hdt-pr-acc__panel>*+.hdt-pr-acc__specs{margin-block-start:clamp(20px,calc(6.4 * var(--pra-em)),34px)}.hdt-pr-acc__spec{display:flex;align-items:baseline;justify-content:space-between;gap:clamp(12px,calc(4 * var(--pra-em)),24px);padding-block:clamp(10px,calc(3.4 * var(--pra-em)),18px)}.hdt-pr-acc__spec-label{font-size:var(--pra-text);font-weight:var(--font-semibold, 600);line-height:1.35;color:var(--pra-accent, inherit)}.hdt-pr-acc__spec-value{font-size:var(--pra-text);line-height:1.35;text-align:end;color:var(--pra-accent, inherit)}.hdt-pr-acc{--pra-em: calc(var(--pra-scale, 1) * 1cqw);--pra-pad-x: clamp(16px, calc(6 * var(--pra-em)), 34px);--pra-text: clamp(13px, calc(2.9 * var(--pra-em)), 16px);--pra-gap-y: clamp(16px, calc(5 * var(--pra-em)), 26px)}.hdt-pr-acc.hdt-product-info__item{display:block;padding:0;border:1px solid var(--pra-border, #e5e5e5);border-radius:var(--pra-radius, 14px);overflow:hidden;color:var(--color-foreground)}.hdt-pr-acc__row{display:block}.hdt-pr-acc__row>details{display:block}.hdt-pr-acc__row+.hdt-pr-acc__row{border-block-start:1px solid var(--pra-line, #e5e5e5)}.hdt-pr-acc__summary{position:relative;display:flex;align-items:center;gap:clamp(12px,calc(5.2 * var(--pra-em)),28px);min-height:clamp(62px,calc(13 * var(--pra-em)),94px);padding-block:clamp(14px,calc(4 * var(--pra-em)),22px);padding-inline:var(--pra-pad-x);cursor:pointer;list-style:none}.hdt-pr-acc__summary::-webkit-details-marker{display:none}.hdt-pr-acc__summary:after{content:"";position:absolute;inset-inline:var(--pra-pad-x);inset-block-end:0;height:1px;background:var(--pra-line, #e5e5e5);opacity:0}.hdt-pr-acc__summary[aria-expanded=true]:after{opacity:1}.hdt-pr-acc__icon{flex:none;display:inline-flex;align-items:center;justify-content:center;width:clamp(22px,calc(4.6 * var(--pra-em)),34px);height:clamp(22px,calc(4.6 * var(--pra-em)),34px);background:none;border-radius:0;padding:0;color:var(--pra-muted, #7a7a7a)}.hdt-pr-acc__icon :where(svg,img){width:100%;height:100%;object-fit:contain}.hdt-pr-acc__title{flex:1 1 auto;min-width:0;font-size:clamp(14px,calc(3.3 * var(--pra-em)),19px);font-weight:var(--font-normal, 400);line-height:1.35}.hdt-pr-acc__summary[aria-expanded=true] .hdt-pr-acc__title{font-weight:var(--font-semibold, 600)}.hdt-pr-acc__chevron{flex:none;display:inline-flex;width:clamp(17px,calc(4.2 * var(--pra-em)),24px);color:var(--pra-muted, #7a7a7a);transition:transform .25s ease}.hdt-pr-acc__chevron>svg{display:block;width:100%;height:auto}.hdt-pr-acc__summary[aria-expanded=true] .hdt-pr-acc__chevron{transform:rotate(180deg);color:var(--pra-accent, inherit)}@media(prefers-reduced-motion:reduce){.hdt-pr-acc__chevron{transition:none}}.hdt-pr-acc__panel{padding-inline:var(--pra-pad-x);padding-block:var(--pra-gap-y) clamp(20px,calc(7 * var(--pra-em)),40px);font-size:var(--pra-text);line-height:1.65}.hdt-pr-acc__panel>*+*{margin-block-start:var(--pra-gap-y)}.hdt-pr-acc__panel>.hdt-pr-acc__faq+.hdt-pr-acc__faq{margin-block-start:0}.hdt-pr-acc__panel>.hdt-pr-acc__faq:first-child{margin-block-start:calc(var(--pra-gap-y) * -.5)}.hdt-pr-acc__subheading{font-weight:var(--font-semibold, 600);line-height:1.4;color:var(--pra-accent, inherit)}.hdt-pr-acc__subheading+.hdt-pr-acc__body{margin-block-start:clamp(6px,calc(1.8 * var(--pra-em)),10px)}.hdt-pr-acc__body{color:var(--pra-muted, #6b6b6b)}.hdt-pr-acc__body>p+p{margin-block-start:.8em}.hdt-pr-acc__body :where(a){color:inherit;text-decoration:underline;text-underline-offset:.25em}.hdt-pr-acc__rule{border:0;border-block-start:1px solid var(--pra-line, #e5e5e5);margin-block:0}.hdt-pr-benefits__item{position:relative;display:flex;align-items:center;gap:clamp(10px,calc(3.56 * var(--pb-em)),18px);min-width:0;padding-block:clamp(16px,calc(5.36 * var(--pb-em)),26px);padding-inline:8px}.hdt-pr-benefits__icon{display:inline-flex;flex:none;align-items:center;justify-content:center}.hdt-pr-benefits__icon :where(svg,img){width:clamp(18px,calc(5.28 * var(--pb-em)),26px);height:clamp(18px,calc(5.28 * var(--pb-em)),26px);object-fit:contain}.hdt-pr-benefits__label{font-size:clamp(12px,calc(3.19 * var(--pb-em)),15px);line-height:1.3;min-width:0}@container container_prinfo (width < 390px){.hdt-pr-benefits__item{gap:8px;padding-inline:4px}}.hdt-pr-benefits{--pb-em: calc(var(--pb-scale, 1) * 1cqw)}.hdt-pr-benefits.hdt-product-info__item{display:grid;grid-template-columns:1fr 1fr;column-gap:0;color:var(--color-foreground)}.hdt-pr-benefits--align-center .hdt-pr-benefits__item{justify-content:center}.hdt-pr-benefits--align-start .hdt-pr-benefits__item{justify-content:flex-start}.hdt-pr-benefits__item:nth-child(2n):before{content:"";position:absolute;inset-inline-start:0;top:0;width:1px;height:100%;background:var(--pb-divider, #dadada)}.hdt-pr-benefits__item:nth-child(n+3){border-block-start:1px solid var(--pb-divider, #dadada)}.hdt-pr-offer{--po-em: calc(var(--po-scale, 1) * 1cqw);background:var(--po-bg, #fafbf6);border:1px solid var(--po-border, #d4dcc7);border-radius:var(--po-radius, 8px);padding:clamp(16px,calc(4.7 * var(--po-em)),26px);color:var(--color-foreground)}.hdt-pr-offer__top{display:grid;grid-template-columns:1fr 1fr;align-items:center;column-gap:12px}.hdt-pr-offer__top--no-timer{grid-template-columns:1fr}.hdt-pr-offer__lead{display:inline-flex;align-items:center;gap:clamp(7px,calc(2.3 * var(--po-em)),12px);min-width:0}.hdt-pr-offer__badge{display:inline-flex;flex:none;color:var(--po-accent, #d51b27)}.hdt-pr-offer__badge svg{width:clamp(24px,calc(7.3 * var(--po-em)),34px);height:clamp(24px,calc(7.3 * var(--po-em)),34px)}.hdt-pr-offer__label{font-size:clamp(12px,calc(3.19 * var(--po-em)),15px);line-height:1;letter-spacing:.02em;text-transform:uppercase;color:var(--po-accent, #d51b27)}.hdt-pr-offer__timer{position:relative;display:flex;align-items:baseline;justify-content:center;gap:6px;font-size:clamp(13px,calc(3.52 * var(--po-em)),17px);line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.hdt-pr-offer__timer:before{content:"";position:absolute;inset-inline-start:-6px;top:50%;translate:0 -50%;width:1px;height:clamp(26px,calc(7.9 * var(--po-em)),36px);background:var(--po-divider, #dadada)}.hdt-pr-offer__unit sup{font-size:.71em;margin-inline-start:1px;vertical-align:baseline;text-transform:uppercase}.hdt-pr-offer__colon{opacity:.55}.hdt-pr-offer__rule{height:1px;margin-block:clamp(14px,calc(4.2 * var(--po-em)),22px);background:var(--po-divider, #dadada)}.hdt-pr-offer__eyebrow{font-size:clamp(16px,calc(4.44 * var(--po-em)),22px);line-height:1.25;margin:0}.hdt-pr-offer__headline{display:flex;align-items:center;flex-wrap:wrap;gap:.32em;margin:clamp(6px,calc(2 * var(--po-em)),11px) 0 0;font-size:clamp(24px,calc(7.92 * var(--po-em)),38px);line-height:1.2;letter-spacing:-.01em}.hdt-pr-offer__highlight{color:var(--po-highlight, #179546)}.hdt-pr-offer__pill{display:inline-flex;align-items:center;padding:calc(.8 * var(--po-em)) calc(2 * var(--po-em));border-radius:6px;font-size:clamp(10.5px,calc(2.84 * var(--po-em)),14px);line-height:1.2;letter-spacing:0;white-space:nowrap;background:var(--po-pill-bg, #e7edd9);color:var(--po-pill-color, #29682a)}.hdt-pr-offer__note{margin:clamp(7px,calc(2.5 * var(--po-em)),13px) 0 0;font-size:clamp(12px,calc(3.19 * var(--po-em)),15px);line-height:1.4;color:var(--po-note, #737375)}@container container_prinfo (width < 390px){.hdt-pr-offer__top{grid-template-columns:1fr;row-gap:10px}.hdt-pr-offer__timer{justify-content:flex-start}.hdt-pr-offer__timer:before{display:none}}.hdt-stock-delivery.hdt-product-info__item{display:block;padding-block-end:clamp(12px,3.2cqw,18px);border-block-end:1px solid var(--color-line-border)}.hdt-stock-delivery__row{display:flex;align-items:center;flex-wrap:wrap;gap:clamp(10px,2.8cqw,16px);color:var(--color-foreground);font-size:clamp(11px,2.9cqw,14px);line-height:1.35}.hdt-stock-delivery__stock{--sd-color: var(--sd-out, var(--color-error-text));display:inline-flex;align-items:center;gap:1rem;min-width:0}.hdt-stock-delivery__stock--in{--sd-color: var(--sd-in, var(--color-success-text))}.hdt-stock-delivery__dot{position:relative;flex:none;inline-size:8px;block-size:8px;border-radius:var(--rounded-full, 999px);background:var(--sd-color)}.hdt-stock-delivery__dot.is-pulsing:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--sd-color);animation:hdt-stock-pulse 1.8s ease-out infinite}@keyframes hdt-stock-pulse{0%{transform:scale(1);opacity:.55}to{transform:scale(2.6);opacity:0}}@media(prefers-reduced-motion:reduce){.hdt-stock-delivery__dot.is-pulsing:after{animation:none;opacity:0}}.hdt-stock-delivery__sep{flex:none;inline-size:1px;block-size:1.6em;background:var(--color-line-border)}.hdt-stock-delivery__delivery{display:inline-flex;align-items:center;gap:.9rem;min-width:0}.hdt-stock-delivery__icon{display:inline-flex;flex:none;align-items:center}.hdt-stock-delivery__icon svg{inline-size:clamp(15px,3.8cqw,18px);block-size:clamp(15px,3.8cqw,18px)}.hdt-stock-delivery__label{font-weight:var(--font-semibold)}.hdt-stock-delivery__range{white-space:nowrap}@container container_prinfo (width < 390px){.hdt-stock-delivery__row{gap:10px}.hdt-stock-delivery__delivery{gap:7px}}.hdt-product__price .hdt-compare-at-price{color:var(--color-foreground2);font-size:.7em}.hdt-product__price .hdt-price{font-size:1.1em}.hdt-product__price .hdt-price,.hdt-product__price .hdt-compare-at-price:not([hidden])+.hdt-price .hdt-money{color:var(--color-foreground)}.hdt-product__save-pill{display:inline-flex;align-items:center;margin-inline-start:.8rem;padding:.4rem .9rem;background:#ecfbef;border:1px solid #c6d4ca;color:#14521a;border-radius:4px;font-size:1.1rem;font-weight:500;letter-spacing:.02em;line-height:1;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.hdt-product__safe-checkout .hdt-cart-safe-checkout{padding:0}.hdt-social-proof{--sp-size: var(--sp-avatar-size, 40px);--sp-fs: var(--sp-text-size, 12px);display:inline-flex;align-items:center;gap:calc(var(--sp-size) * .38);max-width:100%;text-align:start;font-size:var(--sp-fs);line-height:1.12;color:var(--sp-text-color, #ffffff)}@media(max-width:767.98px){.hdt-social-proof{--sp-size: var(--sp-avatar-size-mb, 27px);--sp-fs: var(--sp-text-size-mb, 11px)}}.hdt-social-proof__avatars{display:flex;flex:none}.hdt-social-proof__avatar{position:relative;z-index:1;width:var(--sp-size);height:var(--sp-size);border-radius:50%;object-fit:cover;overflow:hidden}.hdt-social-proof__avatar:nth-child(2){z-index:2}.hdt-social-proof__avatar+.hdt-social-proof__avatar{margin-inline-start:calc(var(--sp-size) * -.58)}.hdt-social-proof__text{min-width:0}.hdt-social-proof__names{display:block;font-weight:700}.hdt-social-proof__verified{display:inline-flex;vertical-align:-.23em;margin-inline-start:5px;color:var(--sp-verified-color, #1D9BF0)}.hdt-social-proof__verified svg{width:11px;height:auto}.hdt-social-proof__sub{display:block;font-weight:400}.hdt-video-carousel__card{position:relative;width:100%;height:var(--vc-card-h);border-radius:var(--vc-radius);overflow:hidden;background-color:var(--vc-card-bg);cursor:pointer}.hdt-video-carousel__video{display:block;width:100%;height:100%;object-fit:cover}.hdt-video-carousel__controls{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.hdt-video-carousel__play{display:grid;place-content:center;width:var(--vc-play-size);height:var(--vc-play-size);padding:0;background:#ffffff26;backdrop-filter:blur(var(--vc-play-blur));-webkit-backdrop-filter:blur(var(--vc-play-blur));border:1px solid rgba(255,255,255,.2);border-radius:var(--rounded-full, 50%);cursor:pointer;pointer-events:auto;transition:transform .2s ease,opacity .2s ease}.hdt-video-carousel__play:hover{transform:scale(1.1)}.hdt-video-carousel__play[aria-pressed=true]{opacity:0;pointer-events:none}.hdt-video-carousel__play[aria-pressed=true]:focus-visible{opacity:1;pointer-events:auto}.hdt-video-carousel__play svg{width:var(--vc-play-icon);height:var(--vc-play-icon);fill:#fff}.hdt-video-carousel{--vc-slides: 3;--vc-card-h: var(--vc-card-h-lg);--vc-gap: 1.2rem;--vc-radius: 1rem;--vc-card-bg: #000000;--vc-play-size: 3rem;--vc-play-icon: 1.2rem;--vc-play-blur: 1rem;display:block;width:100%}.hdt-video-carousel__slider{--slide-size-set: calc(100% / var(--vc-slides));--slide-spacing: var(--vc-gap)}.hdt-video-carousel__nav{--inset: .8rem}.hdt-video-carousel__nav button.hdt-video-carousel__arrow{display:flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;background:#ffffff4d;backdrop-filter:blur(1.2rem);-webkit-backdrop-filter:blur(1.2rem);border:1px solid rgba(255,255,255,.2);border-radius:var(--rounded-full, 50%);color:#1c1c1c;cursor:pointer;z-index:10}.hdt-video-carousel__nav button.hdt-video-carousel__arrow:hover{background:#ffffff80}.hdt-video-carousel__arrow svg{width:1.2rem;height:1.2rem}.hdt-video-carousel .hdt-slider-dots{--dots-spacing: 1.2rem}@media(max-width:767.98px){.hdt-video-carousel{--vc-slides: 2.2;--vc-gap: .8rem;--vc-play-size: 2.5rem;--vc-play-icon: 1rem;--vc-card-h: var(--vc-card-h-mb)}}
/*# sourceMappingURL=/cdn/shop/t/105/compiled_assets/styles.css.map */
