body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Lexend";
  src: url("fonts/Lexend-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

#lp-container {
  --lp-color-bg:             #000000;
  --lp-color-text:           #ffffff;
  --lp-color-gold:           #e5d095;
  --lp-color-border:         #3a3a3a;
  --lp-color-nav-border:     #1d1e1c;
  --lp-color-banner-bg:      #252523;
  --lp-color-secondary:      #a0a0a0;
  --lp-color-white:          #ffffff;
  --lp-color-black:          #000000;

  --lp-gold-gradient:        linear-gradient(135deg, #FCEEBA 0%, #DFC399 50%, #BE9864 100%);
  --lp-gold-gradient-border: linear-gradient(90deg, var(--color-Gold-Dark, #BE9864) 39.9%, rgba(190, 152, 100, 0.00) 100%);
  --lp-gold-btn-gradient:    linear-gradient(to bottom, #FCEEBA 0%, #DFC399 60%, #BE9864 100%);
  --lp-gold-radial-gradient: radial-gradient(77.94% 199.95% at 46.91% 48.49%, #FCF4BA 0%, #BE9864 100%);

  --lp-font:                 "Lexend", sans-serif;
  --lp-fw-extralight:        200;
  --lp-fw-light:             300;
  --lp-fw-regular:           400;
  --lp-fw-medium:            500;
  --lp-fw-semibold:          600;
  --lp-fw-bold:              700;

  --lp-container-max:        1376px;
  --lp-inner-max:            1206px;
}

#lp-container,
#lp-container *,
#lp-container *::before,
#lp-container *::after {
  box-sizing: border-box;
}

#lp-container {
  margin: 0 auto;
  width: 100%;
  max-width: var(--lp-container-max);
  background-color: var(--lp-color-bg);
  color: var(--lp-color-text);
  font-family: var(--lp-font);
  font-size: 16px;
  line-height: normal;
  position: relative;
  overflow-x: hidden;
}

#lp-container .lp-header__tagline,
#lp-container .lp-header__title,
#lp-container .lp-header__subtitle,
#lp-container .lp-header__fine-print,
#lp-container .lp-howto-section__title,
#lp-container .lp-howto-section__step-num,
#lp-container .lp-howto-section__step-heading,
#lp-container .lp-howto-section__step-text,
#lp-container .lp-howto-section__disclaimer,
#lp-container .lp-nav-heading__title,
#lp-container .lp-nav__btn-label,
#lp-container .lp-nav-fixed__btn-label,
#lp-container .lp-category-section__title,
#lp-container .lp-product-card__category,
#lp-container .lp-product-card__subtitle,
#lp-container .lp-product-card__series,
#lp-container .lp-product-card__name,
#lp-container .lp-product-card__description,
#lp-container .lp-feature-list__text,
#lp-container .lp-video-card__title,
#lp-container .lp-video-card__subtitle,
#lp-container .lp-video-card__desc,
#lp-container .lp-couture-section__series,
#lp-container .lp-couture-section__name,
#lp-container .lp-couture-section__description,
#lp-container .lp-couture-section__highlight-text,
#lp-container .lp-couture-section__footer-bold,
#lp-container .lp-couture-section__footer-text,
#lp-container .lp-howto-section__regulamin,
#lp-container .lp-additional-info__text {
  margin: 0;
  padding: 0;
  font-family: inherit;
}

#promo #lp-container img {
  max-width: 100%;
  width: auto;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: unset;
  object-position: center center;
  vertical-align: middle;
}

#promo #lp-container .lp-header__bg {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  display: block;
}

#promo #lp-container .lp-header__logo {
  width: 250px;
  height: auto;
  max-height: none;
}

#promo #lp-container .lp-header__packshot {
  width: 100%;
  height: auto;
  max-height: none;
}

#promo #lp-container .lp-footer__img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  display: block;
}

#promo #lp-container .lp-product-card__img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  display: block;
}

#promo #lp-container .lp-section-banner__img {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
}

#promo #lp-container .lp-howto-section__bg-img {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
}

#lp-container .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#lp-container .lp-inner {
  max-width: var(--lp-inner-max);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#lp-container .lp-header {
  position: relative;
  width: 100%;
  height: 645px;
  background-color: var(--lp-color-bg);
  overflow: hidden;
}

#lp-container .blik-icon {
  height: 34px;
  vertical-align: middle;
  display: inline-block;
}

#lp-container .lp-header__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

#lp-container .lp-header__promo-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 0;
}

#lp-container .lp-header__promo-label-img {
  display: block;
  width: auto;
  height: auto;
}

#promo #lp-container .lp-header__promo-label-img {
  width: auto;
  height: auto;
  max-height: none;
}

#lp-container .lp-header__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0;
}

#lp-container .lp-header__left {
  flex: 0 0 517px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  padding: 60px 0;
}

#lp-container .lp-header__logo-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#lp-container .lp-header__logo {
  display: block;
  width: 250px;
  object-fit: contain;
}

#lp-container .lp-header__blik {
  display: block;
  width: auto;
  height: 48px;
  object-fit: contain;
}

#promo #lp-container .lp-header__blik {
  height: 48px;
  width: auto;
  max-height: none;
}

#lp-container .lp-header__tagline {
  font-size: 14px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-gold);
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

#lp-container .lp-header__promo-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#lp-container .lp-header__title-underline {
  width: 407px;
  height: 3px;
  background: var(--lp-gold-gradient-border);
  flex-shrink: 0;
}

#lp-container .lp-header__title {
  font-size: 68.8px;
  font-weight: var(--lp-fw-bold);
  line-height: 1.20;
  background: var(--lp-gold-radial-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#lp-container .lp-header__subtitle {
  font-size: 30.1px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-text);
  line-height: 1.3;
}

#lp-container .lp-header__fine-print {
  font-size: 12px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-primary);
  line-height: 1.5;
  margin-top: 20px;
}

#lp-container .lp-header__right {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#lp-container .lp-header__packshot {
  display: block;
  width: 100%;
  height: auto;
  max-height: 645px;
  object-fit: contain;
  object-position: bottom center;
}

#lp-container .lp-howto-section {
  position: relative;
  width: 100%;
  padding: 48px 0;
  background-color: var(--lp-color-bg);
  overflow: hidden;
}

#lp-container .lp-howto-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#lp-container .lp-howto-section__bg-img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  pointer-events: none;
}

#lp-container .lp-howto-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

#lp-container .lp-howto-section__title {
  font-size: 44px;
  font-weight: var(--lp-fw-regular);
  line-height: normal;
  color: var(--lp-color-gold);
  text-align: center;
}

#lp-container .lp-howto-section__steps {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0;
}

#lp-container .lp-howto-section__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 24px 24px;
  min-width: 0;
  height: 300px;
}

#lp-container .lp-howto-section__step--border {
  border-left: 1px solid var(--lp-color-border);
}

#lp-container .lp-howto-section__step-icon {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

#lp-container .lp-howto-section__step-num {
  font-size: 34px;
  font-weight: var(--lp-fw-extralight);
  color: var(--lp-color-gold);
  line-height: 1;
  text-align: center;
}

#lp-container .lp-howto-section__step-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 280px;
  text-align: center;
}

#lp-container .lp-howto-section__step-heading {
  font-size: 24px;
  font-weight: var(--lp-fw-bold);
  color: var(--lp-color-text);
  line-height: 1.3;
}

#lp-container .lp-howto-section__step-text {
  font-size: 18px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-text);
  line-height: 1.5;
}

#lp-container .lp-howto-section__step-link {
  color: var(--lp-color-gold);
  text-decoration: underline;
  text-underline-position: from-font;
}

#lp-container .lp-howto-section__step-blik {
  display: block;
  height: 32px;
  width: auto;
  object-fit: contain;
  margin-top: 4px;
}

#promo #lp-container .lp-howto-section__step-blik {
  height: 32px;
  width: auto;
  max-height: none;
}

#lp-container .lp-howto-section__regulamin {
  font-size: 16px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-text);
  line-height: 1.6;
  text-align: center;
  max-width: 900px;
  width: 100%;
}

#lp-container .lp-howto-section__disclaimer {
  font-size: 16px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-text);
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

#lp-container .lp-howto-section__disclaimer-link {
  color: var(--lp-color-gold);
  font-weight: var(--lp-fw-bold);
  text-decoration: underline;
  text-underline-position: from-font;
}

#lp-container .lp-nav-wrap {
  width: 100%;
  background-color: var(--lp-color-bg);
  padding-bottom: 0;
}

#lp-container .lp-nav-heading {
  display: flex;
  justify-content: center;
  padding: 40px 0 88px;
}

#lp-container .lp-nav-heading__title {
  font-size: 44px;
  font-weight: var(--lp-fw-regular);
  line-height: normal;
  background: var(--lp-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

#lp-container .lp-nav {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 48px;
}

#lp-container .lp-nav__inner {
  display: flex;
  gap: 0;
  justify-content: center;
  max-width: var(--lp-container-max);
  margin: 0 auto;
  width: 100%;
}

#lp-container .lp-nav__btn {
  flex: 1;
  min-width: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--lp-color-bg);
  border: 1px solid var(--lp-color-nav-border);
  cursor: pointer;
  transition: background 0.2s;
}

#lp-container .lp-nav__btn--active {
  background: var(--lp-color-gold);
}

#lp-container .lp-nav__btn-img {
  display: block;
  width: auto;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
}

#lp-container .lp-nav__btn-label {
  font-size: 15px;
  font-weight: var(--lp-fw-bold);
  color: var(--lp-color-gold);
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}

#lp-container .lp-nav__btn--active .lp-nav__btn-label {
  color: var(--lp-color-black);
}

#lp-container .lp-nav-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--lp-container-max);
  z-index: 1000;
  display: none;
  background-color: var(--lp-color-bg);
}

#lp-container .lp-nav-fixed--visible {
  display: block;
}

#lp-container .lp-nav-fixed__inner {
  display: flex;
  width: 100%;
}

#lp-container .lp-nav-fixed__btn {
  flex: 1;
  min-width: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--lp-color-bg);
  border: 1px solid var(--lp-color-nav-border);
  cursor: pointer;
  transition: background 0.2s;
}

#lp-container .lp-nav-fixed__btn--active {
  background: var(--lp-color-gold);
}

#lp-container .lp-nav-fixed__btn-img {
  display: block;
  width: auto;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
}

#lp-container .lp-nav-fixed__btn-label {
  font-size: 15px;
  font-weight: var(--lp-fw-bold);
  color: var(--lp-color-gold);
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}

#lp-container .lp-nav-fixed__btn--active .lp-nav-fixed__btn-label {
  color: var(--lp-color-black);
}

#lp-container .lp-category-section {
  position: relative;
  width: 100%;
  background-color: var(--lp-color-bg);
  padding-bottom: 64px;
}

#lp-container .lp-category-section__title-row {
  padding-top: 80px;
  padding-bottom: 32px;
}

#lp-container .lp-category-section__title {
  font-size: 44px;
  font-weight: var(--lp-fw-regular);
  line-height: normal;
  background: var(--lp-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#lp-container .lp-product-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 48px 0;
}

#lp-container .lp-product-card--image-left {
  flex-direction: row;
}

#lp-container .lp-product-card--image-left .lp-product-card__image {
  order: -1;
}

#lp-container .lp-product-card__text {
  flex: 0 0 491px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#lp-container .lp-product-card__image {
  flex: 1;
  min-width: 0;
  position: relative;
}

#lp-container .lp-product-card__image--has-logo {
  position: relative;
}

#lp-container .lp-product-card__img {
  display: block;
  width: 100%;
  height: auto;
}

#lp-container .lp-product-card__figure {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

#lp-container .lp-product-card__video {
  display: block;
  width: 100%;
  height: auto;
}

#promo #lp-container .lp-product-card__video {
  width: 100%;
  height: auto;
  max-height: none;
}

#lp-container .lp-product-card__logo-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  width: 120px;
  height: auto;
}

#promo #lp-container .lp-product-card__logo-overlay {
  width: 120px;
  height: auto;
  max-height: none;
}

#lp-container .lp-product-card__category {
  font-size: 44px;
  font-weight: var(--lp-fw-regular);
  line-height: 1.1;
  background: var(--lp-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#lp-container .lp-product-card__sep {
  border: none;
  border-top: 1px solid var(--lp-color-gold);
  margin: 0;
  max-width: none;
  z-index: 100;
  margin-right: -102px;
}

#lp-container .lp-product-card--image-left .lp-product-card__sep {
  margin-left: -102px;
}

#lp-container .lp-product-card__series {
  font-size: 18px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-text);
  line-height: 1.4;
}

#lp-container .lp-product-card__subtitle {
  font-size: 22px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-secondary);
  line-height: 1.3;
}

#lp-container .lp-product-card__name {
  font-size: 24px;
  font-weight: var(--lp-fw-bold);
  color: var(--lp-color-text);
  line-height: 1.3;
}

#lp-container .lp-product-card__description {
  font-size: 18px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-text);
  line-height: 1.6;
  max-width: 480px;
}

#lp-container .lp-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 32px;
}

#lp-container .lp-feature-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

#lp-container .lp-feature-list__icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

#promo #lp-container .lp-feature-list__icon {
  width: 48px;
  height: 48px;
  max-height: none;
}

#lp-container .lp-feature-list__text {
  font-size: 16px;
  font-weight: var(--lp-fw-medium);
  color: var(--lp-color-text);
  line-height: 1.4;
}

#lp-container .lp-feature-icons {
  display: flex;
  gap: 11px;
}

#lp-container .lp-feature-icon {
  flex: 0 0 141px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp-container .lp-feature-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

#promo #lp-container .lp-feature-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

#lp-container .lp-video-cards {
  display: flex;
  gap: 20px;
  padding: 48px 0;
}

#lp-container .lp-video-card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#lp-container .lp-video-card__figure {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #111;
}

#lp-container .lp-video-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#lp-container .lp-video-card__meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}

#lp-container .lp-video-card__title {
  font-size: 44px;
  font-weight: var(--lp-fw-regular);
  line-height: normal;
  background: var(--lp-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#lp-container .lp-video-card__subtitle {
  font-size: 18px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-text);
  line-height: 1.4;
}

#lp-container .lp-video-card__desc {
  font-size: 18px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-text);
  line-height: 1.4;
}

#lp-container .lp-section-banner {
  padding: 32px 0;
}

#lp-container .lp-section-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

#lp-container .lp-product-grid-wrap {
  position: relative;
  z-index: 1;
}

#lp-container .lp-product-grid {
  background-color: var(--lp-color-banner-bg);
  border-radius: 0;
  padding: 32px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 530px;
}

#lp-container .lp-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

#lp-container .lp-section-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  background: var(--lp-color-gold);
  border: 1px solid var(--lp-color-gold);
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--lp-font);
  font-size: 16px;
  font-weight: var(--lp-fw-bold);
  color: var(--lp-color-black);
  line-height: 1;
  text-align: center;
  transition: opacity 0.2s;
}

#lp-container .lp-section-cta__btn:hover {
  opacity: 0.9;
}

#lp-container .lp-couture-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 48px 0;
  position: relative;
}

#lp-container .lp-couture-section__line {
  position: absolute;
  width: 1px;
  height: 217px;
  top: 48px;
  background: var(--lp-gold-gradient);
}

#lp-container .lp-couture-section__line--left {
  z-index: 100;
  left: 126px;
}

#lp-container .lp-couture-section__line--right {
  z-index: 100;
  right: 127px;
}

#lp-container .lp-couture-section__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 100px;
  padding-right: 100px;
}

#lp-container .lp-couture-section__header--right {
  align-items: flex-end;
  text-align: right;
}

#lp-container .lp-couture-section__name {
  font-size: 44px;
  font-weight: var(--lp-fw-regular);
  line-height: 1.1;
  background: var(--lp-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#lp-container .lp-couture-section__series {
  font-size: 18px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-text);
  line-height: 1.4;
}

#lp-container .lp-couture-section__description {
  font-size: 18px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-secondary);
  line-height: 1.5;
  max-width: 500px;
}

#lp-container .lp-couture-section__header--right .lp-couture-section__description {
  margin-left: auto;
}

#lp-container .lp-couture-section__body {
  display: flex;
  align-items: center;
  gap: 0;
}

#lp-container .lp-couture-section__accent {
  display: block;
  width: 3px;
  flex-shrink: 0;
  align-self: stretch;
  background: var(--lp-gold-gradient);
  margin-right: 8px;
}

#lp-container .lp-couture-section__accent--right {
  margin-right: 0;
  margin-left: 8px;
}

#lp-container .lp-couture-section__video-wrap {
  margin: 0;
  padding: 0;
  flex: 0 0 908px;
  position: relative;
  width: 908px;
  height: 530px;
  overflow: hidden;
  background-color: #111;
}

#lp-container .lp-couture-section__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#lp-container .lp-couture-section__highlight {
  flex: 0 0 298px;
  background-color: var(--lp-color-banner-bg);
  height: 530px;
}

#lp-container .lp-couture-section__highlight-text {
  font-size: 20px;
  font-weight: var(--lp-fw-medium);
  color: var(--lp-color-text);
  line-height: 1.5;
  text-align: center;
}

#lp-container .lp-couture-section__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#lp-container .lp-couture-section__footer--right {
  text-align: right;
}

#lp-container .lp-couture-section__footer-bold {
  font-size: 24px;
  font-weight: var(--lp-fw-bold);
  color: var(--lp-color-text);
  line-height: 1.3;
}

#lp-container .lp-couture-section__footer-text {
  font-size: 18px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-primary);
  line-height: 1.5;
}

#lp-container .lp-additional-info {
  padding: 48px 85px;
  text-align: center;
  background-color: var(--lp-color-bg);
}

#lp-container .lp-additional-info__text {
  font-size: 14px;
  font-weight: var(--lp-fw-regular);
  color: var(--lp-color-primary);
  line-height: 1.6;
  max-width: var(--lp-inner-max);
  margin: 0 auto;
}

#lp-container .lp-additional-info__link {
  color: var(--lp-color-gold);
  text-decoration: underline;
  text-underline-position: from-font;
}

#lp-container .lp-footer {
  width: 100%;
  position: relative;
}

#lp-container .lp-footer__img {
  display: block;
  width: 100%;
  height: auto;
}

#promo #lp-container .lp-footer__img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
}

@media (max-width: 1440px) and (min-width: 1231px) {

  #lp-container {
    --lp-container-max: 1218px;
    --lp-inner-max:     1048px;
  }

  #lp-container .lp-product-card__text {
    flex: 0 0 336px;
  }

  #lp-container .lp-product-card__sep {
    margin-right: -89px;
  }

  #lp-container .lp-product-card--image-left .lp-product-card__sep {
    margin-left: -89px;
  }

  #lp-container .lp-feature-icon {
    flex: 0 0 121px;
  }

  #lp-container .lp-couture-section__video-wrap {
    flex: 0 0 750px;
    width: 750px;
    height: 530px;
  }

  #lp-container .lp-couture-section__highlight {
    height: 530px;
  }

  #lp-container .lp-couture-section__line--right {
    right: 122px;
  }

  #lp-container .lp-howto-section__step {
    height: 330px;
  }

  #lp-container .lp-header__packshot {
    position: absolute;
    right: -80px;
    top: 90px;
    width: unset;
  }

  #lp-container .lp-product-card__category {
    font-size: 36px;
  }

  #lp-container .lp-couture-section__name {
    font-size: 36px;
  }

}

@media (max-width: 1230px) and (min-width: 961px) {

  #lp-container {
    --lp-container-max: 960px;
    --lp-inner-max:     880px;
  }

  #lp-container .lp-header {
    height: 544px;
  }

  #lp-container .lp-header__content {
    max-width: var(--lp-container-max);
  }

  #lp-container .lp-header__left {
    flex: 0 0 503px;
    gap: 38.7px;
    padding: 38.7px 40px;
  }

  #lp-container .lp-header__logo {
    width: 204px;
  }

  #lp-container .lp-header__title {
    font-size: 58px;
  }

  #lp-container .lp-header__title-underline {
    width: 343px;
  }

  #lp-container .lp-header__subtitle {
    font-size: 25.4px;
  }

  #lp-container .lp-nav__btn,
  #lp-container .lp-nav-fixed__btn {
    justify-content: flex-start;
  }

  #lp-container .lp-product-card__category {
    font-size: 36px;
  }

  #lp-container .lp-product-card__text {
    flex: 0 0 336px;
  }

  #lp-container .lp-product-card__sep {
    margin-right: -89px;
  }

  #lp-container .lp-product-card--image-left .lp-product-card__sep {
    margin-left: -89px;
  }

  #lp-container .lp-feature-icons {
    flex-wrap: wrap;
    padding-left: 356px;
  }

  #lp-container .lp-feature-icon {
    flex: 0 0 121px;
  }

  #lp-container .lp-video-card__title {
    font-size: 36px;
  }

  #lp-container .lp-couture-section__video-wrap {
    flex: 0 0 582px;
    width: 582px;
    height: 530px;
  }

  #lp-container .lp-couture-section__highlight {
    height: 530px;
  }

  #lp-container .lp-couture-section__header {
    padding-left: 80px;
    padding-right: 80px;
  }

  #lp-container .lp-couture-section__line--left {
    left: 68px;
  }

  #lp-container .lp-couture-section__line--right {
    right: 68px;
  }

  #lp-container .lp-howto-section__step {
    height: 350px;
    padding: 0 10px 24px;
  }

  #lp-container .lp-couture-section__name {
    font-size: 36px;
  }

  #lp-container .lp-header__packshot {
    margin-top: 50px;
    width: unset;
    height: 430px;
  }
}

@media (max-width: 960px) {

  #lp-container {
    --lp-inner-max: 290px;
  }

  #lp-container .lp-header {
    height: auto;
    min-height: 636px;
  }

  #lp-container .lp-header__bg {
    object-position: center;
  }

  #lp-container .lp-header__content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    gap: 12px;
    padding: 38.7px 0;
  }

  #lp-container .blik-icon {
    height: 18px;
  }

  #lp-container .lp-header__left,
  #lp-container .lp-header__promo-info,
  #lp-container .lp-header__right,
  #lp-container .lp-header__left > picture,
  #lp-container .lp-header__right > picture {
    display: contents;
  }

  #lp-container .lp-header__logo {
    order: 1;
    width: 198px;
    align-self: center;
  }

  #lp-container .lp-header__title {
    order: 2;
    width: 100%;
    margin-top: 8px;
    font-size: 32px;
    text-align: left;
  }

  #lp-container .lp-header__title-underline {
    order: 3;
    width: 100%;
  }

  #lp-container .lp-header__subtitle {
    order: 4;
    width: 100%;
    font-size: 16px;
    text-align: left;
  }

  #lp-container .lp-header__packshot {
    order: 5;
    width: 100%;
    height: auto;
    max-height: none;
  }

  #lp-container .lp-header__fine-print {
    order: 6;
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }

  #lp-container .lp-howto-section {
    padding: 24px 0;
  }

  #lp-container .lp-howto-section__inner {
    gap: 24px;
  }

  #lp-container .lp-howto-section__title {
    font-size: 32px;
    width: 100%;
    text-align: center;
  }

  #lp-container .lp-howto-section__step-heading {
    font-size: 20px;
  }

  #lp-container .lp-howto-section__step-text {
    font-size: 16px;
  }

  #lp-container .lp-howto-section__steps {
    flex-direction: column;
    gap: 0;
  }

  #lp-container .lp-howto-section__step {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid var(--lp-color-border);
    width: 100%;
  }

  #lp-container .lp-howto-section__step--border {
    border-left: none;
    border-top: none;
  }

  #lp-container .lp-howto-section__step-num {
    display: none;
  }

  #lp-container .lp-howto-section__step-body {
    flex: 1;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
    max-width: none;
  }

  #lp-container .lp-howto-section__step-heading,
  #lp-container .lp-howto-section__step-text {
    width: 100%;
  }

  #lp-container .lp-howto-section__disclaimer {
    font-size: 14px;
    width: 100%;
  }

  #lp-container .lp-nav-heading {
    padding: 24px 0;
  }

  #lp-container .lp-nav-heading__title {
    font-size: 32px;
    width: 100%;
    text-align: center;
  }

  #lp-container .lp-nav-fixed,
  #lp-container .lp-nav-fixed--visible {
    display: none !important;
  }

  #lp-container .lp-nav {
    padding-bottom: 24px;
  }

  #lp-container .lp-nav__inner {
    flex-direction: column;
    gap: 0;
    max-width: none;
    align-items: stretch;
  }

  #lp-container .lp-nav__btn {
    flex: none;
    width: 100%;
    justify-content: flex-start;
    height: 80px;
  }

  #lp-container .lp-nav__btn-label br {
    display: none;
  }

  #lp-container .lp-category-section {
    padding-bottom: 24px;
  }

  #lp-container .lp-product-card {
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
  }

  #lp-container .lp-product-card__image {
    order: -1;
  }

  #lp-container .lp-product-card__text {
    flex: none;
    width: 100%;
  }

  #lp-container .lp-product-card__sep {
    width: 100%;
    margin-right: 0;
  }

  #lp-container .lp-product-card__sep {
    width: 100%;
    margin-left: 0;
  }

  #lp-container .lp-product-card--image-left .lp-product-card__sep {
    margin-left: 0;
  }

  #lp-container .lp-product-card__image {
    width: 100%;
  }

  #lp-container .lp-product-card__category {
    font-size: 36px;
  }

  #lp-container .lp-product-card__name {
    font-size: 24px;
  }

  #lp-container .lp-product-card__description {
    max-width: 100%;
    font-size: 18px;
  }

  #lp-container .lp-feature-icons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
  }

  #lp-container .lp-feature-icon {
    flex: 0 0 121px;
  }

  #lp-container .lp-product-card__logo-overlay {
    width: 71px;
    left: auto;
    right: 16px;
    bottom: 12px;
  }

  #lp-container .lp-feature-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #lp-container .lp-video-cards {
    flex-direction: column;
    gap: 20px;
    padding: 24px 0;
  }

  #lp-container .lp-video-card__title {
    font-size: 36px;
  }

  #lp-container .lp-product-grid-wrap {
    max-width: var(--lp-inner-max);
  }

  #lp-container .lp-product-grid {
    padding: 24px;
    min-height: 530px;
  }

  #lp-container .lp-section-cta {
    margin-top: 24px;
  }

  #lp-container .lp-section-cta__btn {
    white-space: normal;
    text-align: center;
    width: 100%;
  }

  #lp-container .lp-couture-section {
    padding: 24px 0;
    gap: 24px;
  }

  #lp-container .lp-couture-section__line {
    display: none;
  }

  #lp-container .lp-couture-section__header {
    padding-left: 0;
    padding-right: 0;
  }

  #lp-container .lp-couture-section__header--right {
    align-items: flex-start;
    text-align: left;
  }

  #lp-container .lp-couture-section__body {
    flex-direction: column;
    gap: 0;
  }

  #lp-container .lp-couture-section__body--mirrored {
    flex-direction: column-reverse;
  }

  #lp-container .lp-couture-section__video-wrap {
    flex: none;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }

  #lp-container .lp-couture-section__highlight {
    flex: none;
    width: 100%;
    height: 516px;
  }

  #lp-container .lp-couture-section__footer--right {
    text-align: left;
  }

  #lp-container .lp-couture-section__name {
    font-size: 36px;
  }

  #lp-container .lp-additional-info {
    padding: 24px 15px;
  }

  #lp-container .lp-nav-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #lp-container .lp-nav {
    max-width: 500px;
  }

  #lp-container .lp-header__fine-print,
  #lp-container .lp-howto-section__title,
  #lp-container .lp-howto-section__regulamin,
  #lp-container .lp-howto-section__disclaimer {
    width: min(800px, calc(100vw - 30px));
  }

  #lp-container .lp-additional-info__text {
    max-width: 800px;
  }

  #lp-container .lp-header__content {
    max-width: 430px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #lp-container .lp-header__title-br {
    display: none;
  }
}
