/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 36:0 Expected identifier but found "<"
Line 56:0 Unexpected "="
Line 82:0 Expected identifier but found ">"
Line 87:0 Expected "}" to go with "{"

**/
<<<<<<< HEAD
/* Place any CSS overrides in this file. */

/*
  PERFORMANCE: Removed duplicate *, html, body, .sr-only, .sr-only-focusable
  rules — they are already rendered inline via the {% style %} block in
  theme.liquid. Duplicating them here added ~600 bytes to the blocking
  custom.css download for zero visual effect.
*/

/*
  PERFORMANCE: content-visibility: auto lets the browser skip layout/paint
  for sections that are far below the fold. The 500px margin ensures images
  start loading slightly before they scroll into view.
*/
.show-on-scroll,
[data-wetheme-section-type="collection--featured-collection"],
[data-wetheme-section-type="featured-blog"],
[data-wetheme-section-type="logo-list"],
[data-wetheme-section-type="newsletter"],
[data-wetheme-section-type="rich-text"],
[data-wetheme-section-type="collage"],
[data-wetheme-section-type="testimonials"],
.footer-wrapper {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
<<<<<<< HEAD
}

/*
  PERFORMANCE: Reduce layout shift from images by ensuring all img elements
  have proper aspect-ratio from their width/height attributes.
*/
img[width][height] {
  aspect-ratio: attr(width) / attr(height);
}

/*
  PERFORMANCE: Reduce repaints from animations on elements not yet visible.
*/
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
=======
/* Place any CSS overrides in this file. */

/*
  PERFORMANCE: Removed duplicate *, html, body, .sr-only, .sr-only-focusable
  rules — they are already rendered inline via the {% style %} block in
  theme.liquid. Duplicating them here added ~600 bytes to the blocking
  custom.css download for zero visual effect.
*/

/*
  PERFORMANCE: content-visibility: auto lets the browser skip layout/paint
  for sections that are far below the fold. The 500px margin ensures images
  start loading slightly before they scroll into view.
*/
.show-on-scroll,
[data-wetheme-section-type="collection--featured-collection"],
[data-wetheme-section-type="featured-blog"],
[data-wetheme-section-type="logo-list"],
[data-wetheme-section-type="newsletter"],
[data-wetheme-section-type="rich-text"],
[data-wetheme-section-type="collage"],
[data-wetheme-section-type="testimonials"],
.footer-wrapper {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
>>>>>>> c2a1e4174ec3c1f21bb9388cb00cf81b0c1cf3ea
=======
>>>>>>> parent of 2956567 (pagSpeed improve)
}

