.gem_list {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 12px;
    margin: 0 auto;
    padding-top: 1rem;
}

.rf-hcard-content {
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    height: 400px;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 4px 12px #00000014;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    white-space: normal;
    /* max-width: 325px; */
}

.rf-hcard-content:hover {
    transform: translateY(-10px);
}

.rf-hcard-copy,
.rf-hcard-scrim {
    box-sizing: border-box;
    padding-inline: 30px;
    width: 100%
}

@media(max-width:734px)and (max-device-width:736px) {

    .rf-hcard-copy,
    .rf-hcard-scrim {
        padding-inline: 28px
    }
}

.rf-hcard-copy {
    padding-bottom: 16px;
    padding-top: 16px
}

@media(max-width:734px)and (max-device-width:736px) {
    .rf-hcard-copy {
        padding-bottom: 13px;
        padding-top: 28px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-copy {
        padding-bottom: 8px
    }
}

.rf-hcard-content-eyebrow {
    color: #6e6e73;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    width: 204px
}

.rf-hcard-content-title {
    color: #1d1d1f;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    margin: 0 0 9px;
    padding-top: 12px;
}

.rf-hcard-img-wrapper {
    /* flex: 1; */
    /* overflow: hidden; */
    /* position: relative; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media(max-width:734px)and (max-device-width:736px) {
    .rf-hcard-img-wrapper {
        max-height: 236px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-img-wrapper {
        max-height: 190px;
    }
}

.rf-hcard-img {
    /* display: block; */
    height: 100%;
    /* margin: auto auto; */
    width: 325px;
    object-fit: scale-down;
}

.rf-hcard-centered-image .rf-hcard-img {
    height: 100%;
    width: auto
}

@media(inverted-colors:inverted) {
    .rf-hcard-centered-image .rf-hcard-img {
        filter: none
    }
}

.gem-items,
.category__filter {
    width: 90%;
    padding-top: 1rem;
    margin: 0 auto;
}

.category__links {
    list-style: none;
}

.category__links li {
    display: inline-block;
    padding: 0 20px;
}

.w-full {
    width: 100%;
}

.grid {
    display: grid;
}

.auto-rows-auto {
    grid-auto-rows: auto;
}

.gap-4 {
    gap: 1rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border-style: solid;
    border-width: 1px;
    min-width: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 980px;
    background: #0071e3;
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
}

.button:hover {
    text-decoration: none;
}

.button:active {
    outline: none;
}

.button:hover,
.button:focus {
    background: #0077ED;
    color: #fff;
    border-color: transparent;
}

.button:focus {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 5px #0071E3;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #0071E3;
    outline: none;
}

.button-tertiary {
    background: rgba(0, 0, 0, 0);
    color: #06c;
    border-color: #06c;
}

.button-tertiary:hover,
.button-tertiary:focus {
    background: #0077ED;
    color: #fff;
    border-color: transparent;
}

.button-tertiary:focus {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 5px #0071E3;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #0071E3;
    outline: none;
}

.container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    padding-top: 2rem;
    gap: 2rem;
}

/* .image {
    align-self: flex-start;
} */

.image {
    width: 400px;
    height: 400px;
    /* width: auto; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    overflow: hidden;
}

.image-fit {
    width: 100%;
    object-fit: scale-down;
    align-self: flex-start;

}

.title {
    font-size: 24px;
    line-height: 32px;
}

.price {
    font-size: 28px;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

tr {
    line-height: 1.6rem;
}

th {
    text-align: left;
    width: 100px;
    font-weight: bold;
}

.showback {
    text-align: center;
    padding-top: 1rem;
}