.mainSlider .swiper-pagination-bullets{@apply bottom-6;}.mainSlider .swiper-pagination-bullet,.productSlider .swiper-pagination-bullet{@apply !bg-accent;}.productSlider .swiper-button-prev:after,.productSlider .swiper-button-next:after{@apply text-4xl!text-accent p-8 w-[200px];}*{box-sizing:border-box;margin:0;padding:0}.header{@apply bg-gray-800 text-text py-2.5 px-5 flex items-center justify-between;}.logo{@apply text-2xl font-bold;}.tabs{@apply flex gap-5;}.tab{@apply py-2 px-3 rounded-md!bg-card cursor-pointer;}.languages{@apply flex gap-2.5;}.language{@apply py-2 px-3 rounded-md!bg-card cursor-pointer;}.button{@apply py-2.5 px-5 rounded-md!bg-accent!text-text cursor-pointer;}@media (width<=768px){.header{@apply flex-col items-start;}.tabs{@apply mt-2.5;}}