/** Shopify CDN: Minification failed

Line 88:0 Expected "}" to go with "{"

**/
.featured-collections .swiper-container {
    padding-top: 80px;
    padding-bottom: 40px;
}

.supply-box {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EDFFD6;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    cursor:pointer;
    border-bottom: 1px solid #EDFFD6;
    position: relative;
    z-index: 0;
    max-width: 196px;
    min-height: 116px;
    padding-top: 35px;
}

.supply-box:hover{
   box-shadow: 0px 4px 50px rgba(190, 200, 210, 0.5);
}

.supply-box-selected{
  box-shadow: 0px 4px 50px rgba(190, 200, 210, 0.5);
}


.supply-box .supply-box-image{
  width: 76px;
  height: 76px;
  position: absolute;
  top: -38px;
}

.supply-box .supply-box-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Ensures full image is shown */
}

.supply-box h4{
  margin: 0;
}
.supply-box h4 a{
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #003162;
  margin: 0;
  text-decoration: none;
}
.swiper-scrollbar {
    background: #D9D9D9;
}
.swiper-scrollbar .swiper-scrollbar-drag:empty{
  display:block;
  background:  #003162;
  width: 55px !important;
}



.swiper-container-horizontal>.swiper-scrollbar {
    left: 5%;
  width: 90%;
}

@media(max-width: 767px){

  .featured-collections .swiper-container {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  
  .supply-box {
    min-width: 196px;
}
