@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@500&display=swap');
 
.t-checkbox__indicator {
  border-radius: 5px;
}
 
@media screen and (max-width: 960px) {
  .t-store__grid-cont .t-store__card-list {
    row-gap: 30px !important;
  }
}
 
/* Плашка «Эксклюзив» — только десктоп ≥980px */
#rec1817185171 .t649__col:first-child {
  position: relative;
  overflow: hidden;
}
 
#rec1817185171 .t649__col:first-child::before {
  content: 'ЭКСКЛЮЗИВ';
  position: absolute;
  top: 14px;
  left: 14px;
  background-color: #303672;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23F6E0CB' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cline x1='12' y1='2' x2='12' y2='4'/%3E%3Cline x1='12' y1='20' x2='12' y2='22'/%3E%3Cline x1='2' y1='12' x2='4' y2='12'/%3E%3Cline x1='20' y1='12' x2='22' y2='12'/%3E%3Cline x1='4.9' y1='4.9' x2='6.3' y2='6.3'/%3E%3Cline x1='17.7' y1='17.7' x2='19.1' y2='19.1'/%3E%3Cline x1='19.1' y1='4.9' x2='17.7' y2='6.3'/%3E%3Cline x1='6.3' y1='17.7' x2='4.9' y2='19.1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-size: 16px 16px;
  color: #F6E0CB;
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 16px 10px 36px;
  border-radius: 40px;
  border: none;
  pointer-events: none;
  z-index: 10;
  white-space: nowrap;
}
 
/* скрыть на планшетах и мобиле */
@media screen and (max-width: 979px) {
  #rec1817185171 .t649__col:first-child::before {
    display: none;
  }
}