.tabs-wrapper{width:100%}.tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:2px solid #eee;margin-bottom:1rem;overflow-y:auto}.tab-label{padding:.5rem 1rem;cursor:pointer;text-align:center;white-space:nowrap;border:1px solid black;font-weight:600;font-size:28px;transition:color .3s,border-bottom .3s;color:#000}.tab-label:hover{color:#555}input[type=radio]{display:none}.tab-content{display:none;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:480px){.tab-label{font-size:20px}}input[type=radio]:checked+label{border-bottom:2px solid #000;color:#000}input[type=radio]:checked+label+.tab-content{display:block}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
