@charset "UTF-8";:root{--fr-primary: #c53030;--fr-primary-hover: #9b2c2c;--fr-primary-light: #e53e3e;--fr-bg-dark: #18181b;--fr-bg-deep: #27272a;--fr-bg-card: #3f3f46;--fr-text-light: #ffffff;--fr-text-body: #f4f4f8;--fr-text-muted: #d4d4d8;--fr-text-subtle: #a1a1aa;--fr-border: #52525b;--fr-border-light: #3f3f46;--fr-radius-md: .375rem;--fr-radius-lg: .5rem;--fr-transition: .2s ease;--fr-header-height: 80px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#18181b;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#appContent{background-color:#18181b;padding-top:0}#appContent .fr-page-header+.fr-page-content{margin-top:0}.fr-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:576px){.fr-container{padding:0 1.5rem}}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:700;line-height:1.2}h1{font-size:2.5rem}@media(min-width:576px){h1{font-size:3rem}}@media(min-width:992px){h1{font-size:3.5rem}}h2{font-size:2rem}@media(min-width:576px){h2{font-size:2.25rem}}@media(min-width:992px){h2{font-size:2.5rem}}h3{font-size:1.5rem}.fr-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;text-decoration:none;font-weight:600;font-size:.9375rem;line-height:1;transition:all .2s ease;cursor:pointer;padding:.875rem 1.5rem}.fr-btn-lg{padding:1rem 1.75rem;font-size:1rem}.fr-btn-primary{background:#c53030;color:#fff;border-color:#c53030}.fr-btn-primary:hover{background:#9b2c2c;border-color:#9b2c2c;color:#fff;transform:translateY(-1px)}.fr-btn-outline{background:#ffffff0a;color:#fff;border-color:#ffffff59}.fr-btn-outline:hover{background:#ffffff1f;border-color:#fff9;color:#fff}.fixed-bottom.bg-light{background-color:#27272a!important;border-top:1px solid #52525b;color:#f4f4f8}.fixed-bottom.bg-light h5{color:#fff}.fixed-bottom.bg-light .text-muted{color:#a1a1aa!important}.fixed-bottom.bg-light .text-danger{color:#c53030!important}.fixed-bottom.bg-light .quantity-wrap{background-color:#18181b!important;border:1px solid #52525b}.fixed-bottom.bg-light .quantity-wrap .form-control{background-color:#18181b;color:#f4f4f8;border-color:#52525b}.fixed-bottom.bg-light .btn-primary{background-color:#c53030;border-color:#c53030;color:#fff}.fixed-bottom.bg-light .btn-primary:hover{background-color:#9b2c2c;border-color:#9b2c2c}.fixed-bottom.bg-light .btn-secondary{background-color:#3f3f46;border-color:#52525b;color:#f4f4f8}.fixed-bottom.bg-light .btn-secondary:hover{background-color:#52525b;border-color:#52525b}.fr-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.fr-header.is-scrolled .fr-header-main{background:#18181be6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 20px #0000004d}.fr-header-main{height:80px;background:transparent;transition:background .3s ease,backdrop-filter .3s ease}.fr-header-main .fr-container{height:100%}.fr-logo a{gap:12px;color:#fff}.fr-logo .logo-icon{width:40px;height:40px;background:#c53030;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff;flex-shrink:0}.fr-logo .logo-img{height:40px;width:auto;object-fit:contain;flex-shrink:0}.fr-logo .logo-text-group{display:flex;flex-direction:column}.fr-logo .logo-text{font-weight:700;font-size:1.125rem;line-height:1.2;color:#fff}.fr-logo .logo-subtext{font-size:.75rem;color:#d4d4d8}.fr-nav-desktop{gap:.25rem}.fr-nav-link{color:#d4d4d8;text-decoration:none;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;transition:color .2s ease}.fr-nav-link:hover,.fr-nav-link.active{color:#fff}.fr-nav-dropdown .dropdown-menu{background:#27272a;border:1px solid #52525b;margin-top:.5rem}.fr-nav-dropdown .dropdown-item{color:#f4f4f8;font-size:.875rem}.fr-nav-dropdown .dropdown-item:hover{background:#c530301a;color:#fff}.fr-header-right{gap:.75rem}.fr-search-form{display:flex;align-items:center;background:#18181b;border:1px solid #52525b;border-radius:.375rem;overflow:hidden;transition:border-color .2s ease}.fr-search-form:focus-within{border-color:#c53030}.fr-search-form .form-control{background:transparent;border:none;color:#fff;font-size:.875rem;padding:.375rem .75rem;width:160px}.fr-search-form .form-control::placeholder{color:#a1a1aa}.fr-search-form .form-control:focus{box-shadow:none;outline:none}.fr-search-form .btn{color:#d4d4d8;padding:.375rem .5rem;border:none}.fr-search-form .btn:hover{color:#fff}.fr-header-icons{display:flex;align-items:center;gap:.5rem}.fr-icon-btn{position:relative;color:#d4d4d8;font-size:1.125rem;text-decoration:none;transition:color .2s ease;padding:.25rem;display:flex;align-items:center;justify-content:center}.fr-icon-btn:hover{color:#fff}.fr-icon-btn.dropdown-toggle:after{display:none}.fr-icon-btn .icon-quantity{position:absolute;top:-4px;right:-6px;background:#c53030;color:#fff;font-size:.625rem;min-width:16px;height:16px;line-height:16px;text-align:center;border-radius:50%;padding:0 3px;font-weight:600}.fr-icon-img{width:20px;height:20px;transition:filter .2s ease}.fr-icon-img.fr-icon-red{filter:brightness(0) saturate(100%) invert(12%) sepia(84%) saturate(3588%) hue-rotate(357deg) brightness(88%) contrast(102%)}.fr-account-dropdown .dropdown-menu{background:#27272a;border:1px solid #52525b;min-width:160px;margin-top:.5rem;border-radius:.375rem;box-shadow:0 4px 20px #0000001a}.fr-account-dropdown .dropdown-menu .dropdown-item{color:#f4f4f8;font-size:.875rem;padding:.625rem 1rem}.fr-account-dropdown .dropdown-menu .dropdown-item:hover{background:#c530301a;color:#c53030}.fr-account-dropdown .dropdown-menu .dropdown-divider{border-color:#3f3f46;margin:.5rem 0}.fr-icon-link{position:relative;color:#d4d4d8;font-size:1.25rem;text-decoration:none;transition:color .2s ease}.fr-icon-link:hover{color:#fff}.fr-icon-link .icon-quantity{position:absolute;top:-6px;right:-10px;background:#c53030;color:#fff;font-size:.6875rem;min-width:18px;height:18px;line-height:18px;text-align:center;border-radius:50%}.fr-icon-dropdown .btn{color:#d4d4d8;font-size:1.25rem;padding:0;border:none}.fr-icon-dropdown .btn:after{display:none}.fr-icon-dropdown .btn:hover{color:#fff}.fr-icon-dropdown .dropdown-menu{background:#27272a;border:1px solid #52525b;min-width:160px}.fr-icon-dropdown .dropdown-item{color:#f4f4f8;font-size:.875rem}.fr-icon-dropdown .dropdown-item:hover{background:#c530301a;color:#fff}.fr-nav-cta{background:#c53030;color:#fff;padding:.5rem 1.25rem;font-weight:600;font-size:.875rem;text-decoration:none;white-space:nowrap;transition:all .2s ease}.fr-nav-cta:hover{background:#9b2c2c;color:#fff}.fr-header-mobile .fr-icon-link{font-size:1.125rem}.fr-header-mobile .fr-icon-btn{font-size:1rem}.fr-header-mobile .fr-icon-btn .fr-icon-img{width:18px;height:18px}.fr-header-mobile .fr-icon-btn .icon-quantity{top:-3px;right:-5px;min-width:14px;height:14px;font-size:.5625rem;line-height:14px}.fr-mobile-toggle{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.fr-offcanvas{background:#27272a!important;width:80%!important;max-width:320px;border-right:1px solid #52525b!important}.fr-offcanvas .offcanvas-header{border-bottom:1px solid #3f3f46;padding:1rem}.fr-offcanvas .offcanvas-header .fr-search-form .form-control{width:100%}.fr-offcanvas .close-offcanvas{position:absolute;right:-36px;top:50%;transform:translateY(-50%);color:#fff;cursor:pointer;font-size:1.5rem}.fr-offcanvas .accordion-item{background:transparent;border:none;border-bottom:1px solid #3f3f46}.fr-offcanvas .nav-item-text{display:flex;align-items:center;justify-content:space-between}.fr-offcanvas .nav-item-text .nav-link{color:#f4f4f8;padding:.75rem 0;font-size:.9375rem}.fr-offcanvas .nav-item-text .nav-link.active,.fr-offcanvas .nav-item-text .nav-link:hover{color:#fff}.fr-offcanvas .nav-item-text .collapsed{color:#d4d4d8;cursor:pointer;padding:.5rem}.fr-offcanvas .children-group{padding-bottom:.5rem}.fr-offcanvas .children-group .nav-link{color:#d4d4d8;font-size:.875rem;padding:.375rem 0 .375rem 1rem}.fr-offcanvas .children-group .nav-link:hover{color:#c53030}.header-placeholder,.header-content-placeholder{height:80px}body.page-home .header-placeholder,body.page-home .header-content-placeholder{display:none}.fr-nav-desktop{position:static!important}.fr-nav-desktop ul,.fr-nav-desktop ol,.fr-nav-desktop li,.fr-nav-desktop .navbar-nav,.fr-nav-desktop .navbar-nav>li,.fr-nav-desktop .hf-header-menu-item{list-style:none!important;list-style-type:none!important}.fr-nav-desktop ul,.fr-nav-desktop ol,.fr-nav-desktop .navbar-nav{padding-left:0;margin-bottom:0;margin-left:0}.fr-nav-desktop .dropdown{position:static}.fr-nav-desktop .dropdown>.dropdown-menu{position:absolute;left:50%;transform:translate(-50%);top:100%}.fr-nav-desktop .hf-header-menu-item>.nav-link{color:#d4d4d8;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;transition:color .2s ease}.fr-nav-desktop .hf-header-menu-item>.nav-link:hover,.fr-nav-desktop .hf-header-menu-item>.nav-link.active{color:#fff}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu{background:#27272a;border:1px solid #52525b;border-radius:.375rem;box-shadow:0 10px 40px #0000004d;padding:1.5rem;min-width:600px;max-width:900px}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu .card{background:transparent;border:none}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu .card-body{padding:0}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu .group-name{color:#c53030;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #3f3f46}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu .ul-children .nav-item .nav-link{color:#f4f4f8;font-size:.875rem;padding:.375rem 0;transition:color .2s ease}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu .ul-children .nav-item .nav-link:hover{color:#fff}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu img{border-radius:0}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu:not(:has(.card)){min-width:200px;padding:.5rem 0}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu:not(:has(.card)) .dropdown-item{color:#f4f4f8;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu:not(:has(.card)) .dropdown-item:hover,.fr-nav-desktop .hf-header-menu-item>.dropdown>.dropdown-menu:not(:has(.card)) .dropdown-item:focus{background:#c530301a;color:#fff}.fr-nav-desktop .hf-menu-nav-badge{font-size:.65rem;padding:.15em .5em;border-radius:50rem;background:#c53030;color:#fff;font-weight:600;margin-left:.25rem}.fr-offcanvas .hf-header-menu-item{border-bottom:1px solid #3f3f46}.fr-offcanvas .hf-header-menu-item>.nav-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;color:#f4f4f8;font-size:.9375rem}.fr-offcanvas .hf-header-menu-item>.nav-link:hover{color:#fff}.fr-offcanvas .hf-header-menu-item .accordion-collapse .children-group{padding:.5rem 0 .75rem 1rem}.fr-offcanvas .hf-header-menu-item .accordion-collapse .children-group .nav-link{color:#d4d4d8;font-size:.875rem;padding:.375rem 0}.fr-offcanvas .hf-header-menu-item .accordion-collapse .children-group .nav-link:hover{color:#c53030}.fr-footer{background:#18181b;border-top:1px solid #3f3f46;padding:3rem 0 1.5rem}.fr-footer-social{display:flex;justify-content:center;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid #3f3f46}.fr-footer-social .social-links-icons{display:flex;gap:1rem;align-items:center}.fr-footer-social .social-link-item{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff14;color:#d4d4d8;transition:all .2s ease;text-decoration:none}.fr-footer-social .social-link-item:hover{transform:translateY(-3px);background:var(--social-color);color:#fff;box-shadow:0 4px 12px #00000040}.fr-footer-social .social-icon{width:20px;height:20px}.fr-footer-main{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid #3f3f46}@media(min-width:768px){.fr-footer-main{grid-template-columns:1.5fr 2fr 1fr;gap:3rem}}.fr-footer-brand .footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.fr-footer-brand .footer-logo .logo-icon{width:36px;height:36px;background:#c53030;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;color:#fff;flex-shrink:0}.fr-footer-brand .footer-logo .footer-logo-img{height:36px;width:auto;object-fit:contain;flex-shrink:0}.fr-footer-brand .footer-logo .logo-text-group{display:flex;flex-direction:column}.fr-footer-brand .footer-logo .logo-text{font-weight:700;font-size:1rem;line-height:1.2;color:#fff}.fr-footer-brand .footer-logo .logo-subtext{font-size:.6875rem;color:#d4d4d8;letter-spacing:.05em}.fr-footer-brand .footer-desc{color:#d4d4d8;font-size:.875rem;line-height:1.7;max-width:280px}.fr-footer-links-group{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:767px){.fr-footer-links-group{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.fr-footer-links-group{grid-template-columns:1fr}}.fr-footer-links h5{color:#fff;font-size:.9375rem;font-weight:600;margin-bottom:1rem}.fr-footer-links ul{list-style:none;padding:0;margin:0}.fr-footer-links li{margin-bottom:.5rem}.fr-footer-links a{color:#d4d4d8;font-size:.875rem;text-decoration:none;transition:color .2s ease}.fr-footer-links a:hover{color:#c53030}.fr-footer-contact h5{color:#fff;font-size:.9375rem;font-weight:600;margin-bottom:1rem}.fr-footer-contact .contact-item{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:.75rem;font-size:.875rem}.fr-footer-contact .contact-item i{color:#c53030;font-size:1rem;flex-shrink:0;margin-top:.125rem}.fr-footer-contact .contact-item span,.fr-footer-contact .contact-item a{color:#d4d4d8;line-height:1.5}.fr-footer-contact .contact-item a{text-decoration:none;transition:color .2s ease}.fr-footer-contact .contact-item a:hover{color:#c53030}.fr-footer-bottom{padding-top:1.5rem}.fr-footer-bottom .footer-bottom-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:768px){.fr-footer-bottom .footer-bottom-content{flex-direction:row;justify-content:space-between;text-align:left}}.fr-footer-bottom .copyright{color:#a1a1aa;font-size:.8125rem;margin:0}.fr-footer-bottom .copyright .divider{margin:0 .5rem;color:#52525b}.fr-footer-bottom .copyright a{color:#a1a1aa;text-decoration:none;transition:color .2s ease}.fr-footer-bottom .copyright a:hover{color:#c53030}.fr-footer-switchers{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}@media(min-width:768px){.fr-footer-switchers{justify-content:flex-end}}.fr-footer-dropdown .btn{color:#d4d4d8;font-size:.8125rem;padding:.25rem .5rem;border:1px solid #3f3f46;background:transparent}.fr-footer-dropdown .btn:hover{color:#fff;border-color:#52525b}.fr-footer-dropdown .dropdown-menu{background:#27272a;border:1px solid #52525b;min-width:140px}.fr-footer-dropdown .dropdown-item{color:#f4f4f8;font-size:.8125rem;padding:.375rem .75rem}.fr-footer-dropdown .dropdown-item:hover{background:#c530301a;color:#fff}#appFooter.hf-footer-plugin .hf-footer-logo img{mix-blend-mode:screen}#appFooter.hf-footer-plugin ul li{list-style:none}.fr-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.fr-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.fr-hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.8)}.fr-hero-bg.swiper{position:absolute;top:0;right:0;bottom:0;left:0}.fr-hero-bg .swiper-wrapper,.fr-hero-bg .swiper-slide{height:100%}.fr-hero-bg .swiper-slide img{width:100%;height:100%;object-fit:cover;filter:brightness(.8)}.fr-hero-bg .swiper-pagination{position:absolute;bottom:100px;left:0;right:0;width:100%;display:flex;justify-content:center;align-items:center;gap:8px;z-index:10}.fr-hero-bg .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#fff6;opacity:1;transition:all .3s ease;margin:0!important}.fr-hero-bg .swiper-pagination .swiper-pagination-bullet-active{background:#c53030;width:32px;border-radius:6px}.fr-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0f0f1466,#14141c59,#14141c40)}.fr-hero-content{position:relative;z-index:1;padding-top:80px;max-width:896px;text-align:center;margin-left:auto;margin-right:auto}.fr-hero-badge{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:1rem}.fr-hero-badge .badge-line{width:48px;height:4px;background:#c53030}.fr-hero-badge .badge-text{color:#c53030;font-size:.875rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase}.fr-hero-title{font-size:48px;font-weight:300;color:#fff;line-height:1.25;margin-bottom:1rem}@media(min-width:576px){.fr-hero-title{font-size:60px}}@media(min-width:992px){.fr-hero-title{font-size:72px;line-height:80px}}.fr-hero-desc{font-size:1.125rem;color:#f4f4f8;max-width:672px;line-height:1.7;margin-bottom:2.5rem;margin-left:auto;margin-right:auto}@media(min-width:576px){.fr-hero-desc{font-size:1.25rem}}.fr-hero-actions{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:576px){.fr-hero-actions{flex-direction:row;justify-content:center}}.fr-scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.fr-scroll-mouse{width:24px;height:40px;border:2px solid #52525b;border-radius:12px;display:flex;justify-content:center;padding:8px;animation:scrollBounce 1.5s infinite}.fr-scroll-mouse .scroll-dot{width:4px;height:8px;background:#fff;border-radius:2px}@media(max-width:768px){.fr-hero-bg .swiper-pagination{bottom:80px}.fr-hero-bg .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px}.fr-hero-bg .swiper-pagination .swiper-pagination-bullet-active{width:24px}}.fr-values{padding:5rem 0;background:#27272a}.fr-values-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.fr-values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.fr-values-grid{grid-template-columns:repeat(4,1fr)}}.fr-value-card{background:#3f3f46;border:1px solid #3f3f46;padding:2rem;transition:all .3s ease}.fr-value-card:hover{border-color:#c53030;transform:translateY(-4px)}.fr-value-icon{width:56px;height:56px;background:#c530301a;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background .2s ease}.fr-value-icon svg,.fr-value-icon i{color:#c53030;font-size:1.5rem}.fr-value-card:hover .fr-value-icon{background:#c5303033}.fr-value-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.75rem}.fr-value-desc{color:#d4d4d8;font-size:.9375rem;line-height:1.6;margin:0}.fr-about{padding:5rem 0;background:#18181b}@media(min-width:576px){.fr-about{padding:7rem 0}}.fr-about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:992px){.fr-about-grid{grid-template-columns:1fr 1fr;gap:4rem}}.fr-about-image{position:relative}.fr-about-image img{width:100%;height:500px;object-fit:cover}.fr-about-image .image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(9,9,11,.5),transparent)}.fr-about-content .fr-section-badge{justify-content:flex-start}.fr-about-content .fr-section-title{text-align:left}.fr-about-text{color:#f4f4f8;line-height:1.8;margin-bottom:1rem}.fr-about-link{margin-top:2rem}.fr-products{padding:5rem 0;background:#18181b}@media(min-width:576px){.fr-products{padding:7rem 0}}.fr-products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch}@media(min-width:576px){.fr-products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.fr-products-grid{grid-template-columns:repeat(4,1fr)}}.fr-product-card{position:relative;overflow:hidden}.fr-product-card .product-inner{position:relative;padding:0;min-height:387px;border:1px solid #3f3f46;display:flex;flex-direction:column;transition:all .3s ease}.fr-product-card:hover .product-inner{border-color:#c53030}.fr-product-card.product-black .product-inner{background:linear-gradient(to bottom right,#3f3f46,#27272a)}.fr-product-card.product-green .product-inner{background:linear-gradient(to bottom right,#064e3b4d,#27272a)}.fr-product-card.product-orange .product-inner{background:linear-gradient(to bottom right,#7c2d124d,#27272a)}.fr-product-card.product-red .product-inner{background:linear-gradient(to bottom right,#7f1d1d4d,#27272a)}.fr-product-category-media{display:block;border-radius:0;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.12)}.fr-product-category-media img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;transition:transform .2s ease}.fr-product-card:hover .fr-product-category-media img{transform:scale(1.04)}.fr-product-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;flex:1}@media(min-width:768px){.fr-product-body{padding:1.5rem}}.fr-product-header{margin-bottom:0}.fr-product-name{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.375rem}.fr-product-name-en{font-size:.875rem;color:#d4d4d8;margin-bottom:0}.fr-product-desc{color:#f4f4f8;line-height:1.65;margin-bottom:0;flex-grow:1}.fr-product-footer{margin-top:auto;padding-top:.5rem}.fr-applications{padding:5rem 0;background:#18181b}@media(min-width:576px){.fr-applications{padding:7rem 0}}.fr-applications-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.fr-applications-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.fr-applications-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.fr-app-grid-1{grid-template-columns:1fr}.fr-app-grid-1 .fr-app-card{height:400px}}@media(min-width:992px){.fr-app-grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.fr-app-grid-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.fr-app-grid-4,.fr-app-grid-7,.fr-app-grid-8{grid-template-columns:repeat(4,1fr)}}@media(min-width:992px){.fr-app-grid-5,.fr-app-grid-6{grid-template-columns:repeat(3,1fr)}}.fr-app-card{position:relative;overflow:hidden;cursor:pointer;height:320px;text-decoration:none;display:block}.fr-app-card:hover .fr-app-image img{transform:scale(1.1)}.fr-app-card:hover .fr-app-overlay-hover{background:#c530301a}.fr-app-image{position:absolute;top:0;right:0;bottom:0;left:0}.fr-app-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;filter:brightness(.85)}.fr-app-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(39,39,42,.5),rgba(9,9,11,.25),transparent)}.fr-app-overlay-hover{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;transition:background .3s ease}.fr-app-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}.fr-app-title-en{font-size:.75rem;color:#d4d4d8;margin-bottom:.25rem}.fr-app-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.fr-app-desc{color:#f4f4f8;font-size:.875rem;line-height:1.6;margin:0}.fr-applications-empty{text-align:center;padding:4rem 1rem;color:#d4d4d8}.fr-applications-empty p{font-size:1.125rem;margin:0}/**
 * Copyright (c) Since 2024 InnoShop - All Rights Reserved
 *
 * @link       https://www.innoshop.com
 * @author     InnoShop <team@innoshop.com
 * @license    https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */.fr-services{padding:5rem 0;background:#27272a}@media(min-width:576px){.fr-services{padding:7rem 0}}.fr-services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.fr-services-grid{grid-template-columns:repeat(3,1fr)}}.fr-service-card{text-align:center}.fr-service-card .service-inner{background:#27272a80;border:1px solid #3f3f46;padding:2.5rem;height:100%;transition:all .3s ease}.fr-service-card:hover .service-inner{border-color:#c53030}.fr-service-icon{width:80px;height:80px;background:#c530301a;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:background .2s ease}.fr-service-icon svg,.fr-service-icon i{color:#c53030;font-size:2rem}.fr-service-card:hover .fr-service-icon{background:#c5303033}.fr-service-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.fr-service-desc{color:#d4d4d8;line-height:1.7;margin:0}.fr-technologies{padding:5rem 0;background:#18181b;position:relative;overflow:hidden}@media(min-width:576px){.fr-technologies{padding:7rem 0}}.fr-technologies .tech-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background-image:linear-gradient(45deg,#c53030 25%,transparent 25%),linear-gradient(-45deg,#c53030 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#c53030 75%),linear-gradient(-45deg,transparent 75%,#c53030 75%);background-size:40px 40px;background-position:0 0,0 20px,20px -20px,-20px 0;pointer-events:none}.fr-technologies-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative}@media(min-width:992px){.fr-technologies-grid{grid-template-columns:1fr 1fr;gap:4rem}}.fr-technologies-content .fr-section-badge{justify-content:flex-start}.fr-technologies-content .fr-section-title{text-align:left}.fr-technologies-intro{color:#f4f4f8;line-height:1.8;margin-bottom:2rem}.fr-tech-list-wrapper{background:#18181b80;border:1px solid #3f3f46;padding:2rem}@media(min-width:576px){.fr-tech-list-wrapper{padding:2.5rem}}.fr-tech-list{list-style:none;padding:0;margin:0}.fr-tech-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;transition:all .2s ease}.fr-tech-item:last-child{margin-bottom:0}.fr-tech-item:hover .fr-tech-check{background:#c53030}.fr-tech-item:hover .fr-tech-check svg,.fr-tech-item:hover .fr-tech-check i{color:#fff}.fr-tech-item:hover .fr-tech-text{color:#fff}.fr-tech-check{width:24px;height:24px;background:#c5303033;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.25rem;transition:background .2s ease}.fr-tech-check svg,.fr-tech-check i{color:#c53030;font-size:1rem}.fr-tech-text{color:#f4f4f8;font-size:1.125rem;transition:color .2s ease}.fr-knowledge{padding:5rem 0;background:#27272a}@media(min-width:576px){.fr-knowledge{padding:7rem 0}}.fr-knowledge-inner{max-width:56rem;margin:0 auto;text-align:center}.fr-knowledge-icon{width:64px;height:64px;background:#c530301a;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.fr-knowledge-icon svg,.fr-knowledge-icon i{color:#c53030;font-size:2rem}.fr-knowledge-title{font-size:2.25rem;color:#fff;margin-bottom:1.5rem}@media(min-width:576px){.fr-knowledge-title{font-size:3rem}}.fr-knowledge-box{background:#27272a4d;border:1px solid #52525b;padding:2rem}@media(min-width:576px){.fr-knowledge-box{padding:3rem}}.fr-knowledge-text{color:#f4f4f8;font-size:1.125rem;line-height:1.8;margin-bottom:2rem}.fr-knowledge-cta{display:inline-flex;align-items:center;border:2px solid #c53030;color:#c53030;padding:.75rem 2rem;font-weight:500;transition:all .2s ease}.fr-knowledge-cta:hover{background:#c53030;color:#fff}.fr-contact{padding:5rem 0;background:#27272a;position:relative;overflow:hidden}@media(min-width:576px){.fr-contact{padding:7rem 0}}.fr-contact .contact-decoration{position:absolute;top:0;right:0;width:33.33%;height:100%;background:linear-gradient(to left,rgba(39,39,42,.2),transparent);pointer-events:none}.fr-contact .contact-glow{position:absolute;bottom:0;left:0;width:256px;height:256px;background:#c530300d;border-radius:50%;filter:blur(64px);pointer-events:none}.fr-contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:stretch;position:relative}@media(min-width:992px){.fr-contact-grid{grid-template-columns:380px 1fr;gap:4rem}}.fr-contact-info{display:flex;flex-direction:column;gap:1.5rem}.fr-contact-card{background:linear-gradient(135deg,#27272a99,#3f3f4666);border:1px solid rgba(113,113,122,.3);border-radius:.5rem;padding:1.75rem;transition:all .3s ease;position:relative;overflow:hidden}.fr-contact-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#c53030,transparent);opacity:0;transition:opacity .2s ease}.fr-contact-card:hover{border-color:#dc262666;transform:translateY(-2px)}.fr-contact-card:hover:before{opacity:1}.fr-contact-card-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem}.fr-contact-card-title .title-line{width:6px;height:24px;background:#c53030}.fr-contact-card-desc{color:#d4d4d8;margin-bottom:1rem;font-size:.9375rem;line-height:1.5}.fr-contact-card-info p{color:#f4f4f8;margin-bottom:.5rem;font-size:.9375rem}.fr-contact-card-info p:last-child{margin-bottom:0}.fr-contact-card-info p .label{color:#a1a1aa;display:inline-block;width:80px}.fr-contact-form-wrapper{background:linear-gradient(135deg,#27272af2,#3f3f46e6);padding:2rem;border:1px solid rgba(113,113,122,.3);border-radius:.75rem;box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff0d;position:relative}.fr-contact-form-wrapper:before{content:"";position:absolute;top:0;left:2rem;right:2rem;height:2px;background:linear-gradient(90deg,transparent,#c53030,transparent);opacity:.5}@media(min-width:576px){.fr-contact-form-wrapper{padding:2.5rem}}.fr-contact-form{display:flex;flex-direction:column;gap:1.25rem}.fr-form-group{margin-bottom:0}.fr-form-group label{display:block;margin-bottom:.5rem;color:#d4d4d8;font-size:.875rem;font-weight:500}.fr-form-group label .required{color:#c53030;margin-left:2px}.fr-form-control{width:100%;background:#27272acc;border:1px solid rgba(113,113,122,.5);border-radius:.375rem;padding:.875rem 1rem;color:#fff;font-size:.9375rem;font-family:inherit;transition:all .2s ease}.fr-form-control::placeholder{color:#c1c1c899;font-weight:400}.fr-form-control:focus{outline:none;border-color:#c53030;background:#27272a;box-shadow:0 0 0 3px #dc262626}.fr-form-controltextarea,.fr-form-control[rows],textarea.fr-form-control{min-height:120px;resize:vertical;line-height:1.6}.fr-form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:576px){.fr-form-row{grid-template-columns:1fr 1fr}}.fr-contact-form .fr-btn-primary{margin-top:.5rem;padding:1rem 2rem;font-size:1rem;letter-spacing:.025em;border-radius:.375rem;transition:all .2s ease}.fr-contact-form .fr-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #dc262666}.fr-contact-success{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#09090bf2;z-index:20;text-align:center;padding:2rem}.fr-contact-success .success-icon{width:64px;height:64px;color:#22c55e;margin-bottom:1.5rem}.fr-contact-success .success-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.fr-contact-success .success-text{color:#d4d4d8}.fr-contact-social{background:linear-gradient(135deg,#27272a99,#3f3f4666);border:1px solid rgba(113,113,122,.3);border-radius:.5rem;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.fr-contact-social:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#c53030,transparent);opacity:0;transition:opacity .2s ease}.fr-contact-social:hover{border-color:#dc262666}.fr-contact-social:hover:before{opacity:1}.fr-contact-social .social-links-footer{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.fr-contact-social .social-links-title{color:#fff;font-size:1rem;font-weight:600;margin:0;visibility:hidden;position:relative;white-space:nowrap}.fr-contact-social .social-links-title:after{content:"Contact Us";visibility:visible;position:absolute;left:0;top:0;white-space:nowrap}html[lang=zh-cn] .fr-contact-social .social-links-title:after,html[lang=zh-CN] .fr-contact-social .social-links-title:after{content:"联系我们"}.fr-contact-social .social-links-icons{display:flex;gap:.875rem;flex-wrap:wrap}.fr-contact-social .social-link-item{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#27272acc;border:1px solid rgba(113,113,122,.5);border-radius:50%;color:#d4d4d8;transition:all .2s ease}.fr-contact-social .social-link-item svg,.fr-contact-social .social-link-item i,.fr-contact-social .social-link-item img{width:22px;height:22px;font-size:22px}.fr-contact-social .social-link-item img{object-fit:contain}.fr-contact-social .social-link-item:hover{background:var(--social-color, #c53030);border-color:var(--social-color, #c53030);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.fr-section-header{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:3rem}.fr-section-badge{display:flex;align-items:center;justify-content:center;gap:8px;height:20px}.fr-section-badge .badge-line{width:48px;height:4px;background:#e7000b;flex-shrink:0}.fr-section-badge .badge-text{font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#e7000b;text-align:center;text-transform:uppercase;letter-spacing:.7px;white-space:nowrap}.fr-section-title{font-family:Noto Sans SC,sans-serif;font-size:48px;font-weight:500;line-height:48px;color:#fff;text-align:center;margin:0;white-space:nowrap}.fr-section-subtitle{font-size:1rem;color:#d4d4d8;text-align:center;max-width:600px;margin:0 auto}.fr-page-category{background-color:#27272a}.fr-page-category #appContent{padding-top:0}.fr-category-hero{position:relative;padding:96px 0 80px;background:linear-gradient(135deg,#18181b,#27272a);overflow:hidden}.fr-category-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%23dc2626" opacity="0.03"/></svg>') repeat;background-size:40px 40px;opacity:.5}.fr-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top right,rgba(220,38,38,.1) 0%,transparent 60%);pointer-events:none}.fr-breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:14px;position:relative;z-index:1}.fr-breadcrumb a{color:#a1a1aa;transition:color .2s ease}.fr-breadcrumb a:hover{color:#dc2626}.fr-breadcrumb i{color:#3f3f46;font-size:12px}.fr-breadcrumb span{color:#f4f4f8}.fr-category-header{position:relative;z-index:1;text-align:center}.fr-category-title{font-size:48px;font-weight:700;line-height:1.25;color:#fff;margin-bottom:16px}@media(max-width:639px){.fr-category-title{font-size:40px}}@media(min-width:1024px){.fr-category-title{font-size:60px}}.fr-category-desc{font-size:16px;font-weight:400;line-height:1.5;color:#f4f4f8;max-width:600px;margin:0 auto}.fr-subcategories{padding:80px 0;background:#27272a}.fr-section-title{font-size:36px;font-weight:700;line-height:1.25;color:#fff;margin-bottom:48px;text-align:center}.fr-subcategory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:640px){.fr-subcategory-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.fr-subcategory-grid{grid-template-columns:repeat(4,1fr)}}.fr-subcategory-card{display:flex;flex-direction:column;background:#18181b;border:1px solid #3f3f46;border-radius:8px;overflow:hidden;transition:all .3s ease}.fr-subcategory-card:hover{border-color:#dc2626;transform:translateY(-4px);box-shadow:0 4px 20px #00000014}.fr-subcategory-image{aspect-ratio:1/1;overflow:hidden;background:#18181b}.fr-subcategory-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fr-subcategory-card:hover .fr-subcategory-image img{transform:scale(1.05)}.fr-subcategory-content{padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex:1}.fr-subcategory-name{font-size:18px;font-weight:500;line-height:1.5;color:#fff}.fr-subcategory-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:.05em;text-transform:uppercase;color:#dc2626;transition:gap .2s ease}.fr-subcategory-card:hover .fr-subcategory-link{gap:13px}.fr-subcategory-link i{transition:transform .2s ease}.fr-subcategory-card:hover .fr-subcategory-link i,a:hover .fr-subcategory-link i{transform:translate(5px)}.fr-products-filter{padding:24px 0;border-bottom:1px solid #3f3f46}.fr-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:24px}.fr-filter-group{display:flex;align-items:center;gap:12px}.fr-filter-label{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:.05em;text-transform:uppercase;color:#a1a1aa}.fr-select-wrapper{position:relative;min-width:160px}.fr-select{width:100%;padding:10px 2.5rem 10px 16px;font-size:14px;font-weight:400;color:#fff;background:#18181b;border:1px solid #3f3f46;border-radius:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease}.fr-select:focus{outline:none;border-color:#dc2626}.fr-select::-ms-expand{display:none}.fr-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#a1a1aa;pointer-events:none;font-size:12px}.fr-view-toggle{display:flex;gap:8px;margin-left:auto}.fr-view-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#18181b;border:1px solid #3f3f46;border-radius:4px;color:#a1a1aa;cursor:pointer;transition:all .2s ease}.fr-view-btn:hover{border-color:#71717a;color:#fff}.fr-view-btn.active{background:#dc2626;border-color:#dc2626;color:#fff}.fr-view-btn i{font-size:16px}.fr-products-section{padding:80px 0}.fr-products-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}@media(min-width:640px){.fr-products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.fr-products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.fr-products-grid{grid-template-columns:repeat(4,1fr)}}.fr-products-grid.fr-view-list{grid-template-columns:1fr}.fr-products-grid.fr-view-list .fr-product-card{flex-direction:row}.fr-products-grid.fr-view-list .fr-product-card .fr-product-image{flex:0 0 280px;aspect-ratio:1/1}.fr-products-grid.fr-view-list .fr-product-card .fr-product-content{flex:1}.fr-product-card{background:#18181b;border:1px solid #3f3f46;border-radius:8px;overflow:hidden;transition:all .3s ease}.fr-product-card:hover{border:2px solid #dc2626;transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.fr-product-card:hover .fr-product-image:after{opacity:1}.fr-product-card:hover .fr-product-image img{transform:scale(1.1)}.fr-product-card:hover .fr-product-overlay{opacity:1}.fr-product-card:hover .fr-product-overlay .fr-overlay-content{transform:translateY(0)}.fr-product-link{display:block;color:inherit;text-decoration:none}.fr-product-image{position:relative;aspect-ratio:1/1;overflow:hidden;background:#18181b}.fr-product-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#dc262633;opacity:0;transition:opacity .3s ease;pointer-events:none}.fr-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fr-product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease-out}.fr-overlay-content{display:flex;flex-direction:column;align-items:center;gap:12px;transform:translateY(20px);transition:transform .3s ease-out}.fr-btn-quick-view{width:48px;height:48px;background:#fff;border:none;border-radius:50%;color:#18181b;cursor:pointer;transition:all .2s ease}.fr-btn-quick-view:hover{background:#dc2626;color:#fff;transform:scale(1.1)}.fr-btn-quick-view i{font-size:20px}.fr-product-params{background:#18181bf2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px;padding:20px;max-width:280px;width:100%;box-shadow:0 10px 15px #0000001a}.fr-params-title{font-size:12px;font-weight:700;color:#dc2626;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #3f3f46}.fr-params-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.fr-param-item{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px}.fr-param-item:last-child{margin-bottom:0}.fr-param-label{font-weight:500;color:#a1a1aa;flex-shrink:0}.fr-param-value{font-weight:400;color:#fff;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fr-params-more{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 16px;font-size:12px;font-weight:500;color:#fff;background:#dc2626;border-radius:4px;transition:all .2s ease}.fr-params-more:hover{background:#b91c1c}.fr-params-more:hover i{transform:translate(4px)}.fr-params-more i{font-size:14px;transition:transform .2s ease}.fr-product-content{padding:24px;display:flex;flex-direction:column;gap:12px}.fr-product-name{font-size:18px;font-weight:500;line-height:1.5;color:#fff;transition:color .2s ease}.fr-product-card:hover .fr-product-name{color:#dc2626}.fr-product-desc{font-size:14px;font-weight:400;line-height:1.5;color:#a1a1aa;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fr-product-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto}.fr-product-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.fr-price-current{font-size:20px;font-weight:700;color:#dc2626}.fr-price-old{font-size:14px;font-weight:400;color:#a1a1aa;text-decoration:line-through}.fr-btn-sm{padding:8px 16px;font-size:14px}.fr-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:4px;color:#a1a1aa;cursor:pointer;transition:all .2s ease}.fr-btn-icon:hover{background:#ffffff1a;color:#fff}.fr-empty-state{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px;text-align:center}.fr-empty-state i{font-size:64px;color:#71717a;margin-bottom:16px}.fr-empty-state h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px}.fr-empty-state p{color:#a1a1aa}.fr-pagination{margin-top:24px}.fr-pagination .pagination{display:flex;justify-content:center;gap:8px;list-style:none;margin:0;padding:0}.fr-pagination .pagination .page-item .page-link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:14px;font-weight:500;color:#f4f4f8;background:#18181b;border:1px solid #3f3f46;border-radius:4px;transition:all .2s ease}.fr-pagination .pagination .page-item .page-link:hover{background:#18181b;border-color:#71717a;color:#fff}.fr-pagination .pagination .page-item.active .page-link{background:#dc2626;border-color:#dc2626;color:#fff}.fr-pagination .pagination .page-item.disabled .page-link{opacity:.5;pointer-events:none}.fr-category-content{padding:80px 0;background:#18181b}.fr-content-box{max-width:900px;margin:0 auto}.fr-content-title{font-size:30px;font-weight:700;color:#fff;margin-bottom:20px}.fr-content-body{font-size:16px;line-height:1.75;color:#f4f4f8}.fr-content-body p{margin-bottom:16px}.fr-content-body h2,.fr-content-body h3,.fr-content-body h4{color:#fff;margin-top:20px;margin-bottom:12px}.fr-content-body ul,.fr-content-body ol{margin-bottom:16px;padding-left:20px}.fr-content-body li{margin-bottom:8px}.page-products,.page-product,.page-categories{padding-top:80px;background-color:#18181b;min-height:100vh}.page-products .breadcrumb-wrap,.page-product .breadcrumb-wrap,.page-categories .breadcrumb-wrap{background:#27272a80;background-image:none;padding:1rem 0;margin-bottom:0}.page-products .breadcrumb-wrap .container,.page-product .breadcrumb-wrap .container,.page-categories .breadcrumb-wrap .container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:576px){.page-products .breadcrumb-wrap .container,.page-product .breadcrumb-wrap .container,.page-categories .breadcrumb-wrap .container{padding:0 1.5rem}}@media(min-width:768px){.page-products .breadcrumb-wrap,.page-product .breadcrumb-wrap,.page-categories .breadcrumb-wrap{padding:1.5rem 0;margin-bottom:0}}.page-products .breadcrumb-wrap .breadcrumb,.page-product .breadcrumb-wrap .breadcrumb,.page-categories .breadcrumb-wrap .breadcrumb{background:transparent;margin-bottom:0}.page-products .breadcrumb-wrap .breadcrumb li,.page-product .breadcrumb-wrap .breadcrumb li,.page-categories .breadcrumb-wrap .breadcrumb li{font-size:.875rem;text-transform:none}.page-products .breadcrumb-wrap .breadcrumb li a,.page-product .breadcrumb-wrap .breadcrumb li a,.page-categories .breadcrumb-wrap .breadcrumb li a{color:#d4d4d8;text-decoration:none}.page-products .breadcrumb-wrap .breadcrumb li a:hover,.page-product .breadcrumb-wrap .breadcrumb li a:hover,.page-categories .breadcrumb-wrap .breadcrumb li a:hover{color:#c53030}.page-products .breadcrumb-wrap .breadcrumb li .home-icon,.page-product .breadcrumb-wrap .breadcrumb li .home-icon,.page-categories .breadcrumb-wrap .breadcrumb li .home-icon{color:#dc2626!important}.page-products .breadcrumb-wrap .breadcrumb li:not(:last-child):after,.page-product .breadcrumb-wrap .breadcrumb li:not(:last-child):after,.page-categories .breadcrumb-wrap .breadcrumb li:not(:last-child):after{color:#a1a1aa}.page-products .breadcrumb-wrap .breadcrumb .active,.page-product .breadcrumb-wrap .breadcrumb .active,.page-categories .breadcrumb-wrap .breadcrumb .active{color:#f4f4f8}.page-products .breadcrumb-filter-btn .btn,.page-product .breadcrumb-filter-btn .btn,.page-categories .breadcrumb-filter-btn .btn{border-color:#c53030;color:#c53030;background-color:transparent}.page-products .breadcrumb-filter-btn .btn:hover,.page-products .breadcrumb-filter-btn .btn:focus,.page-product .breadcrumb-filter-btn .btn:hover,.page-product .breadcrumb-filter-btn .btn:focus,.page-categories .breadcrumb-filter-btn .btn:hover,.page-categories .breadcrumb-filter-btn .btn:focus{color:#fff;background-color:#c53030;border-color:#c53030;box-shadow:0 0 0 .2rem #c5303033}.page-products .top-order-wrap,.page-product .top-order-wrap,.page-categories .top-order-wrap{border-bottom-color:#3f3f46}.page-products .top-order-wrap .left,.page-product .top-order-wrap .left,.page-categories .top-order-wrap .left{color:#d4d4d8}.page-products .top-order-wrap .right .order-item,.page-product .top-order-wrap .right .order-item,.page-categories .top-order-wrap .right .order-item{border-right-color:#3f3f46}.page-products .top-order-wrap .right .order-item span,.page-product .top-order-wrap .right .order-item span,.page-categories .top-order-wrap .right .order-item span{color:#d4d4d8}.page-products .top-order-wrap .right .order-item .order-icon,.page-product .top-order-wrap .right .order-item .order-icon,.page-categories .top-order-wrap .right .order-item .order-icon{color:#f4f4f8}.page-products .top-order-wrap .right .order-item .order-icon.active,.page-product .top-order-wrap .right .order-item .order-icon.active,.page-categories .top-order-wrap .right .order-item .order-icon.active{background-color:#c530301a;color:#c53030}.page-products .top-order-wrap .form-select,.page-product .top-order-wrap .form-select,.page-categories .top-order-wrap .form-select{background-color:#27272a;border-color:#3f3f46;color:#f4f4f8}.page-products .top-order-wrap .form-select:focus,.page-product .top-order-wrap .form-select:focus,.page-categories .top-order-wrap .form-select:focus{border-color:#c53030;box-shadow:0 0 0 2px #c5303033}.page-products .filter-sidebar,.page-product .filter-sidebar,.page-categories .filter-sidebar{background:#18181b}@media(max-width:767px){.page-products .filter-sidebar,.page-product .filter-sidebar,.page-categories .filter-sidebar{background:#27272a}}.page-products .filter-sidebar .filter-sidebar-item .title,.page-product .filter-sidebar .filter-sidebar-item .title,.page-categories .filter-sidebar .filter-sidebar-item .title{color:#fff;border-bottom:1px solid #3f3f46;padding-bottom:.75rem;font-weight:600}.page-products .filter-sidebar .category-item,.page-products .filter-sidebar .subcategory-item,.page-products .filter-sidebar .subsubcategory-item,.page-product .filter-sidebar .category-item,.page-product .filter-sidebar .subcategory-item,.page-product .filter-sidebar .subsubcategory-item,.page-categories .filter-sidebar .category-item,.page-categories .filter-sidebar .subcategory-item,.page-categories .filter-sidebar .subsubcategory-item{border-bottom-color:#3f3f46}.page-products .filter-sidebar .category-item:hover,.page-products .filter-sidebar .subcategory-item:hover,.page-products .filter-sidebar .subsubcategory-item:hover,.page-product .filter-sidebar .category-item:hover,.page-product .filter-sidebar .subcategory-item:hover,.page-product .filter-sidebar .subsubcategory-item:hover,.page-categories .filter-sidebar .category-item:hover,.page-categories .filter-sidebar .subcategory-item:hover,.page-categories .filter-sidebar .subsubcategory-item:hover{background-color:#27272a}.page-products .filter-sidebar .category-item a,.page-products .filter-sidebar .category-item span,.page-products .filter-sidebar .category-item div,.page-products .filter-sidebar .subcategory-item a,.page-products .filter-sidebar .subcategory-item span,.page-products .filter-sidebar .subcategory-item div,.page-products .filter-sidebar .subsubcategory-item a,.page-products .filter-sidebar .subsubcategory-item span,.page-products .filter-sidebar .subsubcategory-item div,.page-product .filter-sidebar .category-item a,.page-product .filter-sidebar .category-item span,.page-product .filter-sidebar .category-item div,.page-product .filter-sidebar .subcategory-item a,.page-product .filter-sidebar .subcategory-item span,.page-product .filter-sidebar .subcategory-item div,.page-product .filter-sidebar .subsubcategory-item a,.page-product .filter-sidebar .subsubcategory-item span,.page-product .filter-sidebar .subsubcategory-item div,.page-categories .filter-sidebar .category-item a,.page-categories .filter-sidebar .category-item span,.page-categories .filter-sidebar .category-item div,.page-categories .filter-sidebar .subcategory-item a,.page-categories .filter-sidebar .subcategory-item span,.page-categories .filter-sidebar .subcategory-item div,.page-categories .filter-sidebar .subsubcategory-item a,.page-categories .filter-sidebar .subsubcategory-item span,.page-categories .filter-sidebar .subsubcategory-item div{color:#fff!important}.page-products .filter-sidebar .category-link,.page-products .filter-sidebar .subcategory-link,.page-products .filter-sidebar .subsubcategory-link,.page-product .filter-sidebar .category-link,.page-product .filter-sidebar .subcategory-link,.page-product .filter-sidebar .subsubcategory-link,.page-categories .filter-sidebar .category-link,.page-categories .filter-sidebar .subcategory-link,.page-categories .filter-sidebar .subsubcategory-link{color:#fff!important;font-weight:500;opacity:1!important}.page-products .filter-sidebar .category-link:hover,.page-products .filter-sidebar .subcategory-link:hover,.page-products .filter-sidebar .subsubcategory-link:hover,.page-product .filter-sidebar .category-link:hover,.page-product .filter-sidebar .subcategory-link:hover,.page-product .filter-sidebar .subsubcategory-link:hover,.page-categories .filter-sidebar .category-link:hover,.page-categories .filter-sidebar .subcategory-link:hover,.page-categories .filter-sidebar .subsubcategory-link:hover{color:#c53030!important}.page-products .filter-sidebar .category-link.active,.page-products .filter-sidebar .subcategory-link.active,.page-products .filter-sidebar .subsubcategory-link.active,.page-product .filter-sidebar .category-link.active,.page-product .filter-sidebar .subcategory-link.active,.page-product .filter-sidebar .subsubcategory-link.active,.page-categories .filter-sidebar .category-link.active,.page-categories .filter-sidebar .subcategory-link.active,.page-categories .filter-sidebar .subsubcategory-link.active{color:#c53030!important;background-color:#c530301a}.page-products .filter-sidebar .category-toggle,.page-products .filter-sidebar .subcategory-toggle,.page-product .filter-sidebar .category-toggle,.page-product .filter-sidebar .subcategory-toggle,.page-categories .filter-sidebar .category-toggle,.page-categories .filter-sidebar .subcategory-toggle{color:#fff!important;font-weight:500;opacity:1!important}.page-products .filter-sidebar .category-toggle:hover,.page-products .filter-sidebar .subcategory-toggle:hover,.page-product .filter-sidebar .category-toggle:hover,.page-product .filter-sidebar .subcategory-toggle:hover,.page-categories .filter-sidebar .category-toggle:hover,.page-categories .filter-sidebar .subcategory-toggle:hover{background-color:#3f3f46;color:#c53030!important}.page-products .filter-sidebar #filter-category .accordion-item,.page-product .filter-sidebar #filter-category .accordion-item,.page-categories .filter-sidebar #filter-category .accordion-item{border-color:#3f3f46!important}.page-products .filter-sidebar #filter-category .accordion-item a,.page-products .filter-sidebar #filter-category .accordion-item span,.page-products .filter-sidebar #filter-category .accordion-item button,.page-products .filter-sidebar #filter-category .accordion-item div,.page-product .filter-sidebar #filter-category .accordion-item a,.page-product .filter-sidebar #filter-category .accordion-item span,.page-product .filter-sidebar #filter-category .accordion-item button,.page-product .filter-sidebar #filter-category .accordion-item div,.page-categories .filter-sidebar #filter-category .accordion-item a,.page-categories .filter-sidebar #filter-category .accordion-item span,.page-categories .filter-sidebar #filter-category .accordion-item button,.page-categories .filter-sidebar #filter-category .accordion-item div{color:#fff!important}.page-products .filter-sidebar #filter-category .accordion-item .accordion-title>a,.page-product .filter-sidebar #filter-category .accordion-item .accordion-title>a,.page-categories .filter-sidebar #filter-category .accordion-item .accordion-title>a{color:#fff!important;font-weight:500}.page-products .filter-sidebar #filter-category .accordion-item .accordion-title>a:hover,.page-product .filter-sidebar #filter-category .accordion-item .accordion-title>a:hover,.page-categories .filter-sidebar #filter-category .accordion-item .accordion-title>a:hover{color:#c53030!important}.page-products .filter-sidebar #filter-category .accordion-item .accordion-title .accordion-button,.page-product .filter-sidebar #filter-category .accordion-item .accordion-title .accordion-button,.page-categories .filter-sidebar #filter-category .accordion-item .accordion-title .accordion-button{color:#fff!important;font-weight:500;opacity:1!important}.page-products .filter-sidebar #filter-category .accordion-item .accordion-title .accordion-button:after,.page-product .filter-sidebar #filter-category .accordion-item .accordion-title .accordion-button:after,.page-categories .filter-sidebar #filter-category .accordion-item .accordion-title .accordion-button:after{filter:brightness(0) invert(1)}.page-products .filter-sidebar #filter-category .accordion-item .accordion-collapse .accordion-body a,.page-products .filter-sidebar #filter-category .accordion-item .accordion-collapse .accordion-body span,.page-product .filter-sidebar #filter-category .accordion-item .accordion-collapse .accordion-body a,.page-product .filter-sidebar #filter-category .accordion-item .accordion-collapse .accordion-body span,.page-categories .filter-sidebar #filter-category .accordion-item .accordion-collapse .accordion-body a,.page-categories .filter-sidebar #filter-category .accordion-item .accordion-collapse .accordion-body span{color:#fff!important}.page-products .filter-sidebar .card,.page-product .filter-sidebar .card,.page-categories .filter-sidebar .card{background-color:#27272a;border-color:#3f3f46}.page-products .filter-sidebar .card .card-header,.page-product .filter-sidebar .card .card-header,.page-categories .filter-sidebar .card .card-header{background-color:#27272a;border-bottom-color:#3f3f46}.page-products .filter-sidebar .card .card-header h6,.page-product .filter-sidebar .card .card-header h6,.page-categories .filter-sidebar .card .card-header h6{color:#fff;font-weight:600}.page-products .filter-sidebar .card .card-body,.page-product .filter-sidebar .card .card-body,.page-categories .filter-sidebar .card .card-body{background-color:#27272a}.page-products .filter-sidebar .price-range .price-slider .slider-track,.page-product .filter-sidebar .price-range .price-slider .slider-track,.page-categories .filter-sidebar .price-range .price-slider .slider-track{background:#52525b}.page-products .filter-sidebar .price-range .price-inputs .price-input-group label,.page-product .filter-sidebar .price-range .price-inputs .price-input-group label,.page-categories .filter-sidebar .price-range .price-inputs .price-input-group label{color:#f4f4f8}.page-products .filter-sidebar .price-range .price-inputs .price-input-group input,.page-product .filter-sidebar .price-range .price-inputs .price-input-group input,.page-categories .filter-sidebar .price-range .price-inputs .price-input-group input{background:#18181b;border-color:#3f3f46;color:#fff}.page-products .filter-sidebar .price-range .price-inputs .price-input-group input:focus,.page-product .filter-sidebar .price-range .price-inputs .price-input-group input:focus,.page-categories .filter-sidebar .price-range .price-inputs .price-input-group input:focus{border-color:#c53030;box-shadow:0 0 0 2px #c5303033}.page-products .filter-sidebar .price-range .price-inputs .price-input-group input::placeholder,.page-product .filter-sidebar .price-range .price-inputs .price-input-group input::placeholder,.page-categories .filter-sidebar .price-range .price-inputs .price-input-group input::placeholder{color:#a1a1aa}.page-products .filter-sidebar .price-range .btn,.page-product .filter-sidebar .price-range .btn,.page-categories .filter-sidebar .price-range .btn{background-color:#c53030;border-color:#c53030}.page-products .filter-sidebar .price-range .btn:hover,.page-product .filter-sidebar .price-range .btn:hover,.page-categories .filter-sidebar .price-range .btn:hover{background-color:#9b2c2c;border-color:#9b2c2c}.page-products .filter-sidebar .dual-range-slider .slider-track,.page-product .filter-sidebar .dual-range-slider .slider-track,.page-categories .filter-sidebar .dual-range-slider .slider-track{background:#52525b}.page-products .filter-sidebar .dual-range-slider .slider-range,.page-product .filter-sidebar .dual-range-slider .slider-range,.page-categories .filter-sidebar .dual-range-slider .slider-range{background:#c53030}.page-products .filter-sidebar .dual-range-slider .slider-thumb,.page-product .filter-sidebar .dual-range-slider .slider-thumb,.page-categories .filter-sidebar .dual-range-slider .slider-thumb{background:#c53030;border-color:#fff;box-shadow:0 2px 8px #00000040}.page-products .filter-sidebar .form-check .form-check-input,.page-product .filter-sidebar .form-check .form-check-input,.page-categories .filter-sidebar .form-check .form-check-input{background-color:#18181b;border-color:#52525b}.page-products .filter-sidebar .form-check .form-check-input:checked,.page-product .filter-sidebar .form-check .form-check-input:checked,.page-categories .filter-sidebar .form-check .form-check-input:checked{background-color:#c53030;border-color:#c53030}.page-products .filter-sidebar .form-check .form-check-input:focus,.page-product .filter-sidebar .form-check .form-check-input:focus,.page-categories .filter-sidebar .form-check .form-check-input:focus{border-color:#c53030;box-shadow:0 0 0 .25rem #c5303033}.page-products .filter-sidebar .form-check .form-check-label,.page-product .filter-sidebar .form-check .form-check-label,.page-categories .filter-sidebar .form-check .form-check-label{color:#fff}.page-products .filter-sidebar .form-check .form-check-label:hover,.page-product .filter-sidebar .form-check .form-check-label:hover,.page-categories .filter-sidebar .form-check .form-check-label:hover{color:#c53030}.page-products .filter-sidebar .clear-filters-btn,.page-product .filter-sidebar .clear-filters-btn,.page-categories .filter-sidebar .clear-filters-btn{background-color:#3f3f46;border-color:#52525b;color:#f4f4f8}.page-products .filter-sidebar .clear-filters-btn:hover,.page-product .filter-sidebar .clear-filters-btn:hover,.page-categories .filter-sidebar .clear-filters-btn:hover{background-color:#3f3f46;border-color:#52525b}.page-products .filter-sidebar .clear-filters-btn:focus,.page-product .filter-sidebar .clear-filters-btn:focus,.page-categories .filter-sidebar .clear-filters-btn:focus{box-shadow:0 0 0 .2rem #c5303033}@media(max-width:767.98px){.page-products .filter-sidebar,.page-product .filter-sidebar,.page-categories .filter-sidebar{background:#27272a;box-shadow:-2px 0 15px #0003}}.page-products #overlay,.page-product #overlay,.page-categories #overlay{background:#27272a99}.page-products #toggleFilterSidebar,.page-product #toggleFilterSidebar,.page-categories #toggleFilterSidebar{background-color:#c53030;border-color:#c53030}.page-products #toggleFilterSidebar:hover,.page-product #toggleFilterSidebar:hover,.page-categories #toggleFilterSidebar:hover{background-color:#9b2c2c;border-color:#9b2c2c}.page-products #toggleFilterSidebar:focus,.page-product #toggleFilterSidebar:focus,.page-categories #toggleFilterSidebar:focus{box-shadow:0 0 0 .2rem #c5303033}.page-products .product-info .product-title,.page-product .product-info .product-title,.page-categories .product-info .product-title{color:#fff}.page-products .product-info .product-price,.page-product .product-info .product-price,.page-categories .product-info .product-price{border-bottom-color:#3f3f46}.page-products .product-info .product-price .price,.page-product .product-info .product-price .price,.page-categories .product-info .product-price .price{color:#c53030}.page-products .product-info .product-price .old-price,.page-product .product-info .product-price .old-price,.page-categories .product-info .product-price .old-price{color:#d4d4d8}.page-products .product-info .stock-wrap>div.in-stock,.page-product .product-info .stock-wrap>div.in-stock,.page-categories .product-info .stock-wrap>div.in-stock{background-color:#22c55e26;color:#22c55e}.page-products .product-info .stock-wrap>div.out-stock,.page-product .product-info .stock-wrap>div.out-stock,.page-categories .product-info .stock-wrap>div.out-stock{background-color:#71717a33;color:#d4d4d8}.page-products .product-info .sub-product-title,.page-product .product-info .sub-product-title,.page-categories .product-info .sub-product-title{color:#d4d4d8}.page-products .product-info .product-param li,.page-product .product-info .product-param li,.page-categories .product-info .product-param li{color:#fff}.page-products .product-info .product-param li span.title,.page-product .product-info .product-param li span.title,.page-categories .product-info .product-param li span.title{color:#f4f4f8;font-weight:500}.page-products .product-info .product-variant-box .product-variant .variant-title,.page-product .product-info .product-variant-box .product-variant .variant-title,.page-categories .product-info .product-variant-box .product-variant .variant-title{color:#fff;font-weight:600}.page-products .product-info .product-variant-box .product-variant .variant-values .variant-value-name,.page-product .product-info .product-variant-box .product-variant .variant-values .variant-value-name,.page-categories .product-info .product-variant-box .product-variant .variant-values .variant-value-name{border-color:#52525b;background:#27272a;color:#fff}.page-products .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover,.page-product .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover,.page-categories .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover{border-color:#c53030}.page-products .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active,.page-product .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active,.page-categories .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active{border-color:#c53030;color:#c53030;box-shadow:0 2px 4px #c5303033}.page-products .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled,.page-product .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled,.page-categories .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled{border-color:#52525b;color:#a1a1aa;opacity:.5}.page-products .product-info .product-info-bottom .product-info-btns .btn.buy-now,.page-product .product-info .product-info-bottom .product-info-btns .btn.buy-now,.page-categories .product-info .product-info-bottom .product-info-btns .btn.buy-now{background-color:#3f3f46;color:#fff;border-color:#52525b}.page-products .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover,.page-product .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover,.page-categories .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover{background-color:#3f3f46}.page-products .product-info .product-info-bottom .product-info-btns .btn.btn-primary,.page-product .product-info .product-info-bottom .product-info-btns .btn.btn-primary,.page-categories .product-info .product-info-bottom .product-info-btns .btn.btn-primary{background-color:#c53030;border-color:#c53030}.page-products .product-info .product-info-bottom .product-info-btns .btn.btn-primary:hover,.page-product .product-info .product-info-bottom .product-info-btns .btn.btn-primary:hover,.page-categories .product-info .product-info-bottom .product-info-btns .btn.btn-primary:hover{background-color:#9b2c2c}.page-products .product-info .add-wishlist,.page-product .product-info .add-wishlist,.page-categories .product-info .add-wishlist{color:#d4d4d8}.page-products .product-info .add-wishlist:hover,.page-product .product-info .add-wishlist:hover,.page-categories .product-info .add-wishlist:hover{color:#c53030}.page-products .product-options .options-title,.page-product .product-options .options-title,.page-categories .product-options .options-title{color:#fff}.page-products .product-options .option-group,.page-product .product-options .option-group,.page-categories .product-options .option-group{background-color:#27272a;border-color:#3f3f46}.page-products .product-options .option-group.has-error,.page-product .product-options .option-group.has-error,.page-categories .product-options .option-group.has-error{border-color:#c53030!important;background-color:#c530300d!important}.page-products .product-options .option-group .option-label,.page-product .product-options .option-group .option-label,.page-categories .product-options .option-group .option-label{color:#fff;font-weight:500}.page-products .product-options .option-group .option-select,.page-product .product-options .option-group .option-select,.page-categories .product-options .option-group .option-select{background-color:#18181b;border-color:#3f3f46;color:#fff}.page-products .product-options .option-group .option-radio-item,.page-products .product-options .option-group .option-checkbox-item,.page-product .product-options .option-group .option-radio-item,.page-product .product-options .option-group .option-checkbox-item,.page-categories .product-options .option-group .option-radio-item,.page-categories .product-options .option-group .option-checkbox-item{background-color:#27272a;border-color:#52525b}.page-products .product-options .option-group .option-radio-item:hover,.page-products .product-options .option-group .option-checkbox-item:hover,.page-product .product-options .option-group .option-radio-item:hover,.page-product .product-options .option-group .option-checkbox-item:hover,.page-categories .product-options .option-group .option-radio-item:hover,.page-categories .product-options .option-group .option-checkbox-item:hover{border-color:#c53030}.page-products .product-options .option-group .option-radio-item:has(input:checked),.page-products .product-options .option-group .option-checkbox-item:has(input:checked),.page-product .product-options .option-group .option-radio-item:has(input:checked),.page-product .product-options .option-group .option-checkbox-item:has(input:checked),.page-categories .product-options .option-group .option-radio-item:has(input:checked),.page-categories .product-options .option-group .option-checkbox-item:has(input:checked){background-color:#c530301a;border-color:#c53030}.page-products .product-options .option-group .option-radio-item label,.page-products .product-options .option-group .option-checkbox-item label,.page-product .product-options .option-group .option-radio-item label,.page-product .product-options .option-group .option-checkbox-item label,.page-categories .product-options .option-group .option-radio-item label,.page-categories .product-options .option-group .option-checkbox-item label{color:#fff}.page-products .product-description,.page-product .product-description,.page-categories .product-description{color:#f4f4f8}.page-products .product-description h1,.page-products .product-description h2,.page-products .product-description h3,.page-products .product-description h4,.page-products .product-description h5,.page-products .product-description h6,.page-product .product-description h1,.page-product .product-description h2,.page-product .product-description h3,.page-product .product-description h4,.page-product .product-description h5,.page-product .product-description h6,.page-categories .product-description h1,.page-categories .product-description h2,.page-categories .product-description h3,.page-categories .product-description h4,.page-categories .product-description h5,.page-categories .product-description h6{color:#fff}.page-products .product-description table,.page-product .product-description table,.page-categories .product-description table{color:#f4f4f8;border-color:#3f3f46}.page-products .sub-product-img .swiper .swiper-slide .thumbnail-item,.page-product .sub-product-img .swiper .swiper-slide .thumbnail-item,.page-categories .sub-product-img .swiper .swiper-slide .thumbnail-item,.page-products .sub-product-img .swiper .swiper-slide .thumbnail-item img,.page-product .sub-product-img .swiper .swiper-slide .thumbnail-item img,.page-categories .sub-product-img .swiper .swiper-slide .thumbnail-item img{border-color:#3f3f46}.page-products .sub-product-img .swiper .swiper-slide .thumbnail-item:hover,.page-products .sub-product-img .swiper .swiper-slide .thumbnail-item.active,.page-product .sub-product-img .swiper .swiper-slide .thumbnail-item:hover,.page-product .sub-product-img .swiper .swiper-slide .thumbnail-item.active,.page-categories .sub-product-img .swiper .swiper-slide .thumbnail-item:hover,.page-categories .sub-product-img .swiper .swiper-slide .thumbnail-item.active{border-color:#c53030}.page-products .product-tab .nav-tabs,.page-product .product-tab .nav-tabs,.page-categories .product-tab .nav-tabs{border-bottom-color:#3f3f46}.page-products .product-tab .nav-tabs .nav-link,.page-product .product-tab .nav-tabs .nav-link,.page-categories .product-tab .nav-tabs .nav-link{color:#f4f4f8;border-color:transparent}.page-products .product-tab .nav-tabs .nav-link:hover,.page-product .product-tab .nav-tabs .nav-link:hover,.page-categories .product-tab .nav-tabs .nav-link:hover{color:#c53030;border-color:transparent}.page-products .product-tab .nav-tabs .nav-link.active,.page-product .product-tab .nav-tabs .nav-link.active,.page-categories .product-tab .nav-tabs .nav-link.active{color:#c53030;background-color:transparent;border-color:#3f3f46 #3f3f46 #18181b}.page-products .product-tab .tab-content,.page-product .product-tab .tab-content,.page-categories .product-tab .tab-content{color:#f4f4f8}.product-grid-item{margin-bottom:16px;background:#27272a;border:1px solid #3f3f46;transition:all .2s ease}.product-grid-item:hover{border-color:#c53030;box-shadow:0 10px 30px #0003}.product-grid-item .image .cancel-favorite{background-color:#27272a;color:#c53030;box-shadow:2px 2px 12px #0003}.product-grid-item .image .cancel-favorite:hover{color:#fff;background-color:#c53030}.product-grid-item .product-item-info .product-name{padding:0 5px;font-size:.875rem;margin-top:1rem;margin-bottom:.5rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-grid-item .product-item-info .product-name a:hover{color:#c53030}.product-grid-item .product-item-info .product-bottom-btns .btn-add-cart{font-weight:700;font-size:1rem;color:#c53030}.product-grid-item .product-item-info .product-bottom-btns .btn-add-cart:hover{text-decoration:underline}.product-grid-item .product-item-info .product-price .price-old{font-size:.9rem;color:#d4d4d8;text-decoration:line-through;margin-left:10px;margin-right:10px}.list{display:flex;flex-wrap:wrap;border-bottom-color:#3f3f46;padding-bottom:1.4rem;margin-bottom:1.4rem}.list .product-item-info .sub-product-title{color:#d4d4d8}.highlight-card{background:linear-gradient(135deg,#52525b,#3f3f46)!important;border-color:#71717a!important}.highlight-text{color:#f4f4f8!important}.page-categories .filter-sidebar .category-item a,.page-categories .filter-sidebar .category-item a.category-link,.page-categories .filter-sidebar .category-item a.subcategory-link,.page-categories .filter-sidebar .category-item a.subsubcategory-link,.page-categories .filter-sidebar .category-item .category-link,.page-categories .filter-sidebar .category-item .subcategory-link,.page-categories .filter-sidebar .category-item .subsubcategory-link,.page-categories .filter-sidebar .category-item span,.page-categories .filter-sidebar .category-item div,.page-categories .filter-sidebar .category-item p,.page-categories .filter-sidebar .subcategory-item a,.page-categories .filter-sidebar .subcategory-item a.category-link,.page-categories .filter-sidebar .subcategory-item a.subcategory-link,.page-categories .filter-sidebar .subcategory-item a.subsubcategory-link,.page-categories .filter-sidebar .subcategory-item .category-link,.page-categories .filter-sidebar .subcategory-item .subcategory-link,.page-categories .filter-sidebar .subcategory-item .subsubcategory-link,.page-categories .filter-sidebar .subcategory-item span,.page-categories .filter-sidebar .subcategory-item div,.page-categories .filter-sidebar .subcategory-item p,.page-categories .filter-sidebar .subsubcategory-item a,.page-categories .filter-sidebar .subsubcategory-item a.category-link,.page-categories .filter-sidebar .subsubcategory-item a.subcategory-link,.page-categories .filter-sidebar .subsubcategory-item a.subsubcategory-link,.page-categories .filter-sidebar .subsubcategory-item .category-link,.page-categories .filter-sidebar .subsubcategory-item .subcategory-link,.page-categories .filter-sidebar .subsubcategory-item .subsubcategory-link,.page-categories .filter-sidebar .subsubcategory-item span,.page-categories .filter-sidebar .subsubcategory-item div,.page-categories .filter-sidebar .subsubcategory-item p,.page-categories .filter-sidebar .accordion-item a,.page-categories .filter-sidebar .accordion-item a.category-link,.page-categories .filter-sidebar .accordion-item a.subcategory-link,.page-categories .filter-sidebar .accordion-item a.subsubcategory-link,.page-categories .filter-sidebar .accordion-item .category-link,.page-categories .filter-sidebar .accordion-item .subcategory-link,.page-categories .filter-sidebar .accordion-item .subsubcategory-link,.page-categories .filter-sidebar .accordion-item span,.page-categories .filter-sidebar .accordion-item div,.page-categories .filter-sidebar .accordion-item p,.page-products .filter-sidebar .category-item a,.page-products .filter-sidebar .category-item a.category-link,.page-products .filter-sidebar .category-item a.subcategory-link,.page-products .filter-sidebar .category-item a.subsubcategory-link,.page-products .filter-sidebar .category-item .category-link,.page-products .filter-sidebar .category-item .subcategory-link,.page-products .filter-sidebar .category-item .subsubcategory-link,.page-products .filter-sidebar .category-item span,.page-products .filter-sidebar .category-item div,.page-products .filter-sidebar .category-item p,.page-products .filter-sidebar .subcategory-item a,.page-products .filter-sidebar .subcategory-item a.category-link,.page-products .filter-sidebar .subcategory-item a.subcategory-link,.page-products .filter-sidebar .subcategory-item a.subsubcategory-link,.page-products .filter-sidebar .subcategory-item .category-link,.page-products .filter-sidebar .subcategory-item .subcategory-link,.page-products .filter-sidebar .subcategory-item .subsubcategory-link,.page-products .filter-sidebar .subcategory-item span,.page-products .filter-sidebar .subcategory-item div,.page-products .filter-sidebar .subcategory-item p,.page-products .filter-sidebar .subsubcategory-item a,.page-products .filter-sidebar .subsubcategory-item a.category-link,.page-products .filter-sidebar .subsubcategory-item a.subcategory-link,.page-products .filter-sidebar .subsubcategory-item a.subsubcategory-link,.page-products .filter-sidebar .subsubcategory-item .category-link,.page-products .filter-sidebar .subsubcategory-item .subcategory-link,.page-products .filter-sidebar .subsubcategory-item .subsubcategory-link,.page-products .filter-sidebar .subsubcategory-item span,.page-products .filter-sidebar .subsubcategory-item div,.page-products .filter-sidebar .subsubcategory-item p,.page-products .filter-sidebar .accordion-item a,.page-products .filter-sidebar .accordion-item a.category-link,.page-products .filter-sidebar .accordion-item a.subcategory-link,.page-products .filter-sidebar .accordion-item a.subsubcategory-link,.page-products .filter-sidebar .accordion-item .category-link,.page-products .filter-sidebar .accordion-item .subcategory-link,.page-products .filter-sidebar .accordion-item .subsubcategory-link,.page-products .filter-sidebar .accordion-item span,.page-products .filter-sidebar .accordion-item div,.page-products .filter-sidebar .accordion-item p,.page-categories .filter-sidebar .category-item .accordion-button,.page-categories .filter-sidebar .subcategory-item .accordion-button,.page-categories .filter-sidebar .subsubcategory-item .accordion-button,.page-categories .filter-sidebar .accordion-item .accordion-button,.page-products .filter-sidebar .category-item .accordion-button,.page-products .filter-sidebar .subcategory-item .accordion-button,.page-products .filter-sidebar .subsubcategory-item .accordion-button,.page-products .filter-sidebar .accordion-item .accordion-button{color:#fff!important;opacity:1!important}.page-categories .filter-sidebar .category-item .accordion-button:not(.collapsed),.page-categories .filter-sidebar .subcategory-item .accordion-button:not(.collapsed),.page-categories .filter-sidebar .subsubcategory-item .accordion-button:not(.collapsed),.page-categories .filter-sidebar .accordion-item .accordion-button:not(.collapsed),.page-products .filter-sidebar .category-item .accordion-button:not(.collapsed),.page-products .filter-sidebar .subcategory-item .accordion-button:not(.collapsed),.page-products .filter-sidebar .subsubcategory-item .accordion-button:not(.collapsed),.page-products .filter-sidebar .accordion-item .accordion-button:not(.collapsed){color:#fff!important;background-color:transparent!important}.page-categories .filter-sidebar .category-item .accordion-button:after,.page-categories .filter-sidebar .subcategory-item .accordion-button:after,.page-categories .filter-sidebar .subsubcategory-item .accordion-button:after,.page-categories .filter-sidebar .accordion-item .accordion-button:after,.page-products .filter-sidebar .category-item .accordion-button:after,.page-products .filter-sidebar .subcategory-item .accordion-button:after,.page-products .filter-sidebar .subsubcategory-item .accordion-button:after,.page-products .filter-sidebar .accordion-item .accordion-button:after{filter:brightness(0) invert(1)!important}.page-categories .filter-sidebar .category-item .category-toggle,.page-categories .filter-sidebar .category-item .subcategory-toggle,.page-categories .filter-sidebar .category-item .accordion-button:after,.page-categories .filter-sidebar .category-item .category-toggle:after,.page-categories .filter-sidebar .category-item .subcategory-toggle:after,.page-categories .filter-sidebar .category-item i,.page-categories .filter-sidebar .category-item svg,.page-categories .filter-sidebar .subcategory-item .category-toggle,.page-categories .filter-sidebar .subcategory-item .subcategory-toggle,.page-categories .filter-sidebar .subcategory-item .accordion-button:after,.page-categories .filter-sidebar .subcategory-item .category-toggle:after,.page-categories .filter-sidebar .subcategory-item .subcategory-toggle:after,.page-categories .filter-sidebar .subcategory-item i,.page-categories .filter-sidebar .subcategory-item svg,.page-categories .filter-sidebar .subsubcategory-item .category-toggle,.page-categories .filter-sidebar .subsubcategory-item .subcategory-toggle,.page-categories .filter-sidebar .subsubcategory-item .accordion-button:after,.page-categories .filter-sidebar .subsubcategory-item .category-toggle:after,.page-categories .filter-sidebar .subsubcategory-item .subcategory-toggle:after,.page-categories .filter-sidebar .subsubcategory-item i,.page-categories .filter-sidebar .subsubcategory-item svg,.page-categories .filter-sidebar .accordion-item .category-toggle,.page-categories .filter-sidebar .accordion-item .subcategory-toggle,.page-categories .filter-sidebar .accordion-item .accordion-button:after,.page-categories .filter-sidebar .accordion-item .category-toggle:after,.page-categories .filter-sidebar .accordion-item .subcategory-toggle:after,.page-categories .filter-sidebar .accordion-item i,.page-categories .filter-sidebar .accordion-item svg,.page-products .filter-sidebar .category-item .category-toggle,.page-products .filter-sidebar .category-item .subcategory-toggle,.page-products .filter-sidebar .category-item .accordion-button:after,.page-products .filter-sidebar .category-item .category-toggle:after,.page-products .filter-sidebar .category-item .subcategory-toggle:after,.page-products .filter-sidebar .category-item i,.page-products .filter-sidebar .category-item svg,.page-products .filter-sidebar .subcategory-item .category-toggle,.page-products .filter-sidebar .subcategory-item .subcategory-toggle,.page-products .filter-sidebar .subcategory-item .accordion-button:after,.page-products .filter-sidebar .subcategory-item .category-toggle:after,.page-products .filter-sidebar .subcategory-item .subcategory-toggle:after,.page-products .filter-sidebar .subcategory-item i,.page-products .filter-sidebar .subcategory-item svg,.page-products .filter-sidebar .subsubcategory-item .category-toggle,.page-products .filter-sidebar .subsubcategory-item .subcategory-toggle,.page-products .filter-sidebar .subsubcategory-item .accordion-button:after,.page-products .filter-sidebar .subsubcategory-item .category-toggle:after,.page-products .filter-sidebar .subsubcategory-item .subcategory-toggle:after,.page-products .filter-sidebar .subsubcategory-item i,.page-products .filter-sidebar .subsubcategory-item svg,.page-products .filter-sidebar .accordion-item .category-toggle,.page-products .filter-sidebar .accordion-item .subcategory-toggle,.page-products .filter-sidebar .accordion-item .accordion-button:after,.page-products .filter-sidebar .accordion-item .category-toggle:after,.page-products .filter-sidebar .accordion-item .subcategory-toggle:after,.page-products .filter-sidebar .accordion-item i,.page-products .filter-sidebar .accordion-item svg{color:#fff!important;filter:brightness(0) invert(1)!important}.page-categories .filter-sidebar .category-item:hover a,.page-categories .filter-sidebar .category-item:hover span,.page-categories .filter-sidebar .subcategory-item:hover a,.page-categories .filter-sidebar .subcategory-item:hover span,.page-categories .filter-sidebar .subsubcategory-item:hover a,.page-categories .filter-sidebar .subsubcategory-item:hover span,.page-categories .filter-sidebar .accordion-item:hover a,.page-categories .filter-sidebar .accordion-item:hover span,.page-products .filter-sidebar .category-item:hover a,.page-products .filter-sidebar .category-item:hover span,.page-products .filter-sidebar .subcategory-item:hover a,.page-products .filter-sidebar .subcategory-item:hover span,.page-products .filter-sidebar .subsubcategory-item:hover a,.page-products .filter-sidebar .subsubcategory-item:hover span,.page-products .filter-sidebar .accordion-item:hover a,.page-products .filter-sidebar .accordion-item:hover span{color:#fff!important}.page-categories .filter-sidebar button[data-bs-toggle],.page-categories .filter-sidebar button[aria-expanded],.page-products .filter-sidebar button[data-bs-toggle],.page-products .filter-sidebar button[aria-expanded]{color:#fff!important;opacity:1!important}.page-categories .filter-sidebar button[data-bs-toggle]:after,.page-categories .filter-sidebar button[aria-expanded]:after,.page-products .filter-sidebar button[data-bs-toggle]:after,.page-products .filter-sidebar button[aria-expanded]:after{filter:brightness(0) invert(1)!important}.fr-page-content{padding:4rem 0;background-color:var(--fr-bg-dark);min-height:50vh}.fr-page-content .fr-content-wrapper{max-width:800px;margin:0 auto;color:var(--fr-text-body);font-size:1.125rem;line-height:1.8}.fr-page-content .fr-content-wrapper h2{color:var(--fr-text-light);margin-top:3rem;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.fr-page-content .fr-content-wrapper h3{color:var(--fr-text-light);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.fr-page-content .fr-content-wrapper p{margin-bottom:1.5rem}.fr-page-content .fr-content-wrapper ul,.fr-page-content .fr-content-wrapper ol{margin-bottom:1.5rem;padding-left:1.5rem}.fr-page-content .fr-content-wrapper ul li,.fr-page-content .fr-content-wrapper ol li{margin-bottom:.5rem}.fr-page-content .fr-content-wrapper a{color:var(--fr-primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.fr-page-content .fr-content-wrapper a:hover{border-bottom-color:var(--fr-primary)}.fr-page-content .fr-content-wrapper blockquote{border-left:4px solid var(--fr-primary);padding-left:1.5rem;margin:2rem 0;color:var(--fr-text-muted);font-style:italic}.fr-page-content .fr-content-wrapper img{max-width:100%;height:auto;border-radius:var(--fr-radius-md);margin:2rem 0}.fr-about-intro{padding:5rem 0;background-color:var(--fr-bg-dark)}.fr-about-intro .fr-grid-2{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:992px){.fr-about-intro .fr-grid-2{grid-template-columns:1fr 1fr}}.fr-about-intro .fr-about-text h2{color:var(--fr-text-light);margin-bottom:1.5rem;font-size:2.5rem}.fr-about-intro .fr-about-text .lead{font-size:1.25rem;color:var(--fr-primary);margin-bottom:1.5rem}.fr-about-intro .fr-about-text p{color:var(--fr-text-muted);margin-bottom:2rem}.fr-about-intro .fr-stats{display:flex;gap:2rem;margin-top:2rem;border-top:1px solid var(--fr-border-light);padding-top:2rem}.fr-about-intro .fr-stats .fr-stat-item .fr-stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--fr-text-light);line-height:1;margin-bottom:.5rem}.fr-about-intro .fr-stats .fr-stat-item .fr-stat-label{font-size:.875rem;color:var(--fr-text-muted);text-transform:uppercase;letter-spacing:.05em}.fr-about-intro .fr-about-image img{border-radius:var(--fr-radius-lg);box-shadow:0 20px 40px #0000004d}.fr-about-values{padding:5rem 0;background-color:var(--fr-bg-deep)}.fr-about-values .fr-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.fr-about-values .fr-value-card{background:var(--fr-bg-card);padding:2rem;border-radius:var(--fr-radius-md);border:1px solid var(--fr-border-light);transition:transform .3s}.fr-about-values .fr-value-card:hover{transform:translateY(-5px);border-color:var(--fr-primary)}.fr-about-values .fr-value-card h3{color:var(--fr-text-light);margin-bottom:1rem}.fr-about-values .fr-value-card p{color:var(--fr-text-muted);margin:0}:root{--fr-primary-600: #dc2626;--fr-primary-700: #b91c1c;--fr-primary-500: #ef4444;--fr-bg-main: #27272a;--fr-bg-elevated: #18181b;--fr-bg-card: #18181b;--fr-text-primary: #ffffff;--fr-text-secondary: #f4f4f8;--fr-text-muted: #a1a1aa;--fr-border-default: #3f3f46;--fr-border-hover: #dc2626;--fr-overlay-hover: rgba(220, 38, 38, .2);--fr-overlay-backdrop: rgba(24, 24, 27, .95);--fr-space-4: 16px;--fr-space-6: 24px;--fr-space-8: 32px;--fr-radius-sm: 4px;--fr-radius-default: 8px;--fr-shadow-default: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--fr-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--fr-transition-normal: .2s ease;--fr-transition-slow: .3s ease}.fr-catdesign-wrap{background-color:var(--fr-bg-main);min-height:100vh}.fr-catdesign-filter{position:sticky;top:0;z-index:100;background:linear-gradient(180deg,#18181bfa,#27272af2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--fr-border-default);box-shadow:0 4px 20px #00000026}.fr-catdesign-filter .fr-container{padding-top:var(--fr-space-4);padding-bottom:var(--fr-space-4)}@media(max-width:991px){.fr-catdesign-filter .fr-container{padding-top:12px;padding-bottom:12px}}.fr-catdesign-filterbar{display:flex;justify-content:space-between;align-items:center;gap:var(--fr-space-4);flex-wrap:wrap}@media(max-width:767px){.fr-catdesign-filterbar{flex-direction:column;align-items:flex-start;gap:12px}}.fr-catdesign-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media(max-width:767px){.fr-catdesign-controls{width:100%;gap:12px}}.fr-filter-toggle-btn{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 20px;border-radius:var(--fr-radius-default);border:1px solid var(--fr-border-default);background-color:var(--fr-bg-elevated);color:var(--fr-text-primary);font-size:14px;font-weight:500;cursor:pointer;transition:all var(--fr-transition-normal)}.fr-filter-toggle-btn:hover{border-color:var(--fr-primary-600);background-color:var(--fr-primary-600)}.fr-filter-toggle-btn:active{transform:scale(.98)}.fr-filter-toggle-btn i{font-size:16px}.fr-filter-dropdown{display:flex;align-items:center;gap:12px;padding:0 4px}@media(max-width:575px){.fr-filter-dropdown{width:100%;padding:0}}.fr-category-filter{position:relative}.fr-category-filter .fr-category-select-wrapper{min-width:220px}@media(max-width:991px){.fr-category-filter .fr-category-select-wrapper{min-width:180px}}@media(max-width:767px){.fr-category-filter .fr-category-select-wrapper{min-width:100%}}.fr-category-filter .category-select{padding-left:44px;font-weight:500;cursor:pointer}.fr-category-filter .category-select option.fr-cat-parent{font-weight:600;background-color:var(--fr-bg-elevated);color:var(--fr-text-primary);padding:10px 16px}.fr-category-filter .category-select option.fr-cat-parent:checked{background:linear-gradient(135deg,var(--fr-primary-600),var(--fr-primary-700));color:#fff;font-weight:600}.fr-category-filter .category-select option.fr-cat-child{font-weight:400;background-color:var(--fr-bg-main);color:var(--fr-text-secondary);padding-left:32px}.fr-category-filter .category-select option.fr-cat-child:checked{background:linear-gradient(135deg,var(--fr-primary-600),var(--fr-primary-700));color:#fff}.fr-category-filter .category-select option{padding:10px 16px;background-color:var(--fr-bg-elevated);color:var(--fr-text-primary)}.fr-category-filter .category-select option:checked{background:linear-gradient(135deg,var(--fr-primary-600),var(--fr-primary-700));color:#fff}.fr-category-filter.has-selection .category-select{border-color:var(--fr-primary-600);background-color:#dc26260d}.fr-filter-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--fr-text-secondary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.fr-filter-label i{font-size:16px;color:var(--fr-text-muted)}@media(max-width:767px){.fr-filter-label{display:none}}.fr-filter-select-wrapper{position:relative;display:inline-flex;align-items:center;min-width:160px}@media(max-width:575px){.fr-filter-select-wrapper{width:100%}}.fr-category-select-wrapper{position:relative;display:inline-flex;align-items:center;min-width:200px}@media(max-width:991px){.fr-category-select-wrapper{min-width:180px}}@media(max-width:575px){.fr-category-select-wrapper{width:100%;min-width:unset}}.fr-category-select-wrapper .fr-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--fr-text-muted);pointer-events:none;transition:transform var(--fr-transition-normal),color var(--fr-transition-normal)}.fr-category-select-wrapper:hover .fr-select-arrow{color:var(--fr-primary-600)}.fr-category-select-wrapper select:focus+.fr-select-arrow{transform:translateY(-50%) rotate(180deg);color:var(--fr-primary-600)}.fr-filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;height:44px;padding:0 40px 0 16px;border-radius:var(--fr-radius-default);border:1px solid var(--fr-border-default);background-color:var(--fr-bg-main);color:var(--fr-text-primary);font-size:14px;font-weight:400;cursor:pointer;transition:all var(--fr-transition-normal)}.fr-filter-select:hover{border-color:var(--fr-primary-600)}.fr-filter-select:focus{outline:none;border-color:var(--fr-primary-600);box-shadow:0 0 0 3px #dc262626}.fr-filter-select option{background-color:var(--fr-bg-elevated);color:var(--fr-text-primary);padding:8px 12px}@media(max-width:575px){.fr-filter-select{height:42px}}.fr-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--fr-text-muted);pointer-events:none;transition:transform var(--fr-transition-normal)}.fr-filter-select:focus+.fr-select-arrow{transform:translateY(-50%) rotate(180deg)}.fr-catdesign-results{display:flex;align-items:center;gap:8px}@media(max-width:767px){.fr-catdesign-results{width:100%;justify-content:space-between;padding:12px 16px;background-color:var(--fr-bg-main);border-radius:var(--fr-radius-default);border:1px solid var(--fr-border-default)}}.fr-results-count{display:flex;align-items:center;gap:4px}.fr-results-numbers{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;color:var(--fr-primary-600)}.fr-results-divider{font-size:14px;color:var(--fr-text-muted);margin:0 2px}.fr-results-total{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;color:var(--fr-text-secondary)}.fr-results-text{font-size:13px;font-weight:400;color:var(--fr-text-muted);text-transform:uppercase;letter-spacing:.05em}@media(max-width:767px){.fr-results-text{display:none}}.fr-catdesign-hero{background:linear-gradient(180deg,var(--fr-bg-elevated) 0%,var(--fr-bg-main) 100%);padding:64px 0 0}.fr-catdesign-hero h1{font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:60px;line-height:1;color:var(--fr-text-primary);margin:0}.fr-catdesign-hero p{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:20px;line-height:1.4;color:var(--fr-text-secondary);margin:24px auto 0;max-width:658px}.fr-catdesign-hero .fr-hero-cta{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 var(--fr-space-8);border-radius:var(--fr-radius-default);background-color:var(--fr-primary-600);color:var(--fr-text-primary);text-decoration:none;font-weight:600;font-size:16px;margin-top:32px;transition:background-color var(--fr-transition-normal)}.fr-catdesign-hero .fr-hero-cta:hover{background-color:var(--fr-primary-700)}.fr-catdesign-hero .fr-hero-cta:hover span{transform:translate(5px)}.fr-catdesign-hero .fr-hero-cta span{transition:transform var(--fr-transition-normal)}.fr-catdesign-grid{padding:48px 0 96px}.fr-catdesign-gridinner{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--fr-space-6)}@media(min-width:576px){.fr-catdesign-gridinner{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.fr-catdesign-gridinner{grid-template-columns:repeat(3,1fr)}}@media(min-width:1400px){.fr-catdesign-gridinner{grid-template-columns:repeat(4,1fr)}}.fr-catdesign-card{position:relative;border:1px solid var(--fr-border-default);border-radius:var(--fr-radius-default);background-color:var(--fr-bg-card);overflow:hidden;transition:all var(--fr-transition-slow)}.fr-catdesign-card:hover{transform:translateY(-5px);border-color:var(--fr-border-hover);border-width:1px;box-shadow:var(--fr-shadow-lg)}.fr-catdesign-card:hover .fr-catdesign-cardimg img{transform:scale(1.1)}.fr-catdesign-card:hover .fr-catdesign-cardimg:after{opacity:1}.fr-catdesign-card:hover .fr-catdesign-specs-overlay{opacity:1;visibility:visible;transform:translateY(0)}.fr-catdesign-cardimg{aspect-ratio:1/1;background-color:var(--fr-bg-main);position:relative;overflow:hidden}.fr-catdesign-cardimg img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--fr-transition-slow)}.fr-catdesign-cardimg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--fr-overlay-hover);opacity:0;transition:opacity var(--fr-transition-slow);pointer-events:none;z-index:1}.fr-catdesign-specs-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--fr-overlay-backdrop);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--fr-space-6);opacity:0;visibility:hidden;transform:translateY(10px);transition:all var(--fr-transition-slow);z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.fr-catdesign-specs-overlay .specs-title{color:var(--fr-primary-600);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.fr-catdesign-specs-overlay .specs-list{width:100%;margin-bottom:24px}.fr-catdesign-specs-overlay .spec-item{display:flex;justify-content:space-between;font-size:13px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.1)}.fr-catdesign-specs-overlay .spec-item:last-child{border-bottom:none}.fr-catdesign-specs-overlay .spec-item .label{color:var(--fr-text-muted)}.fr-catdesign-specs-overlay .spec-item .value{color:var(--fr-text-primary);font-weight:500}.fr-catdesign-specs-overlay .spec-item.no-spec{justify-content:center;border-bottom:none}.fr-catdesign-specs-overlay .spec-item.no-spec .value{color:var(--fr-text-muted);font-weight:400}.fr-catdesign-specs-overlay .specs-cta{display:inline-flex;align-items:center;gap:8px;color:var(--fr-primary-600);font-weight:600;font-size:14px;text-transform:uppercase;text-decoration:none;transition:color var(--fr-transition-normal)}.fr-catdesign-specs-overlay .specs-cta i{transition:transform var(--fr-transition-normal)}.fr-catdesign-specs-overlay .specs-cta:hover{color:var(--fr-primary-500)}.fr-catdesign-specs-overlay .specs-cta:hover i{transform:translate(4px)}.fr-catdesign-cardbody{padding:var(--fr-space-6);position:relative;z-index:2;background-color:var(--fr-bg-card)}.fr-catdesign-subtitle{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:14px;line-height:1.4286;letter-spacing:.05em;text-transform:uppercase;color:var(--fr-text-muted);margin:0 0 8px}.fr-catdesign-title{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:18px;line-height:1.5556;color:var(--fr-text-primary);margin:0 0 12px}.fr-catdesign-title a{color:inherit;text-decoration:none;transition:color var(--fr-transition-normal)}.fr-catdesign-title a:hover{color:var(--fr-primary-600)}.fr-catdesign-price{font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:20px;color:var(--fr-primary-600)}.fr-catdesign-bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.fr-catdesign-view{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:14px;color:#dc2626;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:color var(--fr-transition-normal)}.fr-catdesign-view:hover{color:#b91c1c}.fr-catdesign-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}.fr-catdesign-price{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:20px;line-height:1.4;color:var(--fr-primary-600)}.fr-catdesign-view{display:inline-flex;align-items:center;gap:8px;font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:14px;letter-spacing:.05em;text-transform:uppercase;color:var(--fr-primary-600);text-decoration:none;transition:color var(--fr-transition-normal)}.fr-catdesign-view:hover{color:var(--fr-primary-500)}.fr-contact-cta{background-color:#18181b;border-top:1px solid #3f3f46;padding:65px 0;position:relative;overflow:hidden}.fr-contact-cta-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}@media(max-width:1199px){.fr-contact-cta-inner{flex-direction:column;gap:40px}}.fr-contact-cta-left{flex:1;display:flex;flex-direction:column;max-width:680px}@media(max-width:1199px){.fr-contact-cta-left{max-width:100%;width:100%}}.fr-contact-cta-title{font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:36px;line-height:1.2;color:#fff;margin:0 0 16px}@media(max-width:767px){.fr-contact-cta-title{font-size:28px;line-height:1.25}}.fr-contact-cta-desc{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#f4f4f8;margin:0 0 24px}@media(max-width:767px){.fr-contact-cta-desc{font-size:15px;line-height:1.5}}.fr-contact-cta-left .fr-contact-cta-image{border-radius:8px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;max-width:620px}@media(max-width:1199px){.fr-contact-cta-left .fr-contact-cta-image{max-width:100%}}.fr-contact-cta-left .fr-contact-cta-image img{width:100%;height:auto;display:block;object-fit:cover}.fr-contact-cta-form-wrapper{flex:0 0 450px;width:450px}@media(max-width:1199px){.fr-contact-cta-form-wrapper{flex:none;width:100%;max-width:500px}}.fr-contact-cta-form{background:linear-gradient(135deg,#27272af2,#3f3f46e6);border:1px solid rgba(113,113,122,.3);border-radius:12px;padding:2rem;box-shadow:0 4px 24px #0000004d}@media(max-width:767px){.fr-contact-cta-form{padding:1.5rem}}.fr-form-title{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:20px;line-height:1.3;color:#fff;margin:0 0 1.5rem}@media(max-width:767px){.fr-form-title{font-size:18px;margin-bottom:1.25rem}}.fr-form-group{margin-bottom:1rem}.fr-form-group label{display:block;font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:14px;color:#f4f4f8;margin-bottom:.5rem}.fr-form-group label .required{color:#dc2626}.fr-form-control{width:100%;height:44px;padding:0 14px;background-color:#27272acc;border:1px solid rgba(113,113,122,.5);border-radius:8px;font-family:Inter,system-ui,sans-serif;font-size:14px;color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.fr-form-control::placeholder{color:#71717a}.fr-form-control:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}.fr-form-controltextarea,textarea.fr-form-control{height:auto;min-height:100px;padding:12px 14px;resize:vertical}.fr-btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;padding:0 24px;margin-top:.5rem;background-color:#dc2626;border:none;border-radius:8px;font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:16px;color:#fff;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.fr-btn-submit i{font-size:14px}.fr-btn-submit:hover{background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 6px 12px #dc262640}.fr-btn-submit:active{transform:translateY(0)}.fr-btn-submit:focus-visible{outline:2px solid #ffffff;outline-offset:2px}@media(max-width:1199px){.fr-contact-cta{padding:48px 0}.fr-contact-cta-left{order:1}.fr-contact-cta-form-wrapper{order:2}}@media(max-width:767px){.fr-contact-cta{padding:40px 0}.fr-contact-cta .fr-container{padding:0 20px}.fr-contact-cta-inner{gap:32px}.fr-contact-cta-title{font-size:26px;margin-bottom:12px}.fr-contact-cta-desc{font-size:15px;margin-bottom:20px}.fr-contact-cta-left .fr-contact-cta-image{border-radius:6px}}.product-detail-page{background-color:#18181b;color:var(--color-text-main);font-family:var(--font-primary);padding-top:var(--header-height, 80px);max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:576px){.product-detail-page{padding-left:1.5rem;padding-right:1.5rem}}.product-detail-page #appContent{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:576px){.product-detail-page #appContent{padding-left:1.5rem;padding-right:1.5rem}}.product-detail-page .product-breadcrumb{background-color:var(--color-bg-card);border-bottom:1px solid var(--color-border);padding:16px 0}.product-detail-page .product-breadcrumb .breadcrumb{margin:0;padding:0;background:#18181b;font-size:14px;font-weight:500}.product-detail-page .product-breadcrumb .breadcrumb .breadcrumb-item a{color:var(--color-text-muted);text-decoration:none;text-transform:uppercase;transition:color .3s ease}.product-detail-page .product-breadcrumb .breadcrumb .breadcrumb-item a:hover{color:var(--color-primary)}.product-detail-page .product-breadcrumb .breadcrumb .breadcrumb-item.active{color:var(--color-text-main)}.product-detail-page .product-breadcrumb .breadcrumb .breadcrumb-item:before{color:var(--color-text-muted)}.product-detail-page .product-breadcrumb .breadcrumb .breadcrumb-item .home-icon{color:#c53030!important;margin-right:.25rem}.product-detail-page .product-hero{background-color:var(--color-bg-main);padding:64px 0}.product-detail-page .product-hero .product-title{font-size:48px;font-weight:700;color:var(--color-text-main);margin-bottom:24px;line-height:1}.product-detail-page .product-hero .product-desc{font-size:16px;font-weight:400;color:var(--color-text-muted);line-height:1.625;max-width:576px}.product-detail-page .product-hero .product-desc p{margin-bottom:1rem}.product-detail-page .product-hero .product-image-container{position:relative;background-color:transparent;border-radius:10px;box-shadow:0 25px 50px -12px #dc26261a;padding:10px;display:inline-block}.product-detail-page .product-hero .product-image-container .product-image{border-radius:10px;width:100%;max-width:448px;object-fit:cover}.product-detail-page .product-hero .product-image-container .slider-dots .dot{width:12px;height:12px;background-color:var(--color-text-muted);border-radius:50%;margin:0 4px;cursor:pointer;transition:background-color .3s ease}.product-detail-page .product-hero .product-image-container .slider-dots .dot.active{background-color:var(--color-primary)}.product-detail-page .product-applications{background-color:var(--color-bg-main);border-top:1px solid var(--color-border);padding:65px 0 40px}.product-detail-page .product-applications .applications-card{background-color:var(--color-bg-main)}.product-detail-page .product-applications .applications-card .section-title{font-size:30px;font-weight:700;color:var(--color-text-main);margin-bottom:32px;line-height:1.2}.product-detail-page .product-applications .applications-card .applications-list{display:flex;flex-direction:column;gap:16px}.product-detail-page .product-applications .applications-card .applications-list li{font-size:16px;color:#f4f4f8b3;line-height:1.625;margin-bottom:0;display:flex;align-items:flex-start}.product-detail-page .product-applications .applications-card .applications-list li .dot{width:8px;height:8px;background-color:#dc2626;border-radius:50%;margin-right:16px;margin-top:9px;flex-shrink:0}.product-detail-page .product-applications .applications-card .applications-actions{display:flex;flex-direction:column;gap:16px;margin-top:32px}.product-detail-page .product-applications .applications-card .btn-link-red{color:#dc2626;font-size:16px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:8px;padding:8px 0;transition:opacity .3s ease}.product-detail-page .product-applications .applications-card .btn-link-red:hover{opacity:.8}.product-detail-page .product-applications .applications-card .btn-link-red img{width:20px;height:20px}.product-detail-page .product-applications .applications-card .btn-outline-red{color:#dc2626;border:2px solid #DC2626;border-radius:4px;padding:12px 24px;display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease;width:fit-content}.product-detail-page .product-applications .applications-card .btn-outline-red:hover{background-color:#dc2626;color:#fff}.product-detail-page .product-applications .applications-card .btn-outline-red:hover img{filter:brightness(0) invert(1)}.product-detail-page .product-applications .applications-card .btn-outline-red img{width:20px;height:20px;transition:filter .3s ease}.product-detail-page .product-showcase{background-color:var(--color-bg-card);border-top:1px solid var(--color-border);padding:113px 0 80px}.product-detail-page .product-showcase .section-title{font-size:48px;font-weight:700;color:var(--color-text-main);margin-bottom:0;line-height:1}.product-detail-page .product-showcase .title-underline{width:96px;height:4px;background-color:var(--color-primary);margin-top:16px}.product-detail-page .product-showcase .section-subtitle{font-size:18px;color:#f4f4f8b3}.product-detail-page .product-showcase .feature-card{background-color:#27272a;border:1px solid #52525B;border-radius:10px;padding:0;height:100%;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.product-detail-page .product-showcase .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003;border-color:var(--color-primary)}.product-detail-page .product-showcase .feature-card .feature-image{height:192px;position:relative}.product-detail-page .product-showcase .feature-card .feature-image img{width:100%;height:100%;object-fit:cover}.product-detail-page .product-showcase .feature-card .feature-image .overlay-gradient{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#27272a,#1e1e20db,#151517b5,#0c0c0e91 21%,#0505066e 29%,#0202024a,#00000024,#0000 50%,#0000);pointer-events:none}.product-detail-page .product-showcase .feature-card .feature-content{padding:24px;display:flex;flex-direction:column;gap:12px}.product-detail-page .product-showcase .feature-card .feature-header{display:flex;align-items:center;gap:12px}.product-detail-page .product-showcase .feature-card .feature-icon{width:40px;height:40px;background-color:#dc262633;border:1px solid #DC2626;border-radius:10px;margin-bottom:0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-detail-page .product-showcase .feature-card .feature-icon img{max-width:20px;max-height:20px;object-fit:contain}.product-detail-page .product-showcase .feature-card .feature-title{font-size:20px;font-weight:600;color:var(--color-text-main);margin-bottom:0;line-height:1.4}.product-detail-page .product-showcase .feature-card .feature-desc{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.625;color:#f4f4f8b3;margin-bottom:0}.product-detail-page .product-showcase .btn-solid-red{background-color:#c53030;color:#fff;border-radius:4px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:2px solid #c53030;box-shadow:0 4px 12px #dc26264d;transition:all .3s ease}.product-detail-page .product-showcase .btn-solid-red:hover{background-color:#9b2c2c;border-color:#9b2c2c;box-shadow:0 6px 20px #dc262666;transform:translateY(-2px)}.product-detail-page .product-showcase .btn-solid-red:active{transform:translateY(0)}.product-detail-page .product-contact{background-color:var(--color-bg-card);border-top:1px solid var(--color-border);padding:80px 0;text-align:center}.product-detail-page .product-contact .contact-card{max-width:832px;margin:0 auto}.product-detail-page .product-contact .section-title{font-size:36px;font-weight:700;color:var(--color-text-main);margin-bottom:16px;line-height:1.1}.product-detail-page .product-contact .section-desc{font-size:18px;color:#f4f4f8cc;line-height:1.6;margin-bottom:32px;max-width:672px;margin-left:auto;margin-right:auto}.product-detail-page .product-contact .contact-actions{display:flex;justify-content:center;align-items:center;gap:24px}.product-detail-page .product-contact .contact-actions .btn-solid-red{background-color:#c53030;color:#fff;border-radius:4px;padding:12px 32px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:2px solid #c53030;box-shadow:0 4px 12px #dc26264d;transition:all .3s ease}.product-detail-page .product-contact .contact-actions .btn-solid-red:hover{background-color:#9b2c2c;border-color:#9b2c2c;box-shadow:0 6px 20px #dc262666;transform:translateY(-2px)}.product-detail-page .product-contact .contact-actions .btn-solid-red:active{transform:translateY(0)}.product-detail-page .product-contact .contact-actions .contact-link{display:flex;align-items:center;color:var(--color-primary);font-size:16px;font-weight:500;text-decoration:none;transition:opacity .3s ease}.product-detail-page .product-contact .contact-actions .contact-link:hover{opacity:.8}.product-detail-page .product-contact .contact-actions .contact-link .icon{width:20px;height:20px}body.page-cart{background-color:#18181b}body.page-cart .fr-page-header{margin-top:-80px;padding-top:80px}body.page-cart .fr-page-header+.fr-page-content{margin-top:0}body.page-cart #appContent{padding-top:80px;max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}body.page-cart #appContent *,body.page-cart #appContent *:before,body.page-cart #appContent *:after{color:#fff!important}body.page-cart #appContent a{color:#c53030!important}body.page-cart #appContent a:hover{color:#9b2c2c!important}body.page-cart #appContent .btn,body.page-cart #appContent button,body.page-cart #appContent .btn:hover,body.page-cart #appContent button:hover,body.page-cart #appContent .to-checkout,body.page-cart #appContent .btn-primary,body.page-cart #appContent .to-checkout:hover,body.page-cart #appContent .btn-primary:hover{color:#fff!important}body.page-cart #appContent .home-icon{color:#c53030!important}body.page-cart #appContent .breadcrumb-wrap{background-image:none;padding:0;margin-bottom:0}body.page-cart #appContent .breadcrumb-wrap .container{padding:0}body.page-cart #appContent .breadcrumb-wrap .breadcrumb{padding:30px 40px;gap:.5rem}body.page-cart #appContent .products-table .product-name{color:#fff!important;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){body.page-cart #appContent .products-table .product-name{max-width:200px}}body.page-cart #appContent .products-table .product-name a{color:#fff!important;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.page-cart #appContent .products-table .product-name a:hover{color:#9b2c2c!important}body.page-cart #appContent .products-table .product-info{color:#fff!important}body.page-cart #appContent .products-table .text-secondary,body.page-cart #appContent .products-table .text-muted{color:var(--fr-text-muted)!important}body.page-cart #appContent .products-table .text-danger{color:#ef4444!important}body.page-cart #appContent .products-table td{color:#fff!important}body.page-cart #appContent .products-table td.td-price,body.page-cart #appContent .products-table td.td-subtotal{color:#c53030!important;font-weight:600}body.page-cart #appContent .products-table td.td-quantity{vertical-align:middle!important}body.page-cart #appContent .products-table td.td-delete .bi-x-circle-fill{color:#ef4444!important}body.page-cart #appContent .products-table .quantity-wrap{display:flex!important;align-items:center!important;justify-content:center!important;gap:.25rem}body.page-cart #appContent .products-table .quantity-wrap>div{display:flex!important;align-items:center!important;justify-content:center!important}body.page-cart #appContent .products-table .quantity-wrap input{text-align:center!important}body.page-cart #appContent .cart-data{background-color:var(--fr-bg-deep)!important;padding:1.5rem}body.page-cart #appContent .cart-data .title{color:#fff!important;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}body.page-cart #appContent .cart-data .cart-data-list{list-style:none;padding:0}body.page-cart #appContent .cart-data .cart-data-list li{border-bottom:1px solid var(--fr-border);padding:1rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.9375rem}body.page-cart #appContent .cart-data .cart-data-list li:last-child{border-bottom:none}body.page-cart #appContent .cart-data .cart-data-list li:last-child>span:last-child{font-weight:700;color:#c53030!important;font-size:1.5rem}body.page-cart #appContent .row>.col-12,body.page-cart #appContent .row>.col-md-3,body.page-cart #appContent .row>.col-md-6,body.page-cart #appContent .row>.col-md-9,body.page-cart #appContent .row>.col-md-4,body.page-cart #appContent .row>.col-md-8{background-color:var(--fr-bg-deep)!important;padding:1rem}body.page-cart #appContent input,body.page-cart #appContent select,body.page-cart #appContent textarea{background-color:var(--fr-bg-input)!important;border-color:var(--fr-border)!important;color:#fff!important}body.page-cart #appContent input:focus,body.page-cart #appContent select:focus,body.page-cart #appContent textarea:focus{border-color:#c53030!important;box-shadow:0 0 0 2px #c530301a!important}body.page-cart #appContent input::placeholder,body.page-cart #appContent select::placeholder,body.page-cart #appContent textarea::placeholder{color:var(--fr-text-subtle)}body.page-cart #appContent .table thead th{color:#fff!important;background-color:var(--fr-bg-deep)!important;border-color:var(--fr-border)!important}body.page-cart #appContent .table tbody tr{background-color:var(--fr-bg-deep)!important;border-color:var(--fr-border)!important}body.page-cart #appContent .table tbody tr:hover{background-color:var(--fr-bg-card)!important}body.page-cart #appContent .table tbody td{border-color:var(--fr-border)!important}body.page-cart #appContent .card{background-color:var(--fr-bg-deep);border-color:var(--fr-border)}body.page-cart #appContent .card .card-header{color:#fff;background-color:var(--fr-bg-deep);border-color:var(--fr-border-light)}body.page-cart #appContent .card .card-body{color:#fff}body.page-cart #appContent .card .card-footer{background-color:var(--fr-bg-deep);border-color:var(--fr-border-light)}body.page-cart #appContent .alert.alert-info{background-color:#3b82f61a;border-color:#3b82f64d;color:#fff}body.page-cart #appContent .alert.alert-warning{background-color:#f59e0b1a;border-color:#f59e0b4d;color:#fff}body.page-cart #appContent .alert.alert-danger{background-color:#ef44441a;border-color:#ef44444d;color:#fff}body.page-cart #appContent .alert.alert-success{background-color:#22c55e1a;border-color:#22c55e4d;color:#fff}body.page-account #appContent,body.page-order #appContent,body.page-orders #appContent,body.page-addresses #appContent,body.page-profile #appContent,body.page-wallet #appContent,body.page-review #appContent,body.page-reviews #appContent,body.page-order_returns #appContent,body.page-edit #appContent,body.page-password #appContent,body.page-login #appContent,body.page-forgotten #appContent,body.page-wishlist #appContent{padding-top:80px;background-color:#18181b}body.page-account #appContent *,body.page-account #appContent *:before,body.page-account #appContent *:after,body.page-order #appContent *,body.page-order #appContent *:before,body.page-order #appContent *:after,body.page-orders #appContent *,body.page-orders #appContent *:before,body.page-orders #appContent *:after,body.page-addresses #appContent *,body.page-addresses #appContent *:before,body.page-addresses #appContent *:after,body.page-profile #appContent *,body.page-profile #appContent *:before,body.page-profile #appContent *:after,body.page-wallet #appContent *,body.page-wallet #appContent *:before,body.page-wallet #appContent *:after,body.page-review #appContent *,body.page-review #appContent *:before,body.page-review #appContent *:after,body.page-reviews #appContent *,body.page-reviews #appContent *:before,body.page-reviews #appContent *:after,body.page-order_returns #appContent *,body.page-order_returns #appContent *:before,body.page-order_returns #appContent *:after,body.page-edit #appContent *,body.page-edit #appContent *:before,body.page-edit #appContent *:after,body.page-password #appContent *,body.page-password #appContent *:before,body.page-password #appContent *:after,body.page-login #appContent *,body.page-login #appContent *:before,body.page-login #appContent *:after,body.page-forgotten #appContent *,body.page-forgotten #appContent *:before,body.page-forgotten #appContent *:after,body.page-wishlist #appContent *,body.page-wishlist #appContent *:before,body.page-wishlist #appContent *:after{color:#fff!important}body.page-account #appContent a,body.page-order #appContent a,body.page-orders #appContent a,body.page-addresses #appContent a,body.page-profile #appContent a,body.page-wallet #appContent a,body.page-review #appContent a,body.page-reviews #appContent a,body.page-order_returns #appContent a,body.page-edit #appContent a,body.page-password #appContent a,body.page-login #appContent a,body.page-forgotten #appContent a,body.page-wishlist #appContent a{color:#c53030!important}body.page-account #appContent a:hover,body.page-order #appContent a:hover,body.page-orders #appContent a:hover,body.page-addresses #appContent a:hover,body.page-profile #appContent a:hover,body.page-wallet #appContent a:hover,body.page-review #appContent a:hover,body.page-reviews #appContent a:hover,body.page-order_returns #appContent a:hover,body.page-edit #appContent a:hover,body.page-password #appContent a:hover,body.page-login #appContent a:hover,body.page-forgotten #appContent a:hover,body.page-wishlist #appContent a:hover{color:#9b2c2c!important}body.page-account #appContent .btn,body.page-account #appContent button,body.page-order #appContent .btn,body.page-order #appContent button,body.page-orders #appContent .btn,body.page-orders #appContent button,body.page-addresses #appContent .btn,body.page-addresses #appContent button,body.page-profile #appContent .btn,body.page-profile #appContent button,body.page-wallet #appContent .btn,body.page-wallet #appContent button,body.page-review #appContent .btn,body.page-review #appContent button,body.page-reviews #appContent .btn,body.page-reviews #appContent button,body.page-order_returns #appContent .btn,body.page-order_returns #appContent button,body.page-edit #appContent .btn,body.page-edit #appContent button,body.page-password #appContent .btn,body.page-password #appContent button,body.page-login #appContent .btn,body.page-login #appContent button,body.page-forgotten #appContent .btn,body.page-forgotten #appContent button,body.page-wishlist #appContent .btn,body.page-wishlist #appContent button,body.page-account #appContent .btn:hover,body.page-account #appContent button:hover,body.page-order #appContent .btn:hover,body.page-order #appContent button:hover,body.page-orders #appContent .btn:hover,body.page-orders #appContent button:hover,body.page-addresses #appContent .btn:hover,body.page-addresses #appContent button:hover,body.page-profile #appContent .btn:hover,body.page-profile #appContent button:hover,body.page-wallet #appContent .btn:hover,body.page-wallet #appContent button:hover,body.page-review #appContent .btn:hover,body.page-review #appContent button:hover,body.page-reviews #appContent .btn:hover,body.page-reviews #appContent button:hover,body.page-order_returns #appContent .btn:hover,body.page-order_returns #appContent button:hover,body.page-edit #appContent .btn:hover,body.page-edit #appContent button:hover,body.page-password #appContent .btn:hover,body.page-password #appContent button:hover,body.page-login #appContent .btn:hover,body.page-login #appContent button:hover,body.page-forgotten #appContent .btn:hover,body.page-forgotten #appContent button:hover,body.page-wishlist #appContent .btn:hover,body.page-wishlist #appContent button:hover{color:#fff!important}body.page-account #appContent .home-icon,body.page-order #appContent .home-icon,body.page-orders #appContent .home-icon,body.page-addresses #appContent .home-icon,body.page-profile #appContent .home-icon,body.page-wallet #appContent .home-icon,body.page-review #appContent .home-icon,body.page-reviews #appContent .home-icon,body.page-order_returns #appContent .home-icon,body.page-edit #appContent .home-icon,body.page-password #appContent .home-icon,body.page-login #appContent .home-icon,body.page-forgotten #appContent .home-icon,body.page-wishlist #appContent .home-icon{color:#c53030!important}body.page-account #appContent .breadcrumb-wrap,body.page-order #appContent .breadcrumb-wrap,body.page-orders #appContent .breadcrumb-wrap,body.page-addresses #appContent .breadcrumb-wrap,body.page-profile #appContent .breadcrumb-wrap,body.page-wallet #appContent .breadcrumb-wrap,body.page-review #appContent .breadcrumb-wrap,body.page-reviews #appContent .breadcrumb-wrap,body.page-order_returns #appContent .breadcrumb-wrap,body.page-edit #appContent .breadcrumb-wrap,body.page-password #appContent .breadcrumb-wrap,body.page-login #appContent .breadcrumb-wrap,body.page-forgotten #appContent .breadcrumb-wrap,body.page-wishlist #appContent .breadcrumb-wrap{background-image:none;padding:0;margin-bottom:0;background-color:#18181b}body.page-account #appContent .breadcrumb-wrap .container,body.page-order #appContent .breadcrumb-wrap .container,body.page-orders #appContent .breadcrumb-wrap .container,body.page-addresses #appContent .breadcrumb-wrap .container,body.page-profile #appContent .breadcrumb-wrap .container,body.page-wallet #appContent .breadcrumb-wrap .container,body.page-review #appContent .breadcrumb-wrap .container,body.page-reviews #appContent .breadcrumb-wrap .container,body.page-order_returns #appContent .breadcrumb-wrap .container,body.page-edit #appContent .breadcrumb-wrap .container,body.page-password #appContent .breadcrumb-wrap .container,body.page-login #appContent .breadcrumb-wrap .container,body.page-forgotten #appContent .breadcrumb-wrap .container,body.page-wishlist #appContent .breadcrumb-wrap .container{max-width:1280px;margin:0 auto;padding:0 1rem}body.page-account #appContent .breadcrumb-wrap .breadcrumb,body.page-order #appContent .breadcrumb-wrap .breadcrumb,body.page-orders #appContent .breadcrumb-wrap .breadcrumb,body.page-addresses #appContent .breadcrumb-wrap .breadcrumb,body.page-profile #appContent .breadcrumb-wrap .breadcrumb,body.page-wallet #appContent .breadcrumb-wrap .breadcrumb,body.page-review #appContent .breadcrumb-wrap .breadcrumb,body.page-reviews #appContent .breadcrumb-wrap .breadcrumb,body.page-order_returns #appContent .breadcrumb-wrap .breadcrumb,body.page-edit #appContent .breadcrumb-wrap .breadcrumb,body.page-password #appContent .breadcrumb-wrap .breadcrumb,body.page-login #appContent .breadcrumb-wrap .breadcrumb,body.page-forgotten #appContent .breadcrumb-wrap .breadcrumb,body.page-wishlist #appContent .breadcrumb-wrap .breadcrumb{padding:30px;gap:.5rem}body.page-account #appContent .container,body.page-order #appContent .container,body.page-orders #appContent .container,body.page-addresses #appContent .container,body.page-profile #appContent .container,body.page-wallet #appContent .container,body.page-review #appContent .container,body.page-reviews #appContent .container,body.page-order_returns #appContent .container,body.page-edit #appContent .container,body.page-password #appContent .container,body.page-login #appContent .container,body.page-forgotten #appContent .container,body.page-wishlist #appContent .container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}body.page-account #appContent .row>.col-12,body.page-account #appContent .row>.col-md-3,body.page-account #appContent .row>.col-md-6,body.page-account #appContent .row>.col-md-9,body.page-account #appContent .row>.col-md-4,body.page-account #appContent .row>.col-md-8,body.page-order #appContent .row>.col-12,body.page-order #appContent .row>.col-md-3,body.page-order #appContent .row>.col-md-6,body.page-order #appContent .row>.col-md-9,body.page-order #appContent .row>.col-md-4,body.page-order #appContent .row>.col-md-8,body.page-orders #appContent .row>.col-12,body.page-orders #appContent .row>.col-md-3,body.page-orders #appContent .row>.col-md-6,body.page-orders #appContent .row>.col-md-9,body.page-orders #appContent .row>.col-md-4,body.page-orders #appContent .row>.col-md-8,body.page-addresses #appContent .row>.col-12,body.page-addresses #appContent .row>.col-md-3,body.page-addresses #appContent .row>.col-md-6,body.page-addresses #appContent .row>.col-md-9,body.page-addresses #appContent .row>.col-md-4,body.page-addresses #appContent .row>.col-md-8,body.page-profile #appContent .row>.col-12,body.page-profile #appContent .row>.col-md-3,body.page-profile #appContent .row>.col-md-6,body.page-profile #appContent .row>.col-md-9,body.page-profile #appContent .row>.col-md-4,body.page-profile #appContent .row>.col-md-8,body.page-wallet #appContent .row>.col-12,body.page-wallet #appContent .row>.col-md-3,body.page-wallet #appContent .row>.col-md-6,body.page-wallet #appContent .row>.col-md-9,body.page-wallet #appContent .row>.col-md-4,body.page-wallet #appContent .row>.col-md-8,body.page-review #appContent .row>.col-12,body.page-review #appContent .row>.col-md-3,body.page-review #appContent .row>.col-md-6,body.page-review #appContent .row>.col-md-9,body.page-review #appContent .row>.col-md-4,body.page-review #appContent .row>.col-md-8,body.page-reviews #appContent .row>.col-12,body.page-reviews #appContent .row>.col-md-3,body.page-reviews #appContent .row>.col-md-6,body.page-reviews #appContent .row>.col-md-9,body.page-reviews #appContent .row>.col-md-4,body.page-reviews #appContent .row>.col-md-8,body.page-order_returns #appContent .row>.col-12,body.page-order_returns #appContent .row>.col-md-3,body.page-order_returns #appContent .row>.col-md-6,body.page-order_returns #appContent .row>.col-md-9,body.page-order_returns #appContent .row>.col-md-4,body.page-order_returns #appContent .row>.col-md-8,body.page-edit #appContent .row>.col-12,body.page-edit #appContent .row>.col-md-3,body.page-edit #appContent .row>.col-md-6,body.page-edit #appContent .row>.col-md-9,body.page-edit #appContent .row>.col-md-4,body.page-edit #appContent .row>.col-md-8,body.page-password #appContent .row>.col-12,body.page-password #appContent .row>.col-md-3,body.page-password #appContent .row>.col-md-6,body.page-password #appContent .row>.col-md-9,body.page-password #appContent .row>.col-md-4,body.page-password #appContent .row>.col-md-8,body.page-login #appContent .row>.col-12,body.page-login #appContent .row>.col-md-3,body.page-login #appContent .row>.col-md-6,body.page-login #appContent .row>.col-md-9,body.page-login #appContent .row>.col-md-4,body.page-login #appContent .row>.col-md-8,body.page-forgotten #appContent .row>.col-12,body.page-forgotten #appContent .row>.col-md-3,body.page-forgotten #appContent .row>.col-md-6,body.page-forgotten #appContent .row>.col-md-9,body.page-forgotten #appContent .row>.col-md-4,body.page-forgotten #appContent .row>.col-md-8,body.page-wishlist #appContent .row>.col-12,body.page-wishlist #appContent .row>.col-md-3,body.page-wishlist #appContent .row>.col-md-6,body.page-wishlist #appContent .row>.col-md-9,body.page-wishlist #appContent .row>.col-md-4,body.page-wishlist #appContent .row>.col-md-8{background-color:#3f3f46!important;padding:1rem}body.page-account #appContent .list-group-item,body.page-account #appContent .nav-link,body.page-account #appContent .account-menu a,body.page-account #appContent .account-links a,body.page-order #appContent .list-group-item,body.page-order #appContent .nav-link,body.page-order #appContent .account-menu a,body.page-order #appContent .account-links a,body.page-orders #appContent .list-group-item,body.page-orders #appContent .nav-link,body.page-orders #appContent .account-menu a,body.page-orders #appContent .account-links a,body.page-addresses #appContent .list-group-item,body.page-addresses #appContent .nav-link,body.page-addresses #appContent .account-menu a,body.page-addresses #appContent .account-links a,body.page-profile #appContent .list-group-item,body.page-profile #appContent .nav-link,body.page-profile #appContent .account-menu a,body.page-profile #appContent .account-links a,body.page-wallet #appContent .list-group-item,body.page-wallet #appContent .nav-link,body.page-wallet #appContent .account-menu a,body.page-wallet #appContent .account-links a,body.page-review #appContent .list-group-item,body.page-review #appContent .nav-link,body.page-review #appContent .account-menu a,body.page-review #appContent .account-links a,body.page-reviews #appContent .list-group-item,body.page-reviews #appContent .nav-link,body.page-reviews #appContent .account-menu a,body.page-reviews #appContent .account-links a,body.page-order_returns #appContent .list-group-item,body.page-order_returns #appContent .nav-link,body.page-order_returns #appContent .account-menu a,body.page-order_returns #appContent .account-links a,body.page-edit #appContent .list-group-item,body.page-edit #appContent .nav-link,body.page-edit #appContent .account-menu a,body.page-edit #appContent .account-links a,body.page-password #appContent .list-group-item,body.page-password #appContent .nav-link,body.page-password #appContent .account-menu a,body.page-password #appContent .account-links a,body.page-login #appContent .list-group-item,body.page-login #appContent .nav-link,body.page-login #appContent .account-menu a,body.page-login #appContent .account-links a,body.page-forgotten #appContent .list-group-item,body.page-forgotten #appContent .nav-link,body.page-forgotten #appContent .account-menu a,body.page-forgotten #appContent .account-links a,body.page-wishlist #appContent .list-group-item,body.page-wishlist #appContent .nav-link,body.page-wishlist #appContent .account-menu a,body.page-wishlist #appContent .account-links a{color:#fff!important;background-color:transparent!important}body.page-account #appContent .list-group-item:hover,body.page-account #appContent .list-group-item.active,body.page-account #appContent .nav-link:hover,body.page-account #appContent .nav-link.active,body.page-account #appContent .account-menu a:hover,body.page-account #appContent .account-menu a.active,body.page-account #appContent .account-links a:hover,body.page-account #appContent .account-links a.active,body.page-order #appContent .list-group-item:hover,body.page-order #appContent .list-group-item.active,body.page-order #appContent .nav-link:hover,body.page-order #appContent .nav-link.active,body.page-order #appContent .account-menu a:hover,body.page-order #appContent .account-menu a.active,body.page-order #appContent .account-links a:hover,body.page-order #appContent .account-links a.active,body.page-orders #appContent .list-group-item:hover,body.page-orders #appContent .list-group-item.active,body.page-orders #appContent .nav-link:hover,body.page-orders #appContent .nav-link.active,body.page-orders #appContent .account-menu a:hover,body.page-orders #appContent .account-menu a.active,body.page-orders #appContent .account-links a:hover,body.page-orders #appContent .account-links a.active,body.page-addresses #appContent .list-group-item:hover,body.page-addresses #appContent .list-group-item.active,body.page-addresses #appContent .nav-link:hover,body.page-addresses #appContent .nav-link.active,body.page-addresses #appContent .account-menu a:hover,body.page-addresses #appContent .account-menu a.active,body.page-addresses #appContent .account-links a:hover,body.page-addresses #appContent .account-links a.active,body.page-profile #appContent .list-group-item:hover,body.page-profile #appContent .list-group-item.active,body.page-profile #appContent .nav-link:hover,body.page-profile #appContent .nav-link.active,body.page-profile #appContent .account-menu a:hover,body.page-profile #appContent .account-menu a.active,body.page-profile #appContent .account-links a:hover,body.page-profile #appContent .account-links a.active,body.page-wallet #appContent .list-group-item:hover,body.page-wallet #appContent .list-group-item.active,body.page-wallet #appContent .nav-link:hover,body.page-wallet #appContent .nav-link.active,body.page-wallet #appContent .account-menu a:hover,body.page-wallet #appContent .account-menu a.active,body.page-wallet #appContent .account-links a:hover,body.page-wallet #appContent .account-links a.active,body.page-review #appContent .list-group-item:hover,body.page-review #appContent .list-group-item.active,body.page-review #appContent .nav-link:hover,body.page-review #appContent .nav-link.active,body.page-review #appContent .account-menu a:hover,body.page-review #appContent .account-menu a.active,body.page-review #appContent .account-links a:hover,body.page-review #appContent .account-links a.active,body.page-reviews #appContent .list-group-item:hover,body.page-reviews #appContent .list-group-item.active,body.page-reviews #appContent .nav-link:hover,body.page-reviews #appContent .nav-link.active,body.page-reviews #appContent .account-menu a:hover,body.page-reviews #appContent .account-menu a.active,body.page-reviews #appContent .account-links a:hover,body.page-reviews #appContent .account-links a.active,body.page-order_returns #appContent .list-group-item:hover,body.page-order_returns #appContent .list-group-item.active,body.page-order_returns #appContent .nav-link:hover,body.page-order_returns #appContent .nav-link.active,body.page-order_returns #appContent .account-menu a:hover,body.page-order_returns #appContent .account-menu a.active,body.page-order_returns #appContent .account-links a:hover,body.page-order_returns #appContent .account-links a.active,body.page-edit #appContent .list-group-item:hover,body.page-edit #appContent .list-group-item.active,body.page-edit #appContent .nav-link:hover,body.page-edit #appContent .nav-link.active,body.page-edit #appContent .account-menu a:hover,body.page-edit #appContent .account-menu a.active,body.page-edit #appContent .account-links a:hover,body.page-edit #appContent .account-links a.active,body.page-password #appContent .list-group-item:hover,body.page-password #appContent .list-group-item.active,body.page-password #appContent .nav-link:hover,body.page-password #appContent .nav-link.active,body.page-password #appContent .account-menu a:hover,body.page-password #appContent .account-menu a.active,body.page-password #appContent .account-links a:hover,body.page-password #appContent .account-links a.active,body.page-login #appContent .list-group-item:hover,body.page-login #appContent .list-group-item.active,body.page-login #appContent .nav-link:hover,body.page-login #appContent .nav-link.active,body.page-login #appContent .account-menu a:hover,body.page-login #appContent .account-menu a.active,body.page-login #appContent .account-links a:hover,body.page-login #appContent .account-links a.active,body.page-forgotten #appContent .list-group-item:hover,body.page-forgotten #appContent .list-group-item.active,body.page-forgotten #appContent .nav-link:hover,body.page-forgotten #appContent .nav-link.active,body.page-forgotten #appContent .account-menu a:hover,body.page-forgotten #appContent .account-menu a.active,body.page-forgotten #appContent .account-links a:hover,body.page-forgotten #appContent .account-links a.active,body.page-wishlist #appContent .list-group-item:hover,body.page-wishlist #appContent .list-group-item.active,body.page-wishlist #appContent .nav-link:hover,body.page-wishlist #appContent .nav-link.active,body.page-wishlist #appContent .account-menu a:hover,body.page-wishlist #appContent .account-menu a.active,body.page-wishlist #appContent .account-links a:hover,body.page-wishlist #appContent .account-links a.active{background-color:#c53030!important;color:#fff!important}body.page-account #appContent input,body.page-account #appContent select,body.page-account #appContent textarea,body.page-order #appContent input,body.page-order #appContent select,body.page-order #appContent textarea,body.page-orders #appContent input,body.page-orders #appContent select,body.page-orders #appContent textarea,body.page-addresses #appContent input,body.page-addresses #appContent select,body.page-addresses #appContent textarea,body.page-profile #appContent input,body.page-profile #appContent select,body.page-profile #appContent textarea,body.page-wallet #appContent input,body.page-wallet #appContent select,body.page-wallet #appContent textarea,body.page-review #appContent input,body.page-review #appContent select,body.page-review #appContent textarea,body.page-reviews #appContent input,body.page-reviews #appContent select,body.page-reviews #appContent textarea,body.page-order_returns #appContent input,body.page-order_returns #appContent select,body.page-order_returns #appContent textarea,body.page-edit #appContent input,body.page-edit #appContent select,body.page-edit #appContent textarea,body.page-password #appContent input,body.page-password #appContent select,body.page-password #appContent textarea,body.page-login #appContent input,body.page-login #appContent select,body.page-login #appContent textarea,body.page-forgotten #appContent input,body.page-forgotten #appContent select,body.page-forgotten #appContent textarea,body.page-wishlist #appContent input,body.page-wishlist #appContent select,body.page-wishlist #appContent textarea{background-color:#18181b!important;border-color:#52525b!important;color:#fff!important}body.page-account #appContent input:focus,body.page-account #appContent select:focus,body.page-account #appContent textarea:focus,body.page-order #appContent input:focus,body.page-order #appContent select:focus,body.page-order #appContent textarea:focus,body.page-orders #appContent input:focus,body.page-orders #appContent select:focus,body.page-orders #appContent textarea:focus,body.page-addresses #appContent input:focus,body.page-addresses #appContent select:focus,body.page-addresses #appContent textarea:focus,body.page-profile #appContent input:focus,body.page-profile #appContent select:focus,body.page-profile #appContent textarea:focus,body.page-wallet #appContent input:focus,body.page-wallet #appContent select:focus,body.page-wallet #appContent textarea:focus,body.page-review #appContent input:focus,body.page-review #appContent select:focus,body.page-review #appContent textarea:focus,body.page-reviews #appContent input:focus,body.page-reviews #appContent select:focus,body.page-reviews #appContent textarea:focus,body.page-order_returns #appContent input:focus,body.page-order_returns #appContent select:focus,body.page-order_returns #appContent textarea:focus,body.page-edit #appContent input:focus,body.page-edit #appContent select:focus,body.page-edit #appContent textarea:focus,body.page-password #appContent input:focus,body.page-password #appContent select:focus,body.page-password #appContent textarea:focus,body.page-login #appContent input:focus,body.page-login #appContent select:focus,body.page-login #appContent textarea:focus,body.page-forgotten #appContent input:focus,body.page-forgotten #appContent select:focus,body.page-forgotten #appContent textarea:focus,body.page-wishlist #appContent input:focus,body.page-wishlist #appContent select:focus,body.page-wishlist #appContent textarea:focus{border-color:#c53030!important;box-shadow:0 0 0 2px #c530301a!important}body.page-account #appContent input::placeholder,body.page-account #appContent select::placeholder,body.page-account #appContent textarea::placeholder,body.page-order #appContent input::placeholder,body.page-order #appContent select::placeholder,body.page-order #appContent textarea::placeholder,body.page-orders #appContent input::placeholder,body.page-orders #appContent select::placeholder,body.page-orders #appContent textarea::placeholder,body.page-addresses #appContent input::placeholder,body.page-addresses #appContent select::placeholder,body.page-addresses #appContent textarea::placeholder,body.page-profile #appContent input::placeholder,body.page-profile #appContent select::placeholder,body.page-profile #appContent textarea::placeholder,body.page-wallet #appContent input::placeholder,body.page-wallet #appContent select::placeholder,body.page-wallet #appContent textarea::placeholder,body.page-review #appContent input::placeholder,body.page-review #appContent select::placeholder,body.page-review #appContent textarea::placeholder,body.page-reviews #appContent input::placeholder,body.page-reviews #appContent select::placeholder,body.page-reviews #appContent textarea::placeholder,body.page-order_returns #appContent input::placeholder,body.page-order_returns #appContent select::placeholder,body.page-order_returns #appContent textarea::placeholder,body.page-edit #appContent input::placeholder,body.page-edit #appContent select::placeholder,body.page-edit #appContent textarea::placeholder,body.page-password #appContent input::placeholder,body.page-password #appContent select::placeholder,body.page-password #appContent textarea::placeholder,body.page-login #appContent input::placeholder,body.page-login #appContent select::placeholder,body.page-login #appContent textarea::placeholder,body.page-forgotten #appContent input::placeholder,body.page-forgotten #appContent select::placeholder,body.page-forgotten #appContent textarea::placeholder,body.page-wishlist #appContent input::placeholder,body.page-wishlist #appContent select::placeholder,body.page-wishlist #appContent textarea::placeholder{color:#a1a1aa}body.page-account #appContent .table thead th,body.page-order #appContent .table thead th,body.page-orders #appContent .table thead th,body.page-addresses #appContent .table thead th,body.page-profile #appContent .table thead th,body.page-wallet #appContent .table thead th,body.page-review #appContent .table thead th,body.page-reviews #appContent .table thead th,body.page-order_returns #appContent .table thead th,body.page-edit #appContent .table thead th,body.page-password #appContent .table thead th,body.page-login #appContent .table thead th,body.page-forgotten #appContent .table thead th,body.page-wishlist #appContent .table thead th{color:#fff!important;background-color:#3f3f46!important;border-color:#52525b!important}body.page-account #appContent .table tbody tr,body.page-order #appContent .table tbody tr,body.page-orders #appContent .table tbody tr,body.page-addresses #appContent .table tbody tr,body.page-profile #appContent .table tbody tr,body.page-wallet #appContent .table tbody tr,body.page-review #appContent .table tbody tr,body.page-reviews #appContent .table tbody tr,body.page-order_returns #appContent .table tbody tr,body.page-edit #appContent .table tbody tr,body.page-password #appContent .table tbody tr,body.page-login #appContent .table tbody tr,body.page-forgotten #appContent .table tbody tr,body.page-wishlist #appContent .table tbody tr{background-color:#3f3f46!important;border-color:#52525b!important}body.page-account #appContent .table tbody tr:hover,body.page-order #appContent .table tbody tr:hover,body.page-orders #appContent .table tbody tr:hover,body.page-addresses #appContent .table tbody tr:hover,body.page-profile #appContent .table tbody tr:hover,body.page-wallet #appContent .table tbody tr:hover,body.page-review #appContent .table tbody tr:hover,body.page-reviews #appContent .table tbody tr:hover,body.page-order_returns #appContent .table tbody tr:hover,body.page-edit #appContent .table tbody tr:hover,body.page-password #appContent .table tbody tr:hover,body.page-login #appContent .table tbody tr:hover,body.page-forgotten #appContent .table tbody tr:hover,body.page-wishlist #appContent .table tbody tr:hover{background-color:#27272a!important}body.page-account #appContent .table tbody td,body.page-order #appContent .table tbody td,body.page-orders #appContent .table tbody td,body.page-addresses #appContent .table tbody td,body.page-profile #appContent .table tbody td,body.page-wallet #appContent .table tbody td,body.page-review #appContent .table tbody td,body.page-reviews #appContent .table tbody td,body.page-order_returns #appContent .table tbody td,body.page-edit #appContent .table tbody td,body.page-password #appContent .table tbody td,body.page-login #appContent .table tbody td,body.page-forgotten #appContent .table tbody td,body.page-wishlist #appContent .table tbody td{border-color:#52525b!important}body.page-account #appContent .card,body.page-account #appContent .col-12.col-lg-9 .card,body.page-account #appContent .col-lg-9 .card,body.page-order #appContent .card,body.page-order #appContent .col-12.col-lg-9 .card,body.page-order #appContent .col-lg-9 .card,body.page-orders #appContent .card,body.page-orders #appContent .col-12.col-lg-9 .card,body.page-orders #appContent .col-lg-9 .card,body.page-addresses #appContent .card,body.page-addresses #appContent .col-12.col-lg-9 .card,body.page-addresses #appContent .col-lg-9 .card,body.page-profile #appContent .card,body.page-profile #appContent .col-12.col-lg-9 .card,body.page-profile #appContent .col-lg-9 .card,body.page-wallet #appContent .card,body.page-wallet #appContent .col-12.col-lg-9 .card,body.page-wallet #appContent .col-lg-9 .card,body.page-review #appContent .card,body.page-review #appContent .col-12.col-lg-9 .card,body.page-review #appContent .col-lg-9 .card,body.page-reviews #appContent .card,body.page-reviews #appContent .col-12.col-lg-9 .card,body.page-reviews #appContent .col-lg-9 .card,body.page-order_returns #appContent .card,body.page-order_returns #appContent .col-12.col-lg-9 .card,body.page-order_returns #appContent .col-lg-9 .card,body.page-edit #appContent .card,body.page-edit #appContent .col-12.col-lg-9 .card,body.page-edit #appContent .col-lg-9 .card,body.page-password #appContent .card,body.page-password #appContent .col-12.col-lg-9 .card,body.page-password #appContent .col-lg-9 .card,body.page-login #appContent .card,body.page-login #appContent .col-12.col-lg-9 .card,body.page-login #appContent .col-lg-9 .card,body.page-forgotten #appContent .card,body.page-forgotten #appContent .col-12.col-lg-9 .card,body.page-forgotten #appContent .col-lg-9 .card,body.page-wishlist #appContent .card,body.page-wishlist #appContent .col-12.col-lg-9 .card,body.page-wishlist #appContent .col-lg-9 .card{background-color:#3f3f46!important;border-color:#52525b!important}body.page-account #appContent .card .card-header,body.page-account #appContent .col-12.col-lg-9 .card .card-header,body.page-account #appContent .col-lg-9 .card .card-header,body.page-order #appContent .card .card-header,body.page-order #appContent .col-12.col-lg-9 .card .card-header,body.page-order #appContent .col-lg-9 .card .card-header,body.page-orders #appContent .card .card-header,body.page-orders #appContent .col-12.col-lg-9 .card .card-header,body.page-orders #appContent .col-lg-9 .card .card-header,body.page-addresses #appContent .card .card-header,body.page-addresses #appContent .col-12.col-lg-9 .card .card-header,body.page-addresses #appContent .col-lg-9 .card .card-header,body.page-profile #appContent .card .card-header,body.page-profile #appContent .col-12.col-lg-9 .card .card-header,body.page-profile #appContent .col-lg-9 .card .card-header,body.page-wallet #appContent .card .card-header,body.page-wallet #appContent .col-12.col-lg-9 .card .card-header,body.page-wallet #appContent .col-lg-9 .card .card-header,body.page-review #appContent .card .card-header,body.page-review #appContent .col-12.col-lg-9 .card .card-header,body.page-review #appContent .col-lg-9 .card .card-header,body.page-reviews #appContent .card .card-header,body.page-reviews #appContent .col-12.col-lg-9 .card .card-header,body.page-reviews #appContent .col-lg-9 .card .card-header,body.page-order_returns #appContent .card .card-header,body.page-order_returns #appContent .col-12.col-lg-9 .card .card-header,body.page-order_returns #appContent .col-lg-9 .card .card-header,body.page-edit #appContent .card .card-header,body.page-edit #appContent .col-12.col-lg-9 .card .card-header,body.page-edit #appContent .col-lg-9 .card .card-header,body.page-password #appContent .card .card-header,body.page-password #appContent .col-12.col-lg-9 .card .card-header,body.page-password #appContent .col-lg-9 .card .card-header,body.page-login #appContent .card .card-header,body.page-login #appContent .col-12.col-lg-9 .card .card-header,body.page-login #appContent .col-lg-9 .card .card-header,body.page-forgotten #appContent .card .card-header,body.page-forgotten #appContent .col-12.col-lg-9 .card .card-header,body.page-forgotten #appContent .col-lg-9 .card .card-header,body.page-wishlist #appContent .card .card-header,body.page-wishlist #appContent .col-12.col-lg-9 .card .card-header,body.page-wishlist #appContent .col-lg-9 .card .card-header{color:#fff!important;background-color:#27272a!important;border-color:#3f3f46!important}body.page-account #appContent .card .card-body,body.page-account #appContent .col-12.col-lg-9 .card .card-body,body.page-account #appContent .col-lg-9 .card .card-body,body.page-order #appContent .card .card-body,body.page-order #appContent .col-12.col-lg-9 .card .card-body,body.page-order #appContent .col-lg-9 .card .card-body,body.page-orders #appContent .card .card-body,body.page-orders #appContent .col-12.col-lg-9 .card .card-body,body.page-orders #appContent .col-lg-9 .card .card-body,body.page-addresses #appContent .card .card-body,body.page-addresses #appContent .col-12.col-lg-9 .card .card-body,body.page-addresses #appContent .col-lg-9 .card .card-body,body.page-profile #appContent .card .card-body,body.page-profile #appContent .col-12.col-lg-9 .card .card-body,body.page-profile #appContent .col-lg-9 .card .card-body,body.page-wallet #appContent .card .card-body,body.page-wallet #appContent .col-12.col-lg-9 .card .card-body,body.page-wallet #appContent .col-lg-9 .card .card-body,body.page-review #appContent .card .card-body,body.page-review #appContent .col-12.col-lg-9 .card .card-body,body.page-review #appContent .col-lg-9 .card .card-body,body.page-reviews #appContent .card .card-body,body.page-reviews #appContent .col-12.col-lg-9 .card .card-body,body.page-reviews #appContent .col-lg-9 .card .card-body,body.page-order_returns #appContent .card .card-body,body.page-order_returns #appContent .col-12.col-lg-9 .card .card-body,body.page-order_returns #appContent .col-lg-9 .card .card-body,body.page-edit #appContent .card .card-body,body.page-edit #appContent .col-12.col-lg-9 .card .card-body,body.page-edit #appContent .col-lg-9 .card .card-body,body.page-password #appContent .card .card-body,body.page-password #appContent .col-12.col-lg-9 .card .card-body,body.page-password #appContent .col-lg-9 .card .card-body,body.page-login #appContent .card .card-body,body.page-login #appContent .col-12.col-lg-9 .card .card-body,body.page-login #appContent .col-lg-9 .card .card-body,body.page-forgotten #appContent .card .card-body,body.page-forgotten #appContent .col-12.col-lg-9 .card .card-body,body.page-forgotten #appContent .col-lg-9 .card .card-body,body.page-wishlist #appContent .card .card-body,body.page-wishlist #appContent .col-12.col-lg-9 .card .card-body,body.page-wishlist #appContent .col-lg-9 .card .card-body{color:#f4f4f8!important}body.page-account #appContent .card .card-footer,body.page-account #appContent .col-12.col-lg-9 .card .card-footer,body.page-account #appContent .col-lg-9 .card .card-footer,body.page-order #appContent .card .card-footer,body.page-order #appContent .col-12.col-lg-9 .card .card-footer,body.page-order #appContent .col-lg-9 .card .card-footer,body.page-orders #appContent .card .card-footer,body.page-orders #appContent .col-12.col-lg-9 .card .card-footer,body.page-orders #appContent .col-lg-9 .card .card-footer,body.page-addresses #appContent .card .card-footer,body.page-addresses #appContent .col-12.col-lg-9 .card .card-footer,body.page-addresses #appContent .col-lg-9 .card .card-footer,body.page-profile #appContent .card .card-footer,body.page-profile #appContent .col-12.col-lg-9 .card .card-footer,body.page-profile #appContent .col-lg-9 .card .card-footer,body.page-wallet #appContent .card .card-footer,body.page-wallet #appContent .col-12.col-lg-9 .card .card-footer,body.page-wallet #appContent .col-lg-9 .card .card-footer,body.page-review #appContent .card .card-footer,body.page-review #appContent .col-12.col-lg-9 .card .card-footer,body.page-review #appContent .col-lg-9 .card .card-footer,body.page-reviews #appContent .card .card-footer,body.page-reviews #appContent .col-12.col-lg-9 .card .card-footer,body.page-reviews #appContent .col-lg-9 .card .card-footer,body.page-order_returns #appContent .card .card-footer,body.page-order_returns #appContent .col-12.col-lg-9 .card .card-footer,body.page-order_returns #appContent .col-lg-9 .card .card-footer,body.page-edit #appContent .card .card-footer,body.page-edit #appContent .col-12.col-lg-9 .card .card-footer,body.page-edit #appContent .col-lg-9 .card .card-footer,body.page-password #appContent .card .card-footer,body.page-password #appContent .col-12.col-lg-9 .card .card-footer,body.page-password #appContent .col-lg-9 .card .card-footer,body.page-login #appContent .card .card-footer,body.page-login #appContent .col-12.col-lg-9 .card .card-footer,body.page-login #appContent .col-lg-9 .card .card-footer,body.page-forgotten #appContent .card .card-footer,body.page-forgotten #appContent .col-12.col-lg-9 .card .card-footer,body.page-forgotten #appContent .col-lg-9 .card .card-footer,body.page-wishlist #appContent .card .card-footer,body.page-wishlist #appContent .col-12.col-lg-9 .card .card-footer,body.page-wishlist #appContent .col-lg-9 .card .card-footer{background-color:#27272a!important;border-color:#3f3f46!important}body.page-account #appContent .alert.alert-info,body.page-order #appContent .alert.alert-info,body.page-orders #appContent .alert.alert-info,body.page-addresses #appContent .alert.alert-info,body.page-profile #appContent .alert.alert-info,body.page-wallet #appContent .alert.alert-info,body.page-review #appContent .alert.alert-info,body.page-reviews #appContent .alert.alert-info,body.page-order_returns #appContent .alert.alert-info,body.page-edit #appContent .alert.alert-info,body.page-password #appContent .alert.alert-info,body.page-login #appContent .alert.alert-info,body.page-forgotten #appContent .alert.alert-info,body.page-wishlist #appContent .alert.alert-info{background-color:#3b82f626!important;border-color:#3b82f666!important;color:#93c5fd!important}body.page-account #appContent .alert.alert-warning,body.page-order #appContent .alert.alert-warning,body.page-orders #appContent .alert.alert-warning,body.page-addresses #appContent .alert.alert-warning,body.page-profile #appContent .alert.alert-warning,body.page-wallet #appContent .alert.alert-warning,body.page-review #appContent .alert.alert-warning,body.page-reviews #appContent .alert.alert-warning,body.page-order_returns #appContent .alert.alert-warning,body.page-edit #appContent .alert.alert-warning,body.page-password #appContent .alert.alert-warning,body.page-login #appContent .alert.alert-warning,body.page-forgotten #appContent .alert.alert-warning,body.page-wishlist #appContent .alert.alert-warning{background-color:#f59e0b26!important;border-color:#f59e0b66!important;color:#fbbf24!important}body.page-account #appContent .alert.alert-danger,body.page-order #appContent .alert.alert-danger,body.page-orders #appContent .alert.alert-danger,body.page-addresses #appContent .alert.alert-danger,body.page-profile #appContent .alert.alert-danger,body.page-wallet #appContent .alert.alert-danger,body.page-review #appContent .alert.alert-danger,body.page-reviews #appContent .alert.alert-danger,body.page-order_returns #appContent .alert.alert-danger,body.page-edit #appContent .alert.alert-danger,body.page-password #appContent .alert.alert-danger,body.page-login #appContent .alert.alert-danger,body.page-forgotten #appContent .alert.alert-danger,body.page-wishlist #appContent .alert.alert-danger{background-color:#ef444426!important;border-color:#ef444466!important;color:#fca5a5!important}body.page-account #appContent .alert.alert-success,body.page-order #appContent .alert.alert-success,body.page-orders #appContent .alert.alert-success,body.page-addresses #appContent .alert.alert-success,body.page-profile #appContent .alert.alert-success,body.page-wallet #appContent .alert.alert-success,body.page-review #appContent .alert.alert-success,body.page-reviews #appContent .alert.alert-success,body.page-order_returns #appContent .alert.alert-success,body.page-edit #appContent .alert.alert-success,body.page-password #appContent .alert.alert-success,body.page-login #appContent .alert.alert-success,body.page-forgotten #appContent .alert.alert-success,body.page-wishlist #appContent .alert.alert-success{background-color:#22c55e26!important;border-color:#22c55e66!important;color:#86efac!important}body.page-account #appContent .wallet-card-box,body.page-order #appContent .wallet-card-box,body.page-orders #appContent .wallet-card-box,body.page-addresses #appContent .wallet-card-box,body.page-profile #appContent .wallet-card-box,body.page-wallet #appContent .wallet-card-box,body.page-review #appContent .wallet-card-box,body.page-reviews #appContent .wallet-card-box,body.page-order_returns #appContent .wallet-card-box,body.page-edit #appContent .wallet-card-box,body.page-password #appContent .wallet-card-box,body.page-login #appContent .wallet-card-box,body.page-forgotten #appContent .wallet-card-box,body.page-wishlist #appContent .wallet-card-box,body.page-account #appContent .wallet-card-box.wallet-balance,body.page-account #appContent .wallet-card-box.wallet-withdrawals,body.page-account #appContent .wallet-card-box.wallet-transactions,body.page-order #appContent .wallet-card-box.wallet-balance,body.page-order #appContent .wallet-card-box.wallet-withdrawals,body.page-order #appContent .wallet-card-box.wallet-transactions,body.page-orders #appContent .wallet-card-box.wallet-balance,body.page-orders #appContent .wallet-card-box.wallet-withdrawals,body.page-orders #appContent .wallet-card-box.wallet-transactions,body.page-addresses #appContent .wallet-card-box.wallet-balance,body.page-addresses #appContent .wallet-card-box.wallet-withdrawals,body.page-addresses #appContent .wallet-card-box.wallet-transactions,body.page-profile #appContent .wallet-card-box.wallet-balance,body.page-profile #appContent .wallet-card-box.wallet-withdrawals,body.page-profile #appContent .wallet-card-box.wallet-transactions,body.page-wallet #appContent .wallet-card-box.wallet-balance,body.page-wallet #appContent .wallet-card-box.wallet-withdrawals,body.page-wallet #appContent .wallet-card-box.wallet-transactions,body.page-review #appContent .wallet-card-box.wallet-balance,body.page-review #appContent .wallet-card-box.wallet-withdrawals,body.page-review #appContent .wallet-card-box.wallet-transactions,body.page-reviews #appContent .wallet-card-box.wallet-balance,body.page-reviews #appContent .wallet-card-box.wallet-withdrawals,body.page-reviews #appContent .wallet-card-box.wallet-transactions,body.page-order_returns #appContent .wallet-card-box.wallet-balance,body.page-order_returns #appContent .wallet-card-box.wallet-withdrawals,body.page-order_returns #appContent .wallet-card-box.wallet-transactions,body.page-edit #appContent .wallet-card-box.wallet-balance,body.page-edit #appContent .wallet-card-box.wallet-withdrawals,body.page-edit #appContent .wallet-card-box.wallet-transactions,body.page-password #appContent .wallet-card-box.wallet-balance,body.page-password #appContent .wallet-card-box.wallet-withdrawals,body.page-password #appContent .wallet-card-box.wallet-transactions,body.page-login #appContent .wallet-card-box.wallet-balance,body.page-login #appContent .wallet-card-box.wallet-withdrawals,body.page-login #appContent .wallet-card-box.wallet-transactions,body.page-forgotten #appContent .wallet-card-box.wallet-balance,body.page-forgotten #appContent .wallet-card-box.wallet-withdrawals,body.page-forgotten #appContent .wallet-card-box.wallet-transactions,body.page-wishlist #appContent .wallet-card-box.wallet-balance,body.page-wishlist #appContent .wallet-card-box.wallet-withdrawals,body.page-wishlist #appContent .wallet-card-box.wallet-transactions{background-color:#3f3f46!important}body.page-checkout .breadcrumb-wrap{background-image:none;padding:0;margin-bottom:0}body.page-checkout .breadcrumb-wrap .container{padding:0}body.page-checkout .breadcrumb-wrap .breadcrumb{padding:30px;gap:.5rem}body.page-checkout .checkout-container>.row>.col-md-5{background-color:#18181b!important}@media(min-width:768px){body.page-checkout .checkout-container>.row>.col-md-5{padding:0}}body.page-checkout .checkout-data,body.page-checkout .checkout-data-content{background-color:#18181b!important}body.page-checkout .products-table .products-table-list{border-bottom:1px solid var(--fr-border);padding:1rem 0}body.page-checkout .products-table .products-table-list:last-child{border-bottom:none}body.page-checkout .products-table .products-table-list .td-price,body.page-checkout .products-table .products-table-list .td-subtotal,body.page-checkout .products-table .products-table-list .price{color:#c53030!important;font-weight:600}body.page-checkout .products-table .product-price,body.page-checkout .products-table .product-total,body.page-checkout .products-table .price{color:#c53030!important}body.page-checkout .form-select{background-color:#18181b!important;border-color:var(--fr-border)!important;color:#fff!important}body.page-checkout .form-select:focus{border-color:#c53030!important;box-shadow:0 0 0 2px #c530301a!important}body.page-checkout .form-select option,body.page-checkout select option{background-color:#18181b!important;color:#fff!important}body.page-checkout .dropdown-menu{background-color:#18181b!important;border-color:var(--fr-border)!important}body.page-checkout .dropdown-menu .dropdown-item{color:#fff!important}body.page-checkout .dropdown-menu .dropdown-item:hover{background-color:#27272a!important;color:#c53030!important}body.page-checkout .dropdown-menu .dropdown-item.active{background-color:#c530301a!important;color:#c53030!important}body.page-checkout .dropdown-menu .dropdown-divider{border-color:var(--fr-border)!important}body.page-checkout #appContent{padding-top:80px}body.page-checkout #appContent *,body.page-checkout #appContent *:before,body.page-checkout #appContent *:after{color:#fff!important}body.page-checkout #appContent a{color:#c53030!important}body.page-checkout #appContent a:hover{color:#9b2c2c!important}body.page-checkout #appContent .btn,body.page-checkout #appContent button,body.page-checkout #appContent .btn:hover,body.page-checkout #appContent button:hover,body.page-checkout #appContent .btn.form-submit,body.page-checkout #appContent .btn.to-checkout,body.page-checkout #appContent button.form-submit,body.page-checkout #appContent button.to-checkout,body.page-checkout #appContent .btn.form-submit:hover,body.page-checkout #appContent .btn.to-checkout:hover,body.page-checkout #appContent button.form-submit:hover,body.page-checkout #appContent button.to-checkout:hover{color:#fff!important}body.page-checkout #appContent .home-icon{color:#c53030!important}body.page-checkout #appContent input,body.page-checkout #appContent select,body.page-checkout #appContent textarea{background-color:var(--fr-bg-input)!important;border-color:var(--fr-border)!important;color:#fff!important}body.page-checkout #appContent input:focus,body.page-checkout #appContent select:focus,body.page-checkout #appContent textarea:focus{border-color:#c53030!important;box-shadow:0 0 0 2px #c530301a!important}body.page-checkout #appContent input::placeholder,body.page-checkout #appContent select::placeholder,body.page-checkout #appContent textarea::placeholder{color:var(--fr-text-subtle)}body.page-checkout #appContent .input-group-text{background-color:#18181b!important;border-color:var(--fr-border)!important;color:#fff!important}body.page-checkout #appContent .table thead th{color:#fff!important;background-color:var(--fr-bg-deep)!important;border-color:var(--fr-border)!important}body.page-checkout #appContent .table tbody tr{background-color:var(--fr-bg-deep)!important;border-color:var(--fr-border)!important}body.page-checkout #appContent .table tbody tr:hover{background-color:var(--fr-bg-card)!important}body.page-checkout #appContent .table tbody td{border-color:var(--fr-border)!important}body.page-checkout #appContent .card{background-color:var(--fr-bg-deep);border-color:var(--fr-border)}body.page-checkout #appContent .card .card-header{color:#fff;background-color:var(--fr-bg-deep);border-color:var(--fr-border-light)}body.page-checkout #appContent .card .card-body{color:#fff}body.page-checkout #appContent .card .card-footer{background-color:var(--fr-bg-deep);border-color:var(--fr-border-light)}body.page-checkout #appContent .checkout-select-wrap .select-item{border-color:var(--fr-border)!important;background-color:var(--fr-bg-deep)!important}body.page-checkout #appContent .checkout-select-wrap .select-item.active{background-color:#c530301a!important}body.page-checkout #appContent .checkout-select-wrap .select-item.active:before{border-color:#c53030!important}body.page-checkout #appContent .checkout-select-wrap .select-item.active .left i{color:#c53030!important}body.page-checkout #appContent .checkout-select-wrap .select-item .left .select-title{color:#fff!important}body.page-checkout #appContent .alert.alert-info{background-color:#3b82f61a;border-color:#3b82f64d;color:#fff}body.page-checkout #appContent .alert.alert-warning{background-color:#f59e0b1a;border-color:#f59e0b4d;color:#fff}body.page-checkout #appContent .alert.alert-danger{background-color:#ef44441a;border-color:#ef44444d;color:#fff}body.page-checkout #appContent .alert.alert-success{background-color:#22c55e1a;border-color:#22c55e4d;color:#fff}body.page-checkout-success #appContent{padding-top:80px}body.page-checkout-success #appContent .breadcrumb-wrap{background-color:#18181b;background-image:none;padding:0;margin-bottom:0}body.page-checkout-success #appContent .breadcrumb-wrap .breadcrumb{background:transparent;padding:1rem 0}body.page-checkout-success #appContent .breadcrumb-wrap .breadcrumb a{color:#d4d4d8}body.page-checkout-success #appContent .breadcrumb-wrap .breadcrumb a:hover{color:#c53030}body.page-checkout-success #appContent .breadcrumb-wrap .breadcrumb .active{color:#fff}body.page-checkout-success #appContent .breadcrumb-wrap .home-icon{color:#c53030}.page-articles .fr-page-content,.page-catalogs-detail .fr-page-content{padding:3rem 0;min-height:60vh}.articles-grid{display:flex;flex-direction:column;gap:2rem}@media(min-width:992px){.articles-grid{display:grid;grid-template-columns:1fr 320px;align-items:start}}.fr-articles-list{display:flex;flex-direction:column;gap:1.5rem}.fr-article-card{background-color:#3f3f46;border-radius:.5rem;overflow:hidden;border:1px solid #3f3f46;display:grid;gap:1.5rem;transition:all .2s ease}@media(min-width:768px){.fr-article-card{grid-template-columns:280px 1fr}}.fr-article-card:hover{border-color:#c530304d;box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.fr-article-image{height:12rem;overflow:hidden}@media(min-width:768px){.fr-article-image{height:100%;min-height:200px}}.fr-article-image a{display:block;width:100%;height:100%}.fr-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.fr-article-image:hover img{transform:scale(1.05)}.fr-article-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#27272a,#18181b)}.fr-article-content{padding:1.5rem;display:flex;flex-direction:column}.fr-article-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:.75rem;font-size:.8125rem;color:#d4d4d8}.fr-catalog-badge{padding:.25rem .625rem;background:#c530301a;color:#c53030;border-radius:999px;font-weight:500}.fr-date,.fr-views{display:flex;align-items:center;gap:.375rem}.fr-date i,.fr-views i{font-size:.9375rem}.fr-article-title{font-size:1.125rem;font-weight:600;color:#f4f4f8;margin:0 0 .5rem;line-height:1.4}.fr-article-title a{color:inherit;text-decoration:none;transition:color .15s ease}.fr-article-title a:hover{color:#c53030}.fr-article-summary{font-size:.9375rem;color:#d4d4d8;line-height:1.6;margin:0 0 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fr-article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.fr-tag{padding:.25rem .625rem;background:#ffffff1a;color:#d4d4d8;border-radius:999px;font-size:.75rem;text-decoration:none;transition:all .15s ease}.fr-tag:hover{background:#c530301a;color:#c53030}.fr-read-more{color:#c53030;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.375rem;transition:color .15s ease}.fr-read-more:hover{color:#e53e3e}.fr-read-more i{transition:transform .15s ease}.fr-read-more:hover i{transform:translate(4px)}.fr-pagination{margin-top:2rem;display:flex;justify-content:center}.fr-pagination :deep(.pagination){gap:.375rem;flex-wrap:wrap}.fr-pagination :deep(.page-link){padding:.5rem .875rem;border:1px solid #3f3f46;color:#f4f4f8;background:#27272a;border-radius:0;transition:all .15s ease}.fr-pagination :deep(.page-link:hover){background:#c530301a;border-color:#c53030;color:#c53030}.fr-pagination :deep(.page-item.active .page-link){background:#c53030;border-color:#c53030;color:#fff}.fr-pagination :deep(.page-item.disabled .page-link){opacity:.4}.fr-articles-sidebar,.page-articles-details .articles-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:100px}.fr-sidebar-search{background:#3f3f46;border-radius:.5rem;padding:1.25rem;border:1px solid #3f3f46}.search-box{display:flex;gap:.5rem}.search-box .form-control{flex:1;background:#18181b;border:1px solid #52525b;border-radius:0;padding:.625rem 1rem;font-size:.9375rem;color:#f4f4f8;transition:all .15s ease}.search-box .form-control::placeholder{color:#a1a1aa}.search-box .form-control:focus{border-color:#c53030;box-shadow:0 0 0 3px #c530301a;outline:none}.search-box .btn-search{padding:.625rem 1rem;background:#c53030;color:#fff;border:none;border-radius:0;font-weight:500;cursor:pointer;transition:background .15s ease;min-width:46px}.search-box .btn-search:hover{background:#9b2c2c}.search-box .btn-search i{font-size:1.125rem}.fr-sidebar-card{background:#3f3f46;border-radius:.5rem;padding:1.5rem;border:1px solid #3f3f46}.fr-sidebar-title{font-size:1rem;font-weight:600;color:#f4f4f8;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:2px solid #3f3f46}.fr-sidebar-title i{color:#c53030;font-size:1.125rem}.fr-sidebar-list{list-style:none;padding:0;margin:0}.fr-sidebar-list li{margin-bottom:.5rem}.fr-sidebar-list a{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;color:#d4d4d8;text-decoration:none;border-bottom:1px solid #3f3f46;transition:all .15s ease}.fr-sidebar-list a:hover{color:#f4f4f8;padding-left:.5rem}.fr-sidebar-list a.active{color:#c53030;font-weight:500;padding-left:.5rem}.fr-sidebar-list a .count{font-size:.8125rem;color:#a1a1aa}.fr-sidebar-list li:last-child a{border-bottom:none}.fr-tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.fr-tag-link{padding:.375rem .75rem;background:#ffffff1a;color:#d4d4d8;border-radius:999px;font-size:.8125rem;text-decoration:none;transition:all .15s ease}.fr-tag-link:hover{background:#c53030;color:#fff}.fr-sidebar-cta{background:linear-gradient(135deg,#c53030e6,#9b2c2ce6);border-radius:.5rem;padding:2rem;text-align:center;color:#fff;border:1px solid rgba(197,48,48,.3)}.fr-sidebar-cta .cta-icon{width:3.5rem;height:3.5rem;margin:0 auto 1rem;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.fr-sidebar-cta h4{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.fr-sidebar-cta p{font-size:.875rem;color:#ffffffd9;margin:0 0 1rem}.fr-sidebar-cta .btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;color:#c53030;border-radius:0;font-weight:500;font-size:.9375rem;text-decoration:none;transition:all .15s ease}.fr-sidebar-cta .btn-cta:hover{background:#fafafa;color:#9b2c2c}.fr-no-data{text-align:center;padding:4rem 2rem;color:#a1a1aa}.fr-no-data i{display:block;font-size:4rem;margin-bottom:1rem;opacity:.3}.fr-no-data p{margin:0;font-size:1.125rem}.page-articles-details .fr-page-content{padding:3rem 0;min-height:60vh}.fr-article-detail-card{background-color:#46464e;border-radius:.5rem;overflow:hidden;border:1px solid rgb(70.2473684211,70.2473684211,78.0526315789)}.fr-detail-header{padding:2rem;border-bottom:1px solid rgb(70.2473684211,70.2473684211,78.0526315789)}.fr-detail-catalog-badge{display:inline-block;padding:.375rem 1rem;background:#c530301a;color:#c53030;border-radius:999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.fr-detail-header h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.4}.fr-detail-meta{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;color:#d4d4d8;margin-bottom:1rem}.fr-detail-meta span{display:flex;align-items:center;gap:.375rem}.fr-detail-meta i{color:#c53030}.fr-detail-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.875rem}.fr-detail-tags>i{color:#c53030}.fr-detail-tags a{padding:.25rem .625rem;background:#ffffff1a;color:#d4d4d8;border-radius:999px;text-decoration:none;font-size:.8125rem;transition:all .15s ease}.fr-detail-tags a:hover{background:#c530301a;color:#c53030}.fr-detail-featured-image{line-height:0}.fr-detail-featured-image img{width:100%;height:auto;display:block}.fr-detail-summary{padding:1.5rem 2rem;margin:1.5rem 2rem;background:linear-gradient(135deg,#c5303014,#3f3f4680);border-left:4px solid #c53030;border-radius:0 .375rem .375rem 0}.fr-detail-summary p{margin:0;font-size:1.0625rem;color:#d4d4d8;line-height:1.8;font-style:italic}.fr-detail-body{padding:2rem;font-size:1.0625rem;line-height:1.8;color:#d4d4d8}.fr-detail-body h2,.fr-detail-body h3,.fr-detail-body h4{color:#fff;margin-top:2rem;margin-bottom:1rem}.fr-detail-body h2{font-size:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgb(70.2473684211,70.2473684211,78.0526315789)}.fr-detail-body h3{font-size:1.25rem}.fr-detail-body p{margin-bottom:1.25rem}.fr-detail-body img{max-width:100%;height:auto;border-radius:.375rem;margin:1.5rem 0}.fr-detail-body a{color:#c53030;text-decoration:none}.fr-detail-body a:hover{text-decoration:underline}.fr-detail-body ul,.fr-detail-body ol{padding-left:1.5rem;margin-bottom:1.25rem}.fr-detail-body li{margin-bottom:.5rem}.fr-detail-body blockquote{margin:1.5rem 0;padding:1rem 1.5rem;background:#46464e;border-left:4px solid #c53030;border-radius:0 .375rem .375rem 0;font-style:italic;color:#a1a1aa}.fr-related-section{margin-top:2rem;background:#46464e;border-radius:.5rem;padding:1.5rem;border:1px solid rgb(70.2473684211,70.2473684211,78.0526315789)}.fr-related-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}.fr-related-title i{color:#c53030}.fr-related-products-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.fr-related-products-grid{grid-template-columns:repeat(4,1fr)}}.fr-related-product-card{text-align:center}.fr-related-product-card a{text-decoration:none;color:inherit}.fr-related-product-image{border-radius:.375rem;overflow:hidden;margin-bottom:.75rem;aspect-ratio:1;background:#27272a}.fr-related-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fr-related-product-card:hover .fr-related-product-image img{transform:scale(1.05)}.fr-related-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a1a1aa;font-size:2rem}.fr-related-product-card h4{font-size:.875rem;font-weight:600;color:#d4d4d8;margin:0;line-height:1.4;transition:color .15s ease}.fr-related-product-card:hover h4{color:#c53030}.fr-related-articles{display:flex;flex-direction:column;gap:1rem}.fr-related-article-item{display:flex;gap:1rem;text-decoration:none;transition:all .15s ease}.fr-related-article-item:hover{transform:translate(4px)}.fr-related-thumb{width:100px;height:75px;border-radius:.375rem;overflow:hidden;flex-shrink:0;background:#27272a}.fr-related-thumb img{width:100%;height:100%;object-fit:cover}.fr-related-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a1a1aa;font-size:1.25rem}.fr-related-content{flex:1;min-width:0}.fr-related-content h4{font-size:.875rem;font-weight:600;color:#f4f4f8;margin:0 0 .375rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.fr-related-content .date{font-size:.75rem;color:#a1a1aa}.fr-related-article-item:hover .fr-related-content h4{color:#c53030}.catalog-intro-title{font-size:1.5rem;font-weight:600;color:#f4f4f8;margin-bottom:.5rem}.catalog-intro-summary{color:#d4d4d8;font-size:.9375rem;line-height:1.6}.border-bottom{border-bottom-color:#3f3f46}.fr-page-header{position:relative;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:calc(-1 * var(--fr-header-height));padding-top:var(--fr-header-height);background-color:var(--fr-bg-deep)}@media(min-width:768px){.fr-page-header{height:400px}}.fr-page-header-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.fr-page-header-bg img{width:100%;height:100%;object-fit:cover}.fr-page-header-bg .fr-page-header-pattern{width:100%;height:100%;background-image:linear-gradient(45deg,var(--fr-bg-dark) 25%,transparent 25%),linear-gradient(-45deg,var(--fr-bg-dark) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--fr-bg-dark) 75%),linear-gradient(-45deg,transparent 75%,var(--fr-bg-dark) 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;opacity:.1}.fr-page-header-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(24,24,27,.3),var(--fr-bg-dark));z-index:1}.fr-page-header-content{position:relative;z-index:2;text-align:center}.fr-page-title{font-size:2.5rem;font-weight:700;color:var(--fr-text-light);margin-bottom:1rem;letter-spacing:-.02em;text-transform:uppercase}@media(min-width:768px){.fr-page-title{font-size:3.5rem}}.fr-breadcrumbs{display:flex;justify-content:center}.fr-breadcrumbs ol{display:flex;list-style:none;padding:0;margin:0;gap:.5rem;align-items:center}.fr-breadcrumbs li{color:var(--fr-text-muted);font-size:.875rem;display:flex;align-items:center}.fr-breadcrumbs li:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--fr-text-subtle)}.fr-breadcrumbs li a{color:var(--fr-text-muted);text-decoration:none;transition:color .2s}.fr-breadcrumbs li a:hover{color:var(--fr-primary)}.fr-breadcrumbs li.active{color:var(--fr-text-light);font-weight:500}.fr-toast{position:absolute;display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:6px;font-size:.8125rem;font-weight:500;line-height:1.4;z-index:10000;white-space:nowrap;pointer-events:none;opacity:0;transform:translateY(8px);transition:all .3s cubic-bezier(.21,1.02,.73,1);box-shadow:0 4px 20px #00000059}.fr-toast i{font-size:1rem;flex-shrink:0}.fr-toast span{color:#fff}.fr-toast-show{opacity:1;transform:translateY(0)}.fr-toast-hide{opacity:0;transform:translateY(-8px);transition:all .25s ease-in}.fr-toast-success{background:#c53030;border:1px solid rgba(197,48,48,.6)}.fr-toast-success i{color:#fff}.fr-toast-error{background:#dc2626eb;border:1px solid rgba(239,68,68,.4)}.fr-toast-error i{color:#fca5a5}.fr-toast-warning{background:#b48214eb;border:1px solid rgba(245,158,11,.4)}.fr-toast-warning i{color:#fde68a}.fr-toast-info{background:#2563ebeb;border:1px solid rgba(59,130,246,.4)}.fr-toast-info i{color:#93c5fd}/**
 * Copyright (c) Since 2024 InnoShop - All Rights Reserved
 *
 * @link       https://www.innoshop.com
 * @author     InnoShop <team@innoshop.com>
 * @license    https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */.modules-box .swiper-fullscreen{width:100%;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;max-width:none!important}.modules-box .container-fluid{width:100%;padding-left:1.5rem;padding-right:1.5rem;margin-left:auto;margin-right:auto}.modules-box .container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.modules-box .row{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.modules-box [class*=col-]{position:relative;width:100%;padding-right:1rem;padding-left:1rem}.modules-box .row.gx-3 [class*=col-],.modules-box .row.gx-lg-4 [class*=col-]{margin-bottom:1.5rem}@media(min-width:576px){.modules-box .col-sm-6{flex:0 0 50%;max-width:50%}}@media(min-width:768px){.modules-box .col-md-3{flex:0 0 25%;max-width:25%}.modules-box .col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.modules-box .col-md-6{flex:0 0 50%;max-width:50%}}@media(min-width:992px){.modules-box .col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.modules-box .col-lg-3{flex:0 0 25%;max-width:25%}.modules-box .col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}}@media(min-width:1200px){.modules-box .col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.modules-box .col-xl-3{flex:0 0 25%;max-width:25%}.modules-box .col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}}.modules-box .module-item{width:100%;margin:0;padding:0;position:relative}.modules-box .module-content{width:100%}.modules-box .module-line{width:100%;margin:0;padding:0 0 2rem;overflow:hidden}.modules-box .module-title-wrap .module-title{font-size:2rem;font-weight:600;color:#c53030;margin-bottom:1rem}.modules-box .module-title-wrap .module-sub-title{font-size:1.125rem;color:#a1a1aa;font-weight:400}.modules-box .module-title-wrap h2{font-size:2rem;font-weight:600;color:#c53030;margin-bottom:1rem}.modules-box .module-title-wrap .subtitle{font-size:1.125rem;color:#a1a1aa;font-weight:400}.modules-box .rich-text-content{width:100%;overflow-wrap:break-word;line-height:1.6;color:#f4f4f8;padding:1.5rem;border-radius:.375rem;min-height:50px}.modules-box .rich-text-content img{max-width:100%;height:auto;display:block;margin:1.5rem auto}.modules-box .rich-text-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#27272a}.modules-box .rich-text-content table th,.modules-box .rich-text-content table td{padding:1rem;text-align:left;border-bottom:1px solid #52525b;color:#f4f4f8}.modules-box .rich-text-content table th{font-weight:600;background-color:#3f3f46;color:#fff}.modules-box .rich-text-content a{color:#c53030;text-decoration:none;transition:color .2s ease}.modules-box .rich-text-content a:hover{color:#9b2c2c}.modules-box .rich-text-content ul,.modules-box .rich-text-content ol{padding-left:2rem;margin:1rem 0;color:#f4f4f8}.modules-box .rich-text-content ul li,.modules-box .rich-text-content ol li{margin-bottom:.5rem;color:#f4f4f8}.modules-box .rich-text-content blockquote{border-left:4px solid #c53030;margin:1.5rem 0;color:#a1a1aa;font-style:italic;background:#27272a;padding:1.5rem;border-radius:0}.modules-box .rich-text-content h1,.modules-box .rich-text-content h2,.modules-box .rich-text-content h3,.modules-box .rich-text-content h4,.modules-box .rich-text-content h5,.modules-box .rich-text-content h6{font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#fff}.modules-box .rich-text-content h1{font-size:2.5rem}.modules-box .rich-text-content h2{font-size:2rem}.modules-box .rich-text-content h3{font-size:1.75rem}.modules-box .rich-text-content h4{font-size:1.5rem}.modules-box .rich-text-content h5{font-size:1.25rem}.modules-box .rich-text-content h6{font-size:1rem}.modules-box .rich-text-content p{margin:1rem 0;color:#f4f4f8}.modules-box .rich-text-content iframe{max-width:100%;height:auto;aspect-ratio:16/9}.modules-box .product-card,.modules-box .product-item,.modules-box .product-grid-item{background:#27272a;border-radius:.375rem;overflow:hidden;transition:all .2s ease;box-shadow:0 4px 20px #00000014;height:100%;border:1px solid #52525b}.modules-box .product-card:hover,.modules-box .product-item:hover,.modules-box .product-grid-item:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.modules-box .product-card img,.modules-box .product-item img,.modules-box .product-grid-item img{width:100%;height:auto;object-fit:cover;aspect-ratio:1/1}.modules-box .product-card .product-info,.modules-box .product-item .product-info,.modules-box .product-grid-item .product-info{padding:1.5rem}.modules-box .product-card .product-item-info .product-name,.modules-box .product-item .product-item-info .product-name,.modules-box .product-grid-item .product-item-info .product-name,.modules-box .product-card .product-item-info .product-name a,.modules-box .product-item .product-item-info .product-name a,.modules-box .product-grid-item .product-item-info .product-name a{color:#fff}.modules-box .product-card .product-item-info .product-name a:hover,.modules-box .product-item .product-item-info .product-name a:hover,.modules-box .product-grid-item .product-item-info .product-name a:hover{color:#c53030;text-decoration:none}.modules-box .product-card .product-price,.modules-box .product-item .product-price,.modules-box .product-grid-item .product-price{font-size:1.25rem;font-weight:600;color:#c53030}.modules-box .product-card .product-link,.modules-box .product-item .product-link,.modules-box .product-grid-item .product-link{display:inline-block;margin-top:1rem;color:#c53030;text-decoration:none;font-weight:500;transition:color .2s ease}.modules-box .product-card .product-link:hover,.modules-box .product-item .product-link:hover,.modules-box .product-grid-item .product-link:hover{color:#9b2c2c}.modules-box .swiper{width:100%;overflow:hidden}.modules-box .swiper-slide{position:relative;overflow:hidden}.modules-box .swiper-slide img{width:100%;height:auto;object-fit:cover;display:block}.modules-box .swiper-pagination{bottom:1.5rem}.modules-box .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;background:#ffffff80;opacity:1;transition:all .2s ease}.modules-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#c53030;width:24px;border-radius:4px}.modules-box .swiper-button-next,.modules-box .swiper-button-prev{color:#fff;width:44px;height:44px;background:#0000004d;border-radius:50%;transition:background .2s ease}.modules-box .swiper-button-next:hover,.modules-box .swiper-button-prev:hover{background:#00000080}.modules-box .swiper-button-next:after,.modules-box .swiper-button-prev:after{font-size:20px}.modules-box .brand-item{padding:1.5rem;text-align:center;background:#27272a;border-radius:.375rem;border:1px solid #52525b;transition:all .2s ease}.modules-box .brand-item:hover{box-shadow:0 4px 20px #0000001a;transform:scale(1.05)}.modules-box .brand-item img{max-width:100%;height:auto;object-fit:contain}.modules-box .card-slider-item{background:#27272a;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid #52525b;transition:all .2s ease}.modules-box .card-slider-item:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.modules-box .card-slider-item img{width:100%;height:200px;object-fit:cover}.modules-box .card-slider-item .card-content{padding:1.5rem}.modules-box .card-slider-item .card-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.modules-box .card-slider-item .card-desc{font-size:.875rem;color:#a1a1aa}.modules-box .image-grid-item{position:relative;overflow:hidden;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.modules-box .image-grid-item:hover{transform:scale(1.02);box-shadow:0 4px 20px #0000001a}.modules-box .image-grid-item img{width:100%;height:100%;object-fit:cover;display:block}.modules-box .module-article .module-title-wrap{margin-bottom:3rem}.modules-box .btn,.modules-box .button{display:inline-block;padding:1rem 2rem;font-size:1rem;font-weight:500;text-align:center;text-decoration:none;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.modules-box .btn.btn-primary,.modules-box .button.btn-primary{background:#c53030;color:#fff}.modules-box .btn.btn-primary:hover,.modules-box .button.btn-primary:hover{background:#9b2c2c;transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.modules-box .btn.btn-secondary,.modules-box .button.btn-secondary{background:#3f3f46;color:#fff}.modules-box .btn.btn-secondary:hover,.modules-box .button.btn-secondary:hover{background:#27272b}.modules-box .btn.btn-outline,.modules-box .button.btn-outline{background:transparent;border:2px solid #c53030;color:#c53030}.modules-box .btn.btn-outline:hover,.modules-box .button.btn-outline:hover{background:#c53030;color:#fff}.pagebuilder-design-mode .module-item{position:relative}.pagebuilder-design-mode .module-item:hover{outline:2px solid #c53030;outline-offset:2px;z-index:1010}.pagebuilder-design-mode .module-item.module-item-design:hover{z-index:1010}.pagebuilder-design-mode .module-edit-buttons{position:absolute;top:0;right:0;z-index:100}.module-item.module-item-design:hover{z-index:1010!important}@media(max-width:992px){.modules-box .module-title-wrap .module-title,.modules-box .module-title-wrap h2{font-size:1.75rem}.modules-box .rich-text-content h1{font-size:2rem}.modules-box .rich-text-content h2{font-size:1.75rem}.modules-box .rich-text-content h3{font-size:1.5rem}}@media(max-width:768px){.modules-box .module-title-wrap{margin-bottom:1.5rem}.modules-box .module-title-wrap .module-title,.modules-box .module-title-wrap h2{font-size:1.5rem}.modules-box .module-title-wrap .module-sub-title,.modules-box .module-title-wrap .subtitle{font-size:1rem}.modules-box .module-line{padding:1.5rem 0}.modules-box .rich-text-content h1{font-size:1.75rem}.modules-box .rich-text-content h2{font-size:1.5rem}.modules-box .rich-text-content h3{font-size:1.25rem}.modules-box .rich-text-content table{font-size:.875rem}}@media(max-width:576px){.modules-box .swiper-button-next,.modules-box .swiper-button-prev{width:32px;height:32px}.modules-box .swiper-button-next:after,.modules-box .swiper-button-prev:after{font-size:16px}.modules-box .swiper-pagination{bottom:1rem}}.modules-box .module-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:7rem;text-align:center;color:#a1a1aa;background:#fafafa;border-radius:.5rem;border:2px dashed #52525b}.modules-box .module-empty i{font-size:3rem;margin-bottom:1.5rem;opacity:.5}.modules-box .module-empty p{margin:0}@font-face{font-family:Jost;src:url("../../../../vendor/font/jost/Jost-Regular.ttf") format("truetype");font-style:normal;font-weight:500;font-weight:400;font-display:swap}@font-face{font-family:Jost;src:url("../../../../vendor/font/jost/Jost-Medium.ttf") format("truetype");font-style:normal;font-display:swap;font-weight:700}.breadcrumb-wrap{background-color:#f8f8f8;margin-bottom:14px}@media(min-width:768px){.breadcrumb-wrap{padding:14px 0;margin-bottom:24px}}.breadcrumb-wrap .breadcrumb{display:flex;justify-content:flex-start;align-items:center;margin-bottom:0}.breadcrumb-wrap .breadcrumb li{font-size:13px;display:flex;align-items:center;line-height:1;color:#999}.breadcrumb-wrap .breadcrumb li a{text-decoration:none;color:#666;transition:color .2s}.breadcrumb-wrap .breadcrumb li a:hover{color:#c53030}.breadcrumb-wrap .breadcrumb li .home-icon{margin-right:4px}.breadcrumb-wrap .breadcrumb li:not(:last-child){margin-right:6px}.breadcrumb-wrap .breadcrumb li:not(:last-child):after{content:"/";margin:0 6px;color:#ccc}.breadcrumb-wrap .breadcrumb li:last-child{color:#333;font-weight:500}.breadcrumb-filter-btn .btn{padding:.375rem .75rem;border:1px solid #007bff;font-size:.875rem;font-weight:500;color:#007bff;background-color:transparent;border-radius:.375rem;transition:all .15s ease-in-out;white-space:nowrap}.breadcrumb-filter-btn .btn:hover,.breadcrumb-filter-btn .btn:focus{color:#fff;background-color:#007bff;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.breadcrumb-filter-btn .btn:active{color:#fff;background-color:#0056b3;border-color:#004085}.breadcrumb-filter-btn .btn i,.breadcrumb-filter-btn .btn .filter-text{font-size:.875rem}@media(max-width:575.98px){.breadcrumb-filter-btn .btn{padding:.25rem .5rem;font-size:.8125rem}.breadcrumb-filter-btn .btn i,.breadcrumb-filter-btn .btn .filter-text{font-size:.8125rem}}.breadcrumb-wrap .container{padding-top:1rem;padding-bottom:1rem}.breadcrumb-wrap .container.d-flex{justify-content:space-between;flex-wrap:wrap;gap:.75rem;align-items:center}@media(max-width:767.98px){.breadcrumb-wrap .container.d-flex{gap:.5rem;flex-wrap:wrap;justify-content:space-between}}.breadcrumb-wrap .container .breadcrumb{flex-wrap:wrap;margin-bottom:0;flex:1}@media(max-width:767.98px){.breadcrumb-wrap .container .breadcrumb{margin-right:0;flex:1;min-width:0}}.breadcrumb-wrap .container .breadcrumb li a,.breadcrumb-wrap .container .breadcrumb li span{word-break:break-word;-webkit-hyphens:auto;hyphens:auto}@media(max-width:575.98px){.breadcrumb-wrap .container .breadcrumb li:not(:last-child):after{margin:0 5px}}.filter-sidebar{padding-bottom:1.75rem}.filter-sidebar .filter-sidebar-clear-wrap{margin-bottom:1.25rem}.filter-sidebar .category-item{transition:background-color .2s ease;border-bottom:1px solid #f8f9fa}.filter-sidebar .category-item:hover{background-color:#f8f9fa}.filter-sidebar .category-link{font-size:14px;transition:color .2s ease}.filter-sidebar .category-link:hover{color:#c53030!important}.filter-sidebar .category-link.active{color:#c53030!important;font-weight:600;border-radius:4px}.filter-sidebar .category-link i{font-size:12px}.filter-sidebar .category-toggle{border:none;background:none;color:#6c757d;padding:4px 8px;transition:all .2s ease}.filter-sidebar .category-toggle:hover{background-color:#e9ecef;color:#c53030}.filter-sidebar .category-toggle i{font-size:12px;transition:transform .2s ease}.filter-sidebar .category-toggle:not(.collapsed) i{transform:rotate(180deg)}.filter-sidebar .subcategory-item{transition:background-color .2s ease;border-bottom:1px solid #f8f9fa}.filter-sidebar .subcategory-item:hover{background-color:#f8f9fa}.filter-sidebar .subcategory-link{font-size:13px;transition:color .2s ease}.filter-sidebar .subcategory-link:hover{color:#c53030!important}.filter-sidebar .subcategory-link.active{color:#c53030!important;font-weight:600;border-radius:4px}.filter-sidebar .subcategory-link i{font-size:10px}.filter-sidebar .subcategory-toggle{border:none;background:none;color:#6c757d;padding:2px 6px;transition:all .2s ease}.filter-sidebar .subcategory-toggle:hover{background-color:#e9ecef;color:#c53030}.filter-sidebar .subcategory-toggle i{font-size:10px;transition:transform .2s ease}.filter-sidebar .subcategory-toggle:not(.collapsed) i{transform:rotate(180deg)}.filter-sidebar .subsubcategory-item{transition:background-color .2s ease}.filter-sidebar .subsubcategory-item:hover{background-color:#f8f9fa}.filter-sidebar .subsubcategory-link{font-size:12px;transition:color .2s ease}.filter-sidebar .subsubcategory-link:hover{color:#c53030!important}.filter-sidebar .subsubcategory-link.active{color:#c53030!important;font-weight:600;background-color:#c530301a;border-radius:4px}.filter-sidebar .subsubcategory-link i{font-size:8px}.filter-sidebar .accordion-item{border:none!important}.filter-sidebar .accordion-item:last-child{border-bottom:none!important}.filter-sidebar .dual-range-slider{position:relative;height:40px;margin:20px 0}.filter-sidebar .dual-range-slider .slider-track{position:absolute;top:50%;left:0;right:0;height:6px;background:#e9ecef;border-radius:3px;transform:translateY(-50%)}.filter-sidebar .dual-range-slider .slider-range{position:absolute;top:50%;height:6px;background:#c53030;border-radius:3px;transform:translateY(-50%);left:0%;right:0%}.filter-sidebar .dual-range-slider .slider-thumb{position:absolute;top:50%;width:20px;height:20px;background:#c53030;border:3px solid #fff;border-radius:50%;cursor:pointer;transform:translate(-50%,-50%);box-shadow:0 2px 6px #00000026;transition:all .2s ease;z-index:2}.filter-sidebar .dual-range-slider .slider-thumb:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 4px 12px #00000040}.filter-sidebar .dual-range-slider .slider-thumb:active{transform:translate(-50%,-50%) scale(1.2)}.filter-sidebar .dual-range-slider .slider-thumb.slider-thumb-min{left:0%}.filter-sidebar .dual-range-slider .slider-thumb.slider-thumb-max{left:100%}.filter-sidebar .price-inputs-container{order:-1}.filter-sidebar .form-check{margin-bottom:.5rem}.filter-sidebar .form-check .form-check-input:checked{background-color:#c53030;border-color:#c53030}.filter-sidebar .form-check .form-check-input:focus{border-color:#c5303080;outline:0;box-shadow:0 0 0 .25rem #c5303040}.filter-sidebar .form-check .form-check-label{font-size:14px;color:#495057;cursor:pointer}.filter-sidebar .form-check .form-check-label:hover{color:#c53030}.filter-sidebar .card{border-radius:8px;overflow:hidden}.filter-sidebar .card .card-header{border-bottom:1px solid #e9ecef;padding:1rem}.filter-sidebar .card .card-header h6{font-size:16px;margin-bottom:0}.filter-sidebar .card .card-body{padding:1rem}.filter-sidebar .clear-filters-btn{background-color:#6c757d;border-color:#6c757d;color:#fff;font-size:14px;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease}.filter-sidebar .clear-filters-btn:hover{background-color:#5a6268;border-color:#545b62}.filter-sidebar .clear-filters-btn:focus{box-shadow:0 0 0 .2rem #6c757d80}@media(max-width:767.98px){.filter-sidebar{position:fixed;top:0;right:0;width:300px;height:100vh;height:100dvh;background:#fff;z-index:1050;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;overscroll-behavior:contain;box-shadow:-2px 0 10px #0000001a;padding:1rem;padding-bottom:max(2.25rem,1.25rem + env(safe-area-inset-bottom,0px))}.filter-sidebar.show{transform:translate(0)}}#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1040;display:none}#toggleFilterSidebar{background-color:#c53030;border-color:#c53030;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:14px;transition:all .2s ease}#toggleFilterSidebar:hover{background-color:#9c2626;border-color:#872121}#toggleFilterSidebar:focus{box-shadow:0 0 0 .2rem #c5303080}#toggleFilterSidebar i{margin-right:.5rem}@media(min-width:768px){#toggleFilterSidebar{display:none}}.product-grid-item{margin-bottom:16px}@media(min-width:992px){.product-grid-item{margin-bottom:30px;padding-bottom:10px}.product-grid-item:hover .product-bottom-btns{transform:translateY(0)!important}.product-grid-item:hover .product-price{transform:translateY(100%)}}.product-grid-item:hover{box-shadow:0 10px 25px #00000026}.product-grid-item .image{position:relative;overflow:hidden;border-radius:6px}.product-grid-item .image .product-main-image{width:100%;height:auto;object-fit:cover;transition:box-shadow .3s ease-in-out,opacity .4s ease-in-out,transform .4s ease-in-out;display:block}.product-grid-item .image .product-hover-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.05);transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:2}.product-grid-item .image:has(.product-hover-image):hover .product-main-image{opacity:.9;transform:scale(.95)}.product-grid-item .image:has(.product-hover-image):hover .product-hover-image{opacity:1;transform:scale(1)}.product-grid-item .image .cancel-favorite{position:absolute;top:5px;right:5px;width:36px;height:36px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;font-size:15px;color:#b00101;box-shadow:2px 2px 10px #0000001a;cursor:pointer;z-index:3}.product-grid-item .image .cancel-favorite:hover{color:#fff;background-color:#b00101}.product-grid-item .product-item-info{text-align:center}.product-grid-item .product-item-info .product-name{padding:0 5px;font-size:.875rem;margin-top:1rem;margin-bottom:.5rem;font-weight:700;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-grid-item .product-item-info .product-name a{color:inherit}.product-grid-item .product-item-info .product-name a:hover{text-decoration:underline;color:#c53030}.product-grid-item .product-item-info .product-bottom{position:relative;overflow:hidden}.product-grid-item .product-item-info .product-bottom-btns{transform:translateY(-100%);transition:transform .3s}.product-grid-item .product-item-info .product-bottom-btns .btn-add-cart{font-weight:700;font-size:16px;text-decoration:underline;color:#c53030}.product-grid-item .product-item-info .product-price{display:flex;justify-content:center;align-items:center;position:absolute;top:0;width:100%;transition:transform .3s}.product-grid-item .product-item-info .product-price .price-new{font-size:1rem;font-weight:700;color:#c53030}.product-grid-item .product-item-info .product-price .price-old{font-size:.9rem;color:#768088;text-decoration:line-through;margin-left:10px;margin-right:10px}.list{display:flex;flex-wrap:wrap;border-bottom:1px solid #eee;padding-bottom:1.4rem;margin-bottom:1.4rem}.list .image{flex:0 0 200px;margin-bottom:0;transition:all .3s ease-in-out}.list .product-item-info{flex:.2;padding-left:20px;padding-top:10px;text-align:left}.list .product-item-info .sub-product-title,.list .product-item-info .product-bottom{margin-top:10px;margin-bottom:20px}.list .product-item-info .product-price{text-align:left;justify-content:flex-start}.list .product-item-info .product-price .price-old{margin-left:0}.list .product-item-info .add-wishlist{margin-top:10px;margin-bottom:20px;max-width:100px}.module-product-tab .nav-tabs{display:flex;justify-content:center;border:none;margin-bottom:20px;margin-top:-6px}@media(min-width:992px){.module-product-tab .nav-tabs{margin-bottom:40px}}.module-product-tab .nav-tabs .nav-link{border:none!important;color:#7e7e7e;border-radius:50px;margin:0;font-size:12px;font-weight:700}@media(min-width:992px){.module-product-tab .nav-tabs .nav-link{margin:0 10px;font-size:14px}}.module-product-tab .nav-tabs .nav-link:hover{background-color:#ffebf2}.module-product-tab .nav-tabs .nav-link.active{background-color:#ffebf2;color:#c53030}.blog-item{margin-bottom:10px}@media(min-width:768px){.blog-item{margin-bottom:30px}}.blog-item .image{position:relative;overflow:hidden;border-radius:6px;margin-bottom:12px;transition:box-shadow .3s ease-in-out}.blog-item .image:hover{box-shadow:0 10px 25px #00000026}.blog-item .image img{width:100%;height:auto;border-radius:6px;display:block;transition:transform .3s ease-in-out}.blog-item .image:hover img{transform:scale(1.02)}.blog-item .blog-item-info .blog-catalog{font-weight:700;color:#c53030;margin-bottom:4px}.blog-item .blog-item-info .blog-title{font-size:14px;font-weight:700;margin-bottom:10px}@media(min-width:768px){.blog-item .blog-item-info .blog-title{font-size:18px}}.blog-item .blog-item-info .blog-title a{color:#333;text-decoration:none;transition:color .3s ease}.blog-item .blog-item-info .blog-title a:hover{color:#c53030}.blog-item .blog-item-info .author-wrap{display:flex;align-items:center;color:#777}.blog-item .blog-item-info .author-wrap .blog-author{margin-right:20px}.rate{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.rating{display:flex;flex-direction:row-reverse}.rating>input{display:none}.rating>label{position:relative;width:1em;font-size:30px;font-weight:300;color:#e31052;cursor:pointer}.rating>label:before{content:"★";position:absolute;opacity:0}.rating>label:hover:before,.rating>label:hover~label:before{opacity:1!important}.rating>input:checked~label:before{opacity:1}.rating:hover>input:checked~label:before{opacity:.4}.buttons{top:36px;position:relative}.rating-submit{border-radius:8px;color:#fff;height:auto}.rating-submit:hover{color:#fff}.line{width:50%;height:1px;background:#c3c1c1}.word{color:#c3c1c1}.social-button{width:50px;height:50px;border-radius:50%;background-color:#c53030;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-size:1.5rem;border:none}body.page-login{margin-bottom:0!important}.login-register-box{max-width:540px;background-color:#f3f3f3;margin:30px auto;padding:16px}@media(min-width:992px){.login-register-box{padding:36px;margin:70px auto}}.login-register-box.iframe{margin:10px 0 0}.login-register-box .login-title{text-align:center;font-size:24px;margin-bottom:20px}.login-register-box .login-sub-title{text-align:center;font-size:16px;color:#666;margin-bottom:30px}.login-register-box .form-group input{border:none;height:44px;font-size:15px;border-radius:0}.login-register-box .btn-submit{margin-top:30px}@media(min-width:400px){.login-register-box .btn-submit{display:flex;justify-content:space-between;align-items:center}}.login-register-box .btn-submit .form-submit{width:50%;display:block}.login-register-box .btn-submit a{color:#222;display:block;font-weight:700}.login-register-box .auth-method-switch .btn-outline-primary.active{background-color:#c53030;border-color:#c53030;color:#fff!important}.login-register-box .auth-method-switch .btn-outline-primary:not(.active){color:#c53030;background-color:#fff}.login-register-box .auth-method-switch .btn-outline-primary:not(.active):hover{background-color:#fff;color:#c53030}.account-card-box{border:1px solid #ECF0F4;padding:16px}@media(min-width:992px){.account-card-box{min-height:621px}}@media(min-width:768px){.account-card-box{padding:30px}}.account-card-box .account-card-title{margin-bottom:30px}.account-card-box .account-card-title span{font-size:16px;font-weight:700}@media(min-width:768px){.account-card-box .account-card-title span{font-size:20px}}.account-card-box .account-card-sub-title{margin-bottom:16px}.account-card-box .account-card-sub-title span{font-size:16px;font-weight:700}body.page-account .account-info .account-data{border-bottom:1px solid #ECF0F4;margin-bottom:50px;padding-bottom:50px;margin-top:50px}body.page-account .account-info .account-data .account-item-data{text-align:center}body.page-account .account-info .account-data .account-item-data .value{font-size:2rem;font-weight:700}body.page-account .account-info .no-order{background-color:#f6f6f6;font-size:1rem}body.page-account .account-info .no-order a{color:#457c46}.account-sidebar{border:1px solid #e8eef3;margin-bottom:20px}.account-sidebar .account-user{display:flex;align-items:center;border-bottom:1px solid #e8eef3;margin:16px;padding-bottom:20px}@media(min-width:768px){.account-sidebar .account-user{margin:30px;padding-bottom:30px}}.account-sidebar .account-user .profile{width:60px;height:60px;flex:0 0 60px;display:flex;align-items:center;justify-content:center;border:1px solid #e8eef3;border-radius:50%;overflow:hidden;margin-right:14px}.account-sidebar .account-user .account-name .name{font-size:.9rem}.account-sidebar .account-links{list-style:none;padding-left:0}.account-sidebar .account-links li.active a{color:#222;border-left:2px solid #c53030}.account-sidebar .account-links li a{color:#7c818b;padding:6px 10px 6px 18px;margin:20px 0;border-left:2px solid transparent;display:flex;font-weight:700;align-items:center;font-size:1rem;line-height:1}@media(min-width:768px){.account-sidebar .account-links li a{padding:6px 10px 6px 30px;margin:26px 0}}.account-sidebar .account-links li a:hover{color:#222}.account-sidebar .account-links li a i{color:#222;font-size:20px;margin-right:20px}.account-table-box th,.account-table-box td{padding:10px 0}.account-table-box th{border-bottom:none;font-size:14px}.account-table-box tr:last-child td{border-bottom:none}body.page-categories .top-order-wrap{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:26px}body.page-categories .top-order-wrap .right{display:flex;align-items:center}@media(max-width:768px){body.page-categories .top-order-wrap .right{justify-content:space-between;width:100%}}body.page-categories .top-order-wrap .right .order-item{display:flex;align-items:center;border-right:1px solid #eee;padding-right:10px;margin-right:10px}body.page-categories .top-order-wrap .right .order-item span{color:#777;margin-right:8px;white-space:nowrap}body.page-categories .top-order-wrap .right .order-item:last-child{border-right:none;padding-right:0;margin-right:0}body.page-categories .top-order-wrap .right .order-item .form-select{border:none;padding-top:0;padding-bottom:0}body.page-categories .top-order-wrap .right .order-item .order-icon{color:#333;font-size:20px;margin-left:10px;padding:0 6px}body.page-categories .top-order-wrap .right .order-item .order-icon.active{background-color:#eee}.product-grid-item .wishlist-container{position:absolute;top:10px;left:10px;z-index:2;display:none}.product-grid-item .image:hover .wishlist-container{display:block}.product-grid-item .add-wishlist{background-color:#00000080;color:#fff;padding:5px 10px;border-radius:5px;cursor:pointer}.product-grid-item .add-wishlist i{margin-right:5px}.filter-sidebar .filter-sidebar-item{margin-bottom:20px}@media(min-width:768px){.filter-sidebar .filter-sidebar-item{margin-bottom:40px}}.filter-sidebar .filter-sidebar-item .title{font-weight:700;font-size:20px;margin-bottom:14px}.filter-sidebar .filter-sidebar-item .price-range .price-slider{position:relative;height:40px;margin-bottom:15px}.filter-sidebar .filter-sidebar-item .price-range .price-slider .slider-track{position:absolute;top:50%;left:0;right:0;height:6px;background:#ff6b35;border-radius:3px;transform:translateY(-50%)}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range]{position:absolute;top:50%;left:0;right:0;width:100%;height:6px;background:transparent;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transform:translateY(-50%)}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#ff6b35;border-radius:50%;cursor:pointer;pointer-events:auto;border:3px solid #fff;box-shadow:0 2px 6px #0000004d}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#ff6b35;border-radius:50%;cursor:pointer;pointer-events:auto;border:3px solid #fff;box-shadow:0 2px 6px #0000004d}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range].slider-min{z-index:2}.filter-sidebar .filter-sidebar-item .price-range .price-slider input[type=range].slider-max{z-index:1}.filter-sidebar .filter-sidebar-item .price-range .price-inputs{display:flex;gap:15px;margin-bottom:15px}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group{flex:1}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group label{display:block;font-size:13px;color:#6c757d;margin-bottom:6px;font-weight:400}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input{width:100%;padding:8px 10px;border:1px solid #ced4da;border-radius:4px;font-size:14px;background:#fff}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b3540}.filter-sidebar .filter-sidebar-item .price-range .price-inputs .price-input-group input::placeholder{color:#adb5bd}.filter-sidebar .filter-sidebar-item .price-range .btn{width:100%;background-color:#ff6b35;border-color:#ff6b35;font-size:14px;padding:10px 16px;font-weight:500}.filter-sidebar .filter-sidebar-item .price-range .btn:hover{background-color:#e55a2b;border-color:#e55a2b}.filter-sidebar .filter-sidebar-item .price-range .btn:focus{box-shadow:0 0 0 2px #ff6b3540}.filter-sidebar .filter-sidebar-item #filter-category>.accordion-item>.accordion-title{padding:4px 0}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item{border:none}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title{display:flex;justify-content:space-between;align-items:center;min-height:30px}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title>a{color:#222}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button{width:30px;height:30px;box-shadow:none;background-color:transparent!important}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button:after{--bs-accordion-btn-icon-width: .8rem;opacity:.7}.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-body{padding:0 0 0 14px}@media(max-width:768px){.filter-sidebar{position:fixed;top:0;right:0;width:50%;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;z-index:1050;padding-left:20px;padding-top:20px}}@media(max-width:992px){body.page-product .breadcrumb-wrap{display:none}}body.page-product .page-product-top{margin-bottom:20px}@media(min-width:992px){body.page-product .page-product-top{margin-bottom:40px}}@media(max-width:992px){body.page-product .page-product-top .product-left-col{padding:0}}body.page-product .page-product-top .product-images{display:flex}@media(min-width:992px){body.page-product .page-product-top .product-images{position:sticky;top:20px;align-self:flex-start}}@media(max-width:991px){body.page-product .page-product-top .product-images{margin-bottom:10px;flex-direction:column}}body.page-product .page-product-top .product-images .sub-product-img{width:100%;position:relative}@media(min-width:992px){body.page-product .page-product-top .product-images .sub-product-img{width:100px;height:560px;flex:0 0 100px;margin-right:20px}body.page-product .page-product-top .product-images .sub-product-img:hover .swiper .sub-product-btn{display:block}body.page-product .page-product-top .product-images .sub-product-img:before,body.page-product .page-product-top .product-images .sub-product-img:after{content:"";position:absolute;left:0;right:0;height:30px;background:linear-gradient(to bottom,rgba(0,0,0,.1),transparent);pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:10}body.page-product .page-product-top .product-images .sub-product-img:before{top:0;background:linear-gradient(to bottom,rgba(0,0,0,.1),transparent)}body.page-product .page-product-top .product-images .sub-product-img:after{bottom:0;background:linear-gradient(to top,rgba(0,0,0,.1),transparent)}body.page-product .page-product-top .product-images .sub-product-img:hover:before,body.page-product .page-product-top .product-images .sub-product-img:hover:after{opacity:1}}@media(min-width:992px){body.page-product .page-product-top .product-images .sub-product-img .swiper{height:100%}}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide{display:flex;justify-content:center}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border:2px solid transparent;border-radius:4px;transition:all .3s ease;cursor:pointer}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item img{border:1px solid #eee;border-radius:2px;transition:border-color .3s ease}@media(min-width:992px){body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide{width:100px;height:100px}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item:hover{border-color:#c53030}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item.active{border-color:#c53030;background-color:#c530301a}}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn{display:none}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div{position:absolute;left:0;width:100%;height:30px;background-color:#0000004d;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:9;font-size:20px}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div:hover{background-color:#00000080}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-prev{top:0}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-next{bottom:0}@media(min-width:992px){body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-pagination{display:none}}body.page-product .page-product-top .product-images .main-product-img{cursor:pointer}@media(max-width:991px){body.page-product .page-product-top .product-images .main-product-img{margin-top:15px}}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide{display:flex;align-items:center;justify-content:center}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide .video-play-overlay{cursor:pointer;transition:transform .3s ease}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide .video-play-overlay:hover{transform:scale(1.1)}body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination{position:absolute;bottom:15px;left:50%;transform:translate(-50%);z-index:1001;display:flex;justify-content:center;align-items:center}body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:#fff9;opacity:1;margin:0 4px;cursor:pointer;transition:all .3s ease}body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#c53030;transform:scale(1.2)}@media(min-width:992px){body.page-product .page-product-top .product-info{padding-left:20px}}body.page-product .page-product-top .product-info .product-title{font-size:18px;font-weight:700;margin-bottom:10px}@media(min-width:992px){body.page-product .page-product-top .product-info .product-title{font-size:24px}}body.page-product .page-product-top .product-info .product-price{border-bottom:1px solid #e6e6e6;margin-bottom:10px;padding-bottom:10px}@media(min-width:992px){body.page-product .page-product-top .product-info .product-price{margin-bottom:20px;padding-bottom:20px}}body.page-product .page-product-top .product-info .product-price .price{font-size:20px;font-weight:700;color:#c53030}@media(min-width:992px){body.page-product .page-product-top .product-info .product-price .price{font-size:26px}}body.page-product .page-product-top .product-info .product-price .old-price{font-size:16px;color:#777;text-decoration:line-through}body.page-product .page-product-top .product-info .stock-wrap>div{font-weight:700;font-size:14px}body.page-product .page-product-top .product-info .stock-wrap>div.in-stock{color:#3fc158;background-color:#eef8ee}body.page-product .page-product-top .product-info .stock-wrap>div.out-stock{color:#777;background-color:#e3e3e3}body.page-product .page-product-top .product-info .sub-product-title{color:#666;line-height:1.8;font-size:14px;margin-top:10px}body.page-product .page-product-top .product-info .product-param{list-style:none;padding:0;margin:10px 0;font-size:14px}@media(min-width:992px){body.page-product .page-product-top .product-info .product-param{margin:20px 0}}body.page-product .page-product-top .product-info .product-param li{color:#333;line-height:1.8;padding:2px 0}body.page-product .page-product-top .product-info .product-param li span.title{color:#888}body.page-product .page-product-top .product-info .product-variant-box{margin-bottom:20px}body.page-product .page-product-top .product-info .product-variant-box .product-variant{margin-bottom:6px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-title{font-size:14px;font-weight:700;margin-bottom:6px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name{display:inline-flex;align-items:center;margin-right:10px;margin-bottom:10px;cursor:pointer;border:1px solid #ddd;padding:5px 14px;border-radius:2px;gap:8px;min-height:40px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-image-container{width:30px;height:30px;border-radius:2px;overflow:hidden;flex-shrink:0}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-image-container .variant-value-image{width:100%;height:100%;object-fit:cover}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name .variant-text{font-size:14px;line-height:1.2}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled{color:#999;border-color:#ddd;border-style:dashed;text-decoration:line-through}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled .variant-image-container{opacity:.5}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active{border-color:#c53030;color:#c53030;border-style:solid;box-shadow:0 2px 4px #c53030}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover{border-color:#c53030;box-shadow:0 2px 4px #c53030}body.page-product .page-product-top .product-info .product-info-bottom{margin-bottom:20px}@media(min-width:992px){body.page-product .page-product-top .product-info .product-info-bottom{height:50px;display:flex;align-items:center}}@media(max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap{height:40px;margin-bottom:10px}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{height:inherit}@media(min-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{margin-left:20px}}@media(max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{height:40px;display:flex}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn{height:inherit;padding:0 20px;font-size:16px;font-weight:700;border-radius:0}@media(max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn{width:50%}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now{background-color:#e6e8eb;color:#333}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover{background-color:#d9dce1}body.page-product .page-product-top .product-info .add-wishlist{font-weight:700;cursor:pointer}body.page-product .page-product-top .product-info .add-wishlist:hover{text-decoration:underline}body.page-product .product-description{margin-bottom:40px}body.page-product .bundle-items-display{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:15px;margin:15px 0}body.page-product .bundle-title{color:#495057;font-weight:600;margin-bottom:10px}body.page-product .bundle-products{gap:10px}body.page-product .bundle-product-item{background-color:#fff;border:1px solid #dee2e6;border-radius:6px;padding:8px;margin:2px 0}body.page-product .bundle-product-name{font-size:14px;font-weight:500;color:#212529;line-height:1.2}body.page-product .bundle-separator{font-weight:700;color:#6c757d;font-size:18px}body.page-product .bundle-total-price{color:#dc3545;font-size:16px;border-top:1px solid #dee2e6;padding-top:10px}body.page-product .product-options{margin-bottom:20px}body.page-product .product-options .options-title{font-weight:600;margin-bottom:15px;color:#333}body.page-product .product-options .option-group{border:1px solid #e9ecef;border-radius:8px;padding:15px;background-color:#f8f9fa;margin-bottom:15px}body.page-product .product-options .option-group.has-error{border-color:#c53030!important;background-color:#fff5f5!important;box-shadow:0 0 0 .2rem #e53e3e40!important}body.page-product .product-options .option-group.has-error .option-label{color:#c53030!important}body.page-product .product-options .option-group.has-error .option-select{border-color:#c53030!important}body.page-product .product-options .option-group.has-error .option-radio-item,body.page-product .product-options .option-group.has-error .option-checkbox-item{background-color:#fff!important}body.page-product .product-options .option-group.has-success{border-color:#28a745!important;background-color:#f8fff9!important}body.page-product .product-options .option-group.has-success .option-label:after{content:" ✓";color:#28a745;font-weight:700;margin-left:5px}body.page-product .product-options .option-label{font-weight:500;color:#495057;margin-bottom:10px;display:block}body.page-product .product-options .option-select{width:100%}body.page-product .product-options .option-select option:disabled{color:#6c757d;background-color:#f8f9fa}body.page-product .product-options .radio-group{display:flex;flex-wrap:wrap;gap:15px}@media(max-width:576px){body.page-product .product-options .radio-group{gap:6px}}body.page-product .product-options .option-radio-item{border:2px solid #dee2e6;border-radius:6px;cursor:pointer;transition:all .3s ease;background-color:#fff;min-width:120px;text-align:center}@media(max-width:576px){body.page-product .product-options .option-radio-item{min-width:calc(33.333% - 4px);padding:6px;font-size:11px}}body.page-product .product-options .option-radio-item:hover{border-color:#c53030;box-shadow:0 2px 4px #e91e631a}body.page-product .product-options .option-radio-item:has(input:checked){background-color:#e7f3ff;border-color:#c53030}body.page-product .product-options .option-radio-item.selected label{color:#c53030}body.page-product .product-options .option-radio-item.out-of-stock{background-color:#f8f9fa!important;border-color:#dee2e6!important;cursor:not-allowed!important;opacity:.6}body.page-product .product-options .option-radio-item.out-of-stock:hover{border-color:#dee2e6!important;box-shadow:none!important}body.page-product .product-options .option-radio-item.out-of-stock label{cursor:not-allowed;color:#6c757d}body.page-product .product-options .option-radio-item.out-of-stock .out-of-stock-text{color:#c53030;font-weight:500}body.page-product .product-options .option-radio-item label{cursor:pointer;-webkit-user-select:none;user-select:none;display:block;width:100%;margin:0;padding:8px 12px;border-radius:4px;transition:all .2s ease}body.page-product .product-options .option-radio-item .form-check-input{display:none}body.page-product .product-options .checkbox-group{display:flex;flex-wrap:wrap;gap:15px}@media(max-width:576px){body.page-product .product-options .checkbox-group{gap:6px}}body.page-product .product-options .option-checkbox-item{border:2px solid #dee2e6;border-radius:6px;padding:10px;cursor:pointer;transition:all .3s ease;background-color:#fff;min-width:120px;text-align:center}@media(max-width:576px){body.page-product .product-options .option-checkbox-item{min-width:calc(33.333% - 4px);padding:6px;font-size:11px}}body.page-product .product-options .option-checkbox-item:hover{border-color:#28a745;box-shadow:0 2px 4px #28a7451a}body.page-product .product-options .option-checkbox-item:has(input:checked){background-color:#d4edda;border-color:#28a745}body.page-product .product-options .option-checkbox-item.selected label{color:#1976d2}body.page-product .product-options .option-checkbox-item.out-of-stock{background-color:#f8f9fa!important;border-color:#dee2e6!important;cursor:not-allowed!important;opacity:.6}body.page-product .product-options .option-checkbox-item.out-of-stock:hover{border-color:#dee2e6!important;box-shadow:none!important}body.page-product .product-options .option-checkbox-item.out-of-stock label{cursor:not-allowed;color:#6c757d}body.page-product .product-options .option-checkbox-item.out-of-stock .out-of-stock-text{color:#c53030;font-weight:500}body.page-product .product-options .option-checkbox-item label{cursor:pointer;-webkit-user-select:none;user-select:none;display:block;width:100%;margin:0;padding:8px 12px;border-radius:4px;transition:all .2s ease}body.page-product .product-options .option-checkbox-item .form-check-input{display:none}body.page-product .product-options .option-image img{width:120px;height:120px;object-fit:cover;border-radius:4px}body.page-product .product-options .current-selection-summary{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}body.page-product .product-options .current-selection-summary .card{border:none;background:transparent}body.page-product .product-options .current-selection-summary .card-title{color:#495057;font-weight:600;margin-bottom:15px}body.page-product .product-options .selected-option-item{display:flex;align-items:center;padding:8px 12px;background:#fff;border-radius:8px;margin-bottom:8px;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease}body.page-product .product-options .selected-option-item:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000026}body.page-product .product-options .selected-option-item .badge{font-size:.75em;padding:4px 8px;border-radius:6px;background-color:#6c757d!important;color:#fff!important}body.page-product .product-options .selected-option-item .option-value{color:#495057;font-weight:500}body.page-product .product-options .total-price-display{background:#fff;padding:12px;border-radius:8px;border-left:4px solid #c53030}body.page-product .product-options .current-total-price{font-size:1.1em!important;font-weight:600!important;padding:8px 16px!important}body.page-product .product-options .option-description{padding:10px;background-color:#f8f9fa;border-radius:4px;border-left:3px solid #c53030}body.page-product .product-options .option-description small{color:#6c757d;font-style:italic}body.page-product .product-options .price-adjustment{font-size:.9em;color:#28a745;font-weight:500}body.page-product .product-options .out-of-stock-text{color:#c53030;font-size:.8em;font-weight:500;margin-left:5px}body.page-product .product-options .option-error-message{color:#c53030;font-size:.875em;margin-top:8px;display:flex;align-items:center;animation:fadeIn .3s ease-in}body.page-product .product-options .option-error-message i{margin-right:6px;font-size:1em}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}body.page-cart .products-table .product-item{display:flex;align-items:flex-start}body.page-cart .products-table .product-name{color:#222}body.page-cart .products-table .product-name a{color:inherit}body.page-cart .products-table .product-name a:hover{text-decoration:underline;color:#c53030}body.page-cart .products-table .td-image{width:100px;padding:0}@media(min-width:768px){body.page-cart .products-table .td-image{width:70px}}body.page-cart .products-table .product-image{width:90px;height:90px}@media(min-width:768px){body.page-cart .products-table .product-image{margin-right:10px;width:50px;height:50px}}body.page-cart .products-table .product-image img{max-height:100%}body.page-cart .products-table .quantity-wrap{height:27px;width:90px}body.page-cart .products-table .quantity-wrap>div{font-size:14px}@media(min-width:768px){body.page-cart .products-table .quantity-wrap{height:40px;width:120px}body.page-cart .products-table .quantity-wrap>div{font-size:18px}}body.page-cart .products-table .quantity-wrap input{font-size:14px}@media(max-width:768px){body.page-cart .products-table tr{position:relative}body.page-cart .products-table thead,body.page-cart .products-table .td-price,body.page-cart .products-table .td-subtotal{display:none}body.page-cart .products-table .td-product-check{padding-left:0}body.page-cart .products-table .td-product-info{width:100%;padding:20px 0 20px 10px}body.page-cart .products-table .td-delete{padding-right:0}}@media(min-width:768px){body.page-cart .products-table .mb-price{display:none}}body.page-cart .cart-data{background-color:#f8f9fa;padding:26px}body.page-cart .cart-data .title{font-size:20px;font-weight:700;margin-bottom:20px}body.page-cart .cart-data .cart-data-list{list-style:none;padding:0}body.page-cart .cart-data .cart-data-list>li{border-bottom:1px solid #eee;padding:16px 0;display:flex;justify-content:space-between;align-items:center;font-size:15px}body.page-cart .cart-data .cart-data-list>li:last-child{border-bottom:none}body.page-cart .cart-data .cart-data-list>li:last-child>span:last-child{font-weight:700;color:#c53030;font-size:24px}body.page-checkout .layer-login{color:red}body.page-checkout .breadcrumb-wrap{margin-bottom:0}body.page-checkout footer{margin-top:0}@media(min-width:768px){body.page-checkout .checkout-container>.row{margin:0}}body.page-checkout .title-wrap{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}body.page-checkout .title-wrap>.title{font-size:15px;font-weight:700}@media(min-width:768px){body.page-checkout .title-wrap>.title{font-size:18px}}body.page-checkout .checkout-info{padding:20px 0}@media(min-width:768px){body.page-checkout .checkout-info{padding:40px 40px 40px 0}}body.page-checkout .checkout-info .checkout-item{margin-bottom:20px}@media(min-width:768px){body.page-checkout .checkout-info .checkout-item{margin-bottom:32px}}body.page-checkout .checkout-info .checkout-select-wrap .select-item{border:1px solid #e3e3e3;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-top:-1px;cursor:pointer;position:relative;transition:background-color .2s ease}body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}body.page-checkout .checkout-info .checkout-select-wrap .select-item:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:2px solid #c53030;border-radius:inherit;pointer-events:none;display:none;z-index:1}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active{background-color:#c530300a}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active:before{display:block}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i{color:#c53030}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i:before{content:""}body.page-checkout .checkout-info .checkout-select-wrap .select-item:hover:not(.active){background-color:#fafafa}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left{display:flex;align-items:center}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left i{font-size:18px;color:#bbb;transition:color .2s}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title{font-size:14px;margin-left:12px}body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon{max-width:200px;height:34px}body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon img{max-height:100%}@media(min-width:768px){body.page-checkout .checkout-data{background-color:#f8f9fa;padding:0 40px;border-left:1px solid #e9edf1;position:sticky;top:80px;max-height:calc(100vh - 80px);overflow-y:auto}}@media(max-width:768px){body.page-checkout .checkout-data{margin-bottom:40px}}@media(min-width:768px){body.page-checkout .checkout-data .checkout-data-content{padding:40px 0}}body.page-checkout .checkout-data .checkout-data-content .products-table-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e3e3e3;font-weight:700;font-size:14px;padding-bottom:10px}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap{margin-top:20px;margin-bottom:20px}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list{display:flex;justify-content:space-between;margin-bottom:12px}body.page-checkout .checkout-data .checkout-data-content .products-table td{padding-left:0;padding-right:0}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item{display:flex;align-items:flex-start}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image{width:50px;height:50px;margin-right:14px;border:1px solid #e3e3e3;border-radius:4px;position:relative}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image .icon-quantity{position:absolute;top:-5px;right:-10px;background-color:#c53030;color:#fff;font-size:9px;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image img{max-height:100%}body.page-checkout .checkout-data .cart-data-list{list-style:none;padding:0;border-top:1px solid #eee}body.page-checkout .checkout-data .cart-data-list>li{border-bottom:1px solid #eee;padding:14px 0;display:flex;justify-content:space-between;align-items:center;font-size:15px}body.page-checkout .checkout-data .cart-data-list>li:last-child{border-bottom:none}body.page-checkout .checkout-data .cart-data-list>li:last-child>span:last-child{font-weight:700;color:#c53030;font-size:22px}body.page-order .account-card-title,body.page-order .tabs-plus{margin-bottom:16px}body.page-order .order_return{padding-left:20px!important}body.page-order .table-responsive{margin-top:50px}body.page-order-info .products-table td,body.page-order-info .products-table th{padding-left:0;padding-right:0}body.page-order-info .products-table .product-item{display:flex;align-items:center}body.page-order-info .products-table .product-item .product-image{width:50px;height:50px;margin-right:14px;border:1px solid #e3e3e3;border-radius:4px;position:relative}body.page-order-info .products-table .product-item .product-image .icon-quantity{position:absolute;top:-5px;right:-10px;background-color:#c53030;color:#fff;font-size:9px;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}body.page-order-info .products-table .product-item .product-image img{max-height:100%}body.page-addresses .address-card{border:1px solid #e9ecef;border-radius:4px;margin-bottom:20px}body.page-addresses .address-card .address-card-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid #e9ecef}body.page-addresses .address-card .address-card-header .address-card-title{margin:0}body.page-addresses .address-card .address-card-header .address-card-actions{display:flex;align-items:center}body.page-addresses .address-card .address-card-header .address-card-actions a{margin-left:10px}body.page-addresses .address-card .address-card-body{padding:15px;word-break:break-all}body.page-addresses .address-card .address-card-body p{margin:0}body.page-brands .brand-group{width:100%}body.page-brands .brand-group .btn{border:1px solid #e8e8e8}body.page-brands .brand-group .btn:hover{background-color:#f4f4f4}body.page-brands .brands-wrap{margin-top:30px}body.page-brands .brands-wrap .item ul{padding-left:0;list-style:none;display:flex;flex-wrap:wrap;margin:0 -10px}body.page-brands .brands-wrap .item ul li{padding:0 10px;margin-bottom:20px}body.page-brands .brands-wrap .item ul li a{display:flex;flex-direction:column;align-items:center;justify-content:center}body.page-brands .brands-wrap .item ul li a .img{width:99px;border:1px solid #e8e8e8;margin-bottom:10px}body.page-checkout-success .checkout-success-box{border:1px solid #ECF0F4;padding:20px 10px;max-width:730px;margin:0 auto}@media(min-width:768px){body.page-checkout-success .checkout-success-box{padding:30px}}body.page-checkout-success .checkout-success-box .order-success-icon{display:flex;justify-content:center;margin-bottom:20px}body.page-checkout-success .checkout-success-box .order-success-icon img{max-width:170px}@media(min-width:768px){body.page-checkout-success .checkout-success-box .order-success-icon img{max-width:200px}}body.page-checkout-success .checkout-success-box .checkout-success-table th,body.page-checkout-success .checkout-success-box .checkout-success-table td{padding:10px 0}body.page-checkout-success .checkout-success-box .checkout-success-title{margin-bottom:20px;text-align:center}@media(min-width:768px){body.page-checkout-success .checkout-success-box .checkout-success-title{margin-bottom:30px}}body.page-checkout-success .checkout-success-box .checkout-success-title span{font-size:18px;font-weight:700}@media(min-width:768px){body.page-checkout-success .checkout-success-box .checkout-success-title span{font-size:30px}}.page-wallet .transaction-card-box,.page-wallet .withdrawal-card-box,.page-wallet .wallet-card-box{background:#fff;border:1px solid #e8eef3;border-radius:8px;padding:20px;margin-bottom:20px}.page-wallet .transaction-card-title,.page-wallet .withdrawal-card-title,.page-wallet .wallet-card-title{margin-bottom:15px;border-bottom:1px solid #e8eef3;padding-top:5px;padding-bottom:15px;min-height:52px}.page-wallet .transaction-card-title .fw-bold,.page-wallet .withdrawal-card-title .fw-bold,.page-wallet .wallet-card-title .fw-bold{font-size:1.1rem;font-weight:600}.page-wallet .transaction-table-box,.page-wallet .withdrawal-table-box,.page-wallet .wallet-table-box{margin-top:15px}.page-wallet .transaction-table-box th,.page-wallet .transaction-table-box td,.page-wallet .withdrawal-table-box th,.page-wallet .withdrawal-table-box td,.page-wallet .wallet-table-box th,.page-wallet .wallet-table-box td{padding:12px 8px;font-size:.9rem}.page-wallet .transaction-table-box th,.page-wallet .withdrawal-table-box th,.page-wallet .wallet-table-box th{background-color:#f8f9fa;font-weight:600}.page-wallet .wallet-balance-item,.page-wallet .wallet-stats-item{text-align:center;padding:15px}.page-wallet .wallet-balance-item .value,.page-wallet .wallet-stats-item .value{font-size:1.5rem;font-weight:700;margin-bottom:5px}.page-wallet .wallet-balance-item .title,.page-wallet .wallet-stats-item .title{font-size:.9rem}.page-wallet .wallet-actions .btn.disabled{pointer-events:none}.page-wallet .withdrawal-create-box{background:#fff;border:1px solid #e8eef3;border-radius:8px;padding:20px;margin-bottom:20px}.page-wallet .wallet-balance-overview{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:0;margin-bottom:30px;color:#fff;box-shadow:0 4px 15px #667eea33;overflow:hidden}.page-wallet .wallet-balance-overview .balance-header{background:#ffffff1a;padding:16px 20px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.page-wallet .wallet-balance-overview .balance-header i{font-size:1.2rem;margin-right:10px;opacity:.9}.page-wallet .wallet-balance-overview .balance-header span{font-weight:600;font-size:1rem}.page-wallet .wallet-balance-overview .balance-content{padding:24px 20px 20px}.page-wallet .wallet-balance-overview .balance-content .balance-main{text-align:center;margin-bottom:16px}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .amount{font-size:2.5rem;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .label{font-size:.95rem;opacity:.9;font-weight:500}.page-wallet .wallet-balance-overview .balance-content .balance-note{display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;padding:12px 16px;font-size:.85rem;opacity:.9}.page-wallet .wallet-balance-overview .balance-content .balance-note i{margin-right:8px;font-size:.9rem}.page-wallet .balance-info-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:15px}.page-wallet .balance-item{text-align:center}.page-wallet .balance-item .value{font-size:1.5rem;font-weight:700;margin-bottom:5px}.page-wallet .balance-item .label{font-size:.9rem;color:#6c757d}.page-wallet .withdrawal-form .required:after{content:" *";color:#dc3545}.page-wallet .form-actions{padding-top:20px;border-top:1px solid #e8eef3;margin-top:20px}@media(max-width:768px){.page-wallet .transaction-card-box,.page-wallet .withdrawal-card-box,.page-wallet .wallet-card-box{padding:15px}.page-wallet .transaction-table-box th,.page-wallet .transaction-table-box td,.page-wallet .withdrawal-table-box th,.page-wallet .withdrawal-table-box td,.page-wallet .wallet-table-box th,.page-wallet .wallet-table-box td{padding:8px 5px;font-size:.8rem}.page-wallet .wallet-balance-item,.page-wallet .wallet-stats-item{padding:10px 5px}.page-wallet .wallet-balance-item .value,.page-wallet .wallet-stats-item .value{font-size:1.2rem}.page-wallet .withdrawal-create-box{padding:15px}.page-wallet .balance-item .value{font-size:1.2rem}.page-wallet .wallet-balance-overview{margin-bottom:20px}.page-wallet .wallet-balance-overview .balance-header{padding:12px 16px}.page-wallet .wallet-balance-overview .balance-header i{font-size:1.1rem}.page-wallet .wallet-balance-overview .balance-header span{font-size:.9rem}.page-wallet .wallet-balance-overview .balance-content{padding:20px 16px 16px}.page-wallet .wallet-balance-overview .balance-content .balance-main{margin-bottom:12px}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .amount{font-size:2rem}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .label{font-size:.9rem}.page-wallet .wallet-balance-overview .balance-content .balance-note{padding:10px 12px;font-size:.8rem}.page-wallet .wallet-balance-overview .balance-content .balance-note i{font-size:.85rem}}.breadcrumb-wrap{background-color:#18181b!important;background-image:none!important}.breadcrumb-wrap .home-icon{color:#c53030!important}.breadcrumb-wrap .breadcrumb{background:transparent!important}.breadcrumb-wrap .breadcrumb a{color:#d4d4d8!important}.breadcrumb-wrap .breadcrumb a:hover{color:#c53030!important}.breadcrumb-wrap .breadcrumb .active{color:#fff!important}.layui-layer-msg{background-color:#27272a!important;border-color:#52525b!important;color:#fff!important}.layui-layer-msg .layui-layer-content{color:#fff!important}.login-register-box{background-color:#27272a}.login-register-box .login-title,.login-register-box .login-sub-title{color:#fff!important}.login-register-box .form-group input{border:1px solid rgba(255,255,255,.3)!important;background-color:#18181b80!important;color:#fff!important}.login-register-box .form-group input:focus{border-color:#fff9!important;background-color:#18181bb3!important;outline:none}.login-register-box .form-group input::placeholder{color:#ffffff80!important}.login-register-box .btn-submit{margin-top:20px;display:flex;flex-direction:column;gap:1rem}@media(min-width:400px){.login-register-box .btn-submit{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}.login-register-box .btn-submit .form-submit{width:100%;color:#fff!important}@media(min-width:400px){.login-register-box .btn-submit .form-submit{width:auto;flex:1}}.login-register-box .btn-submit .forgot-password a,.login-register-box .btn-submit .register-link a{color:#fffc!important;text-decoration:none;transition:color .2s}.login-register-box .btn-submit .forgot-password a:hover,.login-register-box .btn-submit .register-link a:hover{color:#fff!important}.login-register-box .auth-method-switch .btn-outline-primary{border-color:#ffffff4d!important}.login-register-box .auth-method-switch .btn-outline-primary.active{background-color:#c53030!important;border-color:#c53030!important;color:#fff!important}.login-register-box .auth-method-switch .btn-outline-primary:not(.active){color:#fffc!important;background-color:transparent!important}.login-register-box .auth-method-switch .btn-outline-primary:not(.active):hover{background-color:#ffffff1a!important;color:#fff!important}.login-register-box input:not([type=checkbox]):not([type=radio]),.login-register-box select,.login-register-box textarea{border:1px solid rgba(255,255,255,.3)!important;background-color:#18181b80!important;color:#fff!important}.login-register-box input:not([type=checkbox]):not([type=radio]):focus,.login-register-box select:focus,.login-register-box textarea:focus{border-color:#fff9!important;background-color:#18181bb3!important;outline:none}.login-register-box input:not([type=checkbox]):not([type=radio])::placeholder,.login-register-box select::placeholder,.login-register-box textarea::placeholder{color:#ffffff80!important}
