body {
  background-color: #fff;
}
.main-nav-container .container:nth-child(1) {
  background-color: #f9e4cf;
  max-width: 100%;
}
@media (min-width: 992px) {
  .main-nav-container .container:nth-child(1) .items-center {
    padding-right: 80px;
}
}

#mobile-menu li a {
  color: #761118;
}
@media (min-width: 992px) {
  #mobile-menu li a {
    padding: 15px
}
  #mobile-menu li a:hover {
  color: #b38a2b;
}
}

/* Edit header */
.breadcrumbs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.breadcrumbs .s-breadcrumb-wrapper {
  justify-content: flex-start;
  padding-right: 2rem;
}
.s-breadcrumb-item {
  color: #b38a2b;
}

@media (min-width: 992px) {
#mainnav > div > div.container.px-3.md\:px-.py-2\.5 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#mainnav > div > div:nth-child(2) > div {
  height: 50px;
}
#mobile-menu > ul {
  padding-top: 1rem;
}
}

/* Hero */
.main-banner-component .relative {
    min-height: 500px; /* Adjust as needed */
}

/* Center the entire content wrapper */
@media (max-width: 768px) {
  .main-banner-component .content {
    justify-content: center !important;
  }
  
  #main-content > section:nth-child(2) > div > div {
    display: none !important;
  }
/* Center text alignment and align items to the center */
  .main-banner-component .content > div {
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    height: 100% !important;
    padding-top: 0px;
    margin-bottom: -150px;
}
/* Center the button and push it to the bottom */
  .main-banner-component .content a {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important; /* Pushes the button to the bottom */
}
/* Optional: Increase font sizes for mobile to match the image impact */
  .main-banner-component h3 {
    font-size: 22px !important;
}
  .main-banner-component p {
    font-size: 16px !important;
    line-height: 2em !important;
}
#main-content > section:nth-child(2){
  font-weight: 500 !important;
}

.main-banner-component p {
    line-height: 1.4em !important;
}
/* Titles */
#main-content  svg.border-svg{
  display: none;
}
.special-categories-component .text-base { /* Categories */
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.special-categories-component .text-base::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 65px;
  background:
    url('https://cdn.files.salla.network/homepage/1135660489/fb0c211c-d9a0-4023-9345-08b16a294775-original.webp') no-repeat center bottom;
  background-size: contain;
}
@media (max-width: 768px) {
  .special-categories-component .text-base::after {
    height: 32px;
    background-size: 200px;
}
}
/* ---------- */

.products-with-tabs-component > div > div,
.offer-products-component > div > div,
.interactive-points-products-component > div > div,
.testimonials-component > div > div {
  justify-content: center;
}
.products-with-tabs-component .text-base,
.offer-products-component .text-base,
.interactive-points-products-component .text-base,
.testimonials-component .text-base.leading-tight {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.products-with-tabs-component .text-base::after,
.offer-products-component .text-base::after,
.interactive-points-products-component .text-base::after,
.testimonials-component .text-base.leading-tight::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 55px;
background:
url('https://cdn.files.salla.network/homepage/1135660489/fb0c211c-d9a0-4023-9345-08b16a294775-original.webp') no-repeat center bottom;
    background-size: contain;
}
@media (max-width: 768px) {
  .products-with-tabs-component .text-base::after,
  .offer-products-component .text-base::after,
  .interactive-points-products-component .text-base::after,
  .testimonials-component .text-base.leading-tight::after {
    height: 28px;
    background-size: 100px;
}
}

/* Color of Category in the product card */
.s-product-card-content-category.text-secondary {
  color: #761118 !important;
}
/* Products tabs */
.products-with-tabs-component .tab-trigger button {
    font-weight: 500;
}
.products-with-tabs-component .tab-trigger button:hover {
    color: #761118 !important;
}
.products-with-tabs-component .tab-trigger.is-active button {
    background-color: #fdf3ed !important;
    border-color: #761118 !important;
    color: #761118 !important;
}
.products-with-tabs-component .tab-trigger.is-active button span {
    font-weight: 600;
}

/* About us */
.about-us-component .side-img {
  border-color: #b98d3d;
}
.about-us-component .items-start {
  align-items: center;
  text-align: center;
}

/* Sections */
#main-content > section:nth-child(9) > div {
    padding: 0px;
    max-width: 100%;
}
#main-content > section:nth-child(9) .container img {
    border-radius: 0px;
    background-color: #fff;
}

/* Video section */
.products-videos-component .video-wrapper,
.products-videos-component .border-primary {
  border-radius: 0px;
}
.products-videos-component .border-primary {
  background-color: #fff;
}

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

/* Footer */
.store-footer {
    background-color: #f9e4cf;
}
.footer-links a,
.store-footer svg{
  color: #000 !important;
}
.border-background {
    color: #fff;
}
.copyright-text p {
  color: #761118 !important;
}

/* Price in the product page */
.price_is_on_sale p,
.before-price {
  font-size: 26px !important;
}
.price_is_on_sale > span:nth-child(2) {
  display: none !important;
}
.price-wrapper {
  justify-content: center;
}