.checkout-steps{display:flex;align-items:center;justify-content:center;padding:28px 0 36px}.checkout-steps .step{display:flex;flex-direction:column;align-items:center;gap:7px}.checkout-steps .step-num{width:46px;height:46px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#9ca3af;transition:all .3s ease}.checkout-steps .step-label{font-size:.8rem;font-weight:600;color:#9ca3af;white-space:nowrap}.checkout-steps .step.completed .step-num{background:#22c55e;color:#fff}.checkout-steps .step.completed .step-label{color:#22c55e}.checkout-steps .step.active .step-num{background:var(--yellow);color:#000;box-shadow:0 4px 14px rgba(255,200,0,.35)}.checkout-steps .step.active .step-label{color:var(--black);font-weight:700}.checkout-steps .step-line{width:80px;height:3px;background:#e5e7eb;margin:0 10px 22px;border-radius:2px;flex-shrink:0;transition:background .3s ease}.checkout-steps .step-line.done{background:#22c55e}.checkout-steps .step-line.active{background:var(--yellow)}.order-summary{background:#fff;border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.06);padding:28px;position:sticky;top:90px}.summary-title{font-size:1.05rem;font-weight:800;color:var(--black);margin-bottom:18px;padding-bottom:14px;border-bottom:1.5px solid #f0f0f0}.summary-items{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;max-height:220px;overflow-y:auto;padding-right:4px}.summary-items::-webkit-scrollbar{width:4px}.summary-items::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.summary-items::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.summary-item{display:flex;align-items:center;gap:10px}.summary-item .si-img{width:44px;height:44px;border-radius:8px;object-fit:contain;background:#f8fafc;border:1px solid #e5e7eb;padding:3px;flex-shrink:0}.summary-item .si-info{flex:1;min-width:0}.summary-item .si-ad{font-size:.82rem;font-weight:600;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-item .si-adet{font-size:.76rem;color:#9ca3af}.summary-item .si-fiyat{font-size:.9rem;font-weight:700;color:var(--black);white-space:nowrap}.summary-divider{border:none;border-top:1px solid #f0f0f0;margin:14px 0}.summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;margin-bottom:8px}.summary-row.is-hidden{display:none}.summary-row.is-discount .summary-value{color:#16a34a;font-weight:700}.summary-total{display:flex;justify-content:space-between;font-size:1.15rem;font-weight:800;color:var(--black);margin-top:14px;padding-top:14px;border-top:2px dashed #e5e7eb}.btn-complete{width:100%;padding:14px;background:var(--yellow);color:#000;border:none;border-radius:12px;font-weight:800;font-size:1rem;margin-top:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,200,0,.3);display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.btn-complete:hover{background:#000;color:var(--yellow);transform:translateY(-2px)}.btn-complete:disabled,.btn-complete.is-disabled{opacity:.6;cursor:not-allowed;transform:none;pointer-events:none}.security-badges{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;font-size:.75rem;color:#9ca3af}.security-badges i{color:#22c55e}.co-card{background:#fff;border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.06);padding:28px;margin-bottom:20px}.cart-page{padding:40px 0 80px;background:#f1f5f9;min-height:80vh}.cart-page-title{font-size:1.6rem;font-weight:800;color:var(--black);margin-bottom:8px;display:flex;align-items:center;gap:10px}.cart-page-title i{color:var(--yellow)}.cart-page-sub{font-size:.9rem;color:#6b7280;margin-bottom:24px}.cart-items-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1.5px solid #f0f0f0}.cart-items-title{font-size:1rem;font-weight:800;color:var(--black)}.btn-clear-cart{background:none;border:1.5px solid #e5e7eb;color:#6b7280;padding:8px 14px;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px}.btn-clear-cart:hover{border-color:#dc2626;color:#dc2626;background:#fef2f2}.cart-items-list{display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;align-items:center;gap:16px;padding:16px;border:1.5px solid #f0f0f0;border-radius:12px;transition:all .3s ease}.cart-item:hover{border-color:var(--yellow);box-shadow:0 4px 12px rgba(0,0,0,.04)}.cart-item-img{width:90px;height:90px;border-radius:10px;object-fit:contain;background:#f8fafc;border:1px solid #e5e7eb;padding:6px;flex-shrink:0}.cart-item-body{flex:1;min-width:0}.cart-item-name{font-size:.95rem;font-weight:700;color:var(--black);margin-bottom:6px}.cart-item-name a{color:inherit;text-decoration:none}.cart-item-name a:hover{color:var(--yellow)}.cart-item-meta{font-size:.8rem;color:#9ca3af;margin-bottom:10px}.stock-warning{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:700;color:#dc2626;background:#fef2f2;padding:3px 8px;border-radius:6px;margin-left:8px}.cart-item-qty{display:inline-flex;align-items:center;border:1.5px solid #e5e7eb;border-radius:8px;overflow:hidden}.cart-item-qty button{width:34px;height:34px;border:none;background:#f8fafc;color:var(--black);font-size:1rem;cursor:pointer;transition:all .3s ease}.cart-item-qty button:hover{background:var(--yellow)}.cart-item-qty input{width:44px;height:34px;border:none;border-left:1.5px solid #e5e7eb;border-right:1.5px solid #e5e7eb;text-align:center;font-weight:700;font-size:.9rem;color:var(--black);background:var(--white);pointer-events:none}.cart-item-price{text-align:right;flex-shrink:0;min-width:110px}.cart-item-unit{font-size:.78rem;color:#9ca3af;margin-bottom:4px}.cart-item-total{font-size:1.05rem;font-weight:800;color:var(--black)}.btn-remove-item{width:36px;height:36px;border:1.5px solid #e5e7eb;border-radius:8px;background:var(--white);color:#9ca3af;cursor:pointer;transition:all .3s ease;flex-shrink:0}.btn-remove-item:hover{border-color:#dc2626;color:#dc2626;background:#fef2f2}.coupon-box{margin-top:20px;padding-top:20px;border-top:1.5px solid #f0f0f0}.coupon-label{font-size:.85rem;font-weight:700;color:var(--black);margin-bottom:10px;display:flex;align-items:center;gap:6px}.coupon-label i{color:var(--yellow)}.coupon-input-row{display:flex;gap:8px}.coupon-input-row input{flex:1;border:1.5px solid #e5e7eb;border-radius:10px;padding:10px 14px;font-size:.9rem;transition:border-color .3s ease}.coupon-input-row input:focus{outline:none;border-color:var(--yellow)}.btn-apply-coupon{padding:10px 18px;background:var(--black);color:var(--white);border:none;border-radius:10px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-apply-coupon:hover{background:var(--yellow);color:#000}.coupon-message{font-size:.82rem;margin-top:8px;min-height:20px}.coupon-message.is-success{color:#16a34a}.coupon-message.is-error{color:#dc2626}.active-coupon{display:flex;align-items:center;justify-content:space-between;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;padding:10px 14px;margin-top:12px}.active-coupon.is-hidden{display:none}.active-coupon .coupon-code{font-weight:800;color:#16a34a;font-size:.88rem}.active-coupon .coupon-discount{font-size:.85rem;font-weight:700;color:#16a34a}.btn-remove-coupon{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;transition:color .3s ease}.btn-remove-coupon:hover{color:#dc2626}.empty-cart{text-align:center;padding:80px 20px;background:var(--white);border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.06)}.empty-cart-icon{width:100px;height:100px;border-radius:50%;background:#f8fafc;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:2.5rem;color:#d1d5db}.empty-cart h2{font-size:1.5rem;font-weight:800;color:var(--black);margin-bottom:10px}.empty-cart p{color:#6b7280;margin-bottom:28px}.btn-shop-now{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--yellow);color:#000;border-radius:12px;font-weight:800;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,200,0,.3)}.btn-shop-now:hover{background:#000;color:var(--yellow);transform:translateY(-2px)}.recent-products{margin-top:48px}.recent-products-title{font-size:1.2rem;font-weight:800;color:var(--black);margin-bottom:20px;display:flex;align-items:center;gap:8px}.recent-products-title i{color:var(--yellow)}.recent-products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.recent-product-card{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .3s ease;text-decoration:none;color:inherit}.recent-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.recent-product-img{width:100%;height:160px;object-fit:contain;background:#f8fafc;padding:12px}.recent-product-info{padding:14px}.recent-product-name{font-size:.88rem;font-weight:700;color:var(--black);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-product-price{font-size:1rem;font-weight:800;color:var(--black)}.recent-product-price .old-price{font-size:.82rem;color:#9ca3af;text-decoration:line-through;font-weight:500;margin-right:6px}.btn-continue-shopping{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:12px;padding:12px;border:1.5px solid #e5e7eb;border-radius:12px;background:var(--white);color:#374151;font-weight:700;font-size:.9rem;text-decoration:none;transition:all .3s ease}.btn-continue-shopping:hover{border-color:var(--yellow);color:var(--black);background:#fffbeb}@media(max-width: 991px){.cart-item{flex-wrap:wrap}.cart-item-price{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;margin-top:8px}.recent-products-grid{grid-template-columns:repeat(2, 1fr)}.order-summary{position:static;margin-top:20px}}@media(max-width: 575px){.recent-products-grid{grid-template-columns:1fr}.coupon-input-row{flex-direction:column}}/*# sourceMappingURL=sepet.min.css.map */
