:root {
  --store-orange: #f65a00;
  --store-orange-dark: #d94d00;
  --store-ink: #111722;
  --store-muted: #626b78;
  --store-line: #e1e5ea;
  --store-soft: #f6f7f9;
  --store-max: 1540px;
}

.store-page {
  min-height: 60vh;
  background: #fff;
}

.store-container {
  width: min(calc(100% - 56px), var(--store-max));
  margin: 0 auto;
}

.store-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 22px 0;
  color: #747c88;
  font-size: 14px;
}

.store-breadcrumb a {
  color: #4f5865;
  text-decoration: none;
}

.store-breadcrumb a:hover,
.store-breadcrumb a:focus-visible {
  color: var(--store-orange);
}

.store-breadcrumb span[aria-hidden="true"] {
  color: #a5abb4;
}

.store-page-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 54px;
  background: #fff;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #e5e8ec;
}


.store-page-hero__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 56px), var(--store-max));
  margin: 0 auto;
}

.store-page-hero__eyebrow {
  margin: 0 0 9px;
  color: var(--store-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.store-page-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--store-ink);
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.store-page-hero p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--store-muted);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.6;
}

/* Shop */
.shop-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 34px;
  padding: 46px 0 76px;
}

.shop-sidebar {
  align-self: start;
  background: #fff;
  border: 1px solid var(--store-line);
  box-shadow: 0 12px 32px rgba(17,23,34,.06);
}

.shop-sidebar__head {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid var(--store-line);
}

.shop-sidebar__head h2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -.02em;
}

.shop-filter-close {
  display: none;
  width: 38px;
  height: 38px;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 27px;
  cursor: pointer;
}

.shop-filter-group {
  padding: 21px 20px 23px;
  border-bottom: 1px solid var(--store-line);
}

.shop-filter-group:last-child {
  border-bottom: 0;
}

.shop-filter-group h3 {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.shop-filter-options {
  display: grid;
  gap: 12px;
}

.shop-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  color: #333b47;
  font-size: 14px;
  cursor: pointer;
}

.shop-check input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--store-orange);
}

.shop-check small {
  color: #949aa4;
  font-size: 12px;
}

.shop-filter-reset {
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  color: #2c333d;
  background: #fff;
  border: 1px solid #ced3da;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
}

.shop-filter-reset:hover,
.shop-filter-reset:focus-visible {
  color: var(--store-orange);
  border-color: var(--store-orange);
}

.shop-main {
  min-width: 0;
}

.shop-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  margin-bottom: 22px;
  padding: 10px 0;
  border-bottom: 1px solid var(--store-line);
}

.shop-toolbar__left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.shop-filter-toggle {
  display: none;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  color: #fff;
  background: #111722;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 750;
}

.shop-filter-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.shop-result-count {
  margin: 0;
  color: var(--store-muted);
  font-size: 14px;
}

.shop-result-count strong {
  color: var(--store-ink);
}

.shop-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4d5561;
  font-size: 14px;
}

.shop-sort select {
  height: 42px;
  min-width: 190px;
  padding: 0 34px 0 12px;
  color: #252c35;
  background: #fff;
  border: 1px solid #d6dae0;
  border-radius: 3px;
  outline: 0;
}

.shop-sort select:focus {
  border-color: var(--store-orange);
  box-shadow: 0 0 0 3px rgba(246,90,0,.12);
}

.shop-products-grid,
.related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.store-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe3e8;
  box-shadow: 0 8px 20px rgba(17,23,34,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.store-product-card:hover {
  border-color: #cdd3da;
  box-shadow: 0 15px 34px rgba(17,23,34,.11);
  transform: translateY(-3px);
}

.store-product-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f2f3f5;
}

.store-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.store-product-card:hover .store-product-card__image img {
  transform: scale(1.035);
}

.store-product-card__sale {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 9px;
  color: #fff;
  background: var(--store-orange);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
}

.store-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.store-product-card__brand {
  margin: 0 0 7px;
  color: #7d8591;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.store-product-card h3 {
  min-height: 44px;
  margin: 0;
  font-size: 16px;
  line-height: 1.36;
  letter-spacing: -.015em;
}

.store-product-card h3 a {
  color: #171d26;
  text-decoration: none;
}

.store-product-card h3 a:hover,
.store-product-card h3 a:focus-visible {
  color: var(--store-orange);
}

.store-product-card__spec {
  margin: 8px 0 0;
  color: #747c88;
  font-size: 12px;
  line-height: 1.45;
}

.store-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 9px;
  margin: 16px 0 14px;
}

.store-product-card__price strong {
  color: var(--store-orange);
  font-size: 20px;
  line-height: 1;
}

.store-product-card__price del {
  color: #8b929c;
  font-size: 13px;
}

.store-product-card__cart {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: auto;
  padding: 0 13px;
  color: #fff;
  background: var(--store-orange);
  border: 1px solid var(--store-orange);
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 780;
  transition: background .18s ease, transform .18s ease;
}

.store-product-card__cart svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-product-card__cart:hover,
.store-product-card__cart:focus-visible {
  background: var(--store-orange-dark);
  border-color: var(--store-orange-dark);
  transform: translateY(-1px);
}

.store-product-card__cart.is-added {
  background: #14833b;
  border-color: #14833b;
}

.shop-empty {
  grid-column: 1 / -1;
  padding: 70px 25px;
  text-align: center;
  background: #fafbfc;
  border: 1px solid var(--store-line);
}

.shop-empty h2 {
  margin: 0 0 9px;
  font-size: 25px;
}

.shop-empty p {
  margin: 0;
  color: var(--store-muted);
}

.shop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 38px;
}

.shop-pagination button {
  display: inline-grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  padding: 0 11px;
  color: #323a45;
  background: #fff;
  border: 1px solid #d8dde3;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 760;
}

.shop-pagination button:hover:not(:disabled),
.shop-pagination button:focus-visible:not(:disabled),
.shop-pagination button.is-active {
  color: #fff;
  background: var(--store-orange);
  border-color: var(--store-orange);
}

.shop-pagination button:disabled {
  opacity: .42;
  cursor: not-allowed;
}

.shop-filter-backdrop {
  display: none;
}

/* Product page */
.product-shell {
  padding: 12px 0 82px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(440px, 1.06fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
}

.product-gallery {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 15px;
}

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

.product-thumb {
  width: 82px;
  height: 82px;
  padding: 0;
  overflow: hidden;
  background: #f6f7f8;
  border: 1px solid #d8dde3;
  border-radius: 3px;
  cursor: pointer;
}

.product-thumb.is-active {
  border: 2px solid var(--store-orange);
}

.product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-main-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f5f6f7;
  border: 1px solid #dde1e6;
  cursor: zoom-in;
}

.product-main-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-zoom-hint {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  color: #2d3540;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,23,34,.12);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
}

.product-zoom-hint svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.product-details {
  padding-top: 5px;
}

.product-brand {
  margin: 0 0 10px;
  color: var(--store-orange);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-details h1 {
  margin: 0;
  color: var(--store-ink);
  font-size: clamp(31px, 3.3vw, 48px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px 16px;
  margin-top: 13px;
  color: #747c87;
  font-size: 13px;
}

.product-rating {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #303741;
}

.product-rating__stars {
  color: #f59f00;
  letter-spacing: 1px;
}

.product-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
}

.product-pricing strong {
  color: var(--store-orange);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}

.product-pricing del {
  color: #8a919b;
  font-size: 17px;
}

.product-discount {
  padding: 6px 9px;
  color: #fff;
  background: #14833b;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 850;
}

.product-availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  color: #176f36;
  font-size: 14px;
  font-weight: 750;
}

.product-availability::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #19a34a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(25,163,74,.12);
}

.product-summary {
  max-width: 690px;
  margin: 25px 0 0;
  color: #5d6672;
  font-size: 16px;
  line-height: 1.72;
}

.product-spec-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  padding: 15px 0;
  color: #464f5b;
  border-top: 1px solid #e2e5e9;
  border-bottom: 1px solid #e2e5e9;
  font-size: 13px;
}

.product-purchase-row {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.product-quantity {
  display: grid;
  grid-template-columns: 40px minmax(42px, 1fr) 40px;
  min-height: 52px;
  border: 1px solid #cfd4db;
}

.product-quantity button {
  padding: 0;
  color: #202731;
  background: #f7f8f9;
  border: 0;
  cursor: pointer;
  font-size: 21px;
}

.product-quantity button:first-child {
  border-right: 1px solid #d9dde2;
}

.product-quantity button:last-child {
  border-left: 1px solid #d9dde2;
}

.product-quantity input {
  width: 100%;
  padding: 0;
  text-align: center;
  background: #fff;
  border: 0;
  outline: 0;
  font-weight: 800;
  -moz-appearance: textfield;
}

.product-quantity input::-webkit-inner-spin-button,
.product-quantity input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.product-add-cart,
.product-buy-now,
.product-request-quote,
.product-whatsapp {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 820;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.product-add-cart,
.product-buy-now {
  color: #fff;
  background: var(--store-orange);
  border: 1px solid var(--store-orange);
}

.product-add-cart:hover,
.product-buy-now:hover,
.product-add-cart:focus-visible,
.product-buy-now:focus-visible {
  color: #fff;
  background: var(--store-orange-dark);
  border-color: var(--store-orange-dark);
  transform: translateY(-1px);
}

.product-add-cart svg,
.product-whatsapp svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-secondary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.product-request-quote {
  color: #222a34;
  background: #fff;
  border: 1px solid #c9cfd6;
}

.product-request-quote:hover,
.product-request-quote:focus-visible {
  color: var(--store-orange);
  border-color: var(--store-orange);
  transform: translateY(-1px);
}

.product-whatsapp {
  width: 100%;
  margin-top: 12px;
  color: #fff;
  background: #148b4b;
  border: 1px solid #148b4b;
}

.product-whatsapp:hover,
.product-whatsapp:focus-visible {
  color: #fff;
  background: #0f743d;
  border-color: #0f743d;
  transform: translateY(-1px);
}

.product-notice {
  min-height: 22px;
  margin: 10px 0 0;
  color: #17723a;
  font-size: 13px;
  font-weight: 700;
}

.product-tabs {
  margin-top: 64px;
  border-top: 1px solid #dfe3e7;
}

.product-tab-list {
  display: flex;
  gap: 34px;
  border-bottom: 1px solid #dfe3e7;
}

.product-tab-list button {
  position: relative;
  min-height: 60px;
  padding: 0;
  color: #6b7380;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}

.product-tab-list button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--store-orange);
  transform: scaleX(0);
}

.product-tab-list button.is-active {
  color: var(--store-ink);
}

.product-tab-list button.is-active::after {
  transform: scaleX(1);
}

.product-tab-panel {
  padding: 30px 0 10px;
}

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

.product-description-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 52px;
}

.product-description-grid h2,
.product-review-layout h2 {
  margin: 0 0 14px;
  font-size: 25px;
  letter-spacing: -.025em;
}

.product-description-grid p {
  margin: 0;
  color: #59626e;
  font-size: 16px;
  line-height: 1.75;
}

.product-feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-feature-list li {
  position: relative;
  padding-left: 24px;
  color: #39424e;
  line-height: 1.55;
}

.product-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--store-orange);
  font-weight: 900;
}

.product-review-layout {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 54px;
}

.review-summary-box {
  padding: 24px;
  background: #f7f8f9;
  border: 1px solid #e0e4e9;
}

.review-summary-box strong {
  display: block;
  font-size: 48px;
  line-height: 1;
}

.review-summary-box .stars {
  margin-top: 9px;
  color: #f59f00;
  font-size: 19px;
  letter-spacing: 2px;
}

.review-summary-box p {
  margin: 9px 0 0;
  color: var(--store-muted);
  font-size: 14px;
}

.review-form {
  display: grid;
  gap: 14px;
}

.review-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.review-form label {
  display: grid;
  gap: 7px;
  color: #3c4551;
  font-size: 13px;
  font-weight: 700;
}

.review-form input,
.review-form select,
.review-form textarea,
.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: #1d242d;
  background: #fff;
  border: 1px solid #ced4db;
  border-radius: 3px;
  outline: 0;
}

.review-form textarea,
.form-card textarea {
  min-height: 118px;
  resize: vertical;
}

.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus,
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: var(--store-orange);
  box-shadow: 0 0 0 3px rgba(246,90,0,.12);
}

.review-form button,
.form-card button[type="submit"] {
  justify-self: start;
  min-height: 46px;
  padding: 0 21px;
  color: #fff;
  background: var(--store-orange);
  border: 1px solid var(--store-orange);
  border-radius: 3px;
  cursor: pointer;
  font-weight: 800;
}

.review-form button:hover,
.form-card button[type="submit"]:hover {
  background: var(--store-orange-dark);
}

.review-success,
.form-success {
  margin: 0;
  color: #18743c;
  font-weight: 700;
}

.related-products {
  margin-top: 76px;
  padding-top: 42px;
  border-top: 1px solid #e0e4e8;
}

.related-products__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.related-products__head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -.035em;
}

.related-products__head a {
  color: var(--store-orange);
  font-weight: 800;
  text-decoration: none;
}

.product-lightbox {
  position: fixed;
  z-index: 4000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(0,0,0,.86);
}

.product-lightbox[hidden] {
  display: none;
}

.product-lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
}

.product-lightbox button {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 48px;
  height: 48px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  cursor: pointer;
  font-size: 29px;
}

/* Supporting pages */
.content-page {
  padding: 28px 0 80px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
}

.content-card,
.form-card,
.contact-card {
  padding: clamp(24px, 3vw, 40px);
  background: #fff;
  border: 1px solid var(--store-line);
  box-shadow: 0 10px 30px rgba(17,23,34,.055);
}

.content-card h2,
.form-card h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: -.03em;
}

.content-card h3 {
  margin: 30px 0 10px;
  font-size: 20px;
}

.content-card p,
.content-card li {
  color: #58616d;
  font-size: 16px;
  line-height: 1.75;
}

.content-card ul {
  padding-left: 20px;
}

.content-side {
  display: grid;
  align-content: start;
  gap: 16px;
}

.contact-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
}

.contact-card p,
.contact-card a {
  color: #5c6571;
  line-height: 1.65;
}

.contact-card a {
  text-decoration: none;
}

.contact-card a:hover {
  color: var(--store-orange);
}

.form-card {
  display: grid;
  gap: 17px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-card label {
  display: grid;
  gap: 7px;
  color: #39424d;
  font-size: 13px;
  font-weight: 720;
}

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

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid #dfe3e8;
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 18px;
  text-align: left;
  color: #1b222b;
  background: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.faq-item button span:last-child {
  color: var(--store-orange);
  font-size: 22px;
}

.faq-item__answer {
  padding: 0 18px 18px;
  color: #5a6470;
  line-height: 1.7;
}

.faq-item__answer[hidden] {
  display: none;
}

@media (max-width: 1250px) {
  .shop-products-grid,
  .related-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .95fr);
    gap: 38px;
  }
}

@media (max-width: 980px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-filter-toggle {
    display: inline-flex;
  }

  .shop-sidebar {
    position: fixed;
    z-index: 3100;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(350px, 88vw);
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform .25s ease;
  }

  .shop-sidebar.is-open {
    transform: translateX(0);
  }

  .shop-filter-close {
    display: inline-grid;
    place-items: center;
  }

  .shop-filter-backdrop {
    position: fixed;
    z-index: 3000;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,.52);
    transition: opacity .2s ease, visibility .2s ease;
  }

  .shop-filter-backdrop.is-open {
    visibility: visible;
    opacity: 1;
  }

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

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

  .product-gallery {
    max-width: 760px;
  }

  .product-description-grid,
  .product-review-layout,
  .content-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .store-container,
  .store-page-hero__inner {
    width: min(calc(100% - 32px), var(--store-max));
  }

  .store-page-hero {
    padding: 39px 0 41px;
  }

  .shop-layout {
    padding: 30px 0 54px;
  }

  .shop-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .shop-toolbar__left {
    justify-content: space-between;
  }

  .shop-sort {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .shop-sort select {
    width: 100%;
    min-width: 0;
  }

  .shop-products-grid,
  .related-products-grid {
    gap: 12px;
  }

  .store-product-card__body {
    padding: 12px;
  }

  .store-product-card h3 {
    min-height: 39px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .store-product-card__spec {
    display: none;
  }

  .store-product-card__price {
    gap: 6px;
    margin: 12px 0;
  }

  .store-product-card__price strong {
    font-size: 17px;
  }

  .store-product-card__price del {
    font-size: 11px;
  }

  .store-product-card__brand {
    font-size: 9px;
  }

  .store-product-card__sale {
    top: 8px;
    left: 8px;
    padding: 5px 7px;
    font-size: 10px;
  }

  .store-product-card__cart {
    min-height: 40px;
    padding: 0 8px;
    font-size: 12px;
  }

  .store-product-card__cart svg {
    width: 17px;
    height: 17px;
  }

  .product-shell {
    padding-bottom: 58px;
  }

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

  .product-thumbs {
    grid-row: 2;
    grid-template-columns: repeat(3, 70px);
  }

  .product-thumb {
    width: 70px;
    height: 70px;
  }

  .product-details h1 {
    font-size: 31px;
  }

  .product-purchase-row {
    grid-template-columns: 124px minmax(0, 1fr);
  }

  .product-add-cart {
    padding: 0 10px;
    font-size: 13px;
  }

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

  .product-tab-list {
    gap: 24px;
  }

  .product-description-grid,
  .product-review-layout {
    gap: 30px;
  }

  .review-form__row,
  .form-grid,
  .content-side {
    grid-template-columns: 1fr;
  }

  .related-products__head {
    align-items: start;
    flex-direction: column;
  }
}
.product-whatsapp svg {
  fill: currentColor;
  stroke: none;
}

.form-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 1.55;
  color: #59616c;
}
.form-consent input {
  width: 18px !important;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: #f65a00;
}
.form-consent a {
  color: #20262d;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}
