@charset "utf-8";
@font-face {
    font-family: "RestoraExtraLight";
    src: url(../font/RestoraExtraLight.otf) format("opentype");
}
html {
    scroll-behavior: smooth;
    margin: 0 !important;
    padding: 0 !important;
}

body,
#mailpoet_form_1 input.mailpoet_submit {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2E4057;
    background: #FFFDF7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-default,
.wp-heading .elementor-heading-title,
.wp-heading p,
.header .global_nav_inner li a,
.header .dropdown_title,
.link-banner_title {
    margin: 0;
    font-family: 'RestoraExtraLight', sans-serif!important;
    line-height: 1.1;
    color: #2E4057;
    font-weight: 400;
}
.heading-default.large,
.wp-heading.large .elementor-heading-title {
    font-size: 60px;
}
.heading-default.medium,
.wp-heading.medium .elementor-heading-title {
    font-size: 48px;
}
.heading-default.small,
.wp-heading.small .elementor-heading-title,
.wp-heading.small p {
    font-size: 36px;
}
.wp-heading.xsmall p {
    font-size: 24px;
}
p {
    font-weight: 400;
    margin: 0;
}
.body-text.small {
    font-size: 16px;
    line-height: 1.6;
}
.body-text.medium {
    font-size: 18px;
    line-height: 1.6;
}
.body-text.large {
    font-size: 20px;
    line-height: 1.4;
}
.body-text.xlarge {
    font-size: 24px;
    line-height: 1.2;
}
@media screen and (max-width: 1024px){
    .heading-default.large,
    .wp-heading.large .elementor-heading-title {
        font-size: max(5.859vw, 48px);
    }
    .heading-default.medium,
    .wp-heading.medium .elementor-heading-title {
        font-size: max(4.688vw, 36px);
    }
    .heading-default.small,
    .wp-heading.small .elementor-heading-title,
    .wp-heading.small p  {
        font-size: max(3.516vw, 30px);
    }
    .body-text.small {
        font-size: 16px;
    }
    .body-text.medium {
        font-size: 16px;
    }
    .body-text.large,
    .body-text.xlarge {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px){
    .heading-default.large,
    .wp-heading.large .elementor-heading-title {
        font-size: max(6.25vw, 36px);
    }
    .heading-default.medium,
    .wp-heading.medium .elementor-heading-title {
        font-size: max(4.688vw, 30px);
    }
    .heading-default.small,
    .wp-heading.small .elementor-heading-title,
    .wp-heading.small p  {
        font-size: max(3.906vw, 26px);
    }
}
a {
    display: block;
    transition: all 0.3s;
    text-decoration: none;
    color: #2E4057;
}

a:active,
a:hover {
    color: #2E4057;
}
.button-default,
.elementor-button,
[type=submit],[type=submit]:focus,
.mailpoet_confirm_unsubscribe>a {
    background-color: #B88D51;
    border: unset;
    border-radius: 2px;
    outline: unset;
    color: #fff;
    line-height: 1.4;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
.button-default:hover,
.elementor-button:hover,
[type=submit]:hover,
.mailpoet_confirm_unsubscribe>a:hover {
    background-color: #DDC29C;
    color: #fff;
}
.button-default.disabled,
.button-default.disabled {
    background-color: #C7CCD3;
    pointer-events: none;
}
.button-outline {
    background-color: #fff;
    color: #B88D51;
    font-weight: 500;
    line-height: 1.4;
    border: 1px solid #B88D51;
    border-radius: 2px;
    padding: 12px 24px;
    transition: all 0.3s;
}
.button-outline:hover,
.link-banner:hover .button-outline {
    background-color: #F9EFE1;
    color: #B88D51;
}
@media screen and (max-width: 650px) {
    .button-default,
    .button-outline {
        padding: 8px 16px;
        font-size: max(2.462vw, 14px);
    }
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl,dt,dd {
    margin: 0;
    padding: 0;
}
.heading-default.decoration,
.wp-heading.large.decoration h2 {
    display: inline-block;
    position: relative;
    margin: 0 0 56px 0;
}
.heading-default.decoration::after,
.wp-heading.large.decoration h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #B88D51;
    bottom: -11px;
}
.heading-default.decoration::before,
.decoration h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 13px;
    background-image: url(../img/diamond-heading.svg);
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.sp_only {
    display: none;
}
@media screen and (max-width: 768px){
    .heading-default.decoration {
        margin: 0 0 64px 0;
    }
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
}
.container {
    max-width: 1440px;
    margin: 0 auto;
}
.inner {
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
}
.subpage-top {
    margin-top: 216px;
}
.header,
.global_nav,
.footer-top-section,
.footer {
    opacity:1;
}

/* Loading
**************************************/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:#FFF5E8;
}
body.elementor-editor-active #loading {
    display: none;
}
#loading>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320x;
    height: auto;
}
.anim.fadeup.is-animated {
    animation: fadeup 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
    0% {
        transform: translate(-50%, calc(-50% + 30px));
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
/* Footer
**************************************/
.site-footer {
    display: none;
}
.footer *{
    width: inherit;
    color: #B88D51;
    transition: all 0.3s;
}
.footer a:hover,
.footer a:hover i {
    color: #2E4057;
}
.footer {
    width: 100%;
    background-color: #BFF0DD;
}
.footer_inner {
    max-width: 1920px;
    height: 376px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.footer_inner_background {
    width: min(39.5vw, 754px);
    height: 150%;
    background-image: url(../img/footer-background.png);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}
.footer_inner_content {
    display: flex;
    justify-content: space-between;
    margin-left: calc(calc(100% - 1184px) / 2);
    width: 600px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.footer_inner_content>div,
.footer_inner_content>nav {
    width: fit-content;
}
.footer_inner_content>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_logo_img {
    width: 210px;
    height: 60px;
}
.footer_sns>p {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 12px;
}
.footer_sns>div {
    display: flex;
    column-gap: 24px;
}

.footer_nav {
    display: flex;
    column-gap: 56px;
}
.footer_category {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.footer_category>li>a {
    font-weight: 600;
    font-size: 16px;
}
.footer_category_child {
    margin-top: 8px;
}
.footer_category_child>li>a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}
.fa-brands {
    font-size: 25px;
}
.copyright {
    width: 100%;
    background-color: #FFFDF7;
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600;
    color: #B88D51;
}
/* Header
**************************************/
.header {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,253,247,0.9);
    filter: drop-shadow(0 1px 20px rgba(189,189,189,0.2));
    backdrop-filter: blur(8px);
}
.header_logo {
    position: relative;
    z-index: 9998;
}
.header_logo_img {
    width: 238px;
    height: 68px;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
}
.global_nav_inner {
    display: flex;
    column-gap: min(4.688vw, 64px);
}

.header .global_nav_inner li a,
.header .dropdown_title {
    font-size: 20px;
    padding: 8px 4px;
    position: relative;
}
/*
.header .dropdown_title {
    cursor: default;
    display: block;
}
*/

.header .dropdown_content {
    opacity: 0;
    visibility: hidden;
    margin: 8px -35px;
    display: flex;
    flex-direction: column;
    position: absolute;
    transition: 0.15s ease-out;
    background-color: #FFFDF7;
    filter: drop-shadow(2px 4px 5px rgba(189,189,189,0.2));
    padding: 16px;
    border-radius: 2px;
}
.header .dropdown_content li a {
    font-size: 16px;
    display: inline-block;
}
li:has(.dropdown_title):hover .dropdown_content {
    opacity: 1;
    visibility: visible;
}
.header .dropdown_title:hover .dropdown_content {
    opacity: 1;
    visibility: inherit;
}
@media screen and (min-width: 1025px) {
    .header .global_nav_inner li a::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #B88D51;
        left: 0;
        bottom: 0;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: all 0.2s ease-out;
    }

    .header .global_nav_inner li a:not(.tab).current::after,
    .header .global_nav_inner li a:hover::after {
        transform: scale(1, 1);
    }
    .header .global_nav_inner>li>a.current::before,
    .header .global_nav_inner .dropdown_title.current::before,
    .header .global_nav_inner>li>a:hover::before,
    .header .global_nav_inner .dropdown_title:hover::before {
        content: "";
        position: absolute;
        display: block;
        width: 13px;
        height: 8px;
        background-image: url(../img/diamond-menu.svg);
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
    }
    /********************************
    body.page-id-473    /*about
    body.page-id-560    /*contact
    body.page-id-538    /*FAQ
    body.page-id-920    /*workshops
    body.page-id-808    /*product
    *********************************/
}
#navbtn {
    display: none;
}
@media screen and (max-width: 1300px) {
    .header_inner,
    .inner,
    .contact-wrapper {
        padding: 0 32px;
    }
    .footer_inner_content {
        padding: 0 0 0 32px;
    }
    .footer_inner_background {
        width: 34.5vw;
        height: 113%;
    }
}
@media screen and (max-width: 1184px) {
    .footer_inner_content {
        margin-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .subpage-top {
        margin-top: max(21.094vw,120px);
    }
    .footer_inner {
        height: inherit;
        flex-direction: column;
    }
    .footer_inner_content {
        padding: 56px 32px;
    }
    .footer_inner_background {
        position: relative;
        width: 100%;
        height: max(20.5vw, 142px);
    }
    .header {
        filter: unset;
        backdrop-filter: unset;
        background-color: rgba(255,253,247,0.98);
    }

    .header .global_nav {
        display: none;
        width: 100%;
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: #BFF0DD;
        border-top: none;
        border-bottom: none;
        overflow-y: scroll;
    }
    .header .global_nav_inner {
        display: flex;
        column-gap: min(4.688vw, 64px);
        flex-direction: column;
        padding: 120px 30px 0;
    }
    .header div:has(.dropdown_title) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #FFFFEE;
    }
    .header .global_nav_inner li a,
    .header .dropdown_title {
        width: auto;
        font-weight: 500;
        margin-top: 0;
        padding: 3% 0;
        text-align: left;
        position: relative;
        display: block;
    }
    
    .header .global_nav_inner li a:not(.dropdown_title) {
        border-bottom: 1px solid #FFFFEE;
    }
    .header .global_nav_inner li>.dropdown_content li a {
        padding-left: 3vw;
        font-size: max(1.953vw, 15px);
        color: rgba(46,64,87,0.8)
    }
    .header .global_nav_inner li a:hover::after,
    .header .global_nav_inner li:not(:has(.dropdown_title)) a:hover::before {
        display: none;
    }
/*
    .header .dropdown_title::after,
    .header .dropdown_title::before {
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        width: 15px;
        height: 2px;
        background-color: #2E4057;
        transition: all 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .dropdown_title:after {
        transform: rotate(90deg);
    }
    .header .dropdown_title::before {
        transform: rotate(0deg);
    }
    .header .dropdown_title.close::after {
        transform: rotate(45deg);
    }
    .header .dropdown_title.close::before {
        transform: rotate(-45deg);
    }
    */
    .header .dropdown_content {
        display: none;
        opacity: 1;
        visibility: visible;
        margin: 0;
        position: relative;
        transition: 0.15s ease-out;
        background-color: unset;
        filter: unset;
        padding: 0;
        border-radius: 0;
    }
    /* Hamburger
    -------------------------*/
    #navbtn {
        display: grid;
        grid-template-rows: repeat(3, 8px);
        padding: 13px 0;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        z-index: 9998;
        cursor: pointer;
    }
    #navbtn>span {
        width: 25px;
        height: 3px;
        margin: 0 auto;
        border-radius: 3px;
        background: #323232;
        transition: all 0.3s;
    }
    .open span:nth-child(1) {
        transform: translateY(8px) rotate(-45deg);
    }
    .open span:nth-child(2) {
        top: 17px;
        opacity: 0;
        transform: translateX(20px);
    }
    .open span:nth-child(3) {
        transform: translateY(-8px) rotate(45deg);
    }

    .header-inner {
        padding: 30px;
    }
    .footer-inner {
        flex-direction: column;
        align-items: center;
        padding: 56px 30px;
    }
    .footer-page-title,
    .footer-page-title:hover {
        padding-bottom: 8px;
    }
    .sns {
        justify-content: center;
    }
    .copyright-wrapper {
        padding: 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .header .global_nav_inner li a,
    .header .dropdown_title {
        padding: 4% 0;
    }    
}
@media screen and (max-width: 580px) {
    .header {
        height: max(20.69vw,80px);
    }
    .header_inner,
    .inner,
    .contact-wrapper {
        padding: 0 20px;
    }
    .header_logo_img,
    #loading>img {
        width: max(41.379vw, 160px);
    }
    .header .global_nav_inner {
        padding: max(20.69vw,80px) 20px 0;
    }
    .footer_inner_content {
        flex-direction: column;
        align-items: center;
        row-gap: 64px;
    }
    .footer_inner_content>div {
        row-gap: 40px;
    }
    .header .global_nav_inner li a,
    .header .dropdown_title {
        font-size: max(3.448vw, 18px);
    }

}
@media screen and (max-width: 468px) {
    .header .global_nav_inner li a,
    .header .dropdown_title {
        padding: 6% 0;
    }    
}
/* Front Page
**************************************/
/* home slider */
.elementor-element:has(.home_slider) {
    max-width: 1920px;
    margin: 120px auto 0;
}
.elementor-element:has(.home_slider) .swiper-slide-inner {
    aspect-ratio: 2 / 1;
    overflow: hidden;
}
.elementor-element .swiper .elementor-swiper-button svg {
    width: 40px;
    height: 40px;
    fill: rgba(46,64,87,0.5);
}

/* insgtagram feed */
.elementor-shortcode:has(#sb_instagram) {
    max-width: 1920px;
    margin: 0 auto;
}
.sb_instagram_header,
div#sbi_load {
    display: none;
}
.footer-top-section {
    margin-top: 120px;
}
.home-linkbox-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.home-linkbox,
.home-linkbox-card,
.home-linkbox-card-inner {
    display: flex;
    flex-direction: column;;
    justify-content: center;
    align-items: center;
}
.home-linkbox {
    height: 560px;
}
.home-linkbox-card-inner {
    width: 430px;
}
.home-linkbox-card-inner>.heading-default {
    padding-bottom: 40px;
}
.home-linkbox-card-inner>.body-text {
    text-align: center;
}
.home-linkbox.contact {
    background-color: #E0F6EE;
    transition: all 0.3s;
}
.home-linkbox.contact:hover {
    background-color: #677587;
}
.home-linkbox.contact:hover p {
    color: #fff;
}
.home-linkbox.newsletter {
    background-image: url(../img/green-diamond-background.png);
    background-size: 119px;
    padding: 60px;
}
.home-linkbox-card {
    background-color: #FFFFFD;
    padding: 24px;
    width: 100%;
    height: 100%;
}

/* newsletter form */
#mailpoet_form_1 form.mailpoet_form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 24px;
}
#mailpoet_form_1 .mailpoet_paragraph {
    width: 70%;
    margin-bottom: 0;
}
#mailpoet_form_1 .mailpoet_paragraph.last {
    width: 30%;
}
#mailpoet_form_1 .mailpoet_message {
    width: 100%;
    text-align: center;
}
#mailpoet_form_1 input.mailpoet_submit {
    background-color: #B88D51;
    color: white;
    height: 41.8px;
}
p.mailpoet_validate_error {
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.2;
    color: #C92501;
}
p.mailpoet_validate_success {
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
}
@media screen and (max-width: 1300px) {
    .home-linkbox-card-inner {
        width: max(33.077vw,340px);
    }
    .home-linkbox.newsletter {
        padding: max(4.615vw, 30px);
    }
}
@media screen and (max-width: 1024px) {
    .home-linkbox-card-inner>.heading-default {
        padding-bottom: max(3.906vw, 16px);
    }
    .home-linkbox-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .home-linkbox {
        height: max(54.688vw,460px);
    }
}
@media screen and (max-width: 580px) {
    .elementor-element:has(.home_slider) {
        margin: max(20.69vw,80px) auto 0;
    }
    .elementor-element .swiper .elementor-swiper-button svg {
        width: max(5.517vw,32px);
        height: max(5.517vw,32px);
    }
    #mailpoet_form_1 .mailpoet_paragraph {
        width: 62%;
    }
    #mailpoet_form_1 .mailpoet_paragraph.last {
        width: 38%;
    }
    .home-linkbox-card {
        padding: max(4.225vw, 15px);
    }
    .home-linkbox-card-inner {
        width: max(59.859vw,260px);
    }
    .home-linkbox.newsletter {
        padding: max(5.282vw, 15px);
    }
    .home-linkbox {
        height: max(80.986vw,320px);
    }
}
/* subpage newsletter form */
.sub-newsletter {
    background-color: #B88D51;
}
.sub-newsletter p.heading-default,
.sub-newsletter p.body-text {
    color: #fff;
}
.sub-newsletter #mailpoet_form_1 .mailpoet_message {
    text-align: left;
    padding: 0;
}
.sub-newsletter>div {
    width: 816px;
    display: flex;
    align-items: center;
    column-gap: 56px;
    margin: 0 auto;
}
.sub-newsletter>div>div {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 24px 0;
}
.sub-newsletter #mailpoet_form_1 form.mailpoet_form {
    padding: 0;
}
.sub-newsletter #mailpoet_form_1 input.mailpoet_submit {
    background-color: #9C6A33;
}
@media screen and (max-width: 960px) {
    .sub-newsletter>div {
        flex-direction: column;
        width: auto;
        column-gap: 0;
        row-gap: 12px;
        padding: 24px;
    }
    .sub-newsletter>div>div {
        padding: 0;
    }
    .sub-newsletter>div>div>p {
        text-align: center;
    }
}

/* About
**************************************/
.elementor-shortcode:has(.about-timeline-wrapper.pc) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-timeline-wrapper {
    display: flex;
}
.about-timeline-wrapper.pc {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 56px;
}
.about-timeline-wrapper.tablet,
.about-timeline-wrapper.mobile {
    display: none;
}
.about-timeline-wrapper>div {
    width: fit-content;
    height: fit-content;
}
.about-timeline {
    display: grid;
    justify-content: space-around;
    column-gap: 40px;
}
.about-timeline.row-3 {
    grid-template-columns: repeat(3,180px);
}
.about-timeline.row-5 {
    grid-template-columns: repeat(5,180px);
}
.about-timeline-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    position: relative;
}

.about-timeline-inner::after {
    content: "";
    width: 3px;
    height: 50px;
    background-color: #B88D51;
}

.about-timeline-inner.reverse {
    flex-direction: column-reverse;
}
.about-timeline p {
    color: #B88D51;
}
.about-timeline-description {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}
.about-timeline img {
    width: 100px;
    height: 100px;
    margin: 0 0 4px;
}
.about-timeline-inner.reverse>img {
    margin: 4px 0 0;
}
.about-timeline-description {
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
}
.about-timeline-description.bottom {
    align-items: flex-start;
    margin-top: 32px;
}
.about-timeline-line {
    width: 100%;
    height: 3px;
    background-color: #B88D51;
}


@media screen and (max-width: 1160px) {
    .about-timeline-wrapper.pc {
        display: none;
    }
    .about-timeline-wrapper.tablet {
        display: flex;
    }
    .about-timeline {
        row-gap: 120px;
    }
    .about-timeline.right {
        padding: 140px 0 0 0;
    }
    .about-timeline-inner {
        width: max(34.483vw, 210px);
        padding: 0 58px 0 0;
    }
    .about-timeline-inner.reverse {
        padding: 0 0 0 58px;
        flex-direction: column;
    }
    .about-timeline-inner::after {
        content: "";
        width: 50px;
        height: 3px;
        background-color: #B88D51;
        position: absolute;
        top: 50%;
        right: 0;
    }
    .about-timeline-inner.reverse::after {
        left: 0;
    }
    .about-timeline-line.tablet {
        display: block;
        width: 3px;
        height: auto;
    }
}
@media screen and (max-width: 740px) {
    .about-timeline-wrapper.tablet {
        display: none;
    }
    .about-timeline-wrapper.mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
    }
    .about-timeline-wrapper>div {
        width: 486px;
        column-gap: 8px;
    }
    .about-timeline-inner {
        width: 210px;
        padding: 0;
    }
    .about-timeline-description {
        font-size: max(2.432vw, 12px);
        margin-bottom: 0;
    }
    .about-timeline {
        display: flex;
    }
    .about-timeline.right,
    .about-timeline-inner.reverse {
        padding: 0;
    }
    .about-timeline-inner::after,
    .about-timeline-inner.reverse::after {
        display: none;
    }
    .about-timeline-line.tablet {
        display: none;
    }
    .about-timeline-line {
        width: 50px;
        height: 3px;
        display: flex;
        align-self: center;
    }
    .about-timeline-wrapper>div.about-timeline-line-mobile {
        background-image: url("../img/timeline-line-large.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 276px;
        height: 46px;
    }
}
@media screen and (max-width: 560px) {
    .about-timeline-wrapper>div {
        width: 280px;
    }
    .about-timeline-inner {
        width: 117px;
    }
    .about-timeline-description {
        font-size: 12px;
    }
    .about-timeline-line {
        width: 30px;
    }
    .about-timeline-wrapper>div.about-timeline-line-mobile {
        background-image: url("../img/timeline-line-small.png");
        width: 163px;
        height: 46px;
    }
}

/* Workshops + Products
**************************************/
.tabs_wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 56px;
    margin-top: 120px;
}
.tabs_wrapper>a {
    color: #969595;
    font-size: 26px;
    padding: 0 0 2px;
    border-bottom: 2px solid #969595;
    text-align: center;
}
.tabs_wrapper>a.current {
    color: #B88D51;
    font-weight: 600;
    border-bottom: 2px solid #B88D51;
}
.link-banner_wrapper {
    padding: 0 20px;
    margin-top: 120px;
}
.link-banner {
    background-color: #BFF0DD;
    border-radius: 4px;
    width: 1048px;
    max-width: 100%;
    height: 120px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
}
.link-banner>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 432px);
    padding: 0 32px;
}
.link-banner::before {
    content: "";
    position: relative;
    display: block;
    background-image: url("../img/banner-cookies.png");
    background-size: cover;
    background-position: -50px -100px;
    background-repeat: no-repeat;
    width: 432px;
    height: 300%;
}
.link-banner_title {
    font-size: 36px;
}
.tabpage {
    display: none;
}
.tabpage.active {
    display: flex;
}
@media screen and (max-width: 1024px) {
    .tabs_wrapper {
        margin-top: max(11.719vw,40px);
    }
    .tabs_wrapper {
        margin-bottom: max(5.469vw,32px);
    }
    .tabs_wrapper>a {
        font-size: max(2.93vw,24px);
    }
    .link-banner_wrapper {
        padding: 0 40px;
    }
    .link-banner {
        width: 768px;
    }
    .link-banner>div {
        width: calc(100% - 180px);
        padding: 0 24px;
    }
    .link-banner::before {
        width: 180px;
        background-position: -140px -50px;
        height: 200%;
    }
    .link-banner_title {
        font-size: max(3.516vw, 22px);
    }
}
@media screen and (max-width: 650px) {
    .tabs_wrapper>a {
        font-size: max(3.158vw,14px);
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4;
        padding: 0 12px 4px;
    }
    .link-banner {
        height: 152px;
        align-items: center;
    }
    .link-banner>div {
        width: fit-content;
        height: fit-content;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }
    .link-banner::before {
        width: 45%;
        height: 150%;
        background-position: right;
    }
}

/* Workshops
**************************************/
.workshops-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 72px;
}
.workshops-common>div {
    content: "";
    background-size: cover;
    background-image: url("../img/workshops-cover.jpg");
    background-position: center;
    width: 100%;
    height: 440px;
    position: relative;
}
.products-common>div:nth-of-type(1) {
    content: "";
    background-size: cover;
    background-image: url("../img/products-cover.jpg");
    background-position: center;
    width: 55%;
    height: 460px;
    position: relative;
}
.products-common>div:last-child {
    width: 45%;
    padding-top: 24px;
}
.workshops-common>div::before,
.workshops-common>div::after,
.products-common>div:nth-of-type(1)::before,
.products-common>div:nth-of-type(1)::after {
    content: "";
    background-size: cover;
    background-image: url("../img/brown-decoration.png");
    width: 283px;
    height: 142px;
    position: absolute;
    z-index: 1;
}
.workshops-common>div::before {
    top: 0;
    left: -70px;
    transform: translateY(-50%);
}
.products-common>div:nth-of-type(1)::before {
    top: 0;
    left: -70px;
    transform: rotate(-90deg) translateY(-50%);
}
.workshops-common>div::after,
.products-common>div:nth-of-type(1)::after {
    bottom: 0;
    right: -70px;
    transform: translateY(50%);
}

.products-common>p {
    display: none;
}
.subpage-top-message {
    width: 776px;
    max-width: 100%;
    text-align: center;
    padding: 56px 0 0;
}
.article_cards_wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 40px;
    row-gap: 80px;
}
.workshop_title {
    padding: 48px 0 16px;
}
.workshop_detail_title {
    font-weight: 600;
    padding-bottom: 8px;
}
.workshop_detail_content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    min-height: 100px;
}
article.article_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article_card>div:last-child>div {
    padding-top: 32px;
}
.article_card>div:last-child>div:is(:not(.workshop_detail)) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.workshop_url {
    background-color: #B88D51;
    color: #fff;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
}
.workshop_url::after {
    content: "";
    display: block;
    background-image: url("../img/external-link.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
}
.workshop_thumbnail {
    position: relative;
}
.workshop_thumbnail>img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.workshop_label {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.workshop_label li {
    padding: 8px 16px;    
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 2px;
    cursor: default;
}
.workshop_label li.online-class {
    background-color: #2E4057;
    color: #fff;
}
.workshop_label li.few-spots-left {
    background-color: #FFE457;
    color: #2E4057;
}
.workshop_label li.sold-out {
    background-color: #C22A2A;
    color: #fff;
}
.workshops-noposts {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-thanks img,
.workshops-noposts>img {
    width: 180px;
    height: auto;
    padding: 0 0 16px;
}
.workshops-noposts>p.heading-default {
    padding: 0 0 16px;
}
.workshops-noposts>p {
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .workshops-common {
        padding: 0 5vw;
    }
    .workshops-common>div::before {
        left: -5vw;
    }
    .workshops-common>div::after {
        right: -5vw;
    }
}
@media screen and (max-width: 1300px) {
    .products-common {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0 5vw;
    }
    .products-common>div:nth-of-type(1) {
        width: 100%;
    }

    .workshops-common>div::before {
        transform: translateY(-25%);
    }
    .products-common>div:nth-of-type(1)::before {
        transform: rotate(-90deg) translate(-12%,-50%);
        left: -5vw;
    }
    .workshops-common>div::after,
    .products-common>div:nth-of-type(1)::after {
        transform: translateY(25%);
        right: -5vw;
    }
    .products-common>div:last-child {
        width: 100%;
        padding-top: 0;
        display: flex;
        justify-content: center;
    }
    .products-common>div:last-child>p {
        display: none;
    }
    .products-common>div:last-child>h1 {
        text-align: center;
    }
    .products-common>p {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .workshops-common>div::before, 
    .workshops-common>div::after,
    .products-common>div:nth-of-type(1)::before,
    .products-common>div:nth-of-type(1)::after {
        width: max(27.637vw,216px);
        height: max(13.867vw,110px);
    }
    .article_cards_wrapper {
        column-gap: max(3.906vw, 32px);
        row-gap: 32px;
    }
    .subpage-top-message {
        padding: 56px 24px 0;
    }
    .workshop_title {
        padding: max(4.688vw, 24px) 0 max(1.563vw, 8px);
    }
    .workshop_url {
        padding: 8px 16px;
    }
    .article_card>div:last-child>div {
        padding-top: max(3.125vw, 8px);
    }
    .article_card>div:last-child>div:is(:not(.workshop_detail)) {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }
    .workshop_detail_title>p {
        font-size: 14px;
    }
}
@media screen and (max-width: 760px) {
    .workshops-common>div,
    .products-common>div:nth-of-type(1) {
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .workshops-common>div::before, 
    .workshops-common>div::after,
    .products-common>div:nth-of-type(1)::before,
    .products-common>div:nth-of-type(1)::after {
        width: max(28.421vw,142px);
        height: max(14.474vw,72px);
    }
    .workshops-common>div::before {
        transform: translateY(-50%);
    }
    .products-common>div:nth-of-type(1)::before {
        transform: rotate(-90deg) translate(0,-50%);
    }
    .workshops-common>div::after,
    .products-common>div:nth-of-type(1)::after {
        transform: translateY(50%);
    }
    .article_cards_wrapper {
        grid-template-columns: repeat(2,1fr);
        column-gap: max(2.083vw, 16px);
    }
    .workshop_title {
        padding: max(3.158vw, 16px) 0 8px;
    }
    .workshop_title.body-text.large {
        font-size: max(2.632vw,15px);
    }
    .workshop_date.body-text.medium,
    .workshop_detail p {
        font-size: max(1.842vw,12px);
        line-height: 1.4;
    }
    .workshop_detail_content {
        min-height: calc((max(1.842vw,12px) * 1.4) * 4);
    }
    .workshop_price {
        font-size: 15px;
    }
    .workshop_label {
        gap: 4px;
        top: 4px;
        left: 4px;
    }
    .workshop_label li {
        padding: 4px 8px;    
        font-size: max(1.842vw,10px);
    }
    .contact-thanks img,
    .workshops-noposts>img {
        width: max(23.438vw, 120px);
    }
}
@media screen and (max-width: 425px) {
    .workshops-noposts br {
        display: none;
    }
}
.subpage-top-diamond img {
    width: 86px;
    height: 86px;
}


/* Products
**************************************/
.products-common {
    display: flex;
    column-gap: 96px;
}


.how-to-order {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 120px 0;
    row-gap: 48px;
}
.how-to-order>div {
    display: grid;
    grid-template-columns: repeat(3,280px);
    width: 1048px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}
.how-to-order>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}
.how-to-order>div>div>img {
    width: 120px;
    height: auto;
}
.how-to-order>div>div>p.body-text.large {
    font-weight: 500;
}
.how-to-order>div>div>p {
    text-align: center;
}
.products-order {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 48px;
    margin-top: 140px;
}
.products-order .tabs_wrapper {
    margin-top: 0;
}
.product-sizes {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.product-sizes>div {
    display: flex;
    justify-content: space-between;
}

/* testimonial slider */
.elementor-shortcode:has(.testimonial_swiper) {
    position: relative;
}
.elementor-shortcode:has(.testimonial_swiper)::before {
    content: "";
    display: block;
    background-image: url(../img/testimonial-background.png);
    width: 100%;
    height: 35%;
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(25%);
}
.testimonial_swiper {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.testimonial_swiper .swiper-slide {
    height: auto;
}
.testimonial_slide_inner {
    width: auto;
    height: 100%;
    background-color: #fff;
    border: 1px solid #B88D51;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 16px;
}
.testimonial_slide_inner>p:first-child {
    width: 280px;
    max-width: 100%;
    text-align: center;
}
.testimonial_slide_inner>img {
    width: 87px;
    height: auto;
}
.testimonial_slide_inner>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.testimonial_name {
    font-size: 14px;
    padding: 16px 0 0;
    width: 100%;
}



@media screen and (max-width: 1300px) {
    .products-order {
        margin-top: 120px;
    }
}
@media screen and (max-width: 1024px) {
    .how-to-order>div {
        grid-template-columns: repeat(3, max(27.237vw, 180px));
    }
}
@media screen and (max-width: 768px) {
    .products-order {
        margin-top: 80px;
    }
    .how-to-order {
        margin: 80px 0;
    }
    .how-to-order>div {
        grid-template-columns: repeat(1, 280px);
        justify-content: center;
        row-gap: 56px;
    }
}
@media screen and (max-width: 468px) {
    .elementor-shortcode:has(.testimonial_swiper)::before {
        height: 25%;
    }
}
/* FAQ
**************************************/
/* accordion */
.accordion,
.question-list-item-answer {
    display: none;
}

.accordion-icon {
    position: relative;
    background-color:  rgba(169,120,51,0.4);
    border-radius: 100vw;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.accordion-icon.small {
    background-color:  rgba(169,120,51,0.3);
    width: 24px;
    height: 24px;
}
.global_nav_inner .accordion-icon {
    display: none;
    background-color: rgba(72,130,35,0.3);
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 1024px) {
    .global_nav_inner .accordion-icon {
        display: block;
    }
}
.accordion-icon::after,
.accordion-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #2E4057;
    transition: all 0.3s;
}
.accordion-icon.small::after,
.accordion-icon.small::before {
    width: 10px;
}
.global_nav_inner .accordion-icon::after,
.global_nav_inner .accordion-icon::before {
    width: 14px;
}
.accordion-icon::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.accordion-icon::before {
    transform: translate(-50%,-50%) rotate(0deg);
}
.accordion-icon.tilt::after {
    transform: translate(-50%,-50%)  rotate(45deg);
}
.accordion-icon.tilt::before {
    transform: translate(-50%,-50%)  rotate(-45deg);
}
/*
.accordion-icon::before {
    content: "";
    background-image: url("../img/icon-plus.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
}
.accordion-icon.small::before {
    width: 14px;
    height: 14px;
}
*/
.question-list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.question-list-title,
.question-list-item-question {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    cursor: pointer;
}
.question-list>dl {
    background-color: #FFF5E8;
    border-radius: 4px;
}
.question-list-title>h3 {
    font-size: 24px;
}
.question-list-item {
    background-color: #fff;
    border: 1px solid #DDC29C;
    border-radius: 4px;
    margin-bottom: 8px;
}
.question-list-item:last-child {
    margin-bottom: 0;
}
.question-list-item-question {
    font-weight: 600;
}
.accordion,
.question-list-item-answer {
    padding: 0px 24px 24px;
}
.question-list-item-answer>a {
    display: inline;
    font-weight: 500;
    color: #B88D51;
}
@media screen and (max-width: 768px) {
    .accordion-icon {
        width: 26px;
        height: 26px;
    }
    .question-list-title,
    .question-list-item-question {
        padding: 16px;
    }
    .question-list-title>h3 {
        font-size: 20px;
    }
    .accordion,
    .question-list-item-answer {
        padding: 0px 16px 16px;
    }
    .question-list-item:first-child {
        margin-top: 16px;
    }
}

/* Contact
**************************************/
.contact-wrapper {
    margin: 0 auto;
    width: 980px;
    max-width: 100%;
}
.contact-wrapper>div,
.contact-wrapper>div>div>div {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
dl.row {
    display: flex;
    column-gap: 24px;
}
dl.row>div {
    width: 50%;
}
.wpcf7-form label {
    padding-bottom: 4px;
}
.form-caption {
    font-size: 14px;
    padding-bottom: 8px;
}
.contact-wrapper dt {
    position: relative;
    display: inline-block;
}
.contact-wrapper dt.required::before {
    content:'\f069';
    font-family: 'Font Awesome 6 Free';
    font-size: 7px;
    position: absolute;
    top: 0;
    right: -11px;
    color: #B88D51;
}
span.wpcf7-list-item.first {
    margin: 0;
}
[type=submit] {
    margin-top: 32px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #B7B7B7;
}



input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.wpcf7-list-item.first {
    margin-left: 0;
}

span.wpcf7-list-item-label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

span.wpcf7-list-item-label::before {
    display: block;
    content: "";
    border-radius: 50%;
    border: 1px solid #9CA3AF;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

span.wpcf7-list-item-label::after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #B88D51;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    display: block;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::before {
    border: 1px solid #B88D51;
}

dd:has(select) { 
    position:relative;
}
dd:has(select)::after{
    content:'\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width:0;
    color: #B88D51;
    z-index:0;
    position:absolute;
    top:13px;
    right:36px;
    pointer-events: none;
}
select {
    appearance: none;
}
select.wpcf7-select {
    background: #fff;
    outline: unset;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border-color: unset;
    padding: 8px 0;
    border: unset;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
    color: #C92501;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #488223;
}
input[type=date]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
input[type=url]:focus, s
select:focus, 
textarea:focus {
    outline: unset;
}
span.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}
span.wpcf7-radio>.wpcf7-list-item {
    margin: 0;
}

@media screen and (max-width: 768px) {
    dl.row {
        display: flex;
        column-gap: 16px;
    }
    #cookie-time,
    #cake-time,
    #seasonal-cookies-time {
        display: flex;
        flex-direction: column;
    }
}
/* 404 Error
**************************************/
.subpage-top-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}
.error-message>img {
    width: 86px;
}
.error-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    width: 576px;
    margin: 0 auto;
}
.error-message>div {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.error-message p {
    text-align: center;
}



/* Newsletter
**************************************/
p.mailpoet_confirm_unsubscribe {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}

form.mailpoet-manage-subscription {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    text-align: left;
}
.mailpoet_paragraph>label {
    padding-bottom: 8px;
}
span.mailpoet-change-email-info>a {
    display: inline-block;
    color: #B88D51;
    position: relative;
}
span.mailpoet-change-email-info>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B88D51;
}