.t-store__prod-popup__btn-wrapper a[href='#popup:out-of-stock'] {
	width: 100%;
}

.t-container_fluid .js-store-prod-sold-out,
.t1122__product .js-product-options > p:last-child {
    display: none;
}

.t1122__body .t-descr_md {
	font-size: 15px;
}

/*для цен
.t-store__card__price-currency,
.t706__product-amount .t706__cartwin-prodamount-currency,
.t-store__prod-popup__price-currency {
    display: none !important;
}

.t-store__card__price.t-store__card__price-item::before,
.js-store-prod-price.t-store__prod-popup__price.t-store__prod-popup__price-item::before,
.t706__product-amount::before,
.t1002__product-amount::before {
    content: attr(data-new-price);
    text-transform: lowercase;
}

.t-store__card__price-value,
.js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value,
.t1002__product-amount-price,
.t1002__product-amount-currency {
    display: none;
}

.t706__cartwin-prodamount-price {
    opacity: 0;
}

.t706__cartwin-totalamount-info_value > div:nth-child(1),
.t706__cartwin-totalamount > div:nth-child(1) {
    opacity: 1;
}

.t706__sidebar-prodamount-wrap .t706__cartwin-prodamount-price,
.t706__cartpage-totals .t706__cartwin-prodamount-price {
    opacity: 1;
} */

/********** для напоминалки **************/
.hint-wrapper {
    /* display: grid; */
    display: none;
    flex-direction: column;
    width: 234px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fefaf4;
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}

@media (min-width: 850px) {
    .hint-wrapper {
        display: flex;
    }
}

.hint.hint-wrapper * {
    font-family: 'NADEN', Arial, sans-serif;
    text-transform: uppercase !important;
    font-weight: 700;
}

.hind-title {
    font-size: 25px;
}

.hint.hint-wrapper .hint-price {
    text-transform: lowercase !important;
}

.hint-button {
    line-height: 24px;
}

#target {
    margin-bottom: 15px;
}

.hint .hint-button {
    font-weight: initial;
    opacity: .95;
}

.hint .hint-price {
    color: #545454;
    font-weight: 400;
    margin-bottom: 16px;
}

.hind-img {
    width: 100%;
    height: 288px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.hint > *:not(.hint .hind-img) {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
}

#hint-select {
    margin-bottom: 10px;
    width: 50px;
}

.hint-button {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity .3s;
}

.hint-button:hover {
    opacity: 1;
    transition: all .5s;
}

/*выпадающий список*/
.hint-select {
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    font-size: 18px;
}

/*заголовок размеров*/
.hint-size {
    font-size: 18px;
}

.hind-title,
.hint-price,
.hint-size {
    margin-bottom: 10px;
}

#target:has(#hint-select0 option+option) #hint-select0,
#target:has(#hint-select1 option+option) #hint-select1 {
    appearance: auto;
}
#hint-select0,
#hint-select1 {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/*анимашка всплывашки*/
@-webkit-keyframes open {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.hint {
    animation: open .2s ease-in-out;
}

/*масштабирование see also карточка*/
.t-store__card__imgwrapper {
    position: relative;
    width: 100%;
    padding-bottom: 135%;
}
/*кнопка поверх блоков (мобилка)*/
.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;
}
/*заголовки (табы)*/
.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
    font-weight: 700 !important;
    font-family: 'NADEN', Arial, sans-serif !important;
    font-size: 22px;
}
/*линии (табы)*/
.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
    border-top: 1px solid #E4E4E4 !important;
}
/*линии (табы) последний таб*/
.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    border-bottom: 1px solid #E4E4E4 !important;
}
/*отступы внутри (табы)*/
.t-store .t-store__tabs .t-store__tabs__button, .t-store .t-store__tabs_accordion .t-store__tabs__item-button {
    padding: 10px;
}
/*скругление размеров (карточка товара)*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 5px;
    background-color: transparent !important;
    min-width: 45px;
}
/*убираем фильтры (порядок по умолчанию) ПК*/
.t-store__filter__search-and-sort {
    display: none !important;
}
/*отступы в каталоге (цена) общий каталог, разделы*/
.t-store__card__price-wrapper {
    margin-top: 2px;
}
/*отступы в каталоге (заголовок) общий каталог, разделы*/
.t-store__card__textwrapper {
    padding-top: 10px;
}
/*добавляем плашку в карточке товара*/
@media screen and (min-width: 981px) {
    .t-container_fluid .t-col_6 {
        max-width: calc(6 / 11 * 100% - 81px);
    }
}
/*плашка в карточке товара*/
.t-store__prod-popup__info {
    background-color: #FEFAF4;
    border: 1px solid #E4E4E4;
    padding: 40px;
    border-radius: 15px;
}
/*заголовок в карточке*/
.t-store__prod-popup__info .js-store-prod-name {
    font-weight: 700 !important;
    color: #d20832;
    font-family: 'NADEN', Arial, sans-serif;
    text-transform: uppercase !important;
    font-size: 40px;
}
/*заголовок для for you*/
@media screen and (min-width: 981px) {
    .t-store__relevants__title {
        font-size: 200px !important;
        font-family: 'NADEN', Arial, sans-serif;
        font-weight: 700 !important;
    }
}
/*скрываем руку (подсказка Тильды) для for you*/
@media screen and (max-width: 960px) {
    .t-store__relevants__container .t-store__scroll-icon-wrapper {
        display: none;
    }
    /*растянуть кнопку предзаказа*/
    .wbtn.t-store__card__btn {
        flex: 1;
    }
}
/*растянем кнопку в корзине*/
.t-store__prod-popup__btn-wrapper {
    display: flex;
}

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

/*растягиваем блок с рекомендациями*/
.t-store__relevants__container .t-container {
    max-width: calc(100%);
}

.t-store__relevants__container .t-container .t-col {
    margin-left: 0;
}

.t-store__relevants__container .t-container .js-product {
    max-width: initial;
    flex: 1 1 20%;
    /*расстояние между карточками*/
    margin-right: 15px;
}

.t-store__relevants__title {
    text-align: left;
    margin: 35px auto;
}

/*скругление фото в карточках рекомендуемых*/
.t-store__card__imgwrapper {
    border-radius: 15px;
    overflow: hidden;
}

/*для десктопа (смотрите также)*/
@media screen and (min-width: 961px) {
    .t-store__relevants-grid-cont.t-store__valign-buttons.t-store__grid-cont_mobile-one-row {
        max-width: calc(100% - 40px);
        margin: 0 auto;
        /*gap: 15px;*/
    }

    .js-product-relevant + div {
        margin-left: 15px !important;
    }
}

@media (min-width: 389px) {
    .t-store__relevants__title {
        text-align: center;
        font-family: 'NADEN', Arial, sans-serif;
        font-weight: 700 !important;
        font-size: 30px !important;
        /*max-width: 1200px;*/
        /*margin:  auto;*/
    }

}

@media (min-width: 810px) {
    .t-store__relevants__title {
        text-align: left;
        padding-left: 4px;
    }
}

/*уберем отступ между карточками в мобилке*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 25px;
    }
}

/*табы*/
.t-store__prod-popup__info .js-store-tabs {
    margin-bottom: 20px;
}

.js-product.t-store__card.t-col.t-col_3.t-align_center.js-product-relevant.t-item:not(.js-product.t-store__card.t-col.t-col_3.t-align_center.js-product-relevant.t-item:first-child) {
    border-left: none;
}

.js-product.t-store__card.t-col.t-col_3.t-align_center.js-product-relevant.t-item {
    margin: 0;
}

.t-store__relevants__container .t-col {
    margin: 0;
}

.t-store__relevants__container .t-col .t-store__relevants__title {
    margin-left: 15px;
    margin-right: 15px;
}

/*расширяем табы*/
[data-tab-design="accordion"] {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
}

/*скроем заливку крестика*/
.t-store .t-store__tabs__close::after {
    background-color: transparent !important;
}

/*скроем артикул*/
.t-store__prod-popup__sku {
    display: none;
}

/*скроем артикул в корзине*/
.t706__product-title__option:last-child {
    display: none;
}

/*отступ от цены в карточке*/
.t-store__prod-popup__price-wrapper {
    margin-bottom: 20px;
}

/*в мобилке убрал паддинг с табов справа*/
@media screen and (max-width: 640px) {
    .t-store .t-store__tabs__button, .t-store .t-store__tabs_accordion .t-store__tabs__item-button {
        padding-right: 0;
    }
    .t-store__prod-popup__info label span {
      font-size: 18px !important;
}

}

/*отступы между фотками*/
@media screen and (max-width: 960px) {
    .t-store__relevants-grid-cont.js-store-relevants-grid-cont {
        gap: 15px;
    }
      .t-store__prod-popup__col-right {
    margin-top: -20px !important;
    position: relative;
  }
}
  .t706__cartpage-heading,
  .t1002__wishlistwin-heading{
    font-size: 24px !important;
  }
@media screen and (min-width: 960px) {
  .t706__cartpage-heading,
  .t1002__wishlistwin-heading,
  .t706__sidebar-heading{
    font-size: 32px !important;
  }
}
#customdelivery .t-name,
.t-input-group:has(.t-radio__wrapper-payment) .t-input-title{
font-family: 'NADEN',Arial,sans-serif !important;
font-weight: 600 !important;
color: #000000 !important;
font-size: 16px !important;
}
@media screen and (min-width: 960px) {
    /*заголовок в десктопе*/
    #allrecords .t-store__relevants__title {
        font-size: 211px !important;
        margin-bottom: 0;
    }
}

@media (min-width: 680px) and (max-width: 960px) {
    .t-store__prod-popup__info {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
}
.t706__cartpage-form .t706__form-bottom-text * {
  text-transform: initial !important;
  opacity: 1 !important;
}
/*поднимим футер в мобилке*/
#allrecords:has(.t-store__prod-snippet__container) #t-footer {
    padding-bottom: 80px;
}

.t-store__relevants__container .t-container .t-col {
    margin-left: 0;
}

@media (min-width: 560px) {
    #allrecords:has(.t-store__prod-snippet__container) #t-footer {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 560px) {
    .t-store__prod-popup__slider{
    position: relative;
    top: 7px;
  }
}

/*переносим цену вправо от 860px*/
@media (min-width: 810px) {
    .t-store__prod-popup__info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: calc(100% - 40px);
        margin-left: 20px;
        align-items: first baseline;
    }

    .t-store__prod-popup__info > div {
        flex: 1 0 100%;
        order: 10;
    }

    .t-store__prod-popup__title-wrapper {
        flex: 1 1 50% !important;
    }

    .js-store-prod-price.t-store__prod-popup__price.t-store__prod-popup__price-item.t-name.t-name_md {
        font-family: 'pride', Arial, sans-serif !important;
        text-transform: uppercase !important;
    }

    .t-store__prod-popup__price-wrapper {
        flex: 0 auto !important;
        display: flex;
        align-items: baseline;
        justify-content: end;
    }

    .t-col:has(.t-store__relevants__title) {
        padding-left: 0 !important;
    }
}

/*"размер"*/
.js-product-edition-option-name {
    font-weight: 700 !important;
    font-family: 'NADEN', Arial, sans-serif;
    font-size: 20px;
}

.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    padding: 0;
}

.t-store__tabs__item-button.js-store-tab-button {
    padding-top: 10px !important;
    padding-right: 0 !important;
    padding-bottom: 6px !important;
}

/*цвет текста в двух разделах с темным фоном*/
[data-tilda-page-alias="na-delovom"] .t-store__product-snippet,
[data-tilda-page-alias="na-sporte"] .t-store__product-snippet {
    .js-store-prod-name, h2, .t-store__relevants__title {
        color: #0d0d0d !important;
    }

    .js-store-prod-price, .t-store__card__price {
        color: #545454 !important;
    }
}
[data-tilda-page-alias="na-delovom"] .t-store__relevants__title,
[data-tilda-page-alias="na-sporte"] .t-store__relevants__title{
    color: #0d0d0d !important;
    
}
[data-tilda-page-alias="na-delovom"],
[data-tilda-page-alias="na-sporte"]{
         .t-store__card__price {
        color: #545454 !important;
    }
}
[data-tilda-page-alias="na-sporte"] .t-store__relevants-grid-cont,
[data-tilda-page-alias="na-delovom"] .t-store__relevants-grid-cont{
      .js-store-prod-name {
        color: #0d0d0d !important;
    }
}


/*пагинация*/
.t-slds__bullet_wrapper {
  display: flex;
  gap: 2px;
  padding: 0;
  margin-top: 0;
  top: -40px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}
.t-slds__bullet {
  flex: auto;
  padding: 0;
}
.t-slds__bullet_body {
  width: 100% !important;
  height: 3px;
  background-color: #8e8e8e !important;
  border: 1px solid #8e8e8e !important;
}
#allrecords .t-slds__bullet_active .t-slds__bullet_body {
  border-color: #fff !important;
}
.tn-atom__gallery{
    .t-slds__bullet_wrapper {
      display: flex !important;
      gap: 2px;
      padding: 0;
      margin-top: 0;
      top: 0px;
      max-width: 100% !important;
      margin: 0 auto;
    }
    .t-slds__bullet_body{
        height: 2px !important;
    }
}
/*заливка корзины*/
body:has(.t706__cartpage_showed) * {
  background-color: #fbfbf6;
}
body:has(.t706__cartpage_showed) *,
.t706__sidebar-prodamount-label{
  text-transform: uppercase;
}
/*убираем пагинацию присвоением класса lookbook-right блоку*/
.lookbook-right .t-slds__bullet_wrapper {
  display: none !important;
}
/*корзина*/

.t706__cartpage-content.t-container {
  max-width: 100%;
}

.t706__cartpage-form.t-col.t-col_6 {
  max-width: 100%;
}

.t706__cartpage-info.t-col.t-col_6 {
  max-width: 100%;
}
div.t706__sidebar-content_showed,
div.t1002__wishlistwin-content{
  background-color: #fbfbf6;
}
.t1002__wishlistwin-heading,
.t706__sidebar-heading.t-name,
.t706__cartpage-heading.t-name{
  font-weight: 700 !important;
  font-family: 'NADEN', Arial, sans-serif;
}
/*картинка под кнопкой*/
.t706__sidebar-bottom::after,
.t706__cartpage-open-form-wrap:after{
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background-image: url('https://static.tildacdn.com/tild6466-3631-4364-b661-366633313266/Group_2087325914.svg');
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 15px;
}
::placeholder,
.t706__form-bottom-text span{
  text-transform: initial !important;
  opacity: .4 !important;
  font-weight: lighter;
}
.t-store__prod-popup__info label span {
  font-weight: 700 !important;
  font-family: 'NADEN', Arial, sans-serif;
  font-size: 16px;
}
/*растягиваем размерную сетку*/
.t-store__prod-popup__info figure img {
  width: 100%;
}
/*пагинация на главной*/
@media screen and (max-width: 640px) {
  #rec373853319nlm ul.t-slds__bullet_wrapper,
   #allrecords #rec373853319nlm ul.t-slds__bullet_wrapper li,
  #allrecords #rec373853319nlm ul.t-slds__bullet_wrapper li button{
    width: 100% !important;
    height: 2px !important;
    margin:0 !important;
  }
}
@media screen and (min-width: 641px) {
  #allrecords #rec373853319nlm ul.t-slds__bullet_wrapper, #allrecords #rec373853319nlm ul.t-slds__bullet_wrapper li, #allrecords #rec373853319nlm ul.t-slds__bullet_wrapper li button {
    width: 97% !important;
    height: 2px !important;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 641px) {
 #allrecords #rec373853319nlm .t-slds__bullet_wrapper {
    bottom: 30px !important;
  }
}
#allrecords .digi-dolyame-button--5 {
  border: none;
padding: 0;
    margin: 0;
}
#allrecords .digi-dolyame-button--5:before {
  content: "или";
  font-family: "pride", Arial, sans-serif;
  margin-right: 6px;
  color:#000000;
  /*font-weight: 600;*/
}
#allrecords .digi-dolyame-button--5 rect {
  fill: transparent;
}
#allrecords .digi-dolyame-button--5 path {
  fill: #000;
}
#allrecords .digi-dolyame-button--5 .digi-dolyame-button__icon-arrow path {
  fill: transparent;
}
#allrecords .digi-dolyame-button--5 .digi-dolyame-button__label {
  height: 25px;
  transform: scale(1.2);
}
.nw-txt{
      font-weight: 600;
}
.t-store__prod-popup__info> div:nth-child(1),
.t-store__prod-popup__info> div:nth-child(2),
.t-store__prod-popup__info> div:nth-child(3){
  order: 1 !important;
margin-bottom: 0;
}
.digi-dolyame-button--wrapper {
  order: 2 !important;
  margin-bottom: 10px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_5{
  display: flex;

}

@media screen and (max-width: 960px){
    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_5{
  flex-direction: column;
  
}
.digi-dolyame-button--wrapper {
    margin-bottom: 10px;
}
.t-store__prod-popup__info> div:nth-child(2),
.t-store__prod-popup__info> div:nth-child(3){
  order: 3 !important;
}
 .t-store__prod-popup__info> div:nth-child(3){
     margin-bottom: 4px;
 }

}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_5 > div{
  order:10
}
.digi-dolyame-scheme__details-of-payment_price{
    font-family: 'NADEN', Arial, sans-serif;
    font-weight: 600 !important;
}
.digi-dolyame-scheme__payments-text,
.digi-dolyame-scheme__description-details{
  font-size: 12px !important;
}
@media (min-width: 768px) {
  .digi-dolyame-scheme__payments-text,
  .digi-dolyame-scheme__description-details {
    font-size: 14px !important;
  }
}
/*оповещения для корзиныи избранного*/
.t1002__bubble,
.t706__bubble{
    max-width: max-content;
}
/*артикул в избранном*/
div.t1002__product-title__option:nth-child(3) {
display: none;
}
