#mock-carousel-tabs{
	.thv2-tab-buttons{
		position: relative;
		padding-bottom: 0;
	}
	.content{
		 max-width: 1380px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: min(25vw - 50px, 260px);
    transform: translateX(-50%);
			z-index: 1;
			padding: 0;
			@media (max-width: 480px) {
					top: min(25vw - 40px, 260px);
			}
	}
	.tabs-header-v2-buttons-mt{
			display: flex;
    justify-content: space-between;
	}
	button{
			&:focus-visible{
				outline: revert !important;
			}
	   border-color: transparent;
			min-width: 50px; max-width: 50px;
			margin: 0 !important;
			padding: 0 !important;
			svg {
				filter: drop-shadow(0px 0px 1px black);
				@media (max-width: 480px) {
					width: 30px;
					height: 40px;
				}
			}
						@media (max-width: 480px) {
					padding: 5px 0 !important;
					background-color: rgba(0,0,0,0.6);
			}
	}
	button.active{
	   filter: grayscale(1);
			opacity:  0;
			&:focus-visible{
				opacity:  1;
			}
	}
}
.razer-rtl #mock-carousel-tabs{
	.mock-arrow-left + svg,  .mock-arrow-right + svg{
		transform: rotate(180deg);
	}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}