/* Chrápátko returns & claims hub 1.0.0 — scoped to Shoptet page id-760. */
body.id-760 {
  --rt-ink: #003846;
  --rt-ink-deep: #002f3b;
  --rt-teal: #007e9f;
  --rt-sky: #7fd8ee;
  --rt-yellow: #f3bd24;
  --rt-cream: #f7f1e7;
  --rt-mist: #eef5f6;
  --rt-line: #d4e0e3;
  --rt-copy: #415d65;
  --rt-radius: 26px;
  --rt-shadow: 0 18px 48px rgba(0, 49, 64, .12);
}

body.id-760 #content-wrapper,
body.id-760 #content-wrapper .content-wrapper-in,
body.id-760 #content,
body.id-760 #content .content-inner,
body.id-760 .pageArticleDetail {
  width: 100%;
  max-width: none;
}

body.id-760 #content { padding-right: 0; padding-left: 0; }
body.id-760 .pageArticleDetail { margin: 0; padding: 0; }
body.id-760 .pageArticleDetail > header { display: none; }
body.id-760 .pageArticleDetail > div { margin: 0; padding: 0; }

body.id-760 .returns-page,
body.id-760 .returns-page *,
body.id-760 .returns-page *::before,
body.id-760 .returns-page *::after { box-sizing: border-box; }

body.id-760 .returns-page {
  width: min(1600px, calc(100% - 64px));
  margin: 28px auto 78px;
  color: var(--rt-ink);
  font: 400 16px/1.65 "Poppins", sans-serif;
}

body.id-760 .returns-page h1,
body.id-760 .returns-page h2,
body.id-760 .returns-page h3,
body.id-760 .returns-page p,
body.id-760 .returns-page ol,
body.id-760 .returns-page ul { margin-top: 0; }

body.id-760 .returns-page h1,
body.id-760 .returns-page h2,
body.id-760 .returns-page h3 {
  color: var(--rt-ink);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: -.045em;
}

body.id-760 .returns-page h1 { margin-bottom: 22px; color: #fff; font-size: clamp(48px, 5.2vw, 76px); line-height: .98; }
body.id-760 .returns-page h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; }
body.id-760 .returns-page h3 { margin-bottom: 9px; font-size: 21px; line-height: 1.2; }
body.id-760 .returns-page a { text-decoration: none; }

body.id-760 .returns-page a:focus-visible,
body.id-760 .returns-page summary:focus-visible,
body.id-760 .returns-page iframe:focus-visible {
  outline: 3px solid var(--rt-yellow);
  outline-offset: 4px;
}

body.id-760 .returns-eyebrow,
body.id-760 .returns-kicker {
  margin-bottom: 13px;
  color: var(--rt-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.id-760 .returns-hero {
  display: grid;
  min-height: 510px;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
  overflow: hidden;
  margin-bottom: clamp(56px, 7vw, 92px);
  padding: clamp(48px, 6vw, 84px);
  border-radius: var(--rt-radius);
  background:
    radial-gradient(circle at 88% 12%, rgba(127, 216, 238, .2), transparent 34%),
    var(--rt-ink);
  box-shadow: var(--rt-shadow);
}

body.id-760 .returns-hero .returns-eyebrow { color: var(--rt-sky); }
body.id-760 .returns-hero__claim { margin-bottom: 12px; color: #fff; font-size: clamp(21px, 2vw, 29px); font-weight: 800; letter-spacing: -.025em; line-height: 1.28; }
body.id-760 .returns-hero__lead { max-width: 58ch; margin-bottom: 30px; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.35vw, 19px); }
body.id-760 .returns-hero__buttons,
body.id-760 .returns-widget__actions,
body.id-760 .returns-contact__actions { display: flex; flex-wrap: wrap; gap: 12px; }

body.id-760 .returns-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

body.id-760 .returns-button:hover { transform: translateY(-2px); }
body.id-760 .returns-button--light { background: #fff; color: var(--rt-ink); }
body.id-760 .returns-button--outline { border-color: rgba(255,255,255,.45); color: #fff; }
body.id-760 .returns-button--outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }
body.id-760 .returns-button--yellow { background: var(--rt-yellow); color: var(--rt-ink); }

body.id-760 .returns-hero__note {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  color: #fff;
  backdrop-filter: blur(8px);
}

body.id-760 .returns-hero__note svg { width: 58px; height: 58px; margin-bottom: 22px; fill: none; stroke: var(--rt-yellow); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
body.id-760 .returns-hero__note strong { display: block; margin-bottom: 12px; font-size: 22px; line-height: 1.3; }
body.id-760 .returns-hero__note span { display: block; color: rgba(255,255,255,.72); }

body.id-760 .returns-actions,
body.id-760 .returns-summary,
body.id-760 .returns-process,
body.id-760 .returns-personalized,
body.id-760 .returns-refund,
body.id-760 .returns-address,
body.id-760 .returns-notices,
body.id-760 .returns-faq,
body.id-760 .returns-forms { margin-bottom: clamp(58px, 7vw, 96px); }

body.id-760 .returns-section-heading { max-width: 960px; margin-bottom: 34px; }
body.id-760 .returns-section-heading--compact { margin-bottom: 28px; }
body.id-760 .returns-section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
body.id-760 .returns-section-heading > p:last-child { max-width: 68ch; margin: 0 auto; color: var(--rt-copy); }

body.id-760 .returns-actions__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
body.id-760 .returns-action-card {
  display: grid;
  min-height: 240px;
  grid-template-columns: 52px minmax(0,1fr);
  gap: 22px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--rt-line);
  border-radius: 22px;
  background: #fff;
  color: var(--rt-ink);
  box-shadow: 0 12px 34px rgba(0,49,64,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.id-760 .returns-action-card:hover { transform: translateY(-4px); border-color: var(--rt-teal); box-shadow: var(--rt-shadow); }
body.id-760 .returns-action-card > svg { width: 48px; height: 48px; fill: none; stroke: var(--rt-teal); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
body.id-760 .returns-action-card__copy { display: flex; min-height: 168px; flex-direction: column; }
body.id-760 .returns-action-card__copy strong { display: block; margin-bottom: 10px; font-size: 24px; line-height: 1.2; }
body.id-760 .returns-action-card__copy small { display: block; margin-bottom: 26px; color: var(--rt-copy); font-size: 14px; line-height: 1.6; }
body.id-760 .returns-action-card__copy > span { margin-top: auto; font-size: 13px; font-weight: 800; }
body.id-760 .returns-action-card__copy i { margin-left: 8px; font-style: normal; }
body.id-760 .returns-action-card--accent { background: var(--rt-cream); }
body.id-760 .returns-action-card--dark { border-color: var(--rt-ink); background: var(--rt-ink); color: #fff; }
body.id-760 .returns-action-card--dark svg { stroke: var(--rt-yellow); }
body.id-760 .returns-action-card--dark small { color: rgba(255,255,255,.72); }

body.id-760 .returns-widget {
  display: grid;
  grid-template-columns: 78px minmax(0,1fr) auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  margin-bottom: clamp(58px, 7vw, 96px);
  padding: clamp(38px, 5vw, 64px);
  border-radius: var(--rt-radius);
  background: var(--rt-ink);
  color: #fff;
  box-shadow: var(--rt-shadow);
}

body.id-760 .returns-widget__icon { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 20px; background: rgba(255,255,255,.1); }
body.id-760 .returns-widget__icon svg { width: 44px; height: 44px; fill: none; stroke: var(--rt-yellow); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
body.id-760 .returns-widget .returns-kicker { color: var(--rt-sky); }
body.id-760 .returns-widget h2 { margin-bottom: 10px; color: #fff; font-size: clamp(32px, 3.2vw, 48px); }
body.id-760 .returns-widget__copy > p:last-child { max-width: 62ch; margin-bottom: 0; color: rgba(255,255,255,.72); }
body.id-760 .returns-widget__actions { max-width: 290px; flex-direction: column; }
body.id-760 .returns-widget__actions .returns-button { width: 100%; }

body.id-760 .returns-summary__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
body.id-760 .returns-summary__grid article { min-height: 245px; padding: 32px 28px; border: 1px solid var(--rt-line); border-radius: 20px; background: var(--rt-mist); }
body.id-760 .returns-summary__grid strong { display: block; margin-bottom: 24px; color: var(--rt-teal); font-size: 37px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
body.id-760 .returns-summary__grid h3 { font-size: 20px; }
body.id-760 .returns-summary__grid p { margin-bottom: 0; color: var(--rt-copy); font-size: 13px; line-height: 1.62; }

body.id-760 .returns-process {
  display: grid;
  grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr);
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(42px, 6vw, 76px);
  border-radius: var(--rt-radius);
  scroll-margin-top: 120px;
}

body.id-760 .returns-process--return { background: var(--rt-cream); }
body.id-760 .returns-process--claim { background: var(--rt-mist); }
body.id-760 .returns-process__intro { align-self: start; position: sticky; top: 120px; }
body.id-760 .returns-process__intro > p:not(.returns-kicker) { color: var(--rt-copy); }
body.id-760 .returns-text-link { display: inline-flex; gap: 12px; color: var(--rt-teal); font-size: 13px; font-weight: 800; }
body.id-760 .returns-text-link:hover { color: var(--rt-ink); }
body.id-760 .returns-steps { display: grid; gap: 12px; margin-bottom: 0; padding: 0; list-style: none; }
body.id-760 .returns-steps li { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 20px; padding: 24px; border: 1px solid rgba(0,56,70,.11); border-radius: 18px; background: rgba(255,255,255,.74); }
body.id-760 .returns-steps li > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--rt-ink); color: #fff; font-size: 12px; font-weight: 800; }
body.id-760 .returns-steps h3 { margin-bottom: 5px; font-size: 19px; }
body.id-760 .returns-steps p { margin-bottom: 0; color: var(--rt-copy); font-size: 13px; }
body.id-760 .returns-process__details { display: grid; grid-column: 1/-1; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
body.id-760 .returns-process__details article,
body.id-760 .returns-inline-note { padding: 27px; border-radius: 18px; background: var(--rt-ink); color: #fff; }
body.id-760 .returns-process__details h3,
body.id-760 .returns-inline-note strong { color: #fff; }
body.id-760 .returns-process__details p,
body.id-760 .returns-inline-note p { margin-bottom: 0; color: rgba(255,255,255,.74); font-size: 13px; }
body.id-760 .returns-inline-note { grid-column: 1/-1; border-left: 5px solid var(--rt-yellow); }
body.id-760 .returns-inline-note strong { display: block; margin-bottom: 8px; font-size: 18px; }

body.id-760 .returns-personalized { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(34px,6vw,86px); align-items: center; }
body.id-760 .returns-personalized__heading > p:last-child { color: var(--rt-copy); }
body.id-760 .returns-personalized__cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
body.id-760 .returns-personalized__cards article { min-height: 300px; padding: 34px; border: 1px solid var(--rt-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(0,49,64,.07); }
body.id-760 .returns-personalized__cards article:last-child { background: var(--rt-mist); }
body.id-760 .returns-personalized__cards span { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--rt-yellow); color: var(--rt-ink); font-weight: 800; }
body.id-760 .returns-personalized__cards p { margin-bottom: 0; color: var(--rt-copy); font-size: 14px; }

body.id-760 .returns-refund { display: grid; grid-template-columns: 78px minmax(280px,.8fr) minmax(0,1.2fr); gap: clamp(26px,4vw,56px); align-items: center; padding: clamp(40px,5vw,64px); border-radius: var(--rt-radius); background: var(--rt-mist); }
body.id-760 .returns-refund__icon { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 20px; background: #fff; }
body.id-760 .returns-refund__icon svg { width: 44px; height: 44px; fill: none; stroke: var(--rt-teal); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
body.id-760 .returns-refund h2 { margin-bottom: 0; }
body.id-760 .returns-refund__copy p { color: var(--rt-copy); }
body.id-760 .returns-refund__copy p:last-child { margin-bottom: 0; }

body.id-760 .returns-address { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--rt-line); border-radius: var(--rt-radius); background: #fff; box-shadow: var(--rt-shadow); }
body.id-760 .returns-address__copy { padding: clamp(40px,6vw,72px); }
body.id-760 .returns-address address { color: var(--rt-ink); font-size: clamp(18px,1.8vw,25px); font-style: normal; line-height: 1.55; }
body.id-760 .returns-address__notice { display: grid; grid-template-columns: 62px minmax(0,1fr); gap: 24px; align-items: center; padding: clamp(40px,6vw,72px); background: var(--rt-cream); }
body.id-760 .returns-address__notice svg { width: 58px; height: 58px; fill: none; stroke: var(--rt-yellow); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
body.id-760 .returns-address__notice strong { display: block; margin-bottom: 8px; font-size: clamp(20px,2vw,27px); line-height: 1.25; }
body.id-760 .returns-address__notice p { margin-bottom: 0; color: var(--rt-copy); }

body.id-760 .returns-notices__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
body.id-760 .returns-notices__grid article { padding: 28px; border-top: 4px solid var(--rt-yellow); border-radius: 0 0 18px 18px; background: var(--rt-mist); }
body.id-760 .returns-notices__grid h3 { font-size: 18px; }
body.id-760 .returns-notices__grid p { margin-bottom: 0; color: var(--rt-copy); font-size: 13px; }

body.id-760 .returns-faq { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: clamp(34px,6vw,82px); }
body.id-760 .returns-faq__list { border-top: 1px solid var(--rt-line); }
body.id-760 .returns-faq details { border-bottom: 1px solid var(--rt-line); }
body.id-760 .returns-faq summary { display: grid; min-height: 76px; grid-template-columns: minmax(0,1fr) 42px; gap: 20px; align-items: center; padding: 15px 0; color: var(--rt-ink); font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
body.id-760 .returns-faq summary::-webkit-details-marker { display: none; }
body.id-760 .returns-faq summary span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--rt-mist); color: var(--rt-teal); font-size: 24px; transition: transform .2s ease; }
body.id-760 .returns-faq details[open] summary span { transform: rotate(45deg); }
body.id-760 .returns-faq details > div { max-width: 78ch; padding: 0 58px 24px 0; color: var(--rt-copy); }

body.id-760 .returns-forms { padding: clamp(42px,6vw,76px); border-radius: var(--rt-radius); background: var(--rt-cream); }
body.id-760 .returns-embed { position: relative; margin-top: 28px; padding: clamp(24px,4vw,42px); border: 1px solid var(--rt-line); border-radius: 22px; background: #fff; scroll-margin-top: 110px; }
body.id-760 .returns-embed + .returns-embed { margin-top: 38px; }
body.id-760 .returns-embed__heading { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 20px; align-items: center; margin-bottom: 24px; }
body.id-760 .returns-embed__heading > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--rt-ink); color: #fff; font-size: 12px; font-weight: 800; }
body.id-760 .returns-embed__heading h3 { margin-bottom: 4px; font-size: clamp(23px,2.4vw,34px); }
body.id-760 .returns-embed__heading p { margin-bottom: 0; color: var(--rt-copy); font-size: 13px; }
body.id-760 .returns-embed__loading { margin: 0 0 16px; color: var(--rt-copy); font-size: 12px; }
body.id-760 .returns-embed.is-loaded .returns-embed__loading { display: none; }
body.id-760 .returns-embed iframe { display: block; width: 100%; max-width: 100%; min-height: 900px; border: 0; background: #fff; }

body.id-760 .returns-contact { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(220px,.6fr) auto; gap: clamp(28px,4vw,56px); align-items: center; margin-bottom: 24px; padding: clamp(42px,6vw,72px); border-radius: var(--rt-radius); background: var(--rt-ink); color: #fff; box-shadow: var(--rt-shadow); }
body.id-760 .returns-contact .returns-kicker { color: var(--rt-sky); }
body.id-760 .returns-contact h2 { margin-bottom: 10px; color: #fff; }
body.id-760 .returns-contact p { margin-bottom: 0; color: rgba(255,255,255,.72); }
body.id-760 .returns-contact__details { display: grid; gap: 7px; }
body.id-760 .returns-contact__details a { color: #fff; font-size: 17px; font-weight: 800; }
body.id-760 .returns-contact__actions { max-width: 270px; flex-direction: column; }
body.id-760 .returns-contact__actions .returns-button { width: 100%; }

body.id-760 .returns-related { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; padding: 24px; border: 1px solid var(--rt-line); border-radius: 18px; background: #fff; }
body.id-760 .returns-related a { color: var(--rt-teal); font-size: 12px; font-weight: 800; }
body.id-760 .returns-related a:hover { color: var(--rt-ink); }

@media (max-width: 1200px) {
  body.id-760 .returns-widget { grid-template-columns: 68px minmax(0,1fr); }
  body.id-760 .returns-widget__actions { grid-column: 1/-1; max-width: none; flex-direction: row; }
  body.id-760 .returns-widget__actions .returns-button { width: auto; }
  body.id-760 .returns-summary__grid,
  body.id-760 .returns-notices__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.id-760 .returns-contact { grid-template-columns: 1fr 1fr; }
  body.id-760 .returns-contact__actions { grid-column: 1/-1; max-width: none; flex-direction: row; }
  body.id-760 .returns-contact__actions .returns-button { width: auto; }
}

@media (max-width: 1050px) {
  body.id-760 .returns-hero { grid-template-columns: 1fr; }
  body.id-760 .returns-hero__note { max-width: 680px; }
  body.id-760 .returns-actions__grid { grid-template-columns: 1fr; }
  body.id-760 .returns-action-card { min-height: 0; }
  body.id-760 .returns-action-card__copy { min-height: 0; }
  body.id-760 .returns-process,
  body.id-760 .returns-personalized,
  body.id-760 .returns-refund,
  body.id-760 .returns-faq { grid-template-columns: 1fr; }
  body.id-760 .returns-process__intro { position: static; }
  body.id-760 .returns-refund__icon { grid-row: auto; }
  body.id-760 .returns-address { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body.id-760 .returns-page { width: calc(100% - 32px); margin-top: 16px; margin-bottom: 54px; }
  body.id-760 .returns-page h1 { font-size: clamp(40px,12vw,58px); }
  body.id-760 .returns-page h2 { font-size: clamp(31px,9vw,43px); }
  body.id-760 .returns-hero { min-height: 0; gap: 32px; padding: 38px 26px; border-radius: 22px; }
  body.id-760 .returns-hero__buttons,
  body.id-760 .returns-widget__actions,
  body.id-760 .returns-contact__actions { flex-direction: column; }
  body.id-760 .returns-button { width: 100%; }
  body.id-760 .returns-actions,
  body.id-760 .returns-summary,
  body.id-760 .returns-process,
  body.id-760 .returns-personalized,
  body.id-760 .returns-refund,
  body.id-760 .returns-address,
  body.id-760 .returns-notices,
  body.id-760 .returns-faq,
  body.id-760 .returns-forms { margin-bottom: 56px; }
  body.id-760 .returns-action-card { grid-template-columns: 44px minmax(0,1fr); gap: 16px; padding: 26px 22px; }
  body.id-760 .returns-action-card > svg { width: 40px; height: 40px; }
  body.id-760 .returns-action-card__copy strong { font-size: 21px; }
  body.id-760 .returns-widget { grid-template-columns: 1fr; padding: 34px 24px; }
  body.id-760 .returns-widget__actions { grid-column: auto; }
  body.id-760 .returns-summary__grid,
  body.id-760 .returns-notices__grid,
  body.id-760 .returns-personalized__cards,
  body.id-760 .returns-process__details { grid-template-columns: 1fr; }
  body.id-760 .returns-summary__grid article { min-height: 0; }
  body.id-760 .returns-process { padding: 34px 22px; }
  body.id-760 .returns-steps li { grid-template-columns: 44px minmax(0,1fr); gap: 15px; padding: 21px 18px; }
  body.id-760 .returns-steps li > span { width: 42px; height: 42px; }
  body.id-760 .returns-personalized__cards article { min-height: 0; padding: 27px 23px; }
  body.id-760 .returns-refund { padding: 34px 24px; }
  body.id-760 .returns-address__copy,
  body.id-760 .returns-address__notice { padding: 34px 24px; }
  body.id-760 .returns-address__notice { grid-template-columns: 48px minmax(0,1fr); gap: 18px; }
  body.id-760 .returns-address__notice svg { width: 46px; height: 46px; }
  body.id-760 .returns-faq details > div { padding-right: 0; }
  body.id-760 .returns-forms { padding: 34px 14px; }
  body.id-760 .returns-embed { padding: 23px 12px; border-radius: 17px; }
  body.id-760 .returns-embed__heading { grid-template-columns: 44px minmax(0,1fr); gap: 14px; padding: 0 8px; }
  body.id-760 .returns-embed__heading > span { width: 42px; height: 42px; }
  body.id-760 .returns-embed iframe { min-height: 1100px; }
  body.id-760 .returns-contact { grid-template-columns: 1fr; padding: 36px 24px; }
  body.id-760 .returns-contact__actions { grid-column: auto; }
}

@media (max-width: 430px) {
  body.id-760 .returns-page { width: calc(100% - 20px); }
  body.id-760 .returns-hero { padding: 34px 20px; }
  body.id-760 .returns-hero__note { padding: 24px 20px; }
  body.id-760 .returns-process { padding: 30px 17px; }
  body.id-760 .returns-steps li { padding: 19px 14px; }
  body.id-760 .returns-forms { padding: 30px 8px; }
  body.id-760 .returns-embed { padding: 20px 5px; border-right: 0; border-left: 0; border-radius: 0; }
  body.id-760 .returns-embed__heading { padding: 0 10px; }
  body.id-760 .returns-related { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  body.id-760 .returns-page *,
  body.id-760 .returns-page *::before,
  body.id-760 .returns-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
