/** Shopify CDN: Minification failed

Line 72:1 Expected "}" to go with "{"

**/
.rte p {
    margin : 0 0 1em;
}
body .shopify-policy__container {
    width:980px;
}
.shopify-policy__body .rte h3, 
.shopify-policy__body .rte h2{
    font-size:0.8em;
    font-weight:bold;
    margin:1.2em 0 0.5em;
}
.shopify-policy__body .rte p, 
.shopify-policy__body .rte li {
    font-size:0.7em;
    margin-bottom:0.7em;
}
#shipping-policy .shopify-policy__body .rte h3, 
#shipping-policy .shopify-policy__body .rte h2,
#refund policy .shopify-policy__body .rte h3, 
#refund-policy .shopify-policy__body .rte h2 {
    font-size:0.9em;
    font-weight:bold;
    margin:1.2em 0 0.5em;
}
#shipping-policy .shopify-policy__body .rte p, 
#shipping-policy .shopify-policy__body .rte li,
#refund-policy .shopify-policy__body .rte p, 
#refund-policy .shopify-policy__body .rte li {
    font-size:0.8em;
    margin-bottom:0.8em;
}
.breadcrumb a, .breadcrumb span {
    font-size: 0.7em;
    letter-spacing: 0.2px;
}
.radio__button .sold-out+label {
    color: #bbb;
}
.radio__button .sold-out+label:before, .radio__button .unavailable+label:before {
    background: #ccc;
}
.product__grid__price {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
}
.sibling__image img, .sibling__image:after{
    border-radius: 0;
    border:1px solid #ccc;
}
.media__thumb .loading-shimmer {
    background-color: transparent;
}
.media__thumb img {
    -o-object-fit: contain;
    object-fit: contain;
    border:1px solid #ccc;
}
.media__thumb:after {
border-bottom: 2px solid var(--COLOR-PRIMARY)
}


@media (max-width: 768px) {
/* this hides the quick-add-to-cart from the collection pages on mobiles */
.group\/quick-actions-toolbar.absolute.flex.flex-col.justify-end.items-end.overflow-hidden.top-\[calc\(var\(--inner\)\/2\)\].right-\[calc\(var\(--inner\)\/2\)\].bottom-\[calc\(var\(--inner\)\/2\)\].left-\[calc\(var\(--inner\)\/2\)\].transition.duration-\[--exit-animation-duration\].md\:items-normal.md\:opacity-0.md\:translate-y-r4.md\:group-hover\/product-grid-item\:opacity-100.md\:group-hover\/product-grid-item\:translate-y-0.md\:group-focus-within\/product-grid-item\:opacity-100.md\:group-focus-within\/product-grid-item\:translate-y-0.pointer-events-none {
    display:none;
}