.kanto-feature-carousel{--kfc-slide-width: 100%;--kfc-edge-space: 0px;position:relative;display:block;width:100%;min-width:0}.kanto-feature-carousel-section.section--full-width{width:100%;max-width:none}.kanto-feature-carousel__viewport{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;padding-top:4px;margin-top:-4px;scroll-snap-type:x mandatory;scroll-padding-inline-start:var(--kfc-edge-space);scroll-padding-inline-end:var(--kfc-edge-space);scroll-behavior:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom;scrollbar-width:none;transition:height .25s ease}.kanto-feature-carousel__viewport::-webkit-scrollbar{display:none}.kanto-feature-carousel__viewport.is-normalizing{scroll-snap-type:none;scroll-behavior:auto}.kanto-feature-carousel__track{display:flex;align-items:stretch;gap:var(--kfc-gap, 18px);width:100%;padding-inline:0}.kanto-feature-carousel__track>.kanto-feature-carousel__slide:first-child{margin-inline-start:var(--kfc-edge-space)}.kanto-feature-carousel__track>.kanto-feature-carousel__slide:last-child{margin-inline-end:var(--kfc-edge-space)}.kanto-feature-carousel__slide{position:relative;flex:0 0 var(--kfc-slide-width);width:var(--kfc-slide-width);min-width:0;overflow:visible;scroll-snap-align:start;scroll-snap-stop:normal}.kanto-feature-carousel__slide:not(.is-active){cursor:pointer}.kanto-feature-carousel__card{position:relative;width:100%;height:var( --kfc-equal-card-height, auto );min-width:0;overflow:hidden;background:var( --kfc-slide-background, var( --kfc-panel-background, #fff ) );border:1px solid var( --kfc-card-border-color, rgba(31, 46, 26, .2) );border-radius:var( --kfc-corner-radius, 0 );transform:translateY(0);transition:transform .22s ease}@media(hover:hover)and (pointer:fine){.kanto-feature-carousel__card:hover{transform:translateY(-4px)}}.kanto-feature-carousel--content-below-media .kanto-feature-carousel__card{display:grid;grid-template-rows:var(--kfc-media-height-mobile) minmax(var( --kfc-panel-min-height, 100px ),auto)}.kanto-feature-carousel--content-on-media .kanto-feature-carousel__card{min-height:var(--kfc-media-height-mobile)}.kanto-feature-carousel__media{position:relative;display:flex;width:100%;min-width:0;min-height:0;box-sizing:border-box;padding-top:var( --kfc-media-padding, 0px );padding-inline-start:var( --kfc-media-padding, 0px );padding-inline-end:var( --kfc-media-padding, 0px );padding-bottom:0;overflow:hidden;background:var( --kfc-slide-background, var( --kfc-panel-background, #fff ) )}.kanto-feature-carousel--content-on-media .kanto-feature-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0}.kanto-feature-carousel__image,.kanto-feature-carousel__video,.kanto-feature-carousel__media>svg{display:block;width:100%;height:100%;min-width:0;object-fit:cover;object-position:center center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.kanto-feature-carousel__video-poster{position:absolute;top:var( --kfc-media-padding, 0px );left:var( --kfc-media-padding, 0px );right:var( --kfc-media-padding, 0px );bottom:0;display:block;width:auto;height:auto;min-width:0;object-fit:cover;object-position:center center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.kanto-feature-carousel--height-auto.kanto-feature-carousel--content-below-media .kanto-feature-carousel__card{grid-template-rows:auto minmax(var( --kfc-panel-min-height, 100px ),auto)}.kanto-feature-carousel--height-auto.kanto-feature-carousel--content-below-media .kanto-feature-carousel__image,.kanto-feature-carousel--height-auto.kanto-feature-carousel--content-below-media .kanto-feature-carousel__video,.kanto-feature-carousel--height-auto.kanto-feature-carousel--content-below-media .kanto-feature-carousel__media>svg{height:auto;aspect-ratio:auto}.kanto-feature-carousel__content{position:relative;z-index:2;width:100%;min-width:0;min-height:var( --kfc-panel-min-height, 100px );background:var( --kfc-slide-background, var( --kfc-panel-background, #fff ) )}.kanto-feature-carousel--content-below-media .kanto-feature-carousel__content{border-top:0}.kanto-feature-carousel--content-on-media .kanto-feature-carousel__content{min-height:var(--kfc-media-height-mobile);height:100%;background:transparent}.kanto-feature-carousel__content>*{width:100%;margin:auto}.kanto-feature-carousel__track .kanto-feature-carousel__pagination,.kanto-feature-carousel__track .kanto-feature-carousel__arrows{display:none!important}.kanto-feature-carousel--with_hints{--kfc-slide-width: calc( 100% - var( --kfc-preview-mobile, 20px ) - var( --kfc-preview-mobile, 20px ) - var(--kfc-gap, 18px) - var(--kfc-gap, 18px) );--kfc-edge-space: calc( var( --kfc-preview-mobile, 20px ) + var(--kfc-gap, 18px) )}.kanto-feature-carousel--full_frame{--kfc-slide-width: 100%;--kfc-edge-space: 0px}.kanto-feature-carousel__controls{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-height:var( --kfc-arrow-size, 40px );margin-top:18px;margin-inline:var(--kfc-edge-space)}.kanto-feature-carousel__pagination{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;gap:6px;transform:translate(-50%,-50%)}.kanto-feature-carousel__dot{position:relative;display:grid;place-items:center;width:12px;height:12px;margin:0;padding:0;-webkit-appearance:none;appearance:none;border:0;border-radius:50%;background:transparent;cursor:pointer}.kanto-feature-carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;background:#1f2e1a40;transition:transform .18s ease,background-color .18s ease}.kanto-feature-carousel__dot:hover:after{background:#1f2e1a8c}.kanto-feature-carousel__dot.is-active:after,.kanto-feature-carousel__dot[aria-current=true]:after{background:#1f2e1a;transform:scale(1.15)}.kanto-feature-carousel__counter{font:inherit;font-size:.8rem;line-height:1;color:currentColor}.kanto-feature-carousel__arrow{display:grid;place-items:center;flex:0 0 auto;width:var( --kfc-arrow-size, 40px );height:var( --kfc-arrow-size, 40px );min-width:var( --kfc-arrow-size, 40px );min-height:var( --kfc-arrow-size, 40px );margin:0;padding:0;color:#1f2e1a;background:#fff;border:1px solid rgba(31,46,26,.2);border-radius:0;box-shadow:none;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,opacity .18s ease}.kanto-feature-carousel__arrow--previous,.kanto-feature-carousel__arrow--next{margin:0}.kanto-feature-carousel--icon-shape-circle .kanto-feature-carousel__arrow{border-radius:50%}.kanto-feature-carousel--icon-shape-square .kanto-feature-carousel__arrow{border-radius:4px}.kanto-feature-carousel--icon-shape-none .kanto-feature-carousel__arrow{background:transparent;border-color:transparent}.kanto-feature-carousel__arrow:hover{background:#f7f7f4;border-color:#1f2e1a59}.kanto-feature-carousel__arrow svg{width:14px;height:14px}.kanto-feature-carousel--large-icons .kanto-feature-carousel__arrow svg{width:18px;height:18px}.kanto-feature-carousel__arrow:focus-visible,.kanto-feature-carousel__dot:focus-visible{outline:2px solid currentColor;outline-offset:3px}.kanto-feature-carousel[data-slide-count="1"]{--kfc-slide-width: 100%;--kfc-edge-space: 0px}.kanto-feature-carousel[data-slide-count="1"] .kanto-feature-carousel__viewport{overflow-x:hidden;scroll-snap-type:none}@media screen and (max-width:749px){.kanto-feature-carousel--mobile-full-frame{--kfc-slide-width: 100%;--kfc-edge-space: 0px}.kanto-feature-carousel__controls .kanto-feature-carousel__arrow{display:none}.kanto-feature-carousel__controls{justify-content:center;gap:0;min-height:18px;margin-top:14px}.kanto-feature-carousel--content-below-media .kanto-feature-carousel__content{padding-inline-end:var( --padding-inline-end, var( --kfc-panel-padding, 20px ) )}.kanto-feature-carousel--limit-mobile-height .kanto-feature-carousel__card{max-height:100svh}.kanto-feature-carousel--limit-mobile-height.kanto-feature-carousel--content-below-media .kanto-feature-carousel__card{grid-template-rows:minmax(0,min(var( --kfc-media-height-mobile ),calc(100svh - var( --kfc-panel-min-height, 100px )))) minmax(var( --kfc-panel-min-height, 100px ),auto)}.kanto-feature-carousel--limit-mobile-height .kanto-feature-carousel__content{overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain}}@media screen and (min-width:750px){.kanto-feature-carousel--with_hints{--kfc-slide-width: calc( ( 100% - var( --kfc-preview-desktop, 80px ) - var( --kfc-preview-desktop, 80px ) - var(--kfc-gap, 18px) - var(--kfc-gap, 18px) - var(--kfc-gap, 18px) ) / 2 );--kfc-edge-space: calc( var( --kfc-preview-desktop, 80px ) + var(--kfc-gap, 18px) )}.kanto-feature-carousel--full_frame{--kfc-slide-width: calc( ( 100% - var(--kfc-gap, 18px) ) / 2 );--kfc-edge-space: 0px}.kanto-feature-carousel--content-below-media .kanto-feature-carousel__card{grid-template-rows:var( --kfc-media-height-desktop ) minmax(var( --kfc-panel-min-height, 100px ),auto)}.kanto-feature-carousel--content-on-media .kanto-feature-carousel__card,.kanto-feature-carousel--content-on-media .kanto-feature-carousel__content{min-height:var( --kfc-media-height-desktop )}.kanto-feature-carousel[data-slide-count="2"]{--kfc-slide-width: calc( ( 100% - var(--kfc-gap, 18px) ) / 2 );--kfc-edge-space: 0px}.kanto-feature-carousel[data-slide-count="2"] .kanto-feature-carousel__viewport{overflow-x:hidden;scroll-snap-type:none}.kanto-feature-carousel[data-slide-count="2"] .kanto-feature-carousel__controls{display:none}}@media(prefers-reduced-motion:reduce){.kanto-feature-carousel__viewport,.kanto-feature-carousel__dot:after,.kanto-feature-carousel__arrow,.kanto-feature-carousel__card{transition-duration:0ms!important}.kanto-feature-carousel__card:hover{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/kanto-feature-carousel.css.map */
