/** Shopify CDN: Minification failed

Line 314:0 Unexpected "}"

**/
.product-image-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .gpc__atb-btn {
      display: none;
  }
}
.gpc__atb-btn {
    width: 28px;
    height: 28px;
}
.ecomminds-feature-col__product-image.secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-image-wrapper:hover .ecomminds-feature-col__product-image.secondary {
  opacity: 1;
}
.product-image-wrapper:hover .ecomminds-feature-col__product-image.primary {
  opacity: 0;
}

.ecomminds-feature-col {
  margin-bottom: 20px;
  width: 100vw;
  background-color: #f7f7f7;
  padding: 20px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  
}
.ecomminds-feature-col__header {
  text-align: center;
  margin-bottom: 20px;
}
.grid-content {
  text-align: left;
}

.ecomminds-feature-col__collections {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  position: relative;
}
.ecomminds-feature-col__collection-products {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecomminds-feature-col__product-list-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}
.ecomminds-feature-col__product-list {
  display: flex;
  overflow-x: auto;
  gap: 0px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.ecomminds-feature-col__product-list::-webkit-scrollbar {
  display: none;
}
.wayfx-product__item .wayfx-product__grid-image img{
  height:auto;
  width: auto;
}
.custom-scrollbar {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2.5px;
}
.custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 5px;
  background: #000;
  border-radius: 2.5px;
  cursor: grab;
  transition: transform 0.2s;
}

.ecomminds-feature-col__product {
  flex: 0 0 auto;
  width: 320px;
  text-align: left;
  position: relative;
}
.ecomminds-feature-col__product-link {
  text-decoration: none;
  color: inherit;
}
.ecomminds-feature-col__product-image {
  width: 290px;
  height: 290px;
  object-fit: cover;
}
.ecomminds-feature-col__product-title {
  font-size: 0.9em;
  margin-top: 5px;
}

.ecomminds-feature-col__collections-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.ecomminds-feature-col__collection-button {
  text-transform: uppercase;
}
.ecomminds-feature-col__collection-button.active {
  border-bottom: 2px solid #000;
  font-weight: bold;
}

.ecomminds-feature-col__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f0f0f0;
  color: #000;
  padding: 5px 10px;
  font-size: 0.8em;
  border-radius: 4px;
  z-index: 1;
}

.ecomminds-feature-col__arrow {
  position: absolute;
  top: 30%;
  transform: translateY(-80%);
  z-index: 9;
  pointer-events: auto;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}
.ecomminds-feature-col__arrow--left {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.ecomminds-feature-col__arrow--right {
  right: 20px;
}

.ecomminds-feature-col__product-list.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

@media (max-width: 1024px) {
  .ecomminds-feature-col__product-list-wrapper {
    display: flex;
    overflow-x: auto;
    padding: 5px 0;
    scroll-snap-type: x mandatory;
    padding-left: 5px;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
  }
  .ecomminds-feature-col__product {
    flex: 0 0 80%;
    max-width: 290px;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
  }
  .ecomminds-feature-col__product-image {
    width: 92%;
    max-width: 260px;
    height: auto;
  }
  .ecomminds-feature-col__collections-list {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    scroll-snap-align: start;
  }
  .ecomminds-feature-col__collection-button {
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    scroll-snap-align: start;
  }

  .ecomminds-feature-col__arrow {
    display: none;
  }
  .ecomminds-feature-col .wayfx-product__item .wayfx-product__grid-image{height: 240px !important}
}

.wayfx-product__item.wayfx-product__item--grid {
  min-width: 24%;
}
.wayfx-product__item .wayfx-product__grid-image:hover .hover_opacity {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
    .ecomminds-feature-col .wayfx-product__item .wayfx-product__grid-image{
    height: auto !important;
  }
  .hover_btn.hover_opacity{display: none !important;}
  .wayfx-product__item .wayfx-product__grid-image:hover .hover_opacity{
    display: none;
  }
}
@media all and (max-width: 600px) {
  .wayfx-product__item.wayfx-product__item--grid {
    width: 50%;
    min-width: 50%;
  }
  .wayfx-product__item .wayfx-product__grid-image:hover .hover_opacity{
    display: none;
    flex-direction: column;
    align-items: start;
    width: 100%;
    text-align: left;
  } 
  .ecomminds-feature-col .wayfx-product__item .wayfx-product__grid-image{
    height: auto !important;
  }
  /* .quick_view_btn{margin-left:  0 !important; } */
}
.hover_opacity{
  opacity: 0;
  bottom: 24px;
}
.mobile_add_cart{
  right: 5px;
  bottom: 5px;
}
.hover_btn {
  position: absolute;
  
  display: flex;
}
.add_cart_btn {
  padding: 0 9px;
  font-size: 12px !important;
  height: 40px !important;
}
.reveal .hover_btn{z-index: 9999 !important;}
.add_cart_btn:hover{
  background: White;
}
.quick_view_btn {
  background: white;
  margin-left: 10px;
  padding: 0 9px;
  font-size: 12px;
}



@media screen and (max-width:576px){
   a.yotpo-sr-bottom-line-summary{

    display: flex !important;
    flex-direction: column-reverse !important;
    text-align: left !important;
    width: 100% !important;
    justify-content: flex-start !important;
    flex-wrap: wrap;
}
  .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel{font-size: 12px !important}
    
  }
  .ecomminds-feature-col__product-list .grid-content .text-center-reviews{margin: unset}
  .ecomminds-feature-col__product-list .grid-content{
    margin-top: 0px;
  }
a.yotpo-sr-bottom-line-summary + div{margin-right: 5px !important;}
a.yotpo-sr-bottom-line-summary{flex-wrap: wrap !important;}

}
.ecomminds-feature-col__collections .wayfx-product__item .wayfx-product__grid-image{height: unset !important;}
