.products .tabs-arrow{align-items:center;background:#fff;border:1px solid #ddd;border-radius:50%;color:var(--dark);cursor:pointer;display:flex;height:44px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);transition:all .25s ease;width:44px;z-index:5}.products .tabs-arrow:hover{background:var(--primary);border-color:var(--primary);color:#fff}.products .tabs-arrow-up{top:-24px}.products .tabs-arrow-down{bottom:-24px}.products .tabs-arrow:disabled{opacity:.4;pointer-events:none}.products .tabs-list{display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:hidden;padding-bottom:40px;padding-top:40px;position:relative;scrollbar-width:none}.products .tabs-list::-webkit-scrollbar{display:none}.products .tabs-list .nav-item{display:block;width:100%}@media (max-width:991px){.products .tabs-arrow-down,.products .tabs-arrow-up{display:none!important}.products .tabs-list{flex-direction:row!important;gap:1rem;overflow-x:auto;padding:0}.products .tabs-list .nav-item{display:block!important;flex-shrink:0;min-width:220px}}