@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";.product-toast[data-v-94a251c1]{position:fixed;top:24px;right:24px;z-index:9999;display:flex;align-items:center;gap:16px;min-width:320px;max-width:420px;padding:18px 20px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026,0 0 1px #0000001a;border-left:4px solid #e61f23}.product-toast__icon[data-v-94a251c1]{flex-shrink:0;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff}.product-toast__icon--cart[data-v-94a251c1]{background:linear-gradient(135deg,#e61f23,#e8890c)}.product-toast__icon--wishlist[data-v-94a251c1]{background:linear-gradient(135deg,#dc3545,#e8890c)}.product-toast__icon--success[data-v-94a251c1]{background:linear-gradient(135deg,#28a745,#20c997)}.product-toast__content[data-v-94a251c1]{flex:1;min-width:0}.product-toast__message[data-v-94a251c1]{margin:0;font-weight:600;font-size:.95rem;color:#1a1a1a}.product-toast__product[data-v-94a251c1]{margin:4px 0 8px;font-size:.85rem;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-toast__action[data-v-94a251c1]{display:inline-block;margin-top:4px;padding:6px 14px;font-size:.8rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#e61f23,#e8890c);border-radius:8px;text-decoration:none;transition:opacity .2s,transform .2s}.product-toast__action[data-v-94a251c1]:hover{color:#fff;opacity:.95;transform:translateY(-1px)}.product-toast__close[data-v-94a251c1]{flex-shrink:0;width:32px;height:32px;padding:0;border:none;background:#f0f0f0;border-radius:8px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:background .2s,color .2s}.product-toast__close[data-v-94a251c1]:hover{background:#e0e0e0;color:#333}.toast-slide-enter-active[data-v-94a251c1],.toast-slide-leave-active[data-v-94a251c1]{transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.toast-slide-enter-from[data-v-94a251c1],.toast-slide-leave-to[data-v-94a251c1]{transform:translate(120%);opacity:0}.product-list-modal-overlay[data-v-557f2f67]{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-list-modal[data-v-557f2f67]{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:560px;width:100%;max-height:90vh;display:flex;flex-direction:column}.product-list-modal__header[data-v-557f2f67]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #eee;flex-shrink:0}.product-list-modal__title[data-v-557f2f67]{margin:0;font-size:1.25rem;font-weight:700;color:#1a1a1a}.product-list-modal__title-badge[data-v-557f2f67]{display:inline-block;min-width:22px;height:22px;line-height:22px;padding:0 6px;font-size:.75rem;font-weight:700;color:#fff;background:#e61f23;border-radius:11px;margin-left:6px;vertical-align:middle}.product-list-modal__close[data-v-557f2f67]{width:36px;height:36px;padding:0;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;background:#e61f23;color:#fff}.product-list-modal__close[data-v-557f2f67]:hover{background:#c41a1e;color:#fff}.product-list-modal__close i[data-v-557f2f67]{color:#fff}.product-list-modal__body[data-v-557f2f67]{padding:16px 20px;overflow-y:auto;flex:1;min-height:0}.product-list-modal__loading[data-v-557f2f67],.product-list-modal__error[data-v-557f2f67],.product-list-modal__empty[data-v-557f2f67]{padding:24px 0}.product-list-modal__list[data-v-557f2f67]{list-style:none;margin:0;padding:0}.product-list-modal__item[data-v-557f2f67]{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid #f0f0f0}.product-list-modal__item[data-v-557f2f67]:last-child{border-bottom:none}.product-list-modal__item-image[data-v-557f2f67]{flex-shrink:0;width:72px;height:72px;border-radius:8px;overflow:hidden;background:#f5f5f5}.product-list-modal__item-image img[data-v-557f2f67]{width:100%;height:100%;object-fit:cover}.product-list-modal__item-info[data-v-557f2f67]{flex:1;min-width:0}.product-list-modal__item-name[data-v-557f2f67]{font-weight:600;font-size:.9rem;color:#1a1a1a;text-decoration:none;display:block;line-height:1.3;margin-bottom:2px}.product-list-modal__item-name[data-v-557f2f67]:hover{color:#e61f23}.product-list-modal__item-sku[data-v-557f2f67]{font-size:.75rem;margin:0 0 4px}.product-list-modal__item-price[data-v-557f2f67]{font-size:.9rem}.product-list-modal__item-actions .btn-primary[data-v-557f2f67]:hover,.product-list-modal__item-actions .btn-primary[data-v-557f2f67]:focus{color:#fff!important}.product-list-modal__footer[data-v-557f2f67]{display:flex;gap:10px;justify-content:flex-end;padding:16px 20px;border-top:1px solid #eee;flex-shrink:0}.modal-fade-enter-active[data-v-557f2f67],.modal-fade-leave-active[data-v-557f2f67]{transition:opacity .25s ease}.modal-fade-enter-active .product-list-modal[data-v-557f2f67],.modal-fade-leave-active .product-list-modal[data-v-557f2f67]{transition:transform .25s ease}.modal-fade-enter-from[data-v-557f2f67],.modal-fade-leave-to[data-v-557f2f67]{opacity:0}.modal-fade-enter-from .product-list-modal[data-v-557f2f67],.modal-fade-leave-to .product-list-modal[data-v-557f2f67]{transform:scale(.95)}.request-quote-overlay[data-v-e8af294c]{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.request-quote-modal[data-v-e8af294c]{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:480px;width:100%}.request-quote-modal__header[data-v-e8af294c]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #eee}.request-quote-modal__title[data-v-e8af294c]{margin:0;font-size:1.25rem;font-weight:700;color:#1a1a1a}.request-quote-modal__close[data-v-e8af294c]{width:36px;height:36px;padding:0;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;background:#e61f23;color:#fff}.request-quote-modal__close[data-v-e8af294c]:hover{background:#c41a1e;color:#fff}.request-quote-modal__body[data-v-e8af294c]{padding:20px}.request-quote-modal__product-name[data-v-e8af294c]{font-size:.95rem;color:#555}.request-quote-modal__footer[data-v-e8af294c]{display:flex;gap:10px;justify-content:flex-end;margin-top:0}.modal-fade-enter-active[data-v-e8af294c],.modal-fade-leave-active[data-v-e8af294c]{transition:opacity .25s ease}.modal-fade-enter-active .request-quote-modal[data-v-e8af294c],.modal-fade-leave-active .request-quote-modal[data-v-e8af294c]{transition:transform .25s ease}.modal-fade-enter-from[data-v-e8af294c],.modal-fade-leave-to[data-v-e8af294c]{opacity:0}.modal-fade-enter-from .request-quote-modal[data-v-e8af294c],.modal-fade-leave-to .request-quote-modal[data-v-e8af294c]{transform:scale(.95)}.header__navbar{background:linear-gradient(-45deg,#ffdf40,#e61f23,#ffdf40,#e8890c,#ffdf40)!important;background-size:400% 400%!important;-webkit-animation:gradient 15s ease infinite;animation:gradient 15s ease infinite;position:relative!important;z-index:10!important}@media(min-width:992px){.header__navbar .navbar-collapse{display:flex!important;flex-basis:auto!important;visibility:visible!important}.header__navbar .header__nav-links{display:flex!important;flex-direction:row!important}}@media(max-width:991.98px){.header__navbar{flex-wrap:wrap}.header__navbar .navbar-collapse.collapse{display:none}.header__navbar .navbar-collapse.collapse.show{display:flex}.header__navbar .navbar-collapse{position:absolute;top:100%;left:0;right:0;width:100%;background:linear-gradient(135deg,#34495e,#2c3e50);z-index:1000;box-shadow:0 8px 16px #0003;margin-top:0;padding:12px 0;flex-basis:100%}.header__navbar .header__nav-links{flex-direction:column!important;width:100%}.header__navbar .header__nav-links .nav-link{padding:12px 1rem!important;border-bottom:1px solid rgba(255,255,255,.1)}.header__navbar .header__nav-links .nav-link:last-child{border-bottom:none}}.header__navbar-wrapper{background:linear-gradient(-45deg,#ffdf40,#e61f23,#ffdf40,#e8890c,#ffdf40)!important;background-size:400% 400%!important;-webkit-animation:gradient 15s ease infinite;animation:gradient 15s ease infinite}.header__navbar .nav-link,.header__navbar .nav-item .nav-link,.header__navbar a.nav-link,.header__navbar .header__nav-links .nav-link{color:#fff!important;opacity:1!important;text-shadow:2px 2px 4px rgba(0,0,0,.5)!important;font-weight:500!important;display:block!important;padding:.5rem 1rem!important;line-height:1.5!important;font-size:.95rem!important}.header__navbar .nav-link:hover,.header__navbar .nav-item .nav-link:hover,.header__navbar a.nav-link:hover,.header__navbar .header__nav-links .nav-link:hover{color:#e61f23!important;opacity:1!important}.header__navbar{min-height:50px!important;display:flex!important;align-items:center!important;position:relative!important}@-webkit-keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.account-dropdown{position:relative}.account-dropdown__trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:500;color:#2c3e50;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;box-shadow:0 1px 3px #00000014;transition:all .2s ease}.account-dropdown__trigger:hover{background:#f8fafc;border-color:#e61f23;color:#e61f23;box-shadow:0 4px 12px #e61f2326}.account-dropdown__trigger:focus{outline:none;border-color:#e61f23;box-shadow:0 0 0 3px #e61f2333}.account-dropdown__icon{font-size:1.25rem;color:#e61f23}.account-dropdown__trigger:hover .account-dropdown__icon{color:#e61f23}.account-dropdown__caret{font-size:.65rem;opacity:.7;transition:transform .2s ease}.account-dropdown.show .account-dropdown__caret{transform:rotate(180deg)}.account-dropdown__menu{min-width:220px;padding:8px;margin-top:8px!important;border:none;border-radius:12px;box-shadow:0 10px 40px #0000001f,0 2px 10px #00000014}.account-dropdown__header{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.account-dropdown__header i{opacity:.8}.account-dropdown__item{display:flex;align-items:center;gap:10px;padding:10px 12px!important;font-size:.9rem;border-radius:8px!important;transition:all .15s ease}.account-dropdown__item i{width:18px;text-align:center;color:#e61f23;opacity:.9}.account-dropdown__item:hover{background:#e61f2314!important;color:#e61f23!important}.account-dropdown__item:hover i{color:#e61f23}.account-dropdown__item--logout:hover{background:#dc262614!important;color:#dc2626!important}.account-dropdown .dropdown-divider{margin:6px 0;border-color:#f1f5f9}.modern-search-input{transition:all .3s ease}.modern-search-input:focus{outline:none;box-shadow:0 4px 12px #e61f2333!important}.modern-search-btn{transition:all .3s ease}.modern-search-btn:hover{background:linear-gradient(135deg,#e8890c,#e61f23)!important;transform:scale(1.05)}.modern-search-btn:active{transform:scale(.98)}.search-form-wrapper{position:relative;width:100%}.search-suggestions{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;border:1px solid #eee;max-height:320px;overflow-y:auto;z-index:1001}.search-suggestions-empty{padding:12px 16px}.search-suggestion-item{display:block;padding:10px 16px;text-decoration:none;color:#333;border-bottom:1px solid #f0f0f0;transition:background .15s ease}.search-suggestion-item:last-child{border-bottom:none}.search-suggestion-item:hover{background:#f8f9fa}.suggestion-name{display:block;font-weight:500;font-size:.9rem}.suggestion-sku{display:block;font-size:.8rem;margin-top:2px}.site-footer{background-color:#2c3e50;color:#ecf0f1;padding-top:30px}.site-footer__widget{margin-bottom:20px}.footer-contacts__text{color:#bdc3c7;margin-bottom:20px}.footer-contacts__contacts dl{margin-bottom:15px}.footer-contacts__contacts dt{color:#ecf0f1;font-size:.9rem;margin-bottom:5px}.footer-contacts__contacts dd{color:#bdc3c7;margin-left:0;font-size:.9rem}.footer-links__title{color:#ecf0f1;font-size:1.1rem;font-weight:600;margin-bottom:20px}.footer-links__link{color:#bdc3c7;text-decoration:none;transition:color .3s}.footer-links__link:hover{color:#3498db;text-decoration:none}.footer-newsletter__title{color:#ecf0f1;font-size:1.1rem;font-weight:600;margin-bottom:20px}.partner-logo{text-align:center}.partner-text a{color:#ecf0f1;text-decoration:none}.partner-text a:hover{color:#3498db}.affiliate-companies-section .partner-logo:hover{transform:translateY(-5px)}.affiliate-companies-section .partner-logo:hover .partner_logo_wrapper{background:#ffffff26;box-shadow:0 5px 15px #0000004d}.affiliate-companies-section .partner-text a:hover{color:#3498db}.footer-affiliate__link{display:inline-flex;align-items:center;padding:6px 10px;background:#ffffff14;border-radius:6px;transition:opacity .2s,background .2s}.footer-affiliate__link:hover{opacity:1;background:#ffffff1f}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.site-footer__copyright a{color:#3498db;text-decoration:none}.site-footer__copyright a:hover{text-decoration:underline}#navbar-vertical{display:none!important}#navbar-vertical[v-show=true],#navbar-vertical:not([style*="display: none"]){display:block!important}.product-item .btn-primary:hover,.product-item .btn-primary:focus,.product-item .add-to-cart-btn:hover,.product-item .add-to-cart-btn:focus{color:#fff!important}
