#asko-dfi544b .tile__image.tile__image--aqua-safe img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute;
  top: 0;
  left: 0;
}
/* ==============================================
   ASKO DFI544B — FULLY ISOLATED WIDGET
   All styles scoped under #asko-dfi544b
   ============================================== */

/* ===== ISOLATION LAYER ===== */
#asko-dfi544b {
  all: initial;
  display: block;
  font-family: 'Helvetica LT Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

/* Reset all children — block CMS inheritance */
#asko-dfi544b *,
#asko-dfi544b *::before,
#asko-dfi544b *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  text-decoration: none;
  list-style: none;
  border: none;
  outline: none;
  background: none;
}

#asko-dfi544b img {
  display: block;
  max-width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
}

#asko-dfi544b p,
#asko-dfi544b div {
  margin: 0;
  padding: 0;
}

#asko-dfi544b section {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

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

/* ===== VIDEO HARD ISOLATION ===== */
#asko-dfi544b video,
#asko-dfi544b video::-webkit-media-controls,
#asko-dfi544b video::-webkit-media-controls-panel,
#asko-dfi544b video::-webkit-media-controls-enclosure {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  float: none !important;
  clear: none !important;
  text-align: left !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-indent: 0 !important;
  text-transform: none !important;
  filter: none !important;
  clip: auto !important;
  overflow: visible !important;
}

/* ===== MAIN CONTAINER ===== */
#asko-dfi544b .page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #232e38, #497368);
}

/* ===== TOPER (HERO) SECTION ===== */
#asko-dfi544b .toper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

#asko-dfi544b .toper__banner {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 958 / 388;
  overflow: hidden;
}

#asko-dfi544b .toper__banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: none;
}

#asko-dfi544b .toper__banner-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#asko-dfi544b .toper__product {
  position: absolute;
  left: 27px;
  top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#asko-dfi544b .toper__logo {
  width: 140px;
  height: 28px;
  object-fit: cover;
}

#asko-dfi544b .toper__model {
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

#asko-dfi544b .toper__right-badges {
  position: absolute;
  right: 24px;
  top: 44px;
  width: 192px;
  height: 188px;
}

#asko-dfi544b .toper__designed-in-sweden {
  width: 192px;
  height: 23px;
}

#asko-dfi544b .toper__designed-in-sweden img {
  width: 100%;
  height: 100%;
}

#asko-dfi544b .toper__tested-badge {
  position: absolute;
  right: 0;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
}

#asko-dfi544b .toper__tested-icon {
  width: 100%;
  max-width: 89px;
}

#asko-dfi544b .toper__tested-icon img {
  width: 100%;
  height: auto;
}

#asko-dfi544b .toper__tested-text {
  font-weight: 700;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 1.05;
}

#asko-dfi544b .toper__disclaimer {
  position: absolute;
  left: 24px;
  top: 334px;
  width: calc(100% - 48px);
  max-width: 520px;
  height: 22px;
  z-index: 3;
}

#asko-dfi544b .toper__disclaimer p {
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  font-family: 'Helvetica LT Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 7px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
}

#asko-dfi544b .toper__card {
  position: relative;
  margin: -26px auto 0;
  z-index: 1;
  width: 90%;
  max-width: 800px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 38px 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#asko-dfi544b .toper__card-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  color: #27353d;
}

#asko-dfi544b .toper__card-title {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  width: 100%;
}

#asko-dfi544b .toper__card-desc {
  font-weight: 300;
  font-size: 18.83px;
  text-align: justify;
  width: 100%;
}

/* ===== KLUCZOWE CECHY (KEY FEATURES) ===== */
#asko-dfi544b .features {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
}

#asko-dfi544b .features__grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 51px;
}

#asko-dfi544b .features__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 221px;
}

#asko-dfi544b .features__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 10px;
}

#asko-dfi544b .features__item-icon img {
  max-height: 100%;
  width: auto;
}

#asko-dfi544b .features__item-icon--energy {
  height: 100px;
}

#asko-dfi544b .features__item-icon--scs {
  height: 100px;
}

#asko-dfi544b .features__item-label {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

/* ===== LINE SEPARATOR ===== */
#asko-dfi544b .separator {
  width: 100%;
  max-width: 800px;
  height: 1px;
  background-color: #cbc759;
}

/* ===== CONTENT SECTION (generic full-width image + text) ===== */
#asko-dfi544b .content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

#asko-dfi544b .content-section__image {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

#asko-dfi544b .content-section__image img {
  position: absolute;
  width: 100%;
  object-fit: cover;
}

#asko-dfi544b .content-section__image video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#asko-dfi544b .content-section__image--8steel img {
  height: 288%;
  top: -48%;
  left: 0;
}

#asko-dfi544b .content-section__image--scs img {
  height: 288%;
  top: -48%;
  left: 0;
}

#asko-dfi544b .content-section__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  color: #ffffff;
}

#asko-dfi544b .content-section__title {
  font-weight: 700;
  font-size: 20px;
}

#asko-dfi544b .content-section__desc {
  font-weight: 300;
  font-size: 15px;
  text-align: justify;
}

/* ===== THREE TILES LAYOUT ===== */
#asko-dfi544b .tiles-3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  max-width: 920px;
  padding: 0 20px;
}

#asko-dfi544b .tile {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 0 0 260px;
  min-width: 0;
}

#asko-dfi544b .tile__image {
  position: relative;
  width: 100%;
  aspect-ratio: 260 / 350;
  overflow: hidden;
  background: #1a2530;
  margin-bottom: 30px;
}

#asko-dfi544b .tile__image img {
  position: absolute;
  max-width: none;
}

#asko-dfi544b .tile__image video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#asko-dfi544b .tile__image--capacity img {
  height: 100%;
  left: -23%;
  top: 0;
  width: 177%;
}

#asko-dfi544b .tile__image--status-light img {
  height: 100%;
  left: -29%;
  top: 0;
  width: 179%;
}

#asko-dfi544b .tile__image--9programs img {
  width: 100%;
}

#asko-dfi544b .tile__image.tile__image--aqua-safe {
  width: 100%;
  height: 100%;
}

#asko-dfi544b .tile__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  min-height: 75px;
  margin-bottom: 10px;
  color: #ffffff;
}

#asko-dfi544b .tile__desc {
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  text-align: justify;
}

#asko-dfi544b .tile__desc--small {
  font-size: 12px;
}

/* ===== FOUR GRID LAYOUT ===== */
#asko-dfi544b .grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  width: 100%;
  max-width: 880px;
  padding: 0 20px;
}

#asko-dfi544b .grid-4__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#asko-dfi544b .grid-4__image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 30px;
}

#asko-dfi544b .grid-4__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-dfi544b .grid-4__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  min-height: 50px;
  margin-bottom: 10px;
  color: #ffffff;
}

#asko-dfi544b .grid-4__desc {
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  text-align: justify;
}

/* ===== PROGRAMS ICONS ===== */
#asko-dfi544b .programs-icons {
  display: flex;
  gap: 31px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

#asko-dfi544b .program-icon {
  position: relative;
  text-align: center;
}

#asko-dfi544b .program-icon__img {
  width: 49px;
  height: 51px;
  object-fit: contain;
  margin: 0 auto;
}

#asko-dfi544b .program-icon__label {
  font-weight: 300;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  margin-top: 4px;
}

/* ===== 75 YEARS ASKO SECTION ===== */
#asko-dfi544b .anniversary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
  width: 100%;
}

#asko-dfi544b .anniversary__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

#asko-dfi544b .anniversary__title {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
}

#asko-dfi544b .anniversary__image {
  position: relative;
  width: 100%;
  height: 630px;
  overflow: hidden;
}

#asko-dfi544b .anniversary__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#asko-dfi544b .anniversary__text {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  font-weight: 300;
  font-size: 15px;
  text-align: justify;
  color: #ffffff;
}

/* ===== FOOTER ===== */
#asko-dfi544b .footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 60px;
}

#asko-dfi544b .footer__logo {
  width: 263px;
  height: 52px;
  object-fit: cover;
}

/* ===== PLACEHOLDER FOR MISSING IMAGES ===== */
#asko-dfi544b .placeholder-image {
  background: linear-gradient(135deg, #1a2530 0%, #2a3a45 100%);
}

/* ==============================================
   RESPONSIVE — TABLET (max-width: 768px)
   ============================================== */
@media (max-width: 768px) {
  #asko-dfi544b .page {
    gap: 30px;
  }

  #asko-dfi544b .tile__image.tile__image--aqua-safe img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
  }

  #asko-dfi544b .tile__image.tile__image--aqua-safe {
    width: 100%;
    height: 100%;
  }

  #asko-dfi544b .toper__banner {
    height: 280px;
  }

  #asko-dfi544b .toper__model {
    font-size: 24px;
  }

  #asko-dfi544b .toper__right-badges {
    width: 140px;
    height: auto;
  }

  #asko-dfi544b .toper__designed-in-sweden {
    width: 140px;
    height: auto;
  }

  #asko-dfi544b .toper__tested-badge {
    top: 64px;
    right: 8px;
    width: 72px;
  }

  #asko-dfi544b .toper__disclaimer {
    top: 248px;
  }

  #asko-dfi544b .toper__card {
    padding: 28px 30px;
  }

  #asko-dfi544b .toper__card-title {
    font-size: 20px;
  }

  #asko-dfi544b .toper__card-desc {
    font-size: 16px;
  }

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

  #asko-dfi544b .content-section__image {
    height: 250px;
  }

  #asko-dfi544b .content-section__title {
    font-size: 18px;
  }

  #asko-dfi544b .tiles-3 {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  #asko-dfi544b .tile {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
  }

  #asko-dfi544b .tile__title {
    min-height: auto;
  }

  #asko-dfi544b .grid-4 {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 500px;
  }

  #asko-dfi544b .grid-4__title {
    min-height: auto;
  }

  #asko-dfi544b .grid-4__image {
    height: 300px;
  }

  #asko-dfi544b .anniversary__title {
    font-size: 26px;
    padding: 0 20px;
  }

  #asko-dfi544b .anniversary__image {
    height: 400px;
  }
}

/* ==============================================
   RESPONSIVE — SMALL PHONE (max-width: 480px)
   ============================================== */
@media (max-width: 480px) {
  #asko-dfi544b .page {
    gap: 24px;
  }

  #asko-dfi544b .tile__image.tile__image--aqua-safe img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
  }

  #asko-dfi544b .tile__image.tile__image--aqua-safe {
    width: 100%;
    height: 100%;
  }

  #asko-dfi544b .toper__banner {
    height: 220px;
  }

  #asko-dfi544b .toper__product {
    left: 16px;
    top: 30px;
    gap: 16px;
  }

  #asko-dfi544b .toper__logo {
    width: 100px;
    height: auto;
  }

  #asko-dfi544b .toper__model {
    font-size: 20px;
  }

  #asko-dfi544b .toper__right-badges {
    right: 12px;
    top: 24px;
    width: 110px;
  }

  #asko-dfi544b .toper__designed-in-sweden {
    width: 110px;
  }

  #asko-dfi544b .toper__tested-badge {
    right: 4px;
    top: 44px;
    width: 50px;
  }

  #asko-dfi544b .toper__tested-text {
    font-size: 7px;
    margin-top: 2px;
  }

  #asko-dfi544b .toper__disclaimer {
    top: 188px;
    left: 16px;
    width: calc(100% - 32px);
  }

  #asko-dfi544b .toper__disclaimer p {
    font-size: 6px;
  }

  #asko-dfi544b .toper__card {
    padding: 20px 16px;
    border-radius: 14px;
    width: 92%;
  }

  #asko-dfi544b .toper__card-title {
    font-size: 18px;
  }

  #asko-dfi544b .toper__card-desc {
    font-size: 14px;
  }

  #asko-dfi544b .features {
    padding: 0 16px;
  }

  #asko-dfi544b .features__grid {
    gap: 24px;
  }

  #asko-dfi544b .content-section__image {
    height: 200px;
  }

  #asko-dfi544b .content-section__text {
    padding: 0 16px;
    gap: 14px;
  }

  #asko-dfi544b .content-section__title {
    font-size: 17px;
  }

  #asko-dfi544b .content-section__desc {
    font-size: 14px;
  }

  #asko-dfi544b .tiles-3 {
    padding: 0 16px;
    gap: 30px;
  }

  #asko-dfi544b .tile__title {
    font-size: 18px;
  }

  #asko-dfi544b .tile__desc {
    font-size: 14px;
  }

  #asko-dfi544b .grid-4 {
    padding: 0 16px;
  }

  #asko-dfi544b .grid-4__image {
    height: 260px;
  }

  #asko-dfi544b .grid-4__title {
    font-size: 18px;
  }

  #asko-dfi544b .grid-4__desc {
    font-size: 14px;
  }

  #asko-dfi544b .programs-icons {
    gap: 16px;
    flex-wrap: wrap;
  }

  #asko-dfi544b .anniversary__title {
    font-size: 22px;
    padding: 0 16px;
  }

  #asko-dfi544b .anniversary__image {
    height: 300px;
  }

  #asko-dfi544b .anniversary__text {
    padding: 0 16px;
    font-size: 14px;
  }

  #asko-dfi544b .separator {
    width: calc(100% - 32px);
  }

  #asko-dfi544b .footer {
    padding-left: 16px;
  }

  #asko-dfi544b .footer__logo {
    width: 180px;
    height: auto;
  }
}

/* ==============================================
   RESPONSIVE — SMALLEST DISPLAY (max-width: 320px)
   ============================================== */
@media (max-width: 320px) {
  #asko-dfi544b .page {
    gap: 20px;
  }

  #asko-dfi544b .tile__image.tile__image--aqua-safe img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
  }

  #asko-dfi544b .tile__image.tile__image--aqua-safe {
    width: 100%;
    height: 100%;
  }

  #asko-dfi544b .toper__banner {
    height: 170px;
  }

  #asko-dfi544b .toper__product {
    left: 10px;
    top: 16px;
    gap: 10px;
  }

  #asko-dfi544b .toper__logo {
    width: 76px;
  }

  #asko-dfi544b .toper__model {
    font-size: 16px;
  }

  #asko-dfi544b .toper__right-badges {
    right: 8px;
    top: 14px;
    width: 86px;
  }

  #asko-dfi544b .toper__designed-in-sweden {
    width: 86px;
  }

  #asko-dfi544b .toper__tested-badge {
    right: 2px;
    top: 32px;
    width: 36px;
  }

  #asko-dfi544b .toper__tested-text {
    font-size: 6px;
    margin-top: 1px;
  }

  #asko-dfi544b .toper__disclaimer {
    top: 142px;
    left: 10px;
    width: calc(100% - 20px);
  }

  #asko-dfi544b .toper__disclaimer p {
    font-size: 5.5px;
  }

  #asko-dfi544b .toper__card {
    padding: 14px 10px;
    border-radius: 10px;
    margin-top: -14px;
    width: 94%;
  }

  #asko-dfi544b .toper__card-content {
    gap: 10px;
  }

  #asko-dfi544b .toper__card-title {
    font-size: 14px;
  }

  #asko-dfi544b .toper__card-desc {
    font-size: 12px;
  }

  #asko-dfi544b .features {
    padding: 0 10px;
    gap: 16px;
  }

  #asko-dfi544b .features__grid {
    gap: 18px;
  }

  #asko-dfi544b .features__item {
    width: 100%;
  }

  #asko-dfi544b .features__item-icon {
    height: 64px;
    margin-bottom: 6px;
  }

  #asko-dfi544b .features__item-icon--energy {
    height: 58px;
  }

  #asko-dfi544b .features__item-icon--scs {
    height: 34px;
    margin-top: 16px;
  }

  #asko-dfi544b .features__item-label {
    font-size: 12px;
  }

  #asko-dfi544b .content-section {
    gap: 20px;
  }

  #asko-dfi544b .content-section__image {
    height: 150px;
  }

  #asko-dfi544b .content-section__text {
    padding: 0 10px;
    gap: 12px;
  }

  #asko-dfi544b .content-section__title {
    font-size: 14px;
  }

  #asko-dfi544b .content-section__desc {
    font-size: 12px;
  }

  #asko-dfi544b .tiles-3 {
    gap: 22px;
    padding: 0 10px;
  }

  #asko-dfi544b .tile__image {
    margin-bottom: 16px;
  }

  #asko-dfi544b .tile__title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  #asko-dfi544b .tile__desc {
    font-size: 12px;
  }

  #asko-dfi544b .tile__desc--small {
    font-size: 10px;
  }

  #asko-dfi544b .grid-4 {
    gap: 22px;
    padding: 0 10px;
  }

  #asko-dfi544b .grid-4__image {
    height: 190px;
    margin-bottom: 16px;
  }

  #asko-dfi544b .grid-4__title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  #asko-dfi544b .grid-4__desc {
    font-size: 12px;
  }

  #asko-dfi544b .programs-icons {
    gap: 10px;
    margin-top: 14px;
  }

  #asko-dfi544b .program-icon__img {
    width: 36px;
    height: 38px;
  }

  #asko-dfi544b .program-icon__label {
    font-size: 8px;
  }

  #asko-dfi544b .anniversary {
    gap: 24px;
  }

  #asko-dfi544b .anniversary__title {
    font-size: 16px;
    padding: 0 10px;
  }

  #asko-dfi544b .anniversary__image {
    height: 200px;
  }

  #asko-dfi544b .anniversary__text {
    padding: 0 10px;
    font-size: 12px;
  }

  #asko-dfi544b .separator {
    width: calc(100% - 20px);
  }

  #asko-dfi544b .footer {
    padding-top: 16px;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  #asko-dfi544b .footer__logo {
    width: 130px;
  }
}
