:root{--blue: #0A7AE0;--blue-dark: #0558A8;--blue-mid: #3B9AF0;--blue-light: #E8F3FD;--blue-pale: #F0F8FF;--white: #FFFFFF;--off-white: #F5F9FF;--text: #0D1B2A;--text-muted: #5A7A9A;--border: #D0E4F7;--shadow: 0 4px 24px rgba(10, 122, 224, .1);--shadow-hover: 0 12px 40px rgba(10, 122, 224, .18);--radius: 12px;--radius-lg: 20px;--font-display: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif;--header-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--white);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:var(--font-body);border:none;background:none}ul{list-style:none}.section-label{font-size:12px;font-weight:700;color:var(--blue);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:.5rem}.section-title{font-family:var(--font-display);font-size:52px;line-height:1.02;letter-spacing:1.5px;margin-bottom:.75rem}.section-sub{color:var(--text-muted);font-size:16px;max-width:520px}.section-header{margin-bottom:3rem}.section-header--center{text-align:center}.section-header--center .section-sub{margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:var(--radius);font-family:var(--font-body);font-weight:700;font-size:16px;transition:all .2s ease;cursor:pointer;border:2px solid transparent}.btn--white{background:var(--white);color:var(--blue-dark)}.btn--white:hover{background:var(--blue-pale);transform:translateY(-2px)}.btn--outline{background:transparent;color:var(--white);border-color:#ffffff80}.btn--outline:hover{background:#ffffff1a;transform:translateY(-2px)}.btn--blue{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn--blue:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #0a7ae04d}.btn--add-cart{background:var(--blue);color:var(--white);border:none;padding:16px 32px;border-radius:var(--radius);font-size:17px;font-weight:700;width:100%;transition:all .2s}.btn--add-cart:hover{background:var(--blue-dark);box-shadow:0 8px 24px #0a7ae04d;transform:translateY(-1px)}.btn--buy-now{background:var(--off-white);color:var(--text);border:2px solid var(--border);padding:14px 32px;border-radius:var(--radius);font-size:16px;font-weight:600;width:100%;transition:all .2s}.btn--buy-now:hover{background:var(--blue-light);border-color:var(--blue)}.btn-add-cart{background:var(--blue);color:var(--white);padding:9px 20px;border-radius:8px;font-weight:600;font-size:13px;transition:background .2s;white-space:nowrap}.btn-add-cart:hover{background:var(--blue-dark)}.price-now{font-size:22px;font-weight:700;color:var(--blue)}.price-old{font-size:15px;color:var(--text-muted);text-decoration:line-through}.announcement-bar{background:linear-gradient(90deg,var(--blue-dark),var(--blue));color:var(--white);text-align:center;padding:11px 1rem;font-size:14px;font-weight:600}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.announcement-bar__timer{color:#90d8ff;font-weight:700;min-width:60px}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200;height:var(--header-height)}.site-header__inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-logo img{width:64px;height:64px;object-fit:contain}.site-nav__list{display:flex;gap:2.5rem}.site-nav__link{font-size:14px;font-weight:600;color:var(--text-muted);transition:color .2s;padding:4px 0;border-bottom:2px solid transparent}.site-nav__link:hover,.site-nav__link.is-active{color:var(--blue);border-bottom-color:var(--blue)}.site-header__actions{display:flex;align-items:center;gap:1.25rem}.header-icon{color:var(--text-muted);transition:color .2s;position:relative;display:flex;align-items:center}.header-icon:hover{color:var(--blue)}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--blue);color:var(--white);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;padding:8px}.mobile-menu-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .3s}.hero{background:linear-gradient(135deg,#0558a8,#0a7ae0 55%,#3bb8f0);color:var(--white);padding:90px 2rem 80px;text-align:center;position:relative;overflow:hidden}.hero__bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.06) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}.hero__content{position:relative;max-width:720px;margin:0 auto}.hero__badge{display:inline-block;background:#ffffff29;border:1px solid rgba(255,255,255,.32);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:7px 20px;border-radius:100px;font-size:13px;font-weight:700;margin-bottom:1.5rem;letter-spacing:.5px}.hero__title{font-family:var(--font-display);font-size:84px;line-height:.95;margin-bottom:1.25rem;letter-spacing:3px}.hero__title-accent{color:#90d8ff}.hero__subtitle{font-size:19px;opacity:.88;margin-bottom:2.25rem;max-width:500px;margin-left:auto;margin-right:auto}.hero__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.hero__stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.hero__stat{text-align:center}.hero__stat-number{display:block;font-family:var(--font-display);font-size:42px;letter-spacing:1px;line-height:1}.hero__stat-label{font-size:13px;opacity:.72;margin-top:4px;display:block}.trust-bar{background:var(--off-white);border-bottom:1px solid var(--border)}.trust-bar__inner{max-width:1100px;margin:0 auto;padding:16px 2rem;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-muted)}.trust-item__icon{font-size:18px}.featured-collection{padding:90px 2rem;background:var(--white)}.featured-collection__inner{max-width:1100px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:2rem;margin-top:3rem}.products-grid--collection{margin-top:2rem}.product-card{border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--white);transition:box-shadow .25s,transform .25s}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.product-card__link{display:block}.product-card__image-wrap{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--blue-light),#C5E8FF);aspect-ratio:1}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:80px}.product-badge{position:absolute;top:14px;right:14px;font-size:11px;font-weight:800;padding:5px 12px;border-radius:7px;letter-spacing:.5px;text-transform:uppercase}.product-badge--sale{background:var(--blue);color:var(--white)}.product-badge--hot{background:#e85d04;color:var(--white)}.product-badge--new{background:#1a8a5a;color:var(--white)}.product-card__info{padding:1.25rem 1.25rem 1.5rem}.product-card__name{font-family:var(--font-display);font-size:22px;letter-spacing:.5px;margin-bottom:.3rem;color:var(--text)}.product-card__desc{font-size:13px;color:var(--text-muted);margin-bottom:.85rem;line-height:1.5}.product-card__stars{color:#f4a00e;font-size:14px;display:flex;align-items:center;gap:5px;margin-bottom:1rem}.product-card__review-count{color:var(--text-muted);font-size:12px}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-card__price{display:flex;align-items:baseline;gap:.5rem}.section-cta{text-align:center;margin-top:3rem}.reviews-section{background:var(--off-white);padding:90px 2rem}.reviews-section__inner{max-width:1100px;margin:0 auto}.reviews-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.overall-rating{display:flex;align-items:center;gap:1rem}.big-score{font-family:var(--font-display);font-size:72px;color:var(--blue);line-height:1}.stars-large{color:#f4a00e;font-size:24px;margin-bottom:4px}.rating-details span{font-size:13px;color:var(--text-muted)}.photo-review-zone{background:var(--white);border:2px dashed var(--blue-mid);border-radius:var(--radius-lg);padding:2rem;margin-bottom:3rem}.photo-review-zone__title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text);margin-bottom:1.25rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.photo-slot{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;position:relative}.photo-slot--filled img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}.photo-slot__placeholder{width:100%;height:100%;background:var(--blue-light);border:2px dashed var(--border);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--text-muted);text-align:center;padding:1rem;font-size:28px}.photo-slot__placeholder span{font-size:12px}.photo-slot__caption{position:absolute;bottom:0;left:0;right:0;background:#0558a8d9;color:#fff;font-size:11px;padding:5px 8px;text-align:center}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.5rem;margin-top:2rem}.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.review-card__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.review-card__name{font-weight:700;font-size:15px}.review-card__info{font-size:12px;color:var(--text-muted);margin-top:2px}.review-card__stars{color:#f4a00e;font-size:16px;margin-bottom:.6rem}.review-card__text{font-size:14px;color:var(--text);line-height:1.65}.verified-badge{background:#e5f7ee;color:#1a6a3e;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;white-space:nowrap}.faq-section{padding:90px 2rem}.faq-section__inner{max-width:760px;margin:0 auto}.faq-list{margin-top:0}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;text-align:left;padding:1.25rem 0;font-size:16px;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:1rem;background:none;cursor:pointer;transition:color .2s}.faq-question:hover{color:var(--blue)}.faq-icon{font-size:22px;color:var(--blue);flex-shrink:0;transition:transform .3s;font-weight:400}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer.is-open{max-height:400px}.faq-answer__inner{padding-bottom:1.25rem;font-size:15px;color:var(--text-muted);line-height:1.7}.product-main{padding:60px 2rem}.product-main__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(135deg,var(--blue-light),#C5E8FF);aspect-ratio:1;margin-bottom:1rem}.product-gallery__main-img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product-gallery__thumb{width:80px;height:80px;border-radius:10px;overflow:hidden;border:2px solid var(--border);cursor:pointer;transition:border-color .2s;padding:0;background:var(--blue-light)}.product-gallery__thumb.is-active{border-color:var(--blue)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__breadcrumb{font-size:12px;color:var(--text-muted);margin-bottom:1rem}.product-info__breadcrumb a:hover{color:var(--blue)}.product-info__title{font-family:var(--font-display);font-size:44px;letter-spacing:1px;line-height:1.05;margin-bottom:1rem}.product-info__stars{color:#f4a00e;font-size:18px;display:flex;align-items:center;gap:8px;margin-bottom:1.25rem}.product-info__review-count{color:var(--text-muted);font-size:14px}.product-info__price{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.75rem}.product-info__price .price-now{font-size:38px}.price-badge{background:#fef2e0;color:#b45e00;font-size:12px;font-weight:800;padding:5px 12px;border-radius:7px}.product-info__features{background:var(--off-white);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.65rem}.product-feature{display:flex;gap:10px;font-size:14px;align-items:center}.product-feature__icon{font-size:18px;flex-shrink:0}.stock-urgency{background:#fff4e0;border:1px solid #FFD099;border-radius:10px;padding:11px 16px;font-size:13px;color:#8b4500;font-weight:600;margin-bottom:1.5rem}.variant-selector{margin-bottom:1.5rem}.variant-selector__label{display:block;font-size:14px;font-weight:700;margin-bottom:.75rem}.variant-selector__options{display:flex;gap:.5rem;flex-wrap:wrap}.variant-option{padding:8px 18px;border-radius:8px;border:2px solid var(--border);font-size:14px;font-weight:600;color:var(--text);transition:all .2s;background:var(--white)}.variant-option:hover{border-color:var(--blue);color:var(--blue)}.variant-option.is-active{border-color:var(--blue);background:var(--blue);color:var(--white)}.quantity-selector{margin-bottom:1.5rem}.quantity-selector__label{display:block;font-size:14px;font-weight:700;margin-bottom:.75rem}.quantity-selector__controls{display:flex;align-items:center;gap:0;width:fit-content;border:2px solid var(--border);border-radius:var(--radius);overflow:hidden}.qty-btn{width:44px;height:44px;font-size:20px;color:var(--text);background:var(--off-white);border:none;transition:background .2s}.qty-btn:hover{background:var(--blue-light);color:var(--blue)}.qty-input{width:60px;height:44px;text-align:center;font-size:16px;font-weight:600;border:none;border-left:2px solid var(--border);border-right:2px solid var(--border);font-family:var(--font-body)}.product-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.product-trust{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid var(--border)}.product-trust__item{font-size:13px;color:var(--text-muted);font-weight:600}.product-description__toggle{width:100%;text-align:left;padding:1rem 0;font-size:15px;font-weight:700;display:flex;justify-content:space-between;color:var(--text);border-top:1px solid var(--border)}.product-description__content{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:15px;color:var(--text-muted);line-height:1.7}.product-description__content.is-open{max-height:600px;padding-bottom:1rem}.collection-page{padding:60px 2rem;max-width:1200px;margin:0 auto}.collection-page__header{text-align:center;margin-bottom:3rem}.cart-page{padding:60px 2rem}.cart-page__inner{max-width:1100px;margin:0 auto}.cart-empty{text-align:center;padding:80px 0}.cart-empty__icon{font-size:72px;margin-bottom:1rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start;margin-top:2.5rem}.cart-item{display:flex;gap:1.25rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--border);position:relative}.cart-item__image{width:100px;height:100px;border-radius:var(--radius);overflow:hidden;flex-shrink:0;background:var(--blue-light)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1}.cart-item__name{font-weight:700;font-size:15px;color:var(--text);margin-bottom:4px}.cart-item__variant{font-size:13px;color:var(--text-muted);margin-bottom:6px}.cart-item__price{font-size:15px;font-weight:600;color:var(--blue);margin-bottom:10px}.cart-item__qty{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600}.cart-item__qty button{width:28px;height:28px;border-radius:6px;background:var(--off-white);border:1px solid var(--border);font-size:16px;display:flex;align-items:center;justify-content:center}.cart-item__qty button:hover{background:var(--blue-light)}.cart-item__total{font-size:16px;font-weight:700;color:var(--text);white-space:nowrap}.cart-item__remove{position:absolute;top:1.5rem;right:0;font-size:20px;color:var(--text-muted);width:28px;height:28px;display:flex;align-items:center;justify-content:center}.cart-item__remove:hover{color:#c0392b}.cart-summary{background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;position:sticky;top:calc(var(--header-height) + 1rem)}.cart-summary__row{display:flex;justify-content:space-between;font-size:16px;font-weight:700;margin-bottom:1rem}.cart-summary__shipping-notice{background:#fff4e0;border:1px solid #FFD099;border-radius:8px;padding:10px 14px;font-size:13px;color:#8b4500;margin-bottom:0}.cart-summary__shipping-free{background:#e5f7ee;border:1px solid #9FE1CB;border-radius:8px;padding:10px 14px;font-size:13px;color:#1a6a3e;font-weight:600}.cart-summary__continue{display:block;text-align:center;font-size:14px;color:var(--text-muted);margin-top:1rem;transition:color .2s}.cart-summary__continue:hover{color:var(--blue)}.site-footer{background:var(--text);color:#ffffffb3;padding:4rem 2rem 2rem}.site-footer__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{width:72px;height:72px;object-fit:contain;margin-bottom:1rem}.footer-tagline{font-size:14px;margin-bottom:1.5rem;opacity:.7}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:10px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:all .2s}.social-link:hover{background:var(--blue);color:#fff}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem}.footer-column__title{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.25rem}.footer-column__list li{margin-bottom:.65rem}.footer-column__list a{font-size:14px;color:#fff9;transition:color .2s}.footer-column__list a:hover{color:var(--blue-mid)}.footer-bottom{max-width:1100px;margin:2rem auto 0;display:flex;justify-content:space-between;font-size:13px;opacity:.5;flex-wrap:wrap;gap:.5rem}@media(max-width:900px){.hero__title{font-size:56px}.section-title{font-size:38px}.product-main__inner{grid-template-columns:1fr;gap:2.5rem}.cart-layout{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr;gap:2rem}.big-score{font-size:52px}.reviews-header{flex-direction:column;align-items:flex-start}}@media(max-width:700px){.site-nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:1rem 2rem 2rem;z-index:150}.site-nav.is-open{display:block}.site-nav__list{flex-direction:column;gap:0}.site-nav__link{display:block;padding:.85rem 0;border-bottom:1px solid var(--border);font-size:16px}.mobile-menu-toggle{display:flex}.hero__title{font-size:44px}.hero__stats{gap:2rem}.trust-bar__inner{gap:1.5rem}.photo-grid{grid-template-columns:repeat(3,1fr)}.cart-summary{position:static}}.lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:10000;align-items:center;justify-content:center;padding:1rem;animation:lbFadeIn .2s ease}.lightbox.is-open{display:flex}@keyframes lbFadeIn{0%{opacity:0}to{opacity:1}}.lightbox__img{max-width:90vw;max-height:90vh;border-radius:12px;object-fit:contain;box-shadow:0 24px 80px #0009;animation:lbZoom .25s cubic-bezier(.34,1.56,.64,1)}@keyframes lbZoom{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.lightbox__close{position:absolute;top:1.25rem;right:1.5rem;background:#ffffff26;border:none;color:#fff;font-size:22px;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1}.lightbox__close:hover{background:#ffffff4d}.photo-zoomable{transition:transform .2s,box-shadow .2s}.photo-slot--filled:hover .photo-zoomable{transform:scale(1.04);box-shadow:0 8px 24px #0000002e}.video-showcase{background:var(--dark);padding:90px 2rem}.video-showcase__inner{max-width:1100px;margin:0 auto;text-align:center}.video-showcase .section-label{color:var(--blue-light)}.video-showcase .section-title{color:var(--white);margin-bottom:.75rem}.video-showcase__subtitle{color:#fff9;font-size:15px;margin-bottom:3rem;max-width:560px;margin-left:auto;margin-right:auto}.video-grid{display:grid;gap:24px}.video-grid--1{grid-template-columns:1fr;max-width:780px;margin:0 auto}.video-grid--2{grid-template-columns:repeat(2,1fr)}.video-grid--3{grid-template-columns:repeat(3,1fr)}.video-grid--4{grid-template-columns:repeat(2,1fr)}.video-item{background:#ffffff0d;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.08)}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-embed--tiktok{padding-bottom:0;height:auto;min-height:600px}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-embed--tiktok iframe{position:static;height:600px;width:100%}.video-item__label{color:#ffffffbf;font-size:13px;font-weight:600;letter-spacing:.5px;padding:12px 16px;text-align:left}.video-placeholder{aspect-ratio:16/9;background:#ffffff0d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#ffffff4d;border:2px dashed rgba(255,255,255,.15);border-radius:var(--radius-lg)}.video-placeholder span{font-size:40px}.video-placeholder p{font-size:13px}@media(max-width:768px){.video-grid--2,.video-grid--3,.video-grid--4{grid-template-columns:1fr}.video-embed--tiktok{min-height:500px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/splashyguns.css.map */
