/**
 * Theme Name:     Nordic
 * Author:         LaunchUX
 * Template:       hello-elementor
 * Text Domain:	   nordic
 * Description:    Nordic Pure Website
 */

/* Hide the 'Add to an existing subscription' option */
.wcsatt-add-to-subscription-action-label {
    display: none !important;
}
.wcsatt-add-cart-to-subscription-wrapper {
    display: none !important;
}

/* Styling for Variation Images coming from Netsuite */
.netsuite-images {
    display: flex;
    flex-wrap: nowrap;
}

.netsuite-image {
    margin-right: 10px;
}

.netsuite-image img {
    max-width: 100%;
    height: auto;
}
