.commerce-page {
  --ink: #111b2f;
  --cream: #f6f0e5;
  --white: #fffaf0;
  --gold: #d9bd78;
  --font-head: "Cormorant Garamond", serif;
  --font-body: "Inter", sans-serif;
  background: var(--cream);
  color: var(--ink);
}

.commerce-page .nav__logo-mark {
  width: 22px;
  height: 44px;
  object-fit: contain;
}

body.commerce-page.theme-night {
  background: #07101f;
  color: var(--white);
}

.commerce-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  padding: 8.8rem 0 4.5rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.9) 0%, rgba(7, 16, 31, 0.62) 44%, rgba(7, 16, 31, 0.16) 100%),
    url("../img/methode-hero-day-rayflections-horizon-second-plan-20260611.png") center/cover no-repeat;
}

body.commerce-page.theme-day .commerce-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.88) 0%, rgba(7, 16, 31, 0.6) 44%, rgba(7, 16, 31, 0.12) 100%),
    url("../img/methode-hero-day-rayflections-horizon-second-plan-20260611.png") center/cover no-repeat;
}

body.commerce-page.theme-night .commerce-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.94) 0%, rgba(7, 16, 31, 0.74) 48%, rgba(7, 16, 31, 0.28) 100%),
    url("../img/methode-hero-night-rayflections-horizon-second-plan-20260611.png") center/cover no-repeat;
}

body.qualification-page.theme-day .commerce-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.9) 0%, rgba(7, 16, 31, 0.64) 46%, rgba(7, 16, 31, 0.18) 100%),
    url("../img/checkpoint-premium-hero-day-road-20260605-v2.jpg") center/cover no-repeat;
}

body.qualification-page.theme-night .commerce-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.94) 0%, rgba(7, 16, 31, 0.72) 48%, rgba(7, 16, 31, 0.3) 100%),
    url("../img/checkpoint-premium-hero-night-road-20260605-v2.jpg") center/cover no-repeat;
}

.commerce-hero::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  bottom: clamp(1rem, 4vw, 3rem);
  width: clamp(72px, 9vw, 128px);
  height: clamp(72px, 9vw, 128px);
  background: url("../assets/logo-rayflections.svg") center/contain no-repeat;
  opacity: 0.16;
}

.commerce-hero__content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.commerce-hero h1 {
  margin: 1rem 0 0;
  max-width: 760px;
  color: #fffaf0 !important;
  font-size: clamp(2.6rem, 5vw, 4.35rem);
  line-height: 0.98;
  text-shadow: 0 2px 26px rgba(7, 16, 31, 0.56);
}

body.commerce-page.theme-day .commerce-hero .section-tag,
body.commerce-page.theme-night .commerce-hero .section-tag {
  color: var(--gold);
  border-color: rgba(216, 178, 122, 0.52);
  background: rgba(7, 16, 31, 0.32);
}

body.commerce-page.theme-day .commerce-kicker,
body.commerce-page.theme-day .commerce-step strong {
  color: #b9974d !important;
  -webkit-text-fill-color: #b9974d !important;
  text-shadow: none !important;
}

body.commerce-page.theme-night .commerce-kicker,
body.commerce-page.theme-night .commerce-step strong {
  color: #d9bd78 !important;
  -webkit-text-fill-color: #d9bd78 !important;
  text-shadow: none !important;
}

.commerce-hero h1 em,
.commerce-gold {
  color: #d9bd78 !important;
  font-style: italic;
}

.commerce-hero p {
  max-width: 660px;
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.75;
}

.commerce-hero__subtitle {
  margin: 0.95rem 0 0;
  color: var(--gold) !important;
  font-family: var(--font-head);
  font-size: clamp(1.45rem, 2.9vw, 2.25rem) !important;
  line-height: 1.12 !important;
}

.commerce-section {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

body.commerce-page.theme-night .commerce-section {
  background: #07101f;
}

.commerce-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: 1.2rem;
  align-items: start;
}

.commerce-panel,
.commerce-card {
  border: 1px solid rgba(185, 151, 77, 0.32);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.92);
  box-shadow: 0 26px 76px rgba(7, 16, 31, 0.1);
}

body.commerce-page.theme-day .commerce-panel,
body.commerce-page.theme-day .commerce-card {
  border-color: rgba(185, 151, 77, 0.32) !important;
  background: rgba(255, 250, 240, 0.94) !important;
  color: #111b2f !important;
  box-shadow: 0 26px 76px rgba(7, 16, 31, 0.1) !important;
  text-shadow: none !important;
}

body.commerce-page.theme-night .commerce-panel,
body.commerce-page.theme-night .commerce-card {
  border-color: rgba(216, 178, 122, 0.34) !important;
  background: rgba(16, 24, 39, 0.78) !important;
  color: #fffaf0 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18) !important;
}

.commerce-panel {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.commerce-card {
  padding: 1.3rem;
}

.qualification-process {
  margin-top: 1.2rem;
  margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.qualification-process,
.commerce-panel--center,
.commerce-contact-panel {
  text-align: center;
}

.qualification-process .commerce-kicker,
.commerce-panel--center .commerce-kicker,
.commerce-contact-panel .commerce-kicker {
  margin-left: auto;
  margin-right: auto;
}

.commerce-section-lead {
  max-width: 820px;
  margin: 0.8rem auto 0;
}

.commerce-steps--visual .commerce-step {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.commerce-step__media {
  margin: 0 0 0.35rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(185, 151, 77, 0.26);
}

.commerce-step__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.commerce-contact-panel {
  margin-top: 1.2rem;
}

.qualification-grid .commerce-actions {
  align-items: center;
}

.qualification-grid {
  margin-top: 0;
}

.commerce-panel h2,
.commerce-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 400;
  line-height: 1.05;
}

body.commerce-page.theme-day .commerce-panel h2,
body.commerce-page.theme-day .commerce-card h3,
body.commerce-page.theme-day .commerce-price-box strong {
  color: #111b2f !important;
  text-shadow: none !important;
}

body.commerce-page.theme-night .commerce-panel h2,
body.commerce-page.theme-night .commerce-card h3 {
  color: #d9bd78 !important;
  text-shadow: none !important;
}

html body.production-v2.commerce-page.theme-night section.commerce-section .commerce-panel h2,
html body.production-v2.commerce-page.theme-night section.commerce-section .commerce-card h3 {
  color: #d9bd78 !important;
  text-shadow: none !important;
}

.commerce-panel h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.commerce-card h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
}

.commerce-panel p,
.commerce-card p,
.commerce-card li,
.commerce-panel li {
  color: rgba(7, 16, 31, 0.76);
  line-height: 1.72;
}

body.commerce-page.theme-day .commerce-panel p,
body.commerce-page.theme-day .commerce-card p,
body.commerce-page.theme-day .commerce-card li,
body.commerce-page.theme-day .commerce-panel li,
body.commerce-page.theme-day .commerce-check,
body.commerce-page.theme-day .commerce-note {
  color: rgba(7, 16, 31, 0.76) !important;
  text-shadow: none !important;
}

body.commerce-page.theme-night .commerce-panel p,
body.commerce-page.theme-night .commerce-card p,
body.commerce-page.theme-night .commerce-card li,
body.commerce-page.theme-night .commerce-panel li {
  color: rgba(255, 250, 240, 0.76);
}

.commerce-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(201, 169, 106, 0.4);
  border-radius: 999px;
  padding: 0.48rem 0.78rem;
  color: #9b792f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.commerce-page.theme-night .commerce-kicker {
  color: var(--gold);
  background: rgba(216, 178, 122, 0.08);
}

.commerce-select {
  width: 100%;
  margin: 1rem 0 1.2rem;
  border: 1px solid rgba(7, 16, 31, 0.18);
  border-radius: 8px;
  padding: 0.9rem 0.95rem;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: 600 0.92rem/1.2 var(--font-body);
}

body.commerce-page.theme-night .commerce-select {
  border-color: rgba(216, 178, 122, 0.32);
  background: rgba(7, 16, 31, 0.82);
  color: var(--white);
}

.commerce-summary {
  display: grid;
  gap: 0.7rem;
  margin: 1.1rem 0 0;
  padding-left: 1.05rem;
}

.commerce-summary li::marker {
  color: #b9974d;
}

.commerce-price-box {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.2rem;
}

.commerce-price-box div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  justify-content: space-between;
  gap: 0.9rem;
  align-items: center;
  border: 1px solid rgba(7, 16, 31, 0.12);
  border-radius: 8px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.5);
}

body.commerce-page.theme-day .commerce-price-box div,
body.commerce-page.theme-day .commerce-check,
body.commerce-page.theme-day .commerce-step {
  border-color: rgba(7, 16, 31, 0.12) !important;
  background: rgba(255, 255, 255, 0.58) !important;
}

body.commerce-page.theme-night .commerce-price-box div,
body.commerce-page.theme-night .commerce-check,
body.commerce-page.theme-night .commerce-step {
  border-color: rgba(216, 178, 122, 0.28);
  background: rgba(7, 16, 31, 0.52);
}

.commerce-price-box span {
  color: rgba(7, 16, 31, 0.58);
  min-width: 0;
  font-size: clamp(0.66rem, 0.92vw, 0.76rem);
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.commerce-page.theme-day .commerce-price-box span {
  color: rgba(7, 16, 31, 0.58) !important;
  text-shadow: none !important;
}

body.commerce-page.theme-night .commerce-price-box span {
  color: rgba(255, 250, 240, 0.58);
}

.commerce-price-box strong {
  min-width: max-content;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(1.18rem, 1.45vw, 1.38rem);
  font-weight: 500;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

body.commerce-page.theme-night .commerce-price-box strong {
  color: var(--white);
}

.commerce-price-total {
  border-color: rgba(201, 169, 106, 0.42) !important;
  background: rgba(201, 169, 106, 0.12) !important;
}

body.commerce-page.theme-night .commerce-price-total {
  background: rgba(216, 178, 122, 0.13) !important;
}

.commerce-conditions {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.commerce-privacy-note,
.commerce-payment-obligation {
  margin: 1rem 0 0;
  font-size: 0.84rem;
  line-height: 1.6 !important;
}

.commerce-payment-obligation {
  text-align: center;
}

.commerce-check {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: 0.75rem;
  align-items: start;
  border: 1px solid rgba(7, 16, 31, 0.12);
  border-radius: 8px;
  padding: 0.82rem;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(7, 16, 31, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

body.commerce-page.theme-night .commerce-check {
  color: rgba(255, 250, 240, 0.74);
  background: rgba(7, 16, 31, 0.42);
}

.commerce-check a,
.commerce-card a,
.commerce-panel a {
  color: #9b792f;
}

body.commerce-page.theme-night .commerce-check a,
body.commerce-page.theme-night .commerce-card a,
body.commerce-page.theme-night .commerce-panel a {
  color: var(--gold);
}

.commerce-check input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  accent-color: var(--gold);
}

.commerce-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.commerce-actions .btn-primary,
.commerce-actions .btn-secondary {
  text-align: center;
}

.commerce-actions .btn-primary {
  min-width: min(100%, 260px);
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
}

body.commerce-page.theme-day .commerce-actions .btn-secondary {
  border-color: #b9974d !important;
  color: #b9974d !important;
  -webkit-text-fill-color: #b9974d !important;
}

body.commerce-page.theme-night .commerce-actions .btn-secondary {
  border-color: rgba(217, 189, 120, 0.68) !important;
  color: #d9bd78 !important;
  -webkit-text-fill-color: #d9bd78 !important;
}

body.commerce-page.theme-night .commerce-actions .btn-primary {
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
}

.commerce-return-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.commerce-return-actions .btn-secondary,
.ops-actions--return .btn-secondary {
  min-width: auto;
  border-color: rgba(255, 250, 240, 0.48) !important;
  background: rgba(7, 16, 31, 0.28) !important;
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
  backdrop-filter: blur(12px) saturate(1.04);
  -webkit-backdrop-filter: blur(12px) saturate(1.04);
}

.commerce-return-actions .btn-secondary:hover,
.ops-actions--return .btn-secondary:hover {
  border-color: rgba(217, 189, 120, 0.72) !important;
  background: rgba(217, 189, 120, 0.16) !important;
  color: #d9bd78 !important;
  -webkit-text-fill-color: #d9bd78 !important;
}

html body.production-v2.commerce-page.theme-day section.commerce-section .commerce-check,
html body.production-v2.commerce-page.theme-day section.commerce-section .commerce-check span {
  color: #111b2f !important;
  -webkit-text-fill-color: #111b2f !important;
  text-shadow: none !important;
}

.commerce-actions .is-disabled {
  pointer-events: none;
  opacity: 0.44;
  filter: grayscale(0.2);
}

.commerce-note {
  border-left: 2px solid var(--gold);
  margin-top: 1.1rem;
  padding-left: 0.95rem;
  color: rgba(7, 16, 31, 0.68);
  font-size: 0.92rem;
}

body.commerce-page.theme-night .commerce-note {
  color: rgba(255, 250, 240, 0.7);
}

.commerce-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.commerce-step {
  border: 1px solid rgba(201, 169, 106, 0.3);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(7, 16, 31, 0.04);
}

.commerce-step strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #9b792f;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.commerce-page.theme-night .commerce-step strong {
  color: var(--gold);
}

.commerce-step p {
  margin: 0;
  font-size: 0.92rem;
}

.commerce-dark {
  background:
    radial-gradient(circle at top left, rgba(201, 169, 106, 0.12), transparent 40%),
    linear-gradient(180deg, #07101f 0%, #111b2f 100%);
}

.commerce-dark .commerce-panel,
.commerce-dark .commerce-card {
  background: rgba(255, 250, 240, 0.06);
  border-color: rgba(201, 169, 106, 0.28);
  box-shadow: none;
}

.commerce-dark .commerce-panel h2,
.commerce-dark .commerce-card h3 {
  color: #d9bd78 !important;
  text-shadow: none !important;
}

.commerce-dark .commerce-panel p,
.commerce-dark .commerce-card p,
.commerce-dark .commerce-card li,
.commerce-dark .commerce-panel li,
.commerce-dark .commerce-note {
  color: rgba(255, 250, 240, 0.74);
}

.commerce-dark .commerce-kicker,
.commerce-dark .commerce-step strong {
  color: var(--gold);
}

.commerce-dark .commerce-price-box div,
.commerce-dark .commerce-check,
.commerce-dark .commerce-step {
  border-color: rgba(201, 169, 106, 0.24);
  background: rgba(7, 16, 31, 0.36);
}

.commerce-dark .commerce-price-box span,
.commerce-dark .commerce-check {
  color: rgba(255, 250, 240, 0.72);
}

.commerce-dark .commerce-price-box strong {
  color: var(--white);
}

@media (max-width: 980px) {
  .commerce-grid,
  .commerce-steps {
    grid-template-columns: 1fr;
  }

  .commerce-hero {
    min-height: auto;
    padding-top: 8rem;
  }
}

@media (max-width: 640px) {
  .commerce-price-box div {
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 0.7rem;
  }

  .commerce-price-box span {
    font-size: 0.62rem;
    line-height: 1.15;
  }

  .commerce-price-box strong {
    font-size: 1.12rem;
  }

  .commerce-actions .btn-primary,
  .commerce-actions .btn-secondary {
    width: 100%;
  }
}

html body.production-v2.commerce-page :is(.commerce-actions, .ops-actions, .nav__mobile-cta) .btn-primary,
html body.production-v2.commerce-page .commerce-panel .btn-primary,
html body.production-v2.commerce-page .commerce-card .btn-primary,
html body.production-v2.commerce-page .ops-card .btn-primary,
html body.production-v2.commerce-page .ops-hero .btn-primary {
  border-color: #d9bd78 !important;
  background: #d9bd78 !important;
  color: #07101f !important;
  -webkit-text-fill-color: #07101f !important;
  text-shadow: none !important;
}

html body.production-v2.commerce-page :is(.commerce-actions, .ops-actions, .nav__mobile-cta) .btn-primary:hover,
html body.production-v2.commerce-page .commerce-panel .btn-primary:hover,
html body.production-v2.commerce-page .commerce-card .btn-primary:hover,
html body.production-v2.commerce-page .ops-card .btn-primary:hover,
html body.production-v2.commerce-page .ops-hero .btn-primary:hover {
  border-color: #e3cc91 !important;
  background: #e3cc91 !important;
  color: #07101f !important;
  -webkit-text-fill-color: #07101f !important;
}

html body.production-v2.commerce-page :is(.commerce-actions, .ops-actions) .btn-secondary,
html body.production-v2.commerce-page .commerce-panel .btn-secondary,
html body.production-v2.commerce-page .commerce-card .btn-secondary,
html body.production-v2.commerce-page .ops-card .btn-secondary {
  border-color: rgba(185, 151, 77, 0.58) !important;
  background: rgba(255, 250, 240, 0.68) !important;
  color: #7a5f25 !important;
  -webkit-text-fill-color: #7a5f25 !important;
  text-shadow: none !important;
}

html body.production-v2.commerce-page :is(.commerce-actions, .ops-actions) .btn-secondary:hover,
html body.production-v2.commerce-page .commerce-panel .btn-secondary:hover,
html body.production-v2.commerce-page .commerce-card .btn-secondary:hover,
html body.production-v2.commerce-page .ops-card .btn-secondary:hover {
  border-color: #b9974d !important;
  background: rgba(217, 189, 120, 0.18) !important;
  color: #07101f !important;
  -webkit-text-fill-color: #07101f !important;
}

html body.production-v2.commerce-page :is(.commerce-hero, .ops-hero) .btn-secondary,
html body.production-v2.commerce-page :is(.commerce-return-actions, .ops-actions--return) .btn-secondary {
  border-color: rgba(255, 250, 240, 0.54) !important;
  background: rgba(7, 16, 31, 0.34) !important;
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
  text-shadow: none !important;
}

html body.production-v2.commerce-page :is(.commerce-hero, .ops-hero) .btn-secondary:hover,
html body.production-v2.commerce-page :is(.commerce-return-actions, .ops-actions--return) .btn-secondary:hover {
  border-color: rgba(217, 189, 120, 0.72) !important;
  background: rgba(217, 189, 120, 0.18) !important;
  color: #d9bd78 !important;
  -webkit-text-fill-color: #d9bd78 !important;
}

body.qualification-page[data-selected-offer="rayflections-starter"].theme-day .commerce-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.9) 0%, rgba(7, 16, 31, 0.64) 44%, rgba(7, 16, 31, 0.18) 100%),
    url("../assets/visuals-v2/generated/starter/starter-hero-day-family-adolescent-20260707.jpg") center 42%/cover no-repeat;
}

body.qualification-page[data-selected-offer="rayflections-starter"].theme-night .commerce-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.94) 0%, rgba(7, 16, 31, 0.72) 48%, rgba(7, 16, 31, 0.3) 100%),
    url("../assets/visuals-v2/generated/starter/starter-hero-night-family-adolescent-20260707.jpg") center 42%/cover no-repeat;
}

body.qualification-page[data-selected-offer="rayflections-starter"] .commerce-step__media img {
  object-position: center 38%;
}

body.production-v2.commerce-page.lisa-widget-disabled .lisa-widget {
  display: none !important;
}

html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig {
  width: auto !important;
  max-width: min(300px, calc(100% - 1rem)) !important;
  padding: 0.34rem 0.42rem !important;
  border-radius: 999px !important;
  flex-wrap: nowrap !important;
  gap: 0.22rem !important;
  box-shadow: 0 14px 42px rgba(7, 16, 31, 0.14) !important;
  transform: scale(0.84) !important;
  transform-origin: left bottom !important;
}

html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig button,
html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig a:not(#tarteaucitronPrivacyUrl) {
  min-height: 26px !important;
  padding: 0.34rem 0.38rem !important;
  font-size: 0.44rem !important;
  white-space: nowrap !important;
}

html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  max-width: 72px !important;
  overflow: hidden !important;
  padding: 0.12rem 0.16rem !important;
  font-size: 0.48rem !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig {
    left: max(0.45rem, env(safe-area-inset-left)) !important;
    right: auto !important;
    bottom: max(0.42rem, env(safe-area-inset-bottom)) !important;
    width: min(292px, calc(100% - 1rem)) !important;
    transform: none !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.22rem !important;
    padding: 0.28rem !important;
    border-radius: 999px !important;
  }

  html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    display: none !important;
  }

  html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig button,
  html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig a:not(#tarteaucitronPrivacyUrl) {
    min-height: 25px !important;
    padding: 0.34rem 0.14rem !important;
    font-size: 0.4rem !important;
  }

  html body.production-v2.commerce-page #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    display: none !important;
  }
}
