/** Shopify CDN: Minification failed

Line 128:0 Unexpected "@media"

**/
.product-card-wrapper .card-information > .yotpo-rating-container{
    margin-top: 0;
  }  
  .product-card-wrapper button{
    box-sizing: border-box;
  }
  .product-card-wrapper .card__information{
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .product-card-wrapper .card__information .card__info-items{
    display: flex;
    gap: 1rem;
    width: 100%;
  }
  .product-card-wrapper .card-information{
    margin-bottom: 2.2rem
  }
  .product-card-wrapper .card__information .card__heading{
    flex: 1;
    font-weight: 600;
  }
  .product-card-wrapper .card__information .card-price-info{
    width: min-content;
    min-width: 50px;
  }
  .product-card-wrapper .card__information .card-price-info .price.price--on-sale .price__container > .price__sale{
    display: flex;
    flex-direction: column-reverse;
  }
  .product-card-wrapper .card__action,
  .product-card-wrapper .card__action:hover{
    font-size: 1.4rem;
    text-decoration: none !important;
    min-height: 3.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

  }
  .product-card-wrapper .card__price-container{
    padding-bottom: 1.5rem;
  }
  .product-card-wrapper .price-item{
    font-size: 1.4rem;
  }
  .product-card-wrapper .price--on-sale .price-item.price-item--regular{
    font-size: 1.4rem;
    margin-right: 0.3rem;
    /* display none for now need to remove it later */
  }
  .product-card-wrapper .yotpo .sr-only{
    position: unset;
    width: unset;
    height: unset;
    padding: unset;
    margin: unset;
    margin-left: 2px;
    overflow: unset;
    clip: unset;
    border: unset;
    font-size: 1.4rem;
    font-family: var(--font-body-family);
    color: rgb(var(--color-foreground));
  }
  .product-card-wrapper .yotpo-icon.yotpo-icon-star{
    font-size: 2.0rem;
  }
  .product-card-wrapper .yotpo-stars  span.yotpo-icon:not(:nth-last-child(-n + 2)){
    display: none;
  }
  .product-card-wrapper .yotpo-icon:before{
    content: "\e60e" !important;
  }
  .product-card-wrapper .yotpo-stars{
    display: flex;
    flex-wrap: nowrap;
  }
  .product-card-wrapper .card__inner {
    --ratio-percent: 100% !important;
  }
  .product-card-wrapper .card__content > *{
    grid-column: unset;
    grid-row: unset;
  }


  .product-swatch-blk + .card__information{
    padding-top: 0;
  }


/* GREG GENERATED STYLING */

/* this is for disabling the slider feature on mobile */

@media screen and (min-width: 768px) {
    .slider.enable-desk-slider-false {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .slider.enable-desk-slider-false li {
        margin-bottom: 30px;
    }

    .enable-slider-slider-false .collection__title--btn {
        padding: 0 !important;
    }

    .enable-slider-slider-false .slider-buttons  {
        display: none !important;
    }
}s

/* This is for the 2 col layout on phone view silder product section 
START
*/


@media screen and (max-width: 767px) { 
    .collection.phone_layout_1col .grid.product-grid,
    .collection.phone_layout_2col .grid.product-grid {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .collection.phone_layout_2col .grid.product-grid.slider--tablet:after {
        padding-left: 0px !important;
    }

    .collection.phone_layout_1col .slider-buttons,
    .collection.phone_layout_2col .slider-buttons  {
        display: none !important;
    }

    .collection.phone_layout_1col .grid.product-grid .grid__item.slider__slide,
    .collection.phone_layout_2col .grid.product-grid .grid__item.slider__slide {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .collection.phone_layout_2col .grid.product-grid .grid__item.slider__slide,
    .collection.phone_layout_2col .grid__item:only-child{
        width: calc((100% / 2) - calc(var(--grid-mobile-horizontal-spacing) / 2)) !important;
        max-width: calc((100% / 2) - calc(var(--grid-mobile-horizontal-spacing) / 2)) !important;
        min-width: calc((100% / 2) - calc(var(--grid-mobile-horizontal-spacing) / 2)) !important;
    }

    .collection.phone_layout_2col .grid.product-grid .grid__item.slider__slide .card-wrapper {
        padding: 0 5px !important;
    }

    
}

/* This is for the 2 col layout on phone view silder product section 
END
*/
