/** Shopify CDN: Minification failed

Line 153:34 Unexpected ","
Line 154:58 Unexpected ","

**/
/* Quick collection layout */
.collection-quick__grid {
  display: grid;
  gap: var(--collection-quick-gap, 1.25rem);
  grid-template-columns: repeat(var(--collection-quick-columns-mobile, 1), minmax(0, 1fr));
}

@media screen and (min-width: 700px) {
  .collection-quick__grid {
    grid-template-columns: repeat(var(--collection-quick-columns-tablet, 2), minmax(0, 1fr));
  }
}

@media screen and (min-width: 1000px) {
  .collection-quick__grid {
    grid-template-columns: repeat(var(--collection-quick-columns-desktop, 3), minmax(0, 1fr));
  }
}

.collection-quick-card {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgb(var(--text-color) / 0.08);
  background-color: rgb(var(--background));
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.collection-quick-card:where(:hover, :focus-within) {
  box-shadow: 0 1.5rem 3rem -1.5rem rgb(var(--text-color) / 0.18);
  transform: translateY(-4px);
}

.collection-quick-card__media {
  overflow: hidden;
  border-radius: 0.75rem;
}

.collection-quick-card__image,
.collection-quick-card__drawer-image,
.collection-quick-card__placeholder {
  display: block;
  width: 100%;
  height: auto;
}

.collection-quick-card__placeholder {
  background: rgb(var(--background));
}

.collection-quick-card__title {
  margin: 0;
}

.collection-quick-card__drawer-header {
  display: grid;
  gap: 0.5rem;
}

.collection-quick-card__drawer-content {
  padding-block: 0.5rem 1rem;
}

.collection-quick-card__drawer-form {
  display: grid;
  gap: 1rem;
}

.collection-quick-card__variant-label {
  font-weight: 600;
}

.collection-quick-card__variant-select {
  width: 100%;
}

.collection-quick-card__sold-out {
  margin: 0;
  color: rgb(var(--text-color) / 0.6);
}

.collection-quick__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.AirReviews-Blocks__Summary.desktop {
  width: 65%;
  margin: auto !important;
}
.AirReviews-Blocks--Rate{
  border:none !important;
}
.AirReviews-Blocks--List{
  border:none !important;
}
.AirReviews-Blocks--Actions{
  border:none !important;
}
.AirReviews-Text--heading11xl {
    font-size: 40px!important;
}
.AirReviews-BlocksAll__Heading{
  font-size:1.4em !important;
  font-family: var(--heading-font-family) !important;
}

.AirReviews-Blocks--Title{
  display:none !important;
}

.AirReviews-Blocks__ActionRate svg{
  width:30px;
  height: 30px;
}
.AirReviews-Blocks--List{
  gap: 6px !important;
}
 
 .product-card__figure img {
  padding: 0px !important;
  mix-blend-mode: multiply !important;
}
.product-card__figure img[alt*="fullwidth"] {
  padding: 0px !important;
}
.product-card__figure {
  mix-blend-mode: multiply !important;
}
 
.ajax-loader :where(*) {
  margin-block-start: 0em !important; 
}
.ajax-loader a  {
    background: 0px !important ;
}

.prose featured-collections-carousel :where(*) {
  margin-block-start: 0em !important; 
}
.prose featured-collections-carousel a  {
    background: 0px !important ;
}

.swatch-taille {margin-top: 10px;}, 
      .min-h-xs {min-height: clamp(15rem, 35vmax, 20rem);},

      .icon-accordion-small-arrow {
  background-color: #c1caea1a;
  padding: 5px;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  place-items: center;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    transform 0.3s ease-in-out !important;
}

.icon-accordion-small-arrow:hover {
  background-color: #0d0845;
  color: #fff;
}
[data-block-id="line_item_property_nergYD"] {
  margin-bottom: 0 !important;
  background-color:#f5fdf6;
  padding: 15px 10px 0 10px;
}

@media screen and (min-width: 1000px) {
    .cart-drawer__cross-sell-carousel {
        grid-auto-columns: 45% !important;
        column-gap: 0.25rem;
    }
}

@media screen and (max-width: 900px) {
  .color-scheme--scheme-2 .container{
    padding-left:20px;
    padding-right:20px;
  }

  #AirReviews-BlockAllWrapper .AirReviews-BlocksAll.AirReviews-Blocks__LayoutGrid.AirReviews--PageWidth__Sm .AirReviews-Blocks__ListReview {
    column-count: 2 !important;
}
}


