/* PLIK GENEROWANY z sklep/index.html - nie edytuj recznie (gen_home_cards.py). */

  .cart-hover-preview{position:absolute;top:100%;right:-12px;width:340px;background:#1a1a1a;border:1px solid #2a2a2a;box-shadow:0 12px 40px rgba(0,0,0,0.5);z-index:999;padding:0;padding-top:10px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 0.2s ease,transform 0.22s ease,visibility 0.2s;pointer-events:none;}

  .cart-hover-preview::before{content:'';position:absolute;top:-10px;right:0;width:60px;height:10px;}

  .nav-cart:hover .cart-hover-preview{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;}

  .chp-inner{padding:14px 16px 16px;}

  .chp-item{display:flex;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid #222;}

  .chp-item:last-child{border-bottom:none;}

  .chp-img{width:48px;height:48px;object-fit:cover;flex-shrink:0;background:#111;}

  .chp-info{flex:1;min-width:0;}

  .chp-name{font-size:12px;color:#ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

  .chp-meta{font-size:11px;color:#666;margin-top:2px;}

  .chp-price{font-size:13px;font-weight:700;color:var(--orange);white-space:nowrap;}

  .chp-total{display:flex;justify-content:space-between;padding-top:10px;margin-top:6px;border-top:1px solid #333;font-size:13px;color:#aaa;}

  .chp-total span:last-child{color:#fff;font-weight:700;}

  .chp-empty{text-align:center;color:#555;font-size:13px;padding:16px 0;}

  .chp-go{display:block;text-align:center;padding:12px;background:var(--orange);color:#fff;font-size:12px;font-weight:700;text-decoration:none;letter-spacing:0.5px;text-transform:uppercase;transition:background 0.15s;}

  .chp-go:hover{background:var(--orange-dim);}
@media(max-width:768px){
.cart-hover-preview{display:none!important;}
}

  .qf-chip .qf-cnt{margin-left:auto;font-size:11px;font-weight:700;color:#777;}

  .qf-chip.active .qf-cnt{color:var(--orange);}

  .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;transition:opacity 0.15s ease;}

  .products-grid:empty{min-height:130vh;}

  .load-more-wrap{text-align:center;padding:32px 0 16px;}

  .load-more-count{font-size:13px;color:#666;margin-bottom:14px;}

  .load-more-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 40px;background:#1a1a1a;border:1.5px solid #333;color:#ddd;font-size:13px;font-weight:600;font-family:'DM Sans',sans-serif;letter-spacing:0.5px;cursor:pointer;transition:border-color 0.15s,color 0.15s;-webkit-tap-highlight-color:transparent;}

  .load-more-btn:hover{border-color:var(--orange);color:var(--orange);}

  .product-card{background:#111;border:1.5px solid #2a2a2a;transition:border-color 0.25s, box-shadow 0.4s ease, transform 0.4s ease;cursor:pointer;position:relative;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(0,0,0,0.5), 0 4px 8px rgba(0,0,0,0.45), 0 10px 22px rgba(0,0,0,0.5), 0 22px 40px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.02);}

  .product-card:hover{border-color:var(--orange);transform:translateY(-4px);box-shadow:0 2px 4px rgba(0,0,0,0.55), 0 6px 12px rgba(0,0,0,0.5), 0 14px 28px rgba(0,0,0,0.55), 0 28px 48px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.06), inset 0 0 0 1px rgba(255,168,37,0.06);}
@media(max-width:768px){
.product-card:hover{transform:none;}
}

  .product-img{width:100%;aspect-ratio:4/3;overflow:hidden;background:#1a1a1a;position:relative;}

  .product-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease;}

  .product-card:hover .product-img img.cg-cur{transform:scale(1.04);}

  .badge-strips{position:absolute;left:0;bottom:0;display:flex;flex-direction:row;flex-wrap:nowrap;gap:0;z-index:2;max-width:100%;transition:transform 0.32s cubic-bezier(0.4,0,0.2,1);}

  .badge-strips .badge-strip{background:rgba(10,10,10,0.78);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#eeeeee;font-size:8px;font-weight:700;letter-spacing:0.8px;padding:4px 7px;text-transform:uppercase;white-space:nowrap;border-radius:0;}

  .product-card:hover .badge-strips{transform:translateY(100%);pointer-events:none;}
@media(max-width:540px){
.badge-strips .badge-strip{font-size:7.5px;letter-spacing:0.2px;padding:3px 4px;}
}

  .unavail-badge{position:absolute;top:12px;right:12px;background:rgba(0,0,0,0.6);color:#fff;font-size:10px;font-weight:600;padding:4px 10px;display:none!important;}

  .unavail-badge.preorder{background:#FFA825;color:#111;font-weight:800;letter-spacing:.8px;display:block!important;}
@media(max-width:540px){
.unavail-badge.preorder{font-size:8px;padding:3px 7px;top:8px;right:8px;letter-spacing:0.2px;max-width:62%;line-height:1.25;}
}

  .product-preorder-note{margin-top:8px;color:#FFA825;font-size:12px;font-weight:800;line-height:1.35;}

  .product-body{padding:14px 18px 16px;border-top:1.5px solid #2a2a2a;flex:1;display:flex;flex-direction:column;}

  .product-footer{margin-top:auto;padding-top:10px;border-top:1px solid #222;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;}

  .product-footer-left{display:flex;flex-direction:column;}

  .product-name{color:#eeeeee;}

  .product-price{color:#eeeeee;}

  .product-name{font-family:'DM Sans',sans-serif;font-weight:700;font-size:15px;margin-bottom:4px;line-height:1.3;letter-spacing:-0.01em;}

  .product-short-desc{font-size:11px;color:#666;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

  .product-price{font-family:'DM Sans',sans-serif;font-size:28px;line-height:1;}

  .product-price span{font-size:14px;color:var(--gray);font-family:'DM Sans',sans-serif;font-weight:400;}

  .product-vat-note{font-size:11px;color:#8f8f8f;line-height:1.3;margin:4px 0 10px;font-weight:500;}

  .vc-tagrow{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 8px;}

  .vc-freeship{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#FFA825;background:rgba(255,168,37,.1);border:1px solid rgba(255,168,37,.3);border-radius:6px;padding:4px 8px;line-height:1;}

  .vc-freeship svg{flex:0 0 auto;}

  .vc-last{display:inline-flex;align-items:center;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#f5f0eb;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:4px 8px;line-height:1;}
@media(max-width:480px){
.vc-freeship,.vc-last{font-size:9px;padding:3px 6px;gap:3px;letter-spacing:.2px;}
.vc-freeship svg{width:11px;height:11px;}
.vc-tagrow{gap:4px;}
}

  
  .vc-lastpill,.vc-vatship{display:none;}

  .card-variants-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:8px 0 6px;}

  .card-variants-left{display:flex;align-items:center;}

  .card-variants-right{display:flex;align-items:center;}

  .color-dots{display:flex;gap:6px;flex-wrap:wrap;align-items:center;}

  .color-dot{width:22px;height:22px;border-radius:4px;border:1.5px solid #444;cursor:pointer;transition:all 0.15s;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.06);}

  .color-dot:hover{transform:scale(1.1);border-color:#888;}

  .color-dot.active{border-color:#fff;}

  .variant-chips{display:flex;gap:4px;flex-wrap:wrap;}

  .variant-chip{padding:4px 10px;font-size:11px;font-weight:600;border:1.5px solid #2a2a2a;background:#111;cursor:pointer;transition:all 0.15s;font-family:'DM Sans',sans-serif;color:#888;}

  .variant-chip:hover{border-color:#555;color:#ccc;}

  .variant-chip.active{border-color:#fff;background:#222;color:#fff;}

  .qty-tags{display:flex;gap:6px;flex-wrap:wrap;}

  .qty-tag{width:22px;height:22px;border-radius:4px;border:1.5px solid #444;background:#111;cursor:pointer;font-family:'DM Sans',sans-serif;font-size:11px;font-weight:700;color:#aaa;display:flex;align-items:center;justify-content:center;transition:all 0.15s;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.06);}

  .qty-tag .qty-tag-price{display:none;}

  .qty-tag:hover{transform:scale(1.1);border-color:#888;color:#fff;}

  .qty-tag.active{border-color:#fff;color:#fff;}

  .add-btn{background:none;color:#aaa;border:none;border-bottom:2px solid var(--orange);padding:6px 0;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;font-family:'DM Sans',sans-serif;transition:color 0.15s;white-space:nowrap;}

  .add-btn:hover{color:var(--orange);}

  .add-btn.disabled,.add-btn:disabled{color:#666;border-bottom-color:#333;cursor:not-allowed;}

  .add-btn.order-only{color:#FFA825;border-bottom-color:#FFA825;font-size:10px;letter-spacing:0.9px;line-height:1.2;white-space:normal;text-align:right;max-width:130px;}

  .empty-state{text-align:center;padding:80px;color:var(--gray);font-size:15px;}

  .cart-sidebar{position:fixed;top:0;right:-480px;width:100%;max-width:460px;height:100vh;height:100dvh;background:linear-gradient(180deg,#161616 0%,#0f0f0f 100%);z-index:400;display:flex;flex-direction:column;transition:right .32s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 50px rgba(0,0,0,0.55);border-left:1px solid rgba(255,255,255,.08);}

  .cart-sidebar.open{right:0;}

  .cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.55);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:300;opacity:0;pointer-events:none;transition:opacity 0.3s;}

  .cart-overlay.open{opacity:1;pointer-events:all;}

  .cart-header{padding:20px 22px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;}

  .cart-header h2{font-family:'DM Sans',sans-serif;font-size:22px;font-weight:900;letter-spacing:2px;color:#fff;}

  .close-btn{width:40px;height:40px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.04);font-size:17px;cursor:pointer;color:#bbb;display:flex;align-items:center;justify-content:center;transition:border-color .18s,color .18s,background .18s;}

  .close-btn:hover{border-color:var(--orange);color:var(--orange);background:rgba(255,168,37,.1);}

  .cart-items{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;}

  .cart-empty{text-align:center;color:var(--gray);font-size:14px;margin-top:48px;}

  .cart-item{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));transition:border-color .2s;}

  .cart-item:hover{border-color:rgba(255,168,37,.35);}

  .cart-item img{width:64px;height:64px;object-fit:cover;background:#111;border-radius:10px;border:1px solid rgba(255,255,255,.08);flex:0 0 auto;}

  .cart-item-info{flex:1;min-width:0;}

  .cart-item-name{font-weight:800;font-size:14px;margin-bottom:3px;color:#f0f0f0;line-height:1.25;}

  .cart-item-price{font-size:16px;color:var(--orange);font-weight:800;}

  .cart-item-vat{font-size:10.5px;color:#888;margin-top:2px;line-height:1.3;}

  .cart-item-qty{display:flex;align-items:center;gap:10px;margin-top:10px;}

  .cart-item-qty>span{min-width:18px;text-align:center;font-weight:800;color:#eee;font-size:14px;}

  .qty-btn{width:30px;height:30px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;color:#eeeeee;transition:background .18s,color .18s,border-color .18s;}

  .qty-btn:hover{background:rgba(255,168,37,.16);color:var(--orange);border-color:var(--orange);}

  .remove-btn{background:none;border:none;color:#777;cursor:pointer;font-size:16px;padding:6px;border-radius:8px;align-self:flex-start;flex:0 0 auto;transition:color .18s,background .18s;}

  .remove-btn:hover{color:#ff6b6b;background:rgba(255,107,107,.1);}

  .cart-footer{padding:18px 20px calc(20px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.22);}

  .cart-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;}

  .cart-total span:first-child{font-size:12px;color:var(--gray);text-transform:uppercase;letter-spacing:1.5px;font-weight:700;}

  .cart-total span:last-child{font-family:'DM Sans',sans-serif;font-size:30px;font-weight:900;color:#fff;}

  .cart-note{font-size:12px;color:var(--gray);margin-bottom:16px;line-height:1.5;}

  .checkout-link{width:100%;background:var(--orange);color:#111;border:none;padding:15px;font-size:14px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;font-family:'DM Sans',sans-serif;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;transition:background .2s,transform .2s,box-shadow .2s;}

  .checkout-link:hover{background:var(--orange-dim);transform:translateY(-2px);box-shadow:0 12px 28px rgba(255,168,37,.28);}
@media(max-width:768px){
.products-grid{grid-template-columns:1fr 1fr;gap:12px;}
}
@media(max-width:480px){
.products-grid{grid-template-columns:1fr 1fr;gap:8px;}
.product-name{font-size:14px;margin-bottom:4px;letter-spacing:0;line-height:1.2;}
.product-price{font-size:20px;}
.product-vat-note{font-size:10px;margin:3px 0 8px;}
.product-price span{font-size:11px;}
.product-body{padding:10px 12px 12px;}
.add-btn{font-size:10px;letter-spacing:0.8px;padding:8px 0;min-height:36px;}
}
@media(max-width:360px){
.products-grid{gap:4px;}
.product-body{padding:8px 8px 10px;}
.product-name{font-size:13px;}
.product-price{font-size:18px;}
}

  
  .cg-strip{display:flex;width:100%;height:100%;}

  .cg-strip img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;}

  .cg-dots{display:none;position:absolute;bottom:42px;left:50%;transform:translateX(-50%);gap:5px;z-index:10;pointer-events:auto;}

  .cg-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:width .2s,background .2s;}

  .cg-dot.active{background:#FFA825;width:14px;border-radius:3px;}
@media(max-width:768px){
.products-grid.cols-1 .cg-dots{display:flex;}
}


  
  .product-card, .filter-chip, .sub-chip, .variant-chip, .qty-tag,
  .add-btn, .load-more-btn, .mobile-filter-btn,
  .cart-hover-preview, .modal, .modal-content,
  .badge-strip, .color-dot, .unavail-badge,
  .mm-cat-header, .mm-see-all, .mm-cart, .mm-cta, .mm-phone,
  input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"], textarea, select,
  .sort-select, .search-btn, #scrollTopBtn { border-radius: 4px; }

  .product-card .product-img img { border-radius: 4px 4px 0 0; }



h1, h2, h3, h4,
.why-title, .section-title, .stat-number, .product-price, .product-name, .product-title,
.price-brutto, .cart-item-price, .cart-mini-total .value, .summary-header h3,
.combined-title, .showcase-title, .page-header h1, .page-header-title,
.promo-code, .rating-big, .hc-slide-title, .reviews-olx-btn,
.cart-empty h2, .bs-header h2, .section-box-header h3,
.step-btn .step-num, footer .footer-label, .footer-label,
.mobile-menu .mm-phone { font-weight: 900 !important; letter-spacing: -0.01em; }
@media(max-width:768px){

    .cart-sidebar{right:0!important;transform:translateX(100%);transition:transform 0.3s;}

    .cart-sidebar.open{right:0!important;transform:translateX(0);}
}

  
  
  .product-card{border-radius:16px!important;border:1px solid rgba(245,240,235,.06)!important;overflow:hidden!important;background:#1a1a1a!important;font-family:'Manrope',-apple-system,sans-serif!important;}

  .product-card .product-img{border-radius:0!important;}

  .product-card .product-img img{border-radius:0!important;}

  .product-card .product-img::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to top,#1a1a1a 0%,rgba(26,26,26,.55) 16%,transparent 44%);}

  .product-card .badge-strips{bottom:auto!important;flex-direction:row!important;flex-wrap:wrap!important;z-index:3!important;transform:none!important;}

  .product-card .badge-strips .badge-strip{background:rgba(10,10,10,.6)!important;border:1px solid rgba(245,240,235,.18)!important;border-radius:999px!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f5f0eb!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase!important;}

  .product-card .badge-strips .badge-strip.bs-promo{background:#FFA825!important;color:#0a0a0a!important;border-color:transparent!important;}

  .product-card .vc-corner{display:block!important;position:absolute;top:0;right:0;z-index:4;background:#FFA825;color:#0a0a0a;font-weight:800;border-bottom-left-radius:16px;line-height:1;text-align:center;font-family:'Manrope',sans-serif;}

  .product-card .vc-corner small{display:block;font-weight:700;letter-spacing:.1em;opacity:.72;}

  .product-card .vc-ribbon{display:flex!important;position:absolute;z-index:3;align-items:center;gap:5px;font-weight:700;color:#f5f0eb;}

  .product-card .vc-ribbon .stars{color:#FFA825;letter-spacing:1px;}

  .product-card .vc-ribbon .cnt{color:rgba(245,240,235,.6);font-weight:500;}

  .product-card .product-name{font-weight:800!important;letter-spacing:-.015em!important;color:#f5f0eb!important;}

  .product-card .product-short-desc{color:#888!important;}

  .product-card .vc-meta-row{margin:0 0 12px;}

  .product-card .vc-save{display:inline-flex!important;align-items:center;gap:7px;background:rgba(255,168,37,.14);border:1px solid rgba(255,168,37,.25);border-radius:11px;width:-moz-fit-content;width:fit-content;white-space:nowrap;flex:0 0 auto;}

  .product-card .vc-save .lbl{color:#888;font-weight:600;}

  .product-card .vc-save .amt{color:#FFA825;font-weight:800;}

  .product-card .vc-corner.is-off,.product-card .vc-save.is-off,.product-card .vc-ribbon.is-off{display:none!important;}

  .product-card .vc-save-footer{display:none!important;}

  .product-card .product-body{border-top:none!important;background:#1a1a1a!important;position:relative;z-index:1;margin-top:-1px!important;}

  .product-card .product-footer{display:block!important;border-top:none!important;padding-top:0!important;}

  .product-card .product-price{font-weight:800!important;letter-spacing:-.02em!important;color:#f5f0eb!important;line-height:1!important;}

  .product-card .product-price span{color:#888!important;font-weight:600!important;}

  .product-card .vc-price-row{display:flex!important;align-items:baseline;gap:10px;flex-wrap:wrap;}

  .product-card .vc-old-price{margin-bottom:0!important;}

  .product-card .product-vat-note{color:#6f6f6f!important;}

  .product-card .add-btn{width:100%!important;display:flex!important;align-items:center;justify-content:center;gap:8px;background:#FFA825!important;color:#0a0a0a!important;border:none!important;border-bottom:none!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important;font-family:'Manrope',sans-serif!important;min-height:0!important;transition:background .2s ease, transform .2s ease, box-shadow .2s ease!important;}

  .product-card .add-btn-cart{display:block;width:16px;height:16px;flex:0 0 auto;}

  .product-card .add-btn.disabled,.product-card .add-btn:disabled{background:#2a2a2a!important;color:#888!important;}

  .product-card .add-btn.order-only{background:#2a2a2a!important;color:#FFA825!important;max-width:none!important;white-space:nowrap!important;text-align:center!important;line-height:normal!important;}
@media(min-width:769px){

    
    .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;}

    .products-grid.cols-1{grid-template-columns:repeat(3,minmax(0,1fr))!important;}

    .product-card{border-radius:18px!important;box-shadow:0 30px 70px -30px rgba(0,0,0,.8)!important;}

    .product-card .product-img{aspect-ratio:4/3!important;}

    .product-card .badge-strips{top:13px!important;left:13px!important;gap:6px!important;max-width:calc(100% - 84px)!important;}

    .product-card .badge-strips .badge-strip{font-size:9px!important;padding:3px 8px!important;background:rgba(10,10,10,.5)!important;border-color:rgba(245,240,235,.14)!important;}

    .product-card .vc-corner{font-size:15px;padding:7px 11px;}

    .product-card .vc-corner small{font-size:7.5px;margin-top:2px;}

    .product-card .vc-ribbon{bottom:14px;left:18px;font-size:13.5px;}

    .product-card .vc-ribbon .stars{font-size:14px;letter-spacing:1.5px;}

    .product-card .product-body{padding:16px!important;}

    .product-card .product-name{font-size:17px!important;line-height:1.15!important;margin-bottom:6px!important;}

    .product-card .product-short-desc{font-size:12px!important;line-height:1.45!important;margin-bottom:12px!important;}

    .product-card .vc-meta-row{display:flex!important;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px!important;padding-bottom:14px;border-bottom:1px solid rgba(245,240,235,.09);}

    .product-card .card-variants-row{display:flex!important;align-items:center;justify-content:flex-end;gap:8px;margin:0!important;padding:0!important;border-bottom:none!important;flex:0 0 auto;}

    .product-card .vc-meta-row .qty-tags{flex-wrap:nowrap!important;}

    .product-card .qty-tags{gap:6px!important;}

    .product-card .qty-tag{width:32px!important;height:32px!important;border-radius:9px!important;border:1.5px solid rgba(245,240,235,.16)!important;background:transparent!important;color:#f5f0eb!important;font-family:'Manrope',sans-serif!important;font-size:14px!important;font-weight:700!important;box-shadow:none!important;}

    .product-card .qty-tag:hover{border-color:rgba(255,168,37,.5)!important;transform:none!important;color:#f5f0eb!important;}

    .product-card .qty-tag.active{border-color:#FFA825!important;color:#FFA825!important;background:rgba(255,168,37,.14)!important;}

    .product-card .color-dot{width:26px!important;height:26px!important;border-radius:9px!important;}

    .product-card .color-dot.active{border-color:#FFA825!important;}

    .product-card .vc-save{padding:8px 11px;margin-bottom:0;}

    .product-card .vc-save .lbl{font-size:12px;}

    .product-card .vc-save .amt{font-size:13px;}

    .product-card .product-price{font-size:26px!important;}

    .product-card .product-price span{font-size:13px!important;}

    .product-card .product-vat-note{font-size:11px!important;margin:5px 0 10px!important;}

    .product-card .add-btn{border-radius:11px!important;padding:11px!important;font-size:12px!important;}

    
    .product-card:hover .badge-strips{opacity:0!important;transition:opacity .3s ease!important;}

    .product-card:hover .vc-corner{opacity:0!important;transition:opacity .3s ease;}

    .product-card:hover .vc-ribbon{opacity:0!important;transition:opacity .3s ease;}

    .product-card:hover .product-img::after{opacity:0!important;transition:opacity .3s ease;}

    
    .product-card:hover{border-color:#FFA825!important;}

    
    .product-card .add-btn:not(.disabled):not(.order-only):hover{background:#ffb648!important;transform:translateY(-2px);box-shadow:0 9px 20px -7px rgba(255,168,37,.6)!important;}

    .product-card .add-btn:not(.disabled):not(.order-only):active{transform:translateY(0);}
}
@media(max-width:768px){

    .product-card{box-shadow:0 18px 40px -22px rgba(0,0,0,.65)!important;}

    .product-card .product-img{aspect-ratio:4/3!important;}

    .product-card .badge-strips{display:none!important;}

    
    
    .product-card .card-variants-row{display:flex!important;justify-content:flex-start!important;gap:0!important;margin:0 0 8px!important;padding:0!important;border:none!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;}

    .product-card .card-variants-row::-webkit-scrollbar{display:none;}

    
    .product-card .card-variants-left{margin-left:auto!important;}

    .product-card .color-dots{gap:5px!important;flex-wrap:nowrap!important;}

    .product-card .color-dot{width:20px!important;height:20px!important;border-radius:5px!important;flex:0 0 auto!important;}

    .product-card .color-dot.active{border-color:#FFA825!important;}

    .product-card .qty-tags{gap:5px!important;flex-wrap:nowrap!important;}

    .product-card .qty-tag{width:26px!important;height:26px!important;border-radius:7px!important;font-size:12px!important;flex:0 0 auto!important;}

    .product-card .variant-chips{flex-wrap:nowrap!important;}

    .product-card .variant-chip{padding:3px 8px!important;font-size:10px!important;flex:0 0 auto!important;}

    
    .product-card .vc-meta-row{display:none!important;}

    .product-card .vc-meta-row:has(.card-variants-row){display:block!important;}

    .product-card .vc-meta-row .vc-save{display:none!important;}

    .product-card .vc-corner{top:8px!important;right:8px!important;font-size:11px;font-weight:800;padding:3px 7px;border-radius:8px!important;line-height:1.2;}

    .product-card .vc-corner small{display:none!important;}

    .product-card .vc-ribbon{bottom:9px;left:11px;font-size:10.5px;gap:4px;}

    .product-card .product-body{padding:11px 12px!important;}

    
    .product-card .product-name{font-size:13px!important;line-height:1.15!important;margin-bottom:4px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

    .product-card:not(:has(.vc-save)) .product-name{-webkit-line-clamp:4!important;}

    .product-card .product-short-desc{display:none!important;}

    .product-card .product-price{font-size:21px!important;}

    .product-card .product-price span{font-size:11px!important;}

    
    .product-card .product-footer{display:grid!important;grid-template-columns:1fr auto;align-items:end;column-gap:10px;row-gap:1px;}

    .product-card .product-footer-left{display:contents!important;}

    .product-card .vc-price-row{display:contents!important;}

    .product-card .vc-save-footer{display:contents!important;}

    .product-card .vc-save{display:contents!important;}

    
    .product-card .vc-old-price{grid-column:1!important;grid-row:1!important;font-size:11px!important;line-height:1.2!important;white-space:nowrap!important;align-self:end!important;}

    .product-card .vc-save .lbl{grid-column:2!important;grid-row:1!important;font-size:9px!important;color:#888!important;align-self:end!important;text-align:right!important;}

    
    .product-card .product-price{grid-column:1!important;grid-row:2!important;}

    .product-card .vc-save .amt{grid-column:2!important;grid-row:2!important;font-size:10.5px!important;font-weight:800!important;color:#FFA825!important;align-self:end!important;text-align:right!important;}

    .product-card .vc-old-price span{display:none!important;}

    .product-card .product-vat-note{grid-column:1/-1!important;grid-row:3!important;font-size:9px!important;margin:3px 0 0!important;white-space:nowrap;}

    .product-card .add-btn .add-btn-label{display:inline!important;}

    .product-card .add-btn .add-btn-cart{display:block!important;}

    .product-card .add-btn-cart{width:14px;height:14px;}

    
    .product-card .add-btn:not(.disabled):not(.order-only){grid-column:1/-1!important;grid-row:4!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:44px!important;align-items:center!important;justify-content:center!important;padding:10px 12px!important;line-height:1!important;border-radius:10px!important;font-size:11px!important;margin-top:6px!important;}

    .product-card .add-btn.disabled,.product-card .add-btn.order-only{grid-column:1/-1!important;grid-row:4!important;width:100%!important;max-width:none!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-top:6px;border-radius:10px!important;padding:10px!important;font-size:11px!important;text-align:center!important;}

    
    .product-card .vc-tagrow{display:none!important;}

    .product-card .vc-lastpill{display:block!important;position:absolute;top:8px;left:8px;z-index:4;background:rgba(10,10,10,.62);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(245,240,235,.18);border-radius:8px;color:#f5f0eb;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;line-height:1.3;white-space:nowrap;}

    .product-card .vc-vatship{display:block!important;color:#FFA825;font-size:9px!important;font-weight:700;letter-spacing:.02em;margin-top:1px;white-space:nowrap;}
}
@media(max-width:380px){

    .product-card .vc-lastpill{top:6px;left:6px;font-size:8px;letter-spacing:0;padding:2px 6px;}
}
.grid-enter{animation:pageEnter 0.25s ease backwards;}
