:root {
  --v24-orange: #fd4a01;
  --v24-orange-dark: #dc3f00;
  --v24-blue: #012e90;
  --v24-blue-dark: #08245d;
  --v24-yellow: #edab1e;
  --v24-charcoal: #565356;
  --v24-ink: #374151;
  --v24-muted: #6b7280;
  --v24-line: #d2d6dc;
  --v24-canvas: #f4f6f9;
  --v24-blue-wash: #f5f8fc;
  --v24-orange-wash: #fff4ed;
  --v24-white: #fff;
  --v24-font: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v24-brand-font: "Be Vietnam Pro", "Nunito Sans", sans-serif;
  --v24-data-font: "Barlow Condensed", "Nunito Sans", sans-serif;
}

/* V51 — Bình Minh-style image banners, Gas24h ordering steps and compact
 * homepage location preview. Detailed addresses remain on stores.html. */
.storefront-v24 .brand-slider {
  width: min(1280px, 100%);
  height: auto;
  aspect-ratio: 10 / 3;
  background: #fff;
  box-shadow: 0 2px 12px rgba(26, 52, 86, .08);
}

.storefront-v24 .brand-slide--artwork,
.storefront-v24 .brand-slide--artwork picture,
.storefront-v24 .brand-slide--artwork img {
  width: 100%;
  height: 100%;
  display: block;
}

.storefront-v24 .brand-slide--artwork img {
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.storefront-v24 .retail-order-process {
  background: #fff;
  border-top: 1px solid #e7ebf0;
  border-bottom: 1px solid #e7ebf0;
}

.storefront-v24 .retail-order-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 22px 0;
  list-style: none;
}

.storefront-v24 .retail-order-steps li {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 24px;
}

.storefront-v24 .retail-order-steps li:first-child {
  padding-left: 0;
}

.storefront-v24 .retail-order-steps li:last-child {
  padding-right: 0;
}

.storefront-v24 .retail-order-steps li + li::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background: #e1e6ed;
  content: "";
}

.storefront-v24 .retail-order-steps__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--v24-orange);
  background: #fff4ec;
  border: 1px solid #ffd7bd;
  border-radius: 50%;
}

.storefront-v24 .retail-order-steps__icon svg {
  width: 23px;
  height: 23px;
}

.storefront-v24 .retail-order-steps p {
  min-width: 0;
  margin: 0;
  line-height: 1.35;
}

.storefront-v24 .retail-order-steps small {
  display: block;
  margin-bottom: 3px;
  color: var(--v24-orange-dark);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .025em;
}

.storefront-v24 .retail-order-steps strong {
  display: block;
  color: #263446;
  font-size: 14px;
  font-weight: 500;
}

.storefront-v24 .system-section {
  scroll-margin-top: 124px;
  padding: 38px 0 42px;
  background: #f7f9fc;
}

.storefront-v24 .system-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.storefront-v24 .system-section__header > div {
  max-width: 680px;
}

.storefront-v24 .system-section__header span {
  margin-bottom: 4px;
  color: var(--v24-orange-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .065em;
}

.storefront-v24 .system-section__header h2 {
  color: var(--v24-blue);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.25;
}

.storefront-v24 .system-section__header p {
  max-width: none;
  margin-top: 5px;
  color: #667386;
  font-size: 13px;
  line-height: 1.5;
}

.storefront-v24 .system-section__header > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 2px;
  color: var(--v24-blue);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(1, 46, 144, .28);
}

.storefront-v24 .system-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.storefront-v24 .system-preview-card {
  min-width: 0;
  min-height: 166px;
  display: grid;
  grid-template-columns: minmax(120px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid #dce3ec;
  border-radius: 7px;
  box-shadow: 0 4px 15px rgba(29, 55, 88, .055);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.storefront-v24 .system-preview-card:hover {
  border-color: rgba(1, 46, 144, .34);
  box-shadow: 0 8px 22px rgba(29, 55, 88, .1);
  transform: translateY(-2px);
}

.storefront-v24 .system-preview-card__media,
.storefront-v24 .system-preview-card__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.storefront-v24 .system-preview-card__media {
  min-width: 0;
  overflow: hidden;
  background: #e9eef5;
}

.storefront-v24 .system-preview-card__media img {
  object-fit: cover;
  object-position: center 35%;
}

.storefront-v24 .system-preview-card--network .system-preview-card__media img {
  object-position: center 55%;
}

.storefront-v24 .system-preview-card__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 15px 14px;
}

.storefront-v24 .system-preview-card__copy small {
  color: var(--v24-orange-dark);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.storefront-v24 .system-preview-card__copy strong {
  margin-top: 5px;
  color: var(--v24-blue);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.storefront-v24 .system-preview-card__copy > span {
  margin-top: 6px;
  color: #647084;
  font-size: 11px;
  line-height: 1.45;
}

.storefront-v24 .system-preview-card__copy em {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 10px;
  color: var(--v24-blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.storefront-v24 .system-preview-card__copy b {
  color: var(--v24-orange);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1050px) {
  .storefront-v24 .retail-order-steps li {
    padding-inline: 14px;
  }

  .storefront-v24 .retail-order-steps strong {
    font-size: 13px;
  }

  .storefront-v24 .system-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-v24 .system-preview-card--network {
    grid-column: 1 / -1;
    grid-template-columns: minmax(190px, .42fr) minmax(0, 1.58fr);
    min-height: 136px;
  }
}

@media (max-width: 700px) {
  .storefront-v24 .brand-slider,
  .storefront-v24 .brand-slider.is-original-slide {
    height: auto;
    aspect-ratio: 9 / 7;
  }

  .storefront-v24 .brand-slider__arrow {
    width: 31px;
    height: 31px;
  }

  .storefront-v24 .brand-slider__arrow--prev {
    left: 8px;
  }

  .storefront-v24 .brand-slider__arrow--next {
    right: 8px;
  }

  .storefront-v24 .brand-slider__dots {
    bottom: 7px;
  }

  .storefront-v24 .retail-order-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
    padding: 18px 0;
  }

  .storefront-v24 .retail-order-steps li,
  .storefront-v24 .retail-order-steps li:first-child,
  .storefront-v24 .retail-order-steps li:last-child {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 9px;
    padding: 0 12px;
  }

  .storefront-v24 .retail-order-steps li:nth-child(odd) {
    padding-left: 0;
  }

  .storefront-v24 .retail-order-steps li:nth-child(even) {
    padding-right: 0;
  }

  .storefront-v24 .retail-order-steps li + li::before {
    display: none;
  }

  .storefront-v24 .retail-order-steps__icon {
    width: 40px;
    height: 40px;
  }

  .storefront-v24 .retail-order-steps__icon svg {
    width: 20px;
    height: 20px;
  }

  .storefront-v24 .retail-order-steps small {
    font-size: 10px;
  }

  .storefront-v24 .retail-order-steps strong {
    font-size: 12px;
  }

  .storefront-v24 .system-section {
    scroll-margin-top: 82px;
    padding: 29px 0 32px;
  }

  .storefront-v24 .system-section__header {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
  }

  .storefront-v24 .system-section__header h2 {
    font-size: 22px;
  }

  .storefront-v24 .system-section__header p {
    font-size: 11px;
  }

  .storefront-v24 .system-section__header > a {
    font-size: 11px;
  }

  .storefront-v24 .system-preview-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .storefront-v24 .system-preview-card,
  .storefront-v24 .system-preview-card--network {
    grid-column: auto;
    grid-template-columns: minmax(115px, .72fr) minmax(0, 1.28fr);
    min-height: 138px;
  }

  .storefront-v24 .system-preview-card__copy {
    padding: 13px;
  }
}

@media (max-width: 430px) {
  .storefront-v24 .system-section__header {
    display: block;
  }

  .storefront-v24 .system-section__header > a {
    margin-top: 9px;
  }

  .storefront-v24 .system-preview-card,
  .storefront-v24 .system-preview-card--network {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 132px;
  }

  .storefront-v24 .system-preview-card__copy strong {
    font-size: 14px;
  }

  .storefront-v24 .system-preview-card__copy > span,
  .storefront-v24 .system-preview-card__copy em {
    font-size: 10px;
  }
}

/*
 * V24 retail system: measured from Gas Bình Minh's 1280px storefront.
 * The orange/blue/white palette remains the exact Nam Phát brand palette.
 */
.storefront-v24 {
  color: var(--v24-ink);
  background: var(--v24-white);
  font-family: var(--v24-font);
  font-size: 15px;
  line-height: 1.5;
}

.storefront-v24 h1,
.storefront-v24 h2,
.storefront-v24 h3,
.storefront-v24 p {
  color: inherit;
  font-family: var(--v24-font);
  letter-spacing: -.01em;
}

.storefront-v24 .shell {
  width: min(1280px, calc(100% - 32px));
}

.storefront-v24 .visually-hidden,
.storefront-v24 .hero-sr-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.storefront-v24 .button {
  min-height: 42px;
  padding: 10px 17px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
}

.storefront-v24 .button:hover {
  transform: none;
}

.storefront-v24 .button--orange {
  color: #fff;
  background: var(--v24-orange);
  border-color: var(--v24-orange);
}

.storefront-v24 .button--orange:hover {
  color: #fff;
  background: var(--v24-orange-dark);
  border-color: var(--v24-orange-dark);
  box-shadow: none;
}

.storefront-v24 .button--outline {
  color: var(--v24-blue);
  background: #fff;
  border-color: #aebcd0;
}

.storefront-v24 .button--outline:hover {
  color: #fff;
  background: var(--v24-blue);
  border-color: var(--v24-blue);
}

.storefront-v24 .text-link {
  color: var(--v24-blue);
  font-size: 13px;
  font-weight: 600;
}

/* Header: one commerce row and one brand navigation row, without a utility strip. */
.storefront-v24 .main-header {
  position: sticky;
  z-index: 120;
  top: 0;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 10px rgba(31, 38, 47, .08);
  backdrop-filter: none;
}

.storefront-v24 .main-header__commerce {
  background: #fff;
}

.storefront-v24 .main-header__inner {
  min-height: 82px;
  height: 82px;
  display: grid;
  grid-template-columns: minmax(260px, 310px) minmax(260px, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.storefront-v24 .main-header .brand-lockup {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.storefront-v24 .main-header .brand-lockup img {
  width: 62px;
  height: 67px;
  flex: 0 0 62px;
  object-fit: contain;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.storefront-v24 .main-header .brand-lockup span {
  min-width: 0;
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

.storefront-v24 .main-header .brand-lockup small {
  color: var(--v24-orange-dark);
  font-family: var(--v24-brand-font);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
}

.storefront-v24 .main-header .brand-lockup strong {
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.storefront-v24 .header-search {
  width: 100%;
  height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd5dd;
  border-radius: 6px;
}

.storefront-v24 .header-search:focus-within {
  border-color: var(--v24-blue);
  box-shadow: 0 0 0 3px rgba(1, 46, 144, .08);
}

.storefront-v24 .header-search input {
  min-width: 0;
  width: 100%;
  padding: 0 14px;
  color: var(--v24-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
}

.storefront-v24 .header-search input::placeholder {
  color: #9aa2ad;
}

.storefront-v24 .header-search button,
.storefront-v24 .mobile-menu__search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: var(--v24-blue);
  border: 0;
  cursor: pointer;
}

.storefront-v24 .header-search button svg {
  width: 20px;
  height: 20px;
}

.storefront-v24 .header-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.storefront-v24 .header-hotline,
.storefront-v24 .header-member,
.storefront-v24 .header-cart {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 9px;
  color: var(--v24-blue);
  background: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: none;
}

.storefront-v24 .header-hotline:hover,
.storefront-v24 .header-member:hover,
.storefront-v24 .header-cart:hover {
  color: var(--v24-orange-dark);
  background: var(--v24-orange-wash);
}

.storefront-v24 .header-hotline > svg,
.storefront-v24 .header-member > svg,
.storefront-v24 .header-cart > svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.storefront-v24 .header-hotline > span {
  display: grid;
  gap: 0;
  line-height: 1.1;
}

.storefront-v24 .header-hotline small {
  color: var(--v24-muted);
  font-size: 10px;
  font-weight: 600;
}

.storefront-v24 .header-hotline strong {
  color: var(--v24-orange-dark);
  font-family: var(--v24-data-font);
  font-size: 18px;
  letter-spacing: .02em;
  white-space: nowrap;
}

.storefront-v24 .header-member {
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}

.storefront-v24 .header-member svg {
  width: 21px;
  height: 21px;
}

.storefront-v24 .header-member span,
.storefront-v24 .header-cart > span {
  font-size: 11px;
  white-space: nowrap;
}

.storefront-v24 .header-cart {
  position: relative;
  flex-direction: column;
  gap: 1px;
  padding-right: 14px;
  line-height: 1;
}

.storefront-v24 .header-cart strong {
  position: absolute;
  top: 0;
  right: 1px;
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: #fff;
  background: var(--v24-orange);
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 9px;
}

.storefront-v24 .header-cart strong:empty {
  display: none;
}

.storefront-v24 .main-header__nav-row {
  min-height: 44px;
  color: #fff;
  background: var(--v24-blue);
}

.storefront-v24 .main-header__nav-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.storefront-v24 .main-nav {
  min-height: 44px;
  height: 44px;
  display: flex;
  align-items: stretch;
  gap: 36px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.storefront-v24 .main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.storefront-v24 .main-nav a::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--v24-orange);
}

.storefront-v24 .main-nav a:hover,
.storefront-v24 .main-nav a[aria-current="page"] {
  color: #fff;
}

.storefront-v24 .main-nav a:hover::after,
.storefront-v24 .main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.storefront-v24 .nav-order-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.storefront-v24 .nav-order-link svg {
  width: 20px;
  height: 20px;
}

.storefront-v24 .nav-toggle {
  color: var(--v24-blue);
  background: #fff;
  border-color: var(--v24-line);
  border-radius: 5px;
  box-shadow: none;
}

.storefront-v24 .mobile-menu {
  background: #fff;
}

/* Hero: one fixed Bình Minh-style frame for every supplied banner. */
.storefront-v24 .hero-banner-section {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

/* The official hero is shown at its native 1672:941 composition: no crop, no stretch. */
.storefront-v24 .brand-banner-static,
.storefront-v24 .brand-banner-static picture,
.storefront-v24 .brand-banner-static img {
  display: block;
  width: 100%;
}

.storefront-v24 .brand-banner-static {
  width: min(1280px, 100%);
  margin-inline: auto;
  background: #fff;
}

.storefront-v24 .brand-banner-static img {
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.storefront-v24 .brand-slider {
  position: relative;
  width: min(1280px, 100%);
  height: 192px;
  margin-inline: auto;
  aspect-ratio: auto;
  overflow: hidden;
  background: #fff;
}

.storefront-v24 .brand-slider.is-original-slide {
  aspect-ratio: auto;
}

.storefront-v24 .brand-slider__viewport,
.storefront-v24 .brand-slider__track,
.storefront-v24 .brand-slide,
.storefront-v24 .brand-slide picture {
  width: 100%;
  height: 100%;
}

.storefront-v24 .brand-slider__track {
  position: relative;
}

.storefront-v24 .brand-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

.storefront-v24 .brand-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.storefront-v24 .brand-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

@media (min-width: 640px) {
  .storefront-v24 .brand-slider {
    height: 240px;
  }
}

@media (min-width: 1024px) {
  .storefront-v24 .brand-slider {
    height: 288px;
  }
}

@media (min-width: 1280px) {
  .storefront-v24 .brand-slider {
    height: 384px;
  }
}

.storefront-v24 .brand-slider__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--v24-blue);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(1, 46, 144, .15);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(31, 38, 47, .15);
  cursor: pointer;
  transform: translateY(-50%);
}

.storefront-v24 .brand-slider__arrow:hover {
  color: #fff;
  background: var(--v24-orange);
  border-color: var(--v24-orange);
}

.storefront-v24 .brand-slider__arrow--prev {
  left: 14px;
}

.storefront-v24 .brand-slider__arrow--prev svg {
  transform: rotate(180deg);
}

.storefront-v24 .brand-slider__arrow--next {
  right: 14px;
}

.storefront-v24 .brand-slider__dots {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 12px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.storefront-v24 .brand-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(1, 46, 144, .35);
  border-radius: 99px;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.storefront-v24 .brand-slider__dots button.is-active {
  width: 26px;
  background: var(--v24-orange);
  border-color: #fff;
}

/* Compact proof bar under the banner. */
.storefront-v24 .retail-trust-bar {
  background: #fff;
  border-top: 1px solid var(--v24-line);
  border-bottom: 1px solid var(--v24-line);
}

.storefront-v24 .retail-trust-grid {
  min-height: 82px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.storefront-v24 .retail-trust-grid > div {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
}

.storefront-v24 .retail-trust-grid > div + div {
  border-left: 1px solid var(--v24-line);
}

.storefront-v24 .retail-trust-grid svg {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  color: var(--v24-orange);
  stroke-width: 1.8;
}

.storefront-v24 .retail-trust-grid span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.storefront-v24 .retail-trust-grid strong {
  color: var(--v24-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.storefront-v24 .retail-trust-grid small {
  color: var(--v24-muted);
  font-size: 11px;
  line-height: 1.25;
}

/* Shared compact retail section headings. */
.storefront-v24 .retail-section-heading {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--v24-line);
}

.storefront-v24 .retail-section-heading > div {
  min-width: 0;
}

.storefront-v24 .retail-section-heading h2 {
  margin: 0;
  color: #374151;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.storefront-v24 .retail-section-heading p {
  margin: 4px 0 0;
  color: var(--v24-muted);
  font-size: 13px;
  line-height: 1.4;
}

.storefront-v24 .retail-section-heading > a {
  flex: 0 0 auto;
  color: var(--v24-blue);
  font-size: 13px;
  font-weight: 500;
}

.storefront-v24 .retail-section-heading > a:hover {
  color: var(--v24-orange-dark);
}

/* Featured product carousel look without horizontal scrolling. */
.storefront-v24 .featured-section {
  padding: 32px 0 38px;
  background: #fff;
}

.storefront-v24 .featured-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.storefront-v24 .featured-product {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5d9df;
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(35, 42, 50, .08);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.storefront-v24 .featured-product:hover {
  border-color: #bcc5cf;
  box-shadow: 0 8px 20px rgba(35, 42, 50, .12);
  transform: translateY(-2px);
}

.storefront-v24 .featured-product__stage {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #fff;
}

.storefront-v24 .featured-product__stage > a {
  width: 100%;
  height: 100%;
  display: block;
}

.storefront-v24 .featured-product__stage img {
  width: 100%;
  height: 100%;
  padding: 17px;
  object-fit: contain;
  background: #fff;
  mix-blend-mode: normal;
  filter: none;
  transition: transform .25s ease;
}

.storefront-v24 .featured-product__stage--photo img {
  padding: 0;
}

.storefront-v24 .featured-product:hover .featured-product__stage img {
  transform: scale(1.025);
}

.storefront-v24 .featured-product__tag {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
  padding: 4px 8px;
  color: var(--v24-blue);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(1, 46, 144, .14);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
}

.storefront-v24 .featured-product__stage > button,
.storefront-v24 .product-card__add {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: var(--v24-orange);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(253, 74, 1, .25);
  cursor: pointer;
}

.storefront-v24 .featured-product__stage > button {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.storefront-v24 .featured-product:hover .featured-product__stage > button,
.storefront-v24 .featured-product:focus-within .featured-product__stage > button {
  opacity: 1;
  transform: translateY(0);
}

.storefront-v24 .featured-product__stage > button:hover,
.storefront-v24 .product-card__add:hover {
  color: #fff;
  background: var(--v24-blue);
  border-color: var(--v24-blue);
  transform: none;
}

.storefront-v24 .featured-product__stage > button svg,
.storefront-v24 .product-card__add svg {
  width: 18px;
  height: 18px;
}

.storefront-v24 .featured-product__body {
  min-height: 96px;
  display: grid;
  align-content: space-between;
  gap: 7px;
  padding: 11px 10px 12px;
  text-align: center;
  background: #f5f6f8;
}

.storefront-v24 .featured-product h3 {
  min-height: 44px;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #3b424b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.storefront-v24 .featured-product h3 a:hover {
  color: var(--v24-blue);
}

.storefront-v24 .featured-product__body > strong {
  color: var(--v24-blue);
  font-family: var(--v24-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.02em;
}

/* Categories use real Nam Phát photos and compact product imagery. */
.storefront-v24 .retail-category-section {
  padding: 30px 0 38px;
  background: var(--v24-blue-wash);
  border-top: 1px solid #e2eaf4;
  border-bottom: 1px solid #e2eaf4;
}

.storefront-v24 .retail-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
}

.storefront-v24 .retail-category-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 148px auto auto;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid #d9e0e9;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(30, 53, 86, .06);
  transition: border-color .2s ease, transform .2s ease;
}

.storefront-v24 .retail-category-card:hover {
  border-color: #9eb2cf;
  transform: translateY(-2px);
}

.storefront-v24 .retail-category-card__media {
  display: block;
  overflow: hidden;
  background: #f5f6f8;
}

.storefront-v24 .retail-category-card__media img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  background: #f5f6f8;
  mix-blend-mode: normal;
  filter: none;
}

.storefront-v24 .retail-category-card--photo .retail-category-card__media img {
  padding: 0;
  object-fit: cover;
  object-position: center 60%;
}

.storefront-v24 .retail-category-card > strong {
  padding: 10px 8px 1px;
  color: #3e4650;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.storefront-v24 .retail-category-card > small {
  padding: 2px 8px 11px;
  color: var(--v24-muted);
  font-size: 10px;
  line-height: 1.3;
}

/* A real PETGAS lineup, used as a retailer-style campaign banner. */
.storefront-v24 .lineup-section {
  padding: 34px 0 38px;
  background: #fff;
}

.storefront-v24 .lineup-banner {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #eef7ff;
  border: 1px solid #d9e4ef;
  border-radius: 3px;
}

.storefront-v24 .lineup-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #eef7ff;
}

.storefront-v24 .lineup-banner--real {
  height: clamp(240px, 30vw, 410px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  background: #fff;
  border: 0;
  border-radius: 4px;
}

.storefront-v24 .lineup-banner__panel {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.storefront-v24 .lineup-banner--real img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #fff;
}

.storefront-v24 .lineup-banner__panel--primary img {
  object-position: center 66%;
}

.storefront-v24 .lineup-banner__panel--secondary img {
  object-position: center 56%;
}

/* Catalog: 5-column retail density and image-first cards. */
.storefront-v24 .products-section {
  padding: 34px 0 46px;
  background: var(--v24-blue-wash);
}

.storefront-v24 .retail-section-heading--catalog {
  margin-bottom: 15px;
}

.storefront-v24 .catalog-search-wrap {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  background: transparent;
  border: 0;
}

.storefront-v24 .catalog-search {
  width: min(520px, 100%);
  height: 44px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccd5df;
  border-radius: 5px;
  box-shadow: none;
}

.storefront-v24 .catalog-search:focus-within {
  border-color: var(--v24-blue);
  box-shadow: 0 0 0 3px rgba(1, 46, 144, .08);
}

.storefront-v24 .catalog-search > svg {
  width: 19px;
  height: 19px;
  margin-inline: auto;
  color: #7b8796;
}

.storefront-v24 .catalog-search input {
  min-width: 0;
  height: 42px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
}

.storefront-v24 .catalog-search button {
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--v24-muted);
  background: transparent;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

.storefront-v24 .catalog-filters {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
  padding: 0 0 12px;
}

.storefront-v24 .catalog-filter {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 7px 13px;
  color: #596574;
  background: #fff;
  border: 1px solid #d4dce5;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 600;
}

.storefront-v24 .catalog-filter small {
  min-width: 20px;
  padding: 1px 5px;
  color: #788493;
  background: #edf1f5;
  border-radius: 99px;
  font-size: 9px;
}

.storefront-v24 .catalog-filter:hover {
  color: var(--v24-blue);
  background: #fff;
  border-color: #9db0ca;
}

.storefront-v24 .catalog-filter.is-active {
  color: #fff;
  background: var(--v24-orange);
  border-color: var(--v24-orange);
}

.storefront-v24 .catalog-filter.is-active small {
  color: var(--v24-orange-dark);
  background: #fff;
}

.storefront-v24 .catalog-summary {
  min-height: 30px;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}

.storefront-v24 .catalog-summary p,
.storefront-v24 .catalog-summary p:first-child {
  margin: 0;
  color: var(--v24-muted);
  font-size: 12px;
  font-weight: 400;
}

.storefront-v24 .commerce-product-grid,
.storefront-v24 .commerce-product-grid:not(:empty) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.storefront-v24 .product-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5d9df;
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(35, 42, 50, .08);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.storefront-v24 .product-card:hover {
  border-color: #bcc5cf;
  box-shadow: 0 8px 20px rgba(35, 42, 50, .12);
  transform: translateY(-2px);
}

.storefront-v24 .product-card__stage {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #fff;
}

.storefront-v24 .product-card__media,
.storefront-v24 .product-card__media[data-media-fit="cover"],
.storefront-v24 .product-card__media:not([data-media-fit="cover"]) {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.storefront-v24 .product-card__media img,
.storefront-v24 .product-card__media[data-media-fit="cover"] img,
.storefront-v24 .product-card__media:not([data-media-fit="cover"]) img {
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  mix-blend-mode: normal;
  filter: none;
  transform: none;
  transition: transform .25s ease;
}

.storefront-v24 .product-card:hover .product-card__media img {
  transform: scale(1.025);
}

.storefront-v24 .product-card__add {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  min-height: 36px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.storefront-v24 .product-card:hover .product-card__add,
.storefront-v24 .product-card:focus-within .product-card__add {
  opacity: 1;
  transform: translateY(0);
}

.storefront-v24 .product-card__body {
  min-height: 98px;
  flex: 1;
  display: grid;
  align-content: space-between;
  gap: 7px;
  padding: 11px 10px 12px;
  text-align: center;
  background: #f5f6f8;
  border: 0;
}

.storefront-v24 .product-card__brand,
.storefront-v24 .product-card__description,
.storefront-v24 .product-card__meta,
.storefront-v24 .product-card__actions {
  display: none;
}

.storefront-v24 .product-card h3 {
  min-height: 44px;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #3b424b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.storefront-v24 .product-card h3 a:hover {
  color: var(--v24-blue);
}

.storefront-v24 .product-card__price {
  margin: 0;
}

.storefront-v24 .product-card__price strong,
.storefront-v24 .product-card__price.is-contact strong {
  display: block;
  color: var(--v24-blue);
  font-family: var(--v24-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.storefront-v24 .product-card__price span {
  display: none;
}

.storefront-v24 .catalog-more {
  margin-top: 22px;
}

.storefront-v24 .catalog-more .button {
  min-width: 190px;
}

/* COD steps stay bright and concise. */
.storefront-v24 .order-flow-section {
  padding: 34px 0 40px;
  color: var(--v24-ink);
  background: var(--v24-orange-wash);
  border-top: 1px solid #f3d8c7;
  border-bottom: 1px solid #f3d8c7;
}

.storefront-v24 .retail-section-heading--light {
  border-bottom-color: #efd8c8;
}

.storefront-v24 .retail-section-heading--light h2 {
  color: #3c4651;
}

.storefront-v24 .retail-section-heading--light p {
  color: var(--v24-muted);
}

.storefront-v24 .retail-section-heading--light > a {
  color: var(--v24-orange-dark);
}

.storefront-v24 .order-flow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.storefront-v24 .order-flow-list li,
.storefront-v24 .order-flow-list li:nth-child(even) {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid #edd8ca;
  border-radius: 6px;
}

.storefront-v24 .order-flow-list > li > span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--v24-orange);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.storefront-v24 .order-flow-list strong {
  color: #3c4651;
  font-size: 14px;
  font-weight: 800;
}

.storefront-v24 .order-flow-list p {
  margin: 2px 0 0;
  color: var(--v24-muted);
  font-size: 11px;
  line-height: 1.35;
}

/* Store image keeps its portrait ratio; there is no stretched landscape crop. */
.storefront-v24 .store-section {
  padding: 46px 0;
  background: #fff;
}

.storefront-v24 .store-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(360px, .76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.storefront-v24 .store-media {
  width: min(100%, 470px);
  height: auto;
  aspect-ratio: 3 / 4;
  justify-self: center;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d6dce3;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(35, 42, 50, .09);
}

.storefront-v24 .store-media::after {
  display: none;
}

.storefront-v24 .store-media img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.storefront-v24 .store-copy {
  min-width: 0;
  padding: 0;
  overflow: visible;
}

.storefront-v24 .store-kicker {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--v24-orange-dark);
  font-size: 12px;
  font-weight: 800;
}

.storefront-v24 .store-copy h2 {
  max-width: none;
  margin: 0 0 13px;
  color: var(--v24-blue);
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.18;
  overflow-wrap: normal;
}

.storefront-v24 .store-address {
  margin-bottom: 21px;
  color: #59636f;
  font-size: 15px;
  line-height: 1.65;
}

.storefront-v24 .store-copy dl {
  margin: 0;
  border-top: 1px solid var(--v24-line);
}

.storefront-v24 .store-copy dl > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--v24-line);
}

.storefront-v24 .store-copy dt {
  color: var(--v24-muted);
  font-size: 12px;
}

.storefront-v24 .store-copy dd,
.storefront-v24 .store-copy dd a {
  min-width: 0;
  margin: 0;
  color: var(--v24-blue);
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.storefront-v24 .store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

/* A compact safety rail with isolated class names, immune to legacy safety styles. */
.storefront-v24 .retail-safety {
  scroll-margin-top: 124px;
  padding: 48px 0 52px;
  background: var(--v24-blue-wash);
}

.storefront-v24 .retail-safety__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 24px;
}

.storefront-v24 .retail-safety__title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.storefront-v24 .retail-safety__shield {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--v24-blue);
  border-radius: 50%;
}

.storefront-v24 .retail-safety__shield svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.9;
}

.storefront-v24 .retail-safety__title h2 {
  margin: 0;
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.storefront-v24 .retail-safety__title p {
  margin: 7px 0 0;
  color: #586575;
  font-size: 14px;
}

.storefront-v24 .retail-safety__head .text-link {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.storefront-v24 .retail-safety__head .text-link svg {
  width: 17px;
  height: 17px;
}

.storefront-v24 .retail-safety__checks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 4px 0 0;
  overflow: hidden;
  background: #d8e3f1;
  border-radius: 8px;
  list-style: none;
  box-shadow: inset 0 4px 0 var(--v24-orange);
}

.storefront-v24 .retail-safety__checks li {
  min-width: 0;
  min-height: 270px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.storefront-v24 .retail-safety__photo {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #eef5fc;
}

.storefront-v24 .retail-safety__photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(1, 46, 144, .08));
}

.storefront-v24 .retail-safety__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.storefront-v24 .retail-safety__copy {
  padding: 18px 20px 21px;
}

.storefront-v24 .retail-safety__checks strong {
  display: block;
  color: var(--v24-blue);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.storefront-v24 .retail-safety__checks small {
  display: block;
  margin-top: 5px;
  color: var(--v24-muted);
  font-size: 12px;
  line-height: 1.52;
}

/* One bold brand moment; the rest of the page stays quiet. */
.storefront-v24 .brand-cta-section {
  padding: 38px 0;
  background: #fff;
}

.storefront-v24 .brand-cta {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 34px;
  color: #fff;
  background: var(--v24-orange);
  border-radius: 8px;
  box-shadow: none;
}

.storefront-v24 .brand-cta small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
}

.storefront-v24 .brand-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 31px);
  font-weight: 800;
  line-height: 1.2;
}

.storefront-v24 .brand-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.storefront-v24 .brand-cta .button--white {
  color: var(--v24-orange-dark);
  background: #fff;
}

.storefront-v24 .brand-cta .button--blue {
  color: #fff;
  background: var(--v24-blue);
}

/* Corporate identity footer: full PETROSETCO blue with a clear legal hierarchy. */
.storefront-v24 .main-footer {
  scroll-margin-top: 124px;
  padding: 0;
  color: #fff;
  background: var(--v24-blue);
  border: 0;
}

.storefront-v24 .np-footer__body {
  padding: 0 0 46px;
  background: linear-gradient(145deg, #012e90 0%, #073b9f 56%, #002675 100%);
  border-top: 4px solid var(--v24-orange);
}

.storefront-v24 .np-footer__identity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, .94fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.storefront-v24 .np-footer__identity-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
  color: inherit;
  text-decoration: none;
}

.storefront-v24 .np-footer__identity-copy small {
  color: #ffd070;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.storefront-v24 .np-footer__identity-copy strong {
  color: #fff;
  font-family: var(--v24-brand-font);
  font-size: clamp(22px, 2.35vw, 31px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.storefront-v24 .np-footer__identity-copy span {
  color: #d9e5fa;
  font-size: 13px;
  line-height: 1.55;
}

.storefront-v24 .np-footer__corporate-logos {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) 72px 116px;
  gap: 10px;
  align-items: stretch;
}

.storefront-v24 .np-footer__logo-card {
  min-width: 0;
  min-height: 108px;
  display: grid;
  grid-template-rows: auto 1fr;
  place-items: center;
  gap: 3px;
  padding: 9px 12px 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 20, 72, .2);
}

.storefront-v24 .np-footer__logo-card span {
  justify-self: start;
  color: var(--v24-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.storefront-v24 .np-footer__logo-card img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.storefront-v24 .np-footer__logo-card--petrosetco img {
  width: 230px;
  height: 75px;
}

.storefront-v24 .np-footer__logo-card--psmt img {
  width: 72px;
  height: 72px;
}

.storefront-v24 .np-footer__relation {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 5px;
  color: #fff;
  text-align: center;
}

.storefront-v24 .np-footer__relation small {
  color: #c9d8f4;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.storefront-v24 .np-footer__relation svg {
  width: 24px;
  height: 24px;
  color: #ffad62;
  stroke-width: 2.1;
}

.storefront-v24 .np-footer__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(245px, .72fr) minmax(300px, .84fr);
  gap: clamp(34px, 4vw, 56px);
  align-items: start;
  padding-top: 37px;
}

.storefront-v24 .np-footer__brand,
.storefront-v24 .np-footer__contact,
.storefront-v24 .np-footer__links {
  min-width: 0;
}

.storefront-v24 .main-footer h3 {
  position: relative;
  margin: 0 0 20px;
  padding-top: 12px;
  color: #fff;
  font-family: var(--v24-brand-font);
  font-size: 15px;
  font-weight: 800;
}

.storefront-v24 .main-footer h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 3px;
  background: var(--v24-orange);
}

.storefront-v24 .np-footer__brand > p {
  max-width: 520px;
  margin: 0;
  color: #d7e2f6;
  font-size: 13px;
  line-height: 1.72;
}

.storefront-v24 .np-footer__brand > p + p {
  margin-top: 10px;
}

.storefront-v24 .np-footer__brand > p > strong {
  color: #fff;
  font-weight: 800;
}

.storefront-v24 .np-footer__commitments {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 17px 0 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .17);
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  list-style: none;
}

.storefront-v24 .np-footer__commitments li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.storefront-v24 .np-footer__commitments svg {
  width: 16px;
  height: 16px;
  color: #ffb05f;
  stroke-width: 2;
}

.storefront-v24 .np-footer__credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 16px;
}

.storefront-v24 .np-footer__credentials > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 11px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 7px;
}

.storefront-v24 .np-footer__credentials > div > svg {
  width: 30px;
  height: 30px;
  padding: 7px;
  color: #fff;
  background: var(--v24-orange);
  border-radius: 50%;
  stroke-width: 2;
}

.storefront-v24 .np-footer__credentials span {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.storefront-v24 .np-footer__credentials small,
.storefront-v24 .np-footer__credentials em {
  color: #b9c9e8;
  font-size: 9px;
  font-style: normal;
  line-height: 1.45;
}

.storefront-v24 .np-footer__credentials small {
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.storefront-v24 .np-footer__credentials strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.storefront-v24 .np-footer__facts {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
}

.storefront-v24 .np-footer__facts > div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 11px;
}

.storefront-v24 .np-footer__facts dt {
  color: #9fb5df;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.storefront-v24 .np-footer__facts dd {
  min-width: 0;
  margin: 0;
  color: #f2f6ff;
  font-size: 12px;
  line-height: 1.55;
}

.storefront-v24 .np-footer__facts a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .38);
  text-underline-offset: 3px;
}

.storefront-v24 .np-footer__contact {
  margin: 0;
  font-style: normal;
}

.storefront-v24 .np-footer__contact > strong {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.storefront-v24 .np-footer__contact > p {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  margin: 0 0 13px;
  color: #d7e2f6;
  font-size: 13px;
  line-height: 1.55;
}

.storefront-v24 .np-footer__contact > p > svg {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  color: #ff9e6d;
  stroke-width: 1.9;
}

.storefront-v24 .np-footer__contact > p span {
  min-width: 0;
}

.storefront-v24 .np-footer__contact > p small {
  display: block;
  color: #9fb5df;
  font-size: 10px;
  font-weight: 700;
}

.storefront-v24 .np-footer__contact a {
  color: #fff;
  font-weight: 800;
}

.storefront-v24 .np-footer__contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}

.storefront-v24 .np-footer__contact-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  color: #fff;
  background: var(--v24-orange);
  border: 1px solid var(--v24-orange);
  border-radius: 5px;
  font-size: 12px;
}

.storefront-v24 .np-footer__contact-actions a:last-child {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .5);
}

.storefront-v24 .np-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.storefront-v24 .np-footer__links nav {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.storefront-v24 .np-footer__links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  color: #d7e2f6;
  font-size: 13px;
  line-height: 1.35;
}

.storefront-v24 .np-footer__links a:hover,
.storefront-v24 .np-footer__contact a:hover,
.storefront-v24 .np-footer__facts a:hover {
  color: #ffbd7e;
}

.storefront-v24 .np-footer__meta {
  color: rgba(255, 255, 255, .76);
  background: #001f67;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.storefront-v24 .footer-bottom {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0;
  padding: 12px 0;
  border: 0;
  font-size: 11px;
}

.storefront-v24 .footer-bottom p {
  margin: 0;
  color: inherit;
}

/* Duy Tan-inspired corporate footer: one blue field, four quiet information columns. */
.storefront-v24 .np-footer--duytan {
  padding: 0;
  color: #fff;
  background: #012e90;
  border: 0;
}

.storefront-v24 .np-footer--duytan .npf-grid,
.storefront-v24 .np-footer--duytan .npf-bottom {
  width: min(1180px, calc(100% - 36px));
}

.storefront-v24 .np-footer--duytan .npf-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr) minmax(0, .96fr) minmax(0, 1.12fr);
  gap: clamp(38px, 4.5vw, 68px);
  padding-top: 66px;
  padding-bottom: 44px;
}

.storefront-v24 .np-footer--duytan section,
.storefront-v24 .np-footer--duytan nav,
.storefront-v24 .np-footer--duytan address {
  min-width: 0;
}

.storefront-v24 .np-footer--duytan h2 {
  margin: 0 0 25px;
  padding: 0;
  color: #fff;
  font-family: var(--v24-brand-font);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.42;
}

.storefront-v24 .np-footer--duytan h2::before,
.storefront-v24 .np-footer--duytan h2::after {
  display: none;
  content: none;
}

.storefront-v24 .np-footer--duytan p,
.storefront-v24 .np-footer--duytan a,
.storefront-v24 .np-footer--duytan dt,
.storefront-v24 .np-footer--duytan dd {
  color: rgba(255, 255, 255, .9);
  font-size: 12.5px;
  line-height: 1.6;
}

.storefront-v24 .np-footer--duytan a {
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.storefront-v24 .np-footer--duytan a:focus-visible {
  outline: 3px solid var(--v24-yellow);
  outline-offset: 3px;
}

.storefront-v24 .np-footer--duytan a:hover {
  color: #ffd080;
}

.storefront-v24 .npf-company > p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  line-height: 1.62;
}

.storefront-v24 .npf-brandmarks {
  width: min(100%, 275px);
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) 82px;
  gap: 9px;
  align-items: stretch;
  margin-top: 25px;
}

.storefront-v24 .npf-brandmarks > div {
  height: 78px;
  display: grid;
  place-items: center;
  padding: 7px 10px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.storefront-v24 .npf-brandmarks img {
  display: block;
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
}

.storefront-v24 .npf-brandmarks > div:first-child img {
  width: 155px;
  height: 64px;
}

.storefront-v24 .npf-brandmarks > div:last-child img {
  width: 58px;
  height: 58px;
}

.storefront-v24 .npf-contact address {
  display: grid;
  gap: 15px;
  margin: 0 0 23px;
  font-style: normal;
}

.storefront-v24 .npf-contact-store {
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.storefront-v24 .npf-contact-store > strong {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.storefront-v24 .npf-contact-store small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .66);
  font-size: 10px;
  font-style: normal;
}

.storefront-v24 .npf-contact address p {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin: 0;
}

.storefront-v24 .npf-contact address svg,
.storefront-v24 .npf-cod svg {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #fff;
  stroke-width: 1.8;
}

.storefront-v24 .npf-contact address a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.storefront-v24 .npf-contact nav,
.storefront-v24 .npf-support nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.storefront-v24 .npf-contact nav a,
.storefront-v24 .npf-support nav a {
  position: relative;
  display: inline-flex;
}

.storefront-v24 .npf-contact nav a::after,
.storefront-v24 .npf-support nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(.75);
  transform-origin: left;
  transition: opacity .18s ease, transform .18s ease;
}

.storefront-v24 .npf-contact nav a:hover::after,
.storefront-v24 .npf-support nav a:hover::after {
  opacity: .55;
  transform: scaleX(1);
}

.storefront-v24 .npf-support > h2:nth-of-type(2) {
  margin-top: 42px;
  margin-bottom: 19px;
}

.storefront-v24 .npf-support dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.storefront-v24 .npf-support dl > div {
  display: grid;
  gap: 1px;
}

.storefront-v24 .npf-support dt {
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.storefront-v24 .npf-support dd {
  margin: 0;
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.storefront-v24 .npf-hotline {
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  grid-template-rows: auto auto;
  gap: 1px 12px;
  align-content: center;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
}

.storefront-v24 .npf-hotline span {
  color: rgba(255, 255, 255, .7);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.storefront-v24 .npf-hotline strong {
  color: #fff;
  font-family: var(--v24-data-font);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.15;
}

.storefront-v24 .npf-hotline svg {
  width: 22px;
  height: 22px;
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
  color: #fff;
  stroke-width: 1.8;
}

.storefront-v24 .npf-order > p {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .8);
}

.storefront-v24 .npf-order .npf-cod {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  margin-top: 13px;
}

.storefront-v24 .npf-order-button {
  min-height: 50px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 27px;
  padding: 10px 20px;
  color: var(--v24-blue) !important;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 700;
}

.storefront-v24 .npf-order-button:hover {
  color: #fff !important;
  background: var(--v24-orange);
  border-color: var(--v24-orange);
}

.storefront-v24 .npf-order-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.7;
}

.storefront-v24 .npf-quick-links {
  display: flex;
  gap: 12px;
  margin-top: 45px;
}

.storefront-v24 .npf-quick-links a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
}

.storefront-v24 .npf-quick-links a:hover {
  color: var(--v24-blue);
  background: #fff;
}

.storefront-v24 .npf-quick-links svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.storefront-v24 .npf-quick-links strong {
  color: inherit;
  font-size: 15px;
  font-weight: 800;
}

.storefront-v24 .npf-bottom {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.storefront-v24 .np-footer--duytan .npf-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font-size: 10.5px;
  line-height: 1.45;
}

.storefront-v24 .site-toast {
  color: #fff;
  background: var(--v24-blue);
  border-radius: 5px;
}

/* Shared commerce pages inherit the brighter, calmer retail type scale. */
.shop-body {
  --brand-hot: var(--v24-orange);
  --brand-blue: var(--v24-blue);
  color: var(--v24-ink);
  background: #f6f8fb;
  font-family: var(--v24-font);
}

.shop-body .shop-header {
  background: #fff;
  border-bottom: 4px solid var(--v24-orange);
  box-shadow: 0 2px 10px rgba(31, 38, 47, .08);
}

.shop-body .shop-header__inner {
  min-height: 78px;
}

.shop-body .shop-brand {
  gap: 11px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.shop-body .shop-brand img {
  width: 55px;
  height: 59px;
  object-fit: contain;
  background: #fff;
}

.shop-body .shop-brand small {
  color: var(--v24-orange-dark);
  font-size: 8px;
}

.shop-body .shop-brand strong {
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: 19px;
}

.shop-body .shop-nav {
  min-height: 44px;
  height: 44px;
  gap: 27px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.shop-body .shop-nav a {
  color: #46515e;
  font-size: 13px;
}

.shop-body .shop-nav a::after {
  background: var(--v24-orange);
}

.shop-body .shop-nav a:hover,
.shop-body .shop-nav a.is-active {
  color: var(--v24-orange-dark);
}

.shop-body .shop-page-heading h1,
.shop-body .product-detail-copy h1,
.shop-body .store-page-copy h1,
.shop-body .safety-hero h1 {
  color: var(--v24-blue);
  font-family: var(--v24-font);
  font-size: clamp(31px, 4vw, 42px);
  line-height: 1.15;
}

.shop-body .shop-button--primary {
  color: #fff;
  background: var(--v24-orange);
}

.shop-body .shop-button--primary:hover {
  color: #fff;
  background: var(--v24-orange-dark);
}

@media (max-width: 1180px) {
  .storefront-v24 .catalog-filters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .storefront-v24 .main-header__inner {
    grid-template-columns: minmax(235px, 270px) minmax(220px, 1fr) auto;
    gap: 16px;
  }

  .storefront-v24 .header-member span,
  .storefront-v24 .header-cart > span {
    display: none;
  }

  .storefront-v24 .header-member,
  .storefront-v24 .header-cart {
    width: 42px;
    justify-content: center;
    padding: 4px;
  }

  .storefront-v24 .main-nav {
    gap: 28px;
  }

  .storefront-v24 .featured-product-grid,
  .storefront-v24 .commerce-product-grid,
  .storefront-v24 .commerce-product-grid:not(:empty) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .storefront-v24 .retail-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .storefront-v24 .main-footer {
    scroll-margin-top: 70px;
  }

  .storefront-v24 .shell {
    width: min(100% - 28px, 820px);
  }

  .storefront-v24 .main-header__inner {
    min-height: 70px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .storefront-v24 .main-header .brand-lockup img {
    width: 47px;
    height: 51px;
    flex-basis: 47px;
  }

  .storefront-v24 .main-header .brand-lockup small {
    font-size: 7px;
  }

  .storefront-v24 .main-header .brand-lockup strong {
    font-size: 16px;
  }

  .storefront-v24 .header-search,
  .storefront-v24 .header-hotline,
  .storefront-v24 .header-member,
  .storefront-v24 .main-header__nav-row {
    display: none;
  }

  .storefront-v24 .header-cart {
    width: 42px;
    min-height: 42px;
    display: inline-flex;
    padding: 4px;
    border: 1px solid var(--v24-line);
  }

  .storefront-v24 .header-cart > span {
    display: none;
  }

  .storefront-v24 .nav-toggle {
    display: inline-flex;
  }

  .storefront-v24 .mobile-menu {
    position: fixed;
    z-index: 119;
    inset: 70px 0 auto;
    max-height: calc(100vh - 70px);
    display: grid;
    padding: 12px 16px 22px;
    overflow-y: auto;
    background: #fff;
    border-bottom: 3px solid var(--v24-orange);
    box-shadow: 0 12px 28px rgba(31, 38, 47, .14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .storefront-v24 .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .storefront-v24 .mobile-menu__search {
    height: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    margin-bottom: 8px;
    overflow: hidden;
    border: 1px solid #ccd5df;
    border-radius: 5px;
  }

  .storefront-v24 .mobile-menu__search input {
    min-width: 0;
    padding: 0 12px;
    border: 0;
    outline: 0;
    font-size: 14px;
  }

  .storefront-v24 .mobile-menu a {
    padding: 12px 5px;
    color: #43505e;
    border-bottom: 1px solid var(--v24-line);
    font-size: 14px;
    font-weight: 700;
  }

  .storefront-v24 .brand-slider {
    width: 100%;
  }

  .storefront-v24 .retail-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-v24 .retail-trust-grid > div:nth-child(3) {
    border-left: 0;
  }

  .storefront-v24 .retail-trust-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--v24-line);
  }

  .storefront-v24 .featured-product-grid,
  .storefront-v24 .commerce-product-grid,
  .storefront-v24 .commerce-product-grid:not(:empty) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storefront-v24 .featured-product__stage,
  .storefront-v24 .product-card__stage {
    height: 220px;
  }

  .storefront-v24 .store-grid,
  .storefront-v24 .safety-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .storefront-v24 .store-media {
    width: min(100%, 430px);
  }

  .storefront-v24 .safety-media {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .storefront-v24 .retail-safety__checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-v24 .np-footer__identity {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .storefront-v24 .np-footer__corporate-logos {
    width: min(100%, 560px);
  }

  .storefront-v24 .np-footer__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-v24 .np-footer__brand {
    grid-column: 1 / -1;
  }

  .shop-body .shop-container {
    width: min(100% - 32px, 820px);
  }
}

@media (max-width: 680px) {
  .storefront-v24 {
    padding-bottom: 68px;
    font-size: 14px;
  }

  .storefront-v24 .shell {
    width: calc(100% - 22px);
  }

  .storefront-v24 .main-header .brand-lockup {
    gap: 8px;
  }

  .storefront-v24 .main-header .brand-lockup img {
    width: 42px;
    height: 46px;
    flex-basis: 42px;
  }

  .storefront-v24 .main-header .brand-lockup strong {
    font-size: 14px;
  }

  .storefront-v24 .header-tools {
    gap: 6px;
  }

  .storefront-v24 .header-cart,
  .storefront-v24 .nav-toggle {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .storefront-v24 .brand-slider {
    aspect-ratio: auto;
  }

  .storefront-v24 .brand-slider__arrow {
    display: none;
  }

  .storefront-v24 .brand-slider__dots {
    bottom: 8px;
  }

  .storefront-v24 .brand-slider__dots button {
    width: 7px;
    height: 7px;
  }

  .storefront-v24 .brand-slider__dots button.is-active {
    width: 22px;
  }

  .storefront-v24 .retail-trust-grid > div {
    justify-content: flex-start;
    gap: 9px;
    padding: 11px 9px;
  }

  .storefront-v24 .retail-trust-grid svg {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .storefront-v24 .retail-trust-grid strong {
    font-size: 11px;
  }

  .storefront-v24 .retail-trust-grid small {
    font-size: 9px;
  }

  .storefront-v24 .featured-section,
  .storefront-v24 .retail-category-section,
  .storefront-v24 .lineup-section,
  .storefront-v24 .products-section,
  .storefront-v24 .order-flow-section,
  .storefront-v24 .store-section,
  .storefront-v24 .safety-section {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .storefront-v24 .retail-section-heading {
    min-height: 42px;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .storefront-v24 .retail-section-heading h2 {
    font-size: 16px;
  }

  .storefront-v24 .retail-section-heading p {
    font-size: 11px;
  }

  .storefront-v24 .retail-section-heading > a {
    font-size: 11px;
  }

  .storefront-v24 .featured-product-grid,
  .storefront-v24 .commerce-product-grid,
  .storefront-v24 .commerce-product-grid:not(:empty) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .storefront-v24 .featured-product__stage,
  .storefront-v24 .product-card__stage {
    height: 174px;
  }

  .storefront-v24 .featured-product__stage img,
  .storefront-v24 .product-card__media img,
  .storefront-v24 .product-card__media[data-media-fit="cover"] img,
  .storefront-v24 .product-card__media:not([data-media-fit="cover"]) img {
    padding: 10px;
  }

  .storefront-v24 .featured-product__stage--photo img {
    padding: 0;
  }

  .storefront-v24 .featured-product__stage > button,
  .storefront-v24 .product-card__add {
    width: 34px;
    height: 34px;
    min-height: 34px;
    right: 8px;
    bottom: 8px;
    opacity: 1;
    transform: none;
  }

  .storefront-v24 .featured-product__body,
  .storefront-v24 .product-card__body {
    min-height: 88px;
    gap: 5px;
    padding: 9px 7px 10px;
  }

  .storefront-v24 .featured-product h3,
  .storefront-v24 .product-card h3 {
    min-height: 38px;
    font-size: 14px;
    line-height: 1.48;
  }

  .storefront-v24 .featured-product__body > strong,
  .storefront-v24 .product-card__price strong,
  .storefront-v24 .product-card__price.is-contact strong {
    font-size: 16px;
  }

  .storefront-v24 .retail-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .storefront-v24 .retail-category-card {
    grid-template-rows: 126px auto auto;
  }

  .storefront-v24 .retail-category-card > strong {
    font-size: 12px;
  }

  .storefront-v24 .retail-category-card > small {
    font-size: 9px;
  }

  .storefront-v24 .lineup-section .retail-section-heading p {
    display: none;
  }

  .storefront-v24 .lineup-banner--real {
    height: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .storefront-v24 .lineup-banner__panel {
    aspect-ratio: 3 / 2;
  }

  .storefront-v24 .lineup-banner--real img {
    object-position: center;
  }

  .storefront-v24 .catalog-search {
    width: 100%;
  }

  .storefront-v24 .catalog-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .storefront-v24 .catalog-filter:first-child {
    grid-column: 1 / -1;
  }

  .storefront-v24 .catalog-filter {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .storefront-v24 .order-flow-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .storefront-v24 .store-grid {
    gap: 25px;
  }

  .storefront-v24 .store-media {
    width: min(100%, 360px);
  }

  .storefront-v24 .store-copy h2 {
    font-size: 25px;
  }

  .storefront-v24 .store-copy dl > div {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 10px;
  }

  .storefront-v24 .store-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .storefront-v24 .safety-grid {
    gap: 20px;
  }

  .storefront-v24 .safety-list {
    grid-template-columns: 1fr;
  }

  .storefront-v24 .retail-safety {
    scroll-margin-top: 70px;
    padding: 34px 0 38px;
  }

  .storefront-v24 .retail-safety__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 18px;
  }

  .storefront-v24 .retail-safety__title {
    align-items: flex-start;
    gap: 12px;
  }

  .storefront-v24 .retail-safety__shield {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .storefront-v24 .retail-safety__shield svg {
    width: 23px;
    height: 23px;
  }

  .storefront-v24 .retail-safety__title h2 {
    font-size: 24px;
  }

  .storefront-v24 .retail-safety__title p {
    font-size: 12px;
    line-height: 1.5;
  }

  .storefront-v24 .retail-safety__checks {
    grid-template-columns: 1fr;
  }

  .storefront-v24 .retail-safety__checks li {
    min-height: 0;
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: minmax(122px, auto);
    align-items: stretch;
    gap: 0;
    padding: 0;
  }

  .storefront-v24 .retail-safety__photo {
    height: 100%;
    min-height: 122px;
    aspect-ratio: auto;
  }

  .storefront-v24 .retail-safety__copy {
    align-self: center;
    padding: 15px 15px 16px;
  }

  .storefront-v24 .retail-safety__checks strong {
    font-size: 14px;
  }

  .storefront-v24 .retail-safety__checks small {
    font-size: 11px;
  }

  .storefront-v24 .brand-cta-section {
    padding: 28px 0;
  }

  .storefront-v24 .brand-cta {
    min-height: 0;
    display: grid;
    gap: 18px;
    padding: 23px 19px;
  }

  .storefront-v24 .brand-cta h2 {
    font-size: 24px;
  }

  .storefront-v24 .brand-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .storefront-v24 .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .storefront-v24 .np-footer__body {
    padding: 0 0 30px;
  }

  .storefront-v24 .np-footer__identity {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .storefront-v24 .np-footer__identity-copy {
    gap: 4px;
  }

  .storefront-v24 .np-footer__identity-copy small {
    font-size: 8px;
    letter-spacing: .07em;
  }

  .storefront-v24 .np-footer__identity-copy strong {
    font-size: 18px;
    line-height: 1.16;
  }

  .storefront-v24 .np-footer__identity-copy span {
    font-size: 10px;
    line-height: 1.45;
  }

  .storefront-v24 .np-footer__corporate-logos {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 46px 88px;
    gap: 6px;
  }

  .storefront-v24 .np-footer__logo-card {
    min-height: 86px;
    padding: 7px 8px 8px;
    border-radius: 6px;
  }

  .storefront-v24 .np-footer__logo-card span {
    font-size: 7px;
    letter-spacing: .055em;
  }

  .storefront-v24 .np-footer__logo-card--petrosetco img {
    width: 178px;
    height: 56px;
  }

  .storefront-v24 .np-footer__logo-card--psmt img {
    width: 55px;
    height: 55px;
  }

  .storefront-v24 .np-footer__relation {
    gap: 3px;
  }

  .storefront-v24 .np-footer__relation small {
    font-size: 6px;
    letter-spacing: .035em;
  }

  .storefront-v24 .np-footer__relation svg {
    width: 19px;
    height: 19px;
  }

  .storefront-v24 .np-footer__layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 30px;
  }

  .storefront-v24 .np-footer__brand {
    grid-column: auto;
  }

  .storefront-v24 .main-footer .brand-lockup img {
    width: 58px;
    height: 63px;
    flex-basis: 58px;
  }

  .storefront-v24 .main-footer .brand-lockup strong {
    font-size: 18px;
  }

  .storefront-v24 .np-footer__brand > p {
    font-size: 12px;
    line-height: 1.68;
  }

  .storefront-v24 .np-footer__commitments {
    gap: 8px 16px;
  }

  .storefront-v24 .np-footer__credentials {
    grid-template-columns: 1fr;
  }

  .storefront-v24 .np-footer__facts > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .storefront-v24 .np-footer__contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-v24 .np-footer__links {
    gap: 18px;
  }

  .storefront-v24 .footer-bottom {
    display: grid;
    gap: 4px;
  }

  .storefront-v24 .mobile-bottom-nav {
    background: #fff;
    border-top: 1px solid #d6dce3;
    box-shadow: 0 -5px 18px rgba(35, 42, 50, .08);
  }

  .storefront-v24 .mobile-bottom-nav a {
    color: var(--v24-blue);
  }

  .storefront-v24 .mobile-bottom-nav__primary {
    color: #fff;
    background: var(--v24-orange);
  }

  .shop-body .shop-container {
    width: calc(100% - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-v24 .brand-slide,
  .storefront-v24 .featured-product,
  .storefront-v24 .product-card,
  .storefront-v24 .featured-product__stage img,
  .storefront-v24 .product-card__media img {
    transition: none;
  }
}

/* Transparent catalog v5: exact Bình Minh-inspired type weight and card restraint. */
.storefront-v24 .featured-product,
.storefront-v24 .commerce-product-grid .product-card--retail {
  height: 100%;
  background: #fff;
  border: 1px solid #d2d6dc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(31, 48, 71, .06);
}

.storefront-v24 .featured-product:hover,
.storefront-v24 .commerce-product-grid .product-card--retail:hover {
  border-color: #bfc6cf;
  box-shadow: 0 5px 14px rgba(31, 48, 71, .09);
  transform: translateY(-1px);
}

.storefront-v24 .featured-product__stage,
.storefront-v24 .product-card--retail .product-card__stage {
  height: auto;
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #edf1f5;
  isolation: isolate;
}

.storefront-v24 .featured-product__stage > a,
.storefront-v24 .product-card--retail .product-card__media,
.storefront-v24 .product-card--retail .product-card__media[data-media-fit="cover"],
.storefront-v24 .product-card--retail .product-card__media:not([data-media-fit="cover"]) {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
}

.storefront-v24 .featured-product__stage img,
.storefront-v24 .featured-product__stage--photo img,
.storefront-v24 .product-card--retail .product-card__media img,
.storefront-v24 .product-card--retail .product-card__media[data-media-fit="cover"] img,
.storefront-v24 .product-card--retail .product-card__media:not([data-media-fit="cover"]) img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
  mix-blend-mode: normal;
  filter: none;
  transform: none;
}

.storefront-v24 .featured-product:hover .featured-product__stage img,
.storefront-v24 .product-card--retail:hover .product-card__media img {
  transform: none;
}

.storefront-v24 .featured-product__tag,
.storefront-v24 .product-card--retail .product-card__badge {
  top: 11px;
  left: 11px;
  padding: 5px 9px;
  color: var(--v24-blue);
  background: rgba(255, 255, 255, .96);
  border: 1px solid #d8e3f2;
  box-shadow: 0 2px 8px rgba(1, 46, 144, .06);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.storefront-v24 .featured-product__stage > button,
.storefront-v24 .product-card--retail .product-card__add {
  right: 11px;
  bottom: 11px;
  width: 38px;
  height: 38px;
  min-height: 38px;
  opacity: 1;
  transform: none;
  border: 2px solid #fff;
  box-shadow: 0 5px 14px rgba(253, 74, 1, .28);
}

.storefront-v24 .featured-product__body,
.storefront-v24 .product-card--retail .product-card__body {
  min-height: 116px;
  display: grid;
  grid-template-rows: 48px 26px;
  align-content: center;
  align-items: stretch;
  justify-items: stretch;
  gap: 7px;
  padding: 14px 12px 15px;
  text-align: center;
  background: #f4f5f7;
}

.storefront-v24 .featured-product h3,
.storefront-v24 .product-card--retail h3 {
  min-height: 0;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #374151;
  font-family: var(--v24-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.storefront-v24 .featured-product__body > strong,
.storefront-v24 .product-card--retail .product-card__price,
.storefront-v24 .product-card--retail .product-card__price.is-long {
  min-height: 0;
  margin: 0;
}

.storefront-v24 .featured-product__body > strong,
.storefront-v24 .commerce-product-grid .product-card--retail .product-card__price strong,
.storefront-v24 .commerce-product-grid .product-card--retail .product-card__price.is-contact strong {
  color: var(--v24-blue);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.storefront-v24 .commerce-product-grid .product-card--retail .product-card__price.is-long strong {
  font-size: 15px;
}

.storefront-v24 .retail-category-card {
  border-radius: 10px;
}

.storefront-v24 .retail-category-card__media,
.storefront-v24 .retail-category-card--photo .retail-category-card__media {
  background: #fff;
  border-bottom: 1px solid #edf1f5;
}

.storefront-v24 .retail-category-card__media img,
.storefront-v24 .retail-category-card--photo .retail-category-card__media img {
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

@media (max-width: 680px) {
  .storefront-v24 .featured-product__stage,
  .storefront-v24 .product-card--retail .product-card__stage {
    height: auto;
    aspect-ratio: 1;
  }

  .storefront-v24 .featured-product__body,
  .storefront-v24 .product-card--retail .product-card__body {
    min-height: 100px;
    grid-template-rows: 41px 22px;
    gap: 6px;
    padding: 11px 8px 12px;
  }

  .storefront-v24 .featured-product h3,
  .storefront-v24 .product-card--retail h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }

  .storefront-v24 .featured-product__body > strong,
  .storefront-v24 .commerce-product-grid .product-card--retail .product-card__price strong,
  .storefront-v24 .commerce-product-grid .product-card--retail .product-card__price.is-contact strong {
    font-size: 15px;
    font-weight: 600;
  }

  .storefront-v24 .commerce-product-grid .product-card--retail .product-card__price.is-long strong {
    font-size: 13px;
  }

  .storefront-v24 .featured-product__stage > button,
  .storefront-v24 .product-card--retail .product-card__add {
    width: 34px;
    height: 34px;
    min-height: 34px;
    right: 8px;
    bottom: 8px;
  }
}

@media (max-width: 1050px) {
  .storefront-v24 .np-footer--duytan .npf-grid {
    width: min(820px, calc(100% - 36px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 70px;
    padding-top: 56px;
  }

  .storefront-v24 .np-footer--duytan .npf-bottom {
    width: min(820px, calc(100% - 36px));
  }

  .storefront-v24 .npf-quick-links {
    margin-top: 32px;
  }
}

@media (max-width: 680px) {
  .storefront-v24 .np-footer--duytan .npf-grid,
  .storefront-v24 .np-footer--duytan .npf-bottom {
    width: calc(100% - 36px);
  }

  .storefront-v24 .np-footer--duytan .npf-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 44px;
    padding-bottom: 38px;
  }

  .storefront-v24 .np-footer--duytan h2 {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .storefront-v24 .np-footer--duytan p,
  .storefront-v24 .np-footer--duytan a,
  .storefront-v24 .np-footer--duytan dt,
  .storefront-v24 .np-footer--duytan dd {
    font-size: 12px;
  }

  .storefront-v24 .npf-brandmarks {
    width: min(100%, 260px);
    grid-template-columns: minmax(0, 1.7fr) 78px;
    margin-top: 22px;
  }

  .storefront-v24 .npf-brandmarks > div {
    height: 74px;
  }

  .storefront-v24 .npf-support > h2:nth-of-type(2) {
    margin-top: 34px;
  }

  .storefront-v24 .npf-hotline {
    width: min(100%, 330px);
  }

  .storefront-v24 .npf-quick-links {
    margin-top: 26px;
  }

  .storefront-v24 .npf-bottom {
    min-height: 0;
    display: grid;
    gap: 5px;
    padding: 18px 0 24px;
  }

  .storefront-v24 .np-footer--duytan .npf-bottom p:last-child {
    display: none;
  }
}

/* V48 — system-wide hero and location directory. The desktop hero matches
 * Gas Bình Minh's measured 1280 × 384 (10:3) frame on every slide. */
.storefront-v24 .brand-slider {
  width: min(1280px, 100%);
  height: auto;
  aspect-ratio: 10 / 3;
  background: #fff;
  box-shadow: 0 3px 14px rgba(21, 47, 84, .08);
}

.storefront-v24 .brand-slider.is-original-slide {
  height: auto;
  aspect-ratio: 10 / 3;
}

.storefront-v24 .brand-slide {
  color: inherit;
  text-decoration: none;
}

.storefront-v24 .brand-slide--original {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(620px, 2.28fr) minmax(0, 1fr);
  background: #fff;
}

.storefront-v24 .brand-slide--original.is-active {
  display: grid;
}

.storefront-v24 .brand-slide--original .brand-slide__original-art {
  width: 100%;
  height: 100%;
  min-width: 0;
  display: block;
  background: #fff;
}

.storefront-v24 .brand-slide--original .brand-slide__original-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.storefront-v24 .brand-slide__original-side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: clamp(18px, 3vw, 38px);
  color: #fff;
}

.storefront-v24 .brand-slide__original-side small {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 1.25;
  text-transform: uppercase;
  opacity: .86;
}

.storefront-v24 .brand-slide__original-side strong {
  font-family: var(--v24-brand-font);
  font-size: clamp(18px, 1.75vw, 24px);
  font-weight: 700;
  line-height: 1.42;
}

.storefront-v24 .brand-slide__original-side--orange {
  align-items: flex-end;
  text-align: right;
  background: linear-gradient(135deg, #ff6a12 0%, var(--v24-orange) 100%);
}

.storefront-v24 .brand-slide__original-side--blue {
  background: linear-gradient(135deg, var(--v24-blue) 0%, #0644a9 100%);
}

.storefront-v24 .brand-slide--photo picture,
.storefront-v24 .brand-slide--photo picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.storefront-v24 .brand-slide--photo picture img {
  object-fit: cover;
  object-position: center 63%;
}

.storefront-v24 .brand-slide__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 32, 92, .88) 0%, rgba(1, 46, 144, .62) 38%, rgba(1, 46, 144, .08) 72%);
}

.storefront-v24 .brand-slide__content {
  position: relative;
  z-index: 2;
  width: min(520px, 46%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 34px 54px 39px;
  color: #fff;
}

.storefront-v24 .brand-slide__content small,
.storefront-v24 .brand-slide__store-copy small {
  margin-bottom: 7px;
  color: #ffb27c;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.storefront-v24 .brand-slide__content strong,
.storefront-v24 .brand-slide__store-copy strong {
  font-family: var(--v24-brand-font);
  font-size: clamp(24px, 2.65vw, 36px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.storefront-v24 .brand-slide__content em,
.storefront-v24 .brand-slide__store-copy em {
  margin-top: 9px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.storefront-v24 .brand-slide__content > span,
.storefront-v24 .brand-slide__store-copy > span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  margin-top: 17px;
  padding: 8px 15px;
  color: var(--v24-orange-dark);
  background: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.storefront-v24 .brand-slide--stores,
.storefront-v24 .brand-slide--stores.is-active {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, .82fr) minmax(0, 1.05fr);
  background: var(--v24-blue);
}

.storefront-v24 .brand-slide__store-photo,
.storefront-v24 .brand-slide__store-photo img {
  width: 100%;
  height: 100%;
  display: block;
}

.storefront-v24 .brand-slide__store-photo {
  min-width: 0;
  overflow: hidden;
  background: #eaf0f8;
}

.storefront-v24 .brand-slide__store-photo img {
  object-fit: cover;
  object-position: center 35%;
}

.storefront-v24 .brand-slide__store-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 28px 34px;
  color: #fff;
  background: linear-gradient(145deg, var(--v24-orange) 0%, #ed4000 100%);
}

.storefront-v24 .brand-slide__store-copy small {
  color: rgba(255, 255, 255, .82);
}

.storefront-v24 .brand-slide__store-copy strong {
  font-size: clamp(22px, 2.15vw, 30px);
}

.storefront-v24 .brand-slide__store-copy em {
  font-size: 12px;
}

.storefront-v24 .system-section {
  scroll-margin-top: 124px;
  padding: 54px 0 58px;
  background: #fff;
}

.storefront-v24 .system-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 23px;
}

.storefront-v24 .system-section__header > div {
  max-width: 790px;
}

.storefront-v24 .system-section__header span,
.storefront-v24 .system-network__copy > span {
  display: block;
  margin-bottom: 6px;
  color: var(--v24-orange-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.storefront-v24 .system-section__header h2 {
  margin: 0;
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.storefront-v24 .system-section__header p {
  max-width: 750px;
  margin: 11px 0 0;
  color: var(--v24-muted);
  font-size: 14px;
  line-height: 1.65;
}

.storefront-v24 .system-retail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.storefront-v24 .system-store-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8dee7;
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(35, 51, 74, .07);
}

.storefront-v24 .system-store-card__photos {
  height: 248px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(145px, .65fr);
  gap: 3px;
  overflow: hidden;
  background: #e9eef5;
}

.storefront-v24 .system-store-card__photos img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 32%;
}

.storefront-v24 .system-store-card__photos img + img {
  object-position: center;
}

.storefront-v24 .system-store-card__body {
  padding: 20px 22px 22px;
}

.storefront-v24 .system-store-card__body > span {
  color: var(--v24-orange-dark);
  font-size: 11px;
  font-weight: 700;
}

.storefront-v24 .system-store-card h3 {
  margin: 5px 0 7px;
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.storefront-v24 .system-store-card p {
  min-height: 45px;
  margin: 0;
  color: #596575;
  font-size: 13px;
  line-height: 1.55;
}

.storefront-v24 .system-store-card__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 15px;
  margin-top: 15px;
}

.storefront-v24 .system-store-card__contact a {
  color: var(--v24-blue);
  font-family: var(--v24-data-font);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .015em;
  text-decoration: none;
}

.storefront-v24 .system-store-card__contact small {
  color: var(--v24-muted);
  font-size: 12px;
}

.storefront-v24 .system-store-card__actions {
  display: flex;
  gap: 8px;
  margin-top: 17px;
}

.storefront-v24 .system-store-card__actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  color: #fff;
  background: var(--v24-orange);
  border: 1px solid var(--v24-orange);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.storefront-v24 .system-store-card__actions a + a {
  color: var(--v24-blue);
  background: #fff;
  border-color: #b7c4d5;
}

.storefront-v24 .system-network {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: 0;
  margin-top: 24px;
  overflow: hidden;
  background: var(--v24-blue-wash);
  border: 1px solid #d7e1ee;
  border-radius: 8px;
}

.storefront-v24 .system-network__photos {
  min-height: 390px;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 3px;
  background: #fff;
}

.storefront-v24 .system-network__photos img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center 58%;
}

.storefront-v24 .system-network__copy {
  align-self: center;
  padding: 31px 34px 34px;
}

.storefront-v24 .system-network__copy h3 {
  margin: 0;
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: 25px;
  font-weight: 700;
}

.storefront-v24 .system-network__copy > p {
  margin: 8px 0 18px;
  color: #617083;
  font-size: 13px;
  line-height: 1.6;
}

.storefront-v24 .system-network__copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.storefront-v24 .system-network__copy li {
  min-width: 0;
  display: grid;
  gap: 1px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #dfe6ef;
  border-left: 3px solid var(--v24-orange);
  border-radius: 5px;
}

.storefront-v24 .system-network__copy li strong {
  color: var(--v24-blue);
  font-size: 13px;
  font-weight: 700;
}

.storefront-v24 .system-network__copy li small {
  overflow: hidden;
  color: var(--v24-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-v24 .system-network__copy > a {
  display: inline-flex;
  gap: 6px;
  margin-top: 17px;
  color: var(--v24-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 960px) {
  .storefront-v24 .brand-slide--original {
    grid-template-columns: minmax(0, .7fr) minmax(430px, 1.65fr) minmax(0, .7fr);
  }

  .storefront-v24 .brand-slide__original-side {
    padding: 18px;
  }

  .storefront-v24 .brand-slide__original-side strong {
    font-size: 16px;
  }

  .storefront-v24 .brand-slide__content {
    width: 54%;
    padding-inline: 36px;
  }

  .storefront-v24 .brand-slide--stores,
  .storefront-v24 .brand-slide--stores.is-active {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .82fr) minmax(0, 1fr);
  }

  .storefront-v24 .brand-slide__store-copy {
    padding: 20px;
  }

  .storefront-v24 .system-retail-grid {
    grid-template-columns: 1fr;
  }

  .storefront-v24 .system-store-card {
    display: grid;
    grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
  }

  .storefront-v24 .system-store-card__photos {
    height: 100%;
    min-height: 300px;
  }

  .storefront-v24 .system-network {
    grid-template-columns: 1fr;
  }

  .storefront-v24 .system-network__photos {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    aspect-ratio: 16 / 5.5;
  }
}

@media (max-width: 680px) {
  .storefront-v24 .brand-slider,
  .storefront-v24 .brand-slider.is-original-slide {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .storefront-v24 .brand-slide--original,
  .storefront-v24 .brand-slide--original.is-active {
    display: block;
    background: #fff;
  }

  .storefront-v24 .brand-slide__original-side {
    display: none;
  }

  .storefront-v24 .brand-slide--original .brand-slide__original-art,
  .storefront-v24 .brand-slide--original .brand-slide__original-art img {
    width: 100%;
    height: 100%;
  }

  .storefront-v24 .brand-slide__content {
    width: 70%;
    padding: 20px 22px 25px;
  }

  .storefront-v24 .brand-slide__content small,
  .storefront-v24 .brand-slide__store-copy small {
    margin-bottom: 4px;
    font-size: 8px;
  }

  .storefront-v24 .brand-slide__content strong,
  .storefront-v24 .brand-slide__store-copy strong {
    font-size: clamp(18px, 5vw, 23px);
  }

  .storefront-v24 .brand-slide__content em,
  .storefront-v24 .brand-slide__store-copy em {
    margin-top: 5px;
    font-size: 9px;
  }

  .storefront-v24 .brand-slide__content > span,
  .storefront-v24 .brand-slide__store-copy > span {
    min-height: 28px;
    margin-top: 9px;
    padding: 5px 10px;
    font-size: 9px;
  }

  .storefront-v24 .brand-slide--stores,
  .storefront-v24 .brand-slide--stores.is-active {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 1.05fr);
  }

  .storefront-v24 .brand-slide__store-photo:last-child {
    display: none;
  }

  .storefront-v24 .brand-slide__store-copy {
    padding: 16px;
  }

  .storefront-v24 .system-section {
    scroll-margin-top: 70px;
    padding: 34px 0 38px;
  }

  .storefront-v24 .system-section__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 17px;
  }

  .storefront-v24 .system-section__header h2 {
    font-size: 25px;
  }

  .storefront-v24 .system-section__header p {
    font-size: 12px;
  }

  .storefront-v24 .system-store-card {
    display: block;
  }

  .storefront-v24 .system-store-card__photos {
    height: 190px;
    min-height: 0;
    grid-template-columns: minmax(0, 1.45fr) minmax(94px, .55fr);
  }

  .storefront-v24 .system-store-card__body {
    padding: 17px 16px 18px;
  }

  .storefront-v24 .system-store-card h3 {
    font-size: 19px;
  }

  .storefront-v24 .system-store-card p {
    min-height: 0;
    font-size: 12px;
  }

  .storefront-v24 .system-store-card__contact a {
    font-size: 21px;
  }

  .storefront-v24 .system-store-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-v24 .system-network {
    margin-top: 16px;
  }

  .storefront-v24 .system-network__photos {
    aspect-ratio: 16 / 7;
  }

  .storefront-v24 .system-network__copy {
    padding: 22px 17px 24px;
  }

  .storefront-v24 .system-network__copy h3 {
    font-size: 21px;
  }

  .storefront-v24 .system-network__copy > p {
    font-size: 12px;
  }

  .storefront-v24 .system-network__copy ul {
    grid-template-columns: 1fr;
  }
}

/* System directory page */
.store-network-page {
  color: var(--v24-ink);
  background: #f6f8fb;
  font-family: var(--v24-font);
}

.store-network-page .shop-header {
  background: #fff;
  border-bottom: 1px solid #dce3ec;
  box-shadow: 0 2px 10px rgba(26, 45, 72, .06);
}

.store-network-page .shop-header a[aria-current="page"] {
  color: var(--v24-orange-dark);
}

.store-network-page .shop-main {
  padding-bottom: 64px;
}

.store-network-page .shop-container {
  width: min(1280px, calc(100% - 32px));
}

.store-network-page .shop-breadcrumbs {
  margin-bottom: 18px;
  color: #738094;
  font-size: 12px;
}

.store-network-page .network-page-hero {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(0, 1.12fr);
  gap: 0;
  min-height: 470px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e1eb;
  border-radius: 9px;
  box-shadow: 0 8px 28px rgba(30, 47, 69, .07);
}

.store-network-page .network-page-hero__copy {
  align-self: center;
  padding: clamp(35px, 4.4vw, 58px);
}

.store-network-page .network-page-eyebrow,
.store-network-page .network-page-section__head span,
.store-network-page .network-order-cta span {
  display: block;
  margin-bottom: 8px;
  color: var(--v24-orange-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.store-network-page .network-page-hero h1 {
  margin: 0;
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.18;
}

.store-network-page .network-page-hero__copy > p {
  max-width: 570px;
  margin: 18px 0 0;
  color: #5d6a7c;
  font-size: 14px;
  line-height: 1.72;
}

.store-network-page .network-page-hero dl {
  display: flex;
  gap: 34px;
  margin: 27px 0 0;
}

.store-network-page .network-page-hero dl > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 11px;
}

.store-network-page .network-page-hero dt {
  color: var(--v24-orange);
  font-family: var(--v24-data-font);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.store-network-page .network-page-hero dd {
  margin: 0;
  color: #536174;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.store-network-page .network-page-hero__gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(210px, .72fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 3px;
  overflow: hidden;
  background: #fff;
}

.store-network-page .network-page-hero__gallery figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e6ecf3;
}

.store-network-page .network-page-hero__gallery figure:first-child {
  grid-row: 1 / -1;
}

.store-network-page .network-page-hero__gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 32%;
}

.store-network-page .network-page-hero__gallery figure:last-child img {
  object-position: center 62%;
}

.store-network-page .network-directory-toolbar {
  position: sticky;
  z-index: 20;
  top: 75px;
  display: grid;
  grid-template-columns: minmax(330px, 1fr) auto auto;
  gap: 22px;
  align-items: end;
  margin: 28px 0 46px;
  padding: 17px 20px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  box-shadow: 0 7px 22px rgba(29, 47, 70, .07);
}

.store-network-page .network-directory-toolbar label {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.store-network-page .network-directory-toolbar label > span {
  color: #566275;
  font-size: 11px;
  font-weight: 700;
}

.store-network-page .network-directory-toolbar input {
  width: 100%;
  min-height: 42px;
  padding: 9px 13px;
  color: var(--v24-ink);
  background: #fff;
  border: 1px solid #c7d1de;
  border-radius: 5px;
  outline: none;
  font: inherit;
  font-size: 13px;
}

.store-network-page .network-directory-toolbar input:focus {
  border-color: var(--v24-blue);
  box-shadow: 0 0 0 3px rgba(1, 46, 144, .1);
}

.store-network-page .network-directory-filters {
  display: flex;
  gap: 6px;
}

.store-network-page .network-directory-filters button {
  min-height: 38px;
  padding: 8px 13px;
  color: #5a6678;
  background: #f5f7fa;
  border: 1px solid #d4dce6;
  border-radius: 5px;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.store-network-page .network-directory-filters button.is-active {
  color: #fff;
  background: var(--v24-blue);
  border-color: var(--v24-blue);
}

.store-network-page .network-directory-toolbar > p {
  margin: 0 0 10px;
  color: var(--v24-muted);
  font-size: 11px;
  white-space: nowrap;
}

.store-network-page .network-page-section {
  margin-top: 50px;
  scroll-margin-top: 165px;
}

.store-network-page .network-page-section[hidden] {
  display: none !important;
}

.store-network-page .network-page-section__head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8e0ea;
}

.store-network-page .network-page-section__head > div {
  max-width: 850px;
}

.store-network-page .network-page-section__head h2 {
  margin: 0;
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.store-network-page .network-page-section__head p {
  margin: 8px 0 0;
  color: var(--v24-muted);
  font-size: 13px;
  line-height: 1.6;
}

.store-network-page .network-store-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.store-network-page .network-store-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d6dee8;
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(35, 51, 74, .07);
}

.store-network-page .network-store-card[hidden],
.store-network-page .network-facility-grid article[hidden] {
  display: none !important;
}

.store-network-page .network-store-card__media {
  height: 270px;
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(150px, .62fr);
  gap: 3px;
  overflow: hidden;
  background: #e8edf4;
}

.store-network-page .network-store-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 33%;
}

.store-network-page .network-store-card__media img + img {
  object-position: center;
}

.store-network-page .network-store-card__body {
  padding: 22px 24px 25px;
}

.store-network-page .network-store-card__body > span {
  color: var(--v24-orange-dark);
  font-size: 11px;
  font-weight: 700;
}

.store-network-page .network-store-card h3 {
  margin: 5px 0 8px;
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: 23px;
  font-weight: 700;
}

.store-network-page .network-store-card address {
  min-height: 44px;
  color: #596678;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.store-network-page .network-store-card dl {
  margin: 18px 0 0;
  border-top: 1px solid #e1e6ed;
}

.store-network-page .network-store-card dl > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid #e1e6ed;
}

.store-network-page .network-store-card dt {
  color: #788395;
  font-size: 11px;
}

.store-network-page .network-store-card dd {
  margin: 0;
  color: var(--v24-blue);
  font-size: 12px;
  font-weight: 700;
}

.store-network-page .network-store-card dd a {
  color: inherit;
  text-decoration: none;
}

.store-network-page .network-store-card__actions {
  display: flex;
  gap: 8px;
  margin-top: 19px;
}

.store-network-page .network-store-card__actions .shop-button {
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 5px;
  font-size: 12px;
}

.store-network-page .network-facility-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  height: 310px;
  margin-bottom: 18px;
  overflow: hidden;
  background: #e6ecf3;
  border-radius: 8px;
}

.store-network-page .network-facility-photos figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.store-network-page .network-facility-photos img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 58%;
}

.store-network-page .network-facility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.store-network-page .network-facility-grid article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px 20px 20px;
  background: #fff;
  border: 1px solid #d8e0ea;
  border-top: 3px solid var(--v24-orange);
  border-radius: 6px;
}

.store-network-page .network-facility-grid article > span {
  color: var(--v24-orange-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.store-network-page .network-facility-grid h3 {
  margin: 5px 0 7px;
  color: var(--v24-blue);
  font-family: var(--v24-brand-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.store-network-page .network-facility-grid p {
  flex: 1;
  margin: 0;
  color: #667386;
  font-size: 11px;
  line-height: 1.55;
}

.store-network-page .network-facility-grid a {
  margin-top: 13px;
  color: var(--v24-blue);
  font-family: var(--v24-data-font);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.store-network-page .network-directory-empty {
  margin: 42px 0;
  padding: 36px;
  text-align: center;
  background: #fff;
  border: 1px dashed #bfcada;
  border-radius: 8px;
}

.store-network-page .network-directory-empty strong {
  color: var(--v24-blue);
  font-size: 18px;
}

.store-network-page .network-directory-empty p {
  margin: 5px 0 0;
  color: var(--v24-muted);
  font-size: 12px;
}

.store-network-page .network-order-cta {
  min-height: 166px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 46px;
  padding: 30px 36px;
  color: #fff;
  background: linear-gradient(105deg, var(--v24-blue) 0%, #0646aa 72%);
  border-left: 8px solid var(--v24-orange);
  border-radius: 8px;
}

.store-network-page .network-order-cta span {
  color: #ffb382;
}

.store-network-page .network-order-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--v24-brand-font);
  font-size: 26px;
  font-weight: 700;
}

.store-network-page .network-order-cta p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.store-network-page .network-order-cta > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 10px 18px;
  color: var(--v24-orange-dark);
  background: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.store-network-page .network-page-footer {
  color: #fff;
  background: var(--v24-blue);
  border-top: 4px solid var(--v24-orange);
}

.store-network-page .network-page-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(165px, .7fr)) minmax(200px, .8fr);
  gap: 48px;
  padding: 45px 0 48px;
}

.store-network-page .network-page-footer__grid > div:not(.network-page-footer__logos) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.store-network-page .network-page-footer strong {
  color: #fff;
  font-size: 13px;
}

.store-network-page .network-page-footer p,
.store-network-page .network-page-footer a {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
  line-height: 1.65;
  text-decoration: none;
}

.store-network-page .network-page-footer__logos {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 72px;
  gap: 8px;
  align-items: center;
}

.store-network-page .network-page-footer__logos img {
  width: 100%;
  max-height: 78px;
  padding: 8px;
  object-fit: contain;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 1050px) {
  .store-network-page .network-page-hero {
    grid-template-columns: 1fr;
  }

  .store-network-page .network-page-hero__gallery {
    min-height: 360px;
  }

  .store-network-page .network-directory-toolbar {
    position: static;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .store-network-page .network-directory-toolbar > p {
    margin: 0;
  }

  .store-network-page .network-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-network-page .network-page-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .store-network-page .shop-container {
    width: calc(100% - 24px);
  }

  .store-network-page .shop-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    min-height: 64px;
    height: 64px;
    padding: 0 0 env(safe-area-inset-bottom);
    background: #fff;
    border-top: 1px solid #d7dee7;
    box-shadow: 0 -7px 20px rgba(29, 47, 70, .1);
  }

  .store-network-page .shop-nav a {
    min-width: 0;
    padding-inline: 1px;
    font-size: 8px;
  }

  .store-network-page .shop-main {
    padding-bottom: 40px;
  }

  .store-network-page .network-page-hero__copy {
    padding: 28px 20px 30px;
  }

  .store-network-page .network-page-hero h1 {
    font-size: 34px;
  }

  .store-network-page .network-page-hero__copy > p {
    font-size: 12px;
  }

  .store-network-page .network-page-hero dl {
    gap: 17px;
  }

  .store-network-page .network-page-hero dt {
    font-size: 30px;
  }

  .store-network-page .network-page-hero__gallery {
    min-height: 300px;
    grid-template-columns: minmax(0, 1.25fr) minmax(110px, .75fr);
  }

  .store-network-page .network-directory-toolbar {
    margin: 18px 0 34px;
    padding: 14px;
  }

  .store-network-page .network-directory-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-network-page .network-page-section {
    margin-top: 38px;
    scroll-margin-top: 90px;
  }

  .store-network-page .network-page-section__head h2 {
    font-size: 25px;
  }

  .store-network-page .network-page-section__head p {
    font-size: 12px;
  }

  .store-network-page .network-store-grid {
    grid-template-columns: 1fr;
  }

  .store-network-page .network-store-card__media {
    height: 210px;
    grid-template-columns: minmax(0, 1.45fr) minmax(100px, .55fr);
  }

  .store-network-page .network-store-card__body {
    padding: 18px 17px 20px;
  }

  .store-network-page .network-store-card h3 {
    font-size: 20px;
  }

  .store-network-page .network-store-card dl > div {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 9px;
  }

  .store-network-page .network-store-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-network-page .network-facility-photos {
    height: 180px;
  }

  .store-network-page .network-facility-grid {
    grid-template-columns: 1fr;
  }

  .store-network-page .network-order-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 34px;
    padding: 25px 22px;
  }

  .store-network-page .network-order-cta h2 {
    font-size: 23px;
  }

  .store-network-page .network-order-cta > a {
    width: 100%;
  }

  .store-network-page .network-page-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0 40px;
  }

  .store-network-page .network-page-footer__logos {
    width: min(100%, 300px);
  }
}

/* V51 final cascade: supersedes earlier hero and system-directory variants. */
.storefront-v24 .brand-slider {
  width: min(1280px, 100%);
  height: auto;
  aspect-ratio: 10 / 3;
  background: #fff;
  box-shadow: 0 2px 12px rgba(26, 52, 86, .08);
}

.storefront-v24 .brand-slide--artwork,
.storefront-v24 .brand-slide--artwork.is-active {
  display: block;
}

.storefront-v24 .brand-slide--artwork picture,
.storefront-v24 .brand-slide--artwork img {
  width: 100%;
  height: 100%;
  display: block;
}

.storefront-v24 .brand-slide--artwork img {
  object-fit: cover;
  object-position: center;
}

.storefront-v24 .system-section {
  scroll-margin-top: 124px;
  padding: 38px 0 42px;
  background: #f7f9fc;
}

.storefront-v24 .system-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.storefront-v24 .system-section__header > div {
  max-width: 680px;
}

.storefront-v24 .system-section__header span {
  margin-bottom: 4px;
  color: var(--v24-orange-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .065em;
}

.storefront-v24 .system-section__header h2 {
  color: var(--v24-blue);
  font-family: var(--v24-font);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.25;
}

.storefront-v24 .system-section__header p {
  max-width: none;
  margin-top: 5px;
  color: #667386;
  font-size: 13px;
  line-height: 1.5;
}

.storefront-v24 .system-section__header > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 0 2px;
  color: var(--v24-blue);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(1, 46, 144, .28);
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 700px) {
  .storefront-v24 .brand-slider {
    height: auto;
    aspect-ratio: 9 / 7;
  }

  .storefront-v24 .system-section {
    scroll-margin-top: 82px;
    padding: 29px 0 32px;
  }

  .storefront-v24 .system-section__header {
    align-items: flex-start;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 15px;
  }

  .storefront-v24 .system-section__header h2 {
    font-size: 22px;
  }

  .storefront-v24 .system-section__header p {
    font-size: 11px;
  }

  .storefront-v24 .system-section__header > a {
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .storefront-v24 .system-section__header {
    display: block;
  }

  .storefront-v24 .system-section__header > a {
    margin-top: 9px;
  }
}
