
@font-face {
    font-family: 'EDOSZ';
    src: url("../fonts/EDOSZ.TTF");
}

@font-face {
    font-family: 'GELLATIO';
    src: url("../fonts/GELLATIO-REGULAR.TTF");
}

@font-face {
    font-family: 'GLACIALINDIFFERENCE';
    src: url("../fonts/GLACIALINDIFFERENCE-BOLD.OTF");
}

@font-face {
    font-family: 'GLACIALINDIFFERENCE-REGULAR';
    src: url("../fonts/GLACIALINDIFFERENCE-REGULAR.OTF");
}

@font-face {
    font-family: 'Kanit-Regular';
    src: url('../fonts/Kanit-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit-Bold';
    src: url("../fonts/Kanit-Bold.ttf");
}

@font-face {
    font-family: 'Kanit-Medium';
    src: url('../fonts/Kanit-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit-MediumItalic';
    src: url('../fonts/Kanit-MediumItalic.ttf') format('truetype');
}

body {
    overflow: hidden;
}

header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
}

@media screen and (min-width: 990px) {
    header-drawer {
        display: none;
    }
}

.menu-drawer-container {
    display: flex;
}

.list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
}

summary.list-menu__item {
    padding-right: 2.7rem;
}

.list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
    .list-menu__item--link {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}

.header__menu-item span {
    font-family: 'EDOSZ';
    font-size: 33px;
    color: #fd9bca;
}

.header__heading-logo {
    max-height: 330px;
}

.nav-box {
    text-align: center;
    background: white;
}

.gradient-head {
    background: url(../images/bg-head.jpg);
    background-size: cover;
    min-height: 412px;
}


.flag-box {
    position: absolute;
    top: 22px; /* left: 0; */
    padding: 0;
}

    .flag-box li {
        display: inline-block;
    }

    .flag-box a {
    }

        .flag-box a:hover {
        }

.slide-home {
    margin-bottom: 50px;
}

.img-banner {
    max-width: 100%;
}


.abput-us {
}

    .abput-us ul {
        padding: 0;
        margin: 0;
    }

    .abput-us li {
        list-style: none;
        position: relative;
        color: black;
        padding-left: 35px;
        font-size: 28px;
        font-family: 'GLACIALINDIFFERENCE-REGULAR';
    }

        .abput-us li:before {
            content: "";
            background: url(../images/icon-heart.png) no-repeat;
            position: absolute;
            left: 0;
            top: 18px;
            width: 24px;
            height: 19px;
        }

    .abput-us a {
    }

.about-title {
    font-family: 'GELLATIO';
    font-size: 50px;
}

.producthot-heading {
    font-size: 60px;
    font-family: 'EDOSZ';
    text-align: center;
    margin: 40px 30px 30px;
}


.producthot-item {
}

.producthot-img {
    float: left;
    width: 100%;
}

    .producthot-img img {
        max-height: 370px;
        overflow: hidden;
        max-width: 100%;
        margin: auto;
    }

.producthot-title {
    float: left;
    margin: 22px 0;
    text-align: center;
    width: 100%;
}

    .producthot-title a {
        color: #fd9bca;
        font-size: 34px;
        text-decoration: none;
        font-family: 'GLACIALINDIFFERENCE';
    }

        .producthot-title a:hover {
        }

.singup-box {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.signup-title {
    font-family: 'Kanit-Bold';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    margin: 22px 0 16px;
}

.singup-box .newsletter-form__field-wrapper {
    margin: 0 auto;
    color: white;
}


.info-company {
    font-family: 'Kanit-Medium';
    color: white;
    font-size: 14px;
}

    .info-company ul {
        padding: 0;
        margin: 0;
    }

    .info-company li {
        list-style: none;
        margin-bottom: 11px;
    }

        .info-company li:nth-child(1) {
            background: url(../images/icon-add.png) 0px 2px no-repeat;
            padding-left: 23px;
        }

        .info-company li:nth-child(2) {
            background: url(../images/icon-phone.png) 0px 2px no-repeat;
            padding-left: 21px;
        }

        .info-company li:nth-child(3) {
            background: url(../images/icon-email.png) 0px 2px no-repeat;
            padding-left: 21px;
        }

        .info-company li:nth-child(4) {
            background: url(../images/icon-phone2.png) 0px 2px no-repeat;
            padding-left: 21px;
        }


    .info-company h3 {
        font-family: 'Kanit-MediumItalic';
        font-size: 30px;
        margin: 0 0 30px 0;
    }

.ft-infocom {
}

.footer-content {
}

    .footer-content .list-menu li {
        position: relative;
    }



    .footer-content .list-menu a {
        font-size: 14px;
        font-family: 'Kanit-MediumItalic';
        color: white;
        padding-left: 17px;
        position: relative;
    }

        .footer-content .list-menu a:before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: white;
            position: absolute;
            left: 3px;
            top: 8px;
        }

.list-menu a:hover {
}

.footer-title {
    font-family: 'Kanit-MediumItalic';
    color: white;
    font-size: 18px;
    margin: 7px 0 0;
}

.idp-footer {
}

    .idp-footer h3 {
        font-family: 'Kanit-MediumItalic';
        color: white;
        font-size: 18px;
        margin: 7px 0 13px;
    }

    .idp-footer p {
        font-family: 'Kanit-Regular';
        font-size: 14px;
        color: white;
    }

.social-box {
    list-style: none;
    padding: 0;
    float: left;
}

    .social-box li {
        display: inline-block;
    }

    .social-box a {
    }

.flag-box-ft {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

    .flag-box-ft li {
        display: inline-block;
    }

    .flag-box-ft a {
    }

    .flag-box-ft img {
        max-width: 100%;
        width: 20px;
    }


.support-item {
    float: left;
    width: 100%;
    margin-bottom: 63px;
}

.support-thumb {
    float: left;
    width: 50%;
    /* max-width: 220px; */
}

    .support-thumb img {
    }

.support-content {
    float: left;
    width: 50%;
    padding: 28px 0 0 49px;
}

.support-title {
    font-family: 'GELLATIO';
    font-size: 24px;
    margin-bottom: 10px;
}

.support-email {
    font-family: 'GLACIALINDIFFERENCE-REGULAR';
    font-size: 16px;
    color: black;
    background: url(../images/icon-email2.png) 0px 3px no-repeat;
    padding-left: 34px;
}

.support-btn {
    display: block;
    list-style: none;
    padding: 0;
    margin: 25px 0 0 33px;
}

    .support-btn li {
        display: inline-block;
    }

    .support-btn a {
    }

.adv2-box {
    margin-bottom: 71px;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.list-menu--inline li {
    position: relative;
}

    .list-menu--inline li:hover .dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

.dropdown-menu {
    position: absolute;
    min-width: 100%;
    width: 20rem;
    border: 1px solid rgba(var(--color-foreground), 0.2);
    background-color: rgb(var(--color-background));
    margin: -1px;
    padding: 0;
    border-radius: unset !important;
}

.nav-item-lv2 {
}

    .nav-item-lv2 a {
        padding: 0.95rem 3.5rem 0.95rem 2rem;
        display: flex;
        align-items: center;
        line-height: calc(1 + 0.3 / var(--font-body-scale));
        padding: 1.2rem;
        text-decoration: none;
        color: rgba(var(--color-foreground),.75);
        font-family: 'EDOSZ';
        font-size: 26px;
    }

        .nav-item-lv2 a:hover {
            color: white;
        }


.c3 {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    min-width: 100%;
    width: 20rem;
    top: 0;
    left: 100%;
    border: 1px solid rgba(var(--color-foreground), 0.2);
    background-color: rgb(var(--color-background));
    margin: 0;
    border-radius: unset !important;
}

    .c3 li {
        list-style-type: none;
    }

        .c3 li:hover {
        }

    .c3 a {
    }

        .c3 a:hover {
        }

.nav-item-lv2:hover .c3 {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.header__menu-item i {
    font-size: 20px;
    position: absolute;
    top: 34px;
    right: 0;
}

.nav-item-lv2 i {
    font-size: 18px;
    position: absolute;
    right: 7px;
    top: 21px;
}

.ul-has-child1 {
    padding-left: 10px;
    display: none;
}

.ng-scope {
    width: 100%;
    float: left;
    padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}


.ul-has-child1 {
}

.ng-scope {
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'EDOSZ';
    list-style-type: none;
    color: white;
    border: none;
}

    .ng-scope a {
        color: white;
        display: block;
        padding: 1.1rem 3.2rem;
    }

        .ng-scope a:hover {
        }


.flag-mobi img {
    max-width: 22px;
}

.banner {
    display: flex;
    position: relative;
    flex-direction: column
}

@media screen and (max-width: 749px) {
    .banner--small.banner--mobile-bottom:not(.banner--adapt) > .banner__media, .banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
        height: 28rem
    }

    .banner--medium.banner--mobile-bottom:not(.banner--adapt) > .banner__media, .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
        height: 34rem
    }

    .banner--large.banner--mobile-bottom:not(.banner--adapt) > .banner__media, .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
        height: 39rem
    }

    .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 28rem
    }

    .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 34rem
    }

    .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 39rem
    }
}

@media screen and (min-width: 750px) {
    .banner {
        flex-direction: row
    }

    .banner--small:not(.banner--adapt) {
        min-height: 42rem
    }

    .banner--medium:not(.banner--adapt) {
        min-height: 56rem
    }

    .banner--large:not(.banner--adapt) {
        min-height: 72rem
    }
}

@media screen and (max-width: 749px) {
    .banner:not(.banner--stacked) {
        flex-direction: row;
        flex-wrap: wrap
    }

    .banner--stacked {
        height: auto
    }

        .banner--stacked .banner__media {
            flex-direction: column
        }
}

.banner__media {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.banner__media-half {
    width: 50%
}

    .banner__media-half + .banner__media-half {
        right: 0;
        left: auto
    }

@media screen and (max-width: 749px) {
    .banner--stacked .banner__media-half {
        width: 100%
    }

        .banner--stacked .banner__media-half + .banner__media-half {
            order: 1
        }
}

@media screen and (min-width: 750px) {
    .banner__media {
        height: 100%
    }
}

.banner--adapt {
    height: auto
}

@media screen and (max-width: 749px) {
    .banner--mobile-bottom .banner__media, .banner--stacked:not(.banner--mobile-bottom) .banner__media {
        position: relative
    }

    .banner--stacked.banner--adapt .banner__content {
        height: auto
    }

    .banner:not(.banner--mobile-bottom) .banner__box {
        background-color: transparent;
        --color-foreground: 255, 255, 255;
        --color-button: 255, 255, 255;
        --color-button-text: 0, 0, 0
    }

    .banner:not(.banner--mobile-bottom) .button--secondary {
        --color-button: 255, 255, 255;
        --color-button-text: 255, 255, 255;
        --alpha-button-background: 0
    }

    .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        position: absolute;
        height: auto
    }

    .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
        max-height: 100%;
        overflow: hidden;
        position: absolute
    }

    .banner--stacked:not(.banner--adapt) .banner__media {
        position: relative
    }

    .banner:before {
        display: none !important
    }

    .banner--stacked .banner__media-image-half {
        width: 100%
    }
}

.banner__media .placeholder-svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.banner__content {
    padding: 0;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 2
}

@media screen and (max-width: 749px) {
    .banner--mobile-bottom:not(.banner--stacked) .banner__content {
        order: 2
    }
}

@media screen and (min-width: 750px) {
    .banner__content {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .banner__content--center {
        align-items: center
    }

    .banner__content--flex-start {
        align-items: flex-start;
        padding-bottom: 15rem
    }

    .banner__content--flex-end {
        align-items: flex-end;
        padding-top: 15rem
    }
}

.banner__box {
    border: 0;
    padding: 4rem 3.5rem;
    position: relative;
    height: fit-content;
    align-items: center;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 750px) {
    .banner--desktop-transparent .banner__box {
        background-color: transparent;
        --color-foreground: 255, 255, 255;
        --color-button: 255, 255, 255;
        --color-button-text: 0, 0, 0;
        max-width: 89rem
    }

    .banner--desktop-transparent .button--secondary {
        --color-button: 255, 255, 255;
        --color-button-text: 255, 255, 255;
        --alpha-button-background: 0
    }
}

@media screen and (max-width: 749px) {
    .banner--mobile-bottom:after {
        display: none
    }
}

.banner:after {
    content: "";
    position: absolute;
    background: #000000;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.banner__box > .banner__buttons {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap
}

.banner__box > * + .banner__buttons--multiple {
    display: flex;
    max-width: 45rem;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 750px) {
    .banner__box > * + .banner__buttons {
        margin-top: 2rem
    }
}

.banner__content .button:last-child {
    margin-right: 0
}

.banner__box > * + .banner__text {
    margin-top: 1.5rem
}

@media screen and (min-width: 750px) {
    .banner__box > * + .banner__text {
        margin-top: 2rem
    }
}

.banner__box > * + * {
    margin-top: 1rem
}

.banner__box > *:first-child {
    margin-top: 0
}

.banner__content .button:not(:only-child) {
    flex-grow: 1
}

@media screen and (max-width: 749px) {
    .banner--stacked .banner__box {
        width: 100%
    }
}

@media screen and (min-width: 750px) {
    .banner__box {
        padding: 5rem;
        width: auto;
        max-width: 71rem;
        min-width: 45rem
    }

        .banner__box > .banner__buttons:only-child .button {
            margin-top: 0
        }
}

@media screen and (min-width: 1400px) {
    .banner__box {
        max-width: 90rem
    }
}

.banner__heading > *, .banner__text > * {
    word-wrap: break-word
}

.banner__heading {
    margin-bottom: 0
}


.rte {
    font-family: 'GLACIALINDIFFERENCE-REGULAR';
}

.shopify-policy__container {
    max-width: 560px;
    max-width: 65ch;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.shopify-policy__title {
    text-align: center
}

.page-title {
    margin-top: 0;
}

.main-page-title {
    margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
    .main-page-title {
        margin-bottom: 4rem;
    }
}

.page-placeholder-wrapper {
    display: flex;
    justify-content: center;
}

.page-placeholder {
    width: 52.5rem;
    height: 52.5rem;
}

.field__input {
    color: black;
}

.contact__button a {
    color: white;
}

    .contact__button a:hover {
        color: white;
    }

.box-image-featured a {
    display: block;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.thumb_product_details {
    width: 90%;
    margin: 0 auto;
}

    .thumb_product_details .owl-item .item a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 2px solid #ddd;
        height: auto;
        min-height: 50px;
    }

.large-image {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.att {
    display: inline-block;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: -38px;
    width: 100%;
}

.owl-dots .owl-dot {
    width: 34px;
    opacity: 0.7;
    height: 27px;
    background: url(../images/itim1.png) no-repeat !important;
    margin: 0 5px;
}

    .owl-dots .owl-dot.active {
        width: 34px;
        height: 27px;
        background: url(../images/itim1.png) no-repeat;
        opacity: 1;
    }


.product-gallery__thumbs-container {
    margin-top: 20px;
}
