.header_logo .logo_picture {
    width: 200px;
    height: auto;
    margin-right: auto;
}

.promobar_socials,
.promobar_main-text {
    margin-bottom: 0;
}

.cart-items {
    display: grid;
    gap: 14px;
}

.cart-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 36px;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid #e8edf3;
    border-radius: 9px;
    background: #fff;
}

.cart-item-image {
    width: 72px;
    height: 52px;
    border-radius: 6px;
    object-fit: cover;
}

.cart-item-title {
    margin: 0 0 5px;
    color: #102e50;
    font-size: 13px;
    line-height: 1.35;
}

.cart-item-price {
    color: #0871bd;
    font-size: 13px;
    font-weight: 700;
}

.cart-item-remove {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f5f8;
    color: #ed1c24;
    cursor: pointer;
}

.mini-header {
    background: #e20a17;
    padding: 40px 0;
    color: #fff;
}

.mini-header h1 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
}

h1.baslik1 {
    color: white;
}

section.promo.mt-5 {
    margin-bottom: 150px;
}

@media screen and (min-width: 1399.98px) {
    .promo_media {
        left: -180px;
    }
}

ul.promobar_socials.d-flex.align-items-center {
    margin-bottom: 0;
}   

h1.hero_content-header.aos-init.aos-animate {
    font-size: 25px;
}

.header_logo .logo_picture {
    width: 200px;
    height: auto;
    margin-right: auto;
}

.promobar_main-text {
    
    margin-bottom: 0;
}