.hc-featured-collection{--hc-fc-color-dark: #0E0E0E;--hc-fc-color-black: #000000;--hc-fc-color-white: #FFFFFF;--hc-fc-card-gradient: linear-gradient(0deg, #FFFFFF 0%, #EAEAEA 100%);--hc-fc-color-title: #000000;--hc-fc-color-cta-border: #000000;--hc-fc-color-cta-text: #000000;--hc-fc-color-badge-bg: #0E0E0E;--hc-fc-color-badge-text: #FFFFFF;--hc-fc-color-indicator: #0E0E0E;--hc-fc-color-arrow: #000000;--hc-fc-font-heading: var(--FONT-STACK-HEADING);--hc-fc-font-body: var(--FONT-STACK-BODY);--hc-fc-section-pt: 60px;--hc-fc-section-pb: 60px;--hc-fc-header-max-w: 1680px;--hc-fc-header-px: 48px;--hc-fc-cards-gap: 20px;--hc-fc-cards-offset: 120px;--hc-fc-card-info-px: 24px;--hc-fc-card-w: 400px;--hc-fc-card-img-h: 533px;--hc-fc-dot-size: 11px;--hc-fc-dot-active-w: 47px}.hc-featured-collection{width:100%;padding-top:var(--hc-fc-section-pt);padding-bottom:var(--hc-fc-section-pb);overflow:hidden}.hc-featured-collection__wrapper{display:flex;flex-direction:column;align-items:center;gap:40px}.hc-featured-collection__header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 var(--hc-fc-header-px) 0 var(--hc-fc-cards-offset)}.hc-featured-collection__header-left{display:flex;align-items:flex-end;gap:32px}.hc-featured-collection__title{font-family:var(--hc-fc-font-heading);font-weight:500;font-size:clamp(30px,3.125vw,60px);line-height:1.2;text-transform:uppercase;color:var(--hc-fc-color-title);margin:0;letter-spacing:-.02em}.hc-featured-collection__cta{display:inline-flex;justify-content:center;align-items:center;padding:16px 32px;border:1px solid var(--hc-fc-color-cta-border);border-radius:100px;font-family:var(--hc-fc-font-body);font-weight:700;font-size:14px;line-height:1.2;text-transform:uppercase;color:var(--hc-fc-color-cta-text);text-decoration:none;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.hc-featured-collection__cta:hover{background-color:var(--hc-fc-color-cta-border);color:var(--hc-fc-color-white)}.hc-featured-collection__cta-mobile{display:none}.hc-featured-collection__nav{display:flex;align-items:center;gap:24px}.hc-featured-collection__nav-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:var(--hc-fc-color-arrow);transition:opacity .2s ease}.hc-featured-collection__nav-btn:disabled{opacity:.3;cursor:default}.hc-featured-collection__nav-btn:not(:disabled):hover{opacity:.6}.hc-featured-collection__carousel{width:100%;overflow:hidden}.hc-featured-collection__track{display:flex;gap:var(--hc-fc-cards-gap);padding-left:var(--hc-fc-cards-offset);padding-right:var(--hc-fc-header-px)}.hc-featured-collection__card{display:flex;flex-direction:column;align-items:center;flex:0 0 var(--hc-fc-card-w);text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s ease}.hc-featured-collection__card:hover{transform:translateY(-2px)}.hc-featured-collection__card-media{position:relative;width:100%;height:var(--hc-fc-card-img-h);background:var(--hc-fc-card-gradient);overflow:hidden;display:flex;align-items:center;justify-content:center}.hc-featured-collection__card-image{width:100%;height:100%;object-fit:cover;display:block}.hc-featured-collection__badge{position:absolute;top:30px;left:50%;transform:translate(-50%);background:var(--hc-fc-color-badge-bg);color:var(--hc-fc-color-badge-text);font-family:var(--hc-fc-font-body);font-weight:400;font-size:12px;line-height:1.2;text-transform:uppercase;padding:4px 8px;white-space:nowrap;z-index:1}.hc-featured-collection__card-info{display:flex;flex-direction:column;align-items:stretch;gap:4px;padding:12px var(--hc-fc-card-info-px) 16px;width:100%}.hc-featured-collection__card-title{font-family:var(--hc-fc-font-body);font-weight:700;font-size:16px;line-height:1.2;color:var(--hc-fc-color-dark);text-align:center;margin:0}.hc-featured-collection__card-price{display:flex;justify-content:center;align-items:center;gap:6px}.hc-featured-collection__price-from{font-family:var(--hc-fc-font-body);font-weight:400;font-size:16px;line-height:1.75;color:var(--hc-fc-color-black)}.hc-featured-collection__price-amount{font-family:var(--hc-fc-font-body);font-weight:700;font-size:16px;line-height:1.2;color:var(--hc-fc-color-dark)}.hc-featured-collection__pagination{display:flex;align-items:center;justify-content:center;gap:8px}.hc-featured-collection__dot{width:var(--hc-fc-dot-size);height:var(--hc-fc-dot-size);border-radius:calc(var(--hc-fc-dot-size) / 2);background-color:var(--hc-fc-color-indicator);opacity:.2;flex-shrink:0;border:none;padding:0;cursor:pointer;transition:width .25s ease,opacity .25s ease}.hc-featured-collection__dot.is-active{width:var(--hc-fc-dot-active-w);opacity:1}.hc-featured-collection__card-media--placeholder{background:#ddd}@media(max-width:749px){.hc-featured-collection{--hc-fc-section-pt: 40px;--hc-fc-section-pb: 40px;--hc-fc-header-px: 16px;--hc-fc-cards-offset: 16px;--hc-fc-card-w: 300px;--hc-fc-card-img-h: 380px}.hc-featured-collection__wrapper{gap:20px}.hc-featured-collection__header-left{flex-direction:column;align-items:stretch;gap:0}.hc-featured-collection__cta-desktop,.hc-featured-collection__nav{display:none}.hc-featured-collection__cta-mobile{display:flex;justify-content:center;padding:0 var(--hc-fc-header-px)}.hc-featured-collection__cta-mobile .hc-featured-collection__cta{width:250px}.hc-featured-collection__track{padding-right:var(--hc-fc-header-px)}}@media(min-width:750px)and (max-width:989px){.hc-featured-collection{--hc-fc-header-px: 32px;--hc-fc-cards-offset: 60px;--hc-fc-card-w: 340px;--hc-fc-card-img-h: 453px}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/hc-featured-collection.css.map */
