:root {
  --black: #070707;
  --text: #121212;
  --muted: #6b6b6b;
  --line: #dedede;
  --soft-line: #eeeeee;
  --red: #e10f13;
  --red-dark: #c9080d;
  --star: #f5b000;
  --green: #168a34;
  --surface: #ffffff;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  --radius: 6px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(1400px, calc(100% - 72px));
  margin: 0 auto;
}

.top-strip {
  color: #fff;
  background: var(--black);
}

.strip-grid {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
}

.strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.strip-item::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background: currentColor;
  mask: var(--icon) center / contain no-repeat;
}

.strip-item[data-icon="phone"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.7 3.9 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.5 22 2 13.5 2 3.4 2 2.7 2.5 2.2 3.2 2.2h3.5c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-1.6 2.2Z'/%3E%3C/svg%3E"); }
.strip-item[data-icon="mail"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 5h18v14H3V5Zm9 8 7-5.5H5L12 13Zm0 2.5L5 10v7h14v-7l-7 5.5Z'/%3E%3C/svg%3E"); }
.strip-item[data-icon="pin"] { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E"); }

.strip-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-main {
  height: 88px;
  display: grid;
  grid-template-columns: 230px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 44px;
  border-bottom: 1px solid var(--soft-line);
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  width: 210px;
}

.brand img {
  width: 100%;
  max-height: 74px;
  object-fit: contain;
}

.search {
  justify-self: center;
  width: min(560px, 100%);
  height: 48px;
  display: flex;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}

.search input {
  flex: 1;
  border: 0;
  min-width: 0;
  padding: 0 18px;
  color: #555;
  font-size: 16px;
  outline: 0;
}

.search button {
  width: 62px;
  border: 0;
  color: #fff;
  background: var(--red);
  display: grid;
  place-items: center;
  cursor: pointer;
}

svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 800;
  font-size: 16px;
}

.header-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.cart-badge {
  position: absolute;
  left: 15px;
  top: -12px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 11px;
}

.category-nav {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-nav a[aria-current] {
  color: var(--red);
}

.view {
  display: none;
}

.view.active {
  display: block;
}

.hero {
  min-height: 330px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .56) 46%, rgba(0, 0, 0, .18) 100%), url("/assets/hero-blocks.jpeg") center / cover no-repeat;
  color: #fff;
}

.hero-inner {
  min-height: 330px;
  display: flex;
  align-items: center;
}

.hero-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(39px, 5vw, 58px);
  line-height: 1.03;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-copy p {
  width: 340px;
  max-width: 100%;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.45;
}

.btn {
  border: 1px solid var(--red);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  background: #fff;
  color: var(--red);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.btn.primary {
  color: #fff;
  background: var(--red);
}

.btn.primary:hover {
  background: var(--red-dark);
}

.btn.outline {
  border-color: var(--red);
  color: var(--red);
}

.btn.tiny {
  min-height: 35px;
  padding: 0 22px;
  color: #fff;
  background: var(--red);
}

.btn.small {
  min-height: 40px;
  border-color: #cfcfcf;
  color: #111;
  background: #fff;
}

.btn.wide {
  width: 100%;
}

.benefits {
  margin-top: -72px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  background: rgba(20, 20, 20, .76);
  backdrop-filter: blur(8px);
}

.benefits article {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 32px;
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.benefits article:first-child {
  border-left: 0;
}

.benefits svg {
  width: 43px;
  height: 43px;
  stroke-width: 1.6;
}

.benefits strong {
  display: block;
  font-size: 18px;
  font-weight: 950;
}

.benefits span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.category-section {
  padding: 42px 0 34px;
}

.category-section h2,
.section-heading h2 {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 950;
  text-transform: uppercase;
}

.featured-section {
  padding: 0 0 68px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading a {
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.featured-grid {
  grid-template-columns: repeat(4, 1fr);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}

.state {
  grid-column: 1 / -1;
  min-height: 128px;
  display: grid;
  place-items: center;
  border: 1px dashed #d6d6d6;
  border-radius: var(--radius);
  color: #555;
  background: #fafafa;
  font-weight: 900;
  text-align: center;
}

.state.error {
  border-color: rgba(225, 15, 19, .35);
  color: var(--red);
  background: #fff7f7;
}

.state.empty {
  color: #777;
}

.category-card,
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .04);
}

.category-card {
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.category-card img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  background: #f5f5f5;
}

.category-card div {
  padding: 14px 13px 16px;
}

.category-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 950;
}

.category-card span {
  color: #777;
  font-size: 14px;
}

.page-head {
  padding: 28px 0 20px;
}

.page-head.compact {
  padding-top: 20px;
}

.page-head h1 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 950;
}

.breadcrumb {
  color: #777;
  font-size: 14px;
}

.breadcrumb span {
  margin: 0 8px;
  color: var(--red);
}

.listing-layout {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 22px;
  padding-bottom: 50px;
}

.filters {
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 16px 16px 22px;
  align-self: start;
}

.filter-toggle {
  display: none;
}

.filter-title {
  color: #666;
  font-size: 16px;
}

.red-label {
  display: block;
  margin: 12px 0 16px;
  color: var(--red);
  font-size: 15px;
}

.filter-group {
  padding: 15px 0;
  border-bottom: 1px solid var(--soft-line);
}

.filter-group h3 {
  margin: 0 0 14px;
  font-size: 16px;
}

.filter-group p,
.filter-group label {
  display: block;
  color: #555;
  font-size: 15px;
}

.filter-group input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0 8px 12px 0;
  vertical-align: middle;
}

.filter-group input[type="range"] {
  width: 100%;
  accent-color: var(--red);
  margin: 10px 0 18px;
}

.clear-btn {
  border: 0;
  margin-top: 18px;
  padding: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.listing-toolbar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: #777;
  font-size: 16px;
}

.sort-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sort-tools select,
.sort-tools button {
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
}

.sort-tools select {
  width: 210px;
  padding: 0 12px;
  font-weight: 800;
}

.sort-tools button {
  width: 42px;
  color: #444;
  cursor: pointer;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-media {
  height: clamp(230px, 18vw, 285px);
  display: grid;
  place-items: center;
  padding: 12px;
  background: #fff;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-card h3 {
  margin: 14px 0 5px;
  font-size: 18px;
  line-height: 1.3;
}

.product-card .size {
  display: block;
  margin-bottom: 9px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 14px;
}

.product-specs span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid var(--soft-line);
  border-radius: 3px;
  background: #fafafa;
  color: #333;
  font-size: 12px;
  font-weight: 800;
}

.product-card .catalog-actions {
  margin-top: auto;
}

.catalog-actions {
  display: grid;
  gap: 9px;
}

.price {
  color: var(--red);
  font-size: 23px;
  font-weight: 950;
}

.stars {
  color: var(--star);
  letter-spacing: 1px;
}

.rating {
  margin: 9px 0 16px;
  color: #777;
  font-size: 15px;
}

.catalog-summary {
  margin: 0 0 12px;
  color: #555;
  font-size: 14px;
  line-height: 1.45;
}

.detail-layout {
  display: grid;
  grid-template-columns: 66px minmax(280px, 440px) minmax(320px, 1fr);
  gap: 28px;
  padding-bottom: 42px;
}

.thumbs {
  display: grid;
  gap: 12px;
  align-content: start;
}

.thumbs button {
  width: 64px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}

.thumbs .selected {
  border-color: var(--red);
}

.thumbs img {
  max-width: 52px;
  max-height: 62px;
  object-fit: contain;
}

.detail-image {
  min-height: 430px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
}

.detail-image img {
  width: min(76%, 340px);
  object-fit: contain;
}

.detail-copy h1 {
  margin: 0 0 16px;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 950;
}

.rating-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 17px 0 28px;
  color: #777;
  font-size: 13px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #333;
  font-size: 13px;
  font-weight: 900;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 12px;
  color: var(--text);
  background: #fff;
  outline: 0;
}

.contact-form textarea {
  resize: vertical;
}

.contact-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.5)),
    url("/assets/hero-blocks.jpeg") center / cover no-repeat;
}

.contact-hero-inner {
  min-height: 340px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding-block: 52px;
}

.contact-hero .breadcrumb {
  color: rgba(255, 255, 255, 0.76);
}

.contact-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 950;
}

.contact-hero p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 28px;
  align-items: start;
  padding-block: 54px 28px;
}

.contact-info-panel,
.quote-panel {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.contact-info-panel {
  padding: 28px;
}

.quote-panel {
  padding: 30px;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-info-panel h2,
.quote-panel h2,
.contact-cta h2 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 950;
}

.contact-info-panel > p,
.contact-map-card p,
.contact-whatsapp p,
.contact-cta p {
  margin: 0;
  color: #555;
  line-height: 1.65;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.contact-method {
  min-height: 92px;
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid var(--soft-line);
  border-radius: 4px;
  padding: 16px;
  background: #fafafa;
}

.contact-method span,
.contact-map-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-method a,
.contact-method strong,
.contact-map-card strong {
  color: var(--text);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
}

.contact-whatsapp {
  margin-bottom: 16px;
  border-left: 4px solid #1fa855;
  padding: 18px;
  background: #f3fbf6;
}

.contact-whatsapp h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 950;
}

.contact-whatsapp .btn {
  margin-top: 14px;
}

.contact-map-card {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.contact-map-card a {
  width: max-content;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-note {
  margin: 14px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.55;
}

.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 62px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 4px;
  padding: 26px 28px;
  background: #fff;
}

.contact-cta p {
  max-width: 690px;
}

.stock {
  margin-left: auto;
  color: var(--green);
  font-weight: 900;
}

.stock::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
}

.detail-copy p {
  margin: 0 0 24px;
  color: #555;
  line-height: 1.7;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-bottom: 30px;
}

.product-badges span {
  color: #555;
  font-size: 12px;
}

.product-badges span::before {
  content: "*";
  margin-right: 7px;
  color: #111;
}

.buy-row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.stepper {
  height: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}

.stepper button {
  border: 0;
  background: #fff;
  cursor: pointer;
}

.stepper span {
  display: grid;
  place-items: center;
  border-inline: 1px solid #eee;
  font-weight: 800;
}

.detail-quick-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.detail-quick-actions .btn {
  min-width: 180px;
}

.favorite-btn {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.favorite-btn:hover {
  color: var(--red);
  border-color: var(--red);
}

.detail-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
}

.detail-tabs button {
  height: 50px;
  padding: 0 26px;
  border: 1px solid var(--line);
  border-bottom: 0;
  background: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-tabs .active {
  color: var(--red);
}

.detail-panel[hidden] {
  display: none;
}

.description-panel {
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 24px;
  margin-top: 28px;
  margin-bottom: 56px;
  background: #fff;
}

.description-panel h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.description-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.reviews-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  padding: 28px 0 56px;
}

.review-list-wrap,
.review-form-wrap {
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 24px;
  background: #fff;
}

.review-list-wrap h2,
.review-form-wrap h2 {
  margin: 0 0 18px;
  font-size: 18px;
}

.review-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.review-item:last-child {
  border-bottom: 0;
}

.review-item header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.review-item strong {
  font-size: 14px;
}

.review-item p {
  margin: 8px 0 0;
  color: #555;
  line-height: 1.6;
}

.review-form-wrap label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: #333;
  font-size: 13px;
  font-weight: 800;
}

.review-form-wrap input,
.review-form-wrap select,
.review-form-wrap textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 12px;
  font: inherit;
}

.btn.whatsapp {
  border-color: #1fa855;
  background: #1fa855;
  color: #fff;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  padding-bottom: 62px;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
}

.cart-table th,
.cart-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 13px;
}

.cart-table th {
  background: #f8f8f8;
  font-weight: 950;
}

.cart-product {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
}

.cart-product img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border: 1px solid #eee;
}

.cart-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

.cart-total {
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 22px;
}

.cart-total h2 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 950;
}

.cart-total div:not(.payments) {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--soft-line);
}

.cart-total .grand {
  align-items: center;
  font-size: 18px;
}

.cart-total .grand strong {
  color: var(--red);
}

.cart-total .btn {
  margin: 20px 0;
}

.cart-total p {
  margin: 0 0 10px;
  color: #555;
  font-size: 12px;
}

.account-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 62px;
}

.auth-layout {
  max-width: 740px;
  grid-template-columns: 1fr;
}

.checkout-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.account-panel,
.checkout-form,
.confirmation-panel {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 24px;
  background: #fff;
}

.account-panel h2,
.checkout-form h2,
.confirmation-panel h2 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 950;
}

.auth-mode-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #f7f7f7;
}

.auth-mode-toggle button {
  min-height: 44px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #555;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.auth-mode-toggle button.active {
  background: var(--red);
  color: #fff;
}

.account-panel label,
.checkout-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-panel input,
.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 11px 12px;
  color: var(--text);
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.form-errors {
  margin-top: 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.account-copy {
  margin: 0 0 18px;
  color: #555;
  line-height: 1.6;
}

.dashboard-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 62px;
}

.dashboard-sidebar,
.dashboard-main,
.dashboard-card {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.dashboard-sidebar {
  align-self: start;
  position: sticky;
  top: 118px;
  padding: 18px;
}

.dashboard-sidebar strong {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-sidebar button,
.dashboard-sidebar a {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--soft-line);
  padding: 0 8px;
  color: #444;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
}

.dashboard-sidebar button.active {
  color: var(--red);
}

.dashboard-main {
  min-width: 0;
  padding: 24px;
}

.dashboard-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.dashboard-toolbar h2 {
  margin: 4px 0 0;
  font-size: 24px;
  font-weight: 950;
}

.eyebrow {
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.metric-card {
  min-height: 104px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 18px;
  background: #fafafa;
}

.metric-card span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 950;
}

.dashboard-card {
  margin-bottom: 18px;
  padding: 18px;
}

.dashboard-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 950;
}

.dashboard-actions,
.dashboard-filters,
.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.dashboard-filters input,
.dashboard-filters select,
.form-grid input,
.form-grid select,
.form-grid textarea {
  min-height: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 9px 11px;
  background: #fff;
}

.form-grid label {
  min-width: min(100%, 220px);
  flex: 1;
  display: grid;
  gap: 6px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-grid .full {
  flex-basis: 100%;
}

.dashboard-table-wrap {
  overflow-x: auto;
}

.dashboard-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border: 1px solid var(--line);
}

.dashboard-table th,
.dashboard-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px;
  text-align: left;
  font-size: 13px;
  vertical-align: top;
}

.dashboard-table th {
  background: #f8f8f8;
  font-weight: 950;
}

.admin-product-thumb {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #f7f7f7;
}

.status-pill {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 9px;
  background: #fff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.status-pill.warn {
  color: var(--red);
  border-color: rgba(225, 15, 19, .35);
}

.status-pill.good {
  color: var(--green);
  border-color: rgba(22, 138, 52, .35);
}

.pagination-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.danger {
  color: var(--red);
}

.form-errors ul {
  margin: 0;
  padding-left: 18px;
}

.inline-status {
  min-height: 18px;
  margin-top: 14px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
}

.inline-status[data-status-type="success"] {
  color: var(--green);
}

.inline-status[data-status-type="error"] {
  color: var(--red);
}

.btn:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.confirmation-panel {
  margin-bottom: 62px;
}

.confirmation-panel p {
  margin: 0 0 20px;
  color: #555;
  line-height: 1.6;
}

.confirmation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  background: var(--line);
}

.confirmation-grid span,
.confirmation-grid strong {
  display: block;
  padding: 13px;
  background: #fff;
}

.confirmation-grid span {
  color: #777;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.payments {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.payments b:nth-child(1) { color: #259a35; }
.payments b:nth-child(2) { color: #064aa2; }
.payments b:nth-child(3) { color: #f05a24; }

.site-footer {
  color: #fff;
  background: #090909;
}

.footer-quote {
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background:
    linear-gradient(90deg, rgba(7, 7, 7, .96), rgba(7, 7, 7, .72)),
    url("/assets/hero-blocks.jpeg") center / cover no-repeat;
}

.footer-quote-inner {
  min-height: 172px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 34px;
}

.footer-quote h2 {
  max-width: 680px;
  margin: 0 0 12px;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 950;
}

.footer-quote p:not(.section-kicker) {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.footer-quote-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-main {
  padding: 48px 0 42px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(160px, 1fr));
  gap: 34px;
}

.footer-logo {
  width: 172px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #fff;
}

.footer-logo img {
  width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 420px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-links h3,
.footer-contact h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.45;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-contact {
  font-style: normal;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #050505;
}

.footer-bottom-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
}

.whatsapp-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 8px 18px 8px 9px;
  color: #fff;
  background: #1fa855;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
  transition: transform .18s ease, box-shadow .18s ease;
}

.whatsapp-widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.whatsapp-widget-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
}

.whatsapp-widget-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  stroke: none;
}

.whatsapp-widget-text {
  display: grid;
  gap: 2px;
  line-height: 1.1;
}

.whatsapp-widget-text strong {
  font-size: 14px;
  font-weight: 950;
}

.whatsapp-widget-text span {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  margin: 5px 0;
  background: #111;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

@media (max-width: 1100px) {
  .shell {
    width: min(100% - 32px, 980px);
  }

  .category-nav,
  .search,
  .header-action:not(.cart-link) {
    display: none;
  }

  .top-strip {
    display: block;
  }

  .strip-grid {
    min-height: 34px;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    font-size: 12px;
  }

  .strip-grid::-webkit-scrollbar {
    display: none;
  }

  .strip-item::before {
    width: 11px;
    height: 11px;
  }

  .strip-nav {
    margin-left: 0;
    gap: 18px;
  }

  .site-header {
    position: sticky;
  }

  .header-main {
    height: 62px;
    grid-template-columns: 40px 1fr 40px;
    gap: 8px;
  }

  .menu-toggle {
    display: block;
  }

  .site-header.is-menu-open .category-nav {
    width: 100%;
    height: auto;
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line);
    padding-block: 6px;
    background: #fff;
  }

  .site-header.is-menu-open .category-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--soft-line);
    padding: 0 16px;
  }

  .site-header.is-menu-open .category-nav a:last-child {
    border-bottom: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .brand {
    justify-self: center;
    width: 106px;
  }

  .brand img {
    max-height: 48px;
  }

  .header-actions {
    justify-self: end;
    gap: 0;
  }

  .cart-link span:last-child {
    display: none;
  }

  .cart-badge {
    left: 14px;
    top: -9px;
  }

  .hero,
  .hero-inner {
    min-height: 262px;
  }

  .hero {
    background-position: center top;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .hero-copy h1 {
    font-size: 31px;
  }

  .hero-copy p {
    width: 230px;
    font-size: 13px;
  }

  .benefits {
    display: none;
  }

  .category-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .category-section h2,
  .section-heading h2 {
    font-size: 16px;
  }

  .featured-section {
    padding-bottom: 36px;
  }

  .section-heading {
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .section-heading a {
    font-size: 11px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    align-items: center;
  }

  .category-card img {
    height: 92px;
  }

  .listing-layout,
  .detail-layout,
  .cart-layout,
  .account-layout,
  .checkout-layout,
  .contact-grid,
  .dashboard-layout {
    display: block;
  }

  .filters {
    margin-bottom: 18px;
    padding: 0;
    overflow: hidden;
  }

  .filter-toggle {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 0 16px;
    background: #fff;
    color: var(--text);
    font-size: 13px;
    font-weight: 950;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }

  .filter-toggle-icon {
    width: 18px;
    height: 18px;
    position: relative;
    flex: 0 0 18px;
  }

  .filter-toggle-icon::before,
  .filter-toggle-icon::after {
    content: "";
    position: absolute;
    inset: 8px 2px auto;
    height: 2px;
    border-radius: 999px;
    background: var(--red);
  }

  .filter-toggle-icon::after {
    transform: rotate(90deg);
    transition: transform .18s ease;
  }

  .filters.is-open .filter-toggle-icon::after {
    transform: rotate(0deg);
  }

  .filter-body {
    display: none;
    border-top: 1px solid var(--soft-line);
    padding: 16px 16px 22px;
  }

  .filters.is-open .filter-body {
    display: block;
  }

  .listing-toolbar {
    height: auto;
    align-items: flex-start;
    gap: 12px;
  }

  .sort-tools select {
    width: 140px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-card {
    padding: 12px;
  }

  .product-media {
    height: 220px;
  }

  .product-media img {
    width: 100%;
    height: 100%;
  }

  .product-card h3 {
    font-size: 13px;
  }

  .detail-image {
    min-height: 300px;
    margin-bottom: 24px;
  }

  .thumbs {
    display: none;
  }

  .detail-copy h1 {
    font-size: 21px;
  }

  .rating-line {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-info-panel {
    margin-bottom: 18px;
  }

  .contact-cta {
    display: grid;
  }

  .stock {
    margin-left: 0;
  }

  .detail-tabs {
    overflow-x: auto;
  }

  .detail-tabs button {
    white-space: nowrap;
  }

  .reviews-panel {
    grid-template-columns: 1fr;
  }

  .cart-table-wrap {
    overflow-x: auto;
  }

  .cart-table {
    min-width: 680px;
  }

  .cart-total {
    margin-top: 24px;
  }

  .account-panel,
  .checkout-form {
    margin-bottom: 18px;
  }

  .dashboard-sidebar {
    position: static;
    margin-bottom: 18px;
  }

  .dashboard-main {
    padding: 18px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-quote-inner {
    align-items: flex-start;
    display: grid;
  }

  .footer-quote-actions {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 14px;
  }

  .whatsapp-widget {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: calc(100% - 28px);
  }

  .btn {
    min-height: 40px;
    padding-inline: 18px;
    font-size: 11px;
  }

  .hero,
  .hero-inner {
    min-height: 250px;
  }

  .hero-copy h1 {
    max-width: 270px;
    margin-bottom: 14px;
    font-size: 28px;
  }

  .hero-copy p {
    margin-bottom: 18px;
  }

  .page-head {
    padding-top: 22px;
  }

  .contact-hero-inner {
    min-height: 300px;
    padding-block: 34px;
  }

  .contact-hero h1 {
    font-size: 38px;
  }

  .contact-hero-actions,
  .contact-hero-actions .btn {
    width: 100%;
  }

  .contact-grid {
    padding-block: 28px 18px;
  }

  .contact-info-panel,
  .quote-panel,
  .contact-cta {
    padding: 18px;
  }

  .contact-info-panel h2,
  .quote-panel h2,
  .contact-cta h2 {
    font-size: 22px;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    padding: 14px;
  }

  .product-media {
    height: auto;
    aspect-ratio: 16 / 10;
    padding: 10px;
  }

  .listing-toolbar {
    display: block;
  }

  .sort-tools {
    margin-top: 12px;
  }

  .buy-row {
    grid-template-columns: 76px 1fr;
  }

  .cart-actions {
    display: grid;
    gap: 12px;
  }

  .confirmation-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-toolbar {
    display: block;
  }

  .dashboard-toolbar .btn {
    margin-top: 12px;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .footer-quote-inner {
    padding-block: 28px;
  }

  .footer-quote h2 {
    font-size: 28px;
  }

  .footer-quote-actions,
  .footer-quote-actions .btn {
    width: 100%;
  }

  .footer-main {
    padding: 34px 0 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .whatsapp-widget {
    min-height: 52px;
    padding: 7px;
  }

  .whatsapp-widget-icon {
    width: 38px;
    height: 38px;
  }

  .whatsapp-widget-icon svg {
    width: 25px;
    height: 25px;
  }

  .whatsapp-widget-text {
    display: none;
  }
}
