.header-warning{background-color:red;color:#fff;text-align:center;padding:.5rem 1rem;font-weight:700;font-size:.9rem}.product-filters{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:silver}.product-filters label{font-size:.85rem;color:silver}.product-filters select{padding:.35rem .7rem;border-radius:.6rem;border:1px solid #333;background:#05070b;color:#f5f5f5;font:inherit}.product-filters select:focus{outline:1px solid #ffb347;border-color:#ffb347}#product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;align-items:stretch;align-content:start}@media (max-width:1199px){#product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:899px){#product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:599px){#product-grid{grid-template-columns:1fr;gap:1rem;width:100%;max-width:90vw;margin-inline:auto;padding-bottom:2rem}}@media (max-width:420px){#product-grid{width:100%;gap:.9rem}}.product-difficulty-pill{position:absolute;top:.5rem;right:.5rem;padding:.2rem .6rem;border-radius:999px;background:rgba(5,7,11,.8);border:1px solid rgba(255,179,71,.85);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffb347;backdrop-filter:blur(4px);pointer-events:none;z-index:2}.product-card--testing .card-image-wrap::after{content:"Hamarosan";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(5,7,11,.7);color:#f5f5f5;font-weight:700;font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;backdrop-filter:blur(2px);z-index:1}.product-card--testing .card-image{opacity:.5}.product-card--testing .card-price{opacity:.5}.product-cta--info{position:relative;width:2.5rem;height:2.5rem;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.2rem;min-width:unset;flex-shrink:0}.info-icon{width:1.2rem;height:1.2rem;display:block}.info-text{display:none}@media (max-width:480px){.product-cta--info{width:auto;height:auto;padding:.5rem 1rem;border-radius:999px;gap:.4rem;font-size:.9rem}.product-cta--info .info-icon{display:none}.product-cta--info .info-text{display:inline}}.product-tooltip{position:absolute;bottom:120%;right:0;background:rgba(5,7,11,.95);border:1px solid #ffb347;color:#f5f5f5;padding:.5rem .8rem;border-radius:.5rem;font-size:.85rem;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(5px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.4)}.product-cta--info.tooltip-active .product-tooltip,.product-cta--info:focus-visible .product-tooltip,.product-cta--info:hover .product-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.product-card--skeleton{border:1px solid #1c202a;background:#090b10;box-shadow:0 10px 20px rgba(0,0,0,.25)}.product-card--skeleton .card-meta{flex-wrap:nowrap;align-items:center}.product-card--skeleton .card-meta .card-price{width:auto;flex:1 1 auto;min-width:5rem;display:inline-flex;align-items:center}.product-card--skeleton .card-meta .btn-primary{width:auto;flex:0 0 auto;min-width:6.5rem;justify-content:center}.product-card-skeleton-body{display:flex;flex-direction:column;gap:.55rem}.skeleton-block{display:block;background:linear-gradient(90deg,#111 0,#1d212c 50%,#111 100%);background-size:200% 100%;animation:skeleton-pulse 1.2s ease-in-out infinite;border-radius:999px}.skeleton-block--image{width:100%;aspect-ratio:4/3;border-radius:.9rem;margin-bottom:.8rem}.skeleton-line{height:14px}.skeleton-line.title{width:70%;height:18px}.skeleton-line.short{width:55%}.skeleton-line.button{width:48%;height:32px;border-radius:999px}.skeleton-line-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem;margin-top:.2rem}@keyframes skeleton-pulse{0%{background-position:200% 0}100%{background-position:-200% 0}}.product-card{display:flex;flex-direction:column;gap:.6rem;min-height:var(--card-min-height,auto)}.card-image-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden}.card-image,.card-image-skeleton{position:absolute;inset:0}.card-image-skeleton{transition:opacity .2s ease-out}.card-image{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .2s ease-out}.card-image-skeleton.hidden{opacity:0;pointer-events:none}.card-image{width:100%;height:auto;display:block}.card-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.4rem}.card-price{font-weight:600;font-size:.95rem}.card-price--missing{color:silver;font-style:italic}.products-empty,.products-error,.products-loading{font-size:.9rem;color:silver}.products-error{color:#ff6b6b}@keyframes skeleton-shimmer{0%{background-position:-120px 0}100%{background-position:120px 0}}@keyframes pop-in{0%{opacity:0;transform:translateY(15px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}.product-popup{position:fixed;inset:0;background:rgba(5,7,11,.7);display:none;z-index:60;padding:2rem 1.5rem;backdrop-filter:blur(8px)}.product-popup[data-open=true]{display:grid;place-items:center}.product-popup__backdrop{position:absolute;inset:0}.product-popup__card{position:relative;background:linear-gradient(145deg,#10131a,#05070b);border:1px solid rgba(255,179,71,.4);border-radius:1.25rem;padding:1.6rem 1.6rem 1.4rem;width:min(90vw,520px);max-width:520px;max-height:min(90vh,720px);overflow-y:auto;text-align:left;color:#f5f5f5;box-shadow:0 22px 55px rgba(0,0,0,.55);animation:pop-in .3s ease forwards;display:flex;flex-direction:column;gap:.75rem}.product-popup__close{position:absolute;top:.4rem;right:.4rem;background:0 0;border:none;color:#f5f5f5;font-size:1.3rem;cursor:pointer}.product-popup__image-wrap{width:100%;border-radius:.9rem;overflow:hidden;background:radial-gradient(circle at top,#222 0,#05070b 100%)}.product-popup__image{width:100%;height:auto;display:block}.product-popup__title{font-size:1.1rem;font-weight:600;margin-top:.4rem}.product-popup__description{font-size:.9rem;color:#cdd5df}.product-popup__footer{margin-top:.4rem;display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:space-between}.product-popup__price{font-weight:600;font-size:1rem}.product-popup__cart{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;justify-content:flex-end}.product-popup__qty{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #333;background:rgba(5,7,11,.9);overflow:hidden}.qty-btn{border:none;background:0 0;color:#f5f5f5;padding:.35rem .7rem;cursor:pointer;font-size:.85rem}.qty-btn:focus-visible{outline:1px solid #ffb347}.product-popup__qty .qty-input{width:3.2rem;min-width:3.2rem;padding:.15rem .3rem;border:none;background:0 0;color:#f5f5f5;text-align:center;font-size:.9rem;line-height:1.2}.qty-input:focus{outline:0}.product-popup__add{padding-inline:1.1rem}body.product-popup-open{overflow:hidden}@media (max-width:600px){.product-popup__card{padding:1.3rem 1.2rem 1.1rem;width:min(94vw,420px)}.product-popup__footer{flex-direction:column;align-items:flex-start}.product-popup__cart{justify-content:flex-start}}