/** Shopify CDN: Minification failed

Line 77:0 Unexpected "}"

**/
.home-top-collection-section .collection-cols-wrapper {
  position: relative;
  height: 100%;
}

.home-top-collection-section {
  margin-top: 40px;
}

.home-top-collection-section .large {
  grid-row: span 2;
}

.home-top-collection-section.medium {
  grid-column: span 2;
}

.home-top-collection-section {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
}

.home-top-collection-section .collection-image-wrapper {
  height: 100%;
  position: relative;
  padding-bottom: 80%;
}

.home-top-collection-section .collection-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-top-collection-section {
  position: relative;
}

.home-top-collection-section .section-heading {
    margin: 0 0 40px;
    text-align: center;
  font-weight: bold;
}

.home-top-collection-section .home-shop-by-category-wrapper {
  position: relative;
  z-index: 1;
}

.home-top-collection-section .collection-image-svg {
  background: rgb(128 128 128 / 20%);
}

.home-top-collection-section .row-grid {
  display:flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  gap:12px;
}
.home-top-collection-section .row-grid > * {
  flex:0 0 260px;
}

}

.home-top-collection-section .large {
  grid-row: span 2;
}

.home-top-collection-section .medium {
  grid-column: span 2;
}

.home-top-collection-section .medium .collection-image-wrapper {
  position: relative;
  padding-bottom: 55%;
}

.button-view-all-press {
  text-align: center;
}

.button-view-all-press-link {
  color: #b09656;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1.6px;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.home-top-collection-section .collection-cols-wrapper {
  position: relative;
  height: 100%;
}

.home-top-collection-section .collection-cols.default .collection-cols-wrapper .collection-content {
  /* width: 80%; */
}

.home-top-collection-section .collection-cols-wrapper .collection-content {
  /* position: absolute; */
  /* width: 63%; */
  /* top: 50%; */
  z-index: 2;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

.collection-content.bgfont_color {
    /* width: 100%; */
}

.home-top-collection-section p {
  margin: 0px;
}

.home-top-collection-section strong {
  text-decoration: underline;
  font-weight: 400;
}

.home-top-collection-section .collection-discount {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px 0px;
}

.home-top-collection-section .collection-title {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 9px;
    letter-spacing: 0px;
}

.home-top-collection-section .shop-now-button {
  display: inline-block;
}

.home-top-collection-section .shop-now-button-link {
  background: #f9ca4f;
  text-decoration: none;
  color: #000000;
  line-height: 21px;
  display: block;
  padding: 11px 20px;
  transition: .5s all;
  letter-spacing: 0px;
  font-weight: 500;
  border-radius: 4px;
      border: 1px solid transparent;
}

.home-top-collection-section .shop-now-button-link:hover {
  background: #000000;
  color: #ffffff;
  transition: 0.5s all;
}

@media only screen and (min-width: 750px) {
.home-top-collection-section .row-grid .collection-cols {
      aspect-ratio: 1;
}
}
@media only screen and (max-width: 1124px) {

  .home-top-collection-section .collection-title {
    font-size: 22px;
    line-height: 35px;
  }

}

@media only screen and (max-width: 991px) {
  .home-top-collection-section .collection-image-wrapper {
    padding-bottom: 120%;
  }
}

@media only screen and (max-width: 749px) {
  .home-top-collection-section {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {

  .home-top-collection-section .collection-title {
    font-size: 18px;
    line-height: 27px;
  }

  .home-top-collection-section .row-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-top-collection-section .large .collection-image-wrapper {
    position: relative;
    padding-bottom: 50%;
  }

  .home-top-collection-section .medium .collection-image-wrapper {
    position: relative;
    padding-bottom: 50%;
  }

  .home-top-collection-section .default .collection-image-wrapper {
    position: relative;
    padding-bottom: 70%;
  }

  .home-top-collection-section .collection-image-wrapper {
    height: 0%;
  }

  .home-top-collection-section .medium {
    grid-column: span 2;
  }

  .home-top-collection-section .large {
    grid-column: span 2;
    order: 2;
  }

  .home-top-collection-section .shop-now-button-link {
    font-size: 12px;
    line-height: 12.45px;
    padding: 10px 10px;
  }

  .home-top-collection-section .section-heading {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 19px;
  }

}

@media only screen and (max-width: 450px) {
  .home-top-collection-section .medium {
    grid-column: span 1;
  } 
  
  .home-top-collection-section .large {
    grid-row: span 1;
    grid-column: span 1;
  }

  .home-top-collection-section .row-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-top-collection-section .large .collection-image-wrapper {
    position: relative;
    padding-bottom: 100%;
  }


  .home-top-collection-section .medium .collection-image-wrapper {
    position: relative;
    padding-bottom: 100%;
  }

  .home-top-collection-section .default .collection-image-wrapper {
    position: relative;
    padding-bottom: 100%;
  }
  .home-top-collection-section .collection-cols-wrapper .collection-content {
    /* width: auto;
    top: 50%;
    left: 30px;
    transform: translateY(-50%); */
  }
}
.home-top-collection-section .row-grid.collection-size-2 {
    grid-template-columns: repeat(2, 1fr) 0%;
}
.collection-content {
    padding: 15px;
}.arrow-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  width:42px;
  height:42px;
  border-radius:50%;
  background:white;
  color:#111;
  font-size:20px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 3px 12px rgba(0,0,0,0.12);
  cursor:pointer;
  border:none;
  transition:.2s;
}
.arrow-btn:hover{
  background:#000;
  color:#fff;
}

.mb-prev{ left:-20px; }
.mb-next{ right:-20px; }

.home-top-
.arrow-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  width:42px;
  height:42px;
  border-radius:50%;
  background:white;
  color:#111;
  font-size:20px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 3px 12px rgba(0,0,0,0.12);
  cursor:pointer;
  border:none;
  transition:.2s;
}
.arrow-btn:hover{
  background:#000;
  color:#fff;
}
.mb-prev{ left:-20px; }
.mb-next{ right:-20px; }
.home-top-collection-section{ position:relative; }
