/*! CSS Used from: https://cdn1.stamped.io/files/widget.min.css */
.stamped-badge,
.stamped-badge:after {
    clear: both;
}

.stamped-fa {
    display: inline-block;
    font-style: normal;
}

[class*=" stamped-fa-"]:before {
    font-family: stamped-font, FontAwesome, "Font Awesome 5 Pro", "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    speak: none;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.stamped-fa-star:before {
    content: '\f005';
}

.stamped-fa-star-o:before {
    content: '\f006';
}

.stamped-fa-star,
.stamped-fa-star-o {
    color: #ffd200;
    padding: 0;
}

.stamped-fa-star-o:before,
.stamped-fa-star:before {
    font-size: 18px;
    margin-right: -1px;
}

.stamped-fa-star-o:before,
.stamped-fa-star:before {
    font-family: stamped-font, FontAwesome !important;
}

.stamped-badge[data-rating="0.0"] {
    display: none;
}

.stamped-main-badge .stamped-badge[data-rating="0.0"] {
    display: block;
}

.stamped-badge {
    min-height: auto;
    min-width: auto;
    display: block;
    cursor: pointer;
}

.stamped-main-badge .stamped-badge-caption[data-reviews="0"]:after,
.stamped-main-badge:after,
.stamped-main-badge:before {
    content: '';
}

.stamped-badge-starrating {
    color: gold;
    margin: 0 3px 0 0 !important;
    vertical-align: middle;
}

.stamped-badge-starrating .stamped-fa {
    font-size: 100%;
}

.stamped-badge-caption[data-reviews][data-label]:after {
    content: ' ' attr(data-label);
}

.stamped-badge-caption[data-reviews][data-label][data-version="2"]:after {
    content: '' !important;
}

.stamped-badge-caption[data-reviews][data-label][data-version="2"]>span {
    display: inline !important;
}

.stamped-main-badge {
    cursor: pointer;
}

/*! CSS Used from: https://www.heveya.sg/cdn/shop/t/58/assets/glide.core.min.css?v=59184678847078418331724657488 */
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.glide * {
    box-sizing: inherit;
}

.glide__track {
    overflow: hidden;
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}

/*! CSS Used from: https://www.heveya.sg/cdn/shop/t/58/assets/style.css?v=103645179876134718551738040716 ; media=all */
@media all {

    article,
    section {
        display: block;
    }

    ol,
    ul {
        list-style: none;
    }


    .max-800 {
        max-width: 800px;
        max-width: 50rem;
        margin-left: auto;
        margin-right: auto;
    }

    .max-770 {
        max-width: 770px;
        max-width: 48.125rem;
        margin-left: auto;
        margin-right: auto;
    }

    .max-300 {
        max-width: 300px;
        max-width: 18.75rem;
        margin-left: auto;
        margin-right: auto;
    }

    * {
        box-sizing: border-box;
        outline: 0;
    }

    a {
        text-decoration: none;
    }

    button,
    input {
        -webkit-appearance: none;
        appearance: none;
        border: none;
        background: 0 0;
        resize: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    button:active,
    button:focus,
    input:active,
    input:focus {
        outline: 0;
    }

    button {
        cursor: pointer;
        -webkit-appearance: none;
    }

    img {
        max-width: 100%;
    }

    button:disabled {
        cursor: not-allowed;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .rte {
        counter-reset: ol-counter;
    }

    .rte p {
        padding-bottom: 15px;
        padding-bottom: .9375rem;
    }

    .rte p:last-child {
        padding-bottom: 0;
    }

    .rte strong {
        font-weight: 700;
    }

    .rte ul {
        list-style-type: none;
        padding-bottom: 15px;
        padding-bottom: .9375rem;
    }

    .rte ul li {
        position: relative;
        margin-bottom: 5px;
        margin-bottom: .3125rem;
        padding-left: 15px;
        padding-left: .9375rem;
    }

    .rte ul li:before {
        content: "";
        display: inline-block;
        width: 5px;
        width: .3125rem;
        height: 5px;
        height: .3125rem;
        border-radius: 50%;
        position: absolute;
        top: 7px;
        top: .4375rem;
        left: 0;
        background-color: #000;
    }

    .rte ol {
        list-style-type: none;
        padding-bottom: 15px;
        padding-bottom: .9375rem;
    }

    .rte ol li {
        position: relative;
        margin-bottom: 5px;
        margin-bottom: .3125rem;
        padding-left: 15px;
        padding-left: .9375rem;
    }

    .rte ol li:before {
        counter-increment: ol-counter;
        content: counter(ol-counter) ". ";
        position: absolute;
        top: 0;
        left: 0;
    }

    .col-12,
    .col-5,
    .col-7,
    .container {
        *zoom: 1;
    }

    .col-12:after,
    .col-12:before,
    .col-5:after,
    .col-5:before,
    .col-7:after,
    .col-7:before,
    .container:after,
    .container:before {
        content: " ";
        display: table;
    }

    .col-12:after,
    .col-5:after,
    .col-7:after,
    .container:after {
        clear: both;
    }

    a {
        cursor: pointer;
        outline: 0;
    }

    .global-content-top-margin {
        margin-top: 91px;
        margin-top: 5.6875rem;
    }

    .global-image-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background: #eee;
    }

    .global-image-wrapper .image {
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 1s;
    }

    .global-image-wrapper .image.loaded {
        opacity: 1;
    }

    .global-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .global-flex.flex-center {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .image {
        display: block;
        width: 100%;
        height: auto;
    }

    .global-social {
        display: inline-block;
        height: 18px;
        height: 1.125rem;
        width: 18px;
        width: 1.125rem;
        position: relative;
        margin-left: 8px;
        margin-left: .5rem;
        margin-right: 8px;
        margin-right: .5rem;
    }

    .global-social svg {
        height: 100%;
        width: 100%;
    }






    .global-social:hover svg {
        fill: color("red");
    }

    @media (min-width:1024px) {
        .with-hover .image-link: hover .primary {
            display: none;
        }

        .with-hover .image-link:hover .secondary {
            display: block;
        }
    }

    .product-each.with-hover .secondary {
        display: none;
    }

    .product-each .product-each-sticker {
        position: absolute;
        border-radius: 15px;
        color: #fff;
        top: 15px;
        right: 15px;
        padding: 5px 10px;
    }

    .product-each .product-each-sticker.sale-sticker {
        background-color: #915040;
    }

    .containers {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1400px;
    }

    @media (min-width:768px) {
        .containers {
            padding-left: 36px;
            padding-right: 36px;
        }
    }

    @media (min-width:1024px) {
        .containers {
            padding-left: 40px;
            padding-right: 40px;
        }
    }

    .col-12,
    .col-5,
    .col-7 {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        float: left;
    }

    .col-5 {
        width: 41.6666666667%;
    }

    .col-7 {
        width: 58.3333333333%;
    }

    .col-12 {
        width: 100%;
    }

    .hide-m {
        display: none;
    }

    .show-m-inline-block {
        display: inline-block;
    }

    .flex {
        display: -ms-flexbox;
        display: flex;
    }

    .tl {
        text-align: left;
    }

    .tr {
        text-align: right;
    }

    .tc {
        text-align: center;
    }



























    
    .space-between-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mt-50 {
        margin-top: 50px;
        margin-top: 3.125rem;
    }

    .pb-50 {
        padding-bottom: 50px;
        padding-bottom: 3.125rem;
    }

    .pt-50 {
        padding-top: 50px;
        padding-top: 3.125rem;
    }

    .pt-40 {
        padding-top: 40px;
        padding-top: 2.5rem;
    }

    .mb-30 {
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
    }

    .mt-30 {
        margin-top: 30px;
        margin-top: 1.875rem;
    }

    .pt-30 {
        padding-top: 30px;
        padding-top: 1.875rem;
    }

    .mt-25 {
        margin-top: 25px;
        margin-top: 1.5625rem;
    }

    .pt-25 {
        padding-top: 25px;
        padding-top: 1.5625rem;
    }

    .pl-25 {
        padding-left: 25px;
        padding-left: 1.5625rem;
    }

    .pr-25 {
        padding-right: 25px;
        padding-right: 1.5625rem;
    }

    .mb-20 {
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
    }

    .mt-20 {
        margin-top: 20px;
        margin-top: 1.25rem;
    }

    .mb-15 {
        margin-bottom: 15px;
        margin-bottom: .9375rem;
    }

    .ml-15 {
        margin-left: 15px;
        margin-left: .9375rem;
    }

    .mb-10 {
        margin-bottom: 10px;
        margin-bottom: .625rem;
    }

    .ml-10 {
        margin-left: 10px;
        margin-left: .625rem;
    }

    .mt-10 {
        margin-top: 10px;
        margin-top: .625rem;
    }

    .pl-10 {
        padding-left: 10px;
        padding-left: .625rem;
    }

    .pr-10 {
        padding-right: 10px;
        padding-right: .625rem;
    }

    .mb-5 {
        margin-bottom: 5px;
        margin-bottom: .3125rem;
    }

    .mr-5 {
        margin-right: 5px;
        margin-right: .3125rem;
    }

    .ml-5 {
        margin-left: 5px;
        margin-left: .3125rem;
    }

    .mt-5 {
        margin-top: 5px;
        margin-top: .3125rem;
    }

    .pb-5 {
        padding-bottom: 5px;
        padding-bottom: .3125rem;
    }

    .pt-5 {
        padding-top: 5px;
        padding-top: .3125rem;
    }

    .pl-5 {
        padding-left: 5px;
        padding-left: .3125rem;
    }

    .mb-0 {
        margin-bottom: 0;
    }

    .ml-0 {
        margin-left: 0;
    }

    .pb-0 {
        padding-bottom: 0;
    }

    .pl-0 {
        padding-left: 0;
    }

    .pr-0 {
        padding-right: 0;
    }

    .bt-1 {
        border-top: 1px solid;
        border-top: .0625rem solid;
    }

    .b-1 {
        border: 1px solid;
        border: .0625rem solid;
    }

    @media only screen and (min-width:768px) {
        .hide-t {
            display: none;
        }

        .t-tc {
            text-align: center;
        }

        .t-pb-60 {
            padding-bottom: 60px;
            padding-bottom: 3.75rem;
        }

        .t-pt-60 {
            padding-top: 60px;
            padding-top: 3.75rem;
        }

        .t-mt-50 {
            margin-top: 50px;
            margin-top: 3.125rem;
        }

        .t-pt-50 {
            padding-top: 50px;
            padding-top: 3.125rem;
        }

        .t-pr-35 {
            padding-right: 35px;
            padding-right: 2.1875rem;
        }

        .t-pl-15 {
            padding-left: 15px;
            padding-left: .9375rem;
        }

        .t-pl-0 {
            padding-left: 0;
        }
    }

    @media only screen and (min-width:1024px) {

        .col-d-5,
        .col-d-7 {
            padding-left: 10px;
            padding-right: 10px;
            position: relative;
            float: left;
        }

        .col-d-5 {
            width: 41.6666666667%;
        }

        .col-d-7 {
            width: 58.3333333333%;
        }

        .d-mt-100 {
            margin-top: 100px;
            margin-top: 6.25rem;
        }

        .d-pb-80 {
            padding-bottom: 80px;
            padding-bottom: 5rem;
        }

        .d-pt-80 {
            padding-top: 80px;
            padding-top: 5rem;
        }

        .d-pt-70 {
            padding-top: 70px;
            padding-top: 4.375rem;
        }

        .d-pr-40 {
            padding-right: 40px;
            padding-right: 2.5rem;
        }

     








   .d-pr-35 {
            padding-right: 35px;
            padding-right: 2.1875rem;
        }

        .d-pl-35 {
            padding-left: 35px;
            padding-left: 2.1875rem;
        }

        .d-mb-30 {
            margin-bottom: 30px;
            margin-bottom: 1.875rem;
        }

        .d-pb-30 {
            padding-bottom: 30px;
            padding-bottom: 1.875rem;
        }

        .d-pt-30 {
            padding-top: 30px;
            padding-top: 1.875rem;
        }

        .d-mb-20 {
            margin-bottom: 20px;
            margin-bottom: 1.25rem;
        }

        .d-pl-10 {
            padding-left: 10px;
            padding-left: .625rem;
        }

        .d-mt-0 {
            margin-top: 0;
        }

        .d-pr-0 {
            padding-right: 0;
        }

        .d-pl-0 {
            padding-left: 0;
        }

        .d-bb-1 {
            border-bottom: 1px solid;
            border-bottom: .0625rem solid;
        }
    }

    @media only screen and (min-width:1400px) {
        .hd-pl-100 {
            padding-left: 100px;
            padding-left: 6.25rem;
        }

        .hd-pr-100 {
            padding-right: 100px;
            padding-right: 6.25rem;
        }
    }

  
.font-0 {
    font-size: 0;
}

.rte a {
    border-bottom: 1px solid #E5E4E1;
    color: #737373;
}

.rte a:hover {
    border-bottom: 1px solid #383838;
}

.rte strong {
    font-weight: 500;
    color: #383838;
}

.rte h2 {
    margin-bottom: 5px;
}

.h2,
.rte h2 {
    font-family: 'Gotu', sans-serif;
    font-weight: 400;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3;
    letter-spacing: -1px;
}






@media only screen and (min-width: 768px) {

    .h2,
    .rte h2 {
        font-size: 29px;
        font-size: 1.8125rem;
        line-height: 1.3;
        letter-spacing: -1px;
    }
}

@media only screen and (min-width: 1024px) {

    .h2,
    .rte h2 {
        font-size: 37px;
        font-size: 2.3125rem;
        line-height: 1.3;
        letter-spacing: -1px;
    }
}

@media only screen and (min-width: 1920px) {

    .h2,
    .rte h2 {
        font-size: 43px;
        font-size: 2.6875rem;
        line-height: 1.3;
        letter-spacing: -1px;
    }
}

.rte h3 {
    margin-bottom: 5px;
}

.h3,
.rte h3 {
    font-family: 'Gotu', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: -1px;
}

@media only screen and (min-width: 768px) {

    .h3,
    .rte h3 {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.3;
        letter-spacing: -1px;
    }
}

@media only screen and (min-width: 1024px) {

    .h3,
    .rte h3 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.3;
        letter-spacing: -1px;
    }
}

@media only screen and (min-width: 1920px) {

    .h3,
    .rte h3 {
        font-size: 29px;
        font-size: 1.8125rem;
        line-height: 1.3;
        letter-spacing: -1px;
    }
}

.h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .h6 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1024px) {
    .h6 {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1920px) {
    .h6 {
        font-size: 16px;
        font-size: 1.0rem;
        line-height: 1.4;
    }
}

.p2,
button,
input,
p,
div,
.rte,
.rte p,
.rte ul,
.rte ol {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {

    .p2,
    button,
    input,
    p,
    div,
    .rte,
    .rte p,
    .rte ul,
    .rte ol {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 1024px) {

    .p2,
    button,
    input,
    p,
    div,
    .rte,
    .rte p,
    .rte ul,
    .rte ol {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 1920px) {

    .p2,
    button,
    input,
    p,
    div,
    .rte,
    .rte p,
    .rte ul,
    .rte ol {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.5;
    }
}

.p3 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .p3 {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 1024px) {
    .p3 {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 1920px) {
    .p3 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5;
    }
}

.p4 {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.3;
}

@media only screen and (min-width: 768px) {
    .p4 {
        font-size: 11px;
        letter-spacing: 1px;
        font-size: 0.6875rem;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1024px) {
    .p4 {
        font-size: 11px;
        letter-spacing: 1px;
        font-size: 0.6875rem;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1920px) {
    .p4 {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 1.3;
        letter-spacing: 1px;
    }
}

.p5 {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .p5 {
        font-size: 11px;
        letter-spacing: 0px;
        font-size: 0.6875rem;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1024px) {
    .p5 {
        font-size: 11px;
        letter-spacing: 0px;
        font-size: 0.6875rem;
        line-height: 1.4;
    }
}

.c-black,
a {
    color: #383838;
}

.bg-beige {
    background-color: #f4f1ea;
}

.b-border {
    border-color: #e5e4e1;
}

.c-body {
    color: #737373;
}

@media all {
    .product-each .stamped-product-reviews-badge {
        line-height: 14px;
    }

    .product-each .stamped-product-reviews-badge .stamped-badge {
        margin-bottom: 10px;
        position: relative;
    }

    .product-each .stamped-product-reviews-badge .stamped-badge[data-rating="0.0"] {
        display: none !important;
    }

    .product-each .stamped-product-reviews-badge .stamped-badge .stamped-badge-starrating {
        color: #383838;
        line-height: 14px;
    }

    .product-each .stamped-product-reviews-badge .stamped-badge .stamped-badge-starrating .stamped-fa {
        line-height: 14px;
    }

    .product-each .stamped-product-reviews-badge .stamped-badge .stamped-badge-starrating .stamped-fa:before {
        font-size: 18px;
        color: #5d7261;
    }

    .product-each .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption {
        font-size: 12px;
        color: #5d7261;
        position: absolute;
        top: 3px;
    }

    .product-each .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span {
        display: none !important;
    }
}

/*! CSS Used from: https://www.heveya.sg/cdn/shop/t/58/assets/style-custom.css?v=131556956665135559111760500718 */
.align-center {
    align-items: center;
}

.b-radius-3 {
    border-radius: 3px;
}

.b-radius-5 {
    border-radius: 5px;
}

.b-radius-100 {
    border-radius: 100px;
}

.rte strong {
    font-weight: 500;
    color: #383838;
}

.product-each .stamped-product-reviews-badge .stamped-badge .stamped-badge-starrating .stamped-fa:before {
    font-size: 13px !important;
}

@media screen and (min-width:1024px) {
    .product-each .stamped-product-reviews-badge .stamped-badge .stamped-badge-starrating .stamped-fa:before {
        font-size: 18px !important;
    }
}

.rte ul li:before {
    top: 8.5px;
}

@media screen and (min-width:1024px) {
    .d-max-100 {
        max-width: 100%;
    }
}

.global-content-top-margin {
    margin-top: 91px;
}

#shopify-section-header:has(>.additional)~.global-content-top-margin {
    margin-top: 129px;
}

@media screen and (min-width:768px) {
    .global-content-top-margin {
        margin-top: 89px;
    }

    #shopify-section-header:has(>.additional)~.global-content-top-margin {
        margin-top: 129px;
    }
}

@media screen and (min-width:1024px) {
    .global-content-top-margin {
        margin-top: 97px;
    }

    #shopify-section-header:has(>.additional)~.global-content-top-margin {
        margin-top: 139px;
    }
}

@media screen and (max-width:450px) {
    .global-content-top-margin {
        margin-top: 91px;
    }

    #shopify-section-header:has(>.additional)~.global-content-top-margin {
        margin-top: 147px;
    }
}

.product-each .product-each-stickers {
    position: absolute;
    top: 0;
    padding: 10px;
    width: 100%;
    z-index: 3;
    text-align: left;
}

.product-each .product-each-stickers .sticker {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 9px 5px 10px;
}

a,
a.h6,
.glide__arrow,
.global-social svg * {
    transition: .3s ease all;
}

p a:hover,
a.h6:hover {
    color: #737373;
}

a.p3.c-body:hover {
    color: #383838;
}

.global-social:hover svg * {
    fill: #737373 !important;
}

.glide__arrow:not(.on-header-bar):hover {
    border: 1px solid #383838 !important;
    background: #fff !important;
}

.article-con .tag {
    border-radius: 30px;
    border: 1px solid #383838;
    padding-right: 8px;
}

.article-con .featured-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: #fff;
}

.article-con .rte strong {
    font-weight: 500;
    color: #383838;
}

.article-con .rte h2,
.article-con .rte h3 {
    color: #383838;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.article-con .rte p {
    padding-bottom: 15px;
}

.article-con .rte ul li:before {
    top: 8px;
    background: #737373;
}

.article-con .rte img {
    border-radius: 5px;
}

.article-con .rte a:not(.btn1) {
    border-bottom: 1px solid #E5E4E1;
    color: #737373;
}

.article-con .rte a:not(.btn1):hover {
    border-bottom: 1px solid #383838;
}

.article-con .share-icons .each {
    display: inline-block;
}

.article-con .share-icons .global-social {
    font-size: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E5E4E1;
}

.article-con .share-icons .global-social svg {
    height: 15px;
    width: auto;
}

.article-con .right-side .article-each-container .article-excerpt {
    display: none;
}

.article-con .right-side .content-container {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 140px;
    height: max-content;
}

body,
html {
    overflow-x: clip;
}

.article-con,
.article-con .container,
.article-con .content-container.global-flex,
.article-con .right-side {
    overflow: visible !important;
    clip: auto !important;
}

.article-con .right-side {
    align-self: stretch;
}

.article-con .shop .shop-title {
    padding: 0 24px;
}

.article-con .no-wrap-container-tablet {
    padding-left: 14px;
}

.article-con .shop .product-related-title {
    display: none;
}

.article-con .shop .product-related {
    padding-top: 20px;
    padding-bottom: 0;
}

.article-con .article-each .right-side {
    align-content: flex-start;
}

.article-con .content-container .right-side .content-container {
    width: calc(100% + 48px);
    transform: translateX(-24px);
    padding-left: 24px;
    padding-right: 24px;
}

.article-con .rte.article-content div {
    margin-bottom: 30px;
}

.article-con .copy-notif {
    position: absolute;
    display: block;
    padding: 5px 10px 5px 10px;
    width: 150px;
    top: -20px;
    left: unset;
    right: 0;
    background: #5d7261;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(0) translateY(5px);
    transform: translateX(0) translateY(5px);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.article-con .copy-temp {
    position: absolute;
    width: 2px;
    opacity: 0;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .article-con .no-wrap-container-tablet {
        padding-left: 36px;
    }

    .article-con .shop .product-related {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .article-con .rte div img {
        margin: 0;
    }

    .article-con .rte p {
        padding-bottom: 20px;
    }

    .article-con .article-each .right-side {
        align-content: center;
    }

    .article-con .content-container .right-side .content-container {
        width: calc(100% + 72px);
        transform: translateX(-36px);
        padding-left: 36px;
        padding-right: 36px;
    }

    .article-con .shop .glide__track {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .article-con .copy-notif {
        top: -20px;
        left: 50%;
        right: unset;
        -webkit-transform: translateX(-50%) translateY(5px);
        transform: translateX(-50%) translateY(5px);
    }

    .article-con .no-wrap-container-tablet {
        padding-left: 40px;
    }

    .article-con .shop .product-related {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .article-con .content-container .right-side .content-container {
        width: 100%;
        transform: translateX(0);
        padding-left: 0;
        padding-right: 0;
    }
}

.article-content h2 {
    font-family: 'Gotu', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.article-content h3 {
    font-family: 'Gotu', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
    .article-content h2 {
        font-size: 23px;
    }

    .article-content h3 {
        font-size: 19px;
    }
}

@media screen and (min-width: 1024px) {
    .article-content h2 {
        font-size: 25px;
    }

    .article-content h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 1800px) {
    .article-content h2 {
        font-size: 28px;
    }

    .article-content h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {

    .article-con .rte p,
    .article-con .rte ul,
    .article-con .rte ol,
    .article-con .rte.article-content div {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media screen and (min-width: 768px) {

    .article-con .rte p,
    .article-con .rte ul,
    .article-con .rte ol,
    .article-con .rte.article-content div {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media screen and (min-width: 1920px) {

    .article-con .rte ul,
    .article-con .rte ol,
    .article-con .rte.article-content div {
        font-size: 17px;
        line-height: 1.7;
    }
}

.article-each .tag {
    border-radius: 30px;
    border: 1px solid #383838;
    padding-right: 8px;
}

.article-each .tag:hover {
    border-color: #737373;
}

.article-each .article-excerpt {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: calc(1em * 1.5 * 2);
    transition: 0.3s ease all;
}

.article-each .global-image-wrapper {
    padding-bottom: 74.66666666666667% !important;
}

.article-each .global-image-wrapper img {
    height: 100%;
    object-fit: cover;
}

.article-each .tag {
    border-radius: 30px;
    border: 1px solid #383838;
    padding-right: 8px;
}

.article-each .tag:hover {
    border-color: #737373;
}

.article-each .article-excerpt {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: calc(1em * 1.5 * 2);
    transition: 0.3s ease all;
}

.article-each .global-image-wrapper {
    padding-bottom: 74.66666666666667% !important;
}

.article-each .global-image-wrapper img {
    height: 100%;
    object-fit: cover;
}

.article-each .tag {
    border-radius: 30px;
    border: 1px solid #383838;
    padding-right: 8px;
}

.article-each .tag:hover {
    border-color: #737373;
}

.article-each .article-excerpt {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: calc(1em * 1.5 * 2);
    transition: 0.3s ease all;
}

.article-each .global-image-wrapper {
    padding-bottom: 74.66666666666667% !important;
}

.article-each .global-image-wrapper img {
    height: 100%;
    object-fit: cover;
}

.product-related .glide__arrow {
    background-color: white;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #E5E4E1;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-related .glide__arrow svg {
    width: 12px;
    height: 12px;
}

.product-related .product-price {
    display: flex;
    align-items: center;
}

.product-related-title {
    display: flex;
    justify-content: space-between;
}

.product-related .glide__slide {
    width: 50%;
}

#product-related .glide__arrow:disabled {
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .product-related .glide__slide {
        width: 33.3333333%;
    }
}

@media screen and (min-width: 1024px) {
    .product-related .glide__slide {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .product-related-title .glide__arrows {
        display: none;
    }

    .no-wrap-container-tablet {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-related-glide .glide__bullets {
        height: 2px;
        display: flex;
    }

    .product-related-glide .glide__bullet {
        height: 2px;
        background-color: #383838;
        position: relative;
        width: 100%;
        opacity: 0.2;
        transition: all 0.3s ease-in-out;
    }

    .product-related-glide .glide__bullet.glide__bullet--active {
        opacity: 1;
    }
}

.font-0 {
    font-size: 0;
}


/* destinations */
/*! CSS Used from: Embedded */


.avatar {
    width: 42px;
    height: 42px;
}

.avatar>img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-wilder__header {
    padding: 3rem 0;
    text-align: center;
}

.hero-wilder__categories {
    margin-bottom: 1rem;
    font-size: .8125rem;
    font-weight: 600;
    color: rgba(11, 35, 66, .5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.hero-wilder__categories>a {
    color: #005a9a;
}

.hero-wilder__title {
    max-width: 30ch;
    margin: 0 auto 1rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -1px;
    text-wrap: balance;
}

.hero-wilder__subtitle {
    max-width: 60ch;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.5em;
    color: rgb(59.8, 79, 103.8);
    text-wrap: balance;
}

@media screen and (min-width:48rem) {
    .hero-wilder__title {
        font-size: 2.5rem;
    }

    .hero-wilder__subtitle {
        font-size: 1.25rem;
    }
}

@media screen and (min-width:64rem) {
    .hero-wilder__title {
        font-size: 3rem;
    }
}

.social-share-icons {
    display: flex;
    gap: .5rem;
    color: #0b2342;
}



.article-details {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
}

.article-details>div {
    line-height: 1;
    color: #0b2342;
}

.article-details__label {
    margin-bottom: .25rem;
    font-size: .875rem;
    opacity: .75;
}

.author-details {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.author-details strong {
    display: block;
    margin-bottom: .25rem;
}

.author-details>div>div {
    font-size: .875rem;
    opacity: .75;
}

.wilder__hero-image {
    padding: 0;
    margin-bottom: 4rem;
}

@media screen and (min-width:48rem) {
    .wilder__hero-image {
        padding: 0 1.5rem;
    }
}

.wilder__hero-image img {
    display: block;
    width: 100%;
}

.w-full {
    width: 100%;
}

.rc-circle {
    border-radius: 50%;
}

.rounded--lg {
    overflow: hidden;
    border-radius: 12px;
}





.ff-script {
    font-family: skippy-sharp, serif;
}

.fs-xl {
    font-size: 1.75rem;
}

button {
    outline: none;
}

.avatar {
    width: 42px;
    height: 42px;
}

.avatar>img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar--xxl {
    width: 116px;
    height: 116px;
}

.blog-article figure {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.content-grid-container {
    display: flex;
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    margin: 0 -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
}

.content-grid {
    display: flex;
    gap: 1rem;
}

.content-grid>* {
    scroll-snap-align: start;
    width: calc(100vw - 3rem);
    min-width: calc(100vw - 3rem);
}

@media screen and (min-width:32rem) {
    .content-grid>* {
        scroll-snap-align: start;
        width: calc(50vw - 2.5rem);
        min-width: calc(50vw - 2.5rem);
    }
}

@media screen and (min-width:48rem) {
    .content-grid-container {
        margin: 0 -2rem;
        padding: 0 2rem;
        scroll-padding: 0 2rem;
    }
}

@media screen and (min-width:64rem) {
    .content-grid-container {
        overflow: visible;
        white-space: wrap;
        margin: 0;
        padding: 0;
        scroll-padding: 0;
    }

    .content-grid {
        display: grid;
        gap: 1rem;
        justify-content: center;
        grid-auto-flow: row;
        flex-grow: 1;
    }

    .content-grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .content-grid>* {
        width: auto;
        min-width: 0;
        max-width: none;
    }
}

.hero-wilder__header {
    padding: 3rem 0;
    text-align: center;
}

.hero-wilder__categories {
    margin-bottom: 1rem;
    font-size: .8125rem;
    font-weight: 600;
    color: rgba(11, 35, 66, .5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.hero-wilder__categories>a {
    color: #005a9a;
}

.hero-wilder__categories>a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hero-wilder__title {
    max-width: 30ch;
    margin: 0 auto 1rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -1px;
    text-wrap: balance;
}

.hero-wilder__subtitle {
    max-width: 60ch;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.5em;
    color: rgb(59.8, 79, 103.8);
    text-wrap: balance;
    padding-top: 45px;
    margin-left: 193px !important;
    nt; */
}

@media screen and (min-width:48rem) {
    .hero-wilder__title {
        font-size: 2.5rem;
    }

    .hero-wilder__subtitle {
        font-size: 1.25rem;
    }
}

@media screen and (min-width:64rem) {
    .hero-wilder__title {
        font-size: 3rem;
    }
}

.panel {
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(0, 90, 154, .15);
    border-radius: 12px;
}

.section-header {
    display: flex;
    gap: 2rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.photogrid {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    grid-template-columns: 1fr;
}

@media screen and (min-width:64rem) {
    .photogrid {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

.photogrid__item {
    margin: 0;
}

.photogrid__item img {
    display: flex;
    width: 100%;
}

.photogrid__item .caption {
    margin-top: .25rem;
    margin-bottom: 0;
}

@media screen and (min-width:48rem) {
    .photogrid__item .caption {
        margin-right: auto;
        margin-left: auto;
    }
}

.caption {
    font-size: .75rem;
    font-weight: 400;
}

a.preview:hover {
    transform: translateY(-.125rem);
}

.preview {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: .3s ease-in-out;
    white-space: normal;
}

.preview__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
}

.preview--medium .preview__title {
    font-size: 20px;
}

.preview__brand {
    position: absolute;
    top: 0;
    left: 1.25rem;
    z-index: 20;
    display: flex;
    line-height: 1;
}

.preview__brand {
    top: .875rem;
    right: 1rem;
    display: flex;
    align-items: center;
    color: #fff;
}

.preview__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
    color: #fff;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 75%);
}

.preview__overlay--branded {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 60%), linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 30%);
}

.preview__image {
    position: relative;
    aspect-ratio: 1/1;
    margin: 0;
    overflow: hidden;
}

.preview--article .preview__image {
    height: 100%;
}

.preview__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}



.truncatable {
    display: -webkit-box;
    overflow: hidden;
    padding-left: .3785em;
    margin-left: -.3875em;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    transition: all .3s ease;
    -webkit-box-orient: vertical;
}

.truncatable.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.read-toggle {
    display: none;
    padding: .5625rem 1rem .625rem;
    font-size: 15px;
    font-weight: 600;
    color: #0b2342;
    cursor: pointer;
    background: rgb(216.75, 230.25, 239.85);
    border: 0;
    border-radius: 2rem;
}

.read-toggle:hover {
    background: rgb(204, 222, 234.8);
}

.review .read-toggle {
    padding: 0;
    background: none;
}



.article-details {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
}

.article-details>div {
    line-height: 1;
    color: #0b2342;
}

.article-details__label {
    margin-bottom: .25rem;
    font-size: .875rem;
    opacity: .75;
}

.author-details {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.author-details strong {
    display: block;
    margin-bottom: .25rem;
}

.author-details>div>div {
    font-size: .875rem;
    opacity: .75;
}

.article-author {
    display: flex;
    gap: 2rem;
    padding: 2rem;
    margin: 2rem auto;
    background-color: rgba(0, 90, 154, .05);
    border-radius: 12px;
}

.article-author strong {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    color: #0b2342;
}

.article-author strong+div {
    margin-bottom: .5rem;
    font-size: .875rem;
    color: #005a9a;
}

.wilder__hero-image {
    padding: 0;
    margin-bottom: 4rem;
}

@media screen and (min-width:48rem) {
    .wilder__hero-image {
        padding: 0 1.5rem;
    }
}

.wilder__hero-image img {
    display: block;
    width: 100%;
}

.blog-article {
    max-width: 48rem;
    margin: 0 auto;
}

.blog-article>*+* {
    margin: 2rem 0;
}

.blog-article p {
    color: rgb(66 51 49);
    line-height: 1.5;
}

.blog-article hr {
    margin: 4rem 0;
    max-width: 6rem;
    border: 0;
    border-top: 1px solid #005a9a;
    opacity: .5;
}

.pt--md {
    padding-top: 3rem;
}

.pb--md {
    padding-bottom: 3rem;
}

.bg--none {
    background-color: transparent;
}

.ta--left {
    text-align: left;
}

.mx--auto {
    margin-left: auto;
}

.mx--auto {
    margin-right: auto;
}

.w-full {
    width: 100%;
}

.rc-circle {
    border-radius: 50%;
}

.rounded--lg {
    overflow: hidden;
    border-radius: 12px;
}


html,
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}
}
