@media screen and (min-width: 768px) {
    #shopify-section-template--17644100223138__slideshow_new_Ucy6GQ, #shopify-section-template--17341928374434__slideshow_new_Ucy6GQ {
        .text-custom {
            .h2 split-lines {
                font-weight: 800 !important;
                /* color: red!important; */
                font-family: Manrope !important;
                line-height: 1.2 !important;
                display: block !important;
                /* 使用CSS自定义属性穿透Shadow DOM */
                --line-height: 1.2;
            }

            .richtext-with-link p {
                font-weight: 500 !important;
                font-family: Manrope !important;
                font-size: 24px !important;
                /* color: red; */
            }

            .dreo-button {
                height: 48px !important;
            }

            .btn-content {
                font-size: 16px !important;
                font-weight: 600 !important;
                /* color: red; */
                font-family: Manrope !important;
            }
        }
    }


}

@media screen and (max-width: 767px) {
    #shopify-section-template--17644100223138__slideshow_new_Ucy6GQ, #shopify-section-template--17341928374434__slideshow_new_Ucy6GQ {
        .text-custom {
            position: absolute !important;
            top: 16px !important;
            max-width: 342px !important;

            .h2 split-lines {
                font-weight: 800 !important;
                font-size: 28px !important;
                font-family: Manrope !important;
                line-height: 1.2 !important;
                display: block !important;
                /* 使用CSS自定义属性穿透Shadow DOM */
                --line-height: 1.2;
            }

            .richtext-with-link p {
                font-weight: 500 !important;
                font-family: Manrope !important;
                font-size: 16px !important;
            }

            .dreo-button {
                height: 40px !important;
            }

            .btn-content {
                font-size: 14px !important;
                font-weight: 600 !important;
                font-family: Manrope !important;
            }
        }
    }


}