.landing-page {
  background: #fafafa; }

.landing-hero__swiper {
  width: 100%; }
  .landing-hero__swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block; }
  .landing-hero__swiper .swiper-pagination {
    bottom: 20px; }
    .landing-hero__swiper .swiper-pagination .swiper-pagination-bullet {
      width: 40px;
      height: 4px;
      border-radius: 2px;
      background: rgba(255, 255, 255, 0.5);
      opacity: 1; }
      .landing-hero__swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #ffffff; }

.landing-countdown {
  padding: 72px 0 0px; }
  .landing-countdown__wrapper {
    background: linear-gradient(122deg, #404040 0.73%, #0a0a0a 57.56%, #b10303 100%);
    border-radius: 2px;
    padding: 40px;
    position: relative;
    overflow: hidden; }
    .landing-countdown__wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("https://cdn.hstatic.net/files/1000388227/file/bg_section_2.png") center/cover no-repeat;
      opacity: 0.8;
      pointer-events: none; }
  .landing-countdown__content {
    position: relative;
    z-index: 1;
    text-align: center; }
  .landing-countdown__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #ffffff;
    margin: 0 0 8px;
    text-transform: uppercase; }
  .landing-countdown__timer {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px; }

.countdown-item {
  background: #d70000;
  border-radius: 2px;
  min-width: 100px;
  min-height: 50px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .countdown-item .countdown-value {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-transform: uppercase; }
  .countdown-item .countdown-label {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 2px; }

.landing-promo {
  padding: 0 0 0px; }
  .landing-promo__wrapper {
    background: #ffffff;
    border-radius: 4px;
    padding: 32px 24px; }
  .landing-promo__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #020612;
    margin: 0 0 8px; }
  .landing-promo__body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #020612; }
    .landing-promo__body ul, .landing-promo__body ol {
      margin: 0;
      padding-left: 24px; }
      .landing-promo__body ul li, .landing-promo__body ol li {
        margin-bottom: 8px; }
        .landing-promo__body ul li:last-child, .landing-promo__body ol li:last-child {
          margin-bottom: 0; }

.landing-voucher {
  padding: 0 0 0px; }
  .landing-voucher__wrapper {
    background: #fdd;
    border-radius: 2px;
    padding: 28px 12px 12px; }
  .landing-voucher__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0 0 8px;
    padding: 0 12px; }
  .landing-voucher__swiper .swiper-slide {
    width: auto; }
  .landing-voucher__swiper .swiper-scrollbar {
    background: #fff0f0;
    height: 4px;
    margin-top: 24px;
    position: static !important; }
    .landing-voucher__swiper .swiper-scrollbar .swiper-scrollbar-drag {
      background: #404040;
      border-radius: 100px; }

.voucher-card {
  display: flex;
  align-items: stretch;
  min-width: 241px;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden; }
  .voucher-card__content {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .voucher-card__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #000102;
    margin: 0; }
  .voucher-card__desc {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: -0.1px;
    color: #374151;
    margin: -16px 0 0; }
  .voucher-card__btn {
    background: #0a0a0a;
    color: #ffffff;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    padding: 4px 10px;
    min-height: 36px;
    cursor: pointer;
    transition: background 0.2s ease;
    align-self: flex-start; }
    .voucher-card__btn:hover {
      background: #d70000; }
  .voucher-card__divider {
    width: 44px;
    background: linear-gradient(to right, transparent 0%, transparent 45%, #ffffff 45%, #ffffff 55%, transparent 55%, transparent 100%);
    position: relative; }
    .voucher-card__divider::before, .voucher-card__divider::after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background: #fdd;
      border-radius: 50%; }
    .voucher-card__divider::before {
      top: -5px;
      left: 50%;
      transform: translateX(-50%); }
    .voucher-card__divider::after {
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%); }

.landing-usp {
  padding: 0 0 72px; }
  .landing-usp__wrapper {
    background: linear-gradient(107deg, #404040 0.73%, #0a0a0a 57.56%, #b10303 100%);
    border-radius: 2px;
    padding: 64px;
    position: relative;
    overflow: hidden; }
    .landing-usp__wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("https://cdn.hstatic.net/files/1000388227/file/bg_section_2.png") center/cover no-repeat;
      opacity: 0.8;
      pointer-events: none; }
  .landing-usp__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1; }

.usp-card {
  flex: 1 1 calc(33.333% - 10px);
  min-width: 420px;
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .usp-card__icon {
    width: 40px;
    height: 40px; }
    .usp-card__icon img, .usp-card__icon svg {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .usp-card__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
    color: #0a0a0a;
    margin: 0; }

.landing-process {
  padding: 0 0 72px; }
  .landing-process__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0 0 40px; }
  .landing-process__grid {
    display: flex;
    gap: 10px; }

.process-card {
  flex: 1;
  background: #ffffff;
  border-radius: 2px;
  padding: 24px;
  display: flex;
  gap: 12px; }
  .process-card__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px; }
    .process-card__icon img, .process-card__icon svg {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .process-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .process-card__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
    color: #0a0a0a;
    margin: 0; }
  .process-card__desc {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #404040;
    margin: 0; }

.landing-newsletter {
  padding: 0 0px 72px; }
  .landing-newsletter__wrapper {
    display: flex;
    border-radius: 2px;
    overflow: hidden;
    background: linear-gradient(to bottom, #f9fbfd, #3e4854);
    position: relative; }
  .landing-newsletter__image {
    flex: 0 0 auto;
    width: 100%;
    position: relative; }
    .landing-newsletter__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .landing-newsletter__image::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      background: linear-gradient(to left, rgba(6, 5, 10, 0.9) 23.5%, rgba(82, 98, 114, 0) 50%); }
  .landing-newsletter__form-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px;
    position: relative;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .landing-newsletter__form {
    background: #ffffff;
    border: 2px solid #ff919c;
    border-radius: 2px;
    padding: 32px;
    width: 620px;
    max-width: 100%;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .landing-newsletter__header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 12px; }
  .landing-newsletter__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #d70000;
    margin: 0; }
  .landing-newsletter__subtitle {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.2px;
    color: #171717;
    margin: 0; }
  .landing-newsletter__fields {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .landing-newsletter__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0a0a0a;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    padding: 16px 24px;
    min-height: 48px;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
    position: relative;
    overflow: hidden; }
    .landing-newsletter__submit:hover {
      background: #d70000; }
    .landing-newsletter__submit svg {
      width: 24px;
      height: 24px; }

.form-row {
  display: flex;
  gap: 10px; }
  .form-row .form-group {
    flex: 1; }

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .form-group--full {
    width: 100%; }
  .form-group label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a; }
  .form-group input,
  .form-group textarea {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px 12px;
    min-height: 44px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    width: 100%;
    transition: border-color 0.2s ease; }
    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: #737373; }
    .form-group input:focus,
    .form-group textarea:focus {
      outline: none;
      border-color: #d70000; }
  .form-group textarea {
    resize: vertical;
    min-height: 80px;
    background: #ffffff; }

.landing-customers {
  padding: 0 0 72px; }
  .landing-customers__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0 0 40px;
    text-align: center; }
  .landing-customers__swiper .swiper-slide {
    width: auto; }
  .landing-customers__swiper .swiper-scrollbar {
    background: #e5e5e5;
    height: 4px;
    margin-top: 40px;
    position: static !important; }
    .landing-customers__swiper .swiper-scrollbar .swiper-scrollbar-drag {
      background: #404040;
      border-radius: 100px; }

.customer-card {
  padding: 0 0; }
  .customer-card__logo {
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 16px;
    min-width: 213px;
    min-height: 213px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .customer-card__logo img {
      max-width: 100%;
      max-height: 180px;
      object-fit: contain; }

.landing-collection__hero {
  position: relative; }

.landing-collection__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px; }

.landing-collection__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  padding: 160px 40px 40px; }

.landing-collection__title {
  font-family: "GMV Din Pro", "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -1.2px;
  color: #ffffff;
  margin: 0; }

.landing-collection__products {
  padding: 10px 0 0;
  position: relative; }

.landing-collection__swiper {
  position: relative; }
  .landing-collection__swiper .swiper-slide {
    width: 373px; }
  .landing-collection__swiper .swiper-button-prev,
  .landing-collection__swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px; }
    .landing-collection__swiper .swiper-button-prev::after,
    .landing-collection__swiper .swiper-button-next::after {
      font-size: 16px;
      color: #0a0a0a; }
  .landing-collection__swiper .swiper-button-prev {
    left: 18px; }
  .landing-collection__swiper .swiper-button-next {
    right: 18px; }

.landing-collection__scrollbar {
  position: static !important;
  background: #e5e5e5;
  height: 4px;
  margin-top: 30px;
  position: static !important; }
  .landing-collection__scrollbar .swiper-scrollbar-drag {
    background: #404040;
    border-radius: 100px; }

.landing-collection__viewall {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 72px; }

.landing-products {
  padding: 0 0px 72px; }
  .landing-products__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0 0 40px;
    text-align: center; }
  .landing-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; }
  .landing-products__pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "GMV Din Pro", "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 2px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none; }
  .btn--primary {
    background: #0a0a0a;
    color: #ffffff; }
    .btn--primary:hover {
      background: #d70000; }
    .btn--primary svg {
      width: 24px;
      height: 24px; }

.product-card--placeholder {
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden; }
  .product-card--placeholder .product-card__image {
    position: relative;
    background: #f5f5f5; }
    .product-card--placeholder .product-card__image img {
      width: 100%;
      height: auto;
      display: block; }
  .product-card--placeholder .product-card__badge {
    position: absolute;
    top: 10px;
    left: 9px;
    padding: 6px 8px;
    border-radius: 2px;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.1px; }
    .product-card--placeholder .product-card__badge--black {
      background: #0a0a0a;
      color: #ffffff; }
    .product-card--placeholder .product-card__badge--red {
      background: #d70000;
      color: #ffffff; }
  .product-card--placeholder .product-card__info {
    padding: 12px; }
  .product-card--placeholder .product-card__brand {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.1px;
    color: #737373;
    display: block;
    margin-bottom: 4px; }
  .product-card--placeholder .product-card__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #0a0a0a;
    margin: 0 0 4px; }
  .product-card--placeholder .product-card__price {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    align-items: center; }
    .product-card--placeholder .product-card__price .price-sale {
      font-family: "GMV Din Pro", "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: -0.2px;
      color: #d70000; }
    .product-card--placeholder .product-card__price .price-compare {
      font-family: "GMV Din Pro", "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      color: #737373;
      text-decoration: line-through; }

@media (max-width: 1400px) {
  .usp-card {
    min-width: 380px; }
  .landing-collection__swiper .swiper-slide {
    width: 320px; }
  .landing-newsletter__image {
    width: 600px; }
  .landing-newsletter__form {
    width: 550px; }
  .landing-newsletter__title {
    font-size: 36px;
    line-height: 44px; } }

@media (max-width: 1199px) {
  .landing-collection__hero {
    margin: 0 24px; }
  .landing-collection__products {
    padding: 10px 24px 0; }
  .landing-countdown__title {
    font-size: 36px;
    line-height: 44px; }
  .landing-voucher__title,
  .landing-process__title,
  .landing-customers__title,
  .landing-collection__title,
  .landing-products__title {
    font-size: 36px;
    line-height: 44px; }
  .usp-card {
    min-width: 300px; }
    .usp-card__title {
      font-size: 24px;
      line-height: 32px; }
  .process-card__title {
    font-size: 24px;
    line-height: 32px; }
  .landing-products__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 991px) {
  .landing-countdown__wrapper {
    padding: 32px; }
  .landing-usp__wrapper {
    padding: 40px; }
  .usp-card {
    flex: 1 1 calc(50% - 10px);
    min-width: 280px; }
  .landing-process__grid {
    flex-wrap: wrap; }
  .process-card {
    flex: 1 1 calc(50% - 10px);
    min-width: 280px; }
  .customer-card__logo {
    min-width: 180px;
    min-height: 180px; }
  .landing-products__grid {
    grid-template-columns: repeat(2, 1fr); }
  .landing-newsletter__wrapper {
    flex-direction: column; }
  .landing-newsletter__image {
    width: 100%;
    height: 400px; }
    .landing-newsletter__image::after {
      width: 100%;
      height: 50%;
      top: auto;
      bottom: 0;
      background: linear-gradient(to top, rgba(6, 5, 10, 0.9) 0%, rgba(82, 98, 114, 0) 100%); }
  .landing-newsletter__form-wrapper {
    padding: 24px;
    justify-content: center;
    margin-top: -100px; }
  .landing-newsletter__form {
    width: 100%;
    max-width: 600px; } }

@media (max-width: 767px) {
  .landing-collection__hero {
    margin: 0 12px; }
  .landing-collection__products {
    padding: 10px 12px 0; }
  .landing-countdown {
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 20px; }
    .landing-countdown__wrapper {
      padding: 40px;
      border-radius: 0; }
    .landing-countdown__title {
      font-size: 28px;
      line-height: 37px;
      text-align: center; }
      .landing-countdown__title br {
        display: block; }
    .landing-countdown__timer {
      flex-wrap: nowrap;
      justify-content: center; }
  .countdown-item {
    min-width: 75px;
    min-height: 36px;
    padding: 6px 10px; }
    .countdown-item .countdown-value {
      font-size: 14px;
      line-height: 14px; }
    .countdown-item .countdown-label {
      font-size: 8px; }
  .landing-promo {
    padding-top: 0;
    padding-bottom: 0; }
    .landing-promo__wrapper {
      padding: 20px 0;
      border-radius: 0; }
    .landing-promo__title {
      font-size: 16px;
      line-height: 21px; }
    .landing-promo__body {
      font-size: 14px;
      line-height: 18px; }
  .landing-voucher {
    padding-top: 0; }
    .landing-voucher__wrapper {
      padding: 28px 12px 12px;
      border-radius: 0; }
    .landing-voucher__title {
      font-size: 28px;
      line-height: 37px;
      margin-bottom: 8px; }
    .landing-voucher__swiper .swiper-scrollbar {
      margin-top: 12px; }
  .voucher-card {
    min-width: 100px; }
    .voucher-card__content {
      padding: 8px 10px;
      gap: 4px; }
    .voucher-card__title {
      font-size: 10px;
      line-height: 14px; }
    .voucher-card__desc {
      font-size: 8px;
      line-height: 10px;
      margin: 0;
      display: none; }
    .voucher-card__btn {
      font-size: 8px;
      line-height: 8px;
      padding: 4px 6px;
      min-height: 20px; }
    .voucher-card__divider {
      width: 20px; }
      .voucher-card__divider::before, .voucher-card__divider::after {
        width: 6px;
        height: 6px; }
  .landing-usp {
    padding-top: 0;
    padding-bottom: 48px; }
    .landing-usp__wrapper {
      padding: 21px 12px;
      border-radius: 0; }
    .landing-usp__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 4px; }
  .usp-card {
    flex: none;
    min-width: auto;
    padding: 12px;
    gap: 12px; }
    .usp-card__icon {
      width: 32px;
      height: 32px; }
    .usp-card__title {
      font-size: 14px;
      line-height: 23px; }
  .landing-process {
    padding-bottom: 48px; }
    .landing-process__title {
      font-size: 28px;
      line-height: 37px;
      margin-bottom: 24px; }
    .landing-process__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 4px; }
  .process-card {
    flex: none;
    min-width: auto;
    padding: 12px;
    flex-direction: column;
    gap: 12px; }
    .process-card__icon {
      width: 32px;
      height: 32px; }
    .process-card__content {
      gap: 4px; }
    .process-card__title {
      font-size: 14px;
      line-height: 23px; }
    .process-card__desc {
      font-size: 12px;
      line-height: 16px; }
  .landing-newsletter {
    padding-bottom: 48px; }
    .landing-newsletter__wrapper {
      flex-direction: column;
      background: transparent; }
    .landing-newsletter__image {
      width: 100%;
      height: 370px;
      position: relative; }
      .landing-newsletter__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .landing-newsletter__image::after {
        display: none; }
    .landing-newsletter__form-wrapper {
      position: relative;
      top: auto;
      right: auto;
      transform: none;
      padding: 0 0 20px;
      margin-top: 20px;
      justify-content: center; }
    .landing-newsletter__form {
      width: 100%;
      max-width: 100%;
      padding: 20px 12px;
      gap: 12px;
      box-shadow: none; }
    .landing-newsletter__header {
      padding-bottom: 0;
      gap: 4px; }
    .landing-newsletter__title {
      font-size: 28px;
      line-height: 37px; }
    .landing-newsletter__subtitle {
      font-size: 14px;
      line-height: 19px; }
    .landing-newsletter__fields {
      gap: 10px; }
    .landing-newsletter__submit {
      min-height: 36px;
      padding: 8px 16px;
      font-size: 14px;
      line-height: 14px; }
      .landing-newsletter__submit svg {
        width: 20px;
        height: 20px; }
  .form-row {
    flex-direction: column;
    gap: 10px; }
  .form-group {
    gap: 8px; }
    .form-group label {
      font-size: 14px;
      line-height: 18px; }
    .form-group input,
    .form-group textarea {
      font-size: 14px;
      min-height: 36px;
      padding: 8px 12px; }
    .form-group textarea {
      min-height: 80px; }
  .landing-customers {
    padding-bottom: 48px; }
    .landing-customers__title {
      font-size: 28px;
      line-height: 37px;
      margin-bottom: 24px; }
    .landing-customers__swiper .swiper-scrollbar {
      margin-top: 28px; }
  .customer-card {
    padding: 0; }
    .customer-card__logo {
      min-width: 98px;
      min-height: 94px;
      padding: 8px;
      border-radius: 4px; }
      .customer-card__logo img {
        max-height: 70px; }
  .landing-collection__hero {
    margin: 0; }
  .landing-collection__overlay {
    padding: 60px 12px 16px; }
  .landing-collection__title {
    font-size: 28px;
    line-height: 37px; }
  .landing-collection__products {
    padding: 10px 0 0; }
  .landing-collection__swiper .swiper-slide {
    width: calc(50% - 2px); }
  .landing-collection__swiper .swiper-button-prev,
  .landing-collection__swiper .swiper-button-next {
    display: none; }
  .landing-collection__scrollbar {
    margin-top: 20px; }
  .landing-collection__viewall {
    margin-top: 24px;
    padding-bottom: 48px; }
  .landing-products {
    padding-bottom: 48px; }
    .landing-products__title {
      font-size: 28px;
      line-height: 37px;
      margin-bottom: 24px; }
    .landing-products__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; }
    .landing-products__pagination {
      margin-top: 24px; }
  .btn {
    font-size: 14px;
    padding: 10px 16px; }
    .btn--primary svg {
      width: 20px;
      height: 20px; } }

@media (max-width: 430px) {
  .landing-countdown__title {
    font-size: 24px;
    line-height: 32px; }
  .countdown-item {
    min-width: 70px; }
  .voucher-card {
    min-width: 90px; }
  .usp-card__title {
    font-size: 13px;
    line-height: 20px; }
  .process-card__title {
    font-size: 13px;
    line-height: 20px; }
  .process-card__desc {
    font-size: 11px;
    line-height: 14px; }
  .landing-newsletter__title {
    font-size: 24px;
    line-height: 32px; }
  .landing-newsletter__subtitle {
    font-size: 13px;
    line-height: 17px; }
  .customer-card__logo {
    min-width: 85px;
    min-height: 80px; } }
