jxs-tab-product-list .tabs{display:flex;flex-wrap:wrap;justify-content:center;row-gap:10px;column-gap:20px}jxs-tab-product-list .tabs .tab-item{position:relative;padding:10px 20px;font-size:16px;border:solid 1px rgb(var(--color-tab-border));border-radius:4px;cursor:pointer;font-weight:600;color:rgb(var(--color-tab-foreground))}jxs-tab-product-list .tabs .tab-item:before{display:block;content:"";position:absolute;left:0;top:0;z-index:-1;height:100%;width:0;transition:width .2s ease;background-color:rgb(var(--color-tab-background))}jxs-tab-product-list .tabs .tab-item:hover:before{width:100%;background-color:rgba(var(--color-tab-active-background) / .1)}jxs-tab-product-list .tabs .tab-item.actived{color:rgb(var(--color-tab-active-foreground))}jxs-tab-product-list .tabs .tab-item.actived:before{color:#fff;background-color:rgb(var(--color-tab-active-background));width:100%}jxs-tab-product-list .tab-products{margin-block-start:20px}jxs-tab-product-list .product-panel{display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}jxs-tab-product-list .product-panel.actived{display:grid}jxs-tab-product-list .product-panel .grid-item{margin:0!important}@media screen and (max-width:1199px){jxs-tab-product-list .tabs{justify-content:flex-start}jxs-tab-product-list .product-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:767px){jxs-tab-product-list .product-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/jxs-tab-product-list.css.map */
