/* Minification failed. Returning unminified contents.
(24,28): run-time error CSS1039: Token not allowed after unary operator: '-color-grid-card-bg'
(79,28): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(89,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(90,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(91,15): run-time error CSS1039: Token not allowed after unary operator: '-gap'
(97,21): run-time error CSS1039: Token not allowed after unary operator: '-form-width'
(107,37): run-time error CSS1039: Token not allowed after unary operator: '-gap'
(107,50): run-time error CSS1039: Token not allowed after unary operator: '-form-width'
(199,32): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(200,29): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(201,21): run-time error CSS1039: Token not allowed after unary operator: '-color-text'
(228,53): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(228,78): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-hovered'
(228,123): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(229,25): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-text'
(256,17): run-time error CSS1039: Token not allowed after unary operator: '-color-invalid'
(261,17): run-time error CSS1039: Token not allowed after unary operator: '-color-invalid'
(283,21): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(295,32): run-time error CSS1039: Token not allowed after unary operator: '-color-black'
(340,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(363,24): run-time error CSS1039: Token not allowed after unary operator: '-color-invalid'
(367,24): run-time error CSS1039: Token not allowed after unary operator: '-color-success'
(404,24): run-time error CSS1039: Token not allowed after unary operator: '-height-menu'
(404,45): run-time error CSS1039: Token not allowed after unary operator: '-sale-search-sticky-height'
(411,40): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(436,32): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(556,17): run-time error CSS1039: Token not allowed after unary operator: '-color-text'
(569,38): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(582,39): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(588,43): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(595,28): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(596,25): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(602,28): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(603,25): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(604,17): run-time error CSS1039: Token not allowed after unary operator: '-color-text'
(613,21): run-time error CSS1039: Token not allowed after unary operator: '-color-text'
(614,49): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(614,74): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-hovered'
(614,119): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(664,25): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(664,46): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(665,22): run-time error CSS1039: Token not allowed after unary operator: '-color-bg'
(669,36): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(708,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(709,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(715,27): run-time error CSS1039: Token not allowed after unary operator: '-watchlist-item-space'
(724,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(727,21): run-time error CSS1039: Token not allowed after unary operator: '-watchlist-item-container-width'
(728,20): run-time error CSS1039: Token not allowed after unary operator: '-watchlist-item-container-width'
(743,25): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(773,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-hovered'
(781,25): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(782,28): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(812,22): run-time error CSS1039: Token not allowed after unary operator: '-color-black'
(813,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(831,28): run-time error CSS1039: Token not allowed after unary operator: '-color-invalid'
(837,28): run-time error CSS1039: Token not allowed after unary operator: '-color-success'
(855,29): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(855,50): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(856,26): run-time error CSS1039: Token not allowed after unary operator: '-color-bg'
(869,40): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
 */
div#loading {
    font-size: 300%;
    position: absolute;
    background: white;
    color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    text-align: center;
    padding-top: 20px;
    z-index: 1;
}

#lot-list, #holder {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    gap: 30px;
}

.lot-item-container {
    background-color: var(--color-grid-card-bg);
    border: 10px solid rgba(0, 0, 0, 0);
}

    .lot-item-container, .lot-item-container .lot-item {
        display: grid;
        grid-template-columns: 522px 1fr;
        min-height: 350px;
    }

        .lot-item-container.live {
            display: block !important;
        }

        .lot-item-container.live .lot-item {
            height: initial;
        }

        .lot-item-container .lot-name-and-numb {
            font-size: 24px;
            padding: 12px;
            line-height: 130%; /* 31.2px */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
        }

        .lot-item-container.live .lot-name-and-numb {
            line-height: 40px;
        }

        .lot-item-container .lot-top-info {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: center;
            text-align: right;
            overflow: hidden;
            padding: 10px;
            font-size: 24px;
            font-weight: 700;
            line-height: 130%; /* 31.2px */
            text-transform: uppercase;
        }

aside.lot-item-media img {
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 30px;
}

.lot-item-media, .lot-item-body {
    background-color: var(--color-white);
}

.lot-item-body {
    padding: 26px 20px 25px 21px;
    font-size: 18px;
    line-height: 130%; /* 23.4px */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --form-width: 335px;
    --gap: 30px;
    gap: var(--gap);
    width: 100%;
    align-content: start;
}

    .lot-item-body .item-form {
        width: var(--form-width);
        order: 2;
    }

    .lot-top-info .time-remaining {
        font-weight: 500;
    }

    .lot-item-body .item-details {
        flex: 1;
        max-width: calc(100% - var(--gap) - var(--form-width));
        order: 1;
    }

.item-details {
    font-weight: 500;
    line-height: 130%; /* 23.4px */
}

    .item-details strong {
        font-weight: 300;
    }

    .item-details ul li {
        word-break: break-word;
        margin-bottom: 10px;
    }

.lot-item-body .c2c-form, .lot-item-body .bid-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lot-item-body .c2c-form {
    align-items: flex-end;
    text-align: right;
    font-weight: 500;
}

    .lot-item-body .c2c-form .sco-button, .lot-item-body .bid-form .sco-button {
        font-size: 24px;
        min-width: 127px;
        height: 54px;
    }

        .lot-item-body .bid-form .sco-button.with-quantity {
            padding-left: 10px;
            padding-right: 10px;
            min-width: 146px;
        }

.lot-item-body .bid-form .sco-input {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Oswald-Variable', sans-serif;
}

.lot-item-body .c2c-form ul li {
    margin-bottom: 8px;
    line-height: 130%; /* 23.4px */
}

    .lot-item-body .c2c-form ul li label {
        font-weight: 500;
    }

.lot-item-body .comments {
    width: 100%;
    flex: 1 1 100%;
    order: 3;
}

    .lot-item-body .comments .comment-container {
        font-size: 16px;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
        word-break: break-word;
        text-align: left;
    }


.image-links-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
    flex-wrap: wrap;
}

.item-form .image-links-container {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: end;
}

    .image-links-container a {
        padding: 10px 16px;
        border: 2px solid var(--color-primary);
        border-radius: var(--border-radius);
        color: var(--color-text);
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        text-decoration: none;
        justify-content: center;
    }

        .image-links-container a.image-links-video {
            order: 2;
        }

        .image-links-container a.image-links-gallery {
            order: 1;
        }

        .image-links-container a.image-links-watchlist {
            order: 3;
        }

        .image-links-container a:hover,
        .image-links-container a:focus,
        .image-links-container a:active {
            background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-hovered) 100%) no-repeat var(--color-primary);
            color: var(--color-primary-text);
        }

iframe {
    width: 100%;
}

#farm-video iframe#farm-video-frame {
    width: unset;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

    .iframe-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.bidding-disabled {
    color: var(--color-invalid);
    font-size: 16px;
}

span.time-remaining-value.expiring {
    color: var(--color-invalid);
}

.sc-input-group {
    display: flex;
    gap: 20px;
}

.lot-item-container[class*="rank"] .current-placing {
    position: relative;
}

    .lot-item-container[class*="rank"] .current-placing span:before {
        content: 'current placing';
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        line-height: 130%; /* 31.2px */
    }

    .lot-item-container[class*="rank"] .current-placing span:after {
        content: ' ';
        color: var(--color-primary);
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 31.2px */
        text-transform: uppercase;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--color-black);
    }

.lot-item-container.rank1 .current-placing span:after {
    content: '1';
}

.lot-item-container.rank2 .current-placing span:after {
    content: '2';
}

.lot-item-container.rank3 .current-placing span:after {
    content: '3';
}

.lot-item-container.rank4 .current-placing span:after {
    content: '4';
}

.lot-item-container.rank5 .current-placing span:after {
    content: '5';
}

.lot-item-container.rank6 .current-placing span:after {
    content: '6';
}

.lot-item-container.rank7 .current-placing span:after {
    content: '7';
}

.lot-item-container.rank8 .current-placing span:after {
    content: '8';
}

.lot-item-container.rank9 .current-placing span:after {
    content: '9';
}

.lot-item-container.rank10 .current-placing span:after {
    content: '10';
}

@media screen and (max-width: 1199px) {
    .lot-item-body {
        --form-width: 100%;
    }

        .lot-item-body .item-form {
            order: 0;
        }

        .lot-item-body .item-details {
            max-width: 100%;
            flex-basis: 100%;
        }

        .lot-item-body .comments .comment-container {
            max-height: 60px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
}

div.lot-item-container.losing {
    border-color: var(--color-invalid);
}

div.lot-item-container.winning {
    border-color: var(--color-success);
}

div.lot-item-container.losing.blinking {
    -moz-animation: blink-border 2s infinite;
    -ms-animation: blink-border 2s infinite;
    -o-animation: blink-border 2s infinite;
    -webkit-animation: blink-border 2s infinite;
    animation: blink-border 2s infinite;
}

#sale-timer-mobile {
    display: none;
}

.ranking-select {
    font-family: 'Oswald-Variable', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.sale-complete-details span {
    white-space: nowrap;
}

@media screen and (min-width: 992px) {
    .sticky-sentinel {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .lot-item-container .lot-name-and-numb {
        position: sticky;
        top: calc(var(--height-menu) + var(--sale-search-sticky-height));
        z-index: 1;
    }

        .lot-item-container .lot-name-and-numb.is-pinned {
            width: 100vw;
            margin-left: calc((100vw - 100%) / -2);
            border-top: 4px solid var(--color-primary);
        }

    .lot-item-container.detail .lot-name-and-numb {
        top: 100px;
    }

    .lot-item-container, .lot-item-container .lot-item {
        display: flex;
        flex-direction: column;
    }

        .lot-item-container .lot-top-info {
            align-items: center;
            text-align: center;
        }

    .lot-top-info .time-remaining {
        display: none;
    }

    #sale-timer-mobile {
        display: block;
        position: sticky;
        bottom: 0px;
        background-color: var(--color-white);
        padding: 20px 10px;
        text-align: center;
        font-weight: normal;
        line-height: 130%;
        font-size: 24px;
        z-index: 99;
        box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.25);
    }

    .lot-item-body .c2c-form .sco-button, .lot-item-body .bid-form .sco-button, .lot-item-body .bid-form .sco-button.with-quantity {
        min-width: 337px;
    }

        .lot-item-body .c2c-form .sco-button {
            width: 100%;
        }

        .lot-item-body {
            padding-top: 0;
        }

        .lot-item-body .bid-form {
            margin-top: 0;
        }

        .lot-item-body .c2c-form {
            align-items: center;
            text-align: center;
        }

        .lot-item-body .c2c-form > ul{
            text-align: center;
        }

            .lot-item-body .c2c-form .sc-input-group {
                width: 100%;
            }


    .item-form .image-links-container a {
        flex: 1;
    }
}

@media screen and (max-width: 665px) {
    .lot-item-body .c2c-form .sco-button, .lot-item-body .bid-form .sco-button, .lot-item-body .bid-form .sco-button.with-quantity {
        min-width: 260px;
    }
    .lot-item-body .bid-form .sc-input-group {
        gap: 10px;
    }
}

@media screen and (max-width: 575px) {
    .lot-item-body .c2c-form .sco-button, .lot-item-body .bid-form .sco-button, .lot-item-body .bid-form .sco-button.with-quantity {
        min-width: 160px;
    }

    aside.lot-item-media img {
        margin-bottom: 10px;
    }

    .image-links-container a {
        flex-direction: column;
        font-size: 0.9em;
        padding: 6px 12px;
    }

        .image-links-container a.removing span:after {
            content: ' -';
        }

        .image-links-container a.adding span:after {
            content: ' +';
        }

    .image-links-container a svg {
        display: none;
    }

        .image-links-container a span {
            order: 1;
        }
}

@media screen and (max-width: 375px) {
    .lot-item-body .bid-form .sc-input-group {
        flex-wrap: wrap;
        gap: 5px;
    }

    .lot-item-body .bid-form .sc-input-group .sco-button {
        width: 100%;
    }
}

#sale-information-container {
    gap: 20px;
    margin-bottom: 40px;
}

#sale-media {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex: 0 0 240px;
    width: 240px;
    justify-content: center;
    max-height: 480px; /* x2 */
    margin: 0 auto;
}

    #sale-media img {
        width: 100%;
    }

div.ckeditor-content {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text);
    line-height: 120%;
}

    div.ckeditor-content * {
        all: revert;
        line-height: 1.2em;
    }

@media (min-width: 576px) {
    #sale-media {
        flex: 0 0 264px;
        width: 264px;
        border-right: 4px solid var(--color-primary);
    }
    #sale-information-container aside > div {
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    #sale-information-container {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        padding-bottom: 20px;
        border-bottom: 4px solid var(--color-primary);
        margin-bottom: 30px;
    }

        #sale-information-container aside {
            padding-bottom: 20px;
            border-bottom: 4px solid var(--color-primary);
        }
}

#sale-gallery-link,
#testimonial-video {
    padding: 10px 16px;
    border: 2px solid var(--color-primary);
    border-radius: var(--border-radius);
}

#sale-gallery-link,
#testimonial-video {
    padding: 10px 16px;
    border: 2px solid var(--color-primary);
    border-radius: var(--border-radius);
    color: var(--color-text);
}

    #sale-gallery-link:hover,
    #sale-gallery-link:active,
    #sale-gallery-link:focus,
    #testimonial-video:hover,
    #testimonial-video:active,
    #testimonial-video:focus {
        color: var(--color-text);
        background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-hovered) 100%) no-repeat var(--color-primary);
    }

#farm-video iframe#farm-video-frame {
    width: unset;
}

#sale-details h4 {
    font-weight: 300;
    line-height: 130%;
    font-size: 18px;
}

    #sale-details h4 > span {
        white-space: nowrap;
        margin-right: 4px;
    }

#lot-detail-dialog-body .lot-info {
    display: flex;
    gap: 60px;
}

    #lot-detail-dialog-body .lot-info > div {
        flex: 1;
    }

#lot-detail-dialog-body .lot-info .lot-media {
    flex: 0 0 250px;
}

    #lot-detail-dialog-body .lot-info .lot-media img {
        width: 100%;
        display: block;
    }

@media (max-width: 767px) {
    #lot-detail-dialog-body .lot-info {
        flex-direction: column;
        gap: 20px;
    }

    #lot-detail-dialog-body .lot-info .lot-media {
        flex: 1 1 100%;
        display: none;
    }
}
footer#watch-list {
    position: sticky;
    bottom: -10px;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    background: var(--color-bg);
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.25);
    margin-left: -6px;
    margin-right: -6px;
    border-bottom: 10px solid var(--color-primary);
}

#watch-list-header {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}

    #watch-list-header h2 {
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 120%;
    }

    #watch-list-header .watch-list-header-show {
        text-align: right;
    }

a#collapse-watch-list {
    display: flex;
    align-items: center;
    gap: 18px;
}

    a#collapse-watch-list svg {
        transform: rotate(180deg);
    }

    a#collapse-watch-list.active svg {
        transform: none;
    }

section#watch-list-carousel {
    --watchlist-item-size: 8;
    --watchlist-item-space: 35px;
    margin: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    gap: 35px;
    margin: 5px calc(var(--watchlist-item-space) + 8px) 10px;
    padding-bottom: 10px;
}

section#watch-list-carousel.hide {
    display: none;
}

div.watchlist-item-container {
    --watchlist-item-container-width: calc((100% - ((var(--watchlist-item-size) - 1) * var(--watchlist-item-space))) / var(--watchlist-item-size));
    text-align: center;
    position: relative;
    max-width: var(--watchlist-item-container-width);
    flex: 1 0 var(--watchlist-item-container-width);
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

    div.watchlist-item-container, div.watchlist-item-container .lot-name-and-numb {
        font-size: 12px;
    }

        div.watchlist-item-container .lot-name-and-numb {
            padding-left: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 28px;
            color: var(--color-white);
            line-height: 130%;
            min-height: 25px;
        }

        div.watchlist-item-container .wli-img-container {
            max-height: 110px;
            display: flex;
            align-items: center;
            align-items: start;
            justify-content: center;
            margin-bottom: 5px;
        }

            div.watchlist-item-container .wli-img-container img {
                max-width: 100%;
                max-height: 100%;
            }

.watchlist-item-container a {
    text-decoration: none;
}

.delete-watch-item {
    position: absolute;
    right: 5px;
    top: 5px;
}

a.delete-watch-item:hover {
    color: var(--color-primary-hovered);
}

#carousel-left, #carousel-right {
    position: absolute;
    bottom: 40%;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: var(--border-radius);
    border: 2px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    #carousel-left.hide, #carousel-right.hide {
        display: none;
    }

    #carousel-left {
        left: 9px;
    }

#carousel-right {
    right: 9px;
}

    #carousel-left.unusable, #carousel-right.unusable {
        opacity: 0.3;
    }

span.wli-lot-quantity {
    position: absolute;
    top: 30px;
    left: 5px;
    font-size: 80%;
    width: 19px;
    height: 19px;
    background: var(--color-black);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

a.mobile-view-watch-list {
    display: none;    
}

.watchlist-item-container img {    
    border-color: transparent;
}

    .watchlist-item-container img.losing {
        border-width: 4px;
        border-style: solid;
        border-color: var(--color-invalid);
    }

    .watchlist-item-container img.winning {
        border-width: 4px;
        border-style: solid;
        border-color: var(--color-success);
    }

    .watchlist-item-container img.losing.blinking {
        -moz-animation: blink-border 2s infinite;
        -ms-animation: blink-border 2s infinite;
        -o-animation: blink-border 2s infinite;
        -webkit-animation: blink-border 2s infinite;
        animation: blink-border 2s infinite;
    }

@media screen and (max-width: 991px) {
    footer#watch-list {
        display: none;
    }

    a.mobile-view-watch-list {
        display: block;
        border-radius: var(--border-radius) var(--border-radius) 0 0;
        background: var(--color-bg);
        box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.25);
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 20px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 120%;
        border-bottom: 10px solid var(--color-primary);
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    a.mobile-view-watch-list {
        border-radius: 0
    }
}
