.homepage-collection-link {
  margin: 12px 0;
  padding-top: 0;
  text-align: center;
}
.hp-title h6,
.homepage-collection-link h6{
  margin-bottom: 0;
}
.homepage-collection-link a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: none;
  line-height: 1.1;
}
.homepage-collection-link a:hover {
  opacity: 0.6;
}
.homepage-collection-link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 0;
}
.homepage-collection-link h3 {
  margin-bottom: 0;
}
.collection-grid .indiv-collection-grid-homepage {
  margin-bottom: 32px;
  visibility: visible;
    display: flex;
    flex-direction: column;
}
.collection-grid .indiv-collection-grid-homepage .button-group{
  margin-top:auto;
}

.homepage-section--featured-collections-wrapper .indiv-col-2:nth-child(2n + 1) {
  clear: both;
}
@media screen and (min-width: 768px) {
  .homepage-section--featured-collections-wrapper
    .indiv-col-3:nth-child(3n + 1),
  .homepage-section--featured-collections-wrapper
    .indiv-col-4:nth-child(4n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .homepage-section--featured-collections-wrapper
    .indiv-col-4:nth-child(2n + 1) {
    clear: both;
  }
}
.homepage-collection-grid-inner .grid-image {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* .homepage-collection-grid-inner .grid-image .grid-image--centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
} */
.homepage-collection-grid-inner .grid-image .grid-image--centered img {
  display: inline-block;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}


.collection-product-group .btn{
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
}


h2, .h2{
  font-size: 74px;
}

@media (max-width: 768px) {

h2, .h2{
  font-size: 36px;
}
}


h3, .h3{
  font-size: 54px;
}

@media (max-width: 768px) {

h3, .h3{
  font-size: 24px;
}
}