:root {
  --tw-red: #c11515;
  --tw-red-dark: #a90f12;
  --tw-ink: #373834;
  --tw-muted: #686868;
  --tw-soft: #f1f1f0;
  --tw-shadow: 0 5px 16px rgba(48, 48, 48, .12);
}

.page-index,
.page-index #wrapper,
.page-index .page-content--home {
  overflow-x: clip;
}

.page-index .page-content--home {
  margin: 0;
  padding: 0;
}

.page-index .page-content--home > .cdw-cp-section {
  margin: 0;
}

.tw-home-shell {
  width: min(1660px, calc(100% - 64px));
  max-width: 1660px;
  margin-inline: auto;
}

.tw-home-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.tw-home-button::before {
  content: "";
  order: 1;
  width: 10px;
  height: 1px;
  flex: 0 0 10px;
  margin-left: 24px;
  background: currentColor;
}

.tw-home-button::after {
  content: ">";
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  color: currentColor;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.tw-home-button--red {
  background: var(--tw-red);
  color: #fff;
}

.tw-home-button--red:hover,
.tw-home-button--red:focus {
  background: var(--tw-red-dark);
  color: #fff;
  transform: translateY(-1px);
}

.tw-home-reassurance {
  width: 100%;
  background: var(--tw-ink);
  color: #fff;
}

.tw-home-reassurance__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1320px, calc(100% - 48px));
  min-height: 44px;
  margin: auto;
  align-items: center;
}

.tw-home-reassurance__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 18px;
  font-size: 14px;
  text-align: center;
}

.tw-home-reassurance__item svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

.tw-home-category-area {
  padding: 17px 0 78px;
  background: #efefee;
}

.tw-home-category-widget {
  overflow: visible;
}

.tw-home-category-slider {
  position: relative;
  padding-bottom: 54px;
}

.tw-home-category-slider:not(.slick-initialized) {
  display: flex;
  gap: 22px;
  overflow: hidden;
}

.tw-home-category-slider:not(.slick-initialized) > .tw-home-category-slide {
  flex: 0 0 calc((100% - 110px) / 6);
}

.tw-home-category-slide {
  min-width: 0;
}

.tw-home-category-card {
  display: block;
  color: var(--tw-ink);
  text-decoration: none;
}

.tw-home-category-card__title {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 11px;
  padding-bottom: 5px;
  overflow: hidden;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tw-home-category-card__title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--tw-red);
  content: "";
}

.tw-home-category-card__media {
  display: block;
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
  border-radius: 24px;
  background: #ddd;
}

.tw-home-category-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.tw-home-category-card:hover,
.tw-home-category-card:focus {
  color: var(--tw-red);
}

.tw-home-category-card:hover img,
.tw-home-category-card:focus img {
  transform: scale(1.035);
}

.tw-home-category-slider .cdw-slick-controls,
.tw-home-products-area .cdw-cp-product-slider .cdw-slick-controls {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 5;
  display: block;
  width: 75px;
  height: 47px;
  margin: 0;
}

.tw-home-category-slider .cdw-slick-progress,
.tw-home-products-area .cdw-cp-product-slider .cdw-slick-progress {
  display: none;
}

.tw-home-category-slider .cdw-slick-nav,
.tw-home-products-area .cdw-cp-product-slider .cdw-slick-nav {
  display: flex;
  width: 75px;
  height: 47px;
  align-items: center;
  justify-content: flex-end;
  padding: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--tw-red);
  box-shadow: none;
}

.tw-home-category-slider .slick-arrow,
.tw-home-products-area .cdw-cp-product-slider .slick-arrow {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: inline-flex;
  width: 28px;
  height: 39px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 0;
  transform: none;
  box-shadow: none;
}

.tw-home-category-slider .slick-next,
.tw-home-products-area .cdw-cp-product-slider .slick-next {
  width: 39px;
  height: 39px;
  flex-basis: 39px;
  background: #fff;
  color: var(--tw-red);
}

.tw-home-category-slider .slick-arrow svg,
.tw-home-products-area .cdw-cp-product-slider .slick-arrow svg {
  display: block;
  width: 14px;
  height: 14px;
}

.tw-home-category-slider .slick-arrow svg path,
.tw-home-products-area .cdw-cp-product-slider .slick-arrow svg path {
  stroke: currentColor;
}

.tw-home-category-slider .slick-arrow::before,
.tw-home-products-area .cdw-cp-product-slider .slick-arrow::before {
  display: none !important;
  content: none !important;
}

.tw-home-category-slider.cdw-cp-slick-no-navigation .slick-arrow,
.tw-home-products-area .cdw-cp-slick-no-navigation .slick-arrow {
  display: none !important;
}

.tw-home-category-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
}

.tw-home-category-slider .slick-dots[hidden] {
  display: none !important;
}

.tw-home-category-slider .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
}

.tw-home-category-slider .slick-dots button {
  appearance: none;
  display: block;
  width: 12px;
  height: 12px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 2px solid var(--tw-red);
  border-radius: 50%;
  outline-offset: 3px;
  background: #fff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  cursor: pointer;
}

.tw-home-category-slider .slick-dots button::before,
.tw-home-category-slider .slick-dots button::after {
  display: none !important;
  content: none !important;
}

.tw-home-category-slider .slick-dots .slick-active button {
  background: var(--tw-red);
}

.tw-home-products-area {
  padding: 58px 0 118px;
  background: #fff;
}

.tw-home-products-intro {
  display: grid;
  grid-template-columns: minmax(310px, .68fr) minmax(520px, 1.42fr);
  gap: 62px;
  align-items: center;
  margin-bottom: 48px;
}

.tw-home-products-intro__copy {
  max-width: 500px;
}

.tw-home-products-intro h2,
.tw-home-best h2,
.tw-home-brands h2,
.tw-home-notices h2 {
  margin: 0;
  color: var(--tw-ink);
  font-size: clamp(30px, 2.4vw, 43px);
  font-weight: 700;
  line-height: 1.1;
}

.tw-home-products-intro__lead {
  margin: 33px 0 17px;
  color: var(--tw-ink);
  font-size: 17px;
  font-weight: 700;
}

.tw-home-products-intro__text,
.tw-home-brands__copy p,
.tw-home-notices__copy p {
  color: var(--tw-ink);
  font-size: 15px;
  line-height: 1.55;
}

.tw-home-products-intro__button {
  margin-top: 26px;
}

.tw-home-products-intro__media {
  display: block;
  height: clamp(260px, 24vw, 395px);
  overflow: hidden;
  border-radius: 28px;
}

.tw-home-products-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-home-products-area .cdw-cp-widget-liste-produits {
  width: min(1660px, calc(100% - 64px)) !important;
  max-width: 1660px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.tw-home-products-area .cdw-cp-product-list-wrap {
  width: 100%;
}

.tw-home-products-area .cdw-cp-product-slider {
  position: relative;
  padding: 0 0 58px;
}

.tw-home-products-area .cdw-cp-product-list-item {
  height: 100%;
}

.tw-home-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--tw-shadow);
}

.tw-home-product-card__media {
  position: relative;
  display: flex;
  height: 232px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: #fff;
  text-decoration: none;
}

.tw-home-product-card__media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.tw-home-product-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 78px;
  padding: 8px 13px;
  border-radius: 0 20px 0 17px;
  background: var(--tw-red);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

.tw-home-product-card__body {
  position: relative;
  display: flex;
  min-height: 156px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 12px 18px 17px;
}

.tw-home-product-card__reference {
  min-height: 17px;
  margin-bottom: 3px;
  color: var(--tw-red);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}

.tw-home-product-card__title {
  margin: 0 0 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.tw-home-product-card__title a {
  color: var(--tw-ink);
  text-decoration: none;
}

.tw-home-product-card__title a:hover,
.tw-home-product-card__title a:focus {
  color: var(--tw-red);
}

.tw-home-product-card__description {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tw-home-product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.tw-home-product-card__footer form {
  margin: 0;
}

.tw-home-product-card__price {
  color: var(--tw-ink);
  font-size: 14px;
  font-weight: 600;
}

.tw-home-product-card__cart {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--tw-red);
  color: #fff;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.tw-home-product-card__cart svg {
  display: block;
  width: 17.512px;
  height: 20.387px;
}

.tw-home-product-card__cart:hover,
.tw-home-product-card__cart:focus {
  background: #737373;
  transform: scale(1.06);
}

.tw-home-product-card__no-image {
  color: #999;
  font-size: 13px;
}

.tw-home-best-area {
  padding: 0 0 96px;
  background: #fff;
}

.tw-home-best-widget {
  width: min(1660px, calc(100% - 64px)) !important;
  max-width: 1660px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.tw-home-best {
  position: relative;
  min-height: 620px;
  padding: 38px 84px 0;
}

.tw-home-best::before {
  content: "";
  position: absolute;
  inset: 0 0 116px;
  border-radius: 26px;
  background: var(--tw-ink);
}

.tw-home-best__heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}

.tw-home-best h2 {
  color: #fff;
}

.tw-home-best__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(520px, .9fr);
  gap: 68px;
  align-items: stretch;
}

.tw-home-best__featured {
  position: relative;
  display: block;
  min-height: 550px;
  overflow: hidden;
  border-radius: 22px;
  background: #555;
  color: #fff;
  text-decoration: none;
}

.tw-home-best__featured img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.tw-home-best__featured:hover img,
.tw-home-best__featured:focus img {
  transform: scale(1.025);
}

.tw-home-best__featured-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 26px 23px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: clamp(24px, 2.3vw, 38px);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
}

.tw-home-best__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.tw-home-best__product,
.tw-home-best__product .tw-home-product-card {
  min-width: 0;
  height: 100%;
}

.tw-home-best .tw-home-product-card {
  min-height: 260px;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

.tw-home-best .tw-home-product-card__media {
  height: 145px;
  padding: 10px;
}

.tw-home-best .tw-home-product-card__body {
  min-height: 120px;
  padding: 9px 14px 13px;
}

.tw-home-best .tw-home-product-card__title {
  font-size: 12px;
}

.tw-home-best .tw-home-product-card__description {
  font-size: 10px;
}

.tw-home-best .tw-home-product-card__price {
  font-size: 12px;
}

.tw-home-brands-area {
  padding: 78px 0 82px;
  background: #fff;
}

.tw-home-brands {
  display: grid;
  grid-template-columns: minmax(310px, .64fr) minmax(560px, 1.36fr);
  width: min(1500px, calc(100% - 64px));
  max-width: 1500px;
  gap: 70px;
  align-items: center;
}

.tw-home-brands h2,
.tw-home-notices h2 {
  color: var(--tw-red);
}

.tw-home-brands__copy {
  max-width: 470px;
}

.tw-home-brands__copy p:first-of-type {
  margin-top: 24px;
}

.tw-home-brands__media {
  height: 350px;
  overflow: hidden;
  border-radius: 24px;
}

.tw-home-brands__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-home-brand-logos {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
  margin-top: 30px;
}

.tw-home-brand-logos img {
  display: block;
  max-width: 100%;
  max-height: 62px;
  margin: auto;
  object-fit: contain;
}

.tw-home-notices-area {
  padding: 70px 0 108px;
  background: #fff;
}

.tw-home-notices {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  width: min(1320px, calc(100% - 64px));
  min-height: 500px;
  margin: auto;
  align-items: center;
  padding: 62px 72px 62px 58px;
}

.tw-home-notices::before,
.tw-home-notices::after {
  content: "";
  position: absolute;
  border-radius: 18px;
  pointer-events: none;
}

.tw-home-notices::before {
  top: 0;
  bottom: 85px;
  left: 0;
  width: 190px;
  background: #676767;
}

.tw-home-notices::after {
  top: 34px;
  right: 0;
  bottom: 34px;
  left: 72px;
  background: #eeeeed;
}

.tw-home-notices__media,
.tw-home-notices__copy {
  position: relative;
  z-index: 2;
}

.tw-home-notices__media {
  height: 415px;
  overflow: hidden;
  border-radius: 17px;
}

.tw-home-notices__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-home-notices__copy {
  padding-left: 56px;
}

.tw-home-notices__copy p:first-of-type {
  margin-top: 30px;
}

.tw-home-notices__copy .tw-home-button {
  margin-top: 24px;
}

.tw-home-seo-area {
  padding: 18px 0 82px;
  background: #fff;
}

.tw-home-seo {
  width: min(1280px, calc(100% - 64px));
  margin: auto;
  color: var(--tw-muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.tw-home-seo h2,
.tw-home-seo h3 {
  color: var(--tw-ink);
  font-size: 18px;
  font-weight: 700;
}

.tw-home-seo h2 {
  margin: 0 0 18px;
}

.tw-home-seo h3 {
  margin: 22px 0 10px;
}

.tw-home-seo p {
  margin: 0 0 11px;
}

@media (max-width: 1280px) {
  .tw-home-category-slider:not(.slick-initialized) > .tw-home-category-slide {
    flex-basis: calc((100% - 88px) / 5);
  }

  .tw-home-best__layout {
    grid-template-columns: minmax(0, 1fr) minmax(460px, .9fr);
    gap: 36px;
  }
}

@media (max-width: 1024px) {
  .tw-home-shell,
  .tw-home-best-widget {
    width: min(100% - 40px, 940px);
  }

  .tw-home-products-area .cdw-cp-widget-liste-produits,
  .tw-home-best-widget {
    width: min(100% - 40px, 940px) !important;
  }

  .tw-home-products-intro {
    grid-template-columns: 1fr 1.35fr;
    gap: 34px;
  }

  .tw-home-best {
    padding: 34px;
  }

  .tw-home-best::before {
    inset: 0;
  }

  .tw-home-best__layout {
    grid-template-columns: 1fr;
  }

  .tw-home-best__featured {
    min-height: 500px;
  }

  .tw-home-brands {
    grid-template-columns: 1fr 1.2fr;
    gap: 36px;
  }

  .tw-home-brand-logos {
    gap: 25px;
  }

  .tw-home-notices {
    width: min(100% - 40px, 900px);
    padding-right: 42px;
    grid-template-columns: 1.05fr .95fr;
  }

  .tw-home-notices__copy {
    padding-left: 34px;
  }
}

@media (max-width: 767px) {
  .tw-home-shell,
  .tw-home-best-widget,
  .tw-home-seo {
    width: calc(100% - 28px);
  }

  .tw-home-products-area .cdw-cp-widget-liste-produits,
  .tw-home-best-widget {
    width: calc(100% - 28px) !important;
  }

  .tw-home-reassurance__inner {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 6px 12px;
  }

  .tw-home-reassurance__item {
    padding: 5px 8px;
    font-size: 12px;
  }

  .tw-home-category-area {
    padding-bottom: 48px;
  }

  .tw-home-category-card__title {
    font-size: 16px;
  }

  .tw-home-products-area {
    padding: 42px 0 64px;
  }

  .tw-home-products-intro {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: stretch;
    margin-bottom: 36px;
  }

  .tw-home-products-intro__copy {
    max-width: none;
  }

  .tw-home-products-intro__media {
    height: 250px;
  }

  .tw-home-products-area .cdw-cp-product-slider {
    padding-bottom: 54px;
  }

  .tw-home-product-card {
    min-height: 370px;
  }

  .tw-home-product-card__media {
    height: 220px;
  }

  .tw-home-best-area {
    padding-bottom: 62px;
  }

  .tw-home-best {
    min-height: 0;
    padding: 26px 18px;
    border-radius: 20px;
  }

  .tw-home-best__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .tw-home-best__featured {
    min-height: 390px;
  }

  .tw-home-best__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tw-home-best .tw-home-product-card__media {
    height: 125px;
  }

  .tw-home-best .tw-home-product-card__body {
    padding: 8px 10px 11px;
  }

  .tw-home-best .tw-home-product-card__description {
    display: none;
  }

  .tw-home-brands-area {
    padding: 56px 0;
  }

  .tw-home-brands {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .tw-home-brands__copy {
    max-width: none;
  }

  .tw-home-brands__media {
    height: 250px;
  }

  .tw-home-brand-logos {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 5px;
  }

  .tw-home-brand-logos img:last-child {
    grid-column: 1 / -1;
  }

  .tw-home-notices-area {
    padding: 35px 0 70px;
  }

  .tw-home-notices {
    display: flex;
    width: calc(100% - 28px);
    min-height: 0;
    flex-direction: column;
    padding: 34px 22px 40px;
  }

  .tw-home-notices::before {
    right: 68px;
    bottom: auto;
    width: auto;
    height: 120px;
  }

  .tw-home-notices::after {
    top: 26px;
    right: 0;
    bottom: 0;
    left: 24px;
  }

  .tw-home-notices__media {
    width: 100%;
    height: 265px;
  }

  .tw-home-notices__copy {
    padding: 35px 8px 0;
  }

  .tw-home-seo-area {
    padding-bottom: 55px;
  }
}

@media (max-width: 420px) {
  .tw-home-best__products {
    grid-template-columns: 1fr;
  }

  .tw-home-best__featured {
    min-height: 330px;
  }
}
