/** Shopify CDN: Minification failed

Line 199:29 Expected ")" to end URL token

**/
.filter-list-item img {
    border-radius: 50%;
}
tr {
    position: relative;
}

tr a {
    position: absolute!important;
    top: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    width: 100%;
    height: 100%;
    border-bottom: none!important;
}

tr img {
    display: block;
}

tr a:after {
}

th, td {
    background: #faf4eb;
}

.img-link {
    margin: 0;
    padding: 0;
}

.page-width {
    padding: 0 5px;
}

.table-wrapper .filter-table {
    display: block;
    /* overflow-x: scroll;
    overflow-y: scroll;
    max-height: 85vh; */
}

.column2 {
    /* min-width: 48%; */
}

.column3 {
    min-width: 30%;
}
.grid__item {
    font-size: 16px;
}

.wrap {
    flex-wrap: wrap;
}

.filter > label {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.app-block .filters div {
    margin: 0;
}

.block {
    display: block;
}

#productTableBody .em1 {
    height: 1em;
}

.column {
    flex-direction: column;
}

.center {
    text-align: center;
}

.df-layout-title {
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: inherit;
    margin-top: 1.5em;
}

.df-layout-subtitle {
    margin: 8px 0 0;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 0;
}

.df-layout-title-span {
    font-size: 24px;
    font-family: var(--font-app-head);
    line-height: 2;
    text-align: center;
    color: red!important;
}

.app-block .filters .filter {
    background: #faf4eb;
    padding: .5em;
    margin: .5em;
    flex: auto;
    position: relative;
}

.filter #price-amount, .filter #weight-amount {
    background: #faf4eb;
}

.filter-list-item {
    padding: 0.5em;
    cursor: pointer;
    max-width: 90px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
}

.filter-list-item:hover, .filter-list-item.filter-enable {
    border-radius: 3px;
    background: var(--colorBtnPrimary);
    color: #f6931f;
}

div .section-title {
    background: #faf4eb;
}

.div_h1 {
    color: #C9A84C;
    font-size: 3rem;
    font-weight: 500;
}

.span_h1 {
    font-weight: 400;
    font-size: 2.5rem;
}

.space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.margin-0-1em {
    margin: 0 1em;
}

.margin-0-2em {
    margin: 0 2em;
}

.margin-0-05em {
    margin: 0 0.5em;
}

#productTableBody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem;
    background-color: #faf4eb;
}

#productSortSelect {
    padding: 5px;
    border: none;
    outline: .2rem solid #f6931f;
}

.product-sort-block {
    text-align: center;
}

[class^="icons-"], [class*=" icons-"] {
    background-image: url({{ 'spirit-icons-6.png' | asset_url }});
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 16px;
}

.icons-chevron-up {
    width: 9px;
    height: 5px;
    background-position: -82px -46px;
}

.icons-chevron-down {
    width: 9px;
    height: 5px;
    background-position: -96px -46px;
}

.icons-chevron-down, .icons-chevron-up {
    margin-left: 5px;
    height: 7px;
}

.input-box {
    display: flex;
    justify-content: space-between;
    margin: 0.5em 0;
}

.range-input {
    padding: 0px;
    font-size: 16px!important;
    line-height: 18px;
    width: 10em;
    border: none!important;
    display: none;
}

#max-value {
    direction: rtl;
}

.app-block {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 400px) 1fr;
}

.preloader {
    position: absolute;       /* поверх контенту */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* напівпрозорий фон */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 3em;           /* великий шрифт */
    color: rgba(51, 51, 51, 0.75); /* текст на 75% видимості */
    z-index: 997;           /* щоб точно було поверх */
}

.table-wrapper {
    position: relative;       /* щоб overlay позиціювався відносно контейнера */
}

[class^="icons-"], [class*=" icons-"] {
    background-image: url(//luxurydiamonds.ca/cdn/shop/t/19/assets/spirit-icons-6.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 16px;
}

.filters-button {
    display: none;
}

.filter-block {
    position: sticky;
    overflow-y: auto;
}

.close-filter-block {
    display: none;
}

.show-products-container {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#show-products-button {
    width: 80vw;
    background-color: #c9a84c;
    min-height: 52px;
    padding: 0 20px;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
}

@media screen and (max-width: 1450px) {
    .table-wrapper .filter-table {
        /* max-height: 100vh; */
    }
}

@media screen and (max-width: 768px) {
    .filter-list-item:hover {
        color: initial;
    }

    .filter-list-item.filter-enable {
        color: #f6931f;
    }

    .table-wrapper .h3 {
        font-size: 16px;
    }

    .filter-button-container {
        position: fixed;
        bottom: 1em;
        left: 0;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 998;
    }

    .filters-button {
        width: 70vw;
        background-color: #c9a84c;
        min-height: 52px;
        padding: 0 20px;
        border: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        white-space: nowrap;
        display: block;
    }

    .app-block {
        grid-template-columns: 1fr;
    }

    .filters {
        display: none;
    }

    .filters.is-open {
        display: grid;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        z-index: 999;
        background-color: #fff;
    }

    .close-filter-block {
        display: block;
        width: 100%;
        text-align: end;
        padding: 0 1em;
    }

    .close-filter-block-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: 0;
        background: transparent;
        color: #1a2433;
        font-size: 40px;
        font-weight: 300;
        line-height: 1;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    #productTableBody {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 520px) {
    .filters-button {
        width: 60vw;
    }
}

@media screen and (max-width: 375px) {
    .filters-button {
        width: 50vw;
    }
}
