@font-face {
  font-family: Carlito;
  src: url(../fonts/Carlito-Regular.ttf);
}
* {
  font-size: inherit;
  font-family: Calibri, Carlito, sans-serif;
  padding: 0;
  margin: 0;
}

#product_description_sc > b {
  font-size: inherit !important;
}

#product_description_sc > h1,
#product_description_sc > h2,
#product_description_sc > h3,
#product_description_sc > p {
  font-family: Calibri, Carlito, sans-serif;
  padding: 0;
  margin: 0;
}
/* banner START */
.banner-wrapper {
  width: 100%;
  position: relative;
  display: flex;
}

.banner-img {
  width: 100%;
}

h1.banner-title {
  /* NOT used */
  position: absolute;
  top: 54%;
  left: 5%;
  width: 200px;
  font-size: 5rem;
  line-height: 5.4rem;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
}

/* banner END */
/* packshot / open/close | headline 1 | packshot descriptions START */
.packshot {
  display: flex;
  flex-direction: column;
  /* background-color: #000000; */
  background: radial-gradient(
    circle at 25% 100%,
    rgba(73, 73, 73, 0.95) 0%,
    rgba(0, 0, 0, 1) 50%
  );
  padding: 100px 120px;
}

h2.first_lead__title {
  font-size: 36px;
  color: #e2cf80;
}
h2.first_lead__subtitle {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 48px;
}

.packshot-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}

.packshot-wrapper:first-of-type {
  margin-bottom: 80px;
}

.icons-element {
  width: 170px;
  position: relative;
}
.icons_txt {
}
.icons__noHover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
}

img.icons__image {
  width: 82px;
  margin-bottom: 24px;
}

h3.icons__title {
  color: #e2cf80;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.icons__hover {
  position: absolute;
  top: -24px;
  left: -20px;
  width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 24px;
  border-radius: 16px;
  background-color: #21211f;
  z-index: 100;
}

p.icons__description,
p.icons__description__euro {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 24px;
}

.icons__noHover:hover + .icons__hover,
.icons__hover:hover {
  display: flex;
}

.packshot-wrapper-image {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 80px;
}
.packshot-wrapper-image > img {
  position: absolute;
  top: -100px;
  left: 0px;
}
.packshot-wrapper-single-image {
  min-height: 650px;
  margin-right: calc(100% - 500px);
  margin-top: -100px;
}
/* packshot - open/close START */
.toggle {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 58px;
  width: 210px;
  position: absolute;
  bottom: 25%;
  right: calc(50% - 210px);
  background-color: #4c4c4c;
  border-radius: 30px;
  border: 2px solid #4c4c4c;
  font-size: 20px;
}

.toggle:after {
  position: absolute;
  content: '';
  width: 102px;
  height: 48px;
  border-radius: 15rem;
  background-color: #e2cf80;
  top: 3px;
  left: 3px;
  transition: all 0.5s;
}

p#paragraph-close,
p#paragraph-open {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  z-index: 1000;
}

.checkbox:checked + :before {
  content: unset !important;
}

[type='checkbox'] + label:before {
  content: unset !important;
}

.checkbox:checked + .toggle::after {
  left: 102px;
}

.checkbox:checked + .toggle {
  background-color: #4c4c4c;
}

img#packshot-img-open {
  display: none;
}

img#packshot-img-close {
  display: block;
}

#switch:checked ~ img#packshot-img-open {
  display: block;
}

#switch:checked ~ img#packshot-img-close {
  display: none;
}

.toggle #paragraph-close {
  padding: 0 24px;
  color: #4c4c4c;
}

.toggle #paragraph-open {
  padding: 0 24px;
  color: #e2cf80;
}

#switch:checked ~ .toggle #paragraph-close {
  color: #e2cf80;
}

#switch:checked ~ .toggle #paragraph-open {
  color: #4c4c4c;
}

.checkbox {
  display: none;
  z-index: 10;
}
/* packshot - open/close END */
.packshot-image-text {
  width: 50%;
  margin: 100px 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
h2.packshot-image-text__title {
  color: #000;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 36px;
}
p.packshot-image-text__paragraph,
p.packshot-image-text__paragraph__euro {
  color: #4c4c4c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
/* packshot / open/close | headline 1 | packshot descriptions END */

/* hotpoints START */
.hotpoints-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 40px;
  margin-top: 24px;
}

.hotpoints-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotpoints-info {
  position: absolute;
  top: 5%;
  right: 56px;
  display: flex;
  align-items: center;
  height: 64px;
}

.hotpoints-info__text {
  max-width: 180px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-left: 16px;
}

.hotpoints-info__image {
  height: 56px;
}

.hotpoint-content {
  display: none;
}

.hotpoint-circle,
.hotpoint-circle-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -15px;
  cursor: pointer;
  border: 2px solid #e2cf80;
}

.hotpoint-circle:hover,
.hotpoint-circle-left:hover {
  transform: scale(1.3);
  transition: all 0.3s;
}

.hotpoint-circle:hover + .hotpoint-content,
.hotpoint-circle-left:hover + .hotpoint-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 360px;
  overflow-wrap: break-word;
  position: absolute;
  top: -15px;
  left: 40px;
  color: #4c4c4c;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
  animation: fadeIn 0.3s ease-in-out;
}

.hotpoint-circle-left:hover + .hotpoint-content {
  left: -390px;
}

.hotpoint-circle__inner {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e2cf80;
}

.hotpoint-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 6px;
}

.hotpoint-description {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

/* hotpoints END */

/* video functions START */
.video-functions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 670px;
  padding: 0 40px;
  margin-top: 24px;
}

label.video-functions__label {
  position: relative;
  min-height: 212px;
  max-height: 212px;
  min-width: 275px;
  max-width: 275px;
  position: relative;
  border: unset;
  background-color: transparent;
  cursor: pointer;
}

img.video-functions__image {
  height: 100%;
  width: 100%;
  z-index: 10;
}

p.video-function__description,
p.video-function__description__euro,
p.video-function__description_mediaExpert {
  width: 100%;
  display: block;
  position: absolute;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  bottom: 0;
  color: #fff;
  background-color: #000;
  padding: 5px;
  z-index: 50;
}

label.video-functions__label:first-of-type {
  padding-top: 0;
}

.video-functions__play {
  position: absolute;
  left: calc(50% - 29px);
  top: calc(50% - 29px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000080;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 100;
}

.video-functions__play:before {
  content: '▶';
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 22px;
  top: 11px;
}

.video-functions-list_web {
  height: 100%;
  padding-right: 14px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: fit-content;
  gap: 14px;
}

.video-functions-input-wrapper_web {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 2px;
  overflow: hidden;
}

input[name='slider-iframe'] {
  display: none;
}

.video-functions-iframe-list-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: transform 600ms ease-in-out;
  opacity: 1;
}

.video-functions__iframe_web {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

.video-functions__iframe_web > iframe {
  width: 100vmax;
  height: 100%;
  border: unset;
}

#iframe-0:checked ~ .video-functions-iframe-list-wrapper {
  transform: translateX(0);
}

#iframe-1:checked ~ .video-functions-iframe-list-wrapper {
  transform: translateX(-100%);
}

#iframe-2:checked ~ .video-functions-iframe-list-wrapper {
  transform: translateX(-200%);
}

.video-functions-list_mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.video-functions__iframe_mobile {
  position: relative;
  width: 100%;
}

.video-functions__iframe_mobile > iframe {
  width: 100%;
  height: 320px;
  border: unset;
}

p.video-function__description_mobile,
p.video-function__description_mobile__euro,
p.video-function__description_mobile_mediaExpert {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 50;
  bottom: 4px;
  background: #000;
  color: #fff;
  padding: 8px;
  margin-top: 0;
}

/* video functions END */
/* functions START */
.functions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h2.functions-title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #000000;
  margin: 48px 0;
}

.functions-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.functions-element-full {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.functions-row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.functions-element-small {
  width: calc(50% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
}

.functions-element__txt {
  position: relative;
  height: 100%;
  padding: 34px;
}
.functions-element-full .functions-element__txt {
  position: absolute;
  left: 5%;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.functions-element-full h3.functions-element__txt-title {
  width: 75%;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 36px;
  color: #e2cf80;
}

.functions-element-full .functions-element__txt-text,
.functions-element-full .functions-element__txt-text__euro {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  white-space: break-spaces;
  color: #fff;
  max-width: 503px;
}

.functions-element-full > img.functions-element__mobileImage,
.functions-element-full > img.functions-element__webImage,
.functions-element-full > video.functions-element__mobileImage,
.functions-element-full > video.functions-element__webImage {
  width: 100%;
}

.functions-element-small h3.functions-element__txt-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 34px;
  color: #000;
}

.functions-element-small .functions-element__txt-text,
.functions-element-small .functions-element__txt-text__euro {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  white-space: break-spaces;
  color: #4c4c4c;
}

.functions-element-small > img.functions-element__mobileImage,
.functions-element-small > img.functions-element__webImage,
.functions-element-small > video.functions-element__mobileImage,
.functions-element-small > video.functions-element__webImage {
  width: 100%;
}

/* functions END */
/* hotpoints mobile START */
.hotpoints-image-container__mobile {
  display: none;
}

/* hotpoints mobile END */
/* dimensions START */
.dimensions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 40px;
  margin-bottom: 48px;
}

h2.dimensions-title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin: 48px 0;
}

p.dimensions__paragraph {
  max-width: 800px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 400;
  white-space: break-spaces;
}

img.dimensions__image {
  max-width: 100%;
}

/* dimensions END */
/* summary START */
.summary {
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-row {
  width: 100%;
  display: flex;
}

.summary-wrapper {
  box-sizing: border-box;
}

.summary-wrapper:nth-child(1) {
  flex: 2;
}

.summary-wrapper:nth-child(2) {
  flex: 3;
}

.summary-left-wrapper {
  height: 100%;
  padding: 48px 0 48px 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  /* background-color: #000; */
  background: radial-gradient(
    circle at 50% 50%,
    rgba(73, 73, 73, 0.95) 0%,
    rgba(0, 0, 0, 1) 50%
  );
}

img.summary__image {
  max-width: 470px;
}
.summary__properties:first-of-type {
  margin-top: 30px;
}
.summary__properties {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #cccccc;
  border-bottom: 1px solid #4c4c4c;
}
.summary__properties-label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.summary__properties-value {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #e2cf80;
  text-align: right;
}

.summary-right-wrapper {
  height: 100%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #000;
}

h2.summary-title__web,
h2.summary-title__mobile {
  text-align: left;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #e2cf80;
}

h2.summary-title__mobile {
  margin-top: 0;
}

p.summary-description__web,
p.summary-description__mobile {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  white-space: break-spaces;
  color: #ffffff;
  margin-bottom: 32px;
}

p.summary-description__mobile {
  padding: 0 16px;
  text-align: center;
  margin-bottom: 24px;
}

.summary-icons-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.summary-packshot-row {
  width: 100%;
  display: flex;
  gap: 14px;
}

.summary-icons {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  height: 100%;
}

.summary-icons_title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

img.summary-icons__image {
  max-width: 60px;
  margin-right: 16px;
}

h3.summary-icons__title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  color: #e2cf80;
  margin-bottom: 16px;
}

p.summary-icons__description,
p.summary-icons__description__euro {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 76px;
  white-space: break-spaces;
  color: #ffffff;
}

/* summary END */

/* comparison START */
.comparison {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 48px 0;
}

.comparison-title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin: 48px 0;
}

.comparison-content {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}

.comparison-params {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comparison-params__logo {
  height: 320px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.comparison-params__logo img {
  height: 36px;
  margin: 30px 40px;
}

.comparison-params__list,
.comparison-item__properties {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.comparison-params__list :first-child,
.comparison-item__properties :first-child {
  border-top: 2px solid #e5e7eb;
}

.comparison-params__row {
  height: 86px;
  width: 100%;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 2px solid #e5e7eb;
  font-size: 22px;
  font-weight: 400;
  text-align: right;
}
.comparison-params__row-name {
  margin-right: 40px;
  border: none !important;
}

.comparison-items {
  max-width: 780px;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  overflow-x: auto;
}

.comparison-item-current {
  width: 310px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  position: relative;
}

.comparison-item-current ::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -40px;
  border-radius: 24px;
  z-index: 10;
  box-shadow: 0 0 10px 10px #00000002;
}

.comparison-item {
  width: 300px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  min-height: 400px;
}

.comparison-item__product {
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.comparison-item__product img {
  max-width: 200px;
  max-height: 220px;
}

.comparison-item__product-name {
  font-size: 22px;
  font-weight: 400;
  color: #e2cf80;
  text-align: center;
  padding-bottom: 24px;
}

.comparison-item__row {
  height: 86px;
  width: 100%;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e5e7eb;
  font-size: 22px;
  font-weight: 400;
  border-left: 1px solid #e5e7eb;
}

.comparison-item-current__row {
  height: 86px;
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e5e7eb;
  font-size: 22px;
  font-weight: 600;
}

.swipe-button {
  display: none;
}
/* comparison END */

/* photos START */
.photos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 160px;
  margin-bottom: 40px;
}

.photos-title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin: 48px 0;
}

.photos-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 24px;
}

img.photos__image,
video.photos__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

img.photos__image:nth-child(1),
video.photos__image:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

img.photos__image:nth-child(2),
video.photos__image:nth-child(2) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 5;
}

img.photos__image:nth-child(3),
video.photos__image:nth-child(3) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}

img.photos__image:nth-child(4),
video.photos__image:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 7;
}

img.photos__image:nth-child(5),
video.photos__image:nth-child(5) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 5;
}

img.photos__image:nth-child(6),
video.photos__image:nth-child(6) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 5;
  grid-row-end: 7;
}

img.photos__image:nth-child(7),
video.photos__image:nth-child(7) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 5;
  grid-row-end: 7;
}

/* photos END */
/* footer START */
.footer-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
img.footer-image,
.footer-mobile-image {
  width: 100%;
}
.footer-mobile {
  display: none;
}

/* footer END */

/* Keyframes START */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* Keyframes END */

/* breakpoints START*/

/*sc_cut_1400*/
@media (min-width: 1100px) and (max-width: 1400px) {
  /*sc_cut_1400*/
  .comparison-items {
    max-width: 440px !important;
  }
  /*sc_cut_1400*/
} /*sc_cut_1400*/

/*sc_cut_1300*/
@media (min-width: 766px) and (max-width: 1300px) {
  /*sc_cut_1300*/
  .packshot-wrapper-image > img {
    width: 48%;
  }
  /*sc_cut_1300*/
} /*sc_cut_1300*/

 
  p {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }

  h1 {
    font-size: 3rem !important;
    line-height: 4rem !important;
  }

  h2 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }

  h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  h2.first_lead__title,
  h2.first_lead__subtitle {
    font-size: 28px !important;
    line-height: 33px !important;
  }
  h3.icons__title {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  p.icons__description__euro {
    font-size: 16px !important;
  }
  .packshot-wrapper {
    gap: 30px;
  }
  .toggle {
    bottom: 10%;
  }
  .packshot-image-text {
    margin: 50px 0 30%;
  }
  .hotpoint-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .hotpoint-description {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .functions-element-full .functions-element__txt {
    width: 75%;
  }
  .functions-element-full .functions-element__txt-text,
  .functions-element-full .functions-element__txt-text__euro {
    max-width: 353px;
  }
  img.dimensions__image {
    max-width: 75%;
  }
  .summary-row {
    flex-direction: column-reverse;
  }
  .summary-left-wrapper {
    padding: 48px;
  }
  .summary-right-wrapper {
    padding: 40px;
  }
  img.summary__image {
    width: unset;
  }

  .comparison {
    padding: 0 !important;
    margin: 24px 0 48px;
  }

  .comparison-title {
    margin: 24px 0 48px;
  }
  .comparison-item__product img {
    max-width: 170px;
    max-height: 220px;
  }

  .comparison-item-current {
    width: 210px;
  }

  .comparison-item {
    width: 200px;
  }

  .comparison-items {
    max-width: 226px;
  }

  .photos {
    padding: 0 80px;
  }
   

@media (min-width: 766px) {
  .first_lead-wrapper__web,
  .video-functions-list_web,
  .video-functions-input-wrapper_web,
  img.functions-element__webImage,
  video.functions-element__webImage,
  h2.summary-title__web {
    display: flex !important;
  }

  p.summary-description__web {
    display: block !important;
  }

  .first_lead-wrapper__mobile,
  .video-functions-list_mobile,
  img.functions-element__mobileImage,
  video.functions-element__mobileImage,
  h2.summary-title__mobile,
  p.summary-description__mobile {
    display: none !important;
  }
}

/*sc_cut_766*/
@media (max-width: 766px) {
  /*sc_cut_766*/
  p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
  }
  h2.first_lead__title,
  h2.first_lead__subtitle {
    font-size: 28px !important;
    line-height: 33px !important;
  }
  h2.first_lead__title {
    color: #fff !important;
  }

  h2.first_lead__subtitle {
    color: #e2cf80 !important;
  }
  .packshot {
    padding: 48px !important;
  }
  .packshot-wrapper {
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    padding: 0 !important;
    gap: unset !important;
  }
  .packshot-wrapper:first-of-type {
    margin-bottom: unset !important;
  }
  .packshot-wrapper:last-of-type {
    margin-bottom: 100px !important;
  }
  .icons-element {
    width: 100% !important;
    display: flex;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-right: 0 !important;
  }
  .icons__noHover {
    display: none !important;
  }
  .icons__hover {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: unset !important;
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 24px 0 !important;
    border-radius: 16px !important;
    background-color: unset !important;
    z-index: unset !important;
  }
  .icons_txt {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin-left: 24px !important;
  }
  h3.icons__title,
  p.icons__description,
  p.icons__description__euro {
    text-align: left !important;
  }
  .packshot-wrapper-image {
    justify-content: center !important;
    flex-direction: column !important;
    padding: 100% 40px 0 40px !important;
  }
  .toggle {
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
  }
  .packshot-wrapper-image > img {
    width: 100% !important;
  }
  .packshot-image-text {
    width: 100% !important;
    align-items: center !important;
    margin: 48px 0 !important;
  }
  h2.packshot-image-text__title,
  p.packshot-image-text__paragraph,
  p.packshot-image-text__paragraph__euro {
    text-align: center !important;
  }
  .functions-element-full .functions-element__txt {
    position: relative !important;
    left: unset !important;
    width: 100% !important;
    padding: 24px !important;
  }
  .functions-element-full h3.functions-element__txt-title,
  .functions-element-small h3.functions-element__txt-title {
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin-bottom: 28px !important;
  }
  .functions-element-full .functions-element__txt-text,
  .functions-element-full .functions-element__txt-text__euro,
  .functions-element-small .functions-element__txt-text,
  .functions-element-small .functions-element__txt-text__euro {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    white-space: break-spaces !important;
    color: #4c4c4c !important;
  }

  .first_lead-wrapper__web,
  .video-functions-list_web,
  .video-functions-input-wrapper_web,
  img.functions-element__webImage,
  video.functions-element__webImage,
  .photos,
  h2.summary-title__web,
  p.summary-description__web {
    display: none !important;
  }

  .first_lead-wrapper__mobile,
  .video-functions-list_mobile,
  img.functions-element__mobileImage,
  video.functions-element__mobileImage,
  h2.summary-title__mobile {
    display: flex !important;
  }

  p.summary-description__mobile {
    display: block !important;
  }

  .hotpoints-image-container {
    display: none !important;
  }

  .video-functions {
    height: unset !important;
  }

  .functions {
    padding-top: 0 !important;
  }
  h2.functions-title {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .functions-row {
    flex-direction: column !important;
  }

  .functions-element-small {
    width: 100% !important;
  }

  .dimensions {
    margin-top: unset !important;
  }

  .hotpoints-image-container__mobile {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
  }

  .hotpoints-image__mobile {
    width: 100% !important;
    object-fit: contain !important;
    cursor: pointer !important;
  }

  .hotpoints-content-container__mobile {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    bottom: 0 !important;
    z-index: 200 !important;
  }

  .hotpoints-content-container__mobile button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2px !important;
    width: 116px !important;
    height: 44px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 50px !important;
    margin: 20px auto !important;
  }

  .hotpoints-content-container__mobile img {
    width: 24px !important;
    height: 24px !important;
  }

  .hotpoints-content__mobile {
    display: flex !important;
    align-items: center !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    scroll-behavior: smooth !important;
  }

  .hotpoints-content__mobile::-webkit-scrollbar {
    display: none !important;
  }

  .hotpoints-content-item__mobile {
    flex-shrink: 0 !important;
    width: 250px !important;
    height: 135px !important;
    scroll-snap-align: center !important;
    background-color: #fff !important;
    border-radius: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 12px !important;
    cursor: pointer !important;
    margin-left: 15px !important;
  }

  .hotpoint-title__mobile {
    font-size: 18px !important;
    font-weight: 600 !important;
  }

  .hotpoint-description__mobile {
    font-size: 14px !important;
    line-height: 20px !important;
    height: 80px !important;
    overflow-y: scroll !important;
    scroll-behavior: smooth !important;
  }
  h2.dimensions-title {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .summary {
    padding: unset !important;
  }
  .summary-row {
    flex-direction: column !important;
  }

  img.summary__image {
    max-width: 100% !important;
  }
  .summary__properties {
    width: 100% !important;
  }
  .summary-right-wrapper {
    padding: 0 16px !important;
  }
  .summary-left-wrapper {
    padding: 48px !important;
  }
  .summary-packshot-row {
    flex-direction: column !important;
  }
  .summary-right-wrapper {
    padding: 0 48px !important;
  }
  .summary-icons {
    width: 100% !important;
  }
  p.summary-icons__description,
  p.summary-icons__description__euro {
    margin-top: -20px !important;
  }

  .comparison {
    padding: 0 !important;
    margin: 24px 0 24px !important;
  }

  .comparison-content {
    justify-content: flex-start !important;
  }

  .comparison-title {
    margin: 24px 0 48px !important;
    font-size: 30px !important;
  }

  .comparison-params {
    width: 38% !important;
  }

  .comparison-params__logo {
    height: 180px !important;
  }

  .comparison-params__logo img {
    height: 24px !important;
    margin: 15px 12px !important;
  }

  .comparison-params__row {
    height: 64px !important;
    font-size: 14px !important;
  }
  .comparison-params__row-name {
    margin-right: 12px !important;
  }

  .comparison-items {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 68% !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    scroll-behavior: smooth !important;
  }

  .comparison-item-current {
    width: 30% !important;
    min-height: 180px !important;
  }

  .comparison-item-current ::after {
    bottom: -23px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: none !important;
    padding: 0 4px !important;
  }

  .comparison-item {
    width: 92% !important;
    min-height: 180px !important;
  }

  .comparison-item__product {
    height: 180px !important;
    gap: 10px !important;
  }

  .comparison-item__product img {
    max-height: 120px !important;
    max-width: 90% !important;
  }

  .comparison-item__product-name {
    font-size: 14px !important;
    padding-bottom: 10px !important;
  }

  .comparison-item__row {
    height: 64px !important;
    font-size: 14px !important;
  }

  .comparison-item-current__row {
    height: 64px !important;
    font-size: 14px !important;
  }

  .swipe-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2px !important;
    width: 116px !important;
    height: 44px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 50px !important;
    margin: 40px 12px 40px auto !important;
  }

  .swipe-button img {
    height: 30px !important;
  }

  .footer-div {
    display: none !important;
  }

  .footer-mobile {
    display: flex !important;
  }

  .mobile-no-display {
    display: none !important;
  }
  /*sc_cut_766*/
} /*sc_cut_766*/

/* breakpoints END*/

.web-no-display {
  display: none;
}
.no-display {
  display: none !important;
}
.block-display {
  display: block !important;
}
.flex-display {
  display: flex !important;
}
.visibility-hidden {
  visibility: hidden !important;
}
.visibility-unset {
  visibility: unset !important;
}
