.fav-btn{padding:0;border:0;background:0 0;color:var(--subtext);font-size:1.15rem;line-height:1;cursor:pointer;transition:color var(--transition),transform var(--transition)}.fav-btn--active,.fav-btn:hover{color:var(--danger)}.fav-btn--active{transform:scale(1.15)}.product-card__img .fav-btn{position:absolute;top:.5rem;right:.5rem;z-index:3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgb(0 0 0 / 45%);color:#fff;font-size:1rem}.product-card__img .fav-btn.fav-btn--active,.product-card__img .fav-btn:hover{background:var(--danger);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.product-card__cart-form{display:flex;position:relative;z-index:1;margin-top:.75rem}@media (max-width:575px){.product-card__img{aspect-ratio:16/9;max-height:240px}.product-card__cart-form{margin-top:0}.product-card__body>.product-card__cart-form{margin-top:.6rem}}.product-card__cart-form .btn{width:100%}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);display:flex;flex-direction:column;position:relative}.product-card__overlay{position:absolute;inset:0;z-index:0}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glow);border-color:var(--border-hover)}.product-card__img{aspect-ratio:4/3;overflow:hidden;background:var(--bg-input);display:flex;align-items:center;justify-content:center;position:relative;width:100%}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card__img img{transform:scale(1.04)}.product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:3rem}.product-card__body{padding:1rem;flex:1;display:flex;flex-direction:column}@media (max-width:767px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card__body{padding:8px}}.product-card__cat{font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--primary);margin-bottom:.3rem}.product-card__name{font-size:.9rem;font-weight:600;margin-bottom:.3rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__desc{font-size:.8rem;color:var(--subtext);margin-bottom:.75rem;flex:1;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rev-star{font-size:1rem;line-height:1}.rev-star--filled{color:#f59e0b}.rev-star--empty{color:var(--border)}.product-rating{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;color:inherit;text-decoration:none}.product-rating--card{position:relative;z-index:2;margin:.15rem 0 .65rem}.product-rating--detail{margin:-.15rem 0 1rem;padding:.35rem 0;font-size:1.15rem}.product-rating--detail .rev-star{font-size:1.15rem}.product-rating--detail .product-rating__value{font-size:.95rem}.product-rating--detail .product-rating__count{font-size:.9rem}.product-rating__stars{display:inline-flex;gap:1px}.product-rating__value{color:var(--text);font-size:.85rem;font-weight:700}.product-rating__count{color:var(--subtext);font-size:.82rem}.product-rating:hover .product-rating__count,.product-rating:hover .product-rating__value{color:var(--primary)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;position:relative;z-index:1}.product-card__footer>.btn,.product-card__footer>a.btn,.product-card__footer>button.js-order-request{position:relative;z-index:1}.product-card__price{font-weight:700;font-size:1.05rem}.product-card__price .old{text-decoration:line-through;color:var(--muted);font-size:.85rem;font-weight:400;margin-right:.4rem}.product-card__price .sale{color:var(--cta)}@media (max-width:767px){.product-card__footer{flex-direction:column;align-items:stretch}}.product-gallery__main{position:relative}.prod-badges{position:absolute;top:.6rem;left:.6rem;display:flex;flex-direction:column;gap:.35rem;z-index:2;pointer-events:none}.prod-badge{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:100px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1;white-space:nowrap;width:fit-content}.prod-badge--new{background:color-mix(in srgb,var(--brand) 18%,transparent);color:var(--accent);border:1px solid color-mix(in srgb,var(--brand) 35%,transparent)}.prod-badge--sale{background:rgba(245,158,11,.18);color:var(--cta);border:1px solid rgba(245,158,11,.35)}.prod-badge--top-sales{background:rgba(234,179,8,.18);color:#eab308;border:1px solid rgba(234,179,8,.35)}.diff-corner{position:absolute;bottom:.6rem;right:.6rem;z-index:3;background:#f97316;color:#fff;border-radius:16px;padding:.4rem .7rem;display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:lowercase;box-shadow:0 4px 12px rgba(249,115,22,.35);pointer-events:none;line-height:1}.diff-corner__label{line-height:1}.diff-corner__dots{display:inline-flex;gap:3px}.diff-corner__dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.4)}.diff-corner__dot--on{background:#fff}.diff-corner--lvl-1{background:#22c55e;box-shadow:0 4px 12px rgba(34,197,94,.4)}.diff-corner--lvl-2{background:#84cc16;box-shadow:0 4px 12px rgba(132,204,22,.4)}.diff-corner--lvl-3{background:#f59e0b;box-shadow:0 4px 12px rgba(245,158,11,.4)}.diff-corner--lvl-4{background:#f97316;box-shadow:0 4px 12px rgba(249,115,22,.4)}.diff-corner--lvl-5{background:#ef4444;box-shadow:0 4px 12px rgba(239,68,68,.4)}.diff-badge--lvl-1{background:#22c55e;box-shadow:0 4px 14px rgba(34,197,94,.4)}.diff-badge--lvl-2{background:#84cc16;box-shadow:0 4px 14px rgba(132,204,22,.4)}.diff-badge--lvl-3{background:#f59e0b;box-shadow:0 4px 14px rgba(245,158,11,.4)}.diff-badge--lvl-4{background:#f97316;box-shadow:0 4px 14px rgba(249,115,22,.4)}.diff-badge--lvl-5{background:#ef4444;box-shadow:0 4px 14px rgba(239,68,68,.4)}@media (max-width:767px){.diff-corner{bottom:.4rem;right:.4rem;padding:.3rem .55rem;font-size:.66rem}.diff-corner__dot{width:5px;height:5px}}.shopfront .product-card{border-color:var(--border);border-radius:10px;min-width:0}.shopfront .product-card:hover{transform:none;box-shadow:var(--shadow);border-color:var(--border-hover)}.shopfront .product-card__img{aspect-ratio:1;max-height:none;background:var(--bg-card)}.shopfront .product-card__img img{object-fit:contain}.shopfront .product-card:hover .product-card__img img{transform:none}.shopfront .product-card__body{padding:18px}.shopfront .product-card__cat{font-size:.73rem;color:var(--subtext);text-transform:none;letter-spacing:0;font-weight:400;margin-bottom:6px}.shopfront .product-card__name{font-size:.97rem;font-weight:500;line-height:1.45;min-height:2.9em}.shopfront .product-card__desc{font-size:.8rem;line-height:1.5;flex:0 0 auto;max-height:3em}.shopfront .product-card__price{font-size:1.22rem;letter-spacing:-.4px;font-variant-numeric:tabular-nums}.shopfront .product-card__price .sale{color:var(--text)}.shopfront .product-card__price .old{display:block;font-size:.8rem;letter-spacing:0}.shopfront .product-card__cart-form .btn{min-height:44px}.shopfront .product-card .btn--primary{background:var(--cta);color:#fff;border:1px solid transparent}.shopfront .product-card .btn--primary:hover{background:var(--cta-dark);border-color:transparent;color:#fff;opacity:1}.shopfront .product-card .btn.btn--in-cart{background:0 0;color:var(--brand);border-color:var(--brand)}@media (hover:hover){.shopfront .product-card .btn.btn--in-cart:hover{background:var(--brand-subtle);color:var(--brand-hover);border-color:var(--brand-hover)}}.shopfront .product-card .btn:disabled{color:var(--muted)}.shopfront .product-card .fav-btn{background:var(--bg-card);color:var(--subtext);border:1px solid var(--border);width:34px;height:34px;backdrop-filter:none}.shopfront .product-card .fav-btn.fav-btn--active,.shopfront .product-card .fav-btn:hover{background:var(--bg-card);color:var(--danger);border-color:var(--danger);transform:none}.shopfront .prod-badge{border-radius:5px;font-size:.62rem;letter-spacing:.02em;padding:5px 7px}.shopfront .prod-badge--sale{background:#c2410c;border-color:#c2410c;color:#fff}.shopfront .prod-badge--new{background:#2563eb;border-color:#2563eb;color:#fff}.shopfront .prod-badge--top-sales{background:#7c3aed;border-color:#7c3aed;color:#fff}.shopfront .diff-badge,.shopfront .diff-corner{background:var(--brand-deep);border-radius:6px;box-shadow:none}.shopfront .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media (min-width:769px) and (max-width:1150px){.shopfront .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.shopfront .product-card__desc{display:none}}@media (max-width:768px){.shopfront .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shopfront .product-card__body{padding:12px}.shopfront .product-card__name{font-size:.88rem}.shopfront .product-card__price{font-size:1.1rem}}@media (max-width:640px){.shopfront .product-card__body{padding:10px}.shopfront .product-card__cart-form .btn{padding-inline:8px;font-size:.78rem}.shopfront .product-card .fav-btn{width:30px;height:30px}}.shopfront .home-catalog-link{margin-top:24px}@media (max-width:990px){.shopfront .prod-badges{top:8px;left:8px;gap:4px}.shopfront .prod-badge{padding:4px 7px;font-size:.58rem}}