.hero-section{
	margin-top: var(--margin-top, 0px);
}

@media screen and (max-width: 768px) {
  /* Default: All hero sections go full screen */
	.wp-block-coblocks-hero__inner {
    min-height: 40vh !important;
    background-size: cover;
    background-position: center center;
  }
	
	 .n2-ss-control-bullet .n2-bullet {
    width: 1px !important;
    height: 1px !important;
		transform: scale(0.5) !important;
  }

	.coblocks-hero-419105651787 .wp-block-coblocks-hero__inner {
    min-height: 2px !important;
    aspect-ratio: 16/10;
    background-position: 0% 0% !important;
  }

	body .coblocks-hero-419143432100.wp-block-coblocks-hero .wp-block-coblocks-hero__inner {
    min-height: 6px !important;
    aspect-ratio: 16/10;
    background-position: 50% 5% !important;
  }
	nav.mobile-menu .ct-menu-link {
    font-size: 17px !important;
    font-weight: normal !important;
  }
	
	nav.mobile-menu .current-menu-item > .ct-menu-link,
  nav.mobile-menu .current_page_item > .ct-menu-link {
    color: #ffffff !important;               /* Adjust for visibility */
		 text-decoration: underline;
  }
	 nav.mobile-menu li.current-menu-item > .ct-sub-menu-parent > .ct-menu-link,
nav.mobile-menu li.current-menu-ancestor > .ct-sub-menu-parent > .ct-menu-link {
  color: #ffffff !important;
  font-weight: normal !important;
  text-decoration: underline !important;
	}
	nav.mobile-menu li.current-menu-item > .ct-sub-menu-parent > .ct-toggle-dropdown-mobile svg,
nav.mobile-menu li.current-menu-ancestor > .ct-sub-menu-parent > .ct-toggle-dropdown-mobile svg,
nav.mobile-menu li.dropdown-active > .ct-sub-menu-parent > .ct-toggle-dropdown-mobile svg {
  fill: #ffffff !important;
	}

  .home ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px !important;
		color: black !important;
  }
  .home ul.products li.product .button {
    font-size: 11px !important;
    padding: 5px 10px !important;
  }
  .home ul.products li.product .price {
    font-size: 12px !important;
  }
	
	 .products-desktop {
    display: none;
  }

  .products-mobile {
    display: block;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
		
	.wp-block-cover img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
	
	 .wp-block-cover.aligncenter {
    min-height: 100vh !important;
    aspect-ratio: 1/2 !important;
    position: relative;
  }

  /* Make image fill the container */
  .wp-block-cover__image-background {
    height: 60vh !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  /* Smaller heading text on mobile */
  .wp-block-heading.has-text-align-center {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

 .wp-block-cover__inner-container .wp-block-spacer[style*="height:530px"] {
    height: 30px !important;
  }
	.wp-block-button__link.wp-element-button {
    font-size: 0.8rem !important;
    padding: 0.5rem 1rem !important;
    line-height: 1 !important;
  }

  /* Reduce paragraph side margins on mobile */
  .wp-block-column p.has-text-align-center {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
	
	/* Product Title */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title a {
  font-family: 'Amiri', sans-serif; /* change to your preferred font */
  font-size: 12px !important;
  font-weight: 400;
  color: #111;
  text-transform: uppercase; /* optional */
  text-decoration: none;
}

/* Price */
.woocommerce ul.products li.product .price {
  font-family: 'DM Sans',
  font-size: 9px !important;
  font-weight: 400;
  color: #000;
}

/* Select Options Button */
.woocommerce ul.products li.product a.button {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  color: #000;
  border-radius: 6px;
  padding: 0.5em 1em;
	}
	
	.wp-block-media-text.is-stacked-on-mobile {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 1.5rem;
  }

  .wp-block-media-text__media {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .wp-block-media-text__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }

  .wp-block-media-text__content {
    flex: 1;
    max-width: 70%;
  }
	
	  .wp-block-media-text__content p {
    font-size: 12px !important;
  }
	
	  .wp-block-media-text__content h3 {
    font-size: 16px !important;
  }	
}


.home-hero-h2{
	color: #ffffff;
}

.products .product-category .count{
	display:none;
}

.aws-form-btn{
	border: 0px !important;
	background: #e4e4e4 !important;
}

.aws-search-field{
	border-style: none none solid none !important;
}

.aws-search-field:focus{
	background: #e4e4e4 !important;
}

.wp-block-cover__background{
	opacity: 0 !important;
}

.contact-column{
	border:1px solid rgba(0,0,0,.125) !important;
	border-radius: 5px !important;	
}

.n2_clear{
	margin-bottom: 0px !important;
}

.gru-form{
	border:1px solid rgba(0,0,0,.125) !important;
	border-radius: 5px !important;
}

a.gru-footer {
	color: #000000 !important;
	text-decoration-line: none;
	font-size:12px;
}

a.gru-footer:hover{
	color: #000000 !important;
	text-decoration-line: underline;
}

#main-container{
	background-color: #ffffff;
}

.onsale, 
.out-of-stock-badge {
	left: initial;
	right: 15px;
}

.wp-block-atbs-tabs .tabs-titles{
	background-color: #ffffff;
	flex-direction: row !important;
}

.tab-title.active > span.tab-title-text {
    text-decoration: underline;
}

.woocommerce-loop-product__title {
	font-weight: normal !important;
	text-transform: uppercase;
	color: black;
}

.button.alt.disabled.wc-variation-selection-needed {
	border-color: #000000 !important;
}

.scroll-wrapper {
	height: 2rem;
	overflow: hidden;
	background-color: black;
	width: 100%;
	position: relative;
}

.scroll-inner {
	display: flex;
	flex-direction: column;
	animation: scrollMessages 6s steps(3) infinite;
}

.scroll-wrapper:hover .scroll-inner {
	animation-play-state: paused;
    }

.scroll-item {
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: black;
	font-size: 0.8rem;
	white-space: nowrap;
    }

@keyframes scrollMessages {
	0% { transform: translateY(0); }
	100% { transform: translateY(-100%); } /* 4 items * 2.5rem each */
    }

@media screen and (min-width: 768px) {
	.products-desktop ul.products {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    padding: 0;
    margin: 0;
  }
	
	.products-mobile {
  display: none;
	}
	
	a.gru-footer {
	color: #000000 !important;
	text-decoration-line: none;
	font-size:14px;
	}
	
	/* 1. Full-width container fix */
.wp-block-atbs-tabs .tabs-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100vw !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* 2. Stretch the .products grid itself */
.wp-block-atbs-tabs .products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  padding: 0 0 !important;
  margin: 0 auto;
  width: 100% !important;
  box-sizing: border-box;
}

/* 3. Optional: reduce spacing in nested wrappers */
.wp-block-atbs-tabs .products-desktop,
.wp-block-atbs-tabs .products-mobile {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
	}

}
	
/* Product Title */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title a {
  font-family: 'Amiri', sans-serif; /* change to your preferred font */
  font-size: 0.95rem;
  font-weight: 400;
  color: #111;
  text-transform: uppercase; /* optional */
  text-decoration: none;
}

/* Price */
.woocommerce ul.products li.product .price {
  font-family: 'DM Sans',
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

/* Select Options Button */
.woocommerce ul.products li.product a.button {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #000;
  border-radius: 6px;
  padding: 0.5em 1em;
}

.wp-block-separator.is-style-default {
  border-top-width: 1px; /* thinner line */
  height: 1px;            /* optional: ensures it's not taller */
  margin-top: 1rem;       /* optional spacing */
  margin-bottom: 1rem;
}

.wp-block-jetpack-contact-form>* {
	Justify-content: center;
}

.ct-featured-image.ct-hidden-sm.ct-hidden-md {
  display: flex;
  justify-content: center;
}

.ct-featured-image .ct-media-container {
  max-width: 588px;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.ct-featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ct-woo-card-actions button.ct-open-quick-view.ct-button {
  background-color: inherit;
  color: inherit;
  transition: all 0.3s ease;
}

.ct-woo-card-actions button.ct-open-quick-view.ct-button:hover {
  background-color: #000;
  color: #fff;
}

.ct-quick-view-panel {
  transition-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}

.ct-woo-card-extra {
	display: none !important;
}

.entry-meta {
	display: none !important;
}

.lmp_load_more_button, .br_lmp_prev_settings {
	display: none !important;
}

.summary.entry-summary {
  position: sticky;
  top: 100px;
  z-index: 10;
  background-color: #fff;
  padding-top: 8px;
  transition: top 0.2s ease-in-out;
}

.wp-block-coblocks-posts__item {
	padding: 12px !important;
}

/* Style the post title link */
.wp-block-coblocks-posts__content > a {
  font-size: 20px;
	font-family: Amiri;
  color: #111111;
  text-decoration: none;    /* Remove underline */
  display: block;           /* Prevent inline layout issues */
  margin-bottom: 2px;       /* Space below title */
}

/* Style the post excerpt */
.wp-block-coblocks-posts__excerpt {
  font-size: 14px;          /* Adjust content preview size */
  color: #444444;           /* Customize content text color */
  line-height: 1.6;         /* Improve readability */
}