/** Shopify CDN: Minification failed

Line 44:0 Unexpected "{"
Line 44:1 Expected identifier but found "%"
Line 49:0 Unexpected "{"
Line 49:1 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
*{
    font-family: Cera Round Pro DEMO, sans-serif !important;
  }
  .product-card {
    position: relative;
  }

  .wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    /* background: white; */
    /* border-radius: 50%; */
    padding: 6px;
    display: none;
    z-index: 10;
    cursor: pointer;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease; */
  }

  .wishlist-icon svg {
    width: 20px;
    height: 20px;
    color: #E086FF;
  }

  .product-card:hover .wishlist-icon {
    display: block;
  }


{% if template.suffix == 'collections' %}
.halo-productBadges:nth-of-type(3) {
  top: 11% !important;
}

{% endif %}




    .products-scroll-container .product-card .info .price {
      color: #6F6BB7;
  }
    .custom-collection-list-breadcrumb {
        width: 90%;
        margin: auto;
    }
    .collection-shop-link {
        border: 1px solid #402b5a;
        border-radius: 10px;
      color:#402b5a;
    padding: 10px;
        width: 50%;
      font-size:16px;
      font-weight:500;
        margin: auto;
    }
    .product-card h4 {
        font-size: 16px;
        margin: 0;
      font-weight:500;
        color: #6F6BB7;
    }
    .featured-collection-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 4%;
      justify-content: flex-start;
      padding: 40px 20px;
      background: #ffffff;
    }
    .featured-collection-wrapper .highlight-card {
      background: #6f42c1;
      color: white;
      padding: 20px;
      border-radius: 20px;
      width: 240px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    }
    .featured-collection-wrapper .highlight-card img {
      border-radius: 12px;
      width: 100%;
      margin-bottom: 20px;
    }
    .featured-collection-wrapper .highlight-card h2 {
      font-size: 20px;
      margin-bottom: 12px;
    }
    .featured-collection-wrapper .highlight-card a {
      background: white;
      color: #6f42c1;
      text-decoration: none;
      padding: 10px 20px;
      font-weight: bold;
      border-radius: 12px;
    }
    .featured-collection-wrapper .product-card {
      background: linear-gradient(to bottom, #ffffff00, #ffffff00);
      width: 20%;
      border-radius: 16px;
      overflow: hidden;
      text-align: center;
      /* box-shadow: 0 5px 10px rgba(0,0,0,0.1); */
    }
    .featured-collection-wrapper .product-card img {
      width: 100%;
      height: auto;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
    }
    .featured-collection-wrapper .product-card .info {
      padding: 15px;
      text-align: left;
    }
    .featured-collection-wrapper.product-card .info h4 {
      font-size: 16px;
      margin: 10px 0;
      color: #6f42c1;
    }
    .featured-collection-wrapper .product-card .info .price {
      font-size: 14px;
      font-weight: 600;
      justify-content: flex-start;
    }
    .featured-collection-wrapper .product-card .info .price del {
      color: #999;
      margin-right: 5px;
    }
    .featured-collection-wrapper .product-card .btn {
      color: #6F6BB7;
      font-size: 16px;
      font-weight: 500;
      font-family: Cera Round Pro DEMO, sans-serif !important;
    }
     .featured-collection-wrapper .product-card .btn:hover {
      color: #fff;
    }
     .featured-collection-wrapper .product-card .shop-link {
      background-color: transparent;
      text-align: center;
      border-radius: 10px;
      padding: 10px;
      margin-top: 10px;
      /* border: 1px solid #E086FF; */
      border: 1px solid #6f6bb7;
      /* color: #E086FF; */
    }
  .collection-shop-link:hover,
    .featured-collection-wrapper .product-card .shop-link:hover {
      background-color: #6F6BB7;
      color: #fff;
      border: 1px solid #6F6BB7;
    }
    .highlight-card-bg {
      width: 20%;
      background-size: cover;
      background-position: center;
      border-radius: 20px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 10px 15px rgba(0,0,0,0.15);
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
    .highlight-card-bg .overlay {
      width: 100%;
      padding: 20px;
      color: white;
      text-align: center;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }
    .highlight-card-bg .overlay h2 {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .highlight-card-bg .overlay a {
      color: #fff;
      text-decoration: none;
    }
    .show-more-btn {
      background-color: #6F6BB7;
      color: white;
      font-size:16px;
      font-weight:500;
      color:#fff;
      padding: 14px 20px;
      border-radius: 10px;
      cursor: pointer;
      margin: 50px auto;
      display: block;
      text-align: center;
      width: 300px;
      border: none;
    }
    .hidden-sections {
      display: none;
    }
    /* Mobile Styles */
    @media screen and (max-width: 767px) {
      /* .hidden-sections {
      display: none;
    } */
      .collection-shop-link,
      .featured-collection-wrapper .product-card .btn,
      .featured-collection-wrapper .product-card .info .price,
      .product-card h4{
        font-size:14px;
      }
      .collection-shop-link {
        margin: inherit;
      }
      .featured-collection-wrapper {
        display: block;
        padding: 10px;
      }
      .highlight-card-bg {
        display: none;
      }
      .mobile-highlight-card {
        display: block !important;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 12px;
        aspect-ratio: 1/0.6;
      }
      .products-scroll-container {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
      }
      .featured-collection-wrapper .product-card {
        min-width: 80%;
        flex: 0 0 auto;
      }
    }
    /* Desktop Styles */
    @media screen and (min-width: 768px) {
      .mobile-highlight-card {
        display: none !important;
      }
      .products-scroll-container {
        display: contents;
      }
    }
    /* Mobile Highlight Card Styles */
    .mobile-highlight-card {
      display: none;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden;
      box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }
    .mobile-highlight-card .overlay {
      width: 100%;
      height: 100%;
      padding: 20px;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      text-align: center;
    }
    .mobile-highlight-card .overlay h2 {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .mobile-highlight-card .overlay a {
      color: #fff;
      text-decoration: none;
      padding: 8px 16px;
      border-radius: 8px;
      font-weight: 500;
      margin: 0 auto;
      font-size: 14px;
    }