:root{--primary-button-color: #0F3311; --main-third-color: #CCAA3B; --main-fourth-color: #CCAA3B; --main-second-color: #FFFFFF; --product-card-bg: #fff; --product-card-border: #d2e4f6; --product-card-color: #15284b; --border-radius: 6px;} /* ==================================================
   ÂLÂ BAKLAVA — CHECKOUT MARKA GÖRÜNÜMÜ V2
================================================== */
#app .v-application {
    min-height: 100vh;
    color: #FFFFFF;
    background:
        radial-gradient(circle at 50% 18%, rgba(204, 170, 59, 0.22) 0, rgba(204, 170, 59, 0.10) 18%, rgba(204, 170, 59, 0) 38%),
        radial-gradient(circle at 12% 6%, rgba(204, 170, 59, 0.16) 0, rgba(204, 170, 59, 0) 30%),
        linear-gradient(145deg, #0A240C 0%, #0F3311 42%, #164819 100%);
}

#app .v-main {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: #FFFFFF;
}

#app .v-main::before,
#app .v-main::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

#app .v-main::before {
    inset: 18px 22px auto auto;
    width: min(42vw, 520px);
    height: min(42vw, 520px);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(204, 170, 59, 0.12), rgba(204, 170, 59, 0) 68%);
    filter: blur(2px);
}

#app .v-main::after {
    left: 7%;
    right: 7%;
    top: 94px;
    height: 1px;
    background: linear-gradient(90deg, rgba(204, 170, 59, 0), rgba(204, 170, 59, 0.58), rgba(204, 170, 59, 0));
}

#app .v-main > * {
    position: relative;
    z-index: 1;
}

#app a.logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 206px;
    min-height: 48px;
    padding: 0 18px;
    margin-top: 2px;
    text-decoration: none;
    border: 1px solid rgba(204, 170, 59, 0.46);
    border-radius: 999px;
    background: rgba(15, 51, 17, 0.62);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#app a.logo img {
    display: none !important;
}

#app a.logo::before {
    content: "PREMIUM CHECKOUT";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 7px;
    color: rgba(204, 170, 59, 0.92);
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
    text-align: center;
}

#app a.logo::after {
    content: "ÂLÂ BAKLAVA";
    display: block;
    padding-top: 12px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 0 1px 12px rgba(204, 170, 59, 0.18);
}

#app .basket-container-wrapper:has(.empty-cart--title) {
    max-width: 720px;
    min-height: auto;
    margin-top: clamp(42px, 7vw, 86px);
    margin-bottom: clamp(72px, 10vw, 120px);
    padding: clamp(34px, 5vw, 58px) clamp(22px, 5vw, 64px) clamp(30px, 5vw, 52px);
    color: #FFFFFF;
    border: 1px solid rgba(204, 170, 59, 0.42);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at 50% 0%, rgba(204, 170, 59, 0.18), rgba(204, 170, 59, 0) 42%),
        linear-gradient(145deg, rgba(15, 51, 17, 0.96) 0%, rgba(10, 36, 12, 0.98) 100%);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset,
        0 0 80px rgba(204, 170, 59, 0.10);
}

#app .basket-container-wrapper:has(.empty-cart--title)::before {
    content: "ÂLÂ LEZZETLERİ KEŞFEDİN";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin: 0 auto 24px;
    padding: 0 16px;
    color: #CCAA3B;
    border: 1px solid rgba(204, 170, 59, 0.46);
    border-radius: 999px;
    background: rgba(204, 170, 59, 0.08);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

#app .basket-container-wrapper .empty-cart--image-wrapper {
    position: relative;
    width: 100%;
    height: 96px;
    margin-bottom: 18px;
    color: #CCAA3B;
}

#app .basket-container-wrapper .empty-cart--image-wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 92px;
    height: 92px;
    border: 1px solid rgba(204, 170, 59, 0.42);
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(204, 170, 59, 0.20), rgba(204, 170, 59, 0.04) 58%, rgba(204, 170, 59, 0) 70%);
    transform: translate(-50%, -50%);
}

#app .basket-container-wrapper .empty-cart--image-wrapper svg {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    color: #CCAA3B;
    fill: none;
    filter: drop-shadow(0 8px 18px rgba(204, 170, 59, 0.22));
}

#app .basket-container-wrapper .empty-cart--image-wrapper svg path {
    fill: #CCAA3B;
    stroke: #CCAA3B;
}

#app .basket-container-wrapper .empty-cart--title {
    max-width: 560px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.20);
}

#app .basket-container-wrapper .empty-cart--title::after {
    content: "Seçkin lezzetlerimizi keşfederek alışverişe başlayabilirsiniz.";
    display: block;
    max-width: 440px;
    margin: 18px auto 0;
    padding-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    border-top: 1px solid rgba(204, 170, 59, 0.42);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0;
}

#app .basket-container-wrapper .empty-cart--title ~ button.v-btn {
    width: min(100%, 360px) !important;
    min-height: 56px;
    margin: 30px auto 0 !important;
    color: #0F3311 !important;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background:
        linear-gradient(135deg, #E0C765 0%, #CCAA3B 48%, #B99128 100%) !important;
    box-shadow:
        0 18px 34px rgba(204, 170, 59, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#app .basket-container-wrapper .empty-cart--title ~ button.v-btn:hover,
#app .basket-container-wrapper .empty-cart--title ~ button.v-btn:focus-visible {
    color: #FFFFFF !important;
    border-color: rgba(204, 170, 59, 0.72);
    background: linear-gradient(135deg, #123C14 0%, #0F3311 100%) !important;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.18),
        0 0 0 3px rgba(204, 170, 59, 0.18);
}

#app .v-main .v-btn:not(.edit-btn):not(.submit-btn):not(.clear-btn):not(.cancel-btn) {
    border-radius: 999px;
    text-transform: none;
}

#app .v-main .v-field,
#app .v-main .v-card,
#app .v-main .v-sheet {
    border-radius: 16px;
}

@media (max-width: 600px) {
    #app .v-application {
        background:
            radial-gradient(circle at 50% 10%, rgba(204, 170, 59, 0.18) 0, rgba(204, 170, 59, 0) 38%),
            linear-gradient(155deg, #0A240C 0%, #0F3311 54%, #164819 100%);
    }

    #app .v-main::after {
        left: 18px;
        right: 18px;
        top: 78px;
    }

    #app a.logo {
        min-width: 168px;
        min-height: 42px;
        padding: 0 14px;
        margin-left: 6px;
    }

    #app a.logo::before {
        top: 6px;
        font-size: 7px;
        letter-spacing: 0.13em;
    }

    #app a.logo::after {
        padding-top: 11px;
        font-size: 14px;
        letter-spacing: 0.08em;
    }

    #app .basket-container-wrapper:has(.empty-cart--title) {
        width: calc(100% - 32px);
        margin-top: 46px;
        margin-left: 16px;
        margin-right: 16px;
        padding: 30px 18px 28px;
        border-radius: 24px;
    }

    #app .basket-container-wrapper:has(.empty-cart--title)::before {
        margin-bottom: 18px;
        font-size: 9px;
        letter-spacing: 0.12em;
    }

    #app .basket-container-wrapper .empty-cart--image-wrapper {
        height: 82px;
        margin-bottom: 12px;
    }

    #app .basket-container-wrapper .empty-cart--image-wrapper::before {
        width: 78px;
        height: 78px;
    }

    #app .basket-container-wrapper .empty-cart--image-wrapper svg {
        width: 56px;
        height: 56px;
    }

    #app .basket-container-wrapper .empty-cart--title {
        font-size: 30px;
    }

    #app .basket-container-wrapper .empty-cart--title::after {
        margin-top: 16px;
        padding-top: 16px;
        font-size: 14px;
    }

    #app .basket-container-wrapper .empty-cart--title ~ button.v-btn {
        width: 100% !important;
        min-height: 54px;
        margin-top: 26px !important;
    }
}
/* ==================================================
   ÂLÂ BAKLAVA — CHECKOUT MARKA GÖRÜNÜMÜ V2 BİTİŞ
================================================== */

/* ÂLÂ BAKLAVA — CHECKOUT FOTOĞRAF QA CSS DÜZELTME V1 */
#app .basket-container-wrapper,
#app .basket-content,
#app .basket-main-wrapper,
#app .order-summary {
  box-sizing: border-box !important;
}

#app .content-header .title,
#app .content-header .title-properties,
#app .order-summary .title,
#app .order-summary .title-properties {
  color: #0F3311 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

#app .content-header .text-red,
#app .basket-header-actions .text-red {
  color: #CCAA3B !important;
}

#app .basket-item {
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(204,170,59,.28) !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.10) !important;
  overflow: hidden !important;
}

#app .basket-item-image {
  border-color: rgba(204,170,59,.24) !important;
  border-radius: 10px !important;
  background: #FFFFFF !important;
}

#app .basket-item-product-name,
#app .basket-item-product-name span {
  color: #0F3311 !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

#app .basket-item-price-customize,
#app .basket-item-basket-price,
#app .customize-basket-price,
#app .unit-price-wrapper {
  color: #0F3311 !important;
}

#app .price-wrapper,
#app .price-wrapper span,
#app .basket-item-basket-price span {
  color: #0F3311 !important;
  font-weight: 800 !important;
}

#app .delete-btn,
#app .basket-item-favorite-button {
  color: #CCAA3B !important;
  background: rgba(204,170,59,.10) !important;
  border: 1px solid rgba(204,170,59,.32) !important;
  border-radius: 999px !important;
}

#app .delete-btn .v-icon,
#app .basket-item-favorite-button .v-icon,
#app .basket-header-actions .v-icon {
  color: #CCAA3B !important;
}

#app .basket-inner {
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(204,170,59,.28) !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.12) !important;
}

#app .feature-button {
  background: #FFFFFF !important;
  border: 1px solid rgba(204,170,59,.30) !important;
  border-radius: 12px !important;
}

#app .feature-button-label,
#app .feature-button-content {
  color: #0F3311 !important;
}

#app .btn-success {
  background: #CCAA3B !important;
  color: #0F3311 !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.14) !important;
}

#app .continue-shopping {
  color: #CCAA3B !important;
  font-weight: 700 !important;
}

#app .mobile-order-summary {
  background: #FFFFFF !important;
  border-top: 1px solid rgba(204,170,59,.30) !important;
  box-shadow: 0 -14px 28px rgba(0,0,0,.16) !important;
}

#app .mobile-order-summary .total-text,
#app .mobile-order-summary .mobile-order-summary-text-wrapper {
  color: #0F3311 !important;
}

@media (max-width: 767px) {
  #app .basket-container-wrapper,
  #app .basket-content,
  #app .basket-main-wrapper,
  #app .order-summary {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  #app .basket-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  #app .basket-item-content,
  #app .basket-item-content .d-flex,
  #app .basket-item-bottom-wrapper,
  #app .extra-informations {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  #app .basket-item-product-name,
  #app .basket-item-product-name span {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  #app .basket-item-price-customize,
  #app .basket-item-basket-price,
  #app .customize-basket-price {
    white-space: nowrap !important;
  }
}
/* /ÂLÂ BAKLAVA — CHECKOUT FOTOĞRAF QA CSS DÜZELTME V1 */