/* DCC Premium Sepet — bütünleşik staging sürümü */

body.page-id-27995 #page-title,
body.page-id-27995 .breadcrumbs,
body.page-id-27995 .woocommerce-notices-wrapper:empty {
        display: none;
}

body.dcc-premium-cart-screen {
        background: #f8fafc;
}

.dcc-premium-cart-page,
.dcc-premium-cart-page * {
        box-sizing: border-box;
}

.dcc-premium-cart-page {
        width: min(1348px, calc(100% - 40px));
        margin: 28px auto 0;
        color: #061b3a;
        font-family: inherit;
}

.dcc-premium-cart-header h1 {
        margin: 0 0 18px;
        color: #061b3a;
        font-size: 25px;
        font-weight: 800;
        line-height: 1.2;
}

.dcc-premium-cart-promotions {
        margin-bottom: 16px;
        overflow: hidden;
        border: 1px solid #dfe6ef;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 5px 18px rgba(3, 22, 47, 0.04);
}

.dcc-promo-messages {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        min-height: 43px;
        align-items: center;
        padding: 0 28px;
        border-bottom: 1px solid #e7ecf2;
        background: #fff8f1;
}

.dcc-promo-messages span {
        position: relative;
        padding: 0 18px;
        color: #28466f;
        font-size: 12px;
        text-align: center;
}

.dcc-promo-messages span:not(:first-child)::before {
        position: absolute;
        left: 0;
        color: #ff6a00;
        content: "•";
}

.dcc-promo-carousel {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        align-items: center;
        gap: 8px;
        padding: 18px 12px;
}

.dcc-promo-viewport {
        min-width: 0;
        overflow: hidden;
}

.dcc-promo-track {
        display: flex;
        gap: 16px;
        transition: transform 0.35s ease;
        will-change: transform;
}

.dcc-promo-card {
        display: grid;
        flex: 0 0 calc((100% - 48px) / 4);
        grid-template-columns: minmax(0, 1.25fr) minmax(88px, 0.75fr);
        min-width: 0;
        min-height: 178px;
        overflow: hidden;
        border: 1px solid #e4e9f0;
        border-radius: 12px;
        background: linear-gradient(135deg, #fffaf5 0%, #f7f9fc 100%);
}

.dcc-promo-card:nth-child(even) {
        background: linear-gradient(135deg, #f8fbff 0%, #f2f5fa 100%);
}

.dcc-promo-card-copy {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 18px 4px 18px 18px;
}

.dcc-promo-kicker {
        margin-bottom: 8px;
        color: #ff6a00;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.02em;
}

.dcc-promo-card:nth-child(even) .dcc-promo-kicker {
        color: #1558e5;
}

.dcc-promo-card h2 {
        margin: 0 0 8px;
        color: #061b3a;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.25;
}

.dcc-promo-card p {
        margin: 0 0 12px;
        color: #52657f;
        font-size: 11px;
        line-height: 1.45;
}

.dcc-promo-card a {
        display: inline-flex;
        min-height: 29px;
        align-items: center;
        gap: 8px;
        padding: 0 12px;
        border: 1px solid #ff6a00;
        border-radius: 16px;
        color: #173862;
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
}

.dcc-promo-card-media {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        overflow: hidden;
        padding: 12px;
}

.dcc-promo-card-media img {
        width: 100%;
        height: 145px;
        object-fit: contain;
}

.dcc-promo-symbol {
        display: inline-flex;
        width: 86px;
        height: 86px;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.82);
        box-shadow: 0 10px 28px rgba(3, 22, 47, 0.12);
        font-size: 43px;
}

.dcc-promo-arrow {
        display: inline-flex;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        border: 1px solid #dce4ee;
        border-radius: 50%;
        background: #fff;
        color: #0b3568;
        font-size: 27px;
        line-height: 1;
        cursor: pointer;
}

.dcc-promo-arrow:disabled {
        opacity: 0.35;
        cursor: default;
}

.dcc-promo-categories {
        display: flex;
        align-items: center;
        gap: 12px;
        overflow-x: auto;
        padding: 12px 52px;
        border-top: 1px solid #edf0f4;
        background: #fbfcfe;
        scrollbar-width: none;
}

.dcc-promo-categories::-webkit-scrollbar {
        display: none;
}

.dcc-promo-categories a {
        display: inline-flex;
        flex: 0 0 auto;
        min-height: 36px;
        align-items: center;
        padding: 0 16px;
        border: 1px solid #e1e7ef;
        border-radius: 18px;
        background: #fff;
        color: #274260;
        font-size: 12px;
        text-decoration: none;
        white-space: nowrap;
}

.dcc-premium-cart-shell {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 8px;
        align-items: start;
}

.dcc-premium-cart-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        width: 100%;
        min-width: 0;
}

.dcc-cart-form,
.dcc-cart-coupon,
.dcc-premium-cart-summary {
        border: 1px solid #dfe6ef;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 5px 18px rgba(3, 22, 47, 0.04);
}

body.page-id-27995
.dcc-premium-cart-page
.dcc-premium-cart-main
form.dcc-cart-form.woocommerce-cart-form {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin: 0 !important;
        overflow: hidden;
}

.dcc-cart-products {
        padding: 7px 20px;
}

.dcc-cart-product {
        position: relative;
        display: grid;
        grid-template-columns: 26px 86px minmax(220px, 1fr) 118px 112px 118px 30px;
        grid-template-areas: "select image info price quantity subtotal remove";
        align-items: center;
        min-height: 112px;
        padding: 14px 0;
        border-bottom: 1px solid #edf0f4;
}

.dcc-cart-product:last-child {
        border-bottom: 0;
}

.dcc-cart-select {
        grid-area: select;
}

.dcc-cart-select input {
        position: absolute;
        opacity: 0;
}

.dcc-cart-select span {
        display: block;
        width: 17px;
        height: 17px;
        border: 1px solid #1558e5;
        border-radius: 4px;
        background: #fff;
}

.dcc-cart-select input:checked + span {
        background: #1558e5;
}

.dcc-cart-select span::after {
        display: block;
        color: #fff;
        content: "✓";
        font-size: 11px;
        line-height: 16px;
        text-align: center;
        opacity: 0;
}

.dcc-cart-select input:checked + span::after {
        opacity: 1;
}

.dcc-cart-product-image {
        grid-area: image;
}

.dcc-cart-product-image a,
.dcc-cart-product-image img {
        display: block;
}

.dcc-cart-product-image img {
        width: 72px;
        height: 78px;
        border-radius: 8px;
        background: #f3f5f8;
        object-fit: contain;
}

.dcc-cart-product-info {
        grid-area: info;
        min-width: 0;
        padding-right: 14px;
}

.dcc-cart-brand {
        display: inline-block;
        margin-bottom: 4px;
        color: #718096;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
}

.dcc-cart-product-info h3 {
        margin: 0 0 6px;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.35;
}

.dcc-cart-product-info h3 a {
        color: #061b3a;
        text-decoration: none;
}

.dcc-cart-product-info .variation {
        display: flex;
        flex-wrap: wrap;
        gap: 4px 8px;
        margin: 0 0 5px;
        color: #6b7d94;
        font-size: 11px;
}

.dcc-cart-product-info .variation dt,
.dcc-cart-product-info .variation dd,
.dcc-cart-product-info .variation p {
        margin: 0;
}

.dcc-cart-stock {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #18a957;
        font-size: 11px;
        font-weight: 700;
}

.dcc-cart-stock b {
        display: inline-flex;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        border: 1px solid currentColor;
        border-radius: 50%;
        font-size: 9px;
}

.dcc-cart-price,
.dcc-cart-quantity,
.dcc-cart-subtotal {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        color: #6a7c93;
        font-size: 10px;
        text-align: center;
}

.dcc-cart-price {
        grid-area: price;
}

.dcc-cart-quantity {
        grid-area: quantity;
}

.dcc-cart-subtotal {
        grid-area: subtotal;
}

.dcc-cart-price strong,
.dcc-cart-subtotal strong {
        color: #061b3a;
        font-size: 13px;
        font-weight: 800;
}

.dcc-qty-control {
        display: grid;
        grid-template-columns: 28px 32px 28px;
        height: 32px;
        overflow: hidden;
        border: 1px solid #dce4ee;
        border-radius: 5px;
        background: #fff;
}

.dcc-qty-control button,
.dcc-qty-control .quantity {
        width: 100%;
        height: 100%;
        margin: 0;
        border: 0;
        background: transparent;
        color: #173862;
        text-align: center;
}

.dcc-qty-control .quantity {
        display: block !important;
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        overflow: visible !important;
}

.dcc-qty-control button {
        padding: 0;
        font-size: 16px;
        cursor: pointer;
}

body.page-id-11 .dcc-qty-control .quantity input[type="number"] {
        position: static !important;
        display: block !important;
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        height: 32px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-top: 0 !important;
        border-right: 1px solid #e2e8f0 !important;
        border-bottom: 0 !important;
        border-left: 1px solid #e2e8f0 !important;
        background: #ffffff !important;
        color: #173862 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 32px !important;
        opacity: 1 !important;
        visibility: visible !important;
        text-indent: 0 !important;
        text-align: center !important;
        appearance: textfield;
        -webkit-text-fill-color: #173862 !important;
}

.dcc-qty-control input.qty::-webkit-outer-spin-button,
.dcc-qty-control input.qty::-webkit-inner-spin-button {
        margin: 0;
        appearance: none;
}

.dcc-cart-remove {
        grid-area: remove;
        display: inline-flex;
        width: 26px;
        height: 26px;
        padding: 0;
        border: 0;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: #52657f;
        font-size: 22px;
        text-decoration: none;
        cursor: pointer;
}

.dcc-cart-form-actions {
        display: flex;
        justify-content: flex-end;
        padding: 10px 20px 18px;
}

.dcc-cart-update {
        min-height: 38px;
        padding: 0 18px;
        border: 1px solid #dce4ee;
        border-radius: 7px;
        background: #f6f8fb;
        color: #173862;
        font-weight: 700;
        cursor: pointer;
}

.dcc-cart-coupon {
        display: grid;
        grid-template-columns: 180px minmax(0, 1fr) 170px;
        gap: 14px;
        align-items: center;
        margin-top: 12px;
        padding: 18px 22px;
}

.dcc-coupon-label {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
}

.dcc-coupon-label > span {
        color: #0c3a73;
        font-size: 25px;
}

.dcc-cart-coupon input {
        width: 100%;
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid #dfe6ef;
        border-radius: 6px;
        background: #fff;
}

.dcc-cart-coupon button {
        min-height: 42px;
        border: 0;
        border-radius: 6px;
        background: #082b5c;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
}

.dcc-premium-cart-summary {
        position: sticky;
        top: 20px;
        padding: 20px;
}

.dcc-premium-cart-summary h2 {
        margin: 0 0 18px;
        font-size: 18px;
        font-weight: 800;
}

.dcc-summary-lines > div,
.dcc-summary-total {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        padding: 8px 0;
        color: #28466f;
        font-size: 12px;
}

.dcc-summary-lines strong,
.dcc-summary-total strong {
        flex: 0 0 auto;
        color: #061b3a;
        text-align: right;
}

.dcc-summary-lines .dcc-summary-discount {
        margin: 3px 0;
        padding: 10px 12px;
        border-radius: 7px;
        background: #f1f8f3;
        color: #14954d;
}

.dcc-summary-lines .dcc-summary-discount strong,
.dcc-summary-lines .dcc-summary-discount a {
        color: #14954d;
}

.dcc-summary-total {
        margin-top: 4px;
        padding: 13px 0 10px;
        border-top: 1px solid #dfe6ef;
        font-size: 17px;
        font-weight: 800;
}

.dcc-summary-total strong,
.dcc-summary-total .amount {
        font-size: 18px;
}

.dcc-shipping-options {
        margin-top: 4px;
}

.dcc-shipping-options h3 {
        margin: 0 0 8px;
        font-size: 12px;
        font-weight: 700;
}

.dcc-shipping-options label {
        display: grid;
        grid-template-columns: 17px minmax(0, 1fr) auto;
        gap: 8px;
        align-items: center;
        padding: 5px 0;
        color: #435a77;
        font-size: 11px;
        cursor: pointer;
}

.dcc-shipping-options input {
        accent-color: #1558e5;
}

.dcc-shipping-options strong {
        color: #28466f;
        font-weight: 600;
}

.dcc-checkout-button {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin-top: 14px;
        border-radius: 6px;
        background: #ff6a00;
        color: #fff !important;
        font-size: 15px;
        font-weight: 800;
        text-decoration: none !important;
}

.dcc-checkout-button:hover {
        background: #e95f00;
}

.dcc-proforma-button {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 0;
        border-radius: 6px;
        border: 1px solid #061b3a;
        background: #fff;
        color: #061b3a !important;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none !important;
}

.dcc-proforma-button:hover {
        background: #f3f6fa;
}

.dcc-cart-secondary-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 16px;
        padding: 16px;
        border: 1px solid #dfe6ef;
        border-radius: 10px;
        background: #fbfcfe;
}

.dcc-split-shipping-button {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        gap: 12px;
        border-radius: 6px;
        border: 1px dashed #c7d0dc;
        background: #f3f5f8;
        color: #8a96a8;
        font-size: 14px;
        font-weight: 700;
        cursor: not-allowed;
}

.dcc-payment-trust {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 9px;
        margin-top: 11px;
        color: #74859b;
        font-size: 10px;
}

.dcc-payment-trust > div {
        display: flex;
        gap: 10px;
}

.dcc-payment-trust b {
        display: inline-flex;
        min-width: 58px;
        min-height: 29px;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        border: 1px solid #dfe6ef;
        border-radius: 5px;
        background: #fff;
        color: #183862;
        font-size: 9px;
}

.dcc-premium-cart-benefits {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 28px;
        margin: 26px calc(50% - 50vw) 0;
        padding: 19px max(24px, calc((100vw - 1260px) / 2));
        border-top: 1px solid #e3e8ef;
        background: #fff;
}

.dcc-premium-cart-benefits > div {
        display: flex;
        align-items: center;
        gap: 12px;
}

.dcc-premium-cart-benefits > div > span {
        display: inline-flex;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f3f6fa;
        font-size: 19px;
}

.dcc-premium-cart-benefits p {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin: 0;
}

.dcc-premium-cart-benefits strong {
        color: #173862;
        font-size: 11px;
}

.dcc-premium-cart-benefits small {
        color: #718096;
        font-size: 9px;
}

.dcc-empty-cart {
        padding: 70px 24px;
        border: 1px solid #dfe6ef;
        border-radius: 14px;
        background: #fff;
        text-align: center;
}

.dcc-empty-cart > div {
        font-size: 50px;
}

.dcc-empty-cart h2 {
        margin: 14px 0 8px;
}

.dcc-empty-cart p {
        color: #64748b;
}

.dcc-empty-cart a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        margin-top: 12px;
        padding: 0 24px;
        border-radius: 7px;
        background: #ff6a00;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
}

@media (max-width: 1180px) {
        .dcc-promo-card {
                flex-basis: calc((100% - 32px) / 3);
        }

        .dcc-cart-product {
                grid-template-columns: 24px 78px minmax(180px, 1fr) 100px 96px 100px 26px;
        }
}

@media (max-width: 1024px) {
        .dcc-premium-cart-page {
                width: min(100% - 28px, 900px);
                margin-top: 20px;
        }

        .dcc-promo-messages {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 10px 0;
                padding: 12px 16px;
        }

        .dcc-promo-card {
                flex-basis: calc((100% - 16px) / 2);
        }

        .dcc-premium-cart-shell {
                grid-template-columns: 1fr;
        }

        .dcc-premium-cart-summary {
                position: static;
        }

        .dcc-premium-cart-benefits {
                grid-template-columns: repeat(3, minmax(0, 1fr));
        }
}

@media (max-width: 767px) {
        .dcc-premium-cart-page {
                width: calc(100% - 20px);
                margin-top: 14px;
        }

        .dcc-premium-cart-header h1 {
                margin-bottom: 12px;
                font-size: 21px;
        }

        .dcc-promo-messages {
                display: flex;
                overflow-x: auto;
                padding: 10px 12px;
                scrollbar-width: none;
        }

        .dcc-promo-messages span {
                flex: 0 0 auto;
                padding: 0 14px;
        }

        .dcc-promo-carousel {
                grid-template-columns: 34px minmax(0, 1fr) 34px;
                gap: 4px;
                padding: 12px 5px;
        }

        .dcc-promo-arrow {
                width: 30px;
                height: 30px;
                font-size: 21px;
        }

        .dcc-promo-card {
                flex-basis: 100%;
                min-height: 160px;
        }

        .dcc-promo-categories {
                padding: 10px 12px;
        }

        .dcc-cart-products {
                padding: 4px 12px;
        }

        .dcc-cart-product {
                grid-template-columns: 22px 72px minmax(0, 1fr) 26px;
                grid-template-areas:
                        "select image info remove"
                        ". image price price"
                        ". quantity subtotal subtotal";
                gap: 8px 10px;
                min-height: 0;
                padding: 16px 0;
        }

        .dcc-cart-product-image img {
                width: 66px;
                height: 76px;
        }

        .dcc-cart-product-info {
                padding-right: 0;
        }

        .dcc-cart-price,
        .dcc-cart-quantity,
        .dcc-cart-subtotal {
                align-items: flex-start;
                text-align: left;
        }

        .dcc-cart-price {
                padding-top: 3px;
        }

        .dcc-cart-subtotal {
                align-items: flex-end;
        }

        .dcc-cart-form-actions {
                padding: 10px 12px 14px;
        }

        .dcc-cart-coupon {
                grid-template-columns: 1fr;
                gap: 10px;
                padding: 16px;
        }

        .dcc-premium-cart-summary {
                padding: 17px;
        }

        .dcc-premium-cart-benefits {
                grid-template-columns: 1fr;
                gap: 14px;
                margin-top: 20px;
                padding: 18px 22px;
        }
}

/* Kargo / teslimat seçenekleri hizalama düzeltmesi */
.dcc-shipping-options ul,
.dcc-shipping-options #shipping_method {
        list-style: none;
        margin: 0;
        padding: 0;
}

.dcc-shipping-options #shipping_method li {
        display: grid;
        grid-template-columns: 16px minmax(0, 1fr);
        column-gap: 8px;
        row-gap: 2px;
        align-items: start;
        margin: 0 0 8px;
}

.dcc-shipping-options #shipping_method li input[type="radio"] {
        grid-column: 1;
        margin: 3px 0 0;
        position: static;
}

.dcc-shipping-options #shipping_method li label {
        grid-column: 2;
        margin: 0;
        display: block;
        line-height: 1.45;
        color: #435377;
        font-size: 11px;
        cursor: pointer;
}

.dcc-shipping-options #shipping_method li label .amount {
        float: right;
        margin-left: 10px;
        white-space: nowrap;
        color: #28466f;
        font-weight: 700;
}

.dcc-shipping-options #shipping_method li label small {
        display: block;
        margin-top: 2px;
}

body.page-id-11 .dcc-qty-control .quantity input.minus,
body.page-id-11 .dcc-qty-control .quantity input.plus {
        display: none !important;
}

.dcc-cart-barem-details {
        margin: 8px 0 14px;
        border: 1px solid #dfe6ef;
        border-radius: 10px;
        background: #ffffff;
        overflow: hidden;
}

.dcc-cart-barem-details summary {
        position: relative;
        padding: 11px 38px 11px 16px;
        color: #061b3a;
        font-size: 13px;
        font-weight: 800;
        cursor: pointer;
        list-style: none;
        user-select: none;
}

.dcc-cart-barem-details summary::-webkit-details-marker {
        display: none;
}

.dcc-cart-barem-details summary::after {
        position: absolute;
        top: 50%;
        right: 16px;
        content: "⌄";
        font-size: 16px;
        line-height: 1;
        transform: translateY(-50%);
}

.dcc-cart-barem-details[open] summary::after {
        content: "⌃";
}

.dcc-cart-barem-summary {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        padding: 10px 14px 12px;
        border-top: 1px solid #edf0f4;
}

.dcc-cart-barem-summary > div {
        min-width: 0;
        padding: 10px 12px;
        border: 1px solid #dfe6ef;
        border-radius: 8px;
        background: #ffffff;
}

.dcc-cart-barem-summary span {
        display: block;
        margin-bottom: 4px;
        color: #66758c;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.3;
}

.dcc-cart-barem-summary strong {
        display: block;
        color: #061b3a;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.2;
}

.dcc-cart-barem-summary > div:nth-child(3) strong {
        color: #ff6a00;
}

.dcc-cart-barem-summary > div:nth-child(4) strong {
        color: #1558e5;
}

.dcc-cart-barem-note {
        margin: 0;
        padding: 10px 14px;
        border-top: 1px solid #edf0f4;
        color: #66758c;
        font-size: 10px;
        line-height: 1.4;
}

.dcc-cart-barem-note::before {
        margin-right: 6px;
        content: "ⓘ";
        color: #1558e5;
}

@media (max-width: 767px) {
        .dcc-cart-barem-summary {
                grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}

.dcc-cart-barem-metric {
        position: relative;
        padding-left: 38px !important;
}

.dcc-cart-barem-metric::before {
        position: absolute;
        top: 50%;
        left: 12px;
        width: 18px;
        height: 18px;
        color: #1558e5;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        transform: translateY(-50%);
}

.dcc-cart-barem-metric-quantity::before {
        content: "⊕";
}

.dcc-cart-barem-metric-tier::before {
        content: "☷";
}

.dcc-cart-barem-metric-discount::before {
        content: "◇";
        color: #ff6a00;
}

.dcc-cart-barem-metric-price::before {
        content: "◉";
}

/* DCC Barem Fiyat Format PC */
.dcc-cart-barem-metric-price strong,
.dcc-cart-barem-metric-list-price strong {
        white-space: nowrap;
}

.dcc-cart-barem-metric-price strong .woocommerce-Price-amount,
.dcc-cart-barem-metric-list-price strong .woocommerce-Price-amount {
        display: inline-flex;
        align-items: baseline;
        gap: 2px;
        white-space: nowrap;
}

.dcc-cart-barem-metric-price strong .woocommerce-Price-currencySymbol,
.dcc-cart-barem-metric-list-price strong .woocommerce-Price-currencySymbol {
        display: inline;
        margin-left: 2px;
}

.dcc-cart-barem-advantage {
        margin: 0;
        padding: 10px 14px;
        border-top: 1px solid #edf0f4;
        color: #149653;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
}

.dcc-cart-barem-advantage::before {
        margin-right: 6px;
        content: "✓";
        font-weight: 800;
}

.dcc-cart-size-details {
        margin: 8px 0 14px;
        border: 1px solid #dfe6ef;
        border-radius: 10px;
        background: #ffffff;
        overflow: hidden;
}

.dcc-cart-size-details summary {
        position: relative;
        padding: 11px 38px 11px 16px;
        color: #061b3a;
        font-size: 13px;
        font-weight: 800;
        cursor: pointer;
        list-style: none;
        user-select: none;
}

.dcc-cart-size-details summary::-webkit-details-marker {
        display: none;
}

.dcc-cart-size-details summary::after {
        position: absolute;
        top: 50%;
        right: 16px;
        content: "⌄";
        font-size: 16px;
        line-height: 1;
        transform: translateY(-50%);
}

.dcc-cart-size-details[open] summary::after {
        content: "⌃";
}

.dcc-cart-size-list {
        padding: 4px 16px 10px;
        border-top: 1px solid #edf0f4;
}

.dcc-cart-size-row {
        display: grid;
        grid-template-columns: minmax(100px, 1fr) auto 26px;
        gap: 12px;
        min-height: 44px;
        align-items: center;
        border-bottom: 1px solid #edf0f4;
}

.dcc-cart-size-row:last-child {
        border-bottom: 0;
}

.dcc-cart-size-label {
        min-width: 0;
        color: #173862;
        font-size: 12px;
        font-weight: 700;
}

.dcc-cart-size-quantity {
        display: grid;
        grid-template-columns: 28px 32px 28px;
        width: 88px;
        height: 32px;
        overflow: hidden;
        border: 1px solid #dce4ee;
        border-radius: 5px;
        background: #ffffff;
}

.dcc-cart-size-quantity > button,
.dcc-cart-size-quantity .quantity {
        width: 100%;
        height: 32px;
        margin: 0;
        border: 0;
        background: transparent;
        color: #173862;
        text-align: center;
}

.dcc-cart-size-quantity > button {
        padding: 0;
        font-size: 16px;
        cursor: pointer;
}

.dcc-cart-size-quantity .quantity {
        display: block !important;
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
}

body.page-id-11 .dcc-cart-size-quantity .quantity input[type="number"] {
        position: static !important;
        display: block !important;
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        height: 32px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-top: 0 !important;
        border-right: 1px solid #e2e8f0 !important;
        border-bottom: 0 !important;
        border-left: 1px solid #e2e8f0 !important;
        background: #ffffff !important;
        color: #173862 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 32px !important;
        text-align: center !important;
        appearance: textfield;
        -webkit-text-fill-color: #173862 !important;
}

.dcc-cart-size-quantity input.qty::-webkit-outer-spin-button,
.dcc-cart-size-quantity input.qty::-webkit-inner-spin-button {
        margin: 0;
        appearance: none;
}

.dcc-cart-size-remove {
        display: inline-flex;
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
        color: #52657f;
        font-size: 18px;
        text-decoration: none;
}

@media (max-width: 767px) {
        .dcc-cart-size-row {
                grid-template-columns: minmax(70px, 1fr) auto 26px;
                gap: 8px;
        }
}

.dcc-cart-size-quantity .quantity input.minus,
.dcc-cart-size-quantity .quantity input.plus {
        display: none !important;
}

/* DCC Bir Ust Barem Bilgi Kutusu */
@media (min-width: 1025px) {
        .dcc-cart-barem-next {
                margin: 0;
                padding: 12px 14px;
                border-top: 1px solid #edf0f4;
                background: #eef6ff;
                color: #1558e5;
                font-size: 11px;
                line-height: 1.45;
        }

        .dcc-cart-barem-next strong {
                display: block;
                margin-bottom: 3px;
                color: #1558e5;
                font-size: 11px;
                font-weight: 800;
        }

        .dcc-cart-barem-next > span {
                display: block;
                color: #1558e5;
        }
}
.dcc-cart-barem-next-message {
        line-height: 1.45;
        white-space: normal;
}

.dcc-cart-barem-next-highlight {
        display: inline;
        color: #ff6a00;
        font-weight: 800;
}
/* DCC Barem Kart Yazi Boyutu PC */
@media (min-width: 1025px) {
        .dcc-cart-barem-summary span {
                font-size: 11px;
                font-weight: 600;
                line-height: 1.3;
        }

        .dcc-cart-barem-summary strong {
                font-size: 18px;
                font-weight: 800;
                line-height: 1.2;
        }
}
/* DCC Barem Kart 2 Satir PC */
@media (min-width: 1025px) {
        .dcc-cart-barem-summary span {
                margin-bottom: 2px;
                white-space: nowrap;
        }

        .dcc-cart-barem-summary strong {
                white-space: nowrap;
        }

        .dcc-cart-barem-metric-price,
        .dcc-cart-barem-metric-list-price {
                overflow: hidden;
        }
}
/* DCC Barem Kart Ikonlari PC */
@media (min-width: 1025px) {
        .dcc-cart-barem-metric-quantity::before {
                content: "⊞";
        }

        .dcc-cart-barem-metric-tier::before {
                content: "▤";
        }

        .dcc-cart-barem-metric-discount::before {
                content: "%";
                color: #ff6a00;
        }

        .dcc-cart-barem-metric-price::before {
                content: "₺";
        }

        .dcc-cart-barem-metric-list-price::before {
                content: "₺";
        }
}
/* DCC Barem Ikon Boyut PC */
@media (min-width: 1025px) {
        .dcc-cart-barem-metric::before {
                left: 12px;
                width: 24px;
                height: 24px;
                font-size: 22px;
                line-height: 24px;
        }

        .dcc-cart-barem-metric {
                padding-left: 44px !important;
        }
}
/* DCC Barem Fiyat Boyutu PC */
@media (min-width: 1025px) {
        .dcc-cart-barem-metric-price strong .woocommerce-Price-amount,
        .dcc-cart-barem-metric-list-price strong .woocommerce-Price-amount {
                font-size: 18px;
                font-weight: 800;
                line-height: 1.2;
        }

        .dcc-cart-barem-metric-price strong .woocommerce-Price-currencySymbol,
        .dcc-cart-barem-metric-list-price strong .woocommerce-Price-currencySymbol {
                font-size: 18px;
                font-weight: 800;
        }
}