/*
body::before {
    
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;

  background-image: repeating-linear-gradient(
    to right,
    rgba(0, 0, 0, 0.035) 0px,
    rgba(0, 0, 0, 0.035) 1px,
    transparent 1px,
    transparent 120px
  );
}

*/

@media (max-width: 480px) {
    .t1002__addBtn {
        height: 40px;
        width: 40px;
    }
    .t-store__card__mark {
    height: 40px;
} 
}



    
/* Полосы 
html, body {
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;

  background-image: repeating-linear-gradient(
    to right,
    rgba(0, 0, 0, 0.035) 0px,
    rgba(243, 139, 174, 0.035) 1px,
    transparent 1px,
    transparent 100px
  );

  background-position: center top;
} */


html, body {
  overflow-x: hidden;
}

/* Полосы */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 29;

  background-image: repeating-linear-gradient(
    to right,
    rgba(0, 0, 0, 0.035) 0px,
    rgba(0, 0, 0, 0.035) 1px,
    transparent 1px,
    transparent 180px
  );

  background-position: center top;
  
}



/* SVG декор 
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999998;

  background-image: 
    url("data:image/svg+xml;utf8,"),
    url("data:image/svg+xml;utf8,");

  background-repeat: no-repeat;

  /* 6-8 равномерных позиций 
  background-position:
    10% 20%,
    80% 15%,
    20% 60%,
    75% 55%,
    40% 80%,
    90% 75%;

  background-size: 50px;
}
*/



@media screen and (max-width: 640px) {
    /* Увеличить текст в корзине */
    .t-text_xs {
        font-size: 18px;
    }
    /* Галерея стрелки смотрите также */
    .t-slds__arrow-withbg .t-slds__arrow_body {
        width: 12px !important;
    }
    /* Галерея стрелки */
        .t-slds__arrow-withbg {
        height: 40px !important;
        width: 40px !important;
    }
    
    /* Добавление товара */
    .t-store__prod__quantity_sm {
    
    height: 40px !important;
}  

}

/* Добавление товара */
.t-store__prod__quantity_sm {
    
    height: 35px !important;
}  


/* Поля формы */
.t-store__cart input,
.t-store__cart textarea,
.t-store__cart select {
    font-size: 18px;
}


/* Цена в блоке "Смотрите также" */
.t-store__card__price {
    color: #F174A4 !important;
}

/* Ширина сторон меню */
.t-menu-popover__leftwrapper {
    width: 25% !important;
}

.t-menu-popover__rightwrapper {
    width: 65% !important;
    flex: none;
}

@media screen and (max-width: 1199px) {
    #rec2106915351 {padding-top: 120px !important;
    }
}

@media screen and (max-width: 480px) {
    #rec2106915351 {
    padding-top: 60px !important;
    }
    
    /* Добавление товара */
    .t-store__prod__quantity_sm {
    
    height: 40px !important;
}  

}


.js-product .t-product__option-select {
    -webkit-appearance: none;
    appearance: none;
    background: #F38BAE;
    border: 2px solid #F38BAE;
    border-radius: 14px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    overflow-x: hidden;
    padding: 2px 30px 2px 10px;
    width: 100%;
}
/*
.js-product .t-product__option-select {
    -webkit-appearance: none;
    appearance: none;
    background: #f2f4f6;
    border: 2px solid #F174A4;
    border-radius: 14px;
    box-sizing: border-box;
    color: #5a2e2e;
    cursor: pointer;
    overflow-x: hidden;
    padding: 2px 30px 2px 10px;
    width: 100%;
}
*/

.t-descr_xxs {
    font-size: 16px;
    line-height: 1.55
}

.js-product .t-product__option-variants:after {
    border-color: #ffffff transparent transparent;
}

/* Надо потом убрать */ 
.t-store__card .t-typography__title {
                        font-size: 22px !important;
                        font-weight: 300 !important;
                        
                    }


.t-popup .t-typography__title {
                        font-size: 26px !important;
                        font-weight: 300 !important;;
                        color: #2c2c2c;
                    }


.t-store__prod-popup__price {
    color: #F38BAE !important;
    font-size: 30px;
    font-weight: 700;
}

.t-store__card__btn_second {
    background-color: #F38BAE !important;
}

.t-store__card__btn {
    text-color: #F38BAE !important;
    border-color: #F38BAE !important;
}


.t-store__card {
z-index: 30;  
}
 
 .t-animate_started[data-animate-style=fadeinleft] {
 z-index: 30;  
}

                    
 /*     Обводка кнопок              
                    .t-btnflex.t-btnflex_type_button {
    color: #f174a4;
    background-color: #ffffff;
    border-style: solid !important;
    border-color: #ffffff !important;
    border-width: 1px;
                    } 
    */
    
    
/* Пункты меню в шапке 
.t-menu__link-item {
    font-size: 14px !important;
}
*/
