﻿/* Inlined from compact-typography.css */
:root {
    --compact-font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    /* Desktop typography scale */
    --fs-body: 15px;
    --fs-small: 12px;
    --fs-h1: 26px;
    --fs-h2: 22px;
    --fs-h3: 18px;
    --fs-h4: 16px;
    --fs-h5: 14px;
    --fs-h6: 13px;

    --lh-body: 1.5;
    --lh-heading: 1.25;
}

body {
    font-family: var(--compact-font-family) !important;
    font-size: var(--fs-body) !important;
    line-height: var(--lh-body) !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
small,
label,
li,
th,
td,
input,
select,
textarea,
button,
.btn {
    font-family: var(--compact-font-family) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: var(--lh-heading) !important;
    letter-spacing: 0.01em;
    margin-bottom: 0.55em;
}

h1 { font-size: var(--fs-h1) !important; }
h2 { font-size: var(--fs-h2) !important; }
h3 { font-size: var(--fs-h3) !important; }
h4 { font-size: var(--fs-h4) !important; }
h5 { font-size: var(--fs-h5) !important; }
h6 { font-size: var(--fs-h6) !important; }

p,
li,
span,
label,
input,
textarea,
button:not(.product-card-marka-cart-btn):not(.product-card-alt-cart-btn):not(.stock-notify-btn-pdp):not(.stock-notify-btn):not(.product-card-stock-notify-btn):not(.site-alt-duyuru-bar__close),
.text-content {
    font-size: var(--fs-body) !important;
}

small,
.small {
    font-size: var(--fs-small) !important;
}

/* Bootstrap font-size utilities -> compact mapping */
.fs-1 { font-size: var(--fs-h1) !important; }
.fs-2 { font-size: var(--fs-h2) !important; }
.fs-3 { font-size: var(--fs-h3) !important; }
.fs-4 { font-size: var(--fs-h4) !important; }
.fs-5 { font-size: var(--fs-h5) !important; }
.fs-6 { font-size: var(--fs-h6) !important; }

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-size: var(--fs-h1) !important;
    font-weight: 600 !important;
    line-height: var(--lh-heading) !important;
}

.breadcrumb-section h2,
.checkout-title h4,
.title-box h2,
.product-page-details .main-title {
    font-size: 18px !important;
}

.product-title,
.search-title {
    font-size: 14px !important;
}

.btn.btn-lg {
    font-size: 13px !important;
    padding: 6px 12px !important;
}

.btn.btn-sm,
.btn.btn-xs {
    font-size: 11px !important;
    padding: 4px 8px !important;
    min-height: 26px;
}

.btn i,
button i {
    font-size: 0.9em;
}

input.form-control,
select.form-control,
textarea.form-control,
.form-select {
    font-size: 14px !important;
    min-height: 35px;
    padding: 6px 10px;
}

body.tkb-lock-cart-ui .floating-cart-trigger {
    display: none !important;
}

.tap-top {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.tkb-lock-cart-ui .cart-trigger,
body.tkb-lock-cart-ui [data-bs-target="#cartOffcanvas"] {
    cursor: default;
    pointer-events: none;
}

/* Mini cart / offcanvas compact sizing */
#cartOffcanvas:not(.tkb-cart-skin) .offcanvas-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body,
#cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body p,
#cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body a,
#cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body span,
#cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body h4,
#cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body h5 {
    font-size: 13px !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart-product > li {
    padding: 10px 0 !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart-product .media {
    gap: 10px !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart-product .media img.img-fluid {
    width: 52px !important;
    max-width: 52px !important;
    height: 66px !important;
    object-fit: cover !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart-product .media-body h4 {
    font-size: 13px !important;
    line-height: 1.25 !important;
    margin-bottom: 4px !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart-product .media-body h4.quantity,
#cartOffcanvas:not(.tkb-cart-skin) .cart-product .media-body h4.quantity span {
    font-size: 12px !important;
    color: #222 !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart-product .media-body .cart-item-old-price {
    color: #888 !important;
    margin-left: 6px !important;
    font-size: 12px !important;
    text-decoration: line-through !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart-product .media-body .cart-variant-summary,
#cartOffcanvas:not(.tkb-cart-skin) .cart-product .media-body .cart-variant-id-debug {
    display: block !important;
    margin: 0 0 6px 0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: #666 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}


.cart-page-layout .cart-products-panel .cart-remove-btn {
    margin: 0 auto;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart_total h5,
#cartOffcanvas:not(.tkb-cart-skin) .cart_total .total h5 {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 1.45 !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart_total li {
    margin: 0 !important;
    padding: 6px 0 !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart_total .total {
    margin: 0 !important;
    padding: 0 !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .cart_total .buttons .btn {
    font-size: 14px !important;
    padding: 7px 12px !important;
    min-height: 32px !important;
}

/* Offcanvas totals spacing fix: remove large vertical gap */
#cartOffcanvas .cart-media {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
}

#cartOffcanvas .cart-media > ul,
#cartOffcanvas .cart-product {
    margin: 0 !important;
    padding-left: 0 !important;
}

#cartOffcanvas .cart-discounts {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
}

#cartOffcanvas .cart-discounts .cart-discount-item {
    margin: 0 !important;
    padding: 4px 0 !important;
}

#cartOffcanvas .cart_total {
    position: static !important;
    inset: auto !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 6px 0 0 !important;
    border-top: 1px solid #eceff5 !important;
}

#cartOffcanvas .cart_total li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 4px 0 !important;
}

#cartOffcanvas .cart_total .total {
    display: block !important;
    width: 100% !important;
}

#cartOffcanvas .cart_total h5,
#cartOffcanvas .cart_total .total h5 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
}

#cartOffcanvas .cart_total .buttons {
    display: flex !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-top: 6px !important;
}

#cartOffcanvas .cart_total .buttons .btn {
    flex: 1 1 0 !important;
}

#cartOffcanvas .cart-discounts:empty,
#cartOffcanvas .cart_total:empty {
    display: none !important;
}

/* Keep summary area fixed at bottom, only product list scrolls */
#cartOffcanvas .offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

#cartOffcanvas .cart-media {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
}

#cartOffcanvas .cart-product {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    margin: 0 !important;
    padding-right: 4px !important;
}

#cartOffcanvas .cart-offcanvas-summary {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 2 !important;
    background: #fff !important;
    border-top: 1px solid #eceff5 !important;
    padding-top: 6px !important;
    flex: 0 0 auto !important;
}

@media (max-width: 575.98px) {
    #cartOffcanvas .cart_total {
        padding-top: 4px !important;
    }

    #cartOffcanvas .cart_total li {
        padding: 3px 0 !important;
    }
}

/* Cart table: keep pricing/info compact without affecting other pages */
.cart-section .cart-table th,
.cart-section .cart-table td {
    font-size: 13px !important;
    vertical-align: middle !important;
    padding: 11px 9px !important;
}

.cart-section tbody tr td {
    border-bottom: 0 !important;
}

.cart-section .cart-table thead th {
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cart-section .cart-table td > a {
    font-size: 13px !important;
    line-height: 1.3 !important;
}

.cart-section .cart-table h2,
.cart-section .cart-table .td-color,
.cart-section .cart-table #cart-total {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

.cart-section .cart-table .qty-box .input-group .form-control {
    font-size: 13px !important;
}

.cart-section .cart-table small {
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.cart-section .cart-table img.img-fluid {
    width: 54px !important;
    max-width: 54px !important;
    height: 68px !important;
    object-fit: cover !important;
}

#cart-table-container .cart-table tfoot td.cart-discount-cell .cart-discount-details {
    display: flex;
    flex-direction: column;
    gap: 2px !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
}

#cart-table-container .cart-table tfoot td.cart-discount-cell .cart-discount-detail-row {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: #6b7280 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#cart-table-container .cart-table tfoot td.cart-discount-cell .cart-discount-detail-title {
    font-weight: 500 !important;
    text-align: left !important;
    display: inline-block !important;
    white-space: nowrap !important;
}

#cart-table-container .cart-table tfoot td.cart-discount-cell .cart-discount-detail-amount {
    font-weight: 600 !important;
    color: #374151 !important;
    white-space: nowrap !important;
    text-align: right !important;
    min-width: 86px !important;
}

.cart-section .cart-table tfoot tr.cart-discount-breakdown-row td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    line-height: 1.15 !important;
}

.cart-section .cart-table tfoot tr.cart-discount-breakdown-row h2 {
    margin: 0 !important;
    line-height: 1.1 !important;
    text-align: left !important;
}

.cart-section .cart-table tfoot td:last-child {
    text-align: left !important;
    padding-left: 20px !important;
}

.cart-section .cart-table tfoot td:last-child h2 {
    text-align: left !important;
}

.cart-section .cart-table tfoot td:first-child,
.cart-section .cart-table tfoot td[colspan="4"] {
    padding-right: 20px !important;
}

.cart-section .cart-table tfoot tr.cart-discount-breakdown-row td {
    color: #dc2626 !important;
}

.cart-section .cart-table tfoot tr.cart-discount-breakdown-row td h2,
.cart-section .cart-table tfoot tr.cart-discount-breakdown-row td small {
    color: #dc2626 !important;
}

/* Cart page two-column layout */
.cart-page-layout .cart-products-panel {
    background: #fff;
    border: 1px solid #eceff5;
    border-radius: 12px;
    overflow: hidden;
}

.cart-page-layout .cart-products-panel .cart-table {
    margin-bottom: 0 !important;
}

.cart-page-layout .cart-products-panel .cart-table thead {
    display: none;
}

.cart-page-layout .cart-products-panel .cart-table tbody tr {
    display: grid;
    grid-template-columns: 90px minmax(260px, 430px) minmax(120px, 132px) minmax(110px, 128px) 30px;
    column-gap: 14px;
    row-gap: 6px;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #eef1f5;
}

.cart-page-layout .cart-products-panel .cart-table tbody tr:last-child {
    border-bottom: 0;
}

.cart-page-layout .cart-products-panel .cart-table tbody td {
    border-top: 0 !important;
    padding: 16px 8px !important;
}

.cart-page-layout .cart-products-panel .cart-table tbody td:first-child {
    width: 90px;
    padding-right: 0 !important;
}

.cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) {
    min-width: 0;
    padding-left: 0 !important;
    text-align: left !important;
}

.cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(3) {
    min-width: 120px;
    justify-self: start;
}

.cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(4) {
    min-width: 110px;
    justify-self: start;
    text-align: right !important;
}

.cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(5) {
    width: 30px;
    min-width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) > a {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.35 !important;
    color: #111827;
    text-align: left !important;
}

.cart-page-layout .cart-products-panel .cart-item-title-row {
    display: block;
    min-width: 0;
}

.cart-page-layout .cart-products-panel .cart-item-title-row > a {
    display: block;
    min-width: 0;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.cart-page-layout .cart-products-panel .cart-badge-inline {
    display: inline-flex;
    padding: 4px 10px;
    font-size: 11px !important;
    line-height: 1.15;
    white-space: nowrap;
}

.cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) small,
.cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) .td-color,
.cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) .ui-badge {
    text-align: left !important;
    justify-content: flex-start;
}

.cart-item-unit-pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 6px !important;
}

.cart-item-unit-pricing .unit-price-original {
    margin: 0 !important;
}

.cart-item-unit-pricing .unit-price-original del {
    font-size: 13px;
}

.cart-item-unit-pricing .unit-price-discounted {
    font-size: 16px !important;
    color: #111827 !important;
    margin: 0 !important;
}

.cart-page-layout .cart-products-panel .line-total-original del {
    font-size: 12px;
}

.cart-page-layout .cart-products-panel .line-total-discounted {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111827 !important;
}

.cart-page-layout .cart-products-panel .cart-table img.img-fluid {
    width: 62px !important;
    max-width: 62px !important;
    height: 78px !important;
    object-fit: cover !important;
}

.cart-page-layout .cart-products-panel .delete-cart-item {
    display: inline-flex !important;
}

.cart-page-layout .cart-products-panel .qty-box .qty-container {
    max-width: 120px;
}

.cart-page-layout .cart-products-panel .qty-box .qty-btn-minus,
.cart-page-layout .cart-products-panel .qty-box .qty-btn-plus {
    width: 34px !important;
    min-width: 34px !important;
}

.cart-page-layout .cart-products-panel .qty-box .input-qty {
    min-width: 44px;
    text-align: center;
}

.cart-summary-card {
    position: sticky;
    top: 100px;
    background: #fff;
    border: 1px solid #eceff5;
    border-radius: 14px;
    padding: 20px 18px;
}

.cart-summary-title {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #111827;
}

.cart-summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.cart-summary-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.cart-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-summary-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eef1f5;
    color: #4b5563;
}

.cart-summary-list li strong {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.cart-summary-list .summary-grand-total-row {
    border-bottom: 0;
    margin-top: 4px;
    padding-top: 14px;
}

.cart-summary-list .summary-grand-total-row .summary-label {
    color: #111827;
    font-weight: 600;
}

.cart-summary-list .summary-grand-total-row strong {
    font-size: 16px;
    line-height: 1.1;
}

.cart-summary-list .summary-discount-row strong,
.cart-summary-list #cart-campaign-discount-total,
.cart-summary-list #cart-product-discount-total {
    color: #dc3545;
}

.cart-summary-actions {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.cart-summary-actions .btn {
    min-height: 44px;
    font-size: 14px !important;
    font-weight: 600;
}

.cart-summary-actions .cart-continue-btn {
    border-color: #d7dde7;
    color: #374151;
    background: #fff;
}

.cart-summary-actions .cart-continue-btn:hover {
    border-color: #111827;
    color: #111827;
}

/* Slick slider pagination dots — keep perfectly circular */
.slick-dots li {
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    flex-shrink: 0;
    box-sizing: border-box !important;
}

.slick-dots li button:before {
    content: none !important;
    display: none !important;
}

.slick-dots li.slick-active button {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

/* Final button font lock: desktop */
button:not(.product-card-marka-cart-btn):not(.product-card-alt-cart-btn):not(.stock-notify-btn-pdp):not(.stock-notify-btn):not(.product-card-stock-notify-btn):not(.site-alt-duyuru-bar__close),
.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
a.btn,
.btn.btn-lg,
.btn.btn-sm,
.btn.btn-xs,
#cartOffcanvas:not(.tkb-cart-skin) .close-circle .cart-remove-btn,
.cart-section .cart-table .qty-btn-minus,
.cart-section .cart-table .qty-btn-plus {
    font-size: 14px !important;
}

@media (max-width: 767.98px) {
    :root {
        /* Mobile typography scale */
        --fs-body: 14px;
        --fs-small: 12px;
        --fs-h1: 22px;
        --fs-h2: 19px;
        --fs-h3: 16px;
        --fs-h4: 14px;
        --fs-h5: 13px;
        --fs-h6: 12px;
    }

    button:not(.product-card-marka-cart-btn):not(.product-card-alt-cart-btn):not(.product-card-alt-action-btn):not(.site-otp-resend-link):not(.mobile-menu-close):not(.btn-close):not(.site-alt-duyuru-bar__close):not(.all-categories-btn):not(.tkb-hdr-action):not(.tkb-hdr-mobile-toggle):not(.mobile-menu-toggle):not(.submenu-toggle):not(.mobile-category-toggle):not(.sr-carousel__btn),
    .btn,
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    a.btn {
        font-size: 11px !important;
        padding: 4px 8px !important;
        min-height: 27px;
    }

    button.product-card-marka-cart-btn,
    button.product-card-alt-cart-btn {
        padding: 0 !important;
        min-height: 0 !important;
    }

    button.product-variant-chip-color,
    button.quick-variant-color-dot,
    button.pdp-variant-color-dot,
    .slick-dots li button,
    button.quantity-left-minus,
    button.quantity-right-plus,
    button.qty-btn-minus,
    button.qty-btn-plus,
    .modern-checkout-shell .u-qty-btn {
        padding: 0 !important;
        min-height: 0 !important;
        line-height: 1 !important;
        font-size: inherit !important;
    }

    .btn.btn-lg {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    .btn.btn-sm,
    .btn.btn-xs {
        font-size: 12px !important;
        padding: 3px 6px !important;
        min-height: 23px;
    }

    input.form-control,
    select.form-control,
    textarea.form-control,
    .form-select {
        font-size: 13px !important;
        min-height: 32px;
        padding: 5px 8px;
    }

    #cartOffcanvas:not(.tkb-cart-skin) .offcanvas-title {
        font-size: 18px !important;
    }

    #cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body,
    #cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body p,
    #cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body a,
    #cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body span,
    #cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body h4,
    #cartOffcanvas:not(.tkb-cart-skin) .offcanvas-body h5 {
        font-size: 12px !important;
    }

    #cartOffcanvas:not(.tkb-cart-skin) .cart-product .media img.img-fluid {
        width: 46px !important;
        max-width: 46px !important;
        height: 58px !important;
    }


    #cartOffcanvas:not(.tkb-cart-skin) .cart_total .buttons .btn {
        font-size: 13px !important;
        padding: 6px 10px !important;
        min-height: 30px !important;
    }

    /* Final button font lock: mobile */
    button,
    .btn,
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    a.btn,
    .btn.btn-lg,
    .btn.btn-sm,
    .btn.btn-xs,
    #cartOffcanvas:not(.tkb-cart-skin) .close-circle .cart-remove-btn,
    .cart-section .cart-table .qty-btn-minus,
    .cart-section .cart-table .qty-btn-plus {
        font-size: 13px !important;
    }

    .cart-section .cart-table th,
    .cart-section .cart-table td {
        font-size: 12px !important;
        padding: 8px 7px !important;
    }

    .cart-section .cart-table h2,
    .cart-section .cart-table .td-color,
    .cart-section .cart-table #cart-total {
        font-size: 13px !important;
    }

    .cart-section .cart-table img.img-fluid {
        width: 46px !important;
        max-width: 46px !important;
        height: 60px !important;
    }

    .cart-summary-card {
        position: static;
        top: auto;
        margin-top: 12px;
        padding: 16px 14px;
    }

    .cart-summary-title {
        font-size: 19px;
    }

    .cart-summary-header {
        margin-bottom: 12px;
    }

    .cart-summary-count {
        font-size: 11px;
        padding: 3px 8px;
    }

    .cart-summary-list li strong {
        font-size: 15px;
    }

    .cart-summary-list .summary-grand-total-row strong {
        font-size: 15px;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody tr {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 8px;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td {
        padding: 0 !important;
        border: 0 !important;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(3),
    .cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(4),
    .cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(5) {
        display: none !important;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td:first-child {
        width: 70px;
        min-width: 70px;
        flex: 0 0 70px;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) > a {
        font-size: 14px !important;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) {
        display: block !important;
        flex: 1 1 auto;
        min-width: 0;
        text-align: left !important;
    }

    .cart-page-layout .cart-products-panel .cart-item-title-row,
    .cart-page-layout .cart-products-panel .cart-item-title-row > a,
    .cart-page-layout .cart-products-panel .cart-item-unit-pricing,
    .cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) small {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .cart-item-unit-pricing .unit-price-discounted {
        font-size: 15px !important;
    }

    .cart-page-layout .cart-products-panel .mobile-cart-content {
        display: flex !important;
        margin-top: 8px !important;
    }

    .cart-page-layout .cart-products-panel .mobile-cart-content .col {
        padding-left: 0 !important;
        padding-right: 8px !important;
    }

    .cart-page-layout .cart-products-panel .mobile-cart-content .col:last-child {
        padding-right: 0 !important;
    }

    .cart-page-layout .cart-products-panel .mobile-cart-content .qty-container {
        max-width: 120px;
    }

    .cart-page-layout .cart-products-panel .cart-table img.img-fluid {
        width: 58px !important;
        max-width: 58px !important;
        height: 72px !important;
    }

}

@media (max-width: 1399.98px) and (min-width: 768px) {
    .cart-page-layout .cart-products-panel .cart-table tbody tr {
        display: grid;
        grid-template-columns: 72px minmax(220px, 1fr) 92px 92px 38px;
        column-gap: 8px;
        row-gap: 4px;
        align-items: center;
        padding: 0;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td {
        padding: 12px 6px !important;
        border-top: 0 !important;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td:first-child {
        width: 70px;
        min-width: 70px;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) {
        min-width: 0;
        overflow: hidden;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(5) {
        width: 38px;
        min-width: 38px;
    }

    .cart-page-layout .cart-products-panel .cart-table tbody td:nth-child(2) > a {
        font-size: 14px !important;
    }

    .cart-page-layout .cart-products-panel .line-total-discounted {
        font-size: 14px !important;
    }

    .cart-page-layout .cart-products-panel .qty-box .qty-container {
        max-width: 108px;
    }

    .cart-page-layout .cart-products-panel .qty-box .qty-btn-minus,
    .cart-page-layout .cart-products-panel .qty-box .qty-btn-plus {
        width: 32px !important;
        min-width: 32px !important;
    }

    .cart-page-layout .cart-products-panel .qty-box .input-qty {
        min-width: 36px;
    }

    .cart-page-layout .cart-products-panel .mobile-cart-content {
        display: none !important;
    }

    .cart-page-layout .cart-products-panel .cart-item-title-row {
        display: block;
        min-width: 0;
        padding-right: 4px;
    }

    .cart-page-layout .cart-products-panel .cart-item-title-row > a {
        display: block;
        margin-bottom: 4px;
    }

    .cart-page-layout .cart-products-panel .cart-item-title-row .cart-badge-inline {
        display: inline-flex;
        width: auto;
        margin-top: 0;
        max-width: 100%;
    }

    .cart-page-layout .cart-products-panel .cart-table img.img-fluid {
        width: 56px !important;
        max-width: 56px !important;
        height: 70px !important;
    }
}

/* Global pastel badge system */
.ui-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

/* Core tones */
.ui-badge-red { background: #fecaca !important; color: #b91c1c !important; }
.ui-badge-orange { background: #fed7aa !important; color: #c2410c !important; }
.ui-badge-yellow { background: #fde68a !important; color: #92400e !important; }
.ui-badge-green { background: #bbf7d0 !important; color: #166534 !important; }
.ui-badge-campaign {
    background: #ecfdf5 !important;
    color: #166534 !important;
    border: 1px solid #86efac !important;
    border-radius: 999px !important;
    font-weight: 600;
    padding: 4px 10px;
    font-size: 11px !important;
    line-height: 1.2;
}
.ui-badge-gift {
    animation: checkout-gift-badge-blink 1.5s ease-in-out infinite;
}

@keyframes checkout-gift-badge-blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.35;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ui-badge-gift {
        animation: none;
    }
}

.ui-badge-blue { background: #bae6fd !important; color: #0e7490 !important; }
.ui-badge-black { background: #d1d5db !important; color: #111827 !important; }
.ui-badge-gray { background: #e5e7eb !important; color: #4b5563 !important; }

/* Extra pastel variants */
.ui-badge-indigo { background: #c7d2fe !important; color: #3730a3 !important; }
.ui-badge-emerald { background: #86efac !important; color: #14532d !important; }
.ui-badge-lime { background: #bbf7d0 !important; color: #15803d !important; }
.ui-badge-pink { background: #fbcfe8 !important; color: #9d174d !important; }

/* Main navigation font lock (desktop only) */
@media (min-width: 769px) {
    .main-nav,
    .main-nav *,
    .main-nav a,
    .main-nav .nav-link,
    .main-nav li,
    .main-nav span {
        font-size: 14px !important;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .all-categories-btn {
        font-size: inherit !important;
        font-weight: inherit;
        letter-spacing: normal;
    }
}

/* =========================
   payment.php centralized styles
   ========================= */
.checkout-modern-v2 .credit-card-container {
    perspective: 1000px;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.checkout-modern-v2 .credit-card {
    width: 100%;
    max-width: 100%;
    height: 240px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.checkout-modern-v2 .credit-card.flipped {
    transform: perspective(1000px) rotateY(180deg) !important;
}

.checkout-modern-v2 .card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.checkout-modern-v2 .card-back {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
}

.checkout-modern-v2 .card-chip {
    width: 46px;
    height: 34px;
    background: linear-gradient(135deg, #d4d4d8 0%, #a1a1aa 100%);
    border-radius: 7px;
    margin-bottom: 16px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.checkout-modern-v2 .card-chip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.checkout-modern-v2 .card-logo {
    position: absolute;
    top: 26px;
    right: 26px;
    min-width: 56px;
    height: 28px;
    padding: 0 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
}

.checkout-modern-v2 .card-number {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 24px 0 16px 0;
    font-family: "Courier New", monospace;
    min-height: 30px;
    color: rgba(255, 255, 255, 0.92);
}

.checkout-modern-v2 .card-name {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 12px;
    min-height: 18px;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.8px;
}

.checkout-modern-v2 .card-expiry {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    margin-top: 4px;
    min-height: 16px;
    color: rgba(255, 255, 255, 0.72);
}

.checkout-modern-v2 .card-cvv {
    background: rgba(255, 255, 255, 0.95);
    color: #111827;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    text-align: right;
    min-height: 36px;
}

.checkout-modern-v2 .card-cvv-label {
    font-size: 11px;
    margin-bottom: 6px;
    opacity: 0.85;
    color: rgba(255, 255, 255, 0.9);
}

.checkout-modern-v2 .card-magnetic-stripe {
    background: #0a0a0a;
    height: 44px;
    margin: 26px -26px;
    margin-top: 34px;
}

.checkout-modern-v2 .card-input-wrapper {
    position: relative;
}

.checkout-modern-v2 .card-input-wrapper input {
    padding-right: 12px !important;
}

.checkout-modern-v2 .card-input-wrapper:has(#cardBrandBadge:not(.d-none)) input {
    padding-right: 132px !important;
}

.checkout-modern-v2 .card-brand-badge-inline {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid #d4dceb;
    background: #f8fafc;
    font-weight: 600;
    font-size: 10px;
    color: #64748b;
    pointer-events: none;
    white-space: nowrap;
    z-index: 1;
}

.checkout-modern-v2 .card-brand-badge-inline.active {
    background: var(--theme-color, #111);
    color: #fff;
    border-color: var(--theme-color, #111);
}

.checkout-modern-v2 .checkout-payment-card-detail .form-group-card {
    position: relative;
    margin-bottom: 10px;
}

.checkout-modern-v2 .checkout-payment-card-detail .form-group-card input,
.checkout-modern-v2 .checkout-payment-card-detail .form-group-card select {
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.checkout-modern-v2 .form-check-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}

.checkout-modern-v2 .form-check-switch .form-check-input {
    width: 40px;
    height: 22px;
    cursor: pointer;
    margin-top: 0;
}

.checkout-modern-v2 .form-check-switch .form-check-input:checked {
    background-color: var(--theme-color, #111);
    border-color: var(--theme-color, #111);
}

.checkout-modern-v2 .form-check-switch .form-check-label {
    font-size: var(--co-fs-md, 14px);
    margin-bottom: 0;
    cursor: pointer;
    color: #334155;
}

.checkout-modern-v2 .payment-campaign-box {
    border: 1px solid #e4e9f2;
    border-radius: 10px;
    background: #fff;
    padding: 10px 12px;
}

.checkout-modern-v2 .applied-campaigns h6 {
    font-size: var(--co-fs-md, 14px);
    color: #0f172a;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.checkout-modern-v2 .fade-in-up {
    animation: fadeInUp 0.3s ease-out;
}

.checkout-modern-v2 .slide-in-up {
    animation: slideInUp 0.5s ease-out;
}

.checkout-modern-v2 .campaign-item {
    animation: slideInUp 0.5s ease-out;
    animation-fill-mode: both;
}

.checkout-modern-v2 .campaign-item:nth-child(1) { animation-delay: 0.1s; }
.checkout-modern-v2 .campaign-item:nth-child(2) { animation-delay: 0.2s; }
.checkout-modern-v2 .campaign-item:nth-child(3) { animation-delay: 0.3s; }
.checkout-modern-v2 .campaign-item:nth-child(4) { animation-delay: 0.4s; }

.checkout-modern-v2 #pay-button {
    width: 100%;
}

@media (max-width: 768px) {
    .checkout-modern-v2 .credit-card {
        height: 210px;
    }

    .checkout-modern-v2 .card-number {
        font-size: 17px;
        letter-spacing: 2px;
    }

    .checkout-modern-v2 .card-input-wrapper input {
        padding-right: 12px !important;
    }

    .checkout-modern-v2 .card-input-wrapper:has(#cardBrandBadge:not(.d-none)) input {
        padding-right: 110px !important;
    }

    .checkout-modern-v2 .card-brand-badge-inline {
        font-size: 9px;
        padding: 2px 6px;
    }
}

/* checkout.php centralized order message styles */
.order-success-message {
    position: relative;
    width: 100%;
    margin: 0 0 16px 0;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.order-success-message .message-content {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.order-success-message .message-icon {
    font-size: 48px;
    line-height: 1;
    color: #fff;
}

.order-success-message .message-text {
    flex: 1;
}

.order-success-message .message-text h4 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.order-success-message .message-text p {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

/* Modern + compact checkout screen */
.modern-checkout-shell {
    background: transparent;
}

.modern-checkout-shell .checkout-form {
    background: transparent;
}

.checkout-modern-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e4e9f2;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(8px);
}

.checkout-modern-kicker {
    margin-bottom: 3px !important;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.checkout-modern-header h3 {
    margin: 0;
    font-size: 18px !important;
    line-height: 1.22 !important;
    color: #111827;
}

.checkout-modern-security {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef9f1;
    border: 1px solid #cfead8;
    color: #166534;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px !important;
    font-weight: 600;
    white-space: nowrap;
}

.modern-checkout-shell .checkout-detail-box > ul {
    display: grid;
    gap: 10px;
}

.modern-checkout-shell .checkout-detail-box > ul > li {
    margin: 0;
}

.modern-checkout-shell .checkout-box,
.modern-checkout-shell .checkout-right-box .checkout-details {
    border: 1px solid #e5eaf2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.045);
    overflow: hidden;
}

.modern-checkout-shell .checkout-right-box .checkout-details + .checkout-details {
    margin-top: 10px;
}

.modern-checkout-shell .modern-checkout-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 11px 14px;
    border-bottom: 1px solid #edf1f6;
    background: #fcfdff;
}

.modern-checkout-shell .modern-checkout-title h4 {
    margin: 0;
    font-size: 15px !important;
    font-weight: 600;
    color: #111827;
}

.modern-checkout-shell .checkout-detail {
    padding: 12px 14px;
}

.modern-checkout-shell .checkout-title .btn {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 11px !important;
}

.modern-checkout-shell .delivery-address-box {
    position: relative;
    border: 1px solid #dde4ef;
    border-radius: 10px;
    background: #f9fbff;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.modern-checkout-shell .delivery-address-box:hover {
    border-color: #b8c4d9;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.07);
    transform: translateY(-1px);
}

.modern-checkout-shell .delivery-address-box .form-check-input {
    top: 14px;
    left: 14px;
}

.modern-checkout-shell .delivery-address-box .form-check-label {
    padding: 12px 12px 12px 40px;
    border-radius: 10px;
    width: 100%;
}

.modern-checkout-shell .delivery-address-box .name {
    display: block;
    margin-bottom: 4px;
    font-size: 13px !important;
    font-weight: 600;
    color: #0f172a;
}

.modern-checkout-shell .delivery-address-box .address {
    font-size: 12px !important;
    line-height: 1.35;
    color: #475569;
}

.modern-checkout-shell .delivery-address-box .text-title {
    color: #334155;
    font-weight: 600;
}

.modern-checkout-shell .delivery-address-box input.form-check-input:checked + .form-check-label {
    background: linear-gradient(180deg, #f3f7ff 0%, #eef5ff 100%);
}

.modern-checkout-shell .address-actions .btn {
    min-height: 28px;
    width: 28px;
    padding: 0;
    font-size: 12px !important;
}

.modern-checkout-shell .form-label {
    margin-bottom: 4px;
    font-size: 12px !important;
    font-weight: 600;
    color: #334155;
}

.modern-checkout-shell .form-control,
.modern-checkout-shell .form-select {
    border: 1px solid #d4dceb;
    border-radius: var(--site-input-radius, 999px);
    min-height: 36px;
    padding: 6px 10px;
    font-size: 12px !important;
    line-height: 1.3;
    background: #fff;
}

.modern-checkout-shell textarea.form-control {
    min-height: 74px;
}

.modern-checkout-shell .form-control:focus,
.modern-checkout-shell .form-select:focus {
    border-color: #0f172a;
    box-shadow: 0 0 0 0.15rem rgba(15, 23, 42, 0.12);
}

.modern-checkout-shell .checkout-right-box {
    position: sticky;
    top: 18px;
}

.modern-checkout-shell .checkout-right-box .title-box h4 {
    font-size: 15px !important;
    margin-bottom: 4px;
}

.modern-checkout-shell .checkout-right-box .title-box p {
    font-size: 12px !important;
    color: #64748b;
    margin: 0;
}

.modern-checkout-shell .u-cart-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px;
    padding: 10px 0;
}

.modern-checkout-shell .u-cart-item-image {
    align-self: flex-start !important;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
}

.modern-checkout-shell .u-item-title {
    font-size: 13px;
    margin-bottom: 4px;
    min-height: 0;
}

.modern-checkout-shell .cart-variant-summary {
    display: block;
    margin: 0 0 4px 0;
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: #64748b !important;
    font-weight: 400 !important;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.modern-checkout-shell .u-item-price {
    font-size: 12px;
    margin-bottom: 2px;
}

.modern-checkout-shell .u-note-text {
    font-size: 11px;
}

.modern-checkout-shell .u-item-total {
    font-size: 13px;
}

.modern-checkout-shell .sub-total li,
.modern-checkout-shell .total li {
    font-size: 13px !important;
    padding: 7px 0;
}

.modern-checkout-shell .sub-total li .count,
.modern-checkout-shell .total li .count {
    font-size: 13px !important;
    font-weight: 600;
}

.checkout-security-note {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #dde5ef;
    font-size: 11px !important;
    font-weight: 600;
}

.checkout-stock-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 14px 0 16px;
    padding: 14px 16px;
    border: 1px solid #f0d8d8;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffafa 0%, #fff5f5 100%);
    text-align: left;
}

.checkout-stock-notice__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: 18px;
    line-height: 1;
}

.checkout-stock-notice__body {
    min-width: 0;
    flex: 1;
}

.checkout-stock-notice__title {
    margin: 0 0 4px;
    font-size: 14px !important;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
}

.checkout-stock-notice__text {
    margin: 0 0 10px;
    font-size: 12px !important;
    color: #64748b;
    line-height: 1.5;
}

.checkout-stock-notice__list {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.checkout-stock-notice__item {
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #f3d6d6;
}

.checkout-stock-notice__product {
    display: block;
    font-size: 13px !important;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
}

.checkout-stock-notice__meta {
    display: block;
    margin-top: 2px;
    font-size: 11px !important;
    color: #b45309;
    font-weight: 600;
}

.checkout-stock-notice__action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px !important;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.checkout-stock-notice__action:hover {
    color: #000;
    border-bottom-color: #111827;
}

.modern-checkout-shell .u-cart-item--stock-issue {
    padding: 10px;
    margin: 0 -10px;
    border-radius: 10px;
    background: #fff7f7;
    border: 1px solid #f5d0d0;
}

.checkout-stock-item-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: 12px !important;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
}

.modern-checkout-shell .order-btn.is-disabled-stock,
.modern-checkout-shell .order-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.modern-checkout-shell .checkout-order-action {
    margin-top: 2px;
}

.modern-checkout-shell .order-btn {
    width: 100%;
    min-height: 42px;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    background: var(--btn-modern-bg, #111827) !important;
    border-color: var(--btn-modern-border, #111827) !important;
}

.modern-checkout-shell .order-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.22);
}

.modern-checkout-shell .coupon-section .btn:not(.btn-sm) {
    min-height: 42px;
    font-size: 14px !important;
    font-weight: 600;
}

.modern-checkout-shell .coupon-section .coupon-pill-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100%;
    max-width: 100%;
}

.modern-checkout-shell .coupon-section .coupon-pill-input {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 42px;
    margin: 0 !important;
    border-radius: var(--site-input-radius, 999px) 0 0 var(--site-input-radius, 999px) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-right: 0 !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.modern-checkout-shell .coupon-section .coupon-pill-input::placeholder {
    color: #7a7a7a;
    font-size: 13px;
}

.modern-checkout-shell .coupon-section .coupon-pill-input:focus {
    border-color: var(--site-btn-border-hover, #ccc) !important;
    box-shadow: none !important;
    outline: none !important;
    z-index: 2;
}

.modern-checkout-shell .coupon-section .coupon-pill-btn,
.modern-checkout-shell .coupon-section .apply-coupon-code-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    position: static !important;
    margin: 0 !important;
    min-height: 42px !important;
    padding: 10px 20px !important;
    white-space: nowrap;
    border-radius: 0 var(--site-btn-radius, 999px) var(--site-btn-radius, 999px) 0 !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-left: 0 !important;
    background-image: none !important;
    z-index: 1;
}

.modern-checkout-shell .coupon-section .coupon-pill-btn:hover,
.modern-checkout-shell .coupon-section .coupon-pill-btn:focus-visible,
.modern-checkout-shell .coupon-section .apply-coupon-code-btn:hover,
.modern-checkout-shell .coupon-section .apply-coupon-code-btn:focus-visible {
    border-color: var(--site-btn-border-hover, #ccc) !important;
    z-index: 3;
}

/* Checkout kupon alaninda sadece metin gorunsun */
.modern-checkout-shell .coupon-section .alert {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.modern-checkout-shell .coupon-section .checkout-applied-coupon {
    padding: 0;
    background: transparent;
    border: 0;
}

.modern-checkout-shell .coupon-section .checkout-applied-coupon-row {
    align-items: center !important;
}

.modern-checkout-shell .coupon-section .checkout-coupon-remove-btn,
.cart-remove-btn {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    font-size: 15px !important;
    line-height: 1 !important;
    background-image: none !important;
}

.cart-remove-btn i,
.remove-coupon-btn i {
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modern-checkout-shell .coupon-section .checkout-applied-coupon-name {
    font-weight: 600;
    color: #0f766e;
}

.modern-checkout-shell .coupon-section .checkout-applied-coupon-discount {
    margin-top: 2px;
}

.modern-checkout-shell .order-box .coupon-section {
    margin-top: 18px;
    padding-top: 14px;
}

.modern-checkout-shell .order-box .coupon-section > .mb-3 {
    margin-bottom: 14px !important;
}

.modern-checkout-shell .order-box .coupon-section h5 {
    line-height: 1.4;
}

.modern-checkout-shell .order-box .coupon-section #checkout_coupon_input_row {
    margin-top: 2px;
}

body .checkout-modern-v2 .order-box .coupon-section {
    margin-top: 18px !important;
    padding-top: 14px !important;
}

body .checkout-modern-v2 .order-box .coupon-section > .mb-3 {
    margin-bottom: 14px !important;
}

/* Address + payment cards visual polish */
.modern-checkout-shell .checkout-address-detail .row,
.modern-checkout-shell .checkout-payment-detail .row {
    margin-top: 0;
}

.modern-checkout-shell .delivery-address-box {
    overflow: hidden;
}

.modern-checkout-shell .delivery-address-box .form-check-input {
    opacity: 0;
    position: absolute;
}

.modern-checkout-shell .delivery-address-box .form-check-label {
    position: relative;
    display: block;
    border: 1px solid transparent;
    background: #fff;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.modern-checkout-shell .delivery-address-box .form-check-label::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #c2cddd;
    background: #fff;
    box-sizing: border-box;
}

.modern-checkout-shell .delivery-address-box .form-check-input:checked + .form-check-label::before {
    border-color: #111827;
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #111827;
}

.modern-checkout-shell .delivery-address-box.is-selected,
.modern-checkout-shell .delivery-address-box .form-check-input:checked + .form-check-label {
    border-color: #c8d5eb;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
    box-shadow: 0 8px 18px rgba(30, 64, 175, 0.1);
}

.modern-checkout-shell .delivery-address-box .address {
    margin-top: 2px;
}

.modern-checkout-shell .address-actions {
    top: 8px !important;
    right: 8px !important;
}

.modern-checkout-shell .address-actions .btn {
    border-radius: var(--site-btn-radius, 999px) !important;
    background: #fff !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    color: #334155 !important;
}

.modern-checkout-shell .address-actions .btn:hover {
    background: #f3f7ff !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

.modern-checkout-shell .checkout-payment-detail .payment-method-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
}

.modern-checkout-shell .payment-method-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 11px 12px 11px 34px;
    margin: 0;
    border: 1px solid #e4e9f2;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.modern-checkout-shell .payment-method-card:hover {
    border-color: #cdd6e4;
}

.modern-checkout-shell .payment-method-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.modern-checkout-shell .payment-method-indicator {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #c5ced9;
    border-radius: 50%;
    flex-shrink: 0;
    transition: border-color 0.15s ease;
}

.modern-checkout-shell .payment-method-card input:checked ~ .payment-method-indicator {
    border-color: var(--theme-color, #111);
}

.modern-checkout-shell .payment-method-card input:checked ~ .payment-method-indicator::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--theme-color, #111);
}

.modern-checkout-shell .payment-method-name {
    font-size: 13px;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.35;
}

.modern-checkout-shell .payment-method-card:has(input:checked) {
    border-color: var(--theme-color, #111);
    background: #fafafa;
}

.modern-checkout-shell .payment-method-card:has(input:checked) .payment-method-name {
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .modern-checkout-shell .checkout-payment-detail .payment-method-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991.98px) {
    .checkout-modern-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 11px 12px;
    }

    .modern-checkout-shell .checkout-right-box {
        position: relative;
        top: 0;
    }
}

@media (max-width: 575.98px) {
    .checkout-modern-header h3 {
        font-size: 16px !important;
    }

    .modern-checkout-shell .modern-checkout-title,
    .modern-checkout-shell .checkout-detail {
        padding: 10px 12px;
    }

    .modern-checkout-shell .u-cart-item-image {
        width: 56px;
        height: 56px;
    }
}

/* Global responsive safety layer */
html {
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

body {
    overflow-x: hidden;
}

/* SweetAlert / Bootstrap modal: body padding-right leaves a white strip beside full-width footer */
body.swal2-shown,
html.swal2-shown,
body.modal-open,
body.offcanvas-open,
body.cart-offcanvas-open {
    padding-right: 0 !important;
}

img,
video,
canvas {
    max-width: 100%;
    height: auto;
}

/* Header / nav responsive fixes */
.header-search {
    flex: 0 1 clamp(220px, 30vw, 340px) !important;
    width: min(100%, 340px);
    max-width: 340px;
    min-width: 0 !important;
}

.header-search-row {
    gap: clamp(10px, 2vw, 24px) !important;
}

/* Category/Wishlist product card consistency */
#product-list > [class*="col-"],
.wishlist-section .row > [class*="col-"] {
    min-width: 0;
}

/* Unified product grid: 5 → 4 → 3 → 2 (mobile) → 1.5 (small phone) */
.tkb-product-grid > .tkb-product-grid-col,
.tkb-product-grid > .col-grid-box,
#product-list.tkb-product-grid > .tkb-product-grid-col,
#product-list.tkb-product-grid > .col-grid-box,
#searchResultsContainer.tkb-product-grid > .tkb-product-grid-col,
#searchResultsContainer.tkb-product-grid > .col-grid-box,
.wishlist-section .row.tkb-product-grid > .tkb-product-grid-col,
.wishlist-section .row.tkb-product-grid > .col-grid-box {
    flex: 0 0 66.666667% !important;
    width: 66.666667% !important;
    max-width: 66.666667% !important;
}

@media (min-width: 390px) and (max-width: 767.98px) {
    .tkb-product-grid > .tkb-product-grid-col,
    .tkb-product-grid > .col-grid-box,
    #product-list.tkb-product-grid > .tkb-product-grid-col,
    #product-list.tkb-product-grid > .col-grid-box,
    #searchResultsContainer.tkb-product-grid > .tkb-product-grid-col,
    #searchResultsContainer.tkb-product-grid > .col-grid-box,
    .wishlist-section .row.tkb-product-grid > .tkb-product-grid-col,
    .wishlist-section .row.tkb-product-grid > .col-grid-box {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
}

@media (min-width: 768px) {
    .tkb-product-grid > .tkb-product-grid-col,
    .tkb-product-grid > .col-grid-box,
    #product-list.tkb-product-grid > .tkb-product-grid-col,
    #product-list.tkb-product-grid > .col-grid-box,
    #searchResultsContainer.tkb-product-grid > .tkb-product-grid-col,
    #searchResultsContainer.tkb-product-grid > .col-grid-box,
    .wishlist-section .row.tkb-product-grid > .tkb-product-grid-col,
    .wishlist-section .row.tkb-product-grid > .col-grid-box {
        flex: 0 0 33.333333% !important;
        width: 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media (min-width: 1200px) {
    .tkb-product-grid > .tkb-product-grid-col,
    .tkb-product-grid > .col-grid-box,
    #product-list.tkb-product-grid > .tkb-product-grid-col,
    #product-list.tkb-product-grid > .col-grid-box,
    #searchResultsContainer.tkb-product-grid > .tkb-product-grid-col,
    #searchResultsContainer.tkb-product-grid > .col-grid-box,
    .wishlist-section .row.tkb-product-grid > .tkb-product-grid-col,
    .wishlist-section .row.tkb-product-grid > .col-grid-box {
        flex: 0 0 25% !important;
        width: 25% !important;
        max-width: 25% !important;
    }
}

@media (min-width: 1400px) {
    .tkb-product-grid > .tkb-product-grid-col,
    .tkb-product-grid > .col-grid-box,
    #product-list.tkb-product-grid > .tkb-product-grid-col,
    #product-list.tkb-product-grid > .col-grid-box,
    #searchResultsContainer.tkb-product-grid > .tkb-product-grid-col,
    #searchResultsContainer.tkb-product-grid > .col-grid-box,
    .wishlist-section .row.tkb-product-grid > .tkb-product-grid-col,
    .wishlist-section .row.tkb-product-grid > .col-grid-box {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
    }
}

.tkb-product-grid.list-view > .tkb-product-grid-col,
.tkb-product-grid.list-view > .col-grid-box,
#product-list.tkb-product-grid.list-view > .tkb-product-grid-col,
#product-list.tkb-product-grid.list-view > .col-grid-box {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Product detail/mobile CTA + sticky variant area */
.product-page-details .product-buttons .d-flex.align-items-center.gap-3 {
    flex-wrap: wrap;
}

/* Share/input groups on product page */
.share-modal .input-group.form-box {
    flex-wrap: wrap;
}

/* Checkout summary image/row stability */
.checkout-section ul.qty li[data-varyant-id],
.modern-checkout-shell .order-box .qty li.u-cart-item {
    display: flex !important;
    align-items: flex-start !important;
}

.checkout-section ul.qty li[data-varyant-id] .cart-image,
.checkout-section ul.qty li[data-varyant-id] .u-cart-item-image,
.modern-checkout-shell .order-box .qty li .cart-image,
.modern-checkout-shell .order-box .qty li .u-cart-item-image {
    align-self: flex-start !important;
    flex-shrink: 0;
    overflow: hidden;
}

.checkout-section ul.qty li[data-varyant-id] .cart-image a,
.modern-checkout-shell .order-box .qty li .cart-image a,
.modern-checkout-shell .order-box .qty li .u-cart-item-image a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.checkout-section ul.qty li[data-varyant-id] .cart-image img,
.modern-checkout-shell .order-box .qty li .cart-image img,
.modern-checkout-shell .order-box .qty li .u-cart-item-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: center top;
}

.modern-checkout-shell .order-box .qty li .cart-content,
.modern-checkout-shell .order-box .qty li .u-cart-item-content {
    display: flex !important;
    align-items: flex-start !important;
    align-self: flex-start !important;
    flex: 1 1 auto;
    min-width: 0;
}

.checkout-section ul.qty li[data-varyant-id] {
    gap: 10px !important;
}

.checkout-section ul.qty li[data-varyant-id] .cart-image {
    width: 72px !important;
    height: 72px !important;
    flex-shrink: 0;
}

/* Payment card input badge stability */
.card-input-wrapper input {
    padding-right: 120px !important;
}

.card-brand-badge-inline {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Homepage section title + wheel modal */
.section-b-space .slider-nav-buttons {
    flex-shrink: 0;
}

#wheelResult,
#wheelNotEligible {
    max-width: min(520px, 92vw) !important;
}

@media (max-width: 1200px) {
    .header-search {
        flex-basis: clamp(210px, 32vw, 300px) !important;
        width: min(100%, 300px);
        max-width: 300px;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .header-icons {
        gap: 10px !important;
    }

    .product-page-details .product-buttons .d-flex.align-items-center.gap-3 > .btn,
    .product-page-details .product-buttons .d-flex.align-items-center.gap-3 > a.btn {
        width: 100%;
    }

    .product-page-details .product-buttons .pdp-cta-row--notify-only > .stock-notify-btn-pdp,
    .product-page-details .product-buttons .pdp-cta-row--notify-only > .btn-whatsapp-pdp {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .buy-box {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .checkout-section ul.qty li[data-varyant-id] {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .checkout-section ul.qty li[data-varyant-id] .cart-content {
        width: 100%;
    }

    .card-input-wrapper input {
        padding-right: 95px !important;
    }

    .card-brand-badge-inline {
        font-size: 12px !important;
        max-width: 88px;
    }

    #wheelModal .modal-dialog {
        max-width: 96vw !important;
    }

    #wheelModal #wheelResult,
    #wheelModal #wheelNotEligible {
        max-width: 92vw !important;
        padding: 20px 14px !important;
    }
}

.footer-theme .footer-logo img.site-footer-logo {
    width: auto !important;
    height: auto !important;
    max-width: min(300px, 75vw) !important;
    max-height: clamp(48px, 12vw, 90px) !important;
    object-fit: contain;
}

.site-footer-layout {
    margin-left: 0;
    margin-right: 0;
}

.site-footer-brand-text {
    margin-bottom: 1rem;
    max-width: 36rem;
}

.site-footer-contact-list {
    margin-bottom: 0;
}

.site-footer-social {
    margin-top: 1rem;
}

.site-footer-brand-col .site-footer-social .footer-social-links {
    margin-bottom: 0;
}

/* Contact info (mail/phone/address) — do not capitalize each word */
.footer-theme .sub-title .site-footer-contact-list li,
.footer-theme .sub-title .contact-list.site-footer-contact-list li,
.darken-layout .sub-title .site-footer-contact-list li {
    text-transform: none !important;
}

.footer-theme .sub-title .site-footer-contact-list li a,
.footer-theme .sub-title .contact-list.site-footer-contact-list li a,
.darken-layout .sub-title .site-footer-contact-list li a {
    text-transform: none !important;
}

.site-footer-menu-row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

.site-footer-menu-block {
    height: 100%;
    margin-bottom: 0;
}

.site-footer-menu-block .footer-title {
    margin-bottom: 0.75rem;
}

.site-footer-menu-block .footer-title h4 {
    margin-bottom: 0;
    font-size: 15px !important;
    letter-spacing: 0.02em;
}

.site-footer-menu-block .footer-content ul {
    margin-bottom: 0;
}

.site-footer-menu-block .footer-content ul li + li {
    margin-top: 0.45rem;
}

@media (min-width: 992px) {
    .site-footer-menu-row {
        --bs-gutter-x: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .site-footer-menu-row > .col {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .site-footer-brand-col {
        padding-bottom: 0.25rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .site-footer-menu-row {
        padding-top: 0.25rem;
    }
}

@media (max-width: 575.98px) {
    .site-footer-menu-row {
        --bs-gutter-y: 1.5rem;
    }

    .site-footer-menu-block .footer-title {
        margin-bottom: 0.6rem;
    }
}

@media (max-width: 576px) {
    .header-search-row {
        gap: 10px !important;
        padding: 8px 0 !important;
    }

    .header-icon-item i {
        font-size: 20px !important;
    }

    .checkout-section ul.qty li[data-varyant-id] .cart-image {
        width: 58px !important;
        height: 58px !important;
    }

    .card-input-wrapper input {
        padding-right: 14px !important;
    }

    .card-brand-badge-inline {
        position: static !important;
        transform: none !important;
        display: inline-flex;
        margin-top: 6px;
        max-width: 100%;
    }

    #wheelModal .modal-body {
        padding: 12px !important;
    }
}

.u-text-center-p40-20 {
    text-align: center;
    padding: 40px 20px;
}

.u-empty-cart-icon {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 16px;
}

.u-empty-cart-text {
    color: #999;
    font-size: 14px;
}

.product-color-list {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
}

.product-color-dot {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: transform 0.15s;
    margin-left: -5px;
    box-shadow: none;
    display: block;
    padding: 0;
    line-height: 0;
}

.product-color-wrap {
    position: absolute;
    top: 8px;
    right: 8px;
    margin-top: 0;
    z-index: 2;
    pointer-events: none;
}

.product-color-wrap .product-color-dot:first-child {
    margin-left: 0;
}

.product-card-surface {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px !important;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

/* Glow kesilmesin: parent zincirinde taşmaya izin ver */
#product-list,
.product-list,
.products-wrapper,
.tkb-product-grid,
.tkb-product-grid-col,
.col-grid-box {
    overflow: visible !important;
}

.tkb-product-grid {
    align-items: stretch;
}

.tkb-product-grid > .tkb-product-grid-col,
.tkb-product-grid > .col-grid-box,
#product-list.tkb-product-grid > .tkb-product-grid-col,
#product-list.tkb-product-grid > .col-grid-box,
#searchResultsContainer.tkb-product-grid > .tkb-product-grid-col,
#searchResultsContainer.tkb-product-grid > .col-grid-box {
    display: flex;
    flex-direction: column;
}

.product-slider-item {
    padding: 0 5px;
}

.product-card-surface-mb {
    margin-bottom: 30px;
}

.product-image-wrapper-square {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #ffffff;
    overflow: hidden;
}

.product-image-wrapper-portrait {
    position: relative;
    width: 100%;
    padding-top: 135%;
    background: #ffffff;
    overflow: hidden;
}

.product-image-fill-blur {
    position: absolute;
    inset: 0;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    transform: scale(1.2);
    opacity: 0;
    z-index: 0;
    transition: opacity 0.4s ease, transform 0.45s ease;
}

.product-card-marka .product-image-link-fill {
    background-color: #ffffff;
}

.product-image-link-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
}

.product-image-abs-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.product-image-abs-cover-second {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 4;
    pointer-events: none;
}

.product-image-abs-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.product-image-abs-contain-second {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: none;
}

.product-watermark-wrapper-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-watermark-bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(5px) brightness(1.4);
}

.product-watermark-bg-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(5px) brightness(1.4);
}

.product-watermark-overlay-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
}

.product-wishlist-btn-float,
.product-card-action-btn.wishlist-btn-product,
.product-card-alt-action-btn.wishlist-btn-product {
    background: var(--product-card-wishlist-bg, #fff);
    border: 1px solid var(--site-btn-border, #e0e0e0);
}

.product-wishlist-btn-float {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: var(--site-btn-radius, 999px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 25;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.product-wishlist-icon {
    font-size: 20px;
    color: var(--product-card-wishlist-icon, #333);
    transition: all 0.3s;
}

.product-wishlist-icon-active,
.wishlist-btn-product .ri-heart-fill.product-wishlist-icon,
.product-wishlist-btn-float .ri-heart-fill.product-wishlist-icon {
    color: var(--product-card-wishlist-icon-active, #ff6b5b);
}

.wishlist-btn-visible {
    opacity: 1;
}

.empty-wishlist {
    text-align: center;
    padding: 80px 20px;
}

.empty-wishlist i {
    font-size: 80px;
    color: #ddd;
    margin-bottom: 20px;
}

.empty-wishlist h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.empty-wishlist p {
    color: #666;
    margin-bottom: 30px;
}

.product-overlay-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 30;
    width: 90%;
    max-width: 200px;
}

.product-btn-dark {
    background: var(--product-card-cart-bg, #fff);
    color: var(--product-card-cart-text, #111);
    border: 1px solid var(--site-btn-border, #e0e0e0);
    padding: 12px 20px;
    border-radius: var(--site-btn-radius) !important;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
    pointer-events: auto;
    letter-spacing: 0.5px;
    width: 100%;
}

.product-btn-disabled {
    background: #ccc;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: var(--site-btn-radius) !important;
    font-size: 13px;
    font-weight: 600;
    cursor: not-allowed;
    white-space: nowrap;
    letter-spacing: 0.5px;
    width: 100%;
}

.product-btn-ghost {
    background: var(--product-card-view-bg, #fff);
    color: var(--product-card-view-text, #111);
    border: 1px solid var(--site-btn-border, #e0e0e0);
    padding: 12px 20px;
    border-radius: var(--site-btn-radius) !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    letter-spacing: 0.5px;
    width: 100%;
}

.product-info-box {
    padding: 15px;
    text-align: left;
    position: relative;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.product-info-link {
    text-decoration: none;
    display: block;
}

.product-title-row {
    display: block;
    position: relative;
}

.product-title-row .product-info-link {
    display: block;
    padding-right: 0;
}

.product-variant-overlap {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
    flex-shrink: 0;
}

.product-card-marka .product-title-row {
    position: relative !important;
    display: block !important;
}

.product-card-marka .product-title-row .product-info-link {
    display: block !important;
    padding-right: 0 !important;
}

.product-price-row .product-variant-overlap,
.product-card-marka .product-price-row .product-variant-overlap,
.product-variant-price-swatches {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
    z-index: 1;
}

.product-variant-chip {
    -webkit-appearance: none;
    appearance: none;
    flex: 0 0 auto;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    background: #fff;
    color: #374151;
    border-radius: var(--site-btn-radius) !important;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
}

.product-variant-chip.is-active {
    border-color: #111827;
    background: #111827;
    color: #fff;
}

.product-variant-chip-color {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    flex-shrink: 0;
    line-height: 0 !important;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.18s ease;
}

.product-variant-chip-color.is-sold-out .product-variant-color-swatch {
    filter: grayscale(0.45) brightness(0.62);
}

.product-variant-chip-color.is-sold-out::after,
.pdp-variant-color-dot.is-sold-out::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(-35deg);
    transform-origin: center center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 2;
}

.product-variant-color-swatch {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: none;
    display: block;
    padding: 0;
    line-height: 0;
    box-sizing: border-box;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.product-variant-chip-color.is-active {
    background: transparent !important;
    border: none !important;
    transform: none;
    outline: none;
    box-shadow: none !important;
    color: inherit;
}

.product-variant-chip-color.is-active .product-variant-color-swatch {
    border: 2.5px solid #374151 !important;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.28);
}

.product-variant-chip-overlap {
    margin-left: -5px;
    position: relative;
    z-index: 1;
}

.product-variant-overlap .product-variant-chip-overlap:first-child {
    margin-left: 0;
}

.product-variant-chip-overlap.is-active {
    z-index: 5;
}

@media (max-width: 767px) {
    .product-variant-chip-overlap {
        margin-left: -4px;
    }
}

.product-info-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000;
    margin: 0 0 8px 0 !important;
    line-height: 1.4 !important;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    min-height: calc(1.4em * 2);
    max-height: calc(1.4em * 2);
}

.product-price-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    min-height: 24px;
}

.product-card-marka .product-price-main,
.product-price-main {
    font-size: 19px !important;
    font-weight: 600;
    color: #000;
}

.product-card-marka .product-price-old,
.product-price-old {
    font-size: 15px !important;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
}

.product-price-stack {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 0 0 auto;
}

.product-card-marka .product-price-stack .product-price-main {
    display: block;
    line-height: 1.2;
}

.product-card-marka .product-price-stack .product-price-old {
    display: block;
    margin-top: 0;
}

.product-card-marka-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.product-card-marka-footer .product-price-row {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
}

.product-card-discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 999px;
    z-index: 12;
    pointer-events: none;
}

.product-card-soldout-overlay {
    position: absolute;
    inset: 0;
    z-index: 11;
    overflow: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.28);
}

.product-card-soldout-label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    transform: translate(-50%, -50%) rotate(-35deg);
    transform-origin: center center;
}

.product-image-wrapper.is-sold-out .product-image,
.product-image-wrapper.is-sold-out .product-image-fill-blur,
.product-image-wrapper.is-sold-out .product-watermark-bg {
    filter: grayscale(0.45) brightness(0.62);
}

.product-card-hover-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    gap: 8px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 12;
}

.product-card-action-btn {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: var(--site-btn-radius, 999px);
    background: #fff;
    color: #111;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card-action-btn i {
    font-size: 16px;
    line-height: 1;
}

.product-card-action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.product-card-marka-cart-btn,
.product-card-alt-cart-btn {
    flex: 0 0 auto;
    width: 46px !important;
    height: 46px !important;
    min-height: 0 !important;
    padding: 0 !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-card-marka-cart-btn i,
.product-card-alt-cart-btn i {
    font-size: 20px !important;
    line-height: 1;
    color: currentColor;
    pointer-events: none;
}

.product-card-marka-cart-btn-disabled,
.product-card-alt-cart-btn-disabled {
    background: #bdbdbd !important;
    border-radius: 50% !important;
    border: 0 !important;
    cursor: not-allowed;
}

.product-mobile-cart-row {
    display: none;
    margin-top: 10px;
}

.product-mobile-cart-row .add-to-cart-btn-overlay,
.product-mobile-cart-row .product-btn-disabled {
    width: 100%;
}

/* Global product-card behavior (index/listing/navbar/urun) */
.product-card-marka .product-variant-chip:not(.product-variant-chip-color) {
    border-radius: var(--site-btn-radius) !important;
}

.product-card-marka.product-card-surface {
    position: relative;
    min-height: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    border-radius: 16px !important;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: none;
    border-color: #e6e9ef;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}

.product-card-marka.product-card-surface.is-breathing-card {
    border: 1px solid rgba(230, 233, 239, 0.95) !important;
    animation: productFeaturedGlowShadow 2.2s ease-in-out infinite;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.product-card-marka.product-card-surface.is-breathing-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 20;
    box-sizing: border-box;
    border: 2px solid rgba(235, 28, 48, 0.08);
    animation: productFeaturedImageRing 2.2s ease-in-out infinite;
}



@keyframes productFeaturedGlowShadow {
    0%, 100% {
        box-shadow:
            0 10px 24px rgba(13, 17, 23, 0.06),
            0 0 0 rgba(235, 28, 48, 0);
    }
    50% {
        box-shadow:
            0 12px 28px rgba(13, 17, 23, 0.08),
            0 0 28px rgba(235, 28, 48, 0.52);
    }
}


@keyframes productFeaturedImageRing {
    0%, 100% {
        border-color: rgba(235, 28, 48, 0.06);
        box-shadow: none;
    }
    50% {
        border-color: rgba(220, 12, 32, 0.92);
        box-shadow: 0 0 22px rgba(235, 28, 48, 0.52);
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-card-marka.product-card-surface.is-breathing-card {
        animation: none;
        border-color: rgba(230, 233, 239, 0.95) !important;
        box-shadow:
            0 10px 24px rgba(13, 17, 23, 0.06),
            0 0 16px rgba(235, 28, 48, 0.24);
    }

    .product-card-marka.product-card-surface.is-breathing-card::after {
        animation: none;
        border-color: rgba(235, 28, 48, 0.55);
        box-shadow: 0 0 14px rgba(235, 28, 48, 0.28);
    }


}

.product-card-marka.product-card-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.08) 35%, rgba(255, 255, 255, 0) 65%);
    transition: opacity 0.4s ease;
}

.product-card-marka .product-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #fff !important;
}

.product-card-marka .product-image-abs-contain,
.product-card-marka .product-image-abs-contain-second,
.product-card-marka .product-image.product-image-1,
.product-card-marka .product-image.product-image-2 {
    object-fit: cover !important;
    object-position: center center;
}

.product-card-marka .product-image-wrapper::after {
    content: "";
    position: absolute;
    inset: -16% -45%;
    z-index: 6;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 60%);
    transform: translateX(-120%) rotate(8deg);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}

.product-image-fill-blur {
    filter: blur(10px);
    transform: scale(1.2);
    opacity: 0;
    background-color: #ffffff;
    transition: opacity 0.4s ease, transform 0.45s ease;
}

.product-image-wrapper-square,
.product-image-wrapper-portrait,
.product-card-marka .product-image-wrapper-portrait {
    background: #fff !important;
}

.product-image-1 {
    opacity: 1;
    z-index: 1;
    transform: scale(1) translateY(0);
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.62s ease, filter 0.62s ease;
}

.product-image-2 {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transform: scale(1.14) translateY(46px);
    clip-path: inset(48% 0 0 0);
    transition: transform 1.02s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.66s ease, clip-path 0.76s ease, visibility 0.66s ease;
}

.product-card-marka.product-card-surface.has-second-image .product-image-2 {
    transform-origin: center center;
}

.product-watermark-wrapper {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.35s ease;
}

.product-card-marka:not(.has-second-image) .product-image-1 {
    z-index: 3;
}

.product-card-marka:not(.has-second-image) .product-watermark-wrapper {
    display: none !important;
}

.product-overlay-buttons {
    z-index: 30 !important;
}

.product-card-marka .product-overlay-buttons {
    display: none !important;
}

.product-card-marka .wishlist-btn-product.product-wishlist-btn-float {
    display: none !important;
}

.product-card-marka .product-overlay-buttons {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, calc(-50% + 12px));
    transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s ease !important;
}

.product-overlay-buttons button,
.product-overlay-buttons a {
    pointer-events: auto !important;
}

.product-card-marka .wishlist-btn-product:not(.product-card-action-btn) {
    opacity: 0;
    transform: translateY(-6px) scale(0.96);
    transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card-marka .product-card-hover-actions .wishlist-btn-product {
    opacity: 1;
    transform: none;
}

@media (hover: hover) and (pointer: fine) {
    .product-card-marka.product-card-surface:hover {
        transform: translateY(-8px);
        border-color: #d7dce6;
        box-shadow: none;
    }

    .product-card-marka.product-card-surface.is-breathing-card:hover {
        animation-play-state: paused;
        border-color: #d7dce6 !important;
        box-shadow:
            0 20px 38px rgba(15, 23, 42, 0.16),
            0 0 20px rgba(235, 28, 48, 0.34);
    }

    .product-card-marka.product-card-surface.is-breathing-card:hover::after {
        animation-play-state: paused;
        border-color: rgba(220, 12, 32, 0.82);
        box-shadow: 0 0 18px rgba(235, 28, 48, 0.42);
    }

    .product-card-marka.product-card-surface:hover::before {
        opacity: 1;
    }

    .product-card-marka.product-card-surface:hover .product-image-fill-blur {
        opacity: 0;
        transform: scale(1.2);
    }

    .product-card-marka.product-card-surface:hover .product-image-1 {
        transform: scale(1.06) translateY(-2px);
        filter: saturate(1.05) contrast(1.04);
    }

    .product-card-marka.product-card-surface:not(.has-second-image):hover .product-image-1 {
        transform: scale(1.08) translateY(-6px);
        filter: saturate(1.12) contrast(1.06);
    }

    .product-card-marka.product-card-surface:not(.has-second-image):hover .product-image-wrapper::after {
        opacity: 1;
        transform: translateX(112%) rotate(8deg);
    }

    .product-card-marka.product-card-surface.has-second-image:hover .product-image-1 {
        opacity: 0;
        transform: scale(1.06) translateY(-28px);
        filter: saturate(1.02) contrast(1.01);
    }

    .product-card-marka.product-card-surface.has-second-image:hover .product-image-2 {
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 4 !important;
        transform: scale(1.1) translateY(-12px);
        clip-path: inset(0 0 0 0);
        filter: saturate(1.12) contrast(1.05);
    }

    /* Varyant seciminden hemen sonra kart hover durumunda kalsa da ikinci gorseli acma. */
    .product-card-marka.product-card-surface.has-second-image.variant-just-changed:hover .product-image-1 {
        opacity: 1 !important;
        transform: scale(1.06) translateY(-2px) !important;
    }

    .product-card-marka.product-card-surface.has-second-image.variant-just-changed:hover .product-image-2 {
        opacity: 0 !important;
        visibility: hidden !important;
        z-index: 2 !important;
        transform: scale(1.08) translateY(46px) !important;
        clip-path: inset(48% 0 0 0) !important;
    }

    .product-card-marka.product-card-surface:hover .product-card-hover-actions {
        opacity: 1;
        transform: translateX(0);
    }

    .product-card-marka.product-card-surface:hover .product-overlay-buttons {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .product-card-marka.product-card-surface:hover .wishlist-btn-product:not(.product-card-action-btn) {
        opacity: 0;
        transform: translateY(-6px) scale(0.96);
    }

    .product-card-marka.product-card-surface:hover .product-image-link {
        pointer-events: none;
        z-index: 3;
    }
}

.add-to-cart-btn-overlay:hover,
.product-btn-dark:hover {
    background: var(--product-card-cart-bg-hover, #111) !important;
    color: var(--product-card-cart-text-hover, #fff) !important;
    border-color: var(--product-card-cart-border-hover, #111) !important;
    transform: translateY(-1px) scale(1.01);
}

.view-product-btn:hover,
.product-btn-ghost:hover {
    background: var(--product-card-view-bg-hover, #111) !important;
    color: var(--product-card-view-text-hover, #fff) !important;
    border-color: var(--product-card-view-border-hover, #111) !important;
}

.wishlist-btn-product:hover,
.wishlist-btn-product:focus-visible,
.product-wishlist-btn-float:hover,
.product-wishlist-btn-float:focus-visible {
    transform: scale(1.08);
    background: var(--product-card-wishlist-bg-hover, #fff) !important;
    border-color: var(--product-card-wishlist-border-hover, #fff) !important;
}

.wishlist-btn-product:hover .product-wishlist-icon:not(.product-wishlist-icon-active):not(.ri-heart-fill),
.wishlist-btn-product:focus-visible .product-wishlist-icon:not(.product-wishlist-icon-active):not(.ri-heart-fill),
.product-wishlist-btn-float:hover .product-wishlist-icon:not(.product-wishlist-icon-active):not(.ri-heart-fill),
.product-wishlist-btn-float:focus-visible .product-wishlist-icon:not(.product-wishlist-icon-active):not(.ri-heart-fill) {
    color: var(--product-card-wishlist-icon-hover, #333) !important;
}

@media (prefers-reduced-motion: reduce) {
    .product-card-marka.product-card-surface,
    .product-card-marka.product-card-surface::before,
    .product-image-fill-blur,
    .product-image-1,
    .product-image-2,
    .product-card-marka .product-overlay-buttons,
    .product-card-marka .wishlist-btn-product {
        transition: none !important;
    }
}

/* Related products slider on product detail — legacy alias */
.related-products-slider,
.category-slider.category-slider-related-urun {
    margin: 0 -10px;
}

.related-slider-nav-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .product-overlay-buttons {
        width: 85% !important;
        max-width: 180px !important;
    }

    .product-card-marka .product-image-abs-contain,
    .product-card-marka .product-image-abs-contain-second {
        object-fit: cover !important;
        object-position: center center !important;
    }

    .product-card-marka .product-image-wrapper-portrait {
        background: #fff;
    }

    .product-card-marka .wishlist-btn-product {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .product-card-marka .product-card-hover-actions {
        opacity: 1;
        transform: none;
        top: 8px;
        right: 8px;
        gap: 6px;
    }

    .product-card-marka .product-card-action-btn,
    .product-card-marka .product-card-hover-actions .wishlist-btn-product {
        width: 32px !important;
        height: 32px !important;
        min-height: 0 !important;
        padding: 0 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .product-card-marka .product-card-action-btn i,
    .product-card-marka .product-card-hover-actions .product-wishlist-icon {
        font-size: 15px !important;
    }

    .product-card-marka .product-info-title {
        font-size: 13px !important;
        line-height: 1.4 !important;
        flex-shrink: 0;
        min-height: calc(1.4em * 2);
        max-height: calc(1.4em * 2);
    }

    .product-card-marka-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .product-card-marka .product-price-stack {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
        padding-right: 4px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 6px;
    }

    .product-card-marka .product-price-main {
        font-size: 15px !important;
        display: inline;
        white-space: nowrap;
        overflow: visible;
        text-overflow: unset;
        word-break: normal;
    }

    .product-card-marka .product-price-old {
        font-size: 12px !important;
        display: inline;
        white-space: nowrap;
        overflow: visible;
        text-overflow: unset;
        word-break: normal;
        margin-top: 0 !important;
    }

    .product-card-marka .product-image-wrapper .product-card-image-swatches {
        bottom: 8px;
        right: 8px;
        padding: 4px 7px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .product-card-marka .product-image-wrapper .product-card-image-swatches::-webkit-scrollbar {
        display: none;
    }

    .product-card-marka .product-image-wrapper .product-card-image-swatches .product-variant-overlap,
    .product-card-marka .product-image-wrapper .product-card-image-swatches .product-variant-price-swatches {
        gap: 3px;
    }

    .product-card-marka .product-image-wrapper .product-card-image-swatches .product-variant-chip-color,
    .product-card-marka .product-image-wrapper .product-card-image-swatches .product-variant-color-swatch {
        width: 17px !important;
        height: 17px !important;
        min-width: 17px !important;
        min-height: 17px !important;
        max-width: 17px !important;
        max-height: 17px !important;
    }

    .product-card-marka-cart-btn {
        flex: 0 0 auto;
        align-self: center;
        width: 40px !important;
        height: 40px !important;
    }

    .product-card-marka-cart-btn i {
        font-size: 18px !important;
    }

    .product-card-marka .product-mobile-cart-row {
        display: none !important;
    }
}

.home-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.home-category-block {
    flex: 0 0 auto;
    width: 130px;
    text-align: center;
    margin: 10px;
}

.home-category-section {
    padding: 40px 0;
}

.home-category-section.section-b-space {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.home-category-section + .home-category-section {
    margin-top: 6px;
}

.category-slider {
    min-height: 450px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.category-slider.slick-initialized {
    min-height: auto;
    opacity: 1;
}

.pdp-related-products--lazy #pdpRelatedProductsSlider:not(.slick-initialized) {
    min-height: auto;
    opacity: 1;
    visibility: visible;
}

.pdp-related-loading {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-slider .slick-slide {
    padding: 0 5px;
    height: auto;
    box-sizing: border-box;
}

.slick-slider:not(.slick-initialized) {
    min-height: 400px;
    opacity: 0;
    visibility: hidden;
}

.slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.home-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.home-category-title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    flex: 1;
}

.home-slider-nav-buttons {
    display: flex;
    gap: 10px;
}

.home-slider-nav-btn {
    background: #f5f5f5;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.home-slider-nav-icon {
    font-size: 20px;
    color: #333;
}

.home-category-slider {
    position: relative;
}

.home-category-slider .slick-slide {
    height: auto;
    box-sizing: border-box;
}

.home-category-slider .slick-track {
    display: flex;
    align-items: flex-start;
}

.home-category-slider .slick-slide > div,
.home-category-slider .product-slider-item,
.home-category-slider .product-card-marka,
.home-category-slider .col-grid-box,
.home-category-slider .tkb-product-grid-col {
    height: auto;
}

.home-category-slider .slick-list {
    overflow: hidden;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: -6px;
    margin-bottom: -6px;
}

.home-main-slider-wrap {
    position: relative;
}

.home-main-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 12;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-width: 0 !important;
    border-radius: 50%;
    background: #111;
    box-shadow: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, background-color 0.2s ease;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.home-main-slider-nav:hover,
.home-main-slider-nav:focus,
.home-main-slider-nav:focus-visible,
.home-main-slider-nav:active {
    background: #111;
    box-shadow: none;
    opacity: 0.82;
    outline: none;
    border: 0 !important;
    border-width: 0 !important;
}

.home-main-slider-nav--prev {
    left: 10px;
}

.home-main-slider-nav--next {
    right: 10px;
}

.home-main-slider-nav i {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-shadow: none;
}

.home-main-slider-nav,
.home-main-slider-nav:hover,
.home-main-slider-nav:focus,
.home-main-slider-nav:focus-visible,
.home-main-slider-nav:active {
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width: 576px) {
    .home-main-slider-nav {
        width: 34px;
        height: 34px;
    }

    .home-main-slider-nav--prev {
        left: 4px;
    }

    .home-main-slider-nav--next {
        right: 4px;
    }

    .home-main-slider-nav i {
        font-size: 18px;
    }
}

.home-main-slider {
    --home-slider-max-h: 480px;
    --home-slider-max-h-ratio: calc(100vw / 4);
    background: #fff;
}

.home-main-slider .slick-slide {
    height: auto;
}

.home-main-slider .home {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(var(--home-slider-max-h-ratio), var(--home-slider-max-h));
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    line-height: 0;
    text-decoration: none;
}

.home-main-slider .home img,
.home-main-slider .home video {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: min(var(--home-slider-max-h-ratio), var(--home-slider-max-h));
    object-fit: contain;
    object-position: center;
    display: block;
}

.home-main-slider .home-slide-media--mobile {
    display: none;
}

@media (max-width: 991px) {
    .home-main-slider:not(.home-main-slider--full-page) {
        --home-slider-max-h: 340px;
    }

    .home-main-slider:not(.home-main-slider--full-page) .home.home-slide--has-mobile {
        --home-slider-max-h-ratio: calc(100vw * 5 / 4);
    }

    .home-main-slider:not(.home-main-slider--full-page) .home.home-slide--has-mobile .home-slide-media--desktop {
        display: none !important;
    }

    .home-main-slider:not(.home-main-slider--full-page) .home.home-slide--has-mobile .home-slide-media--mobile {
        display: block;
    }
}

@media (max-width: 576px) {
    .home-main-slider:not(.home-main-slider--full-page) {
        --home-slider-max-h: 230px;
    }
}

@media (min-width: 992px) {
    .home-main-slider .home-slide-media--mobile {
        display: none !important;
    }
}

/* Marka slider — yatay kaydırma, mobilde daha büyük ve peek efekti */
.home-brand-slider-section {
    padding: 0;
    background: #fff;
}

.home-brand-slider {
    --brand-slider-max-h: clamp(56px, 7vw, 100px);
    --brand-slider-max-w: clamp(100px, 16vw, 220px);
    --brand-slider-gap: clamp(16px, 2.5vw, 40px);
    --brand-slider-pad-y: clamp(4px, 0.6vw, 8px);
    --brand-slider-pad-x: clamp(12px, 2vw, 24px);
}

.home-brand-slider__track {
    display: flex;
    align-items: center;
    gap: var(--brand-slider-gap);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scroll-padding-inline: var(--brand-slider-pad-x);
    padding: var(--brand-slider-pad-y) var(--brand-slider-pad-x);
    scrollbar-width: none;
}

.home-brand-slider__track::-webkit-scrollbar {
    display: none;
}

.home-brand-slider__item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 0;
}

.home-brand-slider__item--linked {
    cursor: pointer;
}

.home-brand-slider__media {
    display: block;
    width: auto;
    height: auto;
    max-width: var(--brand-slider-max-w);
    max-height: var(--brand-slider-max-h);
    object-fit: contain;
    object-position: center;
}

.home-brand-slider--marquee {
    padding: var(--brand-slider-pad-y) 0;
    overflow: hidden;
}

.home-brand-slider--static .home-brand-slider__track {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--brand-slider-gap);
    overflow: visible;
    padding: var(--brand-slider-pad-y) var(--brand-slider-pad-x);
    scroll-snap-type: none;
}

.home-brand-slider-section--static {
    overflow: hidden;
}

.home-brand-slider__marquee-inner {
    display: flex;
    align-items: center;
    gap: var(--brand-slider-gap);
    width: max-content;
    white-space: nowrap;
}

.home-brand-slider--marquee .home-brand-slider__item {
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .home-brand-slider__track {
        justify-content: center;
        overflow-x: visible;
    }
}

@media (max-width: 991px) {
    .home-brand-slider {
        --brand-slider-max-h: clamp(64px, 10vw, 100px);
        --brand-slider-max-w: clamp(112px, 22vw, 220px);
        --brand-slider-gap: clamp(18px, 3vw, 28px);
        --brand-slider-pad-y: clamp(6px, 1vw, 10px);
    }

    .home-brand-slider__track {
        justify-content: flex-start;
    }

    .home-brand-slider--static .home-brand-slider__track {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .home-brand-slider {
        --brand-slider-max-h: clamp(60px, 14vw, 100px);
        --brand-slider-max-w: clamp(100px, 26vw, 200px);
    }
}

.home-main-slider .home video {
    background: #000;
}

/* Tam sayfa hero slider (Barçın tarzı tam genişlik) */
.home-fullpage-hero-shell {
    position: relative;
    width: 100%;
    max-width: none;
    overflow: visible;
}

.home-fullpage-hero-shell__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.home-fullpage-hero-shell__media .home-main-slider-section--full-page,
.home-fullpage-hero-shell__media .home-main-slider-wrap--full-page,
.home-fullpage-hero-shell__media .home-main-slider--full-page,
.home-fullpage-hero-shell__media .home-main-slider .slick-list,
.home-fullpage-hero-shell__media .home-main-slider .slick-track,
.home-fullpage-hero-shell__media .home-main-slider .slick-slide,
.home-fullpage-hero-shell__media .home-main-slider .slick-slide > div,
.home-fullpage-hero-shell__media .home-main-slider .home {
    height: 100%;
    min-height: 100%;
    max-height: none;
    aspect-ratio: unset;
}

.home-fullpage-hero-shell__media .home-main-slider-wrap--full-page,
.home-fullpage-hero-shell__media .home-main-slider--full-page,
.home-fullpage-hero-shell__media .home-main-slider--full-page .slick-list,
.home-fullpage-hero-shell__media .home-main-slider--full-page .slick-track,
.home-fullpage-hero-shell__media .home-main-slider .home,
.home-fullpage-hero-shell__media .home-main-slider .home a,
.home-fullpage-hero-shell__media .home-main-slider-nav {
    pointer-events: auto;
}

.home-fullpage-hero-shell__media .home-main-slider-nav {
    z-index: 30;
}

.home-fullpage-hero-shell__media .home-main-slider--full-page .home img,
.home-fullpage-hero-shell__media .home-main-slider--full-page .home video {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center top;
}

.home-fullpage-hero-shell__foreground {
    position: relative;
    z-index: auto;
}

.home-fullpage-hero-shell__revealed {
    min-height: min(calc(100vw * 5 / 12), min(70vh, 760px));
    pointer-events: none;
}

.home-main-slider-section--full-page {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
}

.home-fullpage-hero-shell__media .home-main-slider-section--full-page {
    height: 100%;
}

.home-main-slider-wrap--full-page {
    width: 100%;
    max-width: none;
    margin: 0;
}

.home-main-slider--full-page {
    --home-slider-ratio: 12 / 5;
    --home-slider-max-h: min(85vh, 900px);
    width: 100%;
    max-width: none;
    background: #fff;
}

.home-main-slider--full-page .slick-list,
.home-main-slider--full-page .slick-track,
.home-main-slider--full-page .slick-slide,
.home-main-slider--full-page .slick-slide > div {
    width: 100%;
    max-width: none;
}

.home-main-slider--full-page .home {
    width: 100%;
    max-width: none;
    height: min(calc(100vw * 5 / 12), var(--home-slider-max-h));
    max-height: var(--home-slider-max-h);
    aspect-ratio: 12 / 5;
    margin: 0;
    background: #fff;
}

@media (min-width: 992px) {
    .home-main-slider--full-page .home img,
    .home-main-slider--full-page .home video {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 1200px) {
    body.site-has-fullpage-hero {
        --home-fullpage-slide-h: calc(100vw * 5 / 4);
    }

    body.site-has-fullpage-hero .home-fullpage-hero-shell:not(:has(.home-slide--has-mobile)) {
        --home-fullpage-slide-h: calc(100vw * 5 / 12);
    }

    body.site-has-fullpage-hero .home-fullpage-hero-shell__revealed {
        min-height: var(--home-fullpage-slide-h);
    }

    body.site-has-fullpage-hero .home-fullpage-hero-shell__media .home-main-slider .home,
    body.site-has-fullpage-hero .home-fullpage-hero-shell__media .home-main-slider .home a {
        display: block;
        line-height: 0;
    }

    body.site-has-fullpage-hero .home-fullpage-hero-shell__media .home-main-slider--full-page .home img,
    body.site-has-fullpage-hero .home-fullpage-hero-shell__media .home-main-slider--full-page .home video,
    body.site-has-fullpage-hero .home-fullpage-hero-shell__media .home-main-slider .home-slide-media--mobile {
        object-fit: cover !important;
        object-position: center;
    }

    .home-main-slider--full-page {
        --home-slider-max-h: none;
        background: #fff;
    }

    .home-main-slider--full-page .home {
        height: 100%;
        max-height: none;
        aspect-ratio: unset;
        background: #fff;
    }

    body.site-has-fullpage-hero .home-fullpage-hero-shell__media .home-main-slider--full-page .home.home-slide--has-mobile .home-slide-media--desktop {
        display: none !important;
    }

    body.site-has-fullpage-hero .home-fullpage-hero-shell__media .home-main-slider--full-page .home.home-slide--has-mobile .home-slide-media--mobile {
        display: block !important;
    }

    .home-main-slider--full-page .home img,
    .home-main-slider--full-page .home video {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

body.site-has-fullpage-hero.site-ust-duyuru-visible .site-ust-duyuru-bar__spacer {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell .home-stories-section {
    position: relative;
    background: transparent !important;
    border-bottom-color: transparent !important;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell .home-stories-section .home-story-name {
    color: var(--site-menu-text, #111111) !important;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell .home-fullpage-hero-shell__media .home-main-slider--full-page {
    background: transparent;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell .home-fullpage-hero-shell__media .home-main-slider--full-page .home {
    background: transparent;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell .tkb-hdr {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell .tkb-hdr-inner,
body.site-has-fullpage-hero .home-fullpage-hero-shell .tkb-hdr-bar {
    background: transparent !important;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell .home-main-slider-nav {
    background: rgba(17, 17, 17, 0.55);
}

.home-main-slider--full-page .home video {
    background: #000;
}

.u-link-reset {
    text-decoration: none;
    color: inherit;
}

.u-cursor-pointer {
    cursor: pointer;
}

/* Unified search input/button style */
.search-input,
#headerSearchInput {
    border-radius: var(--site-input-radius, 999px) 0 0 var(--site-input-radius, 999px) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    background: #fff !important;
    color: #111 !important;
    min-height: 42px;
    padding-right: 50px;
    font-size: 14px;
    transition: border-color 0.15s ease;
}

.search-input::placeholder,
#headerSearchInput::placeholder {
    color: #7a7a7a;
    font-size: 13px;
}

.search-input:focus,
#headerSearchInput:focus {
    border-color: var(--site-btn-border-hover, #ccc) !important;
    box-shadow: none !important;
    outline: none;
}

.search-btn {
    background: #fff !important;
    color: #111 !important;
    border: 0 !important;
    border-left: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: 0 var(--site-btn-radius) var(--site-btn-radius) 0 !important;
    width: 44px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover {
    background: #f3f3f3 !important;
    color: #000 !important;
    border-left-color: var(--site-btn-border-hover, #ccc) !important;
}

.search-modal .search-input-box .form-control {
    border-radius: var(--site-input-radius, 999px) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    min-height: 44px;
    font-size: 14px;
    padding-right: 55px !important;
}

.search-modal .search-input-box .form-control::placeholder {
    font-size: 13px;
}

.search-modal .search-input-box .form-control:focus {
    border-color: var(--site-btn-border-hover, #ccc) !important;
    box-shadow: none !important;
}

.search-modal .search-input-box i {
    color: #111 !important;
    border-left-color: #cfcfcf !important;
}

.modal-header .btn-close,
.offcanvas-header .btn-close {
    background: var(--btn-modern-bg, #111) !important;
    color: var(--btn-modern-text, #fff) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    background-image: none !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    aspect-ratio: 1 / 1 !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.modal-header .btn-close i,
.offcanvas-header .btn-close i,
.btn-close-custom i,
.wheel-modal-close i,
.wheel-close-mini i {
    color: inherit !important;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.modal-header .btn-close:hover,
.modal-header .btn-close:focus-visible,
.offcanvas-header .btn-close:hover,
.offcanvas-header .btn-close:focus-visible {
    background: var(--btn-modern-bg-hover, #fff) !important;
    color: var(--btn-modern-text-hover, #111) !important;
    border: 1px solid var(--site-btn-border-hover, #ccc) !important;
    opacity: 1 !important;
    box-shadow: none;
}

.modal-header .btn-close:hover i,
.modal-header .btn-close:focus-visible i,
.offcanvas-header .btn-close:hover i,
.offcanvas-header .btn-close:focus-visible i,
.btn-close-custom:hover i,
.btn-close-custom:focus-visible i,
.wheel-modal-close:hover i,
.wheel-modal-close:focus-visible i,
.wheel-close-mini:hover i,
.wheel-close-mini:focus-visible i {
    transform: rotate(90deg);
}

.modal-header .btn-close:active,
.offcanvas-header .btn-close:active {
    background: var(--btn-modern-bg-active, var(--btn-modern-bg, #111)) !important;
    color: var(--btn-modern-text, #fff) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
    opacity: 1 !important;
}

.u-mb-30 {
    margin-bottom: 30px;
}

.u-p-40 {
    padding: 40px;
}

.u-min-h-40vh {
    min-height: 40vh;
}

.u-w-58 {
    width: 58.08%;
}

.cart-campaign-badge {
    margin: 4px 0 6px 0;
    text-transform: none;
}

.cart-discounts {
    list-style: none;
    padding: 0 0 8px 0;
    margin: 0;
    border-top: 1px dashed #eee;
}

.cart-discount-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.cart-discount-title {
    color: #2d2d2d;
    font-weight: 600;
}

.cart-discount-amount {
    color: #000;
    font-weight: 600;
}

.cart-total-discount {
    color: #2f8f2f;
}

.u-fs-16 {
    font-size: 16px;
}

.u-fs-18 {
    font-size: 18px;
}

.u-p-12-40 {
    padding: 12px 40px;
}

.u-filter-empty {
    color: #999;
    font-size: 14px;
    padding: 10px;
    grid-column: 1 / -1;
}

.u-address-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.u-hidden {
    display: none;
}

.bg-papayawhip {
    background-color: papayawhip;
}

.bg-burlywood {
    background-color: burlywood;
}

.bg-gainsboro {
    background-color: gainsboro;
}

.spinner-3rem {
    width: 3rem;
    height: 3rem;
}

.coupon-list {
    display: flex;
    flex-direction: column;
}

.coupon-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 6px;
    border-bottom: 1px solid #e2e8f0;
    transition: background-color 0.2s ease;
}

.coupon-list-item:last-child {
    border-bottom: 0;
}

.coupon-item-details .coupon-item-line {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    color: #475569;
}

.coupon-item-details .coupon-item-label {
    font-weight: 600;
    color: #334155;
}

.coupon-item-details .coupon-item-line:last-child {
    margin-bottom: 0;
}

.coupon-item-ribbon {
    transform: rotate(45deg) translate(30%, -50%);
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 1;
}

.coupon-empty-icon {
    font-size: 4rem;
    color: #dee2e6;
}

/* Checkout coupon picker modal — match Sipariş Özeti typography */
.checkout-coupon-modal .modal-header .modal-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    color: #0f172a !important;
}

.checkout-coupon-modal .modal-body {
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.checkout-coupon-modal .modal-body p,
.checkout-coupon-modal .coupon-item-details .coupon-item-line,
.checkout-coupon-modal .coupon-item-details .coupon-item-label {
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.checkout-coupon-modal .coupon-item-details .coupon-item-line {
    margin-bottom: 4px !important;
}

.checkout-coupon-modal .coupon-item-details .coupon-item-label {
    font-weight: 600 !important;
    color: #334155 !important;
}

.checkout-coupon-modal .coupon-list-item {
    padding: 12px 4px;
    gap: 12px;
}

.checkout-coupon-modal .apply-coupon-by-id-btn {
    font-size: 13px !important;
    min-height: 36px !important;
    padding: 6px 12px !important;
    font-weight: 600 !important;
}

.checkout-coupon-modal .modal-body h5 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 0.35rem !important;
}

.checkout-coupon-modal .modal-body .text-muted.small {
    font-size: 12px !important;
}

.checkout-coupon-modal .coupon-empty-icon {
    font-size: 2.5rem;
}

.checkout-coupon-modal .alert {
    font-size: 13px !important;
}

.u-cart-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.u-cart-item-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
}

.u-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-item-product-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.checkout-item-product-link:hover,
.checkout-item-product-link:focus-visible {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.modern-checkout-shell .u-item-title .checkout-item-product-link {
    display: inline;
}

.u-cart-item-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.u-min-w-0 {
    min-width: 0;
}

.u-item-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.u-item-price {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #495057;
}

.u-item-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.u-note-text {
    line-height: 1.4;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 4px;
    margin-bottom: 0;
}

.u-qty-box-inline {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-top: 0;
    flex-shrink: 0;
}

.u-qty-btn {
    padding: 0;
    line-height: 1;
}

.u-qty-input {
    text-align: center;
    padding: 0 6px;
}

.u-item-total {
    font-size: 1.1rem;
    white-space: nowrap;
    font-weight: 600;
    color: #ff6b35;
    flex-shrink: 0;
}

.u-item-campaign-wrap {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

body .checkout-modern-v2 .u-item-campaign-wrap .ui-badge-campaign {
    font-size: 11px !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .u-item-price-row {
        gap: 6px;
        align-items: flex-start;
    }

    .u-qty-box-inline {
        transform: scale(0.96);
        transform-origin: left center;
    }
}

.filter-icon-md {
    font-size: 18px;
}

.filter-icon-sm {
    font-size: 16px;
}

.filter-modal-header-inline {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    flex-wrap: nowrap;
}

.filter-modal-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.filter-modal-title-icon {
    font-size: 20px;
    color: #333;
}

.filter-modal-title-text {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.filter-modal-footer-inline {
    border-top: 1px solid #e0e0e0;
    padding: 20px 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-modal-footer-text {
    font-size: 14px;
    color: #666;
}

.filter-modal-footer-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-filter-clear {
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
}

.btn-filter-apply {
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 6px;
    font-size: 15px;
}

.listing-active-filters-wrap {
    margin-top: 10px;
}

.listing-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.listing-filter-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    padding: 5px 8px 5px 10px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #f9fafb;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.listing-filter-badge-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listing-filter-badge-remove {
    appearance: none;
    border: 0;
    background: #e5e7eb;
    color: #111;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.listing-filter-badge-remove:hover {
    background: #111;
    color: #fff;
}

.product-main-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.filter-sidebar-box {
    width: 250px;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    padding: 20px;
    overflow-y: auto;
    flex-shrink: 0;
}

.filter-content-box {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
    background: #fff;
}

.filter-item-inline {
    padding: 12px 15px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.filter-item-active-inline {
    background: #f0f0f0;
    color: #333;
}

.filter-item-default-inline {
    background: #fff;
    color: #666;
}

.u-mb-25 {
    margin-bottom: 25px;
}

.u-relative {
    position: relative;
}

.filter-search-box {
    position: relative;
    width: 100%;
}

.filter-search-input {
    width: 100%;
    padding-left: 42px !important;
    padding-right: 12px !important;
    border-radius: 6px;
    border: 1px solid #ddd;
    height: 45px;
    font-size: 14px;
}

#filterModal .filter-search-input,
.u-relative .filter-search-input {
    padding-left: 42px !important;
}

.filter-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
}

.filter-select-all-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.filter-check-input {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.filter-check-label {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-left: 8px;
}

.filter-check-label-strong {
    font-weight: 600;
}

.filter-check-label-sub {
    font-size: 13px;
    color: #666;
}

.grid-3-gap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 20px;
}

.grid-2-gap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
}

.form-check-m0 {
    margin: 0;
}

.form-check-sub-indent {
    margin: 0;
    padding-left: 25px;
}

.color-dot-sm {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #bbb;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.loading-p40 {
    padding: 40px;
}

.text-error-center {
    padding: 40px;
    color: #ff6b5b;
}

.pagination-ellipsis {
    cursor: default;
    color: #6c757d;
}

/* Unified pagination buttons */
.pagination .page-link:not(.pagination-ellipsis) {
    border-radius: 50% !important;
    background: var(--btn-modern-bg, #111);
    color: var(--btn-modern-text, #fff);
    border: 1px solid var(--btn-modern-border, #111);
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    padding: 0 !important;
    box-sizing: border-box;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pagination .page-link:not(.pagination-ellipsis):hover {
    background: var(--btn-modern-bg-hover, #fff) !important;
    color: var(--btn-modern-text-hover, #111) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

.pagination .page-item.active .page-link:not(.pagination-ellipsis) {
    background: var(--btn-modern-bg-hover, #fff) !important;
    color: var(--btn-modern-text-hover, #111) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

.pagination .page-link:not(.pagination-ellipsis):focus,
.pagination .page-link:not(.pagination-ellipsis):focus-visible,
.pagination .page-item .page-link:not(.pagination-ellipsis):hover,
.pagination .page-item .page-link:not(.pagination-ellipsis):active {
    background: var(--btn-modern-bg-hover, #fff) !important;
    color: var(--btn-modern-text-hover, #111) !important;
    border: 1px solid var(--btn-modern-border-hover, #111) !important;
    box-shadow: none !important;
}

.pagination .page-item.disabled .page-link:not(.pagination-ellipsis) {
    background: #f3f3f3;
    color: #9a9a9a;
    border-color: #d8d8d8;
}

.pagination .page-link.pagination-ellipsis,
.pagination .page-item .page-link.pagination-ellipsis {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 40px !important;
    padding: 0 4px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #6c757d !important;
    cursor: default;
    pointer-events: none;
    flex-shrink: 0;
}

.pagination .page-link.pagination-ellipsis:hover,
.pagination .page-link.pagination-ellipsis:focus,
.pagination .page-link.pagination-ellipsis:active {
    background: transparent !important;
    color: #6c757d !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Template'den gelen disabled pseudo-icon (x) kalıntısını tamamen kapat */
.pagination li.disabled::before,
.pagination li.disabled:before,
.pagination li.disabled::after,
.pagination li.disabled:after,
.pagination .disabled::before,
.pagination .disabled:before,
.pagination .disabled::after,
.pagination .disabled:after,
.pagination .page-item.disabled::before,
.pagination .page-item.disabled:before,
.pagination .page-item.disabled::after,
.pagination .page-item.disabled:after,
.product-pagination li.disabled::before,
.product-pagination li.disabled:before,
.product-pagination li.disabled::after,
.product-pagination li.disabled:after,
.theme-paggination-block li.disabled::before,
.theme-paggination-block li.disabled:before,
.theme-paggination-block li.disabled::after,
.theme-paggination-block li.disabled:after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    border: 0 !important;
}

.pagination-nav-glyph {
    font-family: inherit !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: currentColor !important;
    transform: none;
}

.price-panel-wrap {
    padding: 20px 0;
}

.price-panel-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.price-panel-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.price-panel-col {
    flex: 1;
}

.price-panel-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.price-panel-input {
    border-radius: 6px;
    border: 1px solid #ddd;
    height: 45px;
    font-size: 14px;
}

.price-panel-info {
    background: #f5f5f5;
    padding: 12px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-panel-info-icon {
    font-size: 18px;
    color: #666;
    flex-shrink: 0;
}

.price-panel-info-text {
    font-size: 13px;
    color: #333;
}

.wheel-hidden {
    display: none;
}

.wheel-side-banner {
    position: fixed;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 1050;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wheel-side-banner-inner {
    background: var(--wheel-banner-bg, #ff6b9d);
    padding: 20px 10px;
    border-radius: 15px 0 0 15px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.wheel-close-mini {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--wheel-btn-close-bg, #000) !important;
    color: var(--wheel-btn-close-icon, #fff) !important;
    border: none !important;
    border-radius: var(--site-btn-radius, 999px);
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 1 !important;
    box-sizing: border-box;
    flex-shrink: 0;
    z-index: 10;
    box-shadow: none;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.wheel-close-mini i {
    display: block;
    font-size: 14px !important;
    line-height: 1 !important;
    color: currentColor !important;
    pointer-events: none;
}

.wheel-close-mini::before,
.wheel-close-mini::after {
    content: none !important;
    display: none !important;
}

.wheel-close-mini:hover {
    filter: brightness(0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.wheel-close-mini:focus,
.wheel-close-mini:focus-visible {
    outline: 2px solid var(--wheel-btn-close-icon, #fff);
    outline-offset: 2px;
}

.wheel-side-banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    text-align: center;
}

.wheel-side-banner-text-line {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: var(--wheel-banner-text-color, #fff);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.2;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .wheel-side-banner-inner {
        padding: 38px 10px 14px 10px;
        border-radius: 12px 0 0 12px;
        min-width: 52px;
        box-sizing: border-box;
    }

    .wheel-side-banner-text {
        margin: 0;
        gap: 0;
        width: 100%;
    }

    .wheel-side-banner-text-line {
        font-size: 16px;
        letter-spacing: 1px;
        max-height: calc(100vh - 180px);
        overflow: hidden;
    }

    .wheel-close-mini {
        top: 6px;
        right: 6px;
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        min-height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
        padding: 0 !important;
        font-size: 13px !important;
        line-height: 1 !important;
    }

    .wheel-close-mini i {
        font-size: 13px !important;
    }
}

.wheel-modal-header {
    border: none;
    padding: 12px 15px;
    background: transparent;
    position: relative;
    min-height: 0;
}

.wheel-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 40;
    cursor: pointer;
    pointer-events: auto;
    margin: 0 !important;
    background: var(--wheel-btn-close-bg, #000) !important;
    background-image: none !important;
    opacity: 1 !important;
    border-radius: var(--site-btn-radius, 999px);
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wheel-btn-close-icon, #fff) !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-shadow: none;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    transform: none !important;
}

.wheel-modal-close i {
    display: block;
    font-size: 18px !important;
    line-height: 1 !important;
    color: currentColor !important;
    pointer-events: none;
}

.wheel-modal-close::before,
.wheel-modal-close::after {
    content: none !important;
    display: none !important;
}

.wheel-modal-close:hover {
    filter: brightness(0.9);
    opacity: 1 !important;
    transform: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.wheel-modal-close:active {
    filter: brightness(0.82);
    transform: none !important;
    box-shadow: none;
}

.wheel-modal-close:focus,
.wheel-modal-close:focus-visible {
    outline: 2px solid var(--wheel-btn-close-icon, #fff);
    outline-offset: 2px;
    box-shadow: none;
}

.wheel-modal-row {
    display: flex;
    align-items: center;
}

.wheel-col-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.wheel-container {
    text-align: center;
    width: 100%;
}

.wheel-canvas-wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.wheel-canvas {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    vertical-align: middle;
}

.wheel-pointer {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 35px solid #d0d0d0;
    z-index: 10;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.wheel-logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: visible;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wheel-logo-wrap:hover {
    transform: translate(-50%, -50%) scale(1.04);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.wheel-logo-wrap:active {
    transform: translate(-50%, -50%) scale(0.98);
}

.wheel-logo-wrap:focus-visible {
    outline: 2px solid #333;
    outline-offset: 3px;
}

.wheel-logo-img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    display: none;
}

.wheel-col-pad {
    padding: 10px;
}

.wheel-form-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wheel-form-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.wheel-form-subtitle {
    font-size: 12px;
    color: #666;
    margin-bottom: 18px;
}

.wheel-form-visible {
    display: block;
}

.wheel-phone-wrap {
    position: relative;
    margin-bottom: 15px;
}

.wheel-phone-input {
    padding: 12px 16px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    background: #f5f5f5;
    width: 100%;
    outline: none;
    transition: all 0.3s;
}

.wheel-error-box {
    display: none;
    background: #fee;
    color: #c33;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 12px;
    border: 1px solid #fcc;
}

.wheel-check-wrap {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-left: 0;
    margin-bottom: 12px;
}

.wheel-check-wrap .wheel-check-input {
    margin-top: 3px;
    margin-left: 0;
    float: none;
    flex-shrink: 0;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.wheel-check-label {
    font-size: 10px;
    color: #333;
    line-height: 1.4;
    cursor: pointer;
    flex: 1;
    min-width: 0;
}

.wheel-link-accent {
    color: #dc3545;
    text-decoration: underline;
    font-weight: 600;
}

.wheel-spin-btn {
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--site-btn-radius, 999px);
    background: var(--wheel-btn-send-bg, #ff6b9d) !important;
    border: none !important;
    color: #fff !important;
    transition: all 0.3s;
}

.wheel-result-title,
.wheel-wait-title {
    color: #333;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.wheel-result-text,
.wheel-wait-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.wheel-result-text {
    margin-bottom: 20px;
}

.wheel-result-prize {
    color: #e53935;
    font-weight: 700;
}

.wheel-wait-text {
    margin: 0;
}

.wheel-coupon-wrap {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #e0e0e0;
}

.wheel-coupon-text {
    font-size: 14px;
    margin: 0;
    flex: 1;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Courier New", monospace;
    color: #333;
}

.wheel-copy-btn {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

/* Keep Bootstrap offcanvas above sticky/mobile header layers */
.offcanvas-backdrop.show {
    z-index: 3990 !important;
}

.offcanvas {
    z-index: 4000 !important;
}

body.cart-offcanvas-open .floating-whatsapp-trigger,
body:has(#cartOffcanvas.show) .floating-whatsapp-trigger {
    z-index: 3985 !important;
}

body.cart-offcanvas-open .floating-cart-trigger,
body:has(#cartOffcanvas.show) .floating-cart-trigger {
    z-index: 3985 !important;
}

/* Notifications must stay above canvas/offcanvas layers */
#global-toast-container,
.toast-container,
.notifyjs-corner,
.bootstrap-notify-container,
div[data-notify="container"] {
    z-index: 20000 !important;
}

/* Modern toast look + smooth in/out motion */
#global-toast-container {
    padding-top: 14px !important;
    padding-right: 14px !important;
}

#global-toast-container .toast {
    min-width: 320px;
    max-width: 380px;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28) !important;
    overflow: hidden;
}

#global-toast-container .toast .toast-body {
    font-size: 14px;
    line-height: 1.45;
    padding: 12px 14px !important;
    color: #fff !important;
}

#global-toast-container .toast .toast-body i {
    font-size: 18px;
    color: #fff !important;
}

#global-toast-container .toast .toast-body strong {
    font-weight: 700;
    color: #fff !important;
}

/* Bootstrap toast states: animated entry/exit */
#global-toast-container .toast.fade {
    transition:
        opacity 0.28s ease,
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.28s ease !important;
    will-change: opacity, transform, filter;
}

#global-toast-container .toast.fade:not(.show) {
    opacity: 0.01;
    transform: translate3d(34px, 0, 0) scale(0.98);
    filter: blur(0.6px);
}

#global-toast-container .toast.fade.show {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

#global-toast-container .toast.toast-is-entering {
    animation: toast-slide-in-right 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

#global-toast-container .toast.toast-is-hiding {
    animation: toast-slide-out-right 0.26s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes toast-slide-in-right {
    0% {
        opacity: 0;
        transform: translate3d(44px, 0, 0) scale(0.97);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes toast-slide-out-right {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
    100% {
        opacity: 0;
        transform: translate3d(52px, 0, 0) scale(0.98);
        filter: blur(0.8px);
    }
}

/* Soft toast tones */
#global-toast-container .toast-soft {
    color: #fff;
}

#global-toast-container .toast-soft-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

#global-toast-container .toast-soft-error {
    background: linear-gradient(135deg, #e74c3c 0%, #ff6b6b 100%) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

#global-toast-container .toast-soft-warning {
    background: linear-gradient(135deg, #f39c12 0%, #f7b731 100%) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

#global-toast-container .toast-soft-info {
    background: linear-gradient(135deg, #3498db 0%, #5dade2 100%) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

/* Keep search modal above sticky/fixed header layers */
#searchModal {
    z-index: 20050 !important;
}

/* Wheel modal — backdrop (20040) üstünde kalmalı */
#wheelModal {
    z-index: 20050 !important;
}

.modal-backdrop.show {
    z-index: 20040 !important;
}

.icon-mr-6 {
    margin-right: 6px;
}

.icon-mr-5 {
    margin-right: 5px;
}

.icon-fs-14 {
    font-size: 14px;
}

.icon-spin {
    animation: spin 1s linear infinite;
}

.wheel-modal-dialog {
    max-width: 700px;
}

.wheel-modal-content {
    border-radius: 20px;
    overflow: hidden;
    background: #f5f5f5;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}

.wheel-modal-body {
    padding: 20px;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
}

.wheel-result-card {
    display: none;
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    max-width: 50%;
}

.wheel-not-eligible-card {
    display: none;
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    margin: 20px auto 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    max-width: 50%;
}
.stock-in {
    color: green;
}

.stock-out {
    color: red;
}

.variant-select-base {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.product-variant-section .variant-select-base {
    width: 62%;
    max-width: 220px;
}

.product-variant-section .pdp-variant-color-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.product-variant-section .pdp-variant-color-dot {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    padding: 0 !important;
    display: inline-block;
    cursor: pointer;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.product-variant-section .pdp-variant-color-dot.is-sold-out {
    filter: grayscale(0.45) brightness(0.62);
}

.product-variant-section .pdp-variant-color-dot.is-active {
    border-color: #111;
    box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.2);
}

.product-variant-section .pdp-variant-color-dot-fallback {
    width: auto;
    min-width: 22px;
    border-radius: 12px;
    padding: 0 8px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    color: #222;
    background: #f5f5f5;
}

.selection-section-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.selection-section-title {
    margin: 0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

.min-w-120 {
    min-width: 120px;
}

.min-w-120-pad {
    min-width: 120px;
    padding: 6px 12px;
}

.u-cart-trigger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
    width: 100%;
}

/* ============================================================
   Unified Button System (Black Modern)
   ============================================================ */

:root {
    --site-btn-radius: 999px;
    --site-input-radius: 999px;
    --site-btn-border: #e0e0e0;
    --site-btn-border-hover: #ccc;
    --btn-modern-bg: #111;
    --btn-modern-bg-hover: #fff;
    --btn-modern-bg-active: #000;
    --btn-modern-text: #fff;
    --btn-modern-text-hover: #111;
    --btn-modern-border: #e0e0e0;
    --btn-modern-border-hover: #ccc;
    --theme-color: #111;
    --theme-color2: #111;
    --theme-color-rgb: 17, 17, 17;
}

/* Site genelinde turuncu tema yazilarini siyaha cevir */
html,
body,
[class*="theme-color-"] {
    --theme-color: #111 !important;
    --theme-color2: #111 !important;
    --theme-color-rgb: 17, 17, 17 !important;
}

.btn:not(.btn-close):not(.search-btn):not(.submenu-toggle):not(.mobile-menu-toggle):not(.mobile-category-toggle):not(.qty-btn-minus):not(.qty-btn-plus):not(.quantity-left-minus):not(.quantity-right-plus):not(.product-btn-disabled):not(.product-variant-chip):not(.view-product-btn):not(.product-btn-ghost):not(.add-to-cart-btn-overlay):not(.product-btn-dark):not(.buy-button):not(.btn-outline):not(.btn-outline-dark):not(.btn-filter-clear):not(.wheel-spin-btn):not(.wheel-copy-btn):not(.apply-coupon-code-btn):not(.btn-whatsapp-pdp):not(.stock-notify-btn-pdp):not(.stock-notify-btn):not(.product-card-stock-notify-btn):not(.stock-notify-submit-btn),
.btn-primary,
.btn-dark,
.btn-md,
.add-to-cart-btn,
.btn-solid,
.order-btn,
.btn-filter-apply,
.apply-coupon-by-id-btn {
    background: var(--btn-modern-bg) !important;
    color: var(--btn-modern-text) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-btn-radius) !important;
    min-height: 42px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.15s ease, transform 0.12s ease;
}

.btn:not(.btn-close):not(.search-btn):not(.submenu-toggle):not(.mobile-menu-toggle):not(.mobile-category-toggle):not(.qty-btn-minus):not(.qty-btn-plus):not(.quantity-left-minus):not(.quantity-right-plus):not(.product-btn-disabled):not(.product-variant-chip):not(.view-product-btn):not(.product-btn-ghost):not(.add-to-cart-btn-overlay):not(.product-btn-dark):not(.buy-button):not(.btn-outline):not(.btn-outline-dark):not(.btn-filter-clear):not(.wheel-spin-btn):not(.wheel-copy-btn):not(.apply-coupon-code-btn):not(.btn-whatsapp-pdp):not(.stock-notify-btn-pdp):not(.stock-notify-btn):not(.product-card-stock-notify-btn):not(.stock-notify-submit-btn):hover,
.btn-primary:hover,
.btn-dark:hover,
.btn-md:hover,
.add-to-cart-btn:hover,
.btn-solid:hover,
.order-btn:hover,
.btn-filter-apply:hover,
.apply-coupon-by-id-btn:hover {
    background: var(--btn-modern-bg-hover, #fff) !important;
    color: var(--btn-modern-text-hover, #111) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

.btn:not(.btn-close):not(.search-btn):not(.submenu-toggle):not(.mobile-menu-toggle):not(.mobile-category-toggle):not(.qty-btn-minus):not(.qty-btn-plus):not(.quantity-left-minus):not(.quantity-right-plus):not(.product-btn-disabled):not(.product-variant-chip):not(.view-product-btn):not(.product-btn-ghost):not(.add-to-cart-btn-overlay):not(.product-btn-dark):not(.buy-button):not(.btn-outline):not(.btn-outline-dark):not(.btn-filter-clear):not(.wheel-spin-btn):not(.wheel-copy-btn):not(.apply-coupon-code-btn):not(.btn-whatsapp-pdp):not(.stock-notify-btn-pdp):not(.stock-notify-btn):not(.product-card-stock-notify-btn):not(.stock-notify-submit-btn):active,
.btn-primary:active,
.btn-dark:active,
.btn-md:active,
.add-to-cart-btn:active,
.btn-solid:active,
.order-btn:active,
.btn-filter-apply:active,
.apply-coupon-by-id-btn:active {
    background: var(--btn-modern-bg-active) !important;
    transform: translateY(1px);
}

.btn:not(.btn-close):not(.search-btn):not(.submenu-toggle):not(.mobile-menu-toggle):not(.mobile-category-toggle):not(.qty-btn-minus):not(.qty-btn-plus):not(.quantity-left-minus):not(.quantity-right-plus):not(.product-btn-disabled):not(.product-variant-chip):not(.view-product-btn):not(.product-btn-ghost):not(.add-to-cart-btn-overlay):not(.product-btn-dark):not(.buy-button):not(.btn-outline):not(.btn-outline-dark):not(.btn-filter-clear):not(.wheel-spin-btn):not(.wheel-copy-btn):not(.apply-coupon-code-btn):not(.btn-whatsapp-pdp):not(.stock-notify-btn-pdp):not(.stock-notify-btn):not(.product-card-stock-notify-btn):not(.stock-notify-submit-btn):focus-visible,
.btn-primary:focus-visible,
.btn-dark:focus-visible,
.btn-md:focus-visible,
.add-to-cart-btn:focus-visible,
.btn-solid:focus-visible,
.order-btn:focus-visible,
.btn-filter-apply:focus-visible,
.apply-coupon-by-id-btn:focus-visible {
    outline: 2px solid #3a3a3a;
    outline-offset: 2px;
}

.btn:not(.btn-close):not(.search-btn):not(.submenu-toggle):not(.mobile-menu-toggle):not(.mobile-category-toggle):not(.qty-btn-minus):not(.qty-btn-plus):not(.quantity-left-minus):not(.quantity-right-plus):not(.product-btn-disabled):not(.product-variant-chip):not(.view-product-btn):not(.product-btn-ghost):not(.add-to-cart-btn-overlay):not(.product-btn-dark):not(.buy-button):not(.btn-outline):not(.btn-outline-dark):not(.btn-filter-clear):not(.wheel-spin-btn):not(.wheel-copy-btn):not(.apply-coupon-code-btn):not(.btn-whatsapp-pdp):not(.stock-notify-btn-pdp):not(.stock-notify-btn):not(.product-card-stock-notify-btn):not(.stock-notify-submit-btn):disabled,
.btn-primary:disabled,
.btn-dark:disabled,
.btn-md:disabled,
.add-to-cart-btn:disabled,
.btn-solid:disabled,
.order-btn:disabled,
.add-to-cart-btn-overlay:disabled,
.product-btn-dark:disabled,
.btn-filter-apply:disabled,
.apply-coupon-by-id-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* Ürün kartı butonları — ayrı tema renkleri */
.add-to-cart-btn-overlay,
.product-btn-dark,
.product-btn-disabled,
.product-mobile-cart-row .add-to-cart-btn-overlay {
    background: var(--product-card-cart-bg, #fff) !important;
    color: var(--product-card-cart-text, #111) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-btn-radius) !important;
}

.add-to-cart-btn-overlay:hover,
.add-to-cart-btn-overlay:active,
.product-btn-dark:hover,
.product-btn-dark:active,
.product-mobile-cart-row .add-to-cart-btn-overlay:hover {
    background: var(--product-card-cart-bg-hover, #111) !important;
    color: var(--product-card-cart-text-hover, #fff) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

.view-product-btn,
.product-btn-ghost {
    background: var(--product-card-view-bg, #fff) !important;
    color: var(--product-card-view-text, #111) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-btn-radius) !important;
}

.view-product-btn:hover,
.view-product-btn:active,
.product-btn-ghost:hover,
.product-btn-ghost:active {
    background: var(--product-card-view-bg-hover, #111) !important;
    color: var(--product-card-view-text-hover, #fff) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

/* Outline / secondary site buttons (ghost ters mantık) */
.buy-button,
.btn-outline,
.btn-outline-dark,
.btn-filter-clear {
    background: var(--btn-modern-bg-hover, #fff) !important;
    color: var(--btn-modern-text-hover, #111) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-btn-radius) !important;
}

.buy-button:hover,
.btn-outline:hover,
.btn-outline-dark:hover,
.btn-filter-clear:hover,
.buy-button:active,
.btn-outline:active,
.btn-outline-dark:active,
.btn-filter-clear:active {
    background: var(--btn-modern-bg, #111) !important;
    color: var(--btn-modern-text, #fff) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

/* Strong, consistent hover feedback for black-themed buttons */
.btn-dark:hover,
.btn-solid:hover,
.order-btn:hover,
.btn-filter-apply:hover,
.apply-coupon-by-id-btn:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
    .btn:not(.btn-close):not(.search-btn):not(.submenu-toggle):not(.mobile-menu-toggle):not(.mobile-category-toggle):not(.qty-btn-minus):not(.qty-btn-plus):not(.quantity-left-minus):not(.quantity-right-plus):not(.product-btn-disabled):not(.product-variant-chip):not(.view-product-btn):not(.product-btn-ghost):not(.add-to-cart-btn-overlay):not(.product-btn-dark):not(.buy-button):not(.btn-outline):not(.btn-outline-dark):not(.btn-filter-clear):not(.wheel-spin-btn):not(.wheel-copy-btn):not(.apply-coupon-code-btn):not(.btn-whatsapp-pdp):not(.stock-notify-btn-pdp):not(.stock-notify-btn):not(.product-card-stock-notify-btn):not(.stock-notify-submit-btn),
    .btn-primary,
    .btn-dark,
    .btn-md,
    .add-to-cart-btn,
    .btn-solid,
    .order-btn,
    .add-to-cart-btn-overlay,
    .product-btn-dark,
    .btn-filter-apply,
    .apply-coupon-by-id-btn,
    .view-product-btn,
    .product-btn-ghost,
    .buy-button,
    .btn-outline,
    .btn-outline-dark,
    .btn-filter-clear {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 13px;
    }
}

.product-right-box .product-buttons .d-flex.align-items-center.gap-3 {
    width: 100%;
}

.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .btn,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > a.btn {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    min-height: 48px !important;
    height: 48px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    border-radius: var(--site-btn-radius, 999px) !important;
    font-weight: 600;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.14s ease;
}

.product-right-box .product-buttons .pdp-cta-row--notify-only,
.product-detail-page .product-action-card .pdp-cta-row--notify-only {
    width: 100%;
    justify-content: center !important;
}

.product-right-box .product-buttons .pdp-cta-row--notify-only > .stock-notify-btn-pdp,
.product-detail-page .product-action-card .pdp-cta-row--notify-only > .stock-notify-btn-pdp,
.product-right-box .product-buttons .pdp-cta-row--notify-only > .btn-whatsapp-pdp,
.product-detail-page .product-action-card .pdp-cta-row--notify-only > .btn-whatsapp-pdp {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 0 !important;
}

/* Legacy style.css buy-button padding override — Sepete Ekle ile aynı boyut */
.product-page-details.product-right-box .product-buttons .buy-button,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .buy-button,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > a.buy-button {
    min-height: 48px !important;
    height: 48px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .btn:not(.disabled):not(:disabled):hover,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > a.btn:not(.disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.product-right-box .product-buttons .add-to-cart-btn,
.product-right-box .product-buttons .stock-notify-btn-pdp,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .stock-notify-btn-pdp {
    min-height: 48px !important;
    height: 48px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

.product-right-box .product-buttons .add-to-cart-btn {
    background: var(--btn-modern-bg, #111827) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    color: var(--btn-modern-text, #fff) !important;
}

.product-right-box .product-buttons .stock-notify-btn-pdp {
    background: #ff9f5a !important;
    border: 1px solid #ff9f5a !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.product-right-box .product-buttons .stock-notify-btn-pdp span {
    color: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.product-right-box .product-buttons .stock-notify-btn-pdp .tkb-stock-notify-bell-icon {
    display: block;
    flex-shrink: 0;
    width: 16px !important;
    height: 16px !important;
    color: #fff;
}

.product-right-box .product-buttons .stock-notify-btn-pdp:hover,
.product-right-box .product-buttons .stock-notify-btn-pdp:focus-visible {
    background: #ff8a3d !important;
    border-color: #ff8a3d !important;
    color: #fff !important;
}

.product-right-box .product-buttons .stock-notify-btn-pdp:hover span,
.product-right-box .product-buttons .stock-notify-btn-pdp:focus-visible span,
.product-right-box .product-buttons .stock-notify-btn-pdp:hover .tkb-stock-notify-bell-icon,
.product-right-box .product-buttons .stock-notify-btn-pdp:focus-visible .tkb-stock-notify-bell-icon {
    color: #fff !important;
}

.product-right-box .product-buttons .add-to-cart-btn:hover,
.product-right-box .product-buttons .add-to-cart-btn:focus-visible {
    background: var(--btn-modern-bg-hover, #1f2937) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
    color: var(--btn-modern-text-hover, #fff) !important;
}

.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .buy-button,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > a.buy-button {
    border-radius: var(--site-btn-radius) !important;
}

.product-right-box .product-buttons .buy-button {
    min-height: 48px !important;
    height: 48px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    background: var(--btn-modern-bg-hover, #fff) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    color: var(--btn-modern-text-hover, #111827) !important;
}

.product-right-box .product-buttons .buy-button:hover,
.product-right-box .product-buttons .buy-button:focus-visible,
.product-right-box .product-buttons .buy-button:active {
    background: var(--btn-modern-bg, #111827) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
    color: var(--btn-modern-text, #fff) !important;
}

/* Product detail CTA buttons: disable legacy red line animation */
.product-right-box .product-buttons .btn-animation::before,
.product-right-box .product-buttons .btn-animation::after {
    content: none !important;
    display: none !important;
}

/* Touch devices: avoid sticky :hover requiring a second tap */
.add-to-cart-btn,
.buy-button,
.add-to-cart-btn-overlay,
.wheel-spin-btn,
.wheel-copy-btn,
.product-right-box .product-buttons .btn,
.product-right-box .product-buttons a.btn,
button.btn:not(.btn-close),
a.btn:not(.btn-close) {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

@media (hover: none), (pointer: coarse) {
    .product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .btn:not(.disabled):not(:disabled):hover,
    .product-right-box .product-buttons .d-flex.align-items-center.gap-3 > a.btn:not(.disabled):hover {
        transform: none !important;
        box-shadow: none !important;
    }

    .product-right-box .product-buttons .add-to-cart-btn:hover,
    .product-right-box .product-buttons .add-to-cart-btn:focus:not(:focus-visible) {
        background: var(--btn-modern-bg, #111827) !important;
        border-color: var(--site-btn-border, #e0e0e0) !important;
        color: var(--btn-modern-text, #fff) !important;
    }

    .product-right-box .product-buttons .buy-button:hover,
    .product-right-box .product-buttons .buy-button:focus:not(:focus-visible) {
        background: var(--btn-modern-bg-hover, #fff) !important;
        border-color: var(--site-btn-border, #e0e0e0) !important;
        color: var(--btn-modern-text-hover, #111827) !important;
    }

    .btn-solid.hover-solid:hover,
    .btn-solid.hover-solid:focus:not(:focus-visible) {
        opacity: 1;
    }

    .btn-dark:hover,
    .btn-solid:hover,
    .add-to-cart-btn:hover,
    .add-to-cart-btn-overlay:hover,
    .buy-button:hover,
    .wheel-spin-btn:hover,
    .wheel-copy-btn:hover,
    .order-btn:hover,
    .btn-filter-apply:hover {
        box-shadow: none !important;
    }

    .product-detail-page .product-action-card .btn-whatsapp-pdp:hover {
        transform: none !important;
        box-shadow: none !important;
    }
}

.product-right-box .product-buttons .btn.disabled::before,
.product-right-box .product-buttons .btn.disabled::after,
.product-right-box .product-buttons .btn:disabled::before,
.product-right-box .product-buttons .btn:disabled::after,
.product-right-box .product-buttons a.btn.disabled::before,
.product-right-box .product-buttons a.btn.disabled::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    transform: none !important;
}

.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .btn.disabled,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > a.btn.disabled,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .btn:disabled {
    background: #d9d9d9 !important;
    color: #666 !important;
    border-color: #d9d9d9 !important;
    pointer-events: none;
    box-shadow: none !important;
}

.product-static-panels {
    margin-top: 22px;
}

.product-static-panel {
    border: 0;
    background: transparent;
    margin-bottom: 8px;
}

.product-static-panel-title,
.product-info-col .product-static-panel .sub-title {
    margin: 0 0 6px !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111 !important;
    border-bottom: 0 !important;
    line-height: 1.25 !important;
}

.product-static-panel-body {
    padding: 0 0 8px;
    color: #4b5563;
}

.product-info-col .main-title {
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.25;
    margin-bottom: 8px;
    color: #111827;
}

.product-info-col .price-text h3 {
    font-size: 24px;
    color: #111827;
}

.product-info-col .price-text h3 .fw-normal {
    color: #374151;
}

.product-info-col .sub-title {
    font-size: 18px;
    color: #111827;
}

.product-info-col .shipping-info li,
.product-info-col .delivery-details li,
.product-static-panel-body p {
    font-size: 14px;
    line-height: 1.45;
    color: #374151;
}

.product-theme-rich-content {
    font-size: 14px;
    line-height: 1.55;
    color: #374151;
}

.product-theme-rich-content p {
    margin-bottom: 0.65rem;
}

.product-theme-rich-content p:last-child,
.product-theme-rich-content ul:last-child,
.product-theme-rich-content ol:last-child {
    margin-bottom: 0;
}

.product-theme-rich-content ul,
.product-theme-rich-content ol {
    margin: 0.5rem 0 0;
    padding-left: 1.2rem;
}

.product-theme-rich-content .delivery-details {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.product-theme-rich-content .delivery-details li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0.45rem;
}

.product-theme-rich-content .delivery-details li:last-child {
    margin-bottom: 0;
}

.product-theme-rich-content .delivery-details li i {
    margin-top: 2px;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .product-detail-layout-row > .product-main-media-col {
        order: 1;
    }

    .product-detail-layout-row > .product-info-col {
        order: 2;
    }

    .product-detail-layout-row > .product-action-col {
        order: 3;
    }

    .product-info-col .main-title {
        font-size: 26px;
    }

    .product-detail-page .product-info-col .main-title {
        font-size: 22px !important;
    }

    .product-detail-page .quick-variant-price-current {
        font-size: 21px !important;
    }
}

#cart-progress-bar {
    width: 0%;
}

/* Header cart icon/badge — plaza header */
.tkb-hdr-action-cart i,
.tkb-hdr-action-cart .ri-shopping-bag-line,
.tkb-hdr-action-cart .ri-shopping-cart-line,
.header-icon-item .cart-trigger i,
.header-icon-item .cart-trigger .ri-shopping-cart-line,
.u-cart-trigger i {
    color: var(--site-header-icon, #111111) !important;
    transition: color 0.3s ease;
}

.tkb-hdr-action-cart i,
.tkb-hdr-action-cart .ri-shopping-bag-line {
    font-size: 26px !important;
}

@media (max-width: 992px) {
    .tkb-hdr-action-cart i,
    .tkb-hdr-action-cart .ri-shopping-bag-line {
        font-size: 24px !important;
    }
}

.tkb-hdr-action-cart:hover i,
.tkb-hdr-action-cart:hover .ri-shopping-bag-line,
.tkb-hdr-action-cart:hover .ri-shopping-cart-line,
.header-icon-item .cart-trigger:hover i,
.header-icon-item .cart-trigger:hover .ri-shopping-cart-line,
.header-icon-item:hover .cart-trigger i,
.header-icon-item:hover .u-cart-trigger i,
.u-cart-trigger:hover i {
    color: var(--site-header-icon-hover, #666666) !important;
}

.tkb-hdr-action-cart .badge,
.tkb-hdr-action-cart .badge.cart-count,
.tkb-hdr-actions .tkb-hdr-action-cart .tkb-hdr-badge,
.header-icon-item .cart-trigger .badge,
.header-icon-item .cart-trigger .badge.cart-count,
.tkb-hdr-actions .tkb-hdr-action-cart.u-cart-trigger .badge,
.tkb-hdr-actions .tkb-hdr-action-cart.u-cart-trigger .cart-count {
    background: var(--site-header-badge-bg, #111111) !important;
    color: var(--site-header-badge-text, #fff) !important;
    border: 0 !important;
    position: absolute !important;
    top: -6px !important;
    right: -8px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    pointer-events: none !important;
}

.cart-count.d-none,
.tkb-mobile-quick-badge.cart-count.d-none,
.tkb-hdr-action-cart .cart-count.d-none,
.tkb-hdr-action-cart .badge.cart-count.d-none,
.floating-cart-trigger .cart-count.d-none,
.floating-cart-trigger .badge.cart-count.d-none {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Product page media final overrides */
.product-detail-layout-row {
    align-items: flex-start;
}

.product-main-media-col .product-slick-wrapper {
    max-width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 0 !important;
    height: auto !important;
}

.product-main-media-col .product-slick-stage {
    position: relative !important;
}

.product-main-media-col .product-slick img,
.product-main-media-col .product-slick .slick-slide img {
    max-height: 520px !important;
    width: 100% !important;
    object-fit: contain !important;
}

.product-main-media-col .slider-nav-wrapper .slick-arrow,
.product-main-media-col .slider-nav .slick-arrow,
.product-main-media-col .slider-nav-wrapper .slick-prev,
.product-main-media-col .slider-nav-wrapper .slick-next,
.product-main-media-col .slider-nav .slick-prev,
.product-main-media-col .slider-nav .slick-next {
    display: none !important;
}

.product-main-media-col .product-slick-stage .product-slick-prev,
.product-main-media-col .product-slick-stage .product-slick-next {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    z-index: 120 !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.product-main-media-col .product-slick-stage .product-slick-prev {
    left: 10px !important;
    right: auto !important;
}

.product-main-media-col .product-slick-stage .product-slick-next {
    right: 10px !important;
    left: auto !important;
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.product-main-media-col .product-slick-stage .product-slick-prev i,
.product-main-media-col .product-slick-stage .product-slick-next i {
    font-size: 30px !important;
    color: #111 !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.85);
}

.product-main-media-col .product-slick-stage .product-slick-next i {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 767.98px) {
    .product-main-media-col .product-slick-wrapper {
        max-width: 100% !important;
    }

    .product-main-media-col .product-slick img,
    .product-main-media-col .product-slick .slick-slide img {
        max-height: 380px !important;
    }

    .product-main-media-col .product-slick-stage .product-slick-prev,
    .product-main-media-col .product-slick-stage .product-slick-next {
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
    }

    .product-main-media-col .product-slick-stage .product-slick-prev i,
    .product-main-media-col .product-slick-stage .product-slick-next i {
        font-size: 26px !important;
    }

    .product-main-media-col .product-slick-stage .product-slick-prev,
    .product-main-media-col .product-slick-stage .product-slick-next {
        display: none !important;
    }
}

@media (max-width: 1399.98px) {
    .product-main-media-col .product-slick-wrapper {
        max-width: 100% !important;
    }
}

/* Product detail page — modern layout */
.product-detail-page .product-detail-hero {
    padding-top: 20px;
    padding-bottom: 28px;
    overflow: visible;
}

.product-detail-page .product-detail-layout-row,
.product-detail-page .product-action-col,
.product-detail-page .pdp-action-sticky-track {
    overflow: visible;
}

.product-detail-page .product-main-media-col .product-slick-wrapper,
.product-detail-page .product-main-media-col .pdp-gallery {
    border-radius: 0;
    padding: 0;
    max-width: 100% !important;
    margin: 0 !important;
}

.product-detail-page .pdp-gallery-main {
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    min-height: clamp(280px, 42vw, 520px);
}

.product-detail-page .pdp-gallery-main .product-slick,
.product-detail-page .pdp-gallery-main .product-slick .slick-list,
.product-detail-page .pdp-gallery-main .product-slick .slick-track,
.product-detail-page .pdp-gallery-main .product-slick .slick-slide {
    height: 100%;
    min-height: clamp(280px, 42vw, 520px);
}

.product-detail-page .pdp-gallery-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: clamp(280px, 42vw, 520px);
    padding: clamp(10px, 2vw, 18px);
    box-sizing: border-box;
}

.product-detail-page .pdp-gallery-slide .product-main-image,
.product-detail-page .pdp-gallery-main .product-slick img,
.product-detail-page .pdp-gallery-main .product-slick .slick-slide img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: clamp(240px, 38vw, 480px) !important;
    object-fit: contain !important;
    margin: 0 auto;
    cursor: pointer;
}

.product-detail-page .pdp-gallery-counter {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 12;
    padding: 5px 10px;
    border-radius: var(--site-btn-radius, 999px);
    background: rgba(17, 17, 17, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    pointer-events: none;
}

.product-detail-page .pdp-gallery-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 12 !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.16) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-detail-page .pdp-gallery-nav:hover {
    transform: translateY(-50%) scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.2) !important;
}

.product-detail-page .pdp-gallery-nav-prev {
    left: 12px !important;
    right: auto !important;
}

.product-detail-page .pdp-gallery-nav-next {
    right: 12px !important;
    left: auto !important;
}

.product-detail-page .pdp-gallery-nav i {
    font-size: 22px !important;
    color: #111 !important;
    line-height: 1 !important;
    text-shadow: none !important;
}

.product-detail-page .pdp-gallery-thumbs {
    margin-top: 12px;
    padding: 0 2px;
}

.product-detail-page .pdp-gallery-thumb-track:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    overflow-x: auto;
}

.product-detail-page .pdp-gallery-thumb-track:not(.slick-initialized) .pdp-gallery-thumb {
    flex: 0 0 72px;
}

.product-detail-page .pdp-gallery-thumb-track.slick-slider,
.product-detail-page .pdp-gallery-thumb-track .slick-list,
.product-detail-page .pdp-gallery-thumb-track .slick-track,
.product-detail-page .pdp-gallery-thumb-track .slick-slide,
.product-detail-page .pdp-gallery-thumb-track .slick-slide > div {
    height: auto !important;
    min-height: 0 !important;
}

.product-detail-page .pdp-gallery-thumb-track .slick-list {
    margin: 0;
    overflow: hidden;
}

.product-detail-page .pdp-gallery-thumb-track .slick-track {
    display: flex !important;
    align-items: stretch;
}

.product-detail-page .pdp-gallery-thumb-track .slick-slide {
    width: 72px !important;
    padding: 0;
    margin-right: 8px;
    display: flex !important;
    align-items: stretch;
    box-sizing: border-box;
}

.product-detail-page .pdp-gallery-thumb-track .slick-slide:last-child {
    margin-right: 0;
}

.product-detail-page .pdp-gallery-thumb {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: #f3f4f6;
    width: 72px;
    height: 68px;
    min-height: 68px;
    max-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.product-detail-page .pdp-gallery-thumb-track .slick-slide:not(.slick-current) .pdp-gallery-thumb {
    opacity: 0.55;
}

.product-detail-page .pdp-gallery-thumb-track .slick-current .pdp-gallery-thumb {
    opacity: 1;
}

.product-detail-page .pdp-gallery-thumb-img {
    width: 100%;
    height: 100%;
    max-height: 68px;
    object-fit: contain;
    object-position: center center;
    display: block;
    padding: 0;
    box-sizing: border-box;
}

.product-detail-page .pdp-gallery-thumb-track .slick-slide:hover .pdp-gallery-thumb {
    opacity: 0.85;
}

.product-detail-page .pdp-gallery-thumb-track .slick-current:hover .pdp-gallery-thumb {
    opacity: 1;
}

.product-detail-page .product-info-col .product-description-box {
    padding: 4px 0;
}

.product-detail-page .pdp-trending-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
}

.product-detail-page .pdp-trending-badge .pdp-trending-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.product-detail-page .pdp-trending-text {
    margin: 0;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.35;
}

.product-detail-page .product-info-col .main-title {
    font-size: clamp(18px, 1.6vw, 24px) !important;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #000 !important;
}

.product-detail-page .pdp-trending-badge + .main-title {
    margin-top: 0;
}

.product-detail-page .pdp-price-block {
    margin-bottom: 10px;
}

.product-detail-page .quick-variant-price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.product-detail-page .quick-variant-price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

.product-detail-page .quick-variant-discount-badge {
    display: none;
    background: var(--btn-modern-bg, #111) !important;
    color: var(--btn-modern-text, #fff) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-btn-radius, 999px) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 10px;
}

.product-detail-page .quick-variant-price-current {
    font-size: clamp(19px, 1.5vw, 23px) !important;
    font-weight: 600 !important;
    color: #111 !important;
    line-height: 1.2 !important;
}

.product-detail-page .quick-variant-price-old {
    font-size: 13px;
    color: #888;
    text-decoration: line-through;
}

.product-detail-page .pdp-product-meta-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-detail-page .pdp-product-meta-block .sub-title {
    margin: 0 !important;
}

.product-detail-page .pdp-product-meta-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail-page .pdp-product-meta-list li {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.35em;
    margin: 0;
    padding: 0;
}

.product-detail-page .pdp-product-meta-list li > span:first-child {
    flex: 0 0 auto;
    white-space: nowrap;
}

.product-detail-page .pdp-product-meta-list li > span:last-child {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
}

.product-detail-page .pdp-product-meta-list .pdp-stock-meta-row {
    display: block;
}

.product-detail-page .shipping-info {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.product-detail-page .shipping-info li {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.35em;
    margin-bottom: 0;
    padding-left: 0;
}

.product-detail-page .shipping-info li > span:first-child {
    flex: 0 0 auto;
    white-space: nowrap;
}

.product-detail-page .shipping-info li > span:last-child {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
}

.product-detail-page .pdp-stock-badge-row {
    margin-top: 0;
    margin-bottom: 0;
}

.product-detail-page .pdp-stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
    padding: 0;
    border-radius: 0;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
}

.product-detail-page .pdp-stock-badge--in #productStockValue {
    color: #15803d;
    font-weight: 600;
}

.product-detail-page .pdp-stock-badge--out #productStockValue {
    color: #b91c1c;
    font-weight: 600;
}

.product-detail-page .product-variant-section .sub-title {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 8px;
    display: block !important;
    gap: 0 !important;
}

.product-detail-page .product-variant-section .pdp-variant-selected-value {
    font-weight: 500;
    margin-left: 0;
    padding-left: 0;
}

.product-detail-page .product-variant-section .form-select,
.product-detail-page .product-variant-section .variant-select-base {
    min-height: 42px;
    border-radius: 10px;
    font-size: 14px !important;
}

.product-detail-page .product-static-panel {
    margin-top: 10px;
    padding-top: 8px;
}

.product-detail-page .product-static-panels {
    margin-top: 12px;
}

.product-detail-page .product-static-panels > .product-static-panel:first-child {
    margin-top: 0;
    padding-top: 0;
}

.product-detail-page .product-action-card {
    position: relative;
    z-index: 30;
    width: 100%;
    padding: 14px 12px !important;
    border-radius: 14px;
    border: 1px solid #eceef1;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.product-detail-page .product-action-card .product-buttons {
    width: 100%;
}

.product-detail-page .product-action-card .product-buttons + .product-buttons {
    margin-top: 8px;
}

.product-detail-page .product-action-card.product-page-details.product-right-box .qty-section {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.product-detail-page .product-action-card .d-flex.gap-3 {
    gap: 10px !important;
}

.product-detail-page .product-action-card .product-buttons-whatsapp-wrap {
    width: 100%;
    justify-content: center !important;
}

.product-right-box .product-buttons .product-buttons-whatsapp-wrap > .btn-whatsapp-pdp,
.product-right-box .product-buttons .product-buttons-whatsapp-wrap > a.btn-whatsapp-pdp,
.product-detail-page .product-action-card .btn-whatsapp-pdp {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 0;
    min-height: 48px !important;
    height: 48px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    white-space: nowrap;
    border-radius: var(--site-btn-radius, 999px) !important;
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    background: #25d366 !important;
    background-image: none !important;
    color: #fff !important;
    border: 1px solid #20bd5a !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.14s ease;
}

.product-detail-page .product-action-card .btn-whatsapp-pdp .tkb-whatsapp-icon {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: #fff;
}

.product-detail-page .product-action-card .btn-whatsapp-pdp span {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.product-right-box .product-buttons .product-buttons-whatsapp-wrap > .btn-whatsapp-pdp:hover,
.product-right-box .product-buttons .product-buttons-whatsapp-wrap > a.btn-whatsapp-pdp:hover,
.product-detail-page .product-action-card .btn-whatsapp-pdp:hover,
.product-detail-page .product-action-card .btn-whatsapp-pdp:focus-visible {
    background: #1ebe57 !important;
    background-image: none !important;
    color: #fff !important;
    border-color: #1aa952 !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.22);
}

.product-detail-page .product-action-card .btn-whatsapp-pdp:active {
    background: #1aa952 !important;
    color: #fff !important;
    border-color: #189948 !important;
    transform: translateY(0);
}

.product-detail-page .product-action-card.is-pdp-floating {
    position: fixed;
    z-index: 40;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.06);
}

.product-detail-page .pdp-action-card-placeholder {
    width: 100%;
    flex-shrink: 0;
    display: none;
    height: 0;
}

@media (min-width: 992px) {
    .product-detail-page .product-detail-layout-row {
        align-items: stretch !important;
    }

    .product-detail-page .product-action-col {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .product-detail-page .pdp-action-sticky-track {
        flex: 1 1 auto;
        width: 100%;
        min-height: 100%;
        position: relative;
    }

    .product-detail-page .pdp-sticky-stop {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }
}

.product-detail-page .product-action-card .buy-box {
    width: 100%;
    margin-top: 2px;
    padding-top: 10px;
    gap: 10px !important;
}

.product-detail-page .product-action-card .buy-box .wishlist-btn-product,
.product-detail-page .product-action-card .buy-box .wishlist-btn-product:hover,
.product-detail-page .product-action-card .buy-box .wishlist-btn-product:focus-visible,
.product-detail-page .product-action-card .buy-box .wishlist-btn-product:active {
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.product-detail-page .product-action-card .buy-box .wishlist-btn-product,
.product-detail-page .product-action-card .buy-box .product-share-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1;
}

.product-detail-page .product-action-card .buy-box .wishlist-btn-product .product-wishlist-icon,
.product-detail-page .product-action-card .buy-box .product-share-btn i {
    font-size: 1em !important;
    line-height: 1;
}

.product-detail-page .product-action-card .buy-box a {
    font-size: 13px !important;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
}

.product-detail-page .product-action-card .buy-box a:hover {
    color: #111827;
}

@media (max-width: 991.98px) {
    .product-detail-page .product-action-card {
        position: static;
        top: auto;
    }

    .product-detail-page .product-info-col .main-title {
        text-align: center !important;
    }

    .product-detail-page .pdp-price-block,
    .product-detail-page .quick-variant-price-block {
        align-items: center !important;
        text-align: center;
    }

    .product-detail-page .quick-variant-price-row {
        justify-content: center !important;
        width: 100%;
    }

    .product-detail-page .product-variant-section {
        text-align: center !important;
    }

    .product-detail-page .product-variant-section .sub-title,
    .product-detail-page .product-variant-section h4.sub-title,
    .product-detail-page .product-info-col .product-page-details .product-variant-section .sub-title {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .product-detail-page .product-variant-section .variation-box {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        width: 100%;
    }

    .product-detail-page .product-variant-section .pdp-variant-color-list {
        justify-content: center !important;
    }

    .product-detail-page .product-variant-section .form-select,
    .product-detail-page .product-variant-section .variant-select-base {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .product-detail-page .product-info-col .product-variant-section + .product-right-box,
    .product-detail-page .product-info-col .product-variant-section + .product-action-card {
        margin-top: 24px !important;
    }

    .product-detail-page .product-info-col #pdpPriceBlock + .product-right-box,
    .product-detail-page .product-info-col #pdpPriceBlock + .product-action-card {
        margin-top: 16px !important;
    }

    .product-detail-page .product-action-card .buy-box {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
    }

    .product-detail-page .product-action-card .buy-box a,
    .product-detail-page .product-action-card .buy-box .wishlist-btn-product,
    .product-detail-page .product-action-card .buy-box .product-share-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .product-detail-page .home-category-title {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .product-detail-page .product-detail-hero {
        padding-top: 12px;
        padding-bottom: 18px;
    }

    .product-detail-page .pdp-gallery-main {
        border-radius: 0;
        min-height: clamp(240px, 72vw, 380px);
    }

    .product-detail-page .pdp-gallery-main .product-slick,
    .product-detail-page .pdp-gallery-main .product-slick .slick-list,
    .product-detail-page .pdp-gallery-main .product-slick .slick-track,
    .product-detail-page .pdp-gallery-main .product-slick .slick-slide,
    .product-detail-page .pdp-gallery-slide {
        min-height: clamp(240px, 72vw, 380px);
    }

    .product-detail-page .pdp-gallery-slide .product-main-image,
    .product-detail-page .pdp-gallery-main .product-slick img,
    .product-detail-page .pdp-gallery-main .product-slick .slick-slide img {
        max-height: clamp(210px, 64vw, 340px) !important;
    }

    .product-detail-page .pdp-gallery-nav {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
    }

    .product-detail-page .pdp-gallery-nav i {
        font-size: 20px !important;
    }

    .product-detail-page .pdp-gallery-nav-prev {
        left: 8px !important;
    }

    .product-detail-page .pdp-gallery-nav-next {
        right: 8px !important;
    }

    .product-detail-page .pdp-gallery-thumbs {
        margin-top: 10px;
    }

    .product-detail-page .pdp-gallery-thumb-track .slick-slide {
        width: 64px !important;
    }

    .product-detail-page .pdp-gallery-thumb-track:not(.slick-initialized) .pdp-gallery-thumb {
        flex-basis: 64px;
    }

    .product-detail-page .pdp-gallery-thumb {
        width: 64px;
        height: 56px;
        min-height: 56px;
        max-height: 56px;
    }

    .product-detail-page .pdp-gallery-thumb-img {
        max-height: 56px;
    }

    .product-detail-page .product-main-media-col .pdp-gallery-nav {
        display: inline-flex !important;
    }
}

/* TKB prefixed lightbox controls (isolated from theme collisions) */
#productLightbox.tkb-lightbox {
    position: fixed !important;
    inset: 0 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.92) !important;
    z-index: 11000 !important;
    padding: clamp(12px, 3vw, 26px) !important;
    overflow: visible !important;
}

#productLightbox.tkb-lightbox.is-open {
    display: flex !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-stage {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 44px auto 44px !important;
    grid-template-areas: "lb-prev lb-slot lb-next" !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 12px;
    width: auto;
    max-width: 100%;
    overflow: visible !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-prev {
    grid-area: lb-prev !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-next {
    grid-area: lb-next !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-slot {
    grid-area: lb-slot !important;
    position: relative !important;
    flex: 0 0 auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-frame {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 0 !important;
    overflow: visible !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    touch-action: manipulation !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-slot,
#productLightbox.tkb-lightbox .tkb-lightbox-frame {
    touch-action: manipulation !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-image.is-broken {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-prev,
#productLightbox.tkb-lightbox .tkb-lightbox-next {
    position: relative !important;
    flex: 0 0 auto;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    z-index: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    cursor: pointer;
}

#productLightbox.tkb-lightbox .tkb-lightbox-close {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
    bottom: auto !important;
    margin-left: 0 !important;
    flex: 0 0 auto;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    z-index: 3 !important;
    padding: 0 !important;
    transform: translate(8px, calc(-100% - 8px)) !important;
    cursor: pointer;
}

#productLightbox.tkb-lightbox .tkb-lightbox-prev::before,
#productLightbox.tkb-lightbox .tkb-lightbox-next::before,
#productLightbox.tkb-lightbox .tkb-lightbox-close::before {
    content: none !important;
}

#productLightbox.tkb-lightbox .tkb-lightbox-prev i,
#productLightbox.tkb-lightbox .tkb-lightbox-next i,
#productLightbox.tkb-lightbox .tkb-lightbox-close i {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 28px !important;
    line-height: 1 !important;
    color: #fff !important;
}

@media (max-width: 767.98px) {
    #productLightbox.tkb-lightbox .tkb-lightbox-stage {
        grid-template-columns: 36px auto 36px !important;
        column-gap: 8px;
    }

    #productLightbox.tkb-lightbox .tkb-lightbox-close {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        transform: translate(6px, calc(-100% - 6px)) !important;
    }

    #productLightbox.tkb-lightbox .tkb-lightbox-image {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    #productLightbox.tkb-lightbox .tkb-lightbox-prev,
    #productLightbox.tkb-lightbox .tkb-lightbox-next {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
    }

    #productLightbox.tkb-lightbox .tkb-lightbox-prev i,
    #productLightbox.tkb-lightbox .tkb-lightbox-next i,
    #productLightbox.tkb-lightbox .tkb-lightbox-close i {
        font-size: 22px !important;
    }
}

/* Quick variant popup */
#variantQuickAddModal {
    z-index: 20060;
}

#variantQuickAddModal .quick-variant-modal-dialog {
    max-width: 760px;
}

#variantQuickAddModal .quick-variant-modal-body {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 18px;
    align-items: start;
}

#variantQuickAddModal .quick-variant-media {
    border: 1px solid #eee;
    border-radius: 0;
    overflow: hidden;
}

#variantQuickAddModal .quick-variant-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    display: block;
    background: #fff;
}

#variantQuickAddModal .quick-variant-product-name {
    font-weight: 500 !important;
}

#variantQuickAddModal .quick-variant-price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 10px;
}

#variantQuickAddModal .quick-variant-price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

#variantQuickAddModal .quick-variant-discount-badge {
    display: none;
    background: var(--btn-modern-bg, #111) !important;
    color: var(--btn-modern-text, #fff) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-btn-radius, 999px) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 10px;
}

#variantQuickAddModal .quick-variant-price-current {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #111 !important;
    line-height: 1.9 !important;
}

#variantQuickAddModal .quick-variant-price-old {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
}

#variantQuickAddModal .quick-variant-add-btn,
#variantQuickAddModal .quick-variant-product-link {
    min-height: 40px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

#variantQuickAddModal .quick-variant-product-link {
    margin-top: 10px;
    text-decoration: none;
}

#variantQuickAddModal .quick-variant-title {
    margin-bottom: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #222 !important;
}

#variantQuickAddModal .quick-variant-select,
#variantQuickAddModal .quick-variant-qty-input {
    max-width: 180px;
    text-align: center;
    text-align-last: center;
}

#variantQuickAddModal .quick-variant-select option,
#variantQuickAddModal .quick-variant-qty-input option {
    text-align: center;
}

#variantQuickAddModal .quick-variant-color-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

#variantQuickAddModal .quick-variant-color-dot {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    padding: 0 !important;
    display: inline-block;
    cursor: pointer;
    line-height: 0;
}

#variantQuickAddModal .quick-variant-color-dot.is-active {
    border-color: #111;
    box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.2);
}

#variantQuickAddModal .quick-variant-color-dot-fallback {
    width: auto;
    min-width: 22px;
    border-radius: 12px;
    padding: 0 8px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    color: #222;
    background: #f5f5f5;
}

@media (max-width: 767px) {
    .product-variant-section .variant-select-base {
        width: 100%;
        max-width: 100%;
    }

    #variantQuickAddModal .quick-variant-modal-dialog {
        max-width: calc(100% - 20px);
    }

    #variantQuickAddModal .quick-variant-modal-body {
        grid-template-columns: 1fr;
    }

    #variantQuickAddModal .quick-variant-image {
        height: 250px;
    }

    #variantQuickAddModal .quick-variant-add-btn,
    #variantQuickAddModal .quick-variant-product-link {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 13px;
    }
}

/* SweetAlert2 themed alerts */
.swal2-container {
    z-index: 25000 !important;
}

.swal2-popup.tkb-swal2-popup {
    border-radius: 0 !important;
    font-family: var(--compact-font-family) !important;
    border: 1px solid #111 !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2) !important;
}

.swal2-title.tkb-swal2-title {
    color: #111 !important;
    font-weight: 600 !important;
}

.swal2-html-container.tkb-swal2-content {
    color: #333 !important;
    font-size: 14px !important;
}

.swal2-confirm.tkb-swal2-confirm {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-btn-radius) !important;
    min-height: 42px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.15s ease;
}

.swal2-confirm.tkb-swal2-confirm:hover {
    background: #fff !important;
    color: #111 !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

.swal2-cancel.tkb-swal2-cancel {
    background: #fff !important;
    color: #111 !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-btn-radius) !important;
    min-height: 42px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
}

.swal2-cancel.tkb-swal2-cancel:hover {
    background: #111 !important;
    color: #fff !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

.swal2-popup.tkb-swal2-popup .swal2-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 1.25em 0 0 0 !important;
    padding: 0 !important;
}

.swal2-popup.tkb-swal2-popup .swal2-actions .swal2-styled,
.swal2-popup.tkb-swal2-popup .swal2-actions button {
    margin: 0 !important;
}

.modal-footer,
.filter-modal-footer-actions,
.checkout-gift-modal .checkout-gift-modal-footer-actions,
.profile-sms-otp-modal-footer,
.site-sms-otp-modal-footer {
    gap: 12px !important;
}

.modal-footer > *,
.filter-modal-footer-actions > * {
    margin: 0 !important;
}

/* SweetAlert2 themed alerts end */

/* ============================================================
   Checkout hard override layer (prevents legacy style collisions)
   ============================================================ */
body .checkout-modern-v2 .checkout-detail-box > ul > li {
    margin-bottom: 10px !important;
}

body .checkout-modern-v2 {
    background: transparent !important;
}

body .checkout-modern-v2 .checkout-box,
body .checkout-modern-v2 .checkout-right-box .checkout-details {
    border: 1px solid #e6ebf3 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04) !important;
    background: #fff !important;
    overflow: hidden !important;
}

body .checkout-modern-v2 .checkout-title.modern-checkout-title {
    padding: 10px 12px !important;
    border-bottom: 1px solid #e8eef7 !important;
    background: #fff !important;
}

body .checkout-modern-v2 .checkout-title.modern-checkout-title h4 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

body .checkout-modern-v2 .checkout-detail {
    padding: 10px 12px !important;
}

body .checkout-modern-v2 .delivery-address-box {
    position: relative !important;
    border: 1px solid #e4e9f2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    transition: all 0.18s ease !important;
    overflow: hidden !important;
}

body .checkout-modern-v2 .delivery-address-box:hover {
    border-color: #cdd6e4 !important;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05) !important;
}

body .checkout-modern-v2 .delivery-address-box .form-check-input {
    position: absolute !important;
    opacity: 0 !important;
}

body .checkout-modern-v2 .delivery-address-box .form-check-label {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding: 11px 11px 11px 38px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
}

body .checkout-modern-v2 .delivery-address-box .form-check-label::before {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    top: 12px !important;
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #b7c5da !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body .checkout-modern-v2 .delivery-address-box .form-check-input:checked + .form-check-label::before {
    border-color: #0f172a !important;
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0f172a !important;
}

body .checkout-modern-v2 .delivery-address-box .form-check-input:checked + .form-check-label,
body .checkout-modern-v2 .delivery-address-box.is-selected {
    background: #f8fbff !important;
}

body .checkout-modern-v2 .delivery-address-box .name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin-bottom: 3px !important;
}

body .checkout-modern-v2 .delivery-address-box .address,
body .checkout-modern-v2 .delivery-address-box .address .text-title {
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: #475569 !important;
}

body .checkout-modern-v2 .address-actions {
    top: 7px !important;
    right: 7px !important;
}

body .checkout-modern-v2 .address-actions .btn {
    width: 27px !important;
    height: 27px !important;
    min-height: 27px !important;
    border-radius: var(--site-btn-radius, 999px) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    background: #fff !important;
    color: #334155 !important;
}

body .checkout-modern-v2 .address-actions .btn:hover {
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

body .checkout-modern-v2 .address-actions .btn i {
    font-size: 12px !important;
}

body .checkout-modern-v2 .checkout-payment-detail .payment-method-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    gap: 8px !important;
}

body .checkout-modern-v2 .payment-method-card {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    padding: 11px 12px 11px 34px !important;
    margin: 0 !important;
    border: 1px solid #e4e9f2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    cursor: pointer !important;
    transition: border-color 0.15s ease, background-color 0.15s ease !important;
}

body .checkout-modern-v2 .payment-method-card:hover {
    border-color: #cdd6e4 !important;
}

body .checkout-modern-v2 .payment-method-card input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body .checkout-modern-v2 .payment-method-indicator {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #c5ced9 !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    transition: border-color 0.15s ease !important;
}

body .checkout-modern-v2 .payment-method-card input:checked ~ .payment-method-indicator {
    border-color: var(--theme-color, #111) !important;
}

body .checkout-modern-v2 .payment-method-card input:checked ~ .payment-method-indicator::after {
    content: "" !important;
    position: absolute !important;
    inset: 3px !important;
    border-radius: 50% !important;
    background: var(--theme-color, #111) !important;
}

body .checkout-modern-v2 .payment-method-name {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #0f172a !important;
    line-height: 1.35 !important;
}

body .checkout-modern-v2 .payment-method-card:has(input:checked) {
    border-color: var(--theme-color, #111) !important;
    background: #fafafa !important;
}

body .checkout-modern-v2 .payment-method-card:has(input:checked) .payment-method-name {
    font-weight: 600 !important;
}

@media (max-width: 575.98px) {
    body .checkout-modern-v2 .checkout-payment-detail .payment-method-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

body .checkout-modern-v2 .checkout-address-detail .row > [class*="col-"] {
    margin-bottom: 0 !important;
}

body .checkout-modern-v2 .checkout-title.modern-checkout-title,
body .checkout-modern-v2 #delivery-addresses-container .checkout-title,
body .checkout-modern-v2 #billing-addresses-container .checkout-title {
    background-image: none !important;
}

body .checkout-modern-v2 .form-label {
    font-size: 14px !important;
    font-weight: 600 !important;
}

body .checkout-modern-v2 .form-control,
body .checkout-modern-v2 .form-select,
body .checkout-modern-v2 textarea.form-control {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

body .checkout-modern-v2 .form-control::placeholder,
body .checkout-modern-v2 textarea.form-control::placeholder {
    font-size: 13px !important;
}

@media (max-width: 767px) {
    body .checkout-modern-v2 .checkout-title.modern-checkout-title,
    body .checkout-modern-v2 .checkout-detail {
        padding: 9px 10px !important;
    }

    body .checkout-modern-v2 .delivery-address-box .form-check-label {
        padding: 10px 10px 10px 34px !important;
    }
}

/* Checkout proportional typography scale */
body .checkout-modern-v2 {
    --co-fs-xs: 12px;
    --co-fs-sm: 13px;
    --co-fs-md: 14px;
    --co-fs-lg: 16px;
}

body .checkout-modern-v2 .checkout-title.modern-checkout-title h4,
body .checkout-modern-v2 .order-box .title-box h4 {
    font-size: var(--co-fs-lg) !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

body .checkout-modern-v2 .checkout-right-box .title-box p,
body .checkout-modern-v2 .delivery-address-box .address,
body .checkout-modern-v2 .delivery-address-box .address .text-title,
body .checkout-modern-v2 .u-note-text {
    font-size: var(--co-fs-xs) !important;
    line-height: 1.4 !important;
}

body .checkout-modern-v2 .form-label,
body .checkout-modern-v2 .form-control,
body .checkout-modern-v2 .form-select,
body .checkout-modern-v2 textarea.form-control,
body .checkout-modern-v2 .u-item-price,
body .checkout-modern-v2 .sub-total li,
body .checkout-modern-v2 .total li,
body .checkout-modern-v2 .order-btn,
body .checkout-modern-v2 .checkout-title .btn {
    font-size: var(--co-fs-md) !important;
    line-height: 1.35 !important;
}

/* Inputs/selects/textarea: unified typography format */
body .checkout-modern-v2 input.form-control,
body .checkout-modern-v2 select.form-select,
body .checkout-modern-v2 textarea.form-control {
    font-weight: 450 !important;
    font-family: inherit !important;
    letter-spacing: 0 !important;
}

body .checkout-modern-v2 .form-control::placeholder,
body .checkout-modern-v2 textarea.form-control::placeholder {
    font-size: var(--co-fs-sm) !important;
}

body .checkout-modern-v2 .delivery-address-box .name,
body .checkout-modern-v2 .payment-method-name,
body .checkout-modern-v2 .u-item-title,
body .checkout-modern-v2 .u-item-total,
body .checkout-modern-v2 .sub-total li .count,
body .checkout-modern-v2 .total li .count,
body .checkout-modern-v2 #cart-shipping-label {
    font-size: var(--co-fs-md) !important;
    line-height: 1.3 !important;
}

@media (max-width: 767px) {
    body .checkout-modern-v2 {
        --co-fs-xs: 11px;
        --co-fs-sm: 12px;
        --co-fs-md: 13px;
        --co-fs-lg: 15px;
    }
}

/* Final parity fixes: delivery/billing + textarea density */
body .checkout-modern-v2 .delivery-address-box.position-relative .form-check-label {
    padding-right: 74px !important;
}

body .checkout-modern-v2 textarea.form-control,
body .checkout-modern-v2 #guest_delivery_address,
body .checkout-modern-v2 #guest_billing_address,
body .checkout-modern-v2 #delivery_address,
body .checkout-modern-v2 #edit_delivery_address {
    padding: 8px 10px !important;
    min-height: 86px !important;
}

body .checkout-modern-v2 #billing-addresses-container .form-check.mb-3,
body .checkout-modern-v2 #billing-same-toggle-wrap .form-check.mb-3 {
    margin: 0 !important;
    padding: 8px 12px !important;
    border: 1px solid #e4e9f2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: fit-content !important;
    max-width: 100% !important;
}

body .checkout-modern-v2 #billing-addresses-container .form-check .form-check-label,
body .checkout-modern-v2 #billing-same-toggle-wrap .form-check .form-check-label {
    font-size: var(--co-fs-md) !important;
    font-weight: 500 !important;
    color: #334155 !important;
    margin: 0 !important;
    line-height: 1.25 !important;
}

body .checkout-modern-v2 #billing_same_as_delivery {
    margin: 0 !important;
    width: 16px !important;
    height: 16px !important;
    position: static !important;
    flex-shrink: 0 !important;
}

/* Isolated checkout cards (legacy-proof) */
body .checkout-modern-v2 .co-select-card {
    border: 1px solid #e3e8f1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

body .checkout-modern-v2 .co-select-card:hover {
    border-color: #cfd8e6 !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05) !important;
}

body .checkout-modern-v2 .co-select-card .form-check-input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body .checkout-modern-v2 .co-select-card .co-select-label {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding: 11px 11px 11px 38px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
}

body .checkout-modern-v2 .co-select-card.position-relative .co-select-label {
    padding-right: 74px !important;
}

body .checkout-modern-v2 .co-select-card .co-select-label::before {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    top: 12px !important;
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #b7c5da !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body .checkout-modern-v2 .co-select-card .form-check-input:checked + .co-select-label::before {
    border-color: #0f172a !important;
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0f172a !important;
}

body .checkout-modern-v2 .co-select-card .form-check-input:checked + .co-select-label,
body .checkout-modern-v2 .co-select-card.is-selected {
    background: #f8fbff !important;
    border-color: #cfdbed !important;
}

body .checkout-modern-v2 #billing-address-section {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #e9edf5 !important;
}

body .checkout-modern-v2 .co-card-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
}

body .checkout-modern-v2 .co-card-link {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    white-space: nowrap !important;
}

/* Ensure modal appears above sticky/fixed layers */
body .modal {
    z-index: 20050 !important;
}

body .modal-backdrop {
    z-index: 20040 !important;
}

/* Wheel system: single-source, responsive and conflict-safe */
#wheelModal .wheel-modal-content,
#wheelModal .wheel-modal-body,
#wheelModal .wheel-form-card,
#wheelModal .wheel-result-card,
#wheelModal .wheel-not-eligible-card {
    box-sizing: border-box;
}

#wheelModal .wheel-modal-dialog {
    width: min(94vw, 980px);
    max-width: min(94vw, 980px);
    margin: 1rem auto;
}

#wheelModal.wheel-modal-compact .wheel-modal-dialog {
    width: min(92vw, 620px);
    max-width: min(92vw, 620px);
}

#wheelModal .wheel-modal-content {
    border-radius: 18px;
}

#wheelModal .wheel-modal-header {
    padding: 10px 12px 0;
}

#wheelModal .wheel-modal-body {
    padding: 18px 18px 18px !important;
    padding-bottom: 34px !important;
}

#wheelModal.wheel-modal-compact .wheel-modal-body {
    padding: 14px 16px 14px !important;
    padding-bottom: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wheelModal .wheel-modal-row {
    align-items: stretch;
}

#wheelModal .wheel-col-centered,
#wheelModal .wheel-col-pad {
    padding: 8px;
}

#wheelModal .wheel-container {
    display: flex;
    justify-content: center;
}

#wheelModal .wheel-canvas {
    width: min(100%, 360px);
    height: auto;
}

#wheelModal .wheel-logo-wrap {
    width: 84px;
    height: 84px;
}

#wheelModal .wheel-form-card {
    min-height: 100%;
    padding: 18px;
    border-radius: 14px;
}

#wheelModal .wheel-form-title {
    font-size: clamp(1.35rem, 1.1rem + 0.6vw, 2rem);
    line-height: 1.15;
    margin-bottom: 8px;
}

#wheelModal .wheel-form-subtitle {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 16px;
}

#wheelModal .wheel-phone-input {
    height: 50px;
    font-size: 14px;
}

#wheelModal .wheel-modal-close {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    top: 10px;
    right: 10px;
}

#wheelModal .wheel-spin-btn,
#wheelModal .wheel-copy-btn {
    width: 100%;
    min-height: 46px;
    border-radius: var(--site-btn-radius, 999px) !important;
}

#wheelSideBanner .wheel-close-mini,
#wheelModal .wheel-modal-close {
    background: var(--wheel-btn-close-bg, #000) !important;
    color: var(--wheel-btn-close-icon, #fff) !important;
}

#wheelSideBanner .wheel-close-mini i,
#wheelModal .wheel-modal-close i {
    color: currentColor !important;
}

#wheelModal .wheel-spin-btn {
    background: var(--wheel-btn-send-bg, #ff6b9d) !important;
}

#wheelModal .wheel-result-card,
#wheelModal .wheel-not-eligible-card {
    max-width: min(560px, 100%) !important;
    margin: 0 auto;
    padding: 28px 22px;
}

#wheelModal #wheelNotEligible {
    margin-top: 10px;
}

#wheelModal.wheel-modal-compact #wheelNotEligible {
    width: min(100%, 520px) !important;
    max-width: min(100%, 520px) !important;
    margin: 0 auto 16px !important;
    padding: 26px 20px !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

#wheelModal.wheel-modal-compact #wheelNotEligible .wheel-wait-title {
    font-size: 18px !important;
    line-height: 1.2;
    margin-bottom: 12px !important;
}

#wheelModal.wheel-modal-compact #wheelNotEligible .wheel-wait-text {
    font-size: 14px !important;
    line-height: 1.6;
    margin: 0 !important;
}

#wheelModal.wheel-modal-compact .wheel-modal-body::after {
    content: "";
    display: block;
    height: 14px;
}

#wheelModal.wheel-modal-result .wheel-modal-dialog {
    width: min(92vw, 620px) !important;
    max-width: min(92vw, 620px) !important;
}

#wheelModal.wheel-modal-result .wheel-modal-content {
    height: auto !important;
    min-height: 0 !important;
}

#wheelModal.wheel-modal-result #wheelModalRow,
#wheelModal.wheel-modal-result .wheel-row-hidden {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

#wheelModal.wheel-modal-result .wheel-modal-body {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 32px 24px !important;
}

#wheelModal.wheel-modal-result #wheelResult {
    display: block !important;
    width: min(100%, 520px) !important;
    max-width: min(100%, 520px) !important;
    margin: 0 auto !important;
    padding: 32px 24px !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
    justify-self: center;
    align-self: center;
}

#wheelModal .wheel-coupon-wrap {
    flex-wrap: wrap;
}

#wheelModal .wheel-coupon-text {
    overflow-wrap: anywhere;
}

#wheelModal .wheel-copy-btn {
    width: auto;
    min-width: 120px;
}

#wheelModal #wheelResult {
    animation: wheelSlideInUp 0.35s ease-out;
}

#wheelModal #wheelResult[style*="display: block"],
#wheelModal.wheel-modal-result #wheelResult {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#wheelModal #wheelNotEligible {
    animation: wheelSlideInUp 0.35s ease-out;
}

#wheelModal #wheelNotEligible[style*="display: block"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@keyframes wheelSlideInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    #wheelModal .wheel-modal-dialog {
        width: min(96vw, 720px);
        max-width: min(96vw, 720px);
    }

    #wheelModal .wheel-modal-row {
        row-gap: 10px;
    }

    #wheelModal .wheel-form-card {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    body.modal-open {
        overflow: hidden !important;
    }

    #wheelModal {
        overflow: hidden;
        padding: 0 !important;
    }

    #wheelModal .wheel-modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100dvh;
        min-height: 0;
        margin: 0 auto;
        display: flex;
        align-items: stretch;
        justify-content: center;
        padding: max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom));
    }

    #wheelModal .wheel-modal-dialog.modal-dialog-centered {
        min-height: 100%;
        max-height: 100dvh;
        align-items: stretch;
    }

    #wheelModal .wheel-modal-content {
        width: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-radius: 16px;
    }

    #wheelModal .wheel-modal-header {
        flex: 0 0 auto;
    }

    #wheelModal .wheel-modal-body {
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding: 12px 12px 16px !important;
    }

    #wheelModal.wheel-modal-compact .wheel-modal-body {
        padding: 12px 10px 16px !important;
        display: block;
    }

    #wheelModal.wheel-modal-compact .wheel-modal-body::after {
        height: 0;
    }

    #wheelModal .wheel-modal-row {
        flex-direction: column;
        row-gap: 8px;
    }

    #wheelModal .wheel-canvas-wrap,
    #wheelModal .wheel-canvas {
        width: min(72vw, 240px);
        max-width: 100%;
    }

    #wheelModal #wheelCanvasElement {
        width: min(72vw, 240px) !important;
        height: min(72vw, 240px) !important;
        max-width: 100%;
    }

    #wheelModal .wheel-logo-wrap {
        width: 64px;
        height: 64px;
    }

    #wheelModal .wheel-pointer {
        top: -14px;
        border-left-width: 14px;
        border-right-width: 14px;
        border-top-width: 28px;
    }

    #wheelModal.wheel-modal-result .wheel-modal-body {
        display: grid !important;
        place-items: center !important;
        padding: 20px 14px !important;
    }

    #wheelModal.wheel-modal-result #wheelResult {
        padding: 20px 16px !important;
    }

    #wheelModal .wheel-col-centered,
    #wheelModal .wheel-col-pad {
        padding: 2px;
        width: 100%;
        max-width: 100%;
    }

    #wheelModal .wheel-form-card {
        padding: 12px;
        border-radius: 12px;
    }

    #wheelModal .wheel-form-title {
        font-size: 1.15rem;
    }

    #wheelModal .wheel-form-subtitle {
        font-size: 13px;
        margin-bottom: 12px;
    }

    #wheelModal .wheel-check-label {
        font-size: 12px;
    }

    #wheelModal .wheel-result-card,
    #wheelModal .wheel-not-eligible-card {
        max-width: 100% !important;
        padding: 18px 14px;
    }

    #wheelModal.wheel-modal-compact #wheelNotEligible {
        padding: 18px 14px !important;
        margin: 0 auto 12px !important;
    }

    #wheelModal.wheel-modal-compact #wheelNotEligible .wheel-wait-title {
        font-size: 18px !important;
    }

    #wheelModal.wheel-modal-compact #wheelNotEligible .wheel-wait-text {
        font-size: 14px !important;
    }

    #wheelModal .wheel-coupon-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    #wheelModal .wheel-copy-btn {
        width: 100%;
    }
}

@media (max-width: 479.98px) {
    #wheelModal .wheel-form-title {
        font-size: 1.2rem;
    }

    #wheelModal .wheel-form-subtitle {
        font-size: 13px;
    }

    #wheelModal .wheel-phone-input {
        height: 46px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* cart.php responsive + summary scale fixes */
body .cart-section.section-b-space {
    padding: 16px 0 !important;
}

body .cart-section.section-b-space .cart-page-layout {
    row-gap: 14px !important;
}

body .cart-section.section-b-space .cart-products-panel {
    border: 1px solid #e5e7eb !important;
    background: #fff !important;
    border-radius: 0 !important;
    overflow-x: auto !important;
}

body .cart-section.section-b-space .cart-products-panel .cart-table {
    width: 100% !important;
    table-layout: auto !important;
}

body .cart-section.section-b-space .cart-products-panel .cart-table tbody td {
    padding: 10px 8px !important;
    vertical-align: top !important;
}

body .cart-section.section-b-space .cart-products-panel .cart-table img.img-fluid {
    width: 58px !important;
    max-width: 58px !important;
    height: 74px !important;
    object-fit: cover !important;
}

body .cart-section.section-b-space .cart-products-panel .cart-item-title-row > a {
    font-size: 14px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

body .cart-section.section-b-space .cart-products-panel .cart-table tbody td:nth-child(2) small {
    font-size: 12px !important;
    line-height: 1.35 !important;
}

body .cart-section.section-b-space .cart-products-panel .qty-box .qty-container {
    width: 118px !important;
    height: 32px !important;
}

body .cart-section.section-b-space .cart-products-panel .qty-box .qty-btn-minus,
body .cart-section.section-b-space .cart-products-panel .qty-box .qty-btn-plus,
body .cart-section.section-b-space .cart-products-panel .qty-box .input-qty {
    height: 32px !important;
    min-height: 32px !important;
}

body .cart-section.section-b-space .cart-summary-card {
    padding: 16px !important;
    border-radius: 0 !important;
}

body .cart-section.section-b-space .cart-summary-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
}

body .cart-section.section-b-space .cart-summary-count {
    font-size: 12px !important;
    padding: 4px 10px !important;
}

body .cart-section.section-b-space .cart-summary-list li {
    padding: 9px 0 !important;
}

body .cart-section.section-b-space .cart-summary-list .summary-label,
body .cart-section.section-b-space .cart-summary-list li strong {
    font-size: 14px !important;
}

body .cart-section.section-b-space .cart-summary-actions {
    margin-top: 12px !important;
    gap: 10px !important;
}

body .cart-section.section-b-space .cart-summary-actions .btn {
    min-height: 42px !important;
    font-size: 14px !important;
    border-radius: var(--site-btn-radius) !important;
}

@media (max-width: 1199.98px) {
    body .cart-section.section-b-space .cart-products-panel .cart-table tbody tr {
        display: grid !important;
        grid-template-columns: 56px minmax(0, 1fr) !important;
        gap: 0 10px !important;
        padding: 10px !important;
        border-bottom: 1px solid #e5e7eb !important;
    }

    body .cart-section.section-b-space .cart-products-panel .cart-table tbody td {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body .cart-section.section-b-space .cart-products-panel .cart-table tbody td:first-child {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
    }

    body .cart-section.section-b-space .cart-products-panel .cart-table tbody td:nth-child(2) {
        grid-column: 2 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
    }

    body .cart-section.section-b-space .cart-products-panel .cart-table tbody td:nth-child(3),
    body .cart-section.section-b-space .cart-products-panel .cart-table tbody td:nth-child(4),
    body .cart-section.section-b-space .cart-products-panel .cart-table tbody td:nth-child(5) {
        display: none !important;
    }

    body .cart-section.section-b-space .cart-products-panel .mobile-cart-content.d-md-none {
        display: flex !important;
        margin-top: 8px !important;
    }

    body .cart-section.section-b-space .cart-products-panel .mobile-cart-content .col {
        min-width: 0 !important;
        flex: 1 1 0 !important;
        display: flex;
        align-items: center;
    }

    body .cart-section.section-b-space .cart-products-panel .mobile-cart-content .col:last-child {
        flex: 0 0 auto !important;
        justify-content: flex-end;
    }
}

@media (max-width: 575.98px) {
    body .cart-section.section-b-space {
        padding: 10px 0 !important;
    }

    body .cart-section.section-b-space .cart-products-panel .cart-table tbody tr {
        grid-template-columns: 50px minmax(0, 1fr) !important;
        gap: 0 8px !important;
        padding: 8px !important;
    }

    body .cart-section.section-b-space .cart-products-panel .cart-table img.img-fluid {
        width: 46px !important;
        max-width: 46px !important;
        height: 60px !important;
    }

    body .cart-section.section-b-space .cart-products-panel .mobile-cart-content .qty-container {
        width: 104px !important;
        height: 30px !important;
    }

    body .cart-section.section-b-space .cart-products-panel .mobile-cart-content .qty-btn-minus,
    body .cart-section.section-b-space .cart-products-panel .mobile-cart-content .qty-btn-plus,
    body .cart-section.section-b-space .cart-products-panel .mobile-cart-content .input-qty {
        height: 30px !important;
        min-height: 30px !important;
    }

    body .cart-section.section-b-space .cart-summary-card {
        padding: 12px !important;
    }

    body .cart-section.section-b-space .cart-summary-title {
        font-size: 20px !important;
    }

    body .cart-section.section-b-space .cart-summary-list .summary-label,
    body .cart-section.section-b-space .cart-summary-list li strong {
        font-size: 13px !important;
    }

    body .cart-section.section-b-space .cart-summary-actions .btn {
        min-height: 38px !important;
        font-size: 13px !important;
    }
}

/* ------------------------------------------------------------
   TKB cart offcanvas (single source)
   ------------------------------------------------------------ */
#cartOffcanvas.tkb-cart-skin {
    background: #f5f5f5 !important;
    border-left: 1px solid #e5e7eb !important;
}

#cartOffcanvas.tkb-cart-skin .offcanvas-header {
    padding: 12px 14px !important;
    background: #fff !important;
    border-bottom: 1px solid #e5e7eb !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

#cartOffcanvas.tkb-cart-skin .offcanvas-title {
    margin: 0 !important;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111827 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin: 0 0 0 auto !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-header-actions .btn-close {
    margin: 0 !important;
    position: static !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-clear-btn i {
    transition: transform 0.2s ease;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-clear-btn:hover,
#cartOffcanvas.tkb-cart-skin .cart-offcanvas-clear-btn:focus-visible {
    color: #dc2626 !important;
    border-color: #fca5a5 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-clear-btn:hover i,
#cartOffcanvas.tkb-cart-skin .cart-offcanvas-clear-btn:focus-visible i {
    transform: scale(1.14) !important;
}

#cartOffcanvas.tkb-cart-skin .offcanvas-body {
    padding: 0 !important;
    background: #f5f5f5 !important;
    overflow: hidden !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

#cartOffcanvas.tkb-cart-skin,
#cartOffcanvas.tkb-cart-skin .offcanvas-body,
#cartOffcanvas.tkb-cart-skin .cart-product {
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* IE/old Edge */
}

#cartOffcanvas.tkb-cart-skin::-webkit-scrollbar,
#cartOffcanvas.tkb-cart-skin .offcanvas-body::-webkit-scrollbar,
#cartOffcanvas.tkb-cart-skin .cart-product::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

#cartOffcanvas.tkb-cart-skin #cart-progress.pre-text-box {
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: #fff !important;
}

#cartOffcanvas.tkb-cart-skin .cart-media,
#cartOffcanvas.tkb-cart-skin .cart-product {
    margin: 0 !important;
    padding: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product > li {
    margin: 0 !important;
    padding: 10px !important;
    position: relative !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: #fff !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    align-items: start !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media > a {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media img.img-fluid {
    width: 52px !important;
    max-width: 52px !important;
    height: 66px !important;
    object-fit: cover !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
        "head"
        "variant"
        "meta" !important;
    column-gap: 8px !important;
    row-gap: 4px !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    padding-right: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body .cart-offcanvas-head {
    grid-area: head !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
    justify-self: stretch !important;
    min-width: 0 !important;
    padding-right: 30px !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body .cart-offcanvas-meta {
    grid-area: meta !important;
    display: block !important;
    min-width: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body .cart-campaign-badge,
.cart-item-title-row .cart-campaign-badge,
.tkbc-item-title .cart-campaign-badge {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body > a,
#cartOffcanvas.tkb-cart-skin .cart-product .media-body .cart-variant-summary,
#cartOffcanvas.tkb-cart-skin .cart-product .media-body h4.quantity,
#cartOffcanvas.tkb-cart-skin .cart-product .media-body .qty-box {
    display: block !important;
    margin: 0 !important;
    float: none !important;
    clear: both !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body > a {
    grid-area: title !important;
    margin-bottom: 1px !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body .cart-variant-summary {
    grid-area: variant !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body h4.quantity {
    grid-area: price !important;
    margin-bottom: 2px !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body .qty-box {
    grid-area: qty !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex !important;
    justify-self: start !important;
    text-align: left !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body > a h4,
#cartOffcanvas.tkb-cart-skin .cart-product .media-body h4 {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body .cart-variant-summary {
    font-size: 11px !important;
    color: #64748b !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body h4.quantity,
#cartOffcanvas.tkb-cart-skin .cart-product .media-body h4.quantity span {
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    text-transform: none !important;
    font-variant: normal !important;
    white-space: normal !important;
    overflow: visible !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body h4.quantity .cart-item-old-price,
#cartOffcanvas.tkb-cart-skin .cart-product .media-body .cart-item-old-price {
    font-size: 11px !important;
    margin-left: 5px !important;
    color: #8b95a1 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body .input-number {
    text-align: center !important;
}

#cartOffcanvas.tkb-cart-skin .cart-product .media-body .close-circle {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .close-circle .cart-remove-btn {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

#cartOffcanvas.tkb-cart-skin .close-circle .cart-remove-btn i {
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .close-circle .cart-remove-btn {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    padding: 0 !important;
    font-size: 13px !important;
}

#cartOffcanvas:not(.tkb-cart-skin) .close-circle .cart-remove-btn i {
    font-size: 12px !important;
    font-weight: 300 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary {
    margin: 0 !important;
    padding: 8px !important;
    border-top: 1px solid #e5e7eb !important;
    background: #fff !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-discounts,
#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total {
    border-top: 0 !important;
    padding-top: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total li {
    padding: 4px 0 !important;
    margin: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total .total {
    margin: 0 !important;
    padding: 2px 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total h5,
#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total .total h5,
#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total h5 span {
    font-size: 14px !important;
    line-height: 1.28 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total.has-discount-toggle .total h5 {
    padding-right: 30px !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total.has-discount-toggle .cart-total-discount-row h5 {
    padding-right: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total .buttons {
    margin-top: 6px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-total-discount-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-discount-toggle {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    padding: 0 !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-btn-radius) !important;
    background: #fff !important;
    color: #334155 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-discount-toggle-icon {
    font-size: 15px !important;
    font-weight: 600 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-discount-details {
    margin-top: 6px !important;
    padding-top: 6px !important;
    border-top: 1px dashed #e5e7eb !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-discount-details .cart-discounts {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-discount-details .cart-discount-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 4px 0 !important;
    border: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-total-discount-row h5 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-total-discount-row h5 span {
    margin-left: auto !important;
}

#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-discount-details .cart-discount-amount {
    flex: 0 0 auto !important;
    padding-right: 30px !important;
    text-align: right !important;
    white-space: nowrap !important;
}

@media (max-width: 575.98px) {
    #cartOffcanvas.tkb-cart-skin .cart-product > li,
    #cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary,
    #cartOffcanvas.tkb-cart-skin #cart-progress.pre-text-box {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    #cartOffcanvas.tkb-cart-skin .cart-product .media {
        grid-template-columns: 46px minmax(0, 1fr) !important;
        column-gap: 8px !important;
    }

    #cartOffcanvas.tkb-cart-skin .cart-product .media > a,
    #cartOffcanvas.tkb-cart-skin .cart-product .media img.img-fluid {
        width: 46px !important;
        min-width: 46px !important;
        max-width: 46px !important;
    }

    #cartOffcanvas.tkb-cart-skin .cart-product .media img.img-fluid {
        height: 58px !important;
    }

    #cartOffcanvas.tkb-cart-skin .cart-product .media-body .qty-box .qty-container {
        width: 108px !important;
    }

    #cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart_total .buttons {
        grid-template-columns: 1fr !important;
    }
}

/* cart.php isolated responsive overrides */
.tkb-cart-page .tkb-cart-products-panel {
    overflow: hidden !important;
}

.tkb-cart-page .tkb-cart-table tbody tr {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) minmax(104px, max-content) minmax(104px, max-content) 28px;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
}

.tkb-cart-page .tkb-cart-table tbody td:nth-child(2) {
    min-width: 0;
}

.tkb-cart-page .tkb-cart-table tbody td:nth-child(2) > a,
.tkb-cart-page .tkb-cart-table .cart-item-title-row > a {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

@media (max-width: 1399.98px) {
    .tkb-cart-page .tkb-cart-summary-card {
        position: static !important;
        top: auto !important;
    }

    .tkb-cart-page .tkb-cart-products-panel {
        overflow-x: hidden !important;
    }

    .tkb-cart-page .tkb-cart-table tbody tr {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 10px !important;
        border-bottom: 1px solid #e5e7eb !important;
    }

    .tkb-cart-page .tkb-cart-table tbody td {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .tkb-cart-page .tkb-cart-table tbody td:first-child {
        width: 60px !important;
        min-width: 60px !important;
        flex: 0 0 60px !important;
    }

    .tkb-cart-page .tkb-cart-table tbody td:nth-child(2) {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .tkb-cart-page .tkb-cart-table tbody td:nth-child(3),
    .tkb-cart-page .tkb-cart-table tbody td:nth-child(4),
    .tkb-cart-page .tkb-cart-table tbody td:nth-child(5) {
        display: none !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content.d-md-none {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto auto !important;
        gap: 8px !important;
        align-items: center !important;
        margin-top: 8px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .col {
        min-width: 0 !important;
        padding: 0 !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .qty-box {
        width: 100% !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .qty-container {
        width: 100% !important;
        max-width: 110px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 0 !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .qty-btn-minus,
    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .qty-btn-plus {
        width: 30px !important;
        min-width: 30px !important;
        height: 30px !important;
        min-height: 30px !important;
        padding: 0 !important;
        line-height: 1 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 30px !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .input-qty {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 30px !important;
        min-height: 30px !important;
        padding: 0 !important;
        text-align: center !important;
        flex: 0 0 42px !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .table-price {
        text-align: right !important;
        min-width: max-content !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .col:last-child {
        display: flex !important;
        justify-content: flex-end !important;
        min-width: 24px !important;
    }

    .tkb-cart-page .tkb-cart-table .cart-badge-inline {
        white-space: normal !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }
}

@media (max-width: 575.98px) {
    .tkb-cart-page .tkb-cart-table tbody tr {
        gap: 8px !important;
        padding: 8px !important;
    }

    .tkb-cart-page .tkb-cart-table tbody td:first-child {
        width: 50px !important;
        min-width: 50px !important;
        flex: 0 0 50px !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content.d-md-none {
        grid-template-columns: 1fr auto !important;
        row-gap: 6px !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .table-price {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: end !important;
    }

    .tkb-cart-page .tkb-cart-products-panel .mobile-cart-content .col:last-child {
        grid-column: 2 !important;
        grid-row: 2 !important;
        align-self: end !important;
        justify-self: end !important;
    }
}

/* cart.php rebuilt isolated classes */
.tkbc-layout {
    row-gap: 14px !important;
}

.tkbc-products-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 12px;
}

.tkbc-table {
    width: 100%;
    margin: 0 !important;
}

.tkbc-table tbody tr {
    display: grid;
    grid-template-columns: 68px minmax(0, 2.1fr) minmax(0, 1fr) minmax(0, 0.95fr) 40px;
    gap: 6px 10px;
    align-items: center;
    border-bottom: 1px solid #eef1f5;
}

.tkbc-table tbody tr:last-child {
    border-bottom: 0;
}

.tkbc-table tbody td {
    border-top: 0 !important;
    padding: 14px 10px !important;
}

.tkbc-table tbody td:first-child {
    width: 72px;
    min-width: 72px;
}

.tkbc-table tbody td:nth-child(2) {
    min-width: 0;
    text-align: left !important;
}

.tkbc-table tbody td:nth-child(5) {
    width: 40px;
    min-width: 40px;
    text-align: center !important;
}

.tkbc-table img.img-fluid {
    width: 56px !important;
    max-width: 56px !important;
    height: 72px !important;
    object-fit: cover !important;
}

.tkbc-item-title > a {
    display: block;
    font-size: 15px !important;
    font-weight: 600;
    color: #111827;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: left !important;
}

.tkbc-item-title,
.tkbc-table tbody td:nth-child(2) small,
.tkbc-table tbody td:nth-child(2) .text-muted {
    text-align: left !important;
}

.tkbc-item-title .cart-badge-inline {
    max-width: 100%;
    white-space: normal;
}

.tkbc-unit-pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 6px !important;
}

.tkbc-unit-pricing .unit-price-discounted {
    font-size: 15px !important;
}

.tkbc-table .line-total-discounted {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.tkbc-table tbody td:nth-child(3),
.tkbc-table tbody td:nth-child(4) {
    text-align: center !important;
}

.tkbc-table tbody td:nth-child(4) .line-total-original,
.tkbc-table tbody td:nth-child(4) .line-total-discounted {
    text-align: center !important;
}

.tkbc-summary-card {
    position: sticky;
    top: 100px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
}

.tkbc-summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.tkbc-summary-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #111827;
}

.tkbc-summary-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 9px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
}

.tkbc-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tkbc-summary-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid #eef1f5;
}

.tkbc-summary-label {
    color: #4b5563;
}

.tkbc-summary-list li strong {
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.tkbc-summary-list .tkbc-discount-row strong,
.tkbc-summary-list #cart-campaign-discount-total,
.tkbc-summary-list #cart-product-discount-total {
    color: #dc3545;
}

.tkbc-summary-list .tkbc-grand-total-row {
    border-bottom: 0;
    padding-top: 12px;
}

.tkbc-summary-list .tkbc-grand-total-row .tkbc-summary-label {
    color: #111827;
    font-weight: 600;
}

/* checkout.php indirim tutarlari: yesil yerine marka kirmizisi */
#cart-campaign-discount-total,
#cart-coupon-discount-total,
#cart-product-discount-total,
#cart-discount-total,
#cart-campaign-discount-row .count,
#cart-coupon-discount-row .count,
#cart-product-discount-row .count,
#cart-discount-row .count,
.checkout-right-box #cart-campaign-discount-row .text-success,
.checkout-right-box #cart-coupon-discount-row .text-success,
.checkout-right-box #cart-product-discount-row .text-success,
.checkout-right-box #cart-discount-row .text-success {
    color: #dc3545 !important;
}

/* checkout.php amount typography normalization */
body .checkout-modern-v2 .u-item-price,
body .checkout-modern-v2 .u-item-total,
body .checkout-modern-v2 .u-checkout-adjustment-row .text-danger,
body .checkout-modern-v2 .sub-total li .count,
body .checkout-modern-v2 .total li .count,
body .checkout-modern-v2 #cart-gross-subtotal,
body .checkout-modern-v2 #cart-campaign-discount-total,
body .checkout-modern-v2 #cart-product-discount-total,
body .checkout-modern-v2 #cart-discount-total,
body .checkout-modern-v2 #cart-shipping,
body .checkout-modern-v2 #cart-shipping-label,
body .checkout-modern-v2 #cart-tax,
body .checkout-modern-v2 #cart-total {
    font-size: 14px !important;
}

body .checkout-modern-v2 .u-item-price .text-decoration-line-through,
body .checkout-modern-v2 .u-item-total .text-decoration-line-through,
body .checkout-modern-v2 del {
    font-size: 12px !important;
}

body .checkout-modern-v2 .u-times-sign {
    font-size: 11px !important;
    line-height: 1 !important;
    display: inline-block;
}

/* fallback: checkout-modern-v2 class olmasa da ayni tipografi */
.modern-checkout-shell .u-item-price,
.modern-checkout-shell .u-item-total,
.modern-checkout-shell .u-checkout-adjustment-row .text-danger,
.modern-checkout-shell .sub-total li .count,
.modern-checkout-shell .total li .count,
.modern-checkout-shell #cart-gross-subtotal,
.modern-checkout-shell #cart-campaign-discount-total,
.modern-checkout-shell #cart-product-discount-total,
.modern-checkout-shell #cart-discount-total,
.modern-checkout-shell #cart-shipping,
.modern-checkout-shell #cart-shipping-label,
.modern-checkout-shell #cart-tax,
.modern-checkout-shell #cart-total {
    font-size: 14px !important;
}

.modern-checkout-shell .u-item-price .text-decoration-line-through,
.modern-checkout-shell .u-item-total .text-decoration-line-through,
.modern-checkout-shell del {
    font-size: 12px !important;
}

/* hard override: checkout order-box tum fiyatlar 14px */
.modern-checkout-shell .order-box .qty li .u-item-price,
.modern-checkout-shell .order-box .qty li .u-item-total,
.modern-checkout-shell .order-box .qty li .item-total,
.modern-checkout-shell .order-box .sub-total li .count,
.modern-checkout-shell .order-box .total li .count {
    font-size: 14px !important;
}

.order-box .sub-total li+li {
    margin-top: 0 !important;
}

.order-box .total {
    margin-top: 0 !important;
}

.modern-checkout-shell .order-box .qty li .u-item-price > .d-block:not(.text-decoration-line-through):not(.small),
.modern-checkout-shell .order-box .qty li .u-item-total > .d-block:not(.text-decoration-line-through):not(.small),
.modern-checkout-shell .order-box .qty li .item-total > .d-block:not(.text-decoration-line-through):not(.small) {
    font-size: 14px !important;
}

.modern-checkout-shell .order-box .qty li .text-decoration-line-through,
.modern-checkout-shell .order-box .qty li del,
.modern-checkout-shell .order-box .qty li .small {
    font-size: 12px !important;
}

body .checkout-modern-v2 .order-box .cart-variant-summary,
.modern-checkout-shell .order-box .cart-variant-summary {
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: #64748b !important;
    font-weight: 400 !important;
}

/* checkout indirim satirlari: tek kapsayici kutu */
.modern-checkout-shell .order-box .u-checkout-adjustments-group {
    list-style: none !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.modern-checkout-shell .order-box .u-checkout-adjustments-group .u-checkout-adjustment-row {
    display: flex !important;
    width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.modern-checkout-shell .order-box .u-checkout-adjustments-group .u-checkout-adjustment-row.u-checkout-adjustment-divider {
    border-bottom: 1px solid #eceff3 !important;
}

.modern-checkout-shell .order-box .u-checkout-adjustments-group .u-checkout-adjustment-row:not(:last-child) {
    border-bottom: 1px solid #eceff3 !important;
}

.tkbc-summary-actions {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.tkbc-summary-actions .btn {
    min-height: 42px;
    font-size: 14px !important;
    font-weight: 600;
}

.tkbc-summary-actions .tkbc-continue-btn {
    position: relative;
    overflow: hidden;
    border: 1px solid #d7dde7 !important;
    color: #374151 !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.tkbc-summary-actions .tkbc-continue-btn::before,
.tkbc-summary-actions .tkbc-continue-btn::after {
    display: none !important;
    content: none !important;
}

.tkbc-summary-actions .tkbc-continue-btn:hover,
.tkbc-summary-actions .tkbc-continue-btn:focus-visible,
.tkbc-summary-actions .tkbc-continue-btn:active {
    border-color: #111827 !important;
    color: #fff !important;
    background: #111 !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 1399.98px) and (min-width: 768px) {
    .tkbc-table tbody tr {
        grid-template-columns: 58px minmax(0, 1.8fr) minmax(0, 0.95fr) minmax(0, 0.9fr) 36px;
        gap: 4px 8px;
    }

    .tkbc-table tbody td {
        padding: 12px 8px !important;
    }

    .tkbc-table img.img-fluid {
        width: 50px !important;
        max-width: 50px !important;
        height: 66px !important;
    }
}

@media (max-width: 767.98px) {
    .tkbc-summary-card {
        position: static;
        top: auto;
    }

    .tkbc-products-panel {
        padding: 0 8px;
    }

    .tkbc-table tbody tr {
        display: flex !important;
        align-items: flex-start !important;
        gap: 8px !important;
        padding: 10px 8px !important;
    }

    .tkbc-table tbody td {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .tkbc-table tbody td:first-child {
        width: 50px;
        min-width: 50px;
        flex: 0 0 50px;
    }

    .tkbc-table tbody td:nth-child(2) {
        flex: 1 1 auto;
        min-width: 0;
        text-align: left !important;
    }

    .tkbc-table tbody td:nth-child(3),
    .tkbc-table tbody td:nth-child(4),
    .tkbc-table tbody td:nth-child(5) {
        display: none !important;
    }

    .tkbc-table img.img-fluid {
        width: 46px !important;
        max-width: 46px !important;
        height: 58px !important;
    }

    .tkbc-item-title,
    .tkbc-item-title > a,
    .tkbc-table tbody td:nth-child(2) small,
    .tkbc-table tbody td:nth-child(2) .text-muted {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .tkbc-unit-pricing h2,
    .tkbc-mobile-line .table-price h2,
    .tkbc-table .line-total-discounted,
    .tkbc-table .line-total-original {
        font-size: 16px !important;
    }

    .tkbc-mobile-line {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto auto !important;
        align-items: start !important;
        gap: 8px !important;
        margin: 8px 0 0 !important;
        width: 100% !important;
    }

    .tkbc-mobile-line .col {
        min-width: 0 !important;
        padding: 0 !important;
    }

    .tkbc-mobile-line .qty-container {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        width: 104px !important;
        max-width: 104px !important;
    }

    .tkbc-mobile-line .qty-btn-minus,
    .tkbc-mobile-line .qty-btn-plus {
        width: 30px !important;
        min-width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 30px !important;
    }

    .tkbc-mobile-line .input-qty {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 30px !important;
        padding: 0 !important;
        text-align: center !important;
        flex: 0 0 42px !important;
    }

    .tkbc-mobile-line .table-price {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: flex-start !important;
        min-width: max-content !important;
        align-self: start !important;
    }

    .tkbc-mobile-line .col:last-child {
        display: flex !important;
        justify-content: flex-end !important;
        min-width: 20px !important;
        align-items: flex-start !important;
        align-self: start !important;
    }
}

/* Checkout kampanya hediye seçimi */
.modern-checkout-shell .u-checkout-gift-section {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
    max-width: none;
}

.modern-checkout-shell .order-box ul.qty > .u-checkout-gift-section {
    display: block;
    width: 100%;
    max-width: none;
}

.modern-checkout-shell .checkout-gift-picker-box {
    border: 1px solid #eceff3;
    border-radius: 10px;
    padding: 14px;
    background: #fafbff;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.modern-checkout-shell .checkout-gift-action {
    width: 100%;
}

.modern-checkout-shell .checkout-gift-action #checkoutOpenGiftModalBtn {
    width: 100%;
}

.modern-checkout-shell .checkout-selected-gifts {
    width: 100%;
    max-width: none;
}

.modern-checkout-shell .checkout-gift-progress-badge {
    font-size: 12px;
    font-weight: 600;
    color: #111;
    background: #f3f4f6;
    border-radius: 999px;
    padding: 4px 10px;
}

.modern-checkout-shell .checkout-selected-gifts .checkout-gift-selected-item,
.modern-checkout-shell .checkout-selected-gifts .u-cart-item {
    display: flex !important;
    align-items: flex-start !important;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 8px;
    background: #fff;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.modern-checkout-shell .checkout-selected-gifts .u-cart-item-content {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
}

.modern-checkout-shell .checkout-selected-gifts .u-cart-item-content .flex-grow-1 {
    min-width: 0;
    flex: 1 1 auto;
}

.modern-checkout-shell .checkout-selected-gifts .u-item-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-break: break-word;
}

.modern-checkout-shell .checkout-selected-gifts .u-item-total {
    flex-shrink: 0;
    align-self: flex-start;
}

.modern-checkout-shell .checkout-selected-gifts .u-cart-item-image,
.modern-checkout-shell .checkout-selected-gifts .cart-image {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 8px;
}

.modern-checkout-shell .checkout-selected-gifts .u-cart-item-image img,
.modern-checkout-shell .checkout-selected-gifts .cart-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.checkout-gift-modal.checkout-gift-modal {
    z-index: 10060;
}

.checkout-gift-modal .modal-dialog {
    margin: 1rem auto 1.75rem;
    max-height: calc(100vh - 2.75rem);
}

.checkout-gift-modal .modal-content {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 2.75rem);
}

.checkout-gift-modal .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 1.25rem;
}

.checkout-gift-modal .search-product-box {
    padding-bottom: 0.75rem;
}

.checkout-gift-modal .product-price-row,
.checkout-gift-modal .product-price-old {
    display: none !important;
}

.modern-checkout-shell .checkout-selected-gifts .u-item-price-row,
.modern-checkout-shell .checkout-selected-gifts .u-item-total,
.modern-checkout-shell .checkout-selected-gifts .item-total {
    display: none !important;
}

.modern-checkout-shell .order-box ul.qty li:has(.ui-badge-gift) .u-item-price-row,
.modern-checkout-shell .order-box ul.qty li:has(.ui-badge-gift) .u-item-total,
.modern-checkout-shell .order-box ul.qty li:has(.ui-badge-gift) .item-total {
    display: none !important;
}

.checkout-gift-modal .checkout-gift-modal-footer {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

.checkout-gift-modal .checkout-gift-modal-footer-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.checkout-gift-modal .checkout-gift-modal-footer .btn-md.btn-outline {
    background: var(--btn-modern-bg-hover, #fff) !important;
    color: var(--btn-modern-text-hover, #111) !important;
    border: 1px solid var(--btn-modern-border, #111) !important;
    min-width: 110px;
}

.checkout-gift-modal .checkout-gift-modal-footer .btn-md.btn-outline:hover {
    background: var(--btn-modern-bg, #111) !important;
    color: var(--btn-modern-text, #fff) !important;
    border-color: var(--btn-modern-border, #111) !important;
}

.checkout-gift-modal .checkout-gift-modal-footer .btn-solid {
    min-width: 170px;
}

@media (max-width: 575.98px) {
    .checkout-gift-modal .modal-dialog {
        margin: 0.75rem auto 1.25rem;
        max-height: calc(100vh - 2rem);
    }

    .checkout-gift-modal .modal-content {
        max-height: calc(100vh - 2rem);
    }

    .checkout-gift-modal .checkout-gift-modal-footer-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .checkout-gift-modal .checkout-gift-modal-footer .btn-md.btn-outline,
    .checkout-gift-modal .checkout-gift-modal-footer .btn-solid {
        width: 100%;
        min-width: 0;
    }
}

.checkout-gift-modal .checkout-gift-selection-summary {
    border: 1px solid #eceff3;
    border-radius: 10px;
    padding: 12px 14px;
    background: #fafbff;
    overflow: hidden;
}

.checkout-gift-modal .checkout-gift-selection-summary .progress {
    background-color: #eceff3;
}

.checkout-gift-modal #checkoutGiftModalProgressBar {
    background-color: #111 !important;
}

.checkout-gift-modal .checkout-gift-selected-chips {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.checkout-gift-modal .checkout-gift-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.checkout-gift-modal .checkout-gift-chip-media {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f4f6;
}

.checkout-gift-modal .checkout-gift-chip-media img,
.checkout-gift-modal .checkout-gift-chip-thumb {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.checkout-gift-modal .checkout-gift-chip-body {
    flex: 1 1 auto;
    min-width: 0;
}

.checkout-gift-modal .checkout-gift-chip-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-gift-modal .checkout-gift-chip-remove {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 6px 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #dc3545;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
}

.checkout-gift-modal .checkout-gift-chip-remove:hover {
    background: #fee2e2;
}

.checkout-gift-modal .product-card-marka.checkout-gift-card-selected {
    outline: 2px solid #111;
    outline-offset: 2px;
    border-radius: 12px;
}

.checkout-gift-modal .checkout-gift-pick-btn {
    cursor: pointer;
}

.checkout-gift-modal .wishlist-btn-product,
.checkout-gift-modal .view-product-btn,
.checkout-gift-modal .product-card-view-btn,
.checkout-gift-modal .product-card-hover-actions,
.checkout-gift-modal .product-mobile-cart-row,
.checkout-gift-modal .product-image-link {
    pointer-events: none;
}

.checkout-gift-modal .wishlist-btn-product,
.checkout-gift-modal .view-product-btn,
.checkout-gift-modal .product-card-view-btn,
.checkout-gift-modal .product-card-hover-actions,
.checkout-gift-modal .product-mobile-cart-row {
    display: none !important;
}

.checkout-gift-modal .product-overlay-buttons .checkout-gift-pick-btn,
.checkout-gift-modal .product-overlay-buttons .product-btn-disabled,
.checkout-gift-modal .product-card-marka-cart-btn.checkout-gift-pick-btn,
.checkout-gift-modal .product-card-alt-cart-btn.checkout-gift-pick-btn,
.checkout-gift-modal .product-card-marka-cart-btn.product-btn-disabled,
.checkout-gift-modal .product-card-alt-cart-btn.product-card-alt-cart-btn-disabled {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto !important;
    min-width: 40px !important;
    max-width: 52px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.02em;
    white-space: nowrap !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    border-radius: 999px !important;
}

.checkout-gift-modal .product-card-marka-footer,
.checkout-gift-modal .product-card-alt-bottom {
    gap: 6px;
}

.checkout-gift-modal .product-card-marka-footer .product-price-stack,
.checkout-gift-modal .product-card-alt-bottom .product-card-alt-prices {
    min-width: 0;
    flex: 1 1 auto;
}

@media (max-width: 767.98px) {
    .checkout-gift-modal .product-card-marka-cart-btn.checkout-gift-pick-btn,
    .checkout-gift-modal .product-card-alt-cart-btn.checkout-gift-pick-btn {
        min-width: 36px !important;
        max-width: 46px !important;
        height: 30px !important;
        min-height: 30px !important;
        font-size: 12px !important;
        padding: 0 6px !important;
    }
}

.checkout-gift-modal .checkout-gift-selected-thumb {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 8px;
}

.hakkimizda-page {
    min-height: 40vh;
}

.hakkimizda-page-title {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.hakkimizda-page-content {
    color: #4a5568;
    line-height: 1.7;
}

.hakkimizda-page-content h1,
.hakkimizda-page-content h2,
.hakkimizda-page-content h3 {
    margin: 1.2em 0 0.6em;
    font-weight: 600;
    color: #222;
}

.hakkimizda-page-content p {
    margin-bottom: 0.9em;
}

.hakkimizda-page-content ul,
.hakkimizda-page-content ol {
    margin: 0.8em 0 1em;
    padding-left: 1.4em;
}

.hakkimizda-page-content blockquote {
    margin: 1em 0;
    padding: 0.75em 1em;
    border-left: 3px solid var(--theme-color, #d4b196);
    background: rgba(0, 0, 0, 0.03);
}

.hakkimizda-page-content a {
    color: var(--theme-color, #d4b196);
    text-decoration: underline;
}

.contact-page {
    min-height: 45vh;
}

.contact-page-title {
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-page-lead {
    margin-bottom: 0;
    color: #5f6b7a;
}

.contact-info-card,
.contact-form-card {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #eceff3;
    background: #fff;
}

.contact-info-title {
    margin-bottom: 18px;
    font-size: 1.15rem;
    font-weight: 600;
}

.contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #4a5568;
    line-height: 1.6;
}

.contact-info-list li i {
    font-size: 1.2rem;
    color: var(--theme-color, #d4b196);
    margin-top: 2px;
}

.contact-info-list a {
    color: inherit;
    text-decoration: none;
}

.contact-info-list a:hover {
    color: var(--theme-color, #d4b196);
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.contact-kvkk-check {
    margin-top: 4px;
}

.contact-kvkk-check .form-check-label a {
    color: var(--theme-color, #d4b196);
    text-decoration: underline;
}

.sss-page {
    min-height: 40vh;
}

.sss-page-title {
    margin-bottom: 24px;
    font-weight: 600;
    text-align: center;
}

.sss-empty {
    padding: 24px 0;
}

.site-faq-accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-color: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

.site-faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 15px;
    color: #1f2937;
    background: #fff;
    box-shadow: none;
    padding: 16px 18px;
    line-height: 1.5;
}

.site-faq-accordion .accordion-button:not(.collapsed) {
    color: #111827;
    background: #f8fafc;
    box-shadow: none !important;
}

.site-faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.site-faq-accordion .accordion-button::after {
    filter: none;
}

.site-faq-accordion .accordion-body {
    color: #4a5568;
    line-height: 1.7;
    padding: 16px 18px 18px;
    background: #f8fafc;
    border-top: none;
}

.contact-form .form-box .invalid-feedback {
    display: none;
}

.contact-form .form-control.is-invalid ~ .invalid-feedback {
    display: block;
}

@media (max-width: 767.98px) {
    .contact-info-card,
    .contact-form-card {
        padding: 18px;
    }
}

.site-sub-footer-compact {
    padding: 15px 0 !important;
    margin-top: 0 !important;
}

.site-sub-footer-compact .container {
    padding-top: 2px;
    padding-bottom: 2px;
}

.footer-sub-footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    flex-wrap: wrap;
    margin: 0;
    padding: 4px 0;
    min-height: 36px;
}

.footer-sub-footer-bar .footer-copyright,
.footer-sub-footer-bar .footer-powered {
    margin: 0 !important;
    padding: 0;
    line-height: 1.5;
    font-size: 14px !important;
}

.footer-sub-footer-bar .footer-powered {
    margin-left: auto !important;
    text-align: right;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35em;
    flex-shrink: 0;
}

.footer-sub-footer-bar .footer-powered-brand {
    color: inherit;
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.footer-sub-footer-bar .footer-powered-brand:hover,
.footer-sub-footer-bar .footer-powered-brand:focus-visible {
    text-decoration: none !important;
    opacity: 0.92;
}

.footer-sub-footer-bar .footer-powered-brand__logo {
    display: block;
    height: 38px;
    width: auto;
}
}

@media (max-width: 575.98px) {
    .site-sub-footer-compact {
        padding: 16px 0 !important;
    }

    .footer-sub-footer-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        min-height: 0;
    }

    .footer-sub-footer-bar .footer-powered {
        margin-left: 0 !important;
        text-align: left;
    }
}

.footer-social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-social-link i {
    font-size: 18px;
    line-height: 1;
}

.product-active-viewers,
.product-active-viewers__slide,
.product-active-viewers__count,
.product-detail-page .product-active-viewers,
.product-detail-page .product-active-viewers p,
.product-detail-page .product-active-viewers__slide,
.product-detail-page .product-active-viewers__count {
    font-size: 13px !important;
    line-height: 1.25 !important;
    color: var(--product-active-viewers-text) !important;
}

.product-active-viewers {
    position: relative;
    display: none;
    margin: 10px 0 4px;
    max-width: 100%;
    width: fit-content;
    box-sizing: border-box;
    padding: 5px 12px;
    border-radius: 999px;
    background: linear-gradient(
        145deg,
        var(--product-active-viewers-bg) 0%,
        var(--product-active-viewers-bg-2) 100%
    );
    color: var(--product-active-viewers-text) !important;
    box-shadow: 0 3px 10px color-mix(in srgb, var(--product-active-viewers-bg) 28%, transparent);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    overflow: visible;
}

.product-active-viewers.is-visible {
    display: inline-flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product-active-viewers__pulse {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1.5px solid var(--product-active-viewers-pulse);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--product-active-viewers-pulse) 50%, transparent);
    animation: productActiveViewersPulse 1.7s ease-out infinite;
    pointer-events: none;
}

.product-active-viewers__viewport {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 17px;
    max-width: 100%;
    line-height: 17px;
    box-sizing: border-box;
}

.product-active-viewers__track {
    display: flex;
    flex-direction: column;
    transition: transform 0.45s ease;
    will-change: transform;
    transform: translateY(0);
    width: 100%;
}

.product-active-viewers__slide {
    margin: 0;
    height: 17px;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.01em;
    user-select: none;
    flex: 0 0 17px;
    box-sizing: border-box;
}

.product-active-viewers__slide p,
.product-active-viewers__slide div {
    display: inline;
    margin: 0;
    padding: 0;
}

.product-active-viewers__slide span,
.product-active-viewers__slide strong,
.product-active-viewers__slide b,
.product-active-viewers__slide em,
.product-active-viewers__slide i,
.product-active-viewers__slide u {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.product-active-viewers__slide a {
    color: inherit !important;
    text-decoration: underline;
}

.product-active-viewers__count {
    font-weight: 700;
    margin: 0 0.15em;
}

@keyframes productActiveViewersPulse {
    0% {
        transform: scale(1);
        border-color: var(--product-active-viewers-pulse);
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--product-active-viewers-pulse) 45%, transparent);
        opacity: 0.95;
    }
    75% {
        transform: scale(1.05);
        border-color: transparent;
        box-shadow: 0 0 0 7px transparent;
        opacity: 0;
    }
    100% {
        transform: scale(1.05);
        border-color: transparent;
        box-shadow: 0 0 0 7px transparent;
        opacity: 0;
    }
}

.product-detail-page .pdp-price-block:has(+ .product-active-viewers) {
    margin-bottom: 2px;
}

.product-detail-page .product-active-viewers + .product-variant-section {
    margin-top: 14px !important;
}

@media (max-width: 767.98px) {
    .product-active-viewers {
        margin: 10px auto 4px;
        padding: 5px 12px;
        border-radius: 999px;
    }

    .product-detail-page .product-info-col .product-active-viewers.is-visible {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ============================================================
   Site-wide button border radius (catch-all)
   ============================================================ */

.btn:not(.floating-cart-trigger):not(.wishlist-btn-product):not(.product-wishlist-btn-float):not(.product-variant-chip-color):not(.quantity-left-minus):not(.quantity-right-plus):not(.qty-btn-minus):not(.qty-btn-plus),
button:not(.floating-cart-trigger):not(.wishlist-btn-product):not(.product-wishlist-btn-float):not(.product-variant-chip-color):not(.quantity-left-minus):not(.quantity-right-plus):not(.qty-btn-minus):not(.qty-btn-plus):not(.mobile-menu-toggle):not(.mobile-menu-close):not(.submenu-toggle):not(.mobile-category-toggle):not(.tkb-hdr-action):not(.tkb-hdr-mobile-toggle):not(.btn-close):not(.btn-close-custom):not(.wheel-modal-close):not(.wheel-close-mini):not(.tkb-lightbox-close):not(.tkb-lightbox-prev):not(.tkb-lightbox-next):not(.apply-coupon-code-btn):not(.btn-whatsapp-pdp):not(.product-card-marka-cart-btn):not(.product-card-alt-cart-btn):not(.stock-notify-btn-pdp):not(.stock-notify-btn):not(.product-card-stock-notify-btn):not(.stock-notify-submit-btn):not(.site-otp-resend-link):not(.stock-notify-legal-link):not(.tkb-mobile-quick-link):not(.all-categories-btn):not(.pdp-gallery-nav):not(.product-slick-prev):not(.product-slick-next):not(.home-main-slider-nav):not(.site-alt-duyuru-bar__close),
a.btn:not(.floating-cart-trigger),
input[type="button"]:not(.floating-cart-trigger),
input[type="submit"],
input[type="reset"],
.listing-toolbar-btn,
.quick-variant-add-btn,
.checkout-gift-pick-btn,
.wheel-spin-btn,
.wheel-copy-btn,
#searchLoadMoreBtn,
.cookie-bar .btn-solid,
.cookie-bar .btn-outline,
.profile-sms-otp-modal-footer .btn-solid,
.site-sms-otp-modal-footer .btn-solid,
.profile-sms-otp-modal-footer .btn-md.btn-outline,
.site-sms-otp-modal-footer .btn-md.btn-outline,
.checkout-gift-modal .checkout-gift-modal-footer .btn-md.btn-outline,
.checkout-gift-modal .product-overlay-buttons .checkout-gift-pick-btn,
#cartOffcanvas .cart_total .buttons .btn,
.modern-checkout-shell .order-btn,
.modern-checkout-shell .address-actions .btn,
.checkout-modern-v2 .order-btn,
#variantQuickAddModal .quick-variant-add-btn,
#variantQuickAddModal .quick-variant-product-link {
    border-radius: var(--site-btn-radius, 999px) !important;
}

.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .btn,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > a.btn,
.product-right-box .product-buttons .add-to-cart-btn,
.product-right-box .product-buttons .stock-notify-btn-pdp,
.product-right-box .product-buttons .buy-button,
.product-right-box .product-buttons .btn-whatsapp-pdp {
    border-radius: var(--site-btn-radius, 999px) !important;
}

.floating-cart-trigger {
    border-radius: var(--site-btn-radius, 999px) !important;
    border: none !important;
    border-width: 0 !important;
    outline: none !important;
}

.product-wishlist-btn-float,
.product-card-action-btn.wishlist-btn-product,
.product-card-alt-action-btn.wishlist-btn-product,
.product-card-action-btn.view-product-btn {
    border-radius: var(--site-btn-radius, 999px) !important;
}

.product-variant-chip-color {
    border-radius: 50% !important;
}

/* Site-wide input / select / textarea border radius */
input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not(.phone-pill-input),
select.form-control,
select.form-select,
textarea.form-control,
.form-select,
.filter-search-input,
.modern-checkout-shell .form-control,
.modern-checkout-shell .form-select,
.modern-checkout-shell textarea.form-control,
body .checkout-modern-v2 .form-control,
body .checkout-modern-v2 .form-select,
body .checkout-modern-v2 textarea.form-control,
.contact-form .form-control,
.site-auth-form .form-control:not(.phone-pill-input),
.profile-form .form-control:not(.phone-pill-input),
.theme-modal-2 .form-control:not(.phone-pill-input),
.theme-modal-2 .form-select,
.theme-modal-2 textarea.form-control {
    border-radius: var(--site-input-radius, 999px) !important;
}

/* Theme modals — form field polish */
.theme-modal-2 .form-control:not(.phone-pill-input),
.theme-modal-2 .form-select,
.theme-modal-2 textarea.form-control {
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    min-height: 42px;
    padding: 8px 14px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
}

.theme-modal-2 textarea.form-control {
    min-height: 96px;
    padding: 14px 18px !important;
    border-radius: min(var(--site-input-radius, 999px), 20px) !important;
    resize: vertical;
}

/* Checkout delivery/billing address — open corners (not pill-shaped) */
body .checkout-modern-v2 #guest_delivery_address,
body .checkout-modern-v2 #guest_billing_address,
.theme-modal-2 #delivery_address,
.theme-modal-2 #edit_delivery_address,
.theme-modal-2 #modal_guest_delivery_address,
.theme-modal-2 #modal_guest_billing_address {
    border-radius: 12px !important;
}

.theme-modal-2 .form-control:not(.phone-pill-input):focus,
.theme-modal-2 .form-select:focus,
.theme-modal-2 textarea.form-control:focus {
    border-color: var(--site-btn-border-hover, #ccc) !important;
    box-shadow: none !important;
    outline: none !important;
}

.theme-modal-2 .form-label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    margin-bottom: 8px !important;
}

/* Phone +90 — single pill wrapper; prefix is visual-only inside the field */
.theme-modal-2 .phone-pill-row,
.profile-form .phone-pill-row,
.site-auth-form .phone-pill-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    box-sizing: border-box;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    border-radius: var(--site-input-radius, 999px) !important;
    background: #fff !important;
    overflow: hidden;
    transition: border-color 0.15s ease;
}

.theme-modal-2 .phone-pill-row:focus-within,
.profile-form .phone-pill-row:focus-within,
.site-auth-form .phone-pill-row:focus-within {
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

.theme-modal-2 .phone-pill-prefix,
.profile-form .phone-pill-prefix,
.site-auth-form .phone-pill-prefix {
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 0 8px 14px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    white-space: nowrap;
    color: #111 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    user-select: none;
    pointer-events: none;
}

.theme-modal-2 .phone-pill-row .phone-pill-input.form-control,
.profile-form .phone-pill-row .phone-pill-input.form-control,
.site-auth-form .phone-pill-row .phone-pill-input.form-control {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 42px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 8px 14px 8px 6px !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    color: #111 !important;
}

.theme-modal-2 .phone-pill-row .phone-pill-input.form-control:focus,
.profile-form .phone-pill-row .phone-pill-input.form-control:focus,
.site-auth-form .phone-pill-row .phone-pill-input.form-control:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Site-wide button border — qty pill: 1px #e0e0e0, hover #ccc */
.btn:not(.floating-cart-trigger):not(.wishlist-btn-product):not(.product-wishlist-btn-float):not(.product-variant-chip-color):not(.quantity-left-minus):not(.quantity-right-plus):not(.qty-btn-minus):not(.qty-btn-plus):not(.search-btn),
button:not(.floating-cart-trigger):not(.wishlist-btn-product):not(.product-wishlist-btn-float):not(.product-variant-chip-color):not(.quantity-left-minus):not(.quantity-right-plus):not(.qty-btn-minus):not(.qty-btn-plus):not(.mobile-menu-toggle):not(.submenu-toggle):not(.mobile-category-toggle):not(.search-btn):not(.tkb-hdr-action):not(.tkb-hdr-mobile-toggle):not(.btn-close):not(.btn-close-custom):not(.wheel-modal-close):not(.wheel-close-mini):not(.tkb-lightbox-close):not(.tkb-lightbox-prev):not(.tkb-lightbox-next):not(.apply-coupon-code-btn):not(.btn-whatsapp-pdp):not(.site-otp-resend-link):not(.stock-notify-legal-link):not(.all-categories-btn):not(.pdp-gallery-nav):not(.product-slick-prev):not(.product-slick-next):not(.home-main-slider-nav):not(.site-alt-duyuru-bar__close),
a.btn:not(.floating-cart-trigger),
input[type="button"]:not(.floating-cart-trigger),
input[type="submit"],
input[type="reset"],
.listing-toolbar-btn,
.quick-variant-add-btn,
.checkout-gift-pick-btn,
.wheel-spin-btn,
.wheel-copy-btn,
#searchLoadMoreBtn,
.cookie-bar .btn-solid,
.cookie-bar .btn-outline,
.add-to-cart-btn-overlay,
.product-btn-dark,
.view-product-btn,
.product-btn-ghost,
.buy-button,
.btn-outline,
.btn-outline-dark,
.btn-filter-clear,
.btn-filter-apply,
.product-variant-chip:not(.product-variant-chip-color),
.pagination .page-link:not(.pagination-ellipsis),
.modal-header .btn-close,
.offcanvas-header .btn-close,
#filterModal .btn-close-custom,
.cart-remove-btn,
#cartOffcanvas.tkb-cart-skin .cart-offcanvas-summary .cart-discount-toggle,
.product-right-box .product-buttons .add-to-cart-btn,
.product-right-box .product-buttons .buy-button,
#cartOffcanvas .cart_total .buttons .btn,
.modern-checkout-shell .order-btn,
.modern-checkout-shell .coupon-section .select-coupon-btn,
.modern-checkout-shell .coupon-section .remove-coupon-btn,
.modern-checkout-shell .coupon-section .apply-coupon-code-btn,
.checkout-modern-v2 .order-btn {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: var(--site-btn-border, #e0e0e0) !important;
}

.btn:not(.floating-cart-trigger):not(.wishlist-btn-product):not(.product-wishlist-btn-float):not(.product-variant-chip-color):not(.quantity-left-minus):not(.quantity-right-plus):not(.qty-btn-minus):not(.qty-btn-plus):not(.search-btn):hover,
.btn:not(.floating-cart-trigger):not(.wishlist-btn-product):not(.product-wishlist-btn-float):not(.product-variant-chip-color):not(.quantity-left-minus):not(.quantity-right-plus):not(.qty-btn-minus):not(.qty-btn-plus):not(.search-btn):focus-visible,
button:not(.floating-cart-trigger):not(.wishlist-btn-product):not(.product-wishlist-btn-float):not(.product-variant-chip-color):not(.quantity-left-minus):not(.quantity-right-plus):not(.qty-btn-minus):not(.qty-btn-plus):not(.mobile-menu-toggle):not(.submenu-toggle):not(.mobile-category-toggle):not(.search-btn):not(.tkb-hdr-action):not(.tkb-hdr-mobile-toggle):not(.btn-close):not(.btn-close-custom):not(.wheel-modal-close):not(.wheel-close-mini):not(.tkb-lightbox-close):not(.tkb-lightbox-prev):not(.tkb-lightbox-next):not(.apply-coupon-code-btn):not(.btn-whatsapp-pdp):not(.site-otp-resend-link):not(.stock-notify-legal-link):not(.all-categories-btn):not(.pdp-gallery-nav):not(.product-slick-prev):not(.product-slick-next):not(.home-main-slider-nav):not(.site-alt-duyuru-bar__close):hover,
a.btn:not(.floating-cart-trigger):hover,
.buy-button:hover,
.btn-outline:hover,
.add-to-cart-btn-overlay:hover,
.view-product-btn:hover,
.pagination .page-link:not(.pagination-ellipsis):hover,
.modal-header .btn-close:hover,
.offcanvas-header .btn-close:hover,
.product-variant-chip:not(.product-variant-chip-color):hover,
.product-right-box .product-buttons .add-to-cart-btn:hover,
.product-right-box .product-buttons .buy-button:hover,
.cart-remove-btn:hover {
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

/* Header icon actions — borderless; appearance admin colors only */
.tkb-hdr-actions .tkb-hdr-action,
.tkb-hdr-actions button.tkb-hdr-action {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: unset !important;
    padding: 0 !important;
}

.tkb-hdr-actions .tkb-hdr-action-cart.u-cart-trigger {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    gap: 0 !important;
    width: 38px !important;
    height: 38px !important;
}

@media (max-width: 1200px) {
    .tkb-hdr-actions .tkb-hdr-action-wishlist,
    .tkb-hdr-actions .tkb-hdr-action-cart.u-cart-trigger {
        display: none !important;
    }
}

.tkb-hdr-actions .tkb-hdr-action:hover,
.tkb-hdr-actions .tkb-hdr-action:focus-visible,
.tkb-hdr-actions .tkb-hdr-action:active {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.tkb-hdr-mobile-toggle,
.tkb-hdr-mobile-toggle:hover,
.tkb-hdr-mobile-toggle:focus-visible,
.tkb-hdr-mobile-toggle:active {
    border: 0 !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

/* Menü ve galeri okları — tema kenarlığı uygulanmaz */
button.all-categories-btn,
button.all-categories-btn:hover,
button.all-categories-btn:focus-visible,
button.all-categories-btn:active,
.tkb-hdr-menu-wrap button.all-categories-btn,
.tkb-hdr-menu-wrap button.all-categories-btn:hover,
.tkb-hdr-menu-wrap button.all-categories-btn:focus-visible,
.tkb-hdr-menu-wrap button.all-categories-btn:active,
.tkb-mobile-drawer button.all-categories-btn,
.tkb-mobile-drawer button.all-categories-btn:hover,
.tkb-mobile-drawer button.all-categories-btn:focus-visible,
.tkb-mobile-drawer button.all-categories-btn:active,
.product-detail-page button.pdp-gallery-nav,
.product-detail-page button.pdp-gallery-nav:hover,
.product-detail-page button.pdp-gallery-nav:focus-visible,
.product-detail-page button.product-slick-prev,
.product-detail-page button.product-slick-next {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.tkb-hdr-actions .tkb-hdr-action-cart .badge,
.tkb-hdr-actions .tkb-hdr-action-cart .cart-count,
.tkb-hdr-actions .tkb-hdr-action-cart .tkb-hdr-badge {
    position: absolute !important;
    top: -6px !important;
    right: -8px !important;
    pointer-events: none !important;
}

/* Modal / overlay dismiss buttons — perfect circle (not site pill radius) */
.modal-header .btn-close,
.offcanvas-header .btn-close,
#filterModal .btn-close-custom,
.btn-close-custom,
.wheel-modal-close,
.wheel-close-mini,
.close-circle .close_button:not(.cart-remove-btn),
.cart-remove-btn,
#productLightbox.tkb-lightbox .tkb-lightbox-close,
.alert-dismissible .btn-close {
    border-radius: 50% !important;
    aspect-ratio: 1 / 1 !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

#filterModal .btn-close-custom {
    background: var(--btn-modern-bg, #111) !important;
    color: var(--btn-modern-text, #fff) !important;
    border: 1px solid var(--site-btn-border, #e0e0e0) !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
}

#filterModal .btn-close-custom:hover,
#filterModal .btn-close-custom:focus-visible {
    background: var(--btn-modern-bg-hover, #fff) !important;
    color: var(--btn-modern-text-hover, #111) !important;
    border-color: var(--site-btn-border-hover, #ccc) !important;
}

#filterModal .filter-modal-header-inline {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
    padding-right: 68px !important;
}

#filterModal .filter-modal-header-inline .filter-modal-title-wrap {
    flex: 0 1 auto;
    min-width: 0;
}

#filterModal .filter-modal-header-inline .btn-close-custom {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    margin: 0 !important;
    flex: 0 0 auto;
}

/* Checkout coupon row — keep input + apply button side by side (override global pill catch-all) */
#checkout_coupon_input_row .coupon-pill-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100%;
}

#checkout_coupon_input_row .coupon-pill-input {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: var(--site-input-radius, 999px) !important;
    border-bottom-left-radius: var(--site-input-radius, 999px) !important;
    border-right: 0 !important;
}

#checkout_coupon_input_row .coupon-pill-btn,
#checkout_coupon_input_row .apply-coupon-code-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    position: static !important;
    margin: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: var(--site-btn-radius, 999px) !important;
    border-bottom-right-radius: var(--site-btn-radius, 999px) !important;
    border-left: 0 !important;
    background-image: none !important;
}

/* Site-wide Manrope — override theme stylesheet defaults (Montserrat/Lato/etc.) */
html,
body {
    font-family: var(--compact-font-family) !important;
}

.product-card-image-swatches {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 4;
    pointer-events: auto;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff;
    border: none;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.16);
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    max-width: calc(100% - 16px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.product-card-image-swatches::-webkit-scrollbar {
    display: none;
}

.product-card-image-swatches .product-variant-overlap,
.product-card-image-swatches .product-variant-price-swatches {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 3px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: flex-end !important;
}

.product-card-image-swatches .product-variant-chip-overlap {
    margin-left: 0 !important;
    flex-shrink: 0;
}

.product-card-image-swatches .product-variant-overlap .product-variant-chip-overlap:first-child {
    margin-left: 0 !important;
}

.product-card-image-swatches .product-variant-chip-overlap.is-active {
    z-index: 2;
}


/* ============================================================
   Cookie consent bar — mobile visibility fix
   (theme hides with bottom:-100px which peeks on tall bars)
   ============================================================ */

.cookie-bar#magazaCookieBar,
.cookie-bar:not(.left-bottom) {
    z-index: 4200 !important;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
}

.cookie-bar#magazaCookieBar:not(.show),
.cookie-bar:not(.left-bottom):not(.show) {
    bottom: 0 !important;
    transform: translateY(100%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.cookie-bar#magazaCookieBar.show,
.cookie-bar:not(.left-bottom).show,
body.cookie-bar-visible .cookie-bar#magazaCookieBar {
    bottom: 0 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
}

#magazaCookieBar p {
    font-size: 13px;
    line-height: 1.45;
}

#magazaCookieBar .cookie-bar-actions {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-left: 20px;
}

#magazaCookieBar .cookie-bar-actions .btn {
    margin-left: 0 !important;
    width: auto !important;
    min-width: 76px !important;
    height: 27px !important;
    min-height: 27px !important;
    max-height: 27px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    gap: 0 !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
}

@media (max-width: 767.98px) {
    .cookie-bar#magazaCookieBar,
    .cookie-bar:not(.left-bottom) {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        text-align: center;
    }

    .cookie-bar#magazaCookieBar.show,
    .cookie-bar:not(.left-bottom).show {
        padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    }

    #magazaCookieBar p {
        font-size: 12px;
        width: 100%;
    }

    #magazaCookieBar .cookie-bar-actions {
        margin-left: 0;
        width: auto;
        justify-content: center;
    }

    #magazaCookieBar .cookie-bar-actions .btn {
        width: auto !important;
        min-width: 72px !important;
    }
}

body.cookie-bar-visible .floating-whatsapp-trigger,
body:has(.cookie-bar.show) .floating-whatsapp-trigger {
    bottom: calc(108px + env(safe-area-inset-bottom, 0px)) !important;
}

body.cookie-bar-visible .floating-whatsapp-trigger + .floating-cart-trigger,
body:has(.cookie-bar.show) .floating-whatsapp-trigger + .floating-cart-trigger {
    bottom: calc(172px + env(safe-area-inset-bottom, 0px)) !important;
}

@media (max-width: 575.98px) {
    body.cookie-bar-visible .floating-whatsapp-trigger,
    body:has(.cookie-bar.show) .floating-whatsapp-trigger {
        bottom: calc(112px + env(safe-area-inset-bottom, 0px)) !important;
    }

    body.cookie-bar-visible .floating-whatsapp-trigger + .floating-cart-trigger,
    body:has(.cookie-bar.show) .floating-whatsapp-trigger + .floating-cart-trigger {
        bottom: calc(176px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

/* ============================================================
   Alt duyuru çubuğu (sabit alt kampanya bandı)
   ============================================================ */

.site-alt-duyuru-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4050;
    box-shadow: 0 -4px 18px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    background-color: var(--site-alt-duyuru-bg, #7c3aed);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-alt-duyuru-bar__viewport {
    position: relative;
    overflow: hidden;
    transition: height 0.55s cubic-bezier(0.45, 0, 0.2, 1);
}

.site-alt-duyuru-bar__track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.site-alt-duyuru-bar__track.is-animating {
    transition: transform 0.55s cubic-bezier(0.45, 0, 0.2, 1);
}

.site-alt-duyuru-bar__slide {
    flex: 0 0 auto;
    width: 100%;
    min-height: 46px;
    padding: 12px 54px calc(12px + env(safe-area-inset-bottom, 0px)) 16px;
    box-sizing: border-box;
}

.site-alt-duyuru-bar__slide--has-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-alt-duyuru-bar__slide--has-video {
    position: relative;
    overflow: hidden;
}

.site-alt-duyuru-bar__bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.site-alt-duyuru-bar__slide--has-video .site-alt-duyuru-bar__inner {
    position: relative;
    z-index: 1;
}

.site-alt-duyuru-bar__slide--clone {
    pointer-events: none;
}

.site-alt-duyuru-bar--has-image,
.site-alt-duyuru-bar--has-image.site-alt-duyuru-bar--carousel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-alt-duyuru-bar__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: stretch;
    min-width: 0;
}

.site-alt-duyuru-bar__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 8px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    overflow: visible;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.site-alt-duyuru-bar__content.site-duyuru-align-left {
    justify-content: flex-start;
}

.site-alt-duyuru-bar__content.site-duyuru-align-center {
    justify-content: center;
}

.site-alt-duyuru-bar__content.site-duyuru-align-right {
    justify-content: flex-end;
}

.site-alt-duyuru-bar__content.site-duyuru-align-justify {
    justify-content: space-between;
}

.site-alt-duyuru-bar__text,
.site-duyuru-rich-content {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    min-width: 0;
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
}

.site-alt-duyuru-bar__text p,
.site-alt-duyuru-bar__text span,
.site-alt-duyuru-bar__text strong,
.site-alt-duyuru-bar__text b,
.site-alt-duyuru-bar__text em,
.site-alt-duyuru-bar__text i,
.site-alt-duyuru-bar__text u,
.site-alt-duyuru-bar__text s,
.site-alt-duyuru-bar__text a,
.site-duyuru-rich-content p,
.site-duyuru-rich-content span,
.site-duyuru-rich-content strong,
.site-duyuru-rich-content b,
.site-duyuru-rich-content em,
.site-duyuru-rich-content i,
.site-duyuru-rich-content u,
.site-duyuru-rich-content s,
.site-duyuru-rich-content a {
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

.site-alt-duyuru-bar__text p,
.site-duyuru-rich-content p {
    display: block;
    margin: 0;
    white-space: normal;
}

.site-alt-duyuru-bar__text p + p,
.site-duyuru-rich-content p + p {
    margin-top: 0.05em;
}

.site-alt-duyuru-bar__text strong,
.site-alt-duyuru-bar__text b {
    font-weight: 700;
}

.site-alt-duyuru-bar__link {
    color: var(--site-alt-duyuru-link, #ffffff) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
    flex: 0 0 auto;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.site-alt-duyuru-bar__link:hover,
.site-alt-duyuru-bar__link:focus-visible {
    opacity: 0.88;
}

.site-duyuru-content--marquee {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 28px;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: flex-start !important;
}

.site-ust-duyuru-bar__slide-inner:has(.site-ust-duyuru-bar__aside) .site-ust-duyuru-bar__content.site-duyuru-content--marquee {
    grid-column: 1;
    grid-row: 1;
    padding-left: 10px !important;
    padding-right: 0 !important;
}

.site-alt-duyuru-bar .site-alt-duyuru-bar__content.site-duyuru-content--marquee {
    padding-right: 50px !important;
}

.site-duyuru-marquee {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.site-duyuru-marquee__viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.site-duyuru-marquee__track {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: max-content;
    gap: 0;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.site-duyuru-marquee.is-ready .site-duyuru-marquee__track {
    animation-name: site-duyuru-marquee-move;
    animation-duration: var(--site-duyuru-marquee-duration, 20s);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
}

.site-duyuru-marquee--once.is-ready .site-duyuru-marquee__track {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes site-duyuru-marquee-move {
    from {
        transform: translate3d(var(--site-duyuru-marquee-from, 0), 0, 0);
    }
    to {
        transform: translate3d(var(--site-duyuru-marquee-to, 0), 0, 0);
    }
}

.site-duyuru-marquee.is-paused .site-duyuru-marquee__track {
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
}

.site-duyuru-marquee__inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    width: max-content;
    flex: 0 0 auto;
}

.site-duyuru-marquee__inner--clone {
    pointer-events: none;
    user-select: none;
}

.site-duyuru-marquee.is-ready .site-duyuru-marquee__inner {
    -webkit-font-smoothing: subpixel-antialiased;
}

.site-duyuru-marquee__inner .site-duyuru-rich-content,
.site-duyuru-marquee__inner .site-ust-duyuru-bar__text,
.site-duyuru-marquee__inner .site-alt-duyuru-bar__text {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    white-space: normal;
    overflow: visible;
    line-height: inherit;
}

.site-duyuru-marquee__inner .site-duyuru-rich-content p,
.site-duyuru-marquee__inner .site-ust-duyuru-bar__text p,
.site-duyuru-marquee__inner .site-alt-duyuru-bar__text p {
    display: block;
    margin: 0;
    white-space: normal;
}

.site-duyuru-marquee__inner .site-duyuru-rich-content p + p,
.site-duyuru-marquee__inner .site-ust-duyuru-bar__text p + p,
.site-duyuru-marquee__inner .site-alt-duyuru-bar__text p + p {
    margin-top: 0.05em;
}

.site-duyuru-marquee__inner .site-duyuru-rich-content > div,
.site-duyuru-marquee__inner .site-ust-duyuru-bar__text > div,
.site-duyuru-marquee__inner .site-alt-duyuru-bar__text > div {
    display: block;
    margin: 0;
    white-space: normal;
}

.site-duyuru-marquee__inner .site-ust-duyuru-bar__link,
.site-duyuru-marquee__inner .site-alt-duyuru-bar__link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    flex: 0 0 auto;
    white-space: nowrap;
    margin: 0;
    line-height: inherit;
}

@media (prefers-reduced-motion: reduce) {
    .site-duyuru-marquee__track {
        animation: none !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

.site-alt-duyuru-bar__close,
#siteAltDuyuruClose.site-alt-duyuru-bar__close {
    position: absolute;
    top: 50%;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(calc(-50% - env(safe-area-inset-bottom, 0px) / 2)) !important;
    margin: 0 !important;
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    line-height: 1 !important;
    cursor: pointer;
    opacity: 0.96;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0 !important;
    z-index: 3;
    pointer-events: auto;
    flex-shrink: 0;
}

.site-alt-duyuru-bar__close-glyph {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    width: 36px !important;
    height: 36px !important;
    color: inherit !important;
    text-shadow:
        0 0 1px rgba(0, 0, 0, 0.45),
        0 1px 2px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.site-alt-duyuru-bar__close i,
#siteAltDuyuruClose.site-alt-duyuru-bar__close i {
    color: inherit;
    font-size: 28px;
    line-height: 1;
    pointer-events: none;
}

.site-alt-duyuru-bar__close:hover,
.site-alt-duyuru-bar__close:focus-visible,
#siteAltDuyuruClose.site-alt-duyuru-bar__close:hover,
#siteAltDuyuruClose.site-alt-duyuru-bar__close:focus-visible {
    opacity: 1;
    border: none !important;
    border-width: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    transform: translateY(calc(-50% - env(safe-area-inset-bottom, 0px) / 2)) !important;
    padding: 0 !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
}

body.site-alt-duyuru-visible .floating-cart-trigger {
    bottom: calc(var(--site-alt-duyuru-offset, 56px) + 16px + env(safe-area-inset-bottom, 0px)) !important;
}

body.site-alt-duyuru-visible .floating-whatsapp-trigger {
    bottom: calc(var(--site-alt-duyuru-offset, 56px) + 16px + env(safe-area-inset-bottom, 0px)) !important;
}

body.site-alt-duyuru-visible .floating-whatsapp-trigger + .floating-cart-trigger {
    bottom: calc(var(--site-alt-duyuru-offset, 56px) + 80px + env(safe-area-inset-bottom, 0px)) !important;
}

body.site-alt-duyuru-visible.cookie-bar-visible .cookie-bar#magazaCookieBar.show,
body.site-alt-duyuru-visible.cookie-bar-visible .cookie-bar:not(.left-bottom).show {
    bottom: calc(var(--site-alt-duyuru-offset, 56px) + env(safe-area-inset-bottom, 0px)) !important;
}

body.site-alt-duyuru-visible.cookie-bar-visible .floating-whatsapp-trigger,
body.site-alt-duyuru-visible:has(.cookie-bar.show) .floating-whatsapp-trigger {
    bottom: calc(var(--site-alt-duyuru-offset, 56px) + 76px + env(safe-area-inset-bottom, 0px)) !important;
}

body.site-alt-duyuru-visible.cookie-bar-visible .floating-whatsapp-trigger + .floating-cart-trigger,
body.site-alt-duyuru-visible:has(.cookie-bar.show) .floating-whatsapp-trigger + .floating-cart-trigger {
    bottom: calc(var(--site-alt-duyuru-offset, 56px) + 140px + env(safe-area-inset-bottom, 0px)) !important;
}

@media (max-width: 767.98px) {
    .site-alt-duyuru-bar__slide {
        min-height: 48px;
        padding: 12px 50px calc(12px + env(safe-area-inset-bottom, 0px)) 12px;
    }

    .site-alt-duyuru-bar__content {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 0 6px;
        font-size: 13px;
        line-height: 1.25;
    }

    .site-alt-duyuru-bar__text {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        flex: 0 1 auto;
        width: auto;
        max-width: 100%;
    }

    .site-alt-duyuru-bar__text p {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .site-alt-duyuru-bar__link {
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    .site-alt-duyuru-bar__slide {
        min-height: 50px;
        padding: 13px 46px calc(13px + env(safe-area-inset-bottom, 0px)) 10px;
    }

    .site-alt-duyuru-bar__content {
        font-size: 12px;
        line-height: 1.25;
        gap: 0 5px;
    }

    .site-alt-duyuru-bar__close {
        right: 6px !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        max-width: 38px !important;
        max-height: 38px !important;
        padding: 0 !important;
    }

    .site-alt-duyuru-bar__close-glyph {
        font-size: 30px !important;
        width: 30px !important;
        height: 30px !important;
    }
}

/* ============================================================
   Üst duyuru çubuğu
   Katman: içerik < header(3000) < duyuru(3040) < mobil menü(3070+) < offcanvas(4000)
   ============================================================ */

.site-ust-duyuru-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3040;
    width: 100%;
    background-color: var(--site-ust-duyuru-bg, #4a3060);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
    font-size: 13px;
    line-height: 1.2;
}

.site-ust-duyuru-bar__spacer {
    display: block;
    width: 100%;
    height: var(--site-ust-duyuru-offset, 40px);
    pointer-events: none;
}

body.site-ust-duyuru-visible .tkb-hdr {
    position: sticky;
    top: var(--site-ust-duyuru-offset, 40px);
    z-index: 3000;
}

@media (max-width: 1200px) {
    body.site-ust-duyuru-visible .tkb-hdr-menu-wrap {
        top: var(--tkb-mobile-drawer-top, calc(var(--site-ust-duyuru-offset, 40px) + 64px));
        bottom: 0;
        height: auto !important;
        max-height: none !important;
    }

    body.site-ust-duyuru-visible .tkb-hdr-backdrop {
        inset: auto;
        top: var(--tkb-mobile-drawer-top, calc(var(--site-ust-duyuru-offset, 40px) + 64px));
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.site-ust-duyuru-bar__inner {
    max-width: 100%;
    box-sizing: border-box;
}

.site-ust-duyuru-bar__main {
    width: 100%;
    min-width: 0;
}

.site-ust-duyuru-bar__viewport {
    overflow: hidden;
    transition: height 0.55s cubic-bezier(0.45, 0, 0.2, 1);
}

.site-ust-duyuru-bar__track {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    will-change: transform;
}

.site-ust-duyuru-bar__track.is-animating {
    transition: transform 0.55s cubic-bezier(0.45, 0, 0.2, 1);
}

.site-ust-duyuru-bar__slide {
    flex: 0 0 100%;
    width: 100%;
    min-height: 40px;
    padding: 5px 16px;
    box-sizing: border-box;
    align-self: flex-start;
    display: flex;
    align-items: center;
}

.site-ust-duyuru-bar__slide--has-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-ust-duyuru-bar__slide--has-video {
    position: relative;
    overflow: hidden;
}

.site-ust-duyuru-bar__bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.site-ust-duyuru-bar__slide--has-video .site-ust-duyuru-bar__slide-inner {
    position: relative;
    z-index: 1;
}

.site-ust-duyuru-bar__slide--clone {
    pointer-events: none;
}

.site-ust-duyuru-bar__slide-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    width: 100%;
    min-height: 28px;
    position: relative;
}

.site-ust-duyuru-bar__content {
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px 10px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.site-ust-duyuru-bar__content.site-duyuru-align-left {
    justify-content: flex-start;
    padding-left: 10px;
}

.site-ust-duyuru-bar__content.site-duyuru-align-center {
    justify-content: center;
}

.site-ust-duyuru-bar__content.site-duyuru-align-right {
    justify-content: flex-end;
}

.site-ust-duyuru-bar__content.site-duyuru-align-justify {
    justify-content: space-between;
}

.site-ust-duyuru-bar__text,
.site-ust-duyuru-bar__text.site-duyuru-rich-content {
    min-width: 0;
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
}

.site-ust-duyuru-bar__text p,
.site-ust-duyuru-bar__text span,
.site-ust-duyuru-bar__text strong,
.site-ust-duyuru-bar__text b,
.site-ust-duyuru-bar__text em,
.site-ust-duyuru-bar__text i,
.site-ust-duyuru-bar__text u,
.site-ust-duyuru-bar__text s,
.site-ust-duyuru-bar__text a,
.site-ust-duyuru-bar .site-duyuru-rich-content p,
.site-ust-duyuru-bar .site-duyuru-rich-content span,
.site-ust-duyuru-bar .site-duyuru-rich-content strong,
.site-ust-duyuru-bar .site-duyuru-rich-content b,
.site-ust-duyuru-bar .site-duyuru-rich-content em,
.site-ust-duyuru-bar .site-duyuru-rich-content i,
.site-ust-duyuru-bar .site-duyuru-rich-content u,
.site-ust-duyuru-bar .site-duyuru-rich-content s,
.site-ust-duyuru-bar .site-duyuru-rich-content a {
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

.site-ust-duyuru-bar__text p,
.site-duyuru-rich-content p {
    margin: 0;
    display: block;
}

.site-ust-duyuru-bar__text p + p,
.site-duyuru-rich-content p + p {
    margin-top: 0.05em;
}

.site-ust-duyuru-bar__text strong,
.site-ust-duyuru-bar__text b {
    font-weight: 700;
}

.site-ust-duyuru-bar__link {
    color: var(--site-ust-duyuru-link, #ffffff) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
    flex: 0 0 auto;
    max-width: 100%;
}

.site-ust-duyuru-bar__link:hover,
.site-ust-duyuru-bar__link:focus-visible {
    opacity: 0.88;
}

.site-ust-duyuru-bar__aside {
    grid-column: 2;
    grid-row: 1;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 12px;
    margin-left: 0;
    max-width: none;
}

.site-ust-duyuru-bar__aside-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

.site-ust-duyuru-bar__sag-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--site-ust-sag-color, #ffffff) !important;
    text-decoration: none !important;
    white-space: nowrap;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2;
}

.site-ust-duyuru-bar__sag-text {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2;
}

.site-ust-duyuru-bar__sag-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--site-ust-sag-color, #ffffff);
    white-space: nowrap;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    cursor: default;
}

.site-ust-duyuru-bar__sag-link:hover,
.site-ust-duyuru-bar__sag-link:focus-visible {
    opacity: 0.88;
}

.site-ust-duyuru-bar__sag-icon-img {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.site-ust-duyuru-bar__sag-link--icon-only {
    padding: 0;
    line-height: 0;
}

.site-ust-duyuru-bar__sag-link--icon-only .site-ust-duyuru-bar__sag-icon-img {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
}

.site-ust-duyuru-bar__sag-link:hover,
.site-ust-duyuru-bar__sag-link:focus-visible {
    opacity: 0.88;
}

@media (max-width: 767.98px) {
    .site-ust-duyuru-bar__slide {
        padding: 5px 12px;
    }

    .site-ust-duyuru-bar__slide-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px 12px;
    }

    .site-ust-duyuru-bar__content {
        grid-column: auto;
        grid-row: auto;
        flex: 1 1 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-ust-duyuru-bar__content:not([class*="site-duyuru-align-"]) {
        justify-content: center;
    }

    .site-ust-duyuru-bar__aside {
        grid-column: auto;
        grid-row: auto;
        flex: 1 1 100%;
        justify-content: center;
        margin-left: 0;
        flex-wrap: wrap;
        row-gap: 6px;
    }
}

@media (max-width: 575.98px) {
    .site-ust-duyuru-bar__sag-link,
    .site-ust-duyuru-bar__sag-item,
    .site-ust-duyuru-bar__sag-text {
        font-size: 13px !important;
    }

    .site-ust-duyuru-bar__aside-divider {
        display: none;
    }
}

.site-home-popup {
    position: fixed;
    inset: 0;
    z-index: 20100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.site-home-popup[hidden] {
    display: none !important;
}

body.site-home-popup-open {
    overflow: hidden;
}

body.site-home-popup-open .wheel-side-banner {
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

body.site-home-popup-open #wheelModal {
    display: none !important;
}

.site-home-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.62);
}

.site-home-popup__dialog {
    position: relative;
    z-index: 1;
    width: fit-content;
    max-width: min(600px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-home-popup__close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.site-home-popup__close i {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.site-home-popup__close:hover,
.site-home-popup__close:focus-visible {
    background: #f3f4f6;
}

.site-home-popup__link {
    display: block;
    width: fit-content;
    max-width: 100%;
    line-height: 0;
}

.site-home-popup__image {
    display: block;
    width: auto;
    height: auto;
    max-width: min(600px, calc(100vw - 32px));
    max-height: calc(100vh - 64px);
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24);
}

.product-card-stock-notify-btn,
.stock-notify-btn-pdp,
.stock-notify-submit-btn {
    background: #ff9f5a !important;
    border-color: #ff9f5a !important;
    color: #fff !important;
}

.product-right-box .product-buttons .btn.stock-notify-btn-pdp,
.product-right-box .product-buttons .d-flex.align-items-center.gap-3 > .btn.stock-notify-btn-pdp {
    background: #ff9f5a !important;
    border: 1px solid #ff9f5a !important;
    color: #fff !important;
}

.product-right-box .product-buttons .btn.stock-notify-btn-pdp span {
    color: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.product-right-box .product-buttons .btn.stock-notify-btn-pdp .tkb-stock-notify-bell-icon {
    display: block;
    flex-shrink: 0;
    width: 16px !important;
    height: 16px !important;
    color: #fff;
}

.product-card-stock-notify-btn:hover,
.product-card-stock-notify-btn:focus-visible,
.stock-notify-btn-pdp:hover,
.stock-notify-btn-pdp:focus-visible,
.stock-notify-submit-btn:hover,
.stock-notify-submit-btn:focus-visible,
.product-right-box .product-buttons .btn.stock-notify-btn-pdp:hover,
.product-right-box .product-buttons .btn.stock-notify-btn-pdp:focus-visible {
    background: #ff8a3d !important;
    border-color: #ff8a3d !important;
    color: #fff !important;
}

.product-right-box .product-buttons .btn.stock-notify-btn-pdp:hover span,
.product-right-box .product-buttons .btn.stock-notify-btn-pdp:focus-visible span,
.product-right-box .product-buttons .btn.stock-notify-btn-pdp:hover .tkb-stock-notify-bell-icon,
.product-right-box .product-buttons .btn.stock-notify-btn-pdp:focus-visible .tkb-stock-notify-bell-icon {
    color: #fff !important;
}

.product-card-stock-notify-btn {
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow: 0 8px 18px rgba(255, 159, 90, 0.35);
}

.product-card-stock-notify-btn .tkb-stock-notify-bell-icon {
    display: block;
    flex-shrink: 0;
    width: 20px !important;
    height: 20px !important;
    color: currentColor;
    pointer-events: none;
}

.stock-notify-btn-pdp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    box-sizing: border-box;
}

.stock-notify-btn-pdp .tkb-stock-notify-bell-icon {
    display: block;
    flex-shrink: 0;
    width: 16px !important;
    height: 16px !important;
    color: currentColor;
}

.stock-notify-btn-pdp span {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.stock-notify-modal .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

.stock-notify-modal .stock-notify-channel-options .form-check.mb-2 {
    margin-bottom: 0.75rem !important;
}

.stock-notify-modal .form-check .form-check-input {
    float: none;
    margin-left: 0;
    margin-top: 0.2em;
    flex: 0 0 auto;
}

.stock-notify-modal .form-check .form-check-label {
    flex: 1 1 auto;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 1.45;
}

.stock-notify-modal .form-check .form-check-label span {
    font-size: 14px !important;
    line-height: 1.45;
}

.stock-notify-modal .stock-notify-modal-lead {
    color: #5b6475;
    font-size: 14px;
}

.stock-notify-modal .stock-notify-consent .form-check-label {
    font-size: 14px !important;
    line-height: 1.45;
}

.stock-notify-modal .stock-notify-consent a {
    text-decoration: underline;
}

.stock-notify-modal .stock-notify-legal-link,
.stock-notify-legal-modal .stock-notify-legal-link {
    appearance: none;
    display: inline;
    padding: 0 !important;
    margin: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    height: auto !important;
    color: inherit;
    font: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    vertical-align: baseline;
}

.stock-notify-modal .stock-notify-legal-link:hover,
.stock-notify-modal .stock-notify-legal-link:focus-visible,
.stock-notify-legal-modal .stock-notify-legal-link:hover,
.stock-notify-legal-modal .stock-notify-legal-link:focus-visible {
    color: #ff8a3d;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: underline;
}

/* Stok bildirimi: KVKK / açık rıza metni üst modal katmanı */
body .modal.stock-notify-legal-modal.show {
    z-index: 20080 !important;
    background-color: rgba(0, 0, 0, 0.52);
}

body .modal.stock-notify-legal-modal.show .modal-dialog {
    position: relative;
    z-index: 1;
}

body.stock-notify-legal-open #stockNotifyModal.stock-notify-modal--under-legal {
    visibility: hidden !important;
    pointer-events: none !important;
}

body.stock-notify-legal-open .modal-backdrop.show {
    opacity: 0.45 !important;
}

body.stock-notify-legal-open .modal-backdrop.show ~ .modal-backdrop.show {
    display: none !important;
}

.stock-notify-legal-modal .stock-notify-legal-modal-dialog {
    max-width: min(960px, calc(100vw - 32px));
    width: min(960px, calc(100vw - 32px));
    margin-left: auto;
    margin-right: auto;
}

.stock-notify-legal-modal .modal-content {
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.stock-notify-legal-modal .modal-header {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    background: #fff;
}

.stock-notify-legal-modal .modal-header .btn-close {
    margin: 0;
    flex-shrink: 0;
}

.stock-notify-legal-modal .stock-notify-legal-modal-body {
    max-height: min(72vh, 760px);
    overflow-y: auto;
    padding: 18px 20px !important;
}

.stock-notify-legal-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 0 !important;
    padding: 16px 20px 20px !important;
    border-top: 1px solid rgba(17, 24, 39, 0.08) !important;
    background: #fff;
}

.stock-notify-legal-modal .modal-footer > * {
    margin: 0 !important;
}

.stock-notify-legal-modal.stock-notify-legal-modal--single .stock-notify-legal-section-title {
    display: none;
}

.stock-notify-legal-modal .stock-notify-legal-section + .stock-notify-legal-section {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e8ebf0;
}

.stock-notify-legal-modal.stock-notify-legal-modal--single .stock-notify-legal-section {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.stock-notify-legal-modal .stock-notify-legal-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 14px;
}

.stock-notify-legal-modal .stock-notify-legal-content {
    font-size: 14px;
    line-height: 1.65;
    color: #374151;
}

.stock-notify-legal-modal .stock-notify-legal-empty {
    font-size: 14px;
    color: #6b7280;
}

.stock-notify-legal-modal .stock-notify-legal-close-btn {
    min-width: 120px;
    padding: 10px 24px !important;
}

@media (max-width: 575.98px) {
    .stock-notify-legal-modal .modal-header {
        padding: 14px 16px !important;
    }

    .stock-notify-legal-modal .stock-notify-legal-modal-body {
        padding: 16px 16px !important;
    }

    .stock-notify-legal-modal .modal-footer {
        padding: 14px 16px 18px !important;
    }
}

.stock-notify-modal .stock-notify-submit-wrap {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.stock-notify-modal .stock-notify-submit-btn {
    width: auto !important;
    min-width: 180px;
    max-width: 100%;
    padding: 10px 28px !important;
}

.stock-notify-modal .stock-notify-channel-options .form-check-label {
    font-size: 14px !important;
}

@media (max-width: 575.98px) {
    .site-home-popup {
        padding: 12px;
    }

    .site-home-popup__dialog {
        max-width: calc(100vw - 24px);
    }

    .site-home-popup__image {
        max-width: calc(100vw - 24px);
        max-height: calc(100vh - 48px);
    }

    .site-home-popup__close {
        top: -8px;
        right: -4px;
        width: 30px;
        height: 30px;
    }

    .site-home-popup__close i {
        font-size: 19px;
    }
}

/* Tam sayfa hero — en sonda (üst duyuru + header çakışmalarını ezer) */
body.site-has-fullpage-hero .home-fullpage-hero-shell {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.site-has-fullpage-hero .site-ust-duyuru-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 3040 !important;
}

body.site-has-fullpage-hero.site-ust-duyuru-visible .site-ust-duyuru-bar__spacer {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.site-has-fullpage-hero.site-ust-duyuru-visible .home-fullpage-hero-shell .tkb-hdr {
    margin-top: var(--site-ust-duyuru-offset, 40px) !important;
    position: relative !important;
    top: auto !important;
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

body.site-has-fullpage-hero:not(.site-ust-duyuru-visible) .home-fullpage-hero-shell .tkb-hdr {
    margin-top: 0 !important;
    position: relative !important;
    top: auto !important;
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell .tkb-hdr-inner,
body.site-has-fullpage-hero .home-fullpage-hero-shell .tkb-hdr-bar {
    background: transparent !important;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground {
    position: relative;
    z-index: auto;
    background: transparent;
    pointer-events: none;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > .tkb-hdr,
body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > .home-stories-section,
body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > .home-stories-section * {
    pointer-events: auto;
}

/* Hero foreground click-through: sepet offcanvas / modallar doğrudan etkileşim almalı */
body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > .floating-cart-trigger,
body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > .floating-whatsapp-trigger,
body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > .offcanvas,
body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > .modal,
body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > #cartOffcanvas,
body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > #searchModal,
body.site-has-fullpage-hero .home-fullpage-hero-shell__foreground > #variantQuickAddModal,
body.site-has-fullpage-hero #cartOffcanvas,
body.site-has-fullpage-hero #cartOffcanvas.show {
    pointer-events: auto !important;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell__media {
    z-index: 0;
}

/* Tam sayfa hero — overlay katmanları hero shell içinde sıkışmasın */
body.site-has-fullpage-hero .offcanvas {
    z-index: 4000 !important;
}

body.site-has-fullpage-hero .offcanvas-backdrop.show {
    z-index: 3990 !important;
}

body.site-has-fullpage-hero .floating-whatsapp-trigger {
    z-index: 4089 !important;
}

body.site-has-fullpage-hero .floating-cart-trigger {
    z-index: 4090 !important;
}

/* Tüm Kategoriler — tema genel btn kenarlık/arka planını ezer (mobil + masaüstü) */
button.all-categories-btn,
button.all-categories-btn:hover,
button.all-categories-btn:focus,
button.all-categories-btn:focus-visible,
button.all-categories-btn:active,
.tkb-hdr-menu-wrap button.all-categories-btn,
.tkb-hdr-menu-wrap button.all-categories-btn:hover,
.tkb-hdr-menu-wrap button.all-categories-btn:focus-visible,
.tkb-hdr-menu-wrap button.all-categories-btn:active,
.tkb-mobile-drawer button.all-categories-btn,
.tkb-mobile-drawer button.all-categories-btn:hover,
.tkb-mobile-drawer button.all-categories-btn:focus-visible,
.tkb-mobile-drawer button.all-categories-btn:active,
.tkb-hdr-menu-wrap .all-categories-wrapper.open button.all-categories-btn,
.tkb-hdr-menu-wrap .all-categories-wrapper.is-mega-open button.all-categories-btn,
.tkb-mobile-drawer .all-categories-wrapper.open button.all-categories-btn {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

button.tkb-hdr-mobile-toggle,
button.tkb-hdr-mobile-toggle:hover,
button.tkb-hdr-mobile-toggle:focus,
button.tkb-hdr-mobile-toggle:focus-visible,
button.tkb-hdr-mobile-toggle:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

/* Tema, kullanılmayan sabit mobil alt menü için 60px boşluk bırakıyor. */
footer.footer-style-1 {
    margin-bottom: 0 !important;
}
