#sg_product_card .asko-t511-description {
    text-align: left;
}

#sg_product_card .asko-t511-toper__gradient-left {
    display: flex;
    flex-direction: column;
    
    align-items: center;
}

#sg_product_card .asko-t511-toper__gradient-left > .asko-t511-logo-title {
    align-self: flex-start;
}

#sg_product_card .asko-t511-toper__features {
    align-items: center;
}

#sg_product_card .asko-t511-icon-text__content {
    width: auto;
    color: var(--color-white);
}

/* KOMFORT SECTION */
#sg_product_card .asko-t511-komfort {
    padding-top: 60px;
}

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

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

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

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

  display: flex;
  flex-direction: column;               
}

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

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

/* PROGRAMY SECTION */
#sg_product_card .asko-t511-programs-grid {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#sg_product_card .asko-t511-program-card {             /* pozwala gridowi zarządzać szerokością */
    max-width: none;
}

#sg_product_card .asko-t511-program-card__icon-img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
  height: auto;
}

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

#sg_product_card .asko-t511-laundry-care__subtitle {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

/* Zestaw ikon */
#sg_product_card .asko-t511-laundry-care__icons {
    justify-content: center;
}

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

/* =========================
   RESPONSIVE — FINAL VERSION
========================= */

/* =========================
   RESPONSIVE — CLEAN (based on desktop)
========================= */

#sg_product_card {
    --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;
}

#sg_product_card, #sg_product_card *, #sg_product_card *::before, #sg_product_card *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

#sg_product_card .asko-t511-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;
}

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

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

#sg_product_card .asko-t511-description {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
}

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

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

#sg_product_card .asko-t511-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%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* QUATTRO CONSTRUCTION */
#sg_product_card .asko-t511-quattro-construction {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    padding-top: 30px;
}

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

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

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

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

#sg_product_card .asko-t511-feature-card {
    display: flex;
    flex-direction: column;
    width: 260px;
}

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

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

#sg_product_card .asko-t511-feature-card__img--wide {
    height: 100%;
}

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

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

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

#sg_product_card .asko-t511-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;
}

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

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

#sg_product_card .asko-t511-feature-card-large__title{
  padding-top: 16px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  margin: 0;
  min-height: 56px;         
}

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

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

#sg_product_card .asko-t511-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 */
#sg_product_card .asko-t511-programs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 950px;

}

#sg_product_card .asko-t511-program-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto;
}

#sg_product_card .asko-t511-program-card__icon {
    height: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

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

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

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

/* LAUNDRY CARE SECTION */

#sg_product_card .asko-t511-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;
}

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

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

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

#sg_product_card .asko-t511-laundry-care__features {
    width: 100%;
    padding: 35px 40px 35px 40px;
    display: flex;
    gap: 20px;
    align-items: center;
    
}

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

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

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

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

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

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

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

#sg_product_card .asko-t511-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;         
}

#sg_product_card .asko-t511-linie-card {
  flex: 1;
  min-width: 250px;

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

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

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

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

#sg_product_card .asko-t511-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;                     
}

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

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

  flex: 1;                        
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#sg_product_card .asko-t511-laundry-care__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
}

#sg_product_card .asko-t511-laundry-care__media {
    height: 630px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#sg_product_card .asko-t511-laundry-care__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none;
}

#sg_product_card .asko-t511-logo-title__award {
    width: 120px;
    height: auto;
    align-self: flex-end;
}

#sg_product_card .asko-t511-logo-title {
    align-self: flex-start;
}

#sg_product_card video.asko-t511-feature-card__img--wide {
    object-position: center;
}

#sg_product_card .asko-t511-feature-card__media {
    display: flex;
    align-items: center;
    
}

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

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

  #sg_product_card .asko-t511-logo-title__award {
    width: 100px;
  }

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

  #sg_product_card .asko-t511-steel-seal,#sg_product_card .asko-t511-quattro-construction,#sg_product_card .asko-t511-komfort,#sg_product_card .asko-t511-programy,#sg_product_card .asko-t511-bezpieczenstwo,#sg_product_card .asko-t511-laundry-care,#sg_product_card .asko-t511-linie,#sg_product_card .asko-t511-tradition,#sg_product_card .asko-t511-footer {
    padding-left:16px;
    padding-right:16px;
  }

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

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

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

  #sg_product_card .asko-t511-toper__features{ flex-wrap:wrap; }

  #sg_product_card .asko-t511-programy__intro,#sg_product_card .asko-t511-tradition__text {
    width:100%;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
  }

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

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

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

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

  #sg_product_card .asko-t511-logo-title__award {
    width: 80px;
  }

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

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

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

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

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

  #sg_product_card .asko-t511-programs-grid{
    grid-template-columns: 1fr;
    gap:34px;
    padding:0 10px;
    max-width: 580px;
  }

  #sg_product_card .asko-t511-program-card{
    width:100%;
    max-width:340px;
    margin: 0 auto;
  }

  #sg_product_card .asko-t511-program-card__title {
    text-align: center;
  }

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

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

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

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

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

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

  #sg_product_card .asko-t511-laundry-care__media{
    height:auto;
    aspect-ratio:1000 / 630;
    position:relative;
    overflow:hidden;
  }

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

  #sg_product_card .asko-t511-laundry-care__img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    max-width:none;
  }

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

  #sg_product_card .asko-t511-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;
  }

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

  #sg_product_card img.asko-t511-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;
  }

  #sg_product_card video.asko-t511-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){
    #sg_product_card .asko-t511-laundry-care__features {
      flex-direction: column !important;
      gap: 0 !important;
      align-items: stretch !important;
    }
    #sg_product_card .asko-t511-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;
    }
  #sg_product_card .asko-t511-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;
  }
  #sg_product_card .asko-t511-gradient-overlay {
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  #sg_product_card .asko-t511-gradient-overlay--reverse {
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  #sg_product_card .asko-t511-toper__gradient-left {
    width: 150px !important;
    flex: 0 0 150px !important;
    padding: 25px !important;
    background: linear-gradient(to left, rgba(24, 24, 24, 0), var(--color-dark)) !important;
    height: 100% !important;
  }
  #sg_product_card .asko-t511-toper__gradient-right {
    flex: 1 1 auto !important;
    width: auto !important;
    padding: 25px 15px !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;
  }
  #sg_product_card .asko-t511-logo-title {
    width: 85px !important;
    gap: 12px !important;
    flex-direction: column !important;
  }
  #sg_product_card .asko-t511-logo-title__text {
    font-size: 18px !important;
  }
  #sg_product_card .asko-t511-toper__sweden {
    height: 20px !important;
    width: 110px !important;
  }
  #sg_product_card .asko-t511-toper__features {
    display: flex !important;
    gap: 5px !important;
    flex-wrap: nowrap !important;
  }
  #sg_product_card .asko-t511-feature-icon {
    width: 50px !important;
    gap: 2px !important;
  }
  #sg_product_card .asko-t511-feature-icon img {
    width: 45px !important;
    height: 45px !important;
  }
  #sg_product_card .asko-t511-feature-icon__text {
    font-size: 9px !important;
  }

  #sg_product_card{
    width:100%;
    overflow-x:hidden;
  }

  #sg_product_card .asko-t511-media-box,
  #sg_product_card .asko-t511-media-box--white{
    width:calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    position:relative;
    overflow:hidden;
    min-height:180px;
  }

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

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

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

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

  #sg_product_card .asko-t511-tradition__media{
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
    overflow: hidden;
  }

  #sg_product_card .asko-t511-laundry-care__media{
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
    overflow: hidden;
  }

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

  #sg_product_card .asko-t511-laundry-care__header{
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  #sg_product_card .asko-t511-connectlife::after{
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* Fix dla laundry-care__features w sekcji connectlife */
#sg_product_card .asko-t511-connectlife .asko-t511-laundry-care__features {
    width: auto;
    max-width: 100%;
    
    text-align: center;
}

/* Cień nad tytułem w icon-text */
#sg_product_card .asko-t511-icon-text__content {
    position: relative;
}

/* Fix dla cienia w steel-seal */
#sg_product_card .asko-t511-steel-seal {
    position: relative;
}

#sg_product_card .asko-t511-steel-seal > .asko-t511-gradient-overlay--reverse {
    z-index: 1;
    left: 0;
    transform: none;
}

/* Poprawka pozycji cienia - przesunięcie w dół */
#sg_product_card .asko-t511-steel-seal > .asko-t511-gradient-overlay--reverse {
    top: 30px;
}

/* Cień na górze sekcji programy */
#sg_product_card .asko-t511-programy {
    position: relative;
}

#sg_product_card .asko-t511-programy > .asko-t511-gradient-overlay--reverse {
    position: absolute;
    top: 0;
    right: 0;
    height: 62px;
    z-index: 1;
}

/* Poprawka - gradient wyśrodkowany w sekcji programy */
#sg_product_card .asko-t511-programy > .asko-t511-gradient-overlay--reverse {
    left: 50%;
    transform: translateX(-50%);
}

/* Wyśrodkowanie ikon w program-card na mobile */
@media (max-width: 768px) {
    #sg_product_card .asko-t511-program-card__icon {
        justify-content: center;
    }
}

/* Gradient nie powinien wpływać na layout - position absolute */
#sg_product_card .asko-t511-steel-seal > .asko-t511-gradient-overlay--reverse {
    position: absolute;
    width: 100%;
}

/* Większy odstęp między cieniem a icon-text w steel-seal */
#sg_product_card .asko-t511-steel-seal > .asko-t511-gradient-overlay--reverse + .asko-t511-icon-text {
    margin-top: 30px;
}

/* Poprawione style dla "Blokada rodzicielska" */
  #sg_product_card .asko-t511-laundry-care__subtitle--bold {
    font-family: 'Helvetica LT Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
  }

/* Style dla treści opisu w sekcji Bezpieczeństwo */
#sg_product_card .asko-t511-laundry-care__subtitle p:not(.asko-t511-laundry-care__subtitle--bold) {
    font-family: 'Helvetica LT Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
}

/* Odstęp między "Blokada rodzicielska" a treścią */
#sg_product_card .asko-t511-laundry-care__subtitle--bold {
    margin-bottom: 15px;
}

/* Odstęp między "Blokada rodzicielska" a treścią - bardziej specyficzny selektor */
#sg_product_card .asko-t511-laundry-care__subtitle p.asko-t511-laundry-care__subtitle--bold {
    margin: 0 0 30px 0;
}

/* Description w media query - wyśrodkowanie jak feature-card__desc */
@media (max-width: 768px) {
    #sg_product_card .asko-t511-description {
        text-align: center;
    }
    
    #sg_product_card .asko-t511-description p {
        text-align: center;
    }
}

/* Cienie na mobile: pelna szerokosc wzgledem kontenera opisu (zamiast 100vw) */
@media (max-width: 560px){
  #sg_product_card .asko-t511-section-title > .asko-t511-gradient-overlay--reverse,
  #sg_product_card .asko-t511-tradition__header > .asko-t511-gradient-overlay--reverse{
    width: calc(100% + 32px) !important;
  }
}

/* ----------------- IKONKA AI -------------------------- */
#sg_product_card .zdjecie-kontener {
  position: relative;
  /* display: inline-block; */
}

#sg_product_card .zdjecie-kontener img {
  display: block;
  max-width: 100%;
}

#sg_product_card .ikonka-chmurka {
    position: absolute;
    bottom: 0;
    left: 0;
    outline: none;
    z-index: 10;
}

#sg_product_card .ikona {
    width: 90px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    background: rgba(255, 255, 255, 0.75);
    color: #555555;
    border-radius: 4px;
    margin: 12px 12px;
}

/* Kontener AI wpisany w kadr Laundry Care (obrazek jest pozycjonowany absolutnie) */
#sg_product_card .asko-t511-laundry-care__media .zdjecie-kontener {
    position: absolute;
    inset: 0;
}

#sg_product_card .zdjecie-kontener .asko-t511-laundry-care__img {
    max-width: none;
}
/* ------------------------------------------------------ */
