/** Shopify CDN: Minification failed

Line 38:2 "flexwrap" is not a known CSS property
Line 220:0 Unexpected "}"

**/
.product-grid-container {
  margin-top: 2rem;
}

.custom_Mcollection-Padding {
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}

.custom_collection_margin {
  margin: 1rem 0;
}

@media only screen and (max-width: 749px) {    
    .product-grid-container {
      margin-top:2rem;
    }
  }


@media only screen and (max-width: 989px) {    
    .custom_Mcollection-Padding {
      padding-left: 0rem;
      padding-right: 0rem;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  }

.custom_collectionDetailBloc {
  display: flex;
  flexwrap: nowrap;
}

.custom_Collection_Pastille {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 7px;
  top: 5px;
  left: 10px;
}

.custom_GuideTailles_Image {
  margin: auto;
  text-align: center;
  width: 35px ;
  height: 35px ;
}

.custom_GuideTailles_ImageStyle {
  width: 35px ;
  height: 35px ;
  object-fit: contian ;
}

.custom_GuideTailles_ImageTaille {
  width: 100%;
  
}
.custom_GuideTailles_ImageTaille img{
  width: 100%;
  object-fit: contain;
  height: auto;
}




@media only screen and (max-width: 500px) {    
  .custom_Collection_Pastille {
    gap: 10px;
    top: 10px;
    left: 15px;
  }
  
  .custom_GuideTailles_Image {
    width: 20px !important;
    height: 20px !important;
  }
  
  .custom_GuideTailles_ImageStyle {
    width: 20px !important;
    height: 20px !important;
  }
  
}

@media only screen and (max-width: 989px) {    
  .custom_Collection_Pastille {
    gap: 10px;
    top: 15px;
    left: 15px;
  }

    .custom_GuideTailles_Image {
    width: 30px;
    height: 30px;
  }
  
  .custom_GuideTailles_Image img {
    width: 30px;
    height: 30px;
  }
  
}




@media only screen and (min-width: 990px) {    
    .custom_collectionDetailBloc{
    opacity: 0;
    transform: translateY(-7px);
    transition: all 0.15s ease-in-out;

  }

  .custom_CollectionHover:hover .custom_collectionDetailBloc {
    opacity: 1;
    transform: translateY(0px);
  }

  .custom_Collection_Pastille {
    gap: 10px;
    top: 15px;
    left: 15px;
    opacity: 0;
    transition: all 0.3s ease-out;
  }

   .custom_CollectionHover:hover .custom_Collection_Pastille {
    opacity: 1;
  }
  

}





.custom_collectionDetailFlex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 35px;
  padding-top: 1.25rem;
  padding-bottom: 0rem;
  justify-content: space-between;
}

.custom_collection_productSwatch {
  display: flex;
  flex-wrap: wrap;
}

.custom_collection_productSwatch h3 {
  margin-right: 1rem;
}

.custom_collectionProduct {
  font-weight: 600;
  font-size: clamp(0.5rem, 1.3rem, 1.5rem); 
  margin-right: 0rem;
  margin-bottom: 0.5rem;
}


.custom_swatchBlock {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  padding-top: 2.5px;
}

.custom_swatch {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  border: 1px solid black;
}

.custom_collection_description {
  text-align: justify;
}

@media only screen and (max-width: 500px) {    
  .custom_collectionProduct {
    margin-right: 0px; 
    font-weight: 500;
  }

    .custom_MainProduct_priceGap {
      margin-right: 0px; 
    }
  }

  .custom_collectionDetailFlex {
    margin-bottom: 5px;
    min-height: 0px;

  }

  .custom_swatch {
  width: 12px;
  height: 12px;
  }

  .custom_collection_description {
  font-size: 14px;
  }
}

.custom_swatch:hover {
  scale: 1.2;
}

.custom_color-swatch_hoverColor {
  position: relative;
  top: 12px;
  font-size: 12px;
}

.custom_collectionPrice {
  display:flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  white-space: nowrap;
  height: 100%;
  font-size: clamp(.5rem,1.3rem,1.5rem) !important;
}


@media only screen and (max-width: 500px) {    
    .price--on-sale .price-item--regular {
      font-size: 10px;
    }

    .custom_collectionPrice {
      font-size: 10px;
    }

}



@media only screen and (min-width: 990px) {    
  .mobileOnly {
    display: none;
  }
}

@media only screen and (max-width: 989px) {    
  .ComputerOnly {
    display: none;
  }
}
