/** Shopify CDN: Minification failed

Line 204: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 {
    background: #fff;
}

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

#productTableBody tr td, #productTableBody tr th {
    padding: 3px 5px;
    white-space: nowrap;
    font-size: 11px;
    text-align: center;
}

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

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

.column2 {
    min-width: 48%;
}

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

.wrap {
    flex-wrap: wrap;
}

.filter > label {
    text-align: center;
}

.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;
}

.filter {
    background: #fff;
    padding: 1.5em;
    margin: 1em 0.5em;
    flex: auto;
    position: relative;
}

.filter-list-item {
    padding: 0.5em 1em;
    cursor: pointer;
    max-width: 90px;
    white-space: nowrap;
}

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

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

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

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

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

#productTableHead {
    position: sticky;
    top: 0;
    z-index: 2;
}

#productTableHead span {
    text-decoration: none;
    border-bottom: 2px solid;
    border-bottom-color: #0000001a;
    position: relative;
    cursor: pointer;
}

#productTableHead span, #productTableHead th, #productTableBody tr td {
    font-size: 12px;
}

#productTableHead span:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid currentColor;
    transform: scale(0);
    transform-origin: 0 50%;
    transition: transform .5s ease;
}

#productTableHead span:hover:after {
    transform: scale(1);
}

#productTableBody tr {
    background: var(--colorBody);
}

#productTableBody tr td {
    background: initial;
}

#productTableBody tr:hover {
    background: var(--colorBtnPrimary);
    color: #fff;
}

[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: 12px!important;
    line-height: 14px;
    width: 10em;
    border: none!important;
    display: none;
}

#max-value {
    direction: rtl;
}

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

.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;
}
