/* Sepet sayfası ek stiller (tema cart.scss üzerine) */

.ws-cart-empty {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.cart-block .list-product-main .progress-line,
.cart-block .tow-bar-block .progress-line {
  width: 0;
}

.cart-block .ws-cart-remove,
.cart-block .ws-cart-qty-minus,
.cart-block .ws-cart-qty-plus {
  line-height: 1;
}

.cart-block .list-product-main .item.is-updating {
  opacity: 0.72;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.cart-block .list-voucher .item .button-main {
  border: 0;
  cursor: pointer;
}

.cart-block .checkout-btn.ws-cart-checkout-btn {
  border: 0;
  cursor: pointer;
}

.ws-is-hidden {
  display: none !important;
}

/* Ücretsiz kargo kazanıldı — kutlama ikonu */
.ws-freeship-celebrate {
  display: inline-block;
  margin-inline-end: 0.4em;
  vertical-align: -0.12em;
  font-size: 1.2em;
  color: #3dab25;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .cart-block .list-product-main .item {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .cart-block .list-product-main .item > .w-1/2 {
    width: 100%;
  }

  .cart-block .list-product-main .item > .w-1/12,
  .cart-block .list-product-main .item > .w-1/6 {
    width: auto;
    flex: 1 1 auto;
  }
}
