/** Shopify CDN: Minification failed

Line 18:156 Expected ":"
Line 40:156 Expected ":"
Line 107:156 Expected ":"
Line 204:156 Expected ":"

**/
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
  html{font-size:16px;scroll-behavior:smooth}
  body{font-family:-apple-system,'Helvetica Neue',Arial,sans-serif;background:#fff;color:#111;-webkit-font-smoothing:antialiased}
  img{max-width:100%;height:auto;display:block}
  a{text-decoration:none;color:inherit}
  button{cursor:pointer;border:none;outline:none}
  .visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}

  /* WhatsApp Float */
  .wa-float{position:fixed;bottom:24px;right:24px;z-index:9999;width:58px;height:58px;border-radius:50%;background:#25D366;display:flex;align-items:center;j
  ustify-content:center;transition:transform .2s;box-shadow:0 4px 20px rgba(37,211,102,.4)}
  .wa-float:hover{transform:scale(1.1)}

  /* Announcement */
  .announcement-bar{background:#F5B800;color:#1a1400;padding:9px 0;font-size:13px;font-weight:700;letter-spacing:.3px;overflow:hidden;white-space:nowrap}
  .announce-track{display:inline-block;animation:announce-scroll 35s linear infinite}
  .announce-track span{margin:0 4px}
  @keyframes announce-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

  /* Header */
  .site-header{background:#111;position:sticky;top:0;z-index:200}
  .header-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:68px}
  .header-logo{font-size:22px;font-weight:900;color:#F5B800}
  .header-logo em{font-style:normal;color:#fff}
  .header-nav{display:flex;gap:24px}
  .header-nav a{font-size:14px;color:#ccc;font-weight:500;transition:color .2s}
  .header-nav a:hover,.header-nav a:focus{color:#F5B800}
  .header-actions{display:flex;align-items:center;gap:12px}
  .cart-link{display:flex;align-items:center;gap:6px;background:#F5B800;color:#000;padding:9px
  18px;border-radius:100px;font-size:13px;font-weight:800;transition:opacity .2s}
  .cart-link:hover{opacity:.9}
  .cart-count{background:#000;color:#F5B800;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;f
  ont-weight:900}
  .menu-toggle{display:none;background:transparent;border:none;color:#fff;font-size:22px;padding:4px}
  .mobile-nav{display:none;background:#1a1a1a;padding:16px 20px}
  .mobile-nav a{display:block;color:#ccc;font-size:15px;padding:10px 0;border-bottom:1px solid #333;font-weight:500}
  .mobile-nav a:last-child{border-bottom:none}
  .mobile-nav.open{display:block}

  /* Hero */
  .hero-section{background:#111;padding:80px 20px 64px;text-align:center}
  .hero-eyebrow{font-size:11px;font-weight:700;color:#F5B800;letter-spacing:3px;text-transform:uppercase;margin-bottom:14px}
  .hero-title{font-size:50px;font-weight:900;color:#fff;line-height:1.05;margin-bottom:18px}
  .hero-title .accent{color:#F5B800}
  .hero-sub{font-size:17px;color:#999;max-width:500px;margin:0 auto 36px;line-height:1.7}
  .hero-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:52px}
  .btn-hero-primary{background:#F5B800;color:#000;font-size:15px;font-weight:800;padding:16px 32px;border-radius:100px;transition:opacity .2s}
  .btn-hero-primary:hover{opacity:.9}
  .btn-hero-secondary{background:transparent;color:#F5B800;font-size:15px;font-weight:700;padding:14px 32px;border-radius:100px;border:2px solid
  #F5B800;transition:all .2s}
  .btn-hero-secondary:hover{background:#F5B800;color:#000}
  .hero-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}
  .stat-item{text-align:center}
  .stat-num{font-size:26px;font-weight:900;color:#F5B800;display:block}
  .stat-label{font-size:11px;color:#666;margin-top:2px}

  /* Trust Bar */
  .trust-bar{background:#F5B800;padding:12px 20px}
  .trust-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:28px;flex-wrap:wrap}
  .trust-item{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#1a1400}

  /* Sections */
  .section-wrap{padding:64px 20px}
  .section-wrap.dark{background:#111}
  .section-wrap.gray{background:#f9f9f9}
  .section-inner{max-width:1200px;margin:0 auto}
  .section-header{text-align:center;margin-bottom:40px}
  .section-eyebrow{font-size:11px;font-weight:700;color:#F5B800;letter-spacing:3px;text-transform:uppercase;margin-bottom:10px}
  .section-title{font-size:32px;font-weight:900;color:#111;margin-bottom:8px}
  .section-title.light{color:#F5B800}
  .section-sub{font-size:15px;color:#666}
  .section-sub.light{color:#888}

  /* Products */
  .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
  .product-card{border-radius:16px;overflow:hidden;border:1px solid #eee;transition:transform .2s,box-shadow
  .2s;background:#fff;position:relative;display:flex;flex-direction:column}
  .product-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.1)}
  .product-card.featured{border:2px solid #F5B800}
  .product-card.featured-purple{border:2px solid #9b59b6}
  .prod-img-wrap{position:relative;background:#f5f5f5;aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;pointer-events:n
  one}
  .prod-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
  .product-card:hover .prod-img-wrap img{transform:scale(1.04)}
  .prod-badge{position:absolute;top:10px;left:10px;font-size:10px;font-weight:800;padding:4px 10px;border-radius:100px}
  .badge-best{background:#F5B800;color:#000}
  .badge-combo{background:#9b59b6;color:#fff}
  .badge-sale{background:#E24B4A;color:#fff}
  .prod-info{padding:16px;display:flex;flex-direction:column;flex:1}
  .prod-title{font-size:15px;font-weight:700;color:#111;margin-bottom:4px;line-height:1.3}
  .prod-desc{font-size:12px;color:#888;margin-bottom:12px;line-height:1.5}
  .prod-price{display:flex;align-items:baseline;gap:8px;margin-bottom:14px;flex-wrap:wrap}
  .price-now{font-size:20px;font-weight:900;color:#111}
  .price-was{font-size:13px;color:#aaa;text-decoration:line-through}
  .price-save{font-size:11px;font-weight:700;color:#27500A;background:#EAF3DE;padding:2px 8px;border-radius:100px}
  .btn-cart{width:100%;background:#111;color:#F5B800;padding:12px;border-radius:10px;font-size:13px;font-weight:800;transition:background
  .2s;margin-top:auto}
  .btn-cart:hover{background:#333}
  .btn-completa{display:block;width:100%;background:#111;color:#F5B800;padding:12px;border-radius:10px;font-size:13px;font-weight:800;text-align:center;text
  -decoration:none;transition:background .2s;box-sizing:border-box;margin-top:auto}
  .btn-completa:hover{background:#333;color:#F5B800}
  .btn-cart.purple{background:#9b59b6}
  .btn-cart.purple:hover{background:#7d3c98}
  .btn-more{width:100%;background:transparent;color:#999;border:1px solid
  #ddd;padding:9px;border-radius:10px;font-size:12px;font-weight:600;margin-top:6px;transition:all .2s}
  .btn-more:hover{border-color:#111;color:#111}

  /* WhatsApp CTA */
  .wa-cta-section{background:#128C7E;padding:48px 20px;text-align:center}
  .wa-cta-title{font-size:22px;font-weight:800;color:#fff;margin-bottom:8px}
  .wa-cta-sub{font-size:14px;color:rgba(255,255,255,.8);margin-bottom:24px}
  .btn-wa-cta{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#075E54;font-size:14px;font-weight:800;padding:14px
  28px;border-radius:100px;transition:transform .2s}
  .btn-wa-cta:hover{transform:scale(1.04)}

  /* Benefits */
  .benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
  .benefit-card{text-align:center;padding:24px 16px}
  .benefit-icon{font-size:40px;margin-bottom:14px}
  .benefit-title{font-size:15px;font-weight:700;color:#111;margin-bottom:6px}
  .benefit-desc{font-size:13px;color:#666;line-height:1.6}

  /* Testimonials */
  .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  .testi-card{background:#1e1e1e;border-radius:16px;padding:20px}
  .testi-stars{color:#F5B800;font-size:14px;letter-spacing:2px;margin-bottom:10px}
  .testi-text{font-size:14px;color:#ddd;line-height:1.7;margin-bottom:14px}
  .testi-author{font-size:12px;color:#888;font-weight:700}

  /* Footer */
  .site-footer{background:#0d0d0d;padding:56px 20px 24px;color:#888}
  .footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}
  .footer-logo{font-size:20px;font-weight:900;color:#F5B800;margin-bottom:12px}
  .footer-brand-text{font-size:13px;line-height:1.7;color:#666}
  .footer-heading{font-size:12px;font-weight:700;color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}
  .footer-links{display:flex;flex-direction:column;gap:8px}
  .footer-links a{font-size:13px;color:#666;transition:color .2s}
  .footer-links a:hover{color:#F5B800}
  .footer-bottom{max-width:1200px;margin:0 auto;border-top:1px solid
  #222;padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:12px}

  /* Product Page */
  .product-page-wrap{max-width:920px;margin:0 auto;padding:0}
  .product-page-wrap .product-description{line-height:1.7}

  /* Cart */
  .cart-wrap{max-width:760px;margin:48px auto;padding:0 20px}
  .cart-page-title{font-size:28px;font-weight:900;margin-bottom:32px}
  .cart-items{border-top:1px solid #eee}
  .cart-line{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #eee;align-items:center}
  .cart-line-img{width:80px;height:80px;object-fit:cover;border-radius:10px;flex-shrink:0;background:#f5f5f5}
  .cart-line-details{flex:1}
  .cart-line-title{font-size:15px;font-weight:700;margin-bottom:4px}
  .cart-line-price{font-size:14px;color:#666}
  .cart-line-qty{display:flex;align-items:center;gap:12px;margin-top:10px}
  .qty-btn{width:28px;height:28px;border:1px solid
  #ddd;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;transition:border-color .2s}
  .qty-btn:hover{border-color:#111}
  .cart-line-total{font-size:17px;font-weight:900;flex-shrink:0}
  .remove-btn{font-size:12px;color:#aaa;background:transparent;border:none;margin-top:4px;transition:color .2s;padding:0}
  .remove-btn:hover{color:#E24B4A}
  .cart-summary-box{margin-top:32px;background:#f9f9f9;border-radius:16px;padding:24px}
  .summary-row{display:flex;justify-content:space-between;font-size:15px;margin-bottom:10px}
  .summary-row.total-row{font-weight:900;font-size:19px;border-top:1px solid #e0e0e0;padding-top:14px;margin-top:4px}
  .btn-checkout{width:100%;background:#F5B800;color:#000;padding:16px;border-radius:100px;font-size:16px;font-weight:800;margin-top:16px;transition:opacity
  .2s;border:none}
  .btn-checkout:hover{opacity:.9}
  .cart-empty-msg{text-align:center;padding:64px 20px;color:#888}
  .cart-empty-msg a{color:#F5B800;font-weight:700}

  /* Countdown */
  .prod-countdown-bar{background:#111;color:#F5B800;text-align:center;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:700;margin:16px
  0;letter-spacing:.3px}
  .prod-countdown-bar strong{font-size:20px;font-weight:900;margin-left:6px;font-variant-numeric:tabular-nums}

  /* Product urgency & guarantee */
  .prod-urgency-bar{display:flex;align-items:center;gap:8px;background:#FFF8E1;border:1px solid #F5B800;border-radius:8px;padding:10px 14px;margin:16px
  0;font-size:13px;font-weight:600;color:#7a5500}
  .prod-stock-dot{width:8px;height:8px;border-radius:50%;background:#e74c3c;flex-shrink:0;animation:pulse-dot 1.4s ease-in-out infinite}
  @keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.5)}}
  .prod-guarantee{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
  .guarantee-item{background:#f5f5f5;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;color:#333}

  /* FAQ */
  .prod-faq{margin:40px 0 20px;border-top:2px solid #f0f0f0;padding-top:28px}
  .faq-title{font-size:18px;font-weight:800;margin-bottom:16px;color:#111}
  .faq-item{border-bottom:1px solid #f0f0f0}
  .faq-q{width:100%;background:transparent;border:none;text-align:left;padding:16px
  0;font-size:14px;font-weight:700;color:#111;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:8px}
  .faq-icon{font-size:22px;font-weight:300;transition:transform .2s;flex-shrink:0;line-height:1}
  .faq-a{display:none;font-size:13px;color:#555;line-height:1.7;padding-bottom:16px}
  .faq-a.open{display:block}

  /* Testimonial avatar */
  .testi-footer{display:flex;align-items:center;gap:10px;margin-top:14px}
  .testi-avatar{width:36px;height:36px;border-radius:50%;background:#F5B800;color:#000;font-size:12px;font-weight:800;display:flex;align-items:center;justif
  y-content:center;flex-shrink:0}
  .testi-meta{font-size:11px;color:#666;margin-top:2px}

  /* Collection */
  .collection-wrap{max-width:1200px;margin:48px auto;padding:0 20px}
  .collection-header{margin-bottom:36px}
  .collection-page-title{font-size:32px;font-weight:900;margin-bottom:8px}
  .collection-desc-text{font-size:15px;color:#666}

  /* Page */
  .page-wrap{max-width:720px;margin:48px auto;padding:0 20px}
  .page-title{font-size:32px;font-weight:900;margin-bottom:24px}
  .page-content{font-size:16px;line-height:1.8;color:#333}
  .page-content p{margin-bottom:16px}
  .page-content h2{font-size:22px;font-weight:700;margin:24px 0 12px}

  /* Responsive */
  @media(max-width:960px){
    .products-grid{grid-template-columns:repeat(2,1fr)}
    .benefits-grid{grid-template-columns:repeat(2,1fr)}
    .testi-grid{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:1fr 1fr}
    .hero-title{font-size:38px}
  }
  @media(max-width:640px){
    .header-nav{display:none}
    .menu-toggle{display:block}
    .hero-title{font-size:28px}
    .hero-section{padding:56px 16px 40px}
    .hero-stats{gap:20px}
    .stat-num{font-size:22px}
    .products-grid{grid-template-columns:1fr}
    .testi-grid{grid-template-columns:1fr}
    .benefits-grid{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:1fr}
    .trust-inner{gap:12px}
    .section-wrap{padding:48px 16px}
    .section-title{font-size:26px}
    .hero-btns{flex-direction:column;align-items:center}
    .btn-hero-primary,.btn-hero-secondary{width:100%;max-width:280px;text-align:center}
  }