.temalar-card-img-wrap {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f4f6;
}

.temalar-card-img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.temalar-card:hover .temalar-card-img {
    transform: scale(1.03);
}

.temalar-detail-gallery img {
    max-height: 520px;
    object-fit: cover;
}

.temalar-color-swatches {
    gap: .75rem;
}

.temalar-thumb-slider .temalar-thumb img {
    height: 72px;
    object-fit: cover;
    cursor: pointer;
    opacity: .75;
}

.temalar-thumb-slider .slick-current img {
    opacity: 1;
    outline: 2px solid var(--bs-primary, #0d6efd);
}

.temalar-yeni-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-block;
    padding: .25rem .55rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff;
    background: linear-gradient(135deg, #ff4d6d, #ff8c42);
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(255, 77, 109, .35);
}

.temalar-yeni-badge--inline {
    position: static;
    font-size: .65rem;
    vertical-align: middle;
}

/* place-bid-btn — kart ve detay için kompakt boyut */
.temalar-card-btn.place-bid-btn,
.temalar-detail-cta.place-bid-btn {
    border: 0;
    padding: 12px 28px;
    font-size: .9rem;
    line-height: 1.2;
}

.temalar-card-btn.place-bid-btn {
    margin-top: .25rem;
}

.temalar-detail-cta.place-bid-btn {
    padding: 14px 36px;
}

/* Renk swatch — kod yalnızca hover'da */
.temalar-color-swatch {
    min-width: 72px;
    text-align: center;
    position: relative;
}

.temalar-color-dot {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .08);
    margin-bottom: .35rem;
    position: relative;
    cursor: default;
}

.temalar-color-dot::after {
    content: attr(data-hex);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a2e;
    color: #fff;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .02em;
    padding: .25rem .5rem;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    pointer-events: none;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.temalar-color-swatch:hover .temalar-color-dot::after {
    opacity: 1;
    visibility: visible;
}

.temalar-color-label {
    display: block;
    font-size: .85rem;
    font-weight: 600;
}
