:root {
    --bsh-blue: #003b70;
    --bsh-navy: #00264a;
    --bsh-dark: #031a30;
    --bsh-light: #f3f5f7;
    --bsh-border: #d8dde3;
}

#bshTradeBanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bshTradeBanner a,
#bshTradeBanner picture,
#bshTradeBanner img {
    display: block;
    width: 100%;
}

#bshFeatureBoxes {
    background: #fff;
    padding: 10px 0;
}

#bshFeatureBoxes .container {
    padding-left: 15px;
    padding-right: 15px;
}

.bsh-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0 auto;
    max-width: none;
    padding: 0 52px;
}

.bsh-feature-card {
    background: var(--bsh-navy);
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.bsh-feature-card picture,
.bsh-feature-card img {
    display: block;
    width: 100%;
}

.bsh-feature-card img {
    aspect-ratio: 1.08 / 1;
    object-fit: cover;
    transition: transform 180ms ease;
}

.bsh-feature-card:hover img,
.bsh-feature-card:focus img {
    transform: scale(1.025);
}

.bsh-feature-card:hover,
.bsh-feature-card:focus,
.bsh-feature-card:hover .bsh-feature-card__label,
.bsh-feature-card:focus .bsh-feature-card__label,
.bsh-feature-card:hover .bsh-feature-card__icon,
.bsh-feature-card:focus .bsh-feature-card__icon,
.bsh-feature-card:hover .bsh-feature-card__arrow,
.bsh-feature-card:focus .bsh-feature-card__arrow {
    color: #fff !important;
}

.bsh-feature-card:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--bsh-blue);
    outline: 0;
}

.bsh-feature-card__label {
    align-items: center;
    background: rgba(0, 38, 74, .86);
    bottom: 0;
    display: grid;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: clamp(16px, 1.5vw, 25px);
    font-weight: 600;
    grid-template-columns: auto 1fr auto;
    left: 0;
    line-height: 1.05;
    min-height: 76px;
    padding: 10px 14px;
    position: absolute;
    right: 0;
}

.bsh-feature-card__icon {
    font-size: 31px;
    margin-right: 12px;
}

.bsh-feature-card__arrow {
    font-size: 29px;
    margin-left: 10px;
}

/* Recently viewed spotlight */
#bshHomepage #interestBasedCards {
    background: #f8fafb !important;
    background-image: none !important;
    border-bottom: 1px solid var(--bsh-border);
    padding: 16px 0 !important;
    position: relative;
    z-index: 4;
}

#bshHomepage #interestBasedCards .container {
    padding-left: 15px;
    padding-right: 15px;
}

#bshHomepage .bsh-interest-spotlight {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    position: relative;
    width: calc(100% - 104px);
}

#bshHomepage #dvCards {
    margin: 0 auto !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

#bshHomepage #dvCards .slick-list {
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
}

#bshHomepage #dvCards .slick-track {
    align-items: stretch;
    display: flex;
    margin: 0 auto;
}

#bshHomepage #dvCards .slick-slide {
    height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#bshHomepage #dvCards .slick-slide > div {
    height: 100%;
}

#bshHomepage #dvCards .card {
    background: #fff;
    border: 1px solid var(--bsh-border);
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
    height: 100%;
    margin: 0;
    max-width: none;
    min-height: 202px;
    overflow: hidden;
    perspective: none;
    position: relative;
    transform: none !important;
}

#bshHomepage #dvCards .front,
#bshHomepage #dvCards .back {
    backface-visibility: visible;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    min-height: 0;
    perspective: none;
    position: static;
    transform: none !important;
    transition: none;
    width: auto;
}

#bshHomepage #dvCards .front {
    align-items: center;
    background: #fff;
    border-right: 1px solid var(--bsh-border);
    display: flex;
    overflow: hidden;
    padding: 14px 18px;
}

#bshHomepage #dvCards .front .card-content {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #fff;
    display: flex;
    justify-content: center;
    height: auto;
    overflow: hidden;
    width: 100%;
}

#bshHomepage #dvCards .bc-img {
    background: #fff;
    display: block;
    height: 100% !important;
    object-fit: contain;
    width: 100%;
}

#bshHomepage #dvCards .bc-img.is-placeholder {
    object-fit: contain;
    padding: 6px;
}

#bshHomepage #dvCards .back {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 28px 16px;
}

#bshHomepage .bsh-interest-spotlight.has-multiple-items #dvCards .back {
    padding-right: 225px;
}

#bshHomepage #dvCards .back .bc-title {
    align-items: flex-start;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--bsh-dark);
    display: block;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: clamp(23px, 1.8vw, 30px);
    font-weight: 600;
    line-height: 1.12;
    min-height: 0 !important;
    padding: 5px 0 0;
    text-align: left;
}

#bshHomepage #dvCards .back .card-content {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    height: auto !important;
    justify-content: flex-start;
    transform: none;
    width: 100%;
}

#bshHomepage .bsh-interest-spotlight__eyebrow {
    align-items: center;
    color: var(--bsh-blue);
    display: flex;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    gap: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#bshHomepage .bsh-interest-spotlight__eyebrow .fa-history {
    font-size: 17px;
}

#bshHomepage .bsh-interest-spotlight__copy {
    color: #4a5661;
    font-family: "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    margin: 5px 0 12px;
}

#bshHomepage .bsh-interest-spotlight__controls,
#bshHomepage .bsh-interest-spotlight__primary-actions {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#bshHomepage .bsh-interest-spotlight__secondary-actions {
    background: #fff;
    border: 1px solid var(--bsh-border);
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 38, 74, .13);
    display: block;
    float: none;
    left: 0;
    margin: 0;
    max-width: calc(100vw - 24px);
    min-width: 200px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    width: 240px;
    z-index: 20;
}

#bshHomepage .bsh-interest-spotlight__secondary-actions[hidden] {
    display: none !important;
}

#bshHomepage a.btn.bsh-interest-spotlight__cta {
    align-items: center;
    border: 1px solid var(--bsh-blue);
    border-radius: 2px;
    box-shadow: none;
    display: inline-flex;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    left: auto;
    line-height: 1.15;
    margin: 0;
    min-height: 36px;
    padding: 8px 17px;
    position: static;
    text-decoration: none;
    width: auto;
}

#bshHomepage a.btn.bsh-interest-spotlight__cta--primary {
    background: var(--bsh-blue);
    color: #fff !important;
    min-width: 112px;
}

#bshHomepage a.btn.bsh-interest-spotlight__cta--secondary {
    background: #fff;
    color: var(--bsh-blue) !important;
    flex: 1 1 140px;
}

#bshHomepage .bsh-interest-spotlight__secondary-actions a.btn.bsh-interest-spotlight__cta--secondary {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #edf0f2;
    border-radius: 0;
    color: var(--bsh-dark) !important;
    display: flex;
    justify-content: flex-start;
    min-height: 40px;
    padding: 10px 14px;
    text-align: left;
    width: 100%;
}

#bshHomepage .bsh-interest-spotlight__secondary-actions a.btn.bsh-interest-spotlight__cta--secondary:last-child {
    border-bottom: 0;
}

#bshHomepage .bsh-interest-spotlight__secondary-actions a.btn.bsh-interest-spotlight__cta--secondary:hover,
#bshHomepage .bsh-interest-spotlight__secondary-actions a.btn.bsh-interest-spotlight__cta--secondary:focus {
    background: #f3f7fa;
    border-color: #edf0f2;
    box-shadow: none !important;
    color: var(--bsh-blue) !important;
    outline: 0;
}

#bshHomepage a.btn.bsh-interest-spotlight__cta:hover,
#bshHomepage a.btn.bsh-interest-spotlight__cta:focus {
    background: var(--bsh-navy);
    border-color: var(--bsh-navy);
    color: #fff !important;
}

#bshHomepage a.btn.bsh-interest-spotlight__cta:focus,
#bshHomepage .bsh-interest-spotlight__dismiss:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--bsh-blue);
    outline: 0;
}

#bshHomepage .bsh-interest-spotlight__explore:focus,
#bshHomepage .bsh-interest-spotlight__carousel-button:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

#bshHomepage .bsh-interest-spotlight__explore:focus-visible,
#bshHomepage .bsh-interest-spotlight__carousel-button:focus-visible {
    box-shadow: none !important;
    outline: 2px solid rgba(0, 83, 153, .7) !important;
    outline-offset: 2px;
}

#bshHomepage .bsh-interest-spotlight__explore {
    align-items: center;
    background: #fff;
    border: 1px solid var(--bsh-blue);
    border-radius: 2px;
    color: var(--bsh-blue);
    display: inline-flex;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    gap: 9px;
    justify-content: center;
    min-height: 36px;
    min-width: 112px;
    padding: 8px 15px;
    text-transform: uppercase;
}

#bshHomepage .bsh-interest-spotlight__explore:hover,
#bshHomepage .bsh-interest-spotlight__explore[aria-expanded="true"] {
    background: var(--bsh-navy);
    border-color: var(--bsh-navy);
    color: #fff;
}

#bshHomepage .bsh-interest-spotlight__explore .fa-chevron-down,
#bshHomepage .bsh-interest-spotlight__explore .fa-chevron-up {
    font-size: 11px;
}

#bshHomepage .bsh-interest-spotlight__dismiss {
    background: transparent;
    border: 0;
    color: #586570;
    font-family: "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 13px;
    margin: 0 0 0 2px;
    padding: 3px 5px;
    text-decoration: underline;
}

#bshHomepage .bsh-interest-spotlight__dismiss:hover,
#bshHomepage .bsh-interest-spotlight__dismiss:focus {
    color: var(--bsh-blue);
}

#bshHomepage .bsh-interest-spotlight__carousel-controls {
    align-items: center;
    display: none;
    gap: 15px;
    justify-content: center;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

#bshHomepage .bsh-interest-spotlight__carousel-controls.is-visible {
    display: flex;
}

#bshHomepage .bsh-interest-spotlight__carousel-button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--bsh-dark);
    display: inline-flex;
    height: 52px;
    justify-content: center;
    padding: 4px 7px;
    width: 34px;
}

#bshHomepage .bsh-interest-spotlight__carousel-button .fa-chevron-left,
#bshHomepage .bsh-interest-spotlight__carousel-button .fa-chevron-right {
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
}

#bshHomepage .bsh-interest-spotlight__carousel-button:hover,
#bshHomepage .bsh-interest-spotlight__carousel-button:focus {
    color: var(--bsh-blue);
}

#bshHomepage .bsh-interest-spotlight__carousel-button:disabled {
    color: #aeb7bf;
    cursor: default;
    opacity: .55;
}

#bshHomepage .bsh-interest-spotlight__position {
    color: var(--bsh-dark);
    display: none;
    font-family: "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: .02em;
    min-width: 48px;
    position: static;
    text-align: center;
    text-transform: none;
}

.bsh-home-section {
    padding: 30px 0;
}

.bsh-section-heading {
    align-items: baseline;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bsh-section-heading h2,
#bpShowroom > .container > h2,
#customerReviews > h2 {
    color: var(--bsh-blue);
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 31px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 42px;
    margin: 0;
}

.bsh-section-heading > a {
    color: var(--bsh-blue);
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.bsh-offers-carousel,
.bp-carousel,
#customerReviews .customer-reviews-carousel,
#customerReviews .customer-reviews-carousel-mob {
    margin: 0 !important;
    padding: 0 52px;
}

#customerReviews .customer-reviews-carousel,
#customerReviews .customer-reviews-carousel-mob {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

.bsh-offer-item,
.bp-item {
    margin: 0 !important;
    padding: 0 5px;
}

.bsh-offer-card {
    border: 1px solid var(--bsh-border);
    color: var(--bsh-blue);
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none !important;
}

.bsh-offer-card__title,
.bsh-offer-card__cta {
    background: var(--bsh-blue);
    color: #fff;
    display: block;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding: 9px 14px;
}

.bsh-offer-card__cta {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.bsh-offer-card__media {
    background: #fff;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.bsh-offer-card__media img {
    aspect-ratio: 4 / 3;
    border: 0 !important;
    display: block;
    object-fit: cover;
    width: 100%;
}

.bsh-offer-card:focus {
    box-shadow: 0 0 0 3px var(--bsh-blue);
    outline: 0;
}

#bshCurrentOffers .slick-prev,
#bshCurrentOffers .slick-next,
#bpShowroom .slick-prev,
#bpShowroom .slick-next,
#customerReviews .slick-prev,
#customerReviews .slick-next {
    background: transparent;
    border: 0;
    height: 42px;
    width: 42px;
    z-index: 3;
}

#bshCurrentOffers .slick-prev {
    left: 4px;
}

#bshCurrentOffers .slick-next {
    right: 4px;
}

#bpShowroom .slick-prev {
    left: 4px;
}

#bpShowroom .slick-next {
    right: 4px;
}

#customerReviews .slick-prev {
    left: 4px;
}

#customerReviews .slick-next {
    right: 4px;
}

#bshCurrentOffers .slick-prev:before,
#bshCurrentOffers .slick-next:before,
#bpShowroom .slick-prev:before,
#bpShowroom .slick-next:before,
#customerReviews .slick-prev:before,
#customerReviews .slick-next:before {
    color: #111;
    font-size: 38px;
    opacity: 1;
}

#bshCurrentOffers .slick-prev:before,
#bpShowroom .slick-prev:before,
#customerReviews .slick-prev:before {
    content: "\f053";
}

#bshCurrentOffers .slick-next:before,
#bpShowroom .slick-next:before,
#customerReviews .slick-next:before {
    content: "\f054";
}

#bshCurrentOffers .slick-prev:before,
#bshCurrentOffers .slick-next:before,
#bpShowroom .slick-prev:before,
#bpShowroom .slick-next:before,
#customerReviews .slick-prev:before,
#customerReviews .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

#bshCurrentOffers {
    padding-bottom: 20px;
    padding-top: 15px;
}

#inventorySearch {
    background: var(--bsh-blue);
    padding: 13px 0;
}

#invsearch {
    align-items: stretch;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(120px, 1fr)) minmax(150px, .85fr);
}

.invsearch_filter {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: relative;
}

.invsearch_filter_toggle {
    background: #fff;
    border: 0;
    color: var(--bsh-navy);
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 100%;
    overflow: hidden;
    padding: 10px 32px 10px 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.invsearch_filter_toggle:focus,
.invsearch_btn:focus {
    box-shadow: inset 0 0 0 3px #8fc7ff;
    outline: 0;
}

.invsearch_filter_options {
    border-radius: 0;
    left: -1px;
    margin: 0;
    max-height: 260px;
    min-width: calc(100% + 2px);
    overflow-y: auto;
    padding: 5px;
    right: auto;
}

.invsearch_filter_options a {
    color: var(--bsh-navy);
    display: block;
    padding: 6px 8px;
    text-decoration: none;
    white-space: nowrap;
}

.invsearch_filter_options a + a {
    border-top: 1px solid #eceff2;
}

.invsearch_filter_options a:hover,
.invsearch_filter_options a:focus,
.invsearch_filter_options a.active {
    background: var(--bsh-blue);
    color: #fff;
}

.invsearch_btn {
    align-items: center;
    border: 1px solid #fff;
    color: #fff !important;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 10px 18px;
    text-decoration: none !important;
}

.invsearch_btn:hover {
    background: #fff;
    color: var(--bsh-blue) !important;
}

#inventorySearch.is-loading {
    cursor: wait;
    opacity: .72;
    pointer-events: none;
}

#bpShowroom {
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
}

#bpShowroom > .container > h2,
#customerReviews > h2 {
    text-align: center;
}

.bsh-showroom-tabs {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 5px 0 25px;
}

.bsh-showroom-tabs button {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #777;
    font-size: 17px;
    padding: 7px 14px;
}

.bsh-showroom-tabs button.active,
.bsh-showroom-tabs button:focus {
    border-bottom-color: var(--bsh-blue);
    color: var(--bsh-blue);
    outline: 0;
}

.bsh-showroom-panel {
    display: none;
}

.bsh-showroom-panel.active {
    display: block;
}

.bp-car {
    margin: 0 auto;
    max-width: 520px;
    padding: 0 18px 28px;
    position: relative;
}

.bp-car:before {
    background: #d9d9d9;
    bottom: 0;
    content: "";
    height: 57%;
    left: 10px;
    position: absolute;
    right: 10px;
}

.bp-car-media {
    min-height: 190px;
    position: relative;
    z-index: 1;
}

.bp-car-media img {
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    height: 220px;
    object-fit: contain;
    width: 100%;
}

.bp-car-desc {
    color: var(--bsh-blue);
    position: relative;
    text-align: center;
    z-index: 1;
}

.bp-car-name {
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.bp-car-price {
    font-size: 20px;
    font-weight: 700;
    margin: 3px 0 10px;
}

.bp-car-desc .btn {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: var(--bsh-blue);
    min-width: 75%;
    padding: 5px 14px;
}

#bshContactCallout {
    background: var(--bsh-blue);
    color: #fff;
    padding: 14px 0;
}

#bshContactCallout .container {
    align-items: center;
    display: flex;
    font-size: 19px;
    gap: 30px;
    justify-content: center;
}

#bshContactCallout .btn {
    background: #fff;
    border: 0;
    border-radius: 20px;
    color: var(--bsh-blue);
    font-weight: 600;
    min-width: 180px;
    padding: 8px 25px;
}

#customerReviews {
    background: #fff;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
}

#customerReviews > h2 {
    margin-bottom: 20px;
}

#customerReviews .why-us-title,
#customerReviews .mob-why-us-title {
    display: none !important;
}

#customerReviews .slick-slide img {
    width: 100%;
}

#customerReviews .slick-slide {
    margin: 0 !important;
    padding: 0 5px;
}

#bshDealerInfo {
    background: var(--bsh-dark);
    color: #fff;
    padding: 30px 0 24px;
}

.bsh-info-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, 1fr);
}

.bsh-info-card {
    border-left: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 8px 20px 18px;
}

.bsh-info-card:first-child {
    border-left: 0;
}

.bsh-info-card h2,
.bsh-info-card h3 {
    color: #fff;
    font-family: "HyundaiSansHead-Medium", "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.15;
    margin: 0 0 13px;
}

.bsh-info-card h2 {
    font-size: 28px;
}

.bsh-info-card p {
    color: #d7e0e8;
    font-size: 13px;
    line-height: 1.5;
}

.bsh-info-card a {
    color: #fff;
    text-decoration: underline;
}

.bsh-info-card__icon {
    color: #fff;
    display: block;
    font-size: 38px;
    margin-bottom: 12px;
}

#bshDealerInfoToggle,
.bsh-info-card__button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 7px 12px;
    text-decoration: none !important;
}

#bshDealerInfoToggle,
.bsh-info-card > .bsh-info-card__button,
.bsh-info-card > .bsh-info-card__actions {
    align-self: flex-start;
    margin-top: auto;
}

#bshDealerInfoToggle:hover,
#bshDealerInfoToggle:focus,
.bsh-info-card__button:hover,
.bsh-info-card__button:focus {
    background: #fff;
    color: var(--bsh-dark);
    outline: 0;
}

.bsh-info-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.bsh-info-more {
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    margin-top: 20px;
    padding: 24px 20px 0;
}

.bsh-info-more p {
    color: #fff;
}

.bsh-info-more p:last-child {
    margin-bottom: 0;
}

#bshLocation {
    align-items: stretch;
    background: #fff;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    min-height: 330px;
}

.bsh-location-map iframe {
    border: 0;
    height: 100%;
    min-height: 330px;
    width: 100%;
}

.bsh-location-details,
.bsh-location-reviews {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 28px;
    text-align: center;
}

.bsh-location-details h2 {
    color: #222;
    font-size: 25px;
    margin: 0 0 16px;
}

.bsh-location-details address {
    font-size: 15px;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bsh-location-details .btn {
    border-radius: 0;
    font-size: 12px;
    margin-top: 7px;
    max-width: 230px;
    text-transform: uppercase;
}

.bsh-location-reviews {
    background: #f7f7f7;
}

.bsh-location-reviews .panel {
    border: 0;
    box-shadow: none;
    margin: 0;
    max-width: 230px;
    width: 100%;
}

.bsh-location-reviews .panel-body {
    padding: 18px;
}

.bsh-review-badge-heading {
    display: flex;
    justify-content: space-between;
}

.bsh-review-badge-heading img {
    height: 24px;
    width: 24px;
}

.bsh-location-reviews .dvRevBadge_Score {
    color: var(--bsh-blue);
    font-size: 38px;
    line-height: 42px;
}

.bsh-location-reviews .dvRevBadge_Stars,
.bsh-location-reviews .dvRevBadge_Number {
    margin-top: 7px;
}

.bsh-location-reviews .panel-footer {
    background: #eee;
    border: 0;
}

@media (max-width: 1279px) {
    .bsh-info-card {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 991px) {
    .bsh-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bsh-feature-card img {
        aspect-ratio: 1.42 / 1;
    }

    .bsh-feature-card__label {
        font-size: 20px;
    }

    .bsh-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bsh-info-card {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .18);
        padding: 22px;
    }

    .bsh-info-card--intro {
        border-top: 0;
        grid-column: 1 / -1;
    }

    #bshLocation {
        grid-template-columns: 1fr 1fr;
    }

    .bsh-location-map {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .bsh-offers-carousel,
    .bp-carousel,
    #customerReviews .customer-reviews-carousel,
    #customerReviews .customer-reviews-carousel-mob {
        padding: 0 0 24px;
    }

    #bshCurrentOffers .slick-dots,
    #bpShowroom .slick-dots,
    #customerReviews .slick-dots {
        align-items: center;
        bottom: 0;
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

    #bshCurrentOffers .slick-dots li,
    #bpShowroom .slick-dots li,
    #customerReviews .slick-dots li {
        flex: 0 0 12px;
        height: 12px;
        margin: 0 1px;
        width: 12px;
    }

    #bshCurrentOffers .slick-dots li button,
    #bpShowroom .slick-dots li button,
    #customerReviews .slick-dots li button {
        height: 12px;
        padding: 0;
        width: 12px;
    }

    #bshCurrentOffers .slick-dots li button:before,
    #bpShowroom .slick-dots li button:before,
    #customerReviews .slick-dots li button:before {
        color: var(--bsh-blue);
        font-size: 9px;
        height: 12px;
        line-height: 12px;
        opacity: .35;
        width: 12px;
    }

    #bshCurrentOffers .slick-dots li.slick-active button:before,
    #bpShowroom .slick-dots li.slick-active button:before,
    #customerReviews .slick-dots li.slick-active button:before {
        opacity: 1;
    }

    #bshFeatureBoxes .container {
        padding-left: 4px;
        padding-right: 4px;
    }

    .bsh-feature-grid {
        gap: 4px;
        padding: 0;
    }

    .bsh-feature-card img {
        aspect-ratio: 1.55 / 1;
    }

    .bsh-feature-card__label {
        font-size: 15px;
        min-height: 58px;
        padding: 7px 9px;
    }

    .bsh-feature-card__icon {
        font-size: 22px;
        margin-right: 7px;
    }

    .bsh-feature-card__arrow {
        font-size: 20px;
        margin-left: 6px;
    }

    .bsh-home-section {
        padding: 24px 0;
    }

    .bsh-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .bsh-section-heading h2,
    #bpShowroom > .container > h2,
    #customerReviews > h2 {
        font-size: 27px;
    }

    #invsearch {
        display: grid;
        grid-template-columns: 1fr;
    }

    .invsearch_filter_options {
        text-align: center;
        width: 100%;
    }

    .invsearch_btn {
        min-height: 44px;
    }

    .bp-car-media {
        min-height: 170px;
    }

    .bp-car-media img {
        height: 190px;
    }

    #bshContactCallout .container {
        flex-direction: column;
        font-size: 17px;
        gap: 10px;
    }

    #customerReviews {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bsh-info-grid {
        display: block;
    }

    .bsh-info-card {
        padding-left: 8px;
        padding-right: 8px;
    }

    .bsh-info-card h2 {
        font-size: 25px;
    }

    #bshHomepage #interestBasedCards {
        padding: 14px 0 !important;
    }

    #bshHomepage #interestBasedCards .container {
        padding-left: 4px;
        padding-right: 4px;
    }

    #bshHomepage .bsh-interest-spotlight {
        width: 100%;
    }

    #bshHomepage #dvCards {
        max-width: 100% !important;
        padding: 0 !important;
    }

    #bshHomepage #dvCards .card {
        display: block;
        min-height: 0;
    }

    #bshHomepage #dvCards .front {
        border-bottom: 1px solid var(--bsh-border);
        border-right: 0;
        padding: 12px;
    }

    #bshHomepage #dvCards .back {
        padding: 19px 18px 18px;
    }

    #bshHomepage #dvCards .back .bc-title {
        font-size: 25px;
    }

    #bshHomepage .bsh-interest-spotlight__copy {
        font-size: 15px;
    }

    #bshHomepage #dvCards a.btn.bsh-interest-spotlight__cta {
        flex: 1 1 100%;
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    #bshHomepage #dvCards a.btn.bsh-interest-spotlight__cta--primary {
        min-width: 100px;
    }

    #bshHomepage .bsh-interest-spotlight__controls {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    #bshHomepage .bsh-interest-spotlight__primary-actions,
    #bshHomepage .bsh-interest-spotlight__explore {
        min-width: 0;
        width: 100%;
    }

    #bshHomepage .bsh-interest-spotlight__primary-actions a.btn {
        width: 100%;
    }

    #bshHomepage .bsh-interest-spotlight__dismiss {
        flex: 0 0 100%;
        grid-column: 1 / -1;
        margin: 2px 0 0;
        text-align: left;
    }

    #bshHomepage .bsh-interest-spotlight__dismiss {
        min-height: 38px;
    }

    #bshHomepage .bsh-interest-spotlight.has-multiple-items #dvCards .back {
        padding-bottom: 96px;
        padding-right: 18px;
    }

    #bshHomepage .bsh-interest-spotlight__carousel-controls {
        bottom: 34px;
        right: 16px;
        top: auto;
        transform: none;
    }

    #bshHomepage .bsh-interest-spotlight__carousel-button {
        height: 44px;
        width: 30px;
    }

    #bshHomepage .bsh-interest-spotlight__carousel-button .fa-chevron-left,
    #bshHomepage .bsh-interest-spotlight__carousel-button .fa-chevron-right {
        font-size: 29px;
    }

    #bshLocation {
        display: block;
    }

    .bsh-location-map iframe {
        min-height: 290px;
    }

    .bsh-location-details,
    .bsh-location-reviews {
        padding: 30px 20px;
    }
}

@media (max-width: 420px) {
    .bsh-feature-card__icon {
        display: none;
    }

    .bsh-feature-card__label {
        grid-template-columns: 1fr auto;
    }

    #bshHomepage .bsh-interest-spotlight.has-multiple-items #dvCards .back {
        padding-bottom: 100px;
    }

    #bshHomepage .bsh-interest-spotlight__carousel-controls {
        bottom: 38px;
        gap: 10px;
        right: 14px;
    }

    #bshHomepage .bsh-interest-spotlight__carousel-button {
        height: 40px;
        width: 28px;
    }

    #bshHomepage .bsh-interest-spotlight__carousel-button .fa-chevron-left,
    #bshHomepage .bsh-interest-spotlight__carousel-button .fa-chevron-right {
        font-size: 27px;
    }

    #bshHomepage .bsh-interest-spotlight__position {
        font-size: 14px;
        min-width: 44px;
    }
}

@media (min-width: 1600px) {
    #bshHomepage .container,
    #bshHomepage #bshLocation {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1800px !important;
        width: calc(100% - 32px) !important;
    }
}
