/* SCSS file content */
.collection_wrap .row {
  --bs-gutter-y: 36px;
}
@media screen and (min-width: 768px) {
  .collection_wrap .row {
    --bs-gutter-y: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .collection_wrap .row {
    --bs-gutter-y: 68px;
  }
}
.collection_wrap .product-card_title {
  margin-top: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .collection_wrap .product-card_title {
    margin-top: 12px;
    font-size: 22px;
  }
}