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: #468886;
  font-weight: 600
}
@media (min-width: 992px) {
  #mobile-menu li a {
    font-size: 24px;
    padding: 15px
}
  #mobile-menu li a:hover {
  color: #e86a21;
}
}
/* 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 */
@media (min-width: 992px) {
.main-banner-component .relative {
    height: 1065px;
}
}
@media (max-width: 768px) {
  .main-banner-component .relative {
    height: 500px !important;
}
}
/* .main-banner-component salla-slider div.container.relative.z-\[5\] {
  margin-right: 50px !important;
} */

/* Categories */
.special-categories-component .swiper-wrapper{
  justify-content: center;
}
@media (min-width: 992px) {
.special-categories-component p.font-bold {
  font-size: 32px;
}
}
/* Product card */
@media (min-width: 992px) {
.s-product-card-image {
    min-height: 350px;
}
}
.s-product-card-content-category.text-secondary { /* Color of Category in the product card */
  color: #468886 !important;
}
.s-product-card-entry .s-product-card-image {
  border: solid 2px #f3f4f6;
  background-color: #fff;
}

/* About us */
@media (max-width: 768px) {
.about-us-component .items-start {
  align-items: center;
  text-align: center;
}
}

/* Products tabs */
.products-with-tabs-component .tab-trigger button:hover {
    color: #468886 !important;
}
.products-with-tabs-component .tab-trigger.is-active button {
    background-color: #fdf3ed !important;
    border-color: #67c3bb !important;
    color: #468886 !important;
}
.products-with-tabs-component .tab-trigger.is-active button span {
    font-weight: 600;
}

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

/* Footer */
.store-footer {
  background-color: #468886;
  padding-bottom: 0px
}
.footer-links a,
.footer-links,
.store-footer svg,
.border-background {
  color: #fff !important;
}
.store-footer__inner .leading-8 {
  color: #fff;
}

.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fafafa !important;
}