html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
object,
embed {
  max-width: 100%;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: var(--black);
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted var(--black);
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-family: var(--font-bold);
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--low-grey);
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
strong,
th {
  font-family: var(--font-bold);
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
.clearfix::before,
.clearfix::after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix::after {
  clear: both;
}
body {
  font-size: 13px;
  height: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
ins {
  background-color: var(--yellow);
  color: var(--black);
  text-decoration: none;
}
mark {
  background-color: var(--yellow);
  color: var(--black);
  font-style: italic;
  font-weight: bold;
}
.darty_com_tablet body {
  background: none !important;
}

@font-face {
  font-family: "Open Sans";
  src: url(../catalog/version_common/styles/fonts/opensans-regular-webfont.eot);
  src: url(../catalog/version_common/styles/fonts/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../catalog/version_common/styles/fonts/opensans-regular-webfont.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(../catalog/version_common/styles/fonts/opensans-bold-webfont.eot);
  src: url(../catalog/version_common/styles/fonts/opensans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../catalog/version_common/styles/fonts/opensans-bold-webfont.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(../catalog/version_common/styles/fonts/Manrope-Medium.eot);
  src: url(../catalog/version_common/styles/fonts/Manrope-Medium.eot?#iefix) format("embedded-opentype"), url(../catalog/version_common/styles/fonts/Manrope-Medium.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope Bold";
  src: url(../catalog/version_common/styles/fonts/Manrope-Bold.eot);
  src: url(../catalog/version_common/styles/fonts/Manrope-Bold.eot?#iefix) format("embedded-opentype"), url(../catalog/version_common/styles/fonts/Manrope-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Party Bold";
  src: url(../catalog/version_common/styles/fonts/Party-Bold.eot);
  src: url(../catalog/version_common/styles/fonts/Party-Bold.eot?#iefix) format("embedded-opentype"), url(../catalog/version_common/styles/fonts/Party-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #e21212;
  --red-hover: #d01111;
  --red-pressed: #bd0f0f;
  --blue: #006af5;
  --blue-hover: #0061e0;
  --blue-pressed: #0058cc;
  --marketplace: #008391;
  --marketplace-hover: #007682;
  --marketplace-pressed: #006974;
  --light-blue: #ccdff9;
  --light-blue-hover: #ccdff9;
  --light-blue-pressed: #b2cdf0;
  --purple: #662d91;
  --orange: #fe741b;
  --green: #007a38;
  --yellow: #ffdb00;
  --error: var(--red);
  --success: var(--green);
  --message: #fff199;
  --disabled: #d8d8d8;
  --text-disabled: #656565;
  --black: #161616;
  --black-hover: #292929;
  --black-pressed: #333;
  --white: #fff;
  --white-hover: #e5e5e5;
  --white-pressed: #ccc;
  --dark-grey: #333;
  --grey: #454545;
  --mid-grey: #757575;
  --soft-grey: #989898;
  --low-grey: #d8d8d8;
  --light-grey: #f5f5f5;
  --border-grey: #ececec;
  --border-color: var(--low-grey);
  --back-office: #c8ff00;
  --back-office-submit: #647f00;
  --overlay: rgba(0, 0, 0, 0.6);
  --overlay-light: rgba(0, 0, 0, 0.2);
}

:root {
  --shadow: 0 0 10px 0 rgba(69, 69, 69, 0.08);
  --shadow-bottom: 0 -5px 10px 0 rgba(69, 69, 69, 0.08);
  --shadow-elevation-1: 0 2px 4px 0 rgba(69, 69, 69, 0.08), 0 0 2px 0 rgba(69, 69, 69, 0.14);
  --shadow-elevation-2: 0 2px 6px 1px rgba(69, 69, 69, 0.16), 0 0 2px 0 rgba(69, 69, 69, 0.14);
  --shadow-elevation-3: 0 4px 8px 2px rgba(69, 69, 69, 0.16), 0 0 2px 0 rgba(69, 69, 69, 0.14);
  --shadow-elevation-4: 0 6px 10px 3px rgba(69, 69, 69, 0.16), 0 0 2px 0 rgba(69, 69, 69, 0.14);
  --shadow-white: 0 -20px 2px 0 rgba(255, 255, 255, 0.5);
}

.font-2 {
  font-family: var(--font-regular);
}
.font-2-b {
  font-family: var(--font-bold);
}
.text-upper {
  text-transform: uppercase;
}
body.background-default {
  background: var(--light-grey);
}
body.standalone {
  background: transparent;
}
body:not(.new-fonts):not(.new-fonts-extra) {
  --font-regular: "Open Sans", Arial, sans-serif;
  --font-bold: "Open Sans Bold", Arial, sans-serif;
  --font-bold-alt: "Open Sans Bold", Arial, sans-serif;
}
body.new-fonts {
  --font-regular: Manrope, Arial, sans-serif;
  --font-bold: "Manrope Bold", Arial, sans-serif;
  --font-bold-alt: "Party Bold", Arial, sans-serif;
}
.caption_hidden {
  height: 0;
  font-size: 0;
}
.page {
  position: relative;
  display: block;
  width: 980px;
  padding: 0 0 320px;
  margin: 0 auto -310px;
  background-color: var(--light-grey);
}
button,
select {
  font-family: var(--font-regular);
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.page.without_backgrounding {
  padding: 0;
  margin: 0 auto;
}
.page_top {
  margin: 0 20px;
}
.darty_com_tablet .page {
  min-height: 1700px;
}
.darty_red_cross {
  cursor: pointer;
  float: right !important;
}
.header-breadcrumb-zone {
  position: relative;
  min-height: 14px;
  padding: 10px 0;
  z-index: 1;
}
.header-breadcrumb-zone.list {
  margin: 16px 0 0 20px;
  padding: 0;
}
.header-breadcrumb-zone a {
  font-size: 12px;
  color: var(--dark-grey);
  text-decoration: none;
}
.header-breadcrumb-zone a:hover {
  text-decoration: underline;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  margin-bottom: 12px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li a {
  color: var(--dark-grey);
  text-decoration: underline;
}
.bold {
  font-family: var(--font-bold);
}
.clearboth {
  clear: both;
}
.ref_g .view-button {
  border: none;
  border-radius: 2px;
  box-shadow: none;
  margin: 5px 0;
  padding: 3px 10px 0;
  display: inline-block;
  font-family: var(--font-regular);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  background-color: var(--white);
}
.ref_g .view-button a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--white);
}
.ref_g .view-product-button,
.ref_g .view-family-button {
  width: 154px;
  height: 20px;
}
.ref_g .view-product-button a,
.ref_g .view-family-button a {
  padding: 0 2px;
}
.ref_g .view-product-button {
  background-color: var(--dark-grey);
}
.ref_g .view-family-button {
  background-color: var(--soft-grey);
}
.ref_g .view-next-button a {
  padding: 0 20px 0 14px;
}
.ref_g .btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 11px;
  font-family: var(--font-bold);
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.6s;
}
.ref_g .btn:hover,
.ref_g .btn:focus {
  box-shadow: none;
}
.ref_g .btn.disabled,
.ref_g .btn[disabled] {
  color: var(--soft-grey);
  background: var(--light-grey);
  cursor: not-allowed;
}
.ref_g button.btn {
  border: 0;
}
.ref_g .btn-block {
  display: block;
  text-align: center;
}
.ref_g .btn-primary {
  background-color: var(--dark-grey);
  color: var(--white);
}
.ref_g .btn-secondary {
  background-color: var(--red);
  color: var(--white);
}
.ref_g .btn-link {
  background: none;
  color: var(--dark-grey);
  font-family: var(--font-bold);
  text-decoration: underline;
  text-transform: none;
  font-size: 13px;
}
.ref_g .btn-simple {
  margin: 0 0 12px;
  border: 1px solid var(--border-grey);
  border-bottom: 3px solid var(--border-grey);
  border-radius: 2px;
  padding: 5px 0;
  background: var(--white);
  color: var(--dark-grey);
  font-size: 12px;
  font-family: var(--font-regular);
}
.ref_g .btn-medium {
  padding: 0 15px;
  font-size: 12px;
  line-height: 33px;
}
.ref_g .btn-large {
  padding: 14px 20px;
  font-size: 18px;
  line-height: 22px;
}
.ref_g .ombre {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.03), 0 0 2px 0 #e8e8e8 inset;
}
.ref_g .ombre-no-inset {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.03);
}
.ref_g .bloc {
  background: var(--white);
}
.ref_g .rr_block_product {
  display: block;
  width: 980px;
}
.ref_g .rr_block_product .xsell-carousel__title {
  margin-bottom: 12px;
}
.ref_g .page_title {
  margin: 20px 0 10px;
  padding: 0 20px;
  font-family: var(--font-regular);
  text-transform: uppercase;
}
.ref_g .page_title .title {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 8px;
  color: var(--dark-grey);
  font-size: 32px;
  border-bottom: 1px solid var(--dark-grey);
}
.ref_g .page_title .sub_title {
  padding-left: 2px;
  color: var(--mid-grey);
  font-size: 14px;
}
.ref_g .page_title .sub_title .result_count {
  font-size: 17px;
}
.ref_g .darty_link {
  cursor: pointer;
  color: var(--blue);
}
.ref_g .darty_link:hover {
  text-decoration: underline;
}
.ref_g .darty_push_link {
  color: var(--red);
  cursor: pointer;
  font-family: var(--font-bold);
}
.ref_g .darty_push_link :hover {
  text-decoration: underline;
}
.ref_g .darty_prix {
  color: var(--dark-grey);
  font-family: var(--font-bold);
  position: relative;
  white-space: nowrap;
}
.ref_g .darty_prix_barre {
  font-family: var(--font-bold);
  color: var(--dark-grey);
  text-decoration: line-through;
  vertical-align: middle;
}
.ref_g .darty_prix_barre.darty_cents .mentions_asterisk {
  padding-top: 18px;
}
.ref_g .darty_prix_barre_remise {
  background-color: transparent;
  font-family: var(--font-bold);
  color: var(--red);
  padding-right: 4px;
  border: 1px solid var(--red);
  border-radius: 3px;
  font-size: 13px !important;
  line-height: 14px !important;
  text-align: center;
  vertical-align: text-top;
  display: inline-block;
  height: 15px;
}
.ref_g .separator_left {
  margin-left: 10px;
}
.ref_g .separator_top {
  margin-top: 5px;
}
.ref_g .darty_normal {
  font-size: 30px;
  line-height: 32px;
}
.ref_g .darty_normal .darty_cents {
  font-size: 19px;
  position: absolute;
  line-height: 30px;
}
.ref_g .darty_normal .darty_cents span {
  font-size: 18px;
}
.ref_g .darty_normal .darty_cents sup {
  font-size: 14px;
  position: absolute;
  line-height: 17px;
}
.ref_g .darty_small {
  font-size: 13px;
  line-height: 13px;
}
.ref_g .darty_small .darty_cents {
  font-size: 13px;
  position: absolute;
}
.ref_g .darty_small .darty_cents sup {
  font-size: 13px;
  position: absolute;
}
.ref_g .darty_little {
  font-size: 11px;
  line-height: 11px;
}
.ref_g .darty_little .darty_cents {
  font-size: 9px;
  position: absolute;
}
.ref_g .darty_little .darty_cents sup {
  font-size: 9px;
  position: absolute;
}
.ref_g .darty_big {
  font-size: 58px;
  line-height: 58px;
}
.ref_g .darty_big .darty_cents {
  font-size: 36px;
  position: absolute;
  padding-top: 3px;
}
.ref_g .darty_big .darty_cents sup {
  font-size: 36px;
  position: absolute;
  padding-top: 3px;
}
.ref_g .darty_mediumbig {
  font-size: 40px;
}
.ref_g .darty_mediumbig .darty_cents {
  font-size: 23px;
  position: absolute;
  top: 6px;
}
.ref_g .darty_mediumbig .darty_cents sup {
  font-size: 23px;
  position: absolute;
  top: 21px;
}
.ref_g .darty_smallbig {
  font-size: 43px;
}
.ref_g .darty_smallbig .darty_cents {
  font-size: 28px;
  position: absolute;
  top: 5px;
}
.ref_g .darty_smallbig .darty_cents sup {
  font-size: 28px;
  position: absolute;
  top: 20px;
}
.ref_g .darty_smallbig.darty_prix_barre_remise {
  font-size: 30px;
}
.ref_g .darty_medium {
  font-size: 30px;
  line-height: 30px;
}
.ref_g .darty_medium .darty_cents {
  font-size: 20px;
  position: absolute;
}
.ref_g .darty_medium .darty_cents sup {
  font-size: 20px;
  position: absolute;
  line-height: 25px;
}
.ref_g .darty_medium.darty_prix_barre_remise {
  font-size: 21px;
}
.ref_g .darty_prix sup {
  vertical-align: top;
  top: 0;
  position: static;
}
.btn-continue {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 3px;
  border-bottom: 3px solid var(--red-pressed);
}
.btn-continue.loading {
  background-image: url(../catalog/version_desktop_old/styles/images/bg/ajax-loader.gif);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.btn-continue.is-loading {
  pointer-events: none;
  opacity: .4;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.underline {
  text-decoration: underline;
  cursor: pointer;
}
.display_table {
  display: table;
  width: 100%;
}
.display_tablecell {
  display: table-cell;
  vertical-align: top;
}
.hide {
  display: none !important;
}
.btn-reset {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
}
.u-truncate-header {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.carousel_button_action {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  border-bottom: 3px solid var(--dark-grey);
  border-radius: 1px;
  width: 22px;
  height: 22px;
  background-color: var(--dark-grey);
  text-align: center;
}
.carousel_button_action .play,
.carousel_button_action.js-pause .pause {
  display: none;
}
.carousel_button_action img,
.carousel_button_action.js-pause .play {
  display: inline-block;
  vertical-align: middle;
}
.main_products_list .sale_container .sale_price .darty_cents {
  position: relative;
  top: 6px;
  vertical-align: text-top;
  line-height: 25px;
}
.view-button {
  border: 1px solid var(--border-grey);
  border-radius: 5px;
  box-shadow: 1px 2px 2px var(--low-grey);
  margin-top: 5px;
  padding: 2px 2px 2px 7px;
  display: inline-block;
  font-family: var(--font-bold);
  font-size: 12px;
  cursor: pointer;
}
.view-button:hover {
  box-shadow: inset 1px 1px 1px var(--low-grey);
}
.view-button a {
  color: var(--black);
  text-decoration: none;
}
.view-button span {
  margin: 3px 5px 0 0;
  overflow: hidden;
}
.view-product-button a {
  padding: 0 7px 0 9px;
}
.view-next-button a {
  padding: 0 20px 0 14px;
}
.view-family-button a {
  padding: 0 4px 0 9px;
}
.cart span {
  font-size: 11px;
  display: block;
  padding: 0 4px 0 40px;
  height: 24px;
  line-height: 24px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.darty_button_red {
  display: inline-block;
  background: linear-gradient(-45deg, #af0000 34%, #c30000 72%);
  border-radius: 5px;
  color: var(--white);
  font-family: var(--font-bold);
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding: 3px 10px;
  cursor: pointer;
}
.darty_link {
  cursor: pointer;
  color: var(--blue);
  text-decoration: none;
}
.darty_link:hover {
  text-decoration: underline;
}
.darty_push_link {
  color: var(--red);
  cursor: pointer;
  font-family: var(--font-bold);
  text-decoration: none;
}
.darty_push_link :hover {
  text-decoration: underline;
}
.products_table .product_line .price.darty_remise {
  padding-right: 40px !important;
}
.darty_remise {
  color: var(--red);
  font-family: var(--font-bold);
}
.hidden {
  display: none;
}
.descr {
  font-size: 11px;
  color: var(--mid-grey);
}
.serial {
  font: bold 12px Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.family a {
  font-size: 11px;
}
.ecopart {
  font: normal 10px Arial, sans-serif;
  color: var(--black);
}
.product {
  width: 130px;
}
#main_column {
  background: none repeat scroll 0 0 var(--low-grey);
  float: left;
  width: 790px;
  min-height: 500px;
}
#darty_product_site_bottom {
  background-color: var(--low-grey);
  color: var(--grey);
  font-size: 11px;
  padding: 10px 10px 10px 0;
  float: left;
  width: 780px;
}
#darty_product_site_bottom ul {
  margin: 5px 0;
}
#darty_product_site_bottom li a {
  color: var(--grey);
  text-decoration: none;
}
#darty_product_site_bottom li a:hover {
  text-decoration: underline;
}
.rating_avis {
  color: var(--red);
}
.avis_rating .rating_avis {
  margin-left: -2px;
  color: var(--grey);
  font-size: 10px;
}
a .rating_avis {
  text-decoration: none;
  font-size: 12px;
}
a:hover .rating_avis {
  text-decoration: underline;
}
.nowrap {
  white-space: nowrap;
}
.rr_items .prix,
.rr_items .prix.normal {
  color: var(--red) !important;
  font-size: 22px;
  font-family: var(--font-bold);
  width: 100%;
  margin: 0;
  float: left;
}
.rr_items .prix .cents,
.rr_items .prix.normal .cents {
  font-size: 14px;
}
.rr_items .prix.small {
  font-size: 14px;
}
.rr_items .prix.small .cents {
  font-size: 12px;
}
.rr_items .prix.big {
  font-size: 35px;
  line-height: 35px;
}
.rr_items .prix.big .cents {
  font-size: 22px;
}
.rr_items .subscription li {
  margin-bottom: 10px;
}
.rr_items .subscription .engagement {
  font-size: 11px;
  line-height: 11px;
}
.rr_items .product_price_eco_part_mention {
  font-size: 9px;
}
.rr_items .product_price_eco_part_mention .small {
  font-size: 10px;
}
.rr_items .prix sup {
  vertical-align: super;
  top: 0;
  position: static;
}
.rr_items .subscription .prix,
.rr_items .subscription .prix.normal {
  color: var(--blue) !important;
}
.add_to_cart_btn {
  float: left;
  width: 164px;
}
div.selector,
div.selector span {
  background-image: url(../catalog/version_desktop_old/styles/images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector,
.selector * {
  margin: 0;
  padding: 0;
}
div.selector_mini {
  background-position: 0 -666px;
  line-height: 18px;
  height: 18px;
  width: 50px;
  padding-left: 1px;
}
div.selector_mini select {
  top: -7px;
  min-width: 50px;
}
div.selector_mini span {
  background-position: right -697px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}
div.selector.disabled span {
  color: var(--border-grey);
}
.selector {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
div.selector {
  background-position: 0 -607px;
  line-height: 23px;
  height: 23px;
  width: 150px;
  font-size: 12px;
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}
div.selector span {
  background-position: right -637px;
  height: 23px;
  line-height: 23px;
  padding: 0 30px 0 2px;
  cursor: pointer;
  color: var(--mid-grey);
  width: 118px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.selector select {
  top: -2px;
  left: 0;
  width: 160px;
  font-family: sans-serif;
  font-size: 12px;
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  height: 25px;
  border: none;
  background-color: var(--white);
}
#notification_container {
  bottom: 38px;
  position: absolute;
  right: 0;
  background-color: var(--message);
  padding: 10px;
  color: var(--black);
  width: 220px;
  border: var(--red) 1px solid;
  font-size: 11px;
}
#notification_container .close_notification {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--red);
  cursor: pointer;
  padding: 5px;
}
#notification_container .see_top_basket {
  margin: 10px 0;
  text-align: right;
}
#notification_container a {
  color: var(--black);
}
#notification_container p {
  width: 200px;
}
.recsDarty {
  display: none;
}
.darty_com_ccd .recsRR,
.darty_com_ccd .product-sale-credit.product-sale-credit--credit {
  display: none;
}
.darty_com_ccd .recsDarty {
  display: block;
}
.title_advertising {
  font-size: 9px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.icon-close {
  cursor: pointer;
}
.popin_container {
  display: none;
  border: 18px solid var(--light-grey);
  border-radius: 3px;
  padding: 22px;
  background: var(--white);
  color: var(--dark-grey);
}
.popin_container .darty_red_cross {
  position: absolute;
  top: 5px;
  right: 5px;
}
#colorbox,
#cboxWrapper,
#cboxContent {
  overflow: visible !important;
}
#colorbox {
  max-height: 85% !important;
  border-radius: 3px;
}
#colorbox #cboxClose {
  top: -30px;
  right: 0;
  margin: 0;
  background-image: url(../catalog/version_desktop_old/styles/images/pictos/modal_close.png);
  background-position: 0 0;
  background-size: 20px auto;
  position: absolute;
  text-indent: -9999px;
  height: 20px;
  width: 20px;
}
#colorbox #cboxContent {
  border: 0;
  border-radius: 3px;
  padding: 20px 24px;
}
.popin_wrapper .more_infos_livraison_mkp_trigger {
  margin-top: -20px;
}
.product_availability_popin .modal_body {
  overflow-y: auto;
}
.product_availability_popin .availability_title {
  font-size: 13px;
  font-family: var(--font-bold);
  text-transform: uppercase;
  padding: 0 0 4px 10px;
}
.product_availability_popin .popin_wrapper {
  border-bottom: 1px solid var(--white-pressed);
  padding: 0 0 12px;
}
.product_availability_popin .popin_wrapper + .popin_wrapper {
  padding-top: 18px;
}
.product_availability_popin .popin_content {
  position: relative;
}
.product_availability_popin .popin_content::before {
  content: "● ";
  position: absolute;
  top: 0;
  left: -1px;
  color: var(--mid-grey);
}
.product_availability_popin p b {
  color: var(--red);
  font-family: var(--font-bold);
}
.product_availability_popin .services {
  max-height: 335px;
  overflow-y: auto;
  border: solid 1px var(--border-grey);
  border-radius: 5px;
  flex: 1;
}
.product_availability_popin .services .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: solid 1px var(--border-grey);
  padding: 13px 18px;
}
.product_availability_popin .services .row:last-child {
  border: none;
}
.product_availability_popin .services .col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product_availability_popin .services .type {
  display: inline-block;
  color: var(--grey);
  font-size: 16px;
  font-family: var(--font-bold);
}
.product_availability_popin .services .type.trigger:hover {
  cursor: pointer;
  text-decoration: underline;
}
.product_availability_popin .services .extras {
  display: inline-block;
  color: var(--blue);
  cursor: pointer;
  text-decoration: underline;
}
.product_availability_popin .services .date {
  display: inline-block;
  font-size: 14px;
  color: var(--green);
}
.product_availability_popin .services .date + .extras {
  margin-top: 6px;
}
.product_availability_popin .services .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product_availability_popin .services .price {
  font-size: 16px;
}
.product_availability_popin .services .price.free {
  color: var(--red);
}
.product_availability_popin .services .indisp {
  color: var(--soft-grey);
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 10px;
  border: solid 1px var(--soft-grey);
  border-radius: 15px;
}
.product_availability_popin .services .impact {
  white-space: nowrap;
  display: flex;
  color: var(--green);
}
.product_availability_popin .services .impact::before {
  content: "";
  display: inline-block;
  background: url(../catalog/version_common/styles/images/pictos/darty_eco.svg) no-repeat center;
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.product_availability_popin .services_alt {
  color: var(--grey);
  border: transparent;
  margin-bottom: 24px;
}
.product_availability_popin .services_alt .wrapper {
  height: 68px;
  border: solid 1px var(--border-grey);
  border-bottom: transparent;
  display: flex;
  flex-flow: row nowrap;
  flex: 1;
  padding: 0 18px;
  align-items: center;
}
.product_availability_popin .services_alt .wrapper.unavailable {
  color: var(--soft-grey);
  background: #fafafa;
}
.product_availability_popin .services_alt .wrapper.unavailable .col .type {
  color: var(--soft-grey);
}
.product_availability_popin .services_alt .row {
  border: transparent;
  padding: 0;
}
.product_availability_popin .services_alt .row:first-child .wrapper {
  border-radius: 5px 5px 0 0;
}
.product_availability_popin .services_alt .row:last-child .wrapper {
  border-bottom: solid 1px var(--border-grey);
  border-radius: 0 0 5px 5px;
}
.product_availability_popin .services_alt .anim {
  margin: auto 24px;
}
.search_popin {
  margin: 15px 0 10px;
  padding: 10px;
  background: #f4f4f4;
}
.search_popin .sprite_icon_truck {
  vertical-align: middle;
  margin-right: 15px;
}
.search_popin input {
  height: 16px;
}
.modal .modal-content .popin_wrapper p {
  margin-bottom: 0;
}
.comparator_actions_filters input:checked + label::after {
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(../catalog/version_desktop_old/styles/images/darty_sprite/sprite_cross_check.png) no-repeat 0 0;
}
#darty_product_site {
  clear: both;
  padding: 10px;
  color: #363636;
  font-size: 11px;
}
#darty_product_site h2 {
  font-size: inherit;
}
#darty_product_site a {
  text-decoration: underline;
  color: var(--dark-grey) !important;
}
#darty_product_site a:visited {
  color: #363636;
}
#darty_product_site p + p {
  margin-top: 8px;
}
#darty_product_site .mention_legale {
  font-size: 13px;
  line-height: 20px;
}
#darty_product_site .mention_legale + .credit-darty-mentions {
  margin-top: 16px;
}
.filter_bar {
  margin: 20px 0 10px;
  padding: 10px 20px 8px;
  color: var(--dark-grey);
  font-size: 14px;
}
.filter_bar form {
  display: inline-block;
}
.filter_bar select {
  height: 30px;
  margin: 0 0 0 5px;
  border: 1px solid var(--low-grey);
  border-radius: 2px;
  color: var(--dark-grey);
  font-size: 12px;
  font-family: var(--font-bold);
}
.filter_bar .nb_results {
  line-height: 28px;
}
.list_pagination {
  overflow: hidden;
}
.list_pagination .active {
  font-family: var(--font-bold);
}
.list_pagination li + li a::before,
.list_pagination li + li span::before {
  content: "- ";
}
.list_pagination .list_pagination_switch,
.list_pagination .list_pagination_switch li,
.list_pagination .list_pagination_nb_results,
.list_pagination .list_pagination_nb_results li {
  display: inline-block;
}
.list_pagination,
.list_pagination a {
  color: var(--dark-grey);
  font-size: 11px;
  text-decoration: none;
}
.skip-links {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.skip-links a {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  height: 0;
  background: var(--white);
  color: var(--dark-grey);
}
.skip-links a:focus {
  height: auto;
  padding: 5px 10px;
}
.owl-carousel {
  display: inherit !important;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 24px;
  margin-top: -10px;
  background: no-repeat 0 0;
}
.owl-carousel .owl-prev {
  left: -18px;
  background-image: url(../catalog/version_desktop_old/styles/images/darty_sprite/sprite_slider_previous.png);
}
.owl-carousel .owl-next {
  right: 0;
  background-image: url(../catalog/version_desktop_old/styles/images/darty_sprite/sprite_slider_next.png);
}
.owl-carousel .product-wrapper + .product-wrapper {
  display: none;
}
.owl-pagination {
  padding: 15px 0 0;
  text-align: center;
}
.owl-pagination .owl-page {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 3px solid transparent;
  border-radius: 50%;
  background-color: #d6d6d6;
  background-clip: content-box;
}
.owl-pagination .owl-page + .owl-page {
  margin-left: 2px;
}
.owl-pagination .owl-page.active {
  border-color: #d6d6d6;
  background-color: var(--dark-grey);
}
.mkp_choicebox_title button {
  padding: 10px;
  min-width: 130px;
  background-color: var(--white);
  font-family: var(--font-bold);
  text-transform: uppercase;
  box-shadow: 0 0 5px #c3c3c3;
  border: none;
  border-radius: 5px;
}
.mkp_choicebox_title button.active {
  background-color: var(--dark-grey);
  color: var(--white);
}
.states_list {
  display: none;
}
.states_list.visible {
  display: block;
}
.page .page_product .product_bloc .unavailable_form .form_label {
  background-position: 0 5px;
  padding-left: 25px;
}
.page .page_product .product_bloc .unavailable_form input[type="email"] {
  text-align: left;
  padding-left: 26px;
}
.page .page_product .product_bloc .unavailable_form .input_group {
  margin-bottom: 10px;
}
.page .page_product .store_popin_direct_link {
  padding-left: 27px;
  margin-top: 6px;
}
.page .page_product .comparator_button .sprite_squares {
  margin-right: 10px;
}
.more-info {
  font-size: 12px;
  font-style: normal;
  font-family: var(--font-regular);
  color: var(--mid-grey);
  text-align: center;
  text-decoration: underline;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 10px 0;
}
.more-info.top {
  position: relative;
  display: inline-block;
}
#choix_retraitmagasin {
  padding-right: 16px;
}
#choix_retraitmagasin::-webkit-scrollbar {
  width: 8px;
}
#choix_retraitmagasin::-webkit-scrollbar-track {
  display: none;
}
#choix_retraitmagasin::-webkit-scrollbar-thumb {
  background: var(--border-grey);
  border-radius: 4px;
}
#choix_retraitmagasin .more-info {
  display: inline-block;
  position: static;
  font-family: var(--font-bold);
  color: var(--dark-grey);
}
.product-preorder {
  color: var(--orange);
  letter-spacing: -0.1px;
  font-size: 13px;
  font-family: var(--font-bold);
  margin: 0 0 15px;
}
.product-preorder span {
  text-transform: uppercase;
}
html .mkp_rating.ratingShop .sprite_empty_rates,
html .mkp_rating.ratingShop .sprite_rates {
  background: url(../catalog/version_desktop_old/styles/images/darty_sprite/sprite_notation_mkp.png);
  display: inline-block;
}
html .mkp_rating.ratingShop .sprite_rates {
  background-position: -24px 0;
  height: 14px;
  width: 67px;
}
html .mkp_rating.ratingShop .sprite_empty_rates {
  background-position: -111px 0;
  height: 14px;
  width: 85px;
  font-size: 12px;
  vertical-align: baseline;
}
.display_flags {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.display_flags.pre_order {
  display: inherit;
  flex-wrap: inherit;
}
.display_flags.pre_order .flag {
  background-color: var(--orange);
}
.display_flags .rouge {
  padding-right: 5px;
  background-color: var(--red);
}
.display_flags .rouge .striped_price {
  line-height: 20px;
  font-family: var(--font-bold);
  color: var(--white);
}
.display_flags .flag {
  padding: 0 5px;
  background-color: var(--red);
}
.display_flags.pre_order .flag,
.display_flags .pre_order_date_flag {
  width: 165px;
  padding: 0;
  text-align: center;
}
.display_flags .pre_order_date_flagspan {
  font-size: 12px;
}
.display_flags .logo {
  margin: 1px 0 0 10px;
  float: left;
}
.display_flags .logo.striped_price {
  height: 22px;
  width: 22px;
  margin: 0 0 0 4px;
}
.display_flags .title {
  display: block;
  color: var(--white);
  font-family: var(--font-bold);
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .13px;
}
.scrollbar::-webkit-scrollbar {
  width: 8px;
}
.scrollbar::-webkit-scrollbar-track {
  display: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--low-grey);
  border-radius: 4px;
}

.rr_content .aap,
.rr_content .cc {
  display: none;
  width: 100%;
  margin-top: 16px;
}
.rr_content:hover .aap,
.rr_content:hover .cc {
  display: block;
}
.rr_content .cc {
  padding: 12px 11px;
}
.push-head__rassurance .push__btn {
  min-width: 290px;
  height: auto;
}
.btn-add-basket {
  background: url(../catalog/version_common/styles/images/pictos/add-cart.svg) no-repeat 25px center var(--red);
  display: inline-block;
  height: 48px;
  padding: 12px;
  border-radius: 50em;
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-indent: 45px;
  background-size: 23px;
}
.btn-add-basket:hover {
  background-color: var(--red-hover);
}
.btn-add-basket:active {
  background-color: var(--red-pressed);
}
.btn-primary-arrow {
  padding-right: 25px;
  background-image: url(../catalog/images/bullets/arrows.png);
  background-repeat: no-repeat;
  background-position: right 11px top 50%;
}
.custom-button {
  width: 100%;
}
.buttons-basket-group {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.buttons-basket-group .cta-clean {
  width: 200px;
}

.cta-content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
.cta-content.icon-right {
  flex-direction: row-reverse;
}
.cta-clean {
  display: inline-block;
  height: 48px;
  padding: 11px;
  border-radius: 50em;
  font-family: var(--font-bold);
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.cta-clean.aap {
  background-color: var(--red);
}
.cta-clean.aap:hover {
  background-color: var(--red-hover);
}
.cta-clean.aap:active {
  background-color: var(--red-pressed);
}
.cta-clean.cc {
  background-color: var(--black);
}
.cta-clean.cc:hover {
  background-color: var(--black-hover);
}
.cta-clean.cc:active {
  background-color: var(--black-pressed);
}
.cta-clean.primary {
  background-color: var(--blue);
}
.cta-clean.primary:hover {
  background-color: var(--blue-hover);
}
.cta-clean.primary:active {
  background-color: var(--blue-pressed);
}
.cta-clean.secondary {
  padding: 11px;
  border: solid 1px var(--blue);
  color: var(--blue);
  background-color: transparent;
}
.cta-clean.secondary:hover {
  background-color: var(--white-hover);
}
.cta-clean.secondary:active {
  background-color: var(--white-pressed);
}
.cta-clean.tertiary {
  color: var(--blue);
  background-color: var(--light-grey);
}
.cta-clean.tertiary:hover {
  background-color: var(--white-hover);
}
.cta-clean.tertiary:active {
  background-color: var(--white-pressed);
}
.cta-clean.tertiary-alt {
  color: var(--blue);
  background-color: transparent;
}
.cta-clean.tertiary-alt:hover {
  background-color: var(--white-hover);
}
.cta-clean.tertiary-alt:active {
  background-color: var(--white-pressed);
}
.cta-clean.tertiary-alt.disabled {
  background-color: transparent;
}
.cta-clean.tertiary-alt.disabled:hover {
  background-color: transparent;
}
.cta-clean.tertiary-alt.disabled:active {
  background-color: transparent;
}
.cta-clean:disabled {
  padding: 12px;
  background-color: var(--disabled);
  color: var(--text-disabled);
  cursor: not-allowed;
  border: none;
}
.cta-clean.round {
  width: fit-content;
}
.cta-clean.small {
  width: 32px;
  height: 32px;
  padding: 6px;
}
.cta-clean.underline {
  text-decoration: underline;
}
.cta-clean.underline:hover {
  text-decoration: none;
}
.cta-clean.fullwidth {
  width: 100%;
}
.cta-clean.button-margin {
  margin: 16px;
}
.cta-clean.button-padding {
  padding: 14px 24px;
}
.cta-clean.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-clean.height-auto {
  height: auto;
}
.cta-clean.height-small {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-clean.small-size {
  font-size: 14px;
  line-height: 18px;
}
.cta-clean.sticky-clear {
  background-color: transparent;
  border: solid 1px var(--white);
}
.cta-clean.btn-product-instruction {
  width: 279px;
  margin-top: 22px;
}
.cta-clean.reviews_trigger {
  margin: 40px auto 0;
  width: 248px;
}
.cta-clean.reviews_trigger.ald {
  width: 262px;
}
.cta-clean.reviews_trigger::after {
  content: url(../catalog/version_common/styles/images/pictos/chevron-right-blue.svg);
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.cta-clean.sticky {
  width: 202px;
}
.cta-clean.view_pack_btn {
  width: 140px;
}
.cta-clean.btn-buy {
  margin-left: 10px;
}
.cta-clean.btn-cancel {
  width: 160px;
}

.reinsurance_icons {
  display: inline-block;
}
.reinsurance {
  background: url(../catalog/version_common/styles/images/pictos/reinsurance.png) no-repeat;
  display: inline-block;
  width: 30px;
  height: 19px;
  vertical-align: top;
  margin: 0 2px;
}
.reinsurance.delivery_by_us {
  background-position: 0 top;
}
.reinsurance.advice {
  background-position: -38px top;
  width: 20px;
}
.reinsurance.service {
  background-position: -65px top;
  width: 18px;
}
.reinsurance_icons_mobile {
  margin: 5px 0;
}
.universe-services .column:first-child,
.darty_product_list_services .column:first-child {
  border-left: none;
}
.universe-services {
  margin-bottom: 25px;
  padding: 10px;
  background-color: var(--white);
}
.universe-services .universe-services__list {
  display: flex;
  justify-content: space-between;
}
.universe-services .column {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  border-left: 1px solid var(--low-grey);
}
.universe-services .column .service-icon {
  margin-right: 10px;
}
.universe-services .column .service-link {
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-family: var(--font-bold);
  font-size: 15px;
  color: var(--dark-grey);
  text-decoration: none;
}
.universe-services__mobile {
  border: 10px solid var(--light-grey);
  text-align: center;
  padding: 10px;
  font-family: var(--font-bold);
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.universe-services__mobile .services-picture {
  vertical-align: middle;
}
.universe-services__mobile .services-link {
  color: var(--dark-grey);
  text-decoration: none;
}
.universe-services__mobile b {
  color: var(--red);
}
.universe-services__dpro {
  background-color: var(--white);
  display: inline-block;
  width: 236px;
  height: 411px;
  border-left: 1px solid var(--low-grey);
}
.universe-services__dpro .service {
  width: 100%;
  height: 103px;
  color: var(--dark-grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.universe-services__dpro .service:last-child {
  height: 102px;
}
.universe-services__dpro .service p {
  font-family: var(--font-regular);
  font-size: 13px;
}
.universe-services__dpro .service p b {
  font-family: var(--font-bold);
}
.universe-services__dpro .service a {
  text-decoration: none;
  color: var(--dark-grey);
  font-family: Arial, sans-serif;
}
.darty_product_list_services {
  margin: 0 16px 20px;
  padding: 10px;
  background-color: var(--white);
}
.darty_product_list_services .column {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  border-left: 3px solid var(--light-grey);
}
.darty_product_list_services .column .column_text,
.darty_product_list_services .column img {
  display: inline-block;
  vertical-align: middle;
  color: var(--dark-grey);
}
.darty_product_list_services .column img {
  margin-right: 5px;
}
.darty_product_list_services .column a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-decoration: none;
  line-height: 14px;
}
.darty_product_list_services .column p:first-child {
  font-family: var(--font-bold);
}
.darty_product_list_services .modal-theme-legals .column {
  margin-left: 30px;
  border: 0;
  font-size: 18px;
}
.darty_product_list_services .modal-theme-legals .modal-body {
  margin-top: 10px;
}

.banner-owl-carousel {
  margin-bottom: 15px;
}
.banner-owl-carousel .owl-wrapper-outer {
  max-height: 267px;
}
.banner-owl-carousel .owl-page {
  padding: 3px 1px;
  border: 0;
  width: 9px;
  height: 9px;
}
.banner-owl-carousel .owl-page:last-child,
.banner-owl-carousel .owl-page:first-child {
  width: 6px;
  height: 6px;
}
.banner-owl-carousel .owl-page.active {
  width: 12px;
  height: 12px;
  background-color: var(--blue);
}
.banner-owl-carousel .owl-pagination {
  padding: 10px 0 0;
}
.banner-owl-carousel .owl-prev,
.banner-owl-carousel .owl-next {
  margin-top: -30px;
  height: 24px;
  width: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-owl-carousel .owl-prev {
  left: 30px;
  background-image: url(../catalog/version_desktop_old/styles/images/pictos/arrow-prev.png);
}
.banner-owl-carousel .owl-next {
  right: 30px;
  background-image: url(../catalog/version_desktop_old/styles/images/pictos/arrow-next.png);
}
.product_list_carousel .list-banner + .list-banner,
.product_list_carousel .list-banner + .product-minimalist,
.product_list_carousel .product-minimalist + .list-banner,
.product_list_carousel .product-minimalist + .product-minimalist {
  display: none;
}
.product-minimalist {
  background-color: var(--white);
  box-sizing: border-box;
  display: flex;
  padding: 20px;
  height: 267px;
}
.product-minimalist--is-home,
.product-minimalist--is-universe {
  padding: 40px;
}
.product-minimalist__img {
  width: 50%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.product-minimalist__img .next_prev {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-minimalist__panel {
  width: 50%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.product-minimalist--is-universe .product-minimalist__panel {
  width: 65%;
}
.product-minimalist--is-universe .product-minimalist__img {
  width: 35%;
}
.product-minimalist .display_flags {
  position: static;
  margin-right: 15px;
  margin-bottom: 10px;
}
.product-minimalist .display_flags .rouge,
.product-minimalist .display_flags .flag {
  background-color: var(--red);
}
.product-minimalist .display_flags.pre_order .flag,
.product-minimalist .display_flags.pre_order .pre_order_date_flag {
  display: inline-block;
}
.product-minimalist .display_flags.pre_order .flag {
  background-color: var(--orange);
}
.product-minimalist .display_flags .pre_order_date_flag {
  font-family: var(--font-bold);
  color: var(--orange);
  display: inline-block;
}
.product-minimalist__flag-mkp .product__mkp-seller {
  margin-bottom: 10px;
}
.product-minimalist .delivery_status {
  display: flex;
  align-items: center;
}
.product-minimalist .delivery_status__img {
  margin-right: 1rem;
}
.product-minimalist .delivery_status .btn-text {
  text-align: left;
}
.product-minimalist .status_delivery {
  position: relative;
  padding-left: 37px;
}
.product-minimalist .status_delivery.expediable {
  padding: 0;
}
.product-minimalist .darty_trunk_icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.product-minimalist__title {
  margin-bottom: 10px;
  font-size: 13px;
}
.product-minimalist__title__family {
  color: var(--mid-grey);
  font-family: var(--font-bold);
  font-size: 15px;
  margin-right: .6rem;
}
.product-minimalist__title__rating .darty_product_rating {
  text-decoration: none;
  display: flex;
}
.product-minimalist__title__rating .sprite_empty_rates {
  margin-right: .4rem;
}
.product-minimalist__title__rating .rating_avis {
  color: var(--mid-grey);
}
.product-minimalist__title__family-and-rating {
  display: flex;
  align-items: flex-end;
}
.product-minimalist__panel__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}
.product-minimalist__panel__bottom .display_dcom_avail_popin_trigger {
  color: var(--mid-grey);
  font-size: 11px;
}
.product-minimalist__panel__bottom .status_cc .delivery_button_options {
  max-width: inherit;
}
.product-minimalist__price {
  display: flex;
  align-items: flex-end;
}
.product-minimalist__price .prix_barre_liste {
  display: flex !important;
}
.product-minimalist__price .prix_barre_liste .darty_prix_barre_cont {
  margin-right: 40px;
  font-size: 25px !important;
  line-height: 24px;
}
.product-minimalist__price .prix_barre_liste .darty_prix_barre_cont .darty_prix_barre {
  color: var(--mid-grey);
  font-size: 18px !important;
  font-family: var(--font-regular);
  padding-top: 3px;
}
.product-minimalist .button-cta {
  padding: 14px 50px;
  height: auto;
}

.modal-theme-1 {
  width: 610px;
  padding: 20px 24px;
  background: var(--white);
  border-radius: 3px;
  display: none;
}
.modal-theme-1 [data-close] {
  position: absolute;
  top: -30px;
  right: 0;
  border: 0;
  padding: 0;
  background: none;
  z-index: 1;
}
.modal-theme-1 .with-iframe {
  height: 500px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.modal-theme-1 iframe {
  width: 100%;
  height: 99%;
}
.modal-theme-1 .text-center {
  text-align: center;
}
.modal-theme-1.product_warehouse_popin .modal-body {
  padding: 0;
}
.modal-theme-legals .modal-body p {
  font-size: 12px;
}
.modal-theme-legals .modal-body p + p {
  margin-top: 15px;
}
html.no-scroll,
.no-scroll body {
  overflow: hidden;
  height: inherit;
}
.modal-theme-2 {
  display: none;
}
.modal-theme-2 .zoom-product-popin-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--white);
  border-radius: 5px;
  overflow: auto;
}
.modal-theme-2 [data-modal="close"] {
  position: absolute;
  top: -30px;
  right: 0;
  border: 0;
  padding: 0;
  background: none;
  z-index: 1;
}

.ui-state-disabled {
  cursor: default !important;
}
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #eeeeee;
  background: #ffffff url(../catalog/version_desktop_old/libs/jquery-ui/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #cc0000 url(../catalog/version_desktop_old/libs/jquery-ui/jquery-ui/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  background: #eeeeee url(../catalog/version_desktop_old/libs/jquery-ui/jquery-ui/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #004276;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cdd5da;
  background: #f6f6f6 url(../catalog/version_desktop_old/libs/jquery-ui/jquery-ui/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #111111;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eeeeee;
  background: #ffffff url(../catalog/version_desktop_old/libs/jquery-ui/jquery-ui/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #cc0000;
  text-decoration: none;
}
.ui-widget:active {
  outline: none;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.darty_product_img img {
  display: block;
}
.darty_product_img a,
.darty_product_img .darty_product_img_link {
  width: 100%;
  height: 100%;
  display: block;
}
.v6horizontal_micro_sizes {
  width: 44px;
  height: 53px;
}
.v6vertical_micro_sizes img {
  padding-top: 9px;
}
.v6vertical_micro_sizes {
  width: 44px;
  height: 53px;
}
.v6horizontal_100_sizes {
  width: 100px;
  height: 100px;
}
.v6horizontal_100_sizes img {
  width: 100px;
  padding-top: 17px;
}
.v6vertical_100_sizes {
  width: 100px;
  height: 100px;
}
.v6vertical_100_sizes img {
  height: 100px;
}
.v6horizontal_mavant_sizes {
  width: 106px;
  height: 106px;
}
.v6horizontal_mavant_sizes img {
  padding-top: 19px;
}
.v6vertical_mavant_sizes {
  width: 106px;
  height: 106px;
}
.v6vertical_mavant_sizes img {
  padding-left: 17px;
}
.v6horizontal_new_mavant_sizes {
  width: 154px;
  height: 154px;
}
.v6horizontal_new_mavant_sizes img {
  padding-top: 26px;
}
.v6vertical_new_mavant_sizes {
  width: 154px;
  height: 154px;
}
.v6vertical_new_mavant_sizes img {
  padding-left: 26px;
}
.v6horizontal_resized_square_sizes {
  width: 180px;
  height: 180px;
}
.v6horizontal_resized_square_sizes img {
  padding-top: 30px;
}
.v6vertical_resized_square_sizes {
  width: 180px;
  height: 180px;
}
.v6vertical_resized_square_sizes img {
  padding-left: 40px;
}
.v6horizontal_list_sizes {
  width: 180px;
  height: 180px;
}
.v6horizontal_list_sizes img {
  padding-top: 30px;
}
.v6vertical_list_sizes {
  width: 180px;
  height: 180px;
}
.v6vertical_list_sizes img {
  padding-left: 30px;
}
.v6horizontal_resized_small_sizes {
  width: 150px;
  height: 200px;
}
.v6horizontal_resized_small_sizes img {
  padding-top: 50px;
}
.v6vertical_resized_small_sizes {
  width: 150px;
  height: 200px;
}
.v6vertical_resized_small_sizes img {
  padding-left: 9px;
}
.v6horizontal_resized_medium_sizes {
  width: 190px;
  height: 235px;
}
.v6horizontal_resized_medium_sizes img {
  padding-top: 54px;
}
.v6vertical_resized_medium_sizes {
  width: 190px;
  height: 235px;
}
.v6vertical_resized_medium_sizes img {
  padding-left: 17px;
}
.v6horizontal_resized_large_sizes {
  width: 251px;
  height: 251px;
}
.v6horizontal_resized_large_sizes img {
  padding-top: 42px;
}
.v6vertical_resized_large_sizes {
  width: 251px;
  height: 251px;
}
.v6vertical_resized_large_sizes img {
  width: auto;
  padding-left: 42px;
}
.v6horizontal_home_sizes {
  width: 250px;
  height: 250px;
}
.v6horizontal_home_sizes img {
  padding-top: 42px;
}
.v6vertical_home_sizes {
  width: 250px;
  height: 250px;
}
.v6vertical_home_sizes img {
  padding-left: 42px;
}
.v6horizontal_new_home_sizes {
  width: 334px;
  height: 334px;
}
.v6horizontal_new_home_sizes img {
  padding-top: 55px;
}
.v6vertical_new_home_sizes {
  width: 334px;
  height: 334px;
}
.v6vertical_new_home_sizes img {
  padding-left: 55px;
}
.v6horizontal_product_page_sizes {
  width: 346px;
  height: 346px;
}
.v6horizontal_product_page_sizes img {
  padding-top: 58px;
}
.v6vertical_product_page_sizes {
  width: 346px;
  height: 346px;
}
.v6vertical_product_page_sizes img {
  padding-left: 58px;
}
.v6horizontal_zoom_sizes {
  width: 497px;
  height: 405px;
}
.v6horizontal_zoom_sizes img {
  padding-top: 38px;
}
.v6vertical_zoom_sizes {
  width: 497px;
  height: 405px;
}
.v6horizontal_focus_sizes {
  width: 1355px;
  height: 900px;
}
.v6vertical_focus_sizes {
  width: 1355px;
  height: 900px;
}
.v6horizontal_rr_small {
  width: 130px;
  height: 130px;
}
.v6horizontal_rr_small img {
  padding-top: 22px;
}
.v6vertical_rr_small {
  width: 130px;
  height: 130px;
}
.v6vertical_rr_small img {
  padding-left: 22px;
}
.v6vertical_product_list_sizes img {
  padding-left: 41px;
}
.v6vertical_micro_carousel_sizes img {
  padding-left: 16px;
}
.v6horizontal_micro_carousel_sizes img {
  padding-top: 5px;
}
.v6horizontal_new_product_page_sizes img {
  padding-top: 71px;
}
.v6vertical_new_product_page_sizes img {
  padding-left: 92px;
}
.bloc-success .v6horizontal_rr_small img {
  max-width: 86px;
  height: auto;
  padding-top: 0;
}
.bloc-success .v6vertical_rr_small img {
  padding-left: 0;
}
.v6horizontal_product_list_sizes {
  width: 350px;
  height: 250px;
}
.v6vertical_product_list_sizes {
  width: 250px;
  height: 250px;
}
.bloc-success .darty_product_img img {
  margin: 0 auto;
}
.bloc-success .darty_product_img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.v6horizontal_micro_carousel_sizes {
  width: 70px;
  height: 55px;
}
.v6vertical_micro_carousel_sizes {
  width: 70px;
  height: 55px;
}
.v6horizontal_new_product_page_sizes {
  width: 450px;
  height: 400px;
}
.v6vertical_new_product_page_sizes {
  width: 450px;
  height: 400px;
}

.product_warehouse_popin {
  box-sizing: border-box;
  display: block;
}
.product_warehouse_popin .btn-popin {
  color: var(--white);
  border: 0 var(--red-pressed);
  border-bottom: 3px solid var(--red-pressed);
  border-radius: 3px;
  background: var(--red);
}
.product_warehouse_popin .modal-content-title {
  margin-top: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-grey);
  font-family: var(--font-bold);
  font-size: 18px;
  color: var(--grey);
}
.product_warehouse_popin .popin_content {
  padding: 30px 40px 40px;
}
.product_warehouse_popin .warehouse_intro {
  padding: 10px 0;
  font-size: 14px;
}
.product_warehouse_popin .fields-required {
  color: var(--mid-grey);
  font-size: 12px;
  font-family: var(--font-bold);
}
.product_warehouse_popin .fields-required i,
.product_warehouse_popin .search_popin_label i {
  color: var(--red);
}
.product_warehouse_popin .search_form {
  position: relative;
  margin: 0;
  text-align: center;
}
.product_warehouse_popin .search_form__content {
  position: relative;
}
.product_warehouse_popin .search_popin_label {
  font-family: var(--font-bold);
}
.product_warehouse_popin .warehouse_valid {
  color: var(--green);
  font-size: 13px;
  font-family: var(--font-regular);
  margin-top: 10px;
  text-align: left;
}
.product_warehouse_popin .btn-continue {
  margin: 25px 0 0;
  border: 0;
}
.product_warehouse_popin .in_warehouse_filter_popin_error,
.product_warehouse_popin .in_store_filter_popin_error {
  color: var(--red);
  font-family: var(--font-bold);
  padding: 0 0 10px;
}
.product_warehouse_popin select {
  border: 1px solid var(--white);
  border-radius: 3px;
  width: 100%;
  padding: 8px;
  box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
}
.product_warehouse_popin select option {
  text-indent: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: var(--white);
}
.product_warehouse_popin .warehouse_info {
  color: var(--red);
  font-family: var(--font-bold);
  padding: 5px 0;
  text-align: left;
}
.product_warehouse_popin .warehouse_info a {
  color: var(--red);
}
.product_warehouse_popin .in_warehouse_filter_popin_validate {
  height: 38px;
  width: 38px;
  border-radius: 3px;
}
.product_warehouse_popin .search_popin_text {
  height: 34px;
  border: 1px solid var(--low-grey);
  border-radius: 5px;
  background-color: var(--light-grey);
  width: 100%;
  text-indent: 15px;
}
.product_warehouse_popin.popin-error .search_popin_text {
  border: 1px solid var(--red);
}
.product_warehouse_popin .icon-status {
  position: absolute;
  display: none;
  width: 35px;
  height: 28px;
  vertical-align: middle;
  background: no-repeat 50% 50%;
}
.search_form__loader {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../catalog/version_desktop_old/styles/images/bg/ajax-loader.gif) no-repeat;
  background-size: auto 100%;
  height: 20px;
  width: 20px;
  display: none;
}
.search_form__loader.loading {
  display: block;
}
.search_form__select {
  display: none;
}
.product_warehouse_popin .btn-reset img {
  position: relative;
}
.search_popin_text::-ms-clear {
  display: none;
}

#darty_recommendations_popin {
  width: 803px;
  height: 525px;
  border: 10px solid var(--low-grey);
  background-color: var(--white);
}
#darty_recommendations_popin .inner_container {
  float: left;
  position: relative;
}
#darty_recommendations_popin .popin_reco_col_one {
  float: left;
  width: 354px;
  position: relative;
  overflow: hidden;
}
#darty_recommendations_popin .popin_reco_col_two {
  float: left;
  width: 424px;
  margin-left: 5px;
  margin-top: 5px;
}
#darty_recommendations_popin .darty_red_cross {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}
#darty_recommendations_popin .darty_product_base_info {
  float: left;
  width: 405px;
  height: 230px;
  overflow: hidden;
  margin-bottom: 10px;
}
#darty_recommendations_popin .darty_product_base_info h3,
#darty_recommendations_popin .darty_product_base_info h2,
#darty_recommendations_popin .darty_product_sales_info {
  width: 311px;
  float: left;
}
#darty_recommendations_popin .darty_product_base_info h2 {
  height: 44px;
}
#darty_recommendations_popin .darty_product_base_info h2,
#darty_recommendations_popin .darty_product_base_info h2 a {
  color: var(--black);
  font-size: 18px;
  font-family: var(--font-regular);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}
#darty_recommendations_popin .darty_product_base_info h3 {
  color: var(--mid-grey);
  font-size: 14px;
  font-family: var(--font-bold);
  text-decoration: none;
}
#darty_recommendations_popin .darty_product_base_info .darty_flags {
  float: right;
  width: 80px;
}
#darty_recommendations_popin ul.darty_product_strengths {
  list-style: disc inside;
  margin: 10px 0 10px 10px;
  width: 395px;
  float: left;
}
#darty_recommendations_popin .rr_rating_avis,
#darty_recommendations_popin .rr_rating_avis a {
  color: var(--red);
}
#darty_recommendations_popin .rating_avis {
  margin: 0 0 0 10px;
}
#darty_recommendations_popin .darty_product_warranty {
  color: var(--black);
  font-size: 12px;
  font-family: var(--font-bold);
  margin: 4px 0;
  text-transform: uppercase;
}
#darty_recommendations_popin #darty_specs_container_scrollable {
  width: 405px;
  margin: 0;
  height: 240px;
  float: left;
}
#darty_recommendations_popin .viewport {
  width: 390px;
  height: 255px;
  float: left;
}
#darty_recommendations_popin .darty_title {
  height: 20px;
  background-color: var(--dark-grey);
  width: 390px;
  color: var(--low-grey);
  text-indent: 10px;
  line-height: 20px;
  font-size: 12px;
  font-family: var(--font-bold);
  float: left;
}
#darty_recommendations_popin #carac_product {
  margin-bottom: 10px;
  float: left;
  border-bottom: 1px solid var(--white-pressed);
}
#darty_recommendations_popin .popin_desc {
  padding: 10px;
  float: left;
  width: 365px;
}
#darty_recommendations_popin #darty_specs_container {
  font-size: 11px;
  float: left;
  border: 1px solid var(--low-grey);
  width: 405px;
  height: 255px;
}
#darty_recommendations_popin #darty_specs_container_scrollable .even {
  background-color: var(--border-grey);
}
#darty_recommendations_popin #darty_specs_container li {
  float: left;
  padding: 5px 10px;
  font-size: 11px;
  width: 370px;
  list-style-position: outside;
}
#darty_recommendations_popin #darty_specs_container_scrollable .rr_col_carac {
  margin: 0 5px;
  float: left;
}
#darty_recommendations_popin #darty_specs_container_scrollable .value {
  width: 230px;
  float: left;
  font-family: var(--font-bold);
}
#darty_recommendations_popin #darty_specs_container_scrollable .label {
  width: 140px;
  float: left;
}
#darty_recommendations_popin #darty_popin_reco_main_pic_container {
  float: left;
  height: 346px;
  width: 346px;
}
#darty_recommendations_popin .darty_product_pic_more {
  float: left;
  background-color: var(--white);
  width: 318px;
  height: 106px;
  overflow: hidden;
}
#darty_recommendations_popin .actions_content {
  padding: 5px;
  float: left;
  width: 344px;
}
#darty_recommendations_popin .actions_content a {
  float: left;
  color: var(--black);
  text-decoration: none;
}
#darty_recommendations_popin .darty_product_base_info h2 a:hover {
  text-decoration: underline;
}
#darty_recommendations_popin .actions_content form {
  float: right;
}
#mini_caroussel_container_popin {
  background-color: var(--white);
  border: 1px solid var(--low-grey);
  float: left;
  margin: 0 5px;
  width: 334px;
  overflow: hidden;
  height: 106px;
}
#darty_recommendations_popin .popin_reco_col_one .mini_caroussel_container_popin_placeholder {
  float: left;
  margin: 0 5px;
  width: 334px;
  overflow: hidden;
  height: 106px;
}
#mini_caroussel_container_popin ul {
  float: left;
  height: 106px;
  position: relative;
}
#mini_caroussel_container_popin .rr_arrow_left,
#mini_caroussel_container_popin .rr_arrow_right {
  width: 8px;
  float: left;
  height: 106px;
  margin: 0;
  padding: 0;
}
#mini_caroussel_container_popin .rr_arrow_left_button,
#mini_caroussel_container_popin .rr_arrow_right_button {
  border: 0;
  float: left;
  margin: 0;
  padding: 49px 0;
  background-color: var(--low-grey);
}
#mini_caroussel_container_popin .rr_arrow.disabled {
  visibility: hidden;
}
#mini_caroussel_container_popin .rr_item {
  width: 106px;
  height: 106px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: left;
  position: relative;
}
#darty_recommendations_popin .darty_waiting_display {
  background: url(../catalog/version_desktop_old/styles/images/ajax-loader-horizontal.gif);
  height: 15px;
  width: 128px;
  margin: 250px 330px;
}

.modal {
  position: relative;
  width: 600px;
  padding: 20px 24px;
  background: var(--white);
  border-radius: 3px;
  box-sizing: unset;
  box-shadow: 0 0 6px 0 rgba(69, 69, 69, 0.08);
  bottom: unset;
  overflow: unset;
}
.modal .modal_head {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--border-grey);
  font-family: var(--font-bold);
  font-size: 18px;
  color: var(--grey);
  display: flex;
  align-items: center;
}
.modal .modal_head__picto {
  margin-right: 10px;
}
.modal .modal_body {
  padding: 20px 0;
  max-height: 50vh;
  overflow: auto;
}
.modal .modal_body .service-item {
  position: relative;
  padding-left: 20px;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: var(--font-bold);
  font-size: 13px;
  color: var(--dark-grey);
}
.modal .modal_body .service-item::before {
  content: "";
  background-color: var(--blue);
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}
.modal .modal_body .service-item--no-bold {
  font-family: var(--font-regular);
}
.modal .modal_body .conditions-link {
  text-transform: none;
  text-decoration: underline;
  font-family: var(--font-regular);
  font-size: 12px;
  color: var(--blue);
  display: inline-block;
  margin-top: 15px;
}
.modal.report_form .container {
  width: 742px;
}
.modal.report_form .main {
  max-height: 70vh;
}
.modal.report_form .modal_body {
  max-height: 75vh;
  padding: 0;
  overflow-y: auto;
}
.modal.report_form .form {
  display: flex;
  flex-flow: column;
}
.modal .filter_detail {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}
.modal .filter_detail .picture {
  display: block;
  flex: none;
  width: 288px;
  height: fit-content;
}
.modal .modal_footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-grey);
}
.modal .modal_close {
  position: absolute;
  top: -30px;
  right: 0;
}
.modal.modal-theme-service .modal_body,
.modal.modal-theme-service .modal-content {
  padding: 0;
}
#darty_comparator_full {
  width: 400px;
}
#delivery_darty_fees .modal_body,
#delivery_darty_free .modal_body {
  max-height: unset;
}
.geoloc-popin-title {
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--font-bold);
  border-bottom: solid 1px var(--border-grey);
  padding-bottom: 10px;
  color: var(--grey);
}
.geoloc-popin-intro {
  font-size: 14px;
  color: var(--grey);
}
.geoloc-popin-content {
  padding: 24px 0;
  height: 350px;
  overflow-y: auto;
}
.report_form .row {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}
.report_form .desc {
  margin-bottom: 32px;
}
.report_form .text {
  font-size: 16px;
  color: var(--mid-grey);
}
.report_form .form-wrapper {
  display: flex;
  flex-direction: column;
}
.report_form .form-wrapper .msg {
  display: none;
  color: var(--red);
  font-size: 12px;
  padding-left: 8px;
  margin-top: 5px;
}
.report_form .form-wrapper .label {
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--mid-grey);
  flex: 1;
  transition: top 0.3s ease-in-out;
}
.report_form .form-wrapper .filled .label {
  top: 14px;
}
.report_form .form-wrapper .options {
  width: 100%;
  background-color: var(--white);
  font-size: 16px;
  padding: 24px 16px 10px 11px;
  border: solid 1px var(--low-grey);
  border-radius: 3px;
  cursor: pointer;
}
.report_form .form-wrapper .options:focus {
  border-color: var(--blue);
  outline: var(--blue);
}
.report_form .form-wrapper .options + .label {
  top: 14px;
}
.report_form .form-wrapper .options .option {
  padding: 19px 0;
  border-bottom: solid 1px var(--light-grey);
  cursor: pointer;
}
.report_form .form-wrapper .options .option:last-of-type {
  border: none;
}
.report_form .form-wrapper .options .option:hover {
  background-color: var(--light-grey);
}
.report_form .form-wrapper .options .option.selected {
  background-color: var(--light-grey);
}
.report_form .form-wrapper .input {
  position: relative;
  font-size: 16px;
  padding: 24px 16px 10px;
  border: solid 1px var(--low-grey);
  border-radius: 3px;
  flex: 1;
}
.report_form .form-wrapper .input:focus {
  border-color: var(--blue);
  outline: var(--blue);
}
.report_form .form-wrapper .input:focus + .label {
  top: 14px;
}
.report_form .form-wrapper .textarea {
  resize: none;
  font-size: 14px;
  line-height: 18px;
  padding: 13px 70px 13px 16px;
  border: solid 1px var(--low-grey);
  border-radius: 3px;
  flex: 1;
}
.report_form .form-wrapper .textarea:focus {
  border-color: var(--blue);
  outline: var(--blue);
}
.report_form .form-wrapper .count_wrapper {
  position: absolute;
  bottom: 13px;
  right: 16px;
  font-size: 12px;
  color: var(--grey);
}
.report_form .title {
  font-family: var(--font-bold);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.report_form .title + .row {
  margin-bottom: 20px;
}
.report_form .title + .row .form-wrapper {
  flex: 1;
}
.report_form .field {
  display: flex;
  flex: 1;
  position: relative;
}
.report_form .field.invalid::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZXJyb3I8L3RpdGxlPgogICAgPGcgaWQ9IkNvbG9ycyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImVycm9yIj4KICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgZmlsbD0iI0ZGMDAwMCIgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIj48L2NpcmNsZT4KICAgICAgICAgICAgPHBhdGggZD0iTTYuNTEzNTcwNzMsNS41MzE0Nzc5OCBMMTAuMDAwNDE5Nyw5LjAxODQxOTcyIEwxMy40ODY0MjkzLDUuNTMxNDc3OTggQzEzLjczMDUwNyw1LjI4NzQwMDMgMTQuMTI2MjM1MSw1LjI4NzQwMDMgMTQuMzcwMzEyNyw1LjUzMTQ3Nzk4IEwxNC40Njg1MjIsNS42Mjk2ODcyNiBDMTQuNzEyNTk5Nyw1Ljg3Mzc2NDk0IDE0LjcxMjU5OTcsNi4yNjk0OTMwNSAxNC40Njg1MjIsNi41MTM1NzA3MyBMMTAuOTgyNDE5NywxMC4wMDA0MTk3IEwxNC40Njg1MjIsMTMuNDg2NDI5MyBDMTQuNzEyNTk5NywxMy43MzA1MDcgMTQuNzEyNTk5NywxNC4xMjYyMzUxIDE0LjQ2ODUyMiwxNC4zNzAzMTI3IEwxNC4zNzAzMTI3LDE0LjQ2ODUyMiBDMTQuMTI2MjM1MSwxNC43MTI1OTk3IDEzLjczMDUwNywxNC43MTI1OTk3IDEzLjQ4NjQyOTMsMTQuNDY4NTIyIEwxMC4wMDA0MTk3LDEwLjk4MjQxOTcgTDYuNTEzNTcwNzMsMTQuNDY4NTIyIEM2LjI2OTQ5MzA1LDE0LjcxMjU5OTcgNS44NzM3NjQ5NCwxNC43MTI1OTk3IDUuNjI5Njg3MjYsMTQuNDY4NTIyIEw1LjUzMTQ3Nzk4LDE0LjM3MDMxMjcgQzUuMjg3NDAwMywxNC4xMjYyMzUxIDUuMjg3NDAwMywxMy43MzA1MDcgNS41MzE0Nzc5OCwxMy40ODY0MjkzIEw5LjAxODQxOTcyLDEwLjAwMDQxOTcgTDUuNTMxNDc3OTgsNi41MTM1NzA3MyBDNS4yODc0MDAzLDYuMjY5NDkzMDUgNS4yODc0MDAzLDUuODczNzY0OTQgNS41MzE0Nzc5OCw1LjYyOTY4NzI2IEw1LjYyOTY4NzI2LDUuNTMxNDc3OTggQzUuODczNzY0OTQsNS4yODc0MDAzIDYuMjY5NDkzMDUsNS4yODc0MDAzIDYuNTEzNTcwNzMsNS41MzE0Nzc5OCBaIiBpZD0iY3Jvc3MiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat 50% 48%;
}
.report_form .field.invalid .input,
.report_form .field.invalid .options,
.report_form .field.invalid .textarea,
.report_form .field.invalid .checkbox_wrap::before {
  border-color: var(--red);
}
.report_form .field.invalid .msg {
  display: block;
}
.report_form .field.valid::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c3VjY2VzczwvdGl0bGU+CiAgICA8ZyBpZD0iQ29sb3JzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ic3VjY2VzcyI+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiMwMDk0NDQiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik04LjU5NjIyODg2LDEyLjAyMTE3NDEgTDYuMTg5ODI1NjMsOS42MDAwNzY1IEM1LjkxODk2MTg5LDkuMzI3NTU4NzcgNS40Nzg0NjQxOCw5LjMyNjIxNzk1IDUuMjA1OTQ2NDYsOS41OTcwODE2OSBDNS4yMDU1MjYzNSw5LjU5NzQ5OTI0IDUuMjA1MTA2NzcsOS41OTc5MTczNCA1LjIwNDY4NzczLDkuNTk4MzM1OTcgQzQuOTMxOTYzOTIsOS44NzA3OTI4MSA0LjkzMTE4MzM5LDEwLjMxMjU3NDUgNS4yMDI5NDI3NiwxMC41ODU5OTMzIEw4LjU5NjIyODg2LDE0IEw4LjU5NjIyODg2LDE0IEwxNC43OTc5Mjk5LDcuNjkxNjAyIEMxNS4wNjc5NDA5LDcuNDE2OTQ1NTggMTUuMDY2NzMyMSw2Ljk3NjE3NjYxIDE0Ljc5NTIxODcsNi43MDMwMDUyNiBDMTQuNTI3ODIwNyw2LjQzMzk3NDM1IDE0LjA5Mjk1OSw2LjQzMjY1MDY4IDEzLjgyMzkyODEsNi43MDAwNDg3NyBDMTMuODIxOTk0OCw2LjcwMTk3MDM5IDEzLjgyMDA3MjksNi43MDM5MDM1IDEzLjgxODE2MjUsNi43MDU4NDggTDguNTk2MjI4ODYsMTIuMDIxMTc0MSBMOC41OTYyMjg4NiwxMi4wMjExNzQxIFoiIGlkPSJjaGVjayIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 50% 48%;
}
.report_form .field.spacing.invalid::after,
.report_form .field.spacing.valid::after {
  right: 24px;
}
.report_form .field.check {
  display: block;
}
.report_form .field.check.invalid::after,
.report_form .field.check.valid::after {
  display: none;
}
.report_form .field.area.invalid::after,
.report_form .field.area.valid::after {
  top: 17px;
  transform: none;
}
.report_form .checkbox {
  position: absolute;
  opacity: 0;
}
.report_form .checkbox_wrap {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.report_form .checkbox_wrap::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  border-radius: 3px;
  border: 1px solid var(--low-grey);
}
.report_form .checkbox:checked + .checkbox_wrap::before {
  background-color: var(--blue);
  border: 1px solid var(--blue);
}
.report_form .checkbox:checked + .checkbox_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 6px;
  border: solid var(--white);
  border-width: 2px 2px 0 0;
  transform: rotate(133deg);
}
.report_form .switch {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: var(--blue);
  font-size: 14px;
  text-align: center;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 1;
}
.report_form .switch::before {
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--white), var(--white) 25%, transparent);
  z-index: -1;
}
.report_form .switch::after {
  content: "";
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  z-index: 10;
  background: url(../catalog/version_common/images/pictos/arrow-blue-down.svg) no-repeat;
}
.report_form .more {
  position: relative;
  margin-top: 24px;
  max-height: 69px;
  overflow: hidden;
}
.report_form .more.js-open {
  max-height: unset;
  overflow: initial;
}
.report_form .more.js-open .switch {
  display: none;
}
.report_form .more .text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
.report_form .more .text:last-of-type {
  margin-bottom: 0;
}
.report_form .more .link {
  font-size: 12px;
  color: var(--blue);
}

.modal .overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.modal .container {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 24px;
  width: 650px;
  border-radius: 3px;
  background-color: var(--white);
}
.modal .header {
  font-family: var(--font-bold);
  font-size: 18px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-grey);
}
.modal .main {
  max-height: 50vh;
  font-size: 13px;
  line-height: 1.3;
  margin-right: -12px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px 10px 20px;
  color: var(--grey);
}
.modal .main::-webkit-scrollbar {
  width: 8px;
}
.modal .main::-webkit-scrollbar-track {
  display: none;
}
.modal .main::-webkit-scrollbar-thumb {
  background: var(--border-grey);
  border-radius: 4px;
}
.modal .main .product_warehouse_popin {
  width: 100%;
}
.modal .title {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  color: var(--grey);
}
.modal .modal_head__picto {
  max-width: 120px;
  margin-right: 10px;
}
.modal .close {
  position: absolute;
  top: -24px;
  right: 4px;
  width: 16px;
  height: 16px;
  border: 0;
  background: url(../catalog/version_common/styles/images/pictos/picto_close_white.svg);
  background-size: 16px;
  cursor: pointer;
}
.modal .footer {
  display: flex;
}
.modal .link {
  margin-top: auto;
  font-size: 12px;
  text-decoration: underline;
  color: var(--blue);
}
.modal .btn {
  align-self: flex-end;
  padding: 10px 46px 12px;
  margin-left: auto;
  border-style: none;
  border-radius: 3px;
  font-size: 14px;
  background-color: var(--blue);
  color: var(--white);
}
.modal .paragraph {
  margin-bottom: 14px;
}
.modal .conditions-link {
  text-transform: none;
  text-decoration: underline;
  font-family: var(--font-regular);
  font-size: 12px;
  color: var(--blue);
  display: inline-block;
  margin-top: 15px;
}
.modal.side-panel {
  display: block;
  padding: 0;
  visibility: hidden;
}
.modal.side-panel .wrapper .container {
  position: fixed;
  width: 584px;
  right: -584px;
  bottom: 0;
  padding: 0;
  transition: 250ms ease-out all;
}
.modal.side-panel .wrapper .container .close {
  top: 4%;
  right: 5%;
  background: url(../catalog/version_common/styles/images/pictos/picto_close_blue.svg) no-repeat;
  z-index: 10;
  width: 16px;
  height: 16px;
}
.modal.side-panel .wrapper .container .splide__pagination .splide__pagination__page {
  background-color: var(--light-grey);
  width: 6px;
  height: 6px;
}
.modal.side-panel .wrapper .container .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--blue);
  width: 8px;
  height: 8px;
}
.modal.side-panel .wrapper .container .main {
  height: 100vh;
  max-height: 100vh;
  padding: 0;
  position: relative;
}
.modal.side-panel.is-open {
  visibility: visible;
}
.modal.side-panel.is-open .wrapper .container {
  transition: 250ms ease-out all;
  right: 0;
}
.modal.side-panel.is-open.trade-in-popin .wrapper .container .close {
  z-index: 0;
}
.modal.side-panel.is-close .wrapper .container {
  right: 0;
}
.modal.geoloc_popin .main {
  overflow: unset;
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
}
.durability_popin .container {
  width: 900px;
}
.durability_popin .picture {
  width: 100%;
  height: auto;
}
[data-micromodal-trigger] {
  cursor: pointer;
}

.darty_sprite,
.sprite_darty_logo,
.sprite_bouygues,
.sprite_orange,
.sprite_darty_pro_logo,
.sprite_add_to_basket,
.sprite_pickin,
.sprite_pack,
.sprite_packs,
.sprite_add_to_basket_big,
.sprite_pickin_big,
.sprite_social_mobile,
.sprite_social_twitter,
.sprite_social_youtube,
.sprite_social_facebook,
.sprite_white_up_arrow,
.sprite_white_down_arrow,
.sprite_small_white_down_arrow,
.sprite_big_white_link_arrow,
.sprite_white_link_arrow,
.sprite_red_link_arrow,
.sprite_black_link_arrow,
.sprite_down_black_arrow,
.sprite_up_black_arrow,
.sprite_arrow_down_0,
.sprite_arrow_up_0,
.sprite_back,
.sprite_prev,
.sprite_next,
.sprite_arrow_change,
.sprite_link_arrow_success,
.sprite_slider_next,
.sprite_slider_previous,
.sprite_slider_next_s,
.sprite_slider_previous_s,
.sprite_small_delivery,
.sprite_small_cc,
.sprite_user,
.sprite_user_checked,
.sprite_box,
.sprite_basket,
.sprite_coeur,
.sprite_lock_close,
.sprite_lock_open,
.sprite_devis,
.sprite_devis_small,
.sprite_icon_calendar,
.sprite_squares,
.sprite_icon_search,
.sprite_icon_check,
.sprite_icon_truck,
.sprite_icon_repeat,
html .sprite_rates,
html .sprite_empty_rates,
html .rating_small .sprite_rates,
html .rating_small .sprite_empty_rates,
html .sprite_rates_1,
html .sprite_rates_2,
html .sprite_rates_3,
html .sprite_rates_4,
html .sprite_rates_big,
html .sprite_rates_big_empty,
html .sprite_rates_xxl,
html .sprite_rates_xxl_empty,
.sprite_bullet,
.sprite_check_primary,
.sprite_check_secondary,
.sprite_comparator,
.sprite_down_arrow_select,
.sprite_mail,
.sprite_pack_eco,
.sprite_plus,
.sprite_shops,
.sprite_icon_pickup,
.sprite_remove,
.sprite_toggle_price,
.sprite_cross_0,
.sprite_go_home,
.sprite_icon_print,
.sprite_icon_favorite,
.sprite_danger,
.sprite_danger_2,
#darty_product_list_left .filter_selected:after,
.bloc_list_filters .filter_selected:after,
#darty_product_list_left .darty_product_list_filter .content_filter .bullet .active,
.sprite_cross_check,
.sprite_hand,
.sprite_basket_add,
.sprite_product_page,
.sprite_print,
.sprite_exclu,
.sprite_flash,
.sprite_offer,
.sprite_soldes,
.sprite_star,
.page_product .sprite_exclu,
.page_product .sprite_flash,
.page_product .sprite_offer,
.page_product .sprite_soldes,
.page_product .sprite_star,
.icon_darty_group,
.darty_red_cross,
#sticky-footer-content .arrow,
#sticky-footer-content .selected .arrow,
.darty_social_picto.facebook,
.darty_social_picto.twitter,
.darty_social_picto.youtube,
.modele_dispo,
.continue_basket,
.coche_input,
.red_close_input,
.thumb_up,
.thumb_down {
  background: url(../catalog/version_desktop_old/styles/images/darty_sprite-s829abe3d98.png);
  display: inline-block;
}
.sprite_darty_logo {
  background-position: 0 -926px;
  height: 153px;
  width: 153px;
}
.sprite_bouygues {
  background-position: -140px -15px;
  height: 13px;
  width: 13px;
}
.sprite_orange {
  background-position: -166px -15px;
  height: 13px;
  width: 13px;
}
.sprite_darty_pro_logo {
  background-position: 0 -773px;
  height: 153px;
  width: 153px;
}
.sprite_add_to_basket {
  background-position: 0 -498px;
  height: 40px;
  width: 154px;
}
.sprite_pickin {
  background-position: 0 -538px;
  height: 40px;
  width: 154px;
}
.sprite_pack {
  background-position: -109px -200px;
  height: 26px;
  width: 102px;
}
.sprite_packs {
  background-position: 0 -370px;
  height: 33px;
  width: 194px;
}
.sprite_add_to_basket_big {
  background-position: 0 -673px;
  height: 50px;
  width: 193px;
}
.sprite_pickin_big {
  background-position: 0 -723px;
  height: 50px;
  width: 193px;
}
.sprite_social_mobile {
  background-position: -194px -335px;
  height: 35px;
  width: 35px;
}
.sprite_social_twitter {
  background-position: -194px -370px;
  height: 35px;
  width: 35px;
}
.sprite_social_youtube {
  background-position: -175px -265px;
  height: 35px;
  width: 35px;
}
.sprite_social_facebook {
  background-position: -175px -300px;
  height: 35px;
  width: 35px;
}
.sprite_social_pinterest {
  background: url(../catalog/version_desktop_old/styles/images/new_sprite.png);
  background-position: -286px -219px;
  height: 35px;
  width: 35px;
}
.sprite_social_instagram {
  background: url(../catalog/version_desktop_old/styles/images/new_sprite.png);
  background-position: -346px -219px;
  height: 35px;
  width: 35px;
}
.sprite_white_up_arrow {
  background-position: -3px -15px;
  height: 5px;
  width: 10px;
}
.sprite_white_down_arrow {
  background-position: -13px -15px;
  height: 5px;
  width: 10px;
}
.sprite_small_white_down_arrow {
  background-position: -23px -15px;
  height: 5px;
  width: 6px;
}
.sprite_big_white_link_arrow {
  background-position: -110px 0;
  height: 11px;
  width: 11px;
}
.sprite_white_link_arrow {
  background-position: -72px -15px;
  height: 7px;
  width: 7px;
  margin-left: 5px;
}
.sprite_red_link_arrow {
  background-position: -65px -15px;
  height: 7px;
  width: 7px;
  margin-left: 5px;
}
.sprite_black_link_arrow {
  background-position: -93px -15px;
  height: 7px;
  width: 7px;
  margin-left: 5px;
}
.sprite_down_black_arrow {
  background-position: -79px -15px;
  height: 7px;
  width: 7px;
}
.sprite_up_black_arrow {
  background-position: -86px -15px;
  height: 7px;
  width: 7px;
}
.sprite_arrow_down_0 {
  background-position: 0 -33px;
  height: 10px;
  width: 18px;
}
.sprite_arrow_up_0 {
  background-position: -121px 0;
  height: 10px;
  width: 18px;
}
.sprite_back {
  background-position: -51px -15px;
  height: 7px;
  width: 14px;
}
.sprite_prev {
  background-position: -62px 0;
  height: 10px;
  width: 10px;
}
.sprite_next {
  background-position: -52px 0;
  height: 10px;
  width: 10px;
}
.sprite_arrow_change {
  background-position: -13px 0;
  height: 10px;
  width: 12px;
}
.sprite_link_arrow_success {
  background-position: -25px 0;
  height: 10px;
  width: 11px;
}
.sprite_slider_next {
  background-position: -125px -81px;
  height: 23px;
  width: 13px;
}
.sprite_slider_previous {
  background-position: -147px -129px;
  height: 24px;
  width: 14px;
}
.sprite_slider_next_s {
  background-position: -221px -15px;
  height: 18px;
  width: 11px;
}
.sprite_slider_previous_s {
  background-position: -209px -15px;
  height: 18px;
  width: 12px;
}
.sprite_small_delivery {
  background-position: -78px -175px;
  height: 21px;
  width: 23px;
}
.sprite_small_cc {
  background-position: -48px -129px;
  height: 22px;
  width: 22px;
}
.sprite_user {
  background-position: -215px -108px;
  height: 21px;
  width: 17px;
}
.sprite_user_checked {
  background-position: -21px -129px;
  height: 22px;
  width: 27px;
}
.sprite_box {
  background-position: -70px -129px;
  height: 23px;
  width: 17px;
}
.sprite_basket {
  background-position: -193px -108px;
  height: 20px;
  width: 22px;
}
.sprite_coeur {
  background-position: -66px -81px;
  height: 19px;
  width: 21px;
}
.sprite_lock_close {
  background-position: -87px -129px;
  height: 24px;
  width: 17px;
}
.sprite_lock_open {
  background-position: -89px -200px;
  height: 28px;
  width: 20px;
}
.sprite_devis {
  background-position: -187px -228px;
  height: 37px;
  width: 37px;
  margin-top: -3px;
}
.sprite_devis_small {
  background-position: -168px -63px;
  height: 18px;
  width: 14px;
}
.sprite_icon_calendar {
  background-position: -190px -46px;
  height: 16px;
  width: 16px;
}
.sprite_squares {
  background-position: -36px 0;
  height: 10px;
  width: 16px;
}
.sprite_icon_search {
  background-position: -145px -175px;
  height: 25px;
  width: 25px;
}
.sprite_icon_check {
  background-position: -123px -175px;
  height: 21px;
  width: 22px;
}
.sprite_icon_truck {
  background-position: -182px 0;
  height: 15px;
  width: 26px;
}
.sprite_icon_repeat {
  background-position: -176px -108px;
  height: 19px;
  width: 17px;
}
html .sprite_rates {
  background-position: -24px -46px;
  height: 13px;
  width: 67px;
}
html .sprite_empty_rates {
  background-position: -91px -46px;
  height: 13px;
  width: 67px;
}
html .rating_small .sprite_rates {
  background-position: -46px -63px;
  height: 9px;
  width: 46px;
}
html .rating_small .sprite_empty_rates {
  background-position: 0 -63px;
  height: 9px;
  width: 46px;
  display: flex;
}
html .sprite_rates_1 {
  background-position: -31px -33px;
  height: 13px;
  width: 67px;
}
html .sprite_rates_2 {
  background-position: 0 -108px;
  height: 13px;
  width: 67px;
}
html .sprite_rates_3 {
  background-position: -165px -33px;
  height: 13px;
  width: 67px;
}
html .sprite_rates_4 {
  background-position: -98px -33px;
  height: 13px;
  width: 67px;
}
html .sprite_rates_big {
  background-position: -67px -108px;
  height: 17px;
  width: 91px;
}
html .sprite_rates_big_empty {
  background-position: 0 -405px;
  height: 17px;
  width: 91px;
}
html .sprite_rates_xxl {
  background-position: 0 -300px;
  height: 29px;
  width: 175px;
}
html .sprite_rates_xxl_empty {
  background-position: 0 -265px;
  height: 29px;
  width: 175px;
}
.sprite_bullet {
  background-position: -18px -33px;
  height: 12px;
  width: 13px;
}
.sprite_check_primary {
  background-position: -127px -15px;
  height: 13px;
  width: 13px;
}
.sprite_check_secondary {
  background-position: -153px -15px;
  height: 13px;
  width: 13px;
}
.sprite_comparator {
  background-position: -179px -15px;
  height: 14px;
  width: 18px;
}
.sprite_down_arrow_select {
  background-position: -100px -15px;
  height: 8px;
  width: 9px;
}
.sprite_mail {
  background-position: 0 0;
  height: 10px;
  width: 13px;
}
.sprite_pack_eco {
  background-position: -90px 0;
  height: 13px;
  width: 9px;
}
.sprite_plus {
  background-position: -99px 0;
  height: 11px;
  width: 11px;
}
.sprite_shops {
  background-position: -60px -200px;
  height: 27px;
  width: 29px;
}
.sprite_icon_pickup {
  background-position: -182px -63px;
  height: 17px;
  width: 30px;
}
.sprite_remove {
  background-position: -48px -81px;
  height: 18px;
  width: 18px;
}
.sprite_toggle_price {
  background-position: 0 -129px;
  height: 21px;
  width: 21px;
}
.sprite_cross_0 {
  background-position: -109px -15px;
  height: 9px;
  width: 9px;
}
.sprite_go_home {
  background-position: -118px -15px;
  height: 9px;
  width: 9px;
}
.sprite_icon_print {
  background-position: -104px -129px;
  height: 22px;
  width: 21px;
}
.sprite_icon_favorite {
  background-position: -161px -129px;
  height: 23px;
  width: 25px;
}
.sprite_danger {
  background-position: -139px 0;
  height: 12px;
  width: 11px;
}
.sprite_danger_2 {
  background-position: -60px -175px;
  height: 20px;
  width: 18px;
}
#darty_product_list_left .filter_selected:after,
.bloc_list_filters .filter_selected:after,
#darty_product_list_left .darty_product_list_filter .content_filter .bullet .active,
.sprite_cross_check {
  background-position: -167px 0;
  height: 14px;
  width: 15px;
}
.sprite_hand {
  background-position: -212px -63px;
  height: 18px;
  width: 18px;
}
.sprite_basket_add {
  background-position: -108px -63px;
  height: 17px;
  width: 24px;
}
.sprite_product_page {
  background-position: 0 -335px;
  height: 32px;
  width: 194px;
}
.sprite_print {
  background-position: -30px -228px;
  height: 25px;
  width: 100px;
}
.sprite_arrow_change {
  background-position: -13px 0;
  height: 10px;
  width: 12px;
}
.sprite_exclu {
  background-position: -16px -81px;
  height: 16px;
  width: 16px;
}
.sprite_flash {
  background-position: -32px -81px;
  height: 16px;
  width: 16px;
}
.sprite_offer {
  background-position: -92px -63px;
  height: 16px;
  width: 16px;
}
.sprite_soldes {
  background-position: 0 -81px;
  height: 16px;
  width: 16px;
}
.sprite_star {
  background-position: -174px -46px;
  height: 16px;
  width: 16px;
}
.page_product .sprite_exclu {
  background-position: -87px -81px;
  height: 19px;
  width: 19px;
}
.page_product .sprite_flash {
  background-position: -158px -46px;
  height: 16px;
  width: 16px;
}
.page_product .sprite_offer {
  background-position: -101px -175px;
  height: 21px;
  width: 22px;
}
.page_product .sprite_soldes {
  background-position: -206px -46px;
  height: 17px;
  width: 18px;
}
.page_product .sprite_star {
  background-position: -132px -63px;
  height: 17px;
  width: 19px;
}
.icon_darty_group {
  background-position: 0 -228px;
  height: 29px;
  width: 30px;
  float: left;
}
.darty_red_cross {
  background-position: -72px 0;
  height: 10px;
  width: 9px;
}
#sticky-footer-content .arrow {
  background-position: -40px -15px;
  height: 6px;
  width: 11px;
  float: left;
  margin-right: 5px;
  padding: 0 !important;
  float: right;
}
#sticky-footer-content .selected .arrow {
  background-position: -29px -15px;
  height: 6px;
  width: 11px;
}
.darty_social_picto.facebook {
  background-position: -40px -175px;
  height: 20px;
  width: 20px;
  float: left;
}
.darty_social_picto.twitter {
  background-position: 0 -175px;
  height: 20px;
  width: 20px;
  float: left;
}
.darty_social_picto.youtube {
  background-position: -20px -175px;
  height: 20px;
  width: 20px;
  float: left;
}
.modele_dispo {
  background-position: 0 -153px;
  height: 22px;
  width: 232px;
}
.continue_basket {
  background-position: -138px -81px;
  height: 27px;
  width: 89px;
}
.coche_input {
  background-position: -150px 0;
  height: 14px;
  width: 17px;
}
.red_close_input {
  background-position: -106px -81px;
  height: 19px;
  width: 19px;
}
.thumb_up {
  background-position: -186px -129px;
  height: 23px;
  width: 22px;
}
.thumb_down {
  background-position: -125px -129px;
  height: 23px;
  width: 22px;
}
html .mkp_rating .sprite_empty_rates,
html .mkp_rating .sprite_rates {
  background: url(../catalog/version_desktop_old/styles/images/darty_sprite/sprite_notation_mkp.png);
  display: inline-block;
}
html .mkp_rating .sprite_empty_rates {
  background-position: -91px 0;
  height: 13px;
  width: 67px;
  font-size: 12px;
  vertical-align: baseline;
}
html .mkp_rating .sprite_rates {
  background-position: -24px 0;
  height: 13px;
  width: 67px;
}

.product-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.product-price__inner {
  display: flex;
  justify-content: space-between;
}
.product-price__container {
  margin: 0 -15px;
  padding: 15px 15px 18px;
  border-bottom: 4px solid var(--border-color);
  border-top: 4px solid var(--border-color);
}
.product-price__container .product-price__mkp-infos {
  margin-bottom: 10px;
}
.product-price__container .financing-container {
  text-align: right;
}
.product-price__container .financing_list {
  background: var(--light-grey);
  padding: 8px;
  border-radius: 3px;
  display: inline-block;
}
.product-price__container .financing_list-inner {
  display: flex;
}
.product-price__container .financing_list-text {
  margin: 0;
  white-space: nowrap;
}
.product-price__container .financing_list .without_fees {
  color: var(--red);
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: var(--font-bold);
  font-size: 12px;
  margin: 0 0 0 2px;
}
.product-price__container .financing_list .without_fees::before {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: -5px;
  background-color: var(--message);
  border-radius: 3px;
  z-index: -1;
  transform: skewX(20deg);
  width: 60px;
}
.product-price__container .financing_list-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-grey);
  margin: 0;
}
.product-price__container .financing_list-item .financing_amount {
  font-family: var(--font-bold);
  font-size: 16px;
  padding-left: 5px;
}
.product-price__container .financing_list-item .financing_amount-regular {
  color: var(--grey);
}
.product-price__container .financing_list-item .financing_amount-discounted {
  color: var(--red);
}
.product-price__container .financing_list-pictoInfo {
  position: relative;
  top: 3px;
}
.product-price__container .financing_list-taeg {
  color: var(--mid-grey);
  font-size: 16px;
  margin-top: 8px;
  text-align: right;
}
.product-price__container .product__mkp-seller.redir-seller-button {
  margin-top: 0;
}
.product-price__pricing-container {
  flex: 5;
}
.product-price__pricing-container > .product-price__price.product-price__price--is-striped {
  color: var(--red);
  text-decoration: none;
  font-family: var(--font-bold);
}
.product-price__pricing-container > .product-price__price.price_ir {
  font-size: 28px;
}
.product-price__price {
  font-family: var(--font-bold);
  font-size: 27px;
  line-height: 1.3;
  color: var(--dark-grey);
  white-space: nowrap;
}
.product-price__price.red {
  color: var(--red);
  text-decoration: none;
  font-family: var(--font-bold);
}
.product-price__ecoprice {
  font-size: 10px;
  margin-top: 5px;
}
.product-price__ecoprice,
.product-price__price--is-striped {
  color: var(--mid-grey);
}
.product-price__ecoprice__link {
  color: inherit;
}
.product-price__price--is-striped {
  font-size: 12px;
  font-family: var(--font-regular);
  text-decoration: line-through;
  margin: 0 10px 0 0;
}
.product-price__striped-price-container {
  display: flex;
}
.product-price__striped-price-container + .product-price__price {
  color: var(--red);
}
.product-price__amount-saved,
.product-price .payment_offer {
  font-family: var(--font-bold);
  color: var(--grey);
  font-size: 12px;
  margin-top: 10px;
}
.product-price__amount-saved__price,
.product-price .payment_offer__price,
.product-price__amount-saved-credit,
.product-price .payment_offer-credit {
  color: var(--red);
  position: relative;
  margin-left: 2px;
  z-index: 1;
  display: inline-block;
}
.product-price__amount-saved__price::before,
.product-price .payment_offer__price::before,
.product-price__amount-saved-credit::before,
.product-price .payment_offer-credit::before {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: -5px;
  background-color: var(--message);
  border-radius: 3px;
  z-index: -1;
  transform: skewX(20deg);
}
.product-price .payment_offer {
  padding: 8px;
  display: flex;
  flex-direction: column;
  background: var(--light-grey);
  font-family: var(--font-regular);
}
.product-price .payment_offer-credit {
  align-self: end;
  font-family: var(--font-bold);
}
.product-price__state-and-shipping-country {
  margin-top: 8px;
}
.product .product-price__state-and-shipping-country.product-seller .seller {
  display: inline-block;
  margin-right: 20px;
}
.product-price__state-and-shipping-country + .product-price,
.product__mkp-seller-external + .product-price {
  margin-top: 17px;
}
.list-banner-product .flags__container {
  margin-bottom: 10px;
}
.list-banner-product .product-price__price {
  margin-bottom: 0;
  line-height: 1;
}
.list-banner-product .product-infos-content {
  margin-top: 10px;
}
.product-list-cont-parent .product_detail .main_top_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-list-cont-parent .product_detail .main_top_container .product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.product-list-cont-parent .product_detail .main_top_container .product-price__not-available {
  padding: 10px;
  background-color: var(--light-grey);
}
.product-list-cont-parent .product_detail .main_top_container .pre_order_date_flag {
  text-align: right;
}
.main_content .main_products_list .product-price sup {
  position: relative;
}
.buybox-container--is-slider .striped-price-with-tooltip .product_mentions-tooltip {
  right: -60px;
}
.buybox-container--is-slider .striped-price-with-tooltip .product_mentions-tooltip::after {
  right: 115px;
}
.buybox-container .striped-price-with-tooltip {
  display: inline;
  position: relative;
  margin-bottom: 30px;
}
.buybox-container .striped-price-with-tooltip .mentions-shorts {
  max-width: 130px;
  font-size: 10px;
  line-height: 13px;
  color: var(--mid-grey);
  font-weight: 500;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.buybox-container .striped-price-with-tooltip .mentions-shorts .text-legal-mention {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.buybox-container .striped-price-with-tooltip .mentions-shorts .text-legal-mention .image-legal-mention {
  margin: 0 5px;
}
.buybox-container .striped-price-with-tooltip .product_mentions-tooltip {
  display: none;
  position: absolute;
  box-shadow: 0 0 2px 0 rgba(69, 69, 69, 0.16), 0 3px 6px 0 rgba(69, 69, 69, 0.16);
  width: max-content;
  max-width: 200px;
  margin-top: 5px;
  background-color: var(--white);
  border-radius: 3px;
  padding: 16px;
  z-index: 10;
  font-size: 14px;
  color: var(--grey);
  top: 6px;
  left: -90px;
}
.buybox-container .striped-price-with-tooltip .product_mentions-tooltip.legal-mentions {
  top: 50px;
  right: 14%;
}
.buybox-container .striped-price-with-tooltip .product_mentions-tooltip::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: var(--white);
  position: absolute;
  right: 50%;
  bottom: 100%;
  margin: 0 auto -5px;
  box-shadow: -1px -1px 1px 0 rgba(69, 69, 69, 0.16);
}
.buybox-container .striped-price-with-tooltip:hover .product_mentions-tooltip {
  display: block;
}
.buybox-container .product-price__striped-price-container:hover ~ .legal-mentions {
  display: block;
}
.buybox-container .mentions-shorts:hover ~ .legal-mentions {
  display: block;
}
.buybox-list .buy-box .product-price__striped-price-container:hover ~ .legal-mentions {
  display: block;
}
.buybox-list .buy-box .mentions-shorts:hover ~ .legal-mentions {
  display: block;
}
.buybox-list .buy-box .striped-price-with-tooltip {
  display: inline;
  cursor: pointer;
}
.buybox-list .buy-box .striped-price-with-tooltip .mentions-shorts {
  top: 0;
  left: 0;
}
.buybox-list .buy-box .striped-price-with-tooltip .product_mentions-tooltip {
  display: none;
  top: -120px;
  right: -220px;
  left: auto;
}
.buybox-list .buy-box .striped-price-with-tooltip .product_mentions-tooltip.legal-mentions {
  top: -100px;
  right: -35%;
}
.buybox-list .buy-box .striped-price-with-tooltip .product_mentions-tooltip::after {
  transform: rotate(225deg);
  top: 83px;
  left: -4%;
}

.darty_ecopart {
  clear: both;
  padding: 10px;
  color: var(--dark-grey);
  font-size: 11px;
}
.darty_ecopart h2 {
  font-size: inherit;
}
.darty_ecopart a {
  text-decoration: underline;
  color: var(--dark-grey);
}
.btn-ecopart {
  font-size: 11px;
  text-decoration: underline;
  color: var(--dark-grey);
}
.btn-ecopart__mobile {
  font-size: 12px;
}
.modal-ecopart-desktop .main h2 {
  font-size: 21px;
}
.modal-ecopart-desktop .main ul,
.modal-ecopart-desktop .main p,
.modal-ecopart-desktop .main h2 {
  margin-bottom: 16px;
}
.modal-ecopart-desktop .main p,
.modal-ecopart-desktop .main a {
  color: var(--mid-grey);
  font-size: 13px;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.redir-seller-button {
  margin: 3px 0;
}
.redir-seller-button.text-left {
  text-align: left;
}
.redir-seller-button .mkp_sold_by {
  display: inline-block;
  max-width: 180px;
  height: 20px;
  padding: 0 5px;
  background-color: var(--blue);
  color: var(--white);
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}
.redir-seller-button .sprite_empty_rates {
  text-align: left;
}
.product__mkp-seller {
  max-width: 100%;
  box-sizing: border-box;
}
.product__mkp-seller-external {
  background: url(../catalog/version_common/styles/images/pictos/blue-tag.png) no-repeat;
  font-size: 12px;
  color: var(--marketplace);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.product__mkp-seller.product__mkp-seller-external {
  padding: 0 0 10px 25px;
}
.product__mkp-seller.product__mkp-seller--with-container {
  background-position: left 16px top 11px;
  padding: 10px 16px 10px 210px;
  border-bottom: 1px solid var(--light-grey);
  border-top: 1px solid var(--light-grey);
  background-color: var(--white);
  font-size: 14px;
}
.product__mkp-seller.product__mkp-seller-internal.product__mkp-seller--with-container {
  padding: 10px 16px;
}
.product__mkp-seller.redir-seller-button {
  font-family: var(--font-bold);
  border: none;
  margin-top: 10px;
  padding-bottom: 0;
  text-decoration: none;
}
.product__mkp-seller.redir-seller-button .seller-rating {
  background: url(../catalog/version_common/styles/images/pictos/blue-star.png) center left no-repeat;
  background-size: 13px;
  padding-left: 16px;
  font-size: 13px;
  font-family: var(--font-regular);
}
.product__mkp-seller .brand-seconde-vie__icon {
  display: block;
}
.product__mkp-seller .mkp-label {
  font-family: var(--font-regular);
}
.product-labels__container {
  display: inline-block;
  position: relative;
}
.product-labels__tooltip {
  display: none;
  position: absolute;
  box-shadow: 0 0 2px 0 rgba(69, 69, 69, 0.16), 0 3px 6px 0 rgba(69, 69, 69, 0.16);
  width: max-content;
  max-width: 200px;
  margin-top: 5px;
  background-color: var(--white);
  border-radius: 3px;
  padding: 16px;
  z-index: 10;
}
.product-labels__tooltip.bottom {
  top: 100%;
}
.product-labels__tooltip.bottom::after {
  bottom: 100%;
  margin: 0 auto -5px;
  box-shadow: -1px -1px 1px 0 rgba(69, 69, 69, 0.16);
}
.product-labels__tooltip.top {
  bottom: 100%;
  margin-bottom: 15px;
}
.product-labels__tooltip.top::after {
  top: 100%;
  margin: -5px auto 0;
  box-shadow: 1px 1px 1px 0 rgba(69, 69, 69, 0.16);
}
.product-labels__tooltip::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: var(--white);
  position: absolute;
  left: 20px;
}
.product-labels__tooltip--is-mobile {
  padding: 12px;
}
.product-labels--is-in-list-page {
  padding-left: 10px;
}
.product-labels:hover .product-labels__tooltip {
  display: block;
}
.product_list_top-sales-flag {
  margin-left: 10px;
  margin-bottom: 10px;
}
.product_top-sales-flag_vertical {
  margin-bottom: 10px;
}
.product_top-sales-flag_img {
  max-width: 100px !important;
}
.product_bloc_navigation_links.product_bloc_aside {
  margin-bottom: -16px;
}
.product_bloc_navigation_links.bloc-product-accessories {
  padding-bottom: 0;
}
.product_bloc_navigation_links .navigation_item {
  display: inline-block;
  margin: 0 16px 16px 0;
}
.product_bloc_navigation_links .navigation_link {
  display: block;
  background: var(--white);
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--font-bold);
  font-size: 13px;
  color: var(--dark-grey);
}
.product_bloc_navigation_links .navigation_link:hover,
.product_bloc_navigation_links .navigation_link:focus {
  text-decoration: underline;
}
.product_bloc_navigation_links .navigation_link_mobile {
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-1line {
  display: block;
  white-space: nowrap;
}
.ellipsis-2lines {
  -webkit-line-clamp: 2;
}
.ellipsis-3lines {
  -webkit-line-clamp: 3;
}
.cap-first-letter {
  text-transform: lowercase !important;
}
.cap-first-letter::first-letter {
  text-transform: uppercase !important;
}
.stabilo {
  font-family: var(--font-bold);
  color: var(--red);
  position: relative;
  margin-left: 2px;
  z-index: 1;
  display: inline-block;
}
.stabilo::before {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: -5px;
  background-color: var(--message);
  border-radius: 3px;
  z-index: -1;
  transform: skewX(20deg);
}
.js-modal-active {
  overflow-y: hidden;
}
.fading-toggle-content {
  overflow: hidden;
  max-height: 80px;
  padding-bottom: 20px;
}
.fading-toggle-content::after {
  content: "";
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}
.fading-toggle-content--is-toggled {
  max-height: 1000px;
}
.fading-toggle-content--is-toggled::after {
  content: none;
}
.fading-toggle-content--is-toggled + .fading-toggle-trigger::after {
  transform: rotate(180deg);
}
.d-flex {
  display: flex;
}
.d-flex-jcsb {
  justify-content: space-between;
}
.d-flex-aic {
  align-items: center;
}
.d-flex-jcc {
  justify-content: center;
}
.d-flex-jcfs {
  justify-content: flex-start;
}
.d-flex-fdc {
  flex-direction: column;
}
.text-primary {
  color: var(--red);
}
.tooltip_message {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 20%;
  transform: translateX(-70%);
  width: 288px;
  border-radius: 3px;
  padding: 16px 16px 0;
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 18px;
  font-family: var(--font-regular);
  background-color: var(--white);
  box-shadow: 0 0 2px 0 rgba(69, 69, 69, 0.16), 0 3px 6px 0 rgba(69, 69, 69, 0.16);
  box-sizing: border-box;
  z-index: 2;
}
.tooltip_message::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--white);
  position: relative;
  top: 5px;
  left: 72%;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 7px -1px rgba(69, 69, 69, 0.16);
}
.tooltip_message.pos_left {
  left: 0;
  transform: translateX(-10%) translateY(-15%);
}
.tooltip_message.pos_left::after {
  left: 15px;
}
.tooltip_title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.tooltip_title::before {
  content: "";
  display: inline-block;
  background: url(../catalog/version_common/styles/images/pictos/darty_eco.svg) no-repeat center;
  height: 26px;
  width: 26px;
  margin-right: 11px;
  flex: none;
}
.tooltip_row {
  margin: 0 0 14px;
}
.tooltip_row:last-of-type {
  margin: 0;
}
.tooltip_wrap {
  position: relative;
  display: inline;
  vertical-align: middle;
}
.tooltip_wrap:hover .tooltip_message {
  display: block;
}
.tooltip_icon {
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.popin_eco_intro {
  font-size: 14px;
  margin: 16px 0;
}
.popin_eco_extra {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 12px;
}
.popin_eco_extra::before {
  content: "";
  display: inline-block;
  background: url(../catalog/version_common/styles/images/pictos/darty_eco.svg) var(--white) no-repeat center;
  height: 21.6px;
  width: 24px;
  margin-right: 8px;
  flex: none;
  align-self: flex-start;
}
.popin_eco_extra_wrap {
  font-size: 12px;
}
.popin_eco_extra .popin_eco_extra_link {
  display: inline-block;
  text-decoration: underline;
  margin-top: 4px;
  font-size: 12px;
  color: inherit;
}
.product__mkp-seller-alt {
  border-bottom: 4px solid var(--light-grey);
  margin: 0 -15px;
  padding: 10px 15px;
}
.product__mkp-seller-alt .seller {
  font-size: 14px;
  margin: 0;
}
.product__mkp-seller-alt .seller:last-of-type {
  font-size: 12px;
}
.product__mkp-seller-alt .flag-seller {
  align-items: center;
  font-family: var(--font-regular);
  font-size: 12px;
  color: var(--dark-grey);
  margin: 8px 0;
  text-align: left;
}
.product__mkp-seller-alt .flag-seller .img-flag {
  margin-right: 5px;
  vertical-align: bottom;
}
.early-birds-title {
  margin-top: 20px;
}
.mea-offers__bloc {
  margin: 0 -15px;
  border-top: 4px solid var(--border-grey);
  padding: 15px;
}
.mea-offers__card {
  border-top: 1px solid var(--border-grey);
  border-right: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  border-left: 4px solid var(--marketplace);
  border-radius: 8px;
  position: relative;
  padding: 16px;
}
.mea-offers__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mea-offers__title {
  font-family: var(--font-bold);
  font-size: 14px;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  line-height: 14px;
  margin: 0 0 10px;
}
.mea-offers__icon {
  margin-right: 16px;
}
.mea-offers__text {
  font-size: 12px;
  color: var(--dark-grey);
  line-height: 12px;
}
.mea-offers__text--with-logo {
  display: flex;
  align-items: center;
}
.mea-offers__price {
  font-family: var(--font-bold);
  font-size: 16px;
  color: var(--dark-grey);
}
.mea-offers__state-label {
  font-size: 12px;
  font-family: var(--font-regular);
  color: var(--mid-grey);
  margin: 0;
}
.mea-offers__state {
  font-family: var(--font-bold);
}
.mea-offers__button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mea-offers__seller {
  font-family: var(--font-bold);
  color: var(--marketplace);
}
.mea-offers__link {
  font-size: 12px;
  color: var(--dark-grey);
  display: block;
  text-decoration: none;
  position: relative;
}
.mea-offers__link.btn-reset {
  margin-top: 16px;
  background: url(../catalog/version_common/styles/images/icons/arrow-right.svg) 100% 3px no-repeat;
  background-size: 7px;
}
.mea-offers__link--isMobile.btn-reset {
  margin-bottom: 16px;
}
.mea-offers__link-price {
  font-family: var(--font-bold);
}
.energy_flag {
  height: 40px;
}
.energy_flag .index {
  display: none;
}
.energy_flag .index.active {
  display: block;
}
.energy_flag .index_old_A {
  fill: #fff02a;
}
.energy_flag .index_old_A1 {
  fill: #bed630;
}
.energy_flag .index_old_A2 {
  fill: #55b64e;
}
.energy_flag .index_old_A3 {
  fill: #00a550;
}
.energy_flag .index_old_B {
  fill: #fcb731;
}
.energy_flag .index_old_C {
  fill: #f26f21;
}
.energy_flag .index_old_D {
  fill: #eb212e;
}
.energy_flag[data-callback-modal] {
  cursor: pointer;
}
.reparability_flag {
  height: 40px;
}
.reparability_flag .unit,
.reparability_flag .decimal {
  display: none;
}
.reparability_flag .unit.active,
.reparability_flag .decimal.active {
  display: block;
}
.reparability_flag.index_1 {
  color: #d91627;
}
.reparability_flag.index_2 {
  color: #fe741b;
}
.reparability_flag.index_3 {
  color: #ffc901;
}
.reparability_flag.index_4 {
  color: #9ecc00;
}
.reparability_flag.index_5 {
  color: #009443;
}
.recommendation-container {
  position: relative;
  aspect-ratio: 3.0639386189258313;
}
.recommendation-container.js-loading::before {
  content: "";
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  bottom: 0;
  background: var(--white) url(../catalog/version_common/styles/images/loader-ajax.gif) no-repeat 50%;
  background-size: 56px auto;
}
@media screen and (max-width: 767px) {
  .recommendation-container.js-loading::before {
    right: 20px;
  }
}

.flags {
  background-color: var(--red);
  border-radius: 4px;
  font-family: var(--font-regular);
  display: inline-block;
  padding: 0 4px;
  color: var(--white);
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
}
.flags.bg-red {
  background-color: var(--red);
}
.flags.bg-black {
  background-color: var(--black);
}
.flags.bg-white {
  background-color: var(--red);
}
.flags .price {
  font-size: inherit;
}
.flags .price-discount {
  padding: 0 0 0 4px;
  background: none;
  line-height: 1.5;
  margin-right: 0;
}
.flags .price-discount::before {
  content: "-";
}
.flags__container {
  margin-bottom: 10px;
}
.flags__container .flag-mundial .img-flag {
  width: auto;
}
.flags.pre_order {
  font-family: var(--font-bold);
  padding: 4px 8px;
  line-height: 1;
}

.promise-text {
  line-height: 24px;
  font-size: 14px;
  color: var(--dark-grey);
}
.promise-text.free {
  color: var(--green);
}
.promise-text.promise-unavailable {
  color: var(--red);
}
.promise-text.promise-label.icon-delivery::before {
  background-image: url(../catalog/version_common/design-system/icons/delivery_right.svg);
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 24px;
}
.promise-text.promise-label.icon-cc::before {
  background-image: url(../catalog/version_common/design-system/icons/services_store.svg);
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 21px;
}
.status_cc {
  font-size: 12px;
}
.status_cc .cc_date {
  display: inline-block;
  color: var(--green);
}
.status_cc .delivery_button_options,
.status_cc .cc_date {
  max-width: 225px;
}
.delivery-promises-group .status_cc .delivery_text {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}
.delivery-promises-group .status_cc .delivery_date {
  color: var(--green);
}
.delivery-promises-group .status_cc .delivery_unavailable {
  color: var(--red);
}
.delivery-promises-group .status_cc .promise-label.icon-delivery::before {
  background-image: url(../catalog/version_common/design-system/icons/delivery_right.svg);
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 24px;
}
.delivery-promises-group .status_cc .promise-label.icon-cc::before {
  background-image: url(../catalog/version_common/design-system/icons/services_store.svg);
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 21px;
}
.delivery-promises-product-page .promise-text {
  line-height: inherit;
}
.delivery-promises-product-page .promise-date {
  margin-bottom: 6px;
  color: var(--green);
}
.delivery-promises-product-page .promise-date,
.delivery-promises-product-page .promise-service-label {
  font-family: var(--font-bold);
  display: flex;
  align-items: center;
}
.delivery-promises-product-page .promise-service-label.service-mkp {
  margin-bottom: 6px;
}
.delivery-promises-product-page .promise-service-label + .promise-date {
  font-size: 12px;
}
.delivery-promises-product-page .wording-promise {
  color: var(--black);
  margin-right: 3px;
}
.delivery-promises-product-page .promise-price {
  font-size: 12px;
  color: var(--red);
}
.delivery-promises-product-page .second_delivery_promise {
  margin-top: 15px;
}
.delivery-promises-product-page .service-label-button {
  display: flex;
  vertical-align: middle;
  margin-left: 3px;
}
.delivery-promises-product-page .product-darty-max {
  display: flex;
}
.delivery-promises-product-page .product-darty-max .darty-max-logo {
  margin-left: 5px;
  width: 48px;
  height: 12px;
  margin-top: 3px;
}
.delivery-promises-product-page .status_cc .delivery_text {
  font-family: var(--font-bold);
}
.delivery_promises .delivery_button_options {
  margin: 20px 0 15px;
  color: var(--blue);
  text-decoration: underline;
  font-size: 12px;
}
.delivery_promises .delivery_button_options.display_product_delivery_calendar_trigger {
  margin-top: 8px;
}
.site .delivery_status {
  margin: 10px 0;
}
.site .delivery_status .delivery_text {
  margin: 0;
}
.site .owl-item .delivery_status,
.site .bloc-best-sales .delivery_status {
  display: none;
}
.site .delivery-promises-product-page {
  margin-bottom: 15px;
  margin-top: 15px;
}
.site .delivery-promises-product-page .promise-text {
  margin: 0;
  font-size: 12px;
}
.site .delivery-promises-product-page .service-label-button {
  margin-top: 2px;
}
.site .delivery-promises-product-page .product-darty-max {
  margin-bottom: 7px;
}
.site .delivery-promises-product-page .dartymax_star {
  margin: -4px 0 0 2px;
}
.site .delivery-promises-product-page .delivery_button_options {
  max-width: inherit;
  font-size: 12px;
  color: var(--dark-grey);
  border: none;
  background: none;
  padding: 0;
}
.site .bloc-delivery-mode .status_cc {
  font-family: var(--font-bold);
}
.site .product-card__delivery .promise-text,
.site .delivery-and-basket-container .promise-text {
  margin: 0;
}
.site .product-card__delivery .delivery_button_options,
.site .delivery-and-basket-container .delivery_button_options {
  max-width: 150px;
}
.site .delivery-promises-group .status_cc .promise-label.icon-cc::before {
  height: 24px;
}

.toast {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 16px;
  position: fixed;
  z-index: 10;
  padding: 14px 16px;
  background: var(--white);
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(53, 53, 53, 0.28), 0 3px 16px 2px rgba(53, 53, 53, 0.28);
  opacity: 0;
  transition: 250ms opacity ease-out, 250ms transform ease-out;
  pointer-events: none;
}
.toast.js-active {
  transform: translate3d(0, -130px, 0);
  opacity: 1;
  pointer-events: all;
}
.toast.toast--has-custom-position {
  transform: translate3d(0, 0, 0);
  position: absolute;
  z-index: 1000;
}
.toast:not(.toast--has-custom-position) {
  bottom: 0;
  left: 20px;
}
.toast__close {
  display: block;
  height: 12px;
  width: 12px;
  margin-left: auto;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMS41MDMuMjM2IDYgNC43MzIgMTAuNDk3LjIzNmEuODA2LjgwNiAwIDAgMSAxLjE0IDBsLjEyNy4xMjdhLjgwNi44MDYgMCAwIDEgMCAxLjE0TDcuMjY3IDZsNC40OTcgNC40OTdhLjgwNi44MDYgMCAwIDEgMCAxLjE0bC0uMTI3LjEyN2EuODA2LjgwNiAwIDAgMS0xLjE0IDBMNiA3LjI2N2wtNC40OTcgNC40OTdhLjgwNi44MDYgMCAwIDEtMS4xNCAwbC0uMTI3LS4xMjdhLjgwNi44MDYgMCAwIDEgMC0xLjE0TDQuNzMyIDYgLjIzNiAxLjUwM2EuODA2LjgwNiAwIDAgMSAwLTEuMTRMLjM2My4yMzZhLjgwNi44MDYgMCAwIDEgMS4xNCAwWiIgZmlsbD0iIzM1MzUzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+Cjwvc3ZnPgo=) no-repeat 50% 50% transparent;
  border: none;
  cursor: pointer;
}
.toast__close::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.toast__content {
  display: flex;
  align-items: center;
  max-width: 284px;
}
.toast__content::before {
  display: block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-size: 50%;
  border-radius: 20px;
  margin-right: 12px;
}
.toast__message {
  flex: 1;
}
.toast.success .toast__content::before {
  content: "";
  background-image: url(../catalog/version_common/styles/images/pictos/success_icon.svg);
  background-color: var(--green);
}
.toast.error .toast__content::before {
  content: "";
  background-image: url(../catalog/version_common/styles/images/pictos/picto_close_white.svg);
  background-color: var(--red);
}

.xsell-carousel .product-mini-card {
  grid-template-columns: 100%;
  grid-template-rows: 145px 73px 75px 18px 28px;
  background-color: var(--white);
}
.xsell-carousel .splide__list {
  height: unset;
  display: flex;
  align-items: stretch;
}
.xsell-carousel .splide__slide {
  display: flex;
  flex-direction: column;
}
.xsell-carousel .splide__slide.is-loading {
  padding-top: 192px;
}
.xsell-carousel .splide__slide.is-loading .splide__spinner {
  top: -100px;
}
.xsell-carousel .splide__track {
  padding: 4px;
}
.xsell-carousel .splide__track--shadow .splide__slide {
  box-shadow: 0 1px 6px 0 var(--overlay-light);
}
.xsell-carousel .splide__arrows {
  position: absolute;
  top: 50%;
  left: -20px;
  right: -20px;
  padding: 0 5px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.xsell-carousel .splide__arrow {
  background: var(--white);
  border: none;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, 150ms box-shadow ease-in-out;
  outline: none;
  border-radius: 50%;
  padding: 7px;
  height: 32px;
  width: 32px;
  box-shadow: 0 0 2px 0 var(--overlay-light), 0 3px 6px 0 var(--overlay-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.xsell-carousel .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.xsell-carousel .splide__arrow:hover {
  background-color: var(--light-grey);
  box-shadow: 0 0 0 0 var(--overlay-light), 0 3px 3px 0 var(--overlay-light);
}
.xsell-carousel .splide__arrow--prev {
  transform: scaleX(-1);
}
.xsell-carousel .splide__arrow--next {
  margin-left: auto;
}
.xsell-carousel .mkp_seller_wrap {
  margin: 8px 0 0;
}
.xsell-carousel .mkp_seller_wrap .flag-seller {
  margin-bottom: 5px;
}
.xsell-carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
.xsell-carousel__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.xsell-carousel__filter-btn {
  width: 24px;
  height: 24px;
  background: url(../catalog/version_common/design-system/icons/dots.svg) no-repeat center;
  color: var(--dark-grey);
}
.xsell-carousel__filter-dropdown {
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 11;
  min-width: 260px;
  background-color: var(--white);
  box-shadow: 0 0 2px 0 var(--black), 0 5px 8px 0 var(--overlay-light), 0 2px 4px 0 var(--overlay-light);
  border-radius: 4px;
  visibility: hidden;
  transform: translateY(-32px);
  opacity: 0;
  transition: all ease-in-out 200ms;
}
.xsell-carousel__filter-dropdown.is-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.xsell-carousel__filter-title {
  font-family: var(--font-bold);
  font-size: 14px;
  color: var(--dark-grey);
  padding: 16px;
}
.xsell-carousel__filter-list {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--low-grey);
}
.xsell-carousel__filter-item {
  font-size: 14px;
  color: var(--dark-grey);
  background-color: var(--white);
}
.xsell-carousel__filter-item:nth-child(odd) {
  background-color: var(--light-grey);
}
.xsell-carousel__filter-check {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 16px 16px 40px;
  background-color: var(--white);
}
.xsell-carousel__filter-check::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../catalog/version_common/design-system/icons/check.svg) no-repeat center;
  color: var(--dark-grey);
  position: absolute;
  display: block;
  left: 8px;
  visibility: hidden;
  transform: translateX(24px) scale(0);
  opacity: 0;
  transition: all ease-in-out 100ms;
}
.xsell-carousel__filter-check:hover {
  background-color: var(--light-grey);
}
.xsell-carousel__filter-check.is-active {
  background-color: var(--light-grey);
}
.xsell-carousel__filter-check.is-active::before {
  visibility: visible;
  transform: translateX(0) scale(100%);
  opacity: 1;
}
.xsell-carousel__filter-link {
  display: block;
  font-family: var(--font-regular);
  font-size: 14px;
  color: var(--dark-grey);
  padding: 16px;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list {
  display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__wrapper {
  margin: 20px 0;
}
.splide__list {
  height: unset;
}
.splide__slide {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: var(--white);
}
.splide__slide.is-loading {
  padding-top: 192px;
}
.splide__slide.is-loading .splide__spinner {
  top: -100px;
}
.splide__track {
  padding: 4px;
}
.splide__track--shadow .splide__slide {
  box-shadow: 0 1px 6px 0 rgba(69, 69, 69, 0.24);
}
.splide__pagination {
  display: flex;
  gap: 8px;
  padding: 8px 0;
}
.splide__pagination .splide__pagination__page {
  display: inline-block;
  border-radius: 8px;
  height: 8px;
  width: 8px;
  background-color: var(--grey);
  border: none;
  outline: none;
  padding: 0;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: var(--dark-grey);
}
.splide__arrows {
  position: absolute;
  top: 50%;
  left: -8px;
  right: -8px;
  padding: 0 5px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.splide__arrow {
  top: calc(50% + 24px);
  background-color: var(--white);
  border-radius: 50%;
  padding: 7px;
  height: 32px;
  width: 32px;
  border: none;
  outline: none;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  box-shadow: 0 0 2px 0 rgba(53, 53, 53, 0.16), 0 3px 6px 0 rgba(53, 53, 53, 0.16);
}
.splide__arrow--prev {
  transform: scaleX(-1);
}
.splide__arrow--next {
  margin-left: auto;
}
.splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.splide__arrow:hover {
  background-color: var(--low-grey);
  box-shadow: 0 0 0 0 rgba(53, 53, 53, 0.16), 0 3px 3px 0 rgba(53, 53, 53, 0.16);
}
.splide__arrow svg {
  fill: var(--blue);
  height: 100%;
  width: 100%;
  margin-left: 2px;
}
.splide .reparability_flag {
  height: 48px;
}

.product-mini-card {
  display: grid;
  grid-template-columns: 222px;
  grid-template-rows: 145px 73px auto 18px 15px;
  padding: 26px 16px 16px;
  text-align: left;
  text-decoration: inherit;
  border: 1px solid var(--low-grey);
  border-radius: 3px;
  position: relative;
}
.product-mini-card .img-flag {
  width: auto;
}
.product-mini-card__content {
  margin-top: 8px;
}
.product-mini-card__category {
  color: var(--mid-grey);
  font-size: 12px;
  line-height: 16px;
  font-family: var(--font-regular);
}
.product-mini-card__title {
  color: var(--dark-grey);
  display: block;
  font-size: 14px;
  font-family: var(--font-bold);
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 4px;
}
.product-mini-card__title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-mini-card__rating {
  color: var(--mid-grey);
  font-size: 12px;
  display: flex;
  flex-flow: row nowrap;
  vertical-align: middle;
  margin-top: 4px;
}
.product-mini-card__rating::before {
  content: "";
  background-image: url(../catalog/version_common/styles/images/pictos/star_single.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 12px;
  width: 12px;
  margin: auto 4px auto 0;
}
.product-mini-card__price.product-mini-card__price--is-striped .product-price__price {
  color: var(--red);
}
.product-mini-card__price.product-mini-card__price--is-striped .product-price__price--is-striped {
  color: var(--mid-grey);
  font-size: 10px;
}
.product-mini-card__visual {
  position: relative;
}
.product-mini-card__product-image {
  text-align: center;
}
.product-mini-card__picture {
  object-fit: contain;
}
.product-mini-card__flags {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-mini-card__energy-class {
  height: 24px;
  width: 44px;
}
.product-mini-card__energy-class .energy_flag {
  height: 24px;
}
.product-mini-card__reparability-class {
  height: 29px;
  width: auto;
}
.product-mini-card__reparability-class .reparability_flag {
  height: 29px;
  width: auto;
}
.product-mini-card__buybox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  height: fit-content;
}
.product-mini-card__unavailable {
  font-family: var(--font-bold);
  font-size: 12px;
  line-height: 15px;
}
.product-mini-card .mkp_seller_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}
.product-mini-card__cart-btn {
  position: relative;
  z-index: 1;
}
.product-mini-card .btn-add-basket--is-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-size: 24px;
  background-position: center;
}
.product-mini-card .btn-add-basket--is-added {
  pointer-events: none;
  background-color: var(--green);
  background-image: url(../catalog/version_common/styles/images/pictos/success_icon.svg);
  background-size: 21px;
}
.product-mini-card .top-flags {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
}
.product-mini-card .top-flags .flag_odr {
  font-size: 12px;
  border: 1px solid var(--low-grey);
  border-radius: 8px;
  padding: 3px 4px 3px 8px;
  font-family: var(--font-bold-alt);
  text-transform: uppercase;
  background-color: var(--white);
}
.product-mini-card .top-flags .flag_odr::before {
  content: "";
  display: inline-block;
  background-image: url(../catalog/version_common/styles/images/pictos/pictoEco.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  height: 13px;
  width: 13px;
  margin-right: 4px;
}
.product-mini-card .mini-cta {
  width: 48px;
  height: 48px;
  background-position: center;
}
.product-mini-card .mini-cta .text,
.product-mini-card .mini-cta .icon {
  display: none;
}
.product-mini-card .short-notice-with-tooltip {
  position: relative;
  z-index: 10;
}
.product-mini-card .short-notice-with-tooltip .tooltip:hover::before,
.product-mini-card .short-notice-with-tooltip .tooltip:active::before {
  left: 0;
  max-width: 230px;
}
.page_product .product-mini-card .short-notice-with-tooltip .tooltip:hover::before,
.page_product .product-mini-card .short-notice-with-tooltip .tooltip:active::before {
  max-width: 150px;
}
.product-mini-card .short-notice-with-tooltip .tooltip:hover::after,
.product-mini-card .short-notice-with-tooltip .tooltip:active::after {
  top: -6px;
}
.product-mini-card .short-notice-with-tooltip .short-notice {
  color: var(--mid-grey);
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}
.product-mini-card .short-notice-with-tooltip .short-notice .image-legal-mention {
  margin: 0 0 0 5px;
}

