/** Shopify CDN: Minification failed

Line 19:39 Unexpected "{"
Line 19:48 Expected ":"

**/
.template-collection .our-categories{
  padding: 0 !important;  
}
.template-collection .breadcrumbs-section,
.product-grid-wrapper-cro{
  background: #171717;
}
.product-grid-wrapper-cro .row{
  max-width: 1416px;
  padding: 0 8px;
  margin: 0 auto;
}
.template-collection #shopify-section-{{ section.id }} .our-categories h2.heading-wraaper p {
    font-size: 48px;
    margin: 0;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 21px;
    text-align: center;
    font-family: 'PP Neue Montreal';
}
.product-grid-wrapper-cro .row .small-12.columns{
  padding: 0;
}
/* ==================================== Breadcrumbs ==================================== */
.template-collection .breadcrumbs-section .row{
  padding: 0;
}
.template-collection .breadcrumbs-section .row .small-12.columns{
  padding: 0 9px;
}
.template-collection .breadcrumbs-section scroll-shadow{
--scroll-shadow-bottom: unset;
}
.template-collection .breadcrumbs-section .breadcrumbs{
  padding: 25px 0 0;
}
.template-collection .breadcrumbs-section .breadcrumbs a{
  text-decoration: none;
  font-family: PP Neue Montreal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.template-collection .breadcrumbs-section .breadcrumbs i{
  opacity: 1;
  margin: 0 7px 0 4px;
  font-size: 18px;
  line-height: 1;
}
.template-collection .collection-container.section-spacing-bottom {
    margin-bottom: 40px;
}
/* ==================================== Filter ==================================== */
.product-grid-wrapper-cro .facets--bar-left-desktop .facets-toggle,
.product-grid-wrapper-cro .facets--bar .facets-toggle{
  font-family: PP Neue Montreal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 25%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
}
.product-grid-wrapper-cro .facets--bar-left-desktop .facets-toggle svg,
.product-grid-wrapper-cro .facets--bar .thb-filter-sort-count,
.product-grid-wrapper-cro .facets--bar .facets-toggle svg{
  display: none;
}
.product-grid-wrapper-cro .facets--bar {
    display: flex;
    margin: 5px 0 0px 20px;
    position: relative;
    top: -25px;
  z-index:1;
}

/* ==================================== Product Grid ==================================== */
.product-grid-wrapper-cro .slider-product-card .product-card .price-title-wrapper{
  margin: 10px 0 16px;
}
.product-grid-wrapper-cro .slider-product-card .product-card{
  padding: 25px 18px 23px;
  min-height: unset;
  height:100%;
}
.product-grid-wrapper-cro .slider-product-card .review-discount-wrapper{
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 10px 0 0;
}
.product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .review-wrapper,
.product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .star-wrapper{
  display: flex;
  align-items: center;
}
.product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .review-wrapper{
  gap: 7px;
}
.product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .star-wrapper{
  gap: 1px;
}
.product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .star-wrapper svg{
  width: 100%;
  max-width: 13px;
  height: 13px;
}
.product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .review-wrapper span,
.product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .discount-tag{
  font-family: PP Neue Montreal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .discount-tag{
  display: block;
  background: linear-gradient(93.57deg, rgba(204, 59, 168, 0.75) -4.04%, rgba(102, 30, 84, 0.25) 111.17%);
  padding: 8px 16px;
  border-radius: 50px;
}

@media screen and (max-width: 1200px){
  .product-grid-wrapper-cro .products.collection .column.slider-product-card{
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 1024px){
  .product-grid-wrapper-cro .facets--bar-sticky{
    background: #171717;
  }
  .product-grid-wrapper-cro .facets--bar .facets-toggle{
    border: none;
    justify-content: start;
  }
  .product-grid-wrapper-cro .facets--bar{
    margin: 25px 0 0px 5px;
    top:-20px;
  }
  .product-grid-wrapper-cro .sidebar-container .products.collection.row {
    overflow: hidden;
    padding-top: 7px;
    row-gap: 7px;
}
}
@media screen and (max-width: 768px){
  .template-collection .breadcrumbs-section{
    display: none;
  }
   .product-grid-wrapper-cro .sidebar-container .products.collection.row {
    padding-bottom: 15px;
}
  .template-collection .collection-container.section-spacing-bottom {
    margin-bottom: 18px;
}
  .product-grid-wrapper-cro .products.collection .column.slider-product-card{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .template-collection .our-categories{
    padding: 27px 0 0 !important;
  }
  .product-grid-wrapper-cro .slider-product-card .product-card{
    padding: 13px 10px 12px;
  }
  .product-grid-wrapper-cro .slider-product-card .product-card .product-featured-image{
    margin: 0 12px;
  }
  .product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .star-wrapper svg{
    max-width: 7px;
    height: 7px;
  }
  .product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .review-wrapper span, 
  .product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .discount-tag{
    font-size: 8px;
  }
  .product-grid-wrapper-cro .slider-product-card .review-discount-wrapper .discount-tag{
    padding: 4px 8px;
    border-radius: 27px;
  }
  .product-grid-wrapper-cro .slider-product-card .product-card .price-title-wrapper{
    margin: 5px 0 7px;
  }
  .product-grid-wrapper-cro .slider-product-card .product-card .product-card-title,
  .product-grid-wrapper-cro .slider-product-card .product-card .price, 
  .product-grid-wrapper-cro .slider-product-card .product-card .product-card--add-to-cart-button,
  .slider-product-card .product-card .price .amount.discounted .money, 
  .slider-product-card .product-card .price .amount.discounted .from{
    font-size: 12px;
  }
  .product-grid-wrapper-cro .slider-product-card .product-card .product-card--add-to-cart-button{
    padding: 13px;
    border-radius: 27px;
  }
  .product-grid-wrapper-cro .price del+ins{
    margin-left: 5px;
  }
}