:root {
  --cart-bg: #f1f3f8;
  --cart-white: #fff;
  --cart-text: #11131a;
  --cart-muted: #6d7280;
  --cart-border: #d9dde7;
  --cart-soft-border: #eceef4;
  --cart-pink: #ff46dc;
  --cart-pink-soft: #fff1fb;
  --cart-green: #279638;
  --cart-lime: #d8ff38;
  --cart-dark: #16171b;
  --cart-radius: 8px;
  --cart-radius-lg: 12px;
  --cart-shadow: 0 10px 24px rgba(26, 30, 45, .04);
}
.sepet-page.boxed {
  width: min(1138px, calc(100% - 32px));
  margin-inline: auto;
}
.sepet-page .cart-header {
  height: 76px;
  background: var(--cart-white);
  display: flex;
  align-items: center;
}
.sepet-page .cart-header-inner {
  display: grid;
  grid-template-columns: 64px minmax(360px, 1fr) 174px 42px 42px 46px;
  align-items: center;
  gap: 18px;
}
.sepet-page .logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f1f2f6;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 500;
}
.sepet-page .search-box {
  height: 46px;
  border-radius: 999px;
  background: #f6f4f0;
  display: flex;
  align-items: center;
  padding: 0 22px;
  gap: 12px;
  color: #12141c;
  font-weight: 600;
}
.sepet-page .search-box i {
  font-size: 22px;
}
.sepet-page .delivery-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.sepet-page .delivery-pill i {
  font-size: 26px;
}
.sepet-page .delivery-pill span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #555b66;
  line-height: 1.1;
}
.sepet-page .delivery-pill strong {
  display: block;
  max-width: 126px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sepet-page .header-icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-size: 26px;
  transition: transform 0.18s ease, color 0.18s ease;
}
.sepet-page .header-icon:hover {
  color: var(--cart-pink);
  transform: translateY(-1px);
}
.sepet-page .header-badge {
  position: absolute;
  right: 2px;
  top: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #d9ff36;
  border: 1px solid #111;
  font-size: 10px;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.sepet-page .currency-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #121318;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.sepet-page .currency-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}
.sepet-page.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 850px) 268px;
  gap: 16px;
  padding-top: 18px;
  padding-bottom: 44px;
}
.sepet-page .top-promos {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr;
  gap: 12px;
  margin-bottom: 14px;
}
.sepet-page .top-promos.payadress {
  grid-template-columns: 1fr;
}
.sepet-page .promo-card {
  min-height: 72px;
  background: var(--cart-white);
  border-radius: var(--cart-radius);
  box-shadow: var(--cart-shadow);
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.sepet-page .promo-card:hover {
  border-color: #cfd4df;
  transform: translateY(-1px);
}
.sepet-page .promo-card-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.sepet-page .promo-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #22242b;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 16px;
  flex: 0 0 auto;
}
.sepet-page .promo-card h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.05;
}
.sepet-page .promo-card p {
  margin: 2px 0 0;
  color: #404654;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sepet-page .main-panel, .sepet-page .summary-card, .sepet-page .recommend-panel {
  background: var(--cart-white);
  border-radius: var(--cart-radius);
  box-shadow: var(--cart-shadow);
}
.sepet-page .main-panel {
  padding: 16px;
}
.sepet-page .cart-title {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.2px;
}
.sepet-page .discount-alert {
  border: 1px solid #ff9dec;
  background: linear-gradient(90deg, #ffe7fa, #fff2fc);
  color: #242731;
  border-radius: 8px;
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 7px 16px;
  font-size: 12px;
  margin-bottom: 12px;
}
.sepet-page .cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sepet-page .cart-check {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #6a6f7c;
  font-size: 14px;
}
.sepet-page .cart-check input, .sepet-page .product-select input {
  width: 18px;
  height: 18px;
  accent-color: #24272f;
  cursor: pointer;
}
.sepet-page .delete-selected {
  border: 0;
  background: transparent;
  color: var(--cart-pink);
  font-size: 13px;
  font-weight: 600;
  padding: 0;
}
.sepet-page .delete-selected:hover {
  color: #111;
}
.sepet-page .products-card {
  border: 1px solid var(--cart-border);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.sepet-page .products-card:hover {
  border-color: #c5cada;
  box-shadow: 0 8px 20px rgba(18, 23, 35, 0.05);
}
.sepet-page .seller-head {
  height: 48px;
  padding: 0 24px;
  border-bottom: 1px solid var(--cart-soft-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sepet-page .seller-name {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
  font-size: 15px;
}
.sepet-page .seller-score {
  height: 22px;
  min-width: 28px;
  padding: 0 8px;
  border-radius: 4px;
  background: var(--cart-green);
  color: #fff;
  font-size: 12px;
  display: inline-grid;
  place-items: center;
}
.sepet-page .seller-arrow {
  font-size: 26px;
  color: #4c515e;
}
.sepet-page .products-card {
  position: relative;
  min-height: 124px;
  padding: 12px 24px 18px 16px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 104px;
  align-items: center;
  gap: 16px;
}
.sepet-page .card-item {
  display: grid;
  grid-template-columns: 18px 74px;
  gap: 8px;
  align-items: start;
}
.sepet-page .product-select {
  padding-top: 5px;
}
.sepet-page .cart-thumb {
  width: 74px;
  height: 94px;
  border: 1px solid #dfe2ea;
  border-radius: 7px;
  display: block;
  overflow: hidden;
}
.sepet-page .cart-thumb:hover {
  transform: scale(1.03);
  border-color: var(--cart-pink);
}
.sepet-page .cart-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.sepet-page .cart-thumb--rec {
  width: 58px;
  height: 58px;
  border-radius: 6px;
}
.sepet-page .item-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.16;
  max-width: 490px;
  margin: 0 0 4px;
}
.sepet-page .item-meta {
    color: #777d8b;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 5px;
}
.sepet-page .item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.sepet-page .item-actions #qty-input {
  width: 35px;
  height: 100%;
  border: none;
  text-align: center;
}
.sepet-page .trash-btn {
  width: 25px;
  height: 25px;
  border: 1px solid #e7e9ef;
  background: #f8f8fa;
  color: #b8bdc8;
  border-radius: 4px;
  display: grid;
  place-items: center;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.sepet-page .trash-btn:hover {
  color: #e43b3b;
  border-color: #ffc6c6;
}
.sepet-page .qty-box {
  height: 30px;
  border: 1px solid #edf0f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
}
.sepet-page .qty-box button, .sepet-page .qty-box span {
  width: 32px;
  height: 30px;
  border: 0;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 600;
}
.sepet-page .qty-box button {
  color: var(--cart-pink);
  background: var(--cart-pink-soft);
  transition: background 0.18s ease, color 0.18s ease;
}
.sepet-page .qty-box button:hover {
  color: #fff;
  background: var(--cart-pink);
}
.sepet-page .item-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  font-size: 16px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}
.sepet-page span.item-price-old {
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.sepet-page .item-price-save {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 9px;
  border-radius: 4px;
  background: var(--cart-lime);
  color: #1b3014;
  font-size: 11px;
  font-weight: 800;
  margin-top: 6px;
  white-space: nowrap;
}
.sepet-page .cargo-options {
  display: grid;
  gap: 11px;
  font-size: 12px;
}
.sepet-page .cargo-line {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}
.sepet-page .cargo-line input {
  width: 19px;
  height: 19px;
  accent-color: #24272f;
  margin-top: 1px;
}
.sepet-page .cargo-line strong {
  font-size: 13px;
  font-weight: 800;
}
.sepet-page .cargo-line .free {
  color: var(--cart-pink);
  font-weight: 800;
}
.sepet-page .cargo-line small {
  display: block;
  color: #7b808d;
  font-size: 11px;
  line-height: 1.15;
}
.sepet-page .summary-card {
  padding: 18px 16px 16px;
  margin-bottom: 16px;
}
.sepet-page .summary-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}
.sepet-page .summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 18px;
}
.sepet-page .summary-row span {
  color: #303541;
}
.sepet-page .summary-row strong {
  font-weight: 800;
  white-space: nowrap;
}
.sepet-page .summary-row .discount-chip {
  background: var(--cart-lime);
  border-radius: 5px;
  padding: 2px 7px;
}
.sepet-page .summary-divider {
  height: 1px;
  background: var(--cart-soft-border);
  margin: 12px 0 18px;
}
.sepet-page .summary-total {
  margin-bottom: 18px;
  font-size: 15px;
}
.sepet-page .summary-total strong {
  font-size: 18px;
}
.sepet-page .checkout-btn {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 5px;
  background: var(--cart-dark);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.sepet-page .checkout-btn:hover {
  background: #000;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}
.sepet-page .ad-stack {
  display: grid;
  gap: 16px;
}
.sepet-page .bank-ad {
  height: 91px;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
  color: #27231c;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.sepet-page .bank-ad:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.09);
}
.sepet-page .bank-ad--yellow {
  background: linear-gradient(110deg, #ff3ddd 0%, #ffd668 58%, #ffe48d 100%);
}
.sepet-page .bank-ad--pink {
  background: linear-gradient(110deg, #ff42cd 0%, #ff2eb8 52%, #d916a2 100%);
  color: #fff;
}
.sepet-page .recommend-panel {
  margin-top: 18px;
  overflow: hidden;
}
.sepet-page .recommend-tabs {
  min-height: 44px;
  border-bottom: 1px solid var(--cart-border);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}
.sepet-page .recommend-tab {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #4b658a;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  white-space: nowrap;
  position: relative;
}
.sepet-page .recommend-tab.active, .sepet-page .recommend-tab:hover {
  color: #243858;
}
.sepet-page .recommend-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #243858;
  border-radius: 2px 2px 0 0;
}
.sepet-page .recommend-tab-panel {
  display: none;
}
.sepet-page .recommend-tab-panel.active {
  display: block;
}
.sepet-page .recommend-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sepet-page .recommend-card {
  min-height: 102px;
  border-bottom: 1px solid var(--cart-border);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 120px;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  transition: background 0.18s ease;
}
.sepet-page .recommend-card:nth-child(odd) {
  border-right: 1px solid var(--cart-border);
}
.sepet-page .recommend-card:nth-last-child(-n 2) {
  border-bottom: 0;
}
.sepet-page .recommend-card:hover {
  background: #fafbfe;
}
.sepet-page .cart-thumb--rec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sepet-page .recommend-info {
  min-width: 0;
}
.sepet-page .recommend-title {
  display: block;
  font-size: 13px;
  line-height: 1.16;
  color: #293c5e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  text-decoration: none;
}
.sepet-page .recommend-title:hover {
  color: #142b55;
}
.sepet-page .old-price {
  display: block;
  color: #7b8190;
  font-size: 11px;
  text-decoration: line-through;
  line-height: 1;
}
.sepet-page .recommend-price {
  font-size: 16px;
  font-weight: 800;
  color: #243858;
}
.sepet-page .recommend-price--muted {
  color: var(--cart-muted);
  font-size: 12px;
  font-weight: 700;
}
.sepet-page .add-cart-btn {
  height: 36px;
  border-radius: 6px;
  border: 1px solid #142b55;
  background: #fff;
  color: #142b55;
  font-weight: 800;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  display: inline-grid;
  place-items: center;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
  white-space: nowrap;
}
.sepet-page .add-cart-btn:hover {
  background: #142b55;
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}
.sepet-page .add-cart-btn.disabled,
.sepet-page .add-cart-btn[aria-busy="true"] {
  pointer-events: none;
  opacity: 0.68;
}
.sepet-page .recommend-empty {
  grid-column: 1 / -1;
  min-height: 102px;
  display: grid;
  place-items: center;
  padding: 20px 16px;
  color: var(--cart-muted);
  font-size: 13px;
  text-align: center;
}
.sepet-page .cart-empty-state {
  border: 1px dashed var(--cart-border);
  border-radius: 8px;
  padding: 28px 16px;
  color: var(--cart-muted);
  text-align: center;
  font-size: 14px;
}
.sepet-page .cart-empty-state a {
  color: var(--cart-pink);
  font-weight: 800;
}
.sepet-page .cart-campaign-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.sepet-page .cart-campaign-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 5px;
  background: #f4fff0;
  color: #257132;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.sepet-page .agreement-check {
  gap: 11px;
  margin-bottom: 24px;
}
.sepet-page .agreement-check label {
  font-size: 14px;
  line-height: 1.35;
  color: #162033;
  font-weight: 400;
  margin-top: -3px;
}
.sepet-page .agreement-check a {
  text-decoration: underline !important;
  color: #657083;
  transition: color 0.2s ease;
}
.sepet-page .agreement-check a:hover {
  color: var(--checkout-pink);
}
.sepet-page .checkout-check {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 1px;
  color: #141b29;
}
.sepet-page .checkout-check input {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0;
  cursor: pointer;
  border-color: #b8b8b8;
  box-shadow: none;
}
.sepet-page .checkout-check input:checked {
  background-color: #1f1f21;
  border-color: #1f1f21;
}
.sepet-page .checkout-check label {
  font-size: 16px;
  line-height: 1.45;
  cursor: pointer;
  margin-top: -1px;
  font-weight: 500;
}
.sepet-page .checkout-panels {
  row-gap: 24px;
}
.sepet-page .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.sepet-page .section-head__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.15px;
  color: #0f1624;
}
.sepet-page .section-head__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}
.sepet-page .section-head__link i {
  font-size: 16px;
}
.sepet-page .section-head__link:hover {
  color: var(--checkout-pink);
  transform: translateX(2px);
}
.sepet-page .checkout-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sepet-page .checkout-control {
  width: 100%;
  height: 55px;
  border: 1px solid #cdced2;
  border-radius: 7px;
  padding: 0 13px;
  font-size: 17px;
  font-weight: 400;
  color: #111827;
  background-color: #fff;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.sepet-page .checkout-control::placeholder {
  color: #8089a2;
  opacity: 1;
}
.sepet-page .checkout-control:focus {
  border-color: #1f1f21;
  box-shadow: 0 0 0 3px rgba(31, 31, 33, 0.08);
}
.sepet-page .checkout-select {
  appearance: auto;
  color: #717b94;
  padding-right: 12px;
  cursor: pointer;
}
.sepet-page .payment-expire-row {
  display: grid;
  grid-template-columns: 82px 82px minmax(150px, 1fr);
  gap: 10px;
}
.sepet-page .security-code {
  position: relative;
}
.sepet-page .security-code .checkout-control {
  padding-right: 44px;
}
.sepet-page .security-code__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #78849a;
  color: #78849a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  pointer-events: none;
}
.sepet-page .checkout-check {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 1px;
  color: #141b29;
}
.sepet-page .checkout-check input {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0;
  cursor: pointer;
  border-color: #b8b8b8;
  box-shadow: none;
}
.sepet-page .checkout-check input:checked {
  background-color: #1f1f21;
  border-color: #1f1f21;
}
.sepet-page .checkout-check label {
  font-size: 16px;
  line-height: 1.45;
  cursor: pointer;
  margin-top: -1px;
  font-weight: 500;
}
.sepet-page .checkout-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--checkout-pink);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 17px 8px;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}
.sepet-page .checkout-back i {
  font-size: 18px;
}
.sepet-page .checkout-back:hover {
  color: #d919b4;
  transform: translateX(-2px);
}
.pre-info-contract,
.distance-sales-contract {
    color: #1f2933;
    font-size: .95rem;
    line-height: 1.65;
}

.pre-info-title,
.contract-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 .35rem;
}

.pre-info-subtitle,
.contract-subtitle {
    font-size: 1.12rem;
    font-weight: 800;
    margin: 0 0 .75rem;
}

.pre-info-section,
.contract-section {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(31, 41, 51, .1);
}

.pre-info-section h3,
.contract-section h3 {
    font-size: 1rem;
    font-weight: 750;
    margin: 1rem 0 .5rem;
}

.pre-info-list,
.contract-list {
    margin: 0;
    padding-left: 1.1rem;
}

.pre-info-muted,
.pre-info-scroll-hint,
.contract-muted,
.contract-scroll-hint {
    color: #667085;
    font-size: .875rem;
}

.pre-info-table,
.contract-table {
    min-width: 980px;
}

.pre-info-table th,
.contract-table th {
    white-space: nowrap;
}

.pre-info-summary,
.contract-summary {
    display: grid;
    gap: .45rem;
    max-width: 520px;
    margin: 1rem 0 0 auto;
}

.pre-info-summary div,
.contract-summary div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.pre-info-summary dt,
.contract-summary dt {
    font-weight: 600;
}

.pre-info-summary dd,
.contract-summary dd {
    margin: 0;
    text-align: right;
}

.pre-info-summary-total,
.contract-summary-total {
    border-top: 1px solid rgba(31, 41, 51, .15);
    padding-top: .5rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.pre-info-modal-footer {
    gap: .5rem;
}

@media (max-width: 575.98px) {
    .pre-info-modal-footer {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .pre-info-modal-footer .btn {
        width: 100%;
    }
}



#web-sepet-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20000;
  display: none;
  max-width: min(360px, calc(100vw - 36px));
  padding: 12px 14px;
  border-radius: 8px;
  background: #15171d;
  color: #fff;
  box-shadow: 0 16px 38px rgba(17, 24, 39, .18);
  font-size: 13px;
  font-weight: 700;
}
#web-sepet-toast.success {
  background: #1d7c38;
}
#web-sepet-toast.warning {
    background: #d8ff38;
    color: #000;
}
#web-sepet-toast.error,
#web-sepet-toast.danger {
  background: #b4232b;
}





@media (max-width: 1199.98px) {
  .sepet-page .cart-header-inner {
    grid-template-columns: 60px minmax(260px, 1fr) 154px 38px 38px 42px;
    gap: 12px;
  }
  .sepet-page.cart-layout {
    grid-template-columns: minmax(0, 1fr) 268px;
  }
  .sepet-page .products-card {
    grid-template-columns: 92px minmax(0, 1fr) 104px;
  }
}
@media (max-width: 991.98px) {
  .sepet-page .cart-header {
    height: auto;
    padding: 12px 0;
  }
  .sepet-page .cart-header-inner {
    grid-template-columns: 56px 1fr 42px 42px 42px;
    gap: 10px;
  }
  .sepet-page .search-box {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .sepet-page .delivery-pill {
    display: none;
  }
  .sepet-page.cart-layout {
    grid-template-columns: 1fr;
  }
  .sepet-page .side-column {
    order: -1;
  }
  .sepet-page .top-promos {
    grid-template-columns: 1fr;
  }
  .sepet-page .products-card {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
  }
  .sepet-page .item-price {
    text-align: left;
    grid-column: 2;
  }
  .sepet-page .cargo-options {
    grid-column: 2;
    margin-top: 2px;
  }
  .sepet-page .ad-stack {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .sepet-page.boxed {
    width: min(100% - 20px, 540px);
  }
  .sepet-page .main-panel {
    padding: 12px;
  }
  .sepet-page .cart-title {
    font-size: 21px;
  }
  .sepet-page .seller-head {
    padding: 0 12px;
  }
  .sepet-page .products-card {
    padding: 14px 12px;
    grid-template-columns: 84px 1fr;
    gap: 12px;
  }
  .sepet-page .card-item {
    grid-template-columns: 18px 58px;
  }
  .sepet-page .cart-thumb {
    width: 58px;
    height: 74px;
  }
  .sepet-page .item-title {
    font-size: 14px;
    max-width: none;
  }
  .sepet-page .item-price, .sepet-page .cargo-options {
    grid-column: 1 / -1;
    padding-left: 26px;
  }
  .sepet-page .cargo-options {
    border-top: 1px solid var(--cart-soft-border);
    padding-top: 12px;
  }
  .sepet-page .recommend-grid {
    grid-template-columns: 1fr;
  }
  .sepet-page .recommend-card {
    grid-template-columns: 58px 1fr;
  }
  .sepet-page .recommend-card:nth-child(odd) {
    border-right: 0;
  }
  .sepet-page .recommend-card:nth-last-child(-n 2) {
    border-bottom: 1px solid var(--cart-border);
  }
  .sepet-page .recommend-card:last-child {
    border-bottom: 0;
  }
  .sepet-page .add-cart-btn {
    grid-column: 2;
    width: 132px;
  }
  .sepet-page .ad-stack {
    grid-template-columns: 1fr;
  }
  .sepet-page .checkout-check label {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .sepet-page .cart-header-inner {
    grid-template-columns: 50px 1fr 36px 36px 40px;
  }
  .sepet-page .logo {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .sepet-page .header-icon {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
  .sepet-page .currency-btn {
    width: 40px;
    height: 40px;
  }
  .sepet-page .search-box {
    height: 44px;
    font-size: 13px;
  }
  .sepet-page .promo-card {
    min-height: 64px;
  }
  .sepet-page .summary-card {
    padding: 16px 14px;
  }
  .sepet-page .cart-toolbar {
    align-items: flex-start;
  }
  .sepet-page .seller-name {
    font-size: 14px;
  }
  .sepet-page .bank-ad {
    height: 82px;
  }
}
