.custom-tabbed-products{display:block}.custom-tabbed-products [hidden]{display:none!important}
.custom-product-tabs{display:flex;gap:.8rem;overflow-x:auto;margin-bottom:2rem;padding:3px}
.custom-product-tabs button{flex:none;padding:1rem 1.8rem;border:1px solid var(--bp-line,#d7d7cc);border-radius:6px;background:#fff;color:var(--bp-text,#181a16);font:inherit;cursor:pointer}
.custom-product-tabs button[aria-selected=true]{background:var(--bp-steel,#14251E);border-color:var(--bp-steel,#14251E);color:#fff}
.custom-tabbed-products .custom-tab-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--tab-columns) - 1)*1.8rem)/var(--tab-columns));grid-template-columns:none;gap:1.8rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;list-style:none;margin:0;padding:0 0 .4rem;align-items:stretch}
.custom-tab-track::-webkit-scrollbar{display:none}.custom-tabbed-products .custom-tab-track>.grid__item{width:100%;max-width:none;min-width:0;scroll-snap-align:start;height:auto}
.custom-tab-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.8rem}.custom-tab-arrows button{display:grid;place-items:center;width:4.4rem;height:4.4rem;border:1px solid var(--bp-line,#d7d7cc);border-radius:50%;background:#fff;color:var(--bp-steel,#14251E);cursor:pointer}.custom-tab-arrows button:disabled{opacity:.35;cursor:default}.custom-tab-arrows svg{width:1.2rem}.custom-tab-arrows [data-prev] svg{transform:rotate(90deg)}.custom-tab-arrows [data-next] svg{transform:rotate(-90deg)}
@media(max-width:749px){.custom-tabbed-products .custom-tab-track{grid-auto-columns:calc((100% - (var(--tab-mobile) - 1)*1.8rem)/var(--tab-mobile))}.custom-tab-controls{gap:1rem;flex-wrap:wrap}}

.custom-tab-carousel{position:relative}
.custom-tab-arrows{position:absolute;z-index:5;top:50%;left:-2.2rem;right:-2.2rem;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}
.custom-tab-arrows button{pointer-events:auto;box-shadow:0 2px 8px #0002}
.custom-tab-arrows button:disabled{opacity:1;background:#f0f1ee;color:#adb0a8;box-shadow:none}
@media(max-width:749px){.custom-tab-arrows{left:0;right:0}}
