.vd-category-showcase{width:100%;background:var(--vd-section-bg)}.vd-category-showcase,.vd-category-showcase *{box-sizing:border-box}.vd-category-showcase__outer{width:100%;max-width:var(--vd-section-max-width);margin:0 auto;padding:var(--vd-section-pad-top-d) var(--vd-section-pad-x-d) var(--vd-section-pad-bottom-d)}.vd-category-showcase__outer--full{max-width:none}.vd-category-showcase__section-heading-wrap{margin:0 0 16px}.vd-category-showcase__section-heading{color:var(--vd-title-color);text-decoration:none;font-size:calc(var(--vd-title-size-d) + 2px);font-weight:var(--vd-title-weight);line-height:var(--vd-title-line-height)}.vd-category-showcase__viewport{position:relative;width:100%;min-width:0}.vd-category-showcase__track{display:flex;gap:var(--vd-card-gap-d);width:100%;min-width:0}.vd-category-showcase__track--slider-desktop{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.vd-category-showcase__track--slider-desktop::-webkit-scrollbar,.vd-category-showcase__track--slider-mobile::-webkit-scrollbar{display:none}.vd-category-showcase__card{flex:0 0 calc((100% - (var(--vd-cards-per-view-d) - 1) * var(--vd-card-gap-d)) / var(--vd-cards-per-view-d));min-width:0;scroll-snap-align:start;display:block;padding:var(--vd-card-pad-d);color:inherit;text-decoration:none;background:var(--vd-card-bg-local,var(--vd-card-bg));border:var(--vd-card-border-width) solid var(--vd-card-border-color-local,var(--vd-card-border-color));border-radius:var(--vd-card-radius-d);overflow:hidden;box-shadow:var(--vd-card-shadow)}.vd-category-showcase__card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin:0 0 var(--vd-title-gap-d)}.vd-category-showcase__card-title{min-width:0;flex:1 1 auto;margin:0;color:var(--vd-title-color);font-size:var(--vd-title-size-d);font-weight:var(--vd-title-weight);line-height:var(--vd-title-line-height);letter-spacing:var(--vd-title-letter-spacing);text-decoration:none;overflow-wrap:anywhere}.vd-category-showcase__header-arrow{width:var(--vd-arrow-size);height:var(--vd-arrow-size);flex:0 0 var(--vd-arrow-size);display:inline-flex;align-items:center;justify-content:center;color:var(--vd-arrow-color);text-decoration:none}.vd-category-showcase__header-arrow svg{display:block;width:100%;height:100%}.vd-category-showcase__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--vd-item-gap-x-d);row-gap:var(--vd-item-gap-y-d)}.vd-category-showcase__item{min-width:0;display:block;color:inherit;text-decoration:none;transition:transform .2s ease}.vd-category-showcase__image-wrap{position:relative;width:100%;aspect-ratio:var(--vd-image-ratio);overflow:hidden;background:var(--vd-item-bg-local,var(--vd-image-bg));border:var(--vd-image-border-width) solid var(--vd-image-border-color);border-radius:var(--vd-image-radius-d)}.vd-category-showcase__image-wrap--product{padding:var(--vd-image-padding-d)}.vd-category-showcase__image{display:block;width:100%;height:100%;object-fit:var(--vd-item-fit-local,cover);object-position:var(--vd-item-position-local,center);transition:transform .25s ease}.vd-category-showcase__placeholder{width:100%;height:100%}.vd-category-showcase__item-title{margin-top:var(--vd-item-title-gap);color:var(--vd-item-title-color);font-size:var(--vd-item-title-size-d);font-weight:var(--vd-item-title-weight);line-height:var(--vd-item-title-line-height);letter-spacing:var(--vd-item-title-letter-spacing);text-align:var(--vd-item-title-align-d);text-decoration:none;overflow-wrap:anywhere}.vd-category-showcase__nav{position:absolute;z-index:3;top:50%;width:var(--vd-nav-size);height:var(--vd-nav-size);padding:0;margin:0;border:1px solid var(--vd-nav-border-color);border-radius:var(--vd-nav-radius);background:var(--vd-nav-bg);color:var(--vd-nav-color);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;box-shadow:0 2px 10px #0000000f;opacity:0;visibility:hidden;pointer-events:none}.vd-category-showcase__nav:hover{transform:translateY(-50%) scale(1.03)}.vd-category-showcase__nav svg{width:55%;height:55%}.vd-category-showcase__nav--prev{left:8px}.vd-category-showcase__nav--next{right:8px}.vd-category-showcase[data-vd-nav-ready=true] .vd-category-showcase__nav:not([disabled]){opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease,transform .2s ease,visibility 0s linear 0s}.vd-category-showcase__nav[disabled]{opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media(min-width:1400px){.vd-category-showcase--hide-desktop{display:none!important}.vd-category-showcase__track:not(.vd-category-showcase__track--slider-desktop){flex-wrap:wrap}}@media(min-width:1100px)and (max-width:1399px){.vd-category-showcase--hide-desktop{display:none!important}.vd-category-showcase__track{gap:var(--vd-card-gap-l)}.vd-category-showcase__card{flex-basis:calc((100% - (var(--vd-cards-per-view-l) - 1) * var(--vd-card-gap-l)) / var(--vd-cards-per-view-l))}.vd-category-showcase__card-title{font-size:var(--vd-title-size-l)}.vd-category-showcase__item-title{font-size:var(--vd-item-title-size-l)}.vd-category-showcase__track:not(.vd-category-showcase__track--slider-desktop){flex-wrap:wrap}}@media(min-width:750px)and (max-width:1099px){.vd-category-showcase__track{gap:var(--vd-card-gap-t)}.vd-category-showcase__track--slider-mobile{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.vd-category-showcase__card{flex-basis:calc((100% - (var(--vd-cards-per-view-t) - 1) * var(--vd-card-gap-t)) / var(--vd-cards-per-view-t))}.vd-category-showcase__card-title{font-size:var(--vd-title-size-t)}.vd-category-showcase__item-title{font-size:var(--vd-item-title-size-t)}.vd-category-showcase__track:not(.vd-category-showcase__track--slider-mobile){flex-wrap:wrap}}@media(max-width:749px){.vd-category-showcase--hide-mobile{display:none!important}.vd-category-showcase__outer{padding:var(--vd-section-pad-top-m) var(--vd-section-pad-x-m) var(--vd-section-pad-bottom-m)}.vd-category-showcase__section-heading-wrap{margin-bottom:12px}.vd-category-showcase__section-heading{font-size:calc(var(--vd-title-size-m) + 2px)}.vd-category-showcase__track{gap:var(--vd-card-gap-m)}.vd-category-showcase__track--slider-mobile{padding-right:var(--vd-card-gap-m)}.vd-category-showcase__track--slider-mobile{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.vd-category-showcase__track:not(.vd-category-showcase__track--slider-mobile){flex-wrap:wrap}.vd-category-showcase__card{flex-basis:calc(100% / var(--vd-cards-per-view-m));padding:var(--vd-card-pad-m);border-radius:var(--vd-card-radius-m);scroll-snap-align:var(--vd-mobile-snap-align)}.vd-category-showcase__card-header{margin-bottom:var(--vd-title-gap-m)}.vd-category-showcase__card-title{font-size:var(--vd-title-size-m)}.vd-category-showcase__items{column-gap:var(--vd-item-gap-x-m);row-gap:var(--vd-item-gap-y-m)}.vd-category-showcase__image-wrap{border-radius:var(--vd-image-radius-m);aspect-ratio:var(--vd-image-ratio-m)}.vd-category-showcase__image-wrap--product{padding:var(--vd-image-padding-m)}.vd-category-showcase__item-title{font-size:var(--vd-item-title-size-m);text-align:var(--vd-item-title-align-m)}}@media(max-width:380px){.vd-category-showcase__card-header{gap:6px}}@media(min-width:1600px){.vd-category-showcase__outer:not(.vd-category-showcase__outer--full){max-width:none}}@media(prefers-reduced-motion:reduce){.vd-category-showcase__track,.vd-category-showcase__item,.vd-category-showcase__image,.vd-category-showcase__nav{scroll-behavior:auto!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/vd-category-showcase.css.map */
