.catalog-v2{padding:20px 0;overflow-x:hidden;font-family:var(--fb)}.catalog-v2-header{margin-bottom:20px}.catalog-v2-header h1{margin:0 0 8px 0;font-family:var(--fd);font-size:22px;font-weight:700;color:var(--c1)}.catalog-v2-info{color:var(--n5);font-size:13px}.catalog-v2-sorting{margin-bottom:16px;display:flex;align-items:center;gap:10px}.catalog-v2-sorting select{padding:8px 14px;border:1px solid var(--n2);border-radius:var(--r2);font-size:13px;font-family:var(--fb);background:#fff;cursor:pointer;color:var(--n7);transition:border-color .2s}.catalog-v2-sorting select:focus{outline:none;border-color:var(--g5)}.catalog-v2-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.catalog-v2-card{background:#fff;border:1px solid var(--n1);border-radius:var(--r3);padding:12px;display:flex;flex-direction:column;transition:box-shadow .25s,border-color .25s;position:relative}.catalog-v2-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);border-color:var(--n2)}.catalog-v2-card-photo{display:flex;width:100%;height:150px;margin-bottom:10px;align-items:center;justify-content:center;position:relative}.catalog-v2-card-photo img{max-width:100%;max-height:150px;width:auto;height:auto;object-fit:contain;aspect-ratio:1 / 1}.catalog-v2-card-name{display:block;font-size:13px;line-height:1.35;color:var(--c1);text-decoration:none;flex:1;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.catalog-v2-card-name:hover{color:var(--g5)}.catalog-v2-card-price{font-size:17px;font-weight:700;color:var(--c1)}.catalog-v2-card-price-request{font-size:13px;font-weight:normal;color:var(--n4)}.catalog-v2-empty{text-align:center;padding:48px 20px;background:var(--n0);border-radius:var(--r3);color:var(--n5)}.catalog-v2-pagination{margin-top:30px;display:flex;justify-content:center;align-items:center;gap:6px}.catalog-v2-pagination a,.catalog-v2-pagination span{padding:8px 14px;border:1px solid var(--n2);border-radius:var(--r2);text-decoration:none;color:var(--n7);font-size:14px;transition:all .2s}.catalog-v2-pagination a:hover{background:var(--n0);border-color:var(--g5);color:var(--g5)}.catalog-v2-pagination .pagination-current{background:var(--g5);color:#fff;border-color:var(--g5);font-weight:600}.catalog-v2-pagination .pagination-ellipsis{border:none;padding:8px 5px;color:var(--n4)}.pagination-pages{display:flex;gap:4px}.catalog-v2-breadcrumbs{margin-bottom:14px;font-size:13px;color:var(--n5);display:flex;flex-wrap:wrap;align-items:center;gap:0;overflow:hidden;white-space:normal}.catalog-v2-breadcrumbs a{color:var(--n5);text-decoration:none;transition:color .2s}.catalog-v2-breadcrumbs a:hover{color:var(--g5)}.catalog-v2-breadcrumbs .separator{margin:0 6px;color:var(--n3)}.catalog-v2-subcategories{margin-bottom:24px}.catalog-v2-subcategories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;list-style:none;margin:0;padding:0}.catalog-v2-subcat-item{background:var(--n0);border-radius:var(--r3);overflow:hidden;transition:all 0.25s ease}.catalog-v2-subcat-item:hover{background:var(--g0);transform:translateY(-2px);box-shadow:0 4px 12px var(--sg)}.catalog-v2-subcat-link{display:flex;flex-direction:column;text-decoration:none;height:100%}.catalog-v2-subcat-img{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden;background:#fff}.catalog-v2-subcat-img img{max-width:80%;max-height:80%;object-fit:contain;transition:transform 0.3s ease}.catalog-v2-subcat-item:hover .catalog-v2-subcat-img img{transform:scale(1.08)}.catalog-v2-subcat-name{padding:10px 12px 14px;text-align:center}.catalog-v2-subcat-name span{color:var(--c1);font-size:13px;font-weight:500;line-height:1.3;display:block}.catalog-v2-seo-text,.catalog-v2-seo-text-bottom{margin-top:30px;padding:20px 24px;background:var(--n0);border-radius:var(--r3);line-height:1.7;color:var(--n6);font-size:14px}.catalog-v2-seo-text h2,.catalog-v2-seo-text-bottom h2{font-family:var(--fd);font-size:18px;margin-bottom:12px;color:var(--c1);font-weight:700}.catalog-v2-seo-text p,.catalog-v2-seo-text-bottom p{margin-bottom:10px}.catalog-v2-seo-text ul,.catalog-v2-seo-text-bottom ul{margin:10px 0;padding-left:20px}.catalog-v2-seo-text li,.catalog-v2-seo-text-bottom li{margin-bottom:5px}@media (max-width:768px){.catalog-v2-products{grid-template-columns:repeat(2,1fr);gap:10px}.catalog-v2-card{padding:10px}.catalog-v2-card-photo{height:120px}.catalog-v2-card-photo img{max-height:120px}.catalog-v2-seo-text,.catalog-v2-seo-text-bottom{padding:15px}.catalog-v2-subcategories-grid{grid-template-columns:repeat(3,1fr);gap:8px}.catalog-v2-subcat-img{padding:8px}.catalog-v2-subcat-name{padding:6px 8px 10px}.catalog-v2-subcat-name span{font-size:11px}}@media (max-width:480px){.catalog-v2-subcategories-grid{grid-template-columns:repeat(2,1fr)}}.product-card-vendor{font-size:11px;color:var(--n4);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}a.catalog-v2-card{text-decoration:none;color:inherit}a.catalog-v2-card:hover .catalog-v2-card-name{color:var(--g5)}.catalog-v2-card .fav-btn{position:absolute;top:4px;right:4px;width:28px;height:28px;border:none;background:rgba(255,255,255,.85);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .2s;padding:0}.catalog-v2-card .fav-btn svg{width:16px;height:16px;stroke:var(--n4);fill:none}.catalog-v2-card .fav-btn:hover svg{stroke:var(--err)}.catalog-v2-card .fav-btn.active svg{fill:var(--err);stroke:var(--err)}.variant-info{position:absolute;bottom:4px;left:4px;background:var(--n0);color:var(--n6);font-size:10px;padding:2px 6px;border-radius:var(--r1)}.product-card-rx-badge{font-size:11px;color:var(--c3);margin:2px 0}.catalog-v2-card .form-icon{position:absolute;top:4px;left:4px;width:20px;height:20px;opacity:.5}.catalog-v2-card .form-icon svg{width:20px;height:20px}.catalog-v2-card .product-card-stock.out{font-size:12px;color:var(--err);margin:4px 0}.catalog-v2-card .product-card-footer{margin-top:auto;display:flex;flex-direction:column;gap:6px}.catalog-v2-card .product-card-action{margin-top:4px}.product-card-rating{display:flex;align-items:center;gap:4px;margin:4px 0 0;line-height:1}.rating-stars-mini{font-size:13px;color:#ffc107;letter-spacing:-1px}.rating-stars-mini .star-empty{color:#ddd}.rating-stars-mini .star-half{background:linear-gradient(90deg,#ffc107 50%,#ddd 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rating-count{color:var(--n4);font-size:11px}.catalog-v2-card .product-card-stock.other-cities{font-size:12px;color:var(--c3);margin:4px 0;display:flex;align-items:center;gap:4px}.catalog-v2-card .product-card-stock.other-cities svg{flex-shrink:0;stroke:var(--c3)}.catalog-v2-card .price-other-city{color:var(--n4)}.buy-btn.buy-btn--other-city{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-size:13px;font-weight:500;color:var(--c3);background:#e3f2fd;border:1px solid #90caf9;border-radius:var(--r2);cursor:pointer;transition:all 0.2s ease;white-space:nowrap;min-width:70px;text-decoration:none}.buy-btn.buy-btn--other-city:hover{background:#bbdefb;border-color:#64b5f6;color:var(--c2)}.catalog-v2-card,.catalog-v2-card a,.catalog-v2-card img,.analog-card,.analog-card img,.product-card-link,.product-card-link img{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}.catalog-v2-card img,.analog-card img,.product-card-link img{pointer-events:none}.catalog-v2-card a,.analog-card,.product-card-link{touch-action:manipulation}.catalog-v2-products{align-items:stretch}.catalog-v2-card .product-card-footer{min-height:80px}@media (max-width:768px){.catalog-v2-breadcrumbs{display:flex;align-items:center;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;margin-bottom:12px;font-size:12px;scrollbar-width:none}.catalog-v2-breadcrumbs::-webkit-scrollbar{display:none}.catalog-v2-breadcrumbs a,.catalog-v2-breadcrumbs .separator,.catalog-v2-breadcrumbs .current{flex-shrink:0}}.product-v2-other-products{margin:32px 0 16px;padding:24px;background:var(--n1);border-radius:12px}.product-v2-other-products h2{font-size:18px;font-weight:600;color:var(--n9);margin:0 0 16px}.crosslinks-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px 24px}.crosslinks-grid a{color:var(--g5);text-decoration:none;font-size:14px}.crosslinks-grid a:hover{text-decoration:underline}.crosslinks-grid .crosslink-count{font-size:12px;color:var(--n4)}@media (max-width:600px){.product-v2-other-products{padding:16px;margin:24px 0 12px}.crosslinks-grid{grid-template-columns:1fr}}@media (min-width:601px) and (max-width:900px){.crosslinks-grid{grid-template-columns:repeat(2,1fr)}}@keyframes skeleton-pulse{0%{background-position:-200px 0}100%{background-position:calc(200px+100%) 0}}.skeleton-card{background:#fff;border:1px solid var(--n1);border-radius:var(--r3);padding:12px;display:flex;flex-direction:column}.skeleton-el{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:200px 100%;animation:skeleton-pulse 1.4s ease infinite;border-radius:4px}.skeleton-photo{width:100%;height:150px;margin-bottom:10px;border-radius:8px}.skeleton-title{height:14px;width:85%;margin-bottom:6px}.skeleton-title-short{height:14px;width:60%;margin-bottom:8px}.skeleton-vendor{height:12px;width:50%;margin-bottom:auto}.skeleton-price{height:18px;width:40%;margin-top:8px;margin-bottom:6px}.skeleton-btn{height:36px;width:100%;border-radius:var(--r2)}@media (max-width:768px){.skeleton-photo{height:120px}}.catalog-load-more{display:flex;flex-direction:column;align-items:center;gap:12px;margin:30px 0 10px}.load-more-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 36px;font-size:14px;font-weight:600;font-family:var(--fb);color:var(--g6);background:#fff;border:2px solid var(--g5);border-radius:var(--r3);cursor:pointer;transition:all .25s ease}.load-more-btn:hover{background:var(--g5);color:#fff;box-shadow:0 4px 12px rgba(0,180,98,.25)}.load-more-btn:disabled{opacity:0.6;cursor:not-allowed}.load-more-btn .spinner{display:none;width:18px;height:18px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin 0.6s linear infinite}.load-more-btn.loading .spinner{display:inline-block}.load-more-btn.loading .btn-text{display:none}@keyframes spin{to{transform:rotate(360deg)}}.load-more-progress{font-size:13px;color:var(--n4)}.load-more-progress-bar{width:200px;height:3px;background:var(--n2);border-radius:2px;overflow:hidden}.load-more-progress-fill{height:100%;background:var(--g5);border-radius:2px;transition:width 0.3s ease}.catalog-root{max-width:1200px;margin:0 auto;padding:20px 16px 40px}.catalog-root h1{font-family:var(--fd);font-size:26px;font-weight:700;color:var(--c1);margin:0 0 8px}.catalog-root-sub{color:var(--n5);font-size:14px;margin-bottom:24px}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.cat-card{background:var(--w);border-radius:var(--r4);padding:20px;transition:border-color .3s,box-shadow .4s,transform .3s;cursor:pointer;border:1.5px solid transparent;position:relative;overflow:hidden;text-decoration:none;display:block;color:inherit}.cat-card:hover{border-color:rgba(0,180,98,.35);box-shadow:0 0 0 3px rgba(0,180,98,.08),0 0 16px rgba(0,180,98,.15),0 8px 20px rgba(0,0,0,.06);transform:translateY(-3px)}.cat-card-head{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-right:28px}.cat-card-ico{width:44px;height:44px;border-radius:var(--r3);display:grid;place-items:center;flex-shrink:0;transition:background .25s}.cat-card:hover .cat-card-ico{background:var(--g1)}.cat-card-ico svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s}.cat-card:hover .cat-card-ico svg{stroke:var(--g5)}.cat-card-title{font-size:15px;font-weight:700;color:var(--c1);line-height:1.3}.cat-card-cnt{font-size:12px;color:var(--n4);margin-top:2px}.cat-card-subs{display:flex;flex-wrap:wrap;gap:5px;overflow:hidden;max-height:62px}.cat-sub-tag{font-size:11px;color:var(--n5);background:var(--n1);padding:3px 8px;border-radius:var(--rf);white-space:nowrap;transition:all .25s;text-decoration:none}.cat-sub-tag:hover{background:var(--g1);color:var(--g6)}.cat-card-arrow{position:absolute;top:24px;right:20px;width:24px;height:24px;color:var(--n3);transition:color .2s}.cat-card:hover .cat-card-arrow{color:var(--g5)}@media (max-width:640px){.cat-grid{grid-template-columns:1fr}.catalog-root h1{font-size:22px}}@media (min-width:641px) and (max-width:1024px){.cat-grid{grid-template-columns:repeat(2,1fr)}}