/*
Theme Name: Kapee Child
Theme URI: https://kapee.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Kapee
Version: 1.0.0
Author URI: https://www.presslayouts.com/
Template: kapee
Text Domain: kapee-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */



/* Контейнер для кастомних цін на картках */
.custom-prices-container {
    margin-top: 5px;
    padding: 5px 0;
    border-top: 1px solid #e0e0e0;
    clear: both;
}

/* Загальні стилі для всіх кастомних цін */
.custom-price {
    font-size: 14px; /* Менший розмір для карток */
    line-height: 1.4;
    margin: 3px 0;
    display: block;
}

/* Стилі для Звичайної ціни (чорний) */
.regular-price {
    color: #000000;
}
.regular-price strong {
    font-weight: 700;
}

/* Стилі для Оптової ціни (червоний) */
.wholesale-price {
    color: #dc3545;
}
.wholesale-price strong {
    font-weight: 700;
}

/* Стилі для Ціни за ящик (чорний) */
.box-price {
    color: #000000;
}
.box-price strong {
    font-weight: 700;
}

/* Стилі для підрядкового тексту */
.custom-price span {
    color: #777;
    font-weight: 400;
    font-size: 12px;
}