.productsgrid_container .catalog-content a{
 text-decoration: underline;
}

.productsgrid_container .catalog-content a:hover{
 text-decoration: none;
}

.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #317cc5;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}
 
.toolbar .cart-btn>.btn { background: #e0a73b;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }
 
.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #317cc5;
    color: #fff;
}
 
.toolbar .cart-btn>.btn {
    background: #000000;
}
 
btn:hover>.button, .toolbar .cart-btn:hover>.btn {
    background-color: #b1c6db;
}

#reviews-section {
  margin: 40px auto;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
  font-family: sans-serif;
}

#reviews-section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

#reviews-section .swiper-wrapper {
  display: flex;
}

#reviews-section .swiper-slide {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  width: 100%;
  flex-shrink: 0;
}

#reviews-section .stars {
  color: #f39c12;
  font-size: 20px;
  margin-bottom: 10px;
}

#reviews-section .author {
  margin-top: 10px;
  font-style: italic;
  color: #555;
}

#reviews-section .author .date {
  display: inline-block;
  margin-left: 6px;
  color: #888;
  font-size: 14px;
}

#reviews-section .source {
  margin-top: 6px;
  font-size: 13px;
  color: #777;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}

#reviews-section .source .icon svg {
  display: inline-block;
  vertical-align: middle;
}
#reviews-section > p, #reviews-section > h3{
	text-align: center;
}
#reviews-section .total-rates{
  margin-bottom: 15px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important; /* переопределяет стрелку */
}

#reviews-section .swiper-button-next {
  right: -5px;
}

#reviews-section .swiper-button-prev {
  left: -5px; 
}

@media (max-width: 768px) {
  
  .home-slider .mobileimg {
    display: block;
    width: 100%;
    height: auto;
    min-height: 450px;
    object-fit: contain;
  }

  .home-slider .image-wrapper {
    width: 100%;
    min-height: 450px;
    overflow: hidden;
  }
  
  .home-category-banner-row .mobileimg {
    display: block;
    width: 100%;
    height: auto;
    min-height: 175px;
    object-fit: contain;
  }
  
  .home-category-banner-row .image-wrapper{
    width: 100%;
    min-height: 175px;
    overflow: hidden;
  }
}

a{
/*text-decoration: underline;*/
}

@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 8px !important; /* увеличивает расстояние между точками */
  }

  .swiper-pagination {
    padding: 10px 0;
  }
  
  :root {
    --swiper-pagination-bullet-size: 14px;
    --swiper-pagination-bullet-width: 14px;
    --swiper-pagination-bullet-height: 14px;
  }

  .swiper-pagination-bullet {
    margin: 6px !important;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .swiper-pagination-bullet:hover,
  .swiper-pagination-bullet:focus {
    transform: scale(1.4);
    background-color: #1e5aa5;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.6);
    /*background-color: #184a82;*/
  }
}

@media (min-width: 769px) {
  :root {
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-width: 12px;
    --swiper-pagination-bullet-height: 12px;
  }

  .swiper-pagination-bullet {
    margin: 2px;
  }
}

.invoiceProductCode,
.product-sku,
.catalog-single .tile .footer-wrapper span {
  color: #6a6a6a !important;
}

.brand-label a:link,
.brand-label a:visited {
  color: #6a6a6a !important;
}

.invoiceProductCode,
.product-sku, .catalog-grid .tile .footer-wrapper-price span, .catalog-single .tile .footer-wrapper span  {
  color: #6a6a6a !important;
}