main > .hero:not(.hero-marketplace) { display: none; }

.hero-marketplace {
  min-height: 760px;
  padding: 54px 0 46px;
  background: radial-gradient(circle at 22% 20%, #fff 0, #fff 35%, #fafafa 70%, #f5f5f5 100%);
}

.marketplace-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(580px, 1.08fr); gap: 44px; align-items: center; }
.marketplace-copy h1 { max-width: 650px; margin: 0; font-size: clamp(52px, 5.3vw, 78px); line-height: .98; letter-spacing: -.055em; }
.marketplace-copy h1 em { display: block; color: var(--red); font-style: normal; }
.marketplace-copy > p { max-width: 600px; margin: 24px 0 28px; color: #33353a; font-size: 21px; line-height: 1.55; }
.marketplace-actions { display: flex; gap: 14px; }
.marketplace-actions .button { min-width: 220px; border-radius: 10px; }
.marketplace-rate { width: min(100%, 570px); display: grid; grid-template-columns: 1.45fr .9fr; margin-top: 28px; overflow: hidden; border: 1px solid rgba(181,18,27,.18); border-radius: 11px; box-shadow: 0 14px 35px rgba(117,16,22,.11); }
.marketplace-rate strong { padding: 18px 28px; color: #fff; background: linear-gradient(115deg, #bd0714, #8e0d15); font-size: 48px; letter-spacing: -.04em; }
.marketplace-rate strong small { font-size: 24px; }
.marketplace-rate span { display: grid; place-content: center; padding: 12px 20px; color: #232329; background: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; }
.marketplace-benefits { display: flex; gap: 20px; margin-top: 28px; color: #29292e; font-size: 14px; font-weight: 800; }
.marketplace-benefits span { padding-right: 18px; border-right: 1px solid #ddd; }
.marketplace-benefits span:last-child { border: 0; }
.marketplace-contact { display: flex; align-items: center; gap: 40px; margin-top: 28px; }
.marketplace-contact a { padding: 13px 22px; border-radius: 10px; color: #0b5827; background: #dff6e5; font-size: 22px; font-weight: 900; }
.marketplace-contact span { font-size: 24px; }

.store-showcase { padding: 28px 28px 18px; border: 1px solid #dedfe3; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 20px 50px rgba(25,25,30,.11); }
.store-showcase-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.store-showcase-head h2 { margin: 0; font-size: 27px; letter-spacing: -.03em; }
.store-showcase-head span { color: var(--red); font-size: 12px; font-weight: 850; }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.store-wordmark { min-height: 86px; display: grid; place-items: center; padding: 10px; border: 1px solid #e0e1e4; border-radius: 12px; background: #fff; text-align: center; font-size: 25px; font-weight: 850; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.store-wordmark:hover, .store-wordmark:focus-visible { transform: translateY(-3px); border-color: #c40f1b; box-shadow: 0 10px 24px rgba(36,29,30,.1); }
.store-showcase > p { margin: 16px 0 0; color: #777; text-align: center; font-size: 11px; }
.amazon { font-size: 31px; font-weight: 950; }.ebay { color: #285ac6; font-size: 34px; }.shein { letter-spacing: .16em; }.temu { color: #ff5b18; }.aliexpress { color: #e32621; }.macys { color: #111; font-family: Georgia, serif; font-weight: 500; }.bestbuy { font-size: 23px; line-height: .9; }.nike { font-style: italic; font-weight: 950; }.adidas { font-size: 28px; }.carters { color: #38a8dc; }.childrens { color: #178bd0; font-family: Georgia, serif; font-size: 17px; }.gerber { color: #074b7a; font-family: Georgia, serif; }.patpat { color: #393939; }.victorias { font-family: Georgia, serif; font-size: 17px; font-weight: 500; letter-spacing: .08em; }

@media (max-width: 1060px) {
  .marketplace-layout { grid-template-columns: 1fr; }
  .marketplace-copy { text-align: center; }
  .marketplace-copy h1, .marketplace-copy > p, .marketplace-rate { margin-left: auto; margin-right: auto; }
  .marketplace-actions, .marketplace-benefits, .marketplace-contact { justify-content: center; }
}

@media (max-width: 680px) {
  .hero-marketplace { padding: 30px 0 38px; }
  .marketplace-layout { width: min(100% - 28px, 1160px); gap: 32px; }
  .marketplace-copy { text-align: left; }
  .marketplace-copy h1 { font-size: clamp(43px, 13.7vw, 60px); }
  .marketplace-copy > p { margin: 20px 0 24px; font-size: 17px; }
  .marketplace-actions { display: grid; }
  .marketplace-actions .button { width: 100%; }
  .marketplace-rate { grid-template-columns: 1.2fr .8fr; margin-top: 22px; }
  .marketplace-rate strong { padding: 16px; font-size: 39px; }
  .marketplace-rate strong small { font-size: 18px; }
  .marketplace-rate span { padding: 10px; font-size: 14px; }
  .marketplace-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; font-size: 11px; text-align: center; }
  .marketplace-benefits span { padding: 0 6px; }
  .marketplace-contact { justify-content: space-between; gap: 12px; }
  .marketplace-contact a { padding: 12px 16px; font-size: 18px; }
  .marketplace-contact span { font-size: 18px; }
  .store-showcase { padding: 22px 16px 16px; border-radius: 16px; }
  .store-showcase-head { align-items: flex-start; }
  .store-showcase-head h2 { font-size: 25px; }
  .store-showcase-head span { display: none; }
  .store-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; max-height: 398px; overflow-y: auto; padding-right: 3px; }
  .store-wordmark { min-height: 78px; font-size: 20px; }
  .amazon,.ebay { font-size: 26px; }
}
