:root {
  --w24-ink: #162c3d;
  --w24-line: #d7e4ea;
  --w24-steel: #f5f8fa;
  --w24-blue: #1466a9;
}

.header-banner {
  background: var(--w24-ink);
  color: #fff;
}

.header-top {
  border-bottom: 1px solid var(--w24-line);
  box-shadow: 0 16px 36px rgba(22, 44, 61, 0.06);
}

.header-top__link {
  color: var(--w24-ink);
}

.block-category--demo-polish > img {
  display: block;
  width: 100%;
  max-height: 16rem;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #fff, var(--w24-steel));
  border-radius: 8px;
}

@media (min-width: 992px) {
  .block-category--demo-polish > img {
    object-fit: cover;
  }
}

.l-main-col--left {
  position: sticky;
  top: 1rem;
  align-self: flex-start;
}

.products-sort-order .custom-select,
.products-selection .custom-select,
.products-selection select {
  min-height: 2.75rem;
  border-color: var(--w24-ink);
  border-radius: 0;
}

.pagination .page-list,
.pagination {
  gap: 0.375rem;
}

.product-miniature--demo-polish {
  border: 1px solid var(--w24-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(22, 44, 61, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-miniature--demo-polish:hover,
.product-miniature--demo-polish:focus-within {
  border-color: rgba(20, 102, 169, 0.45);
  box-shadow: 0 18px 38px rgba(22, 44, 61, 0.11);
  transform: translateY(-2px);
}

.product-miniature--demo-polish .product-miniature__content {
  border-top: 1px solid var(--w24-line);
}

.product-miniature--demo-polish .product-price {
  color: var(--w24-blue);
}

.product-miniature--demo-polish .product-miniature__thumb-link,
.product-miniature--demo-polish .thumbnail-container {
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}

.product-miniature--demo-polish img {
  mix-blend-mode: multiply;
}

.product-page-card {
  border: 1px solid var(--w24-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(22, 44, 61, 0.08);
}

.product-cover-container {
  padding: 1rem;
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border-radius: 8px;
}

.product-cover-container img {
  mix-blend-mode: multiply;
}

.btn-primary,
.add-to-cart {
  background-color: var(--w24-blue);
  border-color: var(--w24-blue);
}

.btn-primary:hover,
.btn-primary:focus,
.add-to-cart:hover,
.add-to-cart:focus {
  background-color: #0f568f;
  border-color: #0f568f;
}

@media (max-width: 767.98px) {
  .block-category--demo-polish > img {
    max-height: 10rem;
  }
}
