@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@font-face{font-family:FuturaLTPro;src:url(/fonts/FuturaLTProBoldCond.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--blue:#0033a0;--blue-dark:#026;--blue-light:#e6f0ff;--yellow:#ffc72c;--yellow-dark:#e6b01b;--black:#111;--gray-100:#f5f5f5;--gray-200:#e0e0e0;--gray-400:#9e9e9e;--white:#fff;--font-body:"Inter", Arial, Helvetica, sans-serif;--text-xs:11px;--text-sm:12px;--text-base:13px;--text-md:14px;--text-lg:15px;--text-xl:18px;--border:1px solid var(--gray-200);--radius-input:4px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--black);-webkit-font-smoothing:antialiased;background:#f9f9f9;line-height:1.45}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.page-wrapper{background:var(--white);flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 10px #0000000d}.util-bar{font-size:var(--text-xs);color:var(--blue);border-bottom:var(--border);background:var(--white);justify-content:space-between;align-items:center;padding:4px 16px;display:flex}.util-bar a{color:var(--blue);font-weight:500}.util-bar a:hover{text-decoration:underline}.util-bar__right{align-items:center;gap:12px;display:flex}.util-bar__divider{color:var(--gray-400)}.site-header{background:var(--white);border-bottom:var(--border);align-items:center;gap:16px;padding:10px 16px;display:flex}.site-logo{color:var(--blue);letter-spacing:.02em;white-space:nowrap;text-transform:uppercase;flex-shrink:0;font-family:FuturaLTPro,sans-serif;font-size:24px;font-weight:700;line-height:1}.site-logo:hover{color:var(--blue-dark);text-decoration:none}.search-form{flex:1;max-width:680px;display:flex}.search-input-wrap{width:100%;position:relative}.search-input{border:1.5px solid var(--gray-200);border-radius:var(--radius-input);width:100%;height:40px;font-family:var(--font-body);font-size:var(--text-base);color:var(--black);background:var(--white);outline:none;padding:0 44px 0 14px;transition:border-color .15s}.search-input::placeholder{color:var(--gray-400)}.search-input:focus{border-color:var(--blue)}.search-btn{cursor:pointer;width:40px;height:40px;color:var(--gray-400);border-radius:0 var(--radius-input) var(--radius-input) 0;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.search-btn:hover{color:var(--blue)}.search-btn svg{width:16px;height:16px}.header-actions{flex-shrink:0;align-items:center;gap:20px;margin-left:auto;display:flex}.header-actions a{font-size:var(--text-sm);color:var(--blue);letter-spacing:.01em;text-transform:uppercase;font-weight:700}.vehicle-bar{background:var(--gray-100);border-bottom:var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:8px 16px;display:flex}.vehicle-bar__label{font-size:var(--text-xs);color:var(--blue);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;margin-right:4px;font-weight:700}.vehicle-select{border:1px solid var(--gray-200);border-radius:var(--radius-input);height:32px;font-family:var(--font-body);font-size:var(--text-sm);color:var(--black);background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%239e9e9e'/%3E%3C/svg%3E") no-repeat right 9px center;-webkit-appearance:none;appearance:none;cursor:pointer;outline:none;padding:0 28px 0 10px}.vehicle-select:focus{border-color:var(--blue)}.vehicle-btn{background:var(--yellow);height:32px;color:var(--black);border-radius:var(--radius-input);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;letter-spacing:.01em;border:none;padding:0 16px;font-weight:600;transition:background .15s}.vehicle-btn:hover{background:var(--yellow-dark)}.announcement{background:var(--blue);color:var(--white);font-size:var(--text-sm);justify-content:center;align-items:center;padding:7px 16px;display:flex;position:relative}.announcement__text{text-align:center;flex:1}.announcement__close{color:var(--white);cursor:pointer;opacity:.8;background:0 0;border:none;padding:0;font-size:16px;line-height:1;position:absolute;right:14px}.announcement__close:hover{opacity:1}.body-layout{flex:1;align-items:flex-start;display:flex}.left-nav{border-right:var(--border);flex-shrink:0;width:180px;max-height:100vh;padding:12px 0 0;position:sticky;top:0;overflow-y:auto}.left-nav__heading{font-size:var(--text-xs);color:var(--blue);letter-spacing:.08em;text-transform:uppercase;padding:0 14px 8px;font-weight:700}.left-nav__list{list-style:none}.left-nav__item{border-bottom:var(--border)}.left-nav__link{font-size:var(--text-sm);color:var(--black);border-left:3px solid #0000;padding:6px 14px;transition:border-color .12s,background .12s;display:block}.left-nav__link:hover{border-left-color:var(--blue);background:var(--blue-light);color:var(--black);text-decoration:none}.left-nav__link.active{border-left-color:var(--blue);font-weight:600}.catalog-content{flex:1;min-width:0;padding:16px 20px}.catalog-title{font-size:var(--text-lg);color:var(--black);margin-bottom:12px;font-weight:500}.categories-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.category-section{flex-direction:column;width:100%;display:flex}.category-heading{font-size:var(--text-sm);color:var(--blue);margin-bottom:8px;font-weight:600;line-height:1.3}.parts-row{flex-wrap:wrap;gap:0;display:flex}.part-thumb{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:2px;flex-direction:column;align-items:center;width:108px;padding:8px 6px 10px;transition:border-color .12s;display:flex}.part-thumb:hover{border-color:var(--gray-200);text-decoration:none}.part-thumb:hover .part-thumb__name{color:var(--blue);text-decoration:underline}.part-thumb__img{object-fit:contain;width:76px;height:76px;margin-bottom:6px;display:block}.part-thumb__name{font-size:var(--text-xs);color:var(--black);max-width:90px;line-height:1.3}.site-footer{border-top:var(--border);font-size:var(--text-xs);color:var(--gray-400);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;display:flex}.footer-links{align-items:center;gap:16px;display:flex}.footer-links a{color:var(--black);font-size:var(--text-xs)}.footer-links a:hover{text-decoration:underline}.footer-sep{color:var(--gray-400)}::selection{background:var(--yellow);color:var(--black)}:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.left-nav::-webkit-scrollbar{width:4px}.left-nav::-webkit-scrollbar-track{background:0 0}.left-nav::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:2px}@media (width<=992px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.left-nav{display:none}.site-header{gap:10px}.header-actions{display:none}.vehicle-bar{gap:6px}.parts-row{gap:0}.part-thumb{width:90px}}@media (width<=480px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}.site-header{flex-wrap:wrap;gap:12px;padding-bottom:12px}.search-form{flex:100%;order:3;width:100%;max-width:none;margin-top:4px}.vehicle-bar{flex-direction:column;align-items:flex-start}.vehicle-btn{width:100%}}.breadcrumb{font-size:var(--text-xs);color:var(--gray-400);margin-bottom:16px}.breadcrumb a{color:var(--blue)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:var(--black);font-weight:500}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:32px;display:grid}@media (width<=480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.product-card{border:var(--border);background:var(--white);border-radius:4px;flex-direction:column;padding:12px;transition:border-color .15s,box-shadow .15s;display:flex}.product-card:hover{border-color:var(--blue);text-decoration:none;box-shadow:0 2px 8px #0000000d}.product-card__img-wrap{aspect-ratio:1;background:var(--gray-100);border-radius:2px;justify-content:center;align-items:center;width:100%;margin-bottom:12px;display:flex}.product-card__img{object-fit:contain;max-width:100%;max-height:100%}.product-placeholder{font-size:var(--text-xs);color:var(--gray-400)}.product-card__info{flex-direction:column;gap:4px;display:flex}.product-card__cat{text-transform:uppercase;color:var(--gray-400);letter-spacing:.05em;font-size:10px}.product-card__pn{font-size:var(--text-sm);color:var(--black);font-weight:600}.product-card:hover .product-card__pn{color:var(--blue)}.product-card__price{font-size:var(--text-base);color:var(--black);margin-top:4px;font-weight:700}.pagination{border-top:var(--border);justify-content:center;align-items:center;gap:16px;padding:24px 0;display:flex}.page-link{font-size:var(--text-sm);color:var(--blue);border:1px solid var(--gray-200);background:var(--white);border-radius:4px;padding:6px 12px;font-weight:600}.page-link:hover{border-color:var(--blue);background:var(--blue-light);text-decoration:none}.page-link.disabled{color:var(--gray-400);pointer-events:none;background:var(--gray-100)}.page-info{font-size:var(--text-sm);color:var(--gray-400)}.product-detail{flex-direction:column;gap:32px;display:flex}.product-detail__main{gap:32px;display:flex}.product-detail__gallery{flex-direction:column;flex-shrink:0;gap:12px;width:300px;display:flex}.product-detail__img-main{aspect-ratio:1;background:var(--gray-100);border:var(--border);border-radius:4px;justify-content:center;align-items:center;width:100%;display:flex}.product-detail__img-main img{object-fit:contain;max-width:100%;max-height:100%}.product-detail__info{flex-direction:column;flex:1;gap:12px;display:flex}.product-detail__pn{color:var(--black);font-size:24px;font-weight:700;line-height:1.1}.product-detail__cat{font-size:var(--text-sm);color:var(--blue);font-weight:600}.product-detail__price-action-wrapper{background:var(--gray-100);border:var(--border);border-radius:4px;margin:12px 0;padding:16px}.product-detail__price{color:var(--black);margin-bottom:12px;font-size:28px;font-weight:700}.product-detail__actions{flex-direction:column;gap:8px;display:flex}.product-detail__actions>p{font-size:var(--text-sm);color:var(--gray-400);margin:0;font-weight:500}.product-detail__action-buttons{flex-wrap:wrap;gap:8px;display:flex}.btn-action{font-weight:600;font-size:var(--text-sm);color:var(--white);border-radius:4px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;text-decoration:none;transition:opacity .2s;display:inline-flex}.btn-action:hover{opacity:.9;text-decoration:none}.btn-viber{background-color:#7360f2}.btn-whatsapp{background-color:#25d366}.product-detail__desc{font-size:var(--text-base);color:var(--black);line-height:1.6}.product-detail__meta{font-size:var(--text-sm);color:var(--gray-400);flex-direction:column;gap:4px;display:flex}.product-detail__meta span{color:var(--black);font-weight:500}.vehicles-table{border-collapse:collapse;width:100%;font-size:var(--text-sm);margin-top:16px}.vehicles-table th,.vehicles-table td{border:var(--border);text-align:left;padding:8px 12px}.vehicles-table th{background:var(--gray-100);font-weight:600}@media (width<=768px){.product-detail__main{flex-direction:column}.product-detail__gallery{width:240px;max-width:100%;margin:0 auto}}
