/** Shopify CDN: Minification failed

Line 10:11 Expected identifier but found whitespace
Line 10:13 Unexpected "{"
Line 10:23 Expected ":"

**/
:root{
  --page-width: 1400px;
  --accent: {{ settings.accent_color | default: '#e6322b' }};
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:#111;
  background:#fff;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.page-width{width:min(100% - 32px,var(--page-width));margin-inline:auto}
.section-space{padding:72px 0}
.text-center{text-align:center}

.announcement-bar{
  background:var(--accent);
  color:#fff;
  text-align:center;
  padding:10px 18px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.08);
  transition:box-shadow .25s ease,transform .25s ease;
}
.site-header.is-scrolled{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.header-top{
  min-height:88px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
}
.header-logo{grid-column:2;justify-self:center}
.header-actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:16px}
.header-menu-row{border-top:1px solid rgba(0,0,0,.04)}
.header-logo img{max-height:58px;width:auto}
.header-logo__text{
  font-weight:800;
  font-size:32px;
  letter-spacing:-.04em;
}
.header-nav{display:flex;justify-content:center;align-items:center;gap:34px;flex-wrap:nowrap;min-height:54px;white-space:nowrap}
.header-nav a{
  font-size:13px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
}
.header-nav a:hover{color:var(--accent)}
.header-actions a,.header-actions button{
  background:none;border:0;padding:0;cursor:pointer;
}
.icon{width:22px;height:22px;display:block}

.mobile-toggle{display:none}
.mobile-drawer{display:none}

.hero{
  min-height:70vh;
  position:relative;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#f3f3f3;
}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-overlay{background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,.05))}
.hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  width:min(100% - 32px,var(--page-width));
  margin:0 auto;
  padding:64px 0;
}
.hero-eyebrow{font-size:13px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px}
.hero h1{font-size:clamp(38px,6vw,88px);line-height:.96;margin:0 0 18px;max-width:900px}
.hero p{font-size:18px;max-width:680px}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 26px;border-radius:3px;
  background:var(--accent);color:#fff;
  text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;
}
.button--outline{background:#fff;color:#111;border:1px solid #ddd}

.section-heading{margin-bottom:42px}
.section-heading h2{
  margin:0;
  font-size:clamp(30px,4vw,48px);
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
.section-heading p{color:#666;margin:12px auto 0;max-width:720px}

.product-carousel-wrap{position:relative}
.product-carousel{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(240px,1fr);
  gap:34px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding-bottom:6px;
}
.product-carousel::-webkit-scrollbar{display:none}
.product-card{scroll-snap-align:start;position:relative}
.product-card__media{
  background:#fafafa;
  aspect-ratio:1/1.08;
  overflow:hidden;
  position:relative;
}
.product-card__media img{
  width:100%;height:100%;object-fit:contain;
  transition:opacity .25s ease,transform .35s ease;
}
.product-card__media .secondary{
  position:absolute;inset:0;opacity:0;
}
.product-card:hover .secondary{opacity:1}
.product-card:hover .primary{opacity:0}
.product-card:hover img{transform:scale(1.02)}
.badge{
  position:absolute;top:10px;left:10px;z-index:3;
  background:#2748e8;color:#fff;padding:5px 8px;
  font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;
}
.quick-add{
  position:absolute;right:10px;bottom:10px;z-index:4;
  width:38px;height:38px;border:0;background:var(--accent);color:#fff;
  font-size:24px;line-height:1;cursor:pointer;
}
.product-card__info{text-align:center;padding-top:16px}
.product-card__title{font-size:15px;letter-spacing:.04em;line-height:1.45}
.product-card__price{margin-top:8px;color:#5b5b5b;font-size:14px;letter-spacing:.06em}
.carousel-arrow{
  position:absolute;top:42%;transform:translateY(-50%);
  width:46px;height:46px;border:0;border-radius:50%;
  background:var(--accent);color:#fff;cursor:pointer;z-index:5;font-size:24px
}
.carousel-arrow.prev{left:-18px}.carousel-arrow.next{right:-18px}

.category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.category-card{
  min-height:360px;position:relative;overflow:hidden;background:#eee
}
.category-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,.05))}
.category-card__content{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:#fff}
.category-card__title{font-size:26px;font-weight:700}

.feature-banner{
  min-height:520px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff
}
.feature-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.feature-banner:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45)}
.feature-banner__content{position:relative;z-index:2;max-width:820px;padding:40px 20px}
.feature-banner__content h2{font-size:clamp(34px,5vw,64px);margin:8px 0 18px}
.feature-banner__content p{font-size:17px;line-height:1.7}

.image-text{
  display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px
}
.image-text__media{min-height:520px;background:#f5f5f5}
.image-text__media img{width:100%;height:100%;object-fit:cover}
.image-text__content h2{font-size:clamp(34px,4vw,54px);margin:8px 0 22px;letter-spacing:.05em}
.image-text__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700}
.image-text__content p{font-size:17px;line-height:1.75;color:#333}

.product-page{
  display:grid;grid-template-columns:1.1fr .9fr;gap:70px;padding:56px 0 90px
}
.product-gallery__main{background:#fafafa;aspect-ratio:1/1;overflow:hidden}
.product-gallery__main img{width:100%;height:100%;object-fit:contain}
.product-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.product-thumb{width:72px;height:72px;border:1px solid #ddd;background:#fff;padding:2px}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-info{position:sticky;top:132px;align-self:start}
.product-info .vendor{font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.product-info h1{font-size:38px;line-height:1.15;letter-spacing:.03em;text-transform:uppercase;margin:12px 0}
.product-price{font-size:20px;color:#555;margin:12px 0 28px}
.product-description{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:18px 0;margin-bottom:20px}
.qty{display:inline-grid;grid-template-columns:40px 50px 40px;border:1px solid #ddd;margin:12px 0 20px}
.qty button,.qty input{height:42px;border:0;background:#fff;text-align:center}
.add-to-cart{width:100%;border:1px solid #ddd;background:#fff;color:var(--accent);height:50px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
.shopify-payment-button{margin-top:12px}

.site-footer{border-top:1px solid #e6e6e6;padding:56px 0;background:#fff}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}
.footer-title{font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;margin-bottom:15px}
.footer-links{display:grid;gap:10px;color:#555;font-size:14px}

@media (max-width: 980px){
  .header-top{grid-template-columns:1fr auto 1fr;min-height:72px}
  .header-menu-row{display:none}
  .header-actions .account-link{display:none}
  .header-actions{justify-self:end}
  .mobile-toggle{display:inline-flex}
  .mobile-drawer{
    display:block;
    max-height:0;overflow:hidden;
    transition:max-height .3s ease;
    border-top:1px solid transparent
  }
  .mobile-drawer.is-open{max-height:520px;border-color:#eee}
  .mobile-drawer nav{display:grid;padding:16px 0 24px;gap:16px}
  .mobile-drawer nav a{text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:700}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .image-text,.product-page{grid-template-columns:1fr;gap:34px}
  .product-info{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .section-space{padding:52px 0}
  .hero{min-height:62vh}
  .hero-content{padding:44px 0}
  .header-logo__text{font-size:24px}
  .product-carousel{grid-auto-columns:78%}
  .carousel-arrow{display:none}
  .category-grid{grid-template-columns:1fr}
  .category-card{min-height:300px}
  .footer-grid{grid-template-columns:1fr}
}