
.jdgm-widget.jdgm-widget {
    display: block
}

.jdgm-widget .jdgm-temp-hidden {
    display: block
}

.jdgm-widget ul:empty, .jdgm-widget dl:empty, .jdgm-widget div:empty, .jdgm-widget section:empty, .jdgm-widget article:empty, .jdgm-widget p:empty, .jdgm-widget h1:empty, .jdgm-widget h2:empty, .jdgm-widget h3:empty, .jdgm-widget h4:empty, .jdgm-widget h5:empty, .jdgm-widget h6:empty {
    display: block
}

.jdgm-widget input, .jdgm-widget textarea {
    font-family: inherit
}

.jdgm-widget input:focus-visible, .jdgm-widget textarea:focus-visible {
    box-shadow: none
}

.jdgm-widget textarea, .jdgm-widget input.text, .jdgm-widget input[type="text"], .jdgm-widget input[type="button"], .jdgm-widget input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0
}

.jdgm-widget a:empty, .jm-mfp-wrap a:empty {
    display: inline
}

.jdgm-widget a:not([href]):not([role="button"]), .jm-mfp-wrap a:not([href]):not([role="button"]) {
    cursor: inherit
}

.jdgm-widget a:not([href])[role="button"], .jm-mfp-wrap a:not([href])[role="button"] {
    cursor: pointer
}

.jdgm-widget a[role="button"], .jm-mfp-wrap a[role="button"] {
    cursor: pointer
}

.jdgm-revs-tab__wrapper.jdgm-revs-tab__wrapper {
    display: none
}

.jdgm-lock-scroll {
    overflow: hidden
}

.jdgm-clearfix:before, .jdgm-clearfix:after {
    display: block;
    content: "";
    clear: both
}

.jdgm-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.jdgm-btn, input[type=submit].jdgm-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: pointer
}

.jdgm-btn--solid, input[type=submit].jdgm-btn--solid {
    color: white;
    background-color: #108474;
    background-color: var(--fec-primary-color);
    border: 2px solid #108474;
    border-color: var(--fec-primary-color)
}

.jdgm-btn--solid:not([disabled]):hover, .jdgm-btn--solid:focus, input[type=submit].jdgm-btn--solid:not([disabled]):hover, input[type=submit].jdgm-btn--solid:focus {
    color: white;
    background-color: #108474;
    background-color: var(--fec-primary-color)
}

.jdgm-btn--solid:hover, input[type=submit].jdgm-btn--solid:hover {
    opacity: 0.8
}

.jdgm-btn--dark {
    color: white;
    background-color: #108474;
    background-color: #333333;
    border: 2px solid #108474;
    border-color: #333333
}

.jdgm-btn--dark:not([disabled]):hover, .jdgm-btn--dark:focus {
    color: white;
    background-color: #108474;
    background-color: #333333
}

.jdgm-btn--dark:hover {
    opacity: 0.8
}

.jdgm-btn--border {
    color: #108474;
    color: var(--fec-primary-color);
    background-color: white;
    border: 2px solid #108474;
    border-color: var(--fec-primary-color)
}

.jdgm-btn--border:not([disabled]):hover, .jdgm-btn--border:focus {
    color: #108474;
    color: var(--fec-primary-color);
    background-color: white
}

.jdgm-btn--border:hover {
    opacity: 0.6
}

.jdgm-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.jdgm-divider-top:not(.jdgm-rev,.jdgm-quest) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e4e4e4
}

.jdgm-preview-badge.jdgm--from-js .jdgm-prev-badge[data-average-rating="0.00"] {
    display: none !important
}

.jdgm-rev__buyer-badge, .jdgm-rev__pic-img, .jdgm-rev__reply, .jdgm-ans, .jdgm-form div.jdgm-input-error, .jdgm-cf-label-checkbox:before, .jdgm-cf-label-checkbox:after {
    border-radius: calc(var(--fec-border-radius) * 0.5px)
}

.jdgm-histogram__bar, .jdgm-histogram__bar-content, .jdgm-gallery__thumbnail, .jdgm-rev__rating-scale-wrapper, .jdgm-rev__rating-scale-bar, .jdgm-cf-bars-wrapper, .jdgm--leex-script-loaded .jdgm-rev-widg__header, .jdgm--leex-script-loaded .jdgm-rev-widg__actions, .jdgm--leex-script-loaded .jdgm-rev, .jdgm--leex-script-loaded .jdgm-quest, .jdgm-rev-carousel .jdgm-rev, .jdgm-rev-popup .jm-mfp-content, .jdgm-revs-tab__main {
    border-radius: calc(var(--fec-border-radius) * 1px)
}

.jdgm-revs-tab__header {
    border-top-left-radius: calc(var(--fec-border-radius) * 1px);
    border-top-right-radius: calc(var(--fec-border-radius) * 1px)
}

.jdgm-cf-bars-wrapper > .jdgm--filled:first-child {
    border-top-left-radius: calc(var(--fec-border-radius) * 1px);
    border-bottom-left-radius: calc(var(--fec-border-radius) * 1px)
}

.jdgm-cf-bars-wrapper > .jdgm--filled:last-child {
    border-top-right-radius: calc(var(--fec-border-radius) * 1px);
    border-bottom-right-radius: calc(var(--fec-border-radius) * 1px)
}

.jdgm-form input:not([type="submit"]), .jdgm-form textarea {
    border-radius: calc(var(--fec-border-radius) * 2px)
}

.jdgm-write-rev-link, .jdgm-ask-question-btn, .jdgm-widget input.jdgm-review-search, .jdgm-subtab__name, .jdgm-widget .jdgm-btn.jdgm-btn, .jdgm-chip {
    border-radius: calc(var(--fec-border-radius) * 2.5px)
}

.jdgm-rev__icon, .jdgm-rev__avatar-image, .jdgm-rev[data-verified-buyer="true"] .jdgm-rev__icon:after {
    border-radius: calc(var(--fec-border-radius) * 1px)
}

.jdgm-all-reviews-text > a {
    text-decoration: none;
    display: flex;
    align-items: center;
    pointer-events: none
}

.jdgm-all-reviews-text__text > a {
    text-decoration: underline;
    pointer-events: initial
}

.jdgm-all-reviews-text__text > a:hover {
    text-decoration: none
}

.jdgm-all-reviews-text--style-text .jdgm-all-reviews-rating {
    padding-right: 16px
}

.jdgm-all-reviews-text--style-branded > a {
    flex-direction: column;
    justify-content: center
}


.jdgm-all-reviews-text--style-branded .jdgm-verified-by {
    align-items: center
}

.jdgm-all-reviews-text--style-branded .jdgm-verified-by__text {
    height: initial
}

.jdgm-all-reviews-text--style-branded .jdgm-verified-by__image > svg {
    height: 100%;
    width: 17px;
    display: inline
}

.jdgm-all-reviews-text--style-branded .jdgm-svg__mono {
    display: block;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .jdgm-all-reviews-text--style-branded > a {
        flex-direction: row
    }

    .jdgm-all-reviews-text--style-branded .jdgm-all-reviews-rating {
        padding-right: 16px
    }

    .jdgm-all-reviews-text--style-branded .jdgm-all-reviews-text__text {
        padding: 0 16px;
        border-left: 1px solid;
        border-right: 1px solid
    }

    .jdgm-all-reviews-text--style-branded .jdgm-all-reviews-text__text:last-of-type {
        padding-right: 0px;
        border-right: none
    }

    .jdgm-all-reviews-text--style-branded .jdgm-verified-by {
        padding-left: 16px
    }
}

.jdgm-preview-badge--with-link {
    cursor: pointer
}

.enforce-center-preview-badge:after {
    clear: both;
    content: " ";
    display: table
}

.enforce-center-preview-badge .jdgm-prev-badge__stars {
    float: left;
    text-align: right;
    width: 49%;
    width: calc(50% - 3px)
}

.enforce-center-preview-badge .jdgm-prev-badge__text {
    float: right;
    text-align: left;
    width: 49%;
    width: calc(50% - 3px)
}

.jdgm-prev-badge.jdgm--waiting-for-batch-done {
    display: none !important
}

.jdgm-qa-badge {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid
}

.jdgm-qa-badge.jdgm-qa-badge__pos-below {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    display: block
}

.jdgm-qa-badge__icon {
    padding-right: 4px;
    display: inline-block;
    vertical-align: middle
}

.jdgm-qa-badge__icon:before {
    content: "\e017"
}

.jdgm-qa-badge__text {
    display: inline-block;
    vertical-align: middle
}

.jm-mfp-is-open.jm-mfp-is-open {
    overflow: hidden
}

.jm-mfp-container .jm-mfp-close, .jm-mfp-container .jm-mfp-arrow {
    z-index: 1046;
    display: block;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 0.6;
    touch-action: manipulation
}

.jm-mfp-container img.jm-mfp-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 48px 0 32px 0;
    line-height: 0;
    box-sizing: border-box;
    transition: transform 0.5s ease
}

.jm-mfp-image-holder .mfp-close {
    right: 0;
    padding-right: 0
}

.jm-mfp-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 96px;
    height: 96px;
    color: white
}

.jm-mfp-preloader > a {
    color: white
}

.jm-mfp-preloader:before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    border-left: 2px solid white;
    -webkit-animation: jdgm-spin 0.8s infinite linear;
    animation: jdgm-spin 0.8s infinite linear;
    content: " ";
    display: block;
    width: 100%;
    height: 100%
}

.jm-mfp-bg, .jm-mfp-wrap, .jm-mfp-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.jm-mfp-bg {
    z-index: 1042;
    position: fixed;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8)
}

.jm-mfp-bg:empty {
    display: block
}

.jm-mfp-wrap {
    z-index: 1043;
    position: fixed;
    overflow: auto;
    outline: none !important
}

.jm-mfp-container {
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    padding: 0 24px
}

.jm-mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.jm-mfp-content {
    z-index: 1045;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left
}

.jm-mfp-inline-holder .jm-mfp-content, .jm-mfp-ajax-holder .jm-mfp-content {
    width: 100%;
    cursor: auto
}

.jm-mfp-close, .jm-mfp-arrow, .jm-mfp-preloader, .jm-mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jm-mfp-loading.jm-mfp-figure, .jm-mfp-s-ready .jm-mfp-preloader, .jm-mfp-s-error .jm-mfp-content {
    display: none
}

.jm-mfp-hide {
    display: none !important
}

.jm-mfp-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: white;
    font-style: normal;
    font-size: 48px;
    font-family: Arial, Baskerville, monospace;
    text-decoration: none;
    text-align: right
}

.jm-mfp-close:hover, .jm-mfp-close:focus {
    opacity: 1
}

.jm-mfp-close:active {
    top: 1px
}

.jm-mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 14px;
    line-height: 2;
    white-space: nowrap;
    width: 100%
}

.jm-mfp-counter__number {
    float: right
}

.jm-mfp-counter .jdgm-branding-footer {
    color: white
}

.jm-mfp-counter .jdgm-branding-footer:hover, .jm-mfp-counter .jdgm-branding-footer:active {
    color: white;
    opacity: 0.8
}

.jm-mfp-arrow {
    position: absolute;
    margin: 0;
    top: calc(50% - 24px);
    height: 48px;
    -webkit-tap-highlight-color: transparent;
    font-size: 48px;
    color: white
}

.jm-mfp-arrow:hover, .jm-mfp-arrow:focus {
    opacity: 1
}

.jm-mfp-arrow-left {
    left: 24px
}

.jm-mfp-arrow-left:before {
    content: '\e002'
}

.jm-mfp-arrow-right {
    right: 24px
}

.jm-mfp-arrow-right:before {
    content: '\e003'
}

.jm-mfp-figure {
    line-height: 0
}

.jm-mfp-figure:after {
    content: "";
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 32px;
    left: 0;
    display: block;
    width: auto;
    height: auto;
    z-index: -1;
    background: black
}

.jm-mfp-figure figure {
    padding: 0;
    margin: 0
}

.jm-mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.jm-mfp-image-holder .jm-mfp-content {
    max-width: 100%
}

.jm-mfp-gallery .jm-mfp-image-holder .jm-mfp-figure {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .jm-mfp-img-mobile .jm-mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .jm-mfp-img-mobile img.jm-mfp-img {
        padding: 0
    }

    .jm-mfp-img-mobile .jm-mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .jm-mfp-img-mobile .jm-mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .jm-mfp-img-mobile .jm-mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed
    }

    .jm-mfp-img-mobile .jm-mfp-bottom-bar:empty {
        padding: 0
    }

    .jm-mfp-img-mobile .jm-mfp-counter {
        right: 5px;
        top: 3px
    }

    .jm-mfp-img-mobile .jm-mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.jdgm-glider-contain {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.jdgm-glider {
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    transform: translateZ(0)
}

.jdgm-glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1
}

.jdgm-glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab
}

.jdgm-glider.draggable .jdgm-glider-slide img {
    user-select: none;
    pointer-events: none
}

.jdgm-glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.jdgm-glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%
}

.jdgm-glider::-webkit-scrollbar {
    opacity: 0;
    height: 0
}

.jdgm-glider-prev, .jdgm-glider-next {
    user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    border: 0;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

.jdgm-glider-prev:hover, .jdgm-glider-next:hover, .jdgm-glider-prev:focus, .jdgm-glider-next:focus {
    color: #a89cc8
}

.jdgm-glider-next {
    right: -23px;
    left: auto
}

.jdgm-glider-next.disabled, .jdgm-glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default
}

.jdgm-glider-slide {
    min-width: 150px
}

.jdgm-glider-hide {
    opacity: 0
}

.jdgm-glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.jdgm-glider-dot {
    border: 0;
    padding: 0;
    user-select: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px
}

.jdgm-glider-dot:hover, .jdgm-glider-dot:focus, .jdgm-glider-dot.active {
    background: #a89cc8
}

@media (max-width: 36em) {
    .jdgm-glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }

    .jdgm-glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156, 156, 156, 0.25);
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.25)
    }
}

.jdgm-carousel-wrapper {
    width: 80%;
    margin: auto;
    padding: 48px 0
}

.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper {
    display: block;
    text-align: center
}

.jdgm-carousel-wrapper[data-theme=card] .jdgm-verified-by-judgeme {
    text-align: left
}

.jdgm-all-reviews-rating-wrapper, .jdgm-all-reviews-rating-wrapper:hover .jdgm-carousel-number-of-reviews {
    text-decoration: none
}

.jdgm-carousel-number-of-reviews--verified {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.jdgm-carousel-number-of-reviews--verified > svg {
    width: 17px;
    height: 17px;
    display: inline
}

.jdgm-carousel-wrapper[data-theme=card] .jdgm-carousel-number-of-reviews--verified {
    justify-content: flex-start
}

.jdgm-carousel-wrapper[data-theme=vertical] .jdgm-carousel-number-of-reviews--verified > svg {
    vertical-align: sub;
    margin-left: 4px
}

.jdgm-carousel-title-and-link {
    margin-bottom: 24px
}

.jdgm-carousel-title {
    text-align: center;
    margin: 0
}

.jdgm-carousel {
    margin: 24px auto;
    width: 100%
}

.jdgm-carousel__item-container {
    overflow: auto
}

.jdgm-carousel__item-wrapper {
    width: 100%;
    height: 200px;
    white-space: nowrap
}

.jdgm-carousel-item {
    display: inline-block;
    height: 100%;
    width: 33.3%;
    vertical-align: middle;
    padding: 0 24px;
    overflow: hidden
}

.jdgm-carousel-item.jdgm--shop-review .jdgm-carousel-item__product {
    display: none
}

.jdgm-carousel-item.jdgm--shop-review .jdgm-carousel-item__product.jdgm--shop-review-has-image {
    display: block
}

@media only screen and (min-width: 768px) {
    .jdgm-carousel-wrapper[data-theme=card] .jdgm-carousel-title-and-link {
        position: relative
    }

    .jdgm-carousel-wrapper[data-theme=card] .jdgm-verified-by-judgeme {
        position: absolute;
        right: 20px;
        bottom: 0
    }

    .jdgm-carousel-wrapper[data-theme=vertical] {
        position: relative
    }

    .jdgm-carousel-wrapper[data-theme=vertical] .jdgm-verified-by-judgeme {
        position: absolute;
        right: 0;
        top: 64px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .jdgm-carousel-item {
        width: 50%
    }

    .jdgm-carousel-wrapper {
        width: 90%
    }
}

@media only screen and (max-width: 767px) {
    .jdgm-carousel-item {
        width: 100%
    }

    .jdgm-carousel-wrapper {
        width: 100%
    }
}

.jdgm-carousel-item__review-rating {
    font-size: 120%
}

.jdgm-carousel-item__review {
    width: 100%;
    height: calc(72% - 4em);
    text-align: center;
    white-space: normal;
    overflow: hidden
}

.jdgm-carousel-item__review-title {
    font-weight: bold
}

.jdgm-carousel-item__review-title a {
    word-break: break-word
}

.jdgm-carousel-item__review-title.jdgm-carousel-item__review-body-only {
    height: 22px
}

.jdgm-carousel-item__review-body {
    margin: 0
}

.jdgm-carousel-item__review-body > p {
    margin: 0
}

.jdgm-carousel-item__review-body a {
    word-break: break-word
}

.jdgm-carousel-item__reviewer-name-wrapper {
    text-align: center;
    margin: 6px 0
}

.jdgm-carousel-item__reviewer-name {
    font-size: 90%;
    opacity: 0.6;
    line-height: 1;
    padding-bottom: 2px
}

.jdgm-carousel-item__timestamp {
    font-size: 75%;
    font-style: italic;
    opacity: 0.35;
    line-height: 1
}

.jdgm-carousel-item__product {
    display: block;
    text-align: center;
    height: 28%;
    width: 100%
}

.jdgm-carousel-item__product-image {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto
}

.jdgm-carousel-item__product-image[src=""] {
    display: none
}

.jdgm-carousel-item__product-image[src=""] + .jdgm-carousel-item__product-title {
    font-size: 120%;
    padding-top: 16px
}

.jdgm-carousel-item__product-title {
    width: 100%;
    font-size: 90%
}

.jdgm-carousel__arrows {
    margin: 20px auto 10px auto;
    font-size: 0;
    text-align: center
}

.jdgm-carousel__arrows .jdgm-carousel__right-arrow.jdgm-carousel__right-arrow, .jdgm-carousel__arrows .jdgm-carousel__left-arrow.jdgm-carousel__left-arrow {
    display: inline-block
}

.jdgm-carousel__right-arrow, .jdgm-carousel__left-arrow {
    border: 4px none #e4e4e4;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.jdgm-carousel__right-arrow:hover, .jdgm-carousel__left-arrow:hover {
    opacity: 0.6
}

.jdgm-carousel__right-arrow {
    border-style: none solid solid none
}

.jdgm-carousel__left-arrow {
    border-style: solid none none solid;
    margin-right: 10px
}

.jdgm-carousel--done .jdgm-carousel__item-container {
    overflow: hidden;
    position: relative
}

.jdgm-carousel--done .jdgm-carousel__item-wrapper {
    position: relative;
    transition: transform 500ms ease
}

.jdgm-carousel-item__timestamp.jdgm-ellipsis.jdgm-spinner {
    color: transparent
}

.jdgm-carousel--gallery-theme {
    position: relative;
    margin: 0 !important
}

.jdgm-carousel--gallery-theme .jdgm-carousel__item-container {
    width: 100%;
    overflow: clip !important;
    overflow-clip-margin: 0px;
    margin: auto
}

@media only screen and (max-width: 767px) {
    .jdgm-carousel--gallery-theme .jdgm-carousel__item-container {
        padding: 0 15%;
        overflow-clip-margin: border-box
    }
}

.jdgm-carousel--gallery-theme .jdgm-carousel__item-wrapper {
    height: fit-content
}

.jdgm-carousel--gallery-theme .jdgm-full-rev {
    display: none
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item {
    position: relative;
    overflow: unset;
    margin: auto;
    padding: 15px 1%
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__full-review-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__inner-wrapper {
    background-color: white;
    box-shadow: 0px 0px 12.8px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    overflow: hidden
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__image-wrapper {
    display: block !important
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__product-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__body {
    display: flex;
    flex-direction: column;
    gap: calc(4px * 8);
    padding: 32px
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__review-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(4px * 4)
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__reviewer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(4px * 2);
    margin: 0;
    width: 100%
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__reviewer-name {
    padding: 0;
    color: var(--fec-primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: 1
}

.jdgm-carousel--gallery-theme .jdgm-rev__buyer-badge {
    padding: 5px 8px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__review-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__review-content-wrapper > div {
    line-height: 22px;
    text-align: center;
    width: 100%
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__review-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__product-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__product-title, .jdgm-carousel--gallery-theme .jdgm-carousel-item__timestamp:not(.jdgm-spinner) {
    text-decoration: none;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    font-weight: 400;
    font-style: unset;
    line-height: 22px;
    text-align: center;
    opacity: 1
}

.jdgm-carousel__more-reviews-button-container {
    margin-top: 24px
}

.jdgm-carousel__more-reviews-button {
    display: block;
    width: 240px;
    margin: auto;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    color: white !important;
    background-color: var(--fec-primary-color)
}

.jdgm-carousel__rev-sum-wrapper {
    -webkit-font-smoothing: antialiased
}

.jdgm-carousel__rev-sum-header {
    font-size: 16px;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px
}

.jdgm-carousel__rev-sum-content {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
    font-weight: 400
}

@media (max-width: 390px) {
    .jdgm-carousel__rev-sum-content {
        margin-bottom: 0
    }
}

.jdgm-carousel__rev-sum-kwds {
    display: flex;
    gap: 12px;
    margin-top: 24px
}

@media (max-width: 430px) {
    .jdgm-carousel__rev-sum-kwds {
        flex-wrap: wrap;
        gap: 8px
    }
}

.jdgm-carousel__rev-sum-kwd {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 50px
}

.jdgm-carousel__kwd-icon-color-positive > svg {
    font-size: 16px;
    font-weight: 700;
    fill: #377B63;
    display: flex
}

.jdgm-carousel__kwd-icon-color-negative > svg {
    font-size: 16px;
    font-weight: 700;
    fill: #C18020;
    display: flex
}

.jdgm-carousel__rev-sum-kwd.positive-sentiment {
    height: 40px;
    background: linear-gradient(133.26deg, #CEFDC7 25.76%, #A5EC9B 93.18%)
}

.jdgm-carousel__rev-sum-kwd.neutral-sentiment {
    height: 40px;
    background: linear-gradient(139.17deg, #E2F5F2 23.18%, #D1F6F1 87.09%)
}

.jdgm-carousel__rev-sum-kwd.negative-sentiment {
    height: 40px;
    background: linear-gradient(137.96deg, #FFECD0 23.71%, #FFD08B 96.34%)
}

.jdgm-verified-count-badget {
    text-decoration: none
}

.jdgm-verified-count-badget[href="javascript:void(0)"] {
    pointer-events: none
}

.jdgm-verified-badge {
    font-family: "Nunito Sans", "Helvetica", Arial, sans-serif
}

.jdgm-verified-badge.jdgm-verified-badge {
    display: none
}

.jdgm-verified-badge .jdgm-verified-badge__wrapper {
    position: relative;
    margin: 8px
}

.jdgm-verified-badge .jdgm-verified-badge__image img {
    display: block;
    width: 100%
}

.jdgm-verified-badge--style-vintage .jdgm-verified-badge__wrapper {
    width: 150px
}

.jdgm-verified-badge--style-vintage .jdgm-verified-badge__stars {
    position: absolute;
    top: 35%;
    width: 100%;
    line-height: 11px;
    text-align: center
}

.jdgm-verified-badge--style-vintage .jdgm-verified-badge__stars .jdgm-star {
    padding-right: 3px !important;
    font-size: 11px;
    color: #fffb00 !important
}

.jdgm-verified-badge--style-vintage .jdgm-verified-badge__stars .jdgm-star:last-of-type {
    padding-right: 0 !important
}

.jdgm-verified-badge--style-vintage .jdgm-verified-badge__total, .jdgm-verified-badge--style-vintage .jdgm-verified-badge__text {
    position: absolute;
    width: 100%;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.jdgm-verified-badge--style-vintage .jdgm-verified-badge__total {
    top: 19%;
    font-size: 21px
}

.jdgm-verified-badge--style-vintage .jdgm-verified-badge__text {
    top: 51%;
    font-size: 13px
}

.jdgm-verified-badge--style-vintage.jdgm--last-level .jdgm-verified-badge__stars {
    top: 38.5%
}

.jdgm-verified-badge--style-vintage.jdgm--last-level .jdgm-verified-badge__total {
    top: 24%;
    font-size: 20px
}

.jdgm-verified-badge--style-vintage.jdgm--last-level .jdgm-verified-badge__text {
    top: 54%
}

.jdgm-verified-badge--style-branded {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 8px
}

.jdgm-verified-badge--style-branded .jdgm-verified-badge__wrapper {
    width: 120px
}

.jdgm-verified-badge--style-branded .jdgm-verified-badge__image .jdgm-svg__mono {
    display: block;
    height: 120px
}

.jdgm-verified-badge--style-branded .jdgm-verified-badge__image svg {
    width: 120px;
    height: 120px
}

.jdgm-verified-badge--style-branded .jdgm-verified-badge__total {
    position: absolute;
    top: 40%;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-align: center
}

.jdgm-verified-badge--style-branded .jdgm-verified-by {
    align-items: center;
    height: 40px
}

.jdgm-verified-badge--style-branded .jdgm-verified-by--rebranding {
    align-items: flex-start
}

.jdgm-verified-badge--style-branded .jdgm-verified-by__text {
    font-size: 20px
}

.jdgm-verified-badge--style-branded .jdgm-verified-by__text--rebranding {
    font-size: 13px
}

.jdgm-verified-badge--style-branded .jdgm-verified-by__image {
    height: 100%
}

.jdgm-verified-badge--style-branded .jdgm-verified-by__image .jdgm-svg__mono {
    display: block;
    height: 100%
}

.jdgm-verified-badge--style-branded .jdgm-verified-by__image svg {
    width: auto
}

.jdgm-verified-badge--style-branded.jdgm-verified-badge--style-branded-vertical {
    flex-direction: column
}

.jdgm-verified-wrapper {
    display: inline-block
}

.jdgm-verified-by {
    display: flex;
    justify-content: left
}

.jdgm-verified-by__text, .jdgm-verified-by__image {
    display: inline-block;
    height: 24px
}

.jdgm-verified-by__text {
    line-height: 24px;
    margin-right: 8px;
    font-size: 14px
}

.jdgm-verified-by__image img, .jdgm-verified-by__image svg {
    height: 100%
}

.jdgm-ugc-media-wrapper {
    margin: 20px auto;
    text-align: center;
    clear: both
}

.jdgm-ugc-media-wrapper:after {
    display: block;
    content: "";
    clear: both
}

.jdgm-ugc-media-wrapper[data-cannot-fetch] {
    padding-bottom: 40px
}

.jdgm-ugc-media-title {
    padding: 20px
}

.jdgm-ugc-media-title h3 {
    margin-bottom: 5px
}

.jdgm-ugc-media {
    padding: 10px
}

.jdgm-ugc-media__thumbnail-link {
    float: left;
    position: relative;
    width: 50%
}

.jdgm-ugc-media__thumbnail-link:before {
    content: "";
    display: block;
    padding-top: 100%
}

.jdgm-ugc-media__thumbnail-link:hover {
    cursor: pointer
}

.jdgm-ugc-media__thumbnail-link:hover .jdgm-ugc-media__thumbnail-wrapper:before {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    content: ""
}

.jdgm-ugc-media__thumbnail-link:hover .jdgm-ugc-media__actions {
    display: block
}

.jdgm-ugc-media__thumbnail-link[data-media-type="video"]:after {
    position: absolute;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    content: "\e019";
    font-size: 32px;
    top: calc(50% - 30px);
    left: calc(50% - 40px);
    padding: 4px 26px 4px 30px;
    border-radius: 16px
}

.jdgm-ugc-media__thumbnail-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    line-height: 100%;
    text-align: center
}

.jdgm-ugc-media__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px
}

.jdgm-ugc-media__primary-btn, .jdgm-ugc-media__secondary-btn, .jdgm-ugc-media__reviews-btn {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 90%;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer
}

.jdgm-ugc-media__primary-btn[disabled], .jdgm-ugc-media__secondary-btn[disabled], .jdgm-ugc-media__reviews-btn[disabled] {
    pointer-events: none;
    opacity: 0.6
}

.jdgm-ugc-media__actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none
}

.jdgm-ugc-media__actions .jdgm-ugc-media__primary-btn {
    font-weight: bold;
    margin-bottom: 0
}

.jdgm-ugc-media__icon-instagram {
    font-size: 32px;
    height: 32px;
    color: white
}

.jdgm-ugc-media__icon-instagram:empty {
    display: block
}

.jdgm-ugc-media__icon-instagram:before {
    content: "\e020";
    height: 32px;
    line-height: 32px;
    vertical-align: top
}

@media only screen and (min-width: 768px) {
    .jdgm-ugc-media__thumbnail-link {
        width: calc(100% / 3)
    }
}

@media only screen and (min-width: 992px) {
    .jdgm-ugc-media-wrapper[data-cannot-fetch] {
        padding-bottom: 60px
    }

    .jdgm-ugc-media__primary-btn, .jdgm-ugc-media__secondary-btn, .jdgm-ugc-media__reviews-btn {
        font-size: 100%;
        padding: 10px 40px
    }
}

.jdgm-gallery-popup__ugc-media .jdgm-rev-attachment__actions .jdgm-ugc-media__primary-btn, .jdgm-gallery-popup__ugc-media .jdgm-rev-attachment__actions .jdgm-ugc-media__primary-btn:hover, .jdgm-gallery-popup__ugc-media .jdgm-rev-attachment__actions .jdgm-ugc-media__reviews-btn, .jdgm-gallery-popup__ugc-media .jdgm-rev-attachment__actions .jdgm-ugc-media__reviews-btn:hover {
    cursor: pointer;
    text-decoration: none
}

.jdgm-popup-widget .jdgm-popup-widget__cards-container {
    position: fixed;
    z-index: 100
}

@media only screen and (max-width: 767px) {
    .jdgm-popup-widget .jdgm-popup-widget__cards-container {
        top: unset;
        bottom: 0
    }
}

.jdgm-popup-widget .jdgm-popup-card {
    position: relative;
    display: flex;
    background-color: white;
    box-shadow: 0px 0px 15.8px 0px rgba(0, 0, 0, 0.15);
    width: 360px
}

@media only screen and (max-width: 767px) {
    .jdgm-popup-widget .jdgm-popup-card {
        width: calc(100vw - 48px);
        max-width: 360px
    }
}

.jdgm-popup-widget .jdgm-popup-card__close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: white;
    box-shadow: 0px 0px 15.8px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer
}

.jdgm-popup-widget .jdgm-popup-card__close-btn::before, .jdgm-popup-widget .jdgm-popup-card__close-btn::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background-color: #1c1b1f
}

.jdgm-popup-widget .jdgm-popup-card__close-btn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jdgm-popup-widget .jdgm-popup-card__close-btn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.jdgm-popup-widget .jdgm-popup-card__close-btn:hover {
    opacity: 1
}

.jdgm-popup-widget .jdgm-popup-card__close-btn:hover::before, .jdgm-popup-widget .jdgm-popup-card__close-btn:hover::after {
    opacity: 0.6
}

.jdgm-popup-widget .jdgm-popup-card__pic-wrapper {
    width: 34%;
    max-width: 123px;
    border-right: 1px solid #e7e7e7;
    overflow: hidden
}

.jdgm-popup-widget .jdgm-popup-card__pic {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.jdgm-popup-widget .jdgm-popup-card__rev-prod-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.jdgm-popup-widget .jdgm-popup-card__rev-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 14px
}

.jdgm-popup-widget .jdgm-popup-card__reviewer, .jdgm-popup-widget .jdgm-popup-card__rev-rating, .jdgm-popup-widget .jdgm-popup-card__rev-content, .jdgm-popup-widget .jdgm-popup-card__rev-title, .jdgm-popup-widget .jdgm-popup-card__rev-body, .jdgm-popup-widget .jdgm-popup-card__prod-title {
    line-height: 18px;
    font-size: 13px
}

.jdgm-popup-widget .jdgm-popup-card__rev-content {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.jdgm-popup-widget .jdgm-popup-card__reviewer, .jdgm-popup-widget .jdgm-popup-card__rev-title {
    font-weight: 700
}

.jdgm-popup-widget .jdgm-popup-card__rev-body > p {
    display: unset
}

.jdgm-popup-widget .jdgm-popup-card__prod-wrapper {
    padding: 10px 16px;
    border-top: 1px solid #e7e7e7
}

.jdgm-popup-widget .jdgm-popup-card__prod-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.jdgm-popup-widget .jdgm-popup-card__full-rev-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.jdgm-popup-widget .jdgm-full-rev {
    display: none
}

.jdgm-full-rev-modal .jm-mfp-content {
    max-width: 860px;
    margin: 48px 0;
    padding: 22px;
    background-color: white;
    color: #4E4D4D;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1)
}

.jdgm-full-rev-modal .jm-mfp-close {
    top: -48px
}

.jdgm-full-rev-modal .jdgm-full-rev, .jdgm-full-rev-modal .jdgm-full-rev__header, .jdgm-full-rev-modal .jdgm-full-rev__content {
    display: flex;
    flex-direction: column;
    gap: calc(8px * 2)
}

.jdgm-full-rev-modal .jdgm-full-rev__rating_and_timestamp_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.jdgm-full-rev-modal .jdgm-full-rev__rating {
    display: inline-flex
}

.jdgm-full-rev-modal .jdgm-full-rev__timestamp {
    font-size: 14px
}

.jdgm-full-rev-modal .jdgm-full-rev__profile-wrapper {
    display: flex;
    align-items: center;
    gap: 8px
}

.jdgm-full-rev-modal .jdgm-full-rev__icon {
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: var(--fec-primary-color);
    background-color: rgba(224, 224, 224, 0.5)
}

.jdgm-full-rev-modal .jdgm-full-rev__icon:not(.jdgm--loading,.jdgm-full-rev__avatar)::before {
    content: "\e007";
    font-size: 24px;
    line-height: 36px
}

.jdgm-full-rev-modal .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after {
    content: "\e001";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    color: white;
    background-color: var(--fec-primary-color);
    border: none;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    text-align: center
}

.jdgm-full-rev-modal .jdgm-full-rev__avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.jdgm-full-rev-modal .jdgm-full-rev__reviewer-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 14px
}

.jdgm-full-rev-modal .jdgm-full-rev__reviewer-name {
    color: var(--fec-primary-color);
    font-size: 16px
}

.jdgm-full-rev-modal .jdgm-rev__buyer-badge {
    padding: 5px 8px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600
}

.jdgm-full-rev-modal .jdgm-full-rev__location-wrapper {
    display: flex;
    gap: calc(8px / 2);
    align-items: center;
    line-height: 22px
}

.jdgm-full-rev-modal .jdgm-full-rev__location {
    font-size: 80%;
    color: #7b7b7b
}

.jdgm-full-rev-modal .jdgm-full-rev__location-country-flag-img {
    height: 12px
}

.jdgm-full-rev-modal .jdgm-full-rev__body {
    word-break: break-word
}

.jdgm-full-rev-modal .jdgm-full-rev__body > p {
    margin: 0
}

.jdgm-full-rev-modal .jdgm-full-rev__custom-form, .jdgm-full-rev-modal .jdgm-full-rev__cf-ans--type {
    display: flex;
    flex-direction: column;
    gap: calc(8px * 2)
}

.jdgm-full-rev-modal .jdgm-full-rev__cf-ans--graphic-type .jdgm-full-rev__cf-ans {
    width: 320px
}

.jdgm-full-rev-modal .custom-form--horizontal-style.jdgm-full-rev__custom-form, .jdgm-full-rev-modal .custom-form--horizontal-style .jdgm-full-rev__cf-ans--type {
    gap: calc(8px / 2)
}

.jdgm-full-rev-modal .custom-form--horizontal-style .jdgm-full-rev__cf-ans--text-type .jdgm-full-rev__cf-ans {
    display: inline-flex;
    gap: calc(8px / 2)
}

.jdgm-full-rev-modal .custom-form--horizontal-style .jdgm-full-rev__cf-ans--graphic-type {
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(8px * 3)
}

.jdgm-full-rev-modal .custom-form--horizontal-style .jdgm-full-rev__cf-ans--graphic-type .jdgm-full-rev__cf-ans {
    width: 247px
}

@media only screen and (max-width: 767px) {
    .jdgm-full-rev-modal .jdgm-full-rev__custom-form, .jdgm-full-rev-modal .jdgm-full-rev__cf-ans--type {
        gap: calc(8px / 2)
    }

    .jdgm-full-rev-modal .jdgm-full-rev__cf-ans--graphic-type .jdgm-full-rev__cf-ans {
        width: 100%
    }

    .jdgm-full-rev-modal .custom-form--horizontal-style .jdgm-full-rev__cf-ans--graphic-type {
        justify-content: space-between
    }

    .jdgm-full-rev-modal .custom-form--horizontal-style .jdgm-full-rev__cf-ans--graphic-type .jdgm-full-rev__cf-ans {
        width: 46%
    }
}

.jdgm-full-rev-modal .jdgm-full-rev__cf-ans__title {
    color: var(--fec-primary-color)
}

.jdgm-full-rev-modal .jdgm-full-rev__scale-wrapper, .jdgm-full-rev-modal .jdgm-full-rev__slider-wrapper {
    padding-top: 10px;
    color: var(--fec-primary-color);
    font-size: 80%
}

.jdgm-full-rev-modal .jdgm-full-rev__scale-range {
    display: flex;
    height: 8px;
    background-color: var(--fec-secondary-color);
    border-radius: 8px;
    overflow: hidden
}

.jdgm-full-rev-modal .jdgm-cf-bar {
    flex: 1
}

.jdgm-full-rev-modal .jdgm--filled {
    background-color: var(--fec-primary-color)
}

.jdgm-full-rev-modal .jdgm-full-rev__scale-first, .jdgm-full-rev-modal .jdgm-full-rev__slider-first {
    float: left;
    margin-top: 8px
}

.jdgm-full-rev-modal .jdgm-full-rev__scale-last, .jdgm-full-rev-modal .jdgm-full-rev__slider-last {
    float: right;
    margin-top: 8px
}

.jdgm-full-rev-modal .jdgm-full-rev__slider-range {
    position: relative;
    appearance: none;
    padding: 0;
    width: 100%;
    height: 8px;
    background-color: var(--fec-secondary-color);
    border: none;
    border-radius: 8px;
    outline: none
}

.jdgm-full-rev-modal .jdgm-full-rev__slider-pointer {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    margin-left: -8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    width: 18px;
    height: 18px;
    background: var(--fec-primary-color);
    border-radius: 50%;
    border: none
}

.jdgm-full-rev-modal .jdgm-full-rev__pics, .jdgm-full-rev-modal .jdgm-full-rev__vids {
    white-space: nowrap;
    overflow: auto
}

.jdgm-full-rev-modal .jdgm-full-rev__pic-link {
    display: inline-block;
    width: 96px;
    height: 96px;
    margin-right: 8px;
    padding: 0;
    cursor: pointer
}

.jdgm-full-rev-modal .jdgm-full-rev__pic-link:last-of-type {
    margin-right: 0
}

.jdgm-full-rev-modal .jdgm-full-rev__pic-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic {
    padding: 0 10px
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic .jdgm-full-rev-modal__pic-actions {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 4px;
    line-height: 22px
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic .jdgm-full-rev-modal__back {
    color: var(--fec-primary-color);
    text-decoration: none
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic .jdgm-full-rev-modal__back-icon::before {
    content: "\e002";
    font-size: 24px
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic .jdgm-full-rev__pic-img {
    height: auto
}

.jdgm-full-rev-modal .jdgm-full-rev__vids {
    max-width: 100%
}

.jdgm-full-rev-modal .jdgm-full-rev__vids > div {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 8px
}

.jdgm-full-rev-modal .jdgm-full-rev__vids > div:last-of-type {
    margin-right: 0
}

.jdgm-full-rev-modal .jdgm-full-rev__vids .jdgm-vid-player {
    min-width: 175px;
    min-height: 175px
}

.jdgm-full-rev-modal .jdgm-full-rev__vids iframe {
    height: 175px
}

.jdgm-full-rev-modal .jdgm-full-rev__reply {
    display: flex;
    flex-direction: column;
    gap: calc(8px * 2);
    padding: 16px;
    background-color: var(--fec-secondary-color)
}

.jdgm-full-rev-modal .jdgm-full-rev__reply > div, .jdgm-full-rev-modal .jdgm-full-rev__reply p {
    margin: 0
}

.jdgm-full-rev-modal .jdgm-full-rev__product-button {
    display: block;
    width: 240px;
    margin: 16px auto 0 auto;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    color: white !important;
    background-color: var(--fec-primary-color)
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-prev, .jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-next {
    position: absolute;
    padding: 0;
    top: 50%;
    color: var(--fec-primary-color);
    background: none;
    border: none
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-prev::before, .jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-next::before {
    font-size: 32px
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-prev:not(.disabled), .jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-next:not(.disabled) {
    cursor: pointer
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-prev:hover:not(.disabled), .jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-next:hover:not(.disabled) {
    opacity: 0.6
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-prev.disabled, .jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-next.disabled {
    opacity: 0.3;
    cursor: not-allowed
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-prev {
    left: 0
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-prev::before {
    content: "\e002"
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-next {
    right: 0
}

.jdgm-full-rev-modal .jdgm-full-rev-modal__pic-slider-next::before {
    content: "\e003"
}

.jdgm-review-snippet-widget {
    position: relative;
    height: 100%
}

.jdgm-review-snippet-widget .jdgm-star {
    color: #108474
}

.jdgm-rev-snippet-widget__prev-btn {
    left: 0
}

.jdgm-rev-snippet-widget__next-btn {
    right: 0
}

.jdgm-rev-snippet-widget__prev-btn, .jdgm-rev-snippet-widget__next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 12px
}

.jdgm-rev-snippet-widget__prev-btn:hover, .jdgm-rev-snippet-widget__next-btn:hover {
    cursor: pointer
}

.jdgm-rev-snippet-widget__prev-btn > svg, .jdgm-rev-snippet-widget__next-btn > svg {
    fill: #000000
}

.jdgm-rev-snippet-widget__cards-container {
    display: inline-flex
}

.jdgm-rev-snippet-card {
    position: relative;
    width: 100%;
    margin: 10px;
    padding: 16px 24px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: #FFFFFF
}

.jdgm-rev-snippet-card__rev-content-wrapper {
    display: inline-flex;
    width: 100%;
    height: 100%;
    gap: 16px
}

.jdgm-rev-snippet-card__pic-wrapper {
    width: 80px;
    height: 80px;
    align-self: center
}

.jdgm-rev-snippet-card__pic {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.jdgm-rev-snippet-card__rev-header {
    display: inline-flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px
}

.jdgm-rev-snippet-card__reviewer {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-weight: bold
}

.jdgm-rev-snippet-card__rev-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 21px;
    word-break: break-word;
    margin-top: 8px
}

.jdgm-rev-snippet-card__full-review-link:focus-visible, .jdgm-rev-snippet-card__full-review-link:focus {
    outline: none;
    outline-offset: unset;
    box-shadow: none
}

.jdgm-rev-snippet-card__full-review-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 1
}

.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-content, .jdgm-full-rev-modal.rev-snippet-widget .jdgm-full-rev__icon, .jdgm-full-rev-modal.rev-snippet-widget .jdgm-full-rev__pic-img, .jdgm-full-rev-modal.rev-snippet-widget .jdgm-full-rev__reply {
    border-radius: 8px
}

.jdgm-full-rev-modal.rev-snippet-widget .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after {
    border-radius: 8px
}

.jdgm-full-rev-modal.rev-snippet-widget .jdgm-rev__buyer-badge {
    border-radius: calc(8px / 2)
}

.jdgm-full-rev-modal.rev-snippet-widget .jdgm-full-rev__replier::before {
    content: ''
}

.jdgm-full-rev-modal.rev-snippet-widget .jdgm-full-rev__product-button {
    border-radius: calc(8px * 6)
}

.jdgm-horizon-widget {
    width: 100%
}

.jdgm-histogram {
    padding: 0;
    font-size: 80%
}

.jdgm-histogram .jdgm-star {
    font-size: 13px;
    line-height: 1;
    padding-right: 3px !important
}

.jdgm-histogram__row {
    height: 14px;
    cursor: pointer
}

.jdgm-histogram__row[data-frequency='0'] {
    pointer-events: none
}

.jdgm-histogram__row:not([data-rating="1"]) {
    margin-bottom: 10px
}

.jdgm-histogram__row[data-rating="1"] {
    margin-bottom: 0
}

.jdgm-histogram__row[data-rating='1'] .jdgm-histogram__bar-content {
    opacity: 0.2
}

.jdgm-histogram__row[data-rating='2'] .jdgm-histogram__bar-content {
    opacity: 0.4
}

.jdgm-histogram__row[data-rating='3'] .jdgm-histogram__bar-content {
    opacity: 0.6
}

.jdgm-histogram__row[data-rating='4'] .jdgm-histogram__bar-content {
    opacity: 0.8
}

.jdgm-histogram__row:hover, .jdgm-histogram__row--selected {
    opacity: 0.6
}

.jdgm-histogram__clear-filter {
    display: none;
    margin-top: 16px;
    margin-bottom: 0
}

.jdgm-histogram__star, .jdgm-histogram__bar, .jdgm-histogram__frequency {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px
}

.jdgm-histogram__bar:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    content: ' '
}

.jdgm-histogram__percentage {
    display: none
}

.jdgm-histogram__bar {
    margin: 0 16px;
    width: 126px;
    background: rgba(224, 224, 224, 0.5)
}

.jdgm-histogram__bar, .jdgm-histogram__bar-content {
    height: 100%
}

.jdgm-histogram__bar-content {
    background-color: var(--fec-bar-content, #108474)
}

.jdgm-histogram__frequency {
    margin: 0;
    width: 24px;
    text-align: left;
    color: #7b7b7b
}

.jdgm-widget-actions-wrapper {
    text-align: inherit
}

.jdgm-review-widget--small .jdgm-histogram {
    margin: 0 0 24px 0
}

.jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__bar {
    margin: 0 16px;
    width: 112px
}

@media only screen and (min-width: 768px) {
    .jdgm-histogram__bar {
        margin: 0 24px;
        width: 140px
    }
}

@media only screen and (max-width: 320px) {
    [data-widget-name]:not([data-widget-name="reviews_tab"]) .jdgm-histogram__row {
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center
    }

    [data-widget-name]:not([data-widget-name="reviews_tab"]) .jdgm-histogram__star, [data-widget-name]:not([data-widget-name="reviews_tab"]) .jdgm-histogram__bar, [data-widget-name]:not([data-widget-name="reviews_tab"]) .jdgm-histogram__frequency {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1.5
    }

    [data-widget-name]:not([data-widget-name="reviews_tab"]) .jdgm-histogram__star {
        margin-bottom: 4px
    }

    [data-widget-name]:not([data-widget-name="reviews_tab"]) .jdgm-histogram__bar {
        margin: 4px 0;
        height: 14px;
        max-width: 80%
    }

    [data-widget-name]:not([data-widget-name="reviews_tab"]) .jdgm-histogram__frequency {
        margin-top: 4px
    }
}

@media only screen and (max-width: 380px) {
    [data-widget-name="reviews_tab"] .jdgm-histogram__row {
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center
    }

    [data-widget-name="reviews_tab"] .jdgm-histogram__star, [data-widget-name="reviews_tab"] .jdgm-histogram__bar, [data-widget-name="reviews_tab"] .jdgm-histogram__frequency {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1.5
    }

    [data-widget-name="reviews_tab"] .jdgm-histogram__star {
        margin-bottom: 4px
    }

    [data-widget-name="reviews_tab"] .jdgm-histogram__bar {
        margin: 4px 0;
        height: 14px;
        max-width: 80%
    }

    [data-widget-name="reviews_tab"] .jdgm-histogram__frequency {
        margin-top: 4px
    }
}

@media only screen and (max-width: 320px) {
    .jdgm-histogram__bar {
        height: 12px;
        max-width: 90%
    }
}

.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-gallery {
    display: none
}

.jdgm-gallery {
    display: inline-block;
    width: calc(100% + 8px);
    margin: 0 -4px;
    overflow: hidden
}

.jdgm-gallery .jdgm-gallery__thumbnail-link {
    width: calc(100% / 4)
}

.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) {
    display: inline-block
}

.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) .jdgm-gallery__thumbnail-wrapper:before {
    content: none
}

.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:before {
    content: "…"
}

.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:after {
    display: none
}

.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n+9) {
    display: none
}

.jdgm-gallery__thumbnail-link {
    float: left;
    position: relative
}

.jdgm-gallery__thumbnail-link:before {
    content: "";
    display: block;
    padding-top: 100%
}

.jdgm-gallery__thumbnail-link:hover {
    cursor: pointer;
    opacity: 0.8
}

.jdgm-gallery__thumbnail-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    line-height: 100%
}

.jdgm-gallery__thumbnail-wrapper:before, .jdgm-gallery__thumbnail-wrapper[data-media-type="video"]:after {
    position: absolute;
    bottom: 4px;
    left: 4px;
    font-size: 14px
}

.jdgm-gallery__thumbnail-wrapper:before {
    top: 4px;
    right: 4px;
    padding: calc(50% - 18px - 8px) 16px;
    color: #7b7b7b;
    background-color: white;
    line-height: 18px;
    text-decoration: underline
}

.jdgm-gallery__thumbnail-wrapper:hover::before {
    text-decoration: none
}

.jdgm-gallery__thumbnail-wrapper[data-media-type="video"]:after {
    padding: 2px 4px;
    border-top-right-radius: 4px;
    content: "\e013";
    color: white;
    background-color: rgba(0, 0, 0, 0.7)
}

.jdgm-gallery__thumbnail-wrapper.jdgm--loading {
    visibility: hidden
}

.jdgm-gallery__thumbnail.jdgm-gallery__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 4px
}

.jdgm-gallery-data {
    display: none
}

.jdgm-review-widget--small .jdgm-gallery, .jdgm-review-widget--medium .jdgm-gallery, .jdgm-revs-tab .jdgm-gallery {
    width: calc(100% + 8px)
}

.jdgm-review-widget--medium .jdgm-gallery .jdgm-gallery__thumbnail-link {
    width: calc(100% / 8)
}

.jdgm-review-widget--medium .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) {
    display: inline-block
}

.jdgm-review-widget--medium .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) .jdgm-gallery__thumbnail-wrapper:before {
    content: none
}

.jdgm-review-widget--medium .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:before {
    content: "…"
}

.jdgm-review-widget--medium .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:after {
    display: none
}

.jdgm-review-widget--medium .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n+9) {
    display: none
}

.jdgm-review-widget--small .jdgm-gallery .jdgm-gallery__thumbnail-link {
    width: calc(100% / 4)
}

.jdgm-review-widget--small .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) {
    display: inline-block
}

.jdgm-review-widget--small .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) .jdgm-gallery__thumbnail-wrapper:before {
    content: none
}

.jdgm-review-widget--small .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:before {
    content: "…"
}

.jdgm-review-widget--small .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:after {
    display: none
}

.jdgm-review-widget--small .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n+9) {
    display: none
}

@media only screen and (min-width: 992px) {
    .jdgm-revs-tab .jdgm-gallery .jdgm-gallery__thumbnail-link {
        width: calc(100% / 8)
    }

    .jdgm-revs-tab .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) {
        display: inline-block
    }

    .jdgm-revs-tab .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) .jdgm-gallery__thumbnail-wrapper:before {
        content: none
    }

    .jdgm-revs-tab .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:before {
        content: "…"
    }

    .jdgm-revs-tab .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:after {
        display: none
    }

    .jdgm-revs-tab .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n+9) {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .jdgm-gallery {
        width: 640px
    }

    .jdgm-gallery .jdgm-gallery__thumbnail-link {
        width: calc(100% / 8)
    }

    .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) {
        display: inline-block
    }

    .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) .jdgm-gallery__thumbnail-wrapper:before {
        content: none
    }

    .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:before {
        content: "…"
    }

    .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper:after {
        display: none
    }

    .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n+9) {
        display: none
    }
}

.jdgm-quest, .jdgm-rev {
    margin: 0;
    padding: 16px 0
}

.jdgm-rev a, .jdgm-quest a {
    color: #108474;
    color: var(--fec-primary-color);
    text-decoration: underline
}

.jdgm-rev a:not([disabled]):hover, .jdgm-rev a:hover, .jdgm-rev a:active, .jdgm-rev a:visited, .jdgm-quest a:not([disabled]):hover, .jdgm-quest a:hover, .jdgm-quest a:active, .jdgm-quest a:visited {
    color: var(--fec-primary-color)
}

.jdgm-rev a:hover, .jdgm-quest a:hover {
    text-decoration: none;
    opacity: 0.8
}

.jdgm-rev__pics {
    display: block;
}

.jdgm-rev:not(.jdgm--done-setup) .jdgm-rev__pics, .jdgm-rev:not(.jdgm--done-setup) .jdgm-rev__vids, .jdgm-rev:not(.jdgm--done-setup) .jdgm-rev__buyer-badge-wrapper, .jdgm-rev:not(.jdgm--done-setup) .jdgm-rev__reply {
    display: none
}

.jdgm-rev__header {
    margin-bottom: 10px
}

.jdgm-row-rating {
    margin-bottom: 8px
}

.jdgm-rev__prod-info-wrapper:not(.jdgm-hidden) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 8px
}

.jdgm-rev__variant-label {
    color: #108474;
    color: var(--fec-primary-color);
    font-size: 16px
}

.jdgm-rev__prod-variant-wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

.jdgm-row-profile .jdgm-rev__br.jdgm-rev__br {
    clear: none
}

.jdgm-row-extra {
    line-height: 1
}

.jdgm-rev__timestamp, .jdgm-rev__location {
    opacity: 1;
    color: #7b7b7b;
    font-size: 80%;
    min-height: 10px
}

.jdgm-rev__timestamp, .jdgm-rev__pinned {
    float: right
}

.jdgm-rev__pinned {
    color: #108474;
    color: var(--fec-primary-color)
}

.jdgm-rev__pinned:before {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    content: "\e024"
}

.jdgm-rev__timestamp.jdgm-spinner {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px
}

.jdgm-rev__author {
    color: #108474;
    color: var(--fec-reviewer-name-color)
}

.jdgm-rev__icon:before {
    color: #108474;
    color: var(--fec-primary-color)
}

.jdgm-rev__icon {
    float: left;
    position: relative;
    margin-right: 8px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: rgba(224, 224, 224, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jdgm-rev__icon svg {
    width: 22px;
    height: 22px;
    fill: var(--fec-reviewer-name-color);
}


.jdgm-rev__icon:empty {
    display: inline-block
}

.jdgm-rev__avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.jdgm-rev__location, .jdgm-rev__location-country-flag-img, .jdgm-rev__verification-badge-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    width: auto
}

.jdgm-rev__location-country-flag-img.jdgm-rev__location-country-flag-img {
    max-width: 16px
}

.jdgm-rev__location-country-flag-img, .jdgm-rev__buyer-badge-wrapper {
    margin-left: 5px
}

.jdgm-rev__buyer-badge-wrapper, .jdgm-rev__buyer-badge {
    display: inline-block;
    line-height: 1
}

.jdgm-rev__buyer-badge {
    vertical-align: top;
    padding: 2px 6px;
    font-size: 12px
}

.jdgm-rev .jdgm-rev__icon.jdgm-rev__icon:after, .jdgm-quest .jdgm-rev__icon.jdgm-rev__icon:after {
    content: none
}

.jdgm-rev[data-verified-buyer="true"] .jdgm-rev__icon.jdgm-rev__icon:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    color: white;
    border: none;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    content: "\e001"
}

.jdgm-quest .jdgm-rev__icon {
    margin-top: 0
}

.jdgm-quest .jdgm-rev__header .jdgm-rev__author {
    display: inline-block;
    line-height: 36px
}

.jdgm-quest .jdgm-row-rating {
    margin: 0
}

.jdgm-quest .jdgm-quest__body::before, .jdgm-quest .jdgm-ans__body::before {
    content: none
}

.jdgm-quest__answers .jdgm-rev__author {
    display: block;
    color: inherit
}

.jdgm-quest__answers .jdgm-rev__author, .jdgm-rev__reply .jdgm-rev__replier-wrapper {
    margin-bottom: 5px
}

.jdgm-ans, .jdgm-rev__reply {
    margin: 5px 0;
    padding: 10px 16px;
    background-color: rgba(16, 132, 116, 0.1);
    background-color: var(--fec-secondary-color)
}

.jdgm-ans .jdgm-rev__timestamp {
    float: none
}

.jdgm-ans__content {
    margin-bottom: 5px
}

.jdgm-rev__title {
    display: block;
    font-size: 100%
}

.jdgm-rev__title, .jdgm-rev__body > p, .jdgm-rev__reply-content > p {
    margin-bottom: 8px
}

.jdgm-rev__body > p:last-of-type {
    margin-bottom: 0
}

.jdgm-rev__body-read-more {
    display: none;
    cursor: pointer
}

.jdgm-ans__body.is-truncated .jdgm-rev__body-read-more, .jdgm-rev__body.is-truncated .jdgm-rev__body-read-more {
    display: inline
}

.jdgm-rev .jdgm-rev__custom-form {
    margin: 16px 0
}

.custom-form--horizontal-style .jdgm-rev__cf-ans--graphic-type {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px
}

.custom-form--horizontal-style .jdgm-rev__cf-ans--text-type .jdgm-rev__cf-ans {
    margin-bottom: 4px
}

.custom-form--horizontal-style .jdgm-rev__cf-ans--graphic-type .jdgm-rev__cf-ans {
    margin-bottom: 0px
}

.custom-form--horizontal-style .jdgm-rev__cf-ans__title {
    display: unset
}

.jdgm-rev__cf-ans--type:not(:last-of-type) {
    margin-bottom: 16px
}

.jdgm-rev__cf-ans__title {
    display: block;
    color: #108474;
    color: var(--fec-primary-color);
    font-weight: normal
}

.jdgm-rev__rating-scale-wrapper, .jdgm-rev__slider-wrapper {
    position: relative
}

.jdgm-cf-bars-wrapper, .jdgm-rev__rating-scale-wrapper, .jdgm-rev__slider-wrapper {
    width: 100%
}

.jdgm-rev__scale-range {
    display: flex;
    height: 100%
}

.jdgm-rev__scale-range > .jdgm-cf-bar {
    flex: 1
}

.jdgm-rev__scale-range, .jdgm-rev__rating-scale-wrapper {
    height: 8px;
    background-color: rgba(16, 132, 116, 0.1);
    background-color: var(--fec-secondary-color);
    border-radius: 8px;
    overflow: hidden
}

.jdgm-cf-bar.jdgm--filled, .jdgm-rev__rating-scale-bar {
    background-color: #108474;
    background-color: var(--fec-primary-color)
}

.jdgm-cf-bar.jdgm--filled:first-of-type, .jdgm-rev__rating-scale-bar:first-of-type {
    border-radius: 8px 0 0 8px
}

.jdgm-rev__rating-scale-bar {
    position: absolute;
    left: 0;
    height: 8px
}

.jdgm-rev__slider-wrapper, .jdgm-cf-bars-wrapper {
    color: #108474;
    color: var(--fec-primary-color);
    font-size: 80%
}

.jdgm-rev__slider-first, .jdgm-rev__scale-first {
    float: left
}

.jdgm-rev__slider-last, .jdgm-rev__scale-last {
    float: right
}

.jdgm-rev__slider-range {
    position: relative;
    appearance: none;
    padding: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(16, 132, 116, 0.1);
    background-color: var(--fec-secondary-color);
    border: none;
    border-radius: 8px;
    outline: none
}

.jdgm-rev__slider-range:before {
    left: 0
}

.jdgm-rev__slider-range:after {
    right: 0
}

.jdgm-rev__slider-pointer {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #108474;
    background: var(--fec-primary-color);
    border-radius: 50%;
    border: none;
    content: ""
}

.jdgm-rev__slider-pointer:empty {
    display: block
}

.jdgm-rev__cf-ans .jdgm-cf-bars-wrapper, .jdgm-rev__cf-ans .jdgm-rev__slider-wrapper {
    padding: 10px 0 24px 0
}

.jdgm-rev__cf-ans .jdgm-rev__slider-first, .jdgm-rev__cf-ans .jdgm-rev__slider-last, .jdgm-rev__cf-ans .jdgm-rev__scale-first, .jdgm-rev__cf-ans .jdgm-rev__scale-last {
    margin-top: 8px
}

.jdgm-rev__cf-ans .jdgm-rev__slider-pointer {
    top: -5px;
    margin-left: -8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4)
}

.jdgm-paginate {
    padding-top: 16px
}

.jdgm-paginate__page {
    display: inline-block;
    line-height: 1;
    padding: 4px 8px;
    width: 32px;
    cursor: pointer;
    vertical-align: middle
}

.jdgm-paginate__page.jdgm-curt {
    font-weight: bold;
    font-size: 150%;
    pointer-events: none
}

@media only screen and (min-width: 768px) {
    .jdgm-rev__prod-info-wrapper:not(.jdgm-hidden) {
        -webkit-line-clamp: 1
    }

    .jdgm-rev__custom-form:not(.custom-form--horizontal-style) .jdgm-rev__cf-ans--graphic-type .jdgm-rev__cf-ans {
        width: 320px
    }

    .jdgm-rev__custom-form:not(.custom-form--horizontal-style) .jdgm-rev__cf-ans:not(:last-of-type) {
        margin-bottom: 16px
    }

    .jdgm-rev__custom-form.custom-form--horizontal-style .jdgm-rev__cf-ans--graphic-type .jdgm-rev__cf-ans {
        width: 247px
    }
}

@media only screen and (max-width: 767px) {
    .jdgm-rev__prod-info-wrapper:not(.jdgm-hidden) {
        -webkit-line-clamp: 2
    }

    .jdgm-rev__custom-form.custom-form--horizontal-style .jdgm-rev__cf-ans--graphic-type {
        justify-content: space-between
    }

    .jdgm-rev__custom-form.custom-form--horizontal-style .jdgm-rev__cf-ans--graphic-type .jdgm-rev__cf-ans {
        margin-bottom: 0px;
        width: 46%
    }
}

.jdgm-rev__pics, .jdgm-rev__vids {
    margin-top: 16px;
    white-space: nowrap;
    overflow: auto
}

.jdgm-rev__pics:empty, .jdgm-rev__vids:empty {
    display: none
}

.jdgm-rev__pic-link {
    position: relative;
    display: inline-block;
    width: 96px;
    /*height: 96px;*/
    padding: 0;
    margin-right: 8px;
    border: 1px solid transparent;
    cursor: pointer
}

.jdgm-rev__pic-link:hover {
    opacity: 0.6
}

.jdgm-rev__pic-link:last-of-type {
    margin-right: 0
}

.jdgm-rev__pic-link.jdgm--loading {
    border-color: #e4e4e4
}

.jdgm-rev__pic-link.jdgm--loading .jdgm-rev__pic-img {
    visibility: hidden;
    height: 1px
}

.jdgm-rev__pic-link.jdgm--loading:after {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-top: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    border-left: 2px solid #7b7b7b;
    -webkit-animation: jdgm-spin 0.8s infinite linear;
    animation: jdgm-spin 0.8s infinite linear;
    content: '';
    display: block
}

.jdgm-rev__pic-img.jdgm-rev__pic-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.jdgm-rev_all-rev-page-picture-separator {
    display: none
}

.jdgm-vid-player, .jdgm-yt-video {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.jdgm-yt-video:not(.done-setup) {
    max-width: 220px
}

.jdgm-vid-player__wrapper, .jdgm-vid-player {
    min-width: 175px;
    min-height: 175px
}

.jdgm-vid-player__wrapper {
    position: relative
}

.jdgm-vid-player__wrapper.jdgm--loading:after {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #ccc;
    -webkit-animation: jdgm-spin 0.8s infinite linear;
    animation: jdgm-spin 0.8s infinite linear;
    position: absolute;
    display: block;
    content: " ";
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px)
}

.jdgm-vid-player__wrapper iframe {
    border: none
}

.jdgm-yt-video > img {
    object-fit: cover
}

@media only screen and (min-width: 768px) {
    .jdgm-vid-player[data-external-id], .jdgm-yt-video[data-id] {
        margin-right: 10px
    }
}

@media only screen and (min-width: 992px) {
    .jdgm-vid-player__wrapper .jdgm-vid-player {
        min-height: 202px
    }
}

.jdgm-rev__actions {
    margin-top: 5px
}

.jdgm-rev__share-btn, .jdgm-rev__thumb-btn {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    padding: 4px 8px;
    cursor: pointer
}

.jdgm-rev__share-btn:first-of-type, .jdgm-rev__thumb-btn:first-of-type {
    margin-left: -8px
}

.jdgm-rev__actions:after {
    content: "";
    display: block;
    clear: both
}

.jdgm-rev__social {
    float: left
}

.jdgm-rev__votes {
    float: right
}

.jdgm-rev__thumb-count {
    margin-right: 12px
}

.jdgm-rev__thumb-count:last-of-type {
    margin-right: 0
}

.jdgm-rev__share-fb:before {
    content: "\e011"
}

.jdgm-rev__share-fb:hover {
    color: #3b5998
}

.jdgm-rev__share-twitter:before {
    content: "\e012"
}

.jdgm-rev__share-twitter:hover {
    color: #1da1f2
}

.jdgm-rev__share-pinterest:before {
    content: "\e016"
}

.jdgm-rev__share-pinterest:hover {
    color: #e60023
}

.jdgm-rev__share-linkedin:before {
    content: "\e015"
}

.jdgm-rev__share-linkedin:hover {
    color: #0073b1
}

.jdgm-rev_thumb-up:before {
    content: "\e009"
}

.jdgm-rev_thumb-down:before {
    content: "\e008"
}

.jdgm-rev__thumb-count {
    color: #7b7b7b
}

.jdgm-rev-widg__paginate-spinner-wrapper, .jdgm-paginate:empty {
    display: none
}

.jdgm-paginate, .jdgm-all-reviews-page__load-more-wrapper {
    padding-top: 16px;
    width: 100%;
    text-align: center
}

.jdgm-paginate__load-more, .jdgm-paginate__load-more:not([disabled]):hover {
    background-color: #108474;
    background-color: var(--fec-paginate-color);
    border-color: #108474;
    border-color: var(--fec-paginate-color)
}

.jdgm-paginate__page {
    display: inline-block;
    padding: 4px 8px;
    width: 32px;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    color: #108474;
    color: var(--fec-paginate-color)
}

.jdgm-paginate__page:hover {
    opacity: 0.6
}

.jdgm-paginate__page:not([disabled]):hover, .jdgm-paginate__page:hover, .jdgm-paginate__page:active, .jdgm-paginate__page:visited {
    color: #108474;
    color: var(--fec-paginate-color)
}

.jdgm-paginate__page.jdgm-curt {
    color: #7b7b7b;
    font-weight: bold;
    font-size: 150%;
    pointer-events: none
}

.jdgm-paginate {
    padding-bottom: 16px
}

.jdgm-paginate__first-page, .jdgm-paginate__last-page, .jdgm-paginate__prev-page, .jdgm-paginate__next-page {
    font-weight: bold;
    font-size: 110%;
    padding: 4px
}

.jdgm-paginate__first-page:before {
    content: "\e004"
}

.jdgm-paginate__last-page:before {
    content: "\e006"
}

.jdgm-paginate__prev-page:before {
    content: "\e002"
}

.jdgm-paginate__next-page:before {
    content: "\e003"
}

@media only screen and (min-width: 768px) {
    .jdgm-paginate + .jdgm-collected-link {
        position: absolute;
        bottom: 4px
    }
}

.jdgm-star {
}

.jdgm-rev-widg.jdgm-rev-widg {
    display: block
}

.jdgm-rev-widg {
    padding: 24px 0;
    margin: 0;
    border: none
}

.jdgm-translate-container {
    display: flex;
    align-items: flex-start;
    gap: 4px
}


.jdgm-translate-container .jdgm-translate-button {
    background: none;
    border: none;
    color: #108474;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font: inherit
}

.jdgm-translate-container .jdgm-translate-button.error, .jdgm-translate-container .jdgm-translate-error-message {
    color: #108474;
    cursor: default;
    pointer-events: none;
    text-decoration: none
}

.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-histogram.jdgm-histogram, .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-row-search, .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-row-actions, .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__body, .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-paginate {
    display: none
}

.jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star {
    color: #108474;
    color: var(--fec-star-color)
}

.jdgm-rev-widg .jdgm-star:not([disabled]):hover, .jdgm-rev-widg .jdgm-star:focus, .jdgm-revs-tab .jdgm-star:not([disabled]):hover, .jdgm-revs-tab .jdgm-star:focus, .jdgm-all-reviews .jdgm-star:not([disabled]):hover, .jdgm-all-reviews .jdgm-star:focus, .jdgm-gallery-popup .jdgm-star:not([disabled]):hover, .jdgm-gallery-popup .jdgm-star:focus {
    color: #108474;
    color: var(--fec-star-color)
}

.jdgm-verified-link-wrapper {
    display: flex;
    align-items: center;
    gap: 8px
}

.jdgm-link, .jdgm-histogram__clear-filter {
    color: #108474;
    color: var(--fec-primary-color);
    text-decoration: underline
}

.jdgm-link:not([disabled]):hover, .jdgm-link:hover, .jdgm-link:active, .jdgm-link:visited, .jdgm-histogram__clear-filter:not([disabled]):hover, .jdgm-histogram__clear-filter:hover, .jdgm-histogram__clear-filter:active, .jdgm-histogram__clear-filter:visited {
    color: var(--fec-primary-color)
}

.jdgm-link:hover, .jdgm-histogram__clear-filter:hover {
    text-decoration: none;
    opacity: 0.8
}

.jdgm-row-media, .jdgm-row-search, .jdgm-subtab, .jdgm-row-actions, .jdgm-quest, .jdgm-rev, .jdgm-paginate {
    border-top: 1px solid rgba(16, 132, 116, 0.1);
    border-color: var(--fec-secondary-color)
}

.jdgm-rev-widg__body {
    position: relative
}

.jdgm-rev-widg__body .jdgm-rev-widg__section-title {
    margin: 0;
    padding: 16px 0;
    font-weight: 700;
    font-size: 20px;
    border-top: 1px solid rgba(16, 132, 116, 0.1)
}

.jdgm-collected-link {
    margin-top: 16px
}

.jdgm-rev-widg__header {
    text-align: center
}

.jdgm-rev-widg__title {
    margin-top: 0;
    font-size: 150%
}

.jdgm-rev-widg__summary, .jdgm-histogram, .jdgm-widget-actions-wrapper {
    margin: 0 0 24px 0
}

.jdgm-rev-widg__title {
    margin-bottom: 12px
}

.jdgm-rev-widg__summary {
    margin-bottom: 24px
}

.jdgm-rev-widg__summary .jdgm-star {
    font-size: 16px
}

.jdgm-custom-forms-avg-responses {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 32px
}

.jdgm-custom-forms-avg-responses .jdgm-rev__cf-ans {
    width: 46%
}

.jdgm-custom-forms-avg-responses .jdgm-rev__cf-ans__title {
    text-align: left
}

.jdgm-write-rev-link, .jdgm-ask-question-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: pointer
}

.jdgm-ask-question-btn.jdgm-ask-question-btn {
    color: #108474;
    color: var(--fec-primary-color);
    background-color: white;
    border: 2px solid #108474;
    border-color: var(--fec-primary-color);
    margin-top: 10px;
    color: #108474;
    color: var(--fec-primary-color);
    background-color: white;
    border: 2px solid #108474;
    border-color: var(--fec-primary-color)
}

.jdgm-ask-question-btn.jdgm-ask-question-btn:not([disabled]):hover, .jdgm-ask-question-btn.jdgm-ask-question-btn:focus {
    color: #108474;
    color: var(--fec-primary-color);
    background-color: white
}

.jdgm-ask-question-btn.jdgm-ask-question-btn:hover {
    opacity: 0.6
}

.jdgm-ask-question-btn.jdgm-ask-question-btn:not([disabled]):hover, .jdgm-ask-question-btn.jdgm-ask-question-btn:focus {
    color: #108474;
    color: var(--fec-primary-color);
    background-color: white
}

.jdgm-ask-question-btn.jdgm-ask-question-btn:hover {
    opacity: 0.6
}

.jdgm-write-rev-link.jdgm-write-rev-link {
    color: var(--fec-write-review-text-color, #fff);
    background-color: #108474;
    background-color: var(--fec-write-review-bg-color, var(--fec-primary-color));
    border: 2px solid #108474;
    border-color: var(--fec-write-review-bg-color, var(--fec-primary-color))
}

.jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover, .jdgm-write-rev-link.jdgm-write-rev-link:focus {
    color: white;
    background-color: #108474;
    background-color: var(--fec-write-review-bg-color, var(--fec-primary-color))
}

.jdgm-write-rev-link.jdgm-write-rev-link:hover {
    opacity: 0.8
}

.jdgm-row-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left
}

.jdgm-gallery-wrapper, .jdgm-medals-wrapper {
    display: block;
    padding: 24px 0
}

.jdgm-gallery-title {
    color: #7b7b7b;
    margin-bottom: 4px
}

.jdgm-row-search {
    padding: 24px 0
}

.jdgm-review-search-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 600px
}

.jdgm-review-search-wrapper:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    padding: 4px;
    font-size: 150%;
    line-height: 1;
    content: "\e022";
    color: #e4e4e4
}

.jdgm-row-search .jdgm-review-search:not([type="submit"]) {
    width: 100%;
    border: 1px solid #e4e4e4
}

.jdgm-row-search .jdgm-review-search:not([type="submit"]):focus, .jdgm-row-search .jdgm-review-search:not([type="submit"]):focus-visible {
    outline: none;
    border-color: #108474;
    border-color: var(--fec-primary-color)
}

.jdgm-review-search {
    padding: 8px 40px 8px 16px
}

.jdgm-review-search-wrapper + .jdgm-keywords {
    margin-top: 12px
}

.jdgm-chip {
    display: inline-block;
    padding: 6px 12px;
    margin: 3px 0;
    border: 1px solid var(--fec-primary-color);
    cursor: pointer;
    font-size: 14px
}

.jdgm-chip:not(.active) {
    color: var(--fec-primary-color)
}

.jdgm-chip:not(.active):hover {
    opacity: 0.8
}

.jdgm-chip.active {
    color: white;
    background-color: var(--fec-primary-color)
}

.jdgm-chip.loading {
    pointer-events: none
}

.jdgm-chip + .jdgm-chip {
    margin-left: 6px
}

.jdgm-rev-widg__body--empty {
    padding: 24px 10px;
    text-align: center;
    border-top: 1px solid rgba(16, 132, 116, 0.1);
    border-color: var(--fec-secondary-color)
}

.jdgm-subtab {
    padding: 10px 0;
    border-bottom: none
}

.jdgm-subtab__name {
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;
    color: #108474;
    color: var(--fec-primary-color);
    text-decoration: underline
}

.jdgm-subtab__name:not([disabled]):hover, .jdgm-subtab__name:hover, .jdgm-subtab__name:active, .jdgm-subtab__name:visited {
    color: var(--fec-primary-color)
}

.jdgm-subtab__name:hover {
    text-decoration: none;
    opacity: 0.8
}

.jdgm-subtab__name.jdgm--active {
    pointer-events: none;
    text-decoration: none;
    background-color: rgba(16, 132, 116, 0.1);
    background-color: var(--fec-secondary-color)
}

.jdgm-row-actions {
    padding: 8px 0;
    position: relative;
    display: flex;
    flex-direction: column
}

.jdgm-sort-dropdown-wrapper {
    float: none;
    position: relative;
    display: inline-flex;
    align-items: center
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
    color: #108474;
    color: var(--fec-primary-color)
}

.jdgm-sort-dropdown-wrapper:hover .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper:hover .jdgm-sort-dropdown-arrow {
    opacity: 0.8
}

.jdgm-sort-dropdown {
    padding: 10px 20px 10px 0;
    font-size: 14px;
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.jdgm-sort-dropdown-arrow {
    position: absolute;
    right: 2px;
    border: none;
}


.jdgm-custom-forms-filters__button {
    position: absolute;
    right: 0;
    top: 8px;
    padding-left: 46px;
    line-height: 19px
}

.jdgm-custom-forms-filters__button:before {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: 16px;
    font-size: 20px;
    content: "\e025"
}

.jdgm-custom-forms-filters {
    padding: 16px 0
}

.jdgm-custom-forms-filters .jdgm-rev__cf-ans__title {
    padding-bottom: 8px
}

.jdgm-custom-forms-filters .jdgm-rev__cf-ans:not(:last-of-type) {
    padding-bottom: 24px
}

.jdgm-review-widget--small .jdgm-rev-widg, .jdgm-review-widget--medium .jdgm-rev-widg {
    padding: 16px 0
}

.jdgm-review-widget--medium .jdgm-write-rev-link, .jdgm-review-widget--medium .jdgm-ask-question-btn {
    display: inline-block;
    margin: 0 5px;
    max-width: 40%
}

.jdgm-review-widget--medium .jdgm-medals-wrapper {
    border-top: 1px solid rgba(16, 132, 116, 0.1);
    border-color: var(--fec-secondary-color)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .jdgm-write-rev-link, .jdgm-ask-question-btn {
        display: inline-block;
        margin: 0 5px
    }
}

@media only screen and (min-width: 768px) {
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-ask-question-btn {
        width: 100%;
        max-width: 240px
    }

    .jdgm-custom-forms-avg-responses .jdgm-rev__cf-ans {
        width: 23%
    }
}

@media only screen and (max-width: 991px) {
    .jdgm-gallery-wrapper + .jdgm-medals-wrapper {
        border-top: 1px solid rgba(16, 132, 116, 0.1);
        border-color: var(--fec-secondary-color)
    }
}

@media only screen and (min-width: 992px) {
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-widget-actions-wrapper {
        padding: 10px 0;
        border-left: 1px solid rgba(16, 132, 116, 0.1);
        border-color: var(--fec-secondary-color)
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__title {
        margin-bottom: 24px
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars {
        padding-bottom: 24px;
        display: flex;
        align-items: stretch;
        justify-content: center
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-widget-actions-wrapper {
        display: inline-block;
        margin-bottom: 0
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary {
        width: 30%
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary-inner {
        display: inline-block;
        text-align: left
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars--only-summary .jdgm-rev-widg__summary-inner {
        text-align: center
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) :not(.jdgm-histogram-wrapper) > .jdgm-histogram {
        width: 40%
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary + .jdgm-histogram, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary + .jdgm-widget-actions-wrapper, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram + .jdgm-widget-actions-wrapper {
        border-left: 1px solid rgba(16, 132, 116, 0.1);
        border-color: var(--fec-secondary-color)
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) :not(.jdgm-revs-tab__content-header) > .jdgm-widget-actions-wrapper {
        width: 30%
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-media {
        flex-direction: row
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-gallery-wrapper, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-medals-wrapper {
        display: inline-block;
        vertical-align: middle
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-gallery-wrapper {
        padding-right: 24px
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-medals-wrapper {
        padding-left: 32px
    }

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-gallery-wrapper + .jdgm-medals-wrapper {
        border-top: none;
        border-left: 1px solid rgba(16, 132, 116, 0.1);
        border-color: var(--fec-secondary-color);
        text-align: left
    }
}

.jdgm-widget .jdgm-verified-checkmark {
    width: 17px;
    height: 17px
}

.jdgm-revs-tab-btn {
    position: fixed;
    display: inline-block;
    width: auto;
    cursor: pointer;
    border-radius: 0;
    white-space: nowrap
}

.jdgm-revs-tab-btn:hover {
    opacity: 0.8
}

.jdgm-revs-tab-btn[position="bottom"] {
    bottom: 0
}

.jdgm-revs-tab-btn[position="left"] {
    left: 0
}

.jdgm-revs-tab-btn[position="right"] {
    right: 0
}

.jdgm-revs-tab-btn[position="none"] {
    display: none
}

.jdgm-revs-tab-btn[data-style="text"][position="bottom"] {
    left: 50%;
    transform: translateX(-50%)
}

.jdgm-revs-tab-btn[data-style="text"][position="left"] {
    top: 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%)
}

.jdgm-revs-tab-btn[data-style="text"][position="right"] {
    top: 50%;
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-transform: rotate(90deg) translate(50%, 50%);
    -ms-transform: rotate(90deg) translate(50%, 50%);
    transform: rotate(90deg) translate(50%, 50%)
}

.jdgm-revs-tab-btn[data-style="stars"] {
    display: flex
}

.jdgm-revs-tab-btn[data-style="stars"] .jdgm-favicon, .jdgm-revs-tab-btn[data-style="stars"] .jdgm-rating, .jdgm-revs-tab-btn[data-style="stars"] .jdgm-star {
    display: inline-block;
    width: 24px
}

.jdgm-revs-tab-btn[data-style="stars"] .jdgm-favicon, .jdgm-revs-tab-btn[data-style="stars"] .jdgm-favicon > span {
    display: flex;
    justify-content: center
}

.jdgm-revs-tab-btn[data-style="stars"] .jdgm-rating {
    line-height: 1;
    font-weight: bold
}

.jdgm-revs-tab-btn[data-style="stars"][position="bottom"] {
    align-items: center;
    padding: 8px 16px;
    left: calc(50% - 100px);
    box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px 10px 0px 0px
}

.jdgm-revs-tab-btn[data-style="stars"][position="bottom"] .jdgm-stars {
    display: inline-block
}

.jdgm-revs-tab-btn[data-style="stars"][position="bottom"] .jdgm-favicon + .jdgm-stars, .jdgm-revs-tab-btn[data-style="stars"][position="bottom"] .jdgm-stars + .jdgm-rating {
    margin-left: 8px
}

.jdgm-revs-tab-btn[data-style="stars"][position="left"] {
    box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0px 10px 10px 0px
}

.jdgm-revs-tab-btn[data-style="stars"][position="right"] {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px 0px 0px 10px
}

.jdgm-revs-tab-btn[data-style="stars"][position="left"], .jdgm-revs-tab-btn[data-style="stars"][position="right"] {
    flex-direction: column;
    top: calc(50% - 100px);
    padding: 16px 8px;
    text-align: center
}

.jdgm-revs-tab-btn[data-style="stars"][position="left"] .jdgm-favicon + .jdgm-stars, .jdgm-revs-tab-btn[data-style="stars"][position="left"] .jdgm-stars + .jdgm-rating, .jdgm-revs-tab-btn[data-style="stars"][position="right"] .jdgm-favicon + .jdgm-stars, .jdgm-revs-tab-btn[data-style="stars"][position="right"] .jdgm-stars + .jdgm-rating {
    margin-top: 8px
}

.jdgm-revs-tab-btn[data-style="stars"][position="left"] .jdgm-star, .jdgm-revs-tab-btn[data-style="stars"][position="right"] .jdgm-star {
    display: block !important;
    padding: 0 !important
}

.jdgm-widget .jdgm-favicon[data-url="/verified-checkmark.svg"] > img {
    width: 17px;
    height: 17px
}

.jdgm-revs-tab {
    position: relative;
    z-index: 1041
}

.jdgm-revs-tab.jdgm-revs-tab {
    display: none
}

.jdgm-revs-tab .jdgm-branding-footer {
    color: white
}

.jdgm-revs-tab .jdgm-branding-footer:hover, .jdgm-revs-tab .jdgm-branding-footer:focus {
    color: white
}

.jdgm-revs-tab .jdgm-branding-footer:hover {
    opacity: 0.6
}

.jdgm-revs-tab__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999999
}

.jdgm-revs-tab__wrapper.jdgm-revs-tab__wrapper {
    display: none
}

.jdgm-revs-tab__wrapper.jdgm-show {
    display: block
}

.jdgm-mask {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8
}

.jdgm-revs-tab__main, .jdgm-revs-tab__header {
    background: white
}

.jdgm-revs-tab__main, .jdgm-revs-tab__title {
    color: #333333
}

.jdgm-revs-tab__main {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10%;
    left: 50%;
    height: 80%;
    width: 90%;
    max-width: 640px
}

.jdgm-revs-tab__header {
    height: 100px;
    padding: 16px 24px;
    text-align: center;
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1)
}

.jdgm-close-ico {
    position: absolute;
    right: 0;
    top: -32px;
    width: 24px;
    height: 24px
}

.jdgm-close-ico:hover {
    opacity: 0.6
}

.jdgm-close-ico:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jdgm-close-ico:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.jdgm-close-ico:before, .jdgm-close-ico:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background-color: white
}

.jdgm-revs-tab__title {
    margin-bottom: 0;
    overflow: hidden;
    font-size: 120%
}

.jdgm-revs-tab__content {
    height: calc(100% - 100px);
    padding: 24px;
    overflow: auto
}

.jdgm-revs-tab__content .jdgm-form__fieldset-actions {
    display: flex;
    flex-direction: column-reverse
}

.jdgm-form__fieldset-actions {
    justify-content: center;
}

.jdgm-revs-tab__content .jdgm-form__fieldset-actions .jdgm-btn {
    display: block
}

.jdgm-revs-tab__content .jdgm-form__fieldset-actions .jdgm-cancel-question, .jdgm-revs-tab__content .jdgm-form__fieldset-actions .jdgm-cancel-rev {
    margin-top: 10px
}

.jdgm-revs-tab__content-header {
    text-align: center
}

.jdgm-revs-tab__branding {
    text-align: center;
    line-height: 2
}

.jdgm-histogram-wrapper {
    margin-bottom: 24px
}

.jdgm-histogram-wrapper .jdgm-histogram {
    margin: 0
}

.jdgm-histogram-wrapper .jdgm-histogram__bar {
    margin: 0 16px;
    width: 128px
}

.jdgm-revs-tab__content-header .jdgm-row-media {
    padding: 24px 0
}

.jdgm-revs-tab__content-header .jdgm-review-search-wrapper {
    padding: 0
}

.jdgm-revs-tab__content-header .jdgm-review-search-wrapper:after {
    right: 8px
}

.jdgm-widget.jdgm-revs-tab .jdgm-revs-tab__header a.jdgm-revs-tab__url, .jdgm-widget.jdgm-revs-tab .jdgm-revs-tab__header a.jdgm-revs-tab__url:hover span {
    text-decoration: none
}

.jdgm-widget.jdgm-revs-tab .jdgm-revs-tab__header a.jdgm-revs-tab__url span {
    text-decoration: underline
}

.jdgm-widget.jdgm-revs-tab .jdgm-revs-tab__content-header .jdgm-row-stars {
    display: block
}

.jdgm-widget.jdgm-revs-tab .jdgm-revs-tab__content-header .jdgm-row-media {
    flex-direction: column
}

.jdgm-widget.jdgm-revs-tab .jdgm-revs-tab__content-header .jdgm-gallery-wrapper, .jdgm-widget.jdgm-revs-tab .jdgm-revs-tab__content-header .jdgm-medals-wrapper {
    display: block;
    padding: 0;
    text-align: center;
    border-top: none
}

.jdgm-widget.jdgm-revs-tab .jdgm-revs-tab__content-header .jdgm-gallery-wrapper + .jdgm-medals-wrapper {
    margin-top: 24px;
    padding: 24px 0 0 0;
    border-top: 1px solid var(--fec-secondary-color);
    border-left: none
}

.jdgm-widget.jdgm-revs-tab .jdgm-revs-tab__content-header .jdgm-medals__container {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 0;
    height: 128px
}

@media only screen and (min-width: 768px) {
    .jdgm-histogram-wrapper .jdgm-histogram__bar {
        margin: 0 24px;
        width: 192px
    }

    .jdgm-revs-tab__content .jdgm-form__fieldset-actions {
        display: block
    }

    .jdgm-revs-tab__content .jdgm-form__fieldset-actions .jdgm-btn {
        margin-top: 0;
        display: inline-block
    }
}

@media only screen and (max-width: 320px) {
    .jdgm-histogram-wrapper .jdgm-histogram__bar {
        margin: 0 10px;
        width: 96px
    }
}

.jdgm-all-reviews-page__title, .jdgm-all-reviews__header {
    text-align: center
}

.jdgm-all-reviews-page__title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 150%
}

.jdgm-all-reviews-page__wrapper {
    margin: 0 auto;
    max-width: 90%
}

.jdgm-all-reviews-widget > .jdgm-spinner {
    margin: 24px auto
}

.jdgm-all-reviews__summary-text--verified {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center
}

@media only screen and (min-width: 992px) {
    .jdgm-all-reviews__summary-text--verified {
        justify-content: flex-start
    }
}

@media only screen and (min-width: 992px) {
    .jdgm-all-reviews-page__title {
        margin-bottom: 24px
    }

    .jdgm-all-reviews-page__wrapper {
        max-width: 80%
    }
}

.jdgm-question-form-wrapper, .jdgm-form-wrapper {
    padding: 24px 0;
    border-top: 1px solid rgba(16, 132, 116, 0.1);
    border-color: var(--fec-secondary-color)
}

.jdgm-form {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 600px
}

.jdgm-form .jdgm-form__fieldset > label, .jdgm-form .jdgm-form__fieldset .jdgm-form__inline-label {
    margin-bottom: 8px
}

.jdgm-form .jdgm-form__fieldset > label {
    display: block
}

.jdgm-form .jdgm-form__fieldset label[for] {
    cursor: pointer
}

.jdgm-form .jdgm-form__fieldset .jdgm-form__inline-label {
    display: inline-block
}

.jdgm-form .jdgm-star {
    font-size: 150%
}

.jdgm-form .jdgm-star:not([disabled]):hover {
    opacity: 0.6
}

.jdgm-form div.jdgm-input-error {
    background-color: rgba(242, 132, 125, 0.1);
    border: 1px solid #f2847d;
    margin-top: 8px;
    padding: 8px;
    line-height: 1;
    text-align: left
}

.jdgm-form div.jdgm-input-error:before {
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: white;
    background-color: #f2847d;
    content: "!";
    text-align: center
}

.jdgm-form input[type="text"], .jdgm-form input[type="email"], .jdgm-form input[type="url"], .jdgm-form textarea {
    padding: 8px 16px;
    width: 100%;
    border: 1px solid #e4e4e4
}

.jdgm-form input[type="text"]:focus, .jdgm-form input[type="text"]:focus-visible, .jdgm-form input[type="email"]:focus, .jdgm-form input[type="email"]:focus-visible, .jdgm-form input[type="url"]:focus, .jdgm-form input[type="url"]:focus-visible, .jdgm-form textarea:focus, .jdgm-form textarea:focus-visible {
    outline: none;
    border-color: #108474;
    border-color: var(--fec-primary-color)
}

.jdgm-form .jdgm-sort-dropdown {
    border-bottom: 1px solid #e4e4e4;
    border-color: var(--fec-secondary-color)
}

.jdgm-form__title {
    margin-bottom: 16px;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

.jdgm-form__fieldset:not(:last-of-type), .jdgm-form__fieldset-actions {
    margin-bottom: 24px
}

.jdgm-form__fieldset .jdgm-countdown {
    margin-left: 4px
}

.jdgm-countdown {
    font-size: 80%;
    color: #7b7b7b
}

.jdgm-form-yt-video {
    margin: 10px auto;
    max-width: 400px
}

.jdgm-form-yt-video__iframe-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 55%
}

.jdgm-form-yt-video__iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
}

.jdgm-notification {
    border-top: 1px solid rgba(16, 132, 116, 0.1);
    border-color: var(--fec-secondary-color);
    color: #108474;
    color: var(--fec-primary-color)
}

.jdgm-notification__inner {
    margin: 0 auto;
    padding: 24px 16px;
    max-width: 600px
}

.jdgm-notification__inner > a {
    color: #108474;
    color: var(--fec-primary-color);
    text-decoration: underline
}

.jdgm-notification__inner > a:not([disabled]):hover, .jdgm-notification__inner > a:hover, .jdgm-notification__inner > a:active, .jdgm-notification__inner > a:visited {
    color: var(--fec-primary-color)
}

.jdgm-notification__inner > a:hover {
    text-decoration: none;
    opacity: 0.8
}

.jdgm-notification__title {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 16px
}

.jdgm-notification__title:before {
    display: block;
    margin: 0 auto 4px auto;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    color: white;
    background-color: #108474;
    background-color: var(--fec-primary-color);
    content: "\e001"
}

.jdgm-follow-up-explain-text {
    margin-bottom: 24px;
    padding: 0 16px 24px 16px;
    border-bottom: 1px solid rgba(16, 132, 116, 0.1);
    border-color: var(--fec-secondary-color);
    text-align: left
}

.jdgm-follow-up-explain-text p {
    color: #108474;
    color: var(--fec-primary-color)
}

.jdgm-review-widget--small .jdgm-form__fieldset-actions {
    display: flex;
    flex-direction: column-reverse
}

.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn {
    display: block
}

.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-cancel-question, .jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-cancel-rev {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-question, .jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev {
        margin-right: 10px
    }
}

.jdgm-form-dynamic-wrapper.jdgm-form-dynamic-wrapper {
    display: none
}

.jdgm-form-dynamic-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.6)
}

.jdgm-form-dynamic-wrapper.jdgm-show {
    display: block;
    height: 100vh
}

.jdgm-form-dynamic {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 520px;
    max-height: 820px;
    overflow: auto;
    padding: 24px 32px;
    background: white;
    text-align: start;
    max-width: calc(100vw - 30px);
}

@media (max-width: 769px) {
    .jdgm-form-dynamic {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        max-width: 100vw;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }
}

.jdgm-form-dynamic__close {
    position: absolute;
    right: 10px;
    padding: 10px;
    cursor: pointer
}

.jdgm-form-dynamic__row, .jdgm-form-dynamic__buttons-row {
    display: none
}

.jdgm-form-dynamic__row-inner {
    height: 320px;
    overflow-x: auto
}

.jdgm-form-dynamic__buttons-row {
    margin-top: 16px
}

.jdgm-form-dynamic__next, .jdgm-form-dynamic__submit-rev {
    float: right
}

.jdgm-form-dynamic__back {
    float: left
}

.jdgm-form-dynamic__row.jdgm-active, .jdgm-form-dynamic__row.jdgm-active .jdgm-form-dynamic__buttons-row {
    display: block
}

.jdgm-custom-forms {
    margin-bottom: 24px
}

.jdgm-custom-forms .jdgm-spinner {
    margin-top: 16px
}

.jdgm-custom-forms .jdgm-form__fieldset > label {
    color: #108474;
    color: var(--fec-primary-color)
}

.jdgm-custom-forms .jdgm-cf__required-sym {
    color: red;
    font-size: 120%;
    vertical-align: middle
}

.jdgm-cf__options:not([data-type="text"]) {
    display: inline-block;
    margin: 0 auto;
    text-align: left
}

.jdgm-cf__options:not([data-type="text"]) .jdgm-cf__option:not(:last-of-type) {
    margin-bottom: 4px
}

.jdgm-cf-label-radio, .jdgm-cf-label-checkbox {
    position: relative;
    padding-left: 24px
}

.jdgm-cf-label-radio:before, .jdgm-cf-label-radio:after, .jdgm-cf-label-checkbox:before, .jdgm-cf-label-checkbox:after {
    position: absolute;
    content: ""
}

.jdgm-cf-label-radio:before, .jdgm-cf-label-checkbox:before {
    top: calc(50% - 8px);
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #108474;
    border-color: var(--fec-primary-color)
}

.jdgm-cf-label-radio:before {
    border-radius: 50%
}

input[type="radio"]:checked + .jdgm-cf-label-radio:after {
    top: calc(50% - 5px);
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #108474;
    background-color: var(--fec-primary-color);
    border-radius: 50%
}

input[type="checkbox"]:checked + .jdgm-cf-label-checkbox:after {
    top: calc(50% - 8px);
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #108474;
    background-color: var(--fec-primary-color);
    color: white;
    text-align: center;
    content: "\e001";
    line-height: 16px
}

.jdgm-cf__options[data-type="single"] input, .jdgm-cf__options[data-type="multiple"] input, .jdgm-cf__options[data-type="scale"] input {
    display: none
}

.jdgm-cf__options[data-type="single"] .jdgm-cf__option:hover label:before, .jdgm-cf__options[data-type="multiple"] .jdgm-cf__option:hover label:before, .jdgm-cf__options[data-type="scale"] .jdgm-cf__option:hover label:before {
    background-color: rgba(16, 132, 116, 0.1);
    background-color: var(--fec-secondary-color)
}

.jdgm-cf__options[data-type="single"] div.jdgm-input-error, .jdgm-cf__options[data-type="multiple"] div.jdgm-input-error, .jdgm-cf__options[data-type="scale"] div.jdgm-input-error {
    margin-top: 0;
    margin-bottom: 8px
}

.jdgm-cf__options[data-type="scale"] .jdgm-rev__rating-scale-wrapper {
    margin: 0 8px 0 0;
    width: 160px
}

.jdgm-cf__options[data-type="slider"] .jdgm-rev__slider-range {
    opacity: 0.8;
    transition: opacity 0.2s
}

.jdgm-cf__options[data-type="slider"] .jdgm-rev__slider-range:hover {
    opacity: 1;
    cursor: pointer
}

.jdgm-cf__options[data-type="slider"] input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #108474;
    background: var(--fec-primary-color);
    border-radius: 50%;
    border: none
}

.jdgm-cf__options[data-type="slider"] input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    background: #108474;
    background: var(--fec-primary-color);
    border-radius: 50%;
    border: none
}

.jdgm-review-widget--small .jdgm-cf__options[data-type="scale"] .jdgm-cf__option:not(:last-of-type) {
    margin-bottom: 8px
}

.jdgm-review-widget--small .jdgm-cf__options[data-type="scale"] .jdgm-cf-label {
    display: block
}

.jdgm-review-widget--small .jdgm-cf__options[data-type="scale"] .jdgm-cf-label-radio:before {
    top: 0
}

.jdgm-review-widget--small .jdgm-cf__options[data-type="scale"] input[type="radio"]:checked + .jdgm-cf-label-radio:after {
    top: 3px
}

@media only screen and (min-width: 768px) {
    .jdgm-cf__options[data-type="scale"] .jdgm-cf__option, .jdgm-cf__options[data-type="scale"] .jdgm-cf-label {
        display: flex;
        align-items: center
    }
}

.jdgm-widget .jdgm-picture-fieldset__box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.jdgm-widget .jdgm-media-fieldset__input {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer
}

.jdgm-picture-fieldset__box--input:hover {
    opacity: 0.6
}


.jdgm-picture-fieldset__box-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.jdgm-media-fieldset__player {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover
}


.jdgm-media-fieldset__icon, .jdgm-picture-fieldset__spinner-wrapper, .jdgm-picture-fieldset__progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.jdgm-media-fieldset__icon {
    color: #7b7b7b;
    font-size: 48px;
    line-height: 1
}

.jdgm-picture-fieldset__spinner-wrapper {
    display: none;
    width: 50%;
    height: 50%
}


.jdgm-picture-fieldset__delete {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    z-index: 1;
    background: white;
    padding: 2px 4px;
    border-radius: 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer
}

.jdgm-picture-fieldset__delete:before {
    content: "\e021"
}

.jdgm-picture-fieldset__delete:hover {
    color: white;
    background-color: #108474;
    background-color: var(--fec-primary-color)
}

.jdgm-is-uploading .jdgm-picture-fieldset__spinner-wrapper {
    display: block
}

.jdgm-picture-fieldset__progress-text {
    display: inline-block;
    color: #333333;
    font-size: 80%
}

.jdgm-write-review-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100
}

.jdgm-write-review-modal .jdgm-write-review-modal__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5
}

.jdgm-write-review-modal .jdgm-write-review-modal__container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__close-btn {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
    border: none;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    will-change: opacity
}

.jdgm-write-review-modal .jdgm-write-review-modal__close-btn:hover {
    opacity: 0.8
}

.jdgm-write-review-modal .jdgm-write-review-modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden
}

.jdgm-write-review-modal .jdgm-write-review-modal__sections {
    display: flex;
    flex: 1;
    width: 100%;
    transition: transform 0.8s ease-in-out;
    will-change: transform
}

.jdgm-write-review-modal .jdgm-write-review-modal__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    opacity: 0;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out
}

.jdgm-write-review-modal .jdgm-write-review-modal__section.current-section {
    opacity: 1
}

.jdgm-write-review-modal .jdgm-write-review-modal__slider-container {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease-in-out;
    will-change: transform
}

.jdgm-write-review-modal .jdgm-write-review-modal__page {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out
}

.jdgm-write-review-modal .jdgm-write-review-modal__page.current-page {
    opacity: 1
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--thank-you {
    justify-content: center;
    gap: 40px
}

.jdgm-write-review-modal .jdgm-write-review-modal__page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--review-details .jdgm-write-review-modal__page-header {
    gap: 20px
}

.jdgm-write-review-modal .jdgm-write-review-modal__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    text-align: center
}

.jdgm-write-review-modal .jdgm-write-review-modal__intro {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center
}

.jdgm-write-review-modal .jdgm-write-review-modal__text {
    font-size: 14px;
    text-align: center
}

.jdgm-write-review-modal .jdgm-write-review-modal__navigation {
    display: inline-flex;
    justify-content: center;
    width: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn {
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn:hover {
    opacity: 0.8
}

.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn:disabled {
    background-color: rgba(51, 51, 51, 0.5);
    cursor: default
}

.jdgm-write-review-modal .jdgm-write-review-modal__product-image img {
    object-fit: contain;
    width: 160px
}

.jdgm-write-review-modal .jdgm-write-review-modal__product-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    max-width: 100%;
    text-align: center;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--review-details .jdgm-write-review-modal__product-title {
    line-clamp: 1;
    -webkit-line-clamp: 1
}

.jdgm-write-review-modal .jdgm-write-review-modal__stars {
    position: relative;
    display: inline-flex;
    gap: 9px
}

.jdgm-write-review-modal .jdgm-write-review-modal__stars::before, .jdgm-write-review-modal .jdgm-write-review-modal__stars::after {
    position: absolute;
    top: 108%;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    cursor: default;
    pointer-events: none
}

.jdgm-write-review-modal .jdgm-write-review-modal__stars .jdgm-star {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    cursor: pointer
}

.jdgm-write-review-modal .jdgm-write-review-modal__stars::before {
    left: 0
}

.jdgm-write-review-modal .jdgm-write-review-modal__stars::after {
    right: 0
}

.jdgm-write-review-modal .jdgm-write-review-modal__gdpr-statement {
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(51, 51, 51, 0.8);
    text-align: center
}

.jdgm-write-review-modal .jdgm-write-review-modal__gdpr-statement a {
    color: rgba(51, 51, 51, 0.8);
    text-decoration: underline
}

.jdgm-write-review-modal .jdgm-write-review-modal__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    height: 100%;
    width: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__form--share-media, .jdgm-write-review-modal .jdgm-write-review-modal__form--custom-questions {
    padding: 20px 0
}

.jdgm-write-review-modal .jdgm-write-review-modal__form--thank-you {
    height: auto;
    gap: 8px
}

.jdgm-write-review-modal .jdgm-write-review-modal__form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__form-group--review-content {
    height: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__form-group--share-media, .jdgm-write-review-modal .jdgm-write-review-modal__form-group--custom-questions {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 5px 6px
}

.jdgm-write-review-modal .jdgm-write-review-modal__form-group--share-media::-webkit-scrollbar, .jdgm-write-review-modal .jdgm-write-review-modal__form-group--custom-questions::-webkit-scrollbar {
    width: 10px
}

.jdgm-write-review-modal .jdgm-write-review-modal__form-group--share-media::-webkit-scrollbar-track, .jdgm-write-review-modal .jdgm-write-review-modal__form-group--custom-questions::-webkit-scrollbar-track {
    background: transparent
}

.jdgm-write-review-modal .jdgm-write-review-modal__form-group--share-media::-webkit-scrollbar-thumb, .jdgm-write-review-modal .jdgm-write-review-modal__form-group--custom-questions::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, 0.2);
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: padding-box
}

.jdgm-write-review-modal .jdgm-write-review-modal__form-group--share-media::-webkit-scrollbar-thumb:hover, .jdgm-write-review-modal .jdgm-write-review-modal__form-group--custom-questions::-webkit-scrollbar-thumb:hover {
    background-color: rgba(51, 51, 51, 0.3)
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group {
    width: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--review-details .jdgm-write-review-modal__field-group--stars {
    position: relative;
    text-align: center
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--review-details .jdgm-write-review-modal__field-group--stars .jdgm-write-review-modal__field-error {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--review-details .jdgm-write-review-modal__field-group--review-body {
    display: flex;
    flex-direction: column;
    height: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px
}

.jdgm-write-review-modal input[type="radio"], .jdgm-write-review-modal input[type="checkbox"] {
    display: none
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-input {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    font-family: inherit;
    line-height: 125%;
    border: 1px solid rgba(51, 51, 51, 0.3);
    transition: border-color 0.2s ease, box-shadow 0.2s ease
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(51, 51, 51, 0.8)
}
.jdgm-form input::placeholder ,.jdgm-form textarea::placeholder{
    color: rgba(51, 51, 51, 0.8)
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-input.error {
    border-color: #EF4444;
    background-color: #FEF2F2
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-input.error:focus {
    border-color: #EF4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1)
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-input.anonymous-mode {
    opacity: 0.6
}

.jdgm-write-review-modal textarea.jdgm-write-review-modal__field-input {
    flex: 1;
    resize: none
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-error {
    margin-top: 8px;
    font-size: 12px;
    line-height: 150%;
    color: #EF4444;
    font-weight: 400
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-help {
    margin-top: 8px;
    font-size: 12px;
    line-height: 150%;
    color: rgba(51, 51, 51, 0.8);
    font-weight: 400
}

.jdgm-write-review-modal .jdgm-write-review-modal__anonymous-help {
    font-size: 13px
}

.jdgm-write-review-modal .jdgm-write-review-modal__chip-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    padding: 2px 10px;
    border-radius: 6px;
    background-color: #F3F4F6;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease-in-out
}

.jdgm-write-review-modal .jdgm-write-review-modal__checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400
}

.jdgm-write-review-modal .jdgm-write-review-modal__checkbox-custom {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 2px solid #D1D5DB;
    margin-right: 12px;
    flex-shrink: 0;
    transition: all 0.2s ease
}

.jdgm-write-review-modal .jdgm-write-review-modal__checkbox-custom::after {
    content: "";
    position: absolute;
    display: none;
    height: 10px
}

.jdgm-write-review-modal .jdgm-write-review-modal__checkbox-custom {
    border-radius: 4px
}

.jdgm-write-review-modal .jdgm-write-review-modal__checkbox-custom::after {
    left: 6px;
    top: 2px;
    width: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.jdgm-write-review-modal .jdgm-write-review-modal__checkbox-input:checked + .jdgm-write-review-modal__checkbox-custom::after {
    display: block
}

.jdgm-write-review-modal .jdgm-write-review-modal__checkbox-text {
    user-select: none
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__field-group--media-upload {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 200px;
    border: 1px dashed rgba(32, 34, 35, 0.6)
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__field-group--media-upload:hover {
    background-color: rgba(51, 51, 51, 0.03);
    border-style: solid
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-upload-icon {
    font-size: 0
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-upload-prompt {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    user-select: none;
    color: #6b7280
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-previews-container {
    display: inline-flex;
    gap: 6px;
    overflow-y: hidden;
    overflow-x: auto;
    max-width: 98%;
    z-index: 1
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-previews-container::-webkit-scrollbar {
    height: 10px
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-previews-container::-webkit-scrollbar-track {
    background: transparent
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-previews-container::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, 0.2);
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: padding-box
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-previews-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(51, 51, 51, 0.3)
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-preview-container {
    position: relative;
    height: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-preview-content {
    width: 78px;
    height: 78px;
    overflow: hidden;
    border: 1px solid rgba(32, 34, 35, 0.2)
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-preview-content.jdgm-is-uploading {
    background-color: rgba(32, 34, 35, 0.1)
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-preview-content.jdgm-is-uploading .jdgm-write-review-modal__media-delete {
    display: none
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-preview-content.jdgm-is-uploading .jdgm-write-review-modal__spinner-wrapper {
    display: block
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-thumbnail {
    width: 78px;
    height: 78px;
    object-fit: cover
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-delete {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    opacity: 1
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__media-delete:hover {
    opacity: 0.8
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__spinner-wrapper {
    display: none;
    width: 50%;
    height: 50%
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__progress-text {
    font-size: 85%
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__spinner-wrapper, .jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-write-review-modal__spinner {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #ccc;
    -webkit-animation: jdgm-spin 0.8s infinite linear;
    animation: jdgm-spin 0.8s infinite linear
}

.jdgm-write-review-modal .jdgm-write-review-modal__page--share-media .jdgm-form-yt-video {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 0
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-write-review-modal__field-group-header, .jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-cf__options {
    width: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf:not([data-type="text"]):not([data-type="slider"]) .jdgm-write-review-modal__field-group-header {
    text-align: center
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf:not([data-type="text"]):not([data-type="slider"]) .jdgm-cf__options {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-write-review-modal__field-label {
    margin-bottom: 0
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-write-review-modal__field-label-help {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.6)
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-cf__option {
    line-height: 0;
    margin-bottom: 0
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-write-review-modal__field-error {
    margin-top: 0
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-rev__slider-wrapper {
    width: 100%
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-rev__slider-range {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    width: 100%;
    height: 8px;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-rev__slider-range:hover {
    opacity: 0.8
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-rev__slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: white;
    border-width: 2px;
    border-style: solid
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-rev__slider-range::-moz-range-thumb {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: white;
    border-width: 2px;
    border-style: solid
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-rev__slider-first {
    float: left
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf .jdgm-rev__slider-last {
    float: right
}

.jdgm-write-review-modal .jdgm-write-review-modal__field-group.jdgm-cf.error .jdgm-write-review-modal__field-input {
    background-color: #FEF2F2;
    border-color: #EF4444
}

@media only screen and (max-width: 767px) {
    .jdgm-write-review-modal .jdgm-write-review-modal__content {
        border-radius: 0;
        padding: 70px 24px;
        height: 100%;
        width: 100%;
        height: 100dvh;
        width: 100dvw
    }

    .jdgm-write-review-modal .jdgm-write-review-modal__close-btn {
        top: 30px;
        right: 30px
    }

    .jdgm-write-review-modal .jdgm-write-review-modal__nav-btn {
        padding: 12px 0;
        width: 100%
    }

    .jdgm-write-review-modal .jdgm-write-review-modal__page--review-form-intro .jdgm-write-review-modal__form {
        padding-top: 0
    }

    .jdgm-write-review-modal .jdgm-write-review-modal__form-group--custom-questions {
        max-height: 500px
    }
}

@media only screen and (min-width: 768px) {
    .jdgm-write-review-modal .jdgm-write-review-modal__content {
        padding: 40px;
        min-height: 600px;
        max-height: 650px;
        max-width: 600px
    }

    .jdgm-write-review-modal .jdgm-write-review-modal__close-btn {
        top: 15px;
        right: 15px
    }

    .jdgm-write-review-modal .jdgm-write-review-modal__nav-btn {
        padding: 12px 40px
    }
}

.jm-mfp-is-open.jm-mfp-is-open {
    overflow: hidden
}

.jm-mfp-container .jm-mfp-close, .jm-mfp-container .jm-mfp-arrow {
    z-index: 1046;
    display: block;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 0.6;
    touch-action: manipulation
}

.jm-mfp-container img.jm-mfp-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 48px 0 32px 0;
    line-height: 0;
    box-sizing: border-box;
    transition: transform 0.5s ease
}

.jm-mfp-image-holder .mfp-close {
    right: 0;
    padding-right: 0
}

.jm-mfp-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 96px;
    height: 96px;
    color: white
}

.jm-mfp-preloader > a {
    color: white
}

.jm-mfp-preloader:before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    border-left: 2px solid white;
    -webkit-animation: jdgm-spin 0.8s infinite linear;
    animation: jdgm-spin 0.8s infinite linear;
    content: " ";
    display: block;
    width: 100%;
    height: 100%
}

.jm-mfp-bg, .jm-mfp-wrap, .jm-mfp-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.jm-mfp-bg {
    z-index: 1042;
    position: fixed;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8)
}

.jm-mfp-bg:empty {
    display: block
}

.jm-mfp-wrap {
    z-index: 1043;
    position: fixed;
    overflow: auto;
    outline: none !important
}

.jm-mfp-container {
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    padding: 0 24px
}

.jm-mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.jm-mfp-content {
    z-index: 1045;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left
}

.jm-mfp-inline-holder .jm-mfp-content, .jm-mfp-ajax-holder .jm-mfp-content {
    width: 100%;
    cursor: auto
}

.jm-mfp-close, .jm-mfp-arrow, .jm-mfp-preloader, .jm-mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jm-mfp-loading.jm-mfp-figure, .jm-mfp-s-ready .jm-mfp-preloader, .jm-mfp-s-error .jm-mfp-content {
    display: none
}

.jm-mfp-hide {
    display: none !important
}

.jm-mfp-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: white;
    font-style: normal;
    font-size: 48px;
    font-family: Arial, Baskerville, monospace;
    text-decoration: none;
    text-align: right
}

.jm-mfp-close:hover, .jm-mfp-close:focus {
    opacity: 1
}

.jm-mfp-close:active {
    top: 1px
}

.jm-mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 14px;
    line-height: 2;
    white-space: nowrap;
    width: 100%
}

.jm-mfp-counter__number {
    float: right
}

.jm-mfp-counter .jdgm-branding-footer {
    color: white
}

.jm-mfp-counter .jdgm-branding-footer:hover, .jm-mfp-counter .jdgm-branding-footer:active {
    color: white;
    opacity: 0.8
}

.jm-mfp-arrow {
    position: absolute;
    margin: 0;
    top: calc(50% - 24px);
    height: 48px;
    -webkit-tap-highlight-color: transparent;
    font-size: 48px;
    color: white
}

.jm-mfp-arrow:hover, .jm-mfp-arrow:focus {
    opacity: 1
}

.jm-mfp-arrow-left {
    left: 24px
}

.jm-mfp-arrow-left:before {
    content: '\e002'
}

.jm-mfp-arrow-right {
    right: 24px
}

.jm-mfp-arrow-right:before {
    content: '\e003'
}

.jm-mfp-figure {
    line-height: 0
}

.jm-mfp-figure:after {
    content: "";
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 32px;
    left: 0;
    display: block;
    width: auto;
    height: auto;
    z-index: -1;
    background: black
}

.jm-mfp-figure figure {
    padding: 0;
    margin: 0
}

.jm-mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.jm-mfp-image-holder .jm-mfp-content {
    max-width: 100%
}

.jm-mfp-gallery .jm-mfp-image-holder .jm-mfp-figure {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .jm-mfp-img-mobile .jm-mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .jm-mfp-img-mobile img.jm-mfp-img {
        padding: 0
    }

    .jm-mfp-img-mobile .jm-mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .jm-mfp-img-mobile .jm-mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .jm-mfp-img-mobile .jm-mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed
    }

    .jm-mfp-img-mobile .jm-mfp-bottom-bar:empty {
        padding: 0
    }

    .jm-mfp-img-mobile .jm-mfp-counter {
        right: 5px;
        top: 3px
    }

    .jm-mfp-img-mobile .jm-mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.jdgm-gallery-popup .jm-mfp-container {
    padding: 0
}

.jdgm-gallery-popup .jm-mfp-container .jm-mfp-arrow:hover {
    opacity: 1
}

.jdgm-gallery-popup .jm-mfp-main {
    position: absolute;
    top: 0;
    left: 0;
    margin: 24px;
    padding-bottom: 24px;
    width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    text-align: left
}

.jdgm-gallery-popup .jm-mfp-loading, .jdgm-gallery-popup .jm-mfp-carousel-wrapper {
    background-color: black
}

.jdgm-gallery-popup .jm-mfp-loading, .jdgm-gallery-popup .jm-mfp-content-wrapper, .jdgm-gallery-popup .jm-mfp-figure > figure {
    height: 260px
}

.jdgm-gallery-popup .jm-mfp-container > .jm-mfp-content {
    display: none
}

.jdgm-gallery-popup .jm-mfp-content {
    width: 100%;
    height: 100%;
    z-index: auto
}

.jdgm-gallery-popup .jm-mfp-close {
    z-index: 1045;
    text-align: center;
    cursor: pointer;
    font-size: 32px;
    color: #e4e4e4
}

.jdgm-gallery-popup .jm-mfp-figure:after {
    content: none
}

.jdgm-gallery-popup .jm-mfp-figure .jm-mfp-img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    padding: 0
}

.jdgm-gallery-popup .jm-mfp-figure .jm-mfp-iframe-wrapper, .jdgm-gallery-popup .jm-mfp-figure .jm-mfp-video-wrapper {
    height: 100%
}

.jdgm-gallery-popup .jm-mfp-figure .jm-mfp-video-wrapper {
    display: flex;
    justify-content: center
}

.jdgm-gallery-popup .jm-mfp-figure .jm-mfp-iframe-wrapper .jm-mfp-iframe {
    width: 100%;
    height: 100%
}

.jdgm-gallery-popup .jm-mfp-figure .jm-mfp-video-wrapper .jm-mfp-iframe {
    max-width: 100%;
    height: 100%
}

.jdgm-gallery-popup .jm-mfp-review-wrapper {
    background-color: white;
    color: #333333
}

.jdgm-gallery-popup .jm-mfp-carousel {
    padding: 8px
}

.jdgm-gallery-popup .jdgm-gallery {
    width: 100%;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap
}

.jdgm-gallery-popup .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) {
    display: inline-block
}

.jdgm-gallery-popup .jdgm-gallery .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:nth-child(n):before {
    content: none
}

@media only screen and (min-width: 992px) {
    .jdgm-gallery-popup .jdgm-gallery {
        width: 100%
    }

    .jdgm-gallery-popup .jdgm-gallery .jdgm-gallery__thumbnail-link {
        width: 80px
    }

    .jdgm-gallery-popup .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) {
        display: inline-block
    }

    .jdgm-gallery-popup .jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(n) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before {
        content: none
    }
}

.jdgm-gallery-popup .jdgm-gallery__thumbnail {
    padding: 2px;
    border: 2px solid transparent
}

.jdgm-gallery-popup .jdgm-gallery__thumbail-wrapper {
    padding: 2px
}

.jdgm-gallery-popup .jdgm-gallery__thumbnail-link {
    float: none;
    opacity: 0.7
}

.jdgm-gallery-popup .jdgm-gallery__thumbnail-link:hover, .jdgm-gallery-popup .jdgm-gallery__thumbnail-link.jdgm-gallery__thumbnail-link--current {
    opacity: 1
}

.jdgm-gallery-popup .jdgm-gallery__thumbnail-link.jdgm-gallery__thumbnail-link--current .jdgm-gallery__thumbnail {
    background-color: white
}

.jdgm-gallery-popup .jdgm-rev {
    margin: 0;
    padding: 20px
}

.jdgm-gallery-popup .jdgm-rev.jdgm-divider-top {
    border-top: none
}

.jdgm-gallery-popup .jdgm-rev__header {
    padding-right: 20px;
    margin-bottom: 10px
}

.jdgm-gallery-popup .jdgm-rev__title {
    margin-bottom: 10px;
    font-size: 100%;
    font-weight: bold
}

.jdgm-gallery-popup .jdgm-rev__body, .jdgm-gallery-popup .jdgm-rev-attachments {
    overflow: auto
}

.jdgm-gallery-popup .jdgm-rev__body p:first-child {
    margin-top: 0
}

.jdgm-gallery-popup .jdgm-rev-attachments {
    margin-top: 20px;
    border-top: 1px solid #e4e4e4
}

.jdgm-gallery-popup .jdgm-rev-attachment {
    margin-top: 20px
}

.jdgm-gallery-popup .jdgm-rev-attachment:after {
    display: block;
    content: "";
    clear: both
}

.jdgm-gallery-popup .jdgm-rev-attachment__cover {
    float: left
}

.jdgm-gallery-popup .jdgm-rev-attachment__thumbnail {
    height: 96px;
    width: 96px;
    background-color: #eaeaea;
    object-fit: cover
}

.jdgm-gallery-popup .jdgm-rev-attachment__content {
    padding-left: 116px
}

.jdgm-gallery-popup .jdgm-rev-attachment__review {
    font-size: 90%
}

.jdgm-gallery-popup .jdgm-rev-attachment__price {
    font-size: 120%;
    font-weight: bold;
    padding: 5px 0 10px 0
}

.jdgm-gallery-popup .jdgm-rev-attachment__btn {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
    padding: 10px 20px;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .jdgm-gallery-popup .jm-mfp-carousel-wrapper, .jdgm-gallery-popup .jm-mfp-review-wrapper {
        display: inline-block;
        vertical-align: top;
        height: 100%
    }

    .jdgm-gallery-popup .jm-mfp-content-wrapper {
        display: block;
        height: calc(100% - 112px)
    }

    .jdgm-gallery-popup .jm-mfp-carousel {
        padding: 16px
    }

    .jdgm-gallery-popup .jm-mfp-loading, .jdgm-gallery-popup .jm-mfp-figure, .jdgm-gallery-popup .jm-mfp-figure > figure {
        height: 100%
    }

    .jdgm-gallery-popup .jm-mfp-close {
        color: #333333
    }

    .jdgm-gallery-popup .jdgm-rev {
        height: 100%
    }

    .jdgm-gallery-popup .jdgm-rev__content {
        height: calc(100% - 20px)
    }

    .jdgm-gallery-popup .jdgm-rev__content.jdgm-rev__content--has-title {
        height: calc(100% - 80px)
    }

    .jdgm-gallery-popup .jdgm-rev__content.jdgm-rev__content--has-attachments {
        height: calc(100% - 90px)
    }

    .jdgm-gallery-popup .jdgm-rev__content.jdgm-rev__content--has-attachments .jdgm-rev__body {
        height: 40%
    }

    .jdgm-gallery-popup .jdgm-rev__content.jdgm-rev__content--has-attachments .jdgm-rev-attachments {
        height: calc(60% - 40px);
        padding-bottom: 20px
    }

    .jdgm-gallery-popup .jdgm-rev__body {
        max-height: calc(100% - 60px)
    }

    .jdgm-gallery-popup .jdgm-rev.jdgm-rev, .jdgm-gallery-popup .jdgm-rev__content {
        display: flex;
        flex-direction: column
    }

    .jdgm-gallery-popup .jdgm-rev__content {
        flex-grow: 1
    }
}

@media only screen and (min-width: 992px) {
    .jdgm-gallery-popup .jm-mfp-main {
        flex-direction: row;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        margin: 40px;
        padding-bottom: 0;
        background-color: white
    }

    .jdgm-gallery-popup .jm-mfp-carousel-wrapper {
        width: calc(100% - 400px)
    }
}

.jdgm-gallery-popup .jdgm-rev {
    float: none;
    display: block;
    border: none;
    background-color: white
}

.jdgm-gallery-popup .jdgm-rev__header {
    padding: 0
}

.jdgm-gallery-popup .jdgm-rev__header > div:not(.jdgm-rev__icon) {
    line-height: 1.2
}

.jdgm-gallery-popup .jdgm-rev__icon {
    margin: 0 10px 10px 0
}

.jdgm-gallery-popup .jdgm-rev__icon:before {
    content: none
}

.jdgm-gallery-popup .jdgm-rev__author {
    line-height: 1;
    vertical-align: top
}

.jdgm-gallery-popup .jdgm-rev__timestamp {
    float: none;
    margin-left: 5px
}

.jdgm-gallery-popup .jdgm-rev__prod-info-wrapper {
    padding: 0;
    border-top: none;
    font-size: 100%
}

.jdgm-gallery-popup .jdgm-rev__prod-link-prefix {
    display: inline-block
}

.jdgm-gallery-popup .jdgm-rev__content {
    width: 100%;
    padding: 0;
    margin: 0
}

.jdgm-widget.jdgm-medals-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #108474
}

.jdgm-medals-wrapper {
    padding: 16px;
    text-align: center
}

.jdgm-medals-wrapper--rebranding {
    gap: 16px
}

.jdgm-medals-wrapper--rebranding .jdgm-verified-wrapper .jdgm-rating {
    padding-bottom: 8px
}

.jdgm-medals-wrapper--rebranding .jdgm-verified-wrapper .jdgm-verified-by__text {
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .jdgm-medals-wrapper--rebranding .jdgm-medals__container {
        display: flex
    }
}

.jdgm-medals, .jdgm-medals__container, .jdgm-medal-wrapper, .jdgm-medal {
    display: inline-block
}

.jdgm-medals--rebranding {
    display: flex;
    flex-direction: column;
    align-items: center
}

.jdgm-medals-wrapper .jdgm-medals__container {
    padding: 16px 0
}

.jdgm-medals-wrapper .jdgm-medal-wrapper {
    margin: 0 8px
}

.jdgm-medals-wrapper .jdgm-medals-separator {
    height: 60px;
    width: 1px;
    margin: 0;
    background-color: #E9EAEB;
    display: none
}

@media only screen and (min-width: 768px) {
    .jdgm-medals-wrapper .jdgm-medals-separator {
        display: block
    }
}

.jdgm-medals-wrapper .jdgm-verified-wrapper + .jdgm-medals-separator {
    margin-left: 5px
}

.jdgm-medal {
    position: relative;
    width: 64px;
    height: 64px
}

.jdgm-medal.jdgm--loading:after {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #333333;
    -webkit-animation: jdgm-spin 0.8s infinite linear;
    animation: jdgm-spin 0.8s infinite linear;
    content: ""
}

.jdgm-medal.jdgm--loading .jdgm-medal__value {
    display: none
}

.jdgm-medal[data-tier="bronze"] .jdgm-medal__value {
    color: #a36710
}

.jdgm-medal[data-tier="silver"] .jdgm-medal__value {
    color: #666666
}

.jdgm-medal[data-tier="gold"] .jdgm-medal__value {
    color: #d2920f
}

.jdgm-medal[data-tier="platinum"] .jdgm-medal__value {
    color: #488282
}

.jdgm-medal[data-tier="diamond"] .jdgm-medal__value {
    color: #4c8eda
}

.jdgm-medal__image, .jdgm-medal__image > img, .jdgm-medal__image > div, .jdgm-medal__image svg {
    width: 100%;
    height: 100%
}

.jdgm-medal__value {
    position: absolute;
    top: 32px;
    width: 64px;
    text-align: center;
    font-family: "Nunito Sans", "Helvetica", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1
}

.jdgm-verified-wrapper {
    padding-top: 8px;
    padding-bottom: 8px
}

.jdgm-verified-wrapper .jdgm-rating {
    margin-bottom: 4px
}

.jdgm-rating__stars {
    margin-right: 4px
}

.jdgm-rating__stars .jdgm-star {
    color: #108474
}

.jdgm-medals-wrapper:not(.jdgm-medals-wrapper--small) .jdgm-verified-wrapper:first-child {
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #c1e6e6
}

.jdgm-medals-wrapper:not(.jdgm-medals-wrapper--small) .jdgm-verified-wrapper:last-child {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #c1e6e6
}

.jdgm-medals-wrapper.jdgm-medals-wrapper--rebranding:not(.jdgm-medals-wrapper--small) .jdgm-verified-wrapper {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-left: 0;
    padding-left: 0;
    border-left: none
}

.jdgm-medals-wrapper--small {
    flex-direction: column
}

.jdgm-medals-wrapper--small .jdgm-medals {
    overflow: auto;
    max-width: 288px
}

.jdgm-medals-wrapper--small .jdgm-medal {
    width: 80px;
    height: 80px
}

.jdgm-medals-wrapper--small .jdgm-medal__value {
    top: 38px;
    width: 80px;
    font-size: 19.2px
}

.jdgm-widget.jdgm-medals-wrapper {
    color: #108474
}

.jdgm-widget:not(.jdgm-medals-wrapper) .jdgm-medals-wrapper {
    border-top: 1px solid var(--fec-secondary-color)
}

.jdgm-widget:not(.jdgm-medals-wrapper) .jdgm-medals {
    max-width: 100%
}

.jdgm-widget:not(.jdgm-medals-wrapper) .jdgm-medals .jdgm-medals__container {
    display: block;
    overflow: auto;
    white-space: nowrap
}

.jdgm-widget:not(.jdgm-medals-wrapper) .jdgm-medals .jdgm-medal, .jdgm-widget:not(.jdgm-medals-wrapper) .jdgm-medals .jdgm-medal__mono svg {
    width: 80px;
    height: 80px
}

.jdgm-widget:not(.jdgm-medals-wrapper) .jdgm-medals .jdgm-medal__image {
    max-width: 100%
}

.jdgm-widget:not(.jdgm-medals-wrapper) .jdgm-medals .jdgm-medal__value {
    top: 40px;
    width: 80px;
    font-size: 19.2px
}

.jdgm-widget.jdgm-review-widget .jdgm-medals .jdgm-medal-wrapper {
    margin-right: 16px;
    margin-left: 0
}

.jdgm-widget.jdgm-review-widget .jdgm-medals .jdgm-medal__value {
    top: auto;
    bottom: -18px;
    left: 24px;
    width: 32px;
    padding: 0 4px;
    line-height: 16px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center
}

.f-image-list-preview .pswp__bg {
    opacity: 1;
    background: rgba(0, 0, 0, 0.65);
}

.f-image-list-preview .pswp__button:hover svg {
    fill: #FFFFFF;
}

.f-image-list-preview .pswp__button svg {
    width: 26px;
}

.f-image-list-preview .pswp__button--arrow--prev {
    left: 10px;
}

.f-image-list-preview .pswp__button--arrow--prev svg {
    margin-left: 5px;
}

.f-image-list-preview .pswp__button--arrow--next {
    right: 10px;
}

.f-image-list-preview .pswp__button--close svg {
    position: relative;
    top: 0;
    left: 0;
}

.f-image-list-preview .pswp__img, .pswp__zoom-wrap {
    width: 100%;
    height: 100%;
}

.jdgm-rev-widg__summary-average {
    font-size: 22px;
}

.star-rating__star {
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.star-icon {
    pointer-events: none; /* 防止SVG拦截事件 */
}


.jdgm-picture-fieldset__box.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    display: none;
}

/* 上传区域提示文字 */
.jdgm-upload-counter {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* 其他保持原有样式不变 */
.jdgm-uploaded-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


/* 上传区域样式 */
.jdgm-picture-fieldset__box {
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    border: 1px dashed #ddd;
    border-radius: 4px;
}

.jdgm-picture-fieldset__box.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    border-color: #eee;
}

.jdgm-media-fieldset__icon {
    font-size: 24px;
    color: #999;
    margin-bottom: 5px;
}

.jdgm-upload-hint {
    font-size: 14px;
    color: #666;
}

/* 上传状态指示器 */
.jdgm-upload-status {
    padding: 10px;
    background: #f8f8f8;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    color: #666;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jdgm-uploaded-image {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.jdgm-uploaded-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jdgm-remove-image {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: opacity 0.2s;
    opacity: 1;

}


/* 上传计数器 */
.jdgm-upload-counter {
    width: 100%;
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-top: 5px;
}

.jdgm-media-fieldset__container {
    display: flex;
    flex-wrap: wrap;
}

.bottom-footer {
    text-align: center;
}

.error-input {
    border: 1px solid #F56C6C !important;
}

.error-message {
    position: absolute;
    color: #F56C6C;
    font-size: 12px;
}