/* Slider Styles */

/* Equal height for cards */
.home1-auction-slider .swiper-slide {
    height: auto;
    display: flex;
}

.auction-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff; /* Ensure background is set */
    border: 1px solid #e5e5e5; /* Light border */
    border-radius: 8px; /* Optional rounded corners */
    overflow: hidden; /* Keep content inside */
}

.auction-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
}

/* Push the button to the bottom if needed, or just let it flow */
.auction-card-content .bid-btn {
    margin-top: auto;
}

/* Square Images */
.auction-card-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.auction-card-img-wrap .card-img {
    display: block;
    width: 100%;
    height: 100%;
}

.auction-card-img-wrap .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.auction-card:hover .auction-card-img-wrap .card-img img {
    transform: scale(1.05);
}



.auction-card .auction-card-img-wrap .batch-run span {
    background-color: #2d831f;
}

/* Rudolf Joch hero slider */
.rj-hero-slider-section {
    position: relative;
    margin-bottom: 60px;
}

.rj-hero-slider {
    overflow: hidden;
}

.rj-hero-slider .swiper-slide {
    height: auto;
}

.rj-hero-slide {
    position: relative;
    min-height: clamp(540px, 76vh, 780px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #040404;
}

.rj-hero-slide > .container {
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 100%;
}

.rj-hero-image,
.rj-hero-image img,
.rj-hero-overlay {
    position: absolute;
    inset: 0;
}

.rj-hero-image {
    overflow: hidden;
}

.rj-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.08);
    filter: saturate(0.96) contrast(1.04);
    will-change: transform;
}

.rj-hero-slider .swiper-slide-active .rj-hero-image img {
    animation: rjHeroParallax 8s ease-out both;
}

.rj-hero-overlay {
    background:
        linear-gradient(90deg, rgba(4, 4, 4, 0.84) 0%, rgba(4, 4, 4, 0.58) 42%, rgba(4, 4, 4, 0.2) 100%),
        linear-gradient(180deg, rgba(4, 4, 4, 0.12) 0%, rgba(4, 4, 4, 0.38) 100%);
}

.rj-hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    width: 100%;
    padding: clamp(92px, 12vw, 138px) 0 clamp(100px, 13vw, 144px);
}

.rj-hero-status-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.rj-hero-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(16, 16, 16, 0.48);
    backdrop-filter: blur(10px);
}

.rj-hero-status.is-live {
    border-color: rgba(181, 144, 63, 0.5);
    background: rgba(181, 144, 63, 0.18);
    color: #f3dfaa;
}

.rj-hero-status.is-ended {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.rj-hero-countdown {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(16, 16, 16, 0.42);
    backdrop-filter: blur(10px);
}

.rj-hero-countdown-label {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.rj-hero-countdown-value {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.rj-hero-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 18px;
}

.rj-hero-title {
    max-width: none;
    margin: 0;
    color: #fff;
    white-space: nowrap;
    text-wrap: nowrap;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.rj-hero-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 72px;
    min-height: 72px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.rj-hero-brand-logo {
    display: block;
    max-width: 84px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.rj-hero-brand-fallback {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.rj-hero-subtitle {
    max-width: 54ch;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
}

.rj-hero-meta {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.rj-hero-meta-item {
    display: flex;
    flex-direction: column;
    min-width: 176px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(10, 10, 10, 0.42);
    backdrop-filter: blur(12px);
}

.rj-hero-meta-label {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    min-height: 14px;
    text-transform: uppercase;
}
.rj-hero-meta-label:empty {
    visibility: hidden;
}

.rj-hero-price,
.rj-hero-bids {
    display: block;
    color: #fff;
    font-size: 21px;
    line-height: 1.25;
}

.rj-hero-meta-item--textonly {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rj-hero-meta-item--textonly .rj-hero-meta-label {
    display: none;
}

.rj-hero-price--centered {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 32px;
    text-align: center;
}

.rj-hero-btn {
    align-items: stretch;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 12px 24px;
}
    display: flex;
    flex-direction: column;

.rj-hero-btn i {
    font-size: 16px;
}

.rj-hero-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
}

.rj-hero-prev,
.rj-hero-next {
    pointer-events: auto;
}

.rj-hero-pagination {
    z-index: 3;
}

@keyframes rjHeroParallax {
    from {
        transform: scale(1.14) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.04) translate3d(-1.2%, -0.6%, 0);
    }
}

@media (max-width: 991.98px) {
    .rj-hero-slide {
        min-height: 620px;
    }

    .rj-hero-content {
        max-width: 100%;
        padding: 88px 0 128px;
    }

    .rj-hero-heading {
        gap: 14px;
    }
}

@media (max-width: 767.98px) {
    .rj-hero-slide {
        min-height: 560px;
    }

    .rj-hero-content {
        padding: 78px 0 118px;
    }

    .rj-hero-heading {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .rj-hero-title {
        white-space: normal;
        text-wrap: balance;
    }

    .rj-hero-subtitle {
        font-size: 15px;
    }

    .rj-hero-meta-item {
        min-width: calc(50% - 7px);
    }
}

@media (max-width: 575.98px) {
    .rj-hero-content {
        padding: 72px 0 106px;
    }

    .rj-hero-brand {
        min-width: 60px;
        min-height: 60px;
        padding: 10px;
    }

    .rj-hero-brand-logo {
        max-width: 68px;
        max-height: 36px;
    }

    .rj-hero-countdown {
        width: 100%;
        justify-content: space-between;
    }

    .rj-hero-meta {
        align-items: stretch;
        gap: 10px;
    }

    .rj-hero-meta-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-width: 100%;
        padding: 14px 16px;
    }

    .rj-hero-price,
    .rj-hero-bids {
        font-size: 18px;
    }
}

