

/* Start:/local/templates/main/template_styles.css?17800449451891*/
/*
date: 16.04.2025
week task id: 2658
author: spartak 
*/

.filter__amount {
	display: none;
}

.product__cost.d-grid {
	display: grid!important;
	grid-template-areas: "a b c";
}

.product__cost.d-grid .product__price-discount {
  grid-area: c;
}

.product__cost.d-grid .product__price {
  grid-area: a;
}

.product__cost.d-grid .product__price-old {
  grid-area: b;
}



.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #f5f8fa;
  color: #1a2b3c;
  border-top: 1px solid #e2e8ee;
  padding: 16px 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-consent--hidden {
  display: none;
}

.cookie-consent__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-consent__text {
  margin: 0;
  flex: 1 1 280px;
}

.cookie-consent__text a {
  color: #0083c9;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-consent__btn {
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  background-color: #0083c9;
  color: #ffffff;
  border: 2px solid #0083c9;
  transition: background 0.2s, border-color 0.2s;
}

.cookie-consent__btn:hover {
  background-color: #006da8;
  border-color: #006da8;
}

.cookie-consent__btn--outline {
  background-color: transparent;
  color: #0083c9;
}

.cookie-consent__btn--outline:hover {
  background-color: #0083c9;
  color: #ffffff;
}

@media (max-width: 600px) {
  .cookie-consent__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent__actions {
    justify-content: stretch;
  }

  .cookie-consent__btn {
    flex: 1;
  }
  .cookie-consent__text{
    flex: none;
  }
}
/* End */
/* /local/templates/main/template_styles.css?17800449451891 */
