.product-slider {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-img-main {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease, opacity .25s ease;
    will-change: transform, opacity;
}

.product-slider:hover .product-img-main {
    transform: scale(1.03);
}

.product-img-main.fade {
    opacity: 0;
}

.placeholder-box {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-box i {
    font-size: 48px;
    color: #adb5bd;
}

.pbs-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 10;

    background: rgba(255,255,255,.75);
    backdrop-filter: blur(6px);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: 600;
    color: #222;

    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pbs-btn.prev { left: 12px; }
.pbs-btn.next { right: 12px; }

.pbs-btn:hover {
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    transform: translateY(-50%) scale(1.05);
}

.pbs-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    padding: 5px 10px;

    background: rgba(0,0,0,.18);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    z-index: 10;
}

.pbs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    cursor: pointer;
    transition: all .25s ease;
}

.pbs-dot.active {
    width: 20px;
    border-radius: 10px;
    background: #0d6efd;
}

.brand-logo-detail {
    height: 35px;
    width: auto;
    object-fit: contain;
    filter: grayscale(20%);
}

.product-card {
    padding-bottom: 24px;
}

brand-logo-detail
.product-card {
    background-color: transparent;
}

.cart-area {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

.cart-control .cart-qty {
    width: 70px;
}

.cart-qty::-webkit-inner-spin-button,
.cart-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-qty {
    -moz-appearance: textfield;
    appearance: textfield;
}

.product-price .price-text {
    font-size: 2rem;
    color: #0d6efd;
}

.product-price small {
    font-size: 1.2rem;
    margin-left: 4px;
}

.discount-pill {
    position: absolute;
    top: 8px;
    right: 8px;
    min-width: 42px;
    height: 36px;
    padding: 0 10px;
    background: #e53935;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 10;
    transform-origin: center;
    will-change: transform;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.discount-pill span {
    display: block;
    line-height: 1;
    transform: translateZ(0);
}

.product-card:hover .discount-pill {
    transform: scale(1.08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.product-slider .garage-status-wrapper-detail {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
    pointer-events: none;
}

.oem-section .badge {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #333;
}

.description-content-modern {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    color: #6c757d;
    line-height: 1.6;
}

.description-content-modern.expanded {
    max-height: 5000px;
}

.read-more-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(240, 240, 240, 0.7) 50%,
        rgba(230, 230, 230, 0.95) 100%) !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    z-index: 5;
}

.read-more-overlay:hover {
    height: 160px;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(225, 225, 225, 0.8) 40%,
        rgba(215, 215, 215, 1) 100%) !important;
}

.read-more-info {
    color: #0d6efd;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.read-more-overlay:hover .read-more-info {
    transform: translateY(-5px);
}

#readMoreIcon {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.description-content-modern.expanded + .read-more-overlay {
    position: relative;
    background: transparent !important;
    height: 50px !important;
    margin-top: 10px;
}

.description-content-modern.expanded + .read-more-overlay #readMoreIcon {
    transform: rotate(180deg);
}

.description-content-modern.expanded + .read-more-overlay:hover {
    height: 50px !important;
}

.table-header {
    background-color: #212529 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.card-header-equal {
    min-height: 63px;
    display: flex;
    align-items: center;
}

.compatibility-scroll {
    max-height: 450px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #0d6efd #f1f1f1;
}

.compatibility-scroll::-webkit-scrollbar {
    width: 6px;
}

.compatibility-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.compatibility-scroll::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 10px;
}

.compatibility-scroll::-webkit-scrollbar-thumb:hover {
    background: #0a58ca;
}

.product-reviews h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.review-item {
    border-left: 4px solid #0d6efd;
    background-color: #fff;
}

.review-rating i {
    margin-right: 2px;
}

.admin-reply {
    border-left: 4px solid #ffc107;
}

.review-comment {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .product-price .price-text {
        font-size: 1.5rem;
    }

    .cart-control {
        flex-wrap: wrap;
    }

    .cart-add-btn-detail {
        width: 100%;
    }
}

.cart-control {
    transition: all 0.3s ease;
    position: relative;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.cart-control.added {
    background: #198754 !important;
    border-color: #198754 !important;
    border-radius: 8px;
    padding: 0;
}

.cart-control.added button,
.cart-control.added input,
.cart-control.added .cart-qty {
    opacity: 0 !important;
    pointer-events: none !important;
    user-select: none;
}

.cart-control.added::after {
    content: "✔ Sepete Eklendi";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    animation: cartSuccessPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes cartSuccessPop {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.product-carousel .product-price .price-text {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    display: inline-block !important;
}

.product-carousel .product-price del {
    font-size: 1.2rem !important;
    display: inline-block !important;
}

.product-carousel .product-item-grid h6 {
    font-size: 0.9rem !important;
    min-height: 40px !important;
}

.product-carousel .product-card {
    padding: 1rem !important;
}