/** Shopify CDN: Minification failed

Line 29:42 Expected "}" to go with "{"

**/
.instafeed-bottom-link-wrapper[data-feed-id="0"] {
    display: none !important;
}
.custom_pure_badge{width: 95px !important; height: auto; padding: 10px; position: absolute; top: 5px; right: 5px; z-index: 1;}

/* Desktop view */
@media only screen and (min-width: 575px)
{
.mobile-hide{display:none !important}
}
/* Mobile view */
@media only screen and (max-width: 575px) and (min-width: 320px) 
{
.desktop-hide{display:none !important;
}
/* Cart dot with count inside (shown only when is-visible) */
.header_bubble{element.style { color: #ffffff !important; margin-left: 6px; top: -2px; position: relative;}}
.header__cart-link .header__cart-dot.is-visible{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;background:#000;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.header__cart-link .header__cart-count-badge{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;display:none;align-items:center;justify-content:center;pointer-events:none}
.header__cart-link .header__cart-count-badge cart-count{color:#fff;font-size:11px;line-height:1}
.header__cart-link .header__cart-dot.is-visible + .header__cart-count-badge{display:flex}
/* Hide Judge.me numeric preview text; keep rating-badge stars */
.product-card__info .jdgm-prev-badge__text{display:none!important}
.product-gallery__media{position:relative}