.responsive-padding{padding-top:var(--desktop-padding-top);padding-bottom:var(--desktop-padding-bottom)}.custom-tab-feature .tab-category-switch{display:flex;justify-content:center;align-items:stretch;gap:10px;flex-wrap:nowrap;width:100%;max-width:560px;margin-left:auto;margin-right:auto;margin-bottom:28px}.custom-tab-feature .tab-category-switch--single{max-width:280px}.custom-tab-feature .tab-category-switch .tab-titles{flex:1 1 0;min-width:0;margin:0}.custom-tab-feature .tab-heading{font-family:var(--font-stack-body);text-align:center;margin-bottom:16px}.custom-tab-feature .tab-title{appearance:none;-webkit-appearance:none;box-sizing:border-box;width:100%;margin:0;padding:12px 16px;font-family:var(--font-stack-body);font-size:var(--tab-btn-fs-d, 18px);font-weight:600;line-height:1.2;letter-spacing:.02em;text-align:center;cursor:pointer;border:2px solid #121212;border-radius:6px;background-color:#fff;color:#121212;transition:color .2s ease,border-color .2s ease}.custom-tab-feature .tab-title:not(.active){color:#121212}.custom-tab-feature .tab-title:focus-visible{outline:2px solid #121212;outline-offset:2px}.custom-tab-feature .tab-title.active{color:#c93a6a}.custom-tab-feature .tab-category-switch--single .tab-title:not(.active){color:#121212}.custom-tab-feature .tab-category-switch--single .tab-title.active{color:#c93a6a}.custom-tab-feature .tab-collection{display:none}.custom-tab-feature .tab-collection.active{display:block}.custom-tab-feature .category-grid{width:100%;box-sizing:border-box}.custom-tab-feature .category-grid--unified,.custom-tab-feature .category-grid--desktop-only,.custom-tab-feature .category-grid--mobile-only{display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;width:100%}.custom-tab-feature .category-grid--unified{column-gap:var(--mobile-gap, 0px);row-gap:var(--mobile-gap, 0px)}.custom-tab-feature .category-grid--unified .category-cards{flex:0 1 auto;box-sizing:border-box;min-width:0;width:calc((100% - (var(--m-cols, 2) - 1) * var(--mobile-gap, 0px)) / var(--m-cols, 2));max-width:calc((100% - (var(--m-cols, 2) - 1) * var(--mobile-gap, 0px)) / var(--m-cols, 2))}@media screen and (min-width:769px){.custom-tab-feature .category-grid--unified{column-gap:var(--desktop-gap, 0px);row-gap:var(--desktop-gap, 0px)}.custom-tab-feature .category-grid--unified .category-cards{width:calc((100% - (var(--d-cols, 4) - 1) * var(--desktop-gap, 0px)) / var(--d-cols, 4));max-width:calc((100% - (var(--d-cols, 4) - 1) * var(--desktop-gap, 0px)) / var(--d-cols, 4))}}.custom-tab-feature .category-grid--desktop-only{column-gap:var(--desktop-gap, var(--tab-cat-d-gap, 0px));row-gap:var(--desktop-gap, var(--tab-cat-d-gap, 0px))}.custom-tab-feature .category-grid--desktop-only .category-cards{flex:0 1 auto;box-sizing:border-box;min-width:0;width:calc((100% - (var(--d-cols, var(--tab-cat-d-cols, 4)) - 1) * var(--desktop-gap, var(--tab-cat-d-gap, 0px))) / var(--d-cols, var(--tab-cat-d-cols, 4)));max-width:calc((100% - (var(--d-cols, var(--tab-cat-d-cols, 4)) - 1) * var(--desktop-gap, var(--tab-cat-d-gap, 0px))) / var(--d-cols, var(--tab-cat-d-cols, 4)))}.custom-tab-feature .category-grid--mobile-only{column-gap:var(--mobile-gap, var(--tab-cat-m-gap, 0px));row-gap:var(--mobile-gap, var(--tab-cat-m-gap, 0px))}.custom-tab-feature .category-grid--mobile-only .category-cards{flex:0 1 auto;box-sizing:border-box;min-width:0;width:calc((100% - (var(--m-cols, var(--tab-cat-m-cols, 2)) - 1) * var(--mobile-gap, var(--tab-cat-m-gap, 0px))) / var(--m-cols, var(--tab-cat-m-cols, 2)));max-width:calc((100% - (var(--m-cols, var(--tab-cat-m-cols, 2)) - 1) * var(--mobile-gap, var(--tab-cat-m-gap, 0px))) / var(--m-cols, var(--tab-cat-m-cols, 2)))}.custom-tab-feature .category-grid .category-title{width:100%;max-width:100%}.custom-tab-feature .category-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap}.custom-tab-feature .category-cards{display:flex;flex-direction:column;align-items:center;border-radius:5.14px;transition:all .3s ease;font-family:var(--font-stack-body)}.custom-tab-feature .category-card-link{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.custom-tab-feature .category-image{max-width:235px;width:100%;aspect-ratio:1;border:1px solid #d4d4d4;border-radius:var(--tab-cat-card-radius, 6px);background-color:#f5f5f5;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.custom-tab-feature .category-image img{width:100%;height:100%;object-fit:cover;display:block}.custom-tab-feature .tab-cat-image--adaptive .category-image{aspect-ratio:unset;height:auto;display:block}.custom-tab-feature .tab-cat-image--adaptive .category-image img{width:100%;height:auto;object-fit:unset}.custom-tab-feature .category-cards:hover{background:linear-gradient(180deg,#f0ffd733,#d6ffb3)}.custom-tab-feature .category-info{width:100%;display:flex;justify-content:center}.custom-tab-feature .category-cards .category-title{transition:color .3s ease;text-wrap:auto;margin-top:10px;font-size:var(--cat-label-fs-d, 13px);font-weight:600;letter-spacing:.04em;text-align:center;text-transform:uppercase;color:#121212;display:block;margin-left:auto;margin-right:auto}.custom-tab-feature .category-cards{box-sizing:border-box;padding-left:var(--cat-cards-pad-x-d, 0px);padding-right:var(--cat-cards-pad-x-d, 0px);padding-top:var(--cat-cards-pad-top-d, 0px);padding-bottom:var(--cat-cards-pad-bottom-d, 0px)}.tab-cat-region--desktop-slider,.tab-cat-region--desktop-grid{display:none}@media screen and (min-width:769px){.tab-cat-region--desktop-slider,.tab-cat-region--desktop-grid{display:block}}.tab-cat-region--mobile-slider,.tab-cat-region--mobile-grid{display:block}@media screen and (min-width:769px){.tab-cat-region--mobile-slider,.tab-cat-region--mobile-grid{display:none}}.swiper.category-swiper-desktop,.swiper.category-swiper-mobile{position:relative;overflow:hidden}.swiper.category-swiper-desktop .swiper-button-next,.swiper.category-swiper-desktop .swiper-button-prev{position:absolute;top:45%;z-index:9}.swiper.category-swiper-desktop .swiper-button-next{right:0}.swiper.category-swiper-mobile{padding:10px 0}.swiper.category-swiper-mobile .swiper-slide{width:auto}.tab-collection .swiper-pagination{display:flex;justify-content:center}@media screen and (max-width:768px){.responsive-padding{padding-top:var(--mobile-padding-top);padding-bottom:var(--mobile-padding-bottom)}.custom-tab-feature .category-cards{padding-left:var(--cat-cards-pad-x-m, 0px);padding-right:var(--cat-cards-pad-x-m, 0px);padding-top:var(--cat-cards-pad-top-m, 0px);padding-bottom:var(--cat-cards-pad-bottom-m, 0px)}.custom-tab-feature .tab-category-switch{max-width:100%;padding-left:16px;padding-right:16px;gap:8px;margin-bottom:20px}.custom-tab-feature .tab-title{font-size:var(--tab-btn-fs-m, 14px);padding:10px 12px}.custom-tab-feature .category-swiper-desktop .category-cards{max-width:140px}.custom-tab-feature .category-cards .category-title{font-size:var(--cat-label-fs-m, 11px)}}@media screen and (min-width:769px){.custom-tab-feature .category-image{min-width:var(--tab-cat-img-min-w-d, 0px);max-width:var(--tab-cat-img-max-w-d, 235px)}}.custom-tab-feature.tab-cat-image--adaptive .category-image{width:100%;max-width:var(--tab-cat-img-max-w-d, 235px);min-width:var(--tab-cat-img-min-w-d, 0px);height:auto;aspect-ratio:auto;display:block}.custom-tab-feature.tab-cat-image--adaptive .category-image img{width:100%;height:auto;object-fit:contain}@media screen and (max-width:768px){.custom-tab-feature.tab-cat-image--adaptive .category-image{max-width:140px}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/category-tab-custom.css.map */
