    /* Заголовок секції */
    #rec901399657 .t-section__title {
        color: #ffffff;
        font-size: 32px;
        font-weight: 700;
        padding-bottom: 30px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Обгортка всього блоку відгуку */
    #rec901399657 .t728__wrapper {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        border-radius: 24px;
        overflow: hidden;
        background-color: #ffffff;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
        transition: transform 0.3s ease;
    }

    #rec901399657 .t728__wrapper:hover {
        transform: translateY(-4px);
    }

    /* Ліва колонка — фото */
    #rec901399657 .t728__imgcell {
        width: 45%;
        min-height: 300px;
        background-color: #f5f5f5;
    }

    #rec901399657 .t728__bgimg {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    /* Права колонка — текст */
    #rec901399657 .t728__textcell {
        width: 55%;
        display: flex;
        align-items: center;
        padding: 30px;
        box-sizing: border-box;
        background-color: #ffffff;
    }

    /* Вміст тексту */
    #rec901399657 .t728__textwrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #rec901399657 .t728__text {
        font-size: 16px;
        line-height: 1.7;
        color: #333333;
        margin-bottom: 15px;
    }

    #rec901399657 .t728__title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #5b0204;
    }

    /* Слайдер стрілки */
    .t-slds__arrow-withbg {
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 1) !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    /* Круглі навігаційні точки */
    .t-slds__bullet_body {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50%;
        background-color: #cfcfcf;
        transition: background-color 0.3s ease;
    }

    .t-slds__bullet_active .t-slds__bullet_body,
    .t-slds__bullet:hover .t-slds__bullet_body {
        background-color: #5b0204 !important;
    }

    /* Адаптивність */
    @media screen and (max-width: 768px) {
        #rec901399657 .t728__wrapper {
            flex-direction: column;
            border-radius: 20px;
        }

        #rec901399657 .t728__imgcell,
        #rec901399657 .t728__textcell {
            width: 100%;
        }

        #rec901399657 .t728__textcell {
            padding: 20px;
        }

        #rec901399657 .t728__text {
            font-size: 15px;
        }

        #rec901399657 .t728__title {
            font-size: 13px;
        }
    }
        #rec901399657 .t-slds__bullet_active .t-slds__bullet_body {
            background-color: #222 !important;
        }

        #rec901399657 .t-slds__bullet:hover .t-slds__bullet_body {
            background-color: #222 !important;
        }
        #rec901399657 .t728__text {
            font-size: 15px;
        }

        #rec901399657 .t728__title {
            color: #000000;
        }
        #rec901399657 .t728__wrapper {
            border-radius: 30px;
        overflow: hidden;
    }
    .t728__wrapper{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        background: #fff;
    }
    .sizes-cont {
        display: flex;
        gap: 8px;
        margin-top: 5px;
    }
    
    .size {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f9f9f9;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .color-cont {
        display: flex;
        gap: 8px;
        margin-top: 5px;
    }
    
    .color {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f9f9f9;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .custom-header {
      background-color: #fff;
      border-bottom: 1px solid #e0e0e0;
      position: sticky;
      top: 0;
      z-index: 999;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }
    
    .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 15px 0;
      overflow-x: auto;
    }
    
    .nav {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      white-space: nowrap;
    }
    
    .nav-link {
      color: #333;
      text-decoration: none;
      font-size: 17px;
      font-weight: 500;
      position: relative;
      padding: 5px;
      transition: color 0.3s ease;
    }
    
    .nav-link::after {
      content: "";
      display: block;
      height: 2px;
      background-color: #007bff;
      width: 0;
      transition: width 0.3s ease;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    
    .nav-link:hover {
      color: #007bff;
    }
    
    .nav-link:hover::after {
      width: 100%;
    }
    
    .burger {
      display: none;
      font-size: 24px;
      cursor: pointer;
      user-select: none;
    }
    
    .nav {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      white-space: nowrap;
      transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    
    /* мобільна версія */
    @media (max-width: 768px) {
      .nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px;
        background-color: #fff;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        pointer-events: none;
      }
    
      .nav.show {
        max-height: 500px; /* більше, ніж потрібно, головне не обмежити */
        opacity: 1;
        pointer-events: auto;
      }
    
      .nav-link {
        padding: 10px 0;
        width: 100%;
        font-size: 18px;
      }
    
      .burger {
        display: block;
        font-size: 28px;
        cursor: pointer;
        padding: 15px 10px;
      }
    
        .container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px 0;
        overflow-x: auto;
        }
    }
    
    .lumina-offer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      /*gap: 50px;*/
      max-width: 1200px;
      margin: 60px auto;
      padding: 0 20px;
    }
    
    .lumina-offer__text {
      flex: 1;
    }
    
    .lumina-offer__text h1 {
      font-size: 36px;
      font-weight: 700;
      color: #000;
      margin-bottom: 10px;
    }
    
    .lumina-subtitle {
      font-size: 20px;
      margin-bottom: 20px;
    }
    
    .lumina-old-price {
      font-size: 18px;
      color: #555;
    }
    
    .lumina-old-price s {
      color: #999;
    }
    
    .lumina-new-price {
      font-size: 20px;
      color: #f30000;
      font-weight: bold;
      margin: 10px 0;
    }
    
    .lumina-note {
      font-size: 14px;
      color: #777;
    }
    
    .lumina-offer__image {
      flex: 1;
      text-align: right;
    }
    
    .lumina-offer__image img {
      width: 100%;
      max-width: 450px;
      border-radius: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    
    /* 📱 Мобілка */
    @media screen and (max-width: 768px) {
      .lumina-offer {
        flex-direction: column;
        text-align: center;
      }
    
      .lumina-offer__image {
        text-align: center;
        margin-top: 20px;
      }
    
      .lumina-offer__text h1 {
        font-size: 28px;
      }
    
      .lumina-subtitle,
      .lumina-old-price,
      .lumina-new-price {
        font-size: 16px;
      }
    }
        #scrollToTopBtn {
        position: fixed;
        bottom: 40px;
        right: 40px;
        width: 45px;
        height: 50px;
        border: none;
        border-radius: 50%;
        background-color: #4b6cb7; /* градієнт нижче покращить */
        background-image: linear-gradient(45deg, #d1913c, #ffd194);
        color: white;
        font-size: 24px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
        z-index: 1000;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        
        #scrollToTopBtn.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        }
        
        #scrollToTopBtn:hover {
        background-image: linear-gradient(45deg, #5b7ee2, #203c82);
        transform: translateY(-4px);
        }
    