/* PDPLUS hot-brand homepage and shared commerce header — 2026-08-30 */
:root {
  --pd-hot-blue: #0637c5;
  --pd-hot-blue-dark: #05184f;
  --pd-hot-blue-soft: #edf3ff;
  --pd-hot-orange: #ff5a0a;
  --pd-hot-orange-dark: #d94200;
  --pd-hot-yellow: #ffc400;
  --pd-hot-green: #0b8f47;
  --pd-hot-ink: #07143c;
  --pd-hot-muted: #596786;
  --pd-hot-line: #dce3f0;
  --pd-hot-surface: #ffffff;
  --pd-hot-font: "Manrope", "Segoe UI", sans-serif;
}

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

body {
  font-family: var(--pd-hot-font);
}

/* Shared header */
.site-header.pd-brand-header {
  position: sticky;
  top: 0;
  z-index: 200;
  display: block;
  padding: 0;
  border-bottom: 1px solid var(--pd-hot-line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 20, 60, .05);
  backdrop-filter: none;
}

.pd-header-primary {
  display: grid;
  grid-template-columns: 214px 150px minmax(280px, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: min(100%, 1500px);
  min-height: 86px;
  margin: 0 auto;
  padding: 10px 24px;
}

.pd-brand-logo {
  display: block;
  width: 214px;
  height: 62px;
  overflow: hidden;
}

.pd-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pd-location-select {
  position: relative;
  display: grid;
  grid-template-columns: 26px 1fr 18px;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--pd-hot-ink);
}

.pd-location-select > .bi {
  color: var(--pd-hot-blue);
  font-size: 23px;
}

.pd-location-select span,
.pd-location-select small,
.pd-location-select strong {
  display: block;
}

.pd-location-select small {
  color: var(--pd-hot-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
}

.pd-location-select strong {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.2;
}

.pd-location-select::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--pd-hot-ink);
  border-bottom: 2px solid var(--pd-hot-ink);
  transform: rotate(45deg) translateY(-3px);
  pointer-events: none;
}

.pd-location-select select {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.pd-header-search {
  display: grid;
  grid-template-columns: 1fr 54px;
  min-width: 0;
  height: 52px;
  overflow: hidden;
  border: 1px solid #cfd8e8;
  border-radius: 13px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.pd-header-search:focus-within {
  border-color: var(--pd-hot-blue);
  box-shadow: 0 0 0 4px rgba(6, 55, 197, .12);
}

.pd-header-search input {
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pd-hot-ink);
  font: 600 14px/1 var(--pd-hot-font);
}

.pd-header-search input::placeholder {
  color: #71809d;
  opacity: 1;
}

.pd-header-search button {
  display: inline-grid;
  place-items: center;
  border: 0;
  background: var(--pd-hot-blue);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background .18s ease;
}

.pd-header-search button:hover {
  background: #042ca6;
}

.pd-header-utility {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pd-header-utility a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 9px;
  color: var(--pd-hot-ink);
  font-size: 12px;
  font-weight: 700;
  border-radius: 10px;
}

.pd-header-utility a:hover,
.pd-header-utility a:focus-visible {
  background: var(--pd-hot-blue-soft);
  color: var(--pd-hot-blue);
}

.pd-header-utility .bi {
  font-size: 20px;
}

.pd-header-count,
.pd-mobile-cart strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--pd-hot-orange);
  color: #fff;
  font-size: 10px;
  font-style: normal;
}

.pd-mobile-actions {
  display: none;
}

.pd-category-nav {
  display: grid;
  grid-template-columns: 220px repeat(6, max-content) 1fr max-content;
  align-items: center;
  width: min(100%, 1500px);
  min-height: 58px;
  margin: 0 auto;
  padding: 0 24px;
  border-top: 1px solid #edf0f6;
}

.pd-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  padding: 0 16px;
  color: var(--pd-hot-ink);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .16s ease, background .16s ease;
}

.pd-category-nav a:hover,
.pd-category-nav a:focus-visible {
  background: #f7f9fd;
  color: var(--pd-hot-blue);
}

.pd-category-nav .bi {
  font-size: 17px;
}

.pd-category-nav__all {
  justify-self: stretch;
  justify-content: flex-start !important;
  margin-left: -24px;
  padding-left: 24px !important;
  border-right: 1px solid var(--pd-hot-line);
  color: var(--pd-hot-orange) !important;
}

.pd-category-nav__verified {
  grid-column: -2 / -1;
  justify-self: end;
  color: var(--pd-hot-orange) !important;
}

.pd-category-nav__verified .bi {
  color: var(--pd-hot-orange);
}

/* Homepage */
.pd-home {
  min-height: 100vh;
  background: #fff;
  color: var(--pd-hot-ink);
}

.pd-home a {
  color: inherit;
}

.pd-home-shell {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: 16px 24px 66px;
}

.pd-market-intro {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 286px;
  gap: 16px;
  min-height: 346px;
}

.pd-home-sidebar,
.pd-hub-panel {
  border: 1px solid var(--pd-hot-line);
  border-radius: 14px;
  background: #fff;
}

.pd-home-sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pd-home-sidebar a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 49px;
  padding: 0 16px;
  border-bottom: 1px solid #edf0f6;
  color: var(--pd-hot-ink);
  font-size: 13px;
  font-weight: 650;
  transition: color .16s ease, background .16s ease;
}

.pd-home-sidebar a:last-child {
  border-bottom: 0;
}

.pd-home-sidebar a:hover,
.pd-home-sidebar a:focus-visible {
  background: var(--pd-hot-blue-soft);
  color: var(--pd-hot-blue);
}

.pd-home-sidebar .bi {
  width: 22px;
  color: var(--pd-hot-blue-dark);
  font-size: 18px;
  text-align: center;
}

.pd-home-sidebar__more {
  margin-top: auto;
}

.pd-home-hero {
  position: relative;
  min-height: 346px;
  overflow: hidden;
  border-radius: 14px;
  background-color: var(--pd-hot-blue-dark);
  background-image: url('/assets/images/pdplus-home-market-route.png?v=20260830');
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 36px rgba(5, 24, 79, .18);
}

.pd-home-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 346px;
  width: 58%;
  padding: 34px 0 32px 50px;
  color: #fff;
}

.pd-home-hero h1 {
  margin: 0;
  color: #fff;
  font: 800 clamp(35px, 3.15vw, 52px)/1.06 var(--pd-hot-font);
  letter-spacing: -.035em;
}

.pd-home-hero h1 span {
  color: var(--pd-hot-orange);
}

.pd-home-hero__meta {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}

.pd-home-hero__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

.pd-home-hero__meta > span + span {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, .35);
}

.pd-home-hero__meta .bi {
  color: var(--pd-hot-orange);
  font-size: 22px;
}

.pd-home-hero__meta small {
  color: #cbd8ff;
  font-size: 10px;
  font-weight: 600;
}

.pd-home-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  margin-top: 24px;
  padding: 0 24px;
  border-radius: 12px;
  background: var(--pd-hot-orange);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(255, 90, 10, .24);
  transition: background .18s ease, transform .18s ease;
}

.pd-home-hero__cta:hover,
.pd-home-hero__cta:focus-visible {
  background: var(--pd-hot-orange-dark);
  transform: translateY(-1px);
}

.pd-hub-panel {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.pd-hub-panel h2 {
  margin: 0 0 14px;
  color: var(--pd-hot-ink);
  font: 800 20px/1.2 var(--pd-hot-font);
  letter-spacing: -.02em;
}

.pd-hub-panel__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 54px;
  padding: 0 13px;
  border: 1px solid var(--pd-hot-line);
  border-radius: 12px;
  background: #f8faff;
}

.pd-hub-panel__status > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.pd-hub-panel__status .bi {
  color: var(--pd-hot-blue);
}

.pd-hub-panel__status em {
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff0e9;
  color: var(--pd-hot-orange-dark);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.pd-hub-panel ul {
  display: grid;
  gap: 16px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.pd-hub-panel li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  color: var(--pd-hot-ink);
}

.pd-hub-panel li > .bi {
  color: var(--pd-hot-blue-dark);
  font-size: 18px;
}

.pd-hub-panel li span,
.pd-hub-panel li strong,
.pd-hub-panel li small {
  display: block;
}

.pd-hub-panel li strong {
  font-size: 12px;
  line-height: 1.3;
}

.pd-hub-panel li small {
  margin-top: 2px;
  color: var(--pd-hot-muted);
  font-size: 10px;
  line-height: 1.35;
}

.pd-hub-panel > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid var(--pd-hot-line);
  border-radius: 11px;
  color: var(--pd-hot-blue);
  font-size: 12px;
  font-weight: 800;
}

.pd-hub-panel > a:hover,
.pd-hub-panel > a:focus-visible {
  border-color: var(--pd-hot-blue);
  background: var(--pd-hot-blue-soft);
}

.pd-category-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.pd-category-tile {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 10px;
  min-height: 112px;
  padding: 12px;
  border: 1px solid var(--pd-hot-line);
  border-radius: 13px;
  background: #fff;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.pd-category-tile:hover,
.pd-category-tile:focus-visible {
  border-color: #b7c7e7;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(7, 20, 60, .08);
}

.pd-category-tile__media {
  display: grid;
  place-items: center;
  width: 68px;
  height: 78px;
  overflow: hidden;
}

.pd-category-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pd-category-tile__fallback {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--pd-hot-blue-soft);
  color: var(--pd-hot-blue);
  font-size: 24px;
}

.pd-category-tile__fallback[hidden] {
  display: none;
}

.pd-category-tile__copy,
.pd-category-tile__copy strong,
.pd-category-tile__copy small {
  display: block;
  min-width: 0;
}

.pd-category-tile__copy strong {
  color: var(--pd-hot-blue);
  font-size: 11px;
  line-height: 1.25;
}

.pd-category-tile__copy small {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  color: var(--pd-hot-ink);
  font-size: 9px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pd-category-tile > .bi {
  color: var(--pd-hot-blue-dark);
  font-size: 13px;
}

.pd-home-products {
  margin-top: 28px;
}

.pd-home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
}

.pd-home-section-head h2 {
  margin: 0;
  color: var(--pd-hot-ink);
  font: 800 clamp(24px, 2.5vw, 34px)/1.1 var(--pd-hot-font);
  letter-spacing: -.03em;
}

.pd-home-section-head p {
  max-width: 68ch;
  margin: 7px 0 0;
  color: var(--pd-hot-muted);
  font-size: 12px;
  line-height: 1.55;
}

.pd-home-section-head > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: var(--pd-hot-blue);
  font-size: 12px;
  font-weight: 800;
}

.pd-home-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.pd-home-product {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--pd-hot-line);
  border-radius: 13px;
  background: #fff;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.pd-home-product:hover,
.pd-home-product:focus-within {
  border-color: #b7c7e7;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(7, 20, 60, .09);
}

.pd-home-product__media {
  display: grid;
  place-items: center;
  height: 168px;
  padding: 12px;
  overflow: hidden;
  background: #f8faff;
}

.pd-home-product__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .24s ease;
}

.pd-home-product:hover .pd-home-product__media img {
  transform: scale(1.025);
}

.pd-home-product__fallback {
  display: grid;
  place-items: center;
  gap: 8px;
  color: var(--pd-hot-muted);
  text-align: center;
}

.pd-home-product__fallback[hidden] {
  display: none;
}

.pd-home-product__fallback .bi {
  color: var(--pd-hot-blue);
  font-size: 25px;
}

.pd-home-product__fallback small {
  font-size: 10px;
  font-weight: 700;
}

.pd-home-product__body {
  padding: 13px;
}

.pd-home-product h3 {
  display: -webkit-box;
  min-height: 38px;
  margin: 0 0 9px;
  overflow: hidden;
  color: var(--pd-hot-ink);
  font: 750 13px/1.4 var(--pd-hot-font);
  letter-spacing: -.01em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pd-home-product__body > small {
  display: block;
  color: var(--pd-hot-muted);
  font-size: 9px;
  font-weight: 600;
}

.pd-home-product__body > strong {
  display: block;
  margin-top: 2px;
  color: var(--pd-hot-ink);
  font-size: 17px;
  line-height: 1.25;
}

.pd-home-product__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  margin: 12px -13px -13px;
  padding: 9px 11px;
  background: #f6f9ff;
  color: var(--pd-hot-muted);
  font-size: 8px;
  font-weight: 700;
}

.pd-home-product__foot span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pd-home-product__foot span:first-child {
  color: var(--pd-hot-blue);
}

.pd-home-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 16px;
  padding: 18px 28px;
  border-radius: 13px;
  background: var(--pd-hot-blue-soft);
}

.pd-home-trust > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.pd-home-trust > div > .bi {
  color: var(--pd-hot-blue);
  font-size: 24px;
}

.pd-home-trust > div:nth-child(2) > .bi,
.pd-home-trust > div:nth-child(4) > .bi {
  color: var(--pd-hot-orange);
}

.pd-home-trust span,
.pd-home-trust strong,
.pd-home-trust small {
  display: block;
}

.pd-home-trust strong {
  color: var(--pd-hot-blue);
  font-size: 11px;
  line-height: 1.3;
}

.pd-home-trust small {
  margin-top: 2px;
  color: var(--pd-hot-ink);
  font-size: 9px;
  line-height: 1.35;
}

/* Carry the hot brand into existing global controls without changing their structure. */
.peedy-bubble,
.peedy-form button {
  background: var(--pd-hot-blue);
}

.peedy-bubble:hover,
.peedy-form button:hover {
  background: #042ca6;
}

.site-footer__whatsapp {
  background: var(--pd-hot-green);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(6, 55, 197, .34);
  outline-offset: 3px;
}

@media (max-width: 1260px) {
  .pd-header-primary {
    grid-template-columns: 184px 124px minmax(240px, 1fr) auto;
    gap: 12px;
  }

  .pd-brand-logo {
    width: 184px;
  }

  .pd-header-utility a {
    padding: 0 7px;
  }

  .pd-header-utility a span {
    display: none;
  }

  .pd-category-nav {
    grid-template-columns: 200px repeat(6, max-content) 1fr max-content;
  }

  .pd-category-nav a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .pd-market-intro {
    grid-template-columns: 200px minmax(0, 1fr) 260px;
  }

  .pd-home-hero__copy {
    width: 64%;
    padding-left: 34px;
  }

  .pd-category-rail,
  .pd-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pd-category-tile {
    min-height: 100px;
  }
}

@media (max-width: 1040px) {
  .pd-category-nav a:nth-of-type(5),
  .pd-category-nav a:nth-of-type(6) {
    display: none;
  }

  .pd-market-intro {
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  .pd-home-sidebar {
    display: none;
  }
}

@media (max-width: 900px) {
  .pd-header-primary {
    grid-template-columns: minmax(142px, 184px) 1fr auto;
    min-height: auto;
    padding: 9px 16px 12px;
  }

  .pd-brand-logo {
    width: min(184px, 100%);
    height: 54px;
  }

  .pd-location-select,
  .pd-header-utility,
  .pd-category-nav {
    display: none;
  }

  .pd-mobile-actions {
    display: flex;
    justify-self: end;
  }

  .pd-mobile-cart {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--pd-hot-line);
    border-radius: 13px;
    color: var(--pd-hot-ink);
    font-size: 20px;
  }

  .pd-mobile-cart strong {
    position: absolute;
    top: -5px;
    right: -5px;
  }

  .pd-header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 48px;
  }

  .pd-brand-header .mobile-nav.is-open {
    top: calc(100% + 8px);
    z-index: 205;
  }

  .pd-home-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .pd-market-intro {
    grid-template-columns: 1fr;
  }

  .pd-home-hero {
    min-height: 390px;
  }

  .pd-home-hero__copy {
    min-height: 390px;
  }

  .pd-hub-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
  }

  .pd-hub-panel h2,
  .pd-hub-panel > a {
    grid-column: 1 / -1;
  }

  .pd-hub-panel ul {
    margin: 0;
  }

  .pd-hub-panel > a {
    margin-top: 0;
  }

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

@media (max-width: 640px) {
  .pd-header-primary {
    grid-template-columns: minmax(118px, 154px) 1fr auto;
    gap: 8px;
  }

  .pd-brand-logo {
    height: 48px;
  }

  .pd-mobile-actions {
    gap: 7px;
  }

  .pd-mobile-cart,
  .pd-brand-header .mobile-nav-toggle {
    width: 42px;
    height: 42px;
  }

  .pd-home-shell {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .pd-home-hero,
  .pd-home-hero__copy {
    min-height: 420px;
  }

  .pd-home-hero {
    background-position: 38% center;
  }

  .pd-home-hero__copy {
    justify-content: flex-end;
    width: 92%;
    padding: 30px 22px;
  }

  .pd-home-hero h1 {
    max-width: 9.2em;
    font-size: clamp(34px, 10vw, 45px);
  }

  .pd-home-hero__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }

  .pd-home-hero__meta > span + span {
    padding-left: 0;
    border-left: 0;
  }

  .pd-home-hero__cta {
    min-height: 48px;
    margin-top: 18px;
  }

  .pd-hub-panel {
    display: flex;
  }

  .pd-category-rail {
    display: flex;
    margin-right: -12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pd-category-rail::-webkit-scrollbar {
    display: none;
  }

  .pd-category-tile {
    flex: 0 0 240px;
    scroll-snap-align: start;
  }

  .pd-home-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

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

  .pd-home-product__media {
    height: 145px;
    padding: 9px;
  }

  .pd-home-product__body {
    padding: 10px;
  }

  .pd-home-product__body > strong {
    font-size: 15px;
  }

  .pd-home-product__foot {
    align-items: flex-start;
    flex-direction: column;
    margin: 10px -10px -10px;
    padding: 8px 10px;
  }

  .pd-home-trust {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .peedy-bubble {
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 16px;
  }

  .peedy-bubble span {
    display: none;
  }
}

@media (max-width: 390px) {
  .pd-header-primary {
    grid-template-columns: 1fr auto;
  }

  .pd-brand-logo {
    width: 150px;
  }

  .pd-mobile-cart {
    display: none;
  }

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

  .pd-home-product__media {
    height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* The legacy premium enhancement appends an older theme after page load.
   These tightly scoped declarations preserve the approved PDPLUS homepage. */
body:has(.pd-home) {
  background: #fff !important;
  color: var(--pd-hot-ink) !important;
  font-family: var(--pd-hot-font) !important;
}

body:has(.pd-home) .pd-grain,
.pd-home ~ .pd-grain {
  display: none !important;
}

.site-header.pd-brand-header,
.site-header.pd-brand-header nav,
.site-header.pd-brand-header .pd-category-nav {
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(7, 20, 60, .05) !important;
  backdrop-filter: none !important;
}

.site-header.pd-brand-header .pd-header-utility a,
.site-header.pd-brand-header .pd-category-nav a {
  color: var(--pd-hot-ink) !important;
  font-family: var(--pd-hot-font) !important;
  font-weight: 700 !important;
}

.site-header.pd-brand-header .pd-category-nav__all,
.site-header.pd-brand-header .pd-category-nav__verified {
  color: var(--pd-hot-orange) !important;
}

.site-header.pd-brand-header .pd-header-search button[type="submit"] {
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--pd-hot-blue) !important;
  color: #fff !important;
  font-family: var(--pd-hot-font) !important;
}

.site-header.pd-brand-header .pd-header-search button[type="submit"]:hover {
  background: #042ca6 !important;
}

.pd-home .pd-home-hero h1,
.pd-home .pd-hub-panel h2,
.pd-home .pd-home-section-head h2,
.pd-home .pd-home-product h3 {
  font-family: var(--pd-hot-font) !important;
  color: var(--pd-hot-ink) !important;
}

.pd-home .pd-home-hero h1 {
  color: #fff !important;
  font-weight: 800 !important;
}

.pd-home .pd-home-hero h1 span {
  color: var(--pd-hot-orange) !important;
}

.pd-home .pd-home-hero__cta {
  background: var(--pd-hot-orange) !important;
  color: #fff !important;
  border-radius: 12px !important;
  font-family: var(--pd-hot-font) !important;
  font-weight: 800 !important;
}

.pd-home .pd-home-hero__cta:hover {
  background: var(--pd-hot-orange-dark) !important;
}
