:root {
  --r2-bg: #070708;
  --r2-surface: #101012;
  --r2-surface-soft: #151518;
  --r2-surface-raised: #1b1b1f;
  --r2-text: #f7f7f5;
  --r2-muted: #9b9ba4;
  --r2-line: rgba(255, 255, 255, 0.11);
  --r2-line-strong: rgba(255, 255, 255, 0.2);
  --r2-red: #f5352b;
  --r2-red-deep: #bd211a;
  --r2-red-soft: #ff6f65;
  --r2-radius: 1.5rem;
  --r2-shell: 1280px;
  --bs-primary: #f5352b;
  --bs-primary-rgb: 245, 53, 43;
  --bs-body-bg: #070708;
  --bs-body-color: #f7f7f5;
  --bs-link-color: #f7f7f5;
  --bs-link-color-rgb: 247, 247, 245;
  --bs-link-hover-color: #ff6f65;
  --bs-link-hover-color-rgb: 255, 111, 101;
  --bs-focus-ring-color: rgba(245, 53, 43, 0.28);
  color-scheme: dark;
}

* {
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
}

body {
  background: var(--r2-bg);
  color: var(--r2-text);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 760;
}

::selection {
  background: var(--r2-red);
  color: #fff;
}

a {
  color: inherit;
}

.page-index #wrapper,
.page-index .page-content--home,
.page-index #content {
  background: var(--r2-bg);
  margin: 0;
  max-width: none;
  padding: 0;
}

/* Header */
#header {
  background: rgba(7, 7, 8, 0.94) !important;
  border-bottom: 1px solid var(--r2-line);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  color: var(--r2-text);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(20px) saturate(130%);
}

#header .header-top,
#header .header-bottom {
  background: transparent !important;
  border-color: var(--r2-line) !important;
}

#header .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  min-height: 34px;
}

#header .header-top .container-md,
#header .header-bottom__container {
  max-width: var(--r2-shell);
  padding-inline: 1.5rem;
}

#header .header-top .row {
  align-items: center;
  min-height: 34px;
}

#header .header-top__left,
#header .header-top__right {
  align-items: center;
  display: flex;
}

#header .header-top__right {
  gap: 1.15rem;
  justify-content: flex-end;
}

#header #_desktop_ps_languageselector,
#header #_desktop_ps_currencyselector {
  display: none !important;
}

#header .ps-contactinfo__email,
#header .header-block__title,
#header .form-select {
  color: #a9a9b0;
  font-size: 0.72rem;
  font-weight: 650;
}

#header .ps-contactinfo__email:hover,
#header .header-block__action-btn:hover .header-block__title {
  color: #fff;
}

#header .form-select {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  min-height: 0;
  padding-block: 0.2rem;
}

#header .header-bottom__row {
  min-height: 72px;
}

#header .navbar-brand {
  align-items: center;
  display: inline-flex !important;
  height: 48px;
  min-width: 108px;
  position: relative;
}

#header .navbar-brand .logo {
  display: block !important;
  height: 43px;
  max-height: 43px;
  max-width: 104px;
  object-fit: contain;
  width: auto;
}

#header .navbar-brand::before {
  content: none;
}

#header .navbar-brand::after {
  content: none;
}

#header .ps-mainmenu__tree {
  gap: 0.3rem;
  justify-content: center;
}

#header .r2-header-opticians,
#header .r2-header-pro {
  align-items: center;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #f7f7f5;
  font-size: 0.7rem;
  font-weight: 750;
  gap: 0.35rem;
  letter-spacing: 0.04em;
  margin-left: auto;
  min-height: 2.35rem;
  order: 1;
  padding: 0.55rem 0.8rem;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease;
  white-space: nowrap;
}

#header .r2-header-opticians .material-icons,
#header .r2-header-pro .material-icons {
  color: var(--r2-red);
  font-size: 1rem;
}

#header .r2-header-opticians:hover,
#header .r2-header-pro:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

#header .r2-header-pro {
  align-items: center;
  align-self: center;
  background: var(--r2-red);
  border: 1px solid var(--r2-red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 800;
  gap: 0.35rem;
  letter-spacing: 0.04em;
  min-height: 2.35rem;
  order: 1;
  padding: 0.55rem 0.8rem;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease;
  white-space: nowrap;
}

#header .r2-header-pro .material-icons {
  color: #fff;
}

#header .r2-header-pro:hover {
  background: #ff4b42;
  border-color: #ff4b42;
}

#header .ps-mainmenu__tree-link {
  border-radius: 999px;
  color: #d9d9dd;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}

#header .ps-mainmenu__tree-link:hover,
#header .ps-mainmenu__tree-item.current .ps-mainmenu__tree-link {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

#header .header-block__action-btn,
#header .menu-toggle {
  align-items: center;
  border-radius: 999px;
  color: #ececef;
  display: inline-flex;
  justify-content: center;
  min-height: 40px;
  transition: background 160ms ease, color 160ms ease;
}

#header .header-block__action-btn:hover,
#header .menu-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

#header .header-block__badge {
  background: var(--r2-red);
  border: 2px solid #0b0b0c;
  color: #fff;
}

#header .search-widget input,
#header .ps-searchbar input {
  background: #151517;
  border: 1px solid var(--r2-line);
  border-radius: 999px;
  color: #fff;
}

#header #_desktop_ps_searchbar {
  flex: 0 1 19rem;
  margin-left: auto !important;
  max-width: 19rem;
  width: 19rem;
}

#header .ps-searchbar,
#header .ps-searchbar__form {
  width: 100%;
}

#header .ps-searchbar__input {
  height: 42px;
  padding-inline: 2.65rem 2.25rem;
}

#header .ps-searchbar__input::placeholder {
  color: #777780;
  opacity: 1;
}

#header .ps-searchbar__magnifier {
  color: #b4b4bb;
}

/* Forms and ecommerce controls */
.btn-primary {
  --bs-btn-bg: var(--r2-red);
  --bs-btn-border-color: var(--r2-red);
  --bs-btn-hover-bg: #ea2c22;
  --bs-btn-hover-border-color: #ea2c22;
  border-radius: 999px;
  font-weight: 750;
}

.btn-outline-primary {
  --bs-btn-color: #f4f4f4;
  --bs-btn-border-color: rgba(255, 255, 255, 0.32);
  --bs-btn-hover-color: #09090a;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 59, 48;
  --bs-btn-active-color: #09090a;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  border-radius: 999px;
  font-weight: 720;
}

.form-control,
.form-select {
  border-radius: 0.8rem;
}

.page-product #main,
.page-category #main,
.page-cart #main,
.page-order #main {
  padding-block: 2.5rem 4rem;
}

.page-product .product-cover,
.page-product .product-information,
.page-product .product-add-to-cart,
.page-cart .cart-grid-body,
.page-cart .cart-grid-right {
  border-radius: 1.25rem;
}

/* Product page */
body.page-product .breadcrumb__wrapper {
  background: #0b0b0d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.page-product .breadcrumb,
body.page-product .breadcrumb a {
  color: #777780;
  font-size: 0.68rem;
}

body.page-product #wrapper {
  background:
    radial-gradient(circle at 18% 9%, rgba(255, 59, 48, 0.08), transparent 28rem),
    var(--r2-bg);
}

body.page-product .columns-container {
  max-width: 1240px;
}

body.page-product .product__container {
  background: #0f0f11;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.4rem;
  padding: clamp(1rem, 3vw, 2rem);
}

body.page-product .product__carousel {
  background: #0a0a0c;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1rem;
}

body.page-product .product__carousel img {
  object-fit: cover;
}

body.page-product .product__thumbnail-image {
  background: #101012;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-product .product__thumbnail.active .product__thumbnail-image {
  outline-color: var(--r2-red);
}

body.page-product .product__name {
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 780;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

body.page-product .product__manufacturer a {
  color: var(--r2-red-soft);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-product .product__price {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 760;
  letter-spacing: -0.045em;
}

body.page-product .product__description-short {
  color: #9a9aa3;
  font-size: 0.87rem;
  line-height: 1.7;
  max-width: 550px;
}

body.page-product .product__description-short strong {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}

body.page-product .r2-product-summary__lead {
  color: #b7b7bf;
  font-size: 0.91rem;
  margin-bottom: 1rem;
}

body.page-product .r2-product-summary__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

body.page-product .r2-product-summary__features li {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #e6e6e9;
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1;
  padding: 0.58rem 0.72rem;
}

body.page-product .r2-product-summary__optical {
  border-left: 2px solid var(--r2-red);
  color: #8f8f98;
  font-size: 0.75rem;
  margin: 0;
  padding-left: 0.75rem;
}

body.page-product .r2-product-story {
  color: #a9a9b1;
  font-size: 0.86rem;
}

body.page-product .r2-product-story__header {
  max-width: 780px;
  padding: clamp(0.4rem, 2vw, 1.2rem) 0 clamp(1.5rem, 3vw, 2.4rem);
}

body.page-product .r2-product-story__eyebrow,
body.page-product .r2-product-highlight > span {
  color: var(--r2-red-soft);
  display: block;
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.page-product .r2-product-story h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0.7rem 0 1rem;
}

body.page-product .r2-product-story h3 {
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.8rem;
}

body.page-product .r2-product-story p {
  margin-bottom: 0;
}

body.page-product .r2-product-highlights {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

body.page-product .r2-product-highlight {
  background: #0b0b0d;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 1rem;
  min-height: 155px;
  padding: 1.2rem;
}

body.page-product .r2-product-highlight h3 {
  margin: 1.35rem 0 0.45rem;
}

body.page-product .r2-product-highlight p {
  color: #8c8c95;
  line-height: 1.6;
}

body.page-product .r2-product-details {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 0.75rem;
}

body.page-product .r2-product-capabilities,
body.page-product .r2-product-technical,
body.page-product .r2-product-app-note,
body.page-product .r2-product-optician {
  background: rgba(255, 255, 255, 0.022);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 1rem;
  padding: 1.25rem;
}

body.page-product .r2-product-capabilities ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.page-product .r2-product-capabilities li {
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: #b6b6be;
  padding: 0.72rem 0 0.72rem 1.35rem;
  position: relative;
}

body.page-product .r2-product-capabilities li::before {
  color: var(--r2-red);
  content: '✓';
  font-weight: 800;
  left: 0;
  position: absolute;
}

body.page-product .r2-product-spec-list {
  margin: 0;
}

body.page-product .r2-product-spec {
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(105px, 0.7fr) minmax(0, 1.3fr);
  padding: 0.65rem 0;
}

body.page-product .r2-product-spec > span {
  color: #74747d;
  font-size: 0.7rem;
  font-weight: 650;
}

body.page-product .r2-product-spec > strong {
  color: #e1e1e5;
  font-size: 0.76rem;
  font-weight: 680;
  margin: 0;
}

body.page-product .r2-product-app-note,
body.page-product .r2-product-optician {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: minmax(145px, 0.35fr) minmax(0, 1fr);
  margin-top: 0.75rem;
}

body.page-product .r2-product-app-note strong,
body.page-product .r2-product-optician strong {
  color: #fff;
}

body.page-product .r2-product-optician {
  background: linear-gradient(120deg, rgba(255, 59, 48, 0.09), rgba(255, 255, 255, 0.018));
  border-color: rgba(255, 59, 48, 0.22);
}

body.page-product .r2-product-source {
  color: #66666f;
  font-size: 0.64rem;
  line-height: 1.5;
  margin-top: 0.8rem;
}

@media (max-width: 767.98px) {
  body.page-product .r2-product-highlights,
  body.page-product .r2-product-details {
    grid-template-columns: 1fr;
  }

  body.page-product .r2-product-app-note,
  body.page-product .r2-product-optician {
    grid-template-columns: 1fr;
  }
}

.r2-optical-disclaimer {
  color: #a8a8b0;
  font-size: 0.72rem;
  line-height: 1.35;
  margin: 0.35rem 0 0;
}

footer a[href$="/magasins"],
footer a[href*="/stores"] {
  display: none;
}

body.page-cart .product-line__content-left .r2-optical-disclaimer {
  border-left: 2px solid var(--r2-red);
  max-width: 22rem;
  padding-left: 0.55rem;
}

body.page-order .cart-summary-product .r2-optical-disclaimer {
  max-width: 17rem;
}

body.page-product .product__actions-qty-add {
  align-items: stretch;
}

body.page-product .product__quantity .quantity-button__group {
  background: #0a0a0c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  overflow: hidden;
}

body.page-product .product__quantity .btn,
body.page-product .product__quantity .form-control {
  background: transparent;
  border: 0;
  color: #fff;
  min-height: 3.2rem;
}

body.page-product .product__add-to-cart-button {
  box-shadow: 0 1.2rem 3rem -1.25rem rgba(255, 59, 48, 0.75);
  min-height: 3.2rem;
}

body.page-product .product__additional-info {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  margin-top: 1.5rem;
  padding-top: 1.25rem;
}

body.page-product .product__social-sharing {
  color: #7e7e87;
}

body.page-product .product__bottom {
  background: #0e0e10;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 0.75rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

body.page-product .product__bottom-left,
body.page-product .product__bottom-right {
  max-width: none;
  width: 100%;
}

body.page-product .product__bottom-right {
  order: -1;
}

body.page-product .product__bottom-right .r2-reassurance {
  margin: 0;
}

body.page-product #product_description {
  border: 0;
}

body.page-product #product_description > .accordion-header {
  display: none;
}

body.page-product #product_description_collapse {
  display: block !important;
}

body.page-product #product_description .accordion-body {
  padding: 0;
}

body.page-product .accordion-item,
body.page-product .accordion-button,
body.page-product .accordion-body {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.09);
  color: #d8d8dc;
}

body.page-product .accordion-button {
  font-size: 0.85rem;
  font-weight: 760;
}

body.page-product .accordion-body {
  color: #9898a1;
  font-size: 0.8rem;
  line-height: 1.75;
}

body.page-product .product__accessories,
body.page-product .product-comments {
  margin-top: 2rem;
}

body.page-product .ps-viewedproducts,
body.page-product .ps-categoryproducts {
  margin: clamp(2rem, 4vw, 3.5rem) auto;
  max-width: 880px;
}

body.page-product .ps-viewedproducts[hidden],
body.page-product .ps-categoryproducts[hidden] {
  display: none !important;
}

body.page-product .ps-viewedproducts .module-products,
body.page-product .ps-categoryproducts .module-products {
  max-width: none;
  padding-inline: 0;
}

body.page-product .ps-viewedproducts .section-title,
body.page-product .ps-categoryproducts .section-title {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: -0.035em;
  margin-bottom: 1.25rem;
  text-align: center;
}

body.page-product .ps-viewedproducts .products,
body.page-product .ps-categoryproducts .products {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 280px));
  justify-content: center;
  width: 100%;
}

body.page-product .ps-viewedproducts .product-miniature,
body.page-product .ps-categoryproducts .product-miniature {
  min-width: 0;
  width: auto;
}

body.page-product .product-miniature {
  background: #101012;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 1rem;
  overflow: hidden;
}

/* Category page */
body.page-category .breadcrumb__wrapper {
  display: none;
}

body.page-category #wrapper {
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 59, 48, 0.07), transparent 26rem),
    var(--r2-bg);
}

body.page-category .columns-container {
  max-width: 1240px;
}

body.page-category .products__selection {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

body.page-category .products__count {
  color: #85858e;
  font-size: 0.8rem;
}

body.page-category .products__sort {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

body.page-category .products__sort-label {
  color: #a5a5ad;
  font-size: 0.8rem;
  white-space: nowrap;
}

body.page-category .products__sort-dropdown,
body.page-category .products__sort-dropdown-button {
  width: 250px;
}

body.page-category #js-product-list .products {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  justify-content: center;
}

body.page-category #js-product-list .product-miniature {
  min-width: 0;
  width: auto;
}

body.page-category .pagination-summary {
  color: #777780;
  justify-content: center;
  margin-top: 1.75rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  body.page-product .product__bottom-right .r2-reassurance {
    grid-template-columns: 1fr;
  }

  body.page-product .ps-viewedproducts .products,
  body.page-product .ps-categoryproducts .products,
  body.page-category #js-product-list .products {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-category .products__selection {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  body.page-category .products__sort {
    justify-content: space-between;
  }

  body.page-category .products__sort-dropdown,
  body.page-category .products__sort-dropdown-button {
    min-width: 0;
    width: min(250px, 100%);
  }
}

/* Cart page */
body.page-cart .breadcrumb__wrapper {
  display: none;
}

body.page-cart #wrapper {
  background:
    radial-gradient(circle at 75% 8%, rgba(255, 59, 48, 0.08), transparent 28rem),
    var(--r2-bg);
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

body.page-cart .columns-container {
  max-width: 1200px;
}

body.page-cart .cart-grid {
  --bs-gutter-x: 1.25rem;
  align-items: start;
}

body.page-cart .cart-grid__content,
body.page-cart .cart-summary {
  background: rgba(16, 16, 18, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 2rem 5rem -3.25rem rgba(0, 0, 0, 0.9);
}

body.page-cart .cart-grid__content {
  margin-bottom: 1.5rem;
  padding: clamp(1.35rem, 3vw, 2rem);
}

body.page-cart .page-title-section {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  letter-spacing: -0.045em;
  margin-bottom: 1.4rem;
}

body.page-cart .cart__overview > hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin-block: 0 1.25rem;
  opacity: 1;
}

body.page-cart .cart__overview > hr:last-child {
  margin: 1.25rem 0 0;
}

body.page-cart .cart__item {
  background: #0c0c0e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 1rem;
}

body.page-cart .product-line__img {
  border-radius: 0.8rem;
}

body.page-cart .product-line__title {
  color: #fff;
  font-weight: 760;
}

body.page-cart .product-line__item-price,
body.page-cart .product-line__price {
  color: #fff;
  font-weight: 700;
}

body.page-cart .quantity-button__group {
  background: #151518;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  overflow: hidden;
}

body.page-cart .quantity-button__group .btn,
body.page-cart .quantity-button__group .form-control {
  background: transparent;
  border: 0;
  color: #fff;
  min-height: 2.35rem;
}

body.page-cart .quantity-button__group .btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

body.page-cart .product-line__actions a {
  color: #888891;
  font-size: 0.74rem;
}

body.page-cart .product-line__actions a:hover {
  color: var(--r2-red-soft);
}

body.page-cart .cart__continue-shopping {
  color: #d9d9dd;
  font-size: 0.78rem;
}

body.page-cart .cart-grid__aside {
  display: grid;
  gap: 1rem;
}

body.page-cart .cart-summary {
  padding: clamp(1.35rem, 3vw, 1.8rem);
  position: sticky;
  top: 8rem;
}

body.page-cart .cart-summary__products,
body.page-cart .cart-summary__subtotals,
body.page-cart .cart-summary__total {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

body.page-cart .cart-summary__line {
  color: #aaaab2;
  padding-block: 0.55rem;
}

body.page-cart .cart-summary__line--bold {
  color: #fff;
  font-size: 1.05rem;
}

body.page-cart .cart-summary__actions .btn {
  box-shadow: 0 1.25rem 2.8rem -1.5rem rgba(255, 59, 48, 0.75);
  min-height: 3.2rem;
  width: 100%;
}

body.page-cart .blockreassurance--cart {
  display: grid;
  gap: 0.6rem;
  margin: 0;
}

body.page-cart .blockreassurance--cart .reassurance {
  align-items: center;
  background: #0f0f11;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  display: flex;
  gap: 0.8rem;
  margin: 0;
  padding: 0.85rem 1rem;
}

body.page-cart .blockreassurance--cart .reassurance__image {
  align-items: center;
  background: rgba(255, 59, 48, 0.11);
  border-radius: 50%;
  color: var(--r2-red-soft);
  display: inline-flex;
  flex: 0 0 1.8rem;
  font-size: 0;
  height: 1.8rem;
  justify-content: center;
}

body.page-cart .blockreassurance--cart .reassurance__image::before {
  content: '✓';
  font-size: 0.78rem;
  font-weight: 900;
}

body.page-cart .blockreassurance--cart .reassurance__image img,
body.page-cart .blockreassurance--cart .reassurance__desc,
body.page-cart .blockreassurance--cart br {
  display: none !important;
}

body.page-cart .blockreassurance--cart .reassurance__title {
  color: #d6d6da;
  font-size: 0;
  font-weight: 680;
}

body.page-cart .blockreassurance--cart .reassurance:nth-child(1) .reassurance__title::after {
  content: 'Paiement sécurisé';
  font-size: 0.76rem;
}

body.page-cart .blockreassurance--cart .reassurance:nth-child(2) .reassurance__title::after {
  content: 'Livraison suivie offerte';
  font-size: 0.76rem;
}

body.page-cart .blockreassurance--cart .reassurance:nth-child(3) .reassurance__title::after {
  content: 'Retours sous 14 jours';
  font-size: 0.76rem;
}

.r2-reassurance {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-block: 1.25rem;
}

.r2-reassurance__item {
  align-items: flex-start;
  background: #0f0f11;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 0.8rem;
  display: flex;
  gap: 0.65rem;
  padding: 0.8rem;
}

.r2-reassurance__icon {
  align-items: center;
  background: rgba(255, 59, 48, 0.13);
  border-radius: 50%;
  color: var(--r2-red-soft);
  display: inline-flex;
  flex: 0 0 1.55rem;
  font-size: 0.7rem;
  font-weight: 900;
  height: 1.55rem;
  justify-content: center;
}

.r2-reassurance__item strong,
.r2-reassurance__item small {
  display: block;
}

.r2-reassurance__item strong {
  color: #e6e6e9;
  font-size: 0.68rem;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.r2-reassurance__item small {
  color: #797981;
  font-size: 0.58rem;
  line-height: 1.4;
}

body.page-cart .r2-reassurance,
body.page-order .r2-reassurance {
  grid-template-columns: 1fr;
  margin: 0;
}

body.page-cart .r2-reassurance__item,
body.page-order .r2-reassurance__item {
  padding: 0.75rem 0.85rem;
}

/* Checkout */
body.page-order .breadcrumb__wrapper {
  display: none;
}

body.page-order #wrapper {
  background:
    radial-gradient(circle at 75% 5%, rgba(255, 59, 48, 0.075), transparent 28rem),
    var(--r2-bg);
  padding-block: clamp(2rem, 4vw, 4rem);
}

body.page-order .columns-container {
  max-width: 1200px;
}

body.page-order .checkout-steps {
  background: transparent !important;
  margin-bottom: 1.5rem;
}

body.page-order .checkout-steps__desktop,
body.page-order .checkout-steps__mobile {
  color: #d8d8dd;
}

body.page-order .checkout-steps__list {
  background: #0e0e10;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  overflow: hidden;
  padding: 0.4rem;
}

body.page-order .checkout-steps__step {
  border-radius: 0.7rem;
}

body.page-order .checkout-steps__step--current,
body.page-order .checkout-steps__step.current {
  background: rgba(255, 59, 48, 0.09);
}

body.page-order .checkout-steps__number {
  background: #1a1a1e;
  color: #9999a2;
}

body.page-order .checkout-steps__step--current .checkout-steps__number,
body.page-order .checkout-steps__step.current .checkout-steps__number {
  background: var(--r2-red);
  color: #fff;
}

body.page-order .checkout-steps__btn {
  color: #9a9aa2;
  font-size: 0.72rem;
  font-weight: 690;
}

body.page-order .checkout-grid {
  --bs-gutter-x: 1.25rem;
  align-items: start;
}

body.page-order .checkout-grid__content,
body.page-order .checkout__summary-accordion-wrapper {
  background: #101012;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.2rem;
}

body.page-order .checkout-grid__content {
  padding: clamp(1.25rem, 3vw, 2rem);
}

body.page-order .checkout__summary-accordion-wrapper {
  overflow: hidden;
  padding: 1.25rem;
  position: sticky;
  top: 8rem;
}

body.page-order .step-title,
body.page-order .checkout-step__title {
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  letter-spacing: -0.04em;
}

body.page-order .nav-tabs {
  border-color: rgba(255, 255, 255, 0.1);
}

body.page-order .nav-tabs .nav-link {
  color: #888891;
  font-size: 0.75rem;
}

body.page-order .nav-tabs .nav-link.active {
  background: transparent;
  border-color: transparent transparent var(--r2-red);
  color: #fff;
}

body.page-order .nav-underline .nav-link {
  color: #8f8f98;
}

body.page-order .nav-underline .nav-link.active {
  border-color: var(--r2-red);
  color: #fff;
}

.r2-mobile-buybar {
  display: none;
}

body.page-order .form-label {
  color: #cfcfd4;
  font-size: 0.7rem;
  font-weight: 700;
}

body.page-order .form-control,
body.page-order .form-select {
  background-color: #0b0b0d;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  min-height: 3rem;
}

body.page-order .form-control:focus,
body.page-order .form-select:focus {
  border-color: var(--r2-red);
  box-shadow: 0 0 0 0.22rem rgba(255, 59, 48, 0.12);
}

body.page-order .form-text,
body.page-order .text-muted,
body.page-order em {
  color: #777780 !important;
  font-size: 0.64rem;
}

body.page-order .checkout-step .btn-primary,
body.page-order [name='confirm-addresses'],
body.page-order [name='confirmDeliveryOption'] {
  min-height: 3.1rem;
  padding-inline: 1.5rem;
}

body.page-order #payment-confirmation .btn-primary {
  background: var(--r2-red);
  border-color: var(--r2-red);
  box-shadow: 0 1rem 2.5rem -1.2rem rgba(255, 59, 48, 0.7);
  color: #fff;
}

body.page-order #payment-confirmation .btn-primary:hover,
body.page-order #payment-confirmation .btn-primary:focus-visible {
  background: #ff5148;
  border-color: #ff5148;
}

body.page-order .buttons-wrapper .js-back {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

body.page-order .cart-summary {
  color: #d9d9dd;
}

body.page-order #footer .ps-emailsubscription {
  display: none;
}

@media (max-width: 767.98px) {
  body.page-product {
    padding-bottom: 5.25rem;
  }

  .r2-mobile-buybar {
    align-items: center;
    background: rgba(13, 13, 15, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    bottom: 0;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    left: 0;
    padding: 0.75rem max(1rem, env(safe-area-inset-left)) calc(0.75rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 1040;
    backdrop-filter: blur(18px);
  }

  .r2-mobile-buybar__price {
    display: grid;
    line-height: 1.15;
  }

  .r2-mobile-buybar__price small {
    color: #8b8b94;
    font-size: 0.62rem;
  }

  .r2-mobile-buybar__price strong {
    color: #fff;
    font-size: 1rem;
  }

  .r2-mobile-buybar__button {
    background: var(--r2-red);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    min-height: 2.75rem;
    padding: 0.7rem 1rem;
  }

  body.page-product .product__container,
  body.page-product .product__bottom,
  body.page-order .checkout-grid__content {
    border-radius: 1rem;
    padding: 1rem;
  }

  body.page-product .product__name {
    font-size: 2.5rem;
  }

  body.page-order #wrapper {
    padding-block: 1rem 3rem;
  }
}

/* Cart confirmation */
.modal-backdrop.show {
  opacity: 0.78;
}

.blockcart-modal .modal-dialog {
  max-width: min(960px, calc(100vw - 2rem));
}

.blockcart-modal .modal-content {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 59, 48, 0.09), transparent 20rem),
    #0c0c0e;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.35rem;
  box-shadow: 0 3rem 8rem rgba(0, 0, 0, 0.72);
  color: #f7f7f5;
  overflow: hidden;
}

.blockcart-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.35rem 1.6rem;
}

.blockcart-modal__title {
  align-items: center;
  display: flex;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  gap: 0.8rem;
  letter-spacing: -0.035em;
  margin: 0;
}

.blockcart-modal__title-icon {
  align-items: center;
  background: var(--r2-red);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 1.15rem !important;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.blockcart-modal .btn-close {
  filter: invert(1) grayscale(1);
  opacity: 0.66;
}

.blockcart-modal .modal-body {
  padding: 1.75rem 1.6rem;
}

.blockcart-modal__image {
  background: #111114;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
}

.blockcart-modal__name {
  font-size: 1rem;
  font-weight: 760;
}

.blockcart-modal__price {
  color: #fff;
  font-weight: 680;
}

.blockcart-modal__quantity,
.blockcart-modal__property,
.blockcart-modal__nb-products,
.blockcart-modal__total:not(.blockcart-modal__total--bold) {
  color: #aaaab2;
}

.blockcart-modal__summary {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 1.75rem;
}

.blockcart-modal__total {
  gap: 1.5rem;
}

.blockcart-modal .modal-footer {
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem 1.6rem;
}

.blockcart-modal .modal-footer .btn {
  min-height: 3rem;
  padding-inline: 1.25rem;
}

/* R2 add-to-cart experience */
.blockcart-modal .r2-cart-modal {
  background: #0b0b0d;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.5rem;
  box-shadow: 0 3rem 9rem rgba(0, 0, 0, 0.82);
  overflow: hidden;
}

.blockcart-modal.show .r2-cart-modal {
  animation: r2-cart-modal-in 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes r2-cart-modal-in {
  from {
    opacity: 0;
    transform: translateY(1rem) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.blockcart-modal .r2-cart-modal__header {
  align-items: center;
  background: rgba(255, 255, 255, 0.018);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
}

.r2-cart-modal__heading {
  align-items: center;
  display: flex;
  gap: 0.85rem;
}

.r2-cart-modal__check {
  align-items: center;
  background: linear-gradient(145deg, #ff554c, #e82319);
  border-radius: 50%;
  box-shadow: 0 0.8rem 2rem -0.8rem rgba(255, 59, 48, 0.9);
  display: inline-flex;
  flex: 0 0 2.4rem;
  height: 2.4rem;
  justify-content: center;
}

.r2-cart-modal__check .material-icons {
  color: #fff;
  font-size: 1.25rem;
}

.r2-cart-modal__eyebrow {
  color: var(--r2-red-soft);
  display: block;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}

.r2-cart-modal__heading .modal-title {
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0;
}

.blockcart-modal .r2-cart-modal__body {
  padding: 1.4rem;
}

.r2-cart-modal__grid {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.r2-cart-modal__visual {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 59, 48, 0.2), transparent 42%),
    #0d0d0f;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.1rem;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}

.r2-cart-modal__visual::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), transparent 42%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.r2-cart-modal__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.r2-cart-modal__visual-label,
.r2-cart-modal__visual-count {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.r2-cart-modal__visual-label {
  left: 1rem;
  top: 1rem;
}

.r2-cart-modal__visual-count {
  bottom: 1rem;
  right: 1rem;
}

.r2-cart-modal__details {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-block: 0.25rem;
}

.r2-cart-modal__product-head {
  align-items: start;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.r2-cart-modal__category {
  color: var(--r2-red-soft);
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.r2-cart-modal__name {
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}

.r2-cart-modal__price {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.r2-cart-modal__attribute {
  color: #aaaab2;
  font-size: 0.75rem;
  margin: 0.7rem 0 0;
}

.r2-cart-modal__existing {
  align-items: flex-start;
  background: rgba(255, 117, 109, 0.075);
  border: 1px solid rgba(255, 117, 109, 0.2);
  border-radius: 0.7rem;
  color: #c7c7cd;
  display: flex;
  font-size: 0.68rem;
  gap: 0.55rem;
  line-height: 1.45;
  margin-top: 0.85rem;
  padding: 0.65rem 0.75rem;
}

.r2-cart-modal__existing .material-icons {
  color: var(--r2-red-soft);
  flex: 0 0 auto;
  font-size: 1rem;
  margin-top: 0.05rem;
}

.r2-cart-modal__existing strong {
  color: #fff;
}

.r2-cart-modal__optical-note {
  border-left: 2px solid var(--r2-red);
  color: #92929a;
  font-size: 0.72rem;
  line-height: 1.55;
  margin: 1.15rem 0;
  padding-left: 0.8rem;
}

.r2-cart-modal__benefits {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.r2-cart-modal__benefits span {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.7rem;
  color: #b9b9c0;
  display: flex;
  font-size: 0.6rem;
  font-weight: 680;
  gap: 0.38rem;
  line-height: 1.3;
  min-height: 2.65rem;
  padding: 0.5rem 0.55rem;
}

.r2-cart-modal__benefits i {
  align-items: center;
  background: rgba(255, 59, 48, 0.13);
  border-radius: 50%;
  color: var(--r2-red-soft);
  display: inline-flex;
  flex: 0 0 1.2rem;
  font-size: 0.62rem;
  font-style: normal;
  height: 1.2rem;
  justify-content: center;
}

.r2-cart-modal__summary {
  background: #101012;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.9rem;
  margin-top: auto;
  padding: 0.65rem 0.9rem;
}

.r2-cart-modal__summary-line {
  align-items: center;
  color: #8f8f98;
  display: flex;
  font-size: 0.7rem;
  justify-content: space-between;
  padding-block: 0.35rem;
}

.r2-cart-modal__summary-line strong {
  color: #d9d9dd;
  font-weight: 680;
}

.r2-cart-modal__summary-line--total {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 0.84rem;
  margin-top: 0.35rem;
  padding-top: 0.7rem;
}

.r2-cart-modal__summary-line--total strong {
  color: #fff;
  font-size: 1rem;
}

.blockcart-modal .r2-cart-modal__footer {
  align-items: center;
  background: #101012;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.4rem;
}

.r2-cart-modal__continue {
  background: transparent;
  border: 0;
  color: #a7a7af;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 !important;
}

.r2-cart-modal__continue:hover {
  color: #fff;
}

.r2-cart-modal__checkout {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.r2-cart-modal__secure {
  color: #777780;
  font-size: 0.63rem;
  font-weight: 650;
}

.r2-cart-modal__secure i {
  color: var(--r2-red);
  font-size: 0.48rem;
  font-style: normal;
  margin-right: 0.3rem;
}

.r2-cart-modal__order {
  align-items: center;
  display: inline-flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 3.1rem !important;
  min-width: 12.5rem;
}

.r2-cart-modal__order span {
  font-size: 1rem;
}

.r2-cart-modal__extra:empty,
.r2-cart-modal__footer-extra:empty {
  display: none;
}

@media (max-width: 767.98px) {
  .blockcart-modal .modal-dialog {
    margin: 0.65rem;
    max-width: none;
  }

  .blockcart-modal .r2-cart-modal {
    border-radius: 1.15rem;
  }

  .blockcart-modal .r2-cart-modal__body {
    padding: 0.9rem;
  }

  .r2-cart-modal__grid {
    gap: 1.1rem;
    grid-template-columns: 1fr;
  }

  .r2-cart-modal__visual {
    min-height: 210px;
  }

  .r2-cart-modal__benefits {
    grid-template-columns: 1fr;
  }

  .blockcart-modal .r2-cart-modal__footer {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 0.9rem;
  }

  .r2-cart-modal__checkout {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 0.55rem;
  }

  .r2-cart-modal__order {
    width: 100%;
  }

  .r2-cart-modal__secure {
    text-align: center;
  }

  .r2-cart-modal__continue {
    min-height: 2rem !important;
    width: 100%;
  }
}

/* Authentication */
body.page-authentication .breadcrumb__wrapper {
  display: none;
}

body.page-registration #customer-form .form-text {
  color: #85858e !important;
  display: block;
  font-size: 0.72rem;
  line-height: 1.45;
  margin-top: 0.45rem;
  opacity: 1;
}

body.page-registration #customer-form .form-control.is-invalid {
  background-image: none;
  border-color: var(--r2-red);
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.1);
}

body.page-registration #customer-form .r2-field-error {
  color: #ff9b95;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0.45rem 0 0;
}

body.page-registration #customer-form .r2-field-error[hidden] {
  display: none;
}

body.page-registration #customer-form .alert-danger {
  background: rgba(255, 59, 48, 0.09);
  border: 1px solid rgba(255, 59, 48, 0.28);
  border-radius: 0.75rem;
  color: #ffaaa5;
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0.55rem 0 0;
  padding: 0.75rem 2.75rem 0.75rem 0.9rem;
}

body.page-registration #customer-form .alert-danger .btn-close {
  filter: invert(1);
  opacity: 0.55;
  padding: 0.9rem;
}

body.page-authentication #wrapper {
  background:
    radial-gradient(circle at 78% 15%, rgba(255, 59, 48, 0.085), transparent 30rem),
    #070708;
  padding-block: clamp(2rem, 4vw, 4.5rem);
}

.r2-auth-container {
  max-width: 1220px;
}

.r2-auth-container .page-content--general {
  padding: 0;
}

.r2-auth {
  background: #0e0e10;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  box-shadow: 0 3rem 8rem -4rem rgba(0, 0, 0, 0.95);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);
  min-height: 660px;
  overflow: hidden;
}

.r2-auth__brand {
  background: #0a0a0b;
  min-height: 660px;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
}

.r2-auth__brand-image,
.r2-auth__brand-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.r2-auth__brand-image {
  filter: contrast(1.08) saturate(0.86);
  object-fit: cover;
}

.r2-auth__brand-shade {
  background:
    linear-gradient(0deg, rgba(5, 5, 6, 0.98) 2%, rgba(5, 5, 6, 0.36) 64%, rgba(5, 5, 6, 0.76)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), transparent 62%);
}

.r2-auth__brand-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.r2-auth__mark,
.r2-auth__mobile-mark {
  display: block;
  height: auto;
  object-fit: contain;
  width: 6.75rem;
}

.r2-auth__mark::after,
.r2-auth__mobile-mark::after {
  content: none;
}

.r2-auth__edition,
.r2-auth__brand-index {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.r2-auth__brand-copy {
  bottom: clamp(4rem, 8vw, 6.5rem);
  left: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 470px;
  position: absolute;
  right: clamp(1.5rem, 3vw, 2.25rem);
  z-index: 2;
}

.r2-auth__brand-eyebrow,
.r2-auth__eyebrow {
  color: var(--r2-red-soft);
  font-size: 0.65rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.r2-auth__brand-copy h2 {
  color: #fff;
  font-size: clamp(2.45rem, 4vw, 4rem);
  font-weight: 770;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin-bottom: 1.15rem;
}

.r2-auth__brand-copy > p:not(.r2-auth__brand-eyebrow) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.65;
  max-width: 420px;
}

.r2-auth__brand-copy ul {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 1.15rem 0 0;
}

.r2-auth__brand-copy li {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 0.7rem;
  font-weight: 650;
  gap: 0.75rem;
}

.r2-auth__brand-copy li span {
  color: var(--r2-red-soft);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.r2-auth__brand-index {
  bottom: 1.75rem;
  position: absolute;
  right: 2rem;
  z-index: 2;
}

.r2-auth__panel {
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 59, 48, 0.08), transparent 20rem),
    #101012;
  display: flex;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.r2-auth__panel-inner {
  max-width: 430px;
  width: 100%;
}

.r2-auth__mobile-mark {
  display: none;
  margin-bottom: 2.75rem;
  width: fit-content;
}

.r2-auth__panel h1 {
  color: #fff;
  font-size: clamp(2.1rem, 3.4vw, 3.2rem);
  font-weight: 770;
  letter-spacing: -0.055em;
  line-height: 1;
  margin-bottom: 0.85rem;
}

.r2-auth__intro {
  color: #8f8f98;
  font-size: 0.78rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 370px;
}

.r2-auth__form .mb-3 {
  margin-bottom: 1rem !important;
}

.r2-auth__form .form-label {
  color: #cfcfd4;
  font-size: 0.68rem;
  font-weight: 740;
  letter-spacing: 0.025em;
  margin-bottom: 0.45rem;
}

.r2-auth__form .form-label.required::after {
  color: var(--r2-red-soft);
}

.r2-auth__form .form-control {
  background: #0b0b0d;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.75rem;
  color: #fff;
  font-size: 0.85rem;
  height: 3.2rem;
  padding-inline: 1rem;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.r2-auth__form .form-control:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

.r2-auth__form .form-control:focus {
  background: #0d0d0f;
  border-color: var(--r2-red);
  box-shadow: 0 0 0 0.22rem rgba(255, 59, 48, 0.12);
}

.r2-auth__form .password-field {
  flex-wrap: nowrap;
}

.r2-auth__form .password-field .form-control {
  border-radius: 0.75rem 0 0 0.75rem;
}

.r2-auth__form .password-field .btn {
  background: #17171a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 0;
  border-radius: 0 0.75rem 0.75rem 0;
  color: #aaaab2;
  min-width: 3.2rem;
}

.r2-auth__form .password-field .btn:hover {
  background: #202024;
  color: #fff;
}

.r2-auth__form .buttons-wrapper {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
}

.r2-auth__form #submit-login {
  font-size: 0.8rem;
  min-height: 3.2rem;
  order: 1;
  width: 100%;
}

.r2-auth__form .btn-basic {
  color: #898991;
  font-size: 0.68rem;
  justify-self: end;
  order: 2;
  padding: 0;
}

.r2-auth__form .btn-basic:hover {
  color: #fff;
}

.r2-auth__divider {
  align-items: center;
  color: #676770;
  display: flex;
  font-size: 0.62rem;
  gap: 0.75rem;
  margin: 1.6rem 0 1rem;
  text-transform: uppercase;
}

.r2-auth__divider::before,
.r2-auth__divider::after {
  background: rgba(255, 255, 255, 0.09);
  content: '';
  flex: 1;
  height: 1px;
}

.r2-auth__register {
  align-items: center;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.85rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.9rem;
}

.r2-auth__register strong,
.r2-auth__register > div > span {
  display: block;
}

.r2-auth__register strong {
  color: #fff;
  font-size: 0.72rem;
  margin-bottom: 0.18rem;
}

.r2-auth__register > div > span {
  color: #74747d;
  font-size: 0.6rem;
}

.r2-auth__register-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.67rem;
  font-weight: 760;
  gap: 0.45rem;
  text-decoration: none;
  white-space: nowrap;
}

.r2-auth__register-link span {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #0a0a0b;
  display: inline-flex;
  height: 1.7rem;
  justify-content: center;
  width: 1.7rem;
}

.r2-auth__register-link:hover {
  color: var(--r2-red-soft);
}

.r2-auth__privacy {
  color: #5f5f67;
  font-size: 0.57rem;
  line-height: 1.5;
  margin: 1rem auto 0;
  max-width: 360px;
  text-align: center;
}

body.page-authentication #footer .ps-emailsubscription {
  display: none;
}

body.page-authentication #footer .footer__main {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2.5rem;
}

@media (max-width: 991.98px) {
  .r2-auth {
    grid-template-columns: minmax(0, 0.8fr) minmax(390px, 1.2fr);
  }

  .r2-auth__brand-copy h2 {
    font-size: 2.6rem;
  }

  .r2-auth__brand-copy ul {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body.page-authentication #wrapper {
    padding-block: 1rem 2.5rem;
  }

  .r2-auth-container {
    padding-inline: 0.75rem;
  }

  .r2-auth {
    border-radius: 1.1rem;
    display: block;
    min-height: 0;
  }

  .r2-auth__brand {
    display: none;
  }

  .r2-auth__panel {
    min-height: 0;
    padding: 2rem 1.25rem;
  }

  .r2-auth__mobile-mark {
    display: block;
  }

  .r2-auth__panel h1 {
    font-size: 2.35rem;
  }

  .r2-auth__register {
    align-items: flex-start;
    flex-direction: column;
  }

  .r2-auth__register-link {
    justify-content: space-between;
    width: 100%;
  }
}

/* Footer */
#footer,
#footer .footer,
#footer .footer__main,
#footer .footer-container {
  background: #09090a !important;
  border-color: var(--r2-line) !important;
  color: var(--r2-text);
}

#footer {
  border-top: 1px solid var(--r2-line);
}

#footer .ps-emailsubscription {
  background-color: #111113 !important;
  background-image:
    radial-gradient(circle at 88% 10%, rgba(255, 59, 48, 0.22), transparent 28rem),
    linear-gradient(110deg, #111113, #0c0c0e) !important;
  border-bottom: 1px solid var(--r2-line);
  color: #fff !important;
  padding-block: 3.25rem !important;
}

#footer .ps-emailsubscription .container {
  max-width: 1120px;
}

#footer .ps-emailsubscription .h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 780;
  letter-spacing: -0.035em;
}

#footer .ps-emailsubscription .text-body-secondary,
#footer .ps-emailsubscription p {
  color: #96969f !important;
}

#footer .ps-emailsubscription .h3 {
  color: #fff !important;
}

#footer .ps-emailsubscription .form-control {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--r2-line-strong);
  color: #fff;
  min-height: 3.2rem;
}

#footer .footer__main {
  padding-block: 3.5rem 2rem;
}

#footer .footer__main-top {
  gap: 1.5rem;
}

#footer .footer__main-top > nav:has(#footer_title_1) {
  display: none;
}

#footer .footer__main-top > nav,
#footer .footer__main-top > section {
  flex: 1 1 0;
  max-width: none;
}

#footer #footer_title_2 {
  font-size: 0;
}

#footer #footer_title_2::after {
  content: 'R2';
  font-size: 0.78rem;
}

#footer .footer-block__title,
#footer .footer-block__title a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#footer .footer-block__list a,
#footer .ps-contactinfo__address,
#footer .ps-contactinfo__email {
  color: #9999a2;
  font-size: 0.84rem;
}

#footer .r2-footer-brand {
  display: inline-flex;
  margin-bottom: 1rem;
}

#footer .r2-footer-brand img {
  display: block;
  height: auto;
  max-width: 8.75rem;
  width: 100%;
}

#footer .footer-block__list a:hover,
#footer .ps-contactinfo__email:hover {
  color: #fff;
}

.r2-copyright {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #74747d;
  display: flex;
  font-size: 0.7rem;
  justify-content: space-between;
  letter-spacing: 0.03em;
  margin-top: 1rem;
  padding-top: 1.4rem;
}

/* Customer account */
body.page-my-account .breadcrumb__wrapper,
body.page-customer-account .breadcrumb__wrapper,
body.page-addresses .breadcrumb__wrapper,
body.page-address .breadcrumb__wrapper {
  display: none;
}

body.page-my-account #wrapper,
body.page-customer-account #wrapper,
body.page-addresses #wrapper,
body.page-address #wrapper {
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 59, 48, 0.095), transparent 27rem),
    radial-gradient(circle at 8% 48%, rgba(255, 59, 48, 0.035), transparent 26rem),
    #070708;
  min-height: 650px;
  padding-block: clamp(2.5rem, 5.5vw, 5.25rem);
}

body.page-my-account #wrapper .columns-container,
body.page-customer-account #wrapper .columns-container,
body.page-addresses #wrapper .columns-container,
body.page-address #wrapper .columns-container {
  max-width: var(--r2-shell);
  padding-inline: 1.5rem;
}

body.page-customer-account .page-header,
body.page-addresses .page-header,
body.page-address .page-header {
  margin-bottom: 1.5rem;
}

body.page-customer-account .page-title-section,
body.page-addresses .page-title-section,
body.page-address .page-title-section {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0;
}

body.page-customer-account .page-content--customer,
body.page-addresses .page-content--customer,
body.page-address .page-content--customer {
  background: linear-gradient(145deg, rgba(19, 19, 22, 0.98), rgba(12, 12, 14, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.35rem;
  box-shadow: 0 2.5rem 6rem -4rem rgba(0, 0, 0, 0.9);
  color: #d2d2d7;
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 2.25rem);
}

body.page-customer-account .page-content--customer p,
body.page-addresses .page-content--customer p,
body.page-address .page-content--customer p {
  color: #a2a2aa;
  line-height: 1.65;
}

body.page-customer-account .page-content--customer h2,
body.page-customer-account .page-content--customer h3,
body.page-addresses .page-content--customer h2,
body.page-address .page-content--customer h2 {
  color: #fff;
}

body.page-customer-account .account-menu__back,
body.page-addresses .account-menu__back,
body.page-address .account-menu__back {
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #c8c8ce;
  font-size: 0.72rem;
  margin: 0 0 1.1rem;
  min-height: 2.45rem;
  padding-inline: 1rem;
}

body.page-customer-account .account-menu__back:hover,
body.page-addresses .account-menu__back:hover,
body.page-address .account-menu__back:hover {
  background: #fff;
  border-color: #fff;
  color: #080809;
}

.account-menu--sidebar {
  background: rgba(15, 15, 17, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 1.25rem;
  padding: 1.25rem;
  position: sticky;
  top: 8.5rem;
}

.account-menu--sidebar .account-menu__title {
  color: #fff;
  font-size: 0.66rem;
  font-weight: 830;
  letter-spacing: 0.14em;
  margin: 0 0 1rem;
  padding: 0 0.65rem 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.account-menu--sidebar .account-menu__nav {
  display: grid;
  gap: 0.28rem;
}

.account-menu--sidebar .account-menu__link {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  color: #aaaab2;
  display: flex;
  font-size: 0.75rem;
  font-weight: 640;
  gap: 0.7rem;
  line-height: 1.35;
  min-height: 2.75rem;
  padding: 0.65rem 0.72rem;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.account-menu--sidebar .account-menu__link:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateX(2px);
}

.account-menu--sidebar .account-menu__link--active {
  background: rgba(255, 59, 48, 0.1);
  border-color: rgba(255, 59, 48, 0.25);
  color: #fff;
}

.account-menu--sidebar .account-menu__icon {
  color: #75757e;
  flex: 0 0 auto;
  font-size: 1.08rem;
}

.account-menu--sidebar .account-menu__link--active .account-menu__icon,
.account-menu--sidebar .account-menu__link:hover .account-menu__icon {
  color: var(--r2-red-soft);
}

.account-menu--sidebar .account-menu__link--signout {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  color: #888891;
  margin-top: 0.6rem;
  padding-top: 1rem;
}

.r2-account-home {
  display: grid;
  gap: 2rem;
}

.r2-account-home__hero {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 0.4rem 0 0.5rem;
}

.r2-account-home__eyebrow {
  color: var(--r2-red-soft) !important;
  font-size: 0.64rem;
  font-weight: 840;
  letter-spacing: 0.16em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.r2-account-home__heading h1 {
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5.25rem);
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin: 0;
}

.r2-account-home__lead {
  color: #92929b;
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 1.15rem 0 0;
  max-width: 630px;
}

.r2-account-home__status {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #b7b7be;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.68rem;
  font-weight: 720;
  gap: 0.55rem;
  min-height: 2.35rem;
  padding: 0.55rem 0.9rem;
}

.r2-account-home__status-dot {
  background: #62d588;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(98, 213, 136, 0.11);
  height: 0.45rem;
  width: 0.45rem;
}

.r2-account-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r2-account-card {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.018), transparent 55%),
    #101012;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  color: #fff;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 170px;
  overflow: hidden;
  padding: 1.45rem;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.r2-account-card::before {
  background: linear-gradient(90deg, var(--r2-red), transparent);
  content: '';
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0.45);
  transform-origin: left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.r2-account-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2rem 4rem -2.8rem rgba(0, 0, 0, 0.9);
  color: #fff;
  transform: translateY(-3px);
}

.r2-account-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.r2-account-card--featured {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 85, 74, 0.17), transparent 14rem),
    linear-gradient(135deg, #151214, #101012 70%);
  border-color: rgba(255, 59, 48, 0.24);
}

.r2-account-card__index {
  color: #55555d;
  font-size: 0.58rem;
  font-weight: 820;
  left: 1rem;
  letter-spacing: 0.12em;
  position: absolute;
  top: 0.9rem;
}

.r2-account-card__icon {
  align-items: center;
  background: rgba(255, 59, 48, 0.1);
  border: 1px solid rgba(255, 59, 48, 0.2);
  border-radius: 0.9rem;
  color: var(--r2-red-soft);
  display: flex;
  font-size: 1.45rem;
  height: 3.35rem;
  justify-content: center;
  width: 3.35rem;
}

.r2-account-card__content {
  display: grid;
  gap: 0.55rem;
}

.r2-account-card__content strong {
  font-size: 1.05rem;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.r2-account-card__content small {
  color: #85858e;
  font-size: 0.72rem;
  line-height: 1.55;
  max-width: 420px;
}

.r2-account-card__arrow {
  color: #56565e;
  font-size: 1.2rem;
  transition: color 180ms ease, transform 180ms ease;
}

.r2-account-card:hover .r2-account-card__arrow {
  color: #fff;
  transform: translateX(3px);
}

.r2-account-services {
  align-items: center;
  background: rgba(15, 15, 17, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 1.15rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.6fr);
  padding: 1.4rem;
}

.r2-account-services__heading h2 {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0;
}

.r2-account-services__links {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r2-account-services__links .account-menu__link {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.75rem;
  color: #b3b3ba;
  display: flex;
  font-size: 0.7rem;
  font-weight: 680;
  gap: 0.6rem;
  min-height: 3rem;
  padding: 0.65rem 0.8rem;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.r2-account-services__links .account-menu__link:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.r2-account-services__links .account-menu__icon {
  color: var(--r2-red-soft);
  font-size: 1.05rem;
}

.r2-account-home__footer {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #73737c;
  display: flex;
  font-size: 0.7rem;
  justify-content: space-between;
  padding-top: 1.15rem;
}

.r2-account-home__footer a {
  color: #d5d5d9;
  font-weight: 680;
}

.r2-account-home__logout {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.r2-account-home__logout .material-icons {
  color: #74747d;
  font-size: 1rem;
}

/* Customer forms, lists and GDPR */
body.page-customer-account .page-content--customer .form-control,
body.page-addresses .page-content--customer .form-control,
body.page-address .page-content--customer .form-control,
body.page-customer-account .page-content--customer .form-select,
body.page-addresses .page-content--customer .form-select,
body.page-address .page-content--customer .form-select {
  background-color: #0b0b0d;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.7rem;
  color: #fff;
}

body.page-customer-account .page-content--customer .form-control:focus,
body.page-addresses .page-content--customer .form-control:focus,
body.page-address .page-content--customer .form-control:focus {
  border-color: var(--r2-red);
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.12);
}

body.page-customer-account .page-content--customer .table,
body.page-addresses .page-content--customer .table,
body.page-address .page-content--customer .table {
  --bs-table-bg: transparent;
  --bs-table-color: #bdbdc4;
  --bs-table-border-color: rgba(255, 255, 255, 0.09);
}

.r2-privacy-intro {
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
  margin: -0.15rem 0 1.4rem;
  padding-bottom: 1.35rem;
}

.r2-privacy-intro h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: -0.045em;
  margin: 0 0 0.65rem;
}

.r2-privacy-intro > p:last-child {
  margin: 0;
  max-width: 660px;
}

.r2-privacy-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r2-privacy-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 1rem;
  min-height: 300px;
  padding: 1.35rem;
  position: relative;
}

.r2-privacy-card__number {
  color: #5e5e67;
  font-size: 0.58rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  position: absolute;
  right: 1.2rem;
  top: 1.1rem;
}

.r2-privacy-card__icon {
  align-items: center;
  background: rgba(255, 59, 48, 0.1);
  border: 1px solid rgba(255, 59, 48, 0.2);
  border-radius: 0.8rem;
  color: var(--r2-red-soft);
  display: flex;
  font-size: 1.25rem;
  height: 2.8rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 2.8rem;
}

.r2-privacy-card h2 {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.7rem;
}

.r2-privacy-card p {
  font-size: 0.74rem;
  margin-bottom: 1.25rem;
}

.r2-privacy-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.r2-privacy-card__actions .btn {
  border-radius: 999px;
  font-size: 0.68rem;
  min-height: 2.55rem;
  padding-inline: 1rem;
}

.r2-privacy-card__contact {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 740;
  gap: 0.45rem;
}

.r2-privacy-card__contact .material-icons {
  color: var(--r2-red-soft);
  font-size: 1rem;
}

.r2-privacy-note {
  align-items: center;
  background: rgba(255, 59, 48, 0.055);
  border: 1px solid rgba(255, 59, 48, 0.13);
  border-radius: 0.8rem;
  display: flex;
  font-size: 0.68rem;
  gap: 0.6rem;
  margin: 1rem 0 0 !important;
  padding: 0.8rem 0.9rem;
}

.r2-privacy-note .material-icons {
  color: var(--r2-red-soft);
  font-size: 1rem;
}

/* Account modules that do not expose a dedicated PrestaShop body class */
body.page:has(.account-menu--sidebar) .breadcrumb__wrapper {
  display: none;
}

body.page:has(.account-menu--sidebar) #wrapper {
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 59, 48, 0.095), transparent 27rem),
    #070708;
  min-height: 650px;
  padding-block: clamp(2.5rem, 5.5vw, 5.25rem);
}

body.page:has(.account-menu--sidebar) #wrapper .columns-container {
  max-width: var(--r2-shell);
  padding-inline: 1.5rem;
}

body.page:has(.account-menu--sidebar) .page-title-section {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 780;
  letter-spacing: -0.045em;
}

body.page:has(.account-menu--sidebar) .page-content--customer {
  background: linear-gradient(145deg, rgba(19, 19, 22, 0.98), rgba(12, 12, 14, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.35rem;
  color: #d2d2d7;
  padding: clamp(1.3rem, 3vw, 2.25rem);
}

.wishlist-container {
  display: grid;
  gap: 1rem;
}

.wishlist-container-header {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.wishlist-container-header h1 {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  margin: 0;
}

.wishlist-container .wishlist-add-to-new {
  align-items: center;
  background: var(--r2-red);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 750;
  gap: 0.4rem;
  min-height: 2.6rem;
  padding: 0.55rem 1rem;
}

body .wishlist-container .wishlist-add-to-new.text-primary,
body .wishlist-container .wishlist-add-to-new.text-primary .material-icons {
  color: #fff !important;
}

.wishlist-container .wishlist-add-to-new:hover {
  background: #ff544a;
}

.wishlist-container .wishlist-add-to-new .material-icons {
  font-size: 1rem;
}

.wishlist-container > #content {
  background: linear-gradient(145deg, rgba(19, 19, 22, 0.98), rgba(12, 12, 14, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  box-shadow: none;
  color: #fff;
  min-height: 230px;
  padding: 1rem;
}

.wishlist-container .wishlist-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
}

.wishlist-container .wishlist-list-item {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 0.9rem;
  overflow: hidden;
}

.wishlist-container .wishlist-list-item-link {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 4.5rem;
  padding: 0.85rem 1rem;
}

.wishlist-container .wishlist-list-item-title {
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 720;
  margin: 0;
}

.wishlist-container .wishlist-list-item-title span {
  color: #777780;
  font-size: 0.66rem;
}

.wishlist-container .wishlist-list-item button {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #b8b8bf;
  height: 2.3rem;
  width: 2.3rem;
}

.wishlist-footer-links {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-top: 1rem;
}

.wishlist-footer-links a {
  align-items: center;
  color: #aaaab2 !important;
  display: inline-flex;
  font-size: 0.7rem;
  gap: 0.35rem;
}

.wishlist-footer-links a:hover {
  color: #fff !important;
}

/* Editorial and legal pages */
body.page-cms .breadcrumb__wrapper {
  display: none;
}

body.page-cms #wrapper {
  background:
    radial-gradient(circle at 84% 8%, rgba(255, 59, 48, 0.095), transparent 30rem),
    #070708;
  padding-block: clamp(2.5rem, 5.5vw, 5.5rem);
}

body.page-cms #wrapper .columns-container {
  max-width: var(--r2-shell);
  padding-inline: 1.5rem;
}

body.page-cms #wrapper .page-header {
  display: none;
}

body.page-cms .page-content--cms {
  background: transparent;
  color: #d2d2d7;
  padding: 0;
}

.r2-cms-hero {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 59, 48, 0.15), transparent 25rem),
    linear-gradient(140deg, #141416, #0e0e10 72%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 5rem);
  position: relative;
}

.r2-cms-hero::after {
  color: rgba(255, 255, 255, 0.035);
  content: 'R2';
  font-size: clamp(8rem, 22vw, 18rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.14em;
  line-height: 0.75;
  pointer-events: none;
  position: absolute;
  right: 4%;
  top: 16%;
}

.r2-cms-eyebrow {
  color: var(--r2-red-soft) !important;
  font-size: 0.65rem;
  font-weight: 840;
  letter-spacing: 0.16em;
  margin: 0 0 1.1rem !important;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.r2-cms-hero h1 {
  color: #fff;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  font-weight: 780;
  letter-spacing: -0.07em;
  line-height: 0.94;
  margin: 0;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.r2-cms-hero > p:last-child {
  color: #a3a3ab;
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  line-height: 1.7;
  margin: 1.5rem 0 0;
  max-width: 750px;
  position: relative;
  z-index: 1;
}

.r2-cms-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1rem 0;
}

.r2-cms-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r2-cms-card {
  background: linear-gradient(145deg, rgba(19, 19, 22, 0.98), rgba(12, 12, 14, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.1rem;
  min-height: 245px;
  padding: 1.5rem;
}

.r2-cms-card > span {
  color: var(--r2-red-soft);
  font-size: 0.6rem;
  font-weight: 840;
  letter-spacing: 0.14em;
}

.r2-cms-card h2 {
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: -0.035em;
  margin: 2.75rem 0 0.8rem;
}

.r2-cms-card p {
  color: #8f8f98;
  font-size: 0.75rem;
  line-height: 1.7;
  margin: 0;
}

.r2-cms-note,
.r2-cms-blocker {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.028);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.3fr);
  margin: 1rem 0;
  padding: 1.25rem 1.4rem;
}

.r2-cms-note strong,
.r2-cms-blocker strong {
  color: #fff;
  font-size: 0.76rem;
}

.r2-cms-note p,
.r2-cms-blocker p {
  color: #8e8e97;
  font-size: 0.72rem;
  line-height: 1.65;
  margin: 0;
}

.r2-cms-blocker {
  background: rgba(255, 164, 38, 0.055);
  border-color: rgba(255, 164, 38, 0.18);
}

.r2-cms-blocker strong {
  color: #ffc36d;
}

/* Contact */
body.page-contact .breadcrumb__wrapper {
  display: none;
}

body.page-contact #wrapper {
  background:
    radial-gradient(circle at 85% 7%, rgba(255, 59, 48, 0.1), transparent 28rem),
    #070708;
  padding-block: clamp(2.5rem, 5.5vw, 5.5rem);
}

body.page-contact #wrapper .columns-container {
  max-width: var(--r2-shell);
  padding-inline: 1.5rem;
}

body.page-contact .page-content--general {
  padding: 0;
}

.r2-contact {
  display: grid;
  gap: 2rem;
}

.r2-contact__hero {
  max-width: 820px;
}

.r2-contact__hero h1 {
  color: #fff;
  font-size: clamp(2.9rem, 7vw, 5.8rem);
  font-weight: 780;
  letter-spacing: -0.07em;
  line-height: 0.95;
  margin: 0;
}

.r2-contact__hero > p:last-child {
  color: #9898a1;
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 1.3rem 0 0;
  max-width: 720px;
}

.r2-contact__grid {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.5fr);
}

.r2-contact__guide,
.r2-contact__form {
  background: linear-gradient(145deg, rgba(19, 19, 22, 0.98), rgba(12, 12, 14, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 1.25rem;
}

.r2-contact__guide {
  padding: 1.4rem;
  position: sticky;
  top: 8.5rem;
}

.r2-contact__guide-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 830;
  letter-spacing: 0.13em;
  margin: 0 0 0.35rem;
  padding: 0 0 1rem;
  text-transform: uppercase;
}

.r2-contact__guide-item {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 1.15rem 0;
}

.r2-contact__guide-item + .r2-contact__guide-item {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.r2-contact__guide-item > span {
  color: var(--r2-red-soft);
  font-size: 0.56rem;
  font-weight: 840;
  letter-spacing: 0.12em;
  padding-top: 0.15rem;
}

.r2-contact__guide-item strong {
  color: #fff;
  display: block;
  font-size: 0.76rem;
  margin-bottom: 0.45rem;
}

.r2-contact__guide-item p {
  color: #85858e;
  font-size: 0.68rem;
  line-height: 1.6;
  margin: 0;
}

.r2-contact__opticians {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff !important;
  display: flex;
  font-size: 0.7rem;
  font-weight: 740;
  justify-content: space-between;
  padding-top: 1rem;
}

.r2-contact__opticians .material-icons {
  color: var(--r2-red-soft);
  font-size: 1rem;
}

.r2-contact__form {
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.r2-contact-form__heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.4rem;
  padding-bottom: 1.25rem;
}

.r2-contact-form__heading h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  letter-spacing: -0.045em;
  margin: 0;
}

.r2-contact__form .form-label {
  color: #c9c9ce;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.r2-contact__form .form-label.required::after {
  color: var(--r2-red-soft);
}

.r2-contact__form .form-control,
.r2-contact__form .form-select {
  background-color: #0a0a0c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.75rem;
  color: #fff;
  font-size: 0.8rem;
  min-height: 3.1rem;
  padding-inline: 0.95rem;
}

.r2-contact__form textarea.form-control {
  min-height: 9.5rem;
  padding-block: 0.85rem;
}

.r2-contact__form .form-control:focus,
.r2-contact__form .form-select:focus {
  border-color: var(--r2-red);
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.12);
}

.r2-contact__form input[type='file'] {
  padding: 0.45rem;
}

.r2-contact__form input[type='file']::file-selector-button {
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 0.45rem;
  color: #d1d1d6;
  margin-right: 0.8rem;
  padding: 0.55rem 0.75rem;
}

.r2-contact__form .form-text {
  color: #74747d;
  font-size: 0.66rem;
  margin-top: 0.4rem;
}

.r2-contact__form .buttons-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 1.4rem;
  padding-top: 1.25rem;
}

.r2-contact__form .btn-primary {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 760;
  gap: 0.6rem;
  min-height: 3rem;
  padding-inline: 1.3rem;
}

.r2-contact__form .btn-primary .material-icons {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  #header .header-bottom__row {
    min-height: 62px;
  }

  #header .header-top .container-md,
  #header .header-bottom__container {
    padding-inline: 1rem;
  }

  #header .navbar-brand,
  #header .navbar-brand .logo {
    height: 39px;
    max-height: 39px;
    max-width: 88px;
  }

  #header .navbar-brand {
    min-width: 90px;
  }

  #footer .ps-emailsubscription {
    padding-block: 2.4rem !important;
  }

  .blockcart-modal .modal-body,
  .blockcart-modal .modal-footer,
  .blockcart-modal .modal-header {
    padding-inline: 1rem;
  }

  .blockcart-modal .modal-footer .btn {
    width: 100%;
  }

  body.page-cart #wrapper {
    padding-block: 1.25rem 3rem;
  }

  body.page-cart .cart-grid__content {
    border-radius: 1rem;
    padding: 1rem;
  }

  body.page-cart .cart-summary {
    position: static;
  }

  #footer .footer__main-top > nav,
  #footer .footer__main-top > section {
    flex-basis: 100%;
  }

  .r2-copyright {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  body.page-my-account #wrapper,
  body.page-customer-account #wrapper,
  body.page-addresses #wrapper,
  body.page-address #wrapper {
    padding-block: 1.5rem 3rem;
  }

  body.page:has(.account-menu--sidebar) #wrapper {
    padding-block: 1.5rem 3rem;
  }

  body.page-my-account #wrapper .columns-container,
  body.page-customer-account #wrapper .columns-container,
  body.page-addresses #wrapper .columns-container,
  body.page-address #wrapper .columns-container {
    padding-inline: 1rem;
  }

  body.page:has(.account-menu--sidebar) #wrapper .columns-container {
    padding-inline: 1rem;
  }

  .account-menu--sidebar {
    margin-bottom: 1.5rem;
    position: static;
  }

  .r2-account-home__hero,
  .r2-account-home__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .r2-account-home__heading h1 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .r2-account-grid,
  .r2-privacy-grid {
    grid-template-columns: 1fr;
  }

  .r2-account-card {
    min-height: 150px;
    padding: 1.2rem;
  }

  .r2-account-services {
    grid-template-columns: 1fr;
  }

  .r2-account-services__links {
    grid-template-columns: 1fr;
  }

  .wishlist-container-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  body.page-cms #wrapper {
    padding-block: 1.5rem 3rem;
  }

  body.page-cms #wrapper .columns-container {
    padding-inline: 1rem;
  }

  .r2-cms-grid,
  .r2-cms-grid--two {
    grid-template-columns: 1fr;
  }

  .r2-cms-card {
    min-height: 0;
  }

  .r2-cms-note,
  .r2-cms-blocker {
    grid-template-columns: 1fr;
  }

  body.page-contact #wrapper {
    padding-block: 1.5rem 3rem;
  }

  body.page-contact #wrapper .columns-container {
    padding-inline: 1rem;
  }

  .r2-contact__grid {
    grid-template-columns: 1fr;
  }

  .r2-contact__guide {
    position: static;
  }
}
