:root{--primary-red:#c92127;--primary-red-hover:#a3181f;--primary-red-light:#e8363d;--primary-red-bright:#ff4a50;--bg-color:#b01d22;--bg-dark:#91161b;--bg-card:#c12228;--bg-card-hover:#cc242b;--bg-section-alt:#a3181f;--text-dark:#fff;--text-muted:#ffffffbf;--text-light:#fff;--border-color:#fff3;--card-shadow:0 8px 32px #0003, 0 2px 8px #00000026;--header-bg:#b01d22f2;--glow-white:0 0 30px #ffffff40;--border-radius:18px;--border-radius-sm:10px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-weight:900}.primary-btn{color:var(--primary-red);border-radius:var(--border-radius-sm);transition:var(--transition);letter-spacing:.02em;background:#fffffff2;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:800;display:inline-flex;box-shadow:0 4px 16px #0003}.primary-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.outline-btn{color:#fff;border-radius:var(--border-radius-sm);transition:var(--transition);letter-spacing:.02em;background-color:#0000;border:2px solid #fff9;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;display:inline-flex}.outline-btn:hover{background-color:#ffffff26;border-color:#ffffffe6;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#fff6;border-radius:20px}.section-divider{background:#ffffff80;border-radius:2px;width:60px;height:4px;margin:0 auto 1rem}
.Navbar-module__cJzEcG__header{z-index:50;-webkit-backdrop-filter:blur(16px);background:#b01d22f2;border-bottom:1px solid #ffffff26;padding:.85rem 0;transition:all .3s;position:sticky;top:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{background:#96161bfa;border-bottom-color:#ffffff40;box-shadow:0 4px 30px #0003}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logoContainer{align-items:center;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoCircle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 0 18px #c9212780}.Navbar-module__cJzEcG__logoCircle img{object-fit:cover;border-radius:50%;width:100%;height:100%}.Navbar-module__cJzEcG__logoContainer:hover .Navbar-module__cJzEcG__logoCircle{transform:scale(1.08)rotate(-3deg);box-shadow:0 0 28px #c92127b3}.Navbar-module__cJzEcG__logoMain,.Navbar-module__cJzEcG__logoSub{display:none}.Navbar-module__cJzEcG__nav{align-items:center;gap:.25rem;display:flex}.Navbar-module__cJzEcG__navLink{color:#ffffffd9;letter-spacing:.01em;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--primary-red);border-radius:1px;width:0;height:2px;transition:width .2s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navLink:hover{color:#fff;background:#ffffff26}.Navbar-module__cJzEcG__navLink:hover:after{width:60%}.Navbar-module__cJzEcG__actions{align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__cartButton{background:linear-gradient(135deg, var(--primary-red), #8b0e13);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex;position:relative;box-shadow:0 0 12px #c9212759}.Navbar-module__cJzEcG__cartButton:hover{transform:scale(1.1);box-shadow:0 0 22px #c9212799}.Navbar-module__cJzEcG__cartBadge{color:var(--primary-red);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:900;display:flex;position:absolute;top:-4px;right:-4px}.Navbar-module__cJzEcG__hamburger{color:#fff;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:none}.Navbar-module__cJzEcG__hamburger:hover{background:#c9212733;border-color:#c9212766}.Navbar-module__cJzEcG__mobileMenu{border-top:1px solid #ffffff26;flex-direction:column;gap:.25rem;padding:.75rem 1.5rem 1.25rem;animation:.2s Navbar-module__cJzEcG__slideDown;display:flex}@keyframes Navbar-module__cJzEcG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cJzEcG__mobileLink{color:#ffffffd9;border:1px solid #0000;border-radius:10px;padding:.85rem 1rem;font-size:1rem;font-weight:600;transition:all .2s}.Navbar-module__cJzEcG__mobileLink:hover{color:#fff;background:#c9212726;border-color:#c921274d}@media (max-width:768px){.Navbar-module__cJzEcG__nav{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
.CartModal-module__hJHo8G__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000bf;justify-content:flex-end;width:100vw;height:100vh;animation:.2s CartModal-module__hJHo8G__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes CartModal-module__hJHo8G__fadeIn{0%{opacity:0}to{opacity:1}}.CartModal-module__hJHo8G__modal{background:linear-gradient(160deg,#9c171b 0%,#7a1115 100%);border-left:1px solid #ffffff26;flex-direction:column;width:100%;max-width:420px;height:100%;animation:.3s cubic-bezier(.4,0,.2,1) CartModal-module__hJHo8G__slideIn;display:flex;box-shadow:-10px 0 40px #0000004d}@keyframes CartModal-module__hJHo8G__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartModal-module__hJHo8G__header{border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CartModal-module__hJHo8G__header h2{color:#fff;letter-spacing:-.3px;font-size:1.35rem;font-weight:900}.CartModal-module__hJHo8G__closeBtn{color:#fff6;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.75rem;line-height:1;transition:color .2s;display:flex}.CartModal-module__hJHo8G__closeBtn:hover{color:#ff6568;background:#c9212726}.CartModal-module__hJHo8G__items{flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem;display:flex;overflow-y:auto}.CartModal-module__hJHo8G__empty{text-align:center;color:#ffffff4d;margin-top:3rem;font-size:.9rem;line-height:1.7}.CartModal-module__hJHo8G__item{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:.5rem;padding-bottom:1.25rem;display:flex}.CartModal-module__hJHo8G__itemInfo{justify-content:space-between;align-items:center;display:flex}.CartModal-module__hJHo8G__itemName{color:#ffffffd9;font-size:.95rem;font-weight:700}.CartModal-module__hJHo8G__itemPrice{color:#ffffffd9;font-size:1rem;font-weight:900}.CartModal-module__hJHo8G__itemControls{align-items:center;gap:.75rem;display:flex}.CartModal-module__hJHo8G__itemControls button{color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-weight:800;transition:all .2s;display:flex}.CartModal-module__hJHo8G__itemControls button:hover{color:#fff;background:#c921274d;border-color:#c9212780}.CartModal-module__hJHo8G__removeBtn{color:#ffffffd9;margin-left:auto;background:#c921271a!important;border-color:#c9212740!important}.CartModal-module__hJHo8G__removeBtn:hover{background:#c921274d!important}.CartModal-module__hJHo8G__footer{background:#00000026;border-top:1px solid #ffffff26;padding:1.5rem}.CartModal-module__hJHo8G__totalSection{color:#ffffffb3;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:1rem;font-weight:700;display:flex}.CartModal-module__hJHo8G__totalPrice{color:#fff;font-size:1.5rem;font-weight:900}@media (max-width:480px){.CartModal-module__hJHo8G__modal{border-left:none;border-radius:0;max-width:100%}.CartModal-module__hJHo8G__overlay{justify-content:center;align-items:flex-end}}
.Footer-module__S6Hkya__footer{color:#ffffffd9;background:linear-gradient(#9c171b 0%,#7a1115 100%);margin-top:auto;padding:4.5rem 0 0;position:relative;overflow:hidden}.Footer-module__S6Hkya__topGlow{background:linear-gradient(90deg, transparent, var(--primary-red), transparent);width:500px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__topGlow:after{content:"";background:radial-gradient(#c9212740 0%,#0000 70%);width:200px;height:50px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1.2fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__logoWrap{align-items:center;gap:.85rem;margin-bottom:1.25rem;display:flex}.Footer-module__S6Hkya__logoCircle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden;box-shadow:0 0 16px #fff3}.Footer-module__S6Hkya__logoMain,.Footer-module__S6Hkya__logoSub{display:none}.Footer-module__S6Hkya__brand{color:var(--primary-red);letter-spacing:.05em;font-size:1.2rem;font-weight:900;line-height:1.1}.Footer-module__S6Hkya__brand span{color:#fff9;font-size:.9rem;font-weight:400}.Footer-module__S6Hkya__tagline{color:#ffffff59;letter-spacing:.04em;margin-top:2px;font-size:.75rem;font-weight:500}.Footer-module__S6Hkya__description{color:#fff6;font-size:.9rem;line-height:1.65}.Footer-module__S6Hkya__title{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:.85rem;font-weight:800}.Footer-module__S6Hkya__links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__links a{color:#ffffff80;align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.Footer-module__S6Hkya__links a:hover{color:#ff8a8d;transform:translate(4px)}.Footer-module__S6Hkya__socials{flex-direction:column;gap:.9rem;list-style:none;display:flex}.Footer-module__S6Hkya__socials li{color:#fff6;align-items:center;gap:.65rem;font-size:.9rem;font-weight:500;display:flex}.Footer-module__S6Hkya__socials a{color:#ffffff80;align-items:center;gap:.65rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Footer-module__S6Hkya__socials a:hover{color:#ff8a8d;transform:translate(4px)}.Footer-module__S6Hkya__bottom{text-align:center;border-top:1px solid #c9212726;flex-direction:column;gap:.25rem;padding:1.5rem 0;display:flex}.Footer-module__S6Hkya__bottom p{color:#ffffff4d;font-size:.825rem}.Footer-module__S6Hkya__bottomSub{color:#fff3!important;font-size:.75rem!important}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:1.75rem}.Footer-module__S6Hkya__footer{padding:3rem 0 0}.Footer-module__S6Hkya__container{padding:0 1.25rem}.Footer-module__S6Hkya__bottom{padding:1.25rem}}
