/** Shopify CDN: Minification failed

Line 141:0 Expected "}" to go with "{"

**/
/* ----------------------------------------------------
   DESKTOP DEFAULT
---------------------------------------------------- */

/* Line 1 — bold, darker, slightly larger */
.product-basic-text-Line1 {
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1f;
  line-height: 1.35;
  margin-top: 4px;
  margin-bottom: 2px;
}

/* Lines 2, 3, 4 — lighter gray, smaller */
.product-basic-text-Line2 {
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.35;
  margin-bottom: 2px;
}

/* Red star */
.product-basic-text-Line3::before {
  content: "*";
  color: #c00000;
  font-weight: 500;
  font-size: 18px;
}

/* Hide star when product has No-Star tag */
.product-basic-text-Line3.no-star::before {
  content: none;
}
/* Line 3 text */
.product-basic-text-Line3 {
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.35;
  margin-bottom: 2px;
}

/* Line 4 — footer note */
.product-basic-text-Line4 {
  font-size: 12px;
  color: #6e6e73;
  line-height: 1.35;
  margin-top: 14px;
}

/* Product title custom */
.product-title-custom {
  font-size: 35px;
  font-weight: 500;
  color: #000000;
}



/* ----------------------------------------------------
   MOBILE VIEW (under 640px)
---------------------------------------------------- */

@media (max-width: 640px) {

  .product-basic-text-Line1 {
    font-size: 10b px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .product-basic-text-Line2,
  .product-basic-text-Line3 {
    font-size: 12px;
  }

  .product-basic-text-Line3::before {
    font-size: 12px;
    margin-right: 2px;
  }

  .product-basic-text-Line4 {
    font-size: 11px;
    margin-top: 10px;
  }

  .product-title-custom {
    font-size: 20px;
  }
}


.card-wrapper {
  position: relative;
}

.product-badge-new {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #FF3300;
  z-index: 10;
  pointer-events: none;
}





/* Swatch Mobile view*/

/* Mobile adjustments */
@media (max-width: 640px) {
  .color-swatch {
    --swatch-size: 16px;      /* mobile size */
    --swatch-offset: 1px;
    --swatch-margin: calc(var(--swatch-offset) * 2);
  }

  .color-swatch--sm {
    --swatch-size: 14px;      /* even smaller mobile version */
    --swatch-offset: 1px;
   }


.product-badge-new {
  position: absolute;
  top: 10px;
  font-size: 10px;

}


