  /* Отступ от цены до заголовка (каталог) */
.t-store__card__price-wrapper {
    margin-top: 1px;
}

  /* Миниатюры по центру (карточка товара) ПК */
.t-slds__thumbsbullet-wrapper {
    text-align: center !important;
}

/*кнопка поверх блоков (мобилка)*/
.t-store__prod-popup__btn-wrapper.t-store__prod-popup__btn-wrapper-fixed {
    z-index: 999;
}
/*убираем синие поля (при нажатии на кнопки)*/
body.t-body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

/*убираем обводку избранного*/
.t1002__addBtn {
    border: 1px solid #fefefe;
}

/* текст (добавлено в избранное) */
.t1002__bubble-text {
    background: #0A0A0A;
    font-size: 13px;
    border-radius: 0px;
}

/* текст (добавлено в корзину) */
.t706__bubble-text {
    background: #0A0A0A;
    font-size: 13px;
    border-radius: 0px;
}

/* скрываем коллекцию в карточке товара */
.t-store__prod-popup__text {
    margin-top: 20px;
    display: none;
}

/* отступ (табы) от заголовка до текста*/
.t-store .t-store__tabs_tabs .t-store__tabs__content {
    margin: 15px 0 0 0;
}

/*заголовок в карточке*/
.t-store__prod-popup__info .js-store-prod-name {
font-weight: 500 !important;
  font-size: 19px;
}

/*заголовок вам может понравиться*/
.t-store__relevants__title {
    text-align: center;
    font-size: 15px !important;
    font-weight: 500 !important;
}

/*заголовок товара (избранное)*/
.t1002__product-link {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

/*заголовок товара (корзина)*/
.t706__product-title {
    font-size: 13px;
    font-weight: 500;
}

/*корзина (стоимость) */
.t706__product-amount, .t706__product-amount--portion {
    font-size: 13px;
}

/*стоимость товара в (избранное)*/
.t1002__product-amount, .t1002__product-amount--portion {
    font-size: 13px !important;
}

/*увеличение фото в (избранное)*/
.t1002__product-imgdiv {
    height: 90px;
    width: 70px;
}

/*заголовок избранное*/
.t-name_xl {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 200;
}

/*растянем кнопку в корзине*/
.t-store__prod-popup__btn-wrapper {
    display: flex;
}

[href="#order"] {
    flex: 1;
}

/*поля (корзина, заголовки) внутри*/
.t706__cartpage-form .t-form .t-descr_md {
    font-size: 14px !important;
    font-weight: 200 !important;
}

/* корзина (введите данные) поля*/
.t-input {
    font-size: 14px;
}

/* корзина (телефон) +7)*/
.t-input-phonemask__select {
    font-size: 14px !important;
}

/* корзина (итог суммы) */
.t706__cartwin-prodamount-wrap {
    font-size: 14px !important;;
}

/* чек-бокс (в корзине)*/
.t-text_xs {
    font-size: 13px;
}

/* отступы (чек-бокс) корзина*/
.t706 .t-form_bbonly .t-input-group {
    margin-bottom: 20px;
}

/*доставка (заголовок) в корзине*/
.t-name_md {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 200;
}

/* текст (добавить в корзину) кнопка */
.t-btn_sm {
    font-size: 13px !important;
}

/* текст (заказать) кнопка */
.t706__cartpage .t-btn, .t706__sidebar .t-btn {
    font-size: 13px !important;
}

/* текст (порядок по умолчанию) фильтры */
.t-store__sort-select {
        font-size: 13px !important;
        background: #fefefe !important;
    border: 1px solid #fefefe !important;
}

/***********************************    скрыть один из фильтров *****************************/
/***************** id страницы ************************* категория фильтра **************/
/***************** id страницы ************************* все изделия **************/
[data-tilda-page-id="70888049"] .t-store__filter__item:has([data-filter-label="категория"]) {
  display: none;
}

/***************** id страницы ************************* браслеты **************/
[data-tilda-page-id="70891665"] .t-store__filter__item:has([data-filter-label="категория"]) {
  display: none;
}

/***************** id страницы ************************* кольца **************/
[data-tilda-page-id="70892085"] .t-store__filter__item:has([data-filter-label="категория"]) {
  display: none;
}

/***************** id страницы ************************* серьги **************/
[data-tilda-page-id="70892251"] .t-store__filter__item:has([data-filter-label="категория"]) {
  display: none;
}

/***************** id страницы ************************* grid collection **************/
[data-tilda-page-id="70895305"] .t-store__filter__item:has([data-filter-label="коллекция"]) {
  display: none;
}

/***************** id страницы ************************* cube collection **************/
[data-tilda-page-id="70895217"] .t-store__filter__item:has([data-filter-label="коллекция"]) {
  display: none;
}

/*смотрите также (мобильные)*/
@media screen and (max-width: 640px) {
    .t-store__grid-cont_mobile-one-row .t-col, .t-store__grid-cont_mobile-one-row .t-store__stretch-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-store__stretch-col {
        max-width: 20%;
        min-width: 45%;
    }
}

/*табы (заголовки) мобильные*/
@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 13px;
    }
}

/*размер шрифта (размер характеристика)*/
@media screen and (max-width: 640px) {
    .t-store .t-product__option-select {
        font-size: 13px;
    }
}

/*табы (описание после заголовков) мобильные*/
@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 13px;
    }
}

  /* Отступ сверху (карточка товара) */
@media screen and (min-width: 960px) {
.t-store__prod-snippet__container {
    padding-bottom: 120px;
    padding-top: 150px;
}
}

  /* Отступы снизу для карточек (для мобильных) каталог */
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 30px;
    }
}

/*убираем руку (подсказку) в карточке товара (вам может понравиться)*/
@media screen and (max-width: 960px) {
    .t-store__relevants__container .t-store__scroll-icon-wrapper {
        padding: 0 0 20px;
        display: none;
    }
}

  /* Миниатюры по центру (карточка товара) мобильные */
@media screen and (max-width: 560px) {
    .t-store .t-slds__thumbsbullet-wrapper {
        text-align: center;
    }
}

/*убираем отступы табов*/
  #allrecords .js-store-tabs {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
  }
 .t-store__tabs__button {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
  padding-bottom: 0 !important;
}
.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
  width: 100%;
}
@media screen and (max-width: 560px) {
  .t-store .t-store__tabs__controls .t-store__tabs__button-title {

    padding-top: 15px;
    padding-bottom: 0 !important;
  }
}
.t-store__tabs__button.js-store-tab-button {/*подчеркивание*/
  border: none !important;
}
#allrecords div.t-store .t-store__tabs__controls .t-store__tabs__button_active {
  border-bottom: 1px solid rgba(41,41,41,1) !important;
}
.t-store__tabs__button.js-store-tab-button {
  width: fit-content;
  max-width: fit-content !important;
  padding-top: 10px !important;
}
.t-store .t-store__tabs_tabs .t-store__tabs__controls {

  justify-content: space-between;
}

  /* Отступы по бокам (каталог) */
@media screen and (min-width: 560px) {
.t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap="20"] {
    padding: 0 100px;
}
}


.block-color {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.element-color {
  width: 26px;
  height: 26px;
  display: inline-flex;
  position: relative;
  border-radius: 50%;
}
[data-activ-color="true"]::before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
  left: -4px;
  top: -4px;
}
.t-product__option-variants_color {
  display: none !important;
}
/************************************/


[data-name-color]::after,
[data-name-color]::before {
content: attr(data-name-color);
  position: absolute;
  left: 71px;
  font-size: 13px;
  top: 0;
  text-transform: lowercase;
  font-family: 'Goodini',Arial,sans-serif;
  font-weight: 300;
}
[data-name-color]::before {
 content: ' : ';
 left: 65px;
}
@media (min-width: 561px) {
[data-name-color]::after,
[data-name-color]::before {
    font-size: 14px;
    left: 76px;
}
[data-name-color]::before {
 left: 70px;
}

}
/*******************стили для страницы заказа*****************/
.mv-product {
  display: flex;
  font-family: 'Goodini',Arial,sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
  gap:20px;
  font-size: 11px;
  color: #4d4d4d;
}

.mv-foto {
  flex: 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eee;
}
.mv-form-descriptions strong {
  font-size: 11px;
  font-weight: 400 !important;
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
  color: #000;
}
.t706__product-title a {
  text-transform: uppercase !important;
}

/*отступ от товаров до полей в мобилке*/
@media(max-width:561px){
  .mv-wrapper-form {
    margin-top: 50px;/*сверху*/
    margin-bottom: 50px;/*снизу*/
} 
}

