.edme-tabbed-product-carousel{background:var(--edme-tpc-bg, #ffffff);color:var(--edme-tpc-text, #0a0a0a);padding-top:var(--edme-tpc-pt, 48px);padding-bottom:var(--edme-tpc-pb, 48px);overflow:hidden}.edme-tabbed-product-carousel *,.edme-tabbed-product-carousel *:before,.edme-tabbed-product-carousel *:after{box-sizing:border-box}.edme-tabbed-product-carousel__inner{max-width:var(--edme-tpc-max-width, 1920px);margin:0 auto;padding:0 24px}.edme-tabbed-product-carousel__top{display:grid;gap:22px;margin-bottom:24px}.edme-tabbed-product-carousel__heading-wrap{max-width:720px}.edme-tabbed-product-carousel__heading{margin:0;font-family:inherit;font-size:22px;font-weight:400;line-height:1.2;letter-spacing:.01em;color:var(--edme-tpc-text, #0a0a0a)}.edme-tabbed-product-carousel__subheading{margin-top:8px;font-size:13px;line-height:1.6;color:var(--edme-tpc-muted, #777777)}.edme-tabbed-product-carousel__subheading p{margin:0}.edme-tabbed-product-carousel__tabs-wrap{min-width:0}.edme-tabbed-product-carousel__tabs{display:flex;align-items:center;justify-content:center;gap:var(--edme-tpc-tab-gap, 72px);min-width:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.edme-tabbed-product-carousel__tabs::-webkit-scrollbar{display:none}.edme-tabbed-product-carousel__tab{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 0 var(--edme-tpc-tab-bottom-padding, 8px);background:transparent;border:0;color:var(--edme-tpc-muted, #b5b5b5);font-family:inherit;font-size:var(--edme-tpc-tab-font-size, 16px);font-weight:var(--edme-tpc-tab-font-weight, 400);line-height:1.2;letter-spacing:var(--edme-tpc-tab-letter-spacing, .16em);text-transform:none;white-space:nowrap;cursor:pointer;transition:color .22s ease}.edme-tabbed-product-carousel__tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--edme-tpc-border, #0a0a0a);transform:scaleX(0);transform-origin:center;transition:transform .24s ease}.edme-tabbed-product-carousel__tab:hover,.edme-tabbed-product-carousel__tab.is-active{color:var(--edme-tpc-text, #0a0a0a)}.edme-tabbed-product-carousel__tab.is-active:after{transform:scaleX(1)}.edme-tabbed-product-carousel__content{position:relative}.edme-tabbed-product-carousel__panel[hidden]{display:none!important}.edme-tabbed-product-carousel__panel{display:block}.edme-tabbed-product-carousel__carousel{position:relative;overflow:visible}.edme-tabbed-product-carousel__track{position:relative;display:flex;gap:var(--edme-tpc-gap-desktop, 24px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding-bottom:4px;cursor:grab;-webkit-user-select:none;user-select:none}.edme-tabbed-product-carousel__track::-webkit-scrollbar{display:none}.edme-tabbed-product-carousel__track.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.edme-tabbed-product-carousel__track a,.edme-tabbed-product-carousel__track img{-webkit-user-drag:none}.edme-tabbed-product-carousel__track img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.edme-tabbed-product-carousel__track a{cursor:pointer}.edme-tabbed-product-carousel__item{flex:0 0 var(--edme-tpc-card-basis-desktop);min-width:0;scroll-snap-align:start}.edme-tabbed-product-carousel__item .edme-pcard{width:100%;min-width:0}.edme-tabbed-product-carousel__carousel-btn{position:absolute!important;top:35%!important;transform:translateY(-50%)!important;width:38px;height:38px;background:var(--edme-tpc-bg, #ffffff)!important;border:1px solid rgba(10,10,10,.16);border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10!important;opacity:1!important;pointer-events:auto!important;color:var(--edme-tpc-text, #0a0a0a);box-shadow:0 2px 8px #00000014;transition:background .18s ease,color .18s ease,border-color .18s ease,opacity .18s ease}.edme-tabbed-product-carousel__carousel-btn:hover{background:var(--edme-tpc-text, #0a0a0a)!important;color:var(--edme-tpc-bg, #ffffff)!important;border-color:var(--edme-tpc-text, #0a0a0a)!important}.edme-tabbed-product-carousel__carousel-btn--prev{left:-19px!important}.edme-tabbed-product-carousel__carousel-btn--next{right:-19px!important}.edme-tabbed-product-carousel__carousel-btn svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.5;fill:none}.edme-tabbed-product-carousel__carousel-btn[disabled],.edme-tabbed-product-carousel__carousel-btn.is-disabled{opacity:.25!important;pointer-events:none!important}.edme-tabbed-product-carousel__empty{display:flex;align-items:center;justify-content:center;min-height:220px;border:1px dashed rgba(0,0,0,.18);color:var(--edme-tpc-muted, #777777);font-size:13px;line-height:1.5;text-align:center}@media(max-width:1199px){.edme-tabbed-product-carousel__inner{padding:0 18px}.edme-tabbed-product-carousel__tabs{justify-content:flex-start}.edme-tabbed-product-carousel__track{gap:var(--edme-tpc-gap-tablet, 18px)}.edme-tabbed-product-carousel__item{flex-basis:var(--edme-tpc-card-basis-tablet)}}@media(max-width:767px){.edme-tabbed-product-carousel{padding-top:calc(var(--edme-tpc-pt, 48px) * .72);padding-bottom:calc(var(--edme-tpc-pb, 48px) * .72)}.edme-tabbed-product-carousel__inner{padding:0 14px}.edme-tabbed-product-carousel__top{gap:16px;margin-bottom:18px}.edme-tabbed-product-carousel__heading{font-size:18px}.edme-tabbed-product-carousel__subheading{font-size:12px}.edme-tabbed-product-carousel__tabs{justify-content:flex-start;gap:var(--edme-tpc-tab-gap-mobile, 26px);padding-bottom:2px}.edme-tabbed-product-carousel__tab{font-size:var(--edme-tpc-tab-font-size-mobile, 12px);letter-spacing:var(--edme-tpc-tab-letter-spacing-mobile, .13em);min-height:30px;padding-bottom:var(--edme-tpc-tab-bottom-padding, 8px);text-transform:none}.edme-tabbed-product-carousel__track{gap:var(--edme-tpc-gap-mobile, 12px)}.edme-tabbed-product-carousel__item{flex-basis:var(--edme-tpc-card-basis-mobile)}.edme-tabbed-product-carousel__carousel-btn{display:none!important}}@media(max-width:380px){.edme-tabbed-product-carousel__inner{padding:0 12px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/edme-tabbed-product-carousel.css.map */
