/*
Theme Name: VINFAST365 Commerce
Theme URI: https://vinfast365.com/
Author: VINFAST365.COM
Description: Theme WordPress ban hang, bao gia va tin tuc VinFast theo giao dien VINFAST365.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vinfast365
Tags: ecommerce, news, custom-logo, featured-images, responsive-layout
*/

:root {
  --vf-blue: #0046d5;
  --vf-blue-2: #0a63ff;
  --vf-navy: #061a3a;
  --vf-deep: #02122a;
  --vf-green: #00a65a;
  --vf-yellow: #ffcc35;
  --vf-text: #13213a;
  --vf-muted: #647086;
  --vf-line: #dce6f4;
  --vf-bg: #f5f9ff;
  --vf-soft: #edf5ff;
  --vf-radius: 8px;
  --vf-container: 1180px;
  --vf-shadow: 0 16px 40px rgba(10, 55, 120, .13);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--vf-text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

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

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

.vf-topbar {
  color: #fff;
  background: linear-gradient(90deg, #061a3a, #092b5c);
  font-size: 13px;
}
.vf-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  gap: 20px;
}
.vf-topbar__right {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #e4ebf6;
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  align-items: center;
  min-height: 76px;
  gap: 26px;
}
.site-branding { flex: 0 0 250px; }
.vf-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.vf-mark {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.vf-mark::before,
.vf-mark::after {
  position: absolute;
  top: 4px;
  width: 8px;
  height: 34px;
  content: "";
  background: linear-gradient(180deg, #28384f, #8d98a8);
  transform-origin: top center;
}
.vf-mark::before { left: 12px; transform: rotate(-32deg); }
.vf-mark::after { right: 12px; transform: rotate(32deg); }
.vf-logo__word {
  display: block;
  color: #071a36;
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}
.vf-logo__word span { color: var(--vf-blue); }
.vf-logo__tag {
  display: block;
  margin-top: 5px;
  color: #18253b;
  font-size: 12px;
  font-weight: 700;
}
.site-nav { flex: 1; }
.site-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  color: #0e1d36;
  border-radius: var(--vf-radius);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}
.site-nav .current-menu-item a,
.site-nav a:hover {
  color: var(--vf-blue);
  background: #edf4ff;
}
.site-nav .current-menu-item a::after {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -17px;
  height: 3px;
  content: "";
  background: var(--vf-blue);
  border-radius: 999px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vf-button,
.quote-submit,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(135deg, #0046d5, #0b67ff);
  border: 0;
  border-radius: var(--vf-radius);
  box-shadow: 0 14px 28px rgba(0, 70, 213, .25);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.vf-button--light {
  color: var(--vf-blue);
  background: #fff;
  border: 1px solid #d5e2f7;
  box-shadow: 0 10px 22px rgba(10, 55, 120, .09);
}
.menu-toggle {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #0d1b35;
  background: #f4f7ff;
  border: 1px solid #e8eefc;
  border-radius: var(--vf-radius);
  cursor: pointer;
}

.hero {
  overflow: hidden;
  padding: 56px 0 86px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(235,246,255,.94)),
    radial-gradient(circle at 72% 22%, rgba(10,99,255,.16), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #e5f4ff 100%);
}
.hero::before {
  display: block;
  height: 142px;
  margin-bottom: -142px;
  content: "";
  opacity: .55;
  background:
    linear-gradient(to top, rgba(255,255,255,.96), rgba(255,255,255,0)),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(14,70,130,.16) 73px 74px),
    linear-gradient(to top, rgba(36,112,190,.18), rgba(36,112,190,0));
  clip-path: polygon(0 50%, 5% 44%, 5% 100%, 8% 100%, 8% 36%, 11% 36%, 11% 100%, 16% 100%, 16% 22%, 20% 22%, 20% 100%, 26% 100%, 26% 42%, 29% 42%, 29% 100%, 36% 100%, 36% 16%, 40% 16%, 40% 100%, 47% 100%, 47% 48%, 52% 48%, 52% 100%, 59% 100%, 59% 26%, 63% 26%, 63% 100%, 70% 100%, 70% 38%, 74% 38%, 74% 100%, 80% 100%, 80% 20%, 84% 20%, 84% 100%, 90% 100%, 90% 46%, 94% 46%, 94% 100%, 100% 100%, 100% 55%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(410px, .78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: 24px;
}
.hero-copy h1 {
  margin: 0 0 10px;
  color: #071127;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: .95;
  letter-spacing: 0;
  font-weight: 950;
}
.hero-copy h1 span { color: var(--vf-blue); }
.hero-copy h2 {
  margin: 0 0 24px;
  color: #14213b;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero-points {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  font-weight: 800;
}
.hero-points li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-points span,
.benefit-icon,
.mini-icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--vf-blue);
  background: #eaf2ff;
  border: 1px solid #cddfff;
  border-radius: 50%;
  font-weight: 950;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-art {
  position: relative;
  min-height: 410px;
}
.hero-emblem {
  position: absolute;
  top: -8px;
  left: 43%;
  z-index: 0;
  color: rgba(5, 33, 75, .22);
  font-size: 210px;
  line-height: .75;
  font-weight: 200;
}
.hero-vehicle-row {
  position: absolute;
  right: 18%;
  bottom: 28px;
  left: -6%;
  display: grid;
  grid-template-columns: 1fr 1.08fr .86fr;
  align-items: end;
  gap: 0;
}
.hero-vehicle {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 22px 22px rgba(4, 20, 50, .22));
}
.hero-vehicle:nth-child(2) {
  z-index: 2;
  transform: scale(1.08) translateY(-6px);
}
.hero-bike-row {
  position: absolute;
  right: -34px;
  bottom: 10px;
  z-index: 3;
  width: min(42%, 330px);
  filter: drop-shadow(0 20px 20px rgba(4, 20, 50, .18));
}
.hero-bike-row img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.benefit-strip {
  margin-top: -52px;
  position: relative;
  z-index: 4;
}
.benefit-panel {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #05214b, #073a82);
  border-radius: 8px;
  box-shadow: var(--vf-shadow);
}
.benefit {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 14px 18px;
  border-right: 1px solid rgba(255,255,255,.12);
}
.benefit:last-child { border-right: 0; }
.benefit-icon {
  width: 36px;
  height: 36px;
  color: #9fc5ff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.24);
}
.benefit strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.benefit span {
  display: block;
  margin-top: 3px;
  color: #cfe0ff;
  font-size: 12px;
}

.section {
  padding: 34px 0;
}
.section-title {
  margin: 0;
  color: #0c1830;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-kicker {
  margin: 0 0 6px;
  color: var(--vf-blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.section-head--center {
  justify-content: center;
  text-align: center;
}
.view-link {
  color: var(--vf-blue);
  font-size: 14px;
  font-weight: 900;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.choice-card {
  min-height: 210px;
  overflow: hidden;
  position: relative;
  padding: 28px 32px;
  background: linear-gradient(135deg, #eaf5ff, #fff);
  border: 1px solid #e4edf8;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(10, 55, 120, .09);
}
.choice-card--green {
  background: linear-gradient(135deg, #ecfff6, #f7fbff);
}
.choice-card h3 {
  margin: 0 0 4px;
  color: var(--vf-blue);
  font-size: 27px;
  font-weight: 950;
  text-transform: uppercase;
}
.choice-card--green h3 { color: var(--vf-green); }
.choice-card p { margin: 0 0 18px; color: #20304c; font-weight: 650; }
.choice-card img {
  position: absolute;
  right: 14px;
  bottom: 0;
  width: min(55%, 360px);
  filter: drop-shadow(0 18px 18px rgba(4, 20, 50, .15));
}
.choice-vehicles,
.choice-bikes {
  position: absolute;
  right: 12px;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  width: 62%;
  pointer-events: none;
}
.choice-vehicles img,
.choice-bikes img {
  position: static;
  width: 39%;
  max-height: 142px;
  object-fit: contain;
  margin-left: -8%;
}
.choice-vehicles img:nth-child(2) {
  z-index: 2;
  width: 44%;
}
.choice-bikes img {
  width: 100%;
  max-height: 165px;
  margin-left: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.product-grid--archive {
  grid-template-columns: repeat(4, 1fr);
}
.product-card,
.news-card,
.quote-card,
.content-card {
  background: #fff;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(16, 52, 104, .07);
}
.product-card {
  overflow: hidden;
  min-height: 188px;
  padding: 12px;
}
.product-media {
  display: grid;
  place-items: center;
  min-height: 94px;
  margin-bottom: 8px;
  background: #f5f9ff;
  border-radius: 6px;
}
.product-media img {
  width: 100%;
  max-height: 96px;
  object-fit: contain;
}
.product-card.is-bike .product-media {
  background: linear-gradient(180deg, #f7fbff, #edf7ff);
}
.product-card.is-bike .product-media img {
  max-height: 112px;
}
.product-card h3 {
  margin: 0;
  color: #0a1730;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}
.product-card p {
  margin: 3px 0 7px;
  color: var(--vf-blue);
  font-size: 14px;
  font-weight: 950;
}
.product-card a {
  color: var(--vf-blue);
  font-size: 12px;
  font-weight: 900;
}
.product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.product-actions .order-link {
  padding: 6px 10px;
  color: #fff;
  background: var(--vf-blue);
  border-radius: 7px;
}
.product-detail {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 30px;
}
.product-detail__media,
.product-detail__summary {
  background: #fff;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(16, 52, 104, .07);
}
.product-detail__media {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 34px;
  background: linear-gradient(180deg, #f7fbff, #edf6ff);
}
.product-detail__media img {
  max-height: 360px;
  object-fit: contain;
}
.product-detail__summary {
  padding: 30px;
}
.product-detail__summary h1 {
  margin: 0 0 12px;
  color: #071127;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 950;
}
.product-price {
  margin-bottom: 18px;
  color: var(--vf-blue);
  font-size: 26px;
  font-weight: 950;
}
.product-short {
  color: #34435b;
  font-size: 16px;
}
.product-short ul {
  padding-left: 20px;
}
.product-detail__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.product-order-section {
  margin: 0 0 28px;
  border-radius: 8px;
}

.promo-band {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 118px;
  padding: 22px 32px;
  color: #fff;
  background: linear-gradient(100deg, #00349f, #0062f4);
  border-radius: 8px;
  box-shadow: var(--vf-shadow);
}
.promo-band h2 {
  margin: 0;
  color: var(--vf-yellow);
  font-size: 30px;
  line-height: 1.05;
  text-transform: uppercase;
}
.promo-band p { margin: 5px 0 0; font-size: 18px; font-weight: 900; }
.promo-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.promo-features strong { color: var(--vf-yellow); }

.quote-section {
  padding: 42px 0 54px;
  background: var(--vf-bg);
}
.quote-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  align-items: start;
}
.quote-copy h2 {
  margin: 0 0 12px;
  color: #071127;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 950;
}
.quote-copy p {
  margin: 0 0 18px;
  color: #40506a;
  font-size: 17px;
}
.quote-card {
  padding: 22px;
}
.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.quote-form label {
  display: grid;
  gap: 6px;
  color: #17233a;
  font-size: 13px;
  font-weight: 900;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: #12213a;
  background: #fff;
  border: 1px solid #d9e4f2;
  border-radius: 7px;
}
.quote-form textarea {
  min-height: 92px;
  resize: vertical;
}
.quote-form .full { grid-column: 1 / -1; }
.quote-message {
  grid-column: 1 / -1;
  padding: 10px 12px;
  border-radius: 7px;
  font-weight: 800;
}
.quote-message.ok {
  color: #075833;
  background: #e8fff3;
  border: 1px solid #bdeed6;
}
.quote-message.error {
  color: #8c1d18;
  background: #fff0ef;
  border: 1px solid #ffd0cc;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.news-card {
  overflow: hidden;
}
.news-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #eef5ff;
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-badge {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 4px 8px;
  color: #fff;
  background: var(--vf-blue);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
}
.news-body {
  padding: 14px 15px 16px;
}
.news-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #6b778d;
  font-size: 12px;
  font-weight: 750;
}
.news-title {
  margin: 8px 0 0;
  color: #0d1b35;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 900;
}

.site-footer {
  color: #dbe8ff;
  background: linear-gradient(135deg, #03142e, #082b5d);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 32px;
  padding: 38px 0 28px;
}
.footer-logo .vf-logo__word,
.footer-logo .vf-logo__tag { color: #fff; }
.footer-copy {
  max-width: 330px;
  color: #b7c8e5;
}
.footer-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.footer-links,
.footer-contact,
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li,
.footer-contact li { margin: 8px 0; color: #b7c8e5; }
.footer-links a:hover { color: #fff; }
.social-links {
  display: flex;
  gap: 10px;
}
.social-links a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  font-weight: 900;
}
.copyright {
  padding: 14px 0 22px;
  color: #9db3d2;
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: center;
}
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 40;
  display: flex;
  gap: 10px;
}
.floating-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}
.floating-actions a:first-child { background: #0c63ff; }
.floating-actions a:last-child { background: #00a65a; }

.content-wrap {
  padding: 42px 0 56px;
  background: #f7fbff;
}
.content-card {
  padding: 28px;
}
.entry-content {
  color: #25324a;
  font-size: 17px;
}
.entry-content img { border-radius: 8px; }
.pagination,
.nav-links {
  margin-top: 24px;
  text-align: center;
}
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  margin: 0 3px;
  border: 1px solid #d9e4f2;
  border-radius: 7px;
  background: #fff;
}
.page-numbers.current {
  color: #fff;
  background: var(--vf-blue);
}

@media (max-width: 1120px) {
  .site-branding { flex-basis: 230px; }
  .site-nav a { padding: 0 8px; font-size: 12px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid--archive { grid-template-columns: repeat(3, 1fr); }
  .product-detail { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-panel { grid-template-columns: repeat(3, 1fr); }
  .benefit:nth-child(3) { border-right: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .vf-container { width: min(100% - 32px, var(--vf-container)); }
  .vf-topbar__inner { align-items: flex-start; flex-direction: column; padding: 10px 0; gap: 6px; }
  .vf-topbar__right { flex-wrap: wrap; gap: 9px 14px; white-space: normal; }
  .header-inner { min-height: 68px; }
  .site-branding { flex: 1; }
  .vf-logo__word { font-size: 23px; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    padding: 14px 16px 18px;
    background: #fff;
    border-bottom: 1px solid #e4ebf6;
  }
  .site-header.is-open .site-nav { display: block; }
  .site-nav ul { display: grid; justify-content: stretch; gap: 4px; }
  .site-nav a { width: 100%; justify-content: flex-start; }
  .site-nav .current-menu-item a::after { display: none; }
  .menu-toggle { display: grid; }
  .header-actions .vf-button { display: none; }
  .hero { padding: 40px 0 78px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 46px; }
  .hero-art { min-height: 285px; }
  .hero-emblem { left: 32%; font-size: 150px; }
  .hero-vehicle-row { grid-template-columns: 1fr 1fr; }
  .hero-vehicle:last-child { display: none; }
  .hero-bike-row { width: min(42%, 240px); right: -10px; }
  .benefit-panel { grid-template-columns: 1fr; }
  .benefit,
  .benefit:nth-child(3) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .benefit:last-child { border-bottom: 0; }
  .choice-grid,
  .quote-grid,
  .promo-band { grid-template-columns: 1fr; }
  .choice-card img,
  .choice-vehicles,
  .choice-bikes { opacity: .34; width: 76%; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-features { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; }
  .product-detail__summary h1 { font-size: 34px; }
  .floating-actions { left: 16px; right: 16px; justify-content: center; }
}

@media (max-width: 560px) {
  body { font-size: 14px; }
  .vf-logo { gap: 8px; }
  .vf-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .vf-logo__word { font-size: 20px; }
  .vf-logo__tag { font-size: 10px; }
  .hero-copy h1 { font-size: 40px; }
  .hero-copy h2 { font-size: 20px; }
  .hero-art { min-height: 230px; }
  .section-title { font-size: 21px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .product-grid,
  .news-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .product-detail__media { min-height: 260px; padding: 22px; }
  .product-detail__summary { padding: 22px; }
  .product-detail__summary h1 { font-size: 30px; }
  .promo-band { padding: 22px; }
  .promo-band h2 { font-size: 25px; }
}
