/** Shopify CDN: Minification failed

Line 63:2 Unexpected "/"

**/
.price__sale {
color: red;
}

.product__title,
h1 {
font-size: 20px;
}
.slider.slider--mobile .slider__slide {
margin-bottom: 0;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#expo-section * {
font-family: var(--font-body-family);
font-style: var(--font-body-style);
font-weight: var(--font-body-weight);
font-size: 1.2rem;
color: rgba(var(--color-foreground), 0.75);
line-height: calc(1 + 0.6 / var(--font-body-scale));
letter-spacing: 0.04rem;
}
#expo-section input[type="text"],
#expo-section input[type="number"],
#expo-section textarea,
#expo-section input[type="date"],
#expo-section input[type="time"],
select {
padding: 0px 21px;
height: 4.5rem;
}
.tms-eddTopAddress {
display: none;
} 

 /* CSS for King options */
 
span.ymq_option_text_span {
display: none;
}
div#s2id_countrySelector,
.ymq-option-title {
width: calc(var(--select-width) * 1%);
max-width: calc(var(--select-max-width) * 1px);
}
div#select2-drop {
color: black;
}
.ymq_alert_box2 {
margin-left: auto;
}
div#Quantity-Form-template--16618855923906__main {
display: none;
}
.ymq-dropdown {
font-weight: 500;
font-size: 16px;
} / CSS for King options - color when selected*/
.ymq-options-img-input:checked + label {
box-shadow: none !important;
-webkit-box-shadow: !important;
border: 2px solid #000 !important;
} /* CSS Sale Button*/
span.badge.price__badge-sale.color-accent-2 {
background: red;
font-weight: bold;
} /* Heading size on product pages */
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6 {
font-size: calc(var(--font-heading-scale) * 1.2rem);
}
span.h4.inline-richtext {
font-size: 13px;
}