/* YekTek cart cleanup: products first, one clear purchase summary, optional extras. */
.yk-checkout-page #sepet > summary {
  min-height: 56px;
  padding: 0 18px;
  background: #fff;
}

.yk-checkout-page #sepet > summary .step-no {
  width: 32px;
  height: 32px;
}

.yk-checkout-page #sepet > .step-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 370px);
  grid-template-areas:
    "items summary"
    "items actions";
  gap: 14px 18px;
  align-items: start;
  padding: 18px;
  background: #f7f9fc;
}

.yk-checkout-page #sepet .checkout-cart-list,
.yk-checkout-page #sepet .cart-empty {
  grid-area: items;
}

.yk-checkout-page #sepet .checkout-cart-list {
  gap: 10px;
}

.yk-checkout-page #sepet .checkout-cart-list .order-line.cart-line {
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 7px 12px;
  padding: 11px;
  border-color: #dce4ed;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(20, 35, 52, .035);
}

.yk-checkout-page #sepet .checkout-cart-list .cart-line__media {
  width: 88px;
  height: 78px;
  padding: 5px;
  border-color: #e4e9ef;
  border-radius: 10px;
}

.yk-checkout-page #sepet .checkout-cart-list .cart-line__name > b {
  font-size: 13px;
  line-height: 1.32;
}

.yk-checkout-page #sepet .checkout-cart-list .cart-line__info > p {
  color: #718095;
  font-size: 10px;
}

.yk-checkout-page #sepet .checkout-cart-list .cart-line__bottom {
  align-items: end;
}

.yk-checkout-page #sepet .checkout-cart-list .qty-control {
  grid-template-columns: 32px 40px 32px;
  height: 38px;
  border-radius: 9px;
}

.yk-checkout-page #sepet .checkout-cart-list .qty-control button,
.yk-checkout-page #sepet .checkout-cart-list .qty-control input {
  min-height: 38px;
  height: 38px;
}

.yk-checkout-page #sepet .checkout-cart-list .qty-control input {
  width: 40px;
}

.yk-checkout-page #sepet .checkout-cart-list .cart-remove {
  min-width: 44px;
  min-height: 38px;
  padding: 0 8px;
  border-color: transparent;
  background: #fff3f5;
}

.yk-checkout-page #sepet .checkout-cart-list .cart-line__price {
  min-width: 0;
  min-height: 38px;
  justify-content: flex-end;
  padding: 0 2px;
  border-radius: 0;
  background: transparent;
  color: #111b2a;
  box-shadow: none;
  font-size: 17px;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline {
  grid-area: summary;
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  margin: 0;
  padding: 16px;
  border: 1px solid #dce4ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 27, 42, .055);
}

.yk-checkout-page #sepet .checkout-cart-summary-title {
  display: grid;
  gap: 3px;
}

.yk-checkout-page #sepet .checkout-cart-summary-title b {
  color: #111b2a;
  font-size: 17px;
}

.yk-checkout-page #sepet .checkout-cart-summary-title small {
  color: #748397;
  font-size: 10.5px;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total {
  display: grid;
  grid-column: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b {
  min-height: 58px;
  gap: 4px;
  padding: 9px 10px;
  border: 1px solid #e2e8ef;
  border-radius: 10px;
  background: #f7f9fc;
  color: #172332;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b:last-child {
  grid-column: 1 / -1;
  min-height: 70px;
  padding: 11px 13px;
  border: 0;
  border-radius: 11px;
  background: #142033;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b span:first-child {
  color: #6d7c90;
  font-size: 9.5px;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b:first-child span:last-child {
  color: #d91d37;
  font-size: 16px;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b:nth-child(2) span:last-child {
  color: #0d8350;
  font-size: 16px;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b:last-child span:first-child {
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b:last-child span:last-child {
  color: #fff;
  font-size: 24px;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-badges {
  display: grid;
  grid-column: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-badges span {
  min-height: 34px;
  justify-content: center;
  padding: 5px 4px;
  border-radius: 9px;
  font-size: 8.5px;
  line-height: 1.15;
  text-align: center;
}

.yk-checkout-page #sepet .checkout-cart-summary-inline .summary-badges i {
  width: auto;
}

.yk-checkout-page #sepet .checkout-cart-actions-inline {
  display: none;
}

.yk-checkout-page #sepet .checkout-cart-step-actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "continue"
    "whatsapp"
    "reminder";
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.yk-checkout-page #sepet .checkout-cart-step-actions .step-next--primary {
  grid-area: continue;
  min-height: 54px;
  border-radius: 11px;
  box-shadow: 0 9px 22px rgba(227, 27, 53, .18);
}

.yk-checkout-page #sepet .checkout-cart-mobile-actions {
  grid-area: whatsapp;
}

.yk-checkout-page #sepet .checkout-cart-mobile-actions .yk-cart-actions-suite {
  gap: 0;
}

.yk-checkout-page #sepet .checkout-cart-step-actions .checkout-cart-mobile-actions .yk-cart-whatsapp {
  min-height: 42px;
  border-color: #c9ded5;
  border-radius: 10px;
  background: #f3f8f6;
  color: #4b7565;
  font-size: 11px;
  font-weight: 800;
}

.yk-checkout-page #sepet .checkout-cart-step-actions .checkout-cart-mobile-actions .yk-cart-whatsapp:hover,
.yk-checkout-page #sepet .checkout-cart-step-actions .checkout-cart-mobile-actions .yk-cart-whatsapp:focus-visible {
  border-color: #a8cabc;
  background: #eaf3ef;
  color: #315f4d;
}

.yk-checkout-page #sepet .checkout-cart-reminder-inline {
  grid-area: reminder;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dce4ed;
  border-radius: 10px;
  background: #fff;
}

.yk-checkout-page #sepet .checkout-cart-reminder-inline > summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  color: #56677c;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.yk-checkout-page #sepet .checkout-cart-reminder-inline > summary::-webkit-details-marker {
  display: none;
}

.yk-checkout-page #sepet .checkout-cart-reminder-inline > summary .fa-bell-o {
  color: #d91d37;
}

.yk-checkout-page #sepet .checkout-cart-reminder-inline[open] > summary .fa-angle-down {
  transform: rotate(180deg);
}

.yk-checkout-page #sepet .checkout-cart-reminder-inline .yk-reminder-box {
  margin: 0;
  padding: 12px;
  border: 0;
  border-top: 1px solid #e3e9f0;
  border-radius: 0;
  background: #f8fafc;
}

@media (max-width: 980px) {
  .yk-checkout-page #sepet > .step-body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "items"
      "summary"
      "actions";
  }

  .yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b:last-child {
    grid-column: auto;
    min-height: 58px;
  }
}

@media (max-width: 720px) {
  .yk-checkout-page #sepet > summary {
    min-height: 50px;
    padding: 0 12px;
    font-size: 14px;
  }

  .yk-checkout-page #sepet > .step-body {
    gap: 10px;
    padding: 10px;
  }

  .yk-checkout-page #sepet .checkout-cart-list .order-line.cart-line {
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 9px;
  }

  .yk-checkout-page #sepet .checkout-cart-list .cart-line__media {
    width: 76px;
    height: 70px;
  }

  .yk-checkout-page #sepet .checkout-cart-list .cart-line__price {
    min-width: 90px;
    font-size: 14.5px;
  }

  .yk-checkout-page #sepet .checkout-cart-summary-inline {
    gap: 9px;
    padding: 12px;
    border-radius: 13px;
  }

  .yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b,
  .yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b:last-child {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    min-height: 54px;
    padding: 8px 9px;
    border-right: 0;
  }

  .yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b:last-child {
    grid-column: 1 / -1;
    min-height: 64px;
  }

  .yk-checkout-page #sepet .checkout-cart-summary-inline .summary-total b:last-child span:last-child {
    font-size: 22px;
  }
}

@media (max-width: 390px) {
  .yk-checkout-page #sepet .checkout-cart-list .cart-remove span {
    display: none;
  }

  .yk-checkout-page #sepet .checkout-cart-summary-inline .summary-badges span {
    font-size: 8px;
  }
}
