@import url('https://www.brook-livin.com/product/voyapower_css/slick/slick.min.css');
@import url('https://www.brook-livin.com/product/voyapower_css/slick/slick-theme.css');
@import url('main.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/************************************************************************************/
.slick-arrow::before {
    font-family: "fontello";
}
main * {
    font-family: Roboto, 'Noto Sans TC', sans-serif !important;
}
dl, dt, dd {
    margin: 0;
    width: 100%;
}
main .d-flex {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
main .d-grid {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
}
picture {
    display: block;
}
main p {
    font-size: 18px;
}
main h2 {
    font-size: 2.5em;
    color: #222;
    font-weight: bold;
}
main h2 + p {
    font-size: 24px;
}
.block-GaN, .block-Video, .block-Cert, .block-sale, .block-spec, .block-wall {
    padding: 50px 0;
}
/************************************************************************************/
.block-hero {
    padding: 8% 0 5%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../voyapower_images/VoyaPower_hero_bg.avif);
}
.block-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(180, 206, 234, 1) 0%, rgba(180, 206, 234, 0) 100%);
    mix-blend-mode: multiply
}
.block-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background-color: rgba(180, 206, 234, 1);
    opacity: .5;
    mix-blend-mode: screen;
}
.block-hero picture {
    width: 100%;
}
.block-hero article {
    margin-top: 1.6em;
    display: flex;
    column-gap: 1em;
    /* grid-template-columns: 20% 80%;*/
}
.block-hero a {
    display: inline-flex;
    align-items: center;
    font-size: 1.5em;
    line-height: normal;
    padding: 0.3em 0.8em;
    background-color: #00AFAA;
    color: #fff;
    border-radius: 31.25em;
    border: 0.125em solid #00AFAA;
    transition: .3s ease-in-out;
    width: 100%;
	justify-content: center;
}
.block-hero a span {
    display: inline-block;
}
.block-hero a span:after {
    font-family: 'FontAwesome';
    margin-left: .5em;
}
.block-hero a:nth-of-type(1) span:after {
    content: "\f138";
}
.block-hero a:nth-of-type(2) span:after {
    content: "\f07a";
}
.block-hero a:hover {
    color: #00AFAA;
    background-color: #fff;
}
.block-hero .container {
    text-align: center;
    position: relative;
    z-index: 5;
}
.block-hero figure.VoyaPower_hero {
    margin: 0;
    position: relative;
}
.block-hero figure.VoyaPower_hero img {
    position: relative;
    z-index: 2;
}
.block-hero_copy {
    font-size: 1.2vw;
    position: relative;
    z-index: 1;
}
.block-hero .d-flex {
    justify-content: center;
    align-items: center;
}
.block-hero_copy h1 {
    font-size: 3.2em;
    line-height: 1.25;
    margin: 0 auto 0.4em;
    color: #222;
    font-weight: bold;
}
.block-hero_copy .block-hero_title {
    display: block;
    font-size: 1.5em;
    margin: 0 auto;
    line-height: 1.25;
    font-weight: 500;
    color: #808080;
}
.block-hero_copy h1 span {
    display: block;
    position: relative;
}
.block-hero_copy .product_name {
    color: #00AFAA;
    margin: 0 0 .5em;
    font-weight: 400;
}
.block-hero_copy .product_name img {
    max-width: 4.75em;
}
main .block-hero_copy .product_name strong {
    display: block;
    font-size: 1.4em;
}
main .block-hero_copy .product_name + p {
    font-size: 1.125em;
    font-weight: 400;
    margin-bottom: 0;
    color: #555;
}
main .block-hero_copy .product_name + p strong {
    font-size: 125%;
    color: #000;
}
/************************************************************************************/
.block-flat {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../voyapower_images/block-flat.avif);
}
.block-flat * {
    color: #fff;
}
.block-flat dt, .block-flat dd {
    width: 100%
}
/************************************************************************************/
.block-wall {
    text-align: center;
}
.block-wall .container {
    padding: 0;
}
.block-wall h2 + p {
    color: #00AFAA;
}
.block-wall h2 + p + p {
    margin-bottom: 25px;
}
.block-wall article p:last-of-type {
    margin: 0;
}
.block-wall picture {
    margin: 0;
}
/************************************************************************************/
.block-thin {
    background-color: #e4d9d0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 660px;
    background-image: url(../voyapower_images/block-thin.avif);
}
.block-thin p:last-of-type {
    margin-bottom: 0;
}
.block-thin h2 + p {
    color: #00AFAA;
}
.block-thin .container {
    padding: 70% 0 50px;
}
.block-thin article {
    position: relative;
}
/************************************************************************************/
.block-GaN {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../voyapower_images/block-GaN.avif);
    overflow: hidden;
    position: relative;
}
.block-GaN:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: screen;
    opacity: .75;
}
.block-GaN .container {
    position: relative;
    z-index: 5;
    max-width: 90%;
    padding: 0;
}
.block-GaN h2 + p, .block-GaN h2 + p strong {
    color: #00AFAA;
}
.block-GaN h2 + p + p {
    margin-bottom: 30px;
    color: #333;
}
.block-GaN dl {
    justify-content: center;
    gap: 0 25px;
    align-items: flex-end;
}
.block-GaN .block-GaN_Perf dl dt, .block-GaN .block-GaN_Perf dl dd {
    width: 100%;
}
.block-GaN .block-GaN_Perf dl dt img {
    width: 100%;
}
.block-GaN .block-GaN_Perf dl + p {
    font-size: 24px;
    margin: 50px 0 25px;
}
.block-GaN .patent {
    max-width: 980px;
    margin: 0 auto;
}
.block-GaN :is(small, span) {
    display: block;
    font-size: 100%;
}
.block-GaN small {
    position: relative;
    margin: -6% 0 0 7%;
    color: #222;
}
/************************************************************************************/
.block-Video h2, .block-Video p {
    text-align: left;
}
.block-Video h2 + p {
    color: #00AFAA;
}
.block-Video dl dt, .block-Video dl dd {
    width: 100%;
}
.block-Video dl dd a {
    display: block;
    position: relative;
    overflow: hidden;
}
.block-Video dl dd a:last-of-type {
    margin-bottom: 0;
}
.block-Video dl dd a img {
    position: relative;
    z-index: 1;
    transition: .3s ease-in-out;
}
.block-Video dl dd a:hover img {
    transform: scale(1.05);
}
.block-Video dl dd a:before {
    content: "\f16a";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 42px;
    color: red;
    opacity: .75;
}
.block-Video dl dt p:last-of-type {
    color: #00AFAA;
    margin: 0;
}
/************************************************************************************/
.block-Cert {
    text-align: center;
}
.block-Cert .container {
    padding: 0;
}
.block-Cert h2 + p {
    color: #00AFAA;
}
.block-Cert .info-card-item {
    padding: 15px 0;
}
.block-Cert .info-card-item div {
    padding: 15px;
}
.block-Cert .info-card-item div img {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
    overflow: hidden;
    border: 1px solid #00a29a;
}
.block-Cert .slick-prev:before, .block-Cert .slick-next:before {
    color: rgba(0, 175, 170, .85);
}
/************************************************************************************/
.block-Savior h2 + p {
    color: #00AFAA;
}
.block-Savior {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3840px auto;
    background-image: url(../voyapower_images/block-Savior.avif);
}
.block-Savior ul {
    margin: 0;
    padding-left: 18px;
}
/************************************************************************************/
.block-sale {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../voyapower_images/block-sale.avif);
    text-align: center;
}
.block-sale .d-flex {
    align-items: center;
}
.block-sale_price {
    display: inline-block;
    border: 2px solid #ccc;
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 20px;
}
.block-sale_price strong {
    display: block;
    font-size: 21px;
    line-height: 1;
}
.block-sale_price p, .block-sale_price h2 {
    margin: 0;
}
.block-sale_price h3 {
    font-weight: 600;
    font-size: 70px;
    color: #d50000;
    line-height: 1.2;
    margin: 0;
}
.block-sale_price p {
    color: #00a29a;
    font-size: 18px;
    font-weight: 600;
}
.block-sale ul {
    text-align: left;
    margin: 0 auto 25px;
    font-weight: 600;
    font-size: 28px;
    list-style: none;
    padding: 0;
}
.block-sale ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #222;
}
.block-sale ul li:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: top;
}
.block-sale ul li:nth-of-type(1):before {
    background-image: url(../voyapower_images/block-sale_icon1.svg);
}
.block-sale ul li:nth-of-type(2):before {
    background-image: url(../voyapower_images/block-sale_icon2.svg);
}
.block-sale ul li:nth-of-type(3):before {
    background-image: url(../voyapower_images/block-sale_icon3.svg);
}
.buyNow {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.block-sale a {
    display: inline-flex;
    align-items: center;
    font-size: 28px;
    justify-content: center;
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    border-radius: 500px;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, rgba(233, 130, 130, 1) 0%, rgba(207, 4, 4, 1) 100%);
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .22);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    transition: all 0.15s ease;
    position: relative;
    transition: all .3s ease-out;
}
.block-sale a:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    background-image: url(../voyapower_images/angle-circled-right.svg);
}
.block-sale small {
    display: block;
    font-size: 21px;
    color: #000;
}
/************************************************************************************/
.block-spec {
    background: #00a29a;
    color: white;
}
.block-spec * {
    color: #fff;
}
.block-spec h2 {
    margin-top: 50px;
}
.block-spec .media {
    align-items: center;
}
.block-spec .media article table span {
    display: block;
    margin-bottom: 5px;
}
.block-spec .media article table td {
    vertical-align: top;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 10px;
}
.block-spec .media article table tr:last-of-type td:last-of-type {
    padding-bottom: 0;
}
.block-spec .media article table td:first-of-type {
    text-align: right;
    font-weight: 500;
    white-space: nowrap;
}
/**** Ã¦â€°â€¹Ã¦Â©Å¸   ********************************************************************************/
@media screen and (max-width: 1440px) {
    .block-Video .container {
        max-width: 90%;
        padding: 0;
    }
    .block-hero .container {
        max-width: none;
        padding: 0;
    }
}
@media screen and (max-width: 1280px) {
    .block-Video .container {
        max-width: 90%;
    }
    .block-Video dl {
        display: block;
    }
    .block-Video dl dd {
        flex: none;
    }
}
@media screen and (max-width: 1200px) {
    .block-thin {
        background-color: #dfd3c2;
        background-size: 100% auto;
        background-image: url(../voyapower_images/block-thin_mobile.jpg);
    }
    .block-thin .container {
        max-width: 90%;
    }
    .block-Savior {
        background-position: center top;
        background-color: #dfd2c4;
        background-size: 100% auto;
        background-image: url(../voyapower_images/block-Savior_mobile.jpg);
        padding: 120% 0 50px;
    }
    .block-Savior .container, .block-spec .container {
        max-width: 90%;
        padding: 0;
    }
    .block-wall .d-flex article {
        margin-bottom: 25px;
    }
    .block-wall .container {
        max-width: 90%;
        padding: 0;
    }
    .block-wall .d-flex {
        flex-wrap: wrap;
    }
    .block-wall h2 br {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .block-wall .d-flex {
        flex-wrap: wrap;
    }
    .block-GaN .info-card-item {
        width: 280px;
        padding: 10px 0;
    }
    .block-GaN .info-card-item div {
        scroll-snap-coordinate: center;
        scroll-snap-align: center;
        padding: 0;
    }
    .block-GaN dl {
        flex-wrap: wrap;
    }
    .block-GaN dl dt {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 995px) {
    .block-Cert .scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .block-Cert .scrollbar::-webkit-scrollbar {
        display: none;
    }
    .info-card {
        display: inline-flex;
        white-space: normal;
        padding: 0 5%;
    }
    .info-card {
        gap: 30px;
    }
    .block-Cert {
        padding: 50px 0 calc(70px - 5%);
    }
    .block-Cert h2, .block-Cert h2 + p {
        padding: 0 5%;
    }
    .block-Cert .info-card-item {
        width: 280px;
        padding: 10px 0;
    }
    .block-Cert .info-card-item div {
        padding: 0;
    }
    .block-Cert .container {
        padding: 0;
        max-width: none;
    }
    .block-sale {
        background-position: center bottom;
        background-color: #c6b4a8;
        background-size: 100% auto;
        background-image: url(../voyapower_images/block-sale_mobile.jpg);
        padding: 50px 0 99%;
    }
    .block-sale .container {
        max-width: 90%;
        padding: 0;
    }
    .block-sale .d-flex {
        justify-content: center;
    }
    .block-sale h2 {
        margin-bottom: 15px;
    }
    .block-sale h2 span {
        display: block;
    }
    .block-sale ul {
        font-size: 24px;
        display: inline-block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 992px) {
    .scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .scrollbar::-webkit-scrollbar {
        display: none;
    }
    .block-flat .media {
        flex-wrap: wrap;
    }
    .block-flat .media dd {
        margin: -34% auto 0;
        max-width: 90%;
        padding: 15px 0 50px;
    }
}
@media screen and (max-width: 768px) {
    main h2 {
        font-size: 2em;
    }
    .block-hero {
        background-size: cover;
        background-image: url(../voyapower_images/VoyaPower_hero_bg_mobile.avif);
        padding: 0 0 50px;
    }
    .block-hero_copy {
        font-size: 4vw;
        margin: 0 auto;
        max-width: 90%;
    }
    main .block-hero_copy .product_name + p span {
        display: inline-block;
    }
    .block-hero_copy .block-hero_title {
        font-size: 1.3em;
        margin-bottom: .5em;
    }
    .block-hero_copy h1 br {
        display: none;
    }
    .buyNow {
        display: block;
        text-align: center;
    }
    .buyNow a {
        width: 100%;
        max-width: 320px;
        margin: 10px;
    }
    .block-spec h2 {
        margin: 0 0 25px;
    }
    .block-spec .media {
        display: block;
    }
    .block-spec .media-body {
        flex: initial;
    }
    .block-spec .media .media-body table {
        margin-bottom: 25px;
    }
    .block-spec .media .media-body table td {
        width: auto !important;
        display: inline-block !important;
        text-align: left !important;
    }
    .block-spec .media .media-body table tr {
        display: block;
        margin-bottom: 5px;
    }
    .block-Video dl dd a:first-of-type {
        margin: 15px 0;
    }
    .block-sale h2 span {
        display: inline-block;
    }
 .block-hero article {
    grid-row-gap: 1em;
    flex-direction: column;
    margin: 1em auto 0;
}
}
/**** Ã¦Â¡Å’Ã¦Â©Å¸ ***********************************************************************/
@media screen and (min-width: 768px) {
    .block-sale a:hover {
        transform: scale(1.05);
    }
    .block-GaN, .block-Video, .block-Cert, .block-spec, .block-wall {
        padding: 70px 0;
    }
    .block-hero {
        padding: 8% 0 5%;
        height: 50vw;
    }
    .block-hero_copy {
        font-size: 1.2vw;
        left: 28%;
        transform: translateX(-50%);
    }
    .block-hero picture {
        position: absolute;
        top: 20%;
        left: 82%;
        transform: translate(-50%, -50%);
        z-index: 2;
        max-width: 66%;
    }
    .block-hero .container {
        display: flex;
    }
    .block-spec .media article:last-of-type {
        max-width: 40%;
        padding-left: 50px;
    }
    .block-spec .media .media-body {
        max-width: 50%;
    }
}
@media screen and (min-width: 1441px) {
    .block-hero .container {
        max-width: none;
        padding: 0 5%;
    }
}
@media screen and (min-width: 995px) and (max-width: 1200px) {
    .block-Cert .container {
        padding: 0 70px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    #header nav .col-lg-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    #header nav .col-lg-8 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .block-GaN .container {
        max-width: 648px;
    }
}
@media screen and (min-width: 992px) {
    .block-flat {
        background-attachment: fixed;
    }
    .block-flat dt {
        max-width: 40%;
    }
    .block-flat dd {
        padding: 0 5%;
    }
    .block-sale .d-flex {
        height: 570px;
        padding: 0;
    }
    .block-sale article {
        position: relative;
        transform: translateX(-50%);
        left: 74%;
        padding-top: 44px;
    }
    .block-sale ul {
        margin: 0 auto 50px;
    }
}
@media screen and (min-width: 1024px) {
    .block-GaN .block-GaN_Perf .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .block-GaN .block-GaN_Perf dl dt {
        flex: 1;
        max-width: 45%;
    }
    .block-GaN .block-GaN_Perf dl dd {
        max-width: 45%;
        padding-left: 15px;
    }
}
@media screen and (min-width: 1918px) {
    .block-hero_copy {
        font-size: 1vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .block-thin h2 br, .block-Savior br {
        display: none;
    }
}
@media screen and (min-width: 1200px) and (min-aspect-ratio: 3/1.5) {
    .block-hero {
        height: 100vh;
    }
}
@media screen and (min-width: 1200px) {
    .block-hero {
        min-height: 700px;
    }
    .block-spec .container {
        max-width: 1200px;
    }
    .block-wall article {
        max-width: 480px;
    }
    .block-wall picture {
        flex: 1;
        margin: 0;
        max-width: 768px;
    }
    .block-wall article {
        padding-right: 50px;
    }
    .delighter .fade-right, .delighter .fade-left, .delighter .fade-up {
        opacity: 0;
        transition: all .7s ease-out;
    }
    .delighter .fade-right {
        transform: translateX(20%);
    }
    .delighter .fade-left {
        transform: translateX(-20%);
    }
    .delighter .fade-up {
        transform: translateY(20%);
    }
    .delighter.started .fade-in.started, .delighter.started .fade-right, .delighter.started .fade-left, .delighter.started .fade-up {
        opacity: 1;
        transform: none;
    }
    .delighter.fade-scale {
        transition: all .7s ease-out;
        transform: scale(1.2);
        opacity: 0;
    }
    .delighter.started.fade-scale {
        transform: none;
        opacity: 1;
    }
    .block-GaN figure {
        opacity: 0;
        transition: all .7s ease-out;
        transform: translate(-20%, -20%);
    }
    .block-GaN.delighter.started figure {
        transform: none;
        opacity: 1;
    }
    .block-Savior.delighter article {
        transform: translate(-50%, -30%);
    }
    .block-Savior.delighter.started article {
        transform: translate(-50%, -50%);
    }
    .block-hero picture {
        transition: all .7s ease-out;
        transform: translate(-0%, -60%);
        opacity: 0;
        transition-delay: 0.9s;
    }
    .block-hero.delighter.started picture {
        transform: translate(-50%, -50%);
        opacity: 1;
        padding-left: 3%;
    }
    .block-hero * {
        transition: all .7s ease-out;
    }
    .block-hero strong.block-hero_title {
        transform: translateY(-35%);
        opacity: 0;
    }
    .block-hero h1 {
        transform: translateY(-10%);
        opacity: 0;
        transition-delay: .3s;
    }
    .block-hero .product_name {
        transform: translateY(-10%);
        opacity: 0;
        transition-delay: 0.6s;
    }
    .block-hero .product_name + p {
        transform: scale(0.5);
        transform-origin: center;
        opacity: 0;
        transition-delay: .9s;
    }
    .block-hero a {
        transform: translateY(10%);
        opacity: 0;
    }
    .block-hero.delighter.started h1, .block-hero.delighter.started strong.block-hero_title, .block-hero.delighter.started .product_name, .block-hero.delighter.started a {
        opacity: 1;
        transform: none;
    }
    .block-hero.delighter.started .product_name + p {
        transform: scale(1);
        opacity: 1;
    }
    .block-thin .container {
        max-width: 90%;
    }
    .block-thin .container {
        height: 660px;
        display: flex;
        align-items: center;
        padding: 70px 0;
    }
    .block-thin article {
        position: relative;
        left: 64%;
        transform: translateX(-50%);
    }
    .block-Savior {
        height: 920px;
    }
    .block-Savior article {
        position: absolute;
        top: 25%;
        left: 30%;
        transform: translate(-50%, -50%);
        max-width: 558px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .block-wall .container {
        max-width: 648px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .block-Video dl dd div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 15px;
    }
    .block-Video dl dt {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 1280px) {
    .block-Video dl dt {
        flex: 1;
        padding-right: 76px;
        max-width: 56%;
    }
    .block-Video dl dd {
        max-width: 290px;
        display: flex;
        align-items: baseline;
    }
    .block-Video dl dd a {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 995px) {
    .block-Cert .container {
        max-width: 980px;
    }
}