/* Minification failed. Returning unminified contents.
(679,20): run-time error CSS1039: Token not allowed after unary operator: '-ep-header-height'
(679,46): run-time error CSS1039: Token not allowed after unary operator: '-ep-megamenu-height'
(680,35): run-time error CSS1039: Token not allowed after unary operator: '-ep-header-height'
(680,61): run-time error CSS1039: Token not allowed after unary operator: '-ep-megamenu-height'
 */
/* ============================================
   Seller Page - Pro Design
   ============================================ */

/* --- Page Container --- */
#sellerPage {
    background-color: #fff;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* --- Cover Image --- */
#sellerCover {
    height: 260px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    position: relative;
}

.seller-cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
}

#sellerCover .dz-message {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 3;
}

.seller-cover-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    backdrop-filter: blur(4px);
    transition: background 0.2s;
}

.seller-cover-btn:hover {
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-decoration: none;
}

#sellerCoverMobile {
    height: 100px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

/* --- Seller Info Row --- */
#sellerInfo {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0 28px 20px 28px !important;
    margin: 0 !important;
    gap: 18px;
    position: relative;
}

/* --- Avatar --- */
#sellerAvatar {
    flex-shrink: 0;
    margin-top: -48px;
    border: 4px solid #fff !important;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    position: relative;
    z-index: 2;
    float: none;
    margin-left: 0;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

#sellerAvatar.dropzone {
    cursor: pointer;
}

#sellerAvatar:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}

#sellerAvatar img {
    width: 110px;
    height: 110px;
    display: block;
    object-fit: contain;
    border-radius: 12px;
}

#sellerAvatar:hover #updateLogoText {
    display: flex !important;
}

#updateLogoText {
    display: none;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(2px);
    font-size: 11px;
    font-weight: 500;
    padding: 5px 0;
    gap: 4px;
    pointer-events: none;
}

/* --- Seller Name --- */
#sellerName {
    flex: 1;
    min-width: 0;
    padding-top: 6px;
    float: none;
    width: auto;
    margin-left: 0;
}

#sellerName h1 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 6px 0;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

/* Seller stats badges */
.seller-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.seller-stat-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 20px;
}

.seller-stat-item i {
    color: #ff7f00;
    font-size: 11px;
}

.seller-stat-item strong {
    color: #333;
}

#sellerName p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

#sellerName a {
    color: #ff7f00;
    font-size: 13px;
    font-weight: 500;
}


/* --- Avatar Mobile --- */
#sellerAvatarMobile {
    flex-shrink: 0;
    margin-top: 10px;
    margin-left: 4%;
    border: 2px solid rgba(0,0,0,.15) !important;
    border-radius: 10px;
    overflow: hidden;
    float: none;
}

#sellerAvatarMobile img {
    width: 65px;
    height: 65px;
    display: block;
    object-fit: contain;
}

#sellerNameMobile {
    flex: 1;
    min-width: 0;
    padding: 10px 0 0 12px;
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: auto;
}

#sellerNameMobile h1 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

/* ============================================
   Seller Tabs - Pro
   ============================================ */
.seller-tab {
    display: flex;
    gap: 8px;
    padding: 6px;
    background: #f5f5f5;
    border-radius: 14px;
    margin-bottom: 24px;
}

.seller-tab-link {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    white-space: nowrap;
}

.seller-tab-link i {
    font-size: 15px;
    transition: transform 0.25s ease;
}

.seller-tab-link:hover {
    color: #ff7f00;
    background: rgba(255, 127, 0, 0.06);
    text-decoration: none;
}

.seller-tab-link:hover i {
    transform: scale(1.1);
}

.seller-tab-link.active {
    color: #fff;
    background: linear-gradient(135deg, #ff8c1a 0%, #ff6a00 100%);
    box-shadow: 0 4px 14px rgba(255, 106, 0, 0.3);
}

.seller-tab-link.active:hover {
    color: #fff;
    background: linear-gradient(135deg, #ff9933 0%, #ff7a1a 100%);
    box-shadow: 0 6px 18px rgba(255, 106, 0, 0.35);
}

.seller-tab-link.active i {
    color: #fff;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-top: none;
}

/* Tab ile ürün grid arası + ürün kartları arası boşluk */
.mt-2 > .row {
    margin-top: 0;
}

#colVisionMd {
    padding-top: 8px;
}

#colVisionMd #prods.row > div[class*="col-"] {
    margin-bottom: 16px;
}

/* ============================================
   Seller Category Bar & Mega Dropdown
   ============================================ */

/* Sticky bar - full width */
.mySticky {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 12px !important;
}

.seller-cat-bar {
    background: linear-gradient(135deg, #ff8c1a 0%, #ff6a00 100%);
    border-radius: 12px;
    padding: 0;
    position: relative;
    box-shadow: 0 4px 16px rgba(255, 106, 0, 0.25);
}

/* ============================================
   Hamburger Toggle Button (seller-cat-bar) — Pro
   ============================================ */
.seller-cat-toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    background: none;
    border: none;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    width: 100%;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

.seller-cat-toggle:hover {
    background: rgba(255, 255, 255, 0.12);
}

.seller-cat-toggle:active {
    background: rgba(255, 255, 255, 0.2);
}

.seller-cat-hamburger-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    gap: 5px;
    flex-shrink: 0;
    pointer-events: none;
}

.seller-cat-hamburger-line {
    display: block;
    width: 100%;
    height: 2.5px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.seller-cat-toggle:hover .seller-cat-hamburger-line {
    background: rgba(255, 255, 255, 0.95);
}

.seller-cat-text {
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: -0.2px;
}

.seller-cat-current {
    margin-left: auto;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
    pointer-events: none;
}

.seller-cat-chevron {
    margin-left: auto;
    font-size: 12px;
    opacity: 0.85;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.seller-cat-toggle:hover .seller-cat-chevron {
    transform: translateX(3px);
    opacity: 1;
}

/* ============================================
   Side Panel Overlay
   ============================================ */
.seller-side-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.seller-side-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

/* ============================================
   Side Panel
   ============================================ */
.seller-side-panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    max-width: 85vw;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 24px rgba(0,0,0,0.15);
    overflow: hidden;
}

.seller-side-panel.is-open {
    transform: translateX(0);
}

/* Side Panel Header */
.seller-side-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: #ff7f00;
    color: #fff;
    flex-shrink: 0;
}

.seller-side-title {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-side-close {
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

.seller-side-close:hover {
    background: rgba(255,255,255,0.3);
}

/* Side Panel Body */
.seller-side-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

/* Home Button */
.seller-side-home-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    color: #ff7f00;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}

.seller-side-home-btn:hover {
    background: #fff8f0;
    text-decoration: none;
    color: #ff7f00;
}

/* Navigation List */
.seller-side-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seller-side-nav > li > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s, color 0.15s;
}

.seller-side-nav > li > a i:first-child {
    color: #ff7f00;
    width: 18px;
    text-align: center;
    font-size: 13px;
    flex-shrink: 0;
}

.seller-side-nav > li > a:hover {
    background: #fff8f0;
    color: #ff7f00;
    text-decoration: none;
}

.seller-side-nav > li.active > a {
    background: #fff3e6;
    color: #ff7f00;
    font-weight: 600;
}

/* Arrow for sub-categories */
.seller-side-arrow {
    margin-left: auto;
    font-size: 11px;
    color: #bbb;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.seller-side-has-sub.is-expanded > a .seller-side-arrow {
    transform: rotate(90deg);
    color: #ff7f00;
}

/* Sub-category list */
.seller-side-sub {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fafafa;
}

.seller-side-has-sub.is-expanded > .seller-side-sub {
    max-height: 1000px;
}

.seller-side-sub li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 18px 10px 46px;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s, color 0.15s;
}

.seller-side-sub li a:hover {
    background: #ff7f00;
    color: #fff;
    text-decoration: none;
}

.seller-side-sub li a:hover .seller-side-count {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

.seller-side-sub li.active a {
    background: #fff3e6;
    color: #ff7f00;
    font-weight: 600;
}

.seller-side-sub .seller-side-has-sub > a {
    padding-left: 46px;
    font-size: 13px;
    color: #555;
}

.seller-side-sub .seller-side-sub li a {
    padding-left: 62px;
}

.seller-side-sub .seller-side-sub .seller-side-has-sub > a {
    padding-left: 62px;
}

.seller-side-sub .seller-side-sub .seller-side-sub li a {
    padding-left: 78px;
}

.seller-side-sub .seller-side-sub {
    background: #f5f5f5;
}

.seller-side-sub .seller-side-sub .seller-side-sub {
    background: #f0f0f0;
}

/* Count badge */
.seller-side-count {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    color: #999;
    background: #eee;
    padding: 1px 8px;
    border-radius: 10px;
    min-width: 22px;
    text-align: center;
    line-height: 1.5;
    transition: all 0.15s;
}

/* ============================================
   Desktop Sidebar
   ============================================ */
.seller-desktop-sidebar {
    top: calc(var(--ep-header-height) + var(--ep-megamenu-height) + 12px);
    max-height: calc(100vh - var(--ep-header-height) - var(--ep-megamenu-height) - 24px);
    scrollbar-width: thin;
}

.seller-sidebar-header {
    font-size: 15px;
    color: #ff7f00;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 767px) {
    .seller-cat-bar {
        border-radius: 10px;
        box-shadow: 0 3px 12px rgba(255, 106, 0, 0.22);
    }

    .seller-cat-toggle {
        padding: 11px 16px;
        font-size: 14px;
        gap: 12px;
    }

    .seller-cat-text {
        font-size: 14px;
    }

    .seller-cat-current {
        display: none;
    }

    .seller-cat-hamburger-box {
        width: 22px;
        height: 22px;
        gap: 4px;
    }

    .seller-cat-hamburger-line {
        height: 2.5px;
    }

    .seller-cat-chevron {
        font-size: 11px;
    }

    .seller-side-panel {
        width: 280px;
    }
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-top: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* ============================================
   Pagination (BS3 compat)
   ============================================ */
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ff6a00;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff6a00;
    border-color: #ff6a00;
}

/* ============================================
   Banner Prod in Sidebar
   ============================================ */
.category-auto-banner {
    margin-bottom: 16px;
}

.category-auto-banner .product-item-v2,
.category-auto-banner .product-item-v3 {
    margin-bottom: 0;
}

.left-menu-container {
    padding-top: 12px;
}

.left-menu-container .category-auto-banner {
    max-width: 100%;
}

/* ============================================
   Responsive
   ============================================ */

/* Tablet */
@media (max-width: 991px) {
    #sellerInfo {
        flex-wrap: wrap;
    }

    .seller-tab-link {
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #sellerPage {
        border-radius: 12px;
        box-shadow: 0 1px 8px rgba(0,0,0,0.08);
    }

    #sellerCover {
        height: 150px;
    }

    .seller-cover-overlay {
        background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.25) 100%);
    }

    #sellerAvatar {
        margin-top: -30px;
        border-width: 3px !important;
        border-radius: 12px;
    }

    #sellerAvatar img {
        width: 80px;
        height: 80px;
        border-radius: 9px;
    }

    #sellerInfo {
        padding: 0 12px 12px 12px !important;
        gap: 10px;
    }

    #sellerName h1 {
        font-size: 18px;
    }

    #sellerName p {
        font-size: 12px;
    }

    .seller-stats {
        gap: 5px;
    }

    .seller-stat-item {
        font-size: 11px;
        padding: 2px 8px;
    }

    .seller-tab {
        gap: 6px;
        padding: 4px;
        border-radius: 12px;
    }

    .seller-tab-link {
        padding: 10px 12px;
        font-size: 13px;
        gap: 6px;
        border-radius: 8px;
    }

    .seller-tab-link i {
        font-size: 14px;
    }

    .seller-tab-link.active {
        box-shadow: 0 3px 10px rgba(255, 106, 0, 0.25);
    }

    #colVisionMd {
        padding-top: 12px;
    }

    #colVisionMd #prods.row > div[class*="col-"] {
        margin-bottom: 12px;
    }

}

/* Extra small */
@media (max-width: 479px) {
    #sellerPage {
        border-radius: 10px;
    }

    #sellerCover {
        height: 130px;
    }

    #sellerAvatar {
        margin-top: -25px;
        border-radius: 10px;
    }

    #sellerAvatar img {
        width: 65px;
        height: 65px;
        border-radius: 7px;
    }

    #sellerInfo {
        padding: 0 10px 10px 10px !important;
        gap: 8px;
    }

    #sellerName h1 {
        font-size: 16px;
    }

    .seller-tab {
        gap: 4px;
        padding: 3px;
        border-radius: 10px;
    }

    .seller-tab-link {
        padding: 9px 8px;
        font-size: 12px;
        gap: 5px;
        border-radius: 7px;
    }

    .seller-tab-link i {
        font-size: 13px;
    }

}

/* ============================================
   SELLER COMMENTS PAGE
   ============================================ */

/* Comments page container */
.sc-page {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 24px;
}

/* Empty state */
.sc-empty {
    text-align: center;
    padding: 60px 20px;
}

.sc-empty-icon {
    font-size: 56px;
    color: #ddd;
    margin-bottom: 16px;
}

.sc-empty h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 8px;
}

.sc-empty p {
    color: #999;
    margin-bottom: 24px;
}

/* --- Score Summary Card --- */
.sc-summary {
    background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
    border: 1px solid #ffe0c0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sc-summary-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    height: 100%;
    border-right: 1px solid #ffe0c0;
}

.sc-big-score {
    font-size: 56px;
    font-weight: 800;
    color: #ff7f00;
    line-height: 1;
}

.sc-stars {
    margin: 8px 0;
    font-size: 18px;
    color: #ff7f00;
    white-space: nowrap;
    letter-spacing: 2px;
}

.sc-stars .fa-regular {
    color: #ddd;
}

.sc-total-count {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.sc-summary-details {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 14px;
}

.sc-detail-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sc-detail-label {
    flex: 0 0 160px;
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.sc-detail-bar {
    flex: 1;
    height: 8px;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.sc-detail-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff7f00, #ffb366);
    border-radius: 4px;
    transition: width 0.5s ease;
}

.sc-detail-value {
    flex: 0 0 28px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-align: right;
}

.sc-emoji-good {
    color: #22c55e;
    font-size: 18px;
    flex-shrink: 0;
}

.sc-emoji-bad {
    color: #ef4444;
    font-size: 18px;
    flex-shrink: 0;
}

/* --- Filter Bar --- */
.sc-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.sc-filter-left {
    font-size: 15px;
    color: #333;
}

.sc-filter-right .form-select {
    border-color: #ddd;
    font-size: 13px;
}

/* --- Loading / End States --- */
.sc-loading {
    text-align: center;
    padding: 20px;
}

.sc-loading img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.sc-loading span {
    color: #888;
    font-weight: 500;
}

.sc-load-more {
    text-align: center;
    padding: 24px;
}

.sc-end-msg {
    text-align: center;
    padding: 20px;
    color: #22c55e;
    font-weight: 600;
    font-size: 14px;
}

/* --- Comment List --- */
.sc-comment-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* --- Single Comment --- */
.sc-comment {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}

.sc-comment:last-child {
    border-bottom: none;
}

/* Comment Header */
.sc-comment-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.sc-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7f00, #ffb366);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

.sc-user-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.sc-user-name {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.sc-user-location {
    font-size: 12px;
    color: #999;
}

.sc-user-location i {
    font-size: 10px;
    margin-right: 2px;
}

.sc-comment-date {
    font-size: 12px;
    color: #aaa;
    flex-shrink: 0;
}

.sc-comment-date i {
    margin-right: 3px;
}

/* Comment Body */
.sc-comment-body {
    padding-left: 46px;
}

/* Product Mini Card (compact horizontal) */
.sc-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 12px;
}

.sc-product-mini {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px 8px 8px;
    background: #f9fafb;
    border: 1px solid #eee;
    border-radius: 10px;
    max-width: 400px;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.sc-product-link:hover .sc-product-mini {
    border-color: #ff7f00;
    box-shadow: 0 2px 8px rgba(255,127,0,0.08);
}

.sc-product-thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.sc-product-detail {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sc-product-name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sc-product-meta {
    font-size: 11px;
    color: #22c55e;
    font-weight: 600;
}

.sc-product-meta i {
    margin-right: 2px;
}

.sc-product-size {
    color: #888;
    font-weight: 400;
}

/* Rating Pills */
.sc-ratings {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.sc-rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.sc-pill-good {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.sc-pill-good i {
    color: #22c55e;
}

.sc-pill-bad {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.sc-pill-bad i {
    color: #ef4444;
}

/* Comment Text */
.sc-comment-text {
    margin-bottom: 12px;
}

.sc-comment-subject {
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 4px;
}

.sc-comment-text p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

/* Customer Photo Gallery */
.sc-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.sc-gallery-item {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #f5f5f5;
    cursor: pointer;
}

.sc-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.sc-gallery-item:hover img {
    transform: scale(1.05);
}

.sc-gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: border-color 0.2s;
    pointer-events: none;
}

.sc-gallery-item:hover::after {
    border-color: #ff7f00;
}

.sc-gallery-video {
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.sc-gallery-video i {
    font-size: 28px;
    color: #fff;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.sc-gallery-item:hover .sc-gallery-video i {
    opacity: 1;
}

/* Override uploaded files partial inline styles */
.sc-gallery .imgPanel {
    display: contents;
    height: auto !important;
    padding: 0 !important;
}

.sc-gallery .imgPanel + br {
    display: none;
}

/* Comment Footer */
.sc-comment-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sc-useful-label {
    font-size: 12px;
    color: #888;
}

.sc-useful-btn {
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 16px;
}

.sc-useful-btn:hover {
    background-color: #ff7f00;
    border-color: #ff7f00;
    color: #fff;
}

.sc-rating-feedback {
    font-size: 12px;
    color: #22c55e;
    font-weight: 600;
    display: none;
}

/* Seller Response */
.sc-seller-response {
    margin-top: 14px;
    padding: 14px 16px;
    background-color: #f8f9fa;
    border-radius: 10px;
    border-left: 3px solid #ff7f00;
}

.sc-response-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 13px;
}

.sc-response-header i {
    color: #ff7f00;
}

.sc-response-header strong {
    color: #333;
}

.sc-response-date {
    color: #aaa;
    font-size: 12px;
    margin-left: auto;
}

.sc-response-text {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   Comments Page Responsive
   ============================================ */
@media (max-width: 991px) {
    .sc-page {
        padding: 16px;
    }

    .sc-summary-score {
        border-right: none;
        border-bottom: 1px solid #ffe0c0;
        padding: 20px;
    }

    .sc-big-score {
        font-size: 44px;
    }

    .sc-summary-details {
        padding: 20px;
    }

    .sc-detail-label {
        flex: 0 0 130px;
        font-size: 12px;
    }

    .sc-comment-body {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .sc-page {
        padding: 12px;
    }

    .sc-summary-score {
        padding: 16px;
    }

    .sc-big-score {
        font-size: 36px;
    }

    .sc-summary-details {
        padding: 16px;
        gap: 10px;
    }

    .sc-detail-label {
        flex: 0 0 100px;
        font-size: 11px;
    }

    .sc-detail-value {
        font-size: 12px;
    }

    .sc-comment-header {
        gap: 8px;
    }

    .sc-comment-date {
        width: 100%;
        padding-left: 46px;
        margin-top: -4px;
    }

    .sc-product-mini {
        max-width: 100%;
    }

    .sc-product-thumb {
        width: 48px;
        height: 48px;
    }

    .sc-gallery {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        gap: 6px;
    }

    .sc-rating-pill {
        font-size: 11px;
        padding: 3px 8px;
    }

    .sc-comment-text p {
        font-size: 13px;
    }

    .sc-filter-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .sc-filter-right {
        width: 100%;
    }

    .sc-filter-right .form-select {
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 479px) {
    .sc-page {
        padding: 8px;
    }

    .sc-summary {
        border-radius: 8px;
    }

    .sc-big-score {
        font-size: 32px;
    }

    .sc-detail-row {
        flex-wrap: wrap;
    }

    .sc-detail-label {
        flex: 0 0 100%;
        margin-bottom: -4px;
    }

    .sc-detail-bar {
        flex: 1;
    }

    .sc-comment {
        padding: 14px 0;
    }

    .sc-ratings {
        gap: 4px;
    }

    .sc-rating-pill {
        font-size: 10px;
        padding: 2px 6px;
    }

    .sc-rating-pill span {
        display: none;
    }

    .sc-product-thumb {
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }

    .sc-product-name {
        font-size: 12px;
        -webkit-line-clamp: 1;
    }

    .sc-gallery {
        grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
        gap: 4px;
    }

    .sc-gallery-item {
        border-radius: 6px;
    }
}

/* ==========================================================================
   CSS Spinner � loading.gif yerine kullan�l�r
   ========================================================================== */
@keyframes epLoaderSpin {
    to { transform: rotate(360deg); }
}

.ep-prod-loader-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 127, 0, 0.25);
    border-top-color: #FF7F00;
    border-radius: 50%;
    animation: epLoaderSpin 0.75s linear infinite;
    vertical-align: middle;
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
