@charset "UTF-8";
/*
  Main SCSS file, new website version
  Please only add items here that are common to the entire website, otherwise create a new SCSS file using components in custom-areas
*/
@font-face {
  font-family: "Bitcount Mono Single";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bitcount-mono-single-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Bitcount Mono Single";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/bitcount-mono-single-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/neue-haas-display-light.woff2") format("woff2");
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/neue-haas-display-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/neue-haas-display-bold.woff2") format("woff2");
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.col {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1px) {
  .row-xs {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .col-xs {
    width: calc((100% / 12) * 12);
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    width: calc((100% / 12) * 1);
  }
  .col-xs-2 {
    width: calc((100% / 12) * 2);
  }
  .col-xs-3 {
    width: calc((100% / 12) * 3);
  }
  .col-xs-4 {
    width: calc((100% / 12) * 4);
  }
  .col-xs-5 {
    width: calc((100% / 12) * 5);
  }
  .col-xs-6 {
    width: calc((100% / 12) * 6);
  }
  .col-xs-7 {
    width: calc((100% / 12) * 7);
  }
  .col-xs-8 {
    width: calc((100% / 12) * 8);
  }
  .col-xs-9 {
    width: calc((100% / 12) * 9);
  }
  .col-xs-10 {
    width: calc((100% / 12) * 10);
  }
  .col-xs-11 {
    width: calc((100% / 12) * 11);
  }
  .col-xs-12 {
    width: calc((100% / 12) * 12);
  }
}
@media (min-width: 576px) {
  .row-sm {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .col-sm {
    width: calc((100% / 12) * 12);
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    width: calc((100% / 12) * 1);
  }
  .col-sm-2 {
    width: calc((100% / 12) * 2);
  }
  .col-sm-3 {
    width: calc((100% / 12) * 3);
  }
  .col-sm-4 {
    width: calc((100% / 12) * 4);
  }
  .col-sm-5 {
    width: calc((100% / 12) * 5);
  }
  .col-sm-6 {
    width: calc((100% / 12) * 6);
  }
  .col-sm-7 {
    width: calc((100% / 12) * 7);
  }
  .col-sm-8 {
    width: calc((100% / 12) * 8);
  }
  .col-sm-9 {
    width: calc((100% / 12) * 9);
  }
  .col-sm-10 {
    width: calc((100% / 12) * 10);
  }
  .col-sm-11 {
    width: calc((100% / 12) * 11);
  }
  .col-sm-12 {
    width: calc((100% / 12) * 12);
  }
}
@media (min-width: 1200px) {
  .row-md {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .col-md {
    width: calc((100% / 12) * 12);
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    width: calc((100% / 12) * 1);
  }
  .col-md-2 {
    width: calc((100% / 12) * 2);
  }
  .col-md-3 {
    width: calc((100% / 12) * 3);
  }
  .col-md-4 {
    width: calc((100% / 12) * 4);
  }
  .col-md-5 {
    width: calc((100% / 12) * 5);
  }
  .col-md-6 {
    width: calc((100% / 12) * 6);
  }
  .col-md-7 {
    width: calc((100% / 12) * 7);
  }
  .col-md-8 {
    width: calc((100% / 12) * 8);
  }
  .col-md-9 {
    width: calc((100% / 12) * 9);
  }
  .col-md-10 {
    width: calc((100% / 12) * 10);
  }
  .col-md-11 {
    width: calc((100% / 12) * 11);
  }
  .col-md-12 {
    width: calc((100% / 12) * 12);
  }
}
@media (min-width: 1200px) {
  .row-lg {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .col-lg {
    width: calc((100% / 12) * 12);
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    width: calc((100% / 12) * 1);
  }
  .col-lg-2 {
    width: calc((100% / 12) * 2);
  }
  .col-lg-3 {
    width: calc((100% / 12) * 3);
  }
  .col-lg-4 {
    width: calc((100% / 12) * 4);
  }
  .col-lg-5 {
    width: calc((100% / 12) * 5);
  }
  .col-lg-6 {
    width: calc((100% / 12) * 6);
  }
  .col-lg-7 {
    width: calc((100% / 12) * 7);
  }
  .col-lg-8 {
    width: calc((100% / 12) * 8);
  }
  .col-lg-9 {
    width: calc((100% / 12) * 9);
  }
  .col-lg-10 {
    width: calc((100% / 12) * 10);
  }
  .col-lg-11 {
    width: calc((100% / 12) * 11);
  }
  .col-lg-12 {
    width: calc((100% / 12) * 12);
  }
}
@media (min-width: 1200px) {
  .row-xl {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .col-xl {
    width: calc((100% / 12) * 12);
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    width: calc((100% / 12) * 1);
  }
  .col-xl-2 {
    width: calc((100% / 12) * 2);
  }
  .col-xl-3 {
    width: calc((100% / 12) * 3);
  }
  .col-xl-4 {
    width: calc((100% / 12) * 4);
  }
  .col-xl-5 {
    width: calc((100% / 12) * 5);
  }
  .col-xl-6 {
    width: calc((100% / 12) * 6);
  }
  .col-xl-7 {
    width: calc((100% / 12) * 7);
  }
  .col-xl-8 {
    width: calc((100% / 12) * 8);
  }
  .col-xl-9 {
    width: calc((100% / 12) * 9);
  }
  .col-xl-10 {
    width: calc((100% / 12) * 10);
  }
  .col-xl-11 {
    width: calc((100% / 12) * 11);
  }
  .col-xl-12 {
    width: calc((100% / 12) * 12);
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, cite, code,
em, img, s,
strong, sub, sup,
ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:active, input:focus {
  outline: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

html {
  font-size: 17px;
}

body {
  min-width: 360px;
  font: 17px "Neue Haas Grotesk Display Pro", sans-serif;
  background-color: #F4F4F4;
}
body.home {
  background: linear-gradient(to bottom, #FFF 0%, #ECECEC 100%);
  background-size: 100% 100%;
}
body.fixed-white-background {
  background-color: #FFF;
}
@media (min-width: 1200px) {
  body.fixed-white-background .header, body.fixed-white-background .header nav.main-menu {
    background-color: #FFF;
  }
}

main {
  padding-top: 70px;
}
@media (min-width: 1200px) {
  main {
    padding-top: 160px;
  }
}

strong {
  font-weight: 700;
}

.d-flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

@media (max-width: 1200px) {
  .desktop--only {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .mobile--only {
    display: none !important;
  }
}

.body--locked {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 50px;
  }
}

.container--margins {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hidden {
  display: none !important;
}

.lock-events {
  pointer-events: none;
}

a, a:visited {
  color: #72BE44;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: none;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration-line: none;
}

.product-attribute-picker-error {
  color: #EC1C24;
  font-size: 14px;
}

.g-recaptcha, .grecaptcha-badge {
  display: none !important;
}

.site-general-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .site-general-container {
    padding: 0;
  }
}

input::placeholder {
  color: #9E9E9E;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #9E9E9E;
}
input::-ms-input-placeholder {
  color: #9E9E9E;
}

main.page-body {
  flex-grow: 1;
}
@media (max-width: 1200px) {
  main .container .row {
    margin: 0 auto;
  }
}
main .container .row.main-row {
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
main .container .row .content-grid {
  width: 100%;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
}
@media (min-width: 1200px) {
  main .container .row .content-grid {
    grid-template-columns: repeat(2, 1fr);
    /* Switch to two columns on screens larger than 768px (breakpoint sm) */
  }
}
@media (min-width: 1200px) {
  main .container .row .content-grid {
    grid-template-columns: repeat(3, 1fr);
    /* Switch to three columns on screens larger than 992px (breakpoint md) */
  }
}

.modal-tests {
  margin: 50px 0;
}
.modal-tests a.open-modal-button {
  padding: 5px 10px;
  background: teal;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

table th, table td {
  border: 1px solid black;
  padding: 10px 12px;
}
table th {
  background-color: #F4F4F4;
}
table td {
  background-color: #FFF;
}

.title-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 56px 0;
}
.title-section h1 {
  font-size: 145px;
  font-style: normal;
  font-weight: 400;
  line-height: 140px;
}
@media (max-width: 1200px) {
  .title-section h1 {
    font-size: 80px;
  }
}
.title-section h2 {
  font-size: 80px;
  line-height: 84px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .title-section h2 {
    font-size: 50px;
    line-height: 54px;
  }
}

.clamped-text-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.clamped-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.clamped-text-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-404 {
  margin: 105px 0 90px;
  text-align: center;
}
.page-404 .header-page-404 {
  margin-top: 50px;
}
.page-404 .header-page-404 .title {
  font-size: 23px;
  line-height: 27px;
}
.page-404 .btn {
  margin-top: 25px;
  padding: 15px 20px;
  min-width: 177px;
}

@media (max-width: 1200px) {
  .accordion-menu {
    display: none;
  }
}
.accordion-menu .accordion-menu-toggle {
  display: block;
  margin-bottom: 22px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
}
.accordion-menu .accordion-menu-toggle.active-link {
  color: #72BE44;
}
.accordion-menu .accordion-menu-toggle:hover {
  color: #72BE44;
}
.accordion-menu .accordion-menu-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion-menu .accordion-menu-content.active {
  max-height: 1000px;
  transition: max-height 0.3s ease;
}
.accordion-menu .accordion-menu-content ul {
  margin-bottom: 22px;
}
.accordion-menu .accordion-menu-content ul li a {
  color: #949494;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.accordion-menu .accordion-menu-content ul li a:hover, .accordion-menu .accordion-menu-content ul li a.active {
  color: #72BE44;
  font-weight: 500;
}

#accordion {
  margin: 10px 0 20px;
  width: 100%;
  display: block;
}
@media (min-width: 1200px) {
  #accordion {
    margin: 30px 0 20px;
  }
}
#accordion .item {
  margin: 25px 0;
  background-color: #fff;
  padding: 30px 55px;
  border-radius: 50px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  #accordion .item {
    margin: 20px 0;
    padding: 20px 40px;
    min-height: 55px;
  }
}
@media (max-width: 1200px) {
  #accordion .item.active {
    border-radius: 25px;
  }
}
#accordion .item .header-accordion {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#accordion .item .header-accordion.active .icon-accordion {
  transform: rotate(180deg);
}
#accordion .item .header-accordion .title {
  flex: 1;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
@media (min-width: 1200px) {
  #accordion .item .header-accordion .title {
    font-size: 18px;
  }
}
#accordion .item .header-accordion .icon-accordion {
  width: 20px;
  height: 20px;
  font-size: 20px;
  background-image: url("../images/black-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 500ms transform;
}
#accordion .item .content-accordion {
  max-height: 0;
  transition: max-height 500ms ease-out;
  overflow: hidden;
}
#accordion .item .content-accordion.active-content {
  max-height: fit-content;
  transition: max-height 500ms ease-in;
}
#accordion .item .content-accordion p {
  margin: 20px 0;
  font-size: 17px;
  line-height: 26px;
}
#accordion .item .content-accordion p:first-of-type {
  margin-top: 38px;
}
@media (min-width: 1200px) {
  #accordion .item .content-accordion p:first-of-type {
    margin-top: 45px;
  }
}
#accordion .item .content-accordion p br {
  display: none;
}
#accordion .item .content-accordion p strong {
  display: block;
  font-weight: bold;
}

.arrivals-slider {
  margin-bottom: 64px;
}
@media (min-width: 1200px) {
  .arrivals-slider {
    margin-bottom: 150px;
  }
}
.arrivals-slider .container .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.arrivals-slider .container .heading .heading-title {
  font-weight: 400;
  font-size: 80px;
  line-height: 85px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .heading .heading-title {
    font-size: 145px;
    line-height: 85px;
  }
}
.arrivals-slider .container .heading .heading-image {
  max-width: 65px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .heading .heading-image {
    max-width: 100%;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product {
  color: #000;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product {
    display: flex;
    flex-wrap: nowrap;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product:hover .product-title {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator {
    margin-right: 30px;
    margin-bottom: 0;
    width: 885px;
    max-width: 80%;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator .main-image {
  max-width: 100%;
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator .mobile--only {
  max-width: 100%;
  width: 100%;
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator img {
    max-height: 667px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator .stamp {
  top: 17px;
  left: 15px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator .stamp {
    top: 48px;
    left: 36px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator .glide-custom-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  padding: 0 25px;
  bottom: 12px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator .glide-custom-bullets {
    width: calc(100% - 60px);
    padding: 0 60px;
    bottom: 25px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator .glide-custom-bullets .glide__bullet {
  width: 100%;
  height: 3px;
  border: 0;
  outline: 0;
  background-color: #F0F1F3;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator .glide-custom-bullets .glide__bullet {
    margin: 0 12px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .image-aggregator .glide-custom-bullets .glide__bullet.glide__bullet--active {
  background-color: #72BE44;
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator {
    margin-left: 30px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .category-breadcrumbs {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .product-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .product-title {
    font-size: 60px;
    line-height: 62px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator p {
    font-size: 20px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    margin-top: 0;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price {
  display: flex;
  align-items: flex-end;
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price.in-promotion .price {
  text-decoration: line-through;
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price.in-promotion .price .euros {
  font-size: 24px;
  line-height: 24px;
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price.in-promotion .price .miles {
  font-size: 11px;
  line-height: 15px;
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price .sale-price-container .price-cash {
  font-size: 32px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price .sale-price-container .price-cash {
    font-size: 34px;
    line-height: 34px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price .sale-price-container .price-miles {
  font-size: 17px;
  line-height: 17px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price .sale-price-container .price-miles {
    font-size: 19px;
    line-height: 19px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price .price .euros {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price .price .euros {
    font-size: 34px;
    line-height: 34px;
  }
}
.arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price .price .miles {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide .glide__slide .single-product .content-aggregator .actions .product-price .price .miles {
    font-size: 19px;
    line-height: 19px;
  }
}
.arrivals-slider .container .main-contents .glide-arrow-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -40px;
  right: -5px;
}
@media (min-width: 1200px) {
  .arrivals-slider .container .main-contents .glide-arrow-container {
    right: 0;
  }
}

.arrow:hover {
  cursor: pointer;
  fill: black;
}
.arrow.disabled {
  pointer-events: none;
}
.arrow.disabled path {
  stroke: #C3C3C3;
}

.arrows {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .arrows {
    width: 100%;
    max-width: 98px;
  }
}
.arrows.fullwidth {
  width: 100%;
}
@media (min-width: 1200px) {
  .arrows.large {
    max-width: 132px;
  }
}
.arrows.large .arrow {
  width: 42px;
  height: 42px;
}

.add-to-cart {
  color: #fff;
  width: 100%;
  max-width: 433px;
  border-radius: 60px;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media (max-width: 1200px) {
  .add-to-cart {
    max-width: 100%;
  }
}
.add-to-cart:hover span.cart-icon {
  padding-right: 20px;
}
.add-to-cart:hover span.cart-icon .cart {
  background-image: url("../images/icons/icon-cart-hover.svg");
}
.add-to-cart.stock {
  background-color: #000;
  cursor: pointer;
}
.add-to-cart.no-stock {
  background-color: #D4D4D4;
  cursor: default;
  pointer-events: none;
}
.add-to-cart span.placeholder {
  text-transform: uppercase;
  font-size: 17px;
}
.add-to-cart span.cart-icon {
  padding-right: 20px;
}
.add-to-cart span.cart-icon .cart {
  display: block;
  width: 38px;
  height: 22px;
  background-image: url("../images/icons/icon-cart-default.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.color-selector {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .color-selector {
    margin: 20px 0;
  }
}
.color-selector .color {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin: 0 14px 0 0;
  cursor: pointer;
  border: 2px solid transparent;
}
.color-selector .color:last-child {
  margin-left: 0;
}
.color-selector .color.selected {
  position: relative;
}
.color-selector .color.selected:after {
  content: " ";
  width: 27px;
  height: 27px;
  border: 2px solid #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
}
.selected-color {
  display: flex;
  font-size: 14px;
  color: #000;
}
.selected-color span.selected {
  margin-left: 5px;
  margin-bottom: 0;
  font-size: 14px;
}
.selected-color span.selected.red {
  color: red;
}

.dropdown-aggregator.white-bg .dropdown .label-holder,
.dropdown-aggregator.white-bg .dropdown .options-aggregator {
  background-color: #fff;
}
.dropdown-aggregator.checkout-countries-aggregator .option-element:first-of-type {
  position: relative;
  padding-bottom: 12px !important;
  margin-bottom: 12px;
}
.dropdown-aggregator.checkout-countries-aggregator .option-element:first-of-type:after {
  content: " ";
  background-color: #000;
  max-width: 80%;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1200px) {
  .dropdown-aggregator.checkout-countries-aggregator .option-element:first-of-type:after {
    max-width: 95%;
  }
}
.dropdown-aggregator .dropdown {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.dropdown-aggregator .dropdown.open .label-holder {
  border-bottom: 0;
  border-radius: 23px 23px 0 0;
}
.dropdown-aggregator .dropdown.open .label-holder:after {
  transform: rotate(180deg);
}
.dropdown-aggregator .dropdown.open .options-aggregator {
  display: block;
  border-top: 0;
}
.dropdown-aggregator .dropdown .label-holder {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  border: 1px solid black;
  border-radius: 24px;
  padding: 0 31px;
  background-color: #F4F4F4;
}
.dropdown-aggregator .dropdown .label-holder:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/chevron-dropdown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 20px;
}
.dropdown-aggregator .dropdown .options-aggregator {
  display: none;
  width: 100%;
  position: absolute;
  top: 48px;
  border: 1px solid black;
  border-radius: 0 0 23px 23px;
  border-top: 0;
  padding: 10px 26px 0;
  background-color: #F4F4F4;
}
.dropdown-aggregator .dropdown .options-aggregator .options-holder {
  max-height: 250px;
  overflow: auto;
}
.dropdown-aggregator .dropdown .options-aggregator .options-holder .option-element {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  font-size: 14px;
}
.dropdown-aggregator .dropdown .options-aggregator .options-holder .option-element:last-of-type {
  padding-bottom: 30px;
}
.dropdown-aggregator .dropdown .options-aggregator .options-holder .option-element:hover {
  text-decoration: underline;
}
.dropdown-aggregator .dropdown .options-aggregator .options-holder .option-element.checked .radio:before {
  content: " ";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}
.dropdown-aggregator .dropdown .options-aggregator .options-holder .option-element .radio {
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 8px;
}
.dropdown-aggregator .product-attribute-picker-error {
  margin-top: 10px;
}

.btn {
  border-radius: 60px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease;
}
.btn:hover {
  text-decoration: underline;
}
.btn.btn-small {
  font-size: 14px;
  padding: 10px 20px;
}
.btn.btn-large {
  font-size: 20px;
  padding: 15px 30px;
}
.btn.btn-primary {
  background: #72BE44;
  color: #fff;
}
.btn.btn-primary-outlined {
  border: 1px solid #72BE44;
  background: transparent;
  color: #72BE44;
}
.btn.btn-secondary {
  background: #949494;
  color: #fff;
}
.btn.btn-secondary-outlined {
  border: 1px solid #949494;
  background: transparent;
  color: #949494;
}
.btn.btn-black {
  background: #000;
  color: #fff;
}
.btn.btn-black-outlined {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
.btn.btn-danger {
  background: #EC1C24;
  color: #fff;
}
.btn.btn-danger-outlined {
  border: 1px solid #EC1C24;
  background: transparent;
  color: #EC1C24;
}
.btn.btn-popoups {
  margin: 0 -6px;
  padding: 14px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .btn.btn-popoups {
    height: 47px;
    width: 513px;
  }
}
@media (max-width: 1200px) {
  .btn.btn-popoups {
    margin: 0;
    max-width: 100%;
    height: 54px;
  }
}

.cart-item {
  background: #F1F1F1;
  margin-bottom: 18px;
  padding: 0 16px;
  border-radius: 23px;
  color: #000 !important;
  display: flex;
  align-items: center;
  height: 150px;
  position: relative;
}
@media (max-width: 1200px) {
  .cart-item {
    padding: 21px;
    height: 213px;
  }
}
.cart-item .image {
  width: 16%;
  height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cart-item .image {
    flex: 1;
    align-self: flex-start;
    height: 107px;
  }
}
.cart-item .image .counter {
  margin-top: 20px;
}
.cart-item .image .counter .control .button-increment-decrement {
  width: 37px;
  height: 37px;
  font-size: 22px;
}
.cart-item .image .counter .control .number-increment-decrement {
  font-size: 22px;
  width: 37px;
  height: 37px;
}
.cart-item .image img {
  max-width: 100%;
  margin: 10px;
  max-height: 100%;
}
@media (max-width: 1200px) {
  .cart-item .image img {
    margin: 0;
  }
}
.cart-item .item-details {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 21px;
  margin-left: 22px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cart-item .item-details {
    flex: 2;
    align-items: initial;
    padding: 0;
    margin-left: 10px;
  }
}
.cart-item .item-details .top-infos {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cart-item .item-details .top-infos {
    margin-bottom: 20px;
  }
}
.cart-item .item-details .top-infos .left .product-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart-item .item-details .top-infos .left .product-cart-name {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .cart-item .item-details .top-infos .left .product-cart-name {
    font-size: 25px;
    margin-bottom: 7px;
  }
}
.cart-item .item-details .top-infos .left .product-cart-details {
  color: #72BE44;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
}
@media (max-width: 1200px) {
  .cart-item .item-details .top-infos .left .product-cart-details {
    font-size: 13px;
    letter-spacing: 0.13px;
    margin-bottom: 7px;
  }
}
@media (max-width: 1200px) {
  .cart-item .item-details .top-infos .left .product-cart .reference {
    font-size: 13px;
    letter-spacing: 0.13px;
  }
}
.cart-item .item-details .bottom-infos {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .cart-item .item-details .bottom-infos .left {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
}
.cart-item .item-details .bottom-infos .left .control .button-increment-decrement {
  color: #000;
  font-size: 14px;
  background-color: #FFF;
  height: 28px;
  width: 28px;
}
@media (max-width: 1200px) {
  .cart-item .item-details .bottom-infos .left .control .button-increment-decrement {
    height: 37px;
    width: 37px;
    font-size: 22px;
  }
}
.cart-item .item-details .bottom-infos .left .control .number-increment-decrement {
  color: #000;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .cart-item .item-details .bottom-infos .left .control .number-increment-decrement {
    font-size: 18px;
  }
}
.cart-item .item-details .bottom-infos .reference {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
}
@media (max-width: 1200px) {
  .cart-item .item-details .bottom-infos .reference {
    font-size: 13px;
    letter-spacing: 0.13px;
  }
}
.cart-item .item-details .bottom-infos .right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .cart-item .item-details .bottom-infos .right {
    width: 100%;
    text-align: right;
  }
}
.cart-item .item-details .bottom-infos .right .price {
  text-align: right;
}
.cart-item .item-details .bottom-infos .right .price .euros {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.34px;
}
@media (max-width: 1200px) {
  .cart-item .item-details .bottom-infos .right .price .euros {
    font-size: 32px;
    letter-spacing: 0.32px;
  }
}
.cart-item .item-details .bottom-infos .right .price .miles {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.19px;
}
@media (max-width: 1200px) {
  .cart-item .item-details .bottom-infos .right .price .miles {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

.previous-order {
  background: #F1F1F1;
  margin-bottom: 18px;
  padding: 3px 30px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}
@media (max-width: 1200px) {
  .previous-order {
    padding: 21px;
  }
}
.previous-order:hover .arrow {
  fill: black;
}
.previous-order .buy-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.previous-order .buy-infos .infos-left {
  display: flex;
  flex-direction: column;
  width: 220px;
}
@media (max-width: 1200px) {
  .previous-order .buy-infos .infos-left {
    max-width: 140px;
  }
}
.previous-order .buy-infos .infos-left .purchase-number {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .previous-order .buy-infos .infos-left .purchase-number {
    font-size: 25px;
  }
}
.previous-order .buy-infos .infos-left .purchase-items {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
}
@media (max-width: 1200px) {
  .previous-order .buy-infos .infos-left .purchase-items {
    font-size: 13px;
    letter-spacing: 0.13px;
  }
}
.previous-order .buy-infos .infos-right {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}
.previous-order .buy-infos .infos-right .purchase-data {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.19px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .previous-order .buy-infos .infos-right .purchase-data {
    font-size: 13px;
    letter-spacing: 0.13px;
    margin-bottom: 10px;
  }
}
.previous-order .buy-infos .infos-right .purchase-value {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.19px;
}
@media (max-width: 1200px) {
  .previous-order .buy-infos .infos-right .purchase-value {
    font-size: 13px;
    letter-spacing: 0.13px;
  }
}
@media (max-width: 1200px) {
  .previous-order .buy-infos .infos-right {
    margin-left: 50px;
  }
}
.previous-order .arrow {
  margin-right: 17px;
}

.checkout-total-value {
  /*
  @media (max-width: $breakpoint-xs) {
  	margin-top: 20px;
  	position: fixed;
  	bottom: 20px;
  	z-index: 10;
  	width: calc(100% - 50px);
  }
  */
}
.checkout-total-value.default-position {
  /*
  @media (max-width: $breakpoint-xs) {
  	position: initial;
  	bottom: 0;
  	width: 100%;
  }
  */
}
.checkout-total-value .checkout-inner-infos {
  background-color: #F1F1F1;
  padding: 32px;
  color: #000;
  border-radius: 23px 23px 0 0;
  min-height: 149px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1200px) {
  .checkout-total-value .checkout-inner-infos {
    min-height: 260px;
    height: auto;
  }
}
.checkout-total-value .checkout-inner-infos.miles-payment .total-value .values .price-cash {
  font-size: 32px;
}
.checkout-total-value .checkout-inner-infos.miles-payment .order-values .value {
  font-size: 20px;
}
.checkout-total-value .checkout-inner-infos.miles-campaign {
  min-height: 0;
  margin-bottom: 15px;
  border-radius: 23px;
  padding: 21px 32px;
}
.checkout-total-value .checkout-inner-infos.miles-campaign .order-values {
  margin-bottom: 0;
  align-items: center;
}
.checkout-total-value .checkout-inner-infos.miles-campaign .order-values .static-message {
  font-size: 14px;
  font-weight: 500;
}
.checkout-total-value .checkout-inner-infos.miles-campaign .order-values .value {
  margin-left: auto;
  font-size: 25px;
  font-weight: 500;
}
.checkout-total-value .checkout-inner-infos.miles-campaign .order-values .value .mileage-info {
  font-size: 19px;
}
.checkout-total-value .checkout-inner-infos .rounded {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FFF;
  z-index: 1;
}
.checkout-total-value .checkout-inner-infos .rounded.top {
  top: -10px;
}
.checkout-total-value .checkout-inner-infos .rounded.bottom {
  bottom: -10px;
}
.checkout-total-value .checkout-inner-infos .rounded.left {
  left: -10px;
}
.checkout-total-value .checkout-inner-infos .rounded.right {
  right: -10px;
}
.checkout-total-value .checkout-inner-infos .rounded.bottom-right {
  bottom: -26px;
  right: -11px;
}
.checkout-total-value .checkout-inner-infos .order-values {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.checkout-total-value .checkout-inner-infos .order-values.discount {
  color: #72BE44;
}
.checkout-total-value .checkout-inner-infos .order-values .static-message {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
}
.checkout-total-value .checkout-inner-infos .order-values .value {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}
.checkout-total-value .checkout-inner-infos .total-value {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .checkout-total-value .checkout-inner-infos .total-value {
    border-top: 1px solid #000;
    padding-top: 14px;
    align-items: center;
  }
}
.checkout-total-value .checkout-inner-infos .total-value .static-message {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.19px;
  font-size: 17px;
  line-height: normal;
}
@media (min-width: 1200px) {
  .checkout-total-value .checkout-inner-infos .total-value .static-message {
    font-size: 19px;
    line-height: normal;
  }
}
.checkout-total-value .checkout-inner-infos .total-value .values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.checkout-total-value .checkout-inner-infos .total-value .values .price-cash {
  font-size: 38px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  font-weight: 500;
}
.checkout-total-value .checkout-inner-infos .total-value .values .price-miles {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
}
@media (min-width: 1200px) {
  .checkout-total-value .checkout-inner-infos .total-value .values .price-miles {
    font-size: 19px;
  }
}
.checkout-total-value .checkout-inner-infos .shipping-infos {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.12px;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .checkout-total-value .checkout-inner-infos .shipping-infos {
    font-size: 12px;
    margin-top: 0;
  }
}
.checkout-total-value .dotted-line {
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px dotted #1e1e1e;
}
.checkout-total-value .btn-cart {
  width: 100%;
  border-radius: 0 0 23px 23px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-total-value .btn-cart.completed {
  height: 55px;
  transform: rotate(2.821deg);
  margin-top: 9px;
  background: #ECECEC;
  pointer-events: none;
  font-size: 0;
}
.checkout-total-value .btn-cart.rotate-button {
  transform: rotate(2.821deg);
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .checkout-total-value .btn-cart.rotate-button {
    margin-top: 10px;
  }
}
.checkout-total-value .btn-cart.rotate-button:hover {
  background: #ECECEC;
  cursor: default;
}
.checkout-total-value .btn-cart .loading {
  margin-left: 20px;
}
.checkout-total-value .checkout-error, .checkout-total-value .checkout-info {
  color: #ff0000;
  font-weight: 500;
  margin-top: 20px;
}
.checkout-total-value .checkout-info {
  color: #ffba00;
}
.checkout-total-value.miles .checkout-inner-infos .order-values {
  display: flex;
}
.checkout-total-value.miles .checkout-inner-infos .order-values .value {
  font-size: 19px;
  line-height: 21px;
}
.checkout-total-value.miles .checkout-inner-infos .order-values .value span {
  font-size: 25px;
}
.checkout-total-value.miles .checkout-inner-infos .total-value .values .price-miles {
  font-size: 20px;
  font-weight: 600;
}
.checkout-total-value.miles .checkout-inner-infos .total-value .values .price-miles span {
  font-size: 38px;
}

.show--class {
  display: block !important;
}

.hide--class {
  display: none !important;
}

.big-card {
  height: 631px;
  padding: 36px 31px 36px 44px;
  width: 100%;
}
@media (max-width: 1200px) {
  .big-card {
    height: 552px;
    padding: 32px 25px 29px 28px;
  }
}
.big-card .top {
  justify-content: flex-start;
}
.big-card .bottom {
  justify-content: flex-end;
}
.big-card .product-description .info .title {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 500;
}
.big-card .product-description .info p.category {
  font-size: 14px;
  line-height: 16px;
}
.big-card .product-description .info .price-cash {
  font-size: 32px;
  line-height: 38px;
}
.big-card .product-description .icon-card .favicon {
  width: 42px;
  height: 37px;
}
.big-card .product-description .icon-card .card {
  width: 42px;
  height: 32px;
}

.normal-card {
  width: 316px;
  height: 418px;
  padding: 33px 31px 30px 26px;
}
@media (max-width: 1200px) {
  .normal-card {
    width: 100%;
    height: 479px;
    padding: 33px 31px 30px 26px;
  }
}
.normal-card .product-description .info .title {
  font-size: 25px;
  line-height: 28px;
}
.normal-card .product-description .info p.category {
  font-size: 13px;
  line-height: 15px;
}
.normal-card .product-description .favorite-icon {
  width: 36px;
  height: 31px;
}
.normal-card .product-description .icon-card .card {
  width: 41px;
  height: 27px;
}
.normal-card .product-image {
  max-width: 222px;
  max-height: 222px;
}
@media (min-width: 1200px) {
  .normal-card .product-image {
    max-height: 342px;
  }
}

.product {
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  transition: unset;
  border: 2px solid #FFF;
}
.product:visited {
  border: 2px solid #FFF;
}
.product:hover {
  border: 2px solid #D7D7D7;
}
.product.promotion .product-description .price .info .price-cash {
  color: #ff0000;
}
.product.promotion .product-description .price .info .price-miles {
  color: #ff0000;
}
.product .product-description {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .product-description .price {
  display: flex;
}
.product .product-description .price .price-cash {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #000;
}
.product .product-description .price .price-miles {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}
.product .product-description .price .previous-price {
  margin-left: 20px;
}
.product .product-description .price .previous-price .price-cash {
  font-size: 23px;
  text-decoration: line-through;
}
.product .product-description .price .previous-price .price-miles {
  font-size: 11px;
  text-decoration: line-through;
}
.product .product-description .info {
  padding: 0;
  color: #aaa;
  font-size: 0.85em;
  width: 75%;
}
.product .product-description .info .title {
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.product .product-description .info p.category {
  color: #949494;
  font-weight: 400;
  margin-bottom: 5px;
}
.product .product-image-aggregator {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}
.product .product-image-aggregator .product-image {
  max-width: 100%;
  max-height: 212px;
}
.product .product-image-aggregator .product-extra-info {
  position: absolute;
  color: #ff0000;
  top: 2px;
  left: 0;
  font-size: 14px;
}

.favorite-icon {
  cursor: pointer;
  z-index: 5;
  content: " ";
  position: absolute;
  right: 28px;
  top: 27px;
  width: 42px;
  height: 36px;
  background-image: url("../images/icons/heart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: all ease 0.5s;
}
.favorite-icon:hover {
  background-image: url("../images/icons/heart-outlined.svg");
}
.favorite-icon.active {
  background-image: url("../images/icons/heart-filled.svg");
}

.card-select-content {
  border-radius: 22px;
  background-color: #F1F1F1;
  width: 100%;
  min-height: 87px;
  margin-bottom: 10px;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-select-content.view-only .checkbox-container .radio-label {
  margin-left: 0;
}
.card-select-content.view-only .checkbox-container .radio-label.payment-method-images {
  margin-left: auto;
}
.card-select-content.view-only .checkbox-container .name {
  margin-left: 0;
}
.card-select-content.view-only .icon-price-container {
  display: none;
}
.card-select-content.view-only .price {
  visibility: hidden;
}
.card-select-content.view-only .payment-method-images-aggregator .payment-method-images {
  gap: 50px;
}
.card-select-content.disabled {
  pointer-events: none;
}
.card-select-content.disabled .radio-input {
  opacity: 0.1;
}
.card-select-content.payment {
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .card-select-content.payment {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-select-content.payment.payment-method-selector-payment_method_miles {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.card-select-content.payment.payment-method-selector-payment_method_miles .payment-method-images-aggregator .payment-method-images {
  justify-content: flex-end;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .card-select-content.payment .payment-method-images-aggregator {
    width: 100%;
  }
}
.card-select-content.payment .payment-method-images-aggregator .payment-method-images {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .card-select-content.payment .payment-method-images-aggregator .payment-method-images {
    justify-content: space-between;
    margin-top: 34px;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .card-select-content.payment .checkbox-container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .card-select-content.payment .payment-method-images img {
    max-width: 100px;
  }
}
.card-select-content.payment .payment-method-images img.visa {
  width: 50px;
  height: 13px;
}
@media (min-width: 424px) {
  .card-select-content.payment .payment-method-images img.visa {
    width: 55px;
    height: 18px;
  }
}
.card-select-content.payment .payment-method-images img.multibanco {
  width: 30px;
  height: 37px;
}
@media (min-width: 424px) {
  .card-select-content.payment .payment-method-images img.multibanco {
    width: 35px;
    height: 42px;
  }
}
.card-select-content.payment .payment-method-images img.mastercard {
  width: 32px;
  height: 17px;
}
@media (min-width: 424px) {
  .card-select-content.payment .payment-method-images img.mastercard {
    width: 37px;
    height: 22px;
  }
}
.card-select-content.payment .payment-method-images img.mbway {
  width: 67px;
  height: 29px;
}
@media (min-width: 424px) {
  .card-select-content.payment .payment-method-images img.mbway {
    width: 72px;
    height: 34px;
  }
}
.card-select-content.payment .payment-method-images img.paypal {
  width: 80px;
  height: 16px;
}
@media (min-width: 424px) {
  .card-select-content.payment .payment-method-images img.paypal {
    width: 85px;
    height: 21px;
  }
}
.card-select-content.payment .mbway-extra-info {
  width: 100%;
  max-width: 437px;
}
.card-select-content.payment .mbway-extra-info .input-container {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .card-select-content.payment .mbway-extra-info .input-container {
    margin-top: 0;
    margin-left: 30px;
  }
}
.card-select-content.payment .mbway-extra-info .input-container .input-field {
  background-color: #fff;
  padding: 15px 15px 15px 30px;
  max-width: 407px;
  width: 100%;
  border: 1px solid transparent;
}
.card-select-content.payment .mbway-extra-info .input-container .input-field.success {
  color: #72BE44;
  border: #72BE44;
}
.card-select-content.payment .mbway-extra-info .input-container .input-field.error {
  color: #EC1C24;
  border-color: #EC1C24;
}
.card-select-content.payment .miles-extra-info {
  color: #EC1C24;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .card-select-content.payment .miles-extra-info {
    margin: 10px auto 0;
  }
}
@media (min-width: 1200px) {
  .card-select-content.payment .miles-extra-info {
    margin-left: auto;
    margin-right: auto;
  }
}
.card-select-content.payment .mb-extra-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .card-select-content.payment .mb-extra-info {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .card-select-content.payment .mb-extra-info {
    margin-left: auto;
    margin-top: 0;
    width: 50%;
    flex-direction: row;
    margin-right: 100px;
  }
}
.card-select-content.payment .mb-extra-info p {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .card-select-content.payment .mb-extra-info p {
    margin-bottom: 30px;
    width: 50%;
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .card-select-content.payment .mb-extra-info p:last-of-type {
    margin-bottom: 0;
  }
}
.card-select-content.payment .mb-extra-info p .bold {
  display: block;
  font-weight: 500;
  line-height: 26px;
}
.card-select-content.payment-method-selector-payment_method_localpayment .name {
  margin-left: 0;
}
@media (max-width: 1200px) {
  .card-select-content {
    padding: 20px;
  }
}
.card-select-content .checkbox-container label {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .card-select-content .checkbox-container label {
    margin-left: 25px;
  }
}
.card-select-content .checkbox-container label.payment-method-images {
  display: flex;
  align-items: center;
}
.card-select-content .checkbox-container label img {
  margin-right: 11px;
}
@media (max-width: 1200px) {
  .card-select-content .checkbox-container label img {
    max-width: 39px;
  }
}
.card-select-content .checkbox-container label img:last-of-type {
  margin-right: 0;
}
.card-select-content .checkbox-container .name {
  font-size: 19px;
  font-weight: 400;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .card-select-content .checkbox-container .name {
    font-size: 17px;
    margin-left: 15px;
  }
}
.card-select-content .middle-infos .infos {
  font-size: 19px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card-select-content .middle-infos .infos {
    font-size: 17px;
  }
}
.card-select-content .icon-price-container {
  display: flex;
  align-items: center;
}
.card-select-content .icon-price-container .radio-label {
  margin-left: 0;
  margin-right: 110px;
}
@media (max-width: 1200px) {
  .card-select-content .icon-price-container .radio-label {
    margin-right: 50px;
  }
}
.card-select-content .price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-select-content .price .price-cash {
  font-size: 38px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .card-select-content .price .price-cash {
    font-size: 25px;
    letter-spacing: 0.25px;
  }
}
.card-select-content .price .price-miles {
  font-size: 19px;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card-select-content .price .price-miles {
    font-size: 12px;
    letter-spacing: 0.12px;
  }
}

.stamp {
  position: absolute;
  top: 35px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .stamp {
    top: 10px;
  }
}
.stamp.this-month .minified {
  background-image: url("../images/icons/icon-highlight.svg");
  background-color: #72BE44;
}
.stamp.promotion .minified {
  background-image: url("../images/icons/icon-promotion.svg");
  background-color: #ff0000;
}
.stamp.pre-sale .minified {
  background-image: url("../images/icons/icon-pre-sale.svg");
  background-color: #3C6EDC;
}
.stamp.new .minified {
  background-image: url("../images/icons/icon-new.svg");
  background-color: #72BE44;
}
.stamp.eco-conscious .minified {
  background-image: url("../images/icons/icon-ecoconscious.svg");
  background-color: #BED630;
  background-size: 25px;
}
.stamp:hover .extended, .stamp.open .extended {
  opacity: 1;
}
.stamp .minified {
  position: relative;
  width: 30px;
  height: 30px;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 2;
  left: -2px;
}
@media (min-width: 1200px) {
  .stamp .minified {
    width: 42px;
    height: 42px;
    background-size: 18px;
  }
}
.stamp .extended {
  transition: 0.5s all;
  opacity: 1;
  border-radius: 100px;
  background-color: #F0F1F3;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 7px 20px 7px 49px;
  margin-left: -37px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .stamp .extended {
    opacity: 0;
    padding: 14px 35px 14px 66px;
    margin-left: -50px;
    font-size: 20px;
  }
}

.icon-card {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  cursor: pointer;
  z-index: 5;
  /* Quando o mouse passa sobre o elemento .icon, exibe o símbolo de "+" */
}
.icon-card.card-cart {
  width: 42px;
  height: 32px;
  background-image: url("../images/icons/cart-card-default.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-card.card-cart:hover {
  background-image: url("../images/icons/cart-card-hover.svg");
}
.icon-card.card-cart.disabled {
  pointer-events: none;
  background-image: url("../images/icons/cart-disabled.svg");
}
.icon-card.card-cart[data-disable-cart="1"] {
  pointer-events: none;
}
.icon-card:hover .image-with-plus .plus-symbol, .icon-card:focus .image-with-plus .plus-symbol {
  opacity: 1;
}

.categories .row-categories-header {
  display: flex;
}
@media (max-width: 1200px) {
  .categories .row-categories-header .header-overlap-title {
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.categories .row-categories-header .header-overlap-title span.icon, .categories .row-categories-header .header-overlap-title span.star-empty, .categories .row-categories-header .header-overlap-title span.star-full {
  display: block;
  position: relative;
  background-size: 21px;
  width: 21px;
  height: 21px;
  background-image: url("../images/menu-close-mobile.svg");
}
.categories .row-categories-header .header-overlap-title .title {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .categories .row-categories-header .title {
    margin-bottom: 17px;
  }
}
.categories .row-categories-header .title h1.title {
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .categories .row-categories-header .title h1.title {
    font-size: 80px;
    line-height: 85px;
  }
}
.categories .row-categories-header .dropdowns {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}
.categories .row-categories-header .dropdowns .order-by-dropdown {
  width: 235px;
}
.categories .row-categories-header .dropdowns .see-amount-dropdown {
  width: 185px;
}
.categories .category-breadcrumb {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.categories .row-categories-body {
  margin-top: 48px;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .categories .row-categories-body {
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
  }
}
.categories .row-categories-body .categories-accordion {
  min-width: 246px;
  margin-right: 100px;
}
@media (max-width: 1200px) {
  .categories .row-categories-body .categories-accordion {
    margin: 17px 0 0 0;
    min-width: 0;
  }
}
.categories .row-categories-body .categories-accordion span.breadcrumb {
  margin: 18px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #949494;
}
@media (min-width: 1200px) {
  .categories .row-categories-body .categories-accordion span.breadcrumb {
    display: none;
  }
}
@media (max-width: 1200px) {
  .categories .row-categories-body .row {
    margin: 20px auto;
  }
}
.categories .row-categories-body .row.categories-row {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1390px) {
  .categories .row-categories-body .row.categories-row {
    justify-content: center;
  }
}
.categories .row-categories-body .row .content-grid {
  width: 100%;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
}
@media (min-width: 1200px) {
  .categories .row-categories-body .row .content-grid {
    grid-template-columns: repeat(2, 1fr);
    /* Switch to two columns on screens larger than 768px (breakpoint sm) */
  }
}
@media (min-width: 1200px) {
  .categories .row-categories-body .row .content-grid {
    grid-template-columns: repeat(3, 1fr);
    /* Switch to three columns on screens larger than 992px (breakpoint md) */
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1390px) {
  .categories .row-categories-body .row .content-grid {
    max-width: 700px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.categories .row-footer {
  margin: 27px 0 160px;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .categories .row-footer {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .categories .row-footer {
    margin: 40px 0 35px;
  }
}

.check-in {
  margin: 0 0 50px;
}
@media (min-width: 1200px) {
  .check-in {
    margin: 0 0 110px;
    min-height: 727px;
  }
}
@media (min-width: 1200px) {
  .check-in .container {
    display: flex;
  }
}
.check-in .container .heading {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .check-in .container .heading {
    max-width: 222px;
    display: block;
  }
}
@media (max-width: 1200px) {
  .check-in .container .heading .stamps-wrapper {
    display: flex;
    order: 1;
    margin-bottom: 18px;
  }
}
.check-in .container .heading .stamps-wrapper .rounded-stamp {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-weight: 400;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .check-in .container .heading .stamps-wrapper .rounded-stamp {
    margin-right: 0;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.check-in .container .heading .stamps-wrapper .rounded-stamp:hover .icon-wrapper, .check-in .container .heading .stamps-wrapper .rounded-stamp.active .icon-wrapper {
  background-color: #72BE44;
}
.check-in .container .heading .stamps-wrapper .rounded-stamp:hover .icon-wrapper svg path, .check-in .container .heading .stamps-wrapper .rounded-stamp.active .icon-wrapper svg path {
  fill: white;
}
.check-in .container .heading .stamps-wrapper .rounded-stamp.presale:hover .icon-wrapper, .check-in .container .heading .stamps-wrapper .rounded-stamp.presale.active .icon-wrapper {
  background-color: #3C6EDC;
}
.check-in .container .heading .stamps-wrapper .rounded-stamp .icon-wrapper {
  width: 68px;
  height: 68px;
  background-color: #ECECEC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .check-in .container .heading .stamps-wrapper .rounded-stamp .icon-wrapper {
    margin-right: 25px;
  }
}
.check-in .container .heading .stamps-wrapper .rounded-stamp .icon-wrapper svg path {
  fill: black;
}
.check-in .container .heading .area-title {
  font-weight: 400;
  font-size: 80px;
  line-height: 85px;
  margin-bottom: 19px;
  order: 0;
}
@media (min-width: 1200px) {
  .check-in .container .heading .area-title {
    font-size: 135px;
    margin: 320px 0 0 -90px;
    white-space: nowrap;
    transform: rotate(-90deg);
    line-height: 85px;
  }
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item {
    display: flex;
  }
}
.check-in .container .slider-wrapper .slider-item .highlight-product {
  position: relative;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product {
    width: 655px;
  }
}
.check-in .container .slider-wrapper .slider-item .highlight-product .top-container {
  position: relative;
  margin-bottom: 14px;
  border-radius: 23px;
  overflow: hidden;
  padding: 25px;
  height: 304px;
  transition: 1s transform;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .top-container {
    height: 471px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 425px) and (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .top-container {
    min-height: 300px;
  }
}
.check-in .container .slider-wrapper .slider-item .highlight-product .top-container:after {
  z-index: -1;
  content: " ";
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s transform;
}
@media screen and (min-width: 425px) and (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .top-container:after {
    background-size: 100vw;
  }
}
@media screen and (min-width: 475px) and (max-width: 768px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .top-container:after {
    background-position: 0 0;
  }
}
.check-in .container .slider-wrapper .slider-item .highlight-product .top-container:hover {
  transform: scale(1.02);
}
.check-in .container .slider-wrapper .slider-item .highlight-product .top-container:hover:after {
  transform: scale(1.1);
}
.check-in .container .slider-wrapper .slider-item .highlight-product .top-container .stamp {
  top: 19px;
  left: 15px;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .top-container .stamp {
    top: 25px;
    left: 25px;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .top-container .stamp .extended {
    font-size: 15px;
  }
}
.check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 25px;
  height: 153px;
  transition: 1s transform;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container {
    height: 228px;
  }
}
@media screen and (min-width: 425px) and (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container {
    height: 150px;
  }
}
.check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container:after {
  z-index: -1;
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s transform;
}
@media screen and (min-width: 425px) and (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container:after {
    background-size: 100vw;
  }
}
@media screen and (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container:after {
    background-position: 0 -320px;
  }
}
.check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container:hover {
  transform: scale(1.02);
}
.check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container:hover:after {
  transform: scale(1.1);
}
.check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container:hover .goto-arrow {
  transform: translate(0, -14px);
}
.check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container .product-title {
  color: #FFF;
  font-weight: 400;
  font-size: 37px;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container .product-title {
    font-size: 60px;
    line-height: 62px;
  }
}
.check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container .goto-arrow {
  transition: 1s transform;
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .highlight-product .bottom-container .goto-arrow {
    max-width: 48px;
    max-height: 48px;
  }
}
.check-in .container .slider-wrapper .slider-item .side-product {
  margin-top: 18px;
  position: relative;
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product {
    margin-top: 0;
    margin-left: 18px;
    width: 327px;
  }
}
.check-in .container .slider-wrapper .slider-item .side-product .container-wrapper {
  display: block;
  height: 250px;
  background-color: #F0F1F3;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
  transition: 1s transform;
}
.check-in .container .slider-wrapper .slider-item .side-product .container-wrapper:hover {
  transform: scale(1.02);
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper {
    width: calc(50% - 6px);
    height: 199px;
  }
}
.check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.top {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.top {
    height: 212px;
  }
}
.check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.top .stamp {
  top: 23px;
  left: 23px;
}
.check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.bottom {
  margin-bottom: 18px;
  padding: 16px 19px;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.bottom {
    margin-top: 18px;
    margin-bottom: 0;
    padding: 25px;
    height: 241px;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.bottom .product-price.in-promotion {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.bottom .product-price.in-promotion .price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.bottom .product-price.in-promotion .price .euros {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.bottom .product-price.in-promotion .price .miles {
    font-size: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.bottom .product-price.in-promotion .sale-price-container {
    text-align: right;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.bottom .product-price.in-promotion .sale-price-container .price-cash {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper.bottom .product-price.in-promotion .sale-price-container .price-miles {
    font-size: 15px;
  }
}
.check-in .container .slider-wrapper .slider-item .side-product .container-wrapper .product-category {
  color: #949494;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper .product-category {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.check-in .container .slider-wrapper .slider-item .side-product .container-wrapper .product-title {
  color: #000;
  font-weight: 400;
  font-size: 28px;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper .product-title {
    font-size: 19px;
  }
}
.check-in .container .slider-wrapper .slider-item .side-product .container-wrapper .product-image {
  max-width: 100%;
  max-height: 100%;
}
.check-in .container .slider-wrapper .slider-item .side-product .container-wrapper .price {
  color: #000;
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper .price .euros {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .container-wrapper .price .miles {
    font-size: 15px;
  }
}
.check-in .container .slider-wrapper .slider-item .side-product .slider-numeration {
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .slider-numeration {
    position: relative;
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .side-product .slider-numeration .slide-index {
    font-size: 90px;
    margin: 0 7px;
  }
}
.check-in .container .slider-wrapper .slider-item .product-price {
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: flex;
  align-items: flex-end;
}
.check-in .container .slider-wrapper .slider-item .product-price.in-promotion .price {
  text-decoration: line-through;
}
.check-in .container .slider-wrapper .slider-item .product-price.in-promotion .price .euros {
  font-size: 22px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .product-price.in-promotion .price .euros {
    font-size: 24px;
    line-height: 24px;
  }
}
.check-in .container .slider-wrapper .slider-item .product-price.in-promotion .price .miles {
  font-size: 10px;
  line-height: 10px;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .product-price.in-promotion .price .miles {
    font-size: 11px;
    line-height: 11px;
  }
}
.check-in .container .slider-wrapper .slider-item .product-price .sale-price-container {
  margin-left: 25px;
  margin-right: 0;
}
.check-in .container .slider-wrapper .slider-item .product-price .sale-price-container .price-cash {
  font-size: 32px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .product-price .sale-price-container .price-cash {
    font-size: 34px;
    line-height: 34px;
  }
}
.check-in .container .slider-wrapper .slider-item .product-price .sale-price-container .price-miles {
  font-size: 17px;
  line-height: 17px;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .product-price .sale-price-container .price-miles {
    font-size: 19px;
    line-height: 19px;
  }
}
.check-in .container .slider-wrapper .slider-item .product-price .price {
  color: #FFF;
}
.check-in .container .slider-wrapper .slider-item .product-price .price .euros {
  text-align: right;
  font-size: 32px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .product-price .price .euros {
    font-size: 34px;
  }
}
.check-in .container .slider-wrapper .slider-item .product-price .price .miles {
  text-align: right;
  font-size: 17px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .check-in .container .slider-wrapper .slider-item .product-price .price .miles {
    font-size: 19px;
  }
}

.checkout {
  margin-top: 50px;
  margin-bottom: 50px;
}
.checkout.take-off {
  margin-top: 0;
}
.checkout .checkout-page-loading {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .checkout {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.checkout .row-checkout-header {
  display: flex;
  margin-bottom: 27px !important;
}
.checkout .row-checkout-header .checkout-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.checkout .row-checkout-header .checkout-title.take-off .title {
  font-size: 23px;
  line-height: 23px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .checkout .row-checkout-header .checkout-title.take-off .title {
    font-size: 17px;
  }
}
.checkout .row-checkout-header .checkout-title .title {
  font-size: 80px;
  line-height: 85px;
  font-weight: 400;
  flex: 6;
}
@media (max-width: 1200px) {
  .checkout .row-checkout-header .checkout-title .title {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    flex-direction: column;
  }
}
.checkout .row-checkout-header .checkout-title .cart-infos {
  font-size: 14px;
  text-align: right;
  margin-right: 35px;
  flex: 1;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .checkout .row-checkout-header .checkout-title .cart-infos {
    font-size: 13px;
  }
}
.checkout .row-checkout-body {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout .row-checkout-body .items-list {
  padding-right: 18px;
}
@media (max-width: 1200px) {
  .checkout .row-checkout-body .items-list {
    padding-right: 0px;
  }
}
.checkout .row-checkout-body .items-list .mileage-balance {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  padding: 25px 10px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .checkout .row-checkout-body .items-list .mileage-balance {
    flex-direction: column;
    text-align: center;
    margin-bottom: 22px;
  }
}
.checkout .row-checkout-body .items-list .mileage-balance.error .message {
  color: #EC1C24;
}
.checkout .row-checkout-body .items-list .mileage-balance .static-message {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.19px;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .checkout .row-checkout-body .items-list .mileage-balance .static-message {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.checkout .row-checkout-body .items-list .mileage-balance .message {
  color: #72BE44;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.26px;
}
@media (min-width: 1200px) {
  .checkout .row-checkout-body .items-list .mileage-balance .message {
    display: flex;
  }
}
.checkout .row-checkout-body .items-list .mileage-balance .message.mileage-error {
  color: #EC1C24;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .checkout .row-checkout-body .items-list .mileage-balance .message.mileage-error {
    margin-top: 0;
    margin-left: auto;
  }
}
.checkout .row-checkout-body .items-list .mileage-balance .message span {
  cursor: pointer;
  font-size: 26px;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .checkout .row-checkout-body .items-list .terms-conditions {
    margin-top: 22px;
    margin-bottom: 32px;
  }
}
.checkout .row-checkout-body .items-list .terms-conditions .checkbox-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout .row-checkout-body .items-list .terms-conditions .checkbox {
  width: 15px;
  height: 15px;
}
.checkout .row-checkout-body .items-list .terms-conditions .label {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .checkout .row-checkout-body .payment-infos {
    margin-bottom: 30px;
  }
}
.checkout .row-checkout-body .payment-infos .payment-methods {
  margin-top: 20px;
  background-color: #F1F1F1;
  padding: 30px 30px 20px 25px;
  color: #000;
  border-radius: 23px;
}
.checkout .row-checkout-body .payment-infos .payment-methods .title {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
}
@media (min-width: 1200px) {
  .checkout .row-checkout-body .payment-infos .payment-methods .title {
    font-size: 14px;
  }
}
.checkout .row-checkout-body .payment-infos .payment-methods .payment-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 10px 0;
  flex-wrap: wrap;
}
.checkout .row-checkout-body .payment-infos .payment-methods .payment-logos img {
  max-width: 100%;
  margin: 12px;
}
.checkout .row-checkout-body .payment-infos .payment-methods .payment-logos img.visa {
  width: 55px;
  height: 18px;
}
.checkout .row-checkout-body .payment-infos .payment-methods .payment-logos img.multibanco {
  width: 35px;
  height: 42px;
}
.checkout .row-checkout-body .payment-infos .payment-methods .payment-logos img.mastercard {
  width: 37px;
  height: 22px;
}
.checkout .row-checkout-body .payment-infos .payment-methods .payment-logos img.mbway {
  width: 72px;
  height: 34px;
}
.checkout .row-checkout-body .payment-infos .payment-methods .payment-logos img.paypal {
  width: 85px;
  height: 21px;
}
.checkout .row-checkout-body .payment-infos .shipping-values {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 27px;
}
.checkout .row-checkout-body .payment-infos .shipping-values p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
}
.checkout .row-checkout-body .payment-infos .shipping-values a,
.checkout .row-checkout-body .payment-infos .shipping-values a:visited {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

.personal {
  margin-top: 50px;
  margin-bottom: 50px;
}
.personal .row-personal-body {
  margin: 10px auto;
  display: block;
}
.personal .row-personal-body .title {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 25px;
}
.personal .row-personal-body .content-flex-checkout {
  width: 100%;
}
.personal .row-personal-body .content-flex-checkout .payment-infos {
  display: block;
  font-size: 14px;
  margin: 18px 40px;
}
@media (max-width: 1200px) {
  .personal .row-personal-body .content-flex-checkout .payment-infos {
    font-size: 15px;
    margin: 20px 0;
  }
}
.personal .row-personal-body .content-grid-checkout {
  width: 100%;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
  margin-bottom: 55px;
}
@media (min-width: 1200px) {
  .personal .row-personal-body .content-grid-checkout {
    grid-template-columns: repeat(2, 1fr);
  }
}
.personal .row-personal-body .content-grid-checkout select {
  background-color: #f1f1f1;
}
.personal .row-personal-body .content-grid-checkout .input-container {
  margin-bottom: 0;
}
.personal .row-personal-body .content-grid-checkout .dropdown-aggregator {
  position: relative;
  z-index: 100;
}
.personal .row-personal-body .content-grid-checkout .checkout-input-container {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.personal .row-personal-body .content-grid-checkout .checkout-input-container .input-wrapper.focused .form-label {
  transform: translateY(-125%);
  font-size: 10px;
  top: 20px;
}
.personal .row-personal-body .content-grid-checkout .checkout-input-container .input-wrapper .input-field {
  position: relative;
  padding: 15px 30px;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 23px;
  background-color: #f1f1f1;
}
.personal .row-personal-body .content-grid-checkout .checkout-input-container .input-wrapper .form-label {
  position: absolute;
  left: 30px;
  top: 15px;
  color: #9e9e9e;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.personal .row-personal-body .solo-item {
  justify-items: start;
}
.personal .row-personal-body .solo-item-saved {
  margin-bottom: 24px;
}
.personal .row-personal-body .different-billing-details .square-checkbox-label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.personal .row-personal-body .checkout-countries,
.personal .row-personal-body .checkout-saved-address {
  max-width: 100%;
  width: 100%;
  text-transform: initial;
}
.personal .row-personal-footer {
  justify-content: space-between;
  margin-top: 45px;
}
.personal .row-personal-footer .btn-personal {
  padding: 13px 0;
  font-size: 16px;
  line-height: 16px;
  max-width: 310px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .personal .row-personal-footer .btn-personal {
    width: 185px;
    max-width: calc(50% - 10px);
  }
}
.personal .row-personal-footer .btn-personal .loading {
  margin-left: 20px;
}
.personal .row-footnote {
  margin-top: 30px;
  font-size: 14px;
}
.personal .row-footnote a {
  font-size: 14px;
}
.personal .row-footnote a:hover {
  text-decoration: underline;
}

hr {
  margin: 50px 0;
}

.takeoff {
  margin-top: 50px;
  margin-bottom: 50px;
}
.takeoff.top {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .takeoff .payment-infos .checkout-total-value {
    position: initial;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .takeoff .payment-infos .checkout-total-value .checkout-inner-infos:not(.miles-campaign) {
    height: 169px;
  }
}
.takeoff .data-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .takeoff .data-header {
    margin-bottom: 16px;
  }
}
.takeoff .data-header .title {
  font-size: 23px;
  font-weight: 500;
  line-height: 23px;
}
@media (max-width: 1200px) {
  .takeoff .data-header .title {
    font-size: 17px;
  }
}
.takeoff .data-header .title .edit {
  display: none;
}
.takeoff .data-header .title .edit.delivery {
  display: block;
}
.takeoff .data-header .title .edit a,
.takeoff .data-header .title .edit a:visited {
  color: #000;
  text-decoration: underline;
}
.takeoff .data-header .edit.delivery .link {
  color: #000;
  text-decoration: underline;
}
.takeoff .delivery-data {
  background-color: #F1F1F1;
  border-radius: 23px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .takeoff .delivery-data {
    padding: 26px;
  }
}
.takeoff .delivery-data .data-content.content-takeoff {
  width: 100%;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 26px;
  column-gap: 10px;
  justify-items: baseline;
}
@media (min-width: 1200px) {
  .takeoff .delivery-data .data-content.content-takeoff {
    display: grid;
  }
}
@media (min-width: 1440px) {
  .takeoff .delivery-data .data-content.content-takeoff {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .takeoff .delivery-data .data-content.content-takeoff {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1200px) {
  .takeoff .delivery-data .data-content.content-takeoff .item-data {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .takeoff .delivery-data .data-content.content-takeoff .item-data:last-of-type {
    margin-bottom: 0;
  }
}
.takeoff .delivery-data .data-content.content-takeoff .item-data .title {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}
.takeoff .delivery-data .data-content.content-takeoff .item-data .data {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .takeoff .row-personal-footer {
    margin-top: 25px;
  }
}

.checkout-progress {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .checkout-progress {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}
.checkout-progress .segment {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.checkout-progress .segment.active:after {
  content: " ";
  background: transparent url("../images/icons/checkout-icon-default.svg") no-repeat;
  background-size: contain;
  width: 85px;
  height: 80px;
  display: block;
  position: absolute;
  right: 0;
  top: -70px;
}
.checkout-progress .segment.active.take-off:after {
  background: transparent url("../images/icons/checkout-icon-finish.svg") no-repeat;
  top: -80px;
}
.checkout-progress .segment.active .segment-title {
  color: #000;
}
.checkout-progress .segment.active .segment-line {
  background-color: #000;
}
.checkout-progress .segment.active .segment-line:before {
  background-color: #000;
}
.checkout-progress .segment.active .segment-line:after {
  content: " ";
  background-color: #000;
}
.checkout-progress .segment.completed .segment-title {
  color: #72BE44;
}
.checkout-progress .segment.completed .segment-line {
  background-color: #72BE44;
}
.checkout-progress .segment.completed .segment-line:before {
  background-color: #72BE44;
}
.checkout-progress .segment.mobile-active {
  width: 80%;
}
.checkout-progress .segment.mobile-active.take-off {
  width: 90%;
}
.checkout-progress .segment.mobile-previous {
  width: 10%;
}
.checkout-progress .segment.mobile-previous .segment-title {
  display: none;
}
.checkout-progress .segment.mobile-previous .segment-line:before {
  display: none;
}
.checkout-progress .segment.mobile-next {
  width: 10%;
}
.checkout-progress .segment.mobile-next .segment-title {
  display: none;
}
.checkout-progress .segment.mobile-disabled {
  display: none;
}
.checkout-progress .segment .segment-title {
  margin-top: 20px;
  color: #9E9E9E;
}
.checkout-progress .segment .segment-line {
  position: relative;
  height: 3px;
  background-color: #F1F1F1;
}
.checkout-progress .segment .segment-line:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -6px;
  display: block;
  height: 16px;
  width: 2px;
  background-color: #F1F1F1;
  z-index: 1;
}
.checkout-progress .segment .segment-line:after {
  position: absolute;
  right: -2px;
  top: -6px;
  display: block;
  height: 16px;
  width: 2px;
  background-color: #F1F1F1;
  z-index: 2;
}

.checkout {
  margin: 75px 0 35px;
}
@media (min-width: 1200px) {
  .checkout {
    margin: 35px 0;
  }
}
.checkout .row-checkout-header {
  display: flex;
}
.checkout .row-checkout-header .title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.checkout .row-checkout-header .title h1.title {
  font-size: 80px;
  line-height: 85px;
  font-weight: 400;
}
.checkout .row-checkout-header .title .cart-infos {
  margin-right: 50px;
  font-size: 14px;
}
.checkout .row-checkout-body {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .checkout .row-checkout-body .items-list {
    padding-right: 18px;
  }
}
.checkout .row-checkout-body .items-list .cart-item .image {
  width: 127px;
  height: 127px;
  min-width: 127px;
  min-height: 127px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.checkout .row-checkout-body .items-list .cart-item .image img {
  margin: 0;
}

.tabbed-content {
  margin: 1em auto;
  display: flex;
  width: 100%;
}

.tabs {
  display: flex;
  flex-direction: column;
}

.item {
  margin-bottom: 20px;
}
.item::before {
  height: 58px;
  border-radius: 53px;
  cursor: pointer;
  background: #F1F1F1;
  padding: 0 25px 0 35px;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
.item.active::before {
  background: #72BE44;
  color: #fff;
}
.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 23px;
}
.item.personal-data .input-wrapper {
  opacity: 0.5;
}

@media (min-width: 1200px) {
  .item {
    margin-bottom: 0;
  }
  .item .item-content .personal-information {
    display: none;
  }
  .item.active .item-content {
    padding-top: 0;
  }
  .item.active .item-content .personal-information {
    display: block;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
  background-image: url("../images/black-arrow.svg");
  background-position: calc(100% - 35px) center;
  background-repeat: no-repeat;
  transition: 0.3s background-image;
}
@media (min-width: 1200px) {
  .tabbed-content .item::before {
    background-position: 355px center;
  }
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  background-color: #F1F1F1;
  width: 100%;
  max-width: 867px;
  margin: 0 0 0 20px;
}
@media (max-width: 1200px) {
  .tabbed-content .item .item-content {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .tabbed-content .item .item-content {
    margin: 15px 0 0 0;
    border-radius: 11.722px;
  }
}
.tabbed-content .item .item-content .personal-information {
  padding: 25px 30px 40px 30px;
}
@media (min-width: 1200px) {
  .tabbed-content .item .item-content .personal-information {
    padding: 25px 20px;
  }
}
.tabbed-content .item .item-content .personal-information .subtitle {
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1200px) {
  .tabbed-content .item .item-content .personal-information .subtitle {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.tabbed-content .item .item-content .personal-information .space-bottom {
  margin-bottom: 50px;
}
.tabbed-content .item .item-content .personal-information .row-billing-address, .tabbed-content .item .item-content .personal-information .row-shipping-address {
  margin-top: 40px;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .tabbed-content .item .item-content .personal-information .row-billing-address, .tabbed-content .item .item-content .personal-information .row-shipping-address {
    margin-top: 20px;
  }
}
.tabbed-content .item .item-content .personal-information .row-billing-address .item-title, .tabbed-content .item .item-content .personal-information .row-shipping-address .item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .tabbed-content .item .item-content .personal-information .row-billing-address .item-title, .tabbed-content .item .item-content .personal-information .row-shipping-address .item-title {
    font-size: 15px;
    font-weight: 500;
  }
}
.tabbed-content .item .item-content .btn-add-address {
  margin-top: 15px;
  width: 100%;
  max-width: 240px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .tabbed-content .item .item-content .btn-add-address {
    max-width: 333px;
    height: 54px;
    justify-content: center;
    font-size: 17px;
  }
  .tabbed-content .item .item-content .btn-add-address svg {
    margin-right: 5px;
  }
}
.tabbed-content .item .item-content .form {
  margin-top: 20px;
  width: 100%;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
  margin-bottom: 55px;
}
.tabbed-content .item .item-content .form:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .tabbed-content .item .item-content .form {
    grid-template-columns: repeat(2, 1fr);
    justify-items: baseline;
  }
}
.tabbed-content .item .item-content .input-container {
  margin-bottom: 0;
}
.tabbed-content .item .item-content .input-container .input-wrapper .input-field {
  background-color: #fff;
}
.tabbed-content .item .item-content .gender {
  display: flex;
  margin-left: 35px;
}
.tabbed-content .item .item-content .gender .checkbox-container .radio-input {
  margin-right: 0;
}
.tabbed-content .item .item-content .gender .checkbox-container label {
  margin-right: 15px;
}
.tabbed-content .item .item-content .square-checkbox-label {
  margin-left: 30px;
  font-size: 16px;
  padding-left: 22px;
}
.tabbed-content .item .item-content .update-infos {
  text-align: right;
  margin-top: 35px;
}
.tabbed-content .item .item-content .update-infos svg {
  margin-right: 10px;
}
.tabbed-content .item .item-content .update-infos a,
.tabbed-content .item .item-content .update-infos a:visited {
  text-decoration: underline;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.tabbed-content .item .item-content .update-infos a:hover {
  color: #72BE44;
}
@media (max-width: 1200px) {
  .tabbed-content .item .item-content .update-infos {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 27px;
  }
  .tabbed-content .item .item-content .update-infos .svg {
    width: 15px;
    height: 15px;
    margin-right: 9px;
  }
}
.tabbed-content .item.active::before {
  background-image: url("../images/icons/white-arrow-active.svg");
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 1200px) {
  .tabbed-content .tabs {
    display: flex;
  }
  .tabbed-content .tabs .tab-button {
    margin-bottom: 20px;
    padding-right: 28px;
    padding-left: 35px;
    height: 75px;
    border-radius: 53px;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tabbed-content .tabs .tab-button svg {
    stroke: #000;
  }
  .tabbed-content .tabs .tab-button.active {
    background-color: #72BE44;
    color: #fff;
  }
  .tabbed-content .tabs .tab-button.active svg {
    stroke: #fff;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
}
.address-block-info {
  width: 100%;
}
.address-block-info.edit {
  margin-top: 25px;
  margin-bottom: 25px;
}
.address-block-info .item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .address-block-info .item-title {
    font-size: 15px;
    font-weight: 500;
  }
}
.address-block-info .input-container {
  margin-bottom: 20px !important;
}
.address-block-info .edit-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.address-block-info .edit-area span {
  color: #9E9E9E;
}
.address-block-info .edit-area span a,
.address-block-info .edit-area span a:visited {
  color: #000;
  text-decoration: underline;
}
.address-block-info .edit-area span a:hover {
  color: #72BE44;
}
.address-block-info .address {
  width: 100%;
  margin: 10px 0;
  padding: 15px 15px 15px 30px;
  border-radius: 23px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.address-block-info .address:hover .remove-address {
  display: block;
  position: absolute;
  right: 30px;
  top: 18px;
  cursor: pointer;
}
.address-block-info .address .remove-address {
  display: none;
}
.address-block-info .buttons {
  width: 100%;
  margin-top: 60px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .address-block-info .buttons {
    margin-top: 35px;
    text-align: center;
  }
}
.address-block-info .buttons .btn-address {
  height: 48px;
  width: 100%;
  margin: 0 5px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .address-block-info .buttons .btn-address {
    height: 54px;
  }
}
.address-block-info .buttons .btn-address.cancel {
  max-width: 168px;
}
@media (max-width: 1200px) {
  .address-block-info .buttons .btn-address.cancel {
    max-width: 135px;
  }
}
.address-block-info .buttons .btn-address.save {
  max-width: 296px;
}
@media (max-width: 1200px) {
  .address-block-info .buttons .btn-address.save {
    max-width: 193px;
  }
}

.discount-campaign-product-loader {
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .discount-campaign-product-loader {
    margin-bottom: 40px;
  }
}
.discount-campaign-product-loader .row-blackfriday-header {
  margin-top: 20px;
}
.discount-campaign-product-loader .row-blackfriday-header .dropdowns {
  display: flex;
}
@media (min-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-header .dropdowns {
    justify-content: flex-end;
  }
}
.discount-campaign-product-loader .row-blackfriday-header .dropdowns .order-by-dropdown {
  width: 235px;
}
.discount-campaign-product-loader .row-blackfriday-body {
  margin-top: 30px;
}
.discount-campaign-product-loader .row-blackfriday-body .loading {
  margin: 0 auto;
}
.discount-campaign-product-loader .row-blackfriday-body .arrows {
  margin-top: 40px;
  margin-left: auto;
}
.discount-campaign-product-loader .row-blackfriday-body .content-grid-blackfriday {
  width: 100%;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
}
@media (max-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-body .content-grid-blackfriday {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-body .content-grid-blackfriday {
    grid-template-columns: repeat(2, 1fr);
    /* Switch to two columns on screens larger than 768px (breakpoint sm) */
  }
}
@media (min-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-body .content-grid-blackfriday {
    grid-template-columns: repeat(3, 1fr);
    /* Switch to three columns on screens larger than 992px (breakpoint md) */
  }
}
.discount-campaign-product-loader .row-blackfriday-footer .arrows-blackfriday {
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-footer .arrows-blackfriday {
    display: flex;
    text-align: unset;
    justify-content: space-between;
  }
}
.discount-campaign-product-loader .row-blackfriday-footer .arrows-blackfriday .arrow {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-footer .arrows-blackfriday .arrow {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-footer .arrows-blackfriday .arrow .svg {
    width: 33.25px;
    height: 33.25px;
  }
}
.discount-campaign-product-loader .row-blackfriday-footer .cta-blackfriday {
  background-color: #72BE44;
  color: #fff;
  margin-top: 95px;
  border-radius: 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 34px 37px;
}
@media (max-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-footer .cta-blackfriday {
    margin-top: 55px;
    flex-direction: column;
    align-items: flex-end;
    padding: 31px 34px;
  }
}
.discount-campaign-product-loader .row-blackfriday-footer .cta-blackfriday .text {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-footer .cta-blackfriday .text {
    font-size: 32px;
    line-height: 34px;
  }
}
.discount-campaign-product-loader .row-blackfriday-footer .cta-blackfriday .image {
  margin-left: 80px;
}
@media (max-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-footer .cta-blackfriday .image {
    margin-left: 0;
  }
}
.discount-campaign-product-loader .row-blackfriday-footer .cta-blackfriday .image svg {
  width: 82px;
  height: 80.017px;
}
@media (max-width: 1200px) {
  .discount-campaign-product-loader .row-blackfriday-footer .cta-blackfriday .image svg {
    width: 47px;
    height: 46px;
  }
}

.general-input-container.error input,
.general-input-container.error textarea, .general-input-container.error .square-checkmark, .general-input-container.error select {
  border: 1px solid red !important;
}
.general-input-container.error .error-message {
  color: red;
  font-size: 12px;
  font-weight: 700;
  padding-top: 5px;
}
.general-input-container:not(.error) .error-message {
  display: none;
}

.favorites .loading {
  margin: 0 auto;
}
.favorites .row-favorites-header {
  display: flex;
}
@media (max-width: 1200px) {
  .favorites .row-favorites-header .title {
    margin-bottom: 17px;
  }
}
.favorites .row-favorites-header .title h1.title {
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .favorites .row-favorites-header .title h1.title {
    font-size: 80px;
    line-height: 85px;
  }
}
.favorites .row-favorites-header .dropdowns {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}
.favorites .row-favorites-header .dropdowns .order-by-dropdown {
  width: 235px;
}
.favorites .row-favorites-header .dropdowns .see-amount-dropdown {
  width: 185px;
}
.favorites .row-favorites-body {
  margin-top: 48px;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .favorites .row-favorites-body {
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .favorites .row-favorites-body .row {
    margin: 20px auto;
  }
}
.favorites .row-favorites-body .row.favorites-row {
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.favorites .row-favorites-body .row .content-grid {
  width: 100%;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
}
@media (min-width: 1200px) {
  .favorites .row-favorites-body .row .content-grid {
    grid-template-columns: repeat(2, 1fr);
    /* Switch to two columns on screens larger than 768px (breakpoint sm) */
  }
}
@media (min-width: 1200px) {
  .favorites .row-favorites-body .row .content-grid {
    grid-template-columns: repeat(4, 1fr);
    /* Switch to three columns on screens larger than 992px (breakpoint md) */
  }
}
.favorites .row-footer {
  margin: 27px 0 160px;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .favorites .row-footer {
    margin: 40px 0 35px;
  }
}

.general-input-container {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.general-input-container .input-wrapper.focused .form-label {
  transform: translateY(-125%);
  font-size: 10px;
  top: 21px;
}
.general-input-container .input-wrapper.focused .input-field {
  padding-top: 20px;
  padding-bottom: 10px;
}
.general-input-container .input-wrapper .input-field {
  position: relative;
  padding: 14px 33px;
  height: 48px;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 23px;
  background-color: #F1F1F1;
}
.general-input-container .input-wrapper .form-label {
  position: absolute;
  left: 33px;
  top: 15px;
  color: #9E9E9E;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  font-size: 16px;
}

/* Estilos para o input e textarea */
.checkbox-label-aggregator .square-checkbox-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-label-aggregator .square-checkbox-label .square-checkbox {
  display: none;
}
.checkbox-label-aggregator .square-checkbox-label .square-checkbox:checked ~ .square-checkmark {
  background: transparent url("../images/icons/input-check-mark.png") no-repeat center center;
}
.checkbox-label-aggregator .square-checkbox-label .square-checkbox:checked ~ .checkmark:after {
  display: block;
}
.checkbox-label-aggregator .square-checkbox-label .square-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.checkbox-label-aggregator .square-checkbox-label .square-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-label-aggregator .round-checkbox-label {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-label-aggregator .round-checkbox-label .square-checkbox {
  display: none;
}
.checkbox-label-aggregator .round-checkbox-label .square-checkbox:checked ~ .square-checkmark {
  background: #FFF url("../images/icons/round-checkbox-check.svg") no-repeat center center;
}
.checkbox-label-aggregator .round-checkbox-label .square-checkbox:checked ~ .checkmark:after {
  display: block;
}
.checkbox-label-aggregator .round-checkbox-label .square-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.checkbox-label-aggregator .round-checkbox-label .square-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-label-aggregator p {
  font-size: 16px;
}

.input-field {
  border-radius: 60px;
  background: #F1F1F1;
  color: #9E9E9E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 26px;
  border: none;
  transition: color 0.3s ease, border-color 0.3s ease;
  width: 100%;
  margin: 0;
}
.input-field:focus {
  color: #000;
  outline: none;
  border-color: #000;
}
.input-field.empty {
  color: #9E9E9E;
}
.input-field:not(.empty) {
  color: black;
}

/* Estilos específicos para o textarea */
.textarea-field {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  border-radius: 23px;
  height: 113px;
  resize: none;
}
.textarea-field:focus {
  resize: none;
}

/* Estilos para os containers */
.input-container,
.textarea-container {
  margin-bottom: 20px;
}

.radio-container {
  display: flex;
  align-items: center;
}

.radio-input {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 8px;
  appearance: none;
  border: 2px solid black;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .radio-input {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
  }
}

.radio-input:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .radio-input:checked::before {
    width: 10px;
    height: 10px;
  }
}

.radio-label {
  margin-left: 12px;
  font-size: 16px;
}

.checkbox-container {
  display: flex;
  align-items: center;
}

.checkbox-container label {
  margin-left: 15px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #000;
}

.full-width-text-only-cta .contents {
  background-color: #72BE44;
  color: #fff;
  border-radius: 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 34px 37px;
}
@media (max-width: 1200px) {
  .full-width-text-only-cta .contents {
    margin: 15px 0 25px;
    flex-direction: column;
    align-items: flex-end;
    padding: 31px 34px;
  }
}
.full-width-text-only-cta .contents .text {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  display: block;
}
@media (max-width: 1200px) {
  .full-width-text-only-cta .contents .text {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.full-width-text-only-cta .contents .image {
  margin-left: 80px;
}
@media (max-width: 1200px) {
  .full-width-text-only-cta .contents .image {
    margin-left: 0;
  }
}
.full-width-text-only-cta .contents .image svg {
  width: 82px;
  height: 80.017px;
}
@media (max-width: 1200px) {
  .full-width-text-only-cta .contents .image svg {
    width: 47px;
    height: 46px;
  }
}

.footer {
  background-color: #fff;
  color: #000;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  line-height: 1.6;
  margin: 0;
  font-weight: normal;
}
.footer h1 {
  font-size: 40px;
}
.footer h2 {
  font-size: 32px;
}
.footer h3 {
  font-size: 28px;
}
.footer h4 {
  font-size: 24px;
}
.footer h5 {
  font-size: 20px;
}
.footer h6 {
  font-size: 16px;
}
.footer h4 {
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 10px;
}
.footer h4 a {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  line-height: 25px;
}
.footer .footer-background {
  width: 100%;
  height: 6px;
  position: relative;
  background-color: #ec1c24;
}
.footer .footer-background::before, .footer .footer-background::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 33.33%;
}
.footer .footer-background::before {
  background-color: #bed630;
  left: 0;
}
.footer .footer-background::after {
  background-color: #72be44;
  left: 33.33%;
}
.footer .footer-container {
  margin: 60px auto;
}
@media (min-width: 1200px) {
  .footer .footer-container {
    padding: 20px 0;
  }
}
.footer .footer-container .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-row-gap: 50px;
  align-items: start;
}
@media (min-width: 1200px) {
  .footer .footer-container .content {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 25px;
  }
}
.footer .footer-container .content .item {
  margin: 0 5px;
}
@media (max-width: 1200px) {
  .footer .footer-container .content .item ul {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.footer .footer-container .content .item ul li {
  line-height: 30px;
}
.footer .footer-container .content .item ul li a {
  color: #717171;
  text-decoration: none;
  transition: all ease 0.3s;
}
.footer .footer-container .content .item ul li a:visited {
  color: #717171;
}
.footer .footer-container .content .item ul li a:hover {
  color: #000;
}
.footer .footer-container .content .item ul li a:focus {
  color: #000;
}
.footer .footer-container .content .item ul.big-links li a,
.footer .footer-container .content .item ul.big-links li a:visited,
.footer .footer-container .content .item ul.big-links li a:hover,
.footer .footer-container .content .item ul.big-links li a:focus {
  color: #000;
}
.footer .copyright {
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px;
  flex-direction: column-reverse;
  gap: 15px;
}
@media (min-width: 1200px) {
  .footer .copyright {
    flex-direction: row;
    gap: 50px;
  }
}

.header {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #F1F1F1;
}
@media (min-width: 1200px) {
  .header {
    background-color: #F4F4F4;
  }
}
.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999999;
}
@media (min-width: 1200px) {
  .header.show nav.main-menu {
    border: 2px solid #D7D7D7;
    border-bottom: 0;
    border-top: 0;
  }
}
.header .top-menu {
  background-color: #000;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.header .top-menu ul.items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header .top-menu ul.items .help-top-menu {
  display: flex;
  align-items: center;
}
.header .top-menu ul.items .help-top-menu .rounded-box {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 9px;
}
.header .top-menu ul.items .help-top-menu .rounded-box .question-mark {
  font-size: 13px;
  color: #fff;
}
.header .top-menu ul.items .language-top-menu .inner-container,
.header .top-menu ul.items .login-top-menu .inner-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .top-menu ul.items .language-top-menu {
  position: relative;
  width: 71px;
  height: 23px;
  margin-right: 0;
}
.header .top-menu ul.items .language-top-menu:hover .language-top-menu-aggregator {
  border: 1px solid #FFF;
  border-radius: 9px;
  height: 67px;
  width: 80px;
  position: relative;
  top: -7px;
  background-color: #000;
  padding: 10px 12px;
}
.header .top-menu ul.items .language-top-menu:hover .language-top-menu-aggregator a {
  display: block;
  padding: 0;
}
.header .top-menu ul.items .language-top-menu .language-top-menu-aggregator {
  position: absolute;
  top: 4px;
}
.header .top-menu ul.items .language-top-menu .language-top-menu-aggregator a {
  font-size: 12px;
  display: none;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header .top-menu ul.items .language-top-menu .language-top-menu-aggregator a.active {
  display: block;
}
.header .top-menu ul.items .language-top-menu .language-top-menu-aggregator a:hover {
  text-decoration: none;
}
.header .top-menu ul.items li {
  margin: 0 10px;
}
.header .top-menu ul.items li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: text-decoration 0.2s ease;
}
.header .top-menu ul.items li a:hover, .header .top-menu ul.items li a:focus {
  text-decoration: underline;
}
.header nav.main-menu {
  background-color: #F1F1F1;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
  height: 72px;
}
@media (min-width: 1200px) {
  .header nav.main-menu {
    margin: 0;
    padding: 30px 0 30px;
  }
}
.header nav.main-menu .container {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header nav.main-menu .container {
    padding: 0 20px;
    justify-content: space-between;
  }
}
.header nav.main-menu .container .logo {
  padding-right: 5%;
}
@media (max-width: 1200px) {
  .header nav.main-menu .container .logo img {
    width: 115px;
    height: auto;
  }
}
.header nav.main-menu .container .toggle-menu {
  background-color: #000;
  color: #fff;
  width: 100%;
  max-width: 433px;
  height: 47px;
  margin: 0 20px;
  border-radius: 60px;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .header nav.main-menu .container .toggle-menu {
    background-color: #f1f1f1;
    color: #000;
    margin: 0;
    padding: 0;
    width: auto;
    order: -1;
  }
}
.header nav.main-menu .container .toggle-menu span.placeholder {
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .header nav.main-menu .container .toggle-menu span.placeholder {
    display: none;
  }
}
.header nav.main-menu .container .toggle-menu.open span.icon, .header nav.main-menu .container .toggle-menu.open span.star-empty, .header nav.main-menu .container .toggle-menu.open span.star-full {
  background-size: 21px;
  width: 21px;
  height: 21px;
  position: relative;
  left: 5px;
  background-image: url("../images/menu-close-mobile.svg");
}
@media (min-width: 1200px) {
  .header nav.main-menu .container .toggle-menu.open span.icon, .header nav.main-menu .container .toggle-menu.open span.star-empty, .header nav.main-menu .container .toggle-menu.open span.star-full {
    background-image: url("../images/menu-close.svg");
    width: 15px;
    height: 15px;
    left: -5px;
  }
}
.header nav.main-menu .container .toggle-menu span.icon, .header nav.main-menu .container .toggle-menu span.star-empty, .header nav.main-menu .container .toggle-menu span.star-full {
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center;
  width: 29px;
  height: 29px;
  background-image: url("../images/menu-open-mobile.svg");
}
@media (min-width: 1200px) {
  .header nav.main-menu .container .toggle-menu span.icon, .header nav.main-menu .container .toggle-menu span.star-empty, .header nav.main-menu .container .toggle-menu span.star-full {
    background-image: url("../images/menu-open.svg");
  }
}
.header nav.main-menu .container .search-box {
  display: flex;
  align-items: center;
  background-color: #000;
  border-radius: 60px;
  padding: 0 10px 0 0;
  width: 100%;
  height: 47px;
  max-width: 550px;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .header nav.main-menu .container .search-box {
    display: none;
  }
}
.header nav.main-menu .container .search-box input {
  border: none;
  outline: none;
  width: 100%;
  height: 47px;
  padding: 10px 26px;
  background-color: #fff;
  border-radius: 60px;
  margin-left: -1px;
}
.header nav.main-menu .container .search-box button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin-left: 11px;
  margin-right: 11px;
}
.header nav.main-menu .container .search-box button .feather {
  display: block;
}
.header nav.main-menu .container .header-icons {
  display: flex;
  gap: 25px;
}
.header nav.main-menu .container .header-icons .searchbox-container {
  z-index: 1;
}
.header nav.main-menu .container .header-icons .searchbox-container:not(.active) .search-area,
.header nav.main-menu .container .header-icons .searchbox-container:not(.active) .search-close {
  display: none;
}
.header nav.main-menu .container .header-icons .searchbox-container.active {
  background-color: #F4F4F4;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header nav.main-menu .container .header-icons .searchbox-container .search-area {
  width: 100%;
  padding: 0 20px;
}
.header nav.main-menu .container .header-icons .searchbox-container .search-area .search-input {
  width: 100%;
  background-color: transparent;
  color: #000;
}
.header nav.main-menu .container .header-icons .searchbox-container .search-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header nav.main-menu .container .header-icons .searchbox-container .search-mobile {
    display: block;
  }
}
@media (max-width: 1200px) {
  .header nav.main-menu .container .header-icons .icon-favorites svg {
    width: 24px;
    height: 21px;
  }
}
.header nav.main-menu .container .header-icons .favicon {
  width: 24px;
  height: 21px;
}
@media (max-width: 1200px) {
  .header nav.main-menu .container .header-icons .favicon {
    stroke: #000;
  }
}
.header nav.main-menu .container .header-icons .cart {
  width: 28px;
  height: 18px;
}
@media (min-width: 1200px) {
  .header nav.main-menu .container .header-icons .cart {
    width: 33px;
    height: 23px;
  }
}
.header nav.main-menu .container .header-icons .cart:hover {
  cursor: pointer;
}

.mega-menu {
  /* Default style of the mega-menu (hidden by default) */
  background-color: #F1F1F1;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  color: #000;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  transition: transform 0.3s, visibility 0.3s;
  border-top: 0;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  /* Display the mega-menu with opacity 1 */
}
@media (min-width: 1200px) {
  .mega-menu {
    padding: 20px;
    border: 2px solid #D7D7D7;
    border-top: 0;
  }
}
.mega-menu.show {
  transform: scaleY(1);
  visibility: visible;
}
@media (max-width: 1200px) {
  .mega-menu.show {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 1200px) and (max-height: 640px) {
  .mega-menu.show .container {
    max-height: 400px;
    overflow: scroll;
  }
}
.mega-menu[data-from-category="1"] {
  padding-top: 70px;
}
.mega-menu .container h1, .mega-menu .container h2, .mega-menu .container h3, .mega-menu .container h4, .mega-menu .container h5, .mega-menu .container h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  line-height: 1.6;
  margin: 0;
  font-weight: normal;
}
.mega-menu .container h1 {
  font-size: 40px;
}
.mega-menu .container h2 {
  font-size: 32px;
}
.mega-menu .container h3 {
  font-size: 28px;
}
.mega-menu .container h4 {
  font-size: 24px;
}
.mega-menu .container h5 {
  font-size: 20px;
}
.mega-menu .container h6 {
  font-size: 16px;
}
.mega-menu .container .menu-item {
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
}
.mega-menu .container .menu-item a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .mega-menu .container {
    padding: 20px 50px;
  }
}
@media (min-width: 1200px) {
  .mega-menu .container .content {
    column-count: 4;
    column-gap: 50px;
  }
}
@media (max-width: 1200px) {
  .mega-menu .container .content {
    display: flex;
    flex-direction: column;
    grid-gap: unset;
    position: relative;
  }
}
.mega-menu .container .content span.item {
  margin-bottom: 20px;
  display: block;
  break-inside: avoid;
}
.mega-menu .container .content span.item h4 a,
.mega-menu .container .content span.item h4 a:visited,
.mega-menu .container .content span.item h4 a:hover,
.mega-menu .container .content span.item h4 a:focus {
  color: #000;
}
.mega-menu .container .content span.item .svg-icon {
  width: 25px;
  height: 25px;
  display: none;
}
@media (max-width: 1200px) {
  .mega-menu .container .content span.item .svg-icon {
    display: block;
  }
}
.mega-menu .container .content span.item ul li {
  line-height: 30px;
}
.mega-menu .container .content span.item ul li a {
  color: #949494;
  text-decoration: none;
  transition: all ease 0.3s;
}
.mega-menu .container .content span.item ul li a:visited {
  color: #949494;
}
.mega-menu .container .content span.item ul li a:hover {
  color: #000;
}
.mega-menu .container .content span.item ul li a:focus {
  color: #000;
}
.mega-menu .container .content span.item .submenu {
  transform: scaleY(0);
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: transform 0.3s, max-height 0.3s, opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F1F1F1;
  width: 100vw;
  height: 100%;
  z-index: 1;
}
.mega-menu .container .content span.item .submenu.visible {
  transform: scaleY(1);
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}
.mega-menu .container .content span.item .submenu.left-to-right {
  transform: translateX(-100%);
}
.mega-menu .container .content span.item .submenu.right-to-left {
  transform: translateX(100%);
}
@media (min-width: 1200px) {
  .mega-menu .container .content span.item .submenu {
    transform: scaleY(1);
    max-height: none;
    opacity: 1;
    visibility: visible;
    display: block;
    position: static;
    background-color: transparent;
    width: auto;
    height: auto;
  }
  .mega-menu .container .content span.item .submenu h4.js-submenu-toggle {
    display: block;
  }
}
.mega-menu .container .content span.item .submenu .links-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .mega-menu .container .content span.item .submenu .links-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .mega-menu .container .content span.item .submenu .links-items li {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }
}
.mega-menu .container .content span.item .submenu .back {
  align-items: center;
  display: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.mega-menu .container .content span.item .submenu .back .textBack {
  padding: 5px 10px;
  margin-left: 8px;
  font-weight: bold;
  font-size: 22px;
}
.mega-menu .container .content span.item .submenu .back .svg-icon {
  display: none;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: black;
  transition: fill 0.3s;
}
@media (max-width: 1200px) {
  .mega-menu .container .content span.item .submenu .back .svg-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
  }
}
.mega-menu .menu-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.mega-menu .menu-bottom .top-items {
  padding: 10px 35px;
}
.mega-menu .menu-bottom .top-items .help-top-menu {
  display: flex;
  align-items: center;
}
.mega-menu .menu-bottom .top-items .help-top-menu .rounded-box {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.mega-menu .menu-bottom .top-items .help-top-menu .rounded-box .question-mark {
  font-size: 13px;
  color: #000;
}
.mega-menu .menu-bottom .top-items .help-top-menu a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  transition: text-decoration 0.2s ease;
}
.mega-menu .menu-bottom .top-items .help-top-menu a:hover, .mega-menu .menu-bottom .top-items .help-top-menu a:focus {
  text-decoration: underline;
}
.mega-menu .menu-bottom .bottom-items {
  background-color: #000;
  color: #fff;
  padding: 24px 30px;
  height: 57px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mega-menu .menu-bottom .bottom-items .language-bottom-menu {
  position: absolute;
}
.mega-menu .menu-bottom .bottom-items .language-bottom-menu.open {
  border: 1px solid #FFF;
  border-radius: 9px;
  padding: 15px;
  left: 15px;
  top: 10px;
  background-color: #000;
  height: 80px;
}
.mega-menu .menu-bottom .bottom-items .language-bottom-menu.open .language-bottom-menu-aggregator .language-selector {
  display: flex !important;
  margin-bottom: 15px;
}
.mega-menu .menu-bottom .bottom-items .language-bottom-menu.open .language-bottom-menu-aggregator .language-selector:last-of-type {
  margin-bottom: 0;
}
.mega-menu .menu-bottom .bottom-items .language-bottom-menu .language-bottom-menu-aggregator .language-selector {
  display: none;
}
.mega-menu .menu-bottom .bottom-items .language-bottom-menu .language-bottom-menu-aggregator .language-selector img {
  margin-right: 10px;
}
.mega-menu .menu-bottom .bottom-items .language-bottom-menu .language-bottom-menu-aggregator .language-selector .info {
  font-size: 15px;
  text-transform: uppercase;
}
.mega-menu .menu-bottom .bottom-items .language-bottom-menu .language-bottom-menu-aggregator .language-selector.active {
  display: flex;
}
.mega-menu .menu-bottom .bottom-items a {
  margin-left: auto;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  transition: text-decoration 0.2s ease;
}
.mega-menu .menu-bottom .bottom-items a:hover, .mega-menu .menu-bottom .bottom-items a:focus {
  text-decoration: underline;
}
.mega-menu .menu-bottom .bottom-items a .info {
  padding: 0 5px;
}
.mega-menu .menu-bottom .bottom-items .mobile-login-header-container {
  margin-left: auto;
}

/* Styles of the icon (two horizontal lines and two diagonals to form the "X") */
.icon-line {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 1200px) {
  .icon-line {
    stroke: #000;
  }
}

/* Style of the "X" icon (horizontal lines hidden when the menu is hidden) */
.toggle-menu .icon-line-x1,
.toggle-menu .icon-line-x2,
.toggle-menu .icon-back {
  opacity: 0;
}

.toggle-menu .icon-line-1,
.toggle-menu .icon-line-2 {
  opacity: 1;
}

/* Style of the "<" icon (horizontal lines hidden when the login is visible) */
.toggle-menu.login-open .icon svg, .toggle-menu.login-open .star-empty svg, .toggle-menu.login-open .star-full svg {
  height: 30px !important;
}
.toggle-menu.login-open .icon svg .icon-line-x1, .toggle-menu.login-open .star-empty svg .icon-line-x1, .toggle-menu.login-open .star-full svg .icon-line-x1, .toggle-menu.login-open .icon svg .icon-line-x2, .toggle-menu.login-open .star-empty svg .icon-line-x2, .toggle-menu.login-open .star-full svg .icon-line-x2, .toggle-menu.login-open .icon svg .icon-line-1, .toggle-menu.login-open .star-empty svg .icon-line-1, .toggle-menu.login-open .star-full svg .icon-line-1, .toggle-menu.login-open .icon svg .icon-line-2, .toggle-menu.login-open .star-empty svg .icon-line-2, .toggle-menu.login-open .star-full svg .icon-line-2 {
  opacity: 0 !important;
}
.toggle-menu.login-open .icon svg .icon-back, .toggle-menu.login-open .star-empty svg .icon-back, .toggle-menu.login-open .star-full svg .icon-back {
  opacity: 1;
}

/* Animation style of the "X" icon */
.toggle-menu.mega-menu.show .icon-line-x1,
.toggle-menu.mega-menu.show .icon-line-x2 {
  opacity: 1;
}

.toggle-menu.mega-menu.show .icon-line-x1 {
  transform: rotate(45deg);
}

.toggle-menu.mega-menu.show .icon-line-x2 {
  transform: rotate(-45deg);
}

/* cart details desktop */
.cart-details-container {
  position: relative;
  display: inline-block;
}
.cart-details-container .hovered {
  /*
  path {
  	fill: red;
  }
  */
}
.cart-details-container .hovered .cart-details {
  display: flex;
  flex-direction: column;
}
.cart-details-container .cart-icon-aggregator {
  position: relative;
}
.cart-details-container .cart-icon-aggregator .cart-total {
  position: absolute;
  background-color: #ff0000;
  border-radius: 50%;
  font-size: 7px;
  color: #FFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  top: 7px;
  left: 10px;
  width: 9px;
  height: 9px;
}
@media (min-width: 1200px) {
  .cart-details-container .cart-icon-aggregator .cart-total {
    width: 11px;
    height: 11px;
    top: 9px;
    left: 11px;
    font-size: 8px;
  }
}
.cart-details-container .cart-details {
  position: absolute;
  top: 150%;
  right: 0;
  width: 392px;
  height: auto;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  transition: transform 0.3s, visibility 0.3s;
  z-index: 1;
}
.cart-details-container .cart-details.show {
  transform: scaleY(1);
  visibility: visible;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details.show {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .cart-details-container .cart-details.show {
    background-color: #fff;
    height: 100%;
    top: 60px;
    left: 0;
    right: unset;
    position: fixed;
    width: 100%;
  }
  .cart-details-container .cart-details.show .cart-content {
    width: 100%;
    max-height: 100%;
    height: calc(100% - 140px);
  }
}
.cart-details-container .cart-details .cart-content {
  display: flex;
  flex-direction: column;
  width: 392px;
  max-height: 412px;
  padding: 30px 25px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details .cart-content {
    background-color: #F4F4F4;
    justify-content: space-between;
  }
}
.cart-details-container .cart-details .cart-content .cart-header,
.cart-details-container .cart-details .cart-content .cart-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cart-details-container .cart-details .cart-content .cart-header .accent,
.cart-details-container .cart-details .cart-content .cart-footer .accent {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 54px;
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-header .accent,
  .cart-details-container .cart-details .cart-content .cart-footer .accent {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
  }
}
.cart-details-container .cart-details .cart-content .cart-header .accent.price,
.cart-details-container .cart-details .cart-content .cart-footer .accent.price {
  font-size: 30px;
  letter-spacing: 0.3px;
}
.cart-details-container .cart-details .cart-content .cart-header .info,
.cart-details-container .cart-details .cart-content .cart-footer .info {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-header .info,
  .cart-details-container .cart-details .cart-content .cart-footer .info {
    position: relative;
    bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-header {
    align-items: flex-end;
  }
}
.cart-details-container .cart-details .cart-content .cart-loading {
  margin: 0 auto;
}
.cart-details-container .cart-details .cart-content .cart-header {
  margin-bottom: 20px;
}
.cart-details-container .cart-details .cart-content .cart-footer {
  margin-top: 20px;
}
.cart-details-container .cart-details .cart-content .cart-item {
  height: 213px;
  background-color: #F1F1F1;
  padding: 21px;
  border-radius: 23px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item {
    height: 111px;
    background: #fff;
    padding: 0 16px;
  }
}
@media (max-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .image {
    max-height: 107px;
    align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .image {
    width: 40%;
  }
}
.cart-details-container .cart-details .cart-content .cart-item .image img {
  max-width: 100%;
}
.cart-details-container .cart-details .cart-content .cart-item .item-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px;
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .top-infos {
  display: flex;
  justify-content: space-between;
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .top-infos .left .product-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .top-infos .left .product-cart-name {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 7px;
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .top-infos .left .product-cart-name {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
  }
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .top-infos .left .product-cart-details {
  color: #72BE44;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 7px;
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .top-infos .left .product-cart-details {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 0;
  }
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .top-infos .right .remove {
  cursor: pointer;
  width: 13px;
  height: 13px;
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .left {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .left .control .button-increment-decrement {
  width: 20px;
  height: 20px;
  font-size: 11px;
  background-color: #F1F1F1;
}
@media (max-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .left .control .button-increment-decrement {
    width: 37px;
    height: 37px;
    background-color: #FFF;
    font-size: 22px;
  }
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .left .control .number-increment-decrement {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .left .control .number-increment-decrement {
    font-size: 11px;
  }
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .reference {
  display: none;
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .right {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .right {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .right .price {
    text-align: right;
  }
}
.cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .right .price .euros {
  font-size: 32px;
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .right .price .euros {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .right .price .miles {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .cart-details-container .cart-details .cart-content .cart-item .item-details .bottom-infos .right .price .miles {
    display: none;
  }
}
.cart-details-container .cart-details .ticket {
  width: 100%;
}
.cart-details-container .cart-details .ticket .rip {
  /*background-color: #fafafa;*/
  height: 20px;
  margin: 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
}
.cart-details-container .cart-details .ticket .rip:before, .cart-details-container .cart-details .ticket .rip:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 5px solid transparent;
  border-top-color: #fafafa;
  border-right-color: #fafafa;
  border-radius: 100%;
  pointer-events: none;
}
.cart-details-container .cart-details .ticket .rip:before {
  left: -10px;
  border-right-color: #72BE44;
}
.cart-details-container .cart-details .ticket .rip:after {
  transform: translate(-50%, -50%) rotate(225deg);
  right: -40px;
  border-top-color: #72BE44;
}
.cart-details-container .cart-details .ticket .rip .rip-top {
  height: 10px;
  background-color: #F4F4F4;
}
.cart-details-container .cart-details .ticket .rip .inner-dots {
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  z-index: 1;
  background-position: center;
  background-size: 5px 4px;
  background-repeat: repeat-x;
}
.cart-details-container .cart-details .ticket .rip .rip-bottom {
  height: 10px;
  background-color: #72BE44;
}
.cart-details-container .cart-details .btn-cart {
  box-shadow: 3px 13px 16px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding-top: 5px;
}

.home .header nav.main-menu .container .search-box input, .fixed-white-background .header nav.main-menu .container .search-box input {
  background-color: #F1F1F1;
}

@media (min-width: 1200px) {
  body.home .header, body.home .header nav.main-menu, body.home .mega-menu {
    background-color: #FFF;
  }
}

.admin-bar .header {
  top: 32px;
  z-index: 99999;
}

.image-carousel {
  background-color: #FFF;
  position: relative;
  height: 357px;
  border-radius: 23px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .image-carousel {
    height: 620px;
  }
}
.image-carousel .stamp {
  top: 17px;
  left: 14px;
  z-index: 10;
}
@media (min-width: 1200px) {
  .image-carousel .stamp {
    top: 35px;
    left: 35px;
  }
}
.image-carousel .glide {
  height: 100%;
}
.image-carousel .glide .glide__track {
  height: 100%;
}
.image-carousel .glide .glide__track .glide__slides {
  height: 100%;
}
.image-carousel .glide .glide__track .glide__slides .glide__slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-carousel .glide .glide__track .glide__slides .glide__slide .product-image {
  max-width: 100%;
  max-height: 230px;
}
@media (min-width: 1200px) {
  .image-carousel .glide .glide__track .glide__slides .glide__slide .product-image {
    max-height: 450px;
  }
}
.image-carousel .glide .glide__bullets {
  width: calc(100% - 60px);
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
}
@media (min-width: 1200px) {
  .image-carousel .glide .glide__bullets {
    width: calc(100% - 40px);
  }
}
.image-carousel .glide .glide__bullets .glide__bullet {
  width: 100%;
  height: 3px;
  border: 0;
  outline: 0;
  background-color: #F0F1F3;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .image-carousel .glide .glide__bullets .glide__bullet {
    margin: 0 20px;
  }
}
.image-carousel .glide .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #72BE44;
}
.image-carousel .glide--arrows {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .image-carousel .glide--arrows {
    width: calc(100% - 60px);
    left: 30px;
  }
}

[data-has-zoom]:hover {
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
[data-has-zoom]:hover img {
  opacity: 0 !important;
}
[data-has-zoom] img {
  transition: opacity 0.5s;
}

.control {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.11px;
}

.button-increment-decrement {
  width: 19.979px;
  height: 19.979px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
}
.button-increment-decrement.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.number-increment-decrement {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-cta-stretchable-slider {
  margin-bottom: 65px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider {
    margin-bottom: 130px;
    margin-top: 0;
  }
}
.intro-cta-stretchable-slider.hovered .container .highlight-container {
  width: 100%;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider.hovered .container .highlight-container {
    margin: 0;
  }
}
.intro-cta-stretchable-slider.hovered .container .highlight-container .heading .top-description {
  opacity: 1;
}
.intro-cta-stretchable-slider.hovered .container .highlight-container .product-price .price, .intro-cta-stretchable-slider.hovered .container .highlight-container .product-price .sale-price-container {
  opacity: 1;
}
.intro-cta-stretchable-slider.hovered .container .highlight-container .product-bottom-description .product-short-description {
  display: none;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider.hovered .container .others-slider-container {
    margin: 0;
    width: 0;
  }
  .intro-cta-stretchable-slider.hovered .container .others-slider-container .slider-main-content {
    padding: 0 !important;
  }
  .intro-cta-stretchable-slider.hovered .container .others-slider-container .slider-bottom .slider-bottom-left, .intro-cta-stretchable-slider.hovered .container .others-slider-container .slider-bottom .slider-bottom-right {
    padding: 0 !important;
    font-size: 0;
  }
  .intro-cta-stretchable-slider.hovered .container .others-slider-container .slider-title, .intro-cta-stretchable-slider.hovered .container .others-slider-container .product-title, .intro-cta-stretchable-slider.hovered .container .others-slider-container .price, .intro-cta-stretchable-slider.hovered .container .others-slider-container .extra-info {
    font-size: 0 !important;
  }
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container {
    display: flex;
    height: 678px;
  }
}
.intro-cta-stretchable-slider .container .highlight-container {
  padding: 20px;
  position: relative;
  background-repeat: no-repeat;
  transition: 400ms all;
  border-radius: 23px;
  width: 100%;
  height: 390px;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .highlight-container {
    padding: 25px 35px;
    width: 50%;
    margin-right: 12px;
    height: 100%;
    margin-bottom: 0;
  }
}
.intro-cta-stretchable-slider .container .highlight-container .heading {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .highlight-container .heading {
    max-width: 600px;
  }
}
.intro-cta-stretchable-slider .container .highlight-container .heading .title-section {
  margin-bottom: 10px;
}
.intro-cta-stretchable-slider .container .highlight-container .heading .title-section .product-title {
  color: #FFF;
  font-weight: 400;
}
.intro-cta-stretchable-slider .container .highlight-container .heading .top-description {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  opacity: 0;
  transition: 400ms all;
  margin-bottom: 35px;
}
.intro-cta-stretchable-slider .container .highlight-container .highlight-image {
  max-width: 100%;
  position: absolute;
  max-height: 312px;
  right: 80px;
  bottom: 0;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .highlight-container .highlight-image {
    right: 140px;
    bottom: 30px;
    max-height: 100%;
  }
}
.intro-cta-stretchable-slider .container .highlight-container .product-price {
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: flex-end;
}
.intro-cta-stretchable-slider .container .highlight-container .product-price.in-promotion .price .euros, .intro-cta-stretchable-slider .container .highlight-container .product-price.in-promotion .price .miles {
  text-decoration: line-through;
}
.intro-cta-stretchable-slider .container .highlight-container .product-price.in-promotion .price .euros {
  font-size: 32px;
  line-height: 32px;
}
.intro-cta-stretchable-slider .container .highlight-container .product-price.in-promotion .price .miles {
  font-size: 13px;
  line-height: 13px;
}
.intro-cta-stretchable-slider .container .highlight-container .product-price .sale-price-container {
  opacity: 0;
}
.intro-cta-stretchable-slider .container .highlight-container .product-price .price {
  color: #FFF;
  opacity: 0;
  transition: 400ms all;
}
.intro-cta-stretchable-slider .container .highlight-container .product-price .price .euros {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.42px;
}
.intro-cta-stretchable-slider .container .highlight-container .product-price .price .miles {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.24px;
}
.intro-cta-stretchable-slider .container .highlight-container .product-stamp-container {
  position: relative;
  top: 0;
  transition: 400ms top;
}
.intro-cta-stretchable-slider .container .highlight-container .product-stamp-container .stamp {
  top: 0;
}
.intro-cta-stretchable-slider .container .highlight-container .product-bottom-description {
  position: absolute;
  bottom: 35px;
}
.intro-cta-stretchable-slider .container .highlight-container .product-bottom-description .product-short-description {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  transition: 400ms all;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .highlight-container .product-bottom-description .product-short-description {
    font-size: 20px;
  }
}
.intro-cta-stretchable-slider .container .highlight-container .goto-arrow {
  position: absolute;
  max-width: 38px;
  right: 25px;
  bottom: 15px;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .highlight-container .goto-arrow {
    right: 25px;
    bottom: 35px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container {
  opacity: 1;
  transition: 400ms all;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container {
    width: 50%;
    margin-left: 12px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content {
  width: 100%;
  height: 205px;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
  margin: 0 0 12px;
  padding: 15px 20px;
  transition: 400ms all;
  cursor: pointer;
  display: block;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content {
    height: 398px;
    padding: 35px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content:after {
  z-index: -1;
  content: " ";
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 400ms transform;
}
@media screen and (min-width: 425px) and (max-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content:after {
    background-size: 100vw;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content:hover {
  transition: unset;
  color: #FFF;
  transform: scale(1.02);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content:hover:after {
  transform: scale(1.1);
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content .slider-title {
  color: #FFF;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  transition: 400ms all;
  max-width: 190px;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content .slider-title {
    font-size: 60px;
    line-height: 62px;
    max-width: 325px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content .product-stamp-container {
  position: relative;
  margin-top: 13px;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content .product-stamp-container {
    margin-top: 30px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-main-content .product-stamp-container .stamp {
  top: 0;
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom {
  display: flex;
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left {
  min-height: 183px;
  height: 183px;
  width: 50%;
  border-radius: 23px;
  overflow: hidden;
  margin: 0 6px 0 0;
  position: relative;
  padding: 18px;
  transition: 400ms all;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left {
    height: 256px;
    margin: 12px 12px 0 0;
    padding: 25px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left:hover {
  transform: scale(1.02);
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left:hover .product-title {
  text-decoration-color: #FFF;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .background-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .background-element {
    display: none;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .background-element.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .background-element.desktop {
    display: block;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .background-element.mobile {
  width: 182px;
  height: 183px;
}
@media (min-width: 425px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .background-element.mobile {
    width: 100%;
    height: 100%;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-title {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  transition: 400ms all;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-title {
    font-size: 30px;
    padding-bottom: 5px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
@media (min-width: 1281px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price {
    display: flex;
    align-items: flex-end;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price.in-promotion .price {
  margin-bottom: 3px;
}
@media (max-width: 1281px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price.in-promotion .price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price.in-promotion .price .euros {
  font-size: 15px;
  line-height: 15px;
  text-decoration: line-through;
}
@media (min-width: 1281px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price.in-promotion .price .euros {
    font-size: 23px;
    line-height: 23px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price.in-promotion .price .miles {
  font-size: 10px;
  line-height: 10px;
  text-decoration: line-through;
  margin-right: 5px;
}
@media (min-width: 1281px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price.in-promotion .price .miles {
    font-size: 11px;
    line-height: 11px;
    margin-right: 0;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price .sale-price-container {
  text-align: right;
  margin-right: 0;
  margin-left: 15px;
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price .sale-price-container .price-cash {
  font-size: 32px;
  line-height: 32px;
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price .sale-price-container .price-miles {
  font-size: 16px;
  line-height: 16px;
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price .price {
  color: #FFF;
  text-align: right;
  transition: 400ms all;
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price .price .euros {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price .price .euros {
    font-size: 34px;
    line-height: 34px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price .price .miles {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-left .product-price .price .miles {
    font-size: 19px;
    line-height: 19px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-right {
  height: 183px;
  width: 50%;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 6px;
  padding: 22px;
  transition: 400ms all;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-right {
    padding: 30px;
    height: 256px;
    margin: 12px 0 0 12px;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-right:hover {
  transform: scale(1.02);
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-right:hover:after {
  transform: scale(1.1);
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-right:after {
  z-index: -1;
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s transform;
}
@media screen and (min-width: 425px) and (max-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-right:after {
    background-size: 100vw;
  }
}
.intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-right .extra-info {
  color: #FFF;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  max-width: 180px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: 400ms all;
}
@media (min-width: 1200px) {
  .intro-cta-stretchable-slider .container .others-slider-container .single-slider .slider-bottom .slider-bottom-right .extra-info {
    font-size: 20px;
    right: 30px;
    bottom: 30px;
  }
}

.upcycling-image-top {
  position: relative;
}
.upcycling-image-top .upcycling-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.upcycling-image-top .upcycling-icon img {
  width: 115px;
  height: 111px;
}
@media (max-width: 1200px) {
  .upcycling-image-top .upcycling-icon img {
    width: 53px;
    height: 51px;
  }
}
.upcycling-image-top .image-wrapper {
  height: 678px;
}
@media (max-width: 1200px) {
  .upcycling-image-top .image-wrapper {
    height: 393px;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .upcycling-image-top .image-wrapper .image-container {
    height: 393px;
    background-position: 93% 50%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 65% 100%, 0% 100%);
  }
}

.image-wrapper {
  /** Bordered radius on element source: https://www.plantcss.com/blog/how-to-make-rounded-corners-when-using-css-clip-path **/
  position: relative;
  border-radius: 60px;
  filter: url("#flt_tag");
}
@supports (-webkit-hyphens: none) {
  .image-wrapper {
    filter: unset;
  }
}
@media (max-width: 1200px) {
  .image-wrapper {
    height: 792px;
    margin-bottom: 30px;
  }
}
.image-wrapper .box-aux {
  width: 100%;
  height: 792px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 65% 100%, 0% 100%);
  margin: 0 auto;
  position: absolute;
  top: 0;
}
.image-wrapper .svg-filter {
  display: none;
}
.image-wrapper .image-container {
  width: 100%;
  height: 678px;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 57%, 71% 100%, 0% 100%);
  margin: 0 auto;
}
.image-wrapper .image-container .svg-filter {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
@media (max-width: 1200px) {
  .image-wrapper .image-container {
    background-position: 35% 50%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 65% 100%, 0% 100%);
    position: relative;
    z-index: 10;
  }
}
.image-wrapper .overlay-text {
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.image-wrapper .overlay-text.upcycling-item {
  left: 56px;
  bottom: 47px;
  max-width: 45%;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.upcycling-item {
    left: 26px;
    bottom: 33px;
    max-width: 70%;
    z-index: 20;
  }
}
.image-wrapper .overlay-text.upcycling-item .title {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.upcycling-item .title {
    font-size: 37px;
    line-height: 37px;
  }
}
.image-wrapper .overlay-text.blackfriday-item {
  top: 49px;
  left: 36px;
  max-width: 54%;
  height: 600px;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.blackfriday-item {
    left: 30px;
    top: 32px;
    height: 624px;
    max-width: calc(100% - 30px);
    z-index: 20;
    display: flex;
    justify-content: center;
  }
}
.image-wrapper .overlay-text.blackfriday-item .promo {
  background-color: red;
  border-radius: 100px;
  color: #fff;
  width: 339px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px 0 6px;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.blackfriday-item .promo {
    width: 232.714px;
    height: 45px;
    padding: 6px 22px 6px 5px;
    border-radius: 128.571px;
    position: absolute;
    top: 0;
  }
}
.image-wrapper .overlay-text.blackfriday-item .promo .rounded {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.blackfriday-item .promo .rounded {
    width: 37.286px;
    height: 37.286px;
  }
}
.image-wrapper .overlay-text.blackfriday-item .promo .rounded::before {
  content: "%";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: red;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.blackfriday-item .promo .rounded::before {
    font-size: 15px;
  }
}
.image-wrapper .overlay-text.blackfriday-item .promo span {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.blackfriday-item .promo span {
    font-size: 19.286px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.image-wrapper .overlay-text.blackfriday-item .blackfriday-content {
  margin-top: 109px;
  margin-left: 28px;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.blackfriday-item .blackfriday-content {
    margin: 0 30px 0 0;
    padding-top: 45px;
  }
}
.image-wrapper .overlay-text.blackfriday-item .blackfriday-content .blackfriday-data {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 17px;
  display: block;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.blackfriday-item .blackfriday-content .blackfriday-data {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.image-wrapper .overlay-text.blackfriday-item .blackfriday-content .title {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.blackfriday-item .blackfriday-content .title {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 30px;
  }
}
.image-wrapper .overlay-text.blackfriday-item .blackfriday-content .blackfriday-text {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
  width: 96%;
}
@media (max-width: 1200px) {
  .image-wrapper .overlay-text.blackfriday-item .blackfriday-content .blackfriday-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    width: 81%;
  }
}

.loading {
  border: 4px solid #FFF;
  border-top: 4px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
.loading.centered {
  margin: 0 auto;
}
.loading.small {
  border: 1px solid #FFF;
  border-top: 1px solid #000;
  width: 15px;
  height: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.marquee {
  display: flex;
  background-color: #000;
  color: #fff;
  font-family: "Bitcount Mono Single", monospace;
  overflow: hidden;
  min-height: 52px;
}
.marquee[data-mousehover="1"] .content-wrapper a {
  cursor: pointer;
}
.marquee[data-mousehover="1"] .content-wrapper a:hover {
  opacity: 1;
}
.marquee[data-mousehover="0"] .content-wrapper a {
  opacity: 1;
}
.marquee.large {
  min-height: 91px;
}
.marquee.large .content-wrapper a {
  font: 65px "Bitcount Mono Single", monospace;
}
.marquee .content-wrapper {
  display: flex;
  align-items: center;
}
.marquee .content-wrapper a {
  margin: 0 10px;
  white-space: nowrap;
  text-transform: uppercase;
  font: 40px "Bitcount Mono Single", monospace;
  font-weight: 300;
  opacity: 0.65;
  color: #FFF;
  cursor: initial;
}
.marquee .content-wrapper a:visited {
  color: #FFF;
}

@media (max-width: 1200px) {
  #modal-login {
    z-index: 9999999999;
  }
}
#modal-login .general-error {
  color: #EC1C24;
  margin-bottom: 10px;
}
#modal-login .modal-footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#modal-login .modal-footer .btn.btn-primary {
  margin-bottom: 14px;
}
#modal-login .modal-footer .btn.disabled {
  pointer-events: none;
}
#modal-login .modal-footer .btn .loading {
  position: absolute;
  right: 20px;
}

#modal-newsletter .newsletter {
  width: 656px;
  height: 219px;
  padding: 34px 50px;
  color: #000;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #modal-newsletter .newsletter {
    padding: 34px 50px;
    width: 379px;
    height: 305px;
  }
}
#modal-newsletter .newsletter .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#modal-newsletter .newsletter .modal-header .title {
  margin-left: 18px;
  margin-bottom: 0;
}
#modal-newsletter .newsletter .modal-body {
  margin: 18px 0 40px 0;
}
#modal-newsletter .newsletter .modal-body p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#modal-rating .review-success .success-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
#modal-rating .review-success .success-title img {
  margin-right: 11px;
}
#modal-rating .review-success p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  transition-delay: 0s;
}
@media (max-width: 1200px) {
  .modal.login {
    transition: unset;
    top: 70px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .modal.login .modal-bg {
    display: none;
  }
  .modal.login .modal-container {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
  }
}
.modal-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.modal-container {
  border-radius: 23px;
  background: #fff;
  position: relative;
  padding: 14px 24px;
  width: 95%;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.modal-container.newsletter {
  width: 656px;
  height: 219px;
  padding: 34px 50px;
  color: #000;
}
@media (max-width: 1200px) {
  .modal-container.newsletter {
    padding: 34px 50px;
    width: 379px;
    height: 305px;
  }
}
.modal-container.newsletter .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modal-container.newsletter .modal-header .title {
  margin-left: 18px;
}
.modal-container.newsletter .modal-body {
  margin: 18px 0 40px 0;
}
.modal-container.newsletter .modal-body p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .modal-container {
    padding: 46px;
    width: 600px;
  }
}
.modal-header .title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.modal-header .subtitle {
  font-size: 16px;
  color: #070707;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal-body {
  margin: 38px 0 50px 0;
}
.modal-body .product-rate {
  margin-bottom: 34px;
}
.modal-body .product-rate .title-input {
  display: block;
  margin-bottom: 15px;
}
.modal-body .product-rate .stars .icons:hover {
  cursor: pointer;
}
.modal-body .input-container .title-input {
  display: block;
  margin-bottom: 8px;
}
.modal-body .input-container .input-field {
  margin: 0 -6px;
}
.modal-body .input-container .top-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.modal-body .input-container .top-container .show-password {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal-body .input-container .top-container .show-password:hover {
  color: #72BE44;
}
.modal-body .input-container .bottom-container {
  display: flex;
  flex-direction: column;
}
.modal-body .input-container .bottom-container a,
.modal-body .input-container .bottom-container a:visited {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
  line-height: 32px;
}
.modal-body .input-container .bottom-container a:hover {
  color: #72BE44;
}
.modal-body .textarea-container .title-input {
  display: block;
  margin-bottom: 8px;
}
.modal-body .textarea-container .input-field {
  margin: 0 -10px;
}
.modal-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 -6px;
  align-items: center;
}
.modal-footer .fix-button {
  margin: 0 5px 12px -5px;
}
.modal-footer .disclaimer {
  margin-top: 27px;
  font-size: 16px;
  line-height: 16px;
}
.modal-close {
  position: absolute;
  right: 45px;
  top: 45px;
  outline: none;
  appearance: none;
  background: none;
  border: 0px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.newsletter {
  min-height: 113px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1315px) {
  .newsletter {
    min-height: 190px;
    padding: 12px 0;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.newsletter .box-aggregator {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.newsletter .box-aggregator .corner {
  position: absolute;
  background-color: #72BE44;
  width: 50px;
  height: 50px;
}
.newsletter .box-aggregator .corner.top-left {
  left: 0;
  top: 0;
}
.newsletter .box-aggregator .corner.bottom-left {
  left: 0;
  bottom: 0;
}
.newsletter .box-aggregator .corner.bottom-right {
  right: 0;
  bottom: 0;
}
.newsletter .box-aggregator .box-parent {
  filter: url("#filter-tag");
}
.newsletter .box-aggregator .box-parent .wrapper {
  width: 100%;
  height: 123px;
  background-color: #72BE44;
  clip-path: polygon(0% 0%, 94% 0%, 100% 60px, 100% 100%, 0% 100%);
  margin: 0 auto;
}
@media (max-width: 1315px) {
  .newsletter .box-aggregator .box-parent .wrapper {
    height: 220px;
    clip-path: polygon(0% 0%, 88% 0%, 100% 60px, 100% 100%, 0% 100%);
  }
}
.newsletter .box-aggregator .box-parent .svg-filter {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
.newsletter .content-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1315px) {
  .newsletter .content-newsletter {
    flex-direction: column;
  }
}
.newsletter .content-newsletter .text-newsletter {
  display: flex;
  align-items: center;
}
@media (max-width: 1315px) {
  .newsletter .content-newsletter .text-newsletter {
    margin-bottom: 27px;
  }
  .newsletter .content-newsletter .text-newsletter svg {
    width: 26px;
    height: 25px;
  }
}
.newsletter .content-newsletter .text-newsletter .info-newsletter {
  font-size: 26px;
  margin-left: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
@media (min-width: 1315px) {
  .newsletter .content-newsletter .text-newsletter .info-newsletter {
    font-size: 60px;
    margin-left: 42px;
    line-height: 62px;
  }
}
.newsletter .content-newsletter form.input-newsletter {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  position: relative;
}
.newsletter .content-newsletter form.input-newsletter.is-loading button .button-text {
  display: none;
}
.newsletter .content-newsletter form.input-newsletter.is-loading button .loading {
  display: block;
}
.newsletter .content-newsletter form.input-newsletter .loading {
  display: none;
  margin-left: 16px;
}
@media (min-width: 1315px) {
  .newsletter .content-newsletter form.input-newsletter .loading {
    margin-left: 25px;
  }
}
.newsletter .content-newsletter form.input-newsletter .input-box {
  display: flex;
  align-items: center;
  background-color: #000;
  border-radius: 60px;
  padding: 0 10px 0 0;
  width: 100%;
  height: 47px;
  max-width: 550px;
  margin-right: 25px;
}
.newsletter .content-newsletter form.input-newsletter .input-box .email-input-container {
  max-width: 443px;
  height: 47px;
  width: 100%;
  margin-bottom: 0;
}
.newsletter .content-newsletter form.input-newsletter .input-box .email-input-container.error input {
  border: 1px solid #EC1C24;
}
.newsletter .content-newsletter form.input-newsletter .input-box .email-input-container.error .error-message {
  margin: 0 0 15px 15px;
}
@media (min-width: 1315px) {
  .newsletter .content-newsletter form.input-newsletter .input-box .email-input-container.error .error-message {
    text-align: right;
    margin: 0;
  }
}
.newsletter .content-newsletter form.input-newsletter .input-box input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 10px 22px;
  background-color: #fff;
  border-radius: 60px;
  margin-left: -1px;
}
@media (max-width: 1315px) {
  .newsletter .content-newsletter form.input-newsletter .input-box input {
    padding: 15px 19px;
    font-size: 16px;
  }
}
.newsletter .content-newsletter form.input-newsletter .input-box button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin-left: 5px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 81px;
}
.newsletter .content-newsletter form.input-newsletter .under-textbox {
  margin-top: 10px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 1315px) {
  .newsletter .content-newsletter form.input-newsletter .under-textbox {
    flex-direction: column-reverse;
    align-items: baseline;
    margin-top: 23px;
  }
}
.newsletter .content-newsletter form.input-newsletter .under-textbox a {
  font-size: 12px;
}
.newsletter .content-newsletter form.input-newsletter .under-textbox a,
.newsletter .content-newsletter form.input-newsletter .under-textbox a:visited {
  text-decoration: underline;
  color: #fff;
}
.newsletter .content-newsletter form.input-newsletter .general-error {
  position: absolute;
  margin-left: 0;
  bottom: 10px;
  right: 10px;
}
.newsletter .content-newsletter form.input-newsletter .error-message {
  color: #F00;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 15px;
}
@media (max-width: 1315px) {
  .newsletter .content-newsletter form.input-newsletter .error-message {
    margin-bottom: 15px;
  }
}

.page-simple-content-template h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .page-simple-content-template h1 {
    font-size: 50px;
    line-height: 54px;
    font-weight: 400;
  }
}
.page-simple-content-template h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}
.page-simple-content-template ol {
  counter-reset: item;
}
.page-simple-content-template ol li {
  margin-bottom: 22px;
  display: block;
}
@media (min-width: 1200px) {
  .page-simple-content-template ol li {
    margin-bottom: 45px;
  }
}
.page-simple-content-template ol li > h2 {
  display: inline-block;
}
.page-simple-content-template ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  font-size: 20px;
  font-weight: 500;
}
.page-simple-content-template ol li ol {
  padding-left: 32px;
}
@media (min-width: 1200px) {
  .page-simple-content-template ol li ol {
    padding-left: 65px;
  }
}
.page-simple-content-template ol li ol li {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-simple-content-template ol li ol li {
    margin-top: 20px;
  }
}
.page-simple-content-template ol li ol li:before {
  content: counters(item, ".") " ";
  font-size: 17px;
  font-weight: 300;
}
.page-simple-content-template ol li ul {
  padding-top: 20px;
  padding-left: 65px;
}
@media (min-width: 1200px) {
  .page-simple-content-template ol li ul {
    padding-top: 10px;
    padding-left: 32px;
  }
}
.page-simple-content-template ol li ul li {
  margin-top: 0;
}
.page-simple-content-template ol li ul li:before {
  content: "";
  counter-increment: unset;
}

.personal-area {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .personal-area {
    margin-top: 30px;
  }
}
.personal-area.single-order {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .personal-area.single-order {
    margin-bottom: 50px;
  }
}
.personal-area .row-personal-header {
  display: flex;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-header .left {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.personal-area .row-personal-header .left .title {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-header .left .title {
    font-size: 50px;
    line-height: 54px;
    font-weight: 400;
  }
}
.personal-area .row-personal-header .order-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-header .order-details {
    margin-bottom: 0;
  }
}
.personal-area .row-personal-header .order-details .data {
  margin-right: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-header .order-details .data {
    margin-right: 0;
  }
}
.personal-area .row-personal-header .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal-area .row-personal-header .right .btn-personal {
  height: 78px;
}
.personal-area .row-personal-header .right .btn-personal.btn-personal-miles {
  width: 100%;
  max-width: 386px;
  font-size: 19px;
  letter-spacing: 0.19px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.personal-area .row-personal-header .right .btn-personal.btn-personal-miles span {
  font-size: 30px;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-left: 7px;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-header .right .btn-personal.btn-personal-miles span {
    font-size: 22.235px;
    letter-spacing: 0.222px;
  }
}
@media (max-width: 1200px) {
  .personal-area .row-personal-header .right .btn-personal.btn-personal-miles {
    max-width: 266px;
    font-size: 14px;
    letter-spacing: 0.141px;
    margin-right: 10px;
  }
}
.personal-area .row-personal-header .right .btn-personal.btn-personal-exit {
  width: 100%;
  max-width: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ECECEC;
  color: #000;
}
.personal-area .row-personal-header .right .btn-personal.btn-personal-exit img {
  width: 29px;
  height: 36px;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-header .right .btn-personal.btn-personal-exit {
    max-width: 106px;
  }
  .personal-area .row-personal-header .right .btn-personal.btn-personal-exit img {
    width: 24px;
    height: 30px;
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .personal-area .row-personal-header .right .btn-personal {
    height: 58px;
  }
}
.personal-area .row-personal-body {
  margin-top: 44px;
  width: 100%;
  display: block;
}
.personal-area .row-personal-body.order {
  display: flex !important;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-body.order .sticky-card .checkout-total-value {
    position: initial;
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .personal-area .row-personal-body.order .sticky-card .checkout-total-value .checkout-inner-infos {
    height: 180px;
  }
}
.personal-area .row-personal-body.order .sticky-card .btn-cart {
  height: 55px;
  transform: rotate(2.821deg);
  margin-top: 9px;
  background: #ECECEC;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-body.order .sticky-card .btn-cart {
    margin-top: 10px;
  }
}
.personal-area .row-personal-body .items-list {
  padding-right: 18px;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-body {
    margin-top: 30px !important;
  }
}
.personal-area .row-personal-body .subtitle {
  width: 100%;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 13px;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-body .subtitle {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.personal-area .row-personal-body .see-all {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.19px;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .personal-area .row-personal-body .see-all {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.personal-area .row-personal-body .see-all:hover {
  color: #72BE44;
}
.personal-area .row-contactform-body {
  margin-top: 29px;
  width: 100%;
  display: flex;
}
.personal-area .row-contactform-body .subtitle {
  width: 100%;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  .personal-area .row-contactform-body .subtitle {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
.personal-area .row-contactform-body .radio-area .content {
  border-radius: 22px;
  background: #F1F1F1;
  padding: 31px 40px;
}
@media (max-width: 1200px) {
  .personal-area .row-contactform-body .radio-area .content {
    padding: 35px 30px;
  }
}
.personal-area .row-contactform-body .radio-area .content.error {
  border: 1px solid #EC1C24;
}
.personal-area .row-contactform-body .radio-area .content .checkbox-container {
  margin-bottom: 33px;
}
@media (max-width: 1200px) {
  .personal-area .row-contactform-body .radio-area .content .checkbox-container {
    margin-bottom: 27px;
  }
}
.personal-area .row-contactform-body .radio-area .content .checkbox-container:last-child {
  margin-bottom: 0;
}
.personal-area .row-contactform-body .radio-area .content .checkbox-container label {
  font-size: 17px;
}
@media (min-width: 1200px) {
  .personal-area .row-contactform-body .radio-area .content .checkbox-container label {
    font-size: 19px;
  }
}
.personal-area .row-contactform-body .form {
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .personal-area .row-contactform-body .form {
    padding-left: 0;
    padding-top: 30px;
  }
}
.personal-area .row-contactform-body .form .row-form-body .input-container {
  margin-bottom: 10px;
}
.personal-area .row-contactform-body .form .row-form-body .textarea-container {
  margin-bottom: 0;
}
.personal-area .row-contactform-body .form .row-form-body .textarea-container .textarea-field {
  height: 136px;
}
.personal-area .row-contactform-body .form .row-form-footer {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .personal-area .row-contactform-body .form .row-form-footer {
    margin-top: 0px;
  }
}
.personal-area .row-contactform-body .form .row-form-footer .recaptcha {
  margin-right: -35px;
}
@media (max-width: 1200px) {
  .personal-area .row-contactform-body .form .row-form-footer .recaptcha {
    margin-right: 0;
    text-align: center;
    margin: 30px 0;
  }
}
.personal-area .row-contactform-body .form .row-form-footer .recaptcha .g-recaptcha {
  min-width: 0;
}
.personal-area .row-contactform-body .form .row-form-footer .recaptcha .g-recaptcha.error > div {
  border: 1px solid red;
}
@media (max-width: 1200px) {
  .personal-area .row-contactform-body .form .row-form-footer .error-message {
    order: -1;
  }
}
.personal-area .row-contactform-body .form .row-form-footer .error-message .message {
  color: #EC1C24;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.personal-area .row-contactform-body .form .row-form-footer .error-message .message.success-message {
  color: #72BE44;
}
.personal-area .row-contactform-body .form .row-form-footer .submit {
  text-align: right;
  margin-left: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .personal-area .row-contactform-body .form .row-form-footer .submit {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.personal-area .row-contactform-body .form .row-form-footer .submit .btn-contactform {
  height: 48px;
  max-width: 178px;
  width: 100%;
}
@media (max-width: 1200px) {
  .personal-area .row-contactform-body .form .row-form-footer .submit .btn-contactform {
    max-width: 373px;
  }
}
.personal-area .row-contactform-body .form .row-form-footer .submit .btn-contactform[disabled] {
  pointer-events: none;
}
.personal-area .row-datamanagement-body {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .personal-area .row-datamanagement-body {
    margin-top: 0;
  }
}

.config {
  position: relative;
  width: 85px;
  height: 85px;
  background-color: #ececec;
  text-align: center;
  border-radius: 50%;
}
.config .svg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.config .svg-container img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1200px) {
  .config {
    width: 57px;
    height: 57px;
  }
  .config .svg-container {
    width: 41px;
    height: 41px;
  }
}

.row-breadcrumbs {
  width: 100%;
}
.row-breadcrumbs .breadcrumbs {
  margin-bottom: 18px;
}
.row-breadcrumbs .breadcrumbs span {
  font-size: 14px;
}
.row-breadcrumbs .breadcrumbs a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}
.row-breadcrumbs .breadcrumbs a:hover {
  text-decoration: underline;
}
.row-breadcrumbs .breadcrumbs .current-item {
  font-weight: 500;
}
@media (max-width: 1200px) {
  .row-breadcrumbs .breadcrumbs .current-item {
    display: flex;
    align-items: center;
    color: #949494;
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 1200px) {
  .row-breadcrumbs .breadcrumbs .current-item:before {
    content: "<";
    display: block;
    margin-right: 5px;
  }
}

.sale-price-container {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.42px;
  margin-right: 25px;
}
.sale-price-container.red {
  color: #ff0000;
}
.sale-price-container .price-cash {
  font-size: 42px;
  line-height: 42px;
}
.sale-price-container .price-miles {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.24px;
}

.product-details {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1200px) {
  .product-details {
    margin: 0 0 0 60px;
  }
}
@media (min-width: 1200px) {
  .product-details .infos {
    margin-bottom: auto;
  }
}
.product-details .infos .product-categories {
  margin-bottom: 16px;
  color: #949494;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .product-details .infos .product-categories {
    font-weight: 400;
  }
}
.product-details .infos .product-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.product-details .infos .product-name h1 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  padding-right: 50px;
}
@media (min-width: 1200px) {
  .product-details .infos .product-name h1 {
    font-size: 60px;
    line-height: 62px;
    padding-right: 60px;
  }
}
.product-details .infos .product-name .favorite-icon {
  top: 15px;
  right: 0;
}
.product-details .infos .product-rate {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px 0 13px;
}
@media (min-width: 1200px) {
  .product-details .infos .product-rate {
    margin: 25px 0;
  }
}
.product-details .infos .product-rate .number {
  margin: 0 15px;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .product-details .infos .product-rate .number {
    font-size: 18px;
    line-height: 20px;
  }
}
.product-details .infos .product-price {
  margin: 13px 0 35px;
}
@media (min-width: 1200px) {
  .product-details .infos .product-price {
    margin: 40px 0 0;
  }
}
.product-details .infos .product-price.promotion {
  display: flex;
}
.product-details .infos .product-price.promotion .current-price .price .price-euros, .product-details .infos .product-price.promotion .current-price .price .price-miles {
  color: #ff0000;
}
@media (max-width: 1200px) {
  .product-details .infos .product-price.promotion .current-price .price .price-euros {
    font-size: 36px;
  }
}
.product-details .infos .product-price.promotion .current-price .price .price-miles {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .product-details .infos .product-price.promotion .current-price .price .price-miles {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.product-details .infos .product-price.promotion .current-price .vat {
  color: #ff0000;
}
@media (max-width: 1200px) {
  .product-details .infos .product-price.promotion .current-price .vat {
    font-size: 12px;
  }
}
.product-details .infos .product-price.promotion .previous-price {
  margin-left: 13px;
}
@media (min-width: 1200px) {
  .product-details .infos .product-price.promotion .previous-price {
    margin-left: 30px;
  }
}
.product-details .infos .product-price.promotion .previous-price .previous {
  font-size: 10px;
  line-height: 14px;
  color: #A9A9A9;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .product-details .infos .product-price.promotion .previous-price .previous {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.product-details .infos .product-price.promotion .previous-price .price .price-euros {
  font-size: 20px;
  line-height: 29px;
  color: #A9A9A9;
  text-decoration: line-through;
}
@media (min-width: 1200px) {
  .product-details .infos .product-price.promotion .previous-price .price .price-euros {
    font-size: 25px;
  }
}
.product-details .infos .product-price.promotion .previous-price .price .price-miles {
  font-size: 10px;
  line-height: 14px;
  color: #A9A9A9;
  text-decoration: line-through;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .product-details .infos .product-price.promotion .previous-price .price .price-miles {
    font-size: 13px;
  }
}
.product-details .infos .product-price .current-price .price, .product-details .infos .product-price .previous-price .price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.product-details .infos .product-price .current-price .price .price-euros, .product-details .infos .product-price .previous-price .price .price-euros {
  font-size: 52px;
  font-weight: 500;
}
.product-details .infos .product-price .current-price .price .price-miles, .product-details .infos .product-price .previous-price .price .price-miles {
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.product-details .infos .product-price .current-price span.vat, .product-details .infos .product-price .previous-price span.vat {
  font-size: 14px;
}
.product-details .buy-item .details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .product-details .buy-item .details {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  .product-details .buy-item .details .product-options {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-details .buy-item .details .product-options .dropdown-aggregator {
    width: 270px;
  }
}
.product-details .buy-item .details .product-options .dropdown-aggregator.reinforce-zindex {
  z-index: 20;
}
@media (max-width: 1200px) {
  .product-details .buy-item .add-cart {
    width: 100%;
    margin-top: 15px;
  }
}
.product-details .buy-item .add-cart span.buy {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1200px) {
  .product-details .buy-item .add-cart span.buy {
    text-align: left;
  }
}
.product-details .buy-item .add-cart span.buy.stock {
  color: #72BE44;
}
.product-details .buy-item .add-cart span.buy.no-stock {
  color: #EC1C24;
}
.product-details .buy-item .add-cart span.buy.with-error {
  color: #EC1C24;
}

.product-inner-slider-highlights {
  width: 100%;
}
@media (min-width: 1200px) {
  .product-inner-slider-highlights {
    grid-column: span 2;
  }
}
.product-inner-slider-highlights .slider {
  height: 100%;
  border-radius: 23px;
  padding: 26px 28px;
  color: #FFF;
  opacity: 1;
  display: block;
}
@media (min-width: 1200px) {
  .product-inner-slider-highlights .slider {
    display: flex;
    justify-content: space-between;
    padding: 26px 36px;
  }
}
.product-inner-slider-highlights .slider:hover .title {
  text-decoration: underline;
}
.product-inner-slider-highlights .slider .content-aggregator {
  position: relative;
  width: 100%;
  max-width: 390px;
}
.product-inner-slider-highlights .slider .content-aggregator .title {
  font-size: 60px;
  font-weight: 400;
  line-height: 62px;
  margin-bottom: 20px;
}
.product-inner-slider-highlights .slider .content-aggregator .excerpt {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .product-inner-slider-highlights .slider .content-aggregator .excerpt {
    font-size: 17px;
  }
}
.product-inner-slider-highlights .slider .content-aggregator figure {
  margin: 20px 0;
  text-align: center;
}
.product-inner-slider-highlights .slider .content-aggregator figure img {
  max-width: 100%;
}
.product-inner-slider-highlights .slider .content-aggregator .price {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .product-inner-slider-highlights .slider .content-aggregator .price {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.product-inner-slider-highlights .slider .content-aggregator .price .price-cash {
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.34px;
}
.product-inner-slider-highlights .slider .content-aggregator .price .price-miles {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.19px;
}
.product-inner-slider-highlights .slider .content-aggregator .price .previous-price {
  margin-left: 30px;
}
.product-inner-slider-highlights .slider .content-aggregator .price .previous-price .price-cash {
  font-size: 23px;
  text-decoration: line-through;
}
.product-inner-slider-highlights .slider .content-aggregator .price .previous-price .price-miles {
  font-size: 11px;
  text-decoration: line-through;
}
.product-inner-slider-highlights .slider .image-aggregator {
  position: relative;
  display: flex;
  align-items: center;
}
.product-inner-slider-highlights .slider .image-aggregator .slider-numeration {
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .product-inner-slider-highlights .slider .image-aggregator .slider-numeration {
    position: relative;
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .product-inner-slider-highlights .slider .image-aggregator .slider-numeration .slide-index {
    font-size: 110px;
  }
}
.product-inner-slider-highlights .slider .image-aggregator .product-image {
  max-height: 269px;
}

.related-items {
  flex-direction: column;
}
.related-items.with-image .heading {
  margin-bottom: 25px;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .related-items.with-image .heading {
    margin-bottom: 55px;
    align-items: center;
  }
}
.related-items.with-image .heading .title-section h2 {
  font-size: 69px;
  line-height: 63px;
}
@media (min-width: 1200px) {
  .related-items.with-image .heading .title-section h2 {
    font-size: 145px;
    line-height: 85px;
  }
}
.related-items.product-slider {
  display: block;
}
.related-items .loading {
  margin-left: auto;
  margin-right: auto;
}
.related-items .heading {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .related-items .title-image {
    max-width: 76px;
  }
}
.related-items .title-section {
  margin-bottom: 14px;
}
.related-items .title-section h2 {
  font-weight: 400;
}
.related-items .slider-agreggator .arrows {
  margin: 24px 0 80px auto;
}
@media (min-width: 1200px) {
  .related-items .slider-agreggator .arrows {
    margin: 30px 0 0 auto;
  }
}

.progress {
  display: flex;
  justify-content: center; /* Centraliza os elementos horizontalmente */
  align-items: center; /* Centraliza os elementos verticalmente */
  width: 100%;
}

.step {
  flex-grow: 1;
  position: relative;
}
.step.summary .rounded.bottom.bottom-right {
  display: none;
}

.step-progress {
  width: 100%;
  height: 3px;
  background-color: black;
  position: relative;
}

.step-progress:before {
  content: "";
  width: 1px;
  height: 17px;
  background-color: black;
  position: absolute;
  top: -8px;
  left: 0;
  transform: translateX(-50%);
}

.icon-wrapper {
  text-align: center;
  display: inline-block;
}

.step.done .step-progress:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background-color: #72BE44;
}

.step-text {
  position: relative;
  color: black;
  margin-top: 20px;
}

.step.done .step-text {
  color: #72BE44;
}

.step.done .step-progress:after,
.step.done .step-progress:before {
  background-color: #72BE44; /* Alterado para mudar a cor */
}

.customer-reviews {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .customer-reviews {
    flex-direction: column;
  }
}
.customer-reviews .reviews-resume {
  margin: 0 50px 0 0;
}
@media (max-width: 1200px) {
  .customer-reviews .reviews-resume {
    margin: 0;
  }
}
.customer-reviews .reviews-resume .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F1F1F1;
  padding: 10px 10px 80px;
  border-radius: 25px;
  position: relative;
}
@media (max-width: 1200px) {
  .customer-reviews .reviews-resume .box {
    margin-bottom: 25px;
  }
}
.customer-reviews .reviews-resume .box .average-reviews {
  padding: 0 5px;
  font-size: 52px;
  font-weight: 500;
}
.customer-reviews .reviews-resume .box .customers-number {
  margin-top: 15px;
}
.customer-reviews .reviews-resume .box .review-button {
  background-color: #72BE44;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 25px 25px;
  text-align: center;
  padding: 19px 0;
  color: #FFF;
  font-size: 16px;
}
.customer-reviews .reviews-resume .box .review-button:hover {
  cursor: pointer;
  text-decoration: underline;
}
.customer-reviews .reviews-resume .box .review-button .inner-dots {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #7B7B7B 33%, rgba(255, 255, 255, 0) 0%);
  z-index: 1;
  background-position: center;
  background-size: 5px 4px;
  background-repeat: repeat-x;
  top: -1px;
}
.customer-reviews .reviews {
  margin: 0 10px;
  /* Styling the scrollbar for Webkit browsers (Chrome, Safari, Opera) */
  /* Styling the scrollbar for Firefox */
  scrollbar-width: thin;
  /* Same as the width of the scrollbar in Webkit */
  /* Styling the scrollbar for Microsoft Edge */
}
@media (min-width: 1200px) {
  .customer-reviews .reviews {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.customer-reviews .reviews::-webkit-scrollbar {
  width: 5px;
  /* Width of the scrollbar */
}
.customer-reviews .reviews::-webkit-scrollbar-thumb {
  background-color: #72BE44;
  /* Change to the desired color for the scrollbar */
}
.customer-reviews .reviews::-webkit-scrollbar-track {
  background-color: #F0F1F3;
  /* Change to the desired color for the track of the scrollbar */
}
.customer-reviews .reviews::-webkit-scrollbar-thumb {
  background-color: #72BE44;
  /* Change to the desired color for the scrollbar */
}
.customer-reviews .reviews::-webkit-scrollbar-track {
  background-color: #F0F1F3;
  /* Change to the desired color for the track of the scrollbar */
}
@supports (-ms-overflow-style: none) {
  .customer-reviews .reviews {
    /* Hide the default Edge scrollbars */
    -ms-overflow-style: none;
    /* Styling the scrollbar */
  }
  .customer-reviews .reviews::-webkit-scrollbar {
    width: 5px;
    /* Width of the scrollbar */
  }
  .customer-reviews .reviews::-webkit-scrollbar-thumb {
    background-color: #72BE44;
    /* Change to the desired color for the scrollbar */
  }
  .customer-reviews .reviews::-webkit-scrollbar-track {
    background-color: #F0F1F3;
    /* Change to the desired color for the track of the scrollbar */
  }
}
@media (max-width: 1200px) {
  .customer-reviews .reviews {
    flex-direction: column;
  }
}
.customer-reviews .reviews .item-review {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .customer-reviews .reviews .item-review {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .customer-reviews .reviews .item-review .rating-date {
    margin-bottom: 10px;
  }
}
.customer-reviews .reviews .item-review .rating-date .stars {
  margin-bottom: 8px;
}
.customer-reviews .reviews .item-review .content-review span {
  display: block;
}
.customer-reviews .reviews .item-review .content-review span.title {
  font-weight: 500;
  color: #000;
}
.customer-reviews .reviews .item-review .content-review span.author {
  font-weight: 400;
  color: #949494;
}
.customer-reviews .reviews .item-review .content-review span.author strong {
  font-weight: 500;
}

.search .general-loading {
  margin: 50px auto;
}
.search .category-cards {
  position: relative;
}
.search .category-cards .search-found-results {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  .search .category-cards .search-found-results {
    position: absolute;
    top: -29px;
  }
}

.single-highlighted-text {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  margin: 118px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .single-highlighted-text {
    margin: 36px 0 62px 0;
    font-size: 30px;
    line-height: 40px;
  }
}

.glide {
  position: relative; /* Adição: para permitir posicionamento absoluto dos botões */
}

.glide__arrows {
  position: absolute; /* Alteração: posicionamento absoluto */
  display: flex;
  justify-content: center;
  width: 100%; /* Adição: ocupar 100% da largura do slider */
  top: 50%; /* Adição: posicionar verticalmente no meio do slider */
  transform: translateY(-50%); /* Adição: ajustar para ficar centralizado */
}

button.glide__arrow {
  background-color: red;
  border: none;
  font-size: 11px;
  padding: 5px 10px;
  color: white;
  cursor: pointer;
}

button.glide__arrow--left {
  position: absolute;
  left: 5px;
}

button.glide__arrow--right {
  position: absolute;
  right: 5px;
}

.slider-numeration {
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 1200px) {
  .slider-numeration {
    bottom: 35px;
    right: 35px;
  }
}
.slider-numeration.dark .slide-index {
  color: rgba(0, 0, 0, 0.15);
}
.slider-numeration.dark .slide-index.active, .slider-numeration.dark .slide-index:hover {
  color: #000;
}
.slider-numeration .slide-index {
  font-size: 60px;
  line-height: 70px;
  font-style: normal;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .slider-numeration .slide-index {
    font-size: 110px;
    line-height: 90px;
  }
}
.slider-numeration .slide-index.active, .slider-numeration .slide-index:hover {
  color: #FFF;
}

.tags .loading {
  margin: 0 auto;
}
.tags .row-tag-header {
  display: flex;
}
@media (max-width: 1200px) {
  .tags .row-tag-header .title {
    margin-bottom: 17px;
  }
}
.tags .row-tag-header .title h1.title {
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .tags .row-tag-header .title h1.title {
    font-size: 80px;
    line-height: 85px;
  }
}
.tags .row-tag-header .dropdowns {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}
.tags .row-tag-header .dropdowns .order-by-dropdown {
  width: 235px;
}
.tags .row-tag-header .dropdowns .see-amount-dropdown {
  width: 185px;
}
.tags .row-tag-body {
  margin-top: 48px;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .tags .row-tag-body {
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .tags .row-tag-body .row {
    margin: 20px auto;
  }
}
.tags .row-tag-body .row.tag-row {
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.tags .row-tag-body .row .content-grid {
  width: 100%;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
}
@media (min-width: 1200px) {
  .tags .row-tag-body .row .content-grid {
    grid-template-columns: repeat(2, 1fr);
    /* Switch to two columns on screens larger than 768px (breakpoint sm) */
  }
}
@media (min-width: 1200px) {
  .tags .row-tag-body .row .content-grid {
    grid-template-columns: repeat(4, 1fr);
    /* Switch to three columns on screens larger than 992px (breakpoint md) */
  }
}
.tags .row-footer {
  margin: 27px 0 160px;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .tags .row-footer {
    margin: 40px 0 35px;
  }
}

.upcycling {
  margin-top: 60px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .upcycling {
    margin-top: 30px;
  }
}
.upcycling .row-highlights-upcycling {
  margin-top: 113px;
}
@media (max-width: 1200px) {
  .upcycling .row-highlights-upcycling {
    margin-top: 71px !important;
  }
}
.upcycling .row-highlights-upcycling .title {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}
@media (max-width: 1200px) {
  .upcycling .row-highlights-upcycling .title {
    font-size: 50px;
    line-height: 54px;
  }
}
.upcycling .row-highlights-upcycling .highlights-content-grid {
  width: 100%;
  margin-top: 12px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
}
@media (min-width: 1200px) {
  .upcycling .row-highlights-upcycling .highlights-content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .upcycling .row-highlights-upcycling .highlights-content-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.upcycling .row-upcycling-details {
  margin-top: 60px;
  padding: 0 15px;
}
.upcycling .row-upcycling-details.bottom {
  margin-bottom: 132px;
}
@media (max-width: 1200px) {
  .upcycling .row-upcycling-details.bottom {
    margin-bottom: 92px;
  }
}
@media (max-width: 1200px) {
  .upcycling .row-upcycling-details {
    padding: 0;
  }
}
.upcycling .row-upcycling-details .highlight-text {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  padding-right: 25px;
}
@media (max-width: 1200px) {
  .upcycling .row-upcycling-details .highlight-text {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.upcycling .row-upcycling-details .details-content {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .upcycling .row-upcycling-details .details-content {
    font-size: 17px;
    line-height: 26px;
    padding-left: 0;
  }
}
.upcycling .row-upcycling-details .details-content p {
  margin-bottom: 30px;
}
.upcycling .row-upcycling-details .details-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .upcycling .row-upcycling-details .image-content {
    margin-bottom: 60px;
  }
}
.upcycling .row-upcycling-details .image-content .image-container {
  position: relative;
  width: 100%;
  height: 649px;
  max-width: 642px;
}
@media (max-width: 1200px) {
  .upcycling .row-upcycling-details .image-content .image-container {
    height: 383px;
    max-width: 379px;
  }
}
.upcycling .row-upcycling-details .image-content .top-section,
.upcycling .row-upcycling-details .image-content .bottom-section {
  width: 100%;
  border-radius: 23px;
}
.upcycling .row-upcycling-details .image-content .top-section {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  height: 67%;
}
.upcycling .row-upcycling-details .image-content .bottom-section {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 33%;
}
.upcycling .row-upcycling-collection {
  position: relative;
  margin-top: 133px;
  height: 631px;
  margin-bottom: 175px;
}
@media (max-width: 1200px) {
  .upcycling .row-upcycling-collection {
    margin-top: 57px !important;
    height: auto;
  }
}
.upcycling .row-upcycling-collection .left {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  align-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .upcycling .row-upcycling-collection .left {
    margin-bottom: 57px;
  }
}
.upcycling .row-upcycling-collection .left .title {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 145px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}
@media (max-width: 1200px) {
  .upcycling .row-upcycling-collection .left .title {
    font-size: 80px;
    line-height: 96px;
    writing-mode: horizontal-tb;
    transform: rotate(0);
    margin-bottom: 0px;
  }
}
.upcycling .row-upcycling-collection .right {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .upcycling .row-upcycling-collection .right {
    position: absolute;
    left: 190px;
    width: 100%;
  }
}
.upcycling .row-upcycling-collection .right .slider-agreggator .arrows {
  margin: 24px 0 80px auto;
}
@media (min-width: 1200px) {
  .upcycling .row-upcycling-collection .right .slider-agreggator .arrows {
    margin: 30px 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .upcycling .row-upcycling-collection .arrows {
    margin: 36px 0 0 0 !important;
    max-width: calc(1390px - 16.6666666667%);
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .upcycling .row-upcycling-collection .arrows .glide--arrow:first-of-type {
    margin-right: 66px;
  }
}

.row-upcycling-header .title-header {
  position: relative;
  overflow: hidden;
  height: 678px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .row-upcycling-header .title-header {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 20px;
    height: auto;
  }
}
.row-upcycling-header .title-header img {
  max-height: 100%;
}
@media (max-width: 1200px) {
  .row-upcycling-header .title-header img {
    margin-top: 5px;
    max-width: 100%;
  }
}
.row-upcycling-header .title-header .top-title {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 145px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}
@media (max-width: 1200px) {
  .row-upcycling-header .title-header .top-title {
    font-size: 72px;
    line-height: 80px;
    writing-mode: horizontal-tb;
    transform: rotate(0);
  }
}
.row-upcycling-header .title-header .upcycling-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .row-upcycling-header .title-header .upcycling-title {
    font-size: 13px;
    writing-mode: tb;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 10px;
  }
}
.row-upcycling-header .header-container {
  width: 100%;
  height: 390px;
  margin-bottom: 20px;
  filter: url("#goo");
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1200px) {
  .row-upcycling-header .header-container {
    height: 379px;
  }
}
.row-upcycling-header .header-container .header-content {
  width: 100%;
  height: 100%;
  background-color: #72BE44;
  color: #fff;
  transition: 0.3s ease background-color;
  display: flex;
  flex-direction: column;
  clip-path: polygon(0% 0%, 90% 0%, 100% 40%, 100% 100%, 0% 100%);
}
@media (max-width: 1200px) {
  .row-upcycling-header .header-container .header-content {
    clip-path: polygon(0% 0%, 67% 0%, 100% 30%, 100% 100%, 0% 100%);
  }
}
.row-upcycling-header .header-container .header-content .title {
  margin-top: 22px;
  margin-left: 41px;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}
@media (max-width: 1200px) {
  .row-upcycling-header .header-container .header-content .title {
    margin-top: 17px;
    margin-left: 28px;
    font-size: 50px;
    line-height: 45.5px;
    width: 60%;
  }
}
.row-upcycling-header .header-container .header-content .image-container {
  margin-top: 15px;
  filter: url(#goo);
  overflow: hidden;
  z-index: 1;
}
.row-upcycling-header .header-container .header-content .image-container .details-image-header {
  width: 100%;
  height: 268px;
  background-position: center;
  background-size: cover;
  clip-path: polygon(0% 0%, 90% 0%, 100% 55%, 100% 100%, 0% 100%);
}
@media (max-width: 1200px) {
  .row-upcycling-header .header-container .header-content .image-container .details-image-header {
    clip-path: polygon(0% 0%, 67% 0%, 100% 36%, 100% 100%, 0% 100%);
  }
}

.row-projects-upcycling .projects-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row-projects-upcycling .projects-title .title {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 145px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .projects-title .title {
    font-size: 80px;
    line-height: 96px;
    writing-mode: horizontal-tb;
    transform: rotate(0);
    margin-bottom: 26px;
  }
}
.row-projects-upcycling .projects-slides {
  max-height: 811px;
  overflow: hidden;
}
.row-projects-upcycling .projects-slides .project-slide-aggregator {
  position: relative;
  top: 0;
  transition: 1s all;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .row-projects-upcycling .projects-slides .project-slide-aggregator {
    margin-bottom: 0;
  }
}
.row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container {
  display: block;
  width: 100%;
  height: 257px;
  margin-bottom: 20px;
  filter: url("#goo");
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container {
    height: 435px;
    margin-bottom: 35px;
  }
}
.row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container.active .slide, .row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container.glide--active .slide {
  clip-path: polygon(0% 0%, 90% 0%, 100% 40%, 100% 100%, 0% 100%);
}
@media (max-width: 1200px) {
  .row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container.active .slide, .row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container.glide--active .slide {
    clip-path: polygon(0% 0%, 80% 0%, 100% 20%, 100% 100%, 0% 100%);
  }
}
.row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  transition: all 0.5s ease;
  clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 100% 100%, 0% 100%);
  display: flex;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide {
    flex-direction: column-reverse;
  }
}
.row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide:hover {
  background-color: #72BE44;
  color: #fff;
  cursor: pointer;
}
.row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide .content-slides-upcycling {
  padding: 29px 20px 38px 41px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide .content-slides-upcycling {
    padding: 31px 21px 40px 29px;
  }
}
.row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide .content-slides-upcycling .slide-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide .content-slides-upcycling .slide-title {
    margin-bottom: 14px;
  }
}
.row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide .content-slides-upcycling .slide-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide .content-slides-upcycling .slide-content {
    font-size: 17px;
    line-height: 26px;
  }
}
.row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide .image-slides-upcycling .image-container {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .projects-slides .project-slide-aggregator .slide-container .slide .image-slides-upcycling .image-container {
    height: 215px;
  }
}
.row-projects-upcycling .arrows-upcycling {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .arrows-upcycling {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 38px;
    width: 100%;
  }
}
.row-projects-upcycling .arrows-upcycling .arrow:last-child {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .arrows-upcycling .arrow:last-child {
    margin-top: 0;
  }
}
.row-projects-upcycling .arrows-upcycling .arrow .arrow {
  transform: rotate(90deg);
  width: 42.199px;
  height: 42.199px;
}
@media (max-width: 1200px) {
  .row-projects-upcycling .arrows-upcycling .arrow .arrow {
    transform: rotate(0deg);
    width: 33.25px;
    height: 33.25px;
  }
}

.row-what-is-upcycling {
  margin-top: 115px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .row-what-is-upcycling {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .row-what-is-upcycling {
    margin-top: 54px !important;
  }
}
.row-what-is-upcycling strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .row-what-is-upcycling strong {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .row-what-is-upcycling .left-upcycling {
    margin-bottom: 32px;
  }
}
.row-what-is-upcycling .right-upcycling > div {
  margin-bottom: 30px;
}
.row-what-is-upcycling .right-upcycling > div:empty {
  display: none;
}
.row-what-is-upcycling .right-upcycling > div:last-child {
  margin-bottom: 0;
}

.icons {
  /* Configuração do sprite SVG */
  background-image: url("../images/icons/stars.svg");
  background-repeat: no-repeat;
  display: inline-block;
  /* Tamanho do ícone */
  width: 19px;
  height: 18px;
  color: red;
}
.icons svg {
  fill: currentColor;
}

.star-full {
  background-position: 0 0;
}

.star-empty {
  background-position: -23px 0; /* Ajuste a posição do sprite para mostrar o ícone desejado */
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}
/*# sourceMappingURL=sourcemaps/app-f78cf4a344.css.map */
