.scs-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.scs-tab{padding:8px 20px;border:1px solid #ddd;border-radius:25px;background:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease}.scs-tab:hover{background:#f5f5f5;border-color:#bbb}.scs-tab--active{background:var(--global-palette1,#2351ff);color:#fff;border-color:var(--global-palette1,#2351ff)}.scs-tab--active:hover{background:var(--global-palette2,#1a3fd4);border-color:var(--global-palette2,#1a3fd4)}.scs-category-group{margin-bottom:2.5rem}.scs-category-heading{font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--global-palette1,#2351ff);color:var(--global-palette3,#222)}.scs-category-group.scs-hidden{display:none}.scs-shop-wrapper ul.products{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;padding:0;margin:0}.scs-shop-wrapper ul.products li.product{width:100%!important;margin:0!important;float:none!important}.scs-shop-wrapper ul.products li.product img{width:100%;height:auto}@media (max-width:1024px){.scs-shop-wrapper ul.products{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.scs-shop-wrapper ul.products{grid-template-columns:1fr}}.scs-shop-wrapper{max-width:var(--global-content-width,1290px);margin:0 auto;padding:0 var(--global-content-edge-padding,1.5rem)}