.ov-omnibus-price {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

.ov-omnibus-label {
    font-weight: normal;
}

.ov-omnibus-value {
    font-weight: 500;
}

.ov-skeleton-loader {
    display: inline-block;
    width: 60px;
    height: 14px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: ov-skeleton-shimmer 1.5s infinite;
    border-radius: 3px;
    vertical-align: middle;
}

@keyframes ov-skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.single-product .ov-omnibus-price {
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 0;
    border-top: 1px solid #eee;
}

.single-product .summary .ov-omnibus-price {
    display: flex;
    align-items: center;
    gap: .4em;
}

.single-product .summary .ov-omnibus-price::before {
    content: '';
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
}
