.store-home-page,
.home2-page {
  font-family: "Poppins", "Inter", sans-serif;
}

.home2-page,
.home2-page * {
  box-sizing: border-box;
}

.home2-page {
  --home2-red: #ff3f40;
  --home2-blue: #005ccc;
  --home2-ink: #333e48;
  --home2-muted: #8b939a;
  --home2-line: #e8eaec;
  color: var(--home2-ink);
  background: #fff;
}

.home2-page .container {
  width: 100%;
  max-width: 1490px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.home2-main {
  overflow: hidden;
}

.home2-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 50px 0 46px;
  border: 1px solid var(--home2-line);
  border-radius: 6px;
  background: #fff;
}

.home2-benefits > div {
  display: flex;
  align-items: center;
  min-height: 108px;
  padding: 18px 24px;
  gap: 18px;
  border-right: 1px solid var(--home2-line);
}

.home2-benefits > div:last-child {
  border-right: 0;
}

.home2-benefits svg {
  flex: 0 0 auto;
  color: #7e878e;
  stroke-width: 1.5;
}

.home2-benefits span {
  display: flex;
  flex-direction: column;
}

.home2-benefits strong {
  color: var(--home2-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.home2-benefits small {
  margin-top: 5px;
  color: #7e878e;
  font-size: 10px;
  line-height: 1.45;
}

.home2-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 45px;
}

.home2-category-grid > a {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  height: 100px;
  overflow: hidden;
  color: var(--home2-ink);
  background: #f5f5f5;
  text-decoration: none !important;
}

.home2-category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #7c858d;
}

.home2-category-icon svg {
  width: 62px;
  height: 62px;
  transition: color 0.2s ease, transform 0.45s ease;
}

.home2-category-grid h6 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin: 0;
  padding: 0 18px 0 20px;
  color: #333e48;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.home2-category-grid > a:hover .home2-category-icon svg {
  transform: scale(1.06);
}

.home2-category-grid > a:hover h6,
.home2-product-card:hover .home2-product-title {
  color: var(--home2-red);
}

.home2-section {
  margin-top: 42px;
}

.home2-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--home2-line);
}

.home2-section-title > div,
.home2-section-title nav {
  display: flex;
  align-items: center;
  min-height: 48px;
  gap: 10px;
}

.home2-section-title h2 {
  margin: 0;
  color: var(--home2-ink);
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.home2-title-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  background: var(--home2-red);
}

.home2-arrows {
  gap: 0 !important;
}

.home2-arrows button {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  padding: 0;
  color: #818a92;
  background: transparent;
  border: 0;
  transition: color 0.2s ease;
}

.home2-arrows button + button {
  border-left: 1px solid var(--home2-line);
}

.home2-arrows button:hover {
  color: var(--home2-red);
}

.home2-tabs {
  justify-content: flex-start;
}

.home2-tabs nav {
  gap: 28px;
}

.home2-tabs button {
  align-self: stretch;
  padding: 0;
  color: #59636c;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
}

.home2-tabs button.active,
.home2-tabs button:hover {
  color: var(--home2-red);
  border-bottom-color: var(--home2-red);
}

.home2-tab-panel[hidden] {
  display: none !important;
}

.home2-products {
  display: grid;
  gap: 28px;
}

.home2-products-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home2-products-six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home2-collection-track,
.home2-best-products {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home2-collection-track {
  grid-auto-columns: calc((100% - 112px) / 5);
}

.home2-collection-track::-webkit-scrollbar,
.home2-best-products::-webkit-scrollbar {
  display: none;
}

.home2-collection-track > *,
.home2-best-products > * {
  scroll-snap-align: start;
}

.home2-product-card {
  position: relative;
  min-width: 0;
  color: var(--home2-ink);
  background: #fff;
}

.home2-product-media {
  position: relative;
  height: 270px;
  overflow: hidden;
  border: 1px solid var(--home2-line);
  background: #fff;
}

.home2-product-media > a {
  position: absolute;
  inset: 0;
  display: block;
}

.home2-product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  transition: opacity 0.4s ease, transform 0.55s cubic-bezier(.2,.7,.2,1);
}

.home2-product-image-hover {
  opacity: 0;
  transform: scale(1.04);
}

.home2-product-card:hover .home2-product-image {
  opacity: 0;
  transform: scale(1.06);
}

.home2-product-card:hover .home2-product-image-hover {
  opacity: 1;
  transform: scale(1);
}

.home2-sale-badge,
.home2-catch-sale {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  display: grid;
  place-items: center;
  align-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: var(--home2-red);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.home2-sale-badge small,
.home2-catch-sale small {
  color: inherit;
  font-size: 8px;
  font-weight: 500;
}

.home2-product-actions {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.home2-product-actions a,
.home2-product-actions button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--home2-ink);
  background: #fff;
  border: 1px solid #e4e7e9;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(32, 40, 47, 0.08);
  opacity: 0;
  transform: translateX(18px);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.25s ease, transform 0.25s ease;
}

.home2-product-actions :is(a, button):nth-child(2) { transition-delay: 0.04s; }
.home2-product-actions :is(a, button):nth-child(3) { transition-delay: 0.08s; }
.home2-product-actions :is(a, button):nth-child(4) { transition-delay: 0.12s; }

.home2-product-card:hover .home2-product-actions :is(a, button) {
  opacity: 1;
  transform: translateX(0);
}

.home2-product-actions :is(a, button):hover {
  color: #fff;
  background: var(--home2-red);
  border-color: var(--home2-red);
}

.home2-product-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.home2-deal-track {
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 60px) / 5);
  grid-template-columns: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home2-deal-track::-webkit-scrollbar {
  display: none;
}

.home2-deal-track > * {
  scroll-snap-align: start;
}

.home2-product-info {
  display: flex;
  flex-direction: column;
  padding-top: 14px;
}

.home2-product-info > small {
  color: #92999f;
  font-size: 9px;
  line-height: 1.3;
}

.home2-product-title {
  display: -webkit-box;
  min-height: 38px;
  margin-top: 4px;
  overflow: hidden;
  color: var(--home2-blue);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home2-product-prices {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
}

.home2-product-prices strong {
  color: var(--home2-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.home2-product-prices del {
  color: #a0a6ab;
  font-size: 10px;
}

.home2-stock-progress {
  height: 3px;
  margin-top: 16px;
  overflow: hidden;
  background: #ebedef;
  border-radius: 999px;
}

.home2-stock-progress i {
  display: block;
  height: 100%;
  background: var(--home2-red);
  border-radius: inherit;
}

.home2-stock-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: #91989e;
  font-size: 8px;
}

.home2-stock-labels b {
  color: #606a72;
}

.home2-promo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 56px 0 42px;
}

.home2-promo-card {
  position: relative;
  display: block;
  height: 202px;
  overflow: hidden;
  color: #fff !important;
  background: #161148 var(--promo-bg) center / cover no-repeat;
  border-radius: 7px;
  text-decoration: none !important;
}

.home2-promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 13, 40, 0.18), transparent 72%);
}

.home2-promo-card img {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: -18px;
  width: 43%;
  height: 215px;
  object-fit: contain;
  filter: drop-shadow(0 15px 20px rgba(0,0,0,.22));
  transition: transform 0.45s ease;
}

.home2-promo-card:hover img {
  transform: scale(1.05) translateY(-3px);
}

.home2-promo-copy {
  position: absolute;
  z-index: 2;
  top: 43px;
  left: 35px;
  display: flex;
  flex-direction: column;
}

.home2-promo-copy small {
  margin-bottom: 8px;
  font-size: 9px;
  letter-spacing: 2px;
}

.home2-promo-copy strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

.home2-promo-price {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 25%;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background: var(--home2-red);
  border-radius: 50%;
  font-size: 8px;
  line-height: 1.1;
  text-align: center;
}

.home2-promo-price b {
  font-size: 11px;
}

.home2-camera-banner {
  position: relative;
  display: block;
  height: 190px;
  margin: 58px 0 44px;
  overflow: hidden;
  color: #fff !important;
  background: #130d28 var(--promo-bg) center / cover no-repeat;
  border-radius: 6px;
  text-decoration: none !important;
}

.home2-camera-banner > div {
  position: absolute;
  z-index: 3;
  top: 42px;
  left: 65px;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  line-height: 1.2;
}

.home2-camera-banner > div small {
  font-size: 20px;
}

.home2-camera-sale {
  position: absolute;
  z-index: 4;
  top: 25px;
  left: 48%;
  display: grid;
  place-items: center;
  align-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--home2-red);
  font-size: 8px;
  text-align: center;
}

.home2-camera-sale b {
  font-size: 10px;
}

.home2-camera-banner img {
  position: absolute;
  z-index: 2;
  bottom: -24px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,.35));
  transition: transform 0.45s ease;
}

.home2-camera-banner .camera-one {
  right: 25%;
  width: 260px;
  height: 190px;
}

.home2-camera-banner .camera-two {
  right: 28px;
  width: 310px;
  height: 205px;
}

.home2-camera-banner:hover img {
  transform: translateY(-5px) scale(1.03);
}

.home2-best-grid {
  display: grid;
  grid-template-columns: 1.55fr minmax(0, 3fr);
  gap: 28px;
}

.home2-best-products {
  grid-auto-columns: calc((100% - 56px) / 3);
  gap: 28px;
  min-width: 0;
}

.home2-tv-banner {
  position: relative;
  display: block;
  min-height: 338px;
  overflow: hidden;
  color: #fff !important;
  background: #273dc4 var(--promo-bg) center / cover no-repeat;
  border-radius: 6px;
  text-decoration: none !important;
}

.home2-tv-banner > span {
  position: absolute;
  z-index: 3;
  top: 36px;
  left: 28px;
  font-size: 25px;
  line-height: 1.05;
}

.home2-tv-banner b {
  display: block;
  font-size: 38px;
}

.home2-tv-banner strong {
  display: block;
  margin-top: 3px;
  font-size: 67px;
  font-weight: 500;
}

.home2-tv-banner sup {
  font-size: 12px;
}

.home2-tv-banner small {
  display: block;
  max-width: 175px;
  margin-top: 8px;
  font-size: 8px;
  line-height: 1.4;
}

.home2-tv-banner img {
  position: absolute;
  right: -8px;
  bottom: 8px;
  width: 72%;
  height: 270px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.home2-tv-banner:hover img {
  transform: scale(1.04);
}

.home2-best-grid .home2-product-media {
  height: 260px;
}

.home2-smart-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px 28px;
}

.home2-product-card.is-compact {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 100px;
}

.home2-product-card.is-compact .home2-product-media {
  width: 100px;
  height: 94px;
  border: 0;
}

.home2-product-card.is-compact .home2-product-media img {
  padding: 3px;
}

.home2-product-card.is-compact .home2-product-actions {
  display: none;
}

.home2-product-card.is-compact .home2-product-info {
  padding: 0;
}

.home2-product-card.is-compact .home2-product-title {
  min-height: 34px;
  font-size: 9px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
}

.home2-product-card.is-compact .home2-product-prices {
  margin-top: 4px;
}

.home2-product-card.is-compact .home2-product-prices strong {
  font-size: 13px;
}

.home2-product-card.is-compact .home2-product-prices del {
  display: none;
}

.home2-catch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin: 52px 0 45px;
}

.home2-catch-grid > a {
  position: relative;
  display: block;
  height: 196px;
  overflow: hidden;
  text-decoration: none !important;
}

.home2-catch-grid > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home2-catch-grid > a:hover > img {
  transform: scale(1.05);
}

.home2-catch-sale {
  top: 12px;
  left: 12px;
  width: 44px;
  height: 44px;
  font-size: 9px;
}

.home2-catch-copy {
  position: absolute;
  z-index: 3;
  top: 62px;
  left: 22px;
  display: flex;
  flex-direction: column;
  color: #202a33;
  font-size: 13px;
  line-height: 1.05;
  text-transform: uppercase;
}

.has-light-copy .home2-catch-copy {
  color: #fff;
}

.home2-catch-copy strong {
  font-size: 24px;
}

.home2-catch-copy small {
  margin-top: 2px;
  font-size: 9px;
}

.home2-catch-copy em {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 18px;
  font-size: 9px;
  font-style: normal;
  text-transform: none;
}

.home2-recent {
  margin-bottom: 48px;
}

.home2-products-six .home2-product-media {
  height: 220px;
}

.home2-products-six .home2-product-title {
  font-size: 10px;
}

.home2-newsletter > .container {
  grid-template-columns: 320px 1fr 520px;
  min-height: 74px;
}

.home2-newsletter-popup {
  position: fixed;
  z-index: 140;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.home2-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 31, 37, 0.55);
}

.home2-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 94vw);
  padding: 44px;
  color: var(--home2-ink);
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 25px 80px rgba(0,0,0,.25);
  text-align: center;
}

.home2-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #55606a;
  background: transparent;
  border: 0;
}

.home2-popup-dialog h2 {
  margin: 0;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.home2-popup-dialog p {
  margin-top: 12px;
  color: #78828a;
  font-size: 12px;
  line-height: 1.6;
}

.home2-popup-dialog form {
  display: grid;
  grid-template-columns: 1fr 120px;
  margin-top: 22px;
}

.home2-popup-dialog input {
  min-width: 0;
  height: 43px;
  padding: 0 14px;
  border: 1px solid #dfe3e6;
  border-radius: 4px 0 0 4px;
  outline: 0;
}

.home2-popup-dialog form button {
  color: #fff;
  background: var(--home2-red);
  border: 0;
  border-radius: 0 4px 4px 0;
  font-size: 11px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .home2-benefits > div { padding: 15px; gap: 12px; }
  .home2-products { gap: 18px; }
  .home2-product-media { height: 225px; }
  .home2-best-grid { gap: 18px; }
  .home2-smart-grid { gap: 20px 16px; }
  .home2-product-card.is-compact { grid-template-columns: 82px minmax(0,1fr); }
  .home2-product-card.is-compact .home2-product-media { width: 82px; height: 82px; }
  .home2-promo-copy strong { font-size: 20px; }
}

@media (max-width: 1023px) {
  .home2-benefits { grid-template-columns: repeat(3, 1fr); }
  .home2-benefits > div:nth-child(3) { border-right: 0; }
  .home2-benefits > div:nth-child(-n+3) { border-bottom: 1px solid var(--home2-line); }
  .home2-category-grid { grid-template-columns: repeat(2, 1fr); }
  .home2-products-five { grid-template-columns: repeat(4, 1fr); }
  .home2-products-five > :nth-child(5) { display: none; }
  .home2-deal-track {
    grid-auto-columns: calc((100% - 54px) / 4);
    grid-template-columns: none;
  }
  .home2-deal-track > :nth-child(n) { display: block; }
  .home2-products-six { grid-template-columns: repeat(4, 1fr); }
  .home2-products-six > :nth-child(n+5) { display: none; }
  .home2-collection-track { grid-auto-columns: calc((100% - 54px) / 4); }
  .home2-best-grid { grid-template-columns: 1fr; }
  .home2-tv-banner { min-height: 280px; }
  .home2-tv-banner img { width: 55%; }
  .home2-best-products { grid-auto-columns: calc((100% - 36px) / 3); gap: 18px; }
  .home2-smart-grid { grid-template-columns: repeat(3, 1fr); }
  .home2-catch-grid { grid-template-columns: repeat(2, 1fr); }
  .home2-newsletter > .container { grid-template-columns: 1fr 1.5fr; }
  .home2-newsletter > .container > span { display: none; }
}

@media (max-width: 767px) {
  .home2-benefits { grid-template-columns: repeat(2, 1fr); margin: 26px 0; }
  .home2-benefits > div { min-height: 80px; }
  .home2-benefits > div:nth-child(2n) { border-right: 0; }
  .home2-benefits > div:nth-child(3) { border-right: 1px solid var(--home2-line); }
  .home2-benefits > div:nth-child(4) { border-bottom: 1px solid var(--home2-line); }
  .home2-category-grid { gap: 15px; margin-bottom: 30px; }
  .home2-category-grid > a { height: 88px; }
  .home2-category-grid h6 { padding: 0 12px; font-size: 14px; }
  .home2-category-icon svg { width: 50px; height: 50px; }
  .home2-section { margin-top: 30px; }
  .home2-products-five,
  .home2-products-six { grid-template-columns: repeat(2, 1fr); gap: 20px 10px; }
  .home2-products-five > :nth-child(5) { display: block; }
  .home2-products-six > :nth-child(n+5) { display: block; }
  .home2-collection-track { grid-auto-columns: calc((100% - 10px) / 2); }
  .home2-deal-track {
    grid-auto-columns: calc((100% - 10px) / 2);
    grid-template-columns: none;
  }
  .home2-product-media { height: 190px; }
  .home2-promo-pair { grid-template-columns: 1fr; margin: 38px 0 30px; }
  .home2-promo-card { height: 180px; }
  .home2-camera-banner { height: 155px; margin: 38px 0 30px; }
  .home2-camera-banner > div { top: 34px; left: 20px; font-size: 18px; }
  .home2-camera-banner > div small { font-size: 14px; }
  .home2-camera-banner .camera-one { right: 18%; width: 150px; }
  .home2-camera-banner .camera-two { right: -15px; width: 190px; }
  .home2-camera-sale { left: 47%; width: 52px; height: 52px; }
  .home2-best-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 10px; }
  .home2-tv-banner { grid-column: 1 / -1; min-height: 230px; }
  .home2-best-products { grid-column: 1 / -1; grid-auto-columns: calc((100% - 10px) / 2); gap: 10px; }
  .home2-best-grid .home2-product-media { height: 190px; }
  .home2-smart-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 10px; }
  .home2-product-card.is-compact { grid-template-columns: 68px minmax(0, 1fr); }
  .home2-product-card.is-compact .home2-product-media { width: 68px; height: 68px; }
  .home2-catch-grid { gap: 10px; margin: 35px 0; }
  .home2-catch-grid > a { height: 150px; }
  .home2-catch-copy { top: 50px; left: 14px; }
  .home2-catch-copy strong { font-size: 18px; }
  .home2-newsletter > .container { grid-template-columns: 1fr; }
}

@media (max-width: 479px) {
  .home2-benefits small { display: none; }
  .home2-benefits > div { min-height: 64px; padding: 10px; }
  .home2-category-grid > a { height: 72px; }
  .home2-category-grid h6 { padding: 0 8px; font-size: 11px; }
  .home2-category-icon svg { width: 40px; height: 40px; }
  .home2-product-media { height: 158px; }
  .home2-product-actions { display: none; }
  .home2-sale-badge { width: 39px; height: 39px; font-size: 8px; }
  .home2-product-title { font-size: 10px; }
  .home2-product-prices strong { font-size: 14px; }
  .home2-tabs nav { gap: 18px; }
  .home2-tabs button { font-size: 12px; }
  .home2-promo-copy { left: 20px; }
  .home2-promo-copy strong { font-size: 17px; }
  .home2-promo-card img { right: -8px; opacity: .85; }
  .home2-promo-price { right: 28%; }
  .home2-tv-banner { grid-column: 1 / -1; }
  .home2-smart-grid { grid-template-columns: 1fr; }
  .home2-catch-copy { font-size: 10px; }
  .home2-catch-copy strong { font-size: 16px; }
  .home2-catch-copy em { margin-top: 10px; }
  .home2-popup-dialog { padding: 38px 22px 26px; }
  .home2-popup-dialog form { grid-template-columns: 1fr; gap: 8px; }
  .home2-popup-dialog input,
  .home2-popup-dialog form button { border-radius: 4px; }
  .home2-popup-dialog form button { height: 42px; }
}
