@media (max-width: 575px) {
    .js-store-product {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .buy-btn {
        margin-right: 0!important;
    }
}
:root {
    --accent: #75f770;
}
.t-store__card__price_old {
    margin-left: 15px;
}
.t-store__card__price-currency::before {
    display: none!important;
}
.t-store__card__wrap_all {
    border-radius: 10px;
}
.more-btn {
    background: #838383!important;
}
.accent {
    color: #8b70f7;
}
.cstm-cont {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 25px 0 50px 0;
}
.cstm-title {
    padding: 35px 0 15px 0;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase!important;
}
.cstm-cont p {
    padding: 10px;
    text-align: justify;
}
.cstm-cont .img {
    margin: 10px auto;
    border-radius: 10px;
}
.cat-btn {
    display: block;
    width: 100%!important;
    color: #fff!important;
    font-weight: 600;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    border-radius: 15px;
    border: none;
    text-decoration: none!important;
    text-transform: uppercase!important;
    background-color: #8b70f7;
    box-shadow: rgb(190 152 252 / 25%) 0px 10px 20px, rgb(214 152 252 / 32%) 0px 6px 6px;
}
.cstm-list {
    list-style: none;
}
.cstm-marker {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    background-color: var(--accent);
}
.reviews {
    width: 100%;
    height: 400px;
    padding-top: 25px;
}

.reviews .item {
    background: #f9f9f9;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.reviews .photo {
    position: relative;
    padding-bottom: 15px;
}

.reviews .photo img {
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
}

.reviews .item .info {
    position: relative;
    min-height: 72px;
    background: url("../images/qoute-icon.png") 100% 50% no-repeat;
    margin: 20px 30px 15px;
    padding: 12px 0 0 90px;
}

.reviews .item .info img {
    position: absolute;
    left: 0;
    width: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews .item .info p {
    font-size: 17px;
}

.reviews .item .txt {
    font-size: 20px;
    line-height: 30px;
    padding: 0 30px 20px;
    text-align: center;
}
.t-item {
    margin: 15px;
}
#rec834010695 input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 input::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 input:-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 input:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 textarea:-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}
#rec833977370 .t-menu__link-item {
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  #rec833977370 .t-menu__link-item,
  #rec833977370 .t-menu__link-item.t-active {
    opacity: 1 !important;
  }
}
/* Стилі для попапу */
.popup {
  display: none; /* Сховати попап за замовчуванням */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Підкладка з затемненням */
  z-index: 1000;
}

.popup-content {
  position: relative;
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.close-btn:hover {
  color: red;
}

.popup-btn {
  padding: 10px 20px;
  background-color: #e53935;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.popup-btn:hover {
  background-color: #c62828;
}
#rec833977370 .t-store__card .t-typography__title {
  font-size: 22px;
  font-weight: 700;
}

#rec833977370 .t-store__relevants__title {
  font-size: 22px;
  font-weight: 700;
}

#rec833977370 .t-store__card .t-typography__descr {
  font-size: 18px;
}

#rec833977370 .t-store__card .t-store__card__price {
  font-size: 20px;
  color: #f01010;
  font-weight: 800;
}

#rec833977370 .t-store__card .t-store__card__price_old {
  font-size: 20px;
  color: #2e2e2e;
  font-weight: 800;
}

#rec833977370 .t-popup .t-typography__title {
  font-weight: 700;
}

#rec833977370 .t-popup .t-store__prod-popup__price {
  color: #f01010;
  font-weight: 800;
}

#rec833977370 .t-popup .t-store__prod-popup__price_old {
  color: #2e2e2e;
  font-weight: 800;
}

#rec833977370 .t-store__pagination__item {
  font-size: 18px;
}

#rec833977370 .t-slds__bullet_active .t-slds__bullet_body {
  background-color: #222 !important;
}

#rec833977370 .t-slds__bullet:hover .t-slds__bullet_body {
  background-color: #222 !important;
}

#rec833977370 .t-store__parts-switch-btn {
}

#rec833977370 .t-store__filter__item-title,
#rec833977370 .t-store__filter__opts-mob-btn {
}

@media screen and (min-width: 980px) {
  .t-records {
    opacity: 0;
  }

  .t-records_animated {
    -webkit-transition: opacity ease-in-out 0.2s;
    -moz-transition: opacity ease-in-out 0.2s;
    -o-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
  }

  .t-records.t-records_visible {
    opacity: 1;
  }
}
.t-section__descr {
  max-width: 560px;
}

#rec834011527 .t-section__title {
  margin-bottom: 105px;
}

#rec834011527 .t-section__descr {
}

@media screen and (max-width: 960px) {
  #rec834011527 .t-section__title {
    margin-bottom: 45px;
  }
}
.t680__container_indent {
    padding: 0 40px 0 40px;
    box-sizing: border-box
}

.t680__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    font-size: 0
}

.t680__row_indent-10px {
    padding: 0 10px 10px 10px
}

.t680__row_indent-20px {
    padding: 0 20px 20px 20px
}

.t680__row_indent-40px {
    padding: 0 40px 40px 40px
}

.t680__row_indent-10px:first-child {
    padding-top: 10px
}

.t680__row_indent-20px:first-child {
    padding-top: 20px
}

.t680__row_indent-40px:first-child {
    padding-top: 40px
}

.t680_no-bottom-indent .t680__row:last-child {
    padding-bottom: 0px!important
}

.t-container .t680__row {
    padding-right: 20px;
    padding-left: 20px
}

.t680__container_indent .t680__row {
    padding-right: 0px!important;
    padding-left: 0px!important
}

.t680__tile {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    font-size: 0
}

.t680__tile_big-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.t680__tile_100 {
    width: 100%
}

.t680__bgimg_wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box
}

.t680__bgimg_wrapper_100 {
    width: 100%;
    padding: 0px!important
}

.t680__bgimg_wrapper_100 .t680__bgimg {
    padding-bottom: 65%!important
}

.t680__bgimg_lg {
    flex: 1
}

.t680__bgimg_sm,.t680__bgimg_50 {
    padding-bottom: 100%
}

.t680__tile_100 .t680__bgimg {
    padding-bottom: 65%
}

.t680__gap {
    width: 100%
}

.t680__row_indent-10px .t680__gap {
    height: 10px
}

.t680__row_indent-10px .t680__tile_left,.t680__row_indent-10px .t680__bgimg_wrapper_left {
    padding-right: 5px
}

.t680__row_indent-10px .t680__tile_right,.t680__row_indent-10px .t680__bgimg_wrapper_right {
    padding-left: 5px
}

.t680__row_indent-20px .t680__gap {
    height: 20px
}

.t680__row_indent-20px .t680__tile_left,.t680__row_indent-20px .t680__bgimg_wrapper_left {
    padding-right: 10px
}

.t680__row_indent-20px .t680__tile_right,.t680__row_indent-20px .t680__bgimg_wrapper_right {
    padding-left: 10px
}

.t680__row_indent-40px .t680__gap {
    height: 40px
}

.t680__row_indent-40px .t680__tile_left,.t680__row_indent-40px .t680__bgimg_wrapper_left {
    padding-right: 20px
}

.t680__row_indent-40px .t680__tile_right,.t680__row_indent-40px .t680__bgimg_wrapper_right {
    padding-left: 20px
}

@media screen and (max-width: 1200px) {
    .t-container .t680__row {
        padding-right:10px;
        padding-left: 10px
    }
}

@media screen and (max-width: 960px) {
    .t680__container_indent,.t-container .t680__row {
        padding-right:20px;
        padding-left: 20px
    }

    .t680__row {
        display: block
    }

    .t680__row_indent-20px {
        padding: 0 10px 10px 10px
    }

    .t680__row_indent-40px {
        padding: 0 20px 20px 20px
    }

    .t680__row_indent-20px:first-child {
        padding-top: 10px
    }

    .t680__row_indent-40px:first-child {
        padding-top: 20px
    }

    .t680__tile {
        display: block;
        width: 100%;
        padding-right: 0px!important;
        padding-left: 0px!important
    }

    .t680__row_indent-10px .t680__top,.t680__row_indent-20px .t680__top {
        padding-bottom: 10px
    }

    .t680__row_indent-40px .t680__top {
        padding-bottom: 20px
    }

    .t680__bgimg_lg {
        padding-bottom: 100%
    }

    .t680__row_indent-20px .t680__gap {
        height: 10px
    }

    .t680__row_indent-20px .t680__tile_left,.t680__row_indent-20px .t680__bgimg_wrapper_left {
        padding-right: 5px
    }

    .t680__row_indent-20px .t680__tile_right,.t680__row_indent-20px .t680__bgimg_wrapper_right {
        padding-left: 5px
    }

    .t680__row_indent-40px .t680__gap {
        height: 20px
    }

    .t680__row_indent-40px .t680__tile_left,.t680__row_indent-40px .t680__bgimg_wrapper_left {
        padding-right: 10px
    }

    .t680__row_indent-40px .t680__tile_right,.t680__row_indent-40px .t680__bgimg_wrapper_right {
        padding-left: 10px
    }
}
/* ===== ACCESSIBILITY: BIGGER TEXT FOR MOBILE ===== */

.description,
.product-description,
.desc,
.text,
p {
    font-size: 17px;
    line-height: 1.6;
    color: #222;
}

/* Заголовки всередині опису */
.description b,
.product-description b {
    font-size: 18px;
    display: block;
    margin-top: 14px;
    margin-bottom: 6px;
}

/* Заголовки типу "Для чого використовують", "Переваги" */
h2, h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 22px;
    margin-bottom: 12px;
}

/* Кнопки */
button,
.btn,
.order-btn {
    font-size: 18px;
    padding: 14px 18px;
}

/* ===== END ACCESSIBILITY ===== */
/* ===== TILDA STORE – BIGGER TEXT FOR 45+ ===== */

.t-typography__descr,
.t-store__card__descr,
.t-store__prod-popup__descr,
.t-section__descr,
.t-store__description,
.t-store__prod-popup__text {
    font-size: 18px !important;
    line-height: 1.65 !important;
}

/* Заголовки в описах */
.t-typography__title,
.t-store__card__title,
.t-store__prod-popup__title {
    font-size: 22px !important;
    line-height: 1.3 !important;
}

/* Списки */
.t-store__description li {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 6px;
}
/* ===== ACCESSIBILITY: EXTRA LARGE TEXT (55+) ===== */

/* Основний текст */
.t-typography__descr,
.t-store__card__descr,
.t-store__prod-popup__descr,
.t-section__descr,
.t-store__description,
.t-store__prod-popup__text,
p {
    font-size: 20px !important;
    line-height: 1.7 !important;
    color: #1f1f1f;
}

/* Заголовки всередині описів */
.t-typography__title,
.t-store__card__title,
.t-store__prod-popup__title,
h2, h3 {
    font-size: 25px !important;
    line-height: 1.35 !important;
    margin-top: 26px;
    margin-bottom: 14px;
}

/* Жирні підзаголовки типу "Переваги", "Для чого використовують" */
.t-store__description b,
.t-typography__descr b {
    font-size: 21px !important;
    display: block;
    margin-top: 18px;
    margin-bottom: 8px;
}

/* Кнопки */
button,
.btn,
.order-btn {
    font-size: 20px !important;
    padding: 16px 22px !important;
}

/* ===== END EXTRA LARGE ===== */
/* ===== EXTRA READABILITY FOR 60+ ===== */

/* Загальний текст – більше повітря */
.t-typography__descr,
.t-store__card__descr,
.t-store__prod-popup__descr,
.t-section__descr,
.t-store__description,
.t-store__prod-popup__text,
p {
    line-height: 1.85 !important;
}

/* Списки типу "Для чого використовують", "Переваги" */
.t-store__description br {
    display: block;
    content: "";
    margin-bottom: 14px;
}

/* Кожен пункт виглядає як окремий рядок */
.t-store__description {
    padding-right: 4px;
}

/* Підзаголовки */
.t-store__description b,
.t-typography__descr b {
    margin-top: 22px !important;
    margin-bottom: 12px !important;
}

/* Відступи перед блоками вибору */
.t-store__options,
.t-store__product__option {
    margin-top: 28px !important;
}
.hero-modern-full {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("images/main111.png") center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0 8%;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.2)
    );
}

.hero-content {
    position: relative;
    max-width: 720px;
    z-index: 2;
}

.hero-main-title {
    font-size: 42px;
    line-height: 1.2;
    margin: 20px 0;
}

.hero-descr {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.hero-list-minimal {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero-btn-new {
    display: inline-block;
    padding: 16px 28px;
    font-size: 18px;
    background: #e53935;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}
/* ===== HERO FULLSCREEN WITH IMG ===== */

.hero-full {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Шар з картинкою */
.hero-image-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Затемнення для читабельності */
.hero-full::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

/* Контент */
.hero-content-layer {
    position: relative;
    z-index: 3;
    max-width: 720px;
    padding: 0 8%;
    color: #fff;
}

/* ===== END HERO ===== */
/* ===== HERO IMAGE FULL WIDTH (MOBILE FIX) ===== */

/* Контейнер з фото */
.hero-img-container {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* Сама картинка */
.hero-main-img {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    display: block;
}

/* Прибираємо обмеження колонок Tilda */
.hero-image-side {
    padding: 0 !important;
}

/* ===== END FIX ===== */
.hero-fullscreen {
    position: relative;
    width: 100%;
    height: 75vh;        /* ⬅️ було 100vh */
    min-height: 520px;  /* захист від занадто малого екрану */
    max-height: 720px;  /* ⬅️ ключовий момент */
    overflow: hidden;
}


.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom; /* ⬅️ важливо */
}


.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* без спотворень */
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
    color: #000;
}

.hero-content h1 {
    font-size: 36px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .hero-fullscreen {
        height: 65vh;
        min-height: 480px;
    }

    .hero-content {
        padding: 40px 16px;
    }
}
/* === HERO IMAGE HARD FIX === */

.hero-image-side {
    width: 100%;
}

.hero-image-side img {
    width: 100%;
    max-height: 320px;   /* ⬅️ КЛЮЧ */
    height: auto;
    object-fit: contain;
    display: block;
}

@media (min-width: 769px) {
    .hero-image-side img {
        max-height: 460px;
    }
}
/* === HERO BACKGROUND FIX (FINAL) === */

.hero-bg {
    width: 100%;
    height: 360px;
    background-image: url("/images/main111.PNG"); /* ⬅️ перевір імʼя */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}


@media (min-width: 769px) {
    .hero-bg {
        height: 520px;          /* десктоп */
    }
}
/* ===== HERO IMAGE CONNECTION (FINAL) ===== */

.hero-bg {
    width: 100%;
    height: 360px;
    background-image: url("/images/main111.PNG"); /* ← ОЦЕ Є ПОСИЛАННЯ НА ФОТО */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/* Десктоп */
@media (min-width: 769px) {
    .hero-bg {
        height: 520px;
    }
}
.product-short-desc{
    font-size:13px;
    line-height:1.4;
    color:#333;
    padding:10px 12px 0;
    text-align:left;
}
.product-short-desc b{
    color:#111;
}
/* ===== FIX КАТАЛОГУ (МОБІЛКА) ===== */

@media (max-width: 480px) {

    /* СІТКА */
    #rec833977370 > div > div.t-store.js-store > div {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    /* КАРТКИ */
    #rec833977370 > div > div.t-store.js-store > div > div {
        width: 100% !important;
        min-width: 0;
        margin: 0 !important;
    }

    /* ВИСОТА */
    #rec833977370 .t-store__card__wrap_txt-and-btns {
        height: auto !important;
    }

    /* НАЗВА */
    #rec833977370 .t-store__card__title {
        width: 100% !important;
        min-height: 80px;
        padding: 0 10px;
        font-size: 16px !important;
        line-height: 1.3;
        text-align: center;
        box-sizing: border-box;
    }

    /* ЦІНА */
    #rec833977370 .t-store__card__price-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* БЛОК ВИБОРУ */
    .quick-order-box {
        width: 100%;
        margin: 12px 6px 0;
        padding: 10px;
        border-radius: 14px;
        box-sizing: border-box;
    }

    /* СЕЛЕКТИ */
    .quick-order-select {
        width: 100%;
        max-width: 100%;
        height: 46px;
        font-size: 14px;
        box-sizing: border-box;
    }

    /* КНОПКИ */
    .quick-card__actions {
        margin: 12px 6px 0;
        gap: 8px;
    }

    .quick-card__actions .t-store__card__btn {
        width: 100%;
        font-size: 12px !important;
        padding: 10px !important;
    }
}
/* === РІВНІ КАРТКИ В КАТАЛОЗІ === */

#rec833977370 .quick-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#rec833977370 .quick-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#rec833977370 .product-short-desc {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#rec833977370 .t-store__card__wrap_txt-and-btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: auto !important;
}

#rec833977370 .store__card__wrap_txt-and-opts {
    margin-bottom: 12px;
}

#rec833977370 .quick-order-box {
    margin-top: auto;
}

#rec833977370 .quick-card__actions {
    margin-top: 14px;
}
@media (max-width: 480px) {
    #rec833977370 .product-short-desc {
        min-height: 220px;
    }
}
.review-photo {
    margin: 18px 0 12px;
    text-align: center;
}

.review-photo img {
    width: 100%;
    max-width: 260px;
    border-radius: 14px;
    display: inline-block;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

@media screen and (max-width: 480px) {
    .review-photo img {
        max-width: 100%;
        border-radius: 12px;
    }
}