:root{--lonestar-bg: #ffffff;--lonestar-surface: #f5f5f5;--lonestar-border: #e0e0e0;--lonestar-text: #111111;--lonestar-muted: #777777;--lonestar-accent: #c0c0c0;--lonestar-primary: #000000}*{box-sizing:border-box}body.lonestar-body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,system-ui,sans-serif;background:var(--lonestar-bg);color:var(--lonestar-text)}a{color:inherit;text-decoration:none}.lonestar-main{padding:1.5rem 1rem 3rem;max-width:1200px;margin:0 auto}.lonestar-nav__dropdown{position:relative;display:inline-block}.lonestar-nav__dropdown-button{background:none;border:none;cursor:pointer;font:inherit;padding:10px 15px}.lonestar-nav__dropdown-menu{display:none;position:absolute;background-color:#fff;min-width:180px;box-shadow:0 4px 10px #0000001a;z-index:1000;border-radius:6px}.lonestar-nav__dropdown-item{display:block;padding:10px 14px;text-decoration:none;color:#000;white-space:nowrap}.lonestar-nav{display:flex;align-items:center;gap:20px}.lonestar-nav__dropdown{position:relative}.lonestar-nav__dropdown-button{background:none;border:none;cursor:pointer;padding:0;font:inherit;color:inherit;display:inline-flex;align-items:center}.lonestar-nav__dropdown-item:hover{background-color:#f0f0f0}.lonestar-nav__dropdown:hover .lonestar-nav__dropdown-menu{display:block}.lonestar-header{border-bottom:1px solid var(--lonestar-border);background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:20}.lonestar-header__inner{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.lonestar-header__branding{flex:0 0 auto}.lonestar-logo{max-height:40px;width:auto}.lonestar-logo-text{font-weight:700;font-size:1.25rem;letter-spacing:.08em;text-transform:uppercase}.lonestar-nav{display:flex;gap:1rem;flex:1;justify-content:center;flex-wrap:wrap}.lonestar-nav__link{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;padding-bottom:.25rem;border-bottom:2px solid transparent}.lonestar-nav__link:hover{border-color:var(--lonestar-accent)}.lonestar-header__icons{display:flex;gap:.5rem;align-items:center}.lonestar-icon-link{font-size:1.1rem;position:relative}.lonestar-cart-badge{position:absolute;top:-.4rem;right:-.6rem;background:var(--lonestar-primary);color:#fff;font-size:.7rem;border-radius:999px;padding:0 .3rem}.lonestar-hero{background:linear-gradient(to right,#f8f9fa,#e9ecef);text-align:center;padding:100px 20px;display:flex;justify-content:center;align-items:center;flex-direction:column}.lonestar-hero__headline{font-size:3rem;font-weight:700;color:#111;margin-bottom:20px;line-height:1.2}.lonestar-hero__subtext{font-size:1.25rem;color:#555;margin-bottom:30px;max-width:700px}.lonestar-hero__actions{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.lonestar-btn{padding:15px 35px;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;display:inline-block}.lonestar-btn--primary{background-color:#0a1a44;color:#fff;border:none}.lonestar-btn--primary:hover{background-color:#0a1a44;transform:translateY(-2px)}.lonestar-btn--secondary{background-color:#fff;color:#0a1a44;border:2px solid #0a1a44}.lonestar-btn--secondary:hover{background-color:#0a1a44;color:#fff;transform:translateY(-2px)}.lonestar-hero{margin-top:1.5rem;padding:2.5rem 2rem;border-radius:18px;background:radial-gradient(circle at top left,#d0d0d0,#000);color:#fff;position:relative;overflow:hidden}.lonestar-hero__content{max-width:460px;position:relative;z-index:1}.lonestar-hero__headline{font-size:2.2rem;line-height:1.1;margin:0 0 1rem}.lonestar-hero__subtext{margin:0 0 1.5rem;color:#f3f3f3}.lonestar-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.lonestar-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;border-radius:999px;border:1px solid transparent;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,color .12s ease}.lonestar-btn--primary{background:#fff;color:#000}.lonestar-btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 25px #00000040}.lonestar-btn--outline{background:transparent;color:#fff;border-color:#ffffffb3}.lonestar-btn--outline:hover{background:#fff;color:#000}.lonestar-btn--auction{background-color:#fff;color:#0a1a44;border:2px solid #0a1a44;transition:all .3s ease}.lonestar-btn--auction:hover{background-color:#0a1a44;color:#fff;transform:translateY(-2px)}.lonestar-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.lonestar-category-card{background:#fff;border-radius:12px;padding:25px;text-align:center;text-decoration:none;color:#111;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease}.lonestar-category-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.lonestar-category-logo{width:80px;height:auto;margin-bottom:15px;object-fit:contain}.lonestar-category-card h3{font-size:1.3rem;margin-bottom:10px}.lonestar-category-card p{font-size:1rem;color:#666}.partner-card{width:220px;height:220px;background:#fff;border-radius:20px;border:2px solid #e5e7eb;display:flex;justify-content:center;align-items:center;padding:20px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #00000014}.partner-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026;border-color:#3b82f6}.lonestar-category-card.logo-only{display:block;width:180px;height:180px;padding:0;border:none;background:none;text-align:center}.lonestar-category-card.logo-only img{width:100%;height:100%;object-fit:contain;display:block}.lonestar-category-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.partner-grid{display:flex;justify-content:center;gap:40px;padding:20px 0}.partner-card{width:220px;height:220px;background:#fff;border-radius:20px;display:flex;justify-content:center;align-items:center;padding:20px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #00000014}.partner-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.partner-card img{width:75%;height:auto;object-fit:contain}.lonestar-section{margin-top:2.5rem}.lonestar-section__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.lonestar-section__title{font-size:1.4rem;text-transform:uppercase;letter-spacing:.1em;margin:0}.lonestar-link{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--lonestar-muted)}.lonestar-link:hover{color:var(--lonestar-text)}.lonestar-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.lonestar-category-card{border-radius:14px;padding:1.1rem 1.2rem;background:var(--lonestar-surface);border:1px solid var(--lonestar-border);display:flex;flex-direction:column;gap:.4rem;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease}.lonestar-category-card--accent{background:#000;color:#fff;border-color:#000}.lonestar-category-card h3{margin:0;font-size:1rem;text-transform:uppercase;letter-spacing:.08em}.lonestar-category-card p{margin:0;font-size:.87rem;color:var(--lonestar-muted)}.lonestar-category-card--accent p{color:#f5f5f5}.lonestar-category-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000014;border-color:#bebebe;background:#fafafa}.lonestar-category-card--accent:hover{background:#111}.lonestar-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.lonestar-product-card{border-radius:14px;border:1px solid var(--lonestar-border);background:#fff;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .12s ease,transform .12s ease,border-color .12s ease}.lonestar-product-card__image-wrapper{position:relative;padding-top:75%;overflow:hidden}.lonestar-product-card__image-wrapper img,.lonestar-product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lonestar-product-card__placeholder{display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--lonestar-muted);background:var(--lonestar-surface)}.lonestar-product-card__info{padding:.8rem .9rem 1rem}.lonestar-product-card__title{font-size:.95rem;font-weight:500;margin-bottom:.35rem}.lonestar-product-card__prices{display:flex;align-items:baseline;gap:.4rem;font-size:.9rem}.lonestar-product-card__price{font-weight:600}.lonestar-product-card__compare{font-size:.8rem;color:var(--lonestar-muted);text-decoration:line-through}.lonestar-product-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000001a;border-color:#bdbdbd}.lonestar-view-all{text-align:center;margin:2rem 0}.lonestar-view-all .lonestar-btn{padding:.8rem 2rem;font-size:1rem;border-radius:8px;background-color:#0a1a44;color:#fff;border:2px solid #0a1a44;transition:all .25s ease}.lonestar-view-all .lonestar-btn:hover{background-color:#fff;color:#0a1a44;border-color:#0a1a44}.lonestar-product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2rem}.lonestar-product__image-main{width:100%;border-radius:14px;border:1px solid var(--lonestar-border)}.lonestar-product__thumbnails{display:flex;gap:.4rem;margin-top:.6rem;flex-wrap:wrap}.lonestar-product__thumb{width:70px;height:70px;object-fit:cover;border-radius:8px;border:1px solid var(--lonestar-border)}.lonestar-product__title{margin-top:0;font-size:1.6rem}.lonestar-product__prices{display:flex;gap:.5rem;align-items:baseline;margin-bottom:1rem}.lonestar-product__price{font-size:1.4rem;font-weight:700}.lonestar-product__compare{font-size:.9rem;color:var(--lonestar-muted);text-decoration:line-through}.lonestar-product__options select{width:100%;margin-bottom:.75rem;padding:.5rem;border-radius:999px;border:1px solid var(--lonestar-border);background:#fff}.lonestar-product__meta{margin-top:1rem;font-size:.85rem;color:var(--lonestar-muted)}.lonestar-product__meta p{margin:.15rem 0}.lonestar-product__description{margin-top:1.5rem;font-size:.95rem}.lonestar-btn--primary{background-color:#0a1a44;color:#fff;border:2px solid #0a1a44;padding:14px 24px;font-size:16px;border-radius:8px;cursor:pointer;transition:all .25s ease}.lonestar-btn--primary:hover{background-color:#fff;color:#0a1a44;border-color:#0a1a44}.lonestar-cart{max-width:900px;margin:auto;padding:2rem}.lonestar-cart__title{font-size:2rem;margin-bottom:1.5rem;text-align:center}.lonestar-cart__empty{text-align:center;margin-bottom:2rem}.lonestar-cart__items{display:flex;flex-direction:column;gap:1.5rem}.lonestar-cart__item{display:flex;gap:1rem;background:#f7f7f7;padding:1rem;border-radius:8px}.lonestar-cart__image-wrapper img{width:120px;border-radius:6px}.lonestar-cart__details{flex:1}.lonestar-cart__product-title{font-weight:700;font-size:1.1rem;text-decoration:none;color:#0a1a44}.lonestar-cart__variant{color:#444;font-size:.9rem}.lonestar-cart__price{margin:.5rem 0;font-weight:700}.lonestar-cart__quantity{display:flex;align-items:center;gap:.5rem}.lonestar-cart__qty-input{width:60px;padding:.3rem}.lonestar-cart__remove{color:#c00;font-size:.9rem;margin-top:.5rem;display:inline-block}.lonestar-cart__summary{margin-top:2rem;text-align:right}.lonestar-cart__subtotal{font-size:1.3rem;margin-bottom:.5rem}.lonestar-cart__buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.lonestar-pagination{display:flex;justify-content:center;gap:10px;margin-top:20px;flex-wrap:wrap}.lonestar-pagination .lonestar-btn{padding:8px 16px;background-color:#0a1a44;color:#fff;text-decoration:none;border-radius:4px}.lonestar-pagination .lonestar-btn.current{background-color:#fff;color:#0a1a44;border:1px solid navy}.lonestar-footer{border-top:1px solid var(--lonestar-border);padding:2rem 1rem 1.5rem;background:#fafafa}.lonestar-footer__inner{max-width:1200px;margin:0 auto 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.lonestar-footer__title{margin:0 0 .5rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.1em}.lonestar-footer__list{list-style:none;padding:0;margin:0;font-size:.85rem}.lonestar-footer__list li+li{margin-top:.25rem}.lonestar-footer__bottom{max-width:1200px;margin:0 auto;font-size:.8rem;color:var(--lonestar-muted);text-align:center}.lonestar-page__content{font-size:.96rem;line-height:1.6}@media (max-width: 768px){.lonestar-header__inner{flex-wrap:wrap;justify-content:center}.lonestar-nav{order:3}.lonestar-main{padding-inline:.75rem}.lonestar-hero{padding:1.8rem 1.4rem;margin-top:1rem}.lonestar-product{grid-template-columns:minmax(0,1fr)}}.lonestar-home-banner{font-size:2rem;font-weight:700;margin:20px 0;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
