.btn,
.button {
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 0.6rem 1rem;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.125rem;
    min-width: 13rem;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.button:hover {
    opacity: 0.8 !important;
    background: var(--color-yellow, #ffffff) !important;
    color: var(--color-grey-11, #1b1b1d) !important;
}
@media (max-width: 992px) {
    .btn,
    .button {
        width: 290px;
    }
}
.btn-yellow {
    color: var(--color-grey-11, #1b1b1d);
    background: var(--color-yellow, #fbbd43);
}
.btn-yellow:hover {
    color: var(--color-grey-11, #1b1b1d);
    background: var(--color-yellow, #ffffff);
}
.btn-white-outline,
.btn-white-outline-small {
    border-radius: 2px;
    border: 1px solid var(--color-orange-65, #c0aa8d);
    background: var(--color-pure-white, #fff);
    color: var(--color-grey-11, #1b1b1d);
}
.btn-white-outline-small {
    padding: 0.5rem;
    font-size: 14px;
    line-height: 130%;
}
.button {
    border-radius: 2px;
    border: 1px solid var(--color-yellow, #fbbd43) !important;
    background: var(--color-yellow, #fbbd43) !important;
    color: var(--color-grey-11, #1b1b1d) !important;
    color: var(--color-grey-11, #1b1b1d);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Cormorant Garamond";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 130%;
    transition: all 0.3s ease-in-out;
}
.button:hover {
    background: var(--color-yellow, #ffffff) !important;
    color: var(--color-grey-11, #1b1b1d) !important;
}
.xoo-wsc-ft-btn-continue {
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 0.875rem 1rem;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: none!important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.125rem;
    min-width: 13rem;
    border-radius: 2px;
    border: 1px solid var(--color-orange-65, #c0aa8d) !important;
    background: var(--color-pure-white, #fff) !important;
    color: var(--color-grey-11, #1b1b1d) !important;
}
.xoo-wsc-ft-btn-checkout {
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 0.875rem 1rem;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.125rem;
    min-width: 13rem;
    color: var(--color-grey-11, #1b1b1d) !important;
    background: var(--color-yellow, #fbbd43) !important;
}
.xoo-wsc-ft-btn-checkout .amount {
    display: none;
}
.xoo-wsc-ft-btn-checkout:hover {
    color: var(--color-grey-11, #1b1b1d) !important;
    background: var(--color-yellow, #ffffff) !important;
}
.add-coupon-btn {
    background: #f7f2eb !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
}
.breadcrumb-nav a {
    transition: all 0.2s ease-in-out;
}
.breadcrumb-nav a:hover {
    color: #c0aa8d !important;
}
.header-link,
.header-link,
.nav-link,
.nav-link {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--color-pure-white, #fff);
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}
.header-link:hover,
.header-link:hover,
.nav-link:hover,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #c0aa8d !important;
    text-decoration: none !important;
}
.navbar-toggler {
    border: none;
    color: var(--color-pure-white, #fff);
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
#header {
    background: rgb(44 17 1 / 75%) !important;
    backdrop-filter: blur(10px) !important;
    padding: 1rem 0;
}
@media (max-width: 992px) {
    #header .navbar-collapse {
        position: fixed;
        top: 75px;
        left: 0;
        width: 100%;
        height: calc(100svh - 75px);
        background: #fff;
        padding: 1.5rem;
    }
}
#header .xoo-wsc-sc-subt {
    display: none;
}
#header .xoo-wsc-sc-cont {
    color: #fff !important;
}
#header .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont .xoo-wsc-sc-bki:before {
    color: #000;
}
#header.home .xoo-wsc-sc-cont {
    color: #fff !important;
}
#header.home .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont .xoo-wsc-sc-bki:before {
    color: #fff;
}
@media (max-width: 992px) {
    .nav-link {
        color: var(--color-grey-11, #1b1b1d) !important;
        text-decoration: none !important;
    }
}
#header .container .grid-wrap {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    align-items: center;
}
@media (max-width: 992px) {
    #header .container .grid-wrap {
        grid-template-columns: auto 1fr auto !important;
        gap: 1.5rem;
    }
}
#header .container .grid-wrap .menu-wrap #main-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
}
#header .container .grid-wrap .logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    min-width: 100%;
}
#header .container .grid-wrap .logo-wrap a {
    max-width: 200px;
    padding: 0;
    margin: 0;
}
@media (max-width: 992px) {
    #header .container .grid-wrap .logo-wrap {
        max-width: 120px;
        max-height: 40px !important;
    }
    #header .container .grid-wrap .logo-wrap img {
        width: 100%;
        height: 40px !important;
        object-fit: contain;
    }
}
#header .container .grid-wrap .shop-menu-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
}
#header .container .grid-wrap .shop-menu-wrap .shop-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}
@media (max-width: 992px) {
    #header .container .grid-wrap .shop-menu-wrap .shop-links {
        gap: 0;
    }
    #header .container .grid-wrap .shop-menu-wrap .shop-links > :first-child,
    #header .container .grid-wrap .shop-menu-wrap .shop-links > :nth-child(2),
    #header .container .grid-wrap .shop-menu-wrap .shop-links svg {
        display: none;
    }
}
.cta_separator {
    position: relative;
    margin-top: 3rem;
    padding: 38px 0;
}
.cta_separator .bg-desktop,
.cta_separator .bg-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.cta_separator .bg-desktop img,
.cta_separator .bg-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta_separator .sub_title {
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-transform: lowercase;
    margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
    .cta_separator .sub_title {
        font-size: 18px !important;
    }
}
.cta_separator h2 {
    color: #fff;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .cta_separator h2 {
        font-size: 32px !important;
    }
}
.cta_separator .cta_button {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.footer-home {
    height: 100vh;
    padding: 0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .footer-home {
        height: auto !important;
        padding: 88px 0 0 !important;
    }
}
.footer-home .footer-inner {
    height: 100px;
}
@media (max-width: 992px) {
    .footer-home .footer-inner {
        display: none;
    }
}
.footer-home .footer-bg-desktop,
.footer-home .footer-bg-mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.footer-home .footer-bg-desktop img,
.footer-home .footer-bg-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.footer-home .newsletter-form-container .newsletter-form-wrap {
    margin: auto;
    border-radius: 4px;
    background: #fff0da;
    max-width: 448px;
    padding: 1.25rem 2rem;
}
@media (max-width: 992px) {
    .footer-home .newsletter-form-container .newsletter-form-wrap {
        padding: 1rem 0.5rem;
    }
    .footer-home .newsletter-form-container .newsletter-form-wrap form p:last-of-type {
        margin: 0;
    }
}
.footer-home .newsletter-form-container .newsletter-form-wrap h2 {
    color: var(--color-grey-11, #1b1b1d) !important;
    text-align: center;
    font-family: "Cormorant Garamond" !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .newsletter-form-description {
    color: var(--color-grey-11, #1b1b1d) !important;
    text-align: center !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin-bottom: 1.5rem;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .wpcf7 label {
    color: var(--color-grey-11, #1b1b1d) !important;
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 200 !important;
    line-height: 130%;
    letter-spacing: -0.14px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1rem;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .wpcf7 br {
    display: none;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .wpcf7 .wpcf7-list-item {
    margin: 0;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .wpcf7 .wpcf7-list-item label {
    display: flex;
    flex-direction: row !important;
    align-items: start;
    justify-content: start;
    gap: 0.5rem;
    color: var(--color-grey-11, #1b1b1d) !important;
    font-family: "Open Sans" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.14px;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .wpcf7 .wpcf7-list-item label input {
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--color-orange-74, #d0bfa9) !important;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .wpcf7 input {
    border-radius: 2px;
    border: 1px solid var(--color-orange-74, #d0bfa9);
    background: #fff;
    width: 100%;
    padding: 0.5rem;
    color: #000 !important;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .wpcf7 .wpcf7-submit {
    color: var(--color-grey-11, #1b1b1d);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .wpcf7 .wpcf7-not-valid-tip {
    color: red !important;
    font-size: 12px !important;
}
.footer-home .newsletter-form-container .newsletter-form-wrap .wpcf7 .wpcf7-spinner {
    margin: auto;
    display: block;
    margin-top: 0.25rem;
}
.footer-home .blured-footer-bg {
    padding: 1.5rem 0;
    background: rgba(133, 113, 84, 0.3);
    backdrop-filter: blur(12px);
}
.footer-home .blured-footer-bg a {
    color: #fff;
}
.footer-home .blured-footer-bg a:hover {
    color: #a29177;
}
.footer-home .blured-footer-bg .footer-title {
    color: var(--color-pure-white, #fff);
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0.25rem;
}
@media (max-width: 992px) {
    .footer-home .blured-footer-bg .footer-title {
        text-align: center;
    }
}
@media (max-width: 992px) {
    .footer-home .blured-footer-bg .footer-logo {
        display: flex;
        justify-content: center;
    }
}
.footer-home .blured-footer-bg .footer-logo img {
    width: 200px;
    height: 53px;
    aspect-ratio: 200/53;
}
.footer-home .blured-footer-bg .footer-socials {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
@media (max-width: 992px) {
    .footer-home .blured-footer-bg .footer-socials {
        justify-content: center;
    }
}
.footer-home .blured-footer-bg .footer-socials .footer-social-link svg path {
    fill: #fff;
    transition: 0.3s;
}
.footer-home .blured-footer-bg .footer-socials .footer-social-link:hover svg path {
    fill: #a29177;
    stroke: #a29177;
}
.footer-home .blured-footer-bg .footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
@media (max-width: 992px) {
    .footer-home .blured-footer-bg .footer-contact-info {
        align-items: center;
    }
}
.footer-home .blured-footer-bg .footer-1-menu,
.footer-home .blured-footer-bg .footer-3-menu {
    margin-top: 2rem;
}
@media (max-width: 992px) {
    .footer-home .blured-footer-bg .footer-1-menu,
    .footer-home .blured-footer-bg .footer-3-menu {
        margin-top: 1.5rem;
    }
}
@media (max-width: 992px) {
    .footer-home .blured-footer-bg .footer-3-menu {
        margin-top: 0;
    }
}
.footer-home .blured-footer-bg .footer-1-menu ul,
.footer-home .blured-footer-bg .footer-3-menu ul,
.footer-home .blured-footer-bg .footer-2-menu ul {
    display: flex;
}
@media (max-width: 992px) {
    .footer-home .blured-footer-bg .footer-1-menu ul,
    .footer-home .blured-footer-bg .footer-3-menu ul,
    .footer-home .blured-footer-bg .footer-2-menu ul {
        justify-content: center;
    }
}
.footer-home .blured-footer-bg .footer-1-menu ul li a,
.footer-home .blured-footer-bg .footer-3-menu ul li a,
.footer-home .blured-footer-bg .footer-2-menu ul li a {
    border-right: 1px solid #c0aa8d;
    padding: 0.25rem 1rem 0.25rem 0;
    margin-right: 1rem;
    color: var(--color-pure-white, #fff);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.14px;
}
.footer-home .blured-footer-bg .footer-1-menu ul li:first-child a,
.footer-home .blured-footer-bg .footer-3-menu ul li:first-child a,
.footer-home .blured-footer-bg .footer-2-menu ul li:first-child a {
    padding-left: 0;
}
.footer-home .blured-footer-bg .footer-1-menu ul li:last-of-type a,
.footer-home .blured-footer-bg .footer-3-menu ul li:last-of-type a,
.footer-home .blured-footer-bg .footer-2-menu ul li:last-of-type a {
    border-color: rgba(0, 0, 0, 0);
}
.footer-home .blured-footer-bg p.footer-copyright {
    color: var(--color-pure-white, #fff);
    font-family: "Cormorant Garamond" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
@media (max-width: 992px) {
    .footer-home .blured-footer-bg p.footer-copyright {
        margin-top: 1rem;
        text-align: center;
    }
}
.page-footer {
    padding: 1.5rem 0;
}
@media (max-width: 992px) {
    .page-footer {
        padding: 0;
    }
}
.page-footer a {
    color: #1b1b1d;
}
.page-footer a:hover {
    color: #a29177;
}
.page-footer .footer-title {
    color: var(--color-pure-white, #1b1b1d);
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0.25rem;
}
@media (max-width: 992px) {
    .page-footer .footer-title {
        text-align: center;
        margin-top: 0rem !important;
    }
}
@media (max-width: 992px) {
    .page-footer .footer-logo {
        display: flex;
        justify-content: center;
        order: 1;
    }
}
.page-footer .footer-logo img {
    width: 200px;
    height: 53px;
    aspect-ratio: 200/53;
}
@media (max-width: 992px) {
    .page-footer .col-w-socials {
        display: flex;
        flex-direction: column;
    }
}
.page-footer .footer-socials {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
@media (max-width: 992px) {
    .page-footer .footer-socials {
        justify-content: center;
        align-items: center;
        order: 2;
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
}
.page-footer .footer-socials .footer-social-link svg path {
    fill: #1b1b1d;
    transition: 0.3s;
}
.page-footer .footer-socials .footer-social-link:hover svg path {
    fill: #a29177;
    stroke: #a29177;
}
@media (max-width: 992px) {
    .page-footer .contact-title {
        justify-content: center;
        align-items: center;
        order: 3;
    }
}
.page-footer .footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
@media (max-width: 992px) {
    .page-footer .footer-contact-info {
        justify-content: center;
        align-items: center;
        order: 3;
        margin-bottom: 1.5rem;
    }
}
.page-footer .footer-1-menu ul,
.page-footer .footer-3-menu ul,
.page-footer .footer-2-menu ul {
    display: flex;
}
@media (max-width: 992px) {
    .page-footer .footer-1-menu ul,
    .page-footer .footer-3-menu ul,
    .page-footer .footer-2-menu ul {
        justify-content: center;
    }
}
.page-footer .footer-1-menu ul li a,
.page-footer .footer-3-menu ul li a,
.page-footer .footer-2-menu ul li a {
    border-right: 1px solid #c0aa8d;
    margin-right: 1rem;
    padding: 0.25rem 1rem 0.25rem 0;
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.14px;
}
.page-footer .footer-1-menu ul li a:hover,
.page-footer .footer-3-menu ul li a:hover,
.page-footer .footer-2-menu ul li a:hover {
    color: #a29177;
}
.page-footer .footer-1-menu ul li:first-child a,
.page-footer .footer-3-menu ul li:first-child a,
.page-footer .footer-2-menu ul li:first-child a {
    padding-left: 0;
}
.page-footer .footer-1-menu ul li:last-of-type a,
.page-footer .footer-3-menu ul li:last-of-type a,
.page-footer .footer-2-menu ul li:last-of-type a {
    border-color: rgba(0, 0, 0, 0);
}
.page-footer p.footer-copyright {
    color: var(--color-pure-white, #1b1b1d);
    font-family: "Cormorant Garamond" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
@media (max-width: 992px) {
    .page-footer p.footer-copyright {
        text-align: center;
    }
}
@media (max-width: 992px) {
    .page-footer .newsletter-container {
        max-width: 400px;
        margin: auto;
    }
    .page-footer .newsletter-container .footer-newsletter-title {
        text-align: center;
    }
}
.page-footer .newsletter-container input,
.page-footer .newsletter-container select,
.page-footer .newsletter-container textarea {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid var(--color-orange-87, #e7dfd4) !important;
    background: var(--Theme-Body-Background, #fff) !important;
    padding: 0.5rem;
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.12px;
}
.page-footer .newsletter-container label {
    width: 100%;
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.12px;
}
.page-footer .newsletter-container p > label {
    margin-top: 0.5rem;
}
.page-footer .newsletter-container p > label input,
.page-footer .newsletter-container p > label textarea {
    margin-top: 0.25rem;
}
.page-footer .newsletter-container .wpcf7-list-item {
    margin-left: 0;
    margin-top: 0.25rem;
}
.page-footer .newsletter-container .wpcf7-list-item > label {
    display: flex;
    gap: 0.5rem;
    justify-content: start;
}
.page-footer .newsletter-container .wpcf7-list-item > label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid red !important;
    accent-color: #c0aa8d;
}
.page-footer .newsletter-container .wpcf7-submit {
    margin-top: 1rem;
    color: var(--color-grey-11, #1b1b1d);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: fit-content;
    padding: 0.25rem 65px;
    border-radius: 2px;
    border: 1px solid var(--color-orange-65, #c0aa8d) !important;
}
@media (max-width: 992px) {
    .page-footer .newsletter-container .wpcf7-submit {
        margin: 1rem auto;
        display: block;
    }
}
h1,
.h1 {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Cormorant Garamond";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.16px;
}
@media (max-width: 1650px) {
    h1,
    .h1 {
        font-size: 40px;
    }
}
h2,
.h2 {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Cormorant Garamond";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.16px;
}
@media (max-width: 1650px) {
    h2,
    .h2 {
        font-size: 40px;
    }
}
h3,
.h3 {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
@media (max-width: 1650px) {
    h3,
    .h3 {
        font-size: 32px;
    }
}
h4,
.h4 {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Cormorant Garamond";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
@media (max-width: 1650px) {
    h4,
    .h4 {
        font-size: 24px;
    }
}
h5,
.h5 {
    overflow: hidden;
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.056px;
}
@media (max-width: 1650px) {
    h5,
    .h5 {
        font-size: 20px;
    }
}
h6,
.h6 {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
@media (max-width: 1650px) {
    h6,
    .h6 {
        font-size: 16px;
    }
}
p,
.p,
li {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
}
.page-template-default h1,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#promoModal .modal-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#promoModal .content-column {
    background: #ede1d6;
    padding: 2rem;
}
#promoModal .content-column .modal-content-inner {
    max-width: 320px;
    margin: 0;
}
#promoModal .content-column .modal-content-inner .subtitle {
    color: var(--color-grey-11, #1b1b1d);
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-transform: lowercase;
}
@media (max-width: 768px) {
    #promoModal .content-column .modal-content-inner .subtitle {
        font-size: 24px;
    }
}
#promoModal .content-column .modal-content-inner .title {
    color: var(--color-grey-11, #1b1b1d);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Cormorant Garamond";
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0 !important;
}
@media (max-width: 768px) {
    #promoModal .content-column .modal-content-inner .title {
        font-size: 48px;
    }
}
#promoModal .content-column .modal-content-inner .description {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.24px;
}
@media (max-width: 768px) {
    #promoModal .content-column .modal-content-inner .description {
        font-size: 16px;
    }
}
html {
    font-size: 1rem;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
.primary-font {
    font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif;
}
.blog-container {
    margin-top: 106px;
}
.blog-container h1 {
    margin-bottom: 1rem;
}
.blog-container .blog-global-description p {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.16px;
}
.blog-container .blog-loop-container {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem;
}
@media (max-width: 768px) {
    .blog-container .blog-loop-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 576px) {
    .blog-container .blog-loop-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.article_banner {
    margin-top: 106px;
}
.article_banner .page_banner_inner {
    height: 500px;
}
.article_banner .page_banner_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.breadcrumbs {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.breadcrumbs span,
.breadcrumbs a {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.16px;
    text-decoration: none !important;
    transition: 0.2s;
}
.breadcrumbs span:hover,
.breadcrumbs a:hover {
    color: #c0aa8d;
}
.custom-post-view a .post-thumbnail {
    aspect-ratio: 1/1;
}
.custom-post-view a .post-thumbnail img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.custom-post-view a .post-content {
    padding: 0.5rem 1rem 1rem;
}
.custom-post-view a .post-content h2 {
    overflow: hidden;
    color: var(--color-grey-11, #1b1b1d);
    font-variant-numeric: lining-nums proportional-nums;
    text-overflow: ellipsis;
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.056px;
}
.custom-post-view a .post-content .post-excerpt {
    overflow: hidden;
    color: var(--color-grey-11, #1b1b1d);
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.16px;
}
.custom-post-view a .post-content .read-more-button {
    margin-top: 1rem;
}
.custom-post-view a .post-content .read-more-button span {
    width: fit-content;
    min-width: 0 !important;
    justify-content: start !important;
    color: var(--color-grey-11, #1b1b1d);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 0.6rem 1rem;
}
.spinner-border {
    display: none;
}
.spinner-border.show {
    display: inline-block;
}
@media (max-width: 576px) {
    .entry-header h1 {
        font-size: 40px !important;
        line-height: 120% !important;
    }
}
.entry-content {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
}
@media (max-width: 576px) {
    .entry-content p,
    .entry-content li,
    .entry-content a {
        font-size: 16px !important;
    }
}
.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-bottom: 3rem;
}
.entry-content .has-medium-font-size {
    font-size: 24px !important;
}
@media (max-width: 576px) {
    .entry-content .has-medium-font-size {
        font-size: 20px !important;
    }
}
.post_carousel .post_carousel_title {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.newsletter-form-wrap {
    position: relative;
}
.newsletter-form-wrap .wpcf7-spinner {
    position: absolute;
    bottom: 48px;
    right: 50px;
}
.stars-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
    cursor: pointer;
}
.stars-rating * {
    cursor: pointer;
}
.stars-rating .stars {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.stars-rating .stars-background {
    display: flex;
}
.stars-rating .stars-background span svg {
    width: 12px;
    height: 12px;
}
.stars-rating .stars-foreground {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}
.stars-rating .stars-foreground span svg {
    width: 12px;
    height: 12px;
}
.page-template-default #main {
    margin-top: 106px !important;
}
a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-ft-btn-cart {
    display: none;
}
html body .xoo-wsc-basket {
    display: none !important;
    visibility: hidden !important;
}
.woocommerce-account .breadcrumbs {
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.woocommerce-account .woocommerce-info a {
    margin-top: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
    font-weight: 600 !important;
}
.woocommerce-account .woocommerce-Button.button {
    margin-top: 2rem;
    border-radius: 2px;
    border: 1px solid var(--color-orange-Primary, #f8b242);
    background: var(--color-orange-Primary, #f8b242);
    color: var(--color-grey-11, #1b1b1d);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.woocommerce-account legend {
    color: var(--color-grey-11, #1b1b1d);
    font-family: "Cormorant Garamond";
    font-size: 18;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 2rem;
}
.woocommerce-account a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 3rem;
}
@media (max-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 3rem;
    }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e7dfd4;
}
@media (max-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 1rem 0;
        border-right: none;
        border-bottom: 1px solid #e7dfd4;
        border-top: 1px solid #e7dfd4;
    }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 0.5rem 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
}
.woocommerce-account label,
.woocommerce-account em {
    font-size: 14px;
}
.woocommerce-account input {
    border: 1px solid #e7dfd4 !important;
}
.woocommerce-form-login {
    border: 1px solid #e7dfd4 !important;
}
.modal-content-inner .wpcf7-not-valid-tip {
    font-size: 12px;
    color: red;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.12px;
    text-align: left;
}
.modal-content-inner .wpcf7 {
    position: relative;
}
.modal-content-inner .wpcf7 br {
    display: none;
}
.modal-content-inner .wpcf7 .wpcf7-spinner {
    position: absolute;
    bottom: 35px;
    right: 10px;
}
.modal-content-inner input.wpcf7-text {
    display: flex;
    width: 240px;
    height: 60px;
    min-width: 180px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid var(--color-orange-65, #c0aa8d);
    background: var(--color-pure-white, #fff);
}
.modal-content-inner button,
.modal-content-inner .wpcf7-submit,
.modal-content-inner .wpcf7-response-output {
    width: 240px;
    margin-top: 1rem;
}
.modal-content-inner .btn-white-outline {
    margin-top: 0;
}
.woocommerce-checkout .checkout .shipping-method-item,
.woocommerce-checkout .checkout .wc_payment_method {
    border: 1px solid var(--color-orange-65, #c0aa8d) !important;
    border-radius: 4px !important;
}
.woocommerce-checkout .checkout .shipping-method-item label,
.woocommerce-checkout .checkout .shipping-method-item .label_price,
.woocommerce-checkout .checkout .wc_payment_method label,
.woocommerce-checkout .checkout .wc_payment_method .label_price {
    font-family: "Open sans" !important;
    font-size: 14px !important;
}
.woocommerce-checkout .checkout .wc_payment_method label {
    padding-left: 4r0px !important;
}
.payment_box {
    background: #f7f2eb !important;
}
.payment_box:before {
    border: 1em solid #f7f2eb !important;
    border-right-color: rgba(0, 0, 0, 0) !important;
    border-left-color: rgba(0, 0, 0, 0) !important;
    border-top-color: rgba(0, 0, 0, 0) !important;
}
.payment_box p,
.payment_box span,
.payment_box a {
    font-family: "Open sans" !important;
    font-size: 14px !important;
    color: #1b1b1d !important;
    font-weight: 300 !important;
    line-height: 130% !important;
    letter-spacing: -0.14px !important;
}
.yellow-badge {
    background: #fbbd43;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    width: fit-content;
    display: inline;
}
.added_to_cart {
    display: none !important;
}
.woocommerce-checkout #wrapper > header {
    display: none;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}
input[type="radio"] + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #555;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}
input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fbbd43;
}
.wc_payment_method {
    border: 1px solid #e7dfd4 !important;
}
.single .content h2,
.single .content h3,
.single .content h4,
.single .content h5,
.page-template-default .content h2,
.page-template-default .content h3,
.page-template-default .content h4,
.page-template-default .content h5 {
    margin: 2rem 0 1.5rem !important;
}
.content a {
    color: #fbbd43;
    text-decoration: underline;
}
.single .content p,
.single .content li {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
}
.product-add-to-cart .price {
    padding-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0 1.5rem;
}
.product-add-to-cart .price * {
    color: var(--color-grey-11, #1b1b1d);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Cormorant Garamond";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.product-add-to-cart .price .iworks-omnibus {
    width: 100%;
    color: var(--color-grey-11, #1b1b1d);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.product-add-to-cart .price .iworks-omnibus .amount {
    text-decoration: line-through;
}
.wrap_custom_checkout_section form input[type="checkbox"] {
    padding: 0;
}
.wrap_step_payment #order_review #payment .form-row.place-order #wcc-consents label,
.wrap_step_payment #order_review #payment .form-row.place-order #wcc-consents label a,
.wrap_order_review #order_review #payment .form-row.place-order #wcc-consents label,
.wrap_order_review #order_review #payment .form-row.place-order #wcc-consents label a {
    color: #000;
    font-family: "Open sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.xoo-wsc-sm-info .quantity-controls {
    display: flex;
    border-radius: 2px;
    max-width: 100px;
    border: 1px solid var(--color-orange-87, #e7dfd4);
    background: var(--Theme-Body-Background, #fff);
    padding: 0 !important;
    align-items: center;
}
.xoo-wsc-sm-info .quantity-controls input {
    width: 54px !important;
    text-align: center !important;
    border: none !important;
    padding: 0 !important;
    height: 24px;
}
.xoo-wsc-sm-info .quantity-controls button {
    background: var(--color-grey-95, #f7f2eb);
    border: none;
    font-size: 18px;
    width: 1.5rem;
    height: 24px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xoo-wsc-smr-ptotal {
    display: none;
}
.xoo-wsc-pprice {
    padding-top: 0.5rem !important;
}
.xoo-wsc-pprice,
.xoo-wsc-pprice *,
.xoo-wsc-smr-ptotal,
.xoo-wsc-smr-ptotal * {
    font-size: 12px;
}
.xoo-wsc-pprice .amount {
    margin-left: 4px;
}
#account_username {
    margin-bottom: 1rem;
}
.login-menu-link,
.myaccount-menu-link {
    display: none;
}
.login-menu-link a,
.myaccount-menu-link a {
    padding: 0.25rem 0.5rem;
    background: #f7f2eb !important;
    border-radius: 4px;
}
@media (max-width: 992px) {
    .myaccount-menu-link {
        display: none;
    }
    .login-menu-link {
        display: block;
    }
    .logged-in .myaccount-menu-link {
        display: block;
    }
    .logged-in .login-menu-link {
        display: none;
    }
}
.woocommerce-account h1 {
    display: none;
}
.woocommerce-account.logged-in {
    display: block;
}
.woocommerce-dashboard h1 {
    display: none;
}
.woocommerce-LostPassword {
    font-size: 14px;
}
.woocommerce-form-login__rememberme {
    display: none !important;
}
#select-point-container #select-point {
    background: #f7f2eb !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-ms-clear {
    display: none;
}
.xoo-wsc-pattern-card,
.xoo-wsc-img-col img,
.xoo-wsc-img-col,
.xoo-wsc-sm-back-cont {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.woocommerce-form,
.woocommerce-form-login {
    border: 1px solid #c0aa8d !important;
}
.woocommerce-form input,
.woocommerce-form-login input {
    border: 1px solid #c0aa8d !important;
    font-family: "Open sans" !important;
    font-size: 1rem !important;
}
.woocommerce-account a {
    color: #1b1b1d;
}
.woocommerce-account nav a:hover {
    color: #c0aa8d;
}
.woocommerce-orders-table,
.woocommerce-table,
address {
    border-color: #e7dfd4 !important;
}
.woocommerce-orders-table th,
.woocommerce-table th,
address th {
    background: #f7f2eb;
    border: none !important;
}
.woocommerce-orders-table td,
.woocommerce-table td,
address td {
    border: none !important;
}
address {
    font-family: "Open sans" !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 150% !important;
    letter-spacing: -0.2px !important;
}
address p {
    margin: 0 !important;
    font-family: "Open sans" !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 150% !important;
    letter-spacing: -0.2px !important;
}
.woocommerce-orders-table__cell a.button {
    background: #c0aa8d !important;
    color: #fff !important;
    border: none !important;
    font-family: "Open sans" !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 150% !important;
    letter-spacing: -0.2px !important;
    padding: 0.25rem 0.5rem !important;
}
.open-user-map .leaflet-top {
    top: 100px;
}
@media (max-width: 576px) {
    .open-user-map .leaflet-top {
        top: auto;
        bottom: 40px;
    }
}
.open-user-map .leaflet-geosearch-bar {
    position: relative;
    display: block;
    height: auto;
    width: 400px;
    max-width: calc(100% - 120px);
    margin: 150px auto 0;
    cursor: auto;
    z-index: 1000;
}
@media (max-width: 576px) {
    .open-user-map .leaflet-geosearch-bar {
        max-width: calc(100% - 32px);
        margin: 90px auto 0;
    }
}
.open-user-map .leaflet-geosearch-bar form {
    border: 2px solid #d9b23f !important;
    font-size: 20px !important;
}
.woocommerce-order-received h2 {
    padding-bottom: 2rem !important;
}
.thankyou_order_number_text {
    display: flex;
    align-items: center;
}
.thankyou_order_number_text p.thankyou_order_number {
    font-size: 24px !important;
    margin: 0;
}
.thankyou_order_number_text .order_number_wrapper {
    font-size: 24px !important;
}
.thankyou_order_number_text .order_number_wrapper .order_number {
    color: #000;
}
.show-orders-btn {
    width: fit-content !important;
    font-size: 18px;
    color: #000 !important;
    text-decoration: none !important;
    margin-top: 24px;
}
