.hermosa-product-carousel{position:relative;width:100%;overflow:hidden;padding:var(--h-padding-top) 0 var(--h-padding-bottom);background:var(--h-bg);color:var(--h-text)}.hermosa-product-carousel__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 var(--h-side) 24px}.hermosa-product-carousel__eyebrow{margin:0 0 8px;color:var(--h-muted);font-size:11px;line-height:1.2;letter-spacing:.14em;text-transform:uppercase}.hermosa-product-carousel__heading{max-width:900px;margin:0;font-size:clamp(30px,4vw,64px);line-height:.98;font-weight:400;letter-spacing:-.035em}.hermosa-product-carousel__intro{max-width:620px;margin-top:14px;color:var(--h-muted);font-size:14px;line-height:1.55}.hermosa-product-carousel__controls{display:flex;flex:0 0 auto;gap:8px}.hermosa-product-carousel__arrow{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid currentColor;border-radius:999px;background:transparent;color:var(--h-text);opacity:.75;cursor:pointer;transition:background .25s ease,color .25s ease,opacity .25s ease}.hermosa-product-carousel__arrow:hover{background:var(--h-text);color:var(--h-bg);opacity:1}.hermosa-product-carousel__arrow:disabled{opacity:.25;cursor:default}.hermosa-product-carousel__track{display:flex;gap:var(--h-gap);width:100%;overflow-x:auto;padding:0 var(--h-side) 12px;box-sizing:border-box;scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;cursor:grab;touch-action:pan-x}.hermosa-product-carousel__track::-webkit-scrollbar{display:none}.hermosa-product-carousel__track.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.hermosa-product-card{flex:0 0 min(var(--h-card-width),540px);min-width:0;scroll-snap-align:start}.hermosa-product-card__media-link,.hermosa-product-card__media{position:relative;display:block;width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--h-radius);background:var(--h-card-bg);color:inherit;text-decoration:none}.hermosa-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;backface-visibility:hidden;transition:opacity .58s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.hermosa-product-card__image--main{z-index:1;opacity:1;transform:scale(1)}.hermosa-product-card__image--hover{z-index:2;opacity:0;transform:scale(1.015)}@media(hover:hover)and (pointer:fine){.hermosa-product-card__media:hover .hermosa-product-card__image--main,.hermosa-product-card__media-link:hover .hermosa-product-card__image--main{opacity:0;transform:scale(1.015)}.hermosa-product-card__media:hover .hermosa-product-card__image--hover,.hermosa-product-card__media-link:hover .hermosa-product-card__image--hover{opacity:1;transform:scale(1)}}.hermosa-product-card__overlay{position:absolute;inset:auto 0 0;z-index:3;padding:72px 22px 22px;color:var(--h-overlay-text);background:linear-gradient(to top,#00000094,#0000);pointer-events:none}.hermosa-product-card__overlay-title{margin:0;font-size:clamp(24px,2.5vw,42px);line-height:1;font-weight:400;letter-spacing:-.03em}.hermosa-product-card__body{padding:16px 2px 0}.hermosa-product-card__topline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hermosa-product-card__title{margin:0;font-size:17px;line-height:1.25;font-weight:400}.hermosa-product-card__price{flex:0 0 auto;color:var(--h-muted);font-size:14px;line-height:1.25}.hermosa-product-card__copy{max-width:44ch;margin:8px 0 0;color:var(--h-muted);font-size:13px;line-height:1.5}.hermosa-product-card__rating{display:flex;align-items:center;gap:7px;margin-top:11px;color:var(--h-muted);font-size:12px;line-height:1}.hermosa-product-card__stars{color:var(--h-text);letter-spacing:.08em}.hermosa-product-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:16px;padding:11px 20px;border:1px solid var(--h-button-bg);border-radius:var(--h-button-radius);background:var(--h-button-bg);color:var(--h-button-text);text-decoration:none;font-size:12px;line-height:1;letter-spacing:.08em;text-transform:uppercase;transition:transform .2s ease,opacity .2s ease}.hermosa-product-card__button:hover{transform:translateY(-1px);opacity:.88}.hermosa-product-carousel__suns{display:flex;align-items:center;justify-content:center;gap:var(--h-sun-gap);min-height:58px;padding:20px var(--h-side) 0}.hermosa-product-carousel__sun{display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;background:transparent;cursor:pointer;opacity:.28;transform:scale(.68);transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .3s ease}.hermosa-product-carousel__sun img{display:block;width:100%;height:100%;object-fit:contain}.hermosa-product-carousel__sun.is-active{opacity:1;transform:scale(1.65)}.hermosa-product-carousel__reviews{padding:34px var(--h-side) 0}.hermosa-product-carousel__reviews-heading{margin:0 0 18px;font-size:24px;line-height:1.1;font-weight:400}.hermosa-product-carousel__app-block+.hermosa-product-carousel__app-block{margin-top:20px}@media screen and (max-width:749px){.hermosa-product-carousel{--h-side: 16px;--h-radius: var(--h-mobile-radius)}.hermosa-product-carousel__header{align-items:flex-start;padding-bottom:18px}.hermosa-product-carousel__controls{display:none}.hermosa-product-card{flex-basis:var(--h-mobile-card-width)}.hermosa-product-card__overlay{padding:64px 18px 18px}.hermosa-product-carousel__suns{gap:8px;padding-top:14px}.hermosa-product-carousel__sun{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.hermosa-product-carousel__track{scroll-behavior:auto}.hermosa-product-card__image,.hermosa-product-carousel__sun{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/hermosa-product-carousel.css.map */
