/* ═══════════════════════════════════════════════════════════════
   ASKO RFC226RNBB1 — Isolated Styles
   Wszystkie style są scopowane do #asko-rfc226 aby nie kolidować z CMS klienta.
   CMS nie może wpływać na ten projekt, ani projekt na CMS.
   ═══════════════════════════════════════════════════════════════ */

/* ─── RESET & ISOLATION ─── */
#asko-rfc226,
#asko-rfc226 *,
#asko-rfc226 *::before,
#asko-rfc226 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#asko-rfc226 {
  all: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  background-color: #2d3540;
  color: #ffffff;
  font-family: 'Helvetica Neue', 'Helvetica LT Std', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}

#asko-rfc226 img {
  max-width: 100%;
  height: auto;
  display: block;
}

#asko-rfc226 strong,
#asko-rfc226 b {
  font-weight: 700;
}

#asko-rfc226 h2,
#asko-rfc226 h3,
#asko-rfc226 h4 {
  font-weight: 700;
  line-height: 1.2;
}

#asko-rfc226 p {
  margin: 0;
}

#asko-rfc226 ul {
  list-style: disc;
  padding-left: 22px;
}

#asko-rfc226 li {
  margin-bottom: 4px;
}

#asko-rfc226 hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ─── TYPO SIZES ─── */
#asko-rfc226 .asko__section-title {
  font-size: 20px;
  font-weight: 700;
}

#asko-rfc226 .asko__section-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: TOPPER
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__topper {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 1);
}

#asko-rfc226 .asko__topper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#asko-rfc226 .asko__topper-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#asko-rfc226 .asko__topper-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
  height: 100%;
  background: linear-gradient(to right, #181818, rgba(24, 24, 24, 0));
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 29px 30px;
}

#asko-rfc226 .asko__topper-logo-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#asko-rfc226 .asko__topper-logo {
  width: 147px;
  height: auto;
}

#asko-rfc226 .asko__topper-model {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;
}

#asko-rfc226 .asko__topper-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 47%;
  height: 100%;
  background: linear-gradient(to left, #181818, rgba(24, 24, 24, 0));
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 53px 28px;
}

#asko-rfc226 .asko__topper-sweden {
  width: 206px;
  height: 33px;
  object-fit: contain;
}

#asko-rfc226 .asko__topper-features {
  display: flex;
  gap: 10px;
  align-items: center;
}

#asko-rfc226 .asko__topper-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 113px;
}

#asko-rfc226 .asko__topper-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#asko-rfc226 .asko__topper-feature-icon img {
  max-width: 100%;
  max-height: 100%;
}

#asko-rfc226 .asko__topper-feature-label {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.15;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: CLAIM
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__claim {
  position: relative;
  width: 100%;
  background-color: #8796ab;
  padding: 30px 25px;
}

#asko-rfc226 .asko__claim-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 770px;
  margin: 0 auto;
  text-align: left;
}

#asko-rfc226 .asko__claim-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

#asko-rfc226 .asko__claim-text {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}

#asko-rfc226 .asko__claim-shadow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 15px 25px rgba(0, 0, 0, 0.25);
}


/* ═══════════════════════════════════════════════════════════════
   SHARED: SECTION HEADER (icon + text)
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__section-header {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

#asko-rfc226 .asko__section-header-icon {
  flex-shrink: 0;
  width: 100px;
  height: auto;
}

#asko-rfc226 .asko__section-header-icon img {
  width: 100%;
  height: auto;
}

#asko-rfc226 .asko__section-header-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: AUTOMATYCZNA KONTROLA WILGOTNOŚCI
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__humidity {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#asko-rfc226 .asko__humidity-top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 100%);
  pointer-events: none;
}

#asko-rfc226 .asko__humidity-hero {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

#asko-rfc226 .asko__humidity-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-rfc226 .asko__humidity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  max-width: 880px;
  padding: 0 20px;
}

#asko-rfc226 .asko__humidity-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#asko-rfc226 .asko__humidity-card-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

#asko-rfc226 .asko__humidity-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-rfc226 .asko__humidity-card-title {
  font-size: 20px;
  font-weight: 700;
}

#asko-rfc226 .asko__humidity-card-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.27;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: ADAPTACYJNA KONTROLA TEMPERATURY
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__adaptive {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 60px;
}

#asko-rfc226 .asko__adaptive-top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 100%);
  pointer-events: none;
}

#asko-rfc226 .asko__adaptive-hero {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

#asko-rfc226 .asko__adaptive-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: JAK TO DZIAŁA (KARUZELA)
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__howitworks {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 30px 30px 0;
  overflow: hidden;
}

#asko-rfc226 .asko__howitworks-title {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

/* ─── KARUZELA ─── */
#asko-rfc226 .asko__carousel {
  width: 100%;
  max-width: 830px;
  position: relative;
}

#asko-rfc226 .asko__carousel-track {
  display: flex;
  gap: 21px;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 425px;
}

#asko-rfc226 .asko__step {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 65px 31px 58px 31px;
  background: #fff;
  color: #8796ab;
  width: 247px;
  min-height: 355px;
  box-shadow: 0 22px 22.6px rgba(255, 255, 255, 0.2);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#asko-rfc226 .asko__step--active {
  background: #8796ab;
  color: #fff;
  width: 291px;
  min-height: 425px;
  padding: 85px 43px 84px 43px;
  box-shadow: 0 0 41.9px rgba(255, 255, 255, 1);
  z-index: 2;
}

#asko-rfc226 .asko__step-number {
  font-size: 57px;
  font-weight: 700;
  line-height: 1;
}

#asko-rfc226 .asko__step--active .asko__step-number {
  font-size: 64px;
}

#asko-rfc226 .asko__step-title {
  font-size: 20px;
  font-weight: 700;
}

#asko-rfc226 .asko__step--active .asko__step-title {
  font-size: 24px;
}

#asko-rfc226 .asko__step-desc {
  font-size: 15px;
  font-weight: 400;
}

#asko-rfc226 .asko__step--active .asko__step-desc {
  font-size: 20px;
}

/* Carousel dots */
#asko-rfc226 .asko__carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

#asko-rfc226 .asko__carousel-dot {
  all: unset;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.3s;
}

#asko-rfc226 .asko__carousel-dot--active {
  background: #8796ab;
}

/* Carousel progress bar */
#asko-rfc226 .asko__carousel-progress {
  width: 200px;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  margin: 15px auto 0;
  border-radius: 2px;
  overflow: hidden;
}

#asko-rfc226 .asko__carousel-progress-bar {
  height: 100%;
  width: 0%;
  background: #8796ab;
  border-radius: 2px;
  transition: width 0.3s linear;
}

/* Chart placeholder */
#asko-rfc226 .asko__howitworks-chart {
  box-shadow: 14px 4px 17.3px 18px rgba(0, 0, 0, 0.31);
  background: rgba(0, 0, 0, 0.2);
}

/* Benefits */
#asko-rfc226 .asko__howitworks-benefits {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
}

#asko-rfc226 .asko__benefits-title {
  font-size: 20px;
  font-weight: 700;
}

#asko-rfc226 .asko__benefits-list {
  font-size: 15px;
  font-weight: 300;
}

#asko-rfc226 .asko__benefits-list li {
  line-height: 1.5;
}

#asko-rfc226 .asko__benefits-summary {
  font-size: 20px;
  font-weight: 700;
}


/* ═══════════════════════════════════════════════════════════════
   SHARED: DIVIDER
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__divider {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

#asko-rfc226 .asko__divider-line {
  width: 800px;
  max-width: 90%;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: CECHY LODÓWKI
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__features {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 40px 21px;
  position: relative;
  overflow: hidden;
}

#asko-rfc226 .asko__features-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

#asko-rfc226 .asko__features > *:not(.asko__features-bg-video) {
  position: relative;
  z-index: 1;
}

#asko-rfc226 .asko__feature-row {
  background: rgba(135, 150, 171, 0.);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  padding: 31px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 276px;
  position: relative;
  overflow: visible;
}

#asko-rfc226 .asko__feature-content {
  display: flex;
  gap: 25px;
  align-items: center;
  max-width: 600px;
}

#asko-rfc226 .asko__feature-icon {
  flex-shrink: 0;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#asko-rfc226 .asko__feature-icon img {
  max-width: 100%;
  max-height: 100%;
}

#asko-rfc226 .asko__feature-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#asko-rfc226 .asko__feature-title {
  font-size: 20px;
  font-weight: 700;
}

#asko-rfc226 .asko__feature-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: -10px;
}

#asko-rfc226 .asko__feature-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 415px;
}

#asko-rfc226 .asko__feature-fridge-img {
  position: absolute;
  right: 40px;
  top: -255px;
  width: 232px;
}

#asko-rfc226 .asko__feature-fridge-img img {
  width: 100%;
  height: auto;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: OWOCE I WARZYWA
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__food {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 60px;
}

#asko-rfc226 .asko__food-header {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 28%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  padding: 60px 80px;
}

#asko-rfc226 .asko__food-title {
  font-size: 40px;
  font-weight: 300;
}

#asko-rfc226 .asko__food-subtitle {
  font-size: 15px;
  font-weight: 300;
}

#asko-rfc226 .asko__food-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 0 20px;
  flex-wrap: wrap;
}

#asko-rfc226 .asko__food-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: 183px;
  text-align: center;
}

#asko-rfc226 .asko__food-icon {
  width: 51px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#asko-rfc226 .asko__food-icon img {
  max-width: 100%;
  max-height: 100%;
}

#asko-rfc226 .asko__food-item-title {
  font-size: 17px;
  font-weight: 700;
}

#asko-rfc226 .asko__food-item-desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.27;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: FUNKCJE (Super Cool / Freeze)
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__functions {
  width: 100%;
  padding: 60px 10px;
  position: relative;
  overflow: hidden;
}

#asko-rfc226 .asko__functions-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

#asko-rfc226 .asko__functions-inner {
  max-width: 908px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 27px;
  position: relative;
  z-index: 1;
}

#asko-rfc226 .asko__function-card {
  background: rgba(135, 150, 171, 0.);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  padding: 31px 42px;
  min-height: 215px;
  display: flex;
  align-items: center;
}

#asko-rfc226 .asko__function-text {
  max-width: 416px;
}

#asko-rfc226 .asko__function-main-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

#asko-rfc226 .asko__function-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
}

#asko-rfc226 .asko__function-desc {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

#asko-rfc226 .asko__function-fridge {
  position: absolute;
  right: 30px;
  top: -40px;
  width: 260px;
}

#asko-rfc226 .asko__function-fridge img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: TRYBY ECO
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__eco {
  width: 100%;
  background: #8796ab;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 10px;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

#asko-rfc226 .asko__eco-display {
  position: relative;
  width: 909px;
  max-width: 100%;
  height: 365px;
  overflow: hidden;
  z-index: 1;
}

#asko-rfc226 .asko__eco-screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

#asko-rfc226 .asko__eco-screen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-rfc226 .asko__eco-leaf {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 198px;
  top: 68px;
  z-index: 2;
}

#asko-rfc226 .asko__eco-leaf[data-eco-icon="1"] {
  right: 168px;
}

#asko-rfc226 .asko__eco-leaf[data-eco-icon="2"] {
  right: 138px;
}

#asko-rfc226 .asko__eco-leaf-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#asko-rfc226 .asko__eco-sidebar {
  position: absolute;
  left: -446px;
  top: 0;
  width: 446px;
  height: 100%;
  background: rgba(40, 50, 65, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 4px 0 30px rgba(0, 0, 0, 0.15);
  padding: 25px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  z-index: 3;
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

#asko-rfc226 .asko__eco-sidebar.asko__eco-sidebar--visible {
  left: 0;
  opacity: 1;
}

#asko-rfc226 .asko__eco-mode-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

#asko-rfc226 .asko__eco-mode-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

#asko-rfc226 .asko__eco-mode-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

#asko-rfc226 .asko__eco-mode-img {
  width: 370px;
  max-width: 100%;
  height: 180px;
  overflow: hidden;
}

#asko-rfc226 .asko__eco-mode-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-rfc226 .asko__eco-mode-desc {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  max-width: 366px;
  color: #fff;
}

#asko-rfc226 .asko__eco-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
}

#asko-rfc226 .asko__eco-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease;
}

#asko-rfc226 .asko__eco-dot.asko__eco-dot--active {
  background: #fff;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: KOMFORT UŻYTKOWANIA
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__comfort {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#asko-rfc226 .asko__comfort-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

#asko-rfc226 .asko__comfort-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-rfc226 .asko__comfort-title {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  padding: 60px 80px;
  width: 100%;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 28%);
}

#asko-rfc226 .asko__comfort-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  max-width: 880px;
}

#asko-rfc226 .asko__comfort-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#asko-rfc226 .asko__comfort-card-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

#asko-rfc226 .asko__comfort-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-rfc226 .asko__comfort-card-title {
  font-size: 20px;
  font-weight: 700;
}

#asko-rfc226 .asko__comfort-card-desc {
  font-size: 15px;
  font-weight: 300;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: POJEMNOŚĆ
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__capacity {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

#asko-rfc226 .asko__capacity-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  padding: 0 20px;
}

#asko-rfc226 .asko__capacity-hero {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

#asko-rfc226 .asko__capacity-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: CONNECTLIFE
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__connectlife {
  width: 100%;
  background: #8796ab;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 58px;
  padding: 37px 60px;
}

#asko-rfc226 .asko__connectlife-phone {
  flex-shrink: 0;
  width: 89px;
}

#asko-rfc226 .asko__connectlife-phone img {
  width: 100%;
  height: auto;
}

#asko-rfc226 .asko__connectlife-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

#asko-rfc226 .asko__connectlife-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

#asko-rfc226 .asko__connectlife-text {
  max-width: 556px;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: INNE URZĄDZENIA
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__appliances {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 60px 0;
}

#asko-rfc226 .asko__appliances-layout-img {
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
}

#asko-rfc226 .asko__appliances-layout-img img {
  width: 100%;
  height: auto;
}

#asko-rfc226 .asko__appliances-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 900px;
  padding: 0 20px 30px;
}

#asko-rfc226 .asko__appliance-row {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

#asko-rfc226 .asko__appliance-text {
  flex: 1;
  max-width: 461px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#asko-rfc226 .asko__appliance-title {
  font-size: 32px;
  font-weight: 400;
}

#asko-rfc226 .asko__appliance-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

#asko-rfc226 .asko__appliance-img {
  flex-shrink: 0;
  width: 391px;
  height: 230px;
  overflow: hidden;
}

#asko-rfc226 .asko__appliance-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-rfc226 .asko__appliance-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
}


/* ═══════════════════════════════════════════════════════════════
   SEKCJA: 75 LAT ASKO
   ═══════════════════════════════════════════════════════════════ */
#asko-rfc226 .asko__anniversary {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
  padding-bottom: 60px;
}

#asko-rfc226 .asko__anniversary-title {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  padding: 0 20px;
}

#asko-rfc226 .asko__anniversary-hero {
  width: 100%;
  height: 630px;
  overflow: hidden;
}

#asko-rfc226 .asko__anniversary-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-rfc226 .asko__anniversary-text {
  max-width: 800px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}

#asko-rfc226 .asko__anniversary-logo {
  width: 263px;
}

#asko-rfc226 .asko__anniversary-logo img {
  width: 100%;
  height: auto;
}


/* ═══════════════════════════════════════════════════════════════
   RESPONSYWNOŚĆ
   ═══════════════════════════════════════════════════════════════ */

/* ── Tablet: do 768px ── */
@media screen and (max-width: 768px) {

  #asko-rfc226 .asko__topper {
    height: 300px;
  }

  #asko-rfc226 .asko__topper-model {
    font-size: 22px;
  }

  #asko-rfc226 .asko__topper-left {
    width: 55%;
    padding: 20px;
  }

  #asko-rfc226 .asko__topper-right {
    width: 50%;
    padding: 20px;
  }

  #asko-rfc226 .asko__topper-sweden {
    width: 140px;
    height: auto;
  }

  #asko-rfc226 .asko__topper-feature {
    width: 90px;
  }

  #asko-rfc226 .asko__topper-feature-icon {
    width: 50px;
    height: 50px;
  }

  #asko-rfc226 .asko__topper-feature-label {
    font-size: 10px;
  }

  #asko-rfc226 .asko__claim-title {
    font-size: 20px;
  }

  #asko-rfc226 .asko__section-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  #asko-rfc226 .asko__section-header-icon {
    width: 70px;
  }

  #asko-rfc226 .asko__humidity-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  #asko-rfc226 .asko__humidity-card-img {
    height: 250px;
  }

  #asko-rfc226 .asko__howitworks-title {
    font-size: 30px;
  }

  /* Karuzela: na tablecie pokaż jako kolumnę */
  #asko-rfc226 .asko__carousel-track {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    gap: 15px;
  }

  #asko-rfc226 .asko__step {
    width: 100% !important;
    max-width: 400px;
    min-height: auto !important;
    padding: 30px !important;
    opacity: 0;
    position: absolute;
    transform: scale(0.9);
    transition: opacity 0.6s, transform 0.6s;
    pointer-events: none;
  }

  #asko-rfc226 .asko__step--active {
    opacity: 1;
    position: relative;
    transform: scale(1);
    pointer-events: all;
  }

  #asko-rfc226 .asko__feature-row {
    flex-direction: column;
    padding: 25px;
    min-height: auto;
  }

  #asko-rfc226 .asko__feature-content {
    flex-direction: column;
    text-align: center;
    max-width: 100%;
  }

  #asko-rfc226 .asko__feature-fridge-img {
    position: relative;
    right: auto;
    top: auto;
    width: 180px;
    margin: 20px auto 0;
  }

  #asko-rfc226 .asko__food-header {
    padding: 40px 20px;
  }

  #asko-rfc226 .asko__food-title {
    font-size: 28px;
  }

  #asko-rfc226 .asko__food-grid {
    gap: 25px;
  }

  #asko-rfc226 .asko__food-item {
    width: 45%;
  }

  #asko-rfc226 .asko__eco {
    padding: 40px 10px;
    gap: 30px;
  }

  #asko-rfc226 .asko__eco-display {
    height: 280px;
  }

  #asko-rfc226 .asko__eco-leaf {
    display: none;
  }

  #asko-rfc226 .asko__eco-sidebar {
    width: 320px;
    left: -320px;
    padding: 20px 25px;
    gap: 15px;
  }

  #asko-rfc226 .asko__eco-sidebar.asko__eco-sidebar--visible {
    left: 0;
  }

  #asko-rfc226 .asko__eco-mode-img {
    height: 120px;
  }

  #asko-rfc226 .asko__eco-mode-desc {
    font-size: 13px;
  }

  #asko-rfc226 .asko__comfort-title {
    font-size: 28px;
    padding: 40px 20px;
  }

  #asko-rfc226 .asko__comfort-grid {
    gap: 30px;
  }

  #asko-rfc226 .asko__comfort-card-img {
    height: 250px;
  }

  #asko-rfc226 .asko__connectlife {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
    text-align: center;
  }

  #asko-rfc226 .asko__appliance-row {
    flex-direction: column;
    gap: 25px;
  }

  #asko-rfc226 .asko__appliance-img {
    width: 100%;
    height: 200px;
  }

  #asko-rfc226 .asko__appliance-title {
    font-size: 24px;
  }

  #asko-rfc226 .asko__anniversary-title {
    font-size: 28px;
  }

  #asko-rfc226 .asko__anniversary-hero {
    height: 400px;
  }

  #asko-rfc226 .asko__function-fridge {
    position: relative;
    right: auto;
    top: auto;
    width: 180px;
    margin: 0 auto;
  }
}


/* ── Mobile: do 480px ── */
@media screen and (max-width: 480px) {

  #asko-rfc226 {
    font-size: 14px;
  }

  #asko-rfc226 .asko__topper {
    height: 250px;
  }

  #asko-rfc226 .asko__topper-left {
    width: 60%;
    padding: 15px;
  }

  #asko-rfc226 .asko__topper-logo {
    width: 100px;
  }

  #asko-rfc226 .asko__topper-logo-wrap {
    gap: 15px;
  }

  #asko-rfc226 .asko__topper-model {
    font-size: 18px;
  }

  #asko-rfc226 .asko__topper-right {
    width: 50%;
    padding: 12px;
  }

  #asko-rfc226 .asko__topper-sweden {
    width: 100px;
  }

  #asko-rfc226 .asko__topper-features {
    gap: 5px;
  }

  #asko-rfc226 .asko__topper-feature {
    width: 70px;
  }

  #asko-rfc226 .asko__topper-feature-icon {
    width: 40px;
    height: 40px;
  }

  #asko-rfc226 .asko__topper-feature-label {
    font-size: 8px;
  }

  #asko-rfc226 .asko__claim {
    padding: 20px 15px;
  }

  #asko-rfc226 .asko__claim-title {
    font-size: 18px;
  }

  #asko-rfc226 .asko__claim-text {
    font-size: 13px;
  }

  #asko-rfc226 .asko__section-title {
    font-size: 18px;
  }

  #asko-rfc226 .asko__section-desc {
    font-size: 13px;
  }

  #asko-rfc226 .asko__humidity {
    padding: 40px 0;
    gap: 30px;
  }

  #asko-rfc226 .asko__humidity-hero {
    height: 200px;
  }

  #asko-rfc226 .asko__humidity-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }

  #asko-rfc226 .asko__humidity-card-img {
    height: 200px;
  }

  #asko-rfc226 .asko__humidity-card-title {
    font-size: 17px;
  }

  #asko-rfc226 .asko__humidity-card-desc {
    font-size: 13px;
  }

  #asko-rfc226 .asko__adaptive {
    padding-top: 40px;
  }

  #asko-rfc226 .asko__adaptive-hero {
    height: 200px;
  }

  #asko-rfc226 .asko__howitworks {
    padding: 40px 15px 0;
    gap: 40px;
  }

  #asko-rfc226 .asko__howitworks-title {
    font-size: 24px;
  }

  #asko-rfc226 .asko__step {
    padding: 25px !important;
  }

  #asko-rfc226 .asko__step-number {
    font-size: 40px !important;
  }

  #asko-rfc226 .asko__step-title {
    font-size: 18px !important;
  }

  #asko-rfc226 .asko__step-desc {
    font-size: 14px !important;
  }

  #asko-rfc226 .asko__howitworks-chart {
    height: 200px;
  }

  #asko-rfc226 .asko__benefits-title {
    font-size: 17px;
  }

  #asko-rfc226 .asko__benefits-summary {
    font-size: 17px;
  }

  #asko-rfc226 .asko__features {
    padding: 30px 15px;
    gap: 20px;
  }

  #asko-rfc226 .asko__feature-row {
    padding: 20px;
  }

  #asko-rfc226 .asko__feature-icon {
    width: 50px;
    height: 50px;
  }

  #asko-rfc226 .asko__feature-title {
    font-size: 17px;
  }

  #asko-rfc226 .asko__feature-desc {
    font-size: 13px;
  }

  #asko-rfc226 .asko__food-title {
    font-size: 22px;
  }

  #asko-rfc226 .asko__food-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  #asko-rfc226 .asko__food-item {
    width: 80%;
    max-width: 250px;
  }

  #asko-rfc226 .asko__functions {
    padding: 40px 15px;
  }

  #asko-rfc226 .asko__function-card {
    padding: 25px;
    min-height: auto;
  }

  #asko-rfc226 .asko__eco {
    padding: 30px 10px;
    gap: 25px;
  }

  #asko-rfc226 .asko__eco-display {
    height: 200px;
  }

  #asko-rfc226 .asko__eco-sidebar {
    width: 260px;
    left: -260px;
    padding: 15px 18px;
    gap: 12px;
  }

  #asko-rfc226 .asko__eco-sidebar.asko__eco-sidebar--visible {
    left: 0;
  }

  #asko-rfc226 .asko__eco-mode-title {
    font-size: 16px;
  }

  #asko-rfc226 .asko__eco-mode-img {
    height: 90px;
  }

  #asko-rfc226 .asko__eco-mode-desc {
    font-size: 12px;
  }

  #asko-rfc226 .asko__comfort-title {
    font-size: 22px;
    padding: 30px 15px;
  }

  #asko-rfc226 .asko__comfort-grid {
    grid-template-columns: 1fr;
    padding: 20px 15px;
  }

  #asko-rfc226 .asko__comfort-card-img {
    height: 200px;
  }

  #asko-rfc226 .asko__capacity {
    gap: 30px;
  }

  #asko-rfc226 .asko__capacity-hero {
    height: 200px;
  }

  #asko-rfc226 .asko__connectlife {
    gap: 20px;
    padding: 25px 15px;
  }

  #asko-rfc226 .asko__connectlife-phone {
    width: 60px;
  }

  #asko-rfc226 .asko__connectlife-title {
    font-size: 17px;
  }

  #asko-rfc226 .asko__connectlife-desc {
    font-size: 13px;
  }

  #asko-rfc226 .asko__appliances {
    gap: 40px;
    padding: 40px 0;
  }

  #asko-rfc226 .asko__appliance-title {
    font-size: 20px;
  }

  #asko-rfc226 .asko__appliance-desc {
    font-size: 13px;
  }

  #asko-rfc226 .asko__appliance-img {
    height: 180px;
  }

  #asko-rfc226 .asko__anniversary-title {
    font-size: 22px;
  }

  #asko-rfc226 .asko__anniversary-hero {
    height: 280px;
  }

  #asko-rfc226 .asko__anniversary-text {
    font-size: 13px;
  }

  #asko-rfc226 .asko__anniversary-logo {
    width: 180px;
  }
}


/* ── Small Mobile: do 360px ── */
@media screen and (max-width: 360px) {

  #asko-rfc226 {
    font-size: 13px;
  }

  #asko-rfc226 .asko__topper {
    height: 220px;
  }

  #asko-rfc226 .asko__topper-left {
    width: 65%;
    padding: 12px;
  }

  #asko-rfc226 .asko__topper-logo {
    width: 80px;
  }

  #asko-rfc226 .asko__topper-model {
    font-size: 15px;
  }

  #asko-rfc226 .asko__topper-right {
    width: 45%;
    padding: 10px;
  }

  #asko-rfc226 .asko__topper-sweden {
    width: 80px;
  }

  #asko-rfc226 .asko__topper-feature-icon {
    width: 32px;
    height: 32px;
  }

  #asko-rfc226 .asko__topper-feature {
    width: 55px;
  }

  #asko-rfc226 .asko__topper-feature-label {
    font-size: 7px;
  }

  #asko-rfc226 .asko__claim-title {
    font-size: 16px;
  }

  #asko-rfc226 .asko__claim-text {
    font-size: 12px;
  }

  #asko-rfc226 .asko__section-header-icon {
    width: 50px;
  }

  #asko-rfc226 .asko__section-title {
    font-size: 16px;
  }

  #asko-rfc226 .asko__section-desc {
    font-size: 12px;
  }

  #asko-rfc226 .asko__humidity-hero {
    height: 160px;
  }

  #asko-rfc226 .asko__humidity-card-img {
    height: 170px;
  }

  #asko-rfc226 .asko__humidity-card-title {
    font-size: 15px;
  }

  #asko-rfc226 .asko__humidity-card-desc {
    font-size: 12px;
  }

  #asko-rfc226 .asko__adaptive-hero {
    height: 160px;
  }

  #asko-rfc226 .asko__howitworks-title {
    font-size: 20px;
  }

  #asko-rfc226 .asko__step-number {
    font-size: 32px !important;
  }

  #asko-rfc226 .asko__step-title {
    font-size: 15px !important;
  }

  #asko-rfc226 .asko__step-desc {
    font-size: 12px !important;
  }

  #asko-rfc226 .asko__howitworks-chart {
    height: 160px;
  }

  #asko-rfc226 .asko__benefits-title {
    font-size: 15px;
  }

  #asko-rfc226 .asko__benefits-summary {
    font-size: 15px;
  }

  #asko-rfc226 .asko__benefits-list {
    font-size: 12px;
  }

  #asko-rfc226 .asko__feature-title {
    font-size: 15px;
  }

  #asko-rfc226 .asko__feature-subtitle {
    font-size: 15px;
  }

  #asko-rfc226 .asko__feature-desc {
    font-size: 12px;
  }

  #asko-rfc226 .asko__food-title {
    font-size: 18px;
  }

  #asko-rfc226 .asko__food-item-title {
    font-size: 14px;
  }

  #asko-rfc226 .asko__food-item-desc {
    font-size: 11px;
  }

  #asko-rfc226 .asko__function-main-title {
    font-size: 17px;
  }

  #asko-rfc226 .asko__function-title {
    font-size: 14px;
  }

  #asko-rfc226 .asko__function-desc {
    font-size: 14px;
  }

  #asko-rfc226 .asko__eco-mode-title {
    font-size: 17px;
  }

  #asko-rfc226 .asko__eco-display {
    height: 160px;
  }

  #asko-rfc226 .asko__eco-sidebar {
    width: 220px;
    left: -220px;
    padding: 12px 14px;
    gap: 10px;
  }

  #asko-rfc226 .asko__eco-sidebar.asko__eco-sidebar--visible {
    left: 0;
  }

  #asko-rfc226 .asko__eco-mode-title {
    font-size: 14px;
  }

  #asko-rfc226 .asko__eco-mode-img {
    height: 70px;
  }

  #asko-rfc226 .asko__eco-mode-desc {
    font-size: 11px;
  }

  #asko-rfc226 .asko__comfort-title {
    font-size: 18px;
    padding: 25px 12px;
  }

  #asko-rfc226 .asko__comfort-card-img {
    height: 170px;
  }

  #asko-rfc226 .asko__comfort-card-title {
    font-size: 16px;
  }

  #asko-rfc226 .asko__comfort-card-desc {
    font-size: 12px;
  }

  #asko-rfc226 .asko__capacity-hero {
    height: 160px;
  }

  #asko-rfc226 .asko__connectlife-title {
    font-size: 15px;
  }

  #asko-rfc226 .asko__connectlife-desc {
    font-size: 12px;
  }

  #asko-rfc226 .asko__appliance-title {
    font-size: 18px;
  }

  #asko-rfc226 .asko__appliance-desc {
    font-size: 12px;
  }

  #asko-rfc226 .asko__appliance-img {
    height: 150px;
  }

  #asko-rfc226 .asko__anniversary-title {
    font-size: 18px;
  }

  #asko-rfc226 .asko__anniversary-hero {
    height: 220px;
  }

  #asko-rfc226 .asko__anniversary-text {
    font-size: 12px;
  }

  #asko-rfc226 .asko__anniversary-logo {
    width: 140px;
  }
}


/* ── Smallest Mobile: 320px ── */
@media screen and (max-width: 320px) {

  #asko-rfc226 {
    font-size: 12px;
  }

  #asko-rfc226 .asko__topper {
    height: 200px;
  }

  #asko-rfc226 .asko__topper-left {
    width: 60%;
    padding: 10px;
  }

  #asko-rfc226 .asko__topper-logo {
    width: 70px;
  }

  #asko-rfc226 .asko__topper-logo-wrap {
    gap: 10px;
  }

  #asko-rfc226 .asko__topper-model {
    font-size: 13px;
  }

  #asko-rfc226 .asko__topper-right {
    width: 45%;
    padding: 8px;
  }

  #asko-rfc226 .asko__topper-sweden {
    width: 65px;
  }

  #asko-rfc226 .asko__topper-feature {
    width: 48px;
  }

  #asko-rfc226 .asko__topper-feature-icon {
    width: 28px;
    height: 28px;
  }

  #asko-rfc226 .asko__topper-feature-label {
    font-size: 6px;
  }

  #asko-rfc226 .asko__claim {
    padding: 15px 10px;
  }

  #asko-rfc226 .asko__claim-title {
    font-size: 14px;
  }

  #asko-rfc226 .asko__claim-text {
    font-size: 11px;
  }

  #asko-rfc226 .asko__section-header {
    gap: 15px;
    padding: 0 10px;
  }

  #asko-rfc226 .asko__section-header-icon {
    width: 40px;
  }

  #asko-rfc226 .asko__section-title {
    font-size: 14px;
  }

  #asko-rfc226 .asko__section-desc {
    font-size: 11px;
  }

  #asko-rfc226 .asko__humidity {
    padding: 30px 0;
    gap: 20px;
  }

  #asko-rfc226 .asko__humidity-hero {
    height: 140px;
  }

  #asko-rfc226 .asko__humidity-grid {
    padding: 0 10px;
    gap: 20px;
  }

  #asko-rfc226 .asko__humidity-card-img {
    height: 150px;
  }

  #asko-rfc226 .asko__humidity-card-title {
    font-size: 13px;
  }

  #asko-rfc226 .asko__humidity-card-desc {
    font-size: 11px;
  }

  #asko-rfc226 .asko__adaptive {
    padding-top: 30px;
  }

  #asko-rfc226 .asko__adaptive-hero {
    height: 140px;
  }

  #asko-rfc226 .asko__howitworks {
    padding: 30px 10px 0;
    gap: 30px;
  }

  #asko-rfc226 .asko__howitworks-title {
    font-size: 18px;
  }

  #asko-rfc226 .asko__step {
    padding: 20px !important;
  }

  #asko-rfc226 .asko__step-number {
    font-size: 28px !important;
  }

  #asko-rfc226 .asko__step-title {
    font-size: 13px !important;
  }

  #asko-rfc226 .asko__step-desc {
    font-size: 11px !important;
  }

  #asko-rfc226 .asko__carousel-progress {
    width: 150px;
  }

  #asko-rfc226 .asko__howitworks-chart {
    height: 130px;
  }

  #asko-rfc226 .asko__howitworks-benefits {
    padding: 0 10px;
  }

  #asko-rfc226 .asko__benefits-title {
    font-size: 13px;
  }

  #asko-rfc226 .asko__benefits-summary {
    font-size: 13px;
  }

  #asko-rfc226 .asko__benefits-list {
    font-size: 11px;
  }

  #asko-rfc226 .asko__features {
    padding: 25px 10px;
    gap: 15px;
  }

  #asko-rfc226 .asko__feature-row {
    padding: 15px;
  }

  #asko-rfc226 .asko__feature-icon {
    width: 40px;
    height: 40px;
  }

  #asko-rfc226 .asko__feature-title {
    font-size: 13px;
  }

  #asko-rfc226 .asko__feature-subtitle {
    font-size: 13px;
  }

  #asko-rfc226 .asko__feature-desc {
    font-size: 11px;
  }

  #asko-rfc226 .asko__food-header {
    padding: 25px 10px;
  }

  #asko-rfc226 .asko__food-title {
    font-size: 16px;
  }

  #asko-rfc226 .asko__food-subtitle {
    font-size: 12px;
  }

  #asko-rfc226 .asko__food-grid {
    padding: 0 10px;
    gap: 20px;
  }

  #asko-rfc226 .asko__food-item {
    width: 90%;
  }

  #asko-rfc226 .asko__food-item-title {
    font-size: 13px;
  }

  #asko-rfc226 .asko__food-item-desc {
    font-size: 10px;
  }

  #asko-rfc226 .asko__functions {
    padding: 30px 10px;
  }

  #asko-rfc226 .asko__function-card {
    padding: 15px;
  }

  #asko-rfc226 .asko__function-main-title {
    font-size: 14px;
  }

  #asko-rfc226 .asko__function-title {
    font-size: 12px;
  }

  #asko-rfc226 .asko__function-desc {
    font-size: 12px;
  }

  #asko-rfc226 .asko__eco {
    padding: 20px 8px;
    gap: 12px;
  }

  #asko-rfc226 .asko__eco-display {
    height: 130px;
  }

  #asko-rfc226 .asko__eco-sidebar {
    width: 190px;
    left: -190px;
    padding: 10px 12px;
    gap: 8px;
  }

  #asko-rfc226 .asko__eco-sidebar.asko__eco-sidebar--visible {
    left: 0;
  }

  #asko-rfc226 .asko__eco-mode-title {
    font-size: 12px;
  }

  #asko-rfc226 .asko__eco-mode-img {
    height: 50px;
  }

  #asko-rfc226 .asko__eco-mode-desc {
    font-size: 10px;
  }

  #asko-rfc226 .asko__comfort-title {
    font-size: 16px;
    padding: 20px 10px;
  }

  #asko-rfc226 .asko__comfort-grid {
    padding: 15px 10px;
    gap: 20px;
  }

  #asko-rfc226 .asko__comfort-card-img {
    height: 140px;
  }

  #asko-rfc226 .asko__comfort-card-title {
    font-size: 14px;
  }

  #asko-rfc226 .asko__comfort-card-desc {
    font-size: 11px;
  }

  #asko-rfc226 .asko__capacity {
    gap: 20px;
    padding-top: 30px;
  }

  #asko-rfc226 .asko__capacity-text {
    padding: 0 10px;
  }

  #asko-rfc226 .asko__capacity-hero {
    height: 140px;
  }

  #asko-rfc226 .asko__connectlife {
    padding: 20px 10px;
    gap: 15px;
  }

  #asko-rfc226 .asko__connectlife-phone {
    width: 50px;
  }

  #asko-rfc226 .asko__connectlife-title {
    font-size: 13px;
  }

  #asko-rfc226 .asko__connectlife-desc {
    font-size: 11px;
  }

  #asko-rfc226 .asko__appliances {
    gap: 30px;
    padding: 30px 0;
  }

  #asko-rfc226 .asko__appliances-list {
    gap: 30px;
    padding: 0 10px;
  }

  #asko-rfc226 .asko__appliance-row {
    gap: 15px;
  }

  #asko-rfc226 .asko__appliance-title {
    font-size: 16px;
  }

  #asko-rfc226 .asko__appliance-desc {
    font-size: 11px;
  }

  #asko-rfc226 .asko__appliance-img {
    height: 130px;
  }

  #asko-rfc226 .asko__anniversary {
    gap: 30px;
    padding-bottom: 40px;
  }

  #asko-rfc226 .asko__anniversary-title {
    font-size: 16px;
    padding: 0 10px;
  }

  #asko-rfc226 .asko__anniversary-hero {
    height: 180px;
  }

  #asko-rfc226 .asko__anniversary-text {
    font-size: 11px;
    padding: 0 10px;
  }

  #asko-rfc226 .asko__anniversary-logo {
    width: 120px;
  }

  #asko-rfc226 .asko__divider-line {
    max-width: 95%;
  }
}
