body {
  background-color: #fff;
}

#mobile-menu li a {
  color: #e32a32;
  font-weight: 600
}
@media (min-width: 992px) {
  #mobile-menu li a {
    font-size: 24px;
    padding: 15px
}
  #mobile-menu li a:hover {
  color: #f17a2f;
}
}
/* 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;
}
}

/* Categories */
@media (min-width: 992px) {
  .special-categories-component .swiper-wrapper{
  justify-content: center;
  gap: 50px;
}
}

/* 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;
}
.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;
}
button.s-button-element {
  padding: 5px !important;
}
button.s-button-element span.s-button-text {
  line-height: 1.7;
}

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

/* Features */
.store-features-component p.font-bold {
  font-weight: 500
}

/* Testemonials */
.testimonials-item .border-secondary {
    border-color: #f17a2f;
}
.testimonials-item .quote-icon {
    border-color: #fff;
}
.testimonials-item .quote-icon {
    background-color: #f17a2f;
}
.testimonials-item p.text-base.font-bold {
  font-weight: 300;
}

/* Footer */
.store-footer {
  padding-bottom: 0px
}
.footer-links a,
.footer-links,
.store-footer svg,
.border-background {
  color: #e32a32 !important;
}
.footer-links h3,
.s-contacts-title h3 {
  color: #824f38;
}
.store-footer .border-background {
  border-top: solid 1px #e32a32;
}
.store-footer__inner .leading-8 {
  color: #e32a32;
}
.copyright-text p {
  color: #e32a32 !important;
  font-weight: 300;
}