:root{--red: #B22222;--dark-red: #D64B26;--gold: #C2A14D;--black: #1C1C1C;--cream: #F5E6C4}body,h1,h2,h3,p,ul,li{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black);color:var(--cream);font-family:Roboto,sans-serif;line-height:1.6;font-size:16px}a{color:var(--gold);text-decoration:none}a:hover{color:var(--cream)}.site-header{background-color:var(--red);padding:1.5rem 0;text-align:center;border-bottom:2px solid var(--gold)}.logo img{height:70px}.nav-bar ul{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;background-color:var(--dark-red);padding:.75rem 0}.nav-bar li{margin:0 1rem}.nav-bar a{color:var(--cream);font-weight:700;text-transform:uppercase;letter-spacing:1px}.nav-bar a:hover{color:var(--gold)}.site-footer{background-color:var(--black);color:var(--cream);border-top:2px solid var(--gold);text-align:center;padding:2rem 1rem;font-size:.9rem}button,.btn{background-color:var(--gold);color:var(--black);border:none;border-radius:5px;padding:.75rem 1.5rem;cursor:pointer;font-weight:700;text-transform:uppercase;transition:all .3s ease}button:hover,.btn:hover{background-color:var(--cream);color:var(--red)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}h1,h2,h3{font-family:League Spartan,sans-serif;letter-spacing:1.5px}h2{color:var(--gold)}p{color:var(--cream)}@media (max-width: 1024px){.hero-section{height:60vh}.hero-content h1{font-size:2.5rem}}@media (max-width: 768px){.container{padding:0 1rem}.nav-bar ul{flex-direction:column;align-items:center;gap:.5rem}.nav-bar li{margin:.25rem 0}.hero-section{height:55vh;background-attachment:scroll}.hero-content h1{font-size:2rem;padding:.75rem 1.25rem}.hero-content p{font-size:1rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.product-card{padding:.75rem}.product-card h3{font-size:.9rem}.price{font-size:.85rem}button,.btn,.add-to-cart,.checkout-btn{width:100%;padding:.9rem 0;font-size:1rem;margin-top:.5rem}.product-wrapper{flex-direction:column;align-items:center}.product-image img{max-width:100%}.thumbnail-gallery{gap:.25rem}.related-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.site-footer{font-size:.85rem;padding:1.5rem}}@media (max-width: 480px){body{font-size:14px}.hero-content h1{font-size:1.8rem;letter-spacing:2px}.section-title{font-size:1.4rem}.product-details h1{font-size:1.5rem}.victory-banner h1{font-size:2rem}.victory-banner p{font-size:1rem}.continue-btn{width:100%}}.mobile-header{position:fixed;top:0;left:0;width:100%;background-color:#b22222;color:#f5e6c4;z-index:9999;box-shadow:0 2px 6px #0000004d;display:none}.mobile-header-inner{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem}.mobile-header img{height:36px}.hamburger{background:none;border:none;color:#f5e6c4;font-size:1.8rem;cursor:pointer}.mobile-menu{background-color:#1c1c1c;overflow:hidden;max-height:0;display:flex;flex-direction:column;width:100%;text-align:center;transition:max-height .4s ease}.mobile-menu.open{max-height:500px}.mobile-menu ul{list-style:none;margin:0;padding:0}.mobile-menu li{border-top:1px solid #333}.mobile-menu a{display:block;padding:1rem;color:#f5e6c4;text-decoration:none;font-weight:700;text-transform:uppercase}.mobile-menu a:hover{background-color:#d64b26;color:#f5e6c4}@media (max-width: 768px){.mobile-header{display:block}header.site-header,nav.nav-bar{display:none}}.hamburger{position:relative;width:30px;height:24px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;background:none;border:none;z-index:10000}.hamburger span{display:block;height:3px;width:100%;background-color:#f5e6c4;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translateY(9px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-9px)}:root{--card-ratio: 4 / 5}.product-image-wrapper{aspect-ratio:var(--card-ratio);width:100%;overflow:hidden;border-radius:10px;background:#1c1c1c}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;align-items:stretch}@media (min-width: 1024px){.container{max-width:1100px}.product-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}}.product-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:10px;background-color:#1c1c1c}@supports not (aspect-ratio: 1 / 1){.product-image-wrapper{height:0;padding-top:100%}.product-image-wrapper img{position:absolute;top:0;right:0;bottom:0;left:0}}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.product-link{display:block;width:100%}.product-card h3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;word-break:break-word}.product-card{max-width:100%;box-sizing:border-box}.product-grid{align-items:stretch}.product-image-wrapper img{object-fit:contain;background:#1c1c1c}.product-card,.product-link,.product-image-wrapper,.product-image-wrapper img{max-width:100%;box-sizing:border-box}:root{--card-ratio: 3 / 4}@media (min-width: 1280px){.product-grid{grid-template-columns:repeat(5,1fr)}}.product-image-wrapper img{object-fit:cover}.product-image-wrapper.is-tall img,.product-image-wrapper.is-wide img{object-fit:contain;background-color:#1c1c1c}.product-image-wrapper{aspect-ratio:4 / 5}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
