.c-half.c-half-content {
    background: #ecdfcc;
}

/* ===================================
   Component Background Resets
   =================================== */

/* Reviews Testimonial Section */
.s-reviews-testimonial {
  background: none;
}

/* Fixed Banner Images */
.banner--fixed img {
  background: none;
}

/* Featured Products Section */
section#featured-products-style2-14 {
  background: none;
}

/* Full Width Sections */
section.w-full.relative.section-spacing.h-\[350px\] {
  background: none !important;
}

/* ===================================
   Advert Banner Component
   =================================== */

.advert_banner_component_marquee_wrapper.w-full.overflow-hidden.hover\:animation-paused {
  background: none !important;
  box-shadow: 0.313rem 0.063rem 0.625rem rgba(0, 0, 0, 1);
}

/* ===================================
   Responsive Grid Layout
   =================================== */

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ===================================
   Footer Styling
   =================================== */

.copyright-text p {
  color: #693f48;
}