.product-gallery-thumbs {
    margin: 8px 0 0;
    padding-bottom: 1px;
    padding-top: 1px;
    width: 100%
}

@media (min-width:768px) {
    .product-gallery-thumbs {
        margin: 16px 0 0
    }
}

.product-gallery-thumbs>div {
    flex: 0 0 72px
}

.product-gallery-thumb {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    cursor: pointer
}

.product-gallery-thumb.active {
    border-color: #346739
}

.product-gallery-thumb--rest {
    background-color: #d9d9d9;
    border: 0
}

.product-gallery-thumb--rest .product-gallery-thumb__inner {
    position: relative;
    z-index: 0
}

.product-gallery-thumb__inner {
    border-radius: 9px;
    position: relative;
    width: 100%
}

.product-gallery-thumb__inner:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.product-gallery-thumb__inner img,
.product-gallery-thumb__inner svg {
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px
}

@media (min-width:768px) {
    .product-gallery-thumb__inner img,
    .product-gallery-thumb__inner svg {
        height: 24px;
        width: 24px
    }
}

.product-gallery-thumb__inner div {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product-gallery-thumb__inner span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.product-gallery-thumb__inner--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.product-gallery-thumbs {
    margin: 16px -4px 0;
    width: auto
}

@media (min-width:768px) {
    .product-gallery-thumbs {
        margin-top: 24px
    }
}

.product-gallery-thumbs>div {
    flex: 0 0 70px;
    max-width: 20%;
    padding: 0 4px
}

@media (min-width:768px) {
    .product-gallery-thumbs>div {
        flex: 0 0 20%;
        padding: 0 8px
    }
}

.product-gallery-thumb {
    outline: 1px solid transparent;
    transition: all .3s
}

.product-gallery-thumb.active {
    border-color: #333;
    outline-color: #333
}

.product-gallery__modal .image-gallery__thumbnails {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    order: 1;
    padding-left: 0;
    position: relative
}

@media (min-width:768px) {
    .product-gallery__modal .image-gallery__thumbnails {
        flex-direction: column;
        justify-content: flex-start;
        order: 0
    }
}

.product-gallery__modal .image-gallery__thumbnails li {
    border-radius: 2px;
    list-style: none;
    margin: 0 5px
}

@media (min-width:768px) {
    .product-gallery__modal .image-gallery__thumbnails {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        order: 0;
        position: relative
    }
}

.product-gallery__modal .image-gallery__thumbnails li {
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    max-width: 80px;
    padding: 8px;
    position: relative;
    transition: border-color .25s;
    width: calc(20% - 10px)
}

@media (min-width:768px) {
    .product-gallery__modal .image-gallery__thumbnails li {
        height: 80px;
        width: 80px
    }
}

.product-gallery__modal .image-gallery__thumbnails li:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.product-gallery__modal .image-gallery__thumbnails li.active {
    border: 2px solid #333
}

.product-gallery__modal .image-gallery__thumbnails li.product-gallery__rest-counter {
    border: 2px solid #dcdcdc
}

.product-gallery__modal .image-gallery__thumbnails li+li {
    margin-top: 16px
}

.product-gallery__modal .image-gallery__thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product-gallery__modal .image-gallery__thumb--video {
    background-repeat: no-repeat;
    background-size: cover
}

.product-gallery__modal .image-gallery__thumb--video:before {
    background-color: rgba(34, 34, 34, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.product__image-modal-slider .flickity-viewport[style] {
    height: 100% !important;
    touch-action: pan-y pinch-zoom !important
}

.product__image-modal-slider-wrapper {
    padding: 20px;
    width: 100%
}

.product__image-modal-slider {
    height: 100%;
    width: 100%
}

.product__image-modal-slider-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.product-gallery__modal .modal-container,
.product-gallery__modal .modal-dialog {
    max-width: calc(100% - 20px);
    width: 1440px
}

.product-gallery__modal .modal-content {
    height: 900px;
    max-height: calc(100vh - 48px)
}

.product-gallery__modal .modal-body {
    height: 100%;
    padding: 20px
}

.product-gallery__modal-content {
    display: flex;
    height: 100%
}

.product-gallery__modal-content .product-gallery__fullsize {
    flex: 1 1 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.product-gallery__modal-content .product-gallery__fullsize:before {
    content: none
}

.product-gallery__fullsize {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 328px
}

@media (min-width:768px) {
    .product-gallery__fullsize {
        width: 100%
    }
}

.product-gallery__fullsize:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.product-gallery-daily-badge {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #346739;
    display: flex;
    filter: drop-shadow(0 0 5px rgba(34, 34, 34, .2));
    flex-direction: column;
    height: 96px;
    justify-content: center;
    padding: 8px;
    position: absolute;
    right: -44px;
    text-align: center;
    top: -8px;
    width: 96px
}

@media (min-width:768px) {
    .product-gallery-daily-badge {
        height: 128px;
        right: 0;
        top: 0;
        width: 128px
    }
}

.product-gallery-daily-badge h5 {
    color: #346739;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px
}

@media (min-width:768px) {
    .product-gallery-daily-badge h5 {
        font-size: 24px;
        line-height: 32px
    }
}

.product-gallery-daily-badge h5+p {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px
}

@media (min-width:768px) {
    .product-gallery-daily-badge h5+p {
        font-size: 14px;
        line-height: 16px;
        margin-top: 4px
    }
}

.product-gallery-daily-badge--2 {
    height: 112px;
    width: 112px
}

@media (min-width:768px) {
    .product-gallery-daily-badge--2 {
        height: 144px;
        width: 144px
    }
    .product-gallery-daily-badge--2 h5 {
        font-size: 28px;
        line-height: 34px
    }
}

.product-gallery-daily-badge--2 .free-shipping {
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    margin-top: 4px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .product-gallery-daily-badge--2 .free-shipping {
        font-size: 14px
    }
}

.product-gallery-daily-badge--2 .product-gallery__only {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: .5;
    margin-top: -6px
}

.product-gallery-daily-badge--3 {
    height: 72px;
    right: -30px;
    top: 0;
    width: 72px
}

@media (min-width:768px) {
    .product-gallery-daily-badge--3 {
        height: 128px;
        top: 16px;
        width: 128px
    }
}

@media (min-width:1024px) {
    .product-gallery-daily-badge--3 {
        right: 16px
    }
}

.product-gallery-daily-badge--3 h5+p,
.product-gallery-daily-badge--3 p {
    color: #667c60;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    margin: 0
}

@media (min-width:768px) {
    .product-gallery-daily-badge--3 h5+p,
    .product-gallery-daily-badge--3 p {
        font-size: 16px;
        line-height: 24px
    }
}

.product-gallery-daily-badge--3 h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

@media (min-width:768px) {
    .product-gallery-daily-badge--3 h5 {
        font-size: 36px;
        line-height: 32px
    }
}

.product-gallery-daily-badge--promo {
    height: 72px;
    right: -30px;
    top: 0;
    width: 72px
}

@media (min-width:768px) {
    .product-gallery-daily-badge--promo {
        height: 128px;
        top: 16px;
        width: 128px
    }
}

@media (min-width:1024px) {
    .product-gallery-daily-badge--promo {
        right: 16px
    }
}

.product-gallery-daily-badge--tiktok {
    height: 72px;
    right: -30px;
    top: 0;
    width: 72px
}

@media (min-width:768px) {
    .product-gallery-daily-badge--tiktok {
        height: 100px;
        top: 8px;
        width: 100px
    }
}

@media (min-width:1024px) {
    .product-gallery-daily-badge--tiktok {
        right: 8px
    }
}

.product-gallery__clean-logo+.product-gallery-daily-badge--tiktok {
    top: 76px
}

@media (max-width:767px) {
    .product-gallery__clean-logo+.product-gallery-daily-badge--tiktok {
        height: 60px;
        right: -24px;
        width: 60px
    }
}

@media (min-width:768px) {
    .product-gallery__clean-logo+.product-gallery-daily-badge--tiktok {
        top: 116px
    }
}

@media (min-width:1024px) and (max-width:1439px) {
    .product-gallery__clean-logo+.product-gallery-daily-badge--tiktok-stack {
        left: 8px;
        right: auto;
        top: 8px
    }
}

.product-gallery__clean-logo {
    height: auto;
    position: absolute;
    right: -30px;
    top: 0;
    width: 72px;
    z-index: 1
}

@media (min-width:768px) {
    .product-gallery__clean-logo {
        top: 8px;
        width: 100px
    }
}

@media (min-width:1024px) {
    .product-gallery__clean-logo {
        right: 8px
    }
}

@media (min-width:1440px) {
    .product-gallery__clean-logo {
        top: 8px
    }
}

.product-gallery-tiktok-badge {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 4px;
    display: flex;
    filter: drop-shadow(0 0 5px rgba(34, 34, 34, .2));
    justify-content: center;
    padding: 4px;
    position: absolute;
    right: -30px;
    top: 0;
    width: 100px;
    z-index: 1
}

@media (min-width:768px) {
    .product-gallery-tiktok-badge {
        width: 140px
    }
}

@media (min-width:1024px) {
    .product-gallery-tiktok-badge {
        right: 8px;
        top: 8px
    }
}

.product-gallery__badge {
    position: absolute;
    right: 40px;
    top: 0;
    width: 75px
}

@media (min-width:576px) {
    .product-gallery__badge {
        right: 50px;
        width: 125px
    }
}

@media (min-width:768px) {
    .product-gallery__badge {
        right: 0;
        top: 110px;
        width: 75px
    }
}

@media (min-width:1024px) {
    .product-gallery__badge {
        right: 0;
        top: 30px;
        width: 125px
    }
}

.image-gallery__play-icon {
    left: 50%;
    max-height: 50%;
    max-width: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.product-gallery-vimeo {
    align-items: center;
    background-image: radial-gradient(50% 50% at center, rgba(0, 0, 0, .1) 50%, transparent 98%);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product-gallery__modal-content .image-gallery__thumbnails {
    flex-wrap: nowrap;
    overflow: auto
}

.product-gallery__amazon-icon {
    margin: 10px auto 0;
    width: 188px
}

.product-gallery-side-icons {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    height: calc(100% - 24px);
    left: -44px;
    max-height: 370px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.product-gallery__fullsize {
    flex: 0 0 65.1162790698%;
    max-width: 65.1162790698%;
    min-width: 224px
}

@media (min-width:1024px) {
    .product-gallery__fullsize {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.gallery-rating {
    margin-top: 16px
}

@media (min-width:768px) {
    .gallery-rating {
        align-items: center;
        background-color: #f8f8f8;
        border-radius: 30px;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05);
        display: inline-flex;
        margin: 24px auto 0;
        padding: 16px 24px
    }
}

.gallery-rating-info {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none
}

@media (max-width:767px) {
    .gallery-rating-info {
        background-color: #f8f8f8;
        border-radius: 30px;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05);
        margin: 8px auto 0;
        padding: 8px 16px
    }
}

@media (min-width:768px) {
    .gallery-rating-info {
        justify-content: flex-start
    }
}

.gallery-rating-info p {
    font-weight: 600
}

.gallery-rating-info .junip-product-summary {
    margin-right: 8px
}

.gallery-rating-info .junip-product-summary-star {
    height: 24px;
    padding: 2px;
    width: 24px
}

.gallery-rating-info .junip-product-summary-review-count {
    display: none
}

.gallery-rating__score {
    margin-right: 16px
}

@media (min-width:768px) {
    .gallery-rating__count {
        margin-right: 16px;
        white-space: nowrap
    }
}

.gallery-rating__facts-btn {
    align-items: center;
    display: flex;
    font-style: italic;
    font-weight: 600;
    margin: 16px auto 0
}

@media (min-width:768px) {
    .gallery-rating__facts-btn {
        display: inline-flex;
        margin: 0;
        white-space: nowrap
    }
}

.gallery-rating__facts-btn>svg {
    margin-right: 8px
}

.product-gallery__first-slide-only {
    display: none
}

.product-gallery__first-slide-only[data-slide-index="0"] {
    display: block
}

.product-gallery__first-slide-only .product-gallery-daily-badge,
.product-gallery__first-slide-only .product-gallery-side-icons {
    pointer-events: none;
    z-index: 1
}

.product-gallery-slider-wrapper {
    flex: 0 0 65.1162790698%;
    margin: 0 auto;
    max-width: 65.1162790698%;
    min-width: 224px;
    position: relative
}

@media (min-width:1024px) {
    .product-gallery-slider-wrapper {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.product-gallery-slider-wrapper .product-gallery__first-slide-only .product-gallery-vimeo {
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: auto
}

.product-gallery-slider {
    width: 100%
}

.product-gallery-slider:not(.flickity-enabled) {
    display: flex;
    flex-wrap: wrap
}

.product-gallery-slider:not(.flickity-enabled) .product-gallery-slider__item:nth-child(n+2) {
    display: none
}

.product-gallery-slider .flickity-button {
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    z-index: 1
}

.product-gallery-slider .flickity-button svg {
    display: none
}

.product-gallery-slider .flickity-prev-next-button.previous {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Crect width='24' height='24' fill='%23CCDBBB' rx='12' transform='matrix(0 -1 -1 0 24 24)'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M13.79 15.805a.636.636 0 0 0 0-.943L10.725 12l3.067-2.862a.636.636 0 0 0 0-.943.75.75 0 0 0-1.01 0L9.209 11.53a.636.636 0 0 0 0 .942l3.572 3.334a.75.75 0 0 0 1.01 0' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.product-gallery-slider .flickity-prev-next-button.next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Crect width='24' height='24' y='24' fill='%23ccdbbb' rx='12' transform='rotate(-90 0 24)'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M10.21 15.805a.636.636 0 0 1 0-.943L13.275 12l-3.067-2.862a.636.636 0 0 1 0-.943.75.75 0 0 1 1.01 0l3.572 3.334a.636.636 0 0 1 0 .942l-3.572 3.334a.75.75 0 0 1-1.01 0' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.product-gallery-slider--dots {
    padding-bottom: 16px
}

.product-gallery-slider--dots .flickity-page-dots {
    bottom: 0;
    line-height: 8px
}

.product-gallery-slider--dots .flickity-page-dots .dot {
    background-color: #fff;
    border: 1px solid #f7f6f5;
    flex: 0 0 8px;
    height: 8px;
    margin: 0 4px;
    opacity: 1;
    width: 8px
}

.product-gallery-slider--dots .flickity-page-dots .dot.is-selected {
    background-color: #346739;
    border-color: #346739
}

.product-gallery-slider__item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    width: 100%
}

.product-gallery-slider__item {
    position: relative
}

.product-gallery-slider__item-lcp-img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}