.collection-showcase{position:relative;width:100%;color:rgb(var(--color-foreground))}.collection-showcase--has-bg-color{background:var(--cls-bg-color)}.collection-showcase__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.collection-showcase__bg-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.collection-showcase__inner{position:relative;z-index:1;width:100%}.collection-showcase__header{display:flex;margin-bottom:var(--cls-header-to-grid-gap, 56px)}.collection-showcase__header-text{display:flex;flex-direction:column;gap:var(--cls-header-gap, 8px);min-width:0}.collection-showcase--header-left .collection-showcase__header{justify-content:flex-start}.collection-showcase--header-left .collection-showcase__header-text{align-items:flex-start;text-align:start}.collection-showcase--header-center .collection-showcase__header{justify-content:center}.collection-showcase--header-center .collection-showcase__header-text{align-items:center;text-align:center}.collection-showcase--header-right .collection-showcase__header{justify-content:flex-end}.collection-showcase--header-right .collection-showcase__header-text{align-items:flex-end;text-align:end}.collection-showcase__subheading{margin:0 0 var(--cls-sub-mb, 8px) 0;font-family:var(--cls-sub-ff, var(--font-body-family));font-size:var(--cls-sub-size, var(--text-sm));font-weight:var(--cls-sub-weight, var(--font-medium));line-height:var(--cls-sub-lh, 1.4);letter-spacing:var(--cls-sub-ls, 0);text-transform:var(--cls-sub-tt, none);color:var( --cls-sub-color, rgb(var(--color-accent, var(--color-foreground))) )}.collection-showcase__heading{margin:0;font-family:var(--cls-hd-ff, var(--font-heading-family));font-size:var(--cls-hd-size, var(--text-4xl));font-weight:var(--cls-hd-weight, var(--font-semibold));line-height:var(--cls-hd-lh, 1.2);letter-spacing:var(--cls-hd-ls, 0);color:var(--cls-hd-color, rgb(var(--color-foreground)));overflow-wrap:anywhere}.collection-showcase__slider{width:100%}.collection-showcase__item{display:flex;min-width:0}.collection-showcase__card{display:flex;flex-direction:column;width:100%;text-decoration:none;color:inherit}.collection-showcase__card--link{cursor:pointer;transition:opacity .2s ease}.collection-showcase__card--link:hover .collection-showcase__image{transform:scale(1.03)}.collection-showcase__card--link:hover .collection-showcase__arrow{transform:translate(4px)}.collection-showcase__media{position:relative;width:100%;aspect-ratio:var(--cls-aspect, 3 / 4);overflow:hidden;border-radius:var(--cls-image-radius, 0);background-color:rgb(var(--color-foreground),.04)}.collection-showcase__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.collection-showcase__image-placeholder{width:100%;height:100%}.collection-showcase__image-placeholder svg{width:100%;height:100%;object-fit:cover}.collection-showcase__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,var(--cls-overlay-opacity, 0)),rgba(0,0,0,calc(var(--cls-overlay-opacity, 0) * .72)) 34%,rgba(0,0,0,calc(var(--cls-overlay-opacity, 0) * .28)) 64%,#0000)}.collection-showcase__content{display:flex;flex-direction:column;margin-top:var(--cls-content-mt, 20px)}.collection-showcase--items-center .collection-showcase__content{align-items:center;text-align:center}.collection-showcase__title{margin:0 0 var(--cls-title-mb, 12px) 0;font-family:var(--cls-title-ff, var(--font-heading-family));font-size:var(--cls-title-size, var(--text-lg));font-weight:var(--cls-title-weight, var(--font-medium));line-height:var(--cls-title-lh, 1.3);letter-spacing:var(--cls-title-ls, 0);text-transform:var(--cls-title-tt, none);color:var(--cls-title-color, rgb(var(--color-foreground)));overflow-wrap:anywhere}.collection-showcase__description{margin:0;font-family:var(--cls-desc-ff, var(--font-body-family));font-size:var(--cls-desc-size, var(--text-sm));font-weight:var(--cls-desc-weight, var(--font-normal));line-height:var(--cls-desc-lh, 1.5);letter-spacing:var(--cls-desc-ls, 0);color:var( --cls-desc-color, rgb(var(--color-foreground2, var(--color-foreground))) )}.collection-showcase__description p{margin:0 0 .6em}.collection-showcase__description p:last-child{margin-bottom:0}.collection-showcase__arrow{display:inline-flex;align-items:center;margin-top:var(--cls-arrow-mt, 16px);width:var(--cls-arrow-size, 32px);height:auto;color:var( --cls-arrow-color, rgb(var(--color-accent, var(--color-foreground))) );transition:transform .2s ease}.collection-showcase__arrow svg{width:100%;height:auto;display:block}.collection-showcase--inside .collection-showcase__card{position:relative}.collection-showcase--inside .collection-showcase__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;margin-top:0;padding:var(--cls-inside-pad, 24px);display:flex;flex-direction:column;pointer-events:none}.collection-showcase--inside .collection-showcase__content>*{pointer-events:auto}.collection-showcase--cpos-top-left .collection-showcase__content,.collection-showcase--cpos-top-center .collection-showcase__content,.collection-showcase--cpos-top-right .collection-showcase__content{justify-content:flex-start}.collection-showcase--cpos-middle-left .collection-showcase__content,.collection-showcase--cpos-middle-center .collection-showcase__content,.collection-showcase--cpos-middle-right .collection-showcase__content{justify-content:center}.collection-showcase--cpos-bottom-left .collection-showcase__content,.collection-showcase--cpos-bottom-center .collection-showcase__content,.collection-showcase--cpos-bottom-right .collection-showcase__content{justify-content:flex-end}.collection-showcase--cpos-top-left .collection-showcase__content,.collection-showcase--cpos-middle-left .collection-showcase__content,.collection-showcase--cpos-bottom-left .collection-showcase__content{align-items:flex-start;text-align:left}.collection-showcase--cpos-top-center .collection-showcase__content,.collection-showcase--cpos-middle-center .collection-showcase__content,.collection-showcase--cpos-bottom-center .collection-showcase__content{align-items:center;text-align:center}.collection-showcase--cpos-top-right .collection-showcase__content,.collection-showcase--cpos-middle-right .collection-showcase__content,.collection-showcase--cpos-bottom-right .collection-showcase__content{align-items:flex-end;text-align:right}.collection-showcase__slider.hdt-nav-ontop_left .hdt-slider__button,.collection-showcase__slider.hdt-nav-ontop_right .hdt-slider__button{top:auto;bottom:calc(100% + 12px);transform:none}.collection-showcase__slider.hdt-nav-ontop_left .hdt-slider__button--prev{left:0;right:auto}.collection-showcase__slider.hdt-nav-ontop_left .hdt-slider__button--next{left:calc(var(--size-nav, 30px) + 8px);right:auto}.collection-showcase__slider.hdt-nav-ontop_right .hdt-slider__button--prev{right:calc(var(--size-nav, 30px) + 8px);left:auto}.collection-showcase__slider.hdt-nav-ontop_right .hdt-slider__button--next{right:0;left:auto}.dir--rtl .collection-showcase__slider.hdt-nav-ontop_left .hdt-slider__button--prev{left:auto;right:0}.dir--rtl .collection-showcase__slider.hdt-nav-ontop_left .hdt-slider__button--next{left:auto;right:calc(var(--size-nav, 30px) + 8px)}.dir--rtl .collection-showcase__slider.hdt-nav-ontop_right .hdt-slider__button--prev{right:auto;left:calc(var(--size-nav, 30px) + 8px)}.dir--rtl .collection-showcase__slider.hdt-nav-ontop_right .hdt-slider__button--next{right:auto;left:0}@media(max-width:767px){.collection-showcase__header{margin-bottom:calc(var(--cls-header-to-grid-gap, 56px) * .7)}hdt-slider.collection-showcase__slider--nav-mobile.hdt-slider-has-nav .hdt-slider__button{display:inline-flex!important}}
/*# sourceMappingURL=/cdn/shop/t/115/assets/collection-showcase.css.map */
