.article__media .swiper-button-prev {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
     padding-right:0px;

    cursor: pointer;
}
 .article__media  .swiper-horizontal .swiper-button-next::before{
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
 .article__media  .swiper-horizontal .swiper-button-prev::before{
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
 .article__media .swiper-button-next {
 padding-left:0px;
    position: absolute;
    bottom: -30px;
        height: 2.625rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
           .article__media   .swiper-horizontal{
            max-height: 515px;
    max-width: 100%;
   
  
            }
        .article__media    .swiper-horizontal img{
            max-height: 95%;
    width: 100%;
    border-radius: .9375rem;
    object-fit: cover;
            }
.body-tabs__content {
    margin-bottom: 2.5rem !important;
    padding-top: 5.625rem !important;
}


.closs-icon{
right: 15px;
    top: 15px;
    position: absolute;
}

.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    text-align: center;
}

.fullscreen-image-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.fullscreen-image-container img {
width:70vw;
    max-width: 550px;
    max-height: 550px;
    margin: 0 auto;
    display: block;
}

.close-fullscreen {
    position: absolute;
    top: -30px;
    right: 0px;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    z-index: 1100;
}
.tabs-product__content a {
    
    color: #d24a43;
    text-decoration: none;
}
.tags__contain {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.swiper-button-prev::before{
content: "\e900";
font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.swiper-button-next::before{
content: "\e900";
font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


    /* Стили для отображения слайдера на всю страницу */
    .fullscreen-slider {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8); /* Прозрачный черный фон */
        z-index: 9999;
        display: none; /* По умолчанию скрыт */
    }
   
   
    .fullscreen-slider .swiper-button-prev,
    .fullscreen-slider .swiper-button-next {
        color: #fff; /* Цвет стрелок навигации */
    }
     @media (min-width: 1024px){
     .magnifier {
    position: absolute;
    border: 2px solid #000;
    border-radius: 50%;
    top:0px;
     width: 250px;
    height: 250px;
  
    background: rgba(255, 255, 255, 0.5);
    background-repeat: no-repeat;
    background-size: 200%;
    transform: translate(-50%, -50%);
    opacity: 0;
     pointer-events: none;
    z-index: 1000000;
}
     } 
    @media (min-width: 768px) and (max-width: 1024px) {
      .fullscreen-slider .swiper-slide {

align-items: center;
    justify-content: center;
    display: flex;
   
}
        
     }
    @media(max-width:768px){
      .fullscreen-slider .swiper-slide img {
   
    padding: 40px 20px;}
    .fullscreen-slider .swiper-slide {
padding-bottom: 0;
align-items: center;
    justify-content: center;
    display: flex;
    transform: translate3d(0px, 0px, 0px) !important;
}
    .fullscreen-slider .swiper-slide {
       
        width:100vw;
        height:100vh;
    }
 
    }
    .slider-main__slide img {
   
    object-fit: contain;
}
.slider-nav__slide img {
 
    object-fit: contain;
}
.product-main__item  a{
color: #ed1c24;
}
.tabs-product__body a{
color: #ed1c24;
}