@media (max-width: 768px) {
  .wc-block-mini-cart {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    min-width: auto !important;
    width: 100%;
    box-sizing: border-box;
    white-space: normal; /* allow wrapping */
  }

  .wp-block-navigation__submenu-container {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  /* Override inline left/right padding on ANY element inside columns or groups */
  .wp-block-column [style*="padding-left"],
  .wp-block-column [style*="padding-right"],
  .wp-block-group [style*="padding-left"],
  .wp-block-group [style*="padding-right"] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Optional: force outer container full width */
  .wp-block-group.is-layout-constrained,
  .wp-block-columns.is-layout-flex {
    max-width: 100% !important;
    width: 100% !important;
  }
}


@media (max-width: 768px) {
  .wp-block-table {
    overflow-x: auto;
    display: block;
  }

  .wp-block-table table {
    width: 100%;
    min-width: 700px; /* total table width – adjust as needed */
    border-collapse: collapse;
  }

  .wp-block-table td {
    white-space: normal;
    word-break: break-word;
    padding: 0.5rem;
  }

  /* Increase width of 1st column (Certification) */
  .wp-block-table td:nth-child(1) {
    min-width: 120px;
  }

  /* Increase width of 3rd column (Year Certified) */
  .wp-block-table td:nth-child(3) {
    min-width: 100px;
  }
}

@media (max-width: 768px) {
.wp-block-heading.has-base-color.has-primary-background-color {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
}

/* By default: show slider, hide mobile scroll */
.mobile-banner-scroll {
  display: none;
}

/* Default: show desktop slider, hide mobile scroll */
.mobile-banner-scroll {
  display: none;
}

@media (max-width: 768px) {
  /* On mobile: hide desktop slider, show scrollable banner */
  .gutslider-13a6f168 {
    display: none;
  }

  .mobile-banner-scroll {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
  }

  .mobile-banner-scroll img {
    width: 250px;
    height: auto;
    flex-shrink: 0;
    border-radius: 4px;
  }
}

.n2-section-smartslider {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

header, .site-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .wp-block-post-featured-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .wp-block-post-featured-image a {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .wp-block-post-featured-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}

.wp-block-post-featured-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.wp-block-post-featured-image a {
    display: block;
    height: auto;
}

.wp-block-post-featured-image {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.wp-block-post-title {
  margin-top: 0.5em !important; /* or adjust smaller if needed */
}

header,
.wp-block-navigation {
  position: relative;
  z-index: 1000;
}

.wp-block-navigation__submenu-container {
  position: relative;
  z-index: 9999;
}

.header-wrapper,
.banner-container {
  overflow: visible;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
	padding-left: 10%;
}

.slider-titles {
  width: 40%;
  padding: 1rem;
	position: relative;
	margin: 0 auto;
}

.slider-title {
  margin-bottom: 1rem;
  cursor: pointer;
  padding: 0.5rem;
  background: #f0f0f0;
  border-radius: 5px;
}

.slider-title.active {
  background: #ddd;
  font-weight: bold;
}

.slider-main {
   width: 100%;
  position: relative;
	margin: 0 auto;
}

.my-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
	margin: 0 auto;
}

.my-slides {
   display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
  width: 100%; /
}

.my-slides a {
  flex: 0 0 100%;
  max-width: 100%;
}

.my-slides img {
  width: 100%;
  object-fit: cover;
	display: block;
}

.my-prev, .my-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 10;
}

.my-prev { left: 10px; }
.my-next { right: 10px; }
@media (max-width: 768px) {
  .slider-container {
    flex-direction: column;
		width: 100%;
		padding-left: 0;
  }

  .slider-titles {
    display: none;
  }

  .slider-main {
    width: 100%;
    max-width: 100%;
  }

  .my-slides {
    width: 100%; /* keep width at 100% for flex layout */
  }

  .my-slides a {
    flex: 0 0 100%;
  }

  .my-slides img {
    height: auto; /* let height adjust automatically */
    object-fit: contain; /* switch from cover to contain */
  }
}

/* Make the product grid cards fill equal height */
ul.wc-block-product-template__responsive li.wc-block-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}

/* Let the image and title area expand to fill space */
.wc-block-grid__product-image,
.wp-block-post-title {
  flex-grow: 1;
}

/* Make sure the button area stays at the bottom */
.wp-block-woocommerce-product-button {
  margin-top: auto;
  text-align: center;
}

/* Hide WooPay (WooCommerce Payments) express button wrapper */
.single-product .wcpay-express-checkout-wrapper {
    display: none !important;
}

/* Hide PayPal Smart Button container */
.single-product .ppcp-messages,
.single-product .ppc-button-wrapper {
    display: none !important;
}



/* Hide general PayPal buttons iFrames on product pages */
.single-product iframe[src*="paypal.com"] {
    display: none !important;
}

/* Safely hide Stripe express payment buttons (but not structural classes) */
.single-product .wc-stripe-payment-request-button,
.single-product .stripe-button,
.single-product .payment-request-button,
.single-product iframe[src*="stripe.com"]:not([src*="tabs"]) {
  display: none !important;
}

/* Hide all addon lines except subtotal */
#product-addons-total .product-addon-totals ul li:not(.wc-pao-subtotal-line) {
  display: none;
}

/* Style only the price inside the subtotal line */
#product-addons-total .wc-pao-subtotal-line .price .amount {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
}

.tos a{
	color: #000;
}

#required_addons_validation_message:empty {
    display: none !important;
}

.wvg-slider-prev-arrow::before {
    content: "?";
    font-size: 20px;
}
.wvg-slider-next-arrow::before {
    content: "?";
    font-size: 20px;
}
.woo-variation-gallery-trigger::before {
    content: "??";
    font-size: 18px;
}

/* ? Show only on mobile */
.mobile-hero {
  display: none;
  text-align: center;
  padding: 20px;
  background: #f5f5f5;
}
.mobile-hero-text h1 {
  font-size: 1.5rem;
  margin-top: 15px;
}
.mobile-hero-text p {
  font-size: 1rem;
  color: #333;
}

@media (max-width: 768px) {
  .mobile-hero {
    display: block;
  }

  /* Hide slider on mobile */
  .n2-section-smartslider {
    display: none !important;
  }
}

.yoast-breadcrumbs {
  max-width: 1200px; /* Match your site's content width */
  margin: 0 auto;
  padding-left: 20px; /* Adjust as needed to align with content */
  text-align: left;
  font-size: 1rem;
  color: #000000;
}

.yoast-breadcrumbs a{
 color: #000000 !important;
}

.wc-block-components-product-name {
    color: #fff !important;
}

#breadcrumbs span.home {
	text-indent: -999em;
	display: inline-block;
}

/* Only target posts */
.single-post .wp-block-separator {
    display: none !important;
}

.wc-pao-addon-heading {
	font-size: 14px;
	font-style: bold;
}

.language-selector {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  max-width: 280px;
  width: 100%;
}

/* Toggle button */
.language-selector .dropdown-toggle {
  background-color: #003366;
  color: #fff;
  padding: 12px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-radius: 4px;
}

/* Dropdown menu (hidden by default) */
.language-selector .dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
  box-sizing: border-box;
}

.language-selector .dropdown-menu.show {
  display: block;
}

.language-selector .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.language-selector .dropdown-menu li:last-child {
  border-bottom: none;
}

.language-selector .dropdown-menu a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.language-selector .dropdown-menu a:hover {
  background-color: #f0f0f0;
}

/* Responsive */
@media (max-width: 480px) {
  .language-selector .dropdown-toggle,
  .language-selector .dropdown-menu {
    max-width: 100vw;
  }
}

.woocommerce div.product form.cart .variations {
	color: #fff;
}

.woocommerce div.product form.cart table.variations td select {
	color: #fff;
	background-color: #000;
}

.woocommerce div.product .wc-pao-addon {
	color: #fff;
}

.wp-block-woocommerce-add-to-cart-form .variations_button, .wp-block-woocommerce-add-to-cart-form form.cart {
	color: #000;
}

.wc-block-components-button__text {
	color: #fff;
}

.tos a {
  color:#fff;
}

.woo-variation-gallery-trigger::before {
	content: "";
}

.wvg-slider-next-arrow::before {
	content: "";
}

.wvg-slider-prev-arrow::before {
	content: "";
}