/** Shopify CDN: Minification failed

Line 21:8 Unexpected "{"
Line 21:20 Expected ":"
Line 21:23 Unexpected "-"
Line 21:25 Unexpected "{"
Line 21:39 Expected ":"

**/
/* CONTAINER STYLES*/

.collection.page-width{
    padding: 0;
}

.card__information{
  padding-top: 1.5vw;
}
/* TITLE TEXT STYLES*/

#title-{{ section_id }}-{{ card_product.id }} a{
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  padding-bottom: 2.5px;
}



h3.card__heading.h5 {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
}
.price__container span{
    font-size: 20px;
}
.caption-with-letter-spacing{
    margin-bottom:8px;
}



@media(max-width: 768px){

    h3.card__heading.h5, .price__container span {
        font-size: 20px;
    }

}

/* ============================================
   PRODUCT CARD container styles
   ============================================ */
.card-wrapper.product-card-wrapper.underline-links-hover {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 15px;
}

/* ============================================
   PRODUCT CARD COLOR SWATCHES
   Add this to your custom-collection-styles.css
   ============================================ */

.card-swatch-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.card-swatch-dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: default;
  transition: transform 0.15s ease;
}

.card-swatch-dot:hover {
  transform: scale(1.2);
}

.card-swatch-more {
  font-size: 11px;
  color: #757575;
  line-height: 1;
  margin-left: 2px;
}
