/* =========================================================
   AquaShop Sepet Sayfası
========================================================= */

.aq-cart-page {
    padding: 34px 0 48px;
    background: #ffffff;
}

.aq-cart-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7a8491;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.aq-cart-breadcrumb::-webkit-scrollbar {
    display: none;
}

.aq-cart-breadcrumb a:hover {
    color: var(--aq-blue-dark);
}

.aq-cart-breadcrumb i {
    font-size: 11px;
    color: #a2acb8;
}

.aq-cart-title-row {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.aq-cart-title-row span {
    color: var(--aq-blue-dark);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.aq-cart-title-row h1 {
    margin: 6px 0 0;
    color: #111827;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1.1px;
}

.aq-cart-continue-link {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dfe8ef;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 9px 22px rgba(15, 23, 42, 0.04);
}

.aq-cart-continue-link:hover {
    background: #0798bd;
    border-color: #0798bd;
    color: #ffffff;
}

/* Ücretsiz kargo */

.aq-cart-free-shipping {
    min-height: 86px;
    padding: 17px 18px;
    margin-bottom: 22px;
    border-radius: 22px;
    background: #f8fbfc;
    border: 1px solid #e5edf3;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.aq-free-shipping-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #eef9fc;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.aq-free-shipping-content {
    min-width: 0;
}

.aq-free-shipping-text {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

.aq-free-shipping-text strong {
    color: #111827;
    font-size: 13.5px;
    font-weight: 850;
}

.aq-free-shipping-text span {
    color: #667386;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.aq-free-shipping-bar {
    height: 9px;
    margin-top: 12px;
    border-radius: 999px;
    background: #e8eef3;
    overflow: hidden;
}

.aq-free-shipping-bar span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0798bd, #18b8d9);
    transition: width 260ms ease;
}

/* Layout */

.aq-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 24px;
    align-items: flex-start;
}

.aq-cart-products-area {
    min-width: 0;
}

.aq-cart-products-head {
    min-height: 64px;
    padding: 14px 16px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e5edf3;
    box-shadow: 0 9px 24px rgba(15, 23, 42, 0.035);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.aq-cart-products-head strong {
    display: block;
    color: #111827;
    font-size: 17px;
    font-weight: 850;
    letter-spacing: -0.3px;
}

.aq-cart-products-head span {
    display: block;
    margin-top: 3px;
    color: #7a8491;
    font-size: 12px;
    font-weight: 700;
}

.aq-cart-products-head em {
    font-style: normal;
    color: #056f8d;
}

.aq-cart-clear {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #ffe1e1;
    background: #fff7f7;
    color: #dc2626;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11.5px;
    font-weight: 850;
}

.aq-cart-products {
    display: grid;
    gap: 12px;
}

.aq-cart-item {
    position: relative;
    min-height: 142px;
    padding: 14px 52px 14px 14px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e5edf3;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 130px 130px;
    gap: 15px;
    align-items: center;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.aq-cart-item:hover {
    border-color: rgba(7, 152, 189, 0.22);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    transform: translateY(-1px);
}

.aq-cart-item-image {
    width: 118px;
    height: 108px;
    border-radius: 17px;
    background: #f8fbfc;
    border: 1px solid #e8eef3;
    overflow: hidden;
}

.aq-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aq-cart-item-info {
    min-width: 0;
}

.aq-cart-item-info > span {
    min-height: 21px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eef9fc;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 850;
}

.aq-cart-item-info h2 {
    margin: 8px 0 0;
    color: #111827;
    font-size: 14.5px;
    font-weight: 750;
    line-height: 1.42;
    letter-spacing: -0.12px;
}

.aq-cart-item-info h2 a:hover {
    color: var(--aq-blue-dark);
}

.aq-cart-item-meta {
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.aq-cart-item-meta em {
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f8fbfc;
    border: 1px solid #e8eef3;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 750;
}

.aq-cart-item-meta i {
    color: #16803a;
}

.aq-cart-qty {
    height: 40px;
    display: grid;
    grid-template-columns: 36px 52px 36px;
    border-radius: 999px;
    border: 1px solid #dfe8ef;
    background: #ffffff;
    overflow: hidden;
}

.aq-cart-qty button {
    border: 0;
    background: #f8fbfc;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.aq-cart-qty input {
    width: 52px;
    border: 0;
    outline: none;
    text-align: center;
    color: #111827;
    font-size: 13px;
    font-weight: 850;
}

.aq-cart-item-price {
    text-align: right;
}

.aq-cart-item-price strong {
    display: block;
    color: #111827;
    font-size: 17px;
    font-weight: 850;
    letter-spacing: -0.4px;
}

.aq-cart-item-price span {
    display: block;
    margin-top: 4px;
    color: #8b95a1;
    font-size: 11px;
    font-weight: 700;
}

.aq-cart-remove {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #f8fbfc;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.aq-cart-remove:hover {
    background: #fff1f1;
    color: #dc2626;
}

/* Boş sepet */

.aq-cart-empty-page {
    display: none;
    min-height: 380px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 34px;
}

.aq-cart-empty-page.is-visible {
    display: flex;
}

.aq-cart-empty-page span {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: #eef9fc;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.aq-cart-empty-page h2 {
    margin: 16px 0 0;
    color: #111827;
    font-size: 24px;
    font-weight: 850;
    letter-spacing: -0.5px;
}

.aq-cart-empty-page p {
    max-width: 420px;
    margin: 8px 0 0;
    color: #667386;
    font-size: 13px;
    line-height: 1.6;
}

.aq-cart-empty-page a {
    min-height: 42px;
    margin-top: 18px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--aq-blue);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 850;
}

/* Özet */

.aq-cart-summary {
    position: sticky;
    top: calc(var(--aq-fixed-stack-height, 0px) + 18px);
}

.aq-cart-summary-card,
.aq-cart-help-card {
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e5edf3;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
}

.aq-cart-summary-card {
    padding: 20px;
}

.aq-cart-summary-head {
    padding-bottom: 16px;
    border-bottom: 1px solid #edf3f7;
}

.aq-cart-summary-head strong {
    display: block;
    color: #111827;
    font-size: 19px;
    font-weight: 850;
    letter-spacing: -0.5px;
}

.aq-cart-summary-head span {
    display: block;
    margin-top: 4px;
    color: #7a8491;
    font-size: 12px;
    font-weight: 700;
}

.aq-coupon-box {
    padding: 16px 0;
    border-bottom: 1px solid #edf3f7;
}

.aq-coupon-box label {
    display: block;
    color: #17202b;
    font-size: 12px;
    font-weight: 850;
    margin-bottom: 8px;
}

.aq-coupon-box > div {
    height: 43px;
    display: grid;
    grid-template-columns: 1fr 82px;
    gap: 8px;
}

.aq-coupon-box input {
    min-width: 0;
    border: 1px solid #dfe8ef;
    border-radius: 14px;
    outline: none;
    padding: 0 12px;
    color: #111827;
    font-size: 12.5px;
    font-weight: 650;
}

.aq-coupon-box button {
    border: 0;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
}

.aq-coupon-box small {
    display: none;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 800;
}

.aq-coupon-box small.is-visible {
    display: block;
}

.aq-coupon-box small.is-success {
    color: #16803a;
}

.aq-coupon-box small.is-error {
    color: #dc2626;
}

.aq-cart-summary-lines {
    padding: 16px 0;
    border-bottom: 1px solid #edf3f7;
    display: grid;
    gap: 12px;
}

.aq-cart-summary-lines div,
.aq-cart-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.aq-cart-summary-lines span {
    color: #667386;
    font-size: 12.5px;
    font-weight: 700;
}

.aq-cart-summary-lines strong {
    color: #111827;
    font-size: 13px;
    font-weight: 850;
}

.aq-cart-summary-total {
    padding: 18px 0;
}

.aq-cart-summary-total span {
    color: #111827;
    font-size: 13px;
    font-weight: 850;
}

.aq-cart-summary-total strong {
    color: #111827;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.9px;
}

.aq-checkout-btn {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 16px;
    background: var(--aq-blue);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 850;
    box-shadow: 0 14px 28px rgba(7, 152, 189, 0.20);
}

.aq-checkout-btn:hover {
    background: #056f8d;
}

.aq-summary-continue {
    width: 100%;
    min-height: 42px;
    margin-top: 10px;
    border-radius: 15px;
    background: #f8fbfc;
    border: 1px solid #e8eef3;
    color: #17202b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 850;
}

.aq-secure-note {
    margin-top: 14px;
    padding: 12px;
    border-radius: 15px;
    background: #f8fbfc;
    border: 1px solid #e8eef3;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #667386;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.45;
}

.aq-secure-note i {
    color: #16803a;
    font-size: 18px;
}

.aq-cart-help-card {
    margin-top: 14px;
    padding: 17px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
}

.aq-cart-help-card > i {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: #eef9fc;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.aq-cart-help-card strong {
    display: block;
    color: #111827;
    font-size: 13.5px;
    font-weight: 850;
    line-height: 1.35;
}

.aq-cart-help-card span {
    display: block;
    margin-top: 5px;
    color: #667386;
    font-size: 12px;
    line-height: 1.55;
}

.aq-cart-help-card a {
    margin-top: 10px;
    color: #16803a;
    display: inline-flex;
    font-size: 12px;
    font-weight: 850;
}

/* Öneriler */

.aq-cart-suggestions {
    padding: 46px 0 64px;
    background: #f8fbfc;
    border-top: 1px solid #eef3f6;
}

.aq-cart-suggestion-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

/* Responsive */

@media (max-width: 1180px) {
    .aq-cart-layout {
        grid-template-columns: 1fr;
    }

    .aq-cart-summary {
        position: relative;
        top: auto;
    }

    .aq-cart-suggestion-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .aq-cart-item {
        grid-template-columns: 104px minmax(0, 1fr);
        padding: 14px;
    }

    .aq-cart-qty {
        grid-column: 2 / 3;
        width: 124px;
    }

    .aq-cart-item-price {
        grid-column: 2 / 3;
        text-align: left;
    }

    .aq-cart-remove {
        right: 12px;
        top: 12px;
    }

    .aq-cart-suggestion-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .aq-cart-page {
        padding: 24px 0 42px;
    }

    .aq-cart-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .aq-cart-title-row h1 {
        font-size: 32px;
    }

    .aq-cart-continue-link {
        min-height: 39px;
    }

    .aq-cart-free-shipping {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 14px;
        border-radius: 19px;
    }

    .aq-free-shipping-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 20px;
    }

    .aq-free-shipping-text {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .aq-free-shipping-text span {
        text-align: left;
    }

    .aq-cart-products-head {
        border-radius: 18px;
    }

    .aq-cart-clear {
        width: 36px;
        min-height: 36px;
        padding: 0;
        justify-content: center;
    }

    .aq-cart-clear span,
    .aq-cart-clear {
        font-size: 0;
    }

    .aq-cart-clear i {
        font-size: 15px;
    }

    .aq-cart-item {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 11px;
        border-radius: 19px;
    }

    .aq-cart-item-image {
        width: 92px;
        height: 92px;
        border-radius: 15px;
    }

    .aq-cart-item-info h2 {
        padding-right: 28px;
        font-size: 12.6px;
    }

    .aq-cart-item-meta {
        gap: 5px;
    }

    .aq-cart-item-meta em {
        font-size: 9.8px;
    }

    .aq-cart-qty {
        width: 116px;
        height: 38px;
        grid-template-columns: 34px 48px 34px;
    }

    .aq-cart-qty input {
        width: 48px;
    }

    .aq-cart-item-price strong {
        font-size: 15px;
    }

    .aq-cart-summary-card,
    .aq-cart-help-card {
        border-radius: 20px;
    }

    .aq-cart-summary-total strong {
        font-size: 23px;
    }

    .aq-cart-suggestions {
        padding: 40px 0 54px;
    }
}

@media (max-width: 420px) {
    .aq-cart-item {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .aq-cart-item-image {
        width: 82px;
        height: 82px;
    }

    .aq-cart-suggestion-grid {
        gap: 10px;
    }
}

/* =========================================================
   AquaShop Sepet Sayfası Başlık Zarif Font Düzeltmesi
   - Sepetim başlığı site geneline daha uyumlu hale getirildi
========================================================= */

.aq-cart-title-row {
    margin-bottom: 16px !important;
}

.aq-cart-title-row span {
    font-size: 10.5px !important;
    letter-spacing: 1.15px !important;
    font-weight: 800 !important;
}

.aq-cart-title-row h1 {
    font-size: clamp(24px, 2.15vw, 34px) !important;
    font-weight: 760 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.65px !important;
}

/* Mobil */
@media (max-width: 767px) {
    .aq-cart-title-row h1 {
        font-size: 25px !important;
        font-weight: 750 !important;
    }
}

@media (max-width: 420px) {
    .aq-cart-title-row h1 {
        font-size: 23px !important;
    }
}

/* =========================================================
   AquaShop Sepet Başlık Final Kesin Düzeltme
   - Sepetim başlığı küçültüldü
   - Kalınlık azaltıldı
   - Daha zarif görünüm
========================================================= */

body .aq-cart-page .aq-cart-title-row {
    margin-bottom: 14px !important;
}

body .aq-cart-page .aq-cart-title-row > div > span,
body .aq-cart-title-row span {
    font-size: 10px !important;
    font-weight: 750 !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
}

body .aq-cart-page .aq-cart-title-row > div > h1,
body main .aq-cart-title-row h1,
body .aq-cart-title-row h1 {
    margin: 4px 0 0 !important;
    padding: 0 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 650 !important;
    line-height: 1.14 !important;
    letter-spacing: -0.35px !important;
    color: #111827 !important;
}

/* Tablet */
@media (max-width: 991px) {
    body .aq-cart-page .aq-cart-title-row > div > h1,
    body main .aq-cart-title-row h1,
    body .aq-cart-title-row h1 {
        font-size: 25px !important;
        font-weight: 640 !important;
    }
}

/* Mobil */
@media (max-width: 767px) {
    body .aq-cart-page .aq-cart-title-row > div > h1,
    body main .aq-cart-title-row h1,
    body .aq-cart-title-row h1 {
        font-size: 22px !important;
        font-weight: 630 !important;
        line-height: 1.18 !important;
    }
}

/* Küçük mobil */
@media (max-width: 420px) {
    body .aq-cart-page .aq-cart-title-row > div > h1,
    body main .aq-cart-title-row h1,
    body .aq-cart-title-row h1 {
        font-size: 20px !important;
        font-weight: 620 !important;
    }
}

/* =========================================================
   AquaShop Sepet Laravel AJAX Durumları
========================================================= */

.aq-cart-item.is-updating {
    pointer-events: none;
    opacity: 0.72;
}

.aq-cart-clear:disabled,
.aq-checkout-btn:disabled {
    cursor: not-allowed;
}
