/* ==========================================================================
   Секція кнопки «Дізнатись ціну» та блоку доставки під серіями кольорів
   ========================================================================== */

.summary.entry-summary.entry-summary-items p.price {
    display: none !important;
}

.lime-product-actions-wrapper {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.lime-price-btn-box {
    margin-bottom: 25px;
}

.button.lime-ask-price-btn {
    font-size: 24px;
    text-transform: uppercase;
    padding: 12px 50px;
    border-radius: 4px;
}

.lime-delivery-info-box {
    /* display: inline-flex; */
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    border: 1px solid #efe8dd;
    border-radius: 4px;
    background-color: rgba(252, 248, 246, 1);
}

.lime-delivery-icon {
    display: flex;
    align-items: center;
}

.lime-delivery-text {
    font-size: 13px;
    color: #333333;
    line-height: 1.4;
}

.summary.entry-summary.entry-summary-items .product_meta>span {
    font-size: 16px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
    display: block;
    color: #333333;
}

.summary.entry-summary.entry-summary-items .product_meta>* {
    opacity: 1;
    font-weight: normal;
    color: #999999;
}

/* ==========================================================================
   Секція контактів (менеджер)
   ========================================================================== */

.lime-single-product-manager-wrapper {
    margin-top: 15px;
    padding: 20px;
    clear: both;
    display: block;
    width: 100%;
    border: 1px solid #efe8dd;
    border-radius: 4px;
}

/* ==========================================================================
   Секція опису товару (Заміна стандартних табів)
   ========================================================================== */

.lime-custom-tabs-replacement {
    margin-top: 50px;
    margin-bottom: 60px;
    clear: both;
    width: 100%;
}

/* Заголовок всієї секції */
.lime-custom-tabs-replacement .lime-details-main-title__wrapper {
    margin-bottom: 24px;
}

.lime-custom-tabs-replacement .lime-details-main-title {
    font-size: 32px;
    line-height: 1.5;
}

/* Сітка Flexbox (двоколонковий макет) */
.lime-custom-tabs-replacement .lime-details-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

/* Ліва колонка (Опис продукту) */
.lime-custom-tabs-replacement .lime-details-left-col {
    flex: 1 1 55%;
    min-width: 320px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* Права колонка (Характеристики та Склад) */
.lime-custom-tabs-replacement .lime-details-right-col {
    flex: 1 1 35%;
    min-width: 300px;
}

/* Загальні плашки для характеристик та складу */
.lime-custom-tabs-replacement .lime-attributes-ingredients-box {
    background-color: rgba(252, 248, 246, 1);
    border: 1px solid #efe8dd;
    border-radius: 4px;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* .lime-custom-tabs-replacement .lime-attributes-box,
.lime-custom-tabs-replacement .lime-ingredients-box {

} */

/* Внутрішні заголовки в плашках правої колонки */
.lime-custom-tabs-replacement .lime-box-title {
    font-size: 20px;
    color: #482c22;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 800;
}

/* Таблиця характеристик */
/* .lime-custom-tabs-replacement .lime-attributes-table {

} */

.lime-custom-tabs-replacement .lime-attributes-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: normal;
    color: #482c22;
}

.lime-custom-tabs-replacement .lime-attributes-row:last-child {
    margin-bottom: 0;
}

.lime-custom-tabs-replacement .lime-attr-name {
    display: flex;
    flex-grow: 1;
    align-items: baseline;
    white-space: nowrap;
}

/* Псевдоелемент, що створює крапки */
.lime-custom-tabs-replacement .lime-attr-name::after {
    content: "";
    flex-grow: 1;
    border-bottom: 1px dotted #b8a6a0;
    margin: 0 8px;
}

/*  .lime-custom-tabs-replacement .lime-attr-value {

} */

/* Контент складу */
.lime-custom-tabs-replacement .lime-ingredients-text {
    font-size: 16px;
    color: #482c22;
}

.lime-custom-tabs-replacement .lime-ingredients-text p:last-child {
    margin-bottom: 0;
}

/* Повідомлення про відсутність контенту */
.lime-custom-tabs-replacement .lime-empty-text {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin: 0;
}

/* Адаптивність для планшетів та мобільних */
@media (max-width: 991px) {
    .lime-custom-tabs-replacement .lime-details-grid {
        gap: 30px;
    }

    .lime-custom-tabs-replacement .lime-details-left-col {
        flex: 1 1 100%;
    }

    .lime-custom-tabs-replacement .lime-details-right-col {
        flex: 1 1 100%;
    }
}