: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-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, .sat-account-nav .woocommerce-MyAccount-navigation-link.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-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-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; padding: 0 18px; font-size: 14px; }
.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: 28px; color: var(--sat-muted); }
.sat-shop-toolbar button { height: 46px; border: 0; border-radius: 7px; background: #1a1a1d; color: #fff; padding: 0 18px; text-transform: uppercase; }
.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-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,.25); border-radius: var(--sat-radius); padding: 28px 36px; background: #080809; }
.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-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-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; margin-bottom: 70px; }
.sat-contact-hero h1 { font-style: italic; font-size: 62px; }
.sat-contact-hero p { max-width: 520px; font-size: 18px; line-height: 1.55; color: #ddd; }
.sat-contact-hero strong { display: block; margin-top: 28px; color: var(--sat-muted); text-transform: uppercase; letter-spacing: 2px; }
.sat-contact-hero figure { margin: 0; }
.sat-contact-hero img { width: 100%; height: 310px; object-fit: cover; }
.sat-contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 70px; }
.sat-contact-cards article { min-height: 250px; padding: 34px 24px; background: #101012; border: 1px solid rgba(24,201,220,.32); border-radius: var(--sat-radius); display: grid; justify-items: center; align-content: center; gap: 16px; text-align: center; }
.sat-contact-cards article:nth-child(2) { border-color: rgba(255,208,23,.32); }
.sat-contact-cards article:nth-child(3) { border-color: rgba(238,36,41,.32); }
.sat-contact-cards h3 { text-transform: uppercase; margin: 0; }
.sat-contact-cards p { color: var(--sat-muted); margin: 0; line-height: 1.45; }
.sat-contact-cards a { color: var(--sat-cyan); }
.sat-contact-main { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-bottom: 90px; }
.sat-faq { display: grid; gap: 14px; }
.sat-faq details { background: #101012; border: 1px solid var(--sat-line); border-radius: var(--sat-radius); padding: 20px 24px; }
.sat-faq summary { cursor: pointer; }
.sat-help-banner { grid-template-columns: 1fr 360px; }
.sat-help-banner img { width: 100%; height: 260px; object-fit: cover; }

.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-help-banner, .sat-footer__grid { grid-template-columns: 1fr; }
  .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-filter-tabs, .sat-pack-options, .sat-product-perks { 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-table-wrap { overflow-x: auto; }
  .sat-table { min-width: 700px; }
  .sat-footer__bottom, .sat-payments { flex-wrap: wrap; }
}
