.zf-product-quick-open {
    overflow: auto;
    scroll-behavior: auto !important;
}

body.zf-product-quick-open #main-header .search-view-home {
    display: inline-flex !important;
}

body.zf-product-quick-open #main-header,
body.zf-product-quick-open #main-header.fixed,
body.zf-product-quick-open #nav_mainmenu,
body.zf-product-quick-open #nav_mainmenu.fixed,
body.zf-product-quick-open .sticky.fixed {
    z-index: 2147482990 !important;
}

.zf-category-page.is-product-detail-mode > :not(#zfProductQuickPanel) {
    display: none !important;
}

html.zf-product-quick-open .bottom-menu,
body.zf-product-quick-open .bottom-menu,
html.zf-product-quick-open footer .bottom-menu,
body.zf-product-quick-open footer .bottom-menu,
html.zf-product-quick-open .d-flex.text-center.p-1.position-fixed.left-0.bottom-0.bottom-menu,
body.zf-product-quick-open .d-flex.text-center.p-1.position-fixed.left-0.bottom-0.bottom-menu,
body:has(#zfProductQuickPanel:not([hidden])) .bottom-menu,
body:has(#zfProductQuickPanel:not([hidden])) .d-flex.text-center.p-1.position-fixed.left-0.bottom-0.bottom-menu,
.bottom-menu.zf-bottom-menu-hidden,
.bottom-menu[hidden] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.zf-category-card.is-zf-loading,
.zf-feature-card.is-zf-loading {
    opacity: .68;
    cursor: progress;
    transition: opacity .15s ease;
}

.beden-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0,0,0,.28);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
}

.beden-overlay.aktif {
    opacity: 1;
    visibility: visible;
}

.zf-product-quick-panel .beden-overlay {
    z-index: 40;
}

.zf-product-quick-panel {
    position: relative;
    z-index: 50;
    overflow: visible;
    background: #fff;
    color: #17120f;
}

.zf-product-quick-panel[hidden] {
    display: none !important;
}

.zf-product-quick-app {
    min-height: 70vh;
}

.zf-product-quick-app.is-loading {
    opacity: .72;
    pointer-events: none;
    transition: opacity .15s ease;
}

.zf-product-quick-panel .zf-product-detail {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px 32px;
}

.zf-product-quick-panel .zf-product-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 28px;
    align-items: start;
}

.zf-product-quick-panel .zf-product-media-card {
    position: sticky;
    top: 84px;
    overflow: hidden;
    background: #eee9e4;
}

.zf-product-quick-panel .zf-product-media-swiper {
    width: 100%;
    background: #eee9e4;
}

.zf-product-quick-panel .zf-product-media-swiper .swiper-slide {
    aspect-ratio: 2 / 3;
    background: #eee9e4;
}

.zf-product-quick-panel .zf-product-media-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zf-product-quick-panel .zf-product-media-swiper .product-tag {
    top: 22px !important;
    left: 22px !important;
    z-index: 7 !important;
}

.zf-product-quick-panel .zf-product-media-swiper .product-tag img {
    width: auto;
    height: auto;
    max-width: 75px;
    max-height: 75px;
    object-fit: contain;
}

.zf-product-quick-panel .zf-media-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 2px solid #b8913e;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #4b3718;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.zf-product-quick-panel .zf-floating-actions {
    position: absolute;
    top: 22px;
    right: 16px;
    z-index: 6;
    display: grid;
    gap: 10px;
}

.zf-product-quick-panel .zf-round-action,
.zf-product-quick-panel .zf-product-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #16110e;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
    cursor: pointer;
}

.zf-product-quick-panel .zf-round-action {
    width: 44px;
    height: 44px;
    font-size: 21px;
}

.zf-product-quick-panel .zf-product-nav {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    font-size: 23px;
}

.zf-product-quick-panel .zf-product-nav-prev {
    left: 18px;
}

.zf-product-quick-panel .zf-product-nav-next {
    right: 18px;
}

.zf-product-quick-panel .zf-product-media-swiper .swiper-pagination {
    bottom: 14px !important;
}

.zf-product-quick-panel .zf-product-media-swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,.86);
    opacity: .75;
}

.zf-product-quick-panel .zf-product-media-swiper .swiper-pagination-bullet-active {
    background: #15100d;
    opacity: .95;
}

.zf-product-quick-panel .zf-model-copy {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 24px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #4c443e;
    font-size: 11px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    cursor: pointer;
}

.zf-product-quick-panel .zf-product-info {
    padding-top: 18px;
}

.zf-product-quick-panel .zf-season-pill,
.zf-product-quick-panel .zf-discount-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f3e8da;
    color: #8a6b4a;
    font-size: 12px;
    font-weight: 600;
}

.zf-product-quick-panel .zf-season-pill {
    height: 28px;
    padding: 0 12px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.zf-product-quick-panel .zf-product-title {
    margin: 0 0 18px;
    color: #17120f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.16;
}

.zf-product-quick-panel .zf-elite-price-banner,
.zf-product-quick-panel .zf-benefit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 7px;
    background: #fbf3e8;
    color: #6d5844;
    font-size: 13px;
}

.zf-product-quick-panel .zf-elite-price-banner {
    min-height: 34px;
    padding: 7px 12px;
    margin-bottom: 16px;
}

.zf-product-quick-panel .zf-elite-price-banner b {
    color: #3c2b1c;
}

.zf-product-quick-panel .zf-price-review-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}

.zf-product-quick-panel .zf-price-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}

.zf-product-quick-panel .zf-old-price {
    color: #6f665f;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-decoration: line-through;
}

.zf-product-quick-panel .zf-discount-chip {
    height: 28px;
    min-width: 48px;
    padding: 0 10px;
    background: #efdcc4;
    color: #765a43;
}

.zf-product-quick-panel .zf-current-price {
    color: #111;
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.zf-product-quick-panel .zf-review-summary {
    min-width: 118px;
    padding: 7px 16px 7px 15px;
    border: 1px solid #ded8d2;
    border-left: 1px solid #e4ded8;
    border-radius: 999px;
    background: #fff;
    color: #17120f;
    text-align: left;
}

.zf-product-quick-panel .zf-review-score {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1e1915;
    font-size: 15px;
    font-weight: 700;
}

.zf-product-quick-panel .zf-stars {
    color: #f2a200;
    font-size: 15px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.zf-product-quick-panel .zf-review-count {
    display: block;
    margin-top: 3px;
    color: #6f6860;
    font-size: 12px;
}

.zf-product-quick-panel .zf-benefit-box {
    min-height: 44px;
    padding: 9px 12px;
    margin-bottom: 20px;
}

.zf-product-quick-panel .zf-benefit-box a {
    color: #6d5844;
    font-size: 12px;
    text-decoration: underline;
    white-space: nowrap;
}

.zf-product-quick-panel .zf-section {
    padding: 18px 0;
    border-top: 1px solid #eee8e2;
}

.zf-product-quick-panel .zf-option-title {
    margin-bottom: 10px;
    color: #17120f;
    font-size: 13px;
    font-weight: 700;
}

.zf-product-quick-panel .zf-option-title span {
    color: #6e655d;
    font-weight: 400;
}

.zf-product-quick-panel .zf-color-rail {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
}

.zf-product-quick-panel .zf-color-rail::-webkit-scrollbar {
    display: none;
}

.zf-product-quick-panel .zf-color-item {
    flex: 0 0 64px;
    color: #5a514a;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.zf-product-quick-panel .zf-color-thumb {
    position: relative;
    display: block;
    width: 64px;
    height: 86px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #f1ede9;
}

.zf-product-quick-panel .zf-color-item.is-active .zf-color-thumb {
    border-color: #c3515b;
}

.zf-product-quick-panel .zf-color-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zf-product-quick-panel .zf-color-name {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zf-product-quick-panel .zf-color-active-dot {
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #c3515b;
    color: #fff;
    font-size: 10px;
}

.zf-product-quick-panel .zf-size-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zf-product-quick-panel .zf-size-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.zf-product-quick-panel .zf-size-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 46px;
    padding: 0 13px;
    border: 1px solid #cfc7c1;
    border-radius: 6px;
    background: #fff;
    color: #4b4038;
    font-size: 16px;
    cursor: pointer;
}

.zf-product-quick-panel .zf-size-input:checked + .zf-size-label {
    border-color: #d65a65;
    color: #c33d4b;
    box-shadow: inset 0 0 0 1px #d65a65;
}

.zf-product-quick-panel .zf-size-label.is-soldout {
    color: #a9a19b;
    text-decoration: line-through;
}

.zf-product-quick-panel .zf-stock-note,
.zf-product-quick-panel .zf-cargo-note,
.zf-product-quick-panel .zf-option-warning {
    margin: 9px 0 0;
    color: #7a7067;
    font-size: 13px;
}

.zf-product-quick-panel .zf-option-warning {
    color: #c33d4b;
    font-weight: 700;
}

.zf-product-quick-panel .zf-cart-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.zf-product-quick-panel .zf-add-cart-btn {
    flex: 1 1 auto;
    height: 54px;
    border: 0;
    border-radius: 7px;
    background: #14100d;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.zf-product-quick-panel .zf-cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 54px;
    border: 1px solid #ded8d2;
    border-radius: 7px;
    color: #17120f;
    text-decoration: none;
}

.zf-product-quick-panel .zf-cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ff6b3d;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
}

.zf-product-quick-panel .beden-uyari-mesaj {
    display: none;
    margin-bottom: 10px;
    padding: 9px 11px;
    border-radius: 7px;
    background: #fff4f4;
    color: #c33d4b;
    font-size: 13px;
    font-weight: 700;
}

.zf-product-quick-panel .beden-uyari-mesaj.aktif {
    display: block;
}

.zf-product-quick-panel #bedensecin.beden-highlight {
    position: relative;
    z-index: 9999;
    padding: 10px;
    margin: -10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 0 2px #d65a65, 0 10px 30px rgba(0,0,0,.12);
}

.zf-product-quick-panel .zf-accordion {
    margin-top: 20px;
    border-top: 1px solid #eee8e2;
}

.zf-product-quick-panel .zf-accordion .accordion-item {
    border-right: 0;
    border-left: 0;
    border-color: #eee8e2;
}

.zf-product-quick-panel .zf-accordion .accordion-button {
    padding: 15px 0;
    background: #fff;
    box-shadow: none;
    color: #17120f;
    font-weight: 700;
}

.zf-product-quick-panel .zf-accordion .accordion-body {
    padding: 0 0 18px;
    color: #453d36;
    font-size: 14px;
    line-height: 1.55;
}

.zf-product-quick-panel .zf-reviews {
    min-height: 28px;
}

.zf-product-quick-panel .zf-load-reviews {
    border: 1px solid #ded8d2;
    border-radius: 999px;
    background: #fff;
    color: #17120f;
    padding: 7px 16px;
    font-weight: 700;
}

.zf-product-quick-panel .zf-product-error {
    max-width: 720px;
    margin: 40px auto;
    padding: 18px;
    border: 1px solid #ead8d8;
    border-radius: 8px;
    background: #fff8f8;
    color: #9b2634;
    text-align: center;
}

@media (max-width: 767px) {
    .zf-product-quick-panel .zf-product-detail {
        padding: 0 0 118px;
    }

    .zf-product-quick-panel .zf-product-main {
        display: block;
    }

    .zf-product-quick-panel .zf-product-media-card {
        position: relative;
        top: auto;
        border-radius: 0;
    }

    .zf-product-quick-panel .zf-product-info {
        padding: 22px 24px 0;
    }

    .zf-product-quick-panel .zf-product-title {
        font-size: 22px;
    }

    .zf-product-quick-panel .zf-price-review-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .zf-product-quick-panel .zf-old-price {
        font-size: 18px;
    }

    .zf-product-quick-panel .zf-current-price {
        font-size: 29px;
    }

    .zf-product-quick-panel .zf-review-summary {
        min-width: 112px;
        padding-left: 11px;
    }

    .zf-product-quick-panel #cart-add-area.zf-cart-actions {
        display: flex !important;
        position: fixed;
        right: 12px !important;
        bottom: 0 !important;
        left: auto !important;
        width: calc(100% - 24px) !important;
        max-width: none;
        box-sizing: border-box;
        transform: none !important;
        z-index: 2147483000 !important;
        margin-right: 0;
        margin-left: 0;
        opacity: 1;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        border-top: 1px solid #eee8e2;
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(8px);
        box-shadow: 0 -8px 24px rgba(0,0,0,.08);
    }
}
