.ocf-theme-light-block .ocf-search-btn-static, .ocf-theme-light-block .ocf-search-btn-popover, .ocf-theme-light-block .ocf-search-btn-static.ocf-disabled, .ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled, .ocf-noUi-connect:before, .ocf-noUi-handle {background-color:rgb(0, 188, 232) !important;}
:root {--ds-primary-color:rgb(0, 188, 232);}
:root {--ds-body-bg-light-color:rgb(248, 251, 253);}
:root {--ds-links-color:rgb(0, 168, 232);}
.light-theme .ds-header {background:rgb(255, 255, 255);}
.ds-dropdown-links .blue-link, .ds-switcher button {color:rgb(0, 168, 232);}
.ds-dropdown-links .blue-link:hover {color:rgb(0, 168, 232);}
:root {--ds-footer-bg-light-color:rgb(255, 255, 255);}
.light-theme .ds-footer-subscribe-text, .light-theme .ds-footer-item .secondary-text, .light-theme .ds-footer-socials .secondary-text {color:rgb(0, 52, 89);}
.ds-footer .blue-link {color:rgb(0, 168, 232);}
.ds-footer .blue-link:hover {color:rgb(0, 168, 232);}
.light-theme .ds-footer-links li a, .light-theme ul.ds-footer-item li a {color:rgb(0, 52, 89);}
.ds-footer-links li a:hover, ul.ds-footer-item li a:hover {color:rgb(0, 168, 232);}
.light-theme .ds-footer-item-title {color:rgb(0, 23, 31);}
.light-theme .ds-footer-item-title svg path {fill:rgb(0, 23, 31);}
:root {--ds-interactive-color:rgb(82, 187, 56);}
.ds-price-new.red-text {color:rgb(213, 56, 61);}
/* Неизменяемая часть CSS */
@media (min-width: 1200px) {
  .ds-subcategories-title.fsz-10,
  .ds-column-categories-item {
    font-size: 14px !important;
  }
  
  #logo {
  	margin-block: -5px;
    max-width: 154px;
  }
}

@media only screen and (min-width: 768px){
  .ds-subcategories.row.mb-3.g-2 {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
    .ds-menu-catalog.ds-menu-main-catalog.with-slideshow {
        max-width: 300px;
        max-height: 555px;
    }
}

@media (min-width: 1400px) {
    .ds-menu-catalog.ds-menu-main-catalog.with-slideshow {
        max-width: 330px;
    }
}

@media (min-width: 1600px) {
    .ds-menu-catalog.ds-menu-main-catalog.with-slideshow {
        max-width: 360px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .ds-subcategories-item {
        max-width: 16.5%;
    }
}

.ds-product-reviews-rating { display: none!important; }

.content-block ol, .content-block ul {
    padding-left: 1.5rem;
}

.ds-menu-maincategories-desktop-box .ds-menu-maincategories-dropdown-narrow.ds-menu-maincategories-dropdown-blog {
    width: 250px;
}

.ds-blog-post a:not(:hover) {
	color: var(--ds-links-color);
	text-decoration: underline;
}

#customer_address_fields .dropdown-menu {
	font-size: 14px;
  	padding-inline: 15px;
  	z-index: 1021;
}

#customer_address_fields .dropdown-menu li a {
    display: inline-block;
	padding-block: 3px;
}

/* Стили для виджета продуктов */
.product-widget-wrapper {
    position: relative;
    max-width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.product-widget-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-widget-container::-webkit-scrollbar { 
    width: 0;
    height: 0;
}

.product-widget {
    flex: 0 0 19%;
    min-width: 150px;
    border: 1px solid #e0e0e0;
    padding: 15px 10px;
    margin: 0 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.product-image-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-title {
    font-size: 12px;
    margin: 10px 0 5px 0;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.details-button {
    background-color: #39b130;
    color: white !important;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    transition: background-color 0.3s;
    margin-top: auto;
    text-decoration: none !important;
    display: inline-block;
}

.details-button:hover {
    background-color: #2d8c26;
}

.scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    z-index: 10;
}

.scroll-button:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #555;
}

.scroll-button.left {
    left: 5px;
}

.scroll-button.right {
    right: 5px;
}

#rm-product-reviews_cat-reviews .ds-last-reviews-item-text.secondary-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Обновленные медиа-запросы для мобильных устройств */
@media screen and (max-width: 768px) {
    .product-widget {
        flex: 0 0 45%;
        min-width: 140px;
        padding: 8px 5px;
        margin: 0 2px;
    }
    
    .product-widget-container {
        padding-right: 5px;
    }
    
    .product-image-container {
        padding-bottom: 100%;
    }
    
    .product-image {
        object-fit: contain;
        padding: 5px;
    }
    
    .product-title {
        font-size: 10px;
        height: 30px;
        margin: 5px 0 3px 0;
        -webkit-line-clamp: 2;
    }
    
    .details-button {
        font-size: 14px;
        padding: 8px 12px;
        width: 100%;
        max-width: 150px;
        margin: 5px auto 0;
    }
    
    .scroll-button {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .product-widget {
        flex: 0 0 60%;
        min-width: 120px;
    }
    
    .product-title {
        font-size: 9px;
        height: 26px;
    }
    
    .details-button {
        font-size: 12px;
        padding: 6px 10px;
    }
}

.ds-blog-post-photo {
    text-align: center;
}

/* Отступы после заголовков */
.content-block h2,
.content-block h3,
.content-block h4 {
    margin-bottom: 12px !important;
}

.ds-footer-links li a {
    text-decoration: none;
}

/* Улучшенные стили для таблиц на сайте */
.content-block table {
    width: 100%;
    margin: 25px auto;
    border-collapse: collapse;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    background: #ffffff;
    border: 2px solid #e0e0e0;
}

.content-block table td,
.content-block table th {
    padding: 15px 20px;
    border: 1.5px solid #d0d0d0;
}

.content-block table tr:nth-child(even) {
    background-color: #f0f0f0;
}

.content-block table tr:nth-child(odd) {
    background-color: #ffffff;
}

.content-block table tr:hover {
    background-color: #e8f4fc;
    transition: background-color 0.2s ease;
}

/* Адаптация для мобильных устройств */
@media screen and (max-width: 768px) {
    .content-block table td,
    .content-block table th {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .content-block table {
        margin: 20px auto;
        box-shadow: 0 1px 6px rgba(0,0,0,0.12);
    }
}

.flex-fix-product {
  display: flex;
  flex-direction: column;
}

.flex-fix-product .ffix-pv-main,
.flex-fix-product .ffix-pv-heading {
  order: 9;
}

.ocf-category-page-list a,
p.ds-product-tags a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid;
  padding: 3px 7px;
  border-radius: 7px;
  border-color: var(--ds-primary-color);
  color: var(--ds-primary-color);
  margin-right: 5px;
}

.rev-for-prd { font-weight: 700;}

#category-bottom.is-ocfilter-posad {
    display: flex;
    flex-direction: column;
}

#category-bottom.is-ocfilter-posad .ocf-page-list-bottom,
#category-bottom.is-ocfilter-posad .ds-category-description {
	order: 9;
  	margin-top: 0;
}

/* стилі блогу */

.content-box {
  background-color: #f0f4f2;
  border-radius: 8px;
  border: 1px solid #d0e1f9;
  margin: 20px 0;
  padding: 20px;
}

.content-title {
  font-size: 18px;
}

.content-list a {
  color: #2c5282;
  text-decoration: none !important;
  font-size: 16px;
}

.rev-for-prd span.for-prd {
    margin-right: 5px;
    font-size: 12px;
}

.rev-for-prd span.prd-name {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid;
    padding: 3px 7px;
    border-radius: 7px;
    border-color: var(--ds-primary-color);
    color: var(--ds-primary-color);
    font-weight: normal;
    margin-bottom: 5px;
}

/* Стилі для всіх div з inline фоном в нічному режимі */
html.dark-theme div[style*="background-color:"],
html.dark-theme div[style*="background:"] {
  background: #2d3748 !important;
  border-color: #4a5568 !important;
}

/* Текст в цих блоках */
html.dark-theme div[style*="background-color:"] *,
html.dark-theme div[style*="background:"] * {
  color: #ffffff !important;
}

/* ===== FAQ СТИЛІ - ФІНАЛЬНА ВЕРСІЯ БЕЗ ДУБЛІКАТІВ ===== */

/* Скидаємо ВСІ стилі модуля FAQ */
.sp-seo-faq,
.sp-seo-faq *,
.sp-seo-faq .faq,
.sp-seo-faq .faq *,
.sp-seo-faq .faq-question,
.sp-seo-faq .faq-question *,
.sp-seo-faq .faq-link,
.sp-seo-faq .faq-text,
.sp-seo-faq .faq-text *,
.sp-seo-faq .faq-title {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Основний контейнер FAQ */
.sp-seo-faq {
    background: #f8f9fa !important;
    border-radius: 8px !important;
    padding: 25px !important;
    margin: 30px 0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

/* Заголовок FAQ */
.sp-seo-faq .faq-title {
    color: #2c3e50 !important;
    font-size: 24px !important;
    margin-bottom: 25px !important;
    text-align: center !important;
    border-bottom: 3px solid #3498db !important;
    padding-bottom: 15px !important;
    background: transparent !important;
}

/* Список питань */
.sp-seo-faq .faq ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Кожне питання (елемент списку) */
.sp-seo-faq .faq-question {
    background: #ffffff !important;
    border: 1px solid #e1e8ed !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

/* Ефект при наведенні на питання */
.sp-seo-faq .faq-question:hover {
    border-color: #3498db !important;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* Саме питання (кнопка) */
.sp-seo-faq .faq-link {
    display: block !important;
    padding: 18px 25px !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border: none !important;
    text-align: left !important;
    width: 100% !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    border-radius: 8px 8px 0 0 !important;
    box-sizing: border-box !important;
}

/* Ефект при наведенні на питання */
.sp-seo-faq .faq-link:hover {
    background: #f1f8ff !important;
    color: #3498db !important;
}

/* Іконка стрілки для питань */
.sp-seo-faq .faq-link::after {
    content: "▼" !important;
    position: absolute !important;
    right: 25px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 14px !important;
    color: #7f8c8d !important;
    transition: transform 0.3s ease !important;
}

/* Контейнер відповіді */
.sp-seo-faq .faq-text {
    background: #f8f9fa !important;
    border-top: 1px solid #e1e8ed !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 0 0 8px 8px !important;
    margin-top: -1px !important;
}

/* Текст відповіді */
.sp-seo-faq .faq-text div[itemprop="text"] {
    padding: 20px 25px !important;
    color: #34495e !important;
    line-height: 1.7 !important;
    font-size: 15px !important;
    background: #f8f9fa !important;
    margin: 0 !important;
    white-space: normal !important;
}

/* Абзаци в відповідях FAQ */
.sp-seo-faq .faq-text div[itemprop="text"] p {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    line-height: 1.6 !important;
}

.sp-seo-faq .faq-text div[itemprop="text"] p:last-child {
    margin-bottom: 0 !important;
}

/* Переноси рядків в відповідях */
.sp-seo-faq .faq-text div[itemprop="text"] br {
    display: block !important;
    margin: 8px 0 !important;
    content: "" !important;
}

/* Списки в відповідях FAQ - КОМПАКТНА ВЕРСІЯ */
.sp-seo-faq .faq-text ul {
    margin: 8px 0 !important;
    padding-left: 18px !important;
    list-style-type: disc !important;
    display: block !important;
}

.sp-seo-faq .faq-text ul li {
    margin: 2px 0 !important;
    padding: 2px 0 !important;
    line-height: 1.4 !important;
    display: list-item !important;
    list-style-type: disc !important;
}

/* HTML теги в відповідях FAQ */
.sp-seo-faq .faq-text div[itemprop="text"] strong {
    font-weight: bold !important;
    color: #2c3e50 !important;
}

.sp-seo-faq .faq-text div[itemprop="text"] em {
    font-style: italic !important;
    color: #7f8c8d !important;
}

.sp-seo-faq .faq-text div[itemprop="text"] b {
    font-weight: bold !important;
}

.sp-seo-faq .faq-text div[itemprop="text"] i {
    font-style: italic !important;
}

/* Посилання в відповідях */
.sp-seo-faq .faq-text a {
    color: #3498db !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.3s ease !important;
}

.sp-seo-faq .faq-text a:hover {
    border-bottom-color: #3498db !important;
}

/* Якщо відповідь прихована - питання має нижні закруглення */
.sp-seo-faq .faq-question .faq-text[style*="display: none"] ~ .faq-link,
.sp-seo-faq .faq-question .faq-text[style*="display:none"] ~ .faq-link {
    border-radius: 8px !important;
}

/* ===== МОБІЛЬНА АДАПТАЦІЯ ===== */

@media screen and (max-width: 768px) {
    .sp-seo-faq {
        padding: 20px 15px !important;
        margin: 20px 0 !important;
        border-radius: 8px !important;
    }
    
    .sp-seo-faq .faq-title {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .sp-seo-faq .faq-question {
        margin-bottom: 12px !important;
        border-radius: 6px !important;
    }
    
    .sp-seo-faq .faq-link {
        padding: 15px 20px !important;
        font-size: 15px !important;
        border-radius: 6px 6px 0 0 !important;
    }
    
    .sp-seo-faq .faq-link::after {
        right: 20px !important;
        font-size: 12px !important;
    }
    
    .sp-seo-faq .faq-text {
        border-radius: 0 0 6px 6px !important;
    }
    
    .sp-seo-faq .faq-text div[itemprop="text"] {
        padding: 15px 20px !important;
        font-size: 14px !important;
        white-space: pre-line !important;
    }
    
    .sp-seo-faq .faq-text div[itemprop="text"] p {
        margin: 0 0 10px 0 !important;
    }
    
    .sp-seo-faq .faq-question .faq-text[style*="display: none"] ~ .faq-link,
    .sp-seo-faq .faq-question .faq-text[style*="display:none"] ~ .faq-link {
        border-radius: 6px !important;
    }
}

@media screen and (max-width: 480px) {
    .sp-seo-faq .faq-link {
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
    
    .sp-seo-faq .faq-text div[itemprop="text"] {
        padding: 12px 15px !important;
        font-size: 13px !important;
        white-space: pre-line !important;
    }
    
    .sp-seo-faq .faq-text div[itemprop="text"] p {
        margin: 0 0 8px 0 !important;
    }
}

/* ===== ТЕМНА ТЕМА ===== */

html.dark-theme .sp-seo-faq {
    background: #2d3748 !important;
}

html.dark-theme .sp-seo-faq .faq-title {
    color: #ffffff !important;
    border-bottom-color: #4299e1 !important;
}

html.dark-theme .sp-seo-faq .faq-question {
    background: #1a202c !important;
    border-color: #4a5568 !important;
}

html.dark-theme .sp-seo-faq .faq-link {
    background: #1a202c !important;
    color: #ffffff !important;
}

html.dark-theme .sp-seo-faq .faq-link:hover {
    background: #2d3748 !important;
    color: #4299e1 !important;
}

html.dark-theme .sp-seo-faq .faq-text {
    background: #2d3748 !important;
    border-top-color: #4a5568 !important;
}

html.dark-theme .sp-seo-faq .faq-text div[itemprop="text"] {
    background: #2d3748 !important;
    color: #e2e8f0 !important;
}

html.dark-theme .sp-seo-faq .faq-text div[itemprop="text"] p {
    color: #e2e8f0 !important;
}

html.dark-theme .sp-seo-faq .faq-text div[itemprop="text"] strong {
    color: #ffffff !important;
}

html.dark-theme .sp-seo-faq .faq-text div[itemprop="text"] em {
    color: #a0aec0 !important;
}

/* ЕКСТРЕНЕ ВИПРАВЛЕННЯ СПИСКІВ FAQ */
.sp-seo-faq .faq-text ul li,
.sp-seo-faq .faq-text div[itemprop="text"] ul li,
.sp-seo-faq ul li,
.sp-seo-faq li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    margin-bottom: 1px !important;
}

.sp-seo-faq .faq-text ul,
.sp-seo-faq .faq-text div[itemprop="text"] ul,
.sp-seo-faq ul {
    margin: 5px 0 !important;
    padding-left: 15px !important;
    line-height: 1.2 !important;
}

/* ІДЕАЛЬНИЙ БАЛАНС ДЛЯ FAQ */
.sp-seo-faq .faq-text div[itemprop="text"] {
    white-space: normal !important; /* Залишаємо normal */
    padding: 20px 25px !important;
    color: #34495e !important;
    line-height: 1.6 !important; /* Збільшили для кращої читабельності */
    font-size: 15px !important;
    background: #f8f9fa !important;
    margin: 0 !important;
}

/* Додаємо КОНТРОЛЬОВАНІ відступи між абзацами */
.sp-seo-faq .faq-text div[itemprop="text"] p {
    margin: 0 0 12px 0 !important;
}

/* Відступ після списку */
.sp-seo-faq ul {
    margin: 5px 0 12px 0 !important;
    padding-left: 15px !important;
}

/* ПРИБИРАЄМО ГАЛОЧКИ ТІЛЬКИ З FAQ ВІДПОВІДЕЙ */
.sp-seo-faq .faq-text li::before,
.sp-seo-faq .faq-text ul li::before {
    content: none !important;
    display: none !important;
}

/* ВИПРАВЛЕННЯ ПЕРЕНОСІВ РЯДКІВ У FAQ */
.sp-seo-faq .faq-text div[itemprop="text"] {
    white-space: pre-line !important; /* Зберігає переноси рядків з адмінки */
}

/* Для мобільних пристроїв також */
@media screen and (max-width: 768px) {
    .sp-seo-faq .faq-text div[itemprop="text"] {
        white-space: pre-line !important;
    }
}

@media screen and (max-width: 480px) {
    .sp-seo-faq .faq-text div[itemprop="text"] {
        white-space: pre-line !important;
    }
}

/* Відступи між опціями товару */
.form-group + .form-group {
    margin-top: 25px !important;
}

/* Додатковий відступ для чекбоксів */
.form-checkbox-group {
    margin-top: 25px !important;
}


/* CSS для повного відображення банера без обрізання тексту */

/* Тільки для мобільних пристроїв */
@media screen and (max-width: 768px) {
    
    /* Основний контейнер банера */
    #banner0.swiper-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        overflow: hidden !important;
        position: relative !important;
    }
    
    /* Swiper wrapper */
    #banner0 .swiper-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Swiper slide */
    #banner0 .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    /* Саме зображення банера */
    #banner0 img.d-block.mx-auto {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 60px !important;
        max-height: 120px !important;
        object-fit: contain !important; /* Показує весь банер без обрізання */
        object-position: center !important;
        display: block !important;
        background: #f8f9fa !important; /* Світлий фон під банером */
    }
    
    /* Прибираємо відступи у content-block тільки для банера */
    .content-block #banner0 {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !important;
    }
    
    /* Додаткова безпека для всіх банерів у content-block */
    .content-block .swiper-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    .content-block .swiper-container img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 60px !important;
        max-height: 120px !important;
        object-fit: contain !important;
        object-position: center !important;
        background: #f8f9fa !important;
    }
}

/* Для дуже маленьких екранів (телефони) */
@media screen and (max-width: 480px) {
    #banner0 img.d-block.mx-auto,
    .content-block .swiper-container img {
        min-height: 50px !important;
        max-height: 90px !important;
    }
    
    /* Менші відступи для маленьких екранів */
    .content-block #banner0 {
        margin-left: -10px !important;
        margin-right: -10px !important;
        width: calc(100% + 20px) !important;
        max-width: calc(100% + 20px) !important;
    }
}

/* Для середніх мобільних екранів */
@media screen and (min-width: 481px) and (max-width: 768px) {
    #banner0 img.d-block.mx-auto,
    .content-block .swiper-container img {
        min-height: 70px !important;
        max-height: 140px !important;
    }
}

/* === БЛОК ВАЖЛИВИХ ХАРАКТЕРИСТИК (Початок) === */

.product-features-box {
    background: #f8f9fa;
    border-radius: 12px;
    border-top: 4px solid #2196f3;
    margin: 25px 0; /* 25px зверху і знизу, 0 з боків */
    padding: 20px;
    box-sizing: border-box; /* Щоб відступи не ламали ширину */
}

/* Адаптація для мобільних телефонів (менші відступи) */
@media screen and (max-width: 768px) {
    .product-features-box {
        padding: 15px;
        margin: 20px 0;
        border-radius: 8px;
    }
}

/* Підтримка Темної Теми (узгоджено з вашим існуючим кодом) */
html.dark-theme .product-features-box {
    background: #2d3748 !important; /* Темний фон, як у інших блоків */
    border-top-color: #4299e1; /* Світліший синій для контрасту */
    color: #ffffff; /* Білий текст */
    border-right: 1px solid #4a5568; /* Легкі рамки для виділення на темному */
    border-bottom: 1px solid #4a5568;
    border-left: 1px solid #4a5568;
}

/* === БЛОК ВАЖЛИВИХ ХАРАКТЕРИСТИК (Кінець) === */