/** Shopify CDN: Minification failed

Line 352:59 Unexpected "__radio"

**/

/* === vd-card-enhancers.css === */

    /* vd-quick-buy-hover-v1 — frosted glass size picker on card hover */
    .product-item__image-wrapper { position: relative; overflow: hidden; }
    .product-item__quick-select {
      position: absolute;
      left: 8px; right: 8px; bottom: 8px;
      z-index: 3;
      padding: 8px 10px 10px;
      border-radius: 8px;
      background: rgba(255,255,255,0.55);
      backdrop-filter: blur(14px) saturate(170%);
      -webkit-backdrop-filter: blur(14px) saturate(170%);
      border: 1px solid rgba(255,255,255,0.55);
      opacity: 0;
      pointer-events: none;
      transform: translateY(8px);
      transition: opacity 0.22s ease, transform 0.22s ease;
      font-family: inherit;
    }
    .product-item:hover .product-item__quick-select {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
    .product-item__quick-select-label {
      margin: 0 0 6px;
      font-size: 11px;
      font-weight: 600;
      text-align: center;
      color: #1a1a1a;
      letter-spacing: 0.1px;
      text-transform: uppercase;
    }
    .product-item__quick-select-sizes {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4px;
    }
    .product-item__quick-size {
      appearance: none;
      -webkit-appearance: none;
      background: rgba(255,255,255,0.55);
      border: 1px solid rgba(0,0,0,0.12);
      border-radius: 4px;
      color: #1a1a1a;
      font-family: inherit;
      font-size: 11px;
      font-weight: 500;
      min-width: 32px;
      padding: 6px 8px;
      cursor: pointer;
      transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
      line-height: 1;
    }
    .product-item__quick-size:hover:not(.is-unavailable) {
      background: #1a1a1a;
      border-color: #1a1a1a;
      color: #fff;
    }
    .product-item__quick-size.is-unavailable {
      color: #b5b5b5;
      cursor: not-allowed;
      text-decoration: line-through;
      text-decoration-color: rgba(0,0,0,0.25);
      background: rgba(255,255,255,0.3);
    }
    .product-item__quick-size.is-adding {
      background: #1a1a1a; color: #fff; border-color: #1a1a1a;
      opacity: 0.85; pointer-events: none;
    }
    .product-item__quick-size.is-added {
      background: #2c7a3f; border-color: #2c7a3f; color: #fff;
    }
    /* Toggle button — mobile only (default hidden on desktop) */
    .product-item__quick-add-toggle {
      position: absolute !important;
      bottom: 10px !important;
      right: 10px !important;
      z-index: 10 !important;
      width: 38px; height: 38px;
      border-radius: 50% !important;
      background: rgba(255,255,255,0.92) !important;
      backdrop-filter: blur(10px) !important;
      -webkit-backdrop-filter: blur(10px) !important;
      border: 1px solid rgba(0,0,0,0.08) !important;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
      cursor: pointer !important;
      display: none;
      align-items: center !important;
      justify-content: center !important;
      padding: 0 !important;
      margin: 0 !important;
      color: #1a1a1a !important;
      transition: transform 0.15s ease, background 0.15s ease !important;
      outline: none !important;
      text-decoration: none !important;
      font: inherit;
      line-height: 1 !important;
    }
    .product-item__quick-add-toggle:hover,
    .product-item__quick-add-toggle:focus {
      background: #fff !important;
      outline: none !important;
    }
    .product-item__quick-add-toggle:active {
      transform: scale(0.94) !important;
      background: #fff !important;
    }
    .product-item__quick-add-toggle::before,
    .product-item__quick-add-toggle::after {
      display: none !important;
      content: none !important;
    }
    /* Hide native theme quick-buy bag-icon — we use our own */
    .product-item__quick-buy-button { display: none !important; }
    
    /* Desktop: hide our toggle, show overlay on hover */
    @media (hover: hover) and (min-width: 750px) {
      .product-item__quick-add-toggle { display: none !important; }
    }
    
    /* Mobile / touch: show toggle, overlay hidden until toggled */
    @media (hover: none) and (pointer: coarse), (max-width: 749px) {
      .product-item__quick-add-toggle { display: inline-flex; }
      .product-item__quick-select {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(8px) !important;
      }
      .product-item__quick-select.is-open {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
      }
      .product-item__quick-select-label { font-size: 10px; }
      .product-item__quick-size {
        font-size: 11px;
        min-width: 30px;
        padding: 5px 8px;
      }
    }
  

    .product-item__swatch-row {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 7px;
      padding: 12px 0 14px 4px;
    }
    /* Left-align the whole product card meta */
    product-item .product-item-meta,
    product-item .product-item-meta__title,
    product-item .product-item-meta__price-list-container,
    product-item .price-list,
    product-item .price-list--centered {
      text-align: left !important;
      justify-content: flex-start !important;
    }
    product-item .product-item-meta__swatch-list {
      justify-content: flex-start !important;
    }
    /* truncate title at 2 lines with ellipsis */
    product-item .product-item-meta__title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.35;
    }
    /* sale/highlight price in brand-red */
    product-item .price--highlight,
    product-item .price.price--highlight {
      color: #B00000 !important;
      font-weight: 700;
    }
    product-item .price--compare {
      color: #8a8a8a !important;
      text-decoration: line-through;
    }
    product-item .product-item__discount-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 18px;
      padding: 0 9px;
      border-radius: 999px;
      background: #fbeaea;
      color: #b00000;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.3px;
      line-height: 1;
      margin-left: 0;
      vertical-align: middle;
      text-transform: uppercase;
    }
    product-item .product-item-meta__price-list-container .price-list {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 6px;
      line-height: 1.2;
    }
    /* order: $58.99 (compare)  $35.99 (highlight)  38% OFF (pill) */
    /* same font-size so baselines line up; weight + color do the hierarchy */
    product-item .price--compare {
      order: 1;
      font-size: 14px;
      line-height: 1.2;
      display: inline-block;
    }
    product-item .price--highlight {
      order: 2;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.2;
      display: inline-block;
    }
    product-item .product-item__discount-pill {
      order: 3;
      margin-left: 2px;
      align-self: center;
    }

    /* mobile polish: tighter sizing so prices + pill stay on 1 line */
    @media (max-width: 740px) {
      product-item .product-item-meta__price-list-container .price-list {
        gap: 4px;
      }
      product-item .price--compare { font-size: 12px; }
      product-item .price--highlight { font-size: 12px; }
      product-item .product-item__discount-pill {
        font-size: 9px;
        height: 15px;
        padding: 0 6px;
        letter-spacing: 0.1px;
      }
      product-item .product-item-meta__title {
        font-size: 12px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      product-item .product-item-meta__price-list-container {
        margin-top: 8px !important;
      }
      .product-item__swatch-row {
        gap: 6px;
        padding: 10px 0 10px 3px;
      }
      .product-item__swatch-dot { width: 11px; height: 11px; }
      .product-item__swatch-more {
        height: 15px;
        padding: 0 6px;
        font-size: 9px;
      }
      product-item .label.label--custom {
        font-size: 9px;
        padding: 3px 7px;
      }
    }
    /* Subtle small SALE badge top-left (red, matches theme error_color) */
    product-item .label.label--highlight {
      display: inline-block !important;
      background-color: #B00000 !important;
      color: #ffffff !important;
      font-size: 10px !important;
      font-weight: 600 !important;
      letter-spacing: 0.3px !important;
      padding: 2px 6px !important;
      border-radius: 2px !important;
      line-height: 1.3 !important;
      text-transform: uppercase !important;
    }

    /* hide my custom card additions inside cart-drawer / mini-cart so they don't bleed through */
    cart-drawer .product-item__quick-add-toggle,
    cart-drawer .product-item__quick-select,
    cart-drawer .product-item__swatch-row,
    cart-drawer .product-item__discount-pill,
    #mini-cart .product-item__quick-add-toggle,
    #mini-cart .product-item__quick-select,
    #mini-cart .product-item__swatch-row,
    #mini-cart .product-item__discount-pill,
    .mini-cart .product-item__quick-add-toggle,
    .mini-cart .product-item__quick-select,
    .mini-cart .product-item__swatch-row,
    .mini-cart .product-item__discount-pill {
      display: none !important;
    }
    .product-item__swatch-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid rgba(0,0,0,0.08);
      display: inline-block;
      box-sizing: border-box;
      text-decoration: none;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
      position: relative;
    }
    .product-item__swatch-dot:hover {
      transform: scale(1.15);
      box-shadow: 0 0 0 1.5px #fff, 0 0 0 2px rgba(0,0,0,0.35);
    }
    .product-item__swatch-dot.is-selected {
      box-shadow: 0 0 0 1.5px #fff, 0 0 0 2.5px #1a1a1a;
      border-color: transparent;
    }
    .product-item__swatch-more {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 17px;
      padding: 0 7px;
      border-radius: 999px;
      border: none;
      background: #eeeeee;
      color: #1a1a1a;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.2px;
      text-decoration: none !important;
      line-height: 1;
      transition: background 0.15s ease;
      margin-left: 4px;
    }
    .product-item__swatch-more:hover { background: #e0e0e0; }



  


/* Selected variant border cap (Lenn 2026-06-15) - 1.5px, brand color */
html body .variant-picker__option .block-swatch__radio:checked + .block-swatch__item,
html body .variant-picker__option .block-swatch.is-selected .block-swatch__item,
html body .variant-picker__option .block-swatch__item.is-selected,
html body [class*="variant-picker"] [class*="block-swatch"]__radio:checked + [class*="block-swatch"]__item {
  border: 1px solid #1a1a1a !important;
}


/* Low-stock text color #B00000 (Lenn 2026-06-15) */
:root, html, body, .shopify-section {
  --product-low-stock-text-color: 176, 0, 0 !important;
}
