/** Shopify CDN: Minification failed

Line 9:0 Unexpected "}"

**/
.unit-price {
      display: none !important;
      }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */

/* Force font-display: swap for all custom fonts to prevent FOIT */
@font-face {
      font-display: swap !important;
      }

      /* Use content-visibility to skip rendering of offscreen sections */
      .shopify-section:not(:first-child) {
            content-visibility: auto;
                  contain-intrinsic-size: auto 500px;
                  }

                  /* Lazy YouTube facade - show thumbnail until clicked */
                  .video-wrapper iframe[src*="youtube"] {
                        content-visibility: auto;
                        }

                        /* Reduce layout shifts from images */
                        img {
                              height: auto;
                                    max-width: 100%;
                                    }

                                    /* Optimize paint for fixed/sticky elements */
                                    .header-wrapper,
                                    .announcement-bar {
                                          will-change: transform;
                                          }
