/* =============================================
   ASKO W1094W — FULL CMS ISOLATION
   All styles scoped under #asko-w1094w
   ============================================= */

/* Isolation: prevent CMS inherited styles from leaking in */
#asko-w1094w {
    all: initial;
    display: block;
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    width: 100%;
}

#asko-w1094w *,
#asko-w1094w *::before,
#asko-w1094w *::after {
    box-sizing: border-box;
}

#asko-w1094w {
    --bg-primary: rgb(182, 170, 152);
    --bg-secondary: rgb(193, 181, 165);
    --bg-dark: rgb(84, 76, 66);
    --color-dark: #181818;
    --color-brown: #544c42;
    --color-white: #ffffff;
    --color-silver: #E8E9E8;
    --color-gray: #868280;
    --font-primary: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

#asko-w1094w * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#asko-w1094w {
    font-family: var(--font-primary);
    color: var(--color-white);
    line-height: 1.5;
}

#asko-w1094w .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#asko-w1094w .wrapper {
    background: linear-gradient(90deg, var(--bg-primary) 0%, var(--bg-primary) 100%);
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#asko-w1094w img {
    max-width: 100%;
    height: auto;
}

#asko-w1094w .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}

#asko-w1094w .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

#asko-w1094w .description p {
    margin-bottom: 0;
}

#asko-w1094w .gradient-overlay {
    position: absolute;
    width: 100%;
    height: 125px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

#asko-w1094w .gradient-overlay--top {
    top: -62px;
    background: linear-gradient(to bottom, 
        rgba(24, 24, 24, 0) 0%, 
        rgba(24, 24, 24, 0.5) 49.519%, 
        rgba(24, 24, 24, 0) 77.885%);
}

#asko-w1094w .gradient-overlay--reverse {
    top: 0;
    background: linear-gradient(to bottom, 
        rgba(24, 24, 24, 0.5) 0%, 
        rgba(24, 24, 24, 0) 27.885%);
}

#asko-w1094w .gradient-overlay--medium {
    background: linear-gradient(to bottom, 
        rgba(24, 24, 24, 0) 0%, 
        rgba(24, 24, 24, 0.5) 49.519%, 
        rgba(24, 24, 24, 0) 77.885%);
}

/* TOPER SECTION */
#asko-w1094w .toper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#asko-w1094w .toper__bg {
    position: absolute;
    width: 100%;
}

#asko-w1094w .toper__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 330px;
}

#asko-w1094w .toper__gradient-left {
    background: linear-gradient(to left, rgba(24, 24, 24, 0), var(--color-dark));
    height: 100%;
    width: 337px;
    padding: 50px 60px;

}

#asko-w1094w .toper__gradient-right {
    background: linear-gradient(to right, rgba(24, 24, 24, 0), var(--color-dark));
    height: 100%;
    width: 524px;
    padding: 50px 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

#asko-w1094w .logo-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 140.032px;
}

#asko-w1094w .logo-title__img {
    width: 100%;
}

#asko-w1094w .logo-title__text {
    font-weight: 300;
    font-size: 30px;
    color: var(--color-white);
}

#asko-w1094w .toper__sweden {
    height: 33px;
    width: 205px;
}

#asko-w1094w .toper__features {
    display: flex;
    gap: 10px;
}

#asko-w1094w .feature-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 89px;
    gap: 4px;
}

#asko-w1094w .feature-icon img {
    width: 71px;
    height: 71px;
}

#asko-w1094w .feature-icon__text {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: var(--color-white);
}

#asko-w1094w .feature-icon__text p {
    margin: 0;
    line-height: 1.2;
}

/* STEEL SEAL SECTION */
#asko-w1094w .steel-seal {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    padding-top: 30px;
}

#asko-w1094w .icon-text {
    display: flex;
    gap: 8px;
    align-items: center;
}

#asko-w1094w .icon-text--centered {
    padding-top: 30px;
    width: 804px;
    align-items: flex-start;
    justify-content: space-between;
}

#asko-w1094w .icon-text--bottom {
    align-items: flex-end;
}

#asko-w1094w .icon-text__icon {
    width: 151px;
    height: 151px;
}

#asko-w1094w .icon-text__icon-wrapper {
    width: 151px;
    height: 151px;
    position: relative;
    overflow: hidden;
}

#asko-w1094w .icon-text__icon--offset {
    position: absolute;
    height: 111.52%;
    left: 0;
    top: 7.92%;
    width: 100%;
    max-width: none;
}

#asko-w1094w .icon-text__content {
    width: 645px;
    color: var(--color-white);
}

#asko-w1094w .media-box {
    height: 529px;
    width: 1000px;
    overflow: hidden;
    position: relative;
    background: #555;
}

#asko-w1094w .media-box--white {
    background: white;
    height: 544px;
}

#asko-w1094w .media-box__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

#asko-w1094w .media-box__img--large {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SENSITIVE CHOICE */
#asko-w1094w .sensitive-choice {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    padding-top: 30px;
}

/* QUATTRO CONSTRUCTION */
#asko-w1094w .quattro-construction {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
}

/* KOMFORT SECTION */
#asko-w1094w .komfort {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 49px;
    align-items: center;
}

#asko-w1094w .section-title {
    position: relative;
    width: 100%;
    text-align: center;
}

#asko-w1094w .section-title__text {
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    color: var(--color-white);
    position: relative;
    z-index: 10;
    margin-top: 79px;
}

#asko-w1094w .section-title--with-desc {
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#asko-w1094w .section-title--with-desc .section-title__text {
    margin-top: 0;
    position: relative;
    margin-top: -80px;
}

#asko-w1094w .features-grid {
    display: flex;
    gap: 60px;
}

#asko-w1094w .feature-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 260px;
}

#asko-w1094w .feature-card__media {
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #555;
}

#asko-w1094w .feature-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

#asko-w1094w .feature-card__img--wide {
    height: 100%;
    width: auto;
}

#asko-w1094w .feature-card__img--wide-left {
    height: 100%;
    width: auto;
}

#asko-w1094w .feature-card__title {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-white);
    min-height: 60px;
}

#asko-w1094w .feature-card__desc {
    font-weight: 300;
    font-size: 15px;
    color: var(--color-white);
}

#asko-w1094w .feature-card__desc--tall {
    min-height: 251px;
}

#asko-w1094w .features-grid-large {
    position: relative;
    width: 100%;
    height: 651px;
}

#asko-w1094w .features-grid-large {
  width: 100%;
  max-width: var(--page-width, 980px);
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;

  height: auto;
  position: relative;
}

#asko-w1094w .feature-card-large {
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  gap: 0;
}

#asko-w1094w .feature-card-large__media {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

#asko-w1094w .feature-card-large__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  display: block;
}

#asko-w1094w .feature-card-large__img--tall {
  height: 120%;
  top: -18.57%;
  left: 0;
  width: 100%;
}

#asko-w1094w .feature-card-large__title {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  margin: 0;
}

#asko-w1094w .feature-card-large__desc {
  font-weight: 300;
  font-size: 15px;
  color: var(--color-white);
  margin: 0;
}

/* SENSI SAVE SECTION */
#asko-w1094w .sensi-save {
  width:100%;
  display:flex;
  flex-direction:column;
  gap:45px;
  align-items:center;
  padding-top:30px;
}

#asko-w1094w .sensi-save__content {
  width:100%;
}

#asko-w1094w .sensi-save__box {
  width:100%;
  display:flex;
  flex-direction:column;
  overflow:visible;
}

#asko-w1094w .sensi-save__text {
  position: relative;
  z-index: 1;
  overflow: hidden; 
}


#asko-w1094w .sensi-save__text::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:90px; 
  pointer-events:none;
  z-index:2;
  background: linear-gradient(to bottom,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0)
  );
}



#asko-w1094w .sensi-save__title, #asko-w1094w .sensi-save__desc {
  position:static !important;
  left:auto !important;
  top:auto !important;
  transform:none !important;
}

#asko-w1094w .sensi-save__title {
  font-weight:700;
  font-size:20px;
  text-align:center;
  margin-top:60px;
  margin-bottom:12px;
}


#asko-w1094w .sensi-save__desc {
  font-weight:300;
  font-size:15px;
  max-width:645px;
  margin:0 auto 60px;
  text-align:left;
}
#asko-w1094w .sensi-save__media {
  order:2;
  height:544px;
  width:100%;
  overflow:hidden;
  position:relative;
  margin-top:0 !important;
}

#asko-w1094w .sensi-save__img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  max-width:none;
}

/* CONNECTLIFE SECTION */
#asko-w1094w .connectlife {
    background: var(--color-brown);
    display: flex;
    height: 189px;
    align-items: center;
    justify-content: space-between;
    padding: 37px 60px;
    position: relative;
    width: 100%;
}

#asko-w1094w .connectlife__logo {
    height: 22.008px;
    width: 214px;
}

#asko-w1094w .connectlife__svg {
    width: 100%;
    height: 100%;
}

#asko-w1094w .connectlife__text {
    font-weight: 300;
    font-size: 15px;
    color: var(--color-white);
    width: 556px;
}

#asko-w1094w .connectlife::after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:70px;
    pointer-events:none;
    z-index:2;
    background: linear-gradient(to top,
        rgba(0,0,0,0.35),
        rgba(0,0,0,0)
    );
}

/* PROGRAMY SECTION */
#asko-w1094w .programy {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 31px;
    align-items: center;
    padding: 60px 0;
}

#asko-w1094w .programy__intro {
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: var(--color-white);
    width: 697px;
    margin-bottom: 30px;
}

#asko-w1094w .programs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 62px 60px;
    justify-content: center;
    width: 100%;
}

#asko-w1094w .program-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 260px;
}

#asko-w1094w .program-card__icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#asko-w1094w .program-card__icon-img {
    height: auto;
    width: 80px;
    object-fit: cover;
}

#asko-w1094w .program-card__icon-img--flipped {
    transform: rotate(180deg) scaleY(-1);
}

#asko-w1094w .program-card__svg {
    width: 75px;
    height: 75px;
}

#asko-w1094w .program-card__title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: var(--color-white);
}

#asko-w1094w .program-card__desc {
    font-weight: 300;
    font-size: 15px;
    color: var(--color-white);
}

/* BEZPIECZEŃSTWO SECTION */
#asko-w1094w .bezpieczenstwo {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 67px;
    align-items: center;
    padding-bottom: 60px;
}

#asko-w1094w .bezpieczenstwo .section-title {
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 27.885%);
    height: 125px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#asko-w1094w .bezpieczenstwo .section-title__text {
    margin: 0;
    padding: 3px 167px;
}

/* LAUNDRY CARE SECTION */
#asko-w1094w .laundry-care {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
}

#asko-w1094w .laundry-care__header {
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 18.908%);
    width: 100%;
    position: relative;
}

#asko-w1094w .laundry-care__title {
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    padding: 60px 20px 24px 20px;
}

#asko-w1094w .laundry-care__subtitle {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    padding-bottom: 60px;
}

#asko-w1094w .laundry-care__subtitle p {
    margin: 0;
}

#asko-w1094w .laundry-care__features {
    width: 100%;
    padding: 0 40px 20px 40px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#asko-w1094w .laundry-care__feature {
    flex: 1;
    text-align: center;
}

#asko-w1094w .laundry-care__feature-text {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-white);
}

#asko-w1094w .laundry-care__feature-text p {
    margin: 0;
}

#asko-w1094w .laundry-care__divider {
    rotate: 90deg;
    height: 55px;
    width: 0;
    border-left: 0.5px solid var(--color-white);
    transform: rotate(90deg);
}

/* Zestaw ikon */
#asko-w1094w .laundry-care__icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}

#asko-w1094w .laundry-care__icons-svg {
    width: 100%;
    max-width: 896px;
    height: auto;
}

/* LINIE SECTION */
#asko-w1094w .linie {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

#asko-w1094w .linie__intro {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  color: var(--color-white);
  padding: 10px;
}


#asko-w1094w .linie-grid {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;         
}

#asko-w1094w .linie-card {
  flex: 1;
  min-width: 250px;
  max-width: 1fr;

  display: flex;
  flex-direction: column;
  align-items: center;

  height: 100%;
  box-sizing: border-box;
}

#asko-w1094w .linie-card__media {
  aspect-ratio: 207 / 130;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

#asko-w1094w .linie-card__img {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none;
}

#asko-w1094w .linie-card__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  color: var(--color-white);
  width: 100%;
  margin-bottom: 55px;

  flex: 1;                     
}

#asko-w1094w .linie-card__title {
  font-weight: 700;
  font-size: 16px;
}

#asko-w1094w .linie-card__desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  margin: 0;

  flex: 1;                        
}

/* COLORS */
#asko-w1094w .linie-card__colors {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: auto;              
}

#asko-w1094w .linie-card__colors-label {
  font-weight: 300;
  font-size: 14px;
  color: var(--color-white);
}

#asko-w1094w .linie-card__colors-row {
  display: flex;
  gap: 20px;
}

/* DOTS */
#asko-w1094w .color-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

#asko-w1094w .color-dot--silver {
  background: var(--color-silver);
}

#asko-w1094w .color-dot--gray {
  background: var(--color-gray);
}

/* TRADITION SECTION */
#asko-w1094w .tradition {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#asko-w1094w .tradition__header {
    height: 221px;
    position: relative;
    width: 100%;
}

#asko-w1094w .tradition__title {
    position: absolute;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    color: var(--color-white);
    top: 81px;
    left: 50%;
    transform: translateX(-50%);
    white-space: pre;
}

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

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

#asko-w1094w .tradition__img {
    position: absolute;
    height: 103.62%;
    left: -0.84%;
    top: -1.81%;
    width: 101.68%;
    max-width: none;
}

#asko-w1094w .tradition__text {
    width: 800px;
    font-weight: 300;
    font-size: 15px;
    text-align: justify;
    color: var(--color-white);
}

#asko-w1094w .tradition__text p {
    margin-bottom: 1em;
}

/* FOOTER */
#asko-w1094w .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

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

/* =========================
   RESPONSIVE
========================= */

/* ---------- <= 950px ---------- */
@media (max-width: 950px) {

  #asko-w1094w .wrapper {
    max-width:100%;
    padding:0;
  }

  #asko-w1094w .steel-seal, #asko-w1094w .sensitive-choice, #asko-w1094w .quattro-construction, #asko-w1094w .komfort, #asko-w1094w .sensi-save, #asko-w1094w .programy, #asko-w1094w .bezpieczenstwo, #asko-w1094w .laundry-care, #asko-w1094w .linie, #asko-w1094w .tradition, #asko-w1094w .footer {
    padding-left:16px;
    padding-right:16px;
  }

  #asko-w1094w .toper__content {
    flex-direction:row !important;
    height:330px;
    width:100%;
    align-items:stretch;
    justify-content:space-between;
  }

  #asko-w1094w .toper__gradient-left {
    flex:0 0 337px;
    width:337px;
    padding:32px 20px;
  }

  #asko-w1094w .toper__gradient-right {
    flex:1 1 auto;
    width:auto;
    padding:32px 20px;
    align-items:flex-end;
  }

  #asko-w1094w .toper__features { flex-wrap:wrap; }

  #asko-w1094w .icon-text--centered, #asko-w1094w .programy__intro, #asko-w1094w .tradition__text {
    width:100%;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
  }

  #asko-w1094w .media-box, #asko-w1094w .media-box--white {
    width:100%;
    height:auto;
    min-height:420px;
  }

  #asko-w1094w .features-grid {
    flex-direction:column;
    align-items:center;
    gap:40px;
  }

  #asko-w1094w .features-grid-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:40px;
    padding:0 16px;
  }
}


/* ---------- <= 768px ---------- */
@media (max-width: 768px) {

  #asko-w1094w .section-title__text { font-size:30px; }
  #asko-w1094w .laundry-care__title { font-size:28px; }
  #asko-w1094w .laundry-care__subtitle { font-size:18px; }

  #asko-w1094w .icon-text {
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  #asko-w1094w .icon-text__content { width:100%; }

  #asko-w1094w .features-grid-large {
    grid-template-columns:1fr;
    gap:36px;
  }

  #asko-w1094w .sensi-save__text, #asko-w1094w .sensi-save__title, #asko-w1094w .sensi-save__desc {
    left:auto !important;
    transform:none !important;
  }

  #asko-w1094w .sensi-save__text {
    width:100%;
    padding:18px 14px;
  }

  #asko-w1094w .sensi-save__desc {
    max-width:100%;
    text-align:left;
    margin:0 auto 40px;
  }

  #asko-w1094w .sensi-save__media {
    height:auto;
    aspect-ratio:1000 / 544;
  }

  #asko-w1094w .connectlife {
    flex-direction:column;
    height:auto;
    gap:16px;
    padding:24px 16px;
    align-items:flex-start;
  }

  #asko-w1094w .connectlife__text { width:100%; }

  #asko-w1094w .programs-grid {
    gap:34px;
    padding:0 10px;
  }

  #asko-w1094w .program-card {
    width:100%;
    max-width:340px;
  }

  #asko-w1094w .laundry-care__features {
    flex-direction:column;
    gap:14px;
  }

  #asko-w1094w .laundry-care__divider { display:none; }

  #asko-w1094w .linie-grid {
    grid-template-columns:1fr;
    gap:22px;
    padding:28px 12px;
  }

  #asko-w1094w .tradition__header {
    height:auto;
    padding:40px 0 10px;
  }

  #asko-w1094w .tradition__title {
    position:static;
    transform:none;
    font-size:30px;
    padding:0 12px;
    white-space:normal;
    text-align:center;
  }

  #asko-w1094w .tradition__media {
    height:auto;
    aspect-ratio:1000 / 630;
    position:relative;
    overflow:hidden;
  }

  #asko-w1094w .tradition__img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    max-width:none;
  }

  #asko-w1094w .feature-card__img--wide-left {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: left center;
  }

  #asko-w1094w .features-grid {
    width: 100%;
    max-width: var(--page-width, 980px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
  }

  #asko-w1094w .feature-card__media {
    height: auto !important;
    aspect-ratio: auto !important;
    position: relative;
    overflow: visible;
    background: transparent;
  }

  #asko-w1094w img.feature-card__img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    object-fit: contain !important;
    object-position: center;
  }

  #asko-w1094w video.feature-card__img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: contain !important;
  }
}


/* ---------- <= 560px ---------- */
@media (max-width: 560px) {
    #asko-w1094w .laundry-care__features {
      flex-direction: column !important;
      gap: 0 !important;
      align-items: stretch !important;
    }
    #asko-w1094w .laundry-care__divider {
      display: block !important;
      width: 100% !important;
      height: 1px !important;
      border: none !important;
      background: var(--color-white) !important;
      margin: 16px 0 !important;
      transform: none !important;
      rotate: none !important;
    }
  #asko-w1094w .toper__content {
    flex-direction: row !important;
    height: 150px !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
    margin-left: 0 !important;
    left: auto !important;
    position: relative !important;
    box-sizing: border-box !important;
  }
  #asko-w1094w .toper__bg {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    top: 0 !important;
    left: 0 !important;
  }
  #asko-w1094w .gradient-overlay {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }
  #asko-w1094w .gradient-overlay--reverse {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }

  #asko-w1094w .toper__gradient-left {
    width: 120px !important;
    flex: 0 0 120px !important;
    padding: 15px 10px !important;
    background: linear-gradient(to left, rgba(24, 24, 24, 0), var(--color-dark)) !important;
    height: 100% !important;
  }
  #asko-w1094w .toper__gradient-right {
    flex: 1 1 auto !important;
    width: auto !important;
    padding: 15px 10px !important;
    background: linear-gradient(to right, rgba(24, 24, 24, 0), var(--color-dark)) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
  }
  #asko-w1094w .logo-title {
    width: 70px !important;
    gap: 8px !important;
    flex-direction: column !important;
  }
  #asko-w1094w .logo-title__text {
    font-size: 15px !important;
  }
  #asko-w1094w .toper__sweden {
    height: 16px !important;
    width: 90px !important;
  }
  #asko-w1094w .toper__features {
    display: flex !important;
    gap: 4px !important;
    flex-wrap: nowrap !important;
  }
  #asko-w1094w .feature-icon {
    width: 42px !important;
    gap: 2px !important;
  }
  #asko-w1094w .feature-icon img {
    width: 36px !important;
    height: 36px !important;
  }
  #asko-w1094w .feature-icon__text {
    font-size: 7px !important;
  }

  #asko-w1094w .sensi-save__text, #asko-w1094w .sensi-save__title {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #asko-w1094w .sensi-save__desc {
    width: auto !important;
    min-width: 0 !important;
    max-width: 645px !important;
    margin: 0 auto 60px auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
    text-align: left;
  }

  #asko-w1094w, #asko-w1094w {
    width:100%;
    overflow-x:hidden;
  }

  #asko-w1094w .media-box, #asko-w1094w .media-box--white {
    width:100%;
    margin-left:0;
    margin-right:0;
    position:relative;
    overflow:hidden;
    min-height:180px;
  }

  #asko-w1094w .media-box__img, #asko-w1094w .media-box__img.media-box__img--large {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    max-width:none;
    display:block;
  }

  #asko-w1094w .title, #asko-w1094w .section-title__text, #asko-w1094w .feature-card__title, #asko-w1094w .feature-card-large__title, #asko-w1094w .linie-card__title, #asko-w1094w .program-card__title, #asko-w1094w .tradition__title, #asko-w1094w .laundry-care__title {
    text-align:center !important;
  }

  #asko-w1094w .feature-card {
    width:100%;
  }

  #asko-w1094w .feature-card__media {
    height:180px;
  }

  #asko-w1094w .sensi-save__media {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    overflow: hidden;
  }

  #asko-w1094w .sensi-save__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
  }

  #asko-w1094w .tradition__media {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    overflow: hidden;
  }

  #asko-w1094w .tradition__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
  }

  #asko-w1094w .laundry-care__header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #asko-w1094w .bezpieczenstwo .section-title {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #asko-w1094w .connectlife::after {
    width: 100%;
    left: 0;
    transform: none;
  }
}