/** Shopify CDN: Minification failed

Line 51:1 Unexpected "}"

**/

/* Recommend Popup */
.recommended-products {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  z-index: 999 !important;
}
.recommended-products .mfp-close:hover {
  background: var(--color-primary);
}
.recommended-products .mfp-close:hover:after {
  color: #fff;
}
.recommended-products .gp-popup-wrapper {
  max-width: 950px !important;
  overflow: visible !important;
  padding: 0 !important;
}

.recommended-popup {
  padding: 30px 15px!important;
  overflow: auto;
  max-height: 90vh;
  scrollbar-width: thin;
}


.recommended-popup::-webkit-scrollbar {
  width: 6px;
}
.gp-popup-wrapper > div{
  height : 100%
}

.recommended-products .mfp-close {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #ebeeee;
  top: -13px;
  right: -13px;
  opacity: 1;
}}
.recommended-products.active {
  opacity: 1;
  visibility: visible;
  z-index: 102;
}
.recommended-products .section-heading-content {
  margin-bottom: 35px;
}
.recommended-products h3.title {
  font-size: 36px;
}
@media (min-width: 767px) {
  .recommended-products h3.title {
    font-size: 44px;
  }
  .recommended-products .gp-product-wrapper {
    padding: 30px 15px;
  }
}
.recommended-products .close-box {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}
.recommended-products .close-popup {
  position: absolute;
  background: #ebeeee;
  right: -16px;
  top: -16px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  line-height: 28px;
  font-size: 11px;
  text-align: center;
  padding: 0 5px;
}
.recommended-products .product-card-item .color-swatch {
  display: none;
}
.recommended-products .product-card-item .price:not(.price--on-sale) .price__regular .price-item {
  color: var(--color-old-price);
}

.recommended-products .close-popup {
    right: 0;
    top: 0;
    background: none;
}

.product-grid:not(.product-grid-slider) {
  /* We set the scroll snapping */
  scroll-snap-type: x mandatory;
  /* Necessary for mobile scrolling */
  -webkit-overflow-scrolling: touch;
  /* For layout purposes */
  display: flex;
  /* To allow horizontal scrolling */
  overflow-x: scroll;
}

@media (max-width: 360px) {
  .product-grid.grid--2-col .grid__item{
    width: 100%;
  }
}

.recommended-products .card-information {
    margin-top: 0px;
    padding: 0 2rem;
}

.recommended-products .pagination__item {
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0 5px;
  margin: 0 15px;
  position: absolute;
}

.recommended-products .pagination__item:not([disabled]) { 
  border: 1px solid #ebeeee;
  color: #9a9a9a;
  background-color: #fff;
}
.recommended-products .product-grid.slider .grid__item {
  padding: 0 15px;
}
@media (max-width: 1200px) {
    .recommended-products slider-component .slider {
      padding-bottom: 0;
    }
}

.recommended-products .pagination__item:not([disabled]):hover {    
  border: 1px solid #2c2c2c;
  color: #fff;
  background-color: #2c2c2c;
}

.recommended-products .pagination__item--next {
  right:0;
}