.subcat-box {
    height: 90px;
}
@media (min-width: 992px) {
  .subcategory-block {
    grid-auto-columns: 25%;
  }
}
.subcategory-block {
  grid-template-rows: repeat(2, 110px);
  gap: 5px 30px;
}
.subcategory-item p {
    margin-bottom: 0 !important;
}
#manufacturer .card img {
    max-width: 70%;
    height: auto;
}
.product-miniature__thumb-link:hover img {
    opacity: 0.8;
}
#index article .variant-links {
    display: none;
}
article .variant-links {
    position: initial;
    background: none !important;
    /* margin: 0 auto; */
    display: table;
    box-shadow: none !important;
    min-height: 0px !important;
    max-height: 0px;
    padding: 0px;
    max-width: 90%;
}
article .color {
    border-radius: 50%;
    box-shadow: none !important;
    width: 1.3rem;
    height: 1.3rem;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border: 1px solid rgba(0,0,0,.8);
    cursor: pointer;
    background-size: contain;
}
.checkout-step .nav-link.active {
  background: #1A4175 !important;
  color: white !important;
}
@media (max-width:768px) {
    .compact-toggle-text {
        line-height: 36px;
    }
    .lang-select {
        margin-left: 10px;
    }
}
.products-list__block {
    margin-bottom: 2rem;
}
