.ap5-pack-product-content .ribbon {}
.ap5-pack-product .ap5-pack-product-icon-plus:before {}
.ap5-pack-product:hover .ap5-pack-product-icon-remove:after {}
.ap5-is-excluded-product .ap5-pack-product-icon-check:after {}

/* --- Advanced Pack Set İçeriği Düzeltmesi --- */
#ap5-product-list {
    margin-top: 20px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 15px 20px;
}

.ap5-pack-product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

/* Son ürünün altındaki çizgiyi kaldır */
.ap5-pack-product:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Görsel Sütunu */
.ap5-pack-product-image {
    flex: 0 0 100px;
    max-width: 100px;
    padding: 0;
    margin: 0;
}

.ap5-pack-product-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* İçerik Sütunu (Başlık, Adet, Fiyat, Seçenekler) */
.ap5-pack-product-content {
    flex: 1;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.ap5-pack-product-title {
    flex: 1 1 100%;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}

.ap5-pack-product-title a {
    color: #333;
    text-decoration: none;
}

.ap5-pack-product-infos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.ap5-pack-product-quantity {
    font-size: 13px;
    color: #666;
}

.ap5-pack-product-price {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

/* Product Price: yazısını gizle */
.ap5-pack-product-price .label {
    display: none;
}

/* Yüzük Ölçüsü gibi varyasyon alanlarını hizala */
.ap5-attributes {
    flex: 1 1 100%;
    margin-top: 15px;
}

.ap5-attribute-fieldset {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ap5-attribute-fieldset .control-label {
    font-weight: 500;
    font-size: 14px;
    color: #444;
    margin: 0;
}

.ap5-attribute-select {
    max-width: 250px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Mobil Görünüm Düzeltmeleri */
@media (max-width: 767px) {
    .ap5-pack-product {
        flex-direction: column;
        text-align: center;
    }
    .ap5-pack-product-image {
        margin: 0 auto 15px auto;
    }
    .ap5-pack-product-content {
        padding-left: 0;
        justify-content: center;
    }
    .ap5-attribute-fieldset {
        flex-direction: column;
        align-items: center;
    }
}

div#\#ap5-product-footer-pack-list {
    text-align: center;
    text-decoration: underline;
}