

/* Start:/local/templates/eksmo/components/bitrix/catalog.element/.default/style.css?17652042811351*/
.product-card__price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.product-item-price-old {
    color: #a5a5a5;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 14px;
}
.product-item-scu-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-item-detail-info-container {
    margin-bottom: 20px;
}
.product-item-detail-info-container-title {
    margin-bottom: 3px;
    color: #000;
    font-weight: var(--ui-font-weight-bold);
    font-size: var(--clamp-14-16);
}
.product-item-scu-item-text-container {
    --bg: #fff;
    color: #000;
    display: inline-block;
    position: relative;
    padding: var(--padding);
    border-radius: 4px;
    background-color: var(--bg);
    color: var(--color);
    -webkit-transition: background-color, color 0.15s;
    transition: background-color, color 0.15s;
	--padding: 8px 25px;
     cursor: pointer;
}

.product-item-scu-item-text-container.selected {
    --bg: #000;
    --color: #fff;
}

.product-item-scu-item-text {
    font-size: var(--clamp-14-16);
}
/* End */
/* /local/templates/eksmo/components/bitrix/catalog.element/.default/style.css?17652042811351 */
