.mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after,
.s-button-element:not(:disabled):not([loading]):hover {
    background: #ffd1d1 !important;
    color: #9e4156 !important;
}

.mm-spn.mm-spn--navbar ul,
.s-button-element:not(:disabled):not([loading]) {
    background: #ffebec !important;
    color: #9e4156 !important;
}

.s-button-element:not(:disabled):not([loading]):hover {
    color: #000 !important;
}
.product-single .product-single__main-media a.swiper-slide img, .product-card__image a img {
    object-fit: contain;
}

/*  */
@media (max-width: 767px) {
  .s-block--circle-links ul.auto-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px; 
  }

  .s-block--circle-links ul.auto-fit-grid img {
    width: 90px;
    height: 90px;
  }

  .s-block--circle-links h3 {
    font-size: 14px;
  }
}
/*===============================  */
@media (max-width: 767px) {
  .s-block--circle-links ul.auto-fit-grid:nth-child(2) {
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px; 
}
  }

.s-block--circle-links ul.auto-fit-grid:nth-child(2) {
}

section:nth-of-type(2){
  margin: unset
}
section:nth-of-type(2) .container{
  padding: unset;
  max-width: unset;
}
section:nth-of-type(3) .btn{
  border-radius: 8px !important;
}
section:nth-of-type(5) .overflow-hidden > .relative{
  background-color:#ae52697d;
}
section:nth-of-type(5) a{
    border-radius: 8px;
    border: none;
    background-color: var(--color-primary);
}

section:nth-of-type(11) .container{
  max-width: 700px;
  margin-top: 20px;
}
section:nth-of-type(12) .container{
     max-width: 1374px;
      margin-top: 20px;
}
.store-footer  *{
     color: white !important; 
  background-color: var(--color-primary) !important;
}
.store-footer svg{
  display: none;
}

.advanced-slider__caption__inner__content__button{
  border-radius: 8px;
}
.has-overlay--before{
  border-radius: 16px;
    overflow: hidden;
}
.store-footer input{
  border-color: white !important;
}
.store-footer h2{
  font-weight: unset;
  font-size: unset
}
section.s-block.fixed-products.fixed-products--12 .home-block-title.mb-8 {
    display: none;
}