.i-footer {
  margin-top: 0px;
}

#black-friday {
  --FONT-CLARINS: "ClarinsRegular", "Clarins";
  --FONT-GOTHAM-LIGHT: "Gotham_Light";
  --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
  --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  --RED: #b40024;
  --CHARCOAL: #333;
  --GOLD: #ae8d64;
  --STONE: #b0a9a5;
  --HOVER: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  --FOCUS-VISIBLE: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893d2;
  --HEADER-HEIGHT: 172px;
  --FAQ-COLOR: #fff;
  --FAQ-FILTER: unset;
  background-color: #000;
  background-image: url(../img/background-desktop.webp?$staticlink$);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.black-friday-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

#black-friday * {
  box-sizing: border-box;
}

.black-friday-section {
  width: 100%;
  padding: 40px;
  padding-top: 80px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 761px) {
  #black-friday {
    background-image: url(../img/background-mobile.webp?$staticlink$);
  }

  .black-friday-section {
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/*********** bloc - Header *****************/
.black-friday-header {
  padding: 24px 20px;
  padding-top: 54px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  text-align: center;
  position: relative;
  width: 100%;
}

.black-friday-header__title {
  margin: 0;
  display: block;
}

.black-friday-header__title picture,
.black-friday-header__title img {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
}

.black-friday-header .sr-only {
  position: absolute;
  width: 0px;
  height: 0px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.black-friday-reveal .black-friday-header__title {
  font-family: var(--FONT-GOTHAM-BOOK);
  font-weight: 400;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 761px) {
  .black-friday-header {
    padding-top: 74px;
  }

  .black-friday-header .black-friday-text {
    width: calc(100% - 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .black-friday-header__title {
    max-width: 100%;
  }

  .black-friday-reveal .black-friday-header__title {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 230px;
    width: 1200%;
  }

  .black-friday-reveal .black-friday-header__title > span:first-child {
    font-size: 24px;
    line-height: 30px;
  }

  .black-friday-reveal .black-friday-header__title > span:last-child {
    font-size: 35px;
    line-height: 40px;
  }
}

/*******************/
.black-friday-deco {
  position: absolute;
  z-index: -1;
}

#flower-top {
  margin-top: -70px;
  left: calc(50% + 440px);
  width: 1160px;
}

#flower-left {
  left: 0;
}

#flower-right {
  right: 0;
}

#xmas-ball-left {
  bottom: 0;
  left: 0;
}

#xmas-ball-right {
  right: 0;
  margin-top: -100px;
}

#xmas-ball-right-mobile {
  display: none;
}

@media screen and (max-width: 761px) {
  #flower-top {
    margin-top: 0;
    top: -172px;
    left: 0;
    width: auto;
  }

  #flower-left {
    right: 0;
    left: auto;
    margin-top: -120px;
  }

  #xmas-ball-right-mobile {
    display: block;
    left: 0;
    margin-top: -200px;
    width: 100%;
  }

  #xmas-ball-right-mobile img {
    width: 100%;
    height: auto;
    display: block;
  }

  #flower-right {
    right: 0;
    margin-top: 0;
    bottom: 30px;
  }

  #xmas-ball-left {
    bottom: 200px;
    left: 40px;
  }
}

/*****************/
.black-friday-title {
  margin: 0;
  font-weight: normal;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-size: 60px;
  line-height: 1em;
  color: #fff;
}

.black-friday-subtitle {
  margin: 0;
  font-weight: normal;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-size: 24px;
  line-height: 1.35em;
  color: #fff;
}

.black-friday-subtitle a {
  color: #fff !important;
  text-decoration: underline;
  outline: 0;
}

.black-friday-subtitle a:hover {
  text-decoration: none;
}

.black-friday-text {
  margin: 0;
  font-weight: normal;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-size: 24px;
  line-height: 1em;
  color: #fff;
}

@media screen and (max-width: 761px) {
  .black-friday-title {
    font-size: 30px;
    text-align: center;
  }

  .black-friday-subtitle {
    font-size: 16px;
    text-align: center;
  }

  .black-friday-text {
    font-size: 16px;
    text-align: center;
  }
}

/****CTA****/
.black-friday-section .black-friday-text {
  margin-top: 24px;
}

.black-friday-cta {
  background-color: #fff !important;
  display: flex;
  color: var(--CHARCOAL) !important;
  padding: 14px 16px;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 15px;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  cursor: pointer;
  text-align: center;
  border-radius: 5px !important;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  border: 1px solid var(--STONE);
  place-items: center;
  margin: 0;
}

.black-friday-cta:hover {
  box-shadow: var(--HOVER);
}

.black-friday-cta:active {
  border: 1px solid #63021a !important;
}

.black-friday-cta:focus-visible {
  box-shadow: var(--FOCUS-VISIBLE);
}

/***********************/
/* Black Friday Subscription */
/***********************/
.black-friday-subscription {
  display: flex;
  background-color: #424242;
  border-radius: 8px;
  color: #fff;
  padding: 56px;
  gap: 40px;
  max-width: 1262px;
  width: 100%;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}

.black-friday-subscription__content {
  max-width: 534px;
}

.black-friday-subscription__logo {
  max-width: 362px;
  flex: 1;
  margin: 0 auto;
}

.black-friday-subscription__title {
  margin: 0;
  margin-bottom: 24px;
  font-weight: normal;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-size: 35px;
  line-height: 1em;
  color: #fff;
}

.black-friday-subscription__text {
  margin: 0;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.black-friday-subscription__links {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}

@media screen and (max-width: 761px) {
  .black-friday-subscription {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 32px;
    padding: 40px 20px;
    gap: 32px;
  }

  .black-friday-subscription__logo {
    max-width: 262px;
    width: 100%;
    margin: 0 20px;
  }

  .black-friday-subscription__title {
    margin-bottom: 24px;
    font-size: 30px;
    text-align: center;
  }

  .black-friday-subscription__text {
    font-size: 14px;
    line-height: 1.45em;
    text-align: center;
  }

  .black-friday-subscription__links {
    justify-content: center;
    gap: 32px;
  }
}

/*********countdown*********/
.countdown-container {
  display: inline-flex;
  gap: 4px;
  margin-top: 64px;
}

.countdown-item {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: center;
  width: 226px;
  position: relative;
}

.countdown-item::after {
  content: "";
  display: block;
  width: 4px;
  height: 60px;
  background: linear-gradient(to bottom, #d3d3d3 0%, #555555 100%);
  top: 60px;
  right: -4px;
  position: absolute;
}

.countdown-item:last-child::after {
  content: "";
  display: none;
}

.countdown-item-value {
  font-weight: normal;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  font-size: 80px;
  height: 116px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.countdown-item-value-label {
  width: 100%;
  display: block;
  text-align: center;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  font-size: 40px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 761px) {
  .countdown-container {
    display: inline-flex;
    gap: 4px;
    margin-top: 32px;
  }

  .countdown-item {
    width: 85px;
  }

  .countdown-item::after {
    width: 2px;
    height: 22px;
    top: 10px;
    right: -4px;
  }

  .countdown-item-value {
    font-size: 30px;
    height: 44px;
    min-width: 20px;
  }

  .countdown-item-value-label {
    font-size: 15px;
  }
}

/*********** bloc - Categories *****************/
.black-friday-categories {
  width: 100%;
  max-width: 1264px;
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  position: relative;
  margin: 0 64px;
  margin-top: 64px;
}

.black-friday-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 8px;
  outline: 0;
  flex: 1;
}

.black-friday-category:focus-visible {
  box-shadow:
    0px 0px 0px 1px #fff,
    0px 0px 0px 3px #6893d2;
}

.black-friday-category__title {
  margin: 0;
  margin-top: 16px;
  font-weight: normal;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-size: 24px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}

.black-friday-category__link {
  margin: 0;
  font-weight: normal;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  font-size: 11px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}

.black-friday-category:hover .black-friday-category__link {
  text-decoration: none;
}

.black-friday-category__visual {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.black-friday-category__visual img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}

.black-friday-category:hover .black-friday-category__visual img {
  transform: scale(1.1);
}

@media screen and (max-width: 761px) {
  .black-friday-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .black-friday-category__title {
    font-size: 16px;
  }
}

/*********** bloc - App *****************/
.black-friday-app {
  text-align: center;
  font-family: var(--FONT-GOTHAM-BOOK);
  position: relative;
  z-index: 2;
  max-width: 1264px;
  width: 100%;
  background-color: #fbf6f3;
  display: flex;
  flex-direction: row-reverse;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 40px;
}

.black-friday-app__visual {
  height: auto;
  display: block;
  overflow: hidden;
  flex-basis: 50%;
}

.black-friday-app__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.black-friday-app__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex: 1;
}

.black-friday-app__title {
  margin: 0;
  font-weight: normal;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  font-size: 35px;
  line-height: 1em;
  color: var(--CHARCOAL);
}

.black-friday-app__text {
  margin: 0;
  font-weight: normal;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-size: 14px;
  line-height: 1.45em;
  color: var(--CHARCOAL);
}

.black-friday-app__links {
  margin-top: 14px;
  display: flex;
  gap: 16px;
}

.black-friday-app__links a img {
  width: 100%;
  height: auto;
  display: block;
}

.black-friday-app__qrcode {
  margin-top: 14px;
  width: 88px;
  height: auto;
  display: block;
}

@media screen and (max-width: 761px) {
  .black-friday-app {
    flex-direction: column;
  }

  .black-friday-app__title {
    font-size: 30px;
  }

  .black-friday-app__visual {
    flex-basis: 100%;
  }

  .black-friday-app__visual img {
    width: 100%;
    height: auto;
    display: block;
  }

  .black-friday-app__links {
    flex-direction: column;
    width: 179px;
  }

  .black-friday-app__qrcode {
    display: none;
  }
}

/*********** bloc - FAQ *****************/
.black-friday-faq {
  text-align: center;
  font-family: var(--FONT-GOTHAM-BOOK);
  position: relative;
  z-index: 2;
  max-width: 1002px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

.black-friday-faq__title {
  margin: 0 auto;
  max-width: 750px;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  z-index: 2;
  position: relative;
  color: #fff;
}

.black-friday-faq__title strong {
  font-family: var(--FONT-GOTHAM-MEDIUM);
  font-weight: normal;
}

.black-friday-faq__text {
  margin: 0;
  margin-top: 24px;
  color: #fff;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

/*----Elements---*/

.black-friday-faq__container {
  width: 100%;
  max-width: 1002px;
  margin: 0 auto;
  margin-top: 40px;
}

.black-friday-faq__item {
  text-align: left;
  border-bottom: 1px solid #d3ccc8;
}

.black-friday-faq__question {
  margin: 0;
  font-size: 14px;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  font-weight: normal;
  padding: 15px 0;
  line-height: 20px;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  color: #fff;
  outline: 0;
}

.black-friday-faq__question:focus-visible {
  box-shadow:
    0px 0px 0px 1px #fff,
    0px 0px 0px 3px #6893d2;
}

.black-friday-faq__question::after {
  content: " ";
  position: absolute;
  top: 16px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/down.svg);
  background-size: cover;
  display: flex;
  cursor: pointer;
  transition: transform ease-in-out 0.5s;
}

.black-friday-faq__question--active::after {
  transform: rotate(180deg);
}

.black-friday-faq__answer {
  height: 0;
  overflow: hidden;
  transition: height ease-in-out 0.2s;
}

.black-friday-faq__answer-content {
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  margin: 0;
  padding: 10px;
  color: #fff;
}

.black-friday-faq__answer-content a {
  color: #fff;
  text-decoration: underline;
  font-family: var(--FONT-GOTHAM-MEDIUM);
}

.black-friday-faq__answer-content p {
  margin: 0;
}

.black-friday-faq .dp-link {
  margin-top: 50px;
}

.black-friday-faq__mentions {
  font-size: 11px;
  opacity: 0.5;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
  .black-friday-faq {
    margin: 0px;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 80px;
    margin-top: 32px;
  }

  .black-friday-faq__container {
    margin-top: 24px;
  }
}
