.Header-module__lnUIdW__container{--glass-bg:#ffffffe6;--glass-border:1px solid #0000000d;--blur:16px;--primary:#fb7925;--text-main:#1a1a1a;--bg-input:#f3f4f6;--transition:all .2s ease-out}.Header-module__lnUIdW__header{z-index:1000;background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--blur));border-bottom:var(--glass-border);height:80px;transition:var(--transition);align-items:center;padding:0 30px;display:flex;position:sticky;top:0}.Header-module__lnUIdW__headerInner{justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1600px;margin:0 auto;display:flex}.Header-module__lnUIdW__leftSection{flex-shrink:0;align-items:center;gap:25px;display:flex}.Header-module__lnUIdW__logo img{width:auto;height:40px;display:block}.Header-module__lnUIdW__menuBtn{height:42px;color:var(--text-main);cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #e5e5e5;border-radius:50px;align-items:center;gap:8px;padding:0 20px;font-size:1rem;font-weight:600;display:flex}.Header-module__lnUIdW__menuBtn:hover,.Header-module__lnUIdW__menuBtn.Header-module__lnUIdW__active{background:var(--text-main);color:#fff;border-color:var(--text-main)}.Header-module__lnUIdW__catalogBtn{gap:5px;font-size:1.1rem;display:flex}.Header-module__lnUIdW__searchSection{flex-grow:1;max-width:600px;position:relative}.Header-module__lnUIdW__searchForm{width:100%;position:relative}.Header-module__lnUIdW__searchInput{background:var(--bg-input);width:100%;height:48px;color:var(--text-main);transition:var(--transition);border:1px solid #0000;border-radius:50px;outline:none;padding:0 50px 0 25px;font-size:1.1rem}.Header-module__lnUIdW__searchInput:focus{border-color:var(--primary);background:#fff;box-shadow:0 4px 20px #fb792526}.Header-module__lnUIdW__searchBtn{background:var(--primary);color:#fff;cursor:pointer;width:40px;height:40px;transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:4px;right:5px}.Header-module__lnUIdW__searchBtn:hover{background:#e0600d;transform:scale(1.05)}.Header-module__lnUIdW__rightSection{justify-content:flex-end;align-items:center;gap:25px;display:flex}.Header-module__lnUIdW__iconLink{color:var(--text-main);font-size:var(--navIcons-font-size);transition:var(--transition);justify-content:center;align-items:center;display:flex;position:relative}.Header-module__lnUIdW__iconLink:hover{color:var(--primary);transform:translateY(-2px)}.Header-module__lnUIdW__cartCount{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-8px}.Header-module__lnUIdW__actionLink i{margin-bottom:-2px;font-size:1.4rem}.Header-module__lnUIdW__actionLink:hover{color:var(--primary);background:#00000008}.Header-module__lnUIdW__iconWrapper{position:relative}.Header-module__lnUIdW__badge{background:var(--primary);color:#fff;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:-5px;right:-8px}.Header-module__lnUIdW__megaMenuOverlay{border-top:1px solid var(--border);z-index:999;background:#fff;width:100%;animation:.2s ease-out Header-module__lnUIdW__fadeIn;position:absolute;top:100%;left:0;box-shadow:0 20px 40px #0000001a}@keyframes Header-module__lnUIdW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Header-module__lnUIdW__menuSidebar{background-color:var(--bg-light);border-right:1px solid var(--border);padding:15px 0}.Header-module__lnUIdW__menuSidebar ul{margin:0;padding:0;list-style:none}.Header-module__lnUIdW__menuSidebar li{cursor:pointer;color:var(--text-dark);justify-content:space-between;align-items:center;padding:12px 20px;font-weight:500;transition:background .1s;display:flex}.Header-module__lnUIdW__menuSidebar li.Header-module__lnUIdW__active,.Header-module__lnUIdW__menuSidebar li:hover{color:var(--primary);border-left:4px solid var(--primary);background:#fff}.Header-module__lnUIdW__menuContent{grid-template-columns:1fr 1fr;gap:40px;padding:30px;display:grid}.Header-module__lnUIdW__sectionTitle{text-transform:uppercase;color:var(--text-gray);border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:10px;font-size:.85rem;font-weight:700}.Header-module__lnUIdW__subList a{color:var(--text-dark);font-size:.95rem;text-decoration:none}.Header-module__lnUIdW__subList a:hover{color:var(--primary);text-decoration:underline}.Header-module__lnUIdW__promoGrid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.Header-module__lnUIdW__promoCard{border:1px solid var(--border);border-radius:8px;gap:10px;padding:10px;text-decoration:none;transition:box-shadow .2s;display:flex}.Header-module__lnUIdW__promoCard:hover{border-color:var(--primary);box-shadow:0 5px 15px #0000001a}.Header-module__lnUIdW__promoCard img{object-fit:cover;border-radius:4px;width:70px;height:70px}.Header-module__lnUIdW__promoInfo p{color:var(--text-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.2;display:-webkit-box;overflow:hidden}.Header-module__lnUIdW__promoInfo span{color:var(--primary);margin-top:5px;font-weight:700;display:block}.Header-module__lnUIdW__blurBody{filter:blur(4px);pointer-events:none;transition:filter .3s}.Header-module__lnUIdW__megaMenuWrapper{z-index:999;opacity:0;visibility:hidden;background:#fff;border-top:1px solid #eee;width:100%;animation:.2s forwards Header-module__lnUIdW__slideUpFade;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 30px #0000001a}@keyframes Header-module__lnUIdW__slideUpFade{to{opacity:1;visibility:visible;transform:translateY(0)}}.Header-module__lnUIdW__megaGrid{grid-template-columns:280px 1fr;min-height:400px;display:grid}.Header-module__lnUIdW__sidebar{background-color:#f8f9fa;border-right:1px solid #eee;padding:20px 0}.Header-module__lnUIdW__mainCatList{margin:0;padding:0;list-style:none}.Header-module__lnUIdW__mainCatList li a{color:#333;align-items:center;padding:12px 20px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .1s;display:flex}.Header-module__lnUIdW__catIcon{color:#777;align-items:center;width:25px;margin-right:10px;display:flex}.Header-module__lnUIdW__arrow{opacity:.5;margin-left:auto;font-size:.8em}.Header-module__lnUIdW__activeLi,.Header-module__lnUIdW__mainCatList li:hover{background-color:#fff;position:relative}.Header-module__lnUIdW__activeLi a,.Header-module__lnUIdW__mainCatList li:hover a{color:var(--primary-color);font-weight:600}.Header-module__lnUIdW__activeLi:before{content:"";background-color:var(--primary-color);width:4px;position:absolute;top:0;bottom:0;left:0}.Header-module__lnUIdW__contentArea{background:#fff;padding:30px 40px}.Header-module__lnUIdW__contentGrid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.Header-module__lnUIdW__sectionTitle{color:#171c26;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #f2f2f7;margin-bottom:20px;padding-bottom:10px;font-size:.9rem;font-weight:700}.Header-module__lnUIdW__subList{columns:2;padding:0;list-style:none}.Header-module__lnUIdW__subList li{margin-bottom:12px}.Header-module__lnUIdW__subList a{color:#555;font-size:.95rem;text-decoration:none;transition:color .2s}.Header-module__lnUIdW__subList a:hover{color:var(--primary-color);padding-left:5px}.Header-module__lnUIdW__viewAll{align-items:center;gap:5px;font-weight:600;display:inline-flex;color:var(--primary-color)!important}.Header-module__lnUIdW__cardsWrapper{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.Header-module__lnUIdW__promoCard{border:1px solid #eee;border-radius:8px;align-items:center;gap:15px;padding:10px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.Header-module__lnUIdW__promoCard:hover{border-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 5px 15px #00000014}.Header-module__lnUIdW__cardImage img{object-fit:cover;border-radius:6px;width:70px;height:70px}.Header-module__lnUIdW__cardInfo{flex-direction:column;display:flex}.Header-module__lnUIdW__cardTitle{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 5px;font-size:.85rem;line-height:1.3;display:-webkit-box;overflow:hidden}.Header-module__lnUIdW__cardPrice{color:var(--primary-color);font-size:1rem;font-weight:700}.Header-module__lnUIdW__cartWrapper{align-items:center;height:100%;display:flex;position:relative}.Header-module__lnUIdW__miniCart{opacity:0;visibility:hidden;z-index:1100;background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:380px;margin-top:10px;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;right:-10px;transform:translateY(10px);box-shadow:0 20px 50px #00000026}.Header-module__lnUIdW__cartWrapper:hover .Header-module__lnUIdW__miniCart,.Header-module__lnUIdW__miniCart:hover{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__lnUIdW__miniCart:before{content:"";background:#fff;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;width:12px;height:12px;position:absolute;top:-6px;right:20px;transform:rotate(45deg)}.Header-module__lnUIdW__cartHeader{color:var(--text-main);border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:15px 20px;font-size:.95rem;font-weight:700;display:flex}.Header-module__lnUIdW__cartTotalCount{color:#666;background:#f0f0f0;border-radius:10px;padding:2px 8px;font-size:.75rem}.Header-module__lnUIdW__cartList{max-height:320px;margin:0;padding:0;list-style:none;overflow-y:auto}.Header-module__lnUIdW__cartList::-webkit-scrollbar{width:6px}.Header-module__lnUIdW__cartList::-webkit-scrollbar-track{background:#f9f9f9}.Header-module__lnUIdW__cartList::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.Header-module__lnUIdW__cartItem{border-bottom:1px solid #f9f9f9;gap:15px;padding:15px 20px;transition:background .2s;display:flex}.Header-module__lnUIdW__cartItem:hover{background:#fcfcfc}.Header-module__lnUIdW__itemImg{object-fit:cover;border:1px solid #eee;border-radius:6px;width:60px;height:60px}.Header-module__lnUIdW__itemDetails{flex-direction:column;flex:1;justify-content:center;gap:4px;display:flex}.Header-module__lnUIdW__itemTitle{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.Header-module__lnUIdW__itemMeta{justify-content:space-between;align-items:center;margin-top:5px;display:flex}.Header-module__lnUIdW__itemPrice{color:var(--primary);font-size:.95rem;font-weight:700}.Header-module__lnUIdW__qtyControl{background:#fff;border:1px solid #ddd;border-radius:4px;align-items:center;display:flex}.Header-module__lnUIdW__qtyBtn{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.Header-module__lnUIdW__qtyBtn:hover{color:#000;background:#f0f0f0}.Header-module__lnUIdW__qtyValue{text-align:center;min-width:20px;padding:0 5px;font-size:.8rem;font-weight:600}.Header-module__lnUIdW__removeItem{color:#999;cursor:pointer;margin-left:10px;font-size:1.1rem;transition:color .2s}.Header-module__lnUIdW__removeItem:hover{color:#d63031}.Header-module__lnUIdW__cartFooter{background:#fcfcfc;border-top:1px solid #f0f0f0;border-radius:0 0 12px 12px;padding:20px}.Header-module__lnUIdW__subtotal{justify-content:space-between;align-items:flex-end;margin-bottom:15px;display:flex}.Header-module__lnUIdW__subLabel{color:#666;font-size:.9rem}.Header-module__lnUIdW__subPrice{color:var(--text-main);font-size:1.2rem;font-weight:800}.Header-module__lnUIdW__checkoutBtn{background:var(--primary);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:8px;width:100%;padding:12px;font-weight:700;text-decoration:none;transition:background .2s;display:block}.Header-module__lnUIdW__checkoutBtn:hover{color:#fff;background:#e0600d}.Header-module__lnUIdW__emptyCart{text-align:center;color:#999;padding:40px 20px}.Header-module__lnUIdW__emptyCart i{opacity:.3;margin-bottom:10px;font-size:3rem;display:block}
.Footer-module__hP-FLq__footerContainer{--bg-footer:#f9f9f9;--text-main:#1a1a1a;--text-light:#666;--primary:#fb7925;--border:#e5e5e5}.Footer-module__hP-FLq__footer{background-color:var(--bg-footer);color:var(--text-main);border-top:1px solid var(--border);margin-top:40px;padding-top:60px;font-size:.9rem}.Footer-module__hP-FLq__container{max-width:1600px;margin:0 auto;padding:0 30px}.Footer-module__hP-FLq__topSection{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;margin-bottom:50px;padding-bottom:50px;display:flex}.Footer-module__hP-FLq__newsletter{flex:1;align-items:center;gap:20px;max-width:600px;display:flex}.Footer-module__hP-FLq__newsIcon{width:50px;height:50px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;box-shadow:0 4px 10px #0000000d}.Footer-module__hP-FLq__newsText h4{margin:0;font-size:1.1rem;font-weight:700}.Footer-module__hP-FLq__newsText p{color:var(--text-light);margin:0;font-size:.85rem}.Footer-module__hP-FLq__subscribeForm{flex:1;gap:10px;display:flex}.Footer-module__hP-FLq__input{border:1px solid #ddd;border-radius:50px;outline:none;flex:1;padding:12px 20px;transition:all .2s}.Footer-module__hP-FLq__input:focus{border-color:var(--primary);background:#fff}.Footer-module__hP-FLq__subBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#fb7925;border:none;border-radius:50px;padding:0 25px;font-weight:700;transition:transform .2s,background .2s}.Footer-module__hP-FLq__subBtn:hover{background:var(--primary);transform:scale(1.05)}.Footer-module__hP-FLq__socials{gap:15px;display:flex}.Footer-module__hP-FLq__socialIcon{width:40px;height:40px;color:var(--text-main);background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.Footer-module__hP-FLq__socialIcon:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-3px)}.Footer-module__hP-FLq__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:60px;display:grid}.Footer-module__hP-FLq__col h5{text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-size:.95rem;font-weight:700}.Footer-module__hP-FLq__linkList{margin:0;padding:0;list-style:none}.Footer-module__hP-FLq__linkList li{margin-bottom:12px}.Footer-module__hP-FLq__linkList a{color:var(--text-light);font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__hP-FLq__linkList a:hover{color:var(--primary);padding-left:5px}.Footer-module__hP-FLq__contactInfo p{color:var(--text-light);align-items:center;gap:10px;margin:5px 0;display:flex}.Footer-module__hP-FLq__contactInfo i{color:var(--primary)}.Footer-module__hP-FLq__bottomBar{border-top:1px solid var(--border);background:#fff;padding:20px 0}.Footer-module__hP-FLq__bottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1600px;margin:0 auto;padding:0 30px;display:flex}.Footer-module__hP-FLq__copyright{color:#999;font-size:.8rem}.Footer-module__hP-FLq__payments{opacity:.7;gap:15px;display:flex}.Footer-module__hP-FLq__payments img{height:24px}@media (max-width:992px){.Footer-module__hP-FLq__grid{grid-template-columns:1fr 1fr}.Footer-module__hP-FLq__topSection{flex-direction:column;align-items:flex-start}.Footer-module__hP-FLq__newsletter{width:100%;max-width:100%}}@media (max-width:576px){.Footer-module__hP-FLq__grid{grid-template-columns:1fr}.Footer-module__hP-FLq__bottomContent{text-align:center;flex-direction:column}.Footer-module__hP-FLq__subscribeForm{flex-direction:column}.Footer-module__hP-FLq__subBtn{padding:15px}}
.Breadcrumbs-module__j9Ugvq__breadcrumbNav{margin-bottom:24px;padding-top:30px;padding-left:100px}.Breadcrumbs-module__j9Ugvq__breadcrumbList{flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.Breadcrumbs-module__j9Ugvq__breadcrumbItem{color:#888;letter-spacing:.5px;align-items:center;font-size:.85rem;display:flex}.Breadcrumbs-module__j9Ugvq__breadcrumbLink{color:#888;padding:4px 0;font-weight:500;text-decoration:none;transition:all .2s}.Breadcrumbs-module__j9Ugvq__breadcrumbLink:hover{color:#fb7925}.Breadcrumbs-module__j9Ugvq__separator{color:#ccc;-webkit-user-select:none;user-select:none;margin:0 4px;font-size:.7rem}.Breadcrumbs-module__j9Ugvq__currentPath{color:#111;pointer-events:none;font-weight:600}.Breadcrumbs-module__j9Ugvq__homeIcon{margin-right:4px;font-size:.9rem}@media (max-width:768px){.Breadcrumbs-module__j9Ugvq__breadcrumbItem{font-size:.75rem}.Breadcrumbs-module__j9Ugvq__breadcrumbNav{margin-bottom:0;padding-top:0;padding-left:0}}
