:root {
  --sat-bg: #020202;
  --sat-panel: #101012;
  --sat-panel-2: #151517;
  --sat-line: #27272b;
  --sat-muted: #8f8f98;
  --sat-text: #f7f7f8;
  --sat-yellow: #ffd017;
  --sat-red: #ee2429;
  --sat-cyan: #18c9dc;
  --sat-green: #24d56f;
  --sat-blue: #1bc6e4;
  --sat-radius: 8px;
}

* { box-sizing: border-box; }
html { background: var(--sat-bg); }
body.sat-dark {
  margin: 0;
  background: #000;
  color: var(--sat-text);
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.sat-container { width: min(1210px, calc(100% - 48px)); margin: 0 auto; }
.sat-icon { flex: 0 0 auto; }

.sat-topbar { background: var(--sat-yellow); color: #050505; font-size: 15px; }
.sat-topbar__inner { width: min(1210px, calc(100% - 48px)); height: 42px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.sat-topbar span { display: flex; justify-content: center; align-items: center; gap: 9px; border-right: 1px solid rgba(0,0,0,.18); height: 24px; white-space: nowrap; }
.sat-topbar span:last-child { border-right: 0; }
.sat-site-header { background: #000; border-bottom: 1px solid #17171a; }
.sat-header-main { height: 142px; display: grid; grid-template-columns: 165px minmax(320px, 680px) 1fr auto; gap: 40px; align-items: center; }
.sat-logo { width: 154px; height: 82px; display: flex; align-items: center; justify-content: center; }
.sat-logo img { width: 154px; height: auto; max-height: 82px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(238, 36, 41, .24)); }
.sat-search { height: 64px; display: grid; grid-template-columns: 1fr 64px; background: #18181a; border: 1px solid #2a2a2e; border-radius: var(--sat-radius); overflow: hidden; }
.sat-search input { background: transparent; border: 0; color: #fff; padding: 0 24px; outline: 0; font-size: 19px; }
.sat-search button { margin: 7px; border: 0; border-radius: 8px; background: var(--sat-yellow); color: #050505; display: grid; place-items: center; cursor: pointer; }
.sat-actions { display: flex; justify-content: flex-end; gap: 28px; white-space: nowrap; font-size: 17px; }
.sat-actions a { display: flex; align-items: center; gap: 10px; color: #fff; position: relative; }
.sat-cart-link b { position: absolute; top: -13px; right: -18px; width: 22px; height: 22px; border-radius: 999px; background: var(--sat-red); display: grid; place-items: center; font-size: 12px; }
.sat-menu-toggle { display: none; background: var(--sat-yellow); border: 0; border-radius: 8px; padding: 12px 14px; }
.sat-main-nav { height: 62px; display: flex; align-items: center; }
.sat-main-nav ul { display: flex; gap: 40px; list-style: none; margin: 0; padding: 0; }
.sat-main-nav a { text-transform: uppercase; font-size: 16px; font-weight: 900; color: #fff; }
.sat-main-nav .current-menu-item a, .sat-main-nav a:hover { color: var(--sat-yellow); }
.sat-main { min-height: 650px; padding-bottom: 80px; }

.sat-hero { position: relative; min-height: clamp(680px, 56vw, 900px); overflow: hidden; border-bottom: 1px solid #141416; }
.sat-hero__media { position: absolute; inset: 0; }
.sat-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: .9; }
.sat-hero__media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.2) 48%, rgba(0,0,0,.62) 100%), linear-gradient(180deg, transparent 0 68%, #000 100%); }
.sat-hero__content { position: relative; padding-top: clamp(130px, 12vw, 200px); }
.sat-hero h1 { margin: 0; max-width: 680px; text-transform: uppercase; font-size: 112px; line-height: .96; font-style: italic; font-weight: 900; }
.sat-hero h1 span { display: block; }
.sat-hero h1 span:nth-child(1) { color: var(--sat-red); }
.sat-hero h1 span:nth-child(2) { color: var(--sat-cyan); }
.sat-hero p { max-width: 500px; margin: 38px 0 34px; font-size: 23px; line-height: 1.25; }
.sat-hero__buttons { display: flex; gap: 16px; }
.sat-btn { border: 0; border-radius: var(--sat-radius); min-height: 56px; padding: 0 32px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; text-transform: uppercase; font-size: 15px; font-weight: 900; color: #fff; cursor: pointer; }
.sat-btn--red { background: var(--sat-red); }
.sat-btn--yellow { background: var(--sat-yellow); color: #050505; }
.sat-btn--cyan { background: var(--sat-cyan); color: #fff; }
.sat-section-title { text-transform: uppercase; margin: 0 0 28px; font-size: 32px; line-height: 1; font-weight: 900; }
.sat-section-title span, .sat-page-head span, .sat-save-more span, .sat-promo span, .sat-steps span:first-child, .sat-help-banner span { color: var(--sat-yellow); }
.sat-categories { margin-top: 54px; position: relative; z-index: 2; }
.sat-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.sat-category-card { background: var(--sat-panel); border: 1px solid rgba(255,255,255,.12); border-radius: var(--sat-radius); padding: 12px; min-height: 170px; box-shadow: 0 0 26px rgba(238,36,41,.3); overflow: hidden; }
.sat-category-card img { width: 100%; height: 96px; object-fit: cover; border-radius: 4px; filter: saturate(1.2); }
.sat-category-card--2, .sat-category-card--3 { box-shadow: 0 0 26px rgba(24,201,220,.28); }
.sat-category-card--4 { box-shadow: 0 0 26px rgba(255,208,23,.28); }
.sat-category-card--5 { box-shadow: 0 0 26px rgba(147,55,246,.32); }
.sat-category-card h3 { margin: 12px 0 8px; font-size: 13px; text-transform: uppercase; text-align: center; }
.sat-category-card a { height: 28px; border-radius: 5px; display: flex; align-items: center; justify-content: center; gap: 5px; background: var(--sat-red); text-transform: uppercase; font-size: 10px; }
.sat-products, .sat-benefits, .sat-promo, .sat-steps, .sat-category-hero, .sat-contact { margin-top: 70px; }
.sat-title-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.sat-title-row h2 { margin: 0; text-transform: uppercase; font-size: 24px; }
.sat-title-row a { color: var(--sat-yellow); text-transform: uppercase; font-size: 12px; display: flex; gap: 8px; align-items: center; }
.sat-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sat-product-grid--three { grid-template-columns: repeat(3, 1fr); }
.sat-related { grid-template-columns: repeat(5, 1fr); }
.sat-product-card { background: #101012; border: 1px solid rgba(238,36,41,.35); border-radius: var(--sat-radius); overflow: hidden; box-shadow: 0 0 25px rgba(238,36,41,.28); min-width: 0; }
.sat-product-card--2 { border-color: rgba(24,201,220,.45); box-shadow: 0 0 25px rgba(24,201,220,.2); }
.sat-card-image { display: block; padding: 14px; }
.sat-card-image img { width: 100%; aspect-ratio: 1.12; object-fit: cover; border-radius: 4px; }
.sat-card-body { padding: 0 18px 18px; }
.sat-card-body h3 { margin: 0 0 4px; font-size: 15px; line-height: 1.3; }
.sat-card-body p { margin: 0 0 22px; color: var(--sat-muted); font-size: 12px; }
.sat-card-bottom { display: flex; align-items: center; justify-content: space-between; }
.sat-card-bottom strong { font-size: 22px; }
.sat-cart-mini { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 7px; background: var(--sat-red); }
.sat-benefits { border: 1px solid var(--sat-line); border-radius: var(--sat-radius); display: grid; grid-template-columns: repeat(4, 1fr); padding: 24px 34px; gap: 22px; }
.sat-benefits span { display: grid; grid-template-columns: 48px 1fr; align-items: center; column-gap: 18px; color: var(--sat-cyan); }
.sat-benefits b { color: #fff; text-transform: uppercase; font-size: 14px; }
.sat-benefits small { grid-column: 2; color: var(--sat-muted); font-size: 12px; font-weight: 700; }
.sat-promo, .sat-help-banner { border: 1px solid var(--sat-line); border-radius: var(--sat-radius); background: linear-gradient(90deg, #0f0f11, #090909); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 28px; padding: 36px; overflow: hidden; }
.sat-promo img { width: 100%; height: 210px; object-fit: cover; }
.sat-promo h2, .sat-help-banner h2 { margin: 0 0 10px; text-transform: uppercase; font-size: 36px; line-height: 1.05; }
.sat-promo p, .sat-help-banner p { color: var(--sat-muted); margin: 0 0 20px; }
.sat-steps > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; margin-top: 30px; }
.sat-steps span { display: block; color: var(--sat-cyan); font-size: 30px; }
.sat-steps b { color: #fff; font-size: 14px; text-transform: uppercase; margin-left: 8px; }
.sat-steps small { display: block; color: var(--sat-muted); font-size: 13px; margin-top: 6px; padding-left: 42px; }

.sat-page-head { padding-top: 70px; margin-bottom: 50px; }
.sat-page-head h1 { margin: 0 0 12px; font-size: 48px; line-height: 1; text-transform: uppercase; font-weight: 900; }
.sat-page-head p { margin: 0; color: var(--sat-muted); font-size: 19px; }
.sat-account-grid { display: grid; grid-template-columns: 315px 1fr; gap: 40px; align-items: start; }
.sat-account-page { padding-bottom: 110px; }
.sat-account-content { min-width: 0; }
.sat-account-page--contactgegevens .sat-account-content, .sat-account-page--wachtwoord .sat-account-content { background: #101012; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); padding: 42px; min-height: 500px; }
.sat-account-nav { display: grid; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); overflow: hidden; background: #0d0d0f; }
.sat-account-nav a { height: 66px; display: flex; align-items: center; gap: 18px; padding: 0 24px; color: #a8a8b0; text-transform: uppercase; border-bottom: 1px solid #1c1c1f; }
.sat-account-nav a:last-child { margin-top: 12px; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); color: #ff5559; background: #0d0d0f; }
.sat-account-nav .is-active { color: var(--sat-yellow); background: #151517; }
.sat-panel, .sat-table-wrap, .sat-contact-summary { background: #101012; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); overflow: hidden; }
.sat-panel { padding: 42px; min-height: 500px; }
.sat-form { display: grid; gap: 24px; max-width: 560px; }
.sat-form--wide { max-width: none; }
.sat-form label { display: grid; gap: 10px; color: #777780; text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; }
.sat-form input, .sat-form select, .sat-form textarea, .sat-order-search, .sat-shop-toolbar select { width: 100%; min-height: 62px; background: #030303; border: 1px solid #303036; border-radius: var(--sat-radius); color: #fff; padding: 0 18px; outline: 0; }
.sat-form textarea { min-height: 150px; padding-top: 18px; resize: vertical; }
.sat-form small { color: var(--sat-muted); text-transform: none; letter-spacing: 0; }
.sat-form hr { width: 100%; border: 0; border-top: 1px solid #242428; margin: 8px 0; }
.sat-form h2 { text-transform: uppercase; margin: 0; font-size: 23px; }
.sat-two { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.sat-table { width: 100%; border-collapse: collapse; }
.sat-table th, .sat-table td { padding: 24px 24px; text-align: left; border-bottom: 1px solid #222226; }
.sat-table th { color: #777780; text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; }
.sat-table td { color: #b7b7bd; }
.sat-table tr:last-child td { border-bottom: 0; }
.sat-table strong { color: #fff; font-size: 18px; }
.sat-badge { display: inline-flex; align-items: center; height: 24px; padding: 0 14px; border-radius: 99px; text-transform: uppercase; font-size: 11px; }
.sat-badge--green { background: rgba(36,213,111,.12); color: var(--sat-green); }
.sat-badge--blue { background: rgba(27,198,228,.13); color: var(--sat-blue); }
.sat-badge--yellow { background: rgba(255,208,23,.13); color: var(--sat-yellow); }
.sat-icon-btn { width: 42px; height: 42px; border: 1px solid #303036; border-radius: 8px; background: #1a1a1d; color: #b9b9c0; display: grid; place-items: center; }
.sat-icon-btn:hover { color: #fff; border-color: #45454d; }
.sat-order-search { margin-bottom: 30px; display: flex; align-items: center; gap: 18px; background: #0b0b0d; color: var(--sat-muted); }
.sat-order-search input { background: transparent; border: 0; color: #fff; outline: 0; width: 100%; }
.sat-dashboard-main { min-width: 0; }
.sat-dashboard-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 34px; }
.sat-dashboard-cards article { min-height: 235px; padding: 26px; background: #101012; border: 1px solid rgba(255,255,255,.12); border-radius: var(--sat-radius); display: grid; justify-items: center; align-content: center; gap: 8px; text-align: center; box-shadow: 0 0 25px rgba(238,36,41,.25); }
.sat-dashboard-cards article:nth-child(2) { box-shadow: 0 0 25px rgba(24,201,220,.24); }
.sat-dashboard-cards article:nth-child(3) { box-shadow: 0 0 25px rgba(255,208,23,.2); }
.sat-dashboard-cards strong { font-size: 28px; }
.sat-dashboard-cards span { color: var(--sat-muted); text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
.sat-dashboard-cards small { color: var(--sat-muted); margin-bottom: 14px; }
.sat-dashboard-lower { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; }
.sat-contact-summary { padding: 28px; }
.sat-contact-summary dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; margin: 0; }
.sat-contact-summary dt { color: #777780; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
.sat-contact-summary dd { margin: 6px 0 0; color: #fff; line-height: 1.5; }
.sat-help-banner { grid-template-columns: 1fr auto auto; margin-top: 42px; }

.sat-category-hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 30px; align-items: stretch; }
.sat-breadcrumb { color: var(--sat-muted); margin: 0 0 28px; font-size: 14px; }
.sat-category-hero > div { padding: 70px 34px; background: linear-gradient(90deg, #070707, #101012); }
.sat-category-hero h1, .sat-contact-hero h1 { margin: 0 0 18px; text-transform: uppercase; font-size: 54px; line-height: 1; font-weight: 900; }
.sat-category-hero h1 span, .sat-contact-hero h1 span { color: var(--sat-red); }
.sat-category-hero p { max-width: 520px; color: #d7d7db; line-height: 1.45; font-size: 17px; }
.sat-category-hero figure { margin: 0; overflow: hidden; }
.sat-category-hero img { width: 100%; height: 100%; min-height: 285px; object-fit: cover; }
.sat-catalog-section { margin-top: 28px; }
.sat-filter-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 28px 0 22px; }
.sat-filter-tabs a { height: 48px; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); display: flex; align-items: center; gap: 10px; padding: 0 18px; font-size: 14px; background: #0b0b0d; }
.sat-filter-tabs .active { border-color: var(--sat-yellow); color: var(--sat-yellow); }
.sat-shop-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; color: var(--sat-muted); }
.sat-toolbar-left { display: flex; align-items: center; gap: 15px; }
.sat-shop-toolbar button { height: 40px; border: 0; border-radius: 7px; background: #1a1a1d; color: #fff; padding: 0 16px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }
.sat-shop-toolbar label { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.sat-shop-toolbar select { width: 130px; min-height: 44px; background: #1a1a1d; }
.sat-product-grid--catalog { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: start; }
.sat-product-grid--catalog .sat-card-image img { aspect-ratio: 1.04; }
.sat-product-grid--catalog .sat-card-body { padding-bottom: 20px; }
.sat-product-grid--catalog .sat-product-card { min-height: 0; }
.sat-pagination { display: flex; justify-content: center; align-items: center; gap: 12px; margin: 52px 0; }
.sat-pagination a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 7px; border: 1px solid var(--sat-line); background: #070707; }
.sat-pagination .active { background: var(--sat-yellow); color: #050505; }
.sat-save-more { display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(238,36,41,.42); border-radius: var(--sat-radius); padding: 28px 36px; background: linear-gradient(90deg, #111113, #050505); }
.sat-save-more h2 { margin: 0; text-transform: uppercase; font-size: 30px; }
.sat-save-more p { color: var(--sat-muted); margin: 0; flex: 1; }
.sat-save-more a { background: var(--sat-red); padding: 16px 26px; border-radius: 6px; text-transform: uppercase; }

.sat-product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.sat-gallery figure { margin: 0; position: relative; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); overflow: hidden; }
.sat-gallery figure span { position: absolute; top: 18px; left: 18px; background: var(--sat-yellow); color: #050505; border-radius: 5px; padding: 12px; text-transform: uppercase; font-size: 12px; line-height: 1.1; z-index: 1; }
.sat-gallery figure img { width: 100%; aspect-ratio: 1.1; object-fit: cover; }
.sat-thumbs { display: grid; grid-template-columns: 34px repeat(4, 1fr) 34px; gap: 10px; margin-top: 16px; align-items: center; }
.sat-thumbs img { border: 1px solid var(--sat-line); border-radius: 6px; aspect-ratio: 1.25; object-fit: cover; }
.sat-thumbs img.active { border-color: var(--sat-yellow); }
.sat-thumbs button { height: 44px; background: #161619; border: 0; color: #fff; border-radius: 4px; }
.sat-product-summary h1 { margin: 0 0 14px; text-transform: uppercase; font-size: 40px; line-height: 1.1; }
.sat-rating { color: var(--sat-yellow); margin-bottom: 18px; }
.sat-rating span { color: var(--sat-muted); }
.sat-price { font-size: 42px; line-height: 1; margin-bottom: 24px; }
.sat-price small { display: block; font-size: 14px; color: var(--sat-muted); margin-top: 6px; }
.sat-product-summary p { color: #d3d3d8; line-height: 1.55; }
.sat-product-summary ul { list-style: none; padding: 0; display: grid; gap: 12px; color: #d8d8dc; }
.sat-product-summary li:before { content: "✺"; color: var(--sat-yellow); margin-right: 10px; }
.sat-stock { display: inline-flex; margin: 8px 0 12px; padding: 11px 15px; border-radius: 5px; color: var(--sat-green); background: rgba(36,213,111,.12); }
.sat-product-summary h3 { text-transform: uppercase; margin: 28px 0 12px; font-size: 14px; }
.sat-pack-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.sat-pack-options button { min-height: 82px; border: 1px solid var(--sat-line); background: #09090a; color: #fff; border-radius: 7px; }
.sat-pack-options .active { border-color: var(--sat-yellow); }
.sat-pack-options span { color: var(--sat-yellow); font-size: 12px; }
.sat-buy-row { display: grid; grid-template-columns: 130px 1fr; gap: 12px; margin-top: 14px; }
.sat-qty { display: grid; grid-template-columns: 1fr 1fr 1fr; background: #0b0b0d; border: 1px solid var(--sat-line); border-radius: 7px; align-items: center; text-align: center; }
.sat-qty button { background: transparent; border: 0; color: #fff; }
.sat-qty input { width: 100%; min-width: 0; height: 54px; border: 0; border-left: 1px solid var(--sat-line); border-right: 1px solid var(--sat-line); background: transparent; color: #fff; text-align: center; appearance: textfield; }
.sat-qty input::-webkit-outer-spin-button, .sat-qty input::-webkit-inner-spin-button { appearance: none; margin: 0; }
.sat-product-copy p { margin: 0 0 12px; }
.sat-product-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; color: #d2d2d6; margin-top: 18px; }
.sat-product-perks span { display: flex; align-items: center; gap: 8px; }
.sat-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 60px; }
.sat-details-grid h2 { text-transform: uppercase; }
.sat-details-grid p { color: #d2d2d7; line-height: 1.55; }
.sat-details-grid table { width: 100%; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); border-collapse: separate; border-spacing: 0; overflow: hidden; background: #101012; }
.sat-details-grid caption { text-align: left; padding: 22px; text-transform: uppercase; }
.sat-details-grid td { padding: 15px 22px; border-top: 1px solid #222226; }
.sat-details-grid td:last-child { text-align: right; color: #fff; }

.sat-contact-page .sat-contact { margin-top: 0; }
.sat-contact-hero { display: grid; grid-template-columns: .82fr 1.18fr; gap: 36px; align-items: center; min-height: 390px; margin-bottom: 56px; overflow: hidden; position: relative; }
.sat-contact-hero:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 40% 35%, rgba(24,201,220,.12), transparent 32%), linear-gradient(90deg, #000 0%, rgba(0,0,0,.45) 48%, #000 100%); pointer-events: none; }
.sat-contact-hero__copy { position: relative; z-index: 1; padding: 56px 0; }
.sat-contact-hero h1 { margin: 0 0 10px; text-transform: uppercase; font-style: italic; font-size: 70px; line-height: .9; font-weight: 900; }
.sat-contact-hero h2 { margin: 0 0 34px; text-transform: uppercase; font-style: italic; font-size: 36px; line-height: 1.05; }
.sat-contact-hero h2 span { color: var(--sat-cyan); }
.sat-contact-hero mark { background: transparent; color: var(--sat-yellow); }
.sat-contact-hero p { max-width: 450px; margin: 0; font-size: 20px; line-height: 1.55; color: #fff; font-weight: 700; }
.sat-contact-hero figure { margin: 0; position: relative; z-index: 0; align-self: stretch; }
.sat-contact-hero img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: center; }
.sat-contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 42px; }
.sat-contact-cards article { min-height: 255px; padding: 34px 24px; background: radial-gradient(circle at center top, rgba(255,255,255,.08), transparent 55%), #0d0d0f; border: 1px solid rgba(255,255,255,.42); border-radius: var(--sat-radius); display: grid; justify-items: center; align-content: center; gap: 15px; text-align: center; box-shadow: inset 0 0 24px rgba(255,255,255,.04), 0 0 18px rgba(255,255,255,.1); }
.sat-contact-cards .sat-contact-card--cyan { border-color: rgba(24,201,220,.8); box-shadow: 0 0 22px rgba(24,201,220,.2); color: var(--sat-cyan); }
.sat-contact-cards .sat-contact-card--yellow { border-color: rgba(255,208,23,.72); color: var(--sat-yellow); }
.sat-contact-cards .sat-contact-card--red { border-color: rgba(238,36,41,.72); color: var(--sat-red); }
.sat-contact-cards h3 { text-transform: uppercase; margin: 0; color: #fff; font-size: 19px; }
.sat-contact-cards p { color: #fff; margin: 0; line-height: 1.45; font-weight: 600; }
.sat-contact-cards a { color: currentColor; font-weight: 900; }
.sat-contact-main { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-bottom: 26px; }
.sat-contact-form { max-width: none; gap: 14px; }
.sat-contact-form input, .sat-contact-form select, .sat-contact-form textarea { background: rgba(12,12,14,.8); border-color: rgba(255,255,255,.35); min-height: 54px; }
.sat-contact-form textarea { min-height: 112px; }
.sat-contact-form .sat-btn { width: 100%; }
.sat-faq { display: grid; gap: 12px; }
.sat-faq details { background: linear-gradient(180deg, #141416, #0b0b0d); border: 1px solid rgba(255,255,255,.25); border-radius: var(--sat-radius); padding: 16px 18px; }
.sat-faq summary { cursor: pointer; list-style: none; color: #fff; font-weight: 900; display: flex; justify-content: space-between; gap: 20px; }
.sat-faq summary::-webkit-details-marker { display: none; }
.sat-faq summary:after { content: "⌄"; color: var(--sat-yellow); font-size: 20px; line-height: 1; }
.sat-faq p { margin: 8px 0 0; color: #d7d7db; line-height: 1.4; font-size: 14px; font-weight: 600; }
.sat-contact-benefits { border: 1px solid rgba(255,255,255,.28); border-radius: var(--sat-radius); display: grid; grid-template-columns: repeat(4, 1fr); margin: 24px 0 22px; }
.sat-contact-benefits span { min-height: 76px; display: grid; grid-template-columns: 54px 1fr; align-items: center; column-gap: 14px; padding: 14px 28px; border-right: 1px solid rgba(255,255,255,.2); color: var(--sat-cyan); }
.sat-contact-benefits span:last-child { border-right: 0; color: var(--sat-yellow); }
.sat-contact-benefits b { color: #fff; text-transform: uppercase; font-size: 14px; }
.sat-contact-benefits small { grid-column: 2; color: #fff; font-size: 13px; }
.sat-help-banner { grid-template-columns: 1fr 360px; }
.sat-help-banner img { width: 100%; height: 260px; object-fit: cover; }
.sat-contact-collection { grid-template-columns: 1.05fr .95fr; padding: 0; gap: 34px; border-color: rgba(255,255,255,.32); }
.sat-contact-collection img { height: 205px; object-position: center; }
.sat-contact-collection > div { padding: 28px 30px 28px 0; }
.sat-contact-collection h2 { font-size: 32px; }

.sat-cart-empty { min-height: 770px; display: grid; place-items: center; align-content: center; justify-items: center; gap: 12px; text-align: center; }
.sat-cart-empty__icon { color: #33333a; line-height: 1; }
.sat-cart-empty h1 { margin: 0; color: #fff; font-size: 42px; line-height: 1.05; }
.sat-cart-empty p { margin: 0 0 18px; color: var(--sat-muted); font-size: 20px; }
.sat-cart-empty .sat-btn { min-width: 250px; }
.sat-cart-shortcode { min-height: 920px; padding: 70px 0 90px; }
.sat-cart-shortcode h1, .sat-checkout-shortcode h1 { margin: 0 0 32px; color: #fff; font-size: 42px; line-height: 1; text-transform: uppercase; font-weight: 900; }
.sat-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 435px; gap: 30px; align-items: start; }
.sat-cart-items { display: grid; gap: 18px; min-width: 0; }
.sat-cart-item { min-height: 132px; display: grid; grid-template-columns: 92px minmax(0, 1fr) 120px 120px 28px; gap: 18px; align-items: center; padding: 18px 22px; background: #101012; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); }
.sat-cart-item__image { width: 88px; height: 88px; border-radius: 7px; overflow: hidden; background: #08080a; display: block; }
.sat-cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.sat-cart-item__meta h2 { margin: 0 0 5px; font-size: 19px; line-height: 1.25; }
.sat-cart-item__meta a { color: #fff; }
.sat-cart-item__meta p { margin: 0; color: var(--sat-muted); font-weight: 700; }
.sat-cart-qty { width: 116px; height: 48px; display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; overflow: hidden; border: 1px solid var(--sat-line); border-radius: 8px; background: #020203; }
.sat-cart-qty button { height: 100%; border: 0; background: transparent; color: #fff; font-size: 16px; cursor: pointer; }
.sat-cart-qty .quantity { min-width: 0; height: 100%; }
.sat-cart-qty input.qty { width: 100%; height: 100%; border: 0; background: transparent; color: #fff; text-align: center; font-weight: 900; appearance: textfield; }
.sat-cart-qty input.qty::-webkit-outer-spin-button, .sat-cart-qty input.qty::-webkit-inner-spin-button { appearance: none; margin: 0; }
.sat-cart-item__subtotal { color: #fff; font-size: 18px; text-align: right; }
.sat-cart-remove { color: var(--sat-muted); display: grid; place-items: center; }
.sat-cart-remove:hover { color: var(--sat-red); }
.sat-cart-update { justify-self: start; min-height: 44px; padding: 0 18px; border: 1px solid var(--sat-line); border-radius: 7px; background: #17171a; color: #fff; text-transform: uppercase; font-weight: 900; }
.sat-cart-summary, .sat-order-summary { background: #101012; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); padding: 30px; }
.sat-cart-summary h2, .sat-order-summary h2, .sat-checkout-panel h2 { margin: 0 0 24px; text-transform: uppercase; color: #fff; font-size: 26px; line-height: 1; }
.sat-cart-summary div, .sat-order-line { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; color: #e6e6ea; font-size: 18px; }
.sat-cart-summary div strong, .sat-order-line strong { color: #fff; font-size: 18px; }
.sat-cart-summary__total, .sat-order-total { margin-top: 18px; padding-top: 18px; border-top: 1px solid #242428; }
.sat-cart-summary .sat-btn { width: 100%; margin-top: 16px; justify-content: center; }
.sat-cart-clear { display: block; margin-top: 14px; text-align: center; color: var(--sat-muted); font-weight: 700; }
.sat-checkout-shortcode { padding: 46px 0 105px; min-height: 980px; }
.sat-checkout-back { color: var(--sat-muted); font-size: 16px; }
.sat-checkout-shortcode h1 { margin-top: -6px; text-align: center; }
.sat-checkout-steps { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 0 0 40px; color: #777780; font-weight: 900; }
.sat-checkout-steps span { display: inline-flex; align-items: center; gap: 10px; }
.sat-checkout-steps b { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #222226; color: #777780; }
.sat-checkout-steps .active { color: #fff; }
.sat-checkout-steps .active b { background: var(--sat-yellow); color: #050505; }
.sat-checkout-steps i { width: 64px; height: 1px; background: #303036; }
.sat-checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 395px; gap: 28px; align-items: start; }
.sat-checkout-panel { background: #101012; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); padding: 28px; }
.sat-checkout-panel h2 { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.sat-checkout-panel h2 svg { color: var(--sat-yellow); }
.sat-checkout-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 18px; }
.sat-checkout-fields .form-row { margin: 0; padding: 0; float: none; width: auto; }
.sat-checkout-fields .form-row-wide, .sat-checkout-fields #billing_address_1_field, .sat-checkout-fields #order_comments_field { grid-column: 1 / -1; }
.sat-checkout-fields label { display: block; margin-bottom: 9px; color: #d7d7dc; font-weight: 900; }
.sat-checkout-fields abbr.required { text-decoration: none; color: #fff; }
.sat-checkout-fields input.input-text, .sat-checkout-fields select, .sat-checkout-fields textarea, .sat-checkout-fields .select2-selection { width: 100%; min-height: 56px; border: 1px solid #24242a; border-radius: 7px; background: #030303; color: #fff; padding: 0 18px; outline: 0; }
.sat-checkout-fields textarea { min-height: 110px; padding-top: 16px; resize: vertical; }
.sat-checkout-fields .select2-container .select2-selection--single { height: 56px; display: flex; align-items: center; }
.sat-checkout-fields .select2-selection__rendered { color: #fff !important; padding-left: 0 !important; }
.sat-checkout-fields .select2-selection__arrow { height: 56px !important; }
.sat-checkout-payment { margin-top: 24px; }
.sat-payment-box { background: transparent; }
.sat-payment-box ul { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 10px; }
.sat-payment-box li { border: 1px solid var(--sat-line); border-radius: 8px; padding: 14px; background: #101012; }
.sat-payment-box .place-order { margin: 0; padding: 0; }
.sat-payment-box .sat-btn { width: 100%; justify-content: center; min-height: 64px; font-size: 18px; }
.sat-checkout-terms { margin: 22px 0 0; color: var(--sat-muted); text-align: center; font-size: 13px; }
.sat-checkout-terms a { color: var(--sat-yellow); }
.sat-order-summary { padding: 28px; position: sticky; top: 20px; }
.sat-order-summary__items { display: grid; gap: 16px; margin-bottom: 24px; }
.sat-order-item { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 13px; }
.sat-order-item img { width: 58px; height: 58px; object-fit: cover; border-radius: 7px; }
.sat-order-item h3 { margin: 0 0 4px; color: #fff; font-size: 16px; line-height: 1.2; }
.sat-order-item p { margin: 0; color: var(--sat-muted); font-size: 13px; }
.sat-order-item strong { color: #fff; }
.sat-order-free { margin: -5px 0 18px; color: var(--sat-muted); font-size: 13px; }
.sat-order-total { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; color: #fff; }
.sat-order-total span { display: grid; gap: 6px; text-transform: uppercase; font-size: 22px; font-weight: 900; }
.sat-order-total small { color: var(--sat-muted); text-transform: none; font-size: 13px; font-weight: 700; }
.sat-order-total strong { color: var(--sat-yellow); font-size: 30px; }

.sat-footer { border-top: 1px solid #17171a; padding: 65px 0 30px; background: #000; }
.sat-footer__grid { display: grid; grid-template-columns: 1.35fr 1fr 1.15fr 1.2fr .8fr; gap: 44px; }
.sat-footer h3 { margin: 0 0 20px; text-transform: uppercase; font-size: 19px; }
.sat-footer p, .sat-footer a { color: #a6a6ad; line-height: 1.55; font-weight: 500; }
.sat-footer a { display: block; margin-bottom: 9px; }
.sat-newsletter { display: grid; grid-template-columns: 1fr 44px; background: #18181a; border: 1px solid #29292d; border-radius: var(--sat-radius); overflow: hidden; height: 48px; }
.sat-newsletter input { background: transparent; border: 0; color: #fff; padding: 0 16px; outline: 0; }
.sat-newsletter button { margin: 5px; border: 0; border-radius: 6px; background: var(--sat-yellow); display: grid; place-items: center; }
.sat-socials { display: flex; gap: 12px; }
.sat-socials a { width: 45px; height: 45px; margin: 0; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #236af0; }
.sat-socials a:nth-child(2) { background: #f14a5c; }
.sat-socials a:nth-child(3) { background: #050505; border: 1px solid var(--sat-line); }
.sat-footer__bottom { margin-top: 55px; border-top: 1px solid #17171a; padding-top: 32px; display: flex; justify-content: space-between; gap: 30px; color: var(--sat-muted); }
.sat-payments { display: flex; align-items: center; gap: 16px; }
.sat-payments span { border: 1px solid currentColor; border-radius: 4px; padding: 6px 16px; font-size: 12px; color: var(--sat-cyan); }
.sat-payments span:nth-child(2) { color: #4777d8; }
.sat-payments span:nth-child(3) { color: #ef5c5f; }
.sat-payments em { display: flex; align-items: center; gap: 8px; font-style: normal; font-size: 13px; }

@media (max-width: 1000px) {
  .sat-container { width: min(100% - 28px, 720px); }
  .sat-topbar__inner { grid-template-columns: 1fr 1fr; height: auto; padding: 8px 0; row-gap: 8px; }
  .sat-header-main { height: auto; grid-template-columns: 120px 1fr auto; gap: 16px; padding: 18px 0; }
  .sat-logo { width: 120px; }
  .sat-logo img { width: 120px; max-height: 64px; }
  .sat-actions { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; }
  .sat-menu-toggle { display: block; }
  .sat-main-nav { display: none; height: auto; padding-bottom: 18px; }
  .sat-main-nav.is-open { display: block; }
  .sat-main-nav ul { display: grid; gap: 16px; }
  .sat-hero { min-height: 720px; }
  .sat-hero h1 { font-size: 66px; }
  .sat-categories { margin-top: 46px; }
  .sat-category-grid, .sat-product-grid, .sat-related, .sat-contact-cards { grid-template-columns: repeat(2, 1fr); }
  .sat-product-grid--three, .sat-benefits, .sat-promo, .sat-steps > div, .sat-account-grid, .sat-dashboard-cards, .sat-dashboard-lower, .sat-category-hero, .sat-product-detail, .sat-details-grid, .sat-contact-hero, .sat-contact-main, .sat-contact-benefits, .sat-help-banner, .sat-cart-layout, .sat-checkout-grid, .sat-footer__grid { grid-template-columns: 1fr; }
  .sat-cart-shortcode, .sat-checkout-shortcode { min-height: 0; padding-bottom: 70px; }
  .sat-cart-summary, .sat-order-summary { position: static; }
  .sat-contact-benefits span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .sat-contact-benefits span:last-child { border-bottom: 0; }
  .sat-contact-collection > div { padding: 0 24px 28px; }
  .sat-filter-tabs { grid-template-columns: 1fr 1fr; }
  .sat-footer__bottom, .sat-shop-toolbar, .sat-save-more, .sat-title-row { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .sat-topbar__inner, .sat-header-main, .sat-two, .sat-product-grid, .sat-related, .sat-category-grid, .sat-contact-cards, .sat-contact-benefits, .sat-filter-tabs, .sat-pack-options, .sat-product-perks, .sat-checkout-fields { grid-template-columns: 1fr; }
  .sat-search { grid-column: 1 / -1; }
  .sat-page-head h1, .sat-category-hero h1, .sat-contact-hero h1 { font-size: 38px; }
  .sat-hero h1 { font-size: 48px; }
  .sat-buy-row { grid-template-columns: 1fr; }
  .sat-panel { padding: 24px; }
  .sat-cart-empty { min-height: 570px; padding: 40px 0; }
  .sat-cart-empty h1, .sat-cart-shortcode h1, .sat-checkout-shortcode h1 { font-size: 34px; }
  .sat-cart-item { grid-template-columns: 76px minmax(0, 1fr) 34px; gap: 14px; padding: 16px; }
  .sat-cart-item__image { width: 74px; height: 74px; }
  .sat-cart-qty { grid-column: 1 / 3; width: 120px; }
  .sat-cart-item__subtotal { grid-column: 2; text-align: left; }
  .sat-cart-remove { grid-column: 3; grid-row: 1; align-self: start; }
  .sat-checkout-steps { gap: 10px; font-size: 0; }
  .sat-checkout-steps b { width: 36px; height: 36px; font-size: 14px; }
  .sat-checkout-steps i { width: 32px; }
  .sat-checkout-panel, .sat-cart-summary, .sat-order-summary { padding: 22px; }
  .sat-order-item { grid-template-columns: 52px 1fr; }
  .sat-order-item strong { grid-column: 2; }
  .sat-table-wrap { overflow-x: auto; }
  .sat-table { min-width: 700px; }
  .sat-footer__bottom, .sat-payments { flex-wrap: wrap; }
}
