section.antique-detail {
    /* grid-template-columns: minmax(100px,1fr) 40%;
    grid-template-rows: 1fr auto;
    display: grid; */
    padding-top: 10px;
}
.antique-detail-left {
    float: left;
    padding-bottom: var(--margin_left_on_page);
    padding-right: var(--margin_left_on_page);
    padding-left: var(--margin_left_on_page);
}
.ECqLa8q2EC6ZtyHr {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    overflow: hidden;
    position: relative;
}
.EqCQNtgSFDmnDxwU {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(50px);
    height: 100%;
    opacity: .5;
    position: absolute;
    transform: scale(1.2);
    width: 100%;
    z-index: 0;
}
.UEJBYCv4CUUtJs7R {
    padding-bottom: 1.15em;
    padding-top: 1.15em;
    z-index: 2;
    padding-bottom: 2em;
    padding-left: 42px;
    padding-right: 42px;
}
.UEJBYCv4CUUtJs7R {
    padding-bottom: 1.15em;
    padding-top: 1.15em;
    z-index: 2;
    padding-bottom: 2em;
    padding-left: 42px;
    padding-right: 42px;
}
.pp3mjv9mGW0uHosGHiCf {
    font-size: 1em;
}
.left-hero-image-container {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    position: relative;
    padding: 0px var(--margin_left_on_page) 20px;
}
.left-hero-image-container .image-card {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.image-card .btn-zoom-in {
    background-color: rgba(8, 8, 8, .6);
    border: 1px solid hsla(0, 0%, 40%, .4);
    border-radius: 5px;
    color: #fff;
    display: none;
    height: 50px;
    margin: auto;
    padding: 12px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
}
.vYIQA5MgZYhbB4J7 {
    padding-top: 30px;
}

.antique-detail-right {
    padding: 3px var(--margin_left_on_page);
}

.details-container {
    position: relative;
    border-top: 5px solid #f2f2f2;
    border-bottom: 5px solid #f2f2f2;
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-flow: column;
}
.details-container li {
    margin-left: -15px;
    position: relative;
    list-style: none;
}

.details-container li.bottomSpace {
    padding-bottom: 15px !important;
}
.details-container li .label {
    float: left;
    width: 25%;
    min-width: 132px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /* font-family: "Noto Serif", serif; */
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    line-height: 25px;
    white-space: normal;
    font-weight: bolder;
}

section.related-items, section.similar-keywords {
    padding: 10px var(--margin_left_on_page);
}
.gallery-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.antique-item {
    --ratio: calc(var(--width) / var(--height));
    --row-height: 12em;
    flex-basis: calc(var(--ratio) * var(--row-height));
    flex-grow: calc(var(--ratio) * 100);
    margin-bottom: 0.75em;
    margin-right: 0.75em;
    position: relative;
}
.antique-item img {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    transition: opacity .3s ease;
    width: 100%;
    /* max-height: 214px; */
    max-height: 12em;
    border: 1px solid #ebebeb;
}
/* .antique-description {
    padding: 15px var(--margin_left_on_page);
} */


.related-keywords li {
    padding: 6px 0;
}
.related-keywords {
    display: flex;
    flex-wrap: wrap;
}
.related-keywords a {
    border: 1px solid #10147f;
    font-size: 1.0em;
    padding: 7px 7px;
    margin: 3px 5px;
    border-radius: 6px;
    background-color: #fff;
    text-decoration: none;
    line-height: 2.5em;
    white-space: nowrap;
}
.SvPcAhYXLgBYmm5q {
    font-size: 1em;
    display: inline;
}
.similar-keywords ol, 
.similar-keywords ul {
    list-style-type: none;
    padding: 0;
}

/* Search Form on Top */

.zuDm3WDFb9CdssCX {
    background-color: var(--color_antique_cream);
    /* background-color: var(--color_antique_gold); */
    padding: 11px var(--margin_left_on_page);
    /* height: 80px; */
}