#ad-homepage-top {
    padding-left: 0;
    height: 180px;
}
.ad-product-detail-spec {
    height: 250px;
}
.ad-product-detail-section {
    text-align: center;
    margin: 1rem 0 2rem -15px;
}
.price--market {
    color: #a94442;
}
.nav-anchor {
    display: block;
    position: relative;
    top: -87px;
    visibility: hidden;
}
.product__summary {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    justify-content: space-between;
}
.product__summary-main {
    display: flex;
    flex-flow: column nowrap;
    gap: .5rem;
    flex-grow: 1;
}
.product__image {
    display: block;
    margin: 0 auto 1rem;
}
.product__model-summary {
    display: flex;
    flex-flow: row nowrap;
    gap: .5rem;
    justify-content: space-evenly;
    align-items: baseline;
}
.product__model-summary:not(:first-of-type) {
    border-top: 1px solid #333;
}
.product__model-info {
    font-size: .9rem;
    flex-basis: 90px;
}
.feature-list {
    margin-top: 0 !important;
}
@media screen and (min-width:768px) {
    #ad-homepage-top {
        height: 300px;
    }
    .ad-product-detail-spec {
        height: 300px;
    }
}
@media screen and (min-width:992px) {
    .product__summary {
        flex-flow: row nowrap;
    }
}