:root {
  --brand-yellow: #edab1e;
  --brand-orange: #c66729;
  --brand-hot: #fd4a01;
  --brand-hot-dark: #da3f00;
  --brand-blue: #012e90;
  --brand-blue-soft: #eef4fb;
  --brand-charcoal: #565356;
  --brand-ink: #2f3033;
  --brand-muted: #696b70;
  --brand-line: #e6e2dd;
  --brand-cream: #fff8f1;
  --brand-off-white: #fafbfc;
  --brand-white: #ffffff;
}

/* Brand refresh v21 — PSMT official palette, bright storefront */
.storefront-v3,
.shop-body {
  --np-navy: var(--brand-blue);
  --np-navy-deep: var(--brand-charcoal);
  --np-orange: var(--brand-hot);
  --np-orange-dark: var(--brand-orange);
  --np-sky: var(--brand-blue-soft);
  --np-ink: var(--brand-ink);
  --np-muted: var(--brand-muted);
  --np-line: var(--brand-line);
  color: var(--brand-ink);
  background: var(--brand-white);
}

.storefront-v3 h1,
.storefront-v3 h2,
.storefront-v3 h3,
.shop-body h1,
.shop-body h2,
.shop-body h3 {
  color: var(--brand-charcoal);
}

.storefront-v3 p,
.storefront-v3 li,
.shop-body p,
.shop-body li {
  color: var(--brand-muted);
}

.storefront-v3 .shell {
  width: min(1240px, calc(100% - 56px));
}

/* Top contact strip */
.storefront-v3 .service-bar {
  color: #fff;
  background: var(--brand-hot);
  border: 0;
  font-size: 11px;
}

.storefront-v3 .service-bar__inner {
  min-height: 30px;
}

.storefront-v3 .service-bar p,
.storefront-v3 .service-bar span,
.storefront-v3 .service-bar a {
  color: #fff;
}

.storefront-v3 .service-bar p svg {
  color: #fff;
}

/* Header — white, no blue/green divider */
.storefront-v3 .main-header,
.shop-body .shop-header {
  background: rgba(255, 255, 255, .98);
  border: 0;
  border-bottom: 1px solid var(--brand-line);
  box-shadow: 0 8px 24px rgba(53, 49, 45, .07);
  backdrop-filter: blur(14px);
}

/* Keep the commerce bottom navigation anchored to the viewport on mobile. */
.shop-body .shop-header {
  backdrop-filter: none;
}

.storefront-v3 .main-header__inner,
.storefront-v3 .main-nav {
  min-height: 82px;
  height: 82px;
}

.storefront-v3 .main-header .brand-lockup,
.shop-body .shop-brand {
  gap: 13px;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.storefront-v3 .brand-lockup img,
.storefront-v3 .main-header .brand-lockup img,
.shop-body .shop-brand img {
  width: 64px;
  height: 68px;
  flex: 0 0 64px;
  object-fit: contain;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.storefront-v3 .brand-lockup small,
.storefront-v3 .main-header .brand-lockup small,
.shop-body .shop-brand small {
  color: var(--brand-orange);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.storefront-v3 .brand-lockup strong,
.storefront-v3 .main-header .brand-lockup strong,
.shop-body .shop-brand strong {
  color: var(--brand-charcoal);
  font-family: "Barlow Condensed", "Be Vietnam Pro", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .005em;
}

.storefront-v3 .main-nav,
.shop-body .shop-nav {
  gap: 28px;
  min-height: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.storefront-v3 .main-nav a,
.shop-body .shop-nav a {
  color: var(--brand-charcoal);
  font-size: 13px;
  font-weight: 700;
}

.storefront-v3 .main-nav a::after,
.shop-body .shop-nav a::after {
  height: 3px;
  background: var(--brand-hot);
}

.storefront-v3 .main-nav a:hover,
.shop-body .shop-nav a:hover,
.shop-body .shop-nav a.is-active {
  color: var(--brand-hot-dark);
}

.storefront-v3 .header-icon-link,
.storefront-v3 .header-cart {
  min-height: 42px;
  padding-inline: 10px;
  color: var(--brand-charcoal);
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: none;
  text-shadow: none;
}

.storefront-v3 .header-icon-link:hover,
.storefront-v3 .header-cart:hover {
  color: var(--brand-hot-dark);
  border-color: #f3a37f;
}

.storefront-v3 .header-cart strong,
.shop-body .commerce-count {
  color: #fff;
  background: var(--brand-hot);
}

.storefront-v3 .header-order,
.storefront-v3 .button--orange,
.shop-body .shop-button--primary,
.storefront-v3 .product-card__add {
  color: #fff;
  background: var(--brand-hot);
  border-color: var(--brand-hot);
  box-shadow: none;
  text-shadow: none;
}

.storefront-v3 .header-order:hover,
.storefront-v3 .button--orange:hover,
.shop-body .shop-button--primary:hover,
.storefront-v3 .product-card__add:hover {
  color: #fff;
  background: var(--brand-hot-dark);
  border-color: var(--brand-hot-dark);
  box-shadow: none;
}

.storefront-v3 .button--ghost,
.storefront-v3 .button--outline {
  color: var(--brand-charcoal);
  background: #fff;
  border-color: #cbc6c1;
}

.storefront-v3 .button--ghost:hover,
.storefront-v3 .button--outline:hover {
  color: var(--brand-hot-dark);
  border-color: var(--brand-hot);
}

.storefront-v3 .text-link {
  color: var(--brand-blue);
}

.storefront-v3 .nav-toggle {
  color: var(--brand-charcoal);
  background: #fff;
  border-color: var(--brand-line);
  box-shadow: none;
}

/* Hero */
.storefront-v3 .hero-section {
  position: relative;
  padding: 0;
  background: #fff;
}

.storefront-v3 .hero-grid {
  min-height: 500px;
  grid-template-columns: minmax(0, .83fr) minmax(560px, 1.17fr);
  gap: 54px;
  padding-block: 46px 52px;
}

.storefront-v3 .hero-copy {
  align-self: center;
}

.storefront-v3 .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--brand-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.storefront-v3 .hero-eyebrow::before {
  width: 28px;
  height: 4px;
  content: "";
  background: var(--brand-yellow);
}

.storefront-v3 .hero-copy h1 {
  max-width: 610px;
  margin-bottom: 19px;
  color: var(--brand-charcoal);
  font-size: clamp(55px, 4.6vw, 68px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: .94;
}

.storefront-v3 .hero-copy h1 span {
  color: var(--brand-hot);
}

.storefront-v3 .hero-copy > p:not(.hero-eyebrow) {
  max-width: 540px;
  margin-bottom: 25px;
  color: var(--brand-muted);
  font-size: 16px;
  line-height: 1.65;
}

.storefront-v3 .hero-assurance {
  gap: 10px 22px;
  margin-top: 24px;
  color: var(--brand-charcoal);
  font-size: 12px;
  font-weight: 600;
}

.storefront-v3 .hero-assurance svg {
  color: var(--brand-hot);
}

.storefront-v3 .hero-product {
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.storefront-v3 .hero-product::before,
.storefront-v3 .hero-product::after,
.storefront-v3 .hero-brand-overlay {
  display: none;
}

.storefront-v3 .hero-product__stage {
  width: 100%;
  min-height: 0;
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(71, 69, 72, .11);
}

.storefront-v3 .hero-visual-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 408px;
  background: #fff;
}

.storefront-v3 .hero-visual-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 104px;
  padding: 14px 22px;
  background: #fff;
  border-top: 12px solid var(--brand-hot);
}

.storefront-v3 .hero-visual-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.storefront-v3 .hero-visual-brand img {
  width: 65px;
  height: 70px;
  flex: 0 0 65px;
  object-fit: contain;
}

.storefront-v3 .hero-visual-brand span {
  display: grid;
  gap: 3px;
}

.storefront-v3 .hero-visual-brand small {
  color: var(--brand-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.storefront-v3 .hero-visual-brand strong {
  color: var(--brand-charcoal);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
  line-height: 1;
}

.storefront-v3 .hero-visual-card__badge {
  flex: 0 0 auto;
  padding: 8px 11px;
  color: var(--brand-blue);
  background: var(--brand-blue-soft);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
}

.storefront-v3 .hero-product__stage .hero-lineup {
  display: block;
  width: 100%;
  height: 208px;
  object-fit: cover;
  object-position: center;
  background: #f3f8fc;
}

.storefront-v3 .hero-visual-card__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 13px 22px;
  color: #fff;
  background: var(--brand-blue);
}

.storefront-v3 .hero-visual-card__contact span {
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.storefront-v3 .hero-visual-card__contact a {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

/* Price is present in the quick order cards; remove the extra dark strip */
.storefront-v3 .price-section {
  display: none;
}

/* Quick order */
.storefront-v3 .quick-order-section {
  padding: 64px 0;
  background: var(--brand-cream);
  border: 0;
}

.storefront-v3 .quick-order-layout {
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.65fr);
  gap: 46px;
}

.storefront-v3 .quick-order-heading h2 {
  color: var(--brand-charcoal);
  font-size: clamp(44px, 4vw, 58px);
  line-height: .98;
}

.storefront-v3 .quick-order-heading > p {
  color: var(--brand-muted);
  font-size: 15px;
}

.storefront-v3 .quick-order-note {
  display: block;
  margin-top: 18px;
  color: var(--brand-muted);
  font-size: 12px;
  line-height: 1.55;
}

.storefront-v3 .quick-order-products {
  gap: 18px;
}

.storefront-v3 .quick-product {
  min-height: 300px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 12px;
  box-shadow: none;
}

.storefront-v3 .quick-product:hover {
  transform: translateY(-3px);
  border-color: #f0a27f;
  box-shadow: 0 14px 28px rgba(113, 73, 47, .09);
}

.storefront-v3 .quick-product__media {
  min-height: 300px;
  background: #fff;
}

.storefront-v3 .quick-product__media img {
  width: 100%;
  height: 300px;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: #fff;
  filter: none;
}

.storefront-v3 .quick-product__copy {
  padding: 24px 22px;
}

.storefront-v3 .quick-product__copy span {
  color: var(--brand-orange);
}

.storefront-v3 .quick-product__copy h3 {
  color: var(--brand-charcoal);
  font-size: 29px;
}

.storefront-v3 .quick-product__copy > strong {
  color: var(--brand-hot);
  font-size: 35px;
}

.storefront-v3 .quick-product__copy .button {
  color: #fff;
}

.storefront-v3 .category-section {
  display: none;
}

/* Catalog */
.storefront-v3 .products-section {
  padding: 72px 0 78px;
  background: #fff;
}

.storefront-v3 .section-title-row h2,
.storefront-v3 .order-flow-copy h2,
.storefront-v3 .store-copy h2,
.storefront-v3 .safety-copy h2,
.storefront-v3 .brand-cta h2 {
  color: var(--brand-charcoal);
}

.storefront-v3 .section-title-row h2 {
  font-size: clamp(43px, 4vw, 56px);
}

.storefront-v3 .section-title-row p {
  color: var(--brand-muted);
}

.storefront-v3 .catalog-search-wrap {
  padding: 12px;
  background: var(--brand-off-white);
  border: 1px solid var(--brand-line);
  border-radius: 10px;
}

.storefront-v3 .catalog-search {
  min-height: 52px;
  background: #fff;
  border: 1px solid #d8d5d1;
  border-radius: 7px;
}

.storefront-v3 .catalog-search:focus-within {
  border-color: var(--brand-hot);
  box-shadow: 0 0 0 3px rgba(253, 74, 1, .1);
}

.storefront-v3 .catalog-search svg {
  color: var(--brand-hot);
}

.storefront-v3 .catalog-filters {
  gap: 8px;
  margin-top: 18px;
  padding: 0 0 4px;
  border: 0;
}

.storefront-v3 .catalog-filter {
  min-height: 42px;
  padding: 9px 15px;
  color: var(--brand-charcoal);
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 999px;
  box-shadow: none;
}

.storefront-v3 .catalog-filter:hover {
  color: var(--brand-hot-dark);
  border-color: #f3a37f;
  transform: none;
}

.storefront-v3 .catalog-filter small {
  color: var(--brand-muted);
  background: var(--brand-off-white);
}

.storefront-v3 .catalog-filter.is-active {
  color: #fff;
  background: var(--brand-hot);
  border-color: var(--brand-hot);
  box-shadow: none;
}

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

.storefront-v3 .catalog-summary {
  color: var(--brand-muted);
  border: 0;
}

.storefront-v3 .commerce-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.storefront-v3 .product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 10px;
  box-shadow: none;
}

.storefront-v3 .product-card:hover {
  transform: translateY(-3px);
  border-color: #f2a482;
  box-shadow: 0 14px 30px rgba(75, 62, 54, .08);
}

.storefront-v3 .product-card__media,
.storefront-v3 .product-card__media[data-media-fit="cover"] {
  height: 232px;
  padding: 12px;
  background: #fff;
  border: 0;
}

.storefront-v3 .product-card__media:not([data-media-fit="cover"]) {
  background: #f5f6f8;
}

.storefront-v3 .product-card__media img,
.storefront-v3 .product-card__media[data-media-fit="cover"] img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-radius: 0;
  filter: none;
  transform: none;
}

.storefront-v3 .product-card__media:not([data-media-fit="cover"]) img {
  background: transparent;
  mix-blend-mode: multiply;
}

.storefront-v3 .product-card:hover .product-card__media img {
  transform: none;
}

.storefront-v3 .product-card__body {
  gap: 10px;
  padding: 17px;
  border-top: 1px solid #f0ede9;
}

.storefront-v3 .product-card__brand,
.storefront-v3 .product-card__description,
.storefront-v3 .product-card__meta span:first-child,
.storefront-v3 .product-card__price span {
  display: none;
}

.storefront-v3 .product-card h3 {
  min-height: 46px;
  color: var(--brand-charcoal);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.storefront-v3 .product-card h3 a:hover {
  color: var(--brand-hot-dark);
}

.storefront-v3 .product-card__meta {
  min-height: 20px;
  color: var(--brand-muted);
  font-size: 12px;
}

.storefront-v3 .product-card__meta span:last-child:not(:empty) {
  display: inline-flex;
  padding: 3px 8px;
  background: var(--brand-cream);
  border-radius: 4px;
}

.storefront-v3 .product-card__price strong,
.storefront-v3 .product-card__price.is-contact strong {
  color: var(--brand-hot);
  font-size: 29px;
}

.storefront-v3 .product-card__add {
  min-height: 43px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
}

.storefront-v3 .catalog-more .button {
  min-width: 210px;
}

/* Three-step COD strip */
.storefront-v3 .order-flow-section {
  padding: 48px 0;
  color: var(--brand-charcoal);
  background: var(--brand-off-white);
  border-block: 1px solid var(--brand-line);
}

.storefront-v3 .order-flow-section::after {
  display: none;
}

.storefront-v3 .order-flow-grid {
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.7fr);
  gap: 32px;
}

.storefront-v3 .order-flow-copy h2 {
  color: var(--brand-charcoal);
  font-size: 39px;
}

.storefront-v3 .order-flow-copy p {
  color: var(--brand-muted);
}

.storefront-v3 .order-flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.storefront-v3 .order-flow-list li,
.storefront-v3 .order-flow-list li:nth-child(even) {
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 9px;
}

.storefront-v3 .order-flow-list li + li {
  border-top: 1px solid var(--brand-line);
}

.storefront-v3 .order-flow-list > li > span {
  color: #fff;
  background: var(--brand-hot);
}

.storefront-v3 .order-flow-list strong {
  color: var(--brand-charcoal);
}

.storefront-v3 .order-flow-list p {
  margin-top: 5px;
  color: var(--brand-muted);
}

/* Store and trust */
.storefront-v3 .store-section {
  padding: 72px 0;
  background: #fff;
}

.storefront-v3 .store-grid {
  overflow: hidden;
  background: var(--brand-cream);
  border: 1px solid #f0dfd0;
  border-radius: 16px;
}

.storefront-v3 .store-media {
  min-height: 520px;
  background: #fff;
}

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

.storefront-v3 .store-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.storefront-v3 .store-copy {
  padding: 50px 46px;
}

.storefront-v3 .store-copy h2 {
  color: var(--brand-charcoal);
}

.storefront-v3 .store-address,
.storefront-v3 .store-copy dt {
  color: var(--brand-muted);
}

.storefront-v3 .store-copy dd,
.storefront-v3 .store-copy dd a {
  color: var(--brand-charcoal);
}

.storefront-v3 .safety-section {
  padding: 0 0 72px;
  background: #fff;
}

.storefront-v3 .safety-grid {
  padding: 40px;
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 14px;
}

.storefront-v3 .safety-list li {
  background: var(--brand-off-white);
  border: 1px solid var(--brand-line);
  border-radius: 8px;
}

.storefront-v3 .safety-list > li > span {
  color: var(--brand-hot);
}

.storefront-v3 .safety-list strong {
  color: var(--brand-charcoal);
}

.storefront-v3 .brand-cta-section {
  padding: 22px 0;
  background: var(--brand-hot);
}

.storefront-v3 .brand-cta {
  min-height: 92px;
}

.storefront-v3 .brand-cta h2 {
  color: #fff;
  font-size: 42px;
}

.storefront-v3 .brand-cta .button--white {
  color: var(--brand-hot-dark);
}

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

/* Bright footer */
.storefront-v3 .main-footer,
.shop-body .shop-footer {
  color: var(--brand-charcoal);
  background: #fff;
  border-top: 6px solid var(--brand-yellow);
}

.storefront-v3 .main-footer p,
.storefront-v3 .main-footer a,
.shop-body .shop-footer p,
.shop-body .shop-footer a {
  color: var(--brand-muted);
}

.storefront-v3 .main-footer h3,
.storefront-v3 .main-footer strong,
.shop-body .shop-footer strong {
  color: var(--brand-charcoal);
}

.storefront-v3 .brand-lockup--footer {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.storefront-v3 .brand-lockup--footer img {
  width: 72px;
  height: 78px;
  flex-basis: 72px;
  object-fit: contain;
  background: #fff;
}

.storefront-v3 .brand-lockup--footer small {
  color: var(--brand-orange);
}

.storefront-v3 .brand-lockup--footer strong {
  color: var(--brand-charcoal);
}

.storefront-v3 .footer-bottom {
  border-top-color: var(--brand-line);
}

/* Shared commerce pages */
.shop-body {
  background: #fff;
}

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

.shop-body .shop-main {
  padding-top: 36px;
  background: linear-gradient(180deg, #fff 0, var(--brand-off-white) 280px, #fff 100%);
}

.shop-body .shop-page-heading h1,
.shop-body .product-detail-copy h1,
.shop-body .store-page-copy h1,
.shop-body .safety-hero h1,
.shop-body .product-recommendations h2 {
  color: var(--brand-charcoal);
}

.shop-body .shop-kicker,
.shop-body .store-page-kicker,
.shop-body .product-detail-kicker {
  color: var(--brand-orange);
}

.shop-body .shop-demo-note {
  color: var(--brand-muted);
  background: var(--brand-cream);
  border-color: #f0d5bf;
  border-left-color: var(--brand-hot);
}

.shop-body .shop-panel,
.shop-body .shop-cart-panel,
.shop-body .shop-summary,
.shop-body .shop-order-card,
.shop-body .shop-account-overview article,
.shop-body .product-detail-media,
.shop-body .product-detail-copy {
  background: #fff;
  border-color: var(--brand-line);
  border-radius: 10px;
  box-shadow: none;
}

.shop-body .shop-panel__heading h2,
.shop-body .shop-summary > h2,
.shop-body .shop-page-heading h1,
.shop-body .product-detail-copy h1 {
  color: var(--brand-charcoal);
}

.shop-body .shop-step {
  color: #fff;
  background: var(--brand-hot);
}

.shop-body .shop-field input:focus,
.shop-body .shop-field select:focus,
.shop-body .shop-field textarea:focus {
  border-color: var(--brand-hot);
  box-shadow: 0 0 0 3px rgba(253, 74, 1, .1);
}

.shop-body .commerce-payment-option:has(input:checked),
.shop-body .commerce-check:has(input:checked) {
  border-color: #f2a482;
  background: var(--brand-cream);
}

.shop-body .product-detail-media img,
.shop-body .shop-cart-item__media img,
.shop-body .product-recommendation-card img {
  object-fit: contain;
  background: #fff;
  filter: none;
}

.shop-body .store-brand-panel,
.shop-body .store-page-hero,
.shop-body .safety-hero {
  color: var(--brand-charcoal);
  background: var(--brand-cream);
  border-color: #f0dfd0;
}

.shop-body .store-brand-panel__identity img {
  width: 82px;
  height: 88px;
  object-fit: contain;
  background: #fff;
  border-radius: 0;
}

.shop-body .store-brand-panel__identity strong,
.shop-body .store-brand-panel__contact a {
  color: var(--brand-charcoal);
}

.shop-body .shop-footer {
  margin-top: 72px;
}

/* Toast and mobile order bar */
.storefront-v3 .site-toast {
  color: #fff;
  background: var(--brand-charcoal);
  border: 0;
}

@media (max-width: 1120px) {
  .storefront-v3 .main-nav {
    gap: 18px;
  }

  .storefront-v3 .header-icon-link span {
    display: none;
  }

  .storefront-v3 .hero-grid {
    grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr);
    gap: 34px;
  }

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

@media (max-width: 900px) {
  .storefront-v3 .shell,
  .shop-body .shop-container {
    width: min(100% - 32px, 720px);
  }

  .storefront-v3 .main-header__inner {
    min-height: 72px;
    height: 72px;
  }

  .storefront-v3 .main-nav,
  .storefront-v3 .header-icon-link {
    display: none;
  }

  .storefront-v3 .main-header .brand-lockup img,
  .storefront-v3 .brand-lockup img,
  .shop-body .shop-brand img {
    width: 52px;
    height: 58px;
    flex-basis: 52px;
  }

  .storefront-v3 .main-header .brand-lockup strong,
  .shop-body .shop-brand strong {
    font-size: 21px;
  }

  .storefront-v3 .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 30px;
    padding-block: 38px 42px;
  }

  .storefront-v3 .hero-copy h1 {
    max-width: 700px;
  }

  .storefront-v3 .hero-visual-card {
    min-height: 390px;
  }

  .storefront-v3 .quick-order-layout,
  .storefront-v3 .order-flow-grid {
    grid-template-columns: 1fr;
  }

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

  .storefront-v3 .order-flow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .storefront-v3 .shell,
  .shop-body .shop-container {
    width: calc(100% - 28px);
  }

  .storefront-v3 .service-bar__inner {
    min-height: 28px;
  }

  .storefront-v3 .service-bar__inner > div span {
    display: none;
  }

  .storefront-v3 .service-bar p {
    max-width: 55%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .storefront-v3 .main-header__inner {
    min-height: 68px;
    height: 68px;
  }

  .storefront-v3 .main-header .brand-lockup,
  .shop-body .shop-brand {
    gap: 8px;
  }

  .storefront-v3 .main-header .brand-lockup img,
  .storefront-v3 .brand-lockup img,
  .shop-body .shop-brand img {
    width: 45px;
    height: 51px;
    flex-basis: 45px;
  }

  .storefront-v3 .main-header .brand-lockup small,
  .shop-body .shop-brand small {
    font-size: 7px;
  }

  .storefront-v3 .main-header .brand-lockup strong,
  .shop-body .shop-brand strong {
    font-size: 18px;
  }

  .storefront-v3 .header-cart {
    display: inline-flex;
    min-width: 42px;
    padding: 8px;
  }

  .storefront-v3 .header-cart span,
  .storefront-v3 .header-order {
    display: none;
  }

  .storefront-v3 .mobile-menu {
    background: #fff;
    border-top: 1px solid var(--brand-line);
  }

  .storefront-v3 .mobile-menu a {
    color: var(--brand-charcoal);
    border-bottom-color: var(--brand-line);
  }

  .storefront-v3 .hero-grid {
    gap: 26px;
    padding-block: 32px 36px;
  }

  .storefront-v3 .hero-eyebrow {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .storefront-v3 .hero-copy h1 {
    margin-bottom: 15px;
    font-size: clamp(42px, 13vw, 50px);
    line-height: .96;
  }

  .storefront-v3 .hero-copy > p:not(.hero-eyebrow) {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1.6;
  }

  .storefront-v3 .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .storefront-v3 .hero-actions .button {
    width: 100%;
  }

  .storefront-v3 .hero-assurance {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 11px;
  }

  .storefront-v3 .hero-product__stage {
    border-radius: 12px;
  }

  .storefront-v3 .hero-visual-card {
    min-height: 0;
  }

  .storefront-v3 .hero-visual-card__top {
    min-height: 84px;
    padding: 10px 12px;
    border-top-width: 8px;
  }

  .storefront-v3 .hero-visual-brand {
    gap: 9px;
  }

  .storefront-v3 .hero-visual-brand img {
    width: 48px;
    height: 54px;
    flex-basis: 48px;
  }

  .storefront-v3 .hero-visual-brand small {
    font-size: 7px;
  }

  .storefront-v3 .hero-visual-brand strong {
    font-size: 18px;
  }

  .storefront-v3 .hero-visual-card__badge {
    display: none;
  }

  .storefront-v3 .hero-product__stage .hero-lineup {
    height: 128px;
  }

  .storefront-v3 .hero-visual-card__contact {
    min-height: 60px;
    padding: 10px 13px;
  }

  .storefront-v3 .hero-visual-card__contact a {
    font-size: 20px;
  }

  .storefront-v3 .quick-order-section,
  .storefront-v3 .products-section,
  .storefront-v3 .store-section {
    padding-block: 46px;
  }

  .storefront-v3 .quick-order-layout {
    gap: 24px;
  }

  .storefront-v3 .quick-order-heading h2,
  .storefront-v3 .section-title-row h2 {
    font-size: 42px;
  }

  .storefront-v3 .quick-order-products {
    grid-template-columns: 1fr;
  }

  .storefront-v3 .quick-product,
  .storefront-v3 .quick-product__media {
    min-height: 250px;
  }

  .storefront-v3 .quick-product__media img {
    height: 250px;
  }

  .storefront-v3 .catalog-search-wrap {
    display: block;
  }

  .storefront-v3 .catalog-search-wrap > p {
    margin-top: 9px;
    font-size: 11px;
  }

  .storefront-v3 .catalog-filters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .storefront-v3 .catalog-filters::-webkit-scrollbar {
    display: none;
  }

  .storefront-v3 .catalog-filter {
    flex: 0 0 auto;
  }

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

  .storefront-v3 .product-card__media,
  .storefront-v3 .product-card__media[data-media-fit="cover"] {
    height: 170px;
    padding: 8px;
  }

  .storefront-v3 .product-card__body {
    gap: 8px;
    padding: 12px;
  }

  .storefront-v3 .product-card h3 {
    min-height: 60px;
    font-size: 13px;
    line-height: 1.5;
  }

  .storefront-v3 .product-card__price strong,
  .storefront-v3 .product-card__price.is-contact strong {
    font-size: 23px;
  }

  .storefront-v3 .product-card__add {
    min-height: 41px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .storefront-v3 .order-flow-section {
    padding-block: 38px;
  }

  .storefront-v3 .order-flow-list {
    grid-template-columns: 1fr;
  }

  .storefront-v3 .order-flow-list li,
  .storefront-v3 .order-flow-list li:nth-child(even) {
    min-height: 0;
  }

  .storefront-v3 .store-grid {
    border-radius: 12px;
  }

  .storefront-v3 .store-media {
    min-height: 320px;
  }

  .storefront-v3 .store-copy,
  .storefront-v3 .safety-grid {
    padding: 28px 22px;
  }

  .storefront-v3 .safety-section {
    padding-bottom: 46px;
  }

  .storefront-v3 .brand-cta-section {
    display: none;
  }

  .storefront-v3 .main-footer {
    padding-bottom: 92px;
  }

  .storefront-v3 .mobile-bottom-nav {
    color: var(--brand-charcoal);
    background: #fff;
    border-top: 1px solid var(--brand-line);
    box-shadow: 0 -8px 24px rgba(61, 56, 50, .1);
  }

  .storefront-v3 .mobile-bottom-nav a,
  .storefront-v3 .mobile-bottom-nav span {
    color: var(--brand-charcoal);
  }

  .storefront-v3 .mobile-bottom-nav__primary {
    color: #fff;
    background: var(--brand-hot);
  }

  .storefront-v3 .mobile-bottom-nav__primary span,
  .storefront-v3 .mobile-bottom-nav__primary svg {
    color: #fff;
  }

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

  .shop-body .shop-nav {
    position: fixed;
    z-index: 400;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    min-height: 64px;
    height: 64px;
    padding: 0 0 env(safe-area-inset-bottom);
    overflow: visible;
    background: #fff;
    border: 0;
    border-top: 1px solid var(--brand-line);
    box-shadow: 0 -8px 22px rgba(61, 56, 50, .1);
    scrollbar-width: none;
  }

  .shop-body .shop-nav::-webkit-scrollbar {
    display: none;
  }

  .shop-body .shop-nav a {
    justify-content: center;
    min-width: 0;
    padding: 7px 3px;
    text-align: center;
    font-size: 10px;
  }

  .shop-body .shop-nav a::after {
    top: 0;
    bottom: auto;
  }

  .shop-body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .shop-body .shop-brand span {
    display: grid;
  }
}

@media (max-width: 380px) {
  .storefront-v3 .main-header .brand-lockup strong,
  .shop-body .shop-brand strong {
    font-size: 16px;
  }

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

  .storefront-v3 .product-card__media,
  .storefront-v3 .product-card__media[data-media-fit="cover"] {
    height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-v3 .quick-product,
  .storefront-v3 .product-card {
    transition: none;
  }
}

/* Brand refresh v23 — friendly commerce layout inspired by major gas retailers. */
.storefront-v3 .service-bar,
.shop-body .service-bar {
  display: none !important;
}

.storefront-page.storefront-v3 {
  color: #41464f;
  background: #fff;
}

.storefront-v3 h1,
.storefront-v3 h2,
.storefront-v3 h3,
.storefront-v3 .section-title-row h2,
.storefront-v3 .quick-order-heading h2,
.storefront-v3 .order-flow-copy h2,
.storefront-v3 .store-copy h2,
.storefront-v3 .safety-copy h2,
.storefront-v3 .brand-cta h2 {
  color: var(--brand-blue);
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.16;
}

.storefront-v3 .shell {
  width: min(1320px, calc(100% - 48px));
}

/* A calm white header; the removed utility bar no longer competes with the banner. */
.storefront-v3 .main-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .985);
  border-bottom: 1px solid #eceff3;
  box-shadow: 0 6px 22px rgba(1, 46, 144, .065);
}

.storefront-v3 .main-header__inner,
.storefront-v3 .main-nav {
  min-height: 78px;
  height: 78px;
}

.storefront-v3 .main-header .brand-lockup {
  gap: 12px;
}

.storefront-v3 .main-header .brand-lockup img {
  width: 58px;
  height: 62px;
  flex-basis: 58px;
}

.storefront-v3 .main-header .brand-lockup small {
  color: var(--brand-orange);
  font-size: 8px;
}

.storefront-v3 .main-header .brand-lockup strong {
  color: var(--brand-blue);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.storefront-v3 .main-nav {
  gap: 24px;
}

.storefront-v3 .main-nav a {
  color: #4e5662;
  font-size: 12px;
  font-weight: 700;
}

.storefront-v3 .main-nav a[aria-current="page"] {
  color: var(--brand-hot);
}

.storefront-v3 .header-icon-link,
.storefront-v3 .header-cart {
  border-color: #e2e7ed;
  border-radius: 12px;
}

.storefront-v3 .header-order,
.storefront-v3 .button {
  border-radius: 12px;
}

/* One real Nam Phat banner, with no reconstructed lockup or cropped artwork. */
.storefront-v3 .hero-banner-section {
  padding: 26px 0 0;
  background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%);
}

.storefront-v3 .hero-banner-shell {
  position: relative;
}

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

.storefront-v3 .hero-banner {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 18px 50px rgba(1, 46, 144, .1);
}

.storefront-v3 .hero-banner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1673 / 940;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.storefront-v3 .hero-service-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 0;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-top: 0;
  border-radius: 0 0 22px 22px;
  box-shadow: 0 18px 50px rgba(1, 46, 144, .1);
}

.storefront-v3 .hero-service-points > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 5px 18px;
  border-right: 1px solid #edf0f4;
}

.storefront-v3 .hero-service-points > div:first-child {
  padding-left: 4px;
}

.storefront-v3 .hero-service-points > div > svg {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  fill: none;
  stroke: var(--brand-hot);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.storefront-v3 .hero-service-points span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.storefront-v3 .hero-service-points strong {
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 800;
}

.storefront-v3 .hero-service-points small {
  color: #717780;
  font-size: 10px;
  line-height: 1.4;
}

.storefront-v3 .hero-service-points > .button {
  min-height: 46px;
  margin-left: 18px;
  padding-inline: 21px;
  white-space: nowrap;
}

/* Featured items: warm and compact, like a retail storefront rather than a poster. */
.storefront-v3 .quick-order-section {
  padding: 70px 0;
  background: #fff8f1;
}

.storefront-v3 .quick-order-layout {
  grid-template-columns: minmax(250px, .62fr) minmax(0, 1.55fr);
  align-items: center;
  gap: 42px;
}

.storefront-v3 .quick-order-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 3.2vw, 46px);
}

.storefront-v3 .quick-order-heading > p {
  max-width: 390px;
  margin-bottom: 16px;
  color: #646b75;
  font-size: 14px;
  line-height: 1.7;
}

.storefront-v3 .quick-order-note {
  margin-top: 14px;
  color: #7b6c62;
}

.storefront-v3 .quick-order-products {
  gap: 18px;
}

.storefront-v3 .quick-product {
  min-width: 0;
  min-height: 286px;
  grid-template-columns: 45% minmax(0, 55%);
  background: #fff;
  border: 1px solid #f0ded0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(125, 75, 42, .065);
}

.storefront-v3 .quick-product__media {
  min-height: 286px;
  background: #f3f6fa;
}

.storefront-v3 .quick-product__media img {
  height: 286px;
  object-fit: cover;
  object-position: center;
}

.storefront-v3 .quick-product__copy {
  min-width: 0;
  padding: 22px 19px;
}

.storefront-v3 .quick-product__copy h3 {
  color: var(--brand-blue);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 21px;
  line-height: 1.25;
}

.storefront-v3 .quick-product__copy > strong {
  color: var(--brand-hot);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 26px;
  letter-spacing: -.04em;
}

.storefront-v3 .quick-product__copy .button {
  min-height: 42px;
  border-radius: 11px;
}

/* Friendly visual category shortcuts, with the full catalog still directly below. */
.storefront-v3 .category-section {
  display: block;
  padding: 62px 0 34px;
  background: #fff;
}

.storefront-v3 .section-title-row--compact {
  margin-bottom: 22px;
}

.storefront-v3 .section-title-row--compact h2 {
  font-size: clamp(31px, 3vw, 42px);
}

.storefront-v3 .category-grid {
  gap: 16px;
}

.storefront-v3 .category-tile {
  grid-template-rows: 192px auto;
  overflow: hidden;
  background: #f4f8ff;
  border: 1px solid #e4ebf5;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(1, 46, 144, .045);
}

.storefront-v3 .category-tile:nth-child(2) {
  background: #fff7ed;
  border-color: #f5dfcb;
}

.storefront-v3 .category-tile:nth-child(3) {
  background: #f3faf7;
  border-color: #dfeee7;
}

.storefront-v3 .category-tile:nth-child(4) {
  background: #fff9e9;
  border-color: #efe5c4;
}

.storefront-v3 .category-tile img,
.storefront-v3 .category-tile--photo img {
  width: calc(100% - 20px);
  height: 182px;
  margin: 10px 10px 0;
  padding: 0;
  background: #f5f6f8;
  border-radius: 13px;
  object-fit: contain;
}

.storefront-v3 .category-tile--photo img {
  object-fit: cover;
}

.storefront-v3 .category-tile__copy,
.storefront-v3 .category-tile--photo .category-tile__copy {
  min-height: 88px;
  padding: 15px 17px 17px;
}

.storefront-v3 .category-tile__copy strong {
  color: var(--brand-blue);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.storefront-v3 .category-tile__copy small {
  color: #69717c;
  font-size: 10px;
  line-height: 1.5;
}

/* Product cards: seamless artwork canvas, softer price and a quieter cart action. */
.storefront-v3 .products-section {
  padding: 62px 0 78px;
  background: linear-gradient(180deg, #f5faf8 0, #fff 320px);
  border-top: 1px solid #e8f0ec;
}

.storefront-v3 .section-title-row h2 {
  font-size: clamp(34px, 3.4vw, 47px);
}

.storefront-v3 .catalog-search-wrap {
  background: #fff;
  border-color: #dfe8e4;
  border-radius: 16px;
  box-shadow: 0 7px 22px rgba(20, 91, 66, .045);
}

.storefront-v3 .catalog-search {
  border-color: #dce5e1;
  border-radius: 11px;
}

.storefront-v3 .catalog-filter {
  color: #46515d;
  border-color: #dce5e1;
}

.storefront-v3 .catalog-filter.is-active {
  color: #fff;
  background: var(--brand-blue);
  border-color: var(--brand-blue);
}

.storefront-v3 .commerce-product-grid {
  gap: 18px;
}

.storefront-v3 .product-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #e0e5ea;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(25, 53, 85, .055);
}

.storefront-v3 .product-card:hover {
  border-color: #c9d7e7;
  box-shadow: 0 15px 34px rgba(25, 53, 85, .09);
  transform: translateY(-3px);
}

.storefront-v3 .product-card__media,
.storefront-v3 .product-card__media[data-media-fit="cover"],
.storefront-v3 .product-card__media:not([data-media-fit="cover"]) {
  height: 270px;
  padding: 0;
  overflow: hidden;
  background: #f5f6f8;
  border: 0;
  border-radius: 17px 17px 0 0;
}

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

.storefront-v3 .product-card__media[data-media-fit="cover"] img {
  object-fit: cover;
}

.storefront-v3 .product-card__body {
  align-items: center;
  gap: 8px;
  padding: 16px 15px 17px;
  text-align: center;
  border-top: 0;
}

.storefront-v3 .product-card h3 {
  min-height: 46px;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #3f4650;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.storefront-v3 .product-card__meta {
  min-height: 22px;
  justify-content: center;
  padding: 0;
  border: 0;
}

.storefront-v3 .product-card__meta span:last-child:not(:empty) {
  color: #516071;
  background: #eef4fb;
  border-radius: 999px;
}

.storefront-v3 .product-card__price {
  margin-top: 1px;
}

.storefront-v3 .product-card__price strong,
.storefront-v3 .product-card__price.is-contact strong {
  color: var(--brand-blue);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.storefront-v3 .product-card__actions {
  width: 100%;
  margin-top: 5px;
}

.storefront-v3 .product-card__add {
  min-height: 40px;
  color: var(--brand-hot-dark);
  background: #fff;
  border: 1px solid #f1a486;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 800;
}

.storefront-v3 .product-card__add:hover {
  color: #fff;
  background: var(--brand-hot);
  border-color: var(--brand-hot);
}

/* COD flow and trust content use pale brand tints instead of dark slabs. */
.storefront-v3 .order-flow-section {
  padding: 58px 0;
  background: #f2f7fd;
  border-color: #e2ebf6;
}

.storefront-v3 .order-flow-copy h2 {
  font-size: clamp(30px, 3vw, 41px);
}

.storefront-v3 .order-flow-list li,
.storefront-v3 .order-flow-list li:nth-child(even) {
  padding: 20px 17px;
  border-color: #dce6f1;
  border-radius: 15px;
}

.storefront-v3 .order-flow-list > li > span {
  background: var(--brand-hot);
}

/* Explicit minmax sizing fixes the image/text overlap reported in the store block. */
.storefront-v3 .store-section {
  padding: 76px 0;
  background: #fff;
}

.storefront-v3 .store-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  background: #fff8f1;
  border: 1px solid #efdccb;
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(91, 63, 43, .07);
}

.storefront-v3 .store-media,
.storefront-v3 .store-copy {
  min-width: 0;
  width: 100%;
}

.storefront-v3 .store-media {
  min-height: 0;
  height: auto;
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background: #eceff2;
  border: 0;
  border-radius: 0;
}

.storefront-v3 .store-media img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.storefront-v3 .store-copy {
  position: relative;
  z-index: 1;
  align-self: stretch;
  padding: clamp(34px, 4vw, 56px);
  overflow: hidden;
}

.storefront-v3 .store-copy h2 {
  max-width: 100%;
  margin-bottom: 18px;
  color: var(--brand-blue);
  font-size: clamp(30px, 3.2vw, 45px);
  overflow-wrap: anywhere;
}

.storefront-v3 .store-address {
  color: #646b74;
  line-height: 1.75;
}

.storefront-v3 .store-copy dl,
.storefront-v3 .store-copy dl > div {
  min-width: 0;
}

.storefront-v3 .store-copy dl > div {
  grid-template-columns: minmax(108px, .7fr) minmax(0, 1.3fr);
  gap: 18px;
}

.storefront-v3 .store-copy dd,
.storefront-v3 .store-copy dd a {
  min-width: 0;
  color: var(--brand-blue);
  overflow-wrap: anywhere;
}

.storefront-v3 .store-actions {
  display: flex;
  flex-wrap: wrap;
}

.storefront-v3 .safety-section {
  padding: 0 0 76px;
}

.storefront-v3 .safety-grid {
  min-width: 0;
  padding: 38px;
  background: #fff;
  border-color: #e2e8ef;
  border-radius: 20px;
}

.storefront-v3 .safety-copy h2 {
  font-size: clamp(30px, 3vw, 42px);
}

.storefront-v3 .safety-list li {
  background: #f7fafc;
  border-color: #e4eaf0;
  border-radius: 13px;
}

.storefront-v3 .brand-cta-section {
  background: linear-gradient(105deg, var(--brand-hot) 0%, #f96824 55%, #f47d32 100%);
}

.storefront-v3 .brand-cta h2 {
  color: #fff;
  font-size: clamp(31px, 3.2vw, 43px);
}

.storefront-v3 .main-footer {
  border-top: 0;
  background: #fff;
}

@media (max-width: 1120px) {
  .storefront-v3 .main-nav {
    gap: 17px;
  }

  .storefront-v3 .main-nav a {
    font-size: 11px;
  }

  .storefront-v3 .header-icon-link span,
  .storefront-v3 .header-cart span {
    display: none;
  }

  .storefront-v3 .hero-service-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storefront-v3 .hero-service-points > .button {
    grid-column: 1 / -1;
    justify-self: center;
    margin: 15px 0 1px;
  }

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

@media (max-width: 900px) {
  .storefront-v3 .shell {
    width: min(100% - 32px, 760px);
  }

  .storefront-v3 .main-header__inner {
    min-height: 70px;
    height: 70px;
  }

  .storefront-v3 .hero-banner-section {
    padding-top: 18px;
  }

  .storefront-v3 .hero-banner,
  .storefront-v3 .hero-service-points {
    border-radius: 16px 16px 0 0;
  }

  .storefront-v3 .hero-service-points {
    border-radius: 0 0 16px 16px;
  }

  .storefront-v3 .hero-service-points > div {
    padding-inline: 12px;
  }

  .storefront-v3 .quick-order-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .storefront-v3 .quick-order-heading {
    display: block;
  }

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

  .storefront-v3 .order-flow-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .storefront-v3 .store-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .storefront-v3 .store-media {
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .storefront-v3 .shell {
    width: calc(100% - 24px);
  }

  .storefront-v3 .main-header .brand-lockup img {
    width: 48px;
    height: 53px;
    flex-basis: 48px;
  }

  .storefront-v3 .main-header .brand-lockup small {
    font-size: 6px;
  }

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

  .storefront-v3 .hero-banner-section {
    padding-top: 12px;
  }

  .storefront-v3 .hero-banner {
    border-radius: 12px 12px 0 0;
  }

  .storefront-v3 .hero-service-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 12px 8px;
    border-radius: 0 0 12px 12px;
  }

  .storefront-v3 .hero-service-points > div {
    display: grid;
    justify-items: center;
    gap: 6px;
    padding: 2px 7px;
    text-align: center;
  }

  .storefront-v3 .hero-service-points > div:first-child {
    padding-left: 7px;
  }

  .storefront-v3 .hero-service-points > div > svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .storefront-v3 .hero-service-points strong {
    font-size: 9px;
    line-height: 1.35;
  }

  .storefront-v3 .hero-service-points small {
    display: none;
  }

  .storefront-v3 .hero-service-points > .button {
    width: 100%;
    min-height: 42px;
    margin: 12px 0 0;
  }

  .storefront-v3 .quick-order-section {
    padding: 52px 0;
  }

  .storefront-v3 .quick-order-heading h2 {
    font-size: 32px;
  }

  .storefront-v3 .quick-order-products {
    grid-template-columns: 1fr;
  }

  .storefront-v3 .quick-product {
    min-height: 230px;
    grid-template-columns: 43% minmax(0, 57%);
  }

  .storefront-v3 .quick-product__media,
  .storefront-v3 .quick-product__media img {
    min-height: 230px;
    height: 230px;
  }

  .storefront-v3 .quick-product__copy {
    padding: 17px 13px;
  }

  .storefront-v3 .quick-product__copy h3 {
    font-size: 17px;
  }

  .storefront-v3 .quick-product__copy > strong {
    font-size: 21px;
  }

  .storefront-v3 .category-section {
    padding: 48px 0 24px;
  }

  .storefront-v3 .category-grid {
    gap: 10px;
  }

  .storefront-v3 .category-tile {
    grid-template-rows: 132px auto;
    border-radius: 14px;
  }

  .storefront-v3 .category-tile img,
  .storefront-v3 .category-tile--photo img {
    width: calc(100% - 14px);
    height: 125px;
    margin: 7px 7px 0;
    border-radius: 10px;
  }

  .storefront-v3 .category-tile__copy,
  .storefront-v3 .category-tile--photo .category-tile__copy {
    min-height: 83px;
    padding: 12px;
  }

  .storefront-v3 .category-tile__copy strong {
    font-size: 14px;
  }

  .storefront-v3 .category-tile__copy small {
    font-size: 8px;
  }

  .storefront-v3 .products-section {
    padding: 48px 0 64px;
  }

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

  .storefront-v3 .product-card {
    border-radius: 14px;
  }

  .storefront-v3 .product-card__media,
  .storefront-v3 .product-card__media[data-media-fit="cover"],
  .storefront-v3 .product-card__media:not([data-media-fit="cover"]) {
    height: 174px;
    border-radius: 13px 13px 0 0;
  }

  .storefront-v3 .product-card__body {
    gap: 6px;
    padding: 11px 9px 12px;
  }

  .storefront-v3 .product-card h3 {
    min-height: 54px;
    font-size: 11px;
    line-height: 1.55;
  }

  .storefront-v3 .product-card__meta {
    font-size: 9px;
  }

  .storefront-v3 .product-card__price strong,
  .storefront-v3 .product-card__price.is-contact strong {
    font-size: 17px;
  }

  .storefront-v3 .product-card__add {
    min-height: 38px;
    padding-inline: 6px;
    font-size: 9px;
  }

  .storefront-v3 .order-flow-list {
    grid-template-columns: 1fr;
  }

  .storefront-v3 .store-section {
    padding: 58px 0;
  }

  .storefront-v3 .store-grid {
    border-radius: 16px;
  }

  .storefront-v3 .store-media {
    aspect-ratio: 4 / 3;
  }

  .storefront-v3 .store-copy {
    padding: 27px 20px 30px;
  }

  .storefront-v3 .store-copy h2 {
    font-size: 29px;
  }

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

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

  .storefront-v3 .safety-grid {
    padding: 25px 18px;
    border-radius: 16px;
  }
}
