.category-part-wrapper {
  font-family: Montserrat;
  margin: 32px 0;
  border-radius: 12px;
  border: solid 1px #aaa8b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 466px;
}

.category-part-wrapper .category {
  border-radius: 12px 0 0 12px;
  background-color: #040f3d;
  text-align: center;
  margin-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.category-part-wrapper .category.gray {
  background-color: #f3f4f7;
}

.category-part-wrapper .category.gray .title {
  color: #040f3d;
}

.category-part-wrapper .category .logo {
  padding-bottom: 10px;
}

.category-part-wrapper .category .logo img {
  width: 40px;
  height: 40px;
}

.category-part-wrapper .category .logo.best-3\.svg {
  height: 20px;
}

.category-part-wrapper .category .logo.best-3\.svg img {
  height: 20px;
}

.category-part-wrapper .category .title {
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: 0.09px;
  color: #fff;
  width: 250px;
  padding: 0 40px;
  text-transform: uppercase;
}

.category-part-wrapper .products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.category-part-wrapper .products-wrapper .product {
  width: 245px;
  height: 426px;
  margin: 20px;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 20px 25px;
}

.category-part-wrapper .products-wrapper .product .image-wrapper {
  position: relative;
  width: 195px;
  height: 195px;
  margin: auto;
  border: solid 1px #aaa8b3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}


.category-part-wrapper .products-wrapper .product .image-wrapper a {
  height: 100%;
  display: flex;
}

.category-part-wrapper .products-wrapper .product .image-wrapper img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

.category-part-wrapper .products-wrapper .product .title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.41px;
  color: #212026;
  margin-top: 15px;
}

.category-part-wrapper .products-wrapper .product .price-wrapper {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.category-part-wrapper .products-wrapper .product .price-wrapper .actual {
  margin: 8px 12px 5px 0;
  font-weight: 600;
  color: #040f3d;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
}

.category-part-wrapper .products-wrapper .product .price-wrapper .off {
  margin: 0 0 2px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #dea14b;
  display: inline-block;
}

.category-part-wrapper .products-wrapper .product .price-wrapper .was {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.15;
  color: #212026;
}

.category-part-wrapper .products-wrapper .product .price-wrapper .was span {
  text-decoration: line-through;
}

.category-part-wrapper .products-wrapper .product .review-wrapper {
  margin: 11px 0;
}

.category-part-wrapper .products-wrapper .product .review-wrapper a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06px;
  color: #4b65bf;
}

.category-part-wrapper .products-wrapper .product .review-wrapper a .review {
  text-decoration: underline;
}

.category-part-wrapper .products-wrapper .product .check-button-wrapper {
  width: 160px;
  height: 40px;
  margin: 6px 0 0 0;
  background: #4b65bf;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
  text-align: center;
  color: #fff;
  padding: 4px 0 0 0;
}

.category-part-wrapper .products-wrapper .product .check-button-wrapper .check-button-link {
  display: block;
  color: white;
  text-decoration: none;
}

@media (max-width: 600px) {
  .category-part-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }

  .category-part-wrapper .category {
    width: 100%;
    margin: 0;
    border-radius: 12px;
  }

  .category-part-wrapper .category .logo {
    padding-bottom: 0;
    padding-top: 10px;
  }

  .category-part-wrapper .category .logo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }

  .category-part-wrapper .category .title {
    padding: 10px 40px;
    font-size: 20px;
  }

  .category-part-wrapper .products-wrapper {
    width: 100%;
  }

  .category-part-wrapper .products-wrapper .product {
    margin: 20px auto;
  }
}

