@media (min-width:768px) {
    .body-site-message .landing__cta-bar {
        top: 30px
    }
}

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

.product-gallery .product-gallery__fullsize {
    cursor: pointer
}

@media (max-width:767px) {
    .product-gallery .product-gallery__fullsize--first-badges {
        background-size: 90%
    }
    .product-gallery .product-gallery__fullsize--first-badges .beets__product-top-badge {
        height: 90px;
        width: 90px
    }
}

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

.sv-tooltip-trigger {
    position: relative;
    text-decoration: none
}

.sv-tooltip-trigger:focus .sv-tooltip,
.sv-tooltip-trigger:hover .sv-tooltip {
    bottom: 100%;
    opacity: 1
}

.sv-tooltip {
    bottom: 90%;
    opacity: 0;
    position: absolute;
    right: -15px;
    transition: all .3s ease
}

@media (min-width:576px) {
    .sv-tooltip {
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
}

.sv-tooltip .tooltip-arrow {
    display: none
}

@media (min-width:576px) {
    .sv-tooltip .tooltip-arrow {
        display: block;
        left: 50%;
        transform: translateX(-50%)
    }
}

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

@media (min-width:768px) {
    .product-gallery-side-icons {
        height: calc(100% - 100px);
        left: -20px
    }
}

@media (min-width:1440px) {
    .product-gallery-side-icons {
        left: -30px
    }
}

.product-gallery-side-icons-horizontal {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    margin: -30px auto 0;
    max-width: 400px;
    width: 100%
}

@media (min-width:768px) {
    .product-gallery-side-icons-horizontal {
        display: block
    }
}

@media (min-width:1440px) {
    .product-gallery-side-icons-horizontal {
        display: none
    }
}

.product-gallery-side-icons--bundle {
    display: none
}

@media (min-width:1440px) {
    .product-gallery-side-icons--bundle {
        display: block;
        left: -108px
    }
}

.landing-podcast {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    flex-wrap: nowrap;
    padding: 10px 20px
}

@media (min-width:768px) {
    .landing-podcast {
        border: 0;
        padding: 0
    }
}

.landing-podcast .landing-text-col {
    max-width: calc(100% - 90px)
}

@media (min-width:1024px) {
    .landing-podcast .landing-text-col {
        max-width: calc(100% - 140px)
    }
}

.landing-podcast img {
    border: 1px solid #fafafa;
    display: block;
    width: 70px
}

@media (min-width:1024px) {
    .landing-podcast img {
        width: 120px
    }
}

.landing-podcast p {
    display: inline-block
}

@media (max-width:767px) {
    .landing-podcast p {
        font-size: 14px;
        line-height: 16px
    }
}

.landing-podcast .landing-podcast-info {
    font-style: italic
}

.landing-podcast .landing-podcast-coupon {
    font-family: Barlow, sans-serif;
    font-weight: 600;
    margin-top: 10px
}

@media (min-width:768px) {
    .landing-podcast .landing-podcast-coupon {
        margin-top: 15px
    }
}

.landing__cta-bar-dropdown {
    align-items: center;
    border-right: 1px solid #dcdcdc;
    display: none;
    height: 100%;
    margin-left: -10px;
    margin-right: 20px;
    padding: 0 10px;
    position: relative
}

@media (min-width:768px) {
    .landing__cta-bar-dropdown {
        display: flex
    }
}

@media (min-width:1440px) {
    .landing__cta-bar-dropdown {
        border-left: 1px solid #dcdcdc
    }
}

.landing__cta-bar-dropdown .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(34, 34, 34, .15);
    border-radius: 0 1px 2px 2px;
    border-radius: 4px;
    left: 10px;
    min-width: 160px;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(-15px);
    transition: opacity .15s ease-in-out, transform .15s ease-in-out;
    width: auto;
    z-index: 9
}

@media (min-width:1440px) {
    .landing__cta-bar-dropdown .dropdown-menu {
        left: 0
    }
}

.landing__cta-bar-dropdown .dropdown-menu a {
    color: #222;
    display: block;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.landing__cta-bar-dropdown .dropdown-menu a:hover {
    background-color: #fafafa
}

.landing__cta-bar-dropdown .dropdown-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    outline: none;
    padding: 25px 15px 23px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.landing__cta-bar-dropdown .dropdown-toggle svg {
    stroke: #fff;
    height: 6px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: stroke .25s;
    width: 11px
}

.landing__cta-bar-dropdown .dropdown-toggle--hamburger {
    align-items: center;
    background: none;
    border: none;
    display: flex;
    height: 28px;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.landing__cta-bar-dropdown .dropdown-toggle--hamburger i {
    background: #222;
    display: block;
    height: 2px;
    left: 10px;
    position: absolute;
    width: 20px
}

.landing__cta-bar-dropdown .dropdown-toggle--hamburger i:first-child {
    top: 5px;
    transition: opacity .25s, transform 175ms, background .25s
}

.landing__cta-bar-dropdown .dropdown-toggle--hamburger i:last-child {
    bottom: 5px;
    transition: opacity .25s, transform 175ms, background .25s
}

.landing__cta-bar-dropdown .dropdown-toggle--hamburger i:nth-child(2) {
    margin-top: -1px;
    top: 50%;
    transition: transform .25s, background .25s
}

.landing__cta-bar--no-nav .landing__cta-bar-dropdown.active>.dropdown-toggle+.dropdown-menu,
.landing__cta-bar--no-nav .landing__cta-bar-dropdown:hover>.dropdown-toggle+.dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-5px)
}

.sv-review-stars {
    display: flex
}

.gallery-pricing-badge {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center;
    padding: 5px 10px 10px;
    position: absolute;
    left: calc(19% - 50px);
    text-align: center;
    text-transform: uppercase;
    top: -6px;
    width: 130px;
}

@media (min-width:768px) {
    .gallery-pricing-badge {
        height: 142px;
        width: 142px
    }
}

.gallery-pricing-badge.bg-visible {
    background-image: url(../img/icon-splash-shadow.png);
    direction: rtl;
}

.gallery-pricing-badge h3 {
    color: #0db259;
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px
}

@media (min-width:768px) {
    .gallery-pricing-badge h3 {
        font-size: 20px;
        line-height: 34px
    }
}

.gallery-pricing-badge .h4 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .38px;
    line-height: 14px
}

@media (min-width:768px) {
    .gallery-pricing-badge .h4 {
        font-size: 14px;
        letter-spacing: .45px;
        line-height: 16px;
        direction: rtl;
    }
}

.gallery-pricing-badge .h5 {
    color: #0db259;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .38px;
    line-height: 14px;
    margin-top: 5px
}

@media (min-width:768px) {
    .gallery-pricing-badge .h5 {
        font-size: 14px;
        letter-spacing: .45px;
        line-height: 16px
    }
}

@media (max-width:767px) {
    .landing__cta-bar--pricing.landing__cta-bar {
        background-color: #fff;
        border-top-color: var(--product-color-1)
    }
    .landing__cta-bar--pricing .landing__cta-bar-content-wrap {
        height: 60px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .landing__cta-bar--pricing .landing__cta-bar-text {
        padding-left: 30px;
        padding-right: 10px
    }
}

@media (max-width:575px) {
    .landing__cta-bar--pricing .landing__cta-bar-text {
        padding-left: 10px;
        padding-right: 5px
    }
}

@media (max-width:767px) {
    .landing__cta-bar--pricing .landing__cta-bar-text h5 {
        color: #222;
        font-size: 14px
    }
}

@media (max-width:575px) {
    .landing__cta-bar--pricing .landing__cta-bar-text h5 {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .landing__cta-bar--pricing .landing__cta-bar-text>div {
        display: inline-block;
        margin: 0 auto;
        text-align: right
    }
}

.landing__cta-bar--pricing .pricing-display {
    color: #222;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 20px;
    text-transform: none
}

@media (min-width:576px) {
    .landing__cta-bar--pricing .pricing-display {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .landing__cta-bar--pricing .landing__cta-bar-btn {
        margin-left: auto
    }
    .landing__cta-bar--pricing .landing__cta-bar-btn .sv-btn {
        font-size: 18px;
        height: 40px;
        letter-spacing: .5px;
        line-height: 38px;
        min-width: 140px;
        padding: 0 14px
    }
}

.landing__cta-bar-pricing-badge {
    align-items: center;
    background-image: url(../img/icon-splash-shadow_1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: -28px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: top .3s;
    width: 50px
}

@media (min-width:576px) {
    .landing__cta-bar-pricing-badge {
        right: -40px
    }
}

.landing__cta-bar-pricing-badge .h5 {
    font-size: 8px;
    line-height: 10px
}

.landing__cta-bar-pricing-badge span {
    color: #0db259;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-weight: 800;
    line-height: 12px
}

.landing__cta-bar-product {
    flex: 0 1 70px;
    height: 100%;
    margin-left: -10px;
    max-width: 70px;
    position: relative
}

@media (min-width:576px) {
    .landing__cta-bar-product {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .landing__cta-bar-product {
        display: none
    }
}

.landing__cta-bar-product img {
    bottom: -10px;
    left: 0;
    position: absolute;
    width: 70px
}

.landing__cta-bar--no-nav .landing__cta-bar-pricing-badge {
    top: -15px
}

/*# sourceMappingURL=landing2.css.map*/