:root{--primary-button-color: #15284b; --main-third-color: #8b5cf6; --main-fourth-color: #00c753; --main-second-color: #eff8ff; --product-card-bg: #fff; --product-card-border: #d2e4f6; --product-card-color: #15284b; --border-radius: 6px;} /* ==================================================
   E-İSİMLİK CHECKOUT – TAM ÖZEL CSS
   ================================================== */


/* ---------- LOGO ---------- */

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

#app .header .logo {
  display: block !important;
  width: 180px !important;
  height: 60px !important;
  flex: 0 0 180px !important;

  background-image: url("https://static.ticimax.cloud/8260/uploads/editoruploads/logodan.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
}


/* ---------- ÖNERİLER BAŞLIĞI ---------- */

#app .basket-container-wrapper .section-title {
  font-size: 0 !important;
}

#app .basket-container-wrapper .section-title::after {
  content: "Sizin İçin Öneriler";
  display: block;
  color: #15284b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}


/* ---------- MASAÜSTÜ ÜRÜN KARTLARI ---------- */

@media (min-width: 1024px) {

  #app .basket-container-wrapper .section-title {
    text-align: center !important;
    margin-bottom: 26px !important;
  }

  #app .basket-container-wrapper .slider-wrapper {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #app .basket-container-wrapper .slider-wrapper .swiper {
    width: 100% !important;
  }

  #app .basket-container-wrapper .swiper-wrapper {
    justify-content: center !important;
  }

  #app .basket-container-wrapper .swiper-slide {
    width: 240px !important;
    flex: 0 0 240px !important;
    margin-right: 24px !important;
  }

  #app .basket-container-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
  }

  #app .basket-container-wrapper .product-card {
    width: 100% !important;
    height: auto !important;
    margin-right: 0 !important;
  }

  #app .basket-container-wrapper .product-card--image {
    width: 100% !important;
    height: 220px !important;
  }

  #app .basket-container-wrapper .product-card--image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down !important;
  }

  #app .basket-container-wrapper .product-card--title {
    min-height: 40px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  #app .basket-container-wrapper .product-card_button {
    width: 100% !important;
    height: 40px !important;
    font-size: 14px !important;
  }
}


/* ---------- MOBİL CHECKOUT ---------- */

@media (max-width: 768px) {

  #app .header {
    height: 72px !important;
    min-height: 72px !important;
    border-bottom: 1px solid #edf1f5 !important;
  }

  #app .header-wrp {
    width: 100% !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 10px 18px !important;
  }

  #app .header .logo {
    width: 150px !important;
    height: 48px !important;
    flex-basis: 150px !important;
  }

  #app .usermenu-dropdown-btn {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
  }

  #app .user-avatar-btn {
    width: 34px !important;
    height: 34px !important;
    font-size: 34px !important;
  }

  #app .basket-container-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 18px 28px !important;
  }

  #app .empty-cart--title {
    margin-bottom: 18px !important;
    font-size: 28px !important;
  }
}