.app__products__options__compare__link {
    padding: .8em 2em;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: .1em;
    border-radius: 0;
    color: #fff!important;
    background-color: #137ec1!important;
    border-color: #137ec1!important;
    border-width: 1px;
    border-style: solid;
    position: relative;
    display: inline-block
}

.app__products__options__compare__link.focus,
.app__products__options__compare__link:focus {
    color: #fff!important;
    background-color: #1069a0!important;
    border-color: #08324d!important
}

.app__products__options__compare__link:hover {
    color: #fff;
    background-color: #1069a0!important;
    border-color: #0e5a89!important
}

.app__products__options__compare__link.active,
.app__products__options__compare__link:active,
.open>.app__products__options__compare__link.dropdown-toggle {
    color: #fff;
    background-color: #1069a0!important;
    border-color: #0e5a89!important
}

.app__products__options__compare__link.active,
.app__products__options__compare__link:active {
    background-image: none
}

.app__column-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.app__column-layout:last-child {
    margin-bottom: 0
}

.app__column-layout>* {
    margin-bottom: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.app__column-layout>:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .app__column-layout {
        margin-bottom: 4rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .app__column-layout>* {
        margin-bottom: 0;
        padding: 0 .5rem
    }
    .app__column-layout>:first-child {
        margin-left: -.5rem
    }
    .app__column-layout>:last-child {
        margin-right: -.5rem
    }
}

.app__column-layout__column--1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.app__column-layout__column--2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.app__column-layout__column--3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
}

.app__column-layout__column--4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.app__column-layout__column--5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.app__column-layout__column--6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%
}

.app__feature__card {
    text-align: center
}

.app__feature__card__image {
    display: inline;
    max-width: 100%;
    margin: 0 0 .5rem
}

.app__feature__card__title {
    text-transform: uppercase;
    line-height: 1.5rem
}

.app__feature__card h3.app__feature__card__title {
    color: inherit
}

.app__feature__card__description {
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 19px;
    text-align: left;
    margin: 0
}

.app__layout-container {
    width: 100%;
    padding: 3rem 2rem;
    background-color: #fff;
    color: #000
}

.app__layout-container a {
    color: #000
}

.app__layout-container>* {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

.app__layout-container--medium>* {
    max-width: 1400px
}

.app__layout-container--large>* {
    max-width: 100%
}

.app__layout-container--dark {
    background-color: #000;
    color: #fff
}

.app__layout-container--dark a {
    color: #fff
}

.app__layout-container--neutral {
    background-color: #f8f8f8
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__img-banner__img {
    width: 100%;
    display: block
}

@media screen and (min-width:768px) {
    .app__img-banner__img__mobile {
        display: none
    }
}

.app__img-banner__img__desktop {
    display: none
}

@media screen and (min-width:768px) {
    .app__img-banner__img__desktop {
        display: block
    }
}

.app__learn-more__container__text__button__container,
body {
    font-family: Roboto, Noto Sans TC, Noto Sans SC, Noto Sans JP, Noto Sans KR, Prompt, sans-serif, Microsoft JhengHei
}

.app__learn-more__container__text__title--center,
.app__learn-more__container__text__title--left,
.app__learn-more__container__text__title--right,
table th {
    font-family: Knockout\ 30, Knockout\ 28, Prompt, sans-serif, Microsoft JhengHei;
    font-weight: 400;
    letter-spacing: .05rem
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__learn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app__learn-more__link {
    text-decoration: none
}

.app__learn-more__link:hover {
    text-decoration: none
}

.app__learn-more__container {
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-line-pack: center;
    align-content: center
}

.app__learn-more__container__text {
    text-align: center
}

.app__learn-more__container__text__title--left {
    text-align: left;
    max-width: 900px
}

.app__learn-more__container__text__title--right {
    text-align: right;
    max-width: 900px
}

.app__learn-more__container__text__title--center {
    text-align: center;
    max-width: 900px
}

.app__learn-more__container__text__copy--left {
    text-align: left;
    max-width: 900px
}

.app__learn-more__container__text__copy--right {
    text-align: right;
    max-width: 900px
}

.app__learn-more__container__text__copy--center {
    text-align: center;
    max-width: 900px
}

.app__learn-more__container__text__button {
    max-width: 900px;
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.app__learn-more__container__text__button__container {
    text-transform: uppercase;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.app__learn-more__container__inner--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.app__learn-more__container__inner--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.app__learn-more__container__inner--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center
}

.app__learn-more--light .app__learn-more__link {
    background: #fff;
    color: #000
}

.app__learn-more--dark .app__learn-more__link {
    background: #000;
    color: #fff
}

.app__learn-more--neutral .app__learn-more__link {
    background: #f8f8f8
}

.app__learn-more__container,
.app__learn-more__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__life-style {
    position: relative;
    display: block;
    background-color: #000
}

@media screen and (min-width:768px) {
    .app__life-style {
        background-color: transparent
    }
}

.app__life-style__img-con {
    background-color: #000
}

.app__life-style__text {
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 0 .5em #000;
    line-height: 1;
    text-align: center;
    font-family: Knockout\ 30, Knockout\ 28;
    margin: 0;
    width: 100%
}

@media(min-width:768px) {
    .app__life-style__text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
        font-size: 3.5vw
    }
}

@media screen and (min-width:768px) {
    .app__life-style__text--right {
        text-align: right;
        right: 0;
        padding: 0 4rem 0 0
    }
    .app__life-style__text--center {
        text-align: center;
        padding: 0;
        left: 50%;
        width: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.app__life-style--light {
    background: #fff
}

.app__life-style--light .app__life-style__img-con {
    background-color: #fff
}

.app__life-style--light .app__life-style__text {
    color: #000;
    text-shadow: 0 0 .5em #fff;
    font-size: 2.3rem!important
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__video-banner {
    position: relative;
    background-color: #000
}

.app__video-banner--playing {
    margin-bottom: 2.7rem
}

@media screen and (min-width:768px) {
    .app__video-banner--playing {
        margin-bottom: 0
    }
}

.app__video-banner__video {
    background-color: #000;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2
}

.app__video-banner__video__el {
    width: 100%;
    height: 100%
}

.app__video-banner__video__play-bt {
    font-size: 1.8rem;
    opacity: .5;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.app__video-banner__video__play-bt:hover {
    opacity: 1
}

.app__video-banner__video__close-bt {
    cursor: pointer;
    width: 2.7rem;
    height: 2.7rem;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    -o-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    position: relative;
    display: inline-block
}

.app__video-banner__video__close-bt__con {
    background-color: #000;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: right
}

@media screen and (min-width:768px) {
    .app__video-banner__video__close-bt {
        opacity: 0;
        z-index: -1;
        position: absolute;
        right: 1rem;
        top: 4rem
    }
    .app__video-banner__video__close-bt__con {
        background-color: none;
        padding: 0;
        position: static
    }
}

@media screen and (min-width:768px) {
    .app__video-banner__video--not-youtube .app__video-banner__video__close-bt {
        right: .3rem;
        top: .3rem
    }
}

@media screen and (min-width:768px) {
    .app__video-banner:hover .app__video-banner__video__close-bt {
        z-index: 3;
        opacity: 1
    }
}

.app__video-banner--light {
    background: #fff
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__overview__intro__title {
    text-transform: uppercase;
    max-width: 900px
}

.app__overview__intro__title.center {
    text-align: center
}

.app__overview__intro .app__overview__intro__title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0
}

.app__overview__intro__description {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 900px
}

.app__overview__intro__description.gc__copy p {
    font-size: 1rem;
    line-height: 1.7em
}

.app__overview__intro__icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.app__overview__intro__icons .app__feature__card__description {
    text-align: center
}

.app__overview__intro__icons>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:480px) {
    .app__overview__intro__icons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width:480px) {
    .app__overview__intro__icons>* {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 .5rem
    }
    .app__overview__intro__icons>:first-child {
        margin-left: -.5rem
    }
    .app__overview__intro__icons>:last-child {
        margin-right: -.5rem
    }
}

@media screen and (min-width:768px) {
    .app__overview__intro__icons>* {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__disclaimer__block {
    margin-bottom: 1em;
    padding: 0 .5rem
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__disclaimer__item {
    font-size: .6875rem;
    line-height: 1.25rem
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__disclaimer__icon {
    display: inline-block;
    margin-right: 1.5rem;
    margin-bottom: .5rem
}

.app__disclaimer__icon:last-child {
    margin-right: 0
}

.app__related__card__title,
body {
    font-family: Roboto, Noto Sans TC, Noto Sans SC, Noto Sans JP, Noto Sans KR, Prompt, sans-serif, Microsoft JhengHei
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__related__card {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app__related__card__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem 2rem;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app__related__card__inner:hover {
    text-decoration: none
}

.app__related__card--has-icon .app__related__card__image {
    display: block
}

.app__related__card--has-icon .app__related__card__inner {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.app__related__card__image {
    padding: 0 0 1rem;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: none
}

.app__related__card__title {
    text-transform: uppercase;
    color: #000;
    font-size: .875rem;
    font-weight: 500;
    margin: auto
}

.app__product__card__price,
.app__product__card__title,
body {
    font-family: Roboto, Noto Sans TC, Noto Sans SC, Noto Sans JP, Noto Sans KR, Prompt, sans-serif, Microsoft JhengHei
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__product__card {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app__product__card__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    border-radius: 2px;
    text-align: center;
    padding: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.app__product__card__inner:hover {
    text-decoration: none
}

.app__product__card__image {
    max-width: 100px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.app__product__card__title {
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: .875rem;
    padding: 1em 0 .1em;
    color: #000
}

.app__product__card__price {
    text-align: left;
    font-size: 1rem;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app__product__card__price .currency-code {
    display: inline;
    margin-left: .4em
}

.app__product__card__price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app__product__card__price__crossed {
    text-decoration: line-through;
    margin-right: .5em;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset
}

.app__product__card__price__crossed .currency-code {
    display: none
}

.app__product__card__price__sale {
    color: #137ec1
}

.app__product__card .app__product__card__price {
    font-size: 1rem
}

.app__product__card:hover {
    text-decoration: none
}

.app__product__card__price:hover,
.app__product__card__title:hover {
    text-decoration: none
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__product__sidebar__additional {
    padding-top: 1rem
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__sidebar {
    padding: 0 2em;
    margin: 2em 0;
    display: block;
    width: 100%
}

@media screen and (min-width:768px) {
    .app__sidebar {
        padding: 0;
        margin: 2em 0 0
    }
}

@media screen and (min-width:1023px) {
    .app__sidebar {
        width: 30%;
        padding-left: 3em;
        margin: 0
    }
}

.app__sidebar__wrapper {
    padding: 3rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:768px) {
    .app__sidebar__wrapper {
        padding-bottom: 2rem
    }
}

.app__sidebar__wrapper--highlight {
    background-color: #eee
}

@media screen and (min-width:1023px) {
    .app__sidebar__wrapper {
        padding: 1rem
    }
}

.app__sidebar__title {
    width: 100%
}

@media screen and (min-width:768px) {
    .app__sidebar__card {
        width: 33.3333%;
        margin-bottom: 1rem;
        padding: 0 .5rem
    }
    .app__sidebar__card:last-child {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1023px) {
    .app__sidebar__card {
        width: 100%;
        margin: 0 0 1rem
    }
}

.app__sidebar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app__sidebar__list__item {
    width: 100%;
    margin-bottom: 2rem
}

@media screen and (min-width:768px) {
    .app__sidebar__list__item {
        width: 33.3333%;
        margin-bottom: 1rem;
        padding: 0 .5rem
    }
    .app__sidebar__list__item:last-child {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1023px) {
    .app__sidebar__list__item {
        width: 100%
    }
}

.app__sidebar__list__image {
    width: 50px;
    height: 50px;
    vertical-align: top
}

.app__sidebar__list__content {
    margin-left: 1em;
    font-size: 1.12em;
    max-width: calc(100% - 100px)
}

.app__sidebar__list__content__link {
    margin-bottom: 1em;
    display: block
}

.app__sidebar__list__content .currency-sign {
    position: relative;
    font-size: .75em;
    top: -.25em;
    display: inline;
    vertical-align: top
}

.app__sidebar__list__content .amount {
    font-size: 1em;
    display: inline;
    vertical-align: top
}

.app__sidebar__list__content .currency-code {
    font-size: .65em;
    margin-right: .35em;
    display: inline;
    vertical-align: top
}

.app__sidebar__con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1rem
}

.app__sidebar__con:last-child .app__sidebar__card:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .app__sidebar__con:last-child .app__sidebar__card:last-child {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1023px) {
    .app__sidebar__con:last-child .app__sidebar__card:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:1023px) {
    .app__sidebar__con:last-child .app__sidebar__card {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:768px) {
    .app__sidebar__con {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media screen and (min-width:1023px) {
    .app__sidebar__con {
        margin-right: 0;
        margin-left: 0
    }
}

.app__sidebar__loading {
    width: 100%;
    margin: 1rem 0
}

.app__sidebar__loading__loader {
    margin: 0 auto;
    width: 75px
}

.app__sidebar__full .app__sidebar__wrapper {
    padding: 3rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.app__sidebar__full .app__sidebar__wrapper:first-child {
    background-color: #eee
}

.app__sidebar__full .app__sidebar__con {
    max-width: 1200px
}

.app__sidebar__full .app__sidebar__con:last-child {
    padding-bottom: 0
}

.app__sidebar__full .app__sidebar__list__item {
    width: 100%
}

@media screen and (min-width:768px) {
    .app__sidebar__full .app__sidebar__wrapper {
        padding-bottom: 2rem
    }
}

@media screen and (min-width:768px) {
    .app__sidebar__full .app__sidebar__con {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .app__sidebar__full .app__sidebar__con:last-child .app__sidebar__card {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .app__sidebar__full .app__sidebar__card {
        width: 33.3333%;
        margin-bottom: 1rem;
        padding: 0 .5rem
    }
}

@media screen and (min-width:768px) {
    .app__sidebar__full .app__sidebar__list__item {
        width: 33.3333%;
        margin-bottom: 1rem;
        padding: 0 .5rem
    }
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__tab-loader {
    width: 110px;
    padding: 1rem 0;
    margin: 0 auto
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__product__map-list {
    padding: 0
}

.app__product__map-list__item {
    list-style-type: none;
    padding: 1em 0;
    border-bottom: 1px solid #dcdcdc
}

.app__product__map-list__item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.app__product__map-list__image {
    width: 75px;
    height: 75px;
    margin-right: 10px
}

@media screen and (min-width:768px) {
    .app__product__map-list__image {
        margin-right: 20px
    }
}

.app__product__map-list__image--small {
    width: 50px;
    height: 50px;
    vertical-align: top
}

.app__product__map-list__map {
    padding-bottom: 1em;
    display: block
}

.app__product__map-list__map__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.app__product__map-list__map__list li {
    list-style: none;
    margin: 0;
    padding: 0
}

.app__product__map-list__content {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.app__product__map-list__content img {
    max-width: 100%
}

.app__product__map-list__image {
    display: inline-block;
    vertical-align: middle;
    position: relative
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__product__list__item__image {
    width: 75px;
    height: 75px;
    margin-right: 10px
}

@media screen and (min-width:768px) {
    .app__product__list__item__image {
        margin-right: 20px
    }
}

.app__product__list__item__image--small {
    width: 50px;
    height: 50px;
    vertical-align: top
}

.app__product__list__item__content {
    max-width: calc(100% - 90px);
    color: #0079be;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.app__product__list__item__content img {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .app__product__list__item__content {
        max-width: calc(100% - 100px)
    }
}

.app__product__list__item__image {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.app__product__list__item__link {
    display: block
}

.app__product__list__item>.app__product__list__item__link {
    margin-left: 5px;
    margin-right: 5px
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__product__list {
    padding: 0;
    margin-bottom: 3em
}

.app__product__list__item {
    list-style-type: none;
    padding: 1em 0;
    border-bottom: 1px solid #dcdcdc
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__product__accessories__section {
    margin-bottom: 5px
}

.app__product__accessories__section__accordion__button {
    margin-left: 40px;
    font-weight: 700;
    border: none;
    outline: none;
    background: 0 0
}

.app__product__accessories__section__accordion__button:hover {
    cursor: pointer;
    text-decoration: none;
    color: #000
}

.app__product__accessories__section__accordion__button:before {
    content: "+";
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: -25px
}

.app__product__accessories__section__accordion__button--show {
    margin-left: 40px;
    font-weight: 700;
    border: none;
    outline: none;
    background: 0 0
}

.app__product__accessories__section__accordion__button--show:hover {
    cursor: pointer;
    text-decoration: none;
    color: #000
}

.app__product__accessories__section__accordion__button--show:before {
    content: "-";
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: -25px
}

div .app__product__accessories__section__cart__button a {
    text-decoration: none;
    background-color: #ff9e00;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff9e00), to(#ffb133));
    background-image: -webkit-linear-gradient(bottom, #ff9e00 0, #ffb133);
    background-image: -o-linear-gradient(bottom, #ff9e00 0, #ffb133);
    background-image: linear-gradient(0deg, #ff9e00 0, #ffb133);
    border: #ff9e00;
    border-style: solid;
    border-width: 1px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .25);
    color: #fff;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05), inset 0 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05), inset 0 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .25);
    font-size: .75rem;
    font-weight: 700;
    line-height: 18px;
    border-radius: 2px;
    padding: 0 6px;
    margin-top: .5em;
    display: inline-block
}

div .app__product__accessories__section__cart__button a:hover {
    background-color: #f5ba5a;
    text-decoration: none;
    color: #fff
}

.app__product__accessories__section__content {
    font-size: .875rem
}

.app__product__accessories__section__partNumber {
    line-height: 1.4;
    color: #000
}

.app__product__accessories__section__pricing {
    color: #000
}

.app__product__accessories__section__pricing__loader {
    width: 45px
}

.app__product__accessories__section__price {
    line-height: 20px
}

.app__product__accessories__section__price--strike {
    font-size: .75em;
    text-decoration: line-through
}

.app__product__accessories__section__savings {
    margin-top: .5em
}

.app__product__accessories__section__savings .app__product__price__formatted {
    display: inline
}

.app__product__accessories__section__vat-tooltip {
    margin-top: .5em;
    font-size: .8em
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__product__accessories__controls__btn {
    display: inline-block;
    background: 0 0;
    border: none;
    margin: 5px 1em 2em 5px;
    padding-left: 0;
    color: #007bc1;
    cursor: pointer;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4
}

.app__product__accessories__controls__btn:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: -.5em;
    width: 1px;
    background-color: #000;
    height: 100%;
    cursor: default
}

.app__product__accessories__controls__btn:hover {
    color: #00bbeb
}


/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

.app__tabs__content {
    padding-top: 7em;
    margin-top: -4.7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px
}

@media screen and (min-width:768px) {
    .app__tabs__content {
        padding: 7em 5.15em 2em
    }
}

.app__tabs__content__main {
    width: 100%
}

.app__tabs__content__main img {
    max-width: 100%;
    height: auto
}

.app__tabs__content__main .app__layout__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.app__tabs__content__main .app__layout__half {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.app__tabs__content__main .app__select-box {
    font-size: 18px;
    min-width: 220px;
    width: auto
}

@media screen and (min-width:1023px) {
    .app__tabs__content__main {
        width: 70%
    }
}

@media screen and (min-width:768px) {
    .app__tabs__content__main .app__layout__flex-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width:768px) {
    .app__tabs__content__main .app__layout__half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media screen and (min-width:768px) {
    .app__tabs__content__main .app__select-box {
        font-size: 13px
    }
}

.app__tabs__content__link {
    cursor: pointer;
    display: block;
    color: #000;
    background-color: #f2f2f2;
    padding: 1em 2em;
    margin: 0;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase
}

.app__tabs__content__link--active {
    border-bottom: 4px solid #000;
    background-color: #f2f2f2;
    color: #000
}

@media screen and (min-width:768px) {
    .app__tabs__content__link {
        display: none;
        border: none;
        color: #000;
        background-color: transparent
    }
}

.app__tabs__content__wrap {
    max-height: 0;
    padding: 2em;
    width: 100%;
    min-height: 1px;
    overflow: visible;
    max-height: unset
}

.app__tabs__content__wrap a {
    color: #007bc1
}

.app__tabs__content__wrap img {
    max-width: 100%;
    height: auto
}

.app__tabs__content__wrap table {
    width: 99%
}

.app__tabs__content__wrap table td.yes {
    background: url(https://static.garmincdn.com/com.garmin.buy/ui/images/icons/check.png) 10px 9px no-repeat
}

@media screen and (min-width:768px) {
    .app__tabs__content__wrap {
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .app__tabs__content__wrap {
        max-height: none;
        -webkit-transition: max-height 2s;
        -o-transition: max-height 2s;
        transition: max-height 2s
    }
}

.app__tabs__content__full {
    font-size: 16px
}

.app__tabs__content__full .app__tabs__content__main {
    width: 100%
}

.app__tabs__content__full a {
    color: #000;
    text-decoration: underline
}

.app__tabs__content hr {
    border-top: none
}

.app__global__loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app__global__loader__dot {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 30%;
    margin-right: 1%;
    margin-left: 1%;
    -webkit-animation: gLoader 1.5s cubic-bezier(.165, .84, .44, 1) infinite;
    animation: gLoader 1.5s cubic-bezier(.165, .84, .44, 1) infinite;
    opacity: .5;
    border-radius: 100%;
    background-color: #007cc3
}

.app__global__loader__dot:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.app__global__loader__dot:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.app__global__loader__con {
    width: 150px;
    margin: 3rem auto
}

.app__global__content {
    height: 1px;
    overflow: hidden
}

a.app__product__card__inner,
a.app__related__card__inner {
    text-decoration: none
}

.app__product h1,
.app__product h2,
.app__product h4,
.app__product h5 {
    color: #000
}

.app__product h1,
.app__product h2,
.app__product h3,
.app__product h4 {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.app__tabs__content h1,
.app__tabs__content h2,
.app__tabs__content h3,
.app__tabs__content h4 {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.app__product h1,
.app__product h2,
.app__product h3,
.app__product h4 {
    letter-spacing: normal
}

.app__tabs__content h1,
.app__tabs__content h2,
.app__tabs__content h3,
.app__tabs__content h4 {
    letter-spacing: normal
}

.app__learn-more a,
a.app__life-style {
    text-decoration: none
}

.app__render-content>p {
    margin: 0
}

.app__product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 1em
}

@media screen and (min-width:1023px) {
    .app__product {
        margin-top: 2em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.app__life-style__text__con {
    color: #fff;
    text-shadow: 0 0 .5em #000;
    text-align: center;
    font-family: Knockout\ 30, Knockout\ 28;
    padding: 2rem;
    margin: 0
}

.app__life-style__text__con .app__life-style__text {
    font-size: 2.3rem!important
}

.app__life-style__text__con__mobile--top {
    position: absolute;
    top: 0
}

.app__life-style__text__con__mobile--middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.app__life-style__text__con__mobile--bottom {
    position: absolute;
    bottom: 0
}

.app__life-style__text__con__mobile--left {
    text-align: left
}

.app__life-style__text__con__mobile--center {
    text-align: center
}

.app__life-style__text__con__mobile--right {
    text-align: right
}

.app__life-style__text__con__mobile--bottom,
.app__life-style__text__con__mobile--middle,
.app__life-style__text__con__mobile--top {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.app__life-style__text__button {
    margin: 1.5rem 0 0;
    text-transform: uppercase;
    color: inherit
}

@media screen and (min-width:768px) {
    .app__life-style__text__con {
        width: 35%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
        padding: 0 0 0 2rem
    }
    .app__life-style__text__con__mobile--center,
    .app__life-style__text__con__mobile--left,
    .app__life-style__text__con__mobile--right {
        text-align: unset
    }
    .app__life-style__text__con__mobile--bottom,
    .app__life-style__text__con__mobile--middle,
    .app__life-style__text__con__mobile--top {
        -webkit-font-smoothing: unset;
        -moz-osx-font-smoothing: unset;
        bottom: unset
    }
    .app__life-style__text__con--right {
        text-align: right;
        right: 0;
        padding: 0 4rem 0 0
    }
    .app__life-style__text__con--center {
        text-align: center;
        padding: 0;
        left: 50%;
        width: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.app__life-style--light .app__life-style__text__con {
    color: #000;
    text-shadow: 0 0 .5em #fff
}

.app__products__item {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}

.app__products__container.app__compare-active>.app__products__item:before {
    position: absolute;
    z-index: +1;
    top: 20px;
    right: -20px;
    width: 15vmin;
    height: 15vmin;
    padding-left: .5vmin;
    line-height: 14vmin;
    font-size: 12vmin;
    content: '+';
    -webkit-transition: background .2s, opacity .2s;
    -o-transition: background .2s, opacity .2s;
    transition: background .2s, opacity .2s;
    -webkit-transform: translateX(-20px) translateY(-20px);
    -ms-transform: translateX(-20px) translateY(-20px);
    transform: translateX(-20px) translateY(-20px);
    text-align: center;
    opacity: 1;
    color: #fff;
    background-color: rgba(9, 9, 9, .7)
}

@media(min-width:640px) {
    .app__products__container.app__compare-active>.app__products__item:before {
        width: 7vmin;
        height: 7vmin;
        line-height: 6vmin;
        font-size: 6vmin
    }
}

.app__products__container.app__compare-active>.app__products__item:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(222, 222, 222, .4)
}

.app__compare {
    display: none;
    max-width: none;
    position: relative;
    height: 120px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #101010;
    background-color: #dcdcdc;
    right: 0;
    bottom: 0;
    width: 100%
}

.app__compare.app__compare-active {
    z-index: 5000;
    display: block;
    position: fixed
}

.app__compare__ctas {
    position: absolute;
    font-size: 14px;
    top: 0;
    right: 0;
    width: calc(100%/3);
    height: 100%;
    padding: 1rem;
    border-left: 1px solid #7a7a7a
}

.app__compare__close,
.app__compare__cta {
    display: block;
    width: 100%;
    padding: .5em .2em;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    background: 0 0
}

.app__compare__close {
    margin-top: .5em;
    border: 2px solid #7a7a7a
}

.app__compare__cta {
    color: #dcdcdc;
    background-color: #007cc3
}

.app__compare__remove {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    color: #7a7a7a;
    border: none;
    background: 0 0
}

.app__compare__list {
    width: 100%;
    padding-right: calc(100%/3);
    height: 100%;
    min-height: 120px
}

.app__compare__list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 100%
}

.app__compare__list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    position: relative;
    margin: 0;
    padding: 1em;
    list-style-type: none;
    text-align: center;
    color: #101010;
    border-left: 1px solid #7a7a7a;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app__compare__list__item__image,
.app__compare__list__item__text {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 1rem
}

.app__compare__list__item__image {
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff
}

@media(min-width:640px) {
    .app__compare__list__item__image {
        width: 60px;
        height: 60px
    }
}

.app__compare__list__item__text {
    display: none
}

@media(min-width:640px) {
    .app__compare__list__item__text {
        display: block
    }
}

.app__products__container.app__compare-active>.app__products__item:before {
    position: absolute;
    z-index: +1;
    content: '+';
    -webkit-transition: background .2s, opacity .2s;
    -o-transition: background .2s, opacity .2s;
    transition: background .2s, opacity .2s;
    -webkit-transform: translateX(-20px) translateY(-20px);
    -ms-transform: translateX(-20px) translateY(-20px);
    transform: translateX(-20px) translateY(-20px);
    text-align: center;
    opacity: 1;
    color: #fff;
    background-color: rgba(9, 9, 9, .7)
}

.app__products__container.app__compare-active>.app__products__item:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(222, 222, 222, .4)
}

.app__compare-disabled .app__products__container.app__compare-active>.app__products__item {
    cursor: not-allowed
}

.app__compare-disabled .app__products__container.app__compare-active>.app__products__item:before {
    opacity: 0;
    background-color: #dcdcdc
}

.app__compare-disabled .app__products__container.app__compare-active>.app__products__item__selected,
.app__products__container.app__compare-active>.app__products__item__selected {
    cursor: pointer
}

.app__compare-disabled .app__products__container.app__compare-active>.app__products__item__selected:before,
.app__products__container.app__compare-active>.app__products__item__selected:before {
    content: '\00D7';
    opacity: 1;
    border: 1px solid #50597b;
    background-color: #007cc3
}

.app__compare-disabled .app__products__container.app__compare-active>.app__products__item__selected:after,
.app__products__container.app__compare-active>.app__products__item__selected:after {
    background-color: rgba(88, 89, 93, .6);
    border-bottom: 1px solid #6f6f6f
}

.app__products__container.app__compare-active>.app__products__item.no-before:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -moz-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    -ms-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
}

.app__compare__cta.no-cl {
    color: #dcdcdc;
    background-color: gray;
    cursor: not-allowed
}

.grid-view .app__products__item {
    -webkit-flex-basis: -webkit-calc(50% - 3em);
    -ms-flex-preferred-size: calc(50% - 3em);
    flex-basis: calc(50% - 3em);
    max-width: -webkit-calc(50% - 3em);
    max-width: calc(50% - 3em);
    vertical-align: top;
    -ms-flex-preferred-size: 36vw
}

.app__feature__card__description,
body {
    font-family: Roboto, Noto Sans TC, Noto Sans SC, Noto Sans JP, Noto Sans KR, Prompt, sans-serif, Microsoft JhengHei
}