.bd-ts-footer {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: var(--bd-ts-footer-color, #ffffff);
    background: var(--bd-ts-footer-bg, #222222);
    box-sizing: border-box;
    isolation: isolate;
}

.bd-ts-footer,
.bd-ts-footer *,
.bd-ts-footer *::before,
.bd-ts-footer *::after {
    box-sizing: border-box;
}

.bd-ts-footer[hidden],
.bd-ts-footer.is-bd-route-hidden {
    display: none !important;
}

.bd-ts-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 710px) minmax(420px, max-content);
    align-items: center;
    justify-content: space-between;
    gap: 24px 48px;
    width: 100%;
    max-width: 1400px;
    min-height: 128px;
    margin: 0 auto;
    padding: 24px 37px;
    overflow: visible;
    color: inherit;
    background: transparent;
}

.bd-ts-footer__brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.bd-ts-footer__brand-image {
    display: block;
    width: auto;
    max-width: min(100%, 320px);
    height: 85px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bd-ts-footer__reviews {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
    width: 100%;
    min-width: 0;
    max-width: 710px;
}

.bd-ts-footer__reviews .bd-top-review:nth-child(n+4) {
    display: none;
}

.bd-top-review {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    min-height: 64px;
    color: inherit;
    text-align: left;
}

.bd-top-review__content {
    display: grid;
    grid-template-rows: 14px minmax(0, 1fr);
    row-gap: 4px;
    align-content: start;
    min-width: 0;
}

.bd-top-review__meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    height: 14px;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

.bd-top-review__stars {
    display: inline-flex;
    flex: 0 0 auto;
    color: #ffaa35;
    font-size: 14px;
    line-height: 1;
}

.bd-top-review__star + .bd-top-review__star {
    margin-left: 1px;
}

.bd-top-review__date {
    display: inline-block;
    margin-left: 5px;
    color: inherit;
    opacity: .82;
    font-size: 11px;
    line-height: 1;
}

.bd-top-review__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    height: 30px;
    margin: 0;
    color: inherit;
    font-size: 12px;
    line-height: 15px;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    hyphens: auto;
}

.bd-top-review__text strong {
    margin-right: 3px;
    font-weight: 700;
}

.bd-ts-footer__badges {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-self: end;
    justify-content: flex-end;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: inherit;
    text-align: left;
}

.bd-ts-footer__badge,
.bd-award-rating__seal {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 0;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.bd-ts-footer__badge:hover,
.bd-ts-footer__badge:focus,
.bd-award-rating__seal:hover,
.bd-award-rating__seal:focus {
    color: inherit;
    text-decoration: none;
}

.bd-ts-footer__badge-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: 84px;
    height: clamp(58px, 8vw, 84px);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bd-award-rating {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    text-align: left;
}

.bd-award-rating > * + * {
    margin-left: 14px;
}

.bd-award-rating > .bd-ts-footer__badge .bd-ts-footer__badge-image {
    max-width: 132px;
}

.bd-award-rating__seal-image {
    width: 56px;
    width: clamp(46px, 6vw, 56px);
    height: 56px;
    height: clamp(46px, 6vw, 56px);
}

.bd-award-rating__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: inherit;
}

.bd-award-rating__seal + .bd-award-rating__content {
    margin-left: 14px;
}

.bd-award-rating__top {
    display: grid;
    grid-template-columns: auto minmax(62px, 1fr) auto;
    column-gap: 0;
    align-items: center;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.bd-award-rating__top > * + * {
    margin-left: 0;
}

.bd-award-rating__score {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 1;
    white-space: nowrap;
}

.bd-award-rating__value {
    display: inline-block;
    justify-self: start;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 28px;
    font-size: clamp(20px, 4.5vw, 28px);
    font-weight: 700;
    line-height: 1;
}

.bd-award-rating__label {
    display: inline-flex;
    justify-self: center;
    align-items: center;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.bd-award-rating__stars {
    display: flex;
    justify-self: end;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #ffaa35;
    line-height: 0;
    white-space: nowrap;
}

.bd-award-rating__star {
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}

.bd-award-rating__star + .bd-award-rating__star {
    margin-left: 4px;
}

.bd-award-rating__star svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    fill: currentColor;
}

.bd-award-rating__reviews {
    display: inline-block;
    min-width: 0;
    margin: 5px 0 0;
    padding: 0;
    color: inherit;
    font-size: 16px;
    font-size: clamp(12px, 2.7vw, 16px);
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.bd-award-rating__reviews:hover,
.bd-award-rating__reviews:focus {
    color: inherit;
    text-decoration: none;
}

.bd-award-rating__reviews-underline {
    text-decoration: underline;
}

.bd-ts-award-modal__body {
    display: flex;
    gap: 18px;
    align-items: center;
    max-height: calc(86vh - 88px);
    overflow-y: auto;
}

.bd-ts-award-modal__image {
    display: block;
    flex: 0 0 auto;
    width: 120px;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bd-ts-award-modal__text {
    margin: 0;
}

.bd-ts-award-modal__cms {
    width: 100%;
    max-height: calc(86vh - 88px);
    overflow-y: auto;
    padding-right: 8px;
}

.bd-ts-award-modal__cms .cms-sections {
    margin: 0;
}

.bd-ts-award-modal__cms .cms-section {
    margin: 0;
}

.bd-ts-product-reviews {
    display: block;
    clear: both;
    width: 100%;
    margin: 32px 0;
    padding: 0;
    color: inherit;
    background: transparent;
    box-sizing: border-box;
    isolation: isolate;
}

.bd-ts-product-reviews,
.bd-ts-product-reviews *,
.bd-ts-product-reviews *::before,
.bd-ts-product-reviews *::after {
    box-sizing: border-box;
}

.bd-ts-product-reviews__container {
    width: 100%;
}

.bd-ts-product-reviews__title {
    margin: 0 0 18px;
    padding: 0;
    color: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bd-ts-product-reviews__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    min-width: 0;
}

.bd-ts-product-review {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 16px 18px;
    color: inherit;
    background: rgba(127, 127, 127, .08);
    border: 1px solid rgba(127, 127, 127, .24);
    border-radius: 4px;
}

.bd-ts-product-review__meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    margin: 0 0 8px;
    padding: 0;
    line-height: 1;
}

.bd-ts-product-review__stars {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    color: #ffaa35;
    font-size: 17px;
    line-height: 1;
    white-space: nowrap;
}

.bd-ts-product-review__star {
    display: inline-block;
    color: currentColor;
    opacity: .28;
}

.bd-ts-product-review__star.is-filled {
    opacity: 1;
}

.bd-ts-product-review__star + .bd-ts-product-review__star {
    margin-left: 2px;
}

.bd-ts-product-review__date {
    display: inline-block;
    color: inherit;
    opacity: .78;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.bd-ts-product-review__author {
    display: inline-block;
    color: inherit;
    opacity: .78;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.bd-ts-product-review__headline {
    margin: 0 0 6px;
    padding: 0;
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

.bd-ts-product-review__text {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (min-width: 768px) {
    .bd-ts-product-reviews__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .bd-ts-product-reviews {
        margin: 26px 0;
    }

    .bd-ts-product-review {
        padding: 14px;
    }

    .bd-ts-product-review__meta {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 1180px) {
    .bd-ts-footer__inner {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        min-height: 0;
        padding-right: 32px;
        padding-left: 32px;
    }

    .bd-ts-footer__brand {
        justify-content: center;
        width: 100%;
    }

    .bd-ts-footer__reviews {
        grid-template-columns: repeat(2, minmax(0, 280px));
        justify-content: center;
        min-width: 0;
        max-width: 620px;
    }

    .bd-ts-footer__reviews .bd-top-review {
        display: grid;
    }

    .bd-ts-footer__reviews .bd-top-review:nth-child(n+3) {
        display: none;
    }

    .bd-ts-footer__badges {
        grid-column: 1;
        justify-self: center;
        justify-content: center;
    }
}

@media (max-width: 720px) {
    .bd-ts-footer__inner {
        min-height: 0;
        gap: 22px;
        padding: 30px 18px 32px;
    }

    .bd-ts-footer__brand {
        display: flex;
    }

    .bd-ts-footer__reviews {
        display: grid;
        grid-template-columns: minmax(0, min(360px, 100%));
        max-width: 360px;
    }

    .bd-top-review {
        min-height: 90px;
        text-align: center;
    }

    .bd-top-review__content {
        justify-items: center;
        row-gap: 6px;
    }

    .bd-top-review__meta {
        justify-content: center;
        width: 100%;
    }

    .bd-top-review__text {
        -webkit-line-clamp: 3;
        height: 48px;
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
        line-height: 16px;
        text-align: center;
    }

    .bd-award-rating {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 360px;
    }

    .bd-award-rating > * + * {
        margin-left: 0;
    }

    .bd-award-rating > .bd-ts-footer__badge + .bd-award-rating__seal {
        margin-left: 12px;
    }

    .bd-award-rating__content {
        flex: 1 0 100%;
        align-items: center;
        margin-top: 11px;
        text-align: center;
    }

    .bd-award-rating__top {
        grid-template-columns: auto auto auto;
        column-gap: 15px;
        width: auto;
        max-width: 100%;
    }

    .bd-award-rating__seal + .bd-award-rating__content {
        margin-left: 0;
    }

    .bd-award-rating__stars {
        margin-left: 0;
    }

    .bd-award-rating__reviews {
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .bd-ts-footer__badge-image {
        height: clamp(50px, 18vw, 68px);
    }

    .bd-award-rating__seal-image {
        width: clamp(44px, 14vw, 52px);
        height: clamp(44px, 14vw, 52px);
    }

    .bd-ts-footer__reviews .bd-top-review {
        display: grid;
    }

    .bd-ts-footer__reviews .bd-top-review:nth-child(n+2) {
        display: none;
    }
}

@media (max-width: 420px) {
    .bd-award-rating__top {
        column-gap: 12px;
    }

    .bd-award-rating__star {
        width: 16px;
        height: 16px;
    }

    .bd-award-rating__star + .bd-award-rating__star {
        margin-left: 3px;
    }
}

@media (max-width: 480px) {
    .bd-ts-award-modal__body {
        flex-direction: column;
        align-items: flex-start;
    }
}
