product-highlights-reveal{display:block;background-color:var(--hlr-bg,#fff);padding-top:var(--hlr-pt,var(--container-vertical-space));padding-bottom:var(--hlr-pb,var(--container-vertical-space));overflow:hidden;color:var(--hlr-text,inherit)}product-highlights-reveal.has-top-margin{margin-top:var(--container-vertical-space)}product-highlights-reveal .section-heading{margin-bottom:1.25rem}product-highlights-reveal .section-heading__title{color:var(--hlr-text,inherit)}product-highlights-reveal .section-heading__subtitle{color:var(--hlr-text,inherit);opacity:.65}.hlr-slider{overflow:hidden;position:relative;cursor:grab;touch-action:pan-y}.hlr-slider:active{cursor:grabbing}.hlr-track{display:flex;transition:transform .38s cubic-bezier(.25,.46,.45,.94);will-change:transform}.hlr-slide{flex:0 0 calc(100% / var(--hlr-cols,4));padding:0 6px;box-sizing:border-box}.hlr-card{position:relative;border-radius:var(--hlr-card-radius,12px);overflow:hidden;aspect-ratio:var(--hlr-card-ratio,3 / 4);background:#111;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.hlr-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.hlr-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;-webkit-touch-callout:none;-webkit-user-drag:none;user-select:none;-webkit-user-select:none;pointer-events:none}.hlr-card.is-expanded .hlr-card__img{transform:scale(1.03)}.hlr-placeholder{width:100%;height:100%;display:block}.hlr-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgba(0,0,0,var(--hlr-tint,0));pointer-events:none;transition:background .4s ease}.hlr-card__dim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#0000;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);transition:background .4s cubic-bezier(.4,0,.2,1),backdrop-filter .4s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .4s cubic-bezier(.4,0,.2,1);pointer-events:none;will-change:background,backdrop-filter}.hlr-card.is-expanded .hlr-card__dim{background:rgba(0,0,0,var(--hlr-dim-opacity,.5));backdrop-filter:blur(var(--hlr-blur,0px));-webkit-backdrop-filter:blur(var(--hlr-blur,0px))}.hlr-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.12) 45%,transparent 72%);pointer-events:none}.hlr-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;flex-direction:column;justify-content:flex-end;padding:18px 20px 22px;pointer-events:none}.hlr-card__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.4,0,.2,1) .18s;pointer-events:none}.hlr-card.is-expanded .hlr-card__body{grid-template-rows:1fr;transition:grid-template-rows .42s cubic-bezier(.4,0,.2,1)}.hlr-card__body-inner{overflow:hidden;min-height:0;color:#ffffffe6;font-size:var(--hlr-body-size,.9rem);font-weight:var(--hlr-body-weight,400);font-style:var(--hlr-body-style,normal);line-height:1.62;opacity:0;transition:opacity .22s ease 0s}.hlr-card.is-expanded .hlr-card__body-inner{opacity:1;transition:opacity .35s ease .2s}.hlr-card__body-inner p{margin:0 0 .65em}.hlr-card__body-inner p:last-child{margin-bottom:14px}.hlr-card__caption{display:block;font-size:var(--hlr-caption-size,11px);font-weight:500;letter-spacing:.09em;color:#ffffffa6;line-height:1.3;margin-bottom:5px}.hlr-card__label{font-size:var(--hlr-label-size,22px);font-weight:var(--hlr-label-weight,700);color:#fff;line-height:1.15;display:block}.hlr-card__plus{position:absolute;top:16px;right:16px;z-index:5;width:38px;height:38px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);background:#ffffff26;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;font-size:1.5rem;font-weight:300;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-family:inherit;transition:background .2s ease,border-color .2s ease}.hlr-card__plus span{display:inline-block;transition:transform .35s ease;line-height:1}.hlr-card__plus:hover{background:#ffffff47;border-color:#fffc}.hlr-card.is-expanded .hlr-card__plus{background:#ffffff40;border-color:#ffffffbf}.hlr-card.is-expanded .hlr-card__plus span{transform:rotate(45deg)}product-highlights-reveal[data-plus-pos=top-left] .hlr-card__plus{right:auto;left:16px}product-highlights-reveal[data-plus-pos=bottom-right] .hlr-card__plus{top:auto;bottom:20px}product-highlights-reveal[data-plus-pos=bottom-left] .hlr-card__plus{top:auto;bottom:20px;right:auto;left:16px}product-highlights-reveal[data-plus-pos=bottom-left] .hlr-card__overlay{padding-left:62px}product-highlights-reveal[data-plus-pos=bottom-right] .hlr-card__overlay{padding-right:62px}.hlr-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:38px;height:38px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);background:#ffffff26;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .2s ease,border-color .2s ease,opacity .25s,visibility .25s}.hlr-arrow:hover{background:#ffffff47;border-color:#fffc}.hlr-arrow--prev{left:10px}.hlr-arrow--next{right:10px}.hlr-arrow:disabled{opacity:0;pointer-events:none;visibility:hidden}.hlr-dots{display:flex;justify-content:center;align-items:center;gap:6px;padding:14px 0 2px}.hlr-dot{width:8px;height:8px;border-radius:50%;border:none;background:#0000002e;cursor:pointer;padding:0;transition:background .25s ease,transform .2s ease}.hlr-dot.is-active{background:#1a1a1a;transform:scale(1.3)}.hlr-cta-wrap{display:flex;justify-content:center;margin-top:28px;--color-text-main: var(--hlr-text, #1a1a1a);--color-foreground-main: var(--hlr-bg, #fff);--color-borders-forms-primary: var(--hlr-text, #1a1a1a)}@media(min-width:768px)and (max-width:1023px){.hlr-slide{flex:0 0 calc(100%/min(var(--hlr-cols,4),2))}}@media(max-width:767px){.hlr-slider{margin:0 calc(-1 * var(--gutter-container,20px))}.hlr-slide{flex:0 0 88%}.hlr-card{aspect-ratio:var(--hlr-card-ratio-mob,4 / 5)}.hlr-dot{width:7px;height:7px}.hlr-arrow:disabled{opacity:.3;pointer-events:none;visibility:visible}}
/*# sourceMappingURL=/cdn/shop/t/203/assets/section-product-highlights-reveal.css.map */
