.js-product .t-product__option-select {
    width: 100%;
    border: 1px #c2c2c2 solid;
    background: #ffffff;
    /* color: #000; */
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
}

.t744 .t-product__option-variants {
  
    display: block;
 
}

.t-store__prod-popup__btn {
    WIDTH: 100%; 
}

.t-store__prod-popup__btn {
background:#bbb1f5 !important;
color:#ffffff !important;
border:none !important;
}

.js-store-prod-popup-buy-btn-txt {
color:#ffffff !important;
}

.js-store-prod-name {
color:#2e2e2e; 
font-weight:500;
font-family:Gilroy;
font-size:18px;
}

.js-product-price {
color:#262626;
font-weight:300;
}

.js-store-prod-price-old {
color:#a8a8a8;
font-weight:300;
}

.js-store-prod-text { 
color: rgb(26, 26, 26); font-weight: 400; font-family: Gilroy;
}

/* КАРТКИ ТОВАРІВ */
.t-store__card__bgimg,
.t-store__card__bgimg_second,
.t-store__card__bgimg_hover {
    border-radius: 10px !important;
}


/* ВЕЛИКЕ ФОТО НА СТОРІНЦІ ТОВАРУ */
.t-store__prod-snippet__container .t-slds__bgimg.js-product-img {
    border-radius: 10px !important;
    overflow: hidden !important;
}


/* «ВАС ТАКОЖ МОЖЕ ЗАЦІКАВИТИ» */
.t-store__prod-snippet__container .t-store__card__bgimg.js-product-img,
.t-store__prod-snippet__container .t-store__card__bgimg_second.js-product-img,
.t-store__prod-snippet__container .t-store__card__bgimg_hover.js-product-img {
    border-radius: 10px !important;
    overflow: hidden !important;
}


/* GL19 — БЕЗ ВІДСТУПУ 20px */
#rec3838822803 .t-slds__bgimg {
    margin: 0 !important;
}

/* Прибираємо сірий фон/тінь навколо заокругленого фото */
.t-slds__bgimg.js-product-img,
.t-store__card__bgimg.js-product-img,
.t-store__card__bgimg,
.t-store__card__bgimg_second,
.t-store__card__bgimg_hover {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Білий фон контейнера навколо фото */
.t-slds__item,
.t-slds__wrapper,
.t-store__card__wrap {
    background-color: #ffffff !important;
    box-shadow: none !important;
}

/* Галерея товару — без додаткових бокових відступів */
.t-store__prod-snippet__container .t-slds {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Велике фото товару — по ширині меню */
.t-store__prod-snippet__container .t-slds__bgimg.js-product-img {
    width: calc(100% - 40px) !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    box-sizing: border-box !important;
}

/* =========================================
   ВІДСТУП ПІД ФІКСОВАНЕ МЕНЮ
   На всіх сторінках, КРІМ головної
   ========================================= */

body:not(:has(#rec3838822803)) #allrecords {
    padding-top: 80px !important;
}


