.t-store__card__img {
border-radius: 16px;
}


.t-store__prod-snippet__container {
padding-top: 30px;
background-color: #f3f3f3 !important;
}



.t-store__prod-popup__wrapper img {
  border-radius: 24px;
}

/* Планшеты (min-width: 640px, например, если нужно) */
@media (min-width: 640px) {
  .t-store__prod-popup__wrapper img {
    border-radius: 28px;
  }
}

/* Десктоп от 980px */
@media (min-width: 980px) {
  .t-store__prod-popup__wrapper img {
    border-radius: 18px;
  }
}

/* Большие экраны от 1440px */
@media (min-width: 1440px) {
  .t-store__prod-popup__wrapper img {
    border-radius: 28px;
  }
} 


.t-store__card__sold-out-msg { 
    color: #f3f3f3;
    font-size: 0px;
}



 .t-slds__item {
    margin-top: -145px;
}

@media (min-width: 560px) {
.t-slds__arrow_wrapper {
    top: 36% !important;
}
}



@media (max-width: 560px) {
    .t-store .t-slds__thumbsbullet-wrapper, .t-store .t-store__prod-popup__info {
    margin-top: -230px;
    padding-bottom: 30px;
}
}

@media (max-width: 560px) {
.t-slds__arrow_wrapper {
    top: 30% !important;
}
}


.t-slds__bgimg {
    border-radius: 10px;
}

.t-slds__thumbsbullet-border {
    border-radius: 10px;
}
}