:root{--bg:#ffffff;--surface:#ffffff;--surface-2:#f6f8fb;--text:#0b1220;--muted:rgba(11,18,32,0.72);--border:rgba(11,18,32,0.12);--accent:#0ea5e9;--accent-2:#4f46e5;--shadow:0 18px 50px rgba(17,24,39,0.12);--radius:16px;--max:1160px;--footer-blue:#1b5383}*{box-sizing:border-box}body,html{height:100%;overflow-x:clip}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;color:var(--text);background:#ffffff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-color:var(--footer-blue) rgba(27,83,131,.18)}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:rgba(27,83,131,.18)}::-webkit-scrollbar-thumb{background:var(--footer-blue);border-radius:999px;border:2px solid rgba(27,83,131,.18)}::-webkit-scrollbar-thumb:hover{background:#16466e}a{color:inherit}a,a:hover{text-decoration:none}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 18px}@media (max-width:640px){.container{padding:0 16px}}@media (max-width:480px){.container{padding:0 14px}}@media (max-width:320px){.container{padding:0 12px}}.skipLink{position:absolute;left:-999px;top:12px;z-index:999;background:#fff;color:#000;padding:10px 12px;border-radius:10px}.skipLink:focus{left:12px}.visuallyHidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{appearance:none;border:1px solid var(--border);background:#ffffff;color:var(--text);padding:12px 16px;border-radius:14px;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease,box-shadow .12s ease;min-height:44px}@media (max-width:640px){.btn{min-height:44px;padding:12px 18px}}.btn:hover{transform:translateY(-1px);border-color:rgba(14,165,233,.35);box-shadow:0 12px 28px rgba(17,24,39,.1)}.btnPrimary{border-color:rgba(14,165,233,.3);color:#ffffff;background:linear-gradient(135deg,#0ea5e9,#4f46e5)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hr{border:0;border-top:1px solid var(--border);margin:24px 0}.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid var(--border);background:rgba(246,248,251,.8);color:rgba(11,18,32,.78);font-size:13px}.ProductPage{padding:28px 0 56px}.ProductSEO{color:#334155;font-size:14px}.ProductCard{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(250,251,253,1));border:2px solid rgba(11,18,32,.08);border-radius:24px;box-shadow:0 12px 40px rgba(17,24,39,.08),inset 0 0 0 1px rgba(255,255,255,.5);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);will-change:transform;position:relative;display:flex;flex-direction:column;height:100%}.ProductCard:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,rgba(11,18,32,.1),rgba(11,18,32,.05) 50%,transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:2}.ProductCard:hover{transform:translateY(-8px);border-color:rgba(11,18,32,.16);box-shadow:0 24px 80px rgba(17,24,39,.14),inset 0 0 0 1px rgba(255,255,255,.6);background:linear-gradient(135deg,rgba(255,255,255,1),rgba(255,255,255,.98))}.ProductCard:hover:before{transform:scaleX(1)}.ProductCard__mediaWrapper{position:relative;overflow:hidden;width:100%;background:linear-gradient(135deg,rgba(241,245,249,.8),rgba(226,232,240,.9))}.ProductCard__media{width:100%;max-width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;display:block;background:var(--surface-2);transition:transform .5s cubic-bezier(.4,0,.2,1),filter .5s ease}.ProductCard:hover .ProductCard__media{transform:scale(1.1);filter:brightness(1.05) saturate(1.1)}.ProductCard__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.1) 50%,rgba(0,0,0,.3));opacity:0;transition:opacity .4s ease;display:flex;flex-direction:column;justify-content:space-between;padding:16px;pointer-events:none}.ProductCard:hover .ProductCard__overlay{opacity:1}.ProductCard__badges{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.ProductCard__badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:8px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);color:rgba(11,18,32,.9);font-weight:700;font-size:11px;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 4px 12px rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.3)}.ProductCard__badgeThickness{background:rgba(11,18,32,.9);color:rgba(255,255,255,.95);font-weight:800}.ProductCard__priceBadge{align-self:flex-end;padding:10px 18px;border-radius:12px;background:linear-gradient(135deg,rgba(11,18,32,.95),rgba(11,42,74,.9));color:rgba(255,255,255,.98);font-weight:900;font-size:16px;letter-spacing:-.02em;box-shadow:0 8px 24px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);display:flex;align-items:baseline;gap:4px}.ProductCard__priceUnit{font-size:12px;font-weight:600;color:rgba(255,255,255,.85);opacity:.9}.ProductCard__priceBadge--custom{background:linear-gradient(135deg,rgba(11,18,32,.9),rgba(11,42,74,.85));font-size:14px}.ProductCard__body{padding:24px;display:flex;flex-direction:column;flex:1;gap:12px}.ProductCard__title{margin:0;font-size:20px;letter-spacing:-.02em;font-weight:900;line-height:1.3;min-height:52px}.ProductCard__title a{color:rgba(11,18,32,.95);transition:color .3s ease;text-decoration:none}.ProductCard__mm{color:rgb(235,189,7)}.ProductCard__title a:hover{color:rgba(11,18,32,1)}.ProductCard__title a:hover .ProductCard__mm{color:#fc0}.ProductCard__meta{margin:0;color:rgba(11,18,32,.75);font-size:14px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1;min-height:66px}.ProductCard__features{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-top:1px solid rgba(11,18,32,.08);border-bottom:1px solid rgba(11,18,32,.08);margin:4px 0}.ProductCard__feature{display:flex;justify-content:space-between;align-items:center;gap:12px}.ProductCard__featureLabel{font-size:12px;color:rgba(11,18,32,.6);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.ProductCard__featureValue{font-size:13px;color:rgba(11,18,32,.9);font-weight:800;text-align:right}.ProductCard__priceInline{display:inline-flex;align-items:baseline;gap:4px;color:#163a63}.ProductCard__priceUnitInline{font-size:11px;font-weight:600;color:rgba(22,58,99,.75)}.ProductCard__actions{margin-top:auto;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding-top:10px;flex-wrap:wrap}.ProductCard__detailBtn{justify-content:center;border-radius:8px;min-height:36px;padding:8px 14px;font-weight:600;font-size:13px;border:1px solid rgba(245,158,11,.75);background:#ffffff;color:#c97700;box-shadow:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease;flex:0 0 auto;width:auto;white-space:nowrap}.ProductCard__detailBtn:hover{border-color:#f59e0b;background:#fff7ed;color:#b45309}.ProductCard__addToCart{justify-content:center;border-radius:8px;min-height:36px;padding:8px 14px;font-weight:700;font-size:13px;border:1px solid #23344a;background:#23344a;color:#ffffff;box-shadow:none;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;flex:0 0 auto;width:auto;white-space:nowrap}.ProductCard__addToCart:hover{border-color:#1a2636;background:#1a2636;box-shadow:none}.ProductCard__actions .btn svg{width:15px;height:15px}.ProductCard--catalog .ProductCard__overlay{opacity:1;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.1) 50%,transparent)}.ProductCard--catalog .ProductCard__badges{position:static;opacity:1}@media (max-width:640px){.ProductCard__body{padding:20px}.ProductCard__title{font-size:18px;min-height:auto}.ProductCard__meta{min-height:auto;-webkit-line-clamp:2}.ProductCard__actions{width:100%;justify-content:stretch}.ProductCard__addToCart,.ProductCard__detailBtn{flex:1 1 calc(50% - 4px);justify-content:center}}
/*# sourceMappingURL=3935b7de252c45bd.css.map*/