/** Shopify CDN: Minification failed

Line 8:8 Unexpected "{"
Line 8:17 Expected ":"
Line 8:24 Unexpected "{"

**/
.title-{{ section.id }} {
    --adjust-heading: calc(var(--FONT-ADJUST-HEADING) * {{ heading_size }});
}
.shoppable-video__product-item a {
    text-decoration: none;
}
.shoppable-price {
    font-size: 2rem;
    color: black;
    font-weight: 500;
}
.shoppable-ptitle {
    font-size: 2rem;
    color: black;
    line-height: 110%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shoppable-product-image {
    text-align: center;
    margin-top: -5rem;
    margin-bottom: 2rem;
    z-index: 99;
    position: relative;
}
.shoppable-video__product-item {
    background: #F1EBE6;
    padding: 0 2.2rem;
    padding-bottom: 2.2rem;
}
.v-stack {
    font-size: 2.4rem;
    color: black;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4rem;
    width: 4rem;
    background: rgba(0, 0, 0, 0.6);
    mask: url('https://cdn-icons-png.flaticon.com/512/727/727245.png') center / contain no-repeat;
    -webkit-mask: url('https://cdn-icons-png.flaticon.com/512/727/727245.png') center / contain no-repeat;
    cursor: pointer;
    z-index: 5;
}
.shoppable-product-image img {
    height: 8rem;
    width: 8rem;
    background: white;
    border-radius: 50%;
}
.shoppable-video__item video {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .container .shoppable-product-image {
        margin-top: -4rem;
        margin-bottom: 1.2rem;
    }
    .container .shoppable-ptitle, .container .shoppable-price {
        font-size: 1.6rem;
    }
    .container .shoppable-video__product-item {
        padding: 0 1.2rem;
        padding-bottom: 1.2rem;
    }
    .container .v-stack {
        font-size: 2rem;
        margin-bottom: 1.4rem;
    }
    .container .shoppable-product-image img {
        height: 6rem;
        width: 6rem;
    }
}