:root{--primary-button-color: #E30613; --main-third-color: #8b5cf6; --main-fourth-color: #E30613; --main-second-color: #eff8ff; --product-card-bg: #fff; --product-card-border: #d2e4f6; --product-card-color: #15284b; --border-radius: 6px;} /* GENEL CHECKOUT ALANI */
.basket-container-wrapper {
    max-width: 1240px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* HEADER GENİŞLİĞİ */
.header .v-container {
    max-width: 1240px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* KOLON DÜZENİ */
.basket-content {
    gap: 0 !important;
}

.basket-main-wrapper {
    flex: 0 0 68% !important;
    max-width: 68% !important;
    padding-right: 20px !important;
}

.order-summary {
    flex: 0 0 32% !important;
    max-width: 32% !important;
    padding-left: 20px !important;
}

/* ÜRÜN SATIRLARI */
.basket-main-wrapper .basket-inner > div {
    padding: 18px 0 !important;
    border-bottom: 1px solid #eeeeee !important;
}

/* SİPARİŞ ÖZETİ */
.order-summary-card {
    background: #f7f7f7 !important;
    border-radius: 14px !important;
    padding: 16px !important;
    box-shadow: 0 6px 22px rgba(0,0,0,.08) !important;
}

/* ALIŞVERİŞİ TAMAMLA */
.basket-actions .v-btn {
    background: #d71920 !important;
    color: #fff !important;
    min-height: 54px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
}

.basket-actions .v-btn:hover {
    background: #b9151b !important;
}

/* DOMAIN YAZISINI GİZLE */
.header .logo span {
    display: none !important;
}

/* MELİSET LOGOSU */
.header .logo::before {
    content: "";
    display: block !important;
    width: 230px !important;
    height: 70px !important;

    background-image: url("https://static.ticimax.cloud/80024/Uploads/HeaderTasarim/Header4/66e69f03-b703-49fb-8415-3d38dd19795c.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: contain !important;
}

.header .logo {
    display: flex !important;
    align-items: center !important;
    min-width: 230px !important;
    min-height: 70px !important;
}

/* MOBİL */
@media (max-width: 959px) {

    .basket-container-wrapper,
    .header .v-container {
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .basket-main-wrapper,
    .order-summary {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header .logo::before {
        width: 170px !important;
        height: 55px !important;
    }

    .header .logo {
        min-width: 170px !important;
        min-height: 55px !important;
    }
}