/** Shopify CDN: Minification failed

Line 8:0 Unexpected "}"

**/


}/* Adjust slideshow height for desktop and mobile */
.slideshow-section,
.slideshow-section .slideshow {
  max-height: 200px; /* adjust this number to make it bigger or smaller on desktop */
}

.slideshow-section img {
  object-fit: cover; /* keeps image proportions while filling the space */
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .slideshow-section,
  .slideshow-section .slideshow {
    max-height: 150px; /* adjust this number for mobile size */
  }
}
/* Disable slideshow autoplay - keep as static banner */
.slideshow-section .slideshow {
  animation: none !important;
}

.slideshow-section .slideshow__slide {
  transition: none !important;
}

/* Hide slideshow navigation dots and arrows */
.slideshow-section .slick-dots,
.slideshow-section .slick-arrow,
.slideshow-section .slideshow__controls {
  display: none !important;
}
/* Hide newsletter signup in footer only - very specific */
.footer .newsletter-form,
.footer [id*="newsletter"],
.footer form[action*="contact"] input[type="email"],
.footer form[action*="contact"] button[type="submit"] {
  display: none !important;
}


/* Hide PayPal gateway logo - multiple selectors */
img[src*="paypal"],
img[src*="gateway"],
img[alt*="paypal" i],
img[alt*="PayPal" i] {
  display: none !important;
}

/* Hide featured products, call us, and excellent service section on homepage */
.template-index .featured-row,
.template-index .promo-grid,
.template-index .icon-row,
.template-index [class*="feature-row"],
.template-index .index-section:has(img[alt*="Featured"]),
.template-index section:has([class*="icon"]):has([class*="service"]) {
  display: none !important;
}
/* Hide footer USPs section (Featured Products, Need Help, Excellent Service) */
.footer-usps {

}
/* Hide Planet Media logo */
img[src*="PM-LOGO-WHITE"],
img[alt*="Planet Media"] {
  display: none !important;
}
/* Hide powered by Planet Media section */
.power {
  display: none !important;
}
/* Hide footer USPs section (Featured Products, Need Help, Excellent Service) */
.footer-usps {
  display: none !important;
}
/* Hide side menu on homepage */
.template-index .sidebar-menu,
.template-index [class*="side-menu"],
.template-index nav[class*="sidebar"] {
  display: none !important;
}
/* Hide products and events from side menu */
a[href="#products"]:not([href*="/products/"]),
a[href="#constume"] {
  display: none !important;
}
/* Hide Terms of Service link in footer */
a[href*="/policies/terms-of-service"],
a[href*="terms-of-service"] {
  display: none !important;
}
/* Hide logo inside slideshow only */
.slideshow-section img[src*="logo"],
.slideshow img[src*="logo"] {
  display: none !important;
}
/* Hide Subscribe for Email Updates section on homepage */
._form-title,
div[class*="_form"] {
  display: none !important;
}









