#product-builder .cpb-theme-provider.aloha .cpb-layout:not(.cpb-is-admin) .cpb-option.cpb-option-type-img img {
    object-fit: contain;
}

#product-builder .cpb-theme-provider.aloha .cpb-layout:not(.cpb-is-admin) .cpb-product-actions-container button {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

#product-builder .cpb-theme-provider.aloha .cpb-layout:not(.cpb-is-admin) .cpb-product-actions-container button span {
    font-family: var(--button-font-family-primary) !important;;
}

@media (max-width: 999px) {
    #product-builder .cpb-theme-provider.aloha .cpb-layout:not(.cpb-is-admin) .cpb-category-options-container.img .cpb-option__wrapper {
        flex-wrap: wrap;
    }
}