a {
    color: #B09573;
}

.entry-meta a.read-more {
    color: var(--color-brand) !important;
  border: 1px solid var(--color-brand) !important;
}

.breadcrumb-wrap, .breadcrumb, .mini-cart-icon, .main-categories-wrap, .header-top {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

/* Product Section
.product-section {
  padding: 0.5rem;
  text-align: center;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.section-description {
  font-size: 1rem;
  margin: 0 auto 0.5rem auto;
   align-items: center;
  width: 900px
}

.Images_scroll_wrapper {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
	}
.Images_scroll_wrapper::-webkit-scrollbar {
  display: none; 
}
	.HomepageImages {
		display: flex;
		flex-wrap: nowrap;
		width: max-content;
	}

	.HomepageImages img {
		position: relative;
		scroll-snap-align: start;
		width: auto;
      height: 400px;
		box-sizing: border-box;
		padding: 0.75rem;
		border-radius: 0.75rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
	}	/*

/* Product Section */
.product-section {
  padding: 0.5rem;
  text-align: center;
  margin: 0 auto;
}

.section-title, .section-title-1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
 .section-title-1 {
  color: #A40303 !important;
}

.section-description {
  font-size: 1rem;
  margin: 0 auto 0.5rem auto;
  text-align: center;
  max-width: 900px;   
}

/* Carousel wrapper */
.Images_scroll_wrapper {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.Images_scroll_wrapper::-webkit-scrollbar {
  display: none; 
}

.HomepageImages {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}

.HomepageImages img {
  position: relative;
  scroll-snap-align: start;
  width: auto;
  height: 400px;
  box-sizing: border-box;
  padding: 0.75rem;
  border-radius: 2.25rem;
}

/* ---------------------------- */
/* 📱 Mobile & Small Screens */
/* ---------------------------- */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-description {
    font-size: 0.9rem;
    padding: 0 1rem;     
    max-width: 100%;      
  }

  .HomepageImages img {
    height: 300px;       
    padding: 0.5rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }

  .section-description {
    font-size: 0.8rem;
  }

  .HomepageImages img {
    height: 250px;      
  }
}