 [data-elem-id="176201144929641920"] a{
     color: #424242 !important;
 } 
 /* ============================
   Заголовок
============================ */
.t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-title {
    max-width: 291px;
    margin-left: 255px !important;
    font-family: Consolas, monospace !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 48px !important;
    line-height: 60px !important;
    letter-spacing: 0% !important;
    color: #000 !important;
    margin-bottom: 90px !important;
    text-align: left !important;
}

/* ============================
   Само поле (обёртка)
============================ */
.t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-block {
    position: relative;
    display: inline-block;
}

/* ============================
   Поле textarea
============================ */
.t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-block textarea.t-input {
    width: 686px;
     
    box-sizing: border-box;
    padding: 20px; /* Вместо padding-bottom как у input */
    font-size: 18px;
    color: #333 !important;
    font-family: Consolas, monospace !important;
    outline: none;
    height: 220px !important; /* Подгон под исходный размер */
    resize: none; /* Если нужно убрать растягивание */
        border: 1px solid #E2E2E2 !important;
    background: #F7F6F6 !important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

/* ============================
   Правая верхняя декоративная картинка
============================ */
.t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-block::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -25px;
    width: 63px;
    height: 26px;
    background-image: url("https://static.tildacdn.com/stor6361-3831-4631-b261-383932363339/37028874.png");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 2;
}

/* ============================
   Левая нижняя декоративная картинка
============================ */
.t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-block::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -25px;
    width: 63px;
    height: 26px;
    background-image: url("https://static.tildacdn.com/stor3864-3037-4061-b132-356535656435/26913834.png");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 2;
}
/* === Черный квадрат для ВСЕХ инпутов/поля, кроме комментария === */
.t-input-group_in:not(:has(textarea[name="Комметарий к заказу"])) .t-input-block,
.t-input-group_ta:not(:has(textarea[name="Комметарий к заказу"])) .t-input-block {
  position: relative;
}

.t-input-group_in:not(:has(textarea[name="Комметарий к заказу"])) .t-input-block::before,
.t-input-group_ta:not(:has(textarea[name="Комметарий к заказу"])) .t-input-block::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 24px;
  background-color: #000;
  border-radius: 2px;
  pointer-events: none;
  z-index: 3;
}

/* Отступ у input’ов */
.t-input-group_in:not(:has(textarea[name="Комметарий к заказу"])) input.t-input,
.t-input-group_ta:not(:has(textarea[name="Комметарий к заказу"])) input.t-input {
  padding-left: 15px;
}

[data-input-lid="1764176425479"] textarea{
        border: 1px solid #E2E2E2 !important;
    background: #F7F6F6 !important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25) !important;
}
/* === Стили для текстового поля Комментария === */
textarea[name="Комметарий к заказу"]::placeholder {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #777;
  opacity: 1;
}

textarea[name="Комметарий к заказу"] {
  padding-top: 25px !important;
  position: relative;
}

/* === Специальный кусок заголовка === */
.t-input-group_in .t-input-title .input-title-special,
.t-input-group_ta .t-input-title .input-title-special {
  font-family: Consolas;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  display: inline-block;
  margin-left: 5px;
}

/* === Точка перед последним заголовком блока === */
[data-input-lid="1764176425479"] > .t-input-title::before {
  content: ".";
  font-family: Consolas, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 60px;
  display: block;
  margin-bottom: 30px !important;
  text-align: left;
    /*margin-left: 20px;*/
}


 
 .popup-price__list { display: flex; flex-direction: column; gap: 6px; }
 .popup-price .b-pr { display: flex; font-size: 15px; line-height: 1.4; } 
 .popup-price .b-price__count { white-space: nowrap;font-family: Consolas !important; font-weight: 400 !important; font-style: normal !important; font-size: 24px; line-height: 40px !important; }
 .popup-price .b-price { white-space: nowrap;font-family: Consolas !important; font-weight: 400 !important; font-style: normal !important; font-size: 24px; }
 .popup-price .b-dots { flex: 1; margin: 10px 6px; position: relative; color: transparent; }
 .popup-price .b-dots::before { content: "____________________________________________________________________________________"; position: absolute; left: 0; top: 0; color:#242424; white-space: nowrap; overflow: hidden; width: 100%; }
 
 .t706__cartpage-totals {
  position: relative; /* нужно, чтобы позиционировать псевдоэлемент */
}
.t-slds__bgimg{
    background-size: contain !important;
}
[data-elem-id="176201175196546400"] a{
    color: #fff !important;
}
.t-radio__indicator:after{
    background: #FAB7C8 !important;
}
.t-slds__imgwrapper {
    border: 1px solid #7E7E7E !important;
}
/* ==== Замена иконки удаления в корзине ==== */
.t706__product-del-wrapper img {
    content: url("https://static.tildacdn.com/stor3636-3235-4434-b637-323236613332/66758361.png") !important;
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
}
.tn-elem__1509405611176201175196546400 a{
    color: #FFFFFF !important;
}
/* ==== Замена иконки удаления в wishlist ==== */
.t1002__product-del img {
    content: url("https://static.tildacdn.com/stor6261-3432-4538-b838-623566663662/95044341.png") !important;
    width: 24px !important;
    height: 24px !important;
    object-fit: contain;
}

/* ==== Если нужно добавить hover эффект (опционально) ==== */
.t706__product-del-wrapper img:hover,
.t1002__product-del img:hover {
    opacity: 0.8;
    cursor: pointer;
}

.t-radio__indicator{
    width: 14px !important;
    height: 14px !important;
}
/* Чёрный выезжающий блок */
.t706__cartpage-totals::before {
  content: "";
  position: absolute;
  left: -14.82px; /* половина ширины, чтобы выехал наполовину */
  top: 50%;
  transform: translateY(-50%);
  width: 29.64px;
  height: 32.74px;
  background-color: #000;
  border-radius: 2px; /* необязательно — просто делает аккуратнее */
  z-index: 2;
}
 .searchbox-wrapper .t-input-title{
     color: #B2B2B2 !important;
 }
 
  .b-price__title{
      font-family: Consolas, sans-serif !important;
font-weight: 700  !important;
font-style: Bold  !important;
font-size: 32px  !important;
line-height: 40px  !important;
letter-spacing: 0%  !important;

  }
  .b-price__list{
      
  }
  .b-pr{
       display:flex;
      justify-content:space-between;
  }
  .b-price__count{
     
   
      font-family: Consolas, sans-serif !important;
font-weight: normal !important;
 
font-size: 16px !important;
 
line-height: 40px !important;
letter-spacing: 0% !important;

  }
   #rec1449794111 .t165__text{
     opacity: 1 !important;
    
      font-family: Consolas, sans-serif !important;
    }
/* Число количества */
.t706__product-quantity {
  display: inline-block  !important;
  width: 24px  !important;          /* фиксируем ширину, чтобы не прыгало */
  min-width: 24px  !important;
  height: 20px  !important;         /* фиксируем высоту */
  line-height: 20px  !important;    /* выравнивание по центру */
  text-align: center  !important;
  font-size: 18px  !important;
  font-weight: 500  !important;
  vertical-align: middle;
  border: none !important;
}
  .t706__cartwin-discounts__description-wrapper{
      display: none !important;
  }
  .t706__product-del{
      opacity: 1 !important;
  }
  .t706__product-minus, .t706__product-plus{
      opacity: 1 !important;
  }
  .b-price{
 
     font-family: Consolas, sans-serif !important;
font-weight: normal !important;
 
font-size: 20px  !important;
line-height: 40px  !important;
letter-spacing: 0%  !important;

  }
  .t706__product-del{
      margin-top: 60px !important;
  }
  .t-store__card .t-store__card__descr{
      display: none !important;
  }
  /* Общий контейнер */
.t1002__product {
  display: flex !important;
  align-items: stretch  !important;
  gap: 20px  !important;
  padding: 10px  !important;
  border-bottom: 1px solid #ddd  !important;
}
.t-store__tabs__button-title {
    font-size: 20px !important;
}
.t-store .t-store__tabs__controls .t-store__tabs__button{
    overflow: visible !important;
}
.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title{
        overflow: visible !important;
}
/* Картинка слева */
.t1002__product-thumb {
  flex: 0 0 170px  !important;
  display: flex  !important;
  align-items: center  !important;
  justify-content: center  !important;
}
.t1002__product-imgdiv {
  
}
.t1002__wishlistwin-heading {
    display: flex;
    flex-direction: column-reverse;
    font-family: Consolas, sans-serif !important;
font-weight: 400  !important;
font-style: normal  !important;
font-size: 40px  !important;
line-height: 60px  !important;


}
/* Контент справа */
.t1002__product-content {
  flex: 1  !important;
  display: flex  !important;
  flex-direction: column  !important;
  justify-content: space-between  !important;
}
.t-store__prod-popup__info > .js-store-price-wrapper {
    display: none !important;
}
/* Название сверху */
.t1002__product-content .title-block {
 
  margin-bottom: 10px  !important;
}
.t1002__wishlistwin-top{
    border-bottom: 0px !important;
}
.t1002__product{
    border-bottom: 0px !important;
}
/* Остальное снизу */
.t1002__product-content .bottom-block {
  display: flex  !important;
  justify-content: space-between  !important;
  align-items: center  !important;
  flex-wrap: wrap  !important;
  gap: 10px  !important;
}

/* Цена */
.t1002__product-amount {
  display: flex  !important;
  align-items: center  !important;
  margin-left: 0 !important;
  font-family: Consolas, sans-serif !important;
  padding: 0 !important;
}
.t1002__product-del{
  
}
/* Удалить */
.t1002__product-del img {
        padding: 10px 10px 5px 10px !important;
     width: 24px !important; 
    border: 2px solid #FAB7C8 !important;
    border-radius: 40px !important;
    opacity: 1 !important;
  cursor: pointer;
  transition: transform 0.2s;
}
.t1002__product-del img:hover {
  transform: scale(1.2);
}
  .t-search-widget__header{
      background: #DAA2AD6B !important;
  }
  /* чтобы иконка встала по центру поля */
.t985__blockinput {
  position: relative;
}
.custom-color-grid {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #000 transparent;
}

/* --- Chrome / Edge / Safari --- */
.custom-color-grid::-webkit-scrollbar {
  height: 29px; /* толщина скролла по Y */
}

/* Трек (линия) */
.custom-color-grid::-webkit-scrollbar-track {
  background: transparent;
  border-top: 1px solid #000; /* тонкая линия */
}
.t-slds__imgwrapper{
    /*padding: 40px !important;*/
}
/* Ползунок */
.custom-color-grid::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0;
  min-width: 82px; /* минимальная длина ползунка по X */
}

/* Наведение */
.custom-color-grid::-webkit-scrollbar-thumb:hover {
  background-color: #222;
}
.t1002__product-title > .t1002__product-title__option> div{
    display: none !important;
    
 
}

.t1002__product-title  > .t1002__product-title__option:last-child{
    display: none !important;
}
.t1002__product-title__option{
       font-family: Consolas, sans-serif !important;
font-weight: 400 !important;
font-style: Regular !important;
font-size: 15px !important;
 color: #242424 !important;
line-height: 30px !important;
letter-spacing: 0% !important;
opacity: 1 !important;
}
.t1002__product-link{
    font-family: Consolas, sans-serif !important;
font-weight: 400 !important;
font-style: Regular !important;
font-size: 15px !important;
  color: #242424 !important;
line-height: 30px !important;
letter-spacing: 0% !important;

}
.t1002__product-thumb{
    /*width: 300px !important;*/
    display: flex !important;
    justify-content: center !important;
    border: 1px solid #AEAEAE !important;
    padding-right: 0 !important;
    margin-right: 20px !important;
}
.t1002__product-imgdiv{
        height: 160px !important;
        width: 100% !important;
        background-color: transparent !important;
        border: 1px solid #AEAEAE !important;
        border-radius: 0 !important;
        background-size: contain !important;
    background-repeat: no-repeat !important;
}
.t-store__prod-popup__info{
    margin-left:110px !important;
}
.custom-search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.85;
  transition: 0.2s ease;
}

.custom-search-icon:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}

  .t-search-widget__overlay .t-search-widget__input{
        background: #F7F6F6 !important;
  }
  .t985__close-icon svg path {
  stroke-width: 3px !important; /* толщина линии */
}
.t985__blockinput svg path {
  stroke-width: 10px !important; /* толщина линии */
}
  .t-search-widget__blockinput{
      padding-right: 0px !important;
  }
  .custom__separator {
    --dot-size: 6px;
    --dot-color: #000;
    --line-height: 1px;
    --line-color: #000;
    --gap: 12px;
    --title-font-size: 48px;
    --title-color: #000;
    display: flex;
    flex-direction: column;
    width:100%;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  }

  .custom__separator-top {
    display: flex;
    align-items: center;
    width: 100%;
 
  }
  .t-store__tabs__button-title{
      font-family: ComplianceSans, sans-serif !important ;
  }
.sep-left{
     transform: rotateY(180deg);
}
.sep-left .custom__separator-title{
     transform: rotateY(180deg);
     text-align: right !important;
}
  .custom__separator-dot {
    display: inline-block;
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    background: var(--dot-color);
    flex: 0 0 auto;
  }

  .custom__separator-line {
    display: block;
    flex: 1 1 auto;
    height: var(--line-height);
    background: var(--line-color);
    align-self: center;
  }

  .custom__separator-title {
    margin-top: 8px;
    font-size: var(--title-font-size);
    color: var(--title-color);
 font-family: Consolas, sans-serif !important;
    width: calc(100% - (var(--dot-size) + var(--gap)));
    text-align: left;
    box-sizing: border-box;
  }
.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper{
    padding-bottom: 50% !important;
}

#rec1449746861 .tn-elem[data-elem-id="1760871519720"] .tn-atom{
    border-left: none !important;
    border-right: none !important;
    
}
/* ====== СЕТКА ЦВЕТОВ ====== */
.custom-color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 12px;
 
  padding: 25px 20px !important;
}
.color-name{
    color: #000;
font-family: ComplianceSans, sans-serif  !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 40px !important; /* 166.667% */
text-align:left;
}
.custom-color-item {
  cursor: pointer;
  text-align: left;
 
}



.custom-color-thumb {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 6px;
  border-radius: 4px;
}

.custom-color-name {
  font-size: 13px;
  color: #333;
}

/* ====== ПОПАП ====== */
.custom-color-popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.t706__cartpage-totals{
    position: relative !important;
    background: transparent !important;
    border: 1px solid #E2E2E2 !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25)  !important;
 padding: 10px 40px !important;

}

.t706__cartwin-totalamount-row{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.custom-color-popup .box {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  max-width: 360px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  text-align: center;
  position: relative;
}

.custom-color-popup img.custom-popup-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
  border-radius: 8px;
}

.custom-color-popup .custom-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #555;
}

.custom-color-popup button {
  background: #222;
  color: #fff;
  border: none;
 
  padding: 8px 16px;
  cursor: pointer;
  margin: 6px;
  transition: 0.2s;
}
.custom-color-popup button:hover {
  background: #000;
}

#rec1449348671 {
background: url(https://static.tildacdn.com/stor6133-3763-4463-a238-616632353636/39234277.png) top right no-repeat;
}
 .t786{
     display: none !important;
 }
.t-store__prod-snippet__container{
    padding-top: 60px !important;
}
#rec1449348671{
    background-color: #f7f6f6 !important;
}
.js-store-prod-name {
    
}
.t396__elem > .tn-atom > a:hover{
    color: #FAB7C8 !important;
}
#rec1449348671 .t-store__prod-popup__name{
    font-family: Consolas, sans-serif !important;
font-weight: 400 !important;
font-style: normal !important;
font-size: 32px  ;
line-height: 80px  ;

}
#rec1449348671 .js-store-product{
    /*margin-top: 100px !important;*/
}
#rec1449348671 > .t-store > .js-store-product > .t-container{
    margin-top: 80px !important;
    max-width: 1600px !important;
}
#rec1449348671 .t-col_6{
    max-width: 422px !important;
}
.t-store .t-store__tabs__content{
    max-width: 1600px !important;
}
.t-store .t-store__tabs .t-store__tabs__button, .t-store .t-store__tabs_accordion .t-store__tabs__item-button{
    justify-content: start !important;
    border-bottom: none !important;
    padding: 0px !important;
}
.t-store__tabs__button_active > div{
    border-bottom: 1px solid #000 !important;
    padding-bottom: 5px !important;
}
.t-store__prod-popup__brand, .t-store__prod-popup__sku{
    /*display: none !important;*/
}
.t-store__prod-popup__btn-wrapper{
    display: none !important;
}
.js-product-edition-option{
    display: none !important;
}
.popup-header{
   display:flex;
   justify-content:space-between;
   align-items:center;
   padding:12px 16px;
   border-bottom:1px solid #eee;
   background: #FAB7C8;
}
.popup-header > div{
    text-transform: uppercase;
    color: #242424 !important;
font-family: Consolas, sans-serif !important;
font-size: 24px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 50px !important; /* 208.333% */
}
 

.popup__sku_c{
    font-size:15px !important;
    margin-bottom:8px;
    color: #242424 !important;
font-family: ComplianceSans, sans-serif !important;
font-size: 24px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 40px !important; /* 166.667% */
}
.popup-content{
    background: #F7F6F6;
}
.popup-price__title{
    color: #242424 !important;
font-family: Consolas, sans-serif!important;
font-size: 32px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 40px !important; /* 125% */
}
.popup-price__list{
    color: #242424 !important;
font-family: Consolas, sans-serif !important;
font-size: 24px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 40px !important; /* 166.667% */
}
/* Фон попапа */
.custom-color-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%;  
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
  font-family: Consolas, sans-serif !important;
}

/* Контейнер */
.popup-box {
  background: #fff;
  border-radius: 10px;
  max-width: 830px;
  width: 92%;
  overflow: hidden;
}

/* Шапка */
.popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #ddd;
}

.popup-header__title {
  font-weight: 600;
  font-size: 18px;
}
.popup-product-name{
    font-family: ComplianceSans !important;
font-weight: 400 !important;
font-style: normal !important;
font-size: 20px !important;
 
 
 margin-bottom: 36px !important;
letter-spacing: 0% !important;

}
.popup-close {
  background: none !important;
  border: none !important;
  font-size: 28px !important;
  cursor: pointer;
  line-height: 1;
}

/* Контент */
.popup-content {
  padding: 24px;
}

.popup-color {
    display: flex !important;
    gap: 8px !important; 
  color: #242424 !important;
font-family: ComplianceSans, sans-serif !important;
font-size: 24px !important;
font-style: normal !important;
font-weight: 400 !important;
margin-bottom: 10px !important;
}

.popup-color-name {
   color: #242424 !important;
font-family: ComplianceSans, sans-serif !important;
font-size: 24px !important;
font-style: normal !important;
font-weight: 400 !important;

}

/* Основной блок */
.popup-main {
  display: grid;
  grid-template-columns: 277px 1fr;
  gap: 64px;
  border: 1px solid #8B8B8B;
  padding: 33px 79px 33px 24px !important;
  border-radius: 8px;
}

.popup-img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  border-radius: 6px;
}

/* Правая часть */
.popup-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup-price__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.popup-price__list {
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Количество */
.popup-qty__label {
  margin-bottom: 6px;
  font-weight: 500;
}

.popup-qty__controls {
  display: flex;
  justify-content: end;
  align-items: center;
}
.qty-minus, .qty-plus{
    
}
.popup-qty__controls button {
  width: 36px;
  height: 36px;
  font-size: 32px;
 color: #000 !important;
  cursor: pointer;
background: #FAB7C8;
}
.popup-qty__controls button:hover {
 
background: #FAB7C8 !important;
}

.popup-qty__controls .qty {
  width: 60px;
  text-align: center;
  background: transparent !important;
  border: none !important;
  padding: 6px;
  font-size: 32px;

}

/* Кнопка */
.popup-add {
  margin-top: 24px;
  padding: 0 0 0 0 !important;
  background:transparent !important;
 
  border-bottom: 1px solid black !important;
   
  cursor: pointer;
color: #242424 !important;
font-family: ComplianceSans, sans-serif !important;
font-size: 32px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 40px !important; /* 125% */
}
.t706__cartpage-content{
    flex-direction: column !important;
}
/* === Общие стили === */
.t706__cartpage {
 
 
 background: #F7F6F6 !important;

 

  padding: 40px 20px;
  color: #111;
}

.t706__cartpage-heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
 
}

/* === Список товаров === */
.custom-cart-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 40px;
}

.custom-cart-item {
  display: grid;
  grid-template-columns: 100px 1fr 100px 120px 100px 40px;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.custom-cart-item .item-img div {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}

.custom-cart-item .item-title {
  font-weight: 600;
  font-size: 16px;
}
.custom-cart-item .item-price,
.custom-cart-item .item-sum {
  font-weight: 700;
  font-size: 16px;
}
.qty-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.qty-controls .t706__product-plus,
.qty-controls .t706__product-minus {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer;
  text-align: center;
  line-height: 26px;
}
.custom-cart-item .item-del {
  text-align: center;
  color: #999;
  cursor: pointer;
}
.custom-cart-item .item-del:hover {
  color: #d00;
}

/* === Итоги === */
.custom-totals {
  border-top: 2px solid #eee;
  padding-top: 20px;
  margin-bottom: 40px;
}
.custom-totals .totals-row {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 6px;
}
.custom-totals .totals-row.total {
  font-weight: 700;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-size: 22px;
}

/* === Контактная форма === */
.custom-form {
 
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}

/* === Оплата === */
.custom-payment {
  margin-top: 30px;
}
.custom-payment h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

/* === Доставка === */
.custom-delivery {
  background: transparent;
   
  
  margin-top: 40px;
}
.custom-delivery h2 {
  color: #242424;
font-family: Consolas, sans-serif;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 60px; /* 125% */
}
.custom-delivery > p{
    color: #000;
font-family: Consolas, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 166.667% */
}
.custom-delivery select {
  width: 100%;
  padding: 8px;
  margin: 8px 0 12px;
  border-radius: 6px;
 border: 1px solid #E2E2E2;
background: #F7F6F6;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
color: #434343 !important;
font-family: Consolas, sans-serif  !important;
font-size: 15px  !important;
font-style: normal  !important;
font-weight: 400  !important;
line-height: normal  !important;
}
.delivery-options label{
    color: #000  !important;
font-family: Consolas, sans-serif  !important;
font-size: 15px  !important;
font-style: normal  !important;
font-weight: 400  !important;
line-height: normal  !important;
}
/* Стили для кастомного чекбокса */
.delivery-options label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
}

.delivery-options input[type="checkbox"] {
  display: none; /* скрываем стандартный чекбокс */
}

.delivery-options label::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-radius: 15px;
  margin-right: 10px;
  box-sizing: border-box;
  transition: background 0.2s;
}

.delivery-options input[type="checkbox"]:checked + *::before,
.delivery-options input[type="checkbox"]:checked + span::before {
  background: #000;
}

.delivery-city{
    height: 44px;
}
.delivery-pickup{
    height: 107px;
}
.custom-delivery .delivery-options label {
  display: block;
  margin: 4px 0;
}
.custom-delivery .delivery-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

/* === Комментарий === */
.custom-comment {
  margin-top: 40px;
}
.custom-comment h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.custom-comment textarea {
  width: 100%;
  min-height: 90px;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 8px 10px;
  font-size: 16px;
}
.t706__product{
    display: flex !important;
    height: 100% !important;
    gap: 70px !important;
    justify-content: space-between !important;
}
.t706__cartpage .t706__form-upper-text{
    color: #242424 !important;
font-family: Consolas, sans-serif !important;
font-size: 40px !important;
font-style: normal !important;
font-weight: 400 !important;
 line-height: 150% !important; /* 200% */
 padding-top: 0px !important;
}
.t706 .t-form input.t-input{
    border: 1px solid #E2E2E2 !important;
background: #F7F6F6 !important;
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25) !important;
}
.t706 .t-form input.t-input::placeholder{
    color: #B2B2B2 !important;
font-family: ComplianceSans, sans-serif !important;
font-size: 15px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 30px !important; /* 200% */
}
.t-inputpromocode__wrapper{

    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
}
.t-inputpromocode__wrapper > input{
    height: 40px !important;
}
.t706__cartpage-form .t-form .t-descr_md{
        margin: 48px 0 20px 0 !important ;
    color: #242424 !important;
font-family: ComplianceSans, sans-serif !important;
font-size: 15px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
}
.t-inputpromocode__btn{
    border-bottom: 1px solid #000 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #242424 !important;
font-family: Consolas, sans-serif !important;
font-size: 12px !important;
font-style: normal !important;
font-weight: 400 !important;
 margin-top: 20px !important;
    
}
.t706__cartpage-info{
    max-width: 100% !important;
}
.t706__cartpage-form{
    max-width: 50% !important;
}
.t706__product-thumb{
    height:214px !important;
     width: 214px !important;
     border: 1px solid #929292;
    padding-right: 0 !important;
}
.t706__product-imgdiv{
    height:100% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    background-color: transparent !important;
}
.t706__product-title{
    color: #242424 !important;
font-family: Consolas, sans-serif !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 30px !important; /* 187.5% */
 opacity: 1 !important;
 margin-top: 25px !important;
}
.t706__product-title > .t706__product-title__option{
        color: #242424 !important;
font-family: Consolas, sans-serif !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 30px !important; /* 187.5% */
max-width: 240px !important;
 
}
.t706__product-plusminus{
    max-width: 120px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: start !important;
}
.t706__product-quantity{
   
  text-align: center !important;
  background: transparent !important;
  border: none !important;
  padding: 6px !important;
  font-size: 18px !important;
    
  
 
}
.t706__product-minus > button{
  
 
font-size: 15px  !important;
   width: 34.735px !important;
height: 18.815px !important;
font-weight: 400  !important;
line-height: 10px  !important; /* 66.667% */
}
.t706__product-plus > button{
       width: 34.735px !important;
height: 18.815px !important;
   
 
font-size: 15px  !important;
 
font-weight: 400  !important;
line-height: 10px  !important; /* 66.667% */
}
.t706__product-minus, .t706__product-plus{
    width: 100%;
}
/* === Адаптив === */
@media (max-width: 768px) {
    
  .custom-cart-item {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .custom-cart-item .item-img {
    justify-self: center;
  }
  .custom-totals .totals-row {
    font-size: 16px;
  }
}

/* Общий стиль для лейблов */
.t706__product .label {
  color: #7E7E7E !important;
font-family: ComplianceSans, sans-serif  !important;
font-size: 15px  !important;
font-style: normal  !important;
font-weight: 400  !important;
line-height: 30px  !important; /* 200% */
}

/* Цена за 1 шт. */
.custom-price-one {
font-family: Consolas,sans-serif !important;
font-weight: 400 !important;
font-style: normal !important;
font-size: 15px !important;

letter-spacing: 0% !important;

}
.custom-price-one .value {
  font-size: 15px;
  color: #000;
  line-height: 30px;
}
.custom-amount-inner{
      color: #242424  !important;
font-family: Consolas, sans-serif  !important;
font-size: 15px  !important;
font-style: normal  !important;
font-weight: 400  !important;
line-height: 30px  !important; /* 200% */
}
/* Количество */
.t706__product-plusminus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 0px !important;
}

/* Сумма */
.t706__product-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 38px;
  padding: 0px !important;
}

/* Кнопки + и - остаются прежними */
.popup-qty__controls {
  flex-direction: row;
  justify-content: flex-end;
  gap: 6px;
}

.qty-minus, .qty-plus {
  width: 36px;
  height: 36px;
  font-size: 32px;
  background: #FAB7C8;
  border: none;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
}

.qty-minus:hover, .qty-plus:hover {
  background: #f9a6b9;
}

.t706__product-quantity {
  font-size: 20px;
  
  text-align: center;
}
/* Обёртка количества */
.custom-qty-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}

/* Лейбл */
.custom-qty-wrap .label {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin: 0;
}

/* Внутренний контейнер с реальными контролами (минус, qty, плюс) */
.custom-qty-inner {
  display: flex;
  align-items: start;
  gap: 8px;
}

/* если ранее использовалась твоя утилитарная стилизация: */
.popup-qty__controls { /* сохраним поведение, на случай, если добавлен класс */
  display: flex;
  align-items: center;
  gap: 8px;
}

/* немного подправим размер числа количества */
.t706__product-quantity {
 
  text-align: center;
  font-size: 18px;
}

/* кнопки сохраняем как есть (если хочешь — можно скорректировать) */
.qty-minus, .qty-plus {
  width: 36px;
  height: 36px;
  font-size: 28px;
  background: #FAB7C8;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-price-one{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 38px !important;
}
.custom-amount-wrap{
     display: flex !important;
    flex-direction: column !important;
    gap: 38px !important;
}

.custom-totals {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

.custom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
}

.custom-sum {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 6px;
}

.custom-row .label {
  font-weight: 500;
}

.custom-row .value {
  font-weight: 600;
}

.custom-total .label {
  font-weight: 700;
  font-size: 18px;
}

.custom-total .value {
  font-weight: 700;
  font-size: 18px;
}

.discount-note {
  font-weight: 400;
  font-size: 13px;
  color: #666;
  display: block;
  margin-top: 2px;
}
.custom-totals-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
}

.custom-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-totals-label {
  font-weight: 500;
  color: #000;
}

.custom-totals-label-extra {
  font-weight: 400;
  font-size: 14px;
  color: #555;
  margin-left: 4px;
}

.custom-totals-value {
  font-weight: 500;
  color: #000;
}

.custom-totals-row.with-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}.custom-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-bottom: 6px;
}

.custom-totals-row.with-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

.custom-totals-label {
  font-weight: 500;
  color: #000;
}

.custom-totals-label-extra {
  font-weight: 400;
  font-size: 14px;
  color: #555;
  margin-left: 4px;
}

.custom-totals-value {
  font-weight: 500;
  color: #000;
  display: flex;
  gap: 2px;
}

.custom-totals-value .t706__cartwin-prodamount-price,
.custom-totals-value .t706__cartwin-prodamount-currency {
  font-weight: 500;
}
 .custom-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}

.custom-total-label {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  min-width: 100px;
}

.custom-total-value {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-align: right;
}

/* Ensure the info block adapts to the new structure */
.t706__cartwin-totalamount-info {
  
      display: flex !important;
 
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
   
}
.t706__cartwin-totalamount-info > .t706__cartwin-totalamount-row:first-child{
    padding-bottom: 17px;
    border-bottom: 1px solid #242424;
}
.t706__cartwin-totalamount-content{
    display: flex  !important;
    width:100%  !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 0 !important;
}
.t706__cartwin-totalamount-wrap  > .delivery-full-address{
    display: none !important;
}
.t706__cartwin-totalamount-label{
    color: #242424  !important;
font-family: Consolas, sans-serif  !important;
font-size: 20px  !important;
font-style: normal  !important;
font-weight: 400  !important;
 
}
.t706__cartwin-totalamount{
    color: #242424  !important;
text-align: right  !important;
font-family: Consolas, sans-serif  !important;
font-size: 20px  !important;
font-style: normal  !important;
font-weight: 400  !important;
line-height: 60px  !important; /* 300% */
}
.t706__cartwin-totalamount-info_value{
     
     color: #242424 !important;
text-align: right !important;
font-family: Consolas, sans-serif !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 60px !important; /* 300% */
    text-align: right !important;
}
.t706__cartwin-totalamount-info_label{
    color: #242424 !important;
font-family: Consolas, sans-serif !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 60px !important; /* 300% */
}
.t706__product-title > div:last-child{
    display: none !important;
}

.custom-cart-header{
    display:flex; flex-direction: column; justify-content:space-between; padding:20px 0; border-bottom:1px solid #eee;
}

.custom-cart-title{
    margin-bottom: 74px;
}
.custom-cart-title h2{
    color: #242424 !important;
font-family: Consolas, sans-serif !important;
font-size: 48px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 60px !important; /* 125% */
}
.custom-cart-subtitle {
    margin: 0  0 60px 140px;
}
.custom-cart-subtitle > div{
    margin:0;
          padding:10px 10px;
          color: #FFF !important;
font-family: Consolas, sans-serif !important;
font-size: 18px !important;
font-style: normal !important;
font-weight: 400 !important;
 
          background-color:#f7f7f7;
          border-radius:12px;
          background:url('https://static.tildacdn.com/stor3130-3535-4330-a130-653566333363/41679909.png');
          background-size:contain;
          background-repeat:no-repeat;
          background-position:left center;
}
#field-title_2911158466361{
    display: none !important;
}
.t706__cartpage-form .t-input-group{
    margin-bottom:40px !important;
}
.t-radio__wrapper-delivery .t-name_md{
    color: #242424 !important;
font-family: Consolas, sans-serif !important;
font-size: 48px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 60px !important; /* 125% */
text-align: right !important;
margin: 0 !important;
}

#field-title_1761514933055{
    display: none !important;
}
#field-title_2911158466360{
    display: none !important;
}
.t706__cartpage-form-wrapper > .custom-separator{
    flex-direction: row-reverse !important;
    margin: 84px 0 0 -500px !important;
    width: 100% !important;
    gap: 0 !important;
}
.t-input-group_dl > .t-input-block > .custom-separator{
    gap: 0 !important;
    margin: 64px -240px 0 0 !important;
    padding: 0 0 0 390px !important;
}
.t-radio__wrapper-delivery{
    margin-top: 10px !important;
}
.t-store__card__imgwrapper .t1002__addBtn{
    display: none !important;
}
.t-store__card__textwrapper .js-store-price-wrapper{
    display: none !important;
}

.t-store__tabs__list{
        width: 1620px !important;
    border: 1px solid #8B8B8B !important;
    margin-top: 53px !important;
}
.t-store .t-store__tabs_tabs .t-store__tabs__content{
    margin: 0px !important;
}
 
.t-store__tabs__list > [data-tab-type="text"] > .t-descr  {
        padding: 31px 94px !important;
    font-family: Consolas, sans-serif !important;
font-weight: 400 !important;
font-style: Regular  !important;
font-size: 15px  !important;

line-height: 25px  !important;
 

}
.t-store__tabs__list > [data-tab-type="chars"] > .t-descr{
    padding: 31px 94px !important;
    font-family: Consolas, sans-serif !important;
font-weight: 400 !important;
font-style: Regular  !important;
font-size: 15px  !important;

line-height: 25px  !important;
}

#addresses-wrapper .t-input-title{
margin: 0px !important;
    
}
#addresses-wrapper [data-service-id="1547477052"]:last-child{
    height: 220px !important;
}
    
 .t-form__submit > button{
     background: transparent !important;
   
     font-family: ComplianceSans, sans-serif !important;
font-weight: 400 !important;
font-style: Regular !important;
font-size: 32px !important;
 color: #242424 !important;
line-height: 100% !important;

text-transform: uppercase !important;
 }
 .t985__search-widget-icon{
     display: none !important;
 }
  .t-form__submit > button > span{
        border-bottom: 1px solid #242424 !important;
         padding: 0 0 10px 0 !important;
  }
  
  .custom-product-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
.custom-product-icons img {
  width: 41px;
  height: 41px;
  object-fit: contain;
}
.color-img{
        width: 162px !important;
    height: 63px  !important;
    
}
.t396__elem > div > a{
color: #000000 !important;
}
#allrecords a{
    /*color: #000000 !important;*/
}
#rec1449348671 .t-store__card .t-typography__title:hover{
    color: #FAB7C8 !important;
    
}
#rec1448807951 .tn-elem[data-elem-id="1761829779157"]{
    z-index: 9 !important;
}
.t1002__wishlisticon-wrapper{
    display: none !important;
}
.t-store__tabs{
    height: 100% !important;
}
[data-product-lid="692236427912"] .color-img{
    width: 347px !important;
    height: 482px !important;
}
[data-product-lid="692236427912"] .custom-color-grid{
    grid-template-columns: repeat(auto-fill, minmax(347px, 1fr)) !important;
    padding: 25px 0 35px 35px !important;
}
[data-product-lid="275676376802"] .color-img{
    width: 347px !important;
    height: 482px !important;
}
[data-product-lid="275676376802"] .custom-color-grid{
    grid-template-columns: repeat(auto-fill, minmax(347px, 1fr)) !important;
    padding: 25px 0 35px 35px !important;
}
[data-product-lid="673264867132"] .color-img{
    width: 347px !important;
    height: 482px !important;
}
[data-product-lid="673264867132"] .custom-color-grid{
    grid-template-columns: repeat(auto-fill, minmax(347px, 1fr)) !important;
    padding: 25px 0 35px 35px !important;
}
[data-product-lid="809087636992"]   .t-store__prod-popup__sku{
    display: none !important;
}
[data-product-lid="692236427912"]   .t-store__prod-popup__sku{
    display: none !important;
}
[data-product-lid="275676376802"]   .t-store__prod-popup__sku{
    display: none !important;
}
[data-product-lid="673264867132"] .t-store__prod-popup__sku{
    display: none !important;
}
[data-product-lid="809087636992"] .color-img{
    width: 347px !important;
    height: 482px !important;
}
[data-product-lid="809087636992"] .custom-color-grid{
    grid-template-columns: repeat(auto-fill, minmax(347px, 1fr)) !important;
    padding: 25px 0 35px 35px !important;
}
.custom-color-item:hover{
    background: transparent !important;
}

/* === ОФОРМЛЕНИЕ ТОЛЬКО ДЛЯ ПОЛЯ "Комментарий" === */
#addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) {
  position: relative;
  margin-top: 40px;
}

/* Заголовок */
#addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-title {
    
 
    max-width: 291px;
    margin-left: 255px !important;
  font-family: Consolas, monospace !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 48px !important;
  line-height: 60px !important;
  letter-spacing: 0% !important;
  color: #000 !important;
  margin-bottom: 90px !important;
  text-align: right !important;
}

/* Само поле */
#addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block {
  position: relative;
  display: inline-block;
}

#addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block input.t-input {
  width: 686px;
  /*height: 220px;*/
  border: 1px solid #B2B2B2;
  box-sizing: border-box;
  padding-bottom: 220px;
  font-size: 18px;
  color: #333;
  font-family: Consolas, monospace;
  outline: none;
}

/* Правая верхняя декоративная картинка */
#addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -25px;
  width: 63px;
  height: 26px;
  background-image: url("https://static.tildacdn.com/stor6361-3831-4631-b261-383932363339/37028874.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 2;
}

/* Левая нижняя декоративная картинка */
#addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -25px;
  width: 63px;
  height: 26px;
  background-image: url("https://static.tildacdn.com/stor3864-3037-4061-b132-356535656435/26913834.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 2;
}
.t706__product-title > div:first-child{
    display: none !important;
}
.t706__product-amount--portion .t706__product-portion, .t706__product-title__option, .t706__product-title__portion{
    opacity: 1 !important;
}
 
/* === Черный квадрат для всех инпутов, кроме комментария === */
#addresses-wrapper .t-input-group_in:not(:has([name="tildadelivery-comment"])) .t-input-block {
  position: relative;
}

#addresses-wrapper .t-input-group_in:not(:has([name="tildadelivery-comment"])) .t-input-block::before {
  content: "";
  position: absolute;
  left: -9px; /* отступ от инпута */
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 24px;
  background-color: #000;
  border-radius: 2px;
  pointer-events: none;
  z-index: 3;
}
/* === Черный квадрат для всех инпутов, кроме комментария === */
#city-searchbox   .t-input-block {
  position: relative;
}

#city-searchbox   .t-input-block::before {
  content: "";
  position: absolute;
  left: -9px; /* отступ от инпута */
  top: 35%;
  transform: translateY(-50%);
  width: 18px;
  height: 24px;
  background-color: #000;
  border-radius: 2px;
  pointer-events: none;
  z-index: 3;
}
/* Чуть увеличим отступ для визуального выравнивания, если нужно */
#addresses-wrapper .t-input-group_in:not(:has([name="tildadelivery-comment"])) .t-input-block input.t-input {
  padding-left: 15px;
}
 input[name="tildadelivery-comment"]::placeholder {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #777;
  opacity: 1;
  transform: none;
}
input[name="tildadelivery-comment"] {
  padding-top: 25px; /* чтобы текст не налезал на плейсхолдер */
  position: relative;
}

/* Стили для специального блока в заголовке */
#addresses-wrapper .t-input-group_in .t-input-title .input-title-special {
  font-family: Consolas;
  font-weight: 400;
  font-style: normal; /* Regular */
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  display: inline-block;
  margin-left: 5px; /* немного отступ */
}
.tn-atom ul{
    color: rgb(250, 183, 200) !important;
}
.t-typography__characteristics > div:last-child{
    width: 120px !important;
}

 h1.t-store__prod-popup__name {
  position: relative;
  display: inline-block;
}

 h1.t-store__prod-popup__name::before {
  content: ".";
  font-family: Consolas, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  display: block;
  text-align: left;
margin-bottom: 30px !important;
}
/* Добавляем точку над заголовком "Комментарий" */
#addresses-wrapper > div:last-child > .t-input-title {
  position: relative;
  display: inline-block;
}
  /* === Wishlist product grid layout === */
.t1002__product {
  display: grid !important;
  grid-template-columns: 170px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "thumb title"
    "thumb bottom";
  gap: 10px 16px;
  align-items: start;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee; /* для разделения карточек */
  max-width: 450px !important;
}

/* Левый блок — изображение */
.t1002__product-thumb {
  grid-area: thumb ;
  width: 170px;
 
  align-self: center;
}
.t1002__product-imgdiv {
  width: 100%;
  height: 100%;
 
  background-position: center !important;
  border-radius: 8px;
}

/* Верхняя правая часть — заголовок и опции */
.t1002__product-title {
  grid-area: title;
}
.t1002__product-title a {
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
  text-decoration: none;
  margin-bottom: 4px;
}

/* Нижняя правая часть — цена и кнопка удаления */
.t1002__product-amount,
.t1002__product-del {
  grid-area: bottom;
  display: inline-block;
  vertical-align: middle;
}
.t1002__product-amount {
  margin-right: 12px;
  font-weight: 500;
}
.t1002__product-del{
    padding-top: 0 !important;
    width: 100% !important;
    text-align: right !important;
}
/* Иконка удаления */
.t1002__product-del img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.t1002__product-del img:hover {
  opacity: 1;
}
.custom-price-one .value{
    width: 120% !important;
}


 
/*#addresses-wrapper > div:last-child > .t-input-title::before {*/
/* content: ".";*/
/*  font-family: Consolas, sans-serif;*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*  font-size: 48px;*/
/*  line-height: 60px;*/
/*  letter-spacing: 0%;*/
/*  display: block;*/
/*  text-align: left;*/
/*margin-bottom: 30px !important;*/
/*}*/
.custom-sku-block{
    margin-top: 15px !important;
   
    font-weight: 500  !important;
    color: rgb(51, 51, 51)  !important;
    font-family: Consolas, sans-serif !important;
    
    font-size: 16px !important;
    line-height: 40px !important;
}
.t-store__prod-popup__brand, .t-store__prod-popup__sku{
      margin-top: 15px !important;
   
    font-weight: 500  !important;
    color: rgb(51, 51, 51)  !important;
    font-family: Consolas, sans-serif !important;
    
    font-size: 16px !important;
    line-height: 40px !important;
}
[data-elem-id="176201175196546400"]> div > a  {
    color: #fff !important;
}
@media (max-width: 1700px) {

    .t-store__tabs__list{
        max-width: 1210px;
    }
    #rec1449348671 .t-store__prod-popup__name{
        margin-left: 20px !important;
    }
    #rec1449348671 > .t-store > .js-store-product > .t-container{
        margin-top: 10px !important;
    }
       #rec1449348671 > .t-store{
        max-width: 1210px;
        margin: 0 auto;
    }
}
@media (max-width: 1500px) {

    .t-store__tabs__list{
        max-width: 1200px;
    }
    #rec1449348671 > .t-store{
        max-width: 1200px;
        margin: 0 auto;
         
        
    }
}
@media (max-width: 1250px) {
#rec1449348671 {
    background-size: 50% !important;
}
    .t-store__tabs__list{
        max-width: 80%;
    }
      #rec1449348671 > .t-store{
        max-width: 1024px;
        margin: 0 auto;
         
        
    }
}
@media (max-width: 1200px) {
#rec1449348671 {
    background-size: 50% !important;
}
    .t-store__tabs__list{
        max-width: 87%;
    }
      #rec1449348671 > .t-store{
        max-width: 1024px;
        margin: 0 auto;
         
        
    }
}
@media (max-width: 1024px) {
    .t-input-group_in:has(textarea[name="Комметарий к заказу"]) .t-input-title,
  .t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-title {
      margin-left: 0 !important;
  }

  .t-input-group_in:has(textarea[name="Комметарий к заказу"]) .t-input-block,
  .t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-block {
      width: 100% !important;
  }

  .custom-delivery-note {
      width: 100% !important;
  }

  .t-input-group_in:has(textarea[name="Комметарий к заказу"]) .t-input-block textarea.t-input,
  .t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-block textarea.t-input {
      width: 100% !important;
  }

  .custom__separator-title {
      font-size: 18px !important;
  }

  .t-input-group_in:has(textarea[name="Комметарий к заказу"]) .t-input-block::before,
  .t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-block::before {
      right: -15px !important;
      width: 50px !important;
  }

 
    .custom-sku-block{
        margin: 0px !important;
        line-height: 20px !important;
        }
    #rec1449348671 .t-store__prod-popup__name{
        max-width: 50% !important;
    }
    #rec1449348671 > .t-store > .js-store-product > .t-container{
        margin-top: 0 !important;
    }
    .b-price__title{
        font-size: 24px !important;
    }
    .custom-bulk-price{
        margin-top: 0 !important;
    }
    .t-store .t-store__tabs_tabs .t-store__tabs__controls{
        justify-content: space-between !important;
        margin: 0 30px;
    }
    .t-store .t-store__tabs__controls .t-store__tabs__button, .t-store .t-store__tabs__item{
        flex-grow: 0 !important;
    }
    .custom-color-grid{
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
       .custom-color-item {
        height: 110px !important;
        width: 28% !important;
    }
    .color-img {
    width: 100% !important;
    height: 64px !important;
}
.t-store__prod-popup__info{
    margin-left: 0 !important;
}
    .t-store__tabs__list{
        max-width: 75%;
        margin: 0 auto;
    }
      [data-product-lid="809087636992"]  .t-store__tabs__list{
        max-width: 100%;
        margin: 0 auto;
    }
[data-product-lid="692236427912"]    .t-store__tabs__list{
        max-width: 100%;
        margin: 0 auto;
    }
[data-product-lid="275676376802"]    .t-store__tabs__list{
        max-width: 100%;
        margin: 0 auto;
    }
[data-product-lid="673264867132"]  .t-store__tabs__list{
        max-width: 100%;
        margin: 0 auto;
    }
      [data-product-lid="809087636992"]  .custom-color-item{
    height: 100% !important;
    width: 240px !important;
}
[data-product-lid="692236427912"]    .custom-color-item{
    height: 100% !important;
    width: 240px !important;
}
[data-product-lid="275676376802"]    .custom-color-item{
    height: 100% !important;
    width: 240px !important;
    
}
[data-product-lid="673264867132"]  .custom-color-item{
    height: 100% !important;
    width: 240px !important;
}
  [data-product-lid="809087636992"]  .custom-color-grid{
    padding: 25px 35px 35px 35px !important;
    row-gap: 30px;
}
[data-product-lid="692236427912"]    .custom-color-grid{
       padding: 25px 35px 35px 35px !important;
       row-gap: 30px;
}
[data-product-lid="275676376802"]    .custom-color-grid{
        padding: 25px 35px 35px 35px !important;
        row-gap: 30px;
}
[data-product-lid="673264867132"]  .custom-color-grid{
        padding: 25px 35px 35px 35px !important;
        row-gap: 30px;
}
  [data-product-lid="809087636992"]  .color-img{
    height:300px !important;
    width: 100% !important;
}
[data-product-lid="692236427912"]    .color-img{
       height:300px !important;
       width: 100% !important;
}
[data-product-lid="275676376802"]    .color-img{
        height:300px !important;
        width: 100% !important;
}
[data-product-lid="673264867132"]  .color-img{
        height:300px !important;
        width: 100% !important;
}
    .js-store-product > div > div:first-child{
        display: flex !important;
        /*flex-direction: column !important;*/
        /*align-items: center !important;*/
        justify-content: center !important;
        gap: 20px !important;
    }
    .js-store-prod-name{
        margin-left: 40px !important;
    }
  .t706__product {
      width: 100% !important;
    display: grid !important;
    grid-template-areas:
      "top  title    title title title"
      "top   price   count sum del"
      
      ;
    gap: 10px  !important;
  }

  /* Верхняя часть: картинка + кнопка удаления */
  .t706__product-thumb {
    display: flex  !important;
    justify-content: space-between  !important;
    align-items: center  !important;
  }

  .t706__product-del-wrapper {
    margin-left: 10px  !important;
  }

  /* Нижняя часть: цена, количество, сумма */
  .custom-price-one,
  .t706__product-plusminus,
  .t706__product-amount {
    display: flex  !important;
    flex-direction: column  !important;
    align-items: center  !important;
  }
.custom-price-one{
    grid-area: price;
}
.t706__product-title{
    grid-area: title;
    padding: 0px !important;
}
.custom-price-one .value{
    width: 100% !important;
    text-align: right !important;
}
  .t706__product-plusminus{
      grid-area:count;
  }
  .t706__product-amount{
      grid-area: sum;
  }
  /* Объединяем все нижние блоки в один ряд через flex */
  .custom-price-one,
  .t706__product-plusminus,
  .t706__product-amount {
    flex: 1 1 0  !important;
  }

  .t706__product > .custom-price-one,
  .t706__product > .t706__product-plusminus,
  .t706__product > .t706__product-amount {
    display: inline-flex  !important;
    flex-direction: column  !important;
    align-items: center  !important;
    justify-content: center  !important;
  }

  .t706__product > .custom-price-one,
  .t706__product > .t706__product-plusminus,
  .t706__product > .t706__product-amount {
    /* вынуждаем элементы идти в ряд */
    display: flex  !important;
    flex-direction: column  !important;
  }

  /* Контейнер для нижнего ряда */
  .t706__product {
    grid-template-rows: auto auto  !important;
  }

  .t706__product > .custom-price-one,
  .t706__product > .t706__product-plusminus,
  .t706__product > .t706__product-amount {
    width: 100%  !important; /* три блока по ширине */
      
  }
  .custom-price-one{
      gap: 0 !important;
  }
  .custom-qty-wrap{
      gap: 0 !important;
  }
  .t706__product-amount{
      gap: 0 !important;
  }
  .custom-amount-wrap{
      gap: 0 !important;
  }
  .t706__product-quantity{
      padding: 0px !important;
  }
  .t706__product-del{
      margin-top:35px !important;
  }
.t706__product-thumb {
    height: 160px !important;
    width: 140px !important;
    
}
.t706__cartpage-form{
    max-width: 100% !important;
}
  .t706__product-bottom {
    display: flex  !important;
    justify-content: space-between  !important;
    width: 100%  !important;
  }
  .t706__cartpage-totals{
      padding:10px;
  }
  .t706__cartwin-totalamount-label{
      font-size: 16px !important;
  }
  .t706__cartwin-totalamount{
      font-size: 16px !important;
  }
   .t-input-block > .custom-separator{
       justify-content: end !important;
   }
  .t-input-block > .custom-separator > span:last-child{
      width: 50% !important;
          flex-grow: 0 !important;

  }
  .t-input-group_dl > .t-input-block > .custom-separator{
      margin: 0  !important;  
     padding: 0  !important;
  }
  #addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-title{
      margin-left: 0px !important;
  }
  #addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block{
      width: 100% !important;
  }
  .custom-delivery-note{
      width: 100% !important;
  }
  #addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block input.t-input{
      width: 100%;
  }
  
  .custom__separator-title{
      font-size: 18px !important;
  }
  #addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block::before{
      right: -15px !important;
    width: 50px  !important;
  }
  .custom-price-one{
    grid-area: price;
}
.t706__product-title{
    grid-area: title;
    margin-top: 0px !important;
}
  .t706__product-plusminus{
      grid-area:count;
  }
  .t706__product-amount{
      grid-area: sum;
  }
  .t706__product-del{
      grid-area: del;
  }
  .t706__product-thumb {
 
    grid-area: top !important;
}
 
}
@media (max-width: 959px ) {
    .t165 .t-container{
        flex-direction: column !important;
        max-width: 768px !important;
        
    }
    .t-store__prod-popup__col-right{
        padding: 0 !important;
    }
   
}
@media (max-width: 959px ) and (min-width: 640px) {
    .t706__cartpage-content{
        max-width: 95% !important;
    }
     .t165__img{
        display:none !important;
    }
}
@media (max-width: 768px) and (min-width: 640px) {
      .popup-product-name{
        margin-bottom: 0px !important;
    }
    .popup-img{
        width: 210px !important;
    height: 300px !important;
    }
    .popup-main{
        grid-template-columns: 210px 1fr !important;
            padding: 33px 25px 33px 24px !important;
    }
    .popup-qty__controls button {
    width: 25px;
    height: 25px;
    font-size: 28px;
        
    }
    .popup-qty__controls .qty {
    width: 35px;
        
    }
}
@media (max-width: 768px) {
    .t1002__product-del img{
            padding: 4px 5px 1px 5px !important;
    width: 18px !important;
    }
    .t1002__wishlistwin-products{
        max-width: 470px !important;
        margin: 0 auto;
    }
    .t1002__product-thumb{
        width: 160px;
    }
    .popup-content{
        background: #FFFFFF;
    }
  
    #rec1449348671 > .t-store{
        max-width: 640px;
        margin: 0 auto;
        padding-top: 10px !important;
        
    }
    .custom-color-item {
        height: 100px !important;
        width: 140px !important;
    }
        .custom-color-item {
        height: 100px !important;
        width: 140px !important;
    }
#rec1449348671 .t-store__prod-popup__name{
    max-width: 80% !important;
    line-height: 40px !important;
    margin-bottom: 77px !important;
}
h1.t-store__prod-popup__name::before{
    margin-bottom: 0px !important;
}
   .t165 .t-container{
        
        max-width: 680px !important;
        
    }

          [data-product-lid="809087636992"]  .custom-color-item{
   width: 240px !important;
}
[data-product-lid="692236427912"]    .custom-color-item{
   width: 240px !important;
}
[data-product-lid="275676376802"]    .custom-color-item{
  width: 240px !important;
}
[data-product-lid="673264867132"]  .custom-color-item{
    width: 240px !important;
}
.t-store__tabs__list > [data-tab-type="chars"] > .t-descr{
    padding: 31px 20px !important;
}
.t-store__tabs__list > [data-tab-type="text"] > .t-descr{
    padding: 31px 20px;
}
}
@media (max-width: 680px) {
 .t-store__tabs__list{
        max-width: 80%;
        margin: 0 auto;
    }
    
}

/* @media (max-width: 640px) {Адаптив: на мобильных — одна колонка */
@media (max-width: 640px) {
    [data-input-lid="1764176425479"] > .t-input-title::before{
        margin: 0 !important;
    }
     .t-input-group_in:has(textarea[name="Комметарий к заказу"]) .t-input-title,
  .t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-title {
      margin-left: 0 !important;
              margin-top: 0px !important
  }

  .t-input-group_in:has(textarea[name="Комметарий к заказу"]) .t-input-block,
  .t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-block {
      width: 100% !important;
  }

  .custom-delivery-note {
      width: 100% !important;
      margin-top: 0 !important;
      font-size: 13px !important;
  }

  .t-input-group_in:has(textarea[name="Комметарий к заказу"]) .t-input-block textarea.t-input,
  .t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-block textarea.t-input {
      width: 100% !important;
  }

  .js-store-product > div > div:first-child {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
  }

  .custom__separator-title {
      font-size: 24px !important;
  }

  /* уменьшенный черный квадрат на других полях */
  .t-input-group_in:not(:has(textarea[name="Комметарий к заказу"])) .t-input-block::before,
  .t-input-group_ta:not(:has(textarea[name="Комметарий к заказу"])) .t-input-block::before {
      left: -5px !important;
      width: 12px !important;
      height: 14px !important;
  }

  .t-radio__wrapper-delivery .t-name_md {
      font-size: 20px !important;
      text-align: center !important;
  }

  /* Заголовок Комментария на мобилке */
  .t-input-group_in:has(textarea[name="Комметарий к заказу"]) .t-input-title,
  .t-input-group_ta:has(textarea[name="Комметарий к заказу"]) .t-input-title {
      font-size: 20px !important;
      margin-bottom: 40px !important;
      text-align: center !important;
  }

  /* Центровка блока */
  .t-input-group_in:has(textarea[name="Комметарий к заказу"]),
  .t-input-group_ta:has(textarea[name="Комметарий к заказу"]) {
      margin-top: 0 !important;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
    .custom-product-icons{
        margin-top: 20px !important;
    }
    .t-store__prod-popup__title-wrapper{
        margin:0 !important;
    }
    #rec1449348671 > .t-store{
        max-width:530px !important;
        margin:0 auto ;
    }
      .t165 .t-container{
        
        max-width: 495px !important;
        
    }
    .custom-cart-subtitle > div{
        font-size: 12px !important;
    }
    #rec1449348671 .t-store__prod-popup__name{
        margin-bottom: 15px !important;
        
    }
    .t-store__prod-popup__brand, .t-store__prod-popup__sku{
             padding: 0 45px !important;
    }
    .custom-bulk-price{
        /*padding: 10px 45px !important;*/
        margin-top: 0 !important;
        max-width: 300px !important;
        margin: 0 auto;
        
    }
    .t-slds__container{
        background-color: transparent !important;
    }
  
  .popup-img {
    width: 130px;
    height: 100% ;
    object-fit: cover;
    border-radius: 6px;
}
.popup-close{
    padding: 0 !important;
    margin: 0 !important;
    font-size: 24px !important;
}
.popup-price .b-price__count{
    font-size: 13px !important;
}
.popup-price .b-price{
    font-size: 13px !important;
}
.popup-price__title{
        font-size: 18px !important;
        margin-bottom: 0px !important;
}
.popup-content{
    padding: 14px !important;
}
  .popup-main {
    display: grid !important;
    grid-template-columns: 130px 1fr;
    gap: 10px;
    border: 1px solid #8B8B8B;
    padding: 10px 10px 10px 10px !important;
    border-radius: 8px;
}
.popup-qty__controls button {
    width: 16px;
    height: 16px;
    font-size: 16px !important;
 
}
.popup-price__list{
    margin-bottom: 0px ;
}
.popup-product-name{
    margin-bottom:0px !important;
}
.popup-color{
    font-size: 16px !important;
}
.popup-qty__controls .qty{
    font-size:24px !important;
}
.popup-color-name{
    font-size: 16px !important;
}
.popup-favorite > img{
        width: 20px !important;
    height: 20px  !important;
}
.popup-add{
    font-size: 14px !important;
}
.popup-product-name{
    font-size: 16px !important;
}
.popup-header{
    padding: 12px 24px !important;
}
.popup-header > div{
     font-size: 16px !important;
     line-height: 100% !important;
}
.t1002__product-title__option{
    display:none !important;
}

.t-store__prod-popup__name{
    font-size: 24px !important;
    line-height: 110% !important;
    margin-left: 34px !important;
    margin-bottom:0 !important;
    line-height: 110% !important;
}
h1.t-store__prod-popup__name::before{
    font-size: 32px !important;
    margin-bottom: 0 !important;
}
 .b-price__count{
    font-size: 14px !important;
}
 .b-price{
    font-size: 14px !important;
}
.b-price__title{
    font-size: 26px !important;
}
.t-store__prod-popup__info{
    margin-left: 10px !important;
}
.t-store__tabs__list{
    width: 100% !important;
}
.t-store__tabs__button-title{
    font-size: 16px !important;

}
.t-store .t-store__tabs__controls .t-store__tabs__button-title{
    padding-bottom: 0 !important;
    font-size: 16px !important;
}
.t-store__tabs__list > [data-tab-type="text"] > .t-descr{
    padding: 0 10px !important;
}
.t-store__tabs__list > [data-tab-type="chars"] > .t-descr{
    padding: 0 10px !important;
}
.t-store__prod-snippet__container{
    padding-top:0 !important;
}
#rec1449348671 > .t-store > .js-store-product > .t-container{
    margin-top: 10px !important;
}
#rec1449348671 .t-col_6{
    width: 97% !important;
}
.t-store__product-snippet .t-store__prod-popup__col-left, .t-store__product-snippet .t-store__prod-popup__col-right{
    padding-left:0 !important;
    padding-right: 0 !important;
}
.t706__product {
    display: grid !important;
    grid-template-areas:
      "top  title    title title"
      "top   price   price price"
      "top   count   sum del"
      ;
    gap: 10px  !important;
  }
.custom-qty-wrap{
    gap: 0 !important
}
.custom-amount-wrap{
    gap: 0 !important
}.t706__product-minus > button{
    width: 28px !important;
}
.t706__product-plus > button{
    width: 28px !important;
}
.t706__product-quantity{
    width: 12px !important;
    min-width: 12px !important;
}
 
  .t706__product-thumb {
    display: flex  !important;
    justify-content: space-between  !important;
    align-items: center  !important;
  }

  .t706__product-del-wrapper {
    margin-left: 10px  !important;
  }

  /* Нижняя часть: цена, количество, сумма */
  .custom-price-one,
  .t706__product-plusminus,
  .t706__product-amount {
    display: flex  !important;
    flex-direction: column  !important;
    align-items: center  !important;
  }
.custom-price-one{
    grid-area: price;
}
.t706__product-title{
    grid-area: title;
    margin-top: 0px !important;
}
  .t706__product-plusminus{
      grid-area:count;
  }
  .t706__product-amount{
      grid-area: sum;
  }
  .t706__product-del{
      grid-area: del;
  }
  /* Объединяем все нижние блоки в один ряд через flex */
  .custom-price-one,
  .t706__product-plusminus,
  .t706__product-amount {
    flex: 1 1 0  !important;
  }
.custom-price-one > .label{
    display: none !important;
}
  .t706__product > .custom-price-one,
  .t706__product > .t706__product-plusminus,
  .t706__product > .t706__product-amount {
    display: inline-flex  !important;
    flex-direction: column  !important;
    align-items: center  !important;
    justify-content: center  !important;
  }

  .t706__product > .custom-price-one,
  .t706__product > .t706__product-plusminus,
  .t706__product > .t706__product-amount {
    /* вынуждаем элементы идти в ряд */
    display: flex  !important;
    flex-direction: column  !important;
  }

  /* Контейнер для нижнего ряда */
  .t706__product {
    grid-template-rows: auto auto  !important;
  }

  .t706__product > .custom-price-one,
  .t706__product > .t706__product-plusminus,
  .t706__product > .t706__product-amount {
    width: 100%  !important; /* три блока по ширине */
      
  }
.t706__product-thumb {
    height: 160px !important;
    width: 140px !important;
    grid-area: top !important;
}
.t706__cartpage-form{
    max-width: 100% !important;
}
.t706__product-del-wrapper{
    grid-area: del;
}.t706__product-del{
    margin-top: 30px !important;
}
  .t706__product-bottom {
    display: flex  !important;
    justify-content: space-between  !important;
    width: 100%  !important;
  }
  .t706__cartpage-totals{
      padding:10px;
  }
  .t706__cartwin-totalamount-label{
      font-size: 14px !important;
  }
  .t706__cartwin-totalamount{
      font-size: 14px !important;
  }
   .t-input-block > .custom-separator{
       justify-content: end !important;
   }
  .t-input-block > .custom-separator > span:last-child{
      width: 50% !important;
          flex-grow: 0 !important;

  }
  .t-input-group_dl > .t-input-block > .custom-separator{
      margin: 0  !important;  
     padding: 0  !important;
  }
  #addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-title{
      margin-left: 0px !important;
  }
  #addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block{
      width: 100% !important;
  }
  .custom-delivery-note{
      width: 100% !important;
  }
  #addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block input.t-input{
      width: 100%;
  }
  .js-store-product > div > div:first-child{
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
  }
  .custom__separator-title{
      font-size: 24px !important;
  }
  #addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-block::before{
      right: -15px !important;
    width: 50px  !important;
  }
  
  [data-product-lid="809087636992"]  .custom-color-grid{
    padding: 25px 15px 5px 15px !important;
}
[data-product-lid="692236427912"]    .custom-color-grid{
  padding: 25px 15px 5px 15px !important;
}
[data-product-lid="275676376802"]    .custom-color-grid{
     padding: 25px 15px 5px 15px !important;
}
[data-product-lid="673264867132"]  .custom-color-grid{
    padding: 25px 15px 5px 15px !important;
}


  [data-product-lid="809087636992"]  .color-img{
    height: 100% !important;
        width: 210px !important;
}
[data-product-lid="692236427912"]    .color-img{
 height: 100% !important;
        width: 210px !important;
}
[data-product-lid="275676376802"]    .color-img{
   height: 100% !important;
        width: 210px !important;;
}
[data-product-lid="673264867132"]  .color-img{
   height: 100% !important;
        width: 210px !important;
}


  [data-product-lid="809087636992"]  .custom-color-item{
   display: flex !important;
   flex-direction: column !important;
align-items: center !important;
         height: 350px !important;
        width: 210px !important;
  }
[data-product-lid="692236427912"]    .custom-color-item{
   display: flex !important;
   flex-direction: column !important;
align-items: center !important;
    height: 350px !important;
        width: 210px !important;
}
[data-product-lid="275676376802"]    .custom-color-item{
     display: flex !important;
   flex-direction: column !important;
align-items: center !important;
    height: 350px !important;
        width: 210px !important;
}


[data-product-lid="673264867132"]  .custom-color-item{
    display: flex !important;
   flex-direction: column !important;
align-items: center !important;
     height: 350px !important;
        width: 210px !important;
}



  [data-product-lid="809087636992"]  .custom-color-grid{
   gap: 20px !important;
      
  }
[data-product-lid="692236427912"]    .custom-color-grid{
     gap: 20px !important;
 
}
[data-product-lid="275676376802"]    .custom-color-grid{
    gap: 20px !important;
 
}


[data-product-lid="673264867132"]  .custom-color-grid{
   gap: 20px !important;
  
}
.t706__product-quantity{
    padding: 0px !important;
}
    .color-img {
        width: 100% !important;
        height: 55px !important;
    }
   .custom-color-item {
        height: 90px !important;
        width: 120px !important;
    }
    .color-name{
        font-size: 16px !important;
    }
    .t1002__product{
            grid-template-columns: 100px 1fr !important;
    }
    .t1002__product-thumb{
            width: 100px !important;
    }
    .qty-minus, .qty-plus{
        border-radius: 0 !important;
    }
    .custom-cart-title h2{
        font-size: 32px !important;
        line-height: 40px !important;
        font-weight: bold !important;
    }
    .custom-cart-title{
        margin-bottom: 25px !important;
        margin-left: 40px !important;
    }
    .custom-cart-subtitle{
        margin: 0 0 20px 80px !important;
    }
    .custom-cart-list{
        gap: 0 !important;
    }
    .t706__cartwin-totalamount-info_label{
        font-size: 14px !important;
               line-height:14px !important;
    }
    .t706__cartwin-totalamount-info_value{
        font-size: 14px !important;
        line-height:14px !important;
    }
    .t706__cartwin-totalamount-info > .t706__cartwin-totalamount-row:first-child{
        margin-bottom: 20px !important;
    }
    .t706__cartpage .t706__form-upper-text{
        font-size: 20px !important;
        line-height: 30px !important
    }
    .t706__cartpage-form-wrapper > .custom-separator{
            margin: 30px 0 0 -320px  !important;
    }
    .t706 .t-form .t-input, .t706 .t-form .t-select {
    height: 32px !important;
}
#customdelivery .t706__search-icon{
    top: 10px !important;
}
#city-searchbox .t-input-block::before {
 
    left: -5px;
    top: 30%;
 
    width: 12px;
    height: 14px;
   
}
.t706__cartwin-totalamount-row{
    margin-top: 10px !important;
}
.t-form__submit .t-btnflex__text{
    font-size: 14px !important;
}
.t706__cartpage-open-form-wrap{
    margin-top: 20px !important;
}
.t706__cartpage-open-form-wrap > button{
    font-size: 14px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#addresses-wrapper > div:nth-child(2){
    margin-bottom: 0px !important;
}
#addresses-wrapper .t-input-group_in:not(:has([name="tildadelivery-comment"])) .t-input-block::before {
  
    left: -5px;
    top: 50%;
   
    width: 12px;
    height: 14px;
}
.t-radio__wrapper-delivery .t-name_md{
    font-size: 20px !important;
    text-align: center !important;
}
.custom-delivery-note{
    margin-top: 0px !important;
    font-size: 13px !important;
}
#addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]) .t-input-title{
    font-size: 20px !important;
    margin-bottom: 40px !important;
    text-align:center !important;
}
#addresses-wrapper > div:last-child > .t-input-title::before{
    margin-bottom: 0px !important;
}
#addresses-wrapper .t-input-group_in:has([name="tildadelivery-comment"]){
    margin-top: 0px !important;
            display: flex;
        flex-direction: column;
        align-items: center;
}
 .t-slds__imgwrapper{
            margin: 0  50px !important;
         
    }
    .t-slds__items-wrapper{
        height: 100% !important;
    }
    .t-store .t-store__tabs{
        margin-top: 0px !important;
    }
    .t-store__prod-popup__text{
        margin:0 !important;
    }
}
 

@media (max-width: 550px) {
     .custom-sku-block{
         font-size: 13px !important;
        margin: 0px !important;
        line-height: 15px !important;
        }
        .t706__product-plus > button {
        width: 20px !important;
    }
    .t706__product-quantity{
        font-size: 16px !important;
    }
        .t706__product-minus > button {
        width: 20px !important;
    }
    .custom-price-one .value{
        font-size: 13px !important;
        font-weight: bold !important;
    }
    .popup-qty__controls button{
          font-size: 13px !important;
    }
    .t706__product .label{
        font-size: 13px !important;
    }
    .t706__product-title{
        font-size: 14px !important;
        
    }
    .t706__product-title > a{
         margin-right: 10px;
    }
    .t706__product-title > .t706__product-title__option{
        font-size: 14px !important;
            display: inline-flex;
   
   
    }
    .color-name{
        font-size: 13px !important;
    }
    .t-store__prod-popup__name{
    font-size: 16px !important;
}
/*.custom-color-grid{*/
   
/*    grid-template-columns: repeat(auto-fill, minmax(103px, 1fr)) !important;*/
/*    gap: 30px  !important;*/
/*    grid-template-rows: repeat(3, 55px)  !important;*/
/*     padding: 11px 13px !important;*/
/*}*/
.custom-color-item{
    width: 113px !important;
    height: 100% !important;
}
.color-img {
    width: 113px !important;
        height: 48px !important;
}
.t706__product > .custom-price-one, .t706__product > .t706__product-plusminus, .t706__product > .t706__product-amount{
    align-items: start !important;
}
.custom-qty-wrap{
        align-items: start;
    }
    
}
@media (max-width: 500px) {
    #rec1449348671 .t-store__prod-popup__name{
        width: 70% !important;
        margin: 0 auto;
    }
          [data-product-lid="809087636992"]  .custom-color-grid{
padding: 13px 10px !important;
}
[data-product-lid="692236427912"]    .custom-color-grid{
    padding: 13px 10px !important;
}
[data-product-lid="275676376802"]    .custom-color-grid{
  padding: 13px 10px !important;
}
[data-product-lid="673264867132"]  .custom-color-grid{
      padding: 13px 10px !important;
}
  [data-product-lid="809087636992"]  .custom-color-item{
  
         height: 270px !important;
        width: 170px !important;
  }
[data-product-lid="692236427912"]    .custom-color-item{
    height: 270px !important;
        width: 170px !important;
}
[data-product-lid="275676376802"]    .custom-color-item{
    height: 270px !important;
        width: 170px !important;
}


[data-product-lid="673264867132"]  .custom-color-item{
    height: 270px !important;
        width: 170px !important;
}
  [data-product-lid="809087636992"]  .color-img{
  
    
        width: 170px !important;
  }
[data-product-lid="692236427912"]    .color-img{
    
        width: 170px !important;
}
[data-product-lid="275676376802"]    .color-img{
    
        width: 170px !important;
}


[data-product-lid="673264867132"]  .color-img{
     
        width: 170px !important;
}

    .popup-qty__controls .qty {
    width: 30px;
    
}
    .popup-qty__controls button {
        width: 10px;
        height: 10px;
        font-size: 13px !important;
    }
     .color-name{
        font-size: 13px !important;
    }
    .t-store__tabs__list{
        max-width: 100% !important;
        margin-top: 15px !important;
    }
    .t-store .t-store__tabs_tabs .t-store__tabs__controls{
        margin: 0 !important;
    }
}
@media (max-width: 480px) {
       .t165 .t-container{
        max-width: 400px !important;
    }
    #rec1449794111 .t165__text{
        font-size: 13px !important;
    }
    .t-typography__characteristics > div:last-child{
              width: auto !important;
    }
    .t-store__tabs__list > [data-tab-type="chars"] > .t-descr{
        font-size: 13px !important;
    }
}
@media (max-width: 450px) {
     .t-store__tabs__list{
        width: 300px !important;
    }
    
          [data-product-lid="809087636992"]   .t-store__tabs__list{
  
        
       width: 100% !important;
  }
[data-product-lid="692236427912"]     .t-store__tabs__list{
 
      width: 100% !important;
}
[data-product-lid="275676376802"]     .t-store__tabs__list{
 
       width: 100% !important;
}


[data-product-lid="673264867132"]   .t-store__tabs__list{
 
        width: 100% !important;
}
    
  [data-tab-title="Описание"] .t-store__tabs__list:has(.t-store__tabs__item[data-tab-title="Описание"]) {
    /* Любые стили */
       width: 100% !important;
}

    /*   [data-active-tab="Характеристики"].t-store__tabs__list{*/
    /*    width: 100% !important; */
    /*}*/
    /*[data-active-tab="Описание"].t-store__tabs__list{*/
    /*    width: 100% !important; */
    /*}*/
        
    /*    .t-store__tabs__list {*/
    /*     width: 300px !important; */
    /*}*/
   
    .t-slds__items-wrapper{
        height: 100% !important;
    }
    .t-slds__imgwrapper{
        margin: 0 60px !important;
        /*padding: 15px !important;*/
    }
        .t706__product-minus > button {
        width: 15px !important;
    }
    .t706__product-plus > button{
        width: 15px !important;
    }
    .custom-qty-inner{
        gap: 4px !important;
        
    }
    
    .t706__product .label{
        font-size: 11px !important;
        line-height: 11px !important;
    }
    .custom-price-one .value{
        font-size: 11px !important;
        line-height: 11px !important;
    }
    .t706__product{
        gap:0 !important;
    }
    .t706__product-thumb{
        height: 104px !important;
        width: 104px !important;
        margin-right: 25px !important;
    }
    .custom-amount-inner{
        font-size: 11px !important;
        line-height: 11px !important;
    }
    .custom-amount-wrap{
        gap: 6px !important;
    }
    .t706__product-title{
        line-height: 13px !important;
        font-size: 12px !important;
    }
    .t706__product-title > .t706__product-title__option{
         font-size: 12px !important;
         line-height: 20px !important;
    }
     .popup-qty__controls button {
        width: 10px;
        height: 10px;
        font-size: 11px !important;
    }
    .t706__product-minus > button{
        height: 14px !important;
    }
    .t706__product-plus > button{
         height: 14px !important;
    }
    .t706__product-quantity{
        font-size: 14px !important;
    }
    .t706__product-quantity {
        width: 12px !important;
        min-width: 12px !important;
    }
    .t706__product-del-wrapper img{
        width: 15px !important;
        height: 16px !important;
    }
    .t706__product-del{
        margin-top: 15px !important;
    }.qty-minus, .qty-plus{
        border-radius: 0 !important;
    }
    .t706__product{
        margin: 0 !important;
    }
    .custom-cart-list{
        gap: 30px !important;
    }
}
@media (max-width: 420px) {
    .popup-qty__controls .qty {
        width: 20px !important;
    }
    .popup-qty__controls .qty {
        font-size: 16px !important;
    }
      [data-product-lid="809087636992"]  .custom-color-item{
  
         height: 250px !important;
        width: 160px !important;
  }
[data-product-lid="692236427912"]    .custom-color-item{
  height: 250px !important;
        width: 160px !important;
}
[data-product-lid="275676376802"]    .custom-color-item{
  height: 250px !important;
        width: 160px !important;
}


[data-product-lid="673264867132"]  .custom-color-item{
 height: 250px !important;
        width: 160px !important;
}
  [data-product-lid="809087636992"]  .color-img{
  
    
        width: 160px !important;
  }
[data-product-lid="692236427912"]    .color-img{
    
         width: 160px !important;
}
[data-product-lid="275676376802"]    .color-img{
    
     width: 160px !important;
}


[data-product-lid="673264867132"]  .color-img{
     
         width: 160px !important;
}
          [data-product-lid="809087636992"]  .custom-color-grid{
 
gap: 10px !important;
}
[data-product-lid="692236427912"]    .custom-color-grid{
     
gap: 10px !important;
}
[data-product-lid="275676376802"]    .custom-color-grid{
 
gap: 10px !important;
}
[data-product-lid="673264867132"]  .custom-color-grid{
 
gap: 10px !important;
}
}
@media (max-width: 390px) {
      [data-product-lid="809087636992"]  .custom-color-item{
  
         height: 250px !important;
        width: 150px !important;
  }
[data-product-lid="692236427912"]    .custom-color-item{
  height: 250px !important;
       width: 150px !important;
}
[data-product-lid="275676376802"]    .custom-color-item{
  height: 250px !important;
        width: 150px !important;
}


[data-product-lid="673264867132"]  .custom-color-item{
 height: 250px !important;
       width: 150px !important;
}
  [data-product-lid="809087636992"]  .color-img{
  
    
        width: 150px !important;
  }
[data-product-lid="692236427912"]    .color-img{
    
        width: 150px !important;
}
[data-product-lid="275676376802"]    .color-img{
    
    width: 150px !important;
}


[data-product-lid="673264867132"]  .color-img{
     
      width: 150px !important;
}
          [data-product-lid="809087636992"]  .custom-color-grid{
 padding: 13px 5px !important;
gap: 10px !important;
}
[data-product-lid="692236427912"]    .custom-color-grid{
     padding: 13px 5px !important;
gap: 10px !important;
}
[data-product-lid="275676376802"]    .custom-color-grid{
 padding: 13px 5px !important;
gap: 10px !important;
}
[data-product-lid="673264867132"]  .custom-color-grid{
 padding: 13px 5px !important;
gap: 10px !important;
}
}