/* style block 1 from store-detail.htm */
[v-cloak] {
            display: none;
        }
        .swiper-container {
            height: 300px;
        }
        .slide {
            height: 300px;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .slide h1{
            font-size: 60px;
            margin-top: 80px;
            color: #fff;
            align-self: center;
            position: relative;
            top: 30px;
            height: 1.25em;
            border-right: 1px solid transparent;
            font-family: Consolas, Monaco;
            word-break: break-all;
            overflow: hidden;
            text-align: center;
        }

/* style block 2 from store-detail.htm */
body {
            background-color:#FFFFFF;
        }
        .about
        {
            flex-direction:column;
            background-image:url(template/1/default/images/1597369935778.svg);
            display:flex;
            justify-content:flex-end;
            margin-left:0px;
            min-height:800p;
            margin-right:0px;
            padding-bottom:0px;
            width:100%;
            background-size:cover;
            padding-top:0px;
            background-position:center;
            height:500px;
        }
        .about div
        {
            margin-right:0px;
            background-color:rgba(0, 0, 0, 0.04);
            align-items:center;
            flex-direction:row;
            display:flex;
            width:100%;
            justify-content:center;
            height:60px;
            margin-left:0px;
        }
        .about div >.menu
        {
            cursor:pointer;
            background-color:rgb(0 0 0 / 20%);
            color:#FFFFFF;
            align-items:center;
            word-wrap:break-word;
            display:flex;
            text-decoration:none;
            justify-content:center;
            margin-left:16px;
            margin-right:16px;
            width:160px;
            font-size:18px;
            height:100%;
        }
        .about div >.menu:hover
        {
            background-color:rgb(0,0,0,0.5);
        }
        .about div .sel-active
        {
            background-color:rgb(0,0,0,0.5);
        }
        .news-detail
        {
            padding-bottom:300px;
            align-items:center;
            flex-direction:column;
            display:flex;
            width:90%;
            margin: 0 auto;
            margin-top:0px;
        }
        .news-detail .news-detail-title
        {
            font-family:inherit;
            padding-bottom:0px;
            word-wrap:break-word;
            display:inline-block;
            font-size:36px;
            padding-top:0px;
            font-weight:300;
            margin-top:0px;
        }
        .news-detail span
        {
            font-family:inherit;
            padding-bottom:0px;
            word-wrap:break-word;
            display:inline-block;
            width:800px;
            line-height:24px;
            padding-top:0px;
            font-weight:300;
            margin-top:48px;
        }
        @media (max-width: 768px){
            .slide h1 {
                font-size:28px;
                word-break: unset;
                overflow: unset;
            }
            .about
            {
                margin-right:0px;
                flex-direction:column;
                background-image:url(template/1/default/images/1597369935778.svg);
                display:flex;
                width:100%;
                background-size:cover;
                background-position:center;
                justify-content:flex-end;
                height:160px;
                margin-left:0px;
            }
            .about div
            {
                margin-right:0px;
                background-color:rgba(0, 0, 0, 0.04);
                align-items:center;
                flex-direction:row;
                display:flex;
                width:100%;
                justify-content:center;
                height:40px;
                margin-left:0px;
            }
            .about div >.menu
            {
                margin-right:16px;
                background-color:rgba(0, 0, 0, 0.5);
                color:#FFFFFF;
                align-items:center;
                word-wrap:break-word;
                display:flex;
                width:80px;
                justify-content:center;
                margin-left:16px;
                height:100%;
            }
            .news-detail
            {
                padding-bottom:300px;
                flex-direction:column;
                display:flex;
                width:100%;
                margin-top:0px;
            }
            .news-detail .news-detail-title
            {
                font-family:inherit;
                padding-bottom:0px;
                word-wrap:break-word;
                display:inline-block;
                font-size:36px;
                padding-top:0px;
                font-weight:300;
                margin-top:0px;
            }
            .news-detail span
            {
                font-family:inherit;
                padding-bottom:0px;
                word-wrap:break-word;
                display:inline-block;
                width:90%;
                line-height:28px;
                padding-top:0px;
                font-weight:300;
                margin-top:48px;
            }

        }

        .footer-parallax {
            background-color: #fff;
        }
