body {
  background-color: #fff;
}

@media (min-width: 992px) {
  .main-nav-container .container:nth-child(1) .items-center {
    padding-right: 80px;
}
}

#mobile-menu li a {
  color: #a79e6b;
  font-weight: 600
}
@media (min-width: 992px) {
  #mobile-menu li a {
    font-size: 24px;
    padding: 15px
}
  #mobile-menu li a:hover {
  color: #645c31;
}
}
/* Edit header */
.breadcrumbs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
#mainnav > div > div.container.px-3.md\:px-.py-2\.5 {
  padding-top: 0.2rem;
  padding-bottom: 0px;
}
}

/* Hero */
.main-banner-component h3{
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.main-banner-component salla-slider div.container.relative.z-\[5\] {
  margin-right: 50px !important;
}
/* Titles */
.offer-products-component h4,
.products-with-tabs-component h4,
.interactive-points-products-component h4 {
  font-weight: 500;
}

/* Target the container inside any 'main-banner-component' that is not the first section */
@media (min-width: 992px) {
section.main-banner-component:not(:nth-of-type(1)) salla-slider div.container.relative.z-\[5\] > div > div {
   align-items: flex-end !important;
}
}

/* Products tabs */
.products-with-tabs-component .tab-trigger button:hover {
    color: #a79e6b !important;
}
.products-with-tabs-component .tab-trigger.is-active button {
    background-color: #fdf3ed !important;
    border-color: #a79e6b !important;
    color: #a79e6b !important;
}
.products-with-tabs-component .tab-trigger.is-active button span {
    font-weight: 600;
}
.products-with-tabs-component .tab-trigger:not(.is-active) button {
  color: #645c31 !important;
  font-weight: 500;
  transition: color 0.2s ease, font-weight 0.2s ease;
}
.offer-products-component .font-bold span {
  font-weight: 400;
}
.s-products-slider-slider .s-product-card-content-title,
.s-products-slider-slider .s-product-card-content-category {
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis !important;
}

/* Section */
salla-slider:not(:nth-child(1)) div.container.relative.z-\[5\] > div > div {
  align-items: flex-end !important;
}

/* Testemonials */
.testimonials-item .border-secondary {
    border-color: #a79e6b;
}
.testimonials-item .quote-icon {
    border-color: #fff;
}
.testimonials-item .quote-icon {
    background-color: #a79e6b;
}

/* Footer */
.s-contacts-list path,
.s-menu-footer-list a,
.s-social-link {
  fill: #a79e6b;
  color: #a79e6b;
  font-weight: 400
}
.copyright-text p {
  color: #a79e6b;
    font-weight: 500
}
.border-background {
  border-color: #a79e6b;
}
.store-footer {
  padding-bottom: 0px
}