/** Shopify CDN: Minification failed

Line 198:4 All "@import" rules must come first

**/
/* product-promo-widgets.css — extracted from repeated inline <style> blocks
   in templates/product.json and templates/product.men.json.
   Loaded once and cached, instead of duplicated inline on every product page. */

/* Closing sale top banner */
  .sale-banner {
    background-color:#0d0d0d;
    padding:8px 10px;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    display:flex;
    flex-direction:row;
    align-items:baseline;
    justify-content:center;
    gap:8px;
  }
  .sale-timer {
    color:#ff3b5c;
    font-family:'Courier New', monospace;
    font-weight:700;
    font-size:clamp(12px, 2vw, 16px);
    line-height:1.3;
    white-space:nowrap;
    position:relative;
    top:1px;
  }
  .sale-text {
    color:#ffffff;
    font-weight:700;
    letter-spacing:0.2px;
    white-space:nowrap;
    font-size:clamp(10px, 1.6vw, 14px);
    line-height:1.3;
  }

  @media (max-width: 768px) {
    .sale-banner {
      flex-direction:column;
      align-items:center;
      gap:2px;
      padding:6px 8px;
    }
    .sale-timer {
      top:0;
    }
    .sale-timer {
      font-size:clamp(10px, 3.2vw, 14px);
    }
    .sale-text {
      font-size:clamp(7px, 2.6vw, 11px);
    }
  }

/* Rating box */
  .rating-box {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .rating-box .stars {
    display: flex;
    gap: 2px;
  }
  .rating-box .stars .star {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #00b67a;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity .25s ease, transform .25s ease;
  }
  .rating-box.is-visible .stars .star {
    opacity: 1;
    transform: scale(1);
  }
  .rating-box .stars .star:nth-child(1) { transition-delay: 0s; }
  .rating-box .stars .star:nth-child(2) { transition-delay: .08s; }
  .rating-box .stars .star:nth-child(3) { transition-delay: .16s; }
  .rating-box .stars .star:nth-child(4) { transition-delay: .24s; }
  .rating-box .stars .star:nth-child(5) { transition-delay: .32s; }
  .rating-box .rating {
    font-weight: bold;
    color: #000;
  }
  .rating-box .reviews {
    color: #555;
  }
  .rating-box .reviews .dark-bold {
    color: #000;
    font-weight: 600;
  }

/* Sale-ends badge */
  .sale-ends-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #a41e3c;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 4px;
    white-space: nowrap;
  }
  .sale-ends-badge svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
  }

/* Benefit line icons */
  .benefit-line {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  .benefit-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    flex-shrink: 0;
  }
  .benefit-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }
  .flag-small {
    width: 22px;
    height: 16px;
    object-fit: cover;
  }
  .truck {
    font-size: 20px;
    line-height: 1;
  }

/* Stock alert */
.stock-alert {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin: 6px 0;
}

.stock-alert .dot {
    width: 8px;
    height: 8px;
    background: #e53935;
    border-radius: 50%;
    animation: pulse-red 1.2s infinite;
    flex-shrink: 0;
}

@keyframes pulse-red {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(229,57,53,.6);
    }
    70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 6px rgba(229,57,53,0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(229,57,53,0);
    }
}

/* Shipping date badge */
    @import url('https://fonts.googleapis.com/css2?family=DIN+Next:wght@400;700&display=swap');
    .custom-shipping-container {
      display: flex;
      padding: 2px 2px;
      justify-content: space-between;
      align-items: center;
      background-color: #f6f6f6;
      font-family: 'DIN Next', sans-serif;
      font-size: 12px;
      line-height: 1.2;
      max-width: 100%;
      box-sizing: border-box;
      margin-bottom: 5px;
    }
    .custom-shipping-item {
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .text-block-shipping {
      color: #000;
      font-weight: 400;
      margin-left: 5px;
    }
    .shipping-date {
      font-weight: bold;
    }
    .free-shipping1 {
      white-space: nowrap;
      padding: 8px;
    }
    .green-circle {
      width: 10px;
      height: 10px;
      background-color: #1ac54d;
      border-radius: 50%;
    }
    .pulse {
      animation: pulseAnimation 1.5s infinite;
    }
    @keyframes pulseAnimation {
      0% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.5); opacity: 0.5; }
      100% { transform: scale(1); opacity: 1; }
    }
    .flag-icon {
      width: 30px;
      height: 24px;
      display: block;
      object-fit: contain;
    }
  

/* Closing notice banner */
.closing-notice {
    background: #fdeaea;
    border: 1px solid #f5b5b5;
    color: #b22222;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    margin: 12px 0;
    text-align: center;
}

.closing-notice strong {
    color: #8b0000;
    font-weight: 700;
}
