.tabbed-collections{background-color:var(--tc-section-bg, #ffffff);padding-top:var(--tc-pt, 40px);padding-bottom:var(--tc-pb, 40px)}.tabbed-collections__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:24px}.tabbed-collections__title{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:900;letter-spacing:-.01em;text-transform:uppercase;color:var(--tc-heading-color, #000);margin:0;line-height:1.1;font-family:var(--heading-font-stack)}.tabbed-collections__view-all{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background-color:var(--tc-view-all-bg, #f5c518);color:var(--tc-view-all-text, #000);font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-radius:4px;white-space:nowrap;transition:filter .18s ease,transform .18s ease}.tabbed-collections__view-all:hover{filter:brightness(.92);transform:translateY(-1px)}.tabbed-collections__tabs-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:28px}.tabbed-collections__tabs-wrapper::-webkit-scrollbar{display:none}.tabbed-collections__tabs{display:flex;gap:8px;padding:4px 2px 10px;width:max-content;min-width:100%}.tabbed-collections__tab{padding:9px 20px;border-radius:4px;font-weight:800;font-size:.875rem;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;cursor:pointer;border:2px solid transparent;background-color:var(--tab-bg, #f0f0f0);color:var(--tab-text, #000);transition:transform .15s ease,box-shadow .15s ease;position:relative;outline:none;line-height:1.2}.tabbed-collections__tab:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tabbed-collections__tab.is-active{border-color:var(--tab-border, var(--tab-bg, #333))}.tabbed-collections__panel{display:none}.tabbed-collections__panel.is-active{display:block;animation:fadeInPanel .28s ease}@keyframes fadeInPanel{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tabbed-collections__carousel{position:relative}.tabbed-collections__arrow{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:#fffffff2;color:#333;cursor:pointer;z-index:2;transition:opacity .2s ease,box-shadow .15s ease,background .15s ease;box-shadow:0 2px 8px #0000001f}.tabbed-collections__arrow:hover{background:#fff;box-shadow:0 4px 14px #0000002e}.tabbed-collections__arrow:active{transform:translateY(-50%) scale(.94)}.tabbed-collections__arrow.is-hidden{opacity:0;pointer-events:none}.tabbed-collections__arrow--prev{left:10px}.tabbed-collections__arrow--next{right:10px}.tabbed-collections__products-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;scroll-snap-type:x mandatory}.tabbed-collections__products-wrapper::-webkit-scrollbar{display:none}.tabbed-collections__products{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--tc-columns, 4) - 1) * 20px) / var(--tc-columns, 4));gap:20px}.product-card{display:flex;flex-direction:column;gap:10px;scroll-snap-align:start}.product-card__image-link{display:block;text-decoration:none}.product-card__image-wrap{border-radius:10px;overflow:hidden;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;transition:transform .22s ease;position:relative}.product-card:hover .product-card__image-wrap{transform:scale(1.02)}.product-card__img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease,opacity .35s ease}.product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card:hover .product-card__img--primary{opacity:0}.product-card__placeholder{width:60%;height:60%;opacity:.4}.product-card__info{padding:0 4px}.product-card__title{font-size:.92rem;font-weight:800;margin:0 0 4px;line-height:1.3;letter-spacing:.01em}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{text-decoration:underline}.product-card__price{font-size:.85rem;font-weight:600;margin:0;display:flex;gap:6px;align-items:center}.product-card__price--compare{color:#999;font-weight:400}.product-card__cta{display:block;width:100%;text-align:center;padding:11px 10px;font-weight:800;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-radius:4px;transition:filter .15s ease,transform .15s ease;margin-top:auto;background-color:var(--tc-cta-bg, #f5c518);color:var(--tc-cta-text, #000)}.product-card__cta:hover{filter:brightness(.9);transform:translateY(-1px)}.tabbed-collections__empty{color:#888;font-size:.9rem;padding:20px 0;grid-column:1 / -1}@media(max-width:900px){.tabbed-collections__products{grid-auto-columns:calc((100% - 20px)/2)}.tabbed-collections__arrow{width:34px;height:34px}}@media(max-width:600px){.tabbed-collections__container{padding:0 16px}.tabbed-collections__title{font-size:1.4rem}.tabbed-collections__view-all{padding:10px 16px;font-size:.7rem}.tabbed-collections__tabs{gap:6px;padding:4px 4px 10px}.tabbed-collections__tab{padding:8px 14px;font-size:.68rem}.tabbed-collections__products{grid-auto-columns:200px}.tabbed-collections__arrow{width:30px;height:30px}.tabbed-collections__arrow svg{width:16px;height:16px}.tabbed-collections__arrow--prev{left:6px}.tabbed-collections__arrow--next{right:6px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/tabbed-collections.css.map */
