.bestsellers .bestsellers-container{grid-gap:15px;display:grid;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:991.98px){.bestsellers .bestsellers-container{grid-template-columns:repeat(2,1fr)}}.bestsellers .bestsellers-container .collection-button{margin-top:10px}.bestsellers .bestsellers-container .collection-button button{text-transform:lowercase;width:100%;background:none !important;padding:0;text-align:left;}.bestsellers .bestsellers-container .product-card-wrapper{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:460px){.bestsellers .bestsellers-container .product-card-wrapper .product-card-qf .product-title{min-height:36px}.bestsellers .bestsellers-container .product-card-wrapper .collection-button button{padding:10px}}
.page-width-bestsellers {
  padding: 0 1rem;
}
.bestsellers .product-title {
  text-transform: uppercase;
  padding-top: 5px;
}
.bestsellers .product-card-qf .img-wrap {
 border-radius: 0; 
}
@media screen and (max-width: 768px) {
  .page-width-bestsellers {
   padding: 0 1.5rem; 
  }
}