.product-options-container {
    background-color: #f5f5f5; /* Light gray */
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.product-sku-container {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.product-sku-container .label {
    font-weight: bold;
    margin-right: 5px;
}

.conf {
    font-size: 2.5em;
    line-height: normal;
    font-weight: bold;
}

.product-view .product-info-stock-sku .attribute.sku .value {
    display: inline-block;
    font-weight: bold;
    color: #ac1a2f;
    font-size: 13px;
    background-color: #f5f5f5;
}

.custom-price-details {
    margin-top: 10px;
}

.base-price >strong {
    font-weight: bold;
}
.selected-options-price >strong {
    font-weight: bold;
}
.fieldset > .field:not(.choice) > .label > span {
    text-wrap-mode: wrap;
}

.product.media{
    display: none;
}