.grid-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.grid-banners a {
  box-shadow: rgb(99 99 99 / 0%) 0px 2px 8px 0px !important;
  max-height: fit-content;
  width: 230px;
}

.grid-banners a:hover img {
  transform: scale(1.1);
}

.grid-banners a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}

.s-block__title h2,
.s-slider-block__title h2 {
  font-size: 23px !important;
  padding-left: 0 !important;
  margin: 0 !important;
  line-height: 150% !important;
  font-weight: 600 !important;
  padding: 2px 6px 2px 0;
  border-right: 5px solid #c79b5e;
  margin-top: 10px !important;
  margin-bottom: 1rem !important;
}

.s-block__title {
  flex-direction: row !important;
}

/* Product Card */

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  border-bottom: 1px solid #c79b5e;
  border-radius: 0 !important;
}

.s-product-card-entry .s-product-card-image img {
  object-fit: cover !important;
}

.s-product-card-content {
  text-align: center;
}

.s-product-card-entry .s-product-card-content-sub {
  justify-content: center;
}

/* ✅ FIXED selector */
.s-product-card-entry .s-product-card-content-footer salla-add-product-button .s-button-element {
  background: repeating-linear-gradient(44deg, #0c2f62d9, #000 100px);
  position: relative;
  padding: 11.5px;
  font-size: 15px;
}

.s-product-card-entry .s-product-card-wishlist-btn button {
  width: 43px;
  height: 43px;
}

.s-product-card-entry .s-product-card-promotion-title {
  padding: 5px 3px 5px 8px;
  background: #deba67 !important;
  border: 1px solid var(--color-primary-light);
  border-radius: 8px 0 0 8px;
  font-weight: 500;
  font-size: 14px;
}

.store-features {
  background: linear-gradient(to top, var(--color-primary-dark), #02234969) !important;
}

/* Reviews */

.s-reviews-swiper-slide .s-reviews-testimonial__avatar {
  height: 80px !important;
  width: 80px !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.s-reviews-swiper-slide .s-reviews-testimonial__text p {
  font-size: 13px !important;
}

.s-rating-stars-btn-star {
  border-width: 0px;
  fill: #fbbf24 !important;
}

/* Footer */

@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)) {
  .ps-footer--bottom {
    padding: 5px;
        background: linear-gradient(0deg, #d1a357, #f3cb89, transparent);
  }

  .ps-footer__middle {
    background: linear-gradient(
      45deg,
      var(--color-primary-dark),
      #42536b,
      #272e48
    ) !important;
  }
}

/* Categories */

/* ✅ FIXED nesting */
.category-box * {
  all: unset !important;
  text-align: center !important;
}

.circle-shape .category-box .img-box img {
  filter: none;
  width: 152px !important;
  height: 120px !important;
  object-fit: contain !important;
}

.circle-shape .category-box .img-box .shape-hexagons {
  border: 5px solid #c9966994 !important;
  background: linear-gradient(
    45deg,
    #0b4d8f,
    var(--color-primary-light),
    transparent
  ) !important;
  width: 170px !important;
  height: 170px !important;
  box-shadow: inset 0 0 3rem #9ec8cc !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.category-box {
  display: flex;
  width: 200px;
  text-align: center !important;
  text-align: center;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:1rem
}
.s-reviews-swiper-slide .s-reviews-testimonial__avatar img {

  border-radius: 50% !important;
}
.s-reviews-swiper-slide .s-reviews-testimonial__avatar::after {
  border-radius: 50% !important;
}
.s-slider-v-centered .s-slider-block__title-nav button {
    background: #eecd7f !important;
    border: 1px dashed var(--color-primary) !important;
}
.ps-footer .s-social-link a {
  border: 1px solid #eecd7f;
}
.vat-box a img {
    width: 40px;
}
.ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item .s-contacts-icon {
    border: 1px solid #eecd7f;
  border-radius: 50%;
  padding: 6px;
  background: var(--color-primary);
}
.ps-footer--block .ps-block__title,
.ps-footer .s-social-link a{
      color: #dbab73;
    text-shadow: 1px 1px black;
}
.s-contacts-icon svg {
  fill: #dbab73;
}
@media screen and (max-width: 600px) {

  .grid-banners a {
    width: 48%;
  }
  .grid-banners a:nth-child(5) {
    width: 98%;
  }

}
@media (max-width: 1024px) {
    .flex-logo-menu .navbar-brand img, .ps-header__center img,.main-nav-container.fixed-pinned .navbar-brand img, .main-nav-container.fixed-pinned .ps-header__center img{
        max-width: 126px !important;
        height: 72px !important;
      max-height: 75px !important;
    }
}
@media (max-width: 768px) {
    .s-payments-list .s-payments-list-item {
        height: 26px;
        border: 1px solid;
    }