/* Применяем стиль только к ссылке с href="/new" и нужными классами */
a.t-menusub__link-item.t-name.t-name_xs[href="/new"] {
    font-weight: bold !important;  /* Жирный шрифт */
}

/*для мобильного меню*/
#allrecords .t450__container [href="/mid-season-sale"] {    
    color: #050009 !important;/*цвет текста*/
    background-color: initial;/*цвет заливки указать если нужен*/
    font-weight: bold !important;/*насыщенность*/
  }
  
/*карточка товара общие настройки*/
.js-store-product.js-product.t-store__product-snippet,

/*блок смотрите так-же*/
.t-store__relevants__container,

/*выпадашки в фильтрах*/
.t-store__filter__item-controls-container,

/*ярлычки фильтров*/
.js-store-filter-chosen-item{
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
/*описание товара в карточке*/
.js-store-prod-text,
/*табы общие настройки*/
.t-store__tabs__list{
      letter-spacing: 1.5px;
}
/*заголовки табов*/
.t-store__tabs__list h2,
/*текст карточек в каталоге*/
.t-store__card__textwrapper{
    letter-spacing: 2.4px;
}
    /*заголовки табов*/
.t-store__tabs__list h2{
    font-size:10px;
}
/*загогловок карточки товара*/
.t-store__prod-popup__title-wrapper h1{
    font-size:15px;
}

/*описание товара ниже кнопки*/
.js-store-prod-all-text{
    font-size:10px;
}
/*текст в кнопке*/
.js-store-prod-popup-buy-btn-txt{
    font-size:12px;
}

@media (min-width:490px){
    /*заголовки табов*/
.t-store__tabs__list h2{
    font-size:12px;
}
.t-store__tabs__list .t-store__tabs__content{
      font-size:10px;
}
/*загогловок карточки товара*/
.t-store__prod-popup__title-wrapper h1{
    font-size:18px;
}

}

/*растянем выпадашку в фильтрах*/
.t-store__filter__options .t-store__filter__item-controls-container {
  max-height: 1500px;
  width: max-content;
  padding-left: 16px !important;
  padding-right: 16px !important;
}


/*сортировка*/
.t-store__sort-select,
/*поиск*/
.js-store-filter-search{
    text-transform: uppercase;
    letter-spacing: 2.8px;
}
/*ширина поля сортировка на экране*/
.t-store__filter__sort .t-store__sort-select-wrapper{
    width: 250px;
}



@media (max-width: 480px){
    /*ярлычки фильтров, размер шрифта для мобилок*/
    .t-store__filter__chosen-bar .js-store-filter-chosen-item,
    .js-store-filter-search{
        font-size:8px;
    }
}


/*работаем с цветами в каталоге*/
.js-product-name{
    display: flex;
    align-items: flex-start;
}
/*ширина поля фильтра*/
.t-store__filter__sort .t-store__sort-select-wrapper {
  width: 270px;
}

/*разделы и фильтры*/
.t-store__filter__item-title.js-store-filter-item-title,
/*фильтры*/
select.t-store__sort-select,
/*внутри фильтров*/
.t-store__filter__item .t-checkbox__control,
/*поиск*/
.t-store__search-wrapper{
  font-size: 10px;
}

.block-color{
    display: flex;
    gap: 3px;
    margin-left: 15px;

    /*перенесем выше описания и сдвинем вправо*/
    /*justify-content: end;*/
}
.t-store__prod-popup__info .block-color{
        flex-direction: column;
}
.element-color{
    width: 5px;
    height: 5px;
    border: 1px solid #8e8e8e;
    text-indent: 40px;
    display: flex;
  align-items: center;
  color:#050009 !important;
}
/*отступ от цены*/
.t-store .t-product__option {
  margin-top: 20px;

}

@media (min-width: 491px){
    .block-color{
        gap: 6px;
        margin-left: 15px;
    }
    .element-color{
        width: 5px;
        height: 5px;
    }

}




.t-store__card__prod-controls-wrapper {
  display: none;
}

.js-store-price-wrapper{
    display: flex;
    align-items: center;
}



/*карточка товара десктоп дополнительные блоки*/
.t-store__prod-popup__info .block-color{
    margin-left: 0;
    margin-top: 5px;
}
/*скроем дефолтный выбор цвета*/
[data-edition-option-id="Цвет"] .t-product__option-variants_color{
    display: none !important;    
}

/*.t-store__prod-popup__info .element-color{*/
/*    width: 5px;*/
/*    height: 5px;*/

/*}*/
/*@media (min-width: 491px){*/
    .t-store__prod-popup__info .block-color{
        margin-left: 0px;
    }
    
    .t-store__prod-popup__info .element-color{
        width: 26px;
        height: 26px;
        white-space: nowrap;
    }

/*}*/
.element-color:hover{
    cursor: pointer;
}
/**********************************************/

.t-store__card__sold-out-msg::after, .t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt::after {
  font-size: 8px !important;
}
/*ширина фильтра по цвету*/
.t-store__filter__item-controls-container.t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
  width: auto;
}

/*избранное*/
.t1002__product-title,
.t1002__product-amount-price,
.t1002__product-title__option,
.t1002__product-amount-currency{
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
/*заголовок избранного*/
.t1002__wishlistwin-heading{
    font-size: 12px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}


/*корзина*/
.t706__product-title,
.t706__product-amount-price,
.t706__product-title__option,
.t706__product-amount,
.t706__product-quantity,
.t706__cartpage-products_empty{
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
/*заголовок корзины*/
.t706__sidebar-heading{
    font-size: 12px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
/*текстсуммы*/
.t706__sidebar-prodamount-wrap,
.t706__cartpage-prodamount,
/*надпись в кнопке*/
.t706__sidebar-continue,
button.t706__cartpage-open-form,
/*заголовок корзины*/
.t706__cartpage-heading{
    font-size: 12px !important;
    letter-spacing: 3.2px !important;
    text-transform: uppercase !important;
}


/*название цветов из атрибутов элемента*/
[data-color-name-title]::before {
  content: attr(data-color-name-title);
}



/*фото в избранном*/
.t1002__product-imgdiv,
/*в корзине*/
.t706__product-imgdiv{
    background-repeat: no-repeat;
    height: 90px;
}

.t706__product-title__option div:first-child,
.t1002__product-title__option div:first-child{
    /*отключил для тестирования 15.08.2024*/
    /*opacity: 0;*/
    transition: all 1s cubic-bezier(.45,.05,.55,.95);
}



.t706__cartpage_showed .t706__product-title__option div:first-child{
    /*opacity: 1;*/
    transition: all 1s cubic-bezier(.45,.05,.55,.95);
}

/*форма в корзине*/
#form729585361 label,
#form729585361 input,
#form729585361 div,
.t706__form-bottom-text{
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
/*кнопка в форме*/
#form729585361 .t-submit{
    font-size: 12px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
@media(max-width:2000px){
   /*итоговая инфо по корзине*/
.t706__cartwin-totalamount-wrap,
.t706__cartwin-totalamount-info,
.delivery-full-address{
    font-size: 10px !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
}
.t706__cartwin-totalamount-label,
.t706__cartwin-totalamount{
    font-size: 12px !important;
    letter-spacing: 3.2px !important;
}
}
/*расрочка*/
.tkf-group,
.tkf-group .t-input-title,
.tkf-select,
.tkf-button,
.t-form__errorbox-item{
    font-size: 10px !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
}
.t-select.tkf-select,
.tkf-button.t-btn{
    height: 43px !important;
}
[data-input-lid="1673600212164"] label{
    display: flex;
}

/*цена в сертификатах в 1 строку*/
.t-store__card__price.t-store__card__price-item.t-name.t-name_xs {
  display: flex;
}

.t-input-group.t-input-group_sb.tkf-group {
    display: none;
}


/*********************главная *****************/
#rec729610524 .t1014__title {
    text-transform: uppercase;
    letter-spacing: 3.2px;
}

#rec729610524 .t1014__descr {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-top: 5px;
}

@media screen and (max-width: 960px) {
    .t1014 .t-input {
        height: 37px;
        font-size: 12px;
    }
}

@media screen and (max-width: 960px){
    .t1014 .t-submit {
        width: 100%;
        height: 40px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }
}

.t-form .t-submit {
    position: relative;
    height: 40px;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.t-input {
    font-size: 12px;
    letter-spacing: 1.2px;
}

.t1014 .t1014__text {
    font-size: 9px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
@media screen and (max-width: 980px) {
    .t204__burger,
    .t481__mobile,
    .t461__mobile,
    .t446__mobile,
    .t228__mobile,
    .t770__mobile,
    .t462__mobile,
    .t456__mobile,
    .t454__mobile {
        background-color: #ffffff !important;
        /*Меню фон полоски*/
    }
    .t204__burger-icon:before,
    .t204__burger-icon:after,
    .t204__burger-icon,
    .t481__burger span,
    .t461__mobile_burger span,
    .t446__mobile_burger span,
    .t228__burger span,
    .t770__mobile_burger span,
    .t462__burger span,
    .t456__burger span,
    .t454__burger span {
        background-color: #000000 !important;
        /*Меню цвет бургера*/
    }
}
@media screen and (max-width: 560px) {
    .t706__cartwin-close,
    .t-popup__close {
        background-color: #ffffff !important;
        /*Popup фон полоски*/
    }

    .t706__cartwin-close g,
    .t-popup__close g {
        fill: #000000 !important;
        /*Popup цвет крестика*/
    }
}
/*для больших экранов увеличил высоту меню и бегущей строки*/
@media screen and (min-width: 1600px) {
.t-body #rec729263805 .t396__carrier,
.t-body #rec729263805 .t396__filter,
.t-body #rec729263805 .t396__artboard{
        height: 70px !important;
    }
    .t1003__outer{
        margin-top: 70px !important;
    }
}

/****************** о бренде ****************************/

#rec729131655 .t489__descr {
    letter-spacing: 1.5px;
}

#rec729131655 .t489__title {
    letter-spacing: 3.2px;
}

#rec729134406 .t005__text {
    letter-spacing: 1.5px;
}
/********************инфлюенсеры*********************/
@media screen and (min-width: 961px) {
    #rec728460686 .t-store__grid-cont_col-width_stretch.t-container_100[data-col-gap='20'] {
        padding: 0;
        display: inline-flex;
        justify-content: center;
    }
    #rec728465417 .t-store__valign-buttons.js-store-grid-cont{
        justify-content: center;
    }
    /*.t-store__grid-cont_col-width_stretch.t-container_100[data-col-gap='20'] {*/
    /*    padding: 0;*/
    /*    display: inline-flex;*/
    /*    justify-content: center;*/
    /*}*/
    
}

/***************** информация **************************/

#rec728309490 .t005__text {
    letter-spacing: 1.5px;
}

.t849__icon {
    width: 20px;
}

.t849__trigger-button {
    letter-spacing: 3px;
}

.t849__textwrapper {
    letter-spacing: 1.5px;
}

#rec728289086 .t005__text {
    letter-spacing: 1.5px;
}

#rec728266545 .t397__select {
    font-size: 10px;
    border: 1px solid #8E8E8E;
    color: #323232;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
}

.t397__select {
    padding: 6px 10px;
    font-size: 12px;
}

#rec728273429 .t-text {
    letter-spacing: 1.5px;
}

#rec728346636 .t-text {
    letter-spacing: 1.5px;
}
/*обводка цвета только в открытом попапе*/
.t-store__prod-popup__info [data-activ-color="true"] {
  /*outline: 1px solid #050009 !important;*/
  /*outline-offset: 2px;*/
  text-decoration: underline !important;
}
/*убираем болями из сертификатов*/
[data-product-uid="591523664801"] .digi-dolyame-button--wrapper,
[data-product-uid="487596802101"] .digi-dolyame-button--wrapper,
[data-product-uid="165934935251"] .digi-dolyame-button--wrapper,
[data-product-uid="453125257461"] .digi-dolyame-button--wrapper{
    display: none;
}
/*для страницы с боксом*/

.mv-item-card{
    border: 1px solid #000;
}

.mv-block-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    grid-template-rows: repeat(3, 1fr);
}

@media (width >= 560px){
  .mv-block-cards {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2,1fr);
    padding-right:30px;
}  
}



.mv-item-card {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    padding: 5px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}

/*размер фото*/
.mv-card-img {
        grid-row: 2/6;
        height: 150px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
@media (width >= 560px){
    .mv-card-img {
        height: initial;
    }
    
}
/***********************/


.mv-card-title {
    font-size: 12px;
}
.mv-price {
    font-size: 10px;
    display: inline-flex;
    border: 1px solid #dfdfdf;
    line-height: 1;
    padding: 5px 15px;
    position: relative;
    letter-spacing: 2.2px;
}
.mv-title {
  font-size: 11px;
  letter-spacing: 2px;
}


.mv-item-card:hover,
.mv-price:hover{
    border: 1px solid;
    transition: all .3s;
}
.mv-price:hover::before{
    content: '+';
    position: absolute;
    top: 4px;
    left: 4px;
}
.mv-title-block{
    margin-bottom: 15px;
}


.mv-item-card.mv-active {
  border: 1px solid #000;
}

.mv-item-card.mv-active .mv-price {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.mv-item-card.mv-active.mv-active .mv-price::before{
    content: '+';
    position: absolute;
    top: 4px;
    left: 4px;
    color:#fff;
}
/**/
[data-mv-active="false"]{
    pointer-events: none;
  opacity: .3;
}
.mv-wrapper * {
  font-family: 'Arial',sans-serif;
}
.digi-dolyame-button--wrapper {
    margin-bottom: 15px;
}
#rec831279076 .t-store__card__price-wrapper {
  display: none !important;
}

/*страница на пк*/
@media (width>=767px){
   #rec831279076 .js-store-grid-cont {
justify-content: center;
}
#rec831279074 .t050 .t-col.t-col_10.t-prefix_1 {
  margin: 0 !important;
  padding: 0 !important;
}
}
#rec831279076 .t-store__card .t-typography__title {
  display: flex;
  justify-content: center;
}
p.mv-napolnenie {
    font-size: 10px;
    margin-bottom: 15px;
}

/*сертификат каталог*/
#rec755311446 .t786__container {
    display: flex;
    justify-content: center;
  }
  #rec755311446 .t786__content .t786__title {
    justify-content: center;
    letter-spacing: 2px;
  }
  #rec755311446 .t786__price-wrapper {
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
  }
  /*сертификат карточка*/
  #rec831454764 .t-popup__container * {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  #rec831454764 .t-popup__container .t750__descr{
    letter-spacing: 1px;
    font-size: 10px;
  }
  #rec831454764 .js-product .t-product__option-select {
    font-size: 9px;
  }
 #rec831454764 .t-popup__container   td {
    font-size: 12px;
  }
/*корзина сертификат*/
[data-tilda-page-id="42134193"] .t-input-group.t-input-group_pm {
  display: none;
}


[data-tilda-page-id="42134193"] .t706__cartwin-content * {
  letter-spacing: 1.2px ;
  text-transform: uppercase;
}
[data-tilda-page-id="42134193"] .t-form .t-submit {

  height: 60px;

}
[data-tilda-page-id="42134193"] .t706 .t-form .t-descr_md {
  font-size: 14px;
}
  #rec831454764 .t-popup__container .t-radio__wrapper {
  letter-spacing: .2px;
}
[data-tilda-page-id="42134193"] .t-radio__item.t-radio__control.t-text.t-text_xs span {
  letter-spacing: .9px;
  font-size: 10px;
}
[data-tilda-page-id="42134193"] .t-input-subtitle.t-descr.t-descr_xxs.t-opacity_70 {
  font-size: 10px;
  letter-spacing: normal;
}
[data-tilda-page-id="42134193"] [data-input-lid="1673600212164"] span * {
  letter-spacing: normal !important;
  font-size: 10px;
}
/*текст под подарочный бокс*/
[data-product-uid="868323464892"] .t-store__prod-popup__title-wrapper::after {
  content: 'Соберите подарочный бокс близкому и получите скидку -20% на каждый товар внутри';
  font-family: Arial;
  font-size: 10px;
  position: relative;
  top: 20px;
}
[data-product-uid="868323464892"] .t-store__prod-popup__title-wrapper{
    margin-bottom: 38px;
}
@media (min-width:560px){
 [data-product-uid="868323464892"] .t-store__prod-popup__title-wrapper::after {

  font-size: 10px;
} 
div.t706__sidebar-prodamount-wrap {
  padding-bottom: 30px;
}
}
/******************************************* 17.01**************************************/
/*для десктопа*/
.t706__sidebar-prodamount-wrap::after {
  display: block;
  content: 'Бесплатная доставка при заказе от 30 000 ₽. \0aПри заказе от 30 000 ₽ в подарок — фирменная сумка-шоппер.';
  white-space: pre;
  text-align: left;
  font-size: 10px;
  margin-top: 50px;
  font-weight: normal;
  letter-spacing: 1.6px !important;
}

/*для мобилки*/
.t706__cartpage-content:has(.t706__cartpage-form[style*="display: none;"]) .t706__cartpage-info .t706__cartpage-prodamount::after{
/*.t706__cartpage-info .t706__cartpage-prodamount::after {*/
  content: 'Бесплатная доставка при заказе от 30 000 ₽. \0aПри заказе от 30 000 ₽ в подарок — фирменная\0aсумка-шоппер.';
  white-space: pre;
  text-align: left;
  font-size: 10px;
  margin-top: 50px;
display: block;
    font-weight: normal;
  letter-spacing: 1.6px !important;
}
@media screen and (max-width: 960px) {
  div.t706__cartpage-totals {
    padding-bottom: 30px;
  }
}


/*десктоп корзина первый шаг*/
.desctop-link {
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
  font-family: Arial,sans-serif;
  font-size: 10px;
  letter-spacing: 1.6px !important;
  margin-top: 30px;
  width: 100%;
  justify-content: center;
}
.kolco-img a {
  color: inherit !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.kolco-desctop {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: 160px;
  background-repeat: no-repeat;
  background-image: url('https://optim.tildacdn.com/stor3737-6263-4038-a336-633362383661/-/resize/500x700/-/format/webp/44333525.jpg');
}
/*мобилка колесо*****************/
.mobil-link-coleso {
  display: flex;
  align-items: center;
  gap: 2px;
  text-transform: uppercase;
  font-family: Arial,sans-serif;
  font-size: 9px;
  letter-spacing: 1.6px !important;
  margin-top: 30px;
  width: 100%;
  justify-content: center;
  position: relative;
  left: -7px;
  text-wrap: nowrap;
}
.kolco-mobil-img a {
  color: inherit !important;
  text-decoration: underline !important;
  cursor: pointer;
  text-wrap: nowrap;
}
.kolco-mobil {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: 140px;
  background-repeat: no-repeat;
  background-image: url('https://optim.tildacdn.com/stor3737-6263-4038-a336-633362383661/-/resize/500x700/-/format/webp/44333525.jpg');
}

/*мобилка*/
.mobile-link {
    width: 100%;
  display: flex;
  align-items: end;
  gap: 35px;
  text-transform: uppercase;
  font-family: Arial,sans-serif;
  font-size: 11px;
  letter-spacing: 1.6px !important;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  position: fixed;
  left: 20px;
  bottom: 0;
  bottom: 60px;
}



.kolco-img-mobile {
  width: 112px;
  height: 185px;
  background-position: center -15px;
  background-size: 202px;
  background-repeat: no-repeat;
  background-image: url('https://optim.tildacdn.com/stor3939-6536-4066-b439-656539666636/-/resize/500x700/-/format/webp/46059878.jpg');
}

.kolco-button-mobile {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 12px;
  margin-top: 10px;
  letter-spacing: 2px;
  font-size: 12px;
  cursor: pointer;
}
.kolco-button-mobile a {
  color: #fff !important;
}

/*для субменю*/
#allrecords:has([data-tooltip-hook="#capparel:collections"] .t794__tooltip-menu.t794__tooltip-menu_show) #rec854175404 .t-popup.t-popup_show{
/*#allrecords:has([href="/winter-sale"] .t794__tooltip-menu.t794__tooltip-menu_show) #rec854175404 .t-popup.t-popup_show{*/
    display: none !important;
}

.js-store-grid-cont div.js-store-price-wrapper{
    display: flex !important;
}
/*плашка долями*/
div.badge-wrapper.t-name{
    margin-top:25px;
    margin-bottom:22px;
}
/*0402*/
[data-elem-id="1738655327317"],
[data-elem-id="1738655590067"],
[data-elem-id="1738655730284"]{
    width: calc(100% - 40px) !important;
}

#form860836624 .t-form__inputsbox {
    display: flex;
    flex-direction: column;
}

#form860836624 .t-input-group.t-input-group_cb {
    order: 1;
    margin-top: 20px;
}

#rec860836624 [data-elem-id="1738655327317"] .t-submit {
    width: 100% !important;
}
[data-input-lid="1738655499569"] label{
    display: flex;
}
@media (min-width: 561px) {
    [data-elem-id="1738655327317"],
    [data-elem-id="1738655590067"],
    [data-elem-id="1738655730284"]{
        width: 560px !important;
    }
    #form860836624 .t-form__inputsbox {
        flex-direction: initial;
        gap: 5px;
        flex-wrap: wrap;
    }
    [data-input-lid="1738655327317"] {
        flex: 1 0 59%;
    }
    #rec860836624 .tn-form__submit {
        flex: 1 0 40%;
    }
    .t-form__errorbox-middle {
        order: 5;
    }
    #form860836624 .t-input-group.t-input-group_cb {
        margin-top: 0;
    }
    [data-input-lid="1738655499569"] label {
        align-items: center;
    }
}
  .block-doli{
    text-transform: uppercase;
    font-family: Arial,sans-serif;
    font-size: 10px;
    letter-spacing: 1.2px !important;
    padding: 20px;
    background-color: #ebebeb;
    color:#262626;
  }
  .block-doli__title {
    font-weight: bold;
    margin-bottom: 5px;
  }
 .block-doli__text {
    padding-right: 45px;
  }
  @media (min-width:561px) {
    .block-doli__text {
        padding-right: 20px;
      }
  }
.t706__cartpage-content:has(.t706__cartpage-open-form-wrap[style="display: block;"]) .block-doli {
  display: none;
}
#rec729585361 .t706__cartpage-form{
    margin-top:50px;
}
