/* === ANA KONTEYNER === */
#pdp-features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin: 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
}

/* === KART === */
#pdp-features-container .feature-item {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 18px 18px 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    transition: all .25s ease;
}

#pdp-features-container .feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.07);
}

/* === BAŞLIK === */
#pdp-features-container .feature-item .title {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
    letter-spacing: -.2px;
}

/* === LİSTE === */
#pdp-features-container .feature-item .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* === SATIR === */
#pdp-features-container .feature-item .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed #f1f1f1;
}

#pdp-features-container .feature-item .item:last-child {
    border-bottom: none;
}

/* === ETİKET === */
#pdp-features-container .feature-item .item .t {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

/* === DEĞER === */
#pdp-features-container .feature-item .item .v {
    font-size: 13px;
    color: #111;
    font-weight: 600;
    text-align: right;
    line-height: 1.4;
}

/* === MOBİL === */
@media (max-width: 768px) {

    #pdp-features-container {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #pdp-features-container .feature-item {
        padding: 14px;
        border-radius: 12px;
    }

    #pdp-features-container .feature-item .title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    #pdp-features-container .feature-item .item {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 0;
    }

    #pdp-features-container .feature-item .item .v {
        text-align: left;
        font-weight: 600;
    }
}

/* === KÜÇÜK DOKUNUŞLAR === */
#pdp-features-container .feature-item .item .v:empty {
    display: none;
}

.cube_brand img{
    width: 80px !important;
}
  .oliz_badge {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 3;
}
  .enerji_badge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  }
  .enerjisinificard{
      width: 40px !important;
  }
  .enerjisinifi{
      width:50px !important;

  }
  
  @media (max-width: 768px) {
  .oliz_badge img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}
.header-bilgi{
    font-size:17px;
    font-weight: 600;
    color:#FFF;
}
.cube_brand img{
    width: 80px !important;
}
  .oliz_badge {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 3;
}
  .enerji_badge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  }
  .enerjisinificard{
      width: 40px !important;
  }
  
  @media (max-width: 768px) {
  .oliz_badge img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}