/**
 * Sell Gift Cards page redesign — navy/cyan hero + white lower template.
 * Scoped under .sell_giftcard.cs-sgc-page to override sellgiftcardstyle.css.
 */
.sell_giftcard.cs-sgc-page {
  --sgc-navy: #070f1c;
  --sgc-navy-2: #0b1730;
  --sgc-cyan: #3ecbff;
  --sgc-blue: #1677ff;
  --sgc-orange: #ff8a00;
  --sgc-ink: #0a1324;
  --sgc-muted: #5b6b7a;
  --sgc-card: #ffffff;
  --sgc-border: #e6eef8;
  --sgc-soft: #f5f8fc;
  --sgc-font: Montserrat, Poppins, "Segoe UI", sans-serif;
  margin-top: 0 !important;
  font-family: var(--sgc-font);
  background: #eef3f8;
  color: var(--sgc-ink);
}

/* ===== Hero ===== */
.sell_giftcard.cs-sgc-page .cs-sgc-hero {
  position: relative;
  overflow: visible;
  z-index: 10;
  /* Kill legacy sellgiftcard banner.jpg, then paint navy gradients */
  background-color: #050a14 !important;
  background-image:
    radial-gradient(900px 480px at 78% 35%, rgba(62, 203, 255, 0.22), transparent 58%),
    radial-gradient(700px 420px at 12% 10%, rgba(22, 119, 255, 0.18), transparent 55%),
    linear-gradient(160deg, #050a14 0%, #0a1730 48%, #07101f 100%) !important;
  background-repeat: no-repeat !important;
  background-size: auto, auto, cover !important;
  background-position: center !important;
  color: #fff;
  padding: 132px 0 48px !important;
  height: auto !important;
  text-align: left !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(62, 203, 255, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.08) 0 1px, transparent 2px);
  background-size: 48px 48px, 36px 36px;
  opacity: 0.45;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  max-width: 1200px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__copy {
  max-width: 560px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__rate {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(62, 203, 255, 0.14);
  border: 1px solid rgba(62, 203, 255, 0.35);
  color: #eaf9ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__rate strong {
  color: var(--sgc-cyan);
  font-weight: 800;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero h1 {
  margin: 0 0 14px;
  color: #fff !important;
  font-size: clamp(32px, 5vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em;
  text-shadow: none !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero h1 span {
  color: var(--sgc-cyan);
  display: inline;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__sub {
  margin: 0 0 22px !important;
  padding: 0 !important;
  max-width: 480px;
  color: rgba(242, 244, 247, 0.86) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  background: none !important;
  text-shadow: none !important;
  display: block !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__actions {
  position: relative;
  z-index: 120;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__actions > form {
  flex: 1 1 340px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .banner .topSearch-sec.new_search,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  border-radius: 0 !important;
  flex: 1 1 auto;
  position: relative;
  z-index: 130;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .sell-store-select {
  position: relative;
  z-index: 131;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0;
  height: 52px !important;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px 0 0 999px;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .sell-store-select select {
  display: none !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-selected,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search input.select-selected {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0;
  padding: 0 42px 0 18px !important;
  border-radius: 999px 0 0 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-right: 0 !important;
  background: rgba(7, 15, 28, 0.88) !important;
  background-image: none !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  box-sizing: border-box;
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search input.select-selected::placeholder {
  color: rgba(255, 255, 255, 0.62);
  opacity: 1;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-selected:focus,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search input.select-selected:focus {
  box-shadow: inset 0 0 0 2px rgba(62, 203, 255, 0.45) !important;
  border-color: rgba(62, 203, 255, 0.55) !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-selected:before,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .sell-store-select:before,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .sell-store-select:after {
  content: none !important;
  display: none !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-selected:after {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none !important;
  transform: translateY(-25%);
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #d0d0d0 transparent transparent transparent;
  pointer-events: none;
  z-index: 1;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-selected.select-arrow-active:after {
  transform: translateY(-75%) rotate(180deg);
  border-top-color: var(--sgc-cyan);
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  width: 100% !important;
  min-width: 100%;
  max-height: min(280px, 45vh);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 8px 0;
  background: #101a2c !important;
  border: 1px solid rgba(62, 203, 255, 0.28);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  z-index: 500;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items:before,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items:after {
  display: none !important;
  content: none !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items .sell-store-option,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items div {
  color: #f2f2f2 !important;
  padding: 12px 18px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.3;
  cursor: pointer;
  user-select: none;
  background: transparent;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items .sell-store-option:hover,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items .sell-store-option.same-as-selected,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items .sell-store-option.is-active,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items div:hover,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items div.same-as-selected {
  background-color: #1677ff !important;
  color: #fff !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items .sell-store-empty {
  color: rgba(255, 255, 255, 0.65) !important;
  cursor: default;
  font-weight: 500 !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items .sell-store-empty:hover {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.65) !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items .sell-store-option.is-hidden {
  display: none !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .submit_button,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search button.submit_button {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  flex: 0 0 156px !important;
  width: 156px !important;
  max-width: none !important;
  min-width: 156px !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 999px 999px 0 !important;
  background: var(--sgc-orange) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.35);
  align-self: stretch;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  opacity: 1 !important;
  cursor: pointer;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero .submit_button:hover,
.sell_giftcard.cs-sgc-page .cs-sgc-hero .submit_button:focus {
  background: #ff9a26 !important;
  color: #fff !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  white-space: nowrap;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__ghost:hover,
.sell_giftcard.cs-sgc-page .cs-sgc-hero__ghost:focus {
  border-color: var(--sgc-cyan);
  color: var(--sgc-cyan) !important;
  background: rgba(62, 203, 255, 0.08);
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__pills {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 8px 0 18px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-pill {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
}
.sell_giftcard.cs-sgc-page .cs-sgc-pill__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #3ecbff 0%, #1677ff 100%);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 0 18px rgba(62, 203, 255, 0.35);
}
.sell_giftcard.cs-sgc-page .cs-sgc-pill strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 2px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-pill span {
  display: block;
  color: rgba(242, 244, 247, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(242, 244, 247, 0.78);
  font-size: 13px;
  font-weight: 600;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__trust i {
  color: var(--sgc-cyan);
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__visual {
  position: relative;
  z-index: 0;
  margin: 0;
  text-align: center;
  justify-self: center;
  width: 100%;
  max-width: 420px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > picture img,.sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > img:not(.cs-sgc-hero__fox) {
  display: block;
  width: 100%;
  max-width: min(420px, 100%);
  max-height: min(340px, 42vh);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
}
.sell_giftcard.cs-sgc-page .cs-sgc-hero__visual img.cs-sgc-hero__fox {
  display: none !important;
  position: absolute;
  left: 6%;
  bottom: 8%;
  width: 88px;
  height: 88px;
  max-width: 88px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  padding: 4px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  z-index: 2;
}

/* ===== White sections template ===== */
.sell_giftcard.cs-sgc-page .cs-sgc-section {
  padding: 56px 0;
  background: #fff;
}
.sell_giftcard.cs-sgc-page .cs-sgc-section--soft {
  background: var(--sgc-soft);
}
.sell_giftcard.cs-sgc-page .cs-sgc-section__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-section__kicker {
  margin: 0 0 8px;
  color: var(--sgc-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sell_giftcard.cs-sgc-page .cs-sgc-section__head h2,
.sell_giftcard.cs-sgc-page .cs-sgc-section > .container > h2 {
  margin: 0 0 10px;
  color: var(--sgc-ink);
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
}
.sell_giftcard.cs-sgc-page .cs-sgc-section__lead {
  margin: 0;
  color: var(--sgc-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

/* Easy / Gift Cards panel (mockup: intro + 3 step cards) */
.sell_giftcard.cs-sgc-page .cs-sgc-easy {
  position: relative;
  z-index: 1;
  margin-top: -36px;
  padding: 0 0 28px;
  background: transparent;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy > .container,
.sell_giftcard.cs-sgc-page .easy.cs-sgc-easy > .container {
  position: relative;
  top: 0 !important;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy__panel {
  padding: 28px 28px 30px;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
  border: 1px solid var(--sgc-border);
  color: var(--sgc-ink);
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 24px;
  align-items: center;
  margin-bottom: 22px;
  text-align: left;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy__copy {
  min-width: 0;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--sgc-ink);
  letter-spacing: -0.02em;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy h2 span {
  color: var(--sgc-blue);
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy__lead {
  margin: 0;
  max-width: 34em;
  color: var(--sgc-muted);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.55;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy__visual {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  text-align: left;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy .features,
.sell_giftcard.cs-sgc-page .cs-sgc-feature {
  padding: 22px 18px 20px !important;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7eef7;
  box-shadow: 0 8px 22px rgba(15, 35, 70, 0.05);
  height: 100%;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy .feature-icon {
  width: 64px !important;
  height: 64px !important;
  margin: 0 0 16px !important;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  font-size: 26px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-feature--sell .feature-icon {
  background: radial-gradient(circle at 40% 35%, #fff7e0 0%, #ffe8b0 55%, #ffd98a 100%);
  color: #e8a100;
}
.sell_giftcard.cs-sgc-page .cs-sgc-feature--paid .feature-icon {
  background: radial-gradient(circle at 40% 35%, #eaf4ff 0%, #d4e8ff 55%, #bfd9ff 100%);
  color: #1677ff;
}
.sell_giftcard.cs-sgc-page .cs-sgc-feature--withdraw .feature-icon,
.sell_giftcard.cs-sgc-page .cs-sgc-easy .feature-icon.crypto-icon {
  background: radial-gradient(circle at 40% 35%, #e9f9ef 0%, #cfeedb 55%, #b6e6c8 100%) !important;
  color: #16a34a !important;
  font-size: 28px !important;
  box-shadow: none !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy .feature-icon img {
  max-width: 30px !important;
  max-height: 30px !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy .features h3,
.sell_giftcard.cs-sgc-page .cs-sgc-feature h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  padding: 0 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  color: var(--sgc-ink);
  line-height: 1.25;
}
.sell_giftcard.cs-sgc-page .cs-sgc-feature__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  flex: 0 0 24px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-feature--sell .cs-sgc-feature__num {
  background: #ff8a00;
}
.sell_giftcard.cs-sgc-page .cs-sgc-feature--paid .cs-sgc-feature__num {
  background: #1677ff;
}
.sell_giftcard.cs-sgc-page .cs-sgc-feature--withdraw .cs-sgc-feature__num {
  background: #16a34a;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy .features p,
.sell_giftcard.cs-sgc-page .cs-sgc-feature p {
  margin: 0;
  padding: 0 !important;
  font-size: 14.5px !important;
  line-height: 1.55;
  color: var(--sgc-muted);
  font-weight: 500;
}
.sell_giftcard.cs-sgc-page .cs-sgc-easy .vp-tip {
  color: var(--sgc-blue);
  border-bottom-color: var(--sgc-blue);
  font-weight: 700;
}

/* Top stores we buy */
.sell_giftcard.cs-sgc-page .giftcards.cs-sgc-stores {
  margin: 0 !important;
  padding: 8px 0 40px;
  background: transparent !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores > .container {
  max-width: 1120px;
  padding: 0 16px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__panel {
  padding: 32px 28px 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(230, 238, 248, 0.95);
  box-shadow: 0 14px 40px rgba(10, 19, 36, 0.08);
  text-align: center;
}
.sell_giftcard.cs-sgc-page .giftcards.cs-sgc-stores h2,
.sell_giftcard.cs-sgc-page .cs-sgc-stores__panel h2 {
  padding-bottom: 0 !important;
  margin: 0 0 8px;
  color: var(--sgc-ink) !important;
  font-size: clamp(1.55rem, 2.8vw, 2rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__lead {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 26px;
  color: var(--sgc-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__carousel {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__swiper {
  width: 100%;
  overflow: hidden;
  padding: 4px 2px 8px;
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d9e4f2;
  background: #fff;
  color: #3a4a5c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(15, 35, 70, 0.08);
  cursor: pointer;
  position: static !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  outline: 0;
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__nav:hover {
  border-color: rgba(22, 119, 255, 0.45);
  color: var(--sgc-blue);
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__nav::after {
  display: none !important;
  content: none !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-store-card {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 0 !important;
  padding: 8px 6px 4px !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  color: inherit;
}
.sell_giftcard.cs-sgc-page .cs-sgc-store-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: #f4f7fb;
  border: 1px solid #e5edf7;
  overflow: hidden;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.sell_giftcard.cs-sgc-page .cs-sgc-store-card:hover .cs-sgc-store-card__logo {
  border-color: rgba(22, 119, 255, 0.35);
  box-shadow: 0 10px 22px rgba(22, 119, 255, 0.12);
  transform: translateY(-2px);
}
.sell_giftcard.cs-sgc-page .giftcards .giftcard-banner-logo,
.sell_giftcard.cs-sgc-page .cs-sgc-store-card__logo img {
  max-height: 58px !important;
  max-width: 68px !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}
.sell_giftcard.cs-sgc-page .cs-sgc-store-card__name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--sgc-ink);
  line-height: 1.25;
}
.sell_giftcard.cs-sgc-page .cs-sgc-store-card__rate {
  display: block;
  margin-top: -4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sgc-blue);
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--sgc-blue) !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__all:hover {
  text-decoration: underline !important;
}
.sell_giftcard.cs-sgc-page .cs-sgc-stores__all i {
  font-size: 12px;
}

/* Why sell */
.sell_giftcard.cs-sgc-page .why-sell.cs-sgc-why {
  padding: 56px 0 !important;
  background: var(--sgc-soft) !important;
}
.sell_giftcard.cs-sgc-page .why-sell h2 {
  color: var(--sgc-ink) !important;
  font-size: clamp(26px, 3.4vw, 34px) !important;
  font-weight: 800 !important;
}
.sell_giftcard.cs-sgc-page .why-sell .why-lead {
  color: var(--sgc-muted) !important;
  font-size: 16px !important;
}
.sell_giftcard.cs-sgc-page .why-sell .why-card {
  border-radius: 16px !important;
  border: 1px solid var(--sgc-border) !important;
  box-shadow: 0 6px 18px rgba(10, 19, 36, 0.04);
}
.sell_giftcard.cs-sgc-page .why-sell .why-card h3 {
  color: var(--sgc-blue) !important;
}
.sell_giftcard.cs-sgc-page .why-sell .why-cta a {
  background: var(--sgc-blue) !important;
  border-radius: 12px !important;
  padding: 14px 26px !important;
}
.sell_giftcard.cs-sgc-page .why-sell .why-cta a:hover {
  background: #0d5ad6 !important;
}

/* Soften shared testimonials/press on this page */
.sell_giftcard.cs-sgc-page .client_review.container_custom {
  background: #fff !important;
  padding-top: 56px !important;
  padding-bottom: 64px !important;
}
.sell_giftcard.cs-sgc-page .press {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  background: var(--sgc-soft);
}

@media (min-width: 768px) {
  .sell_giftcard.cs-sgc-page .cs-sgc-hero {
    padding: 140px 0 64px !important;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 24px 36px;
    align-items: center;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__visual {
    justify-self: end;
    max-width: 400px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > picture img,.sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > img:not(.cs-sgc-hero__fox) {
    max-width: min(400px, 100%);
    max-height: min(320px, 38vh);
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__pills {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-easy__intro {
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 18px 28px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-easy__visual {
    max-width: 320px;
    margin-left: auto;
    margin-right: 0;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-easy__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__visual img.cs-sgc-hero__fox {
    display: block !important;
    width: 72px;
    height: 72px;
    max-width: 72px;
    left: 4%;
    bottom: 6%;
  }
}

@media (min-width: 1100px) {
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__visual {
    max-width: 440px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > picture img,.sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > img:not(.cs-sgc-hero__fox) {
    max-width: min(440px, 100%);
    max-height: min(340px, 40vh);
  }
}

@media (max-width: 767px) {
  .sell_giftcard.cs-sgc-page .cs-sgc-hero {
    padding: 118px 0 36px !important;
    overflow-x: clip;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__copy {
    max-width: 100%;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__actions > form {
    flex: 1 1 auto;
    width: 100%;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search {
    flex: 1 1 auto;
    width: 100% !important;
    height: 48px !important;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .sell-store-select {
    height: 48px !important;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-selected,
  .sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search input.select-selected {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    border-radius: 14px 0 0 14px !important;
    padding: 0 38px 0 14px !important;
    font-size: 13px !important;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero .submit_button,
  .sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search button.submit_button {
    border-radius: 0 14px 14px 0 !important;
    min-width: 124px !important;
    flex: 0 0 124px !important;
    width: 124px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 0 10px !important;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__ghost {
    width: 100%;
    min-height: 48px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-easy {
    margin-top: -16px;
    padding: 0 0 16px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-easy__panel,
  .sell_giftcard.cs-sgc-page .cs-sgc-stores__panel {
    padding: 22px 16px 20px;
    border-radius: 20px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-easy__visual {
    max-width: 220px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-stores__carousel {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 4px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-stores__nav {
    width: 36px;
    height: 36px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-store-card__logo {
    width: 78px;
    height: 78px;
    border-radius: 16px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__visual {
    max-width: 280px;
    margin: 8px auto 0;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > picture img,.sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > img:not(.cs-sgc-hero__fox) {
    max-width: min(280px, 78vw);
    max-height: 200px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search .select-items {
    max-height: min(240px, 40vh);
  }
}

@media (max-width: 390px) {
  .sell_giftcard.cs-sgc-page .cs-sgc-hero .submit_button,
  .sell_giftcard.cs-sgc-page .cs-sgc-hero .topSearch-sec.new_search button.submit_button {
    min-width: 110px !important;
    flex: 0 0 110px !important;
    width: 110px !important;
    font-size: 12px !important;
    padding: 0 8px !important;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__visual {
    max-width: 240px;
  }
  .sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > picture img,.sell_giftcard.cs-sgc-page .cs-sgc-hero__visual > img:not(.cs-sgc-hero__fox) {
    max-width: min(240px, 72vw);
    max-height: 170px;
  }
}
