/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 19:23 Expected identifier but found whitespace
Line 19:25 Unexpected "{"
Line 19:35 Expected ":"
Line 19:64 Expected ":"
Line 20:32 Expected identifier but found whitespace
Line 20:34 Expected identifier but found "%"
Line 20:87 Unexpected "50%"
Line 20:91 Expected identifier but found "%"
Line 20:100 Unexpected "0%"
... and 2 more hidden warnings

**/
<style>
  .product-mosaic-card {
    margin-bottom: 10px;
    --card-swatch-size: {{ settings.card_swatch_size_custom }}px;
    --card-swatch-border-radius: {% if settings.card_swatch_shape_custom == 'circle' %}50%{% else %}0%{% endif %};
  }

  .product-mosaic-card .card-product-custom-div {
    visibility: visible;
  }

  .product-mosaic-card .product-mosaic__colors .collection-product-card__swatch label {
    border-color: rgba(255, 255, 255, 0.75);
    border: 1px #3E3E3E solid;
    width: 24px;
    height: 24px;
  }
  .collection-product-card__swatch-variants{
                   display: flex;
           gap: 3px;
           margin-bottom: 0px;
           overflow-x: auto;
           overflow-y: hidden;
           flex-wrap: nowrap;
           white-space: nowrap}
           .product-mosaic__heading h2 br:nth-of-type(2){
            display:none;
          }
  .product-mosaic-card .product-mosaic__colors .collection-product-card__swatch input:checked + label {
    border: 1px #EF4532 solid;
  }

  .product-mosaic-card .collection-product-card__swatch input:checked + label:after {
    display: none;
  }

  .product-mosaic-card .product-mosaic__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }

  .product-mosaic-card .product-mosaic__grid.reverse {
    grid-template-columns: 1.2fr 2fr;
  }

  .product-mosaic-card .product-mosaic__large {
    height: 600px;
  }

  .product-mosaic-card .product-mosaic__large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .product-mosaic-card .product-mosaic__smalls {
    display: grid;
    gap: 4px;
  }

  .product-mosaic-card .product-mosaic__small {
    position: relative;
    overflow: hidden;
  }

  .product-mosaic-card .product-mosaic__small img {
    width: 100%;
    height: 367px;
    object-fit: cover;
    display: block;
    /* box-shadow:
      0 5px 10px rgba(0, 0, 0, 0.08),
      0 15px 30px rgba(0, 0, 0, 0.12),
      0 30px 60px rgba(0, 0, 0, 0.18); */
  }

  .product-mosaic-card .product-mosaic__mini img {
    height: 229px;
  }

  .product-mosaic-card .product-mosaic__overlay {
    position: absolute;
    inset: 0;
    background: #EBEBEB;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 1;
    transition: .35s ease;
    padding: 30px;
  }

  .product-mosaic-card .product-mosaic__overlay-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-mosaic-card .product-mosaic__title a {
    font-size: 21px !important;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3E3E3E;
    text-decoration: none;
  }

  .product-mosaic-card .product-mosaic__price {
    font-size: 21px !important;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #3E3E3E;
  }

  .product-mosaic-card .product-mosaic__colors {
    display: flex;
    gap: 8px;
    margin-top: 11px;
    margin-bottom: 18px;
  }

  .product-mosaic-card .product-mosaic__swatch {
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
  }

  .product-mosaic-card .product-mosaic__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #3E3E3E;
    color: #3E3E3E;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 21px !important;
    font-weight: 600;
    text-transform: uppercase;
  }



  @media (max-width: 990px) {
    .product-mosaic-card .collection-product-card__swatch {
      margin: 0px;
    }
     .product-mosaic-card .product-mosaic__large img {
      height: auto;
      aspect-ratio: 2 / 0.9;
    }
    .product-mosaic-card .product-mosaic__small img {
      height: auto;
      aspect-ratio: 21 / 25;
    }
    .product-mosaic-card .product-mosaic__mini img {
      aspect-ratio: 19 / 13;
    }
        .product-mosaic-card .product-mosaic__large {
      height: auto;
    }
    .product-mosaic-card .collection-product-card__swatch-variants {
      display: flex;
      gap: 3px;
      margin-bottom: 0px;
      overflow-x: auto;
      overflow-y: hidden;
      flex-wrap: nowrap;
      white-space: nowrap;
    }
    .product-mosaic-card .product-mosaic__large img {
      height: 100%;
    }
    .product-mosaic-card .product-mosaic__title {
      line-height: 1.1;
    }
    .product-mosaic-card .product-mosaic__title a,
    .product-mosaic-card .product-mosaic__price {
      font-size: 12px !important;
      margin-bottom: 8px;
      margin-top: 0px;
      line-height: 1.2;
    }
    .product-mosaic-card .product-mosaic__price {
      margin-bottom: 0px;
    }
    .product-mosaic-card .product-mosaic__colors {
      margin-top: 5px;
      margin-bottom: 12px;
    }
    .product-mosaic-card .product-mosaic__grid,
    .product-mosaic-card .product-mosaic__grid.reverse {
      grid-template-columns: 1fr 1fr;
    }
    .product-mosaic-card .product-mosaic__btn {
      padding: 5px 11px;
      font-size: 12px !important;
      line-height: normal;
      border-width: 1px;
    }
    .product-mosaic-card .product-mosaic__overlay {
      opacity: 1;
      padding: 5px 15px;
    }
    .product-mosaic-card .product-mosaic__small:nth-child(1) .product-mosaic__overlay {
      opacity: 0;
    }
  }
  @media(max-width:1280px){
     .product-mosaic-card .collection-product-card__swatch label {
      width: 15px !important;
      height: 15px !important;
    }
  }
</style>