img:is([sizes=auto i],[sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

a, b, body, caption, center, code, div, fieldset, footer, form, header, html, i, iframe, img, label, legend, nav, object, section, span, table, tbody, time, tr, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

footer, header, nav, section {
    display: block
}

@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot")  format("embedded-opentype"),
         url("../fonts/icomoon.woff") format("woff"),
         url("../fonts/icomoon.ttf")  format("truetype"),
         url("../fonts/icomoon.svg")  format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/playfair-display-v37-latin-regular.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/nunito-sans-v15-latin-300.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/nunito-sans-v15-latin-800.woff2") format("woff2")
}

:root {
    --font-weight-thin: 300;
    --font-weight-extra-light: 300;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 400;
    --font-weight-semi-bold: 800;
    --font-weight-bold: 800;
    --font-weight-extra-bold: 800;
    --font-weight-black: 800;
    --font-one: "Playfair Display", sans-serif;
    --font-two: "Nunito Sans", sans-serif;
    --font-three: "Roboto", sans-serif;
    --font-icon: "icomoon", fantasy
}

body {
    font-family: var(--font-two), sans-serif;
    font-weight: var(--font-weight-light);
    color: var(--text-color);
    line-height: 160%;
    overscroll-behavior: none;
    font-size: 16px;
    overflow-x: hidden
}

@media (max-width: 1079px) {
    body {
        font-size: 15px
    }
}

@media (max-width: 699px) {
    body {
        font-size: 14px
    }
}

.h2, .h3, h1, h2 {
    font-family: var(--font-one), sans-serif;
    font-weight: var(--font-weight-regular);
    line-height: 1.2
}

.h2:first-child, .h3:first-child, h1:first-child, h2:first-child {
    margin-top: 0
}

.h2:last-child, .h3:last-child, h1:last-child, h2:last-child {
    margin-bottom: 0
}

h1 {
    font-size: clamp(45px, 34.3281653747px + .0129198966 * 100vw, 55px);
    margin-bottom: .1em
}

.h2, h2 {
    font-size: clamp(28px, 17.3281653747px + .0129198966 * 100vw, 38px);
    margin-bottom: .6em
}

.h3 {
    font-size: clamp(18px, 5.1937984496px + .015503876 * 100vw, 30px);
    margin-bottom: .6em
}

.h2, .h3 {
    display: block
}

a {
    text-underline-offset: .3em;
    text-decoration-thickness: .05em;
    text-decoration-line: none;
    color: var(--text-color)
}

a:focus, a:hover {
    text-decoration-style: solid;
    text-decoration-line: underline
}

/*
a > * {
    pointer-events: none
}
*/

button {
    outline: 0;
    border: none;
    font-size: 1em;
    /*color: currentColor;*/
    cursor: pointer;
    background: 0;
    padding: 0;
    font-family: var(--font-two), sans-serif;
}

button[disabled] {
    cursor: not-allowed;
    opacity: .5
}

p {
    margin-bottom: 1.5em
}

p a {
    text-decoration-line: underline
}

p a:hover {
    color: var(--primary);
    text-decoration-line: none
}

p img {
    display: inline-block
}

p:last-child {
    margin-bottom: 0
}

b {
    font-weight: var(--font-weight-bold)
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

iframe {
    display: block
}

.a11y {
    position: absolute;
    left: -9999px
}

a.action, button.action {
    --action-background: var(--primary);
    --action-background-hover: var(--highlight);
    --action-outline: transparent;
    --action-outline-hover: var(--action-outline);
    --action-text: white;
    --action-text-hover: white;
    background-color: var(--action-background);
    outline-color: var(--action-outline);
    padding: .9375em 2.1875em;
    line-height: 160%;
    font-weight: var(--font-weight-light);
    font-size: .875em;
    letter-spacing: .0625em;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .3s background-color;
    text-decoration: none;
    border-radius: var(--image-border-radius);
    gap: .5em;
    outline-offset: -1px;
    outline-style: solid;
    outline-width: 1px
}

a.action:hover, button.action:hover {
    color: var(--action-text-hover);
    background-color: var(--action-background-hover);
    outline-color: var(--action-outline-hover);
    text-decoration: none
}

a.action:not(.alt), button.action:not(.alt) {
    color: var(--action-text)
}

a.action.alt, button.action.alt {
    /*--action-text: currentColor;*/
    --action-background: transparent;
    --action-background-hover: var(--light-grey);
    --action-outline: var(--action-text);
    --action-text-hover: var(--action-text)
}

a.action.submit, button.action.submit {
    --action-background: var(--text-color)
}

a.action.icon, button.action.icon {
    gap: .5em
}

a.action.compact, button.action.compact {
    padding: .5em 1.4375em
}

p:has(a.action+a.action) {
    display: flex;
    flex-wrap: wrap;
    gap: .5em
}

p:has(a.action+a.action) a.action {
    white-space: nowrap
}

p:has(a.action+a.action)[style*="text-align: center;"] {
    justify-content: center
}

.accent-title {
    margin-top: 0
}

.accent-title span {
    font-size: .8125em;
    font-weight: var(--font-weight-bold);
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-block
}

.accent-title[style*="text-align: center;"] span {
    margin-inline: auto
}

a.icon:has(.a11y), button.icon:has(.a11y) {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
    border: .8em solid transparent;
    box-sizing: content-box
}

a:has(.a11y) {
    text-decoration-line: none
}

.icon::before {
    content: "";
    font-family: var(--font-icon), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon.search::before {
    content: ""
}

.icon.login::before {
    content: ""
}

.icon.cart::before {
    content: ""
}

.icon.shop::before {
    content: ""
}

.icon.book::before {
    content: ""
}

.icon.close::before {
    content: ""
}

.icon.external::before {
    content: ""
}

.icon.time::before {
    content: ""
}

.icon.gift::before {
    content: ""
}

.icon.heart::before {
    content: ""
}

.icon.heart.active::before {
    content: ""
}

.cky-btn {
    border-radius: 3px !important;
    text-transform: uppercase !important;
    font-size: .8em !important
}

:root {
    --wrap-large: 1940px;
    --wrap-regular: 1600px;
    --wrap-small: 1300px;
    --wrap-very-small: 940px;
    --padding: clamp(20px, -22.6873385013px + 0.0516795866 * 100vw, 60px);
    --section: clamp(30px, -7.3514211886px + 0.0452196382 * 100vw, 65px);
    --column-gap: clamp(15px, -11.6795865633px + 0.0322997416 * 100vw, 40px);
    --header-top-height: clamp(100px, 53.0439276486px + 0.0568475452 * 100vw, 144px);
    --header-bottom-height: clamp(80px, 76.7984496124px + 0.003875969 * 100vw, 83px);
    --header-height: calc(var(--header-top-height) + var(--header-bottom-height));
    --flex-columns: 2;
    --flex-column-gap: var(--column-gap);
    --flex-section-gap: var(--column-gap)
}

.wrap {
    --wrap: var(--wrap-regular)
}

.wrap {
    margin-inline: auto;
    width: 100%;
    max-width: var(--wrap)
}

.wrap.px {
    max-width: calc(var(--wrap) + var(--padding) * 2)
}

.px {
    padding-left: var(--padding);
    padding-right: var(--padding)
}

.py-m {
    padding-top: calc(var(--section) + 20px);
    padding-bottom: calc(var(--section) + 20px)
}

.flex-wrap {
    --large-object-offset: calc(var(--flex-column-gap) / var(--flex-columns) * -1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--flex-section-gap) var(--flex-column-gap);
    width: 100%
}

@media (max-width: 699px) {
    .flex-wrap {
        --large-object-offset: calc(var(--padding) * -1)
    }

    .flex-wrap:has(.col.no-colour) {
        --flex-column-gap: 0;
        --flex-section-gap: 0
    }
}

.flex-wrap.cols-1 {
    --flex-columns: 1
}

.flex-wrap > * {
    width: 100%;
    max-width: calc(100% / var(--flex-columns) - var(--flex-column-gap) + var(--flex-column-gap) / var(--flex-columns))
}

.flex-wrap > .columns-12 {
    max-width: 100%
}

@media (max-width: 1079px) {
    .flex-wrap > * {
        max-width: calc(50% - var(--flex-column-gap) + var(--flex-column-gap) / 2)
    }
}

@media (max-width: 1629px) {
    .flex-wrap:has(.columns-8):has(.columns-3) {
        --flex-column-gap: 4em
    }
}

.iframe-container iframe {
    width: 100%
}

.flexible .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.flexible .loading:before {
    content: "";
    font-family: var(--font-icon), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: 2s linear infinite spin-animation;
    font-size: 2em;
    color: var(--border)
}

.entry-content ul {
    margin-block-start: 1em;
    padding-inline-start: 1.5em;
    margin-block-end: 1em
}

.entry-content ul li {
    margin-bottom: .5em;
    padding-left: .5em
}

:root {
    --text-color: #25231E;
    --primary: #BCA258;
    --primary-rgb: 188, 162, 88;
    --primary-lighter: #b5a478;
    --secondary: #404040;
    --tertiary: #E0E6E3;
    --quaternary: #E5E642;
    --quinary: #264559;
    --highlight: #967D4F;
    --sea: #E0E6E3;
    --primary-darker: #3ba6c4;
    --secondary-darker: #1a1a24;
    --tertiary-darker: #d8d8db;
    --highlight-darker: #3fb1d1;
    --light-grey: #F3F0E9;
    --dark-grey: #66645E;
    --grey: #949496;
    --border: #66645E;
    --content-light: var(--light-grey);
    --content-dark: var(--text-color);
    --content-primary: var(--primary);
    --content-secondary: var(--secondary);
    --content-tertiary: var(--quaternary);
    --header-background: white;
    --header-top-background: white;
    --header-text-color: var(--text-color);
    --header-text-color-hover: var(--highlight);
    --image-border-radius: 3px
}

header a, header button {
    /*color: currentColor;*/
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .875em
}

header a:focus, header a:hover, header button:focus, header button:hover {
    /*color: currentColor*/
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0
}

header nav {
    display: flex;
    align-items: center
}

header nav a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: .5em 1em
}

header nav ul {
    display: flex
}

@media (max-width: 1230px) {
    :root {
        --header-height: var(--header-bottom-height)
    }

    header nav a {
        padding: calc(var(--padding) / 2) var(--padding);
        width: 100%
    }

    header nav a.dropdown-toggle {
        width: calc(100% - 60px)
    }

    header nav a {
        padding: calc(var(--padding) * .8) var(--padding)
    }

    header nav ul {
        flex-direction: column;
        width: 100%
    }
}

header nav ul li {
    display: flex;
    align-items: center
}

header nav ul li .caret {
    display: none;
    width: 60px
}

header nav ul li .caret:before {
    content: "";
    font-family: var(--font-icon), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header nav ul li .caret.active:before {
    transform: rotate(-180deg)
}

header nav li.current-menu-item > a {
    text-decoration-line: underline
}

header nav > ul > li {
    position: relative
}

@media (max-width: 1230px) {
    header nav ul li {
        flex-wrap: wrap;
        width: 100%
    }

    header nav ul li .caret {
        display: flex;
        justify-content: center;
        align-items: center
    }

    header nav > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }
}

header nav > ul > li.active > a {
    color: var(--primary)
}

@media (min-width: 1231px) {
    header nav > ul {
        height: 100%
    }

    header nav > ul > li {
        height: 100%
    }

    header nav > ul > li > ul {
        position: absolute;
        left: -1em;
        top: 100%;
        padding-bottom: .8em;
        border-radius: 0 0 6px 6px;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        flex-direction: column;
        background: var(--header-background);
        transition-property: opacity, visibility, transform;
        transition-duration: .3s, .3s, .3s;
        transition-delay: 0s, 0s, .3s;
        transition-timing-function: ease, ease, ease;
        transform: translateY(-1em)
    }

    header nav > ul > li > ul > li a {
        padding: .5em 2em
    }
}

header nav > ul > li > ul > li:last-child {
    border-bottom: 0
}

header nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .5s, .5s, .5s
}

@media (max-width: 1230px) {
    header nav > ul > li > ul {
        display: none;
        background: rgba(0, 0, 0, .05)
    }

    header nav > ul > li > ul.active {
        display: flex
    }

    .mega {
        --top-padding: 1.5em
    }

    .mega .image {
        display: none
    }

    .mega .image .title, .mega .image > .action {
        display: none
    }

    .mega .preview {
        padding: 1.5em var(--padding);
        box-sizing: border-box
    }

    .mega .preview .action {
        width: unset
    }
}

@media (min-width: 1231px) {
    .top nav > ul > li > ul {
        top: 66%;
        box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .05)
    }

    .mega {
        position: unset;
        --top-padding: var(--section)
    }

    .mega > ul {
        top: 100% !important;
        left: 0;
        padding-top: var(--section);
        padding-bottom: var(--section);
        padding-left: var(--padding);
        padding-right: var(--padding);
        width: 100%;
        max-width: calc(66.66% - var(--padding) * 2);
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: 0 var(--padding);
        background: rgba(0, 0, 0, 0);
        color: var(--text-color);
        border-radius: 0
    }

    .mega > ul:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 75%;
        transform: translateX(-50vw);
        width: 100vw;
        height: 100%;
        background: #fff;
        z-index: -2;
        box-shadow: 0 80px 80px 0 rgba(0, 0, 0, .1);
        border-bottom: solid 1px var(--light-grey)
    }

    .mega > ul .image {
        position: absolute;
        left: 100%;
        top: var(--top-padding);
        width: calc(50% - var(--padding));
        height: calc(100% - var(--padding) - var(--top-padding));
        opacity: 0;
        transition: opacity .3s;
        border-radius: var(--image-border-radius);
        overflow: hidden
    }

    .mega > ul .image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .mega > ul .preview {
        grid-row: span 999;
        flex-direction: column;
        border-right: solid var(--light-grey) 1px;
        padding-right: var(--padding);
        align-items: flex-start
    }

    .mega > ul .preview > a {
        border: none;
        justify-content: center;
        width: unset
    }

    .mega > ul .preview .image {
        opacity: 1
    }

    .mega > ul > li a:not(.action) {
        font-size: 1.125em;
        text-transform: revert
    }

    .mega > ul > li:not(.preview):hover .image {
        opacity: 1
    }

    .mega-sub:not(.preview) > a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: .5em 0;
        width: 100%;
        gap: .8em;
        position: relative
    }

    .mega-sub:not(.preview).current_page_item > a {
        pointer-events: none
    }

    #primary_navigation > li > a {
        position: relative;
        z-index: 1;
        height: 100%;
        text-decoration: none
    }

    #primary_navigation > li > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 6px;
        width: 100%;
        background: var(--primary);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .3s
    }

    #primary_navigation > li.current-menu-item > a, #primary_navigation > li:has(li.current-menu-item) > a, #primary_navigation > li:hover > a {
        text-decoration-line: none
    }

    #primary_navigation > li.current-menu-item > a::after, #primary_navigation > li:has(li.current-menu-item) > a::after, #primary_navigation > li:hover > a::after {
        transform: scaleX(1)
    }

    #mobile-shop-navigation {
        display: none
    }

    header .top nav > ul > li > ul {
        background: var(--header-top-background)
    }
}

@media (max-width: 1230px) {
    #mobile-shop-navigation {
        display: flex;
        border-top: 1px solid rgba(0, 0, 0, .05);
        padding: var(--padding);
        box-sizing: border-box;
        gap: 1em;
        flex-direction: column-reverse
    }

    #mobile-shop-navigation li {
        box-sizing: border-box;
        border: none
    }

    #mobile-shop-navigation a {
        text-decoration: none
    }

    #mobile-shop-navigation a.action {
        outline: 0;
        text-align: left;
        justify-content: flex-start;
        padding: .5em 0
    }
}

@media (min-width: 700px) {
    #mobile-shop-navigation li:last-child {
        display: none
    }
}

header {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--light-grey)
}

header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--header-background);
    opacity: 1;
    transition: opacity .3s;
    z-index: -1
}

header .brand {
    display: flex;
    align-items: center;
    padding: 0
}

header .brand svg {
    vertical-align: middle;
    width: 141px;
    height: 88px
}

header .top {
    position: relative;
    z-index: 2;
    height: var(--header-top-height);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--light-grey);
    transition-property: border-bottom-color;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: ease
}

@media (max-width: 1230px) {
    header .brand svg {
        height: 20px;
        width: auto
    }

    header .top {
        display: none
    }

    header .top nav {
        display: none
    }
}

header .top nav {
    height: var(--header-top-height);
    font-size: .875em
}

header .top nav > ul {
    width: calc(100% - 141px)
}

header .bottom {
    display: flex;
    height: var(--header-bottom-height);
    position: relative
}

header .bottom .brand svg {
    height: 52px;
    width: 82px
}

@media (min-width: 1467px) {
    header .bottom .brand, header .bottom .controls {
        width: 188px
    }
}

header .bottom nav {
    margin: 0 auto
}

header .bottom nav #mobile-above-primary-navigation {
    display: none
}

@media (max-width: 1230px) {
    header .bottom nav {
        display: none;
        position: absolute;
        flex-direction: column;
        top: var(--header-height);
        left: 0;
        z-index: 9999;
        width: 100%;
        height: calc(100dvh - var(--header-height));
        background: var(--header-background);
        overflow-y: scroll;
        padding: 0
    }

    @supports not (height:100dvh) {
        header .bottom nav {
            height: calc(100vh - var(--header-height) - 113px)
        }
    }header .bottom nav.active {
         display: block
     }

    header .bottom nav #mobile-above-primary-navigation {
        display: block
    }

    header .bottom nav #mobile-above-primary-navigation > li:last-child {
        border-bottom: 0
    }

    header .bottom .controls {
        margin-left: auto
    }
}

header .bottom .shop-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 2;
    font-size: .875em
}

header .bottom .shop-nav .action {
    margin: 0 1em
}

header .bottom .shop-nav .icon::before {
    font-size: 1rem
}

header .bottom .controls {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

header .bottom .controls .navigation-button {
    display: none;
    right: -.15625em
}

@media (max-width: 1230px) {
    header .bottom .controls .navigation-button {
        display: block
    }
}

@media (max-width: 699px) {
    .flex-wrap > * {
        max-width: 100% !important
    }

    .m-hide {
        display: none !important
    }

    header .action.shop {
        padding: .5em
    }

    .flexible .text-area.no-colour {
        padding-top: var(--padding);
        padding-bottom: var(--padding)
    }
}

header {
    position: sticky;
    z-index: 99;
    top: calc(var(--header-height) * -1);
    left: 0;
    width: 100%;
    transition-property: transform, color, border-bottom-color;
    transition-duration: .3s, .3s, .3s;
    transition-delay: 0s, 0s, 0s;
    transition-timing-function: ease, ease, ease;
    height: var(--header-height)
}

header.bottom, header.pinned {
    transform: translateY(var(--header-bottom-height))
}

header.return-top, header.top {
    top: calc(var(--header-height) * -1)
}

header.top {
    --half-top-height: calc(var(--header-height) / 2)
}

header.not-top, header:hover {
    color: var(--text-color) !important;
    border-bottom-color: var(--light-grey) !important
}

header.not-top .top, header:hover .top {
    border-bottom-color: var(--light-grey) !important;
    transition-delay: .5s
}

header.not-top:before, header:hover:before {
    opacity: 1 !important
}

@media (min-width: 1231px) {
    header.top .bottom .brand {
        opacity: 0
    }

    header.top .bottom .brand, header.top .bottom .controls {
        width: 188px
    }

    header.top .shop-nav {
        margin-top: calc(var(--header-height) * -1)
    }

    header.not-top, header:hover {
        transition-delay: 0s, .5s, .5s
    }

    header.not-top:before, header:hover:before {
        transition-delay: .5s
    }
}

body:has(.header .background) header {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0)
}

body:has(.header .background) header .top {
    border-bottom-color: rgba(255, 255, 255, .3)
}

body:has(.header .background) header::before {
    opacity: 0
}

main {
    min-height: calc(100vh - var(--header-height))
}

.wish-list-header-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border: .8em solid transparent
}

.wish-list-header-count:before {
    font-size: 1rem
}

.burger {
    width: 22px;
    height: 16px;
    cursor: pointer;
    line-height: 0;
    background: 0 0;
    position: relative;
    padding: 0;
    box-sizing: content-box;
    border: .625em solid transparent
}

.burger > span {
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    /*background: currentColor;*/
    position: absolute;
    left: 0;
    transition: .25s ease-in-out;
    transform-origin: center center
}

.burger > span:first-child {
    top: 0
}

.burger > span:nth-child(2) {
    top: 50%
}

.burger > span:nth-child(3) {
    top: 100%
}

.burger.active span:first-child {
    transform: rotate(45deg);
    top: 50%
}

.burger.active span:nth-child(2) {
    width: 0;
    opacity: 0
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%
}

.social-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center
}

.social-links a:hover {
    text-decoration: none
}

.social-links a.facebook:before {
    content: ""
}

.social-links a.youtube:before {
    content: ""
}

.social-links a.instagram:before {
    content: ""
}

.social-links a.linkedin:before {
    content: ""
}

.toggle-cart {
    position: relative
}

.toggle-cart .count {
    font-size: 0;
    background-color: var(--highlight);
    width: .5rem;
    height: .5rem;
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    border-radius: 30px;
    opacity: 1
}

.toggle-cart .count.hide {
    display: none
}

.flexible {
    position: relative;
    overflow: hidden
}

.flexible:has(.inner-no-wrap) {
    overflow: hidden
}

.flexible .col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flexible .object iframe, .flexible .object img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1339px) {
    .flexible:not(.no-colour):has(.object) .text-area {
        padding-top: calc(var(--padding) * 3);
        padding-bottom: calc(var(--padding) * 3)
    }
}

body.noscroll {
    overflow-y: hidden
}

@supports not (overscroll-behavior:none) {
    body.noscroll {
        position: fixed;
        width: 100%
    }
}

:root {
    /*--input-background-color: var(--section-background-color);*/
    --input-border-color: var(--border);
    --input-color: var(--text-color);
    --input-border-radius: 3px
}

form h1, form h2, form p {
    font-size: revert
}

input, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 11px 15px;
    border-radius: var(--input-border-radius);
    /*background-color: var(--input-background-color);*/
    border: solid 1px var(--input-border-color);
    color: var(--input-color);
    font-family: var(--font-two), sans-serif;
    box-sizing: border-box;
    line-height: 160%;
    font-size: 16px;
    margin: 0
}

input:focus, select:focus, textarea:focus {
    outline: 0
}

input[disabled], select[disabled], textarea[disabled] {
    opacity: .5
}

input::placeholder, select::placeholder, textarea::placeholder {
    opacity: .7;
    color: var(--input-border-color)
}

textarea {
    height: 150px
}

input[type=file]:hover {
    cursor: pointer
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    outline: 0;
    content: none;
    cursor: pointer;
    padding: 0;
    background: 0 0;
    border: none;
    margin: 0;
    vertical-align: middle
}

input[type=checkbox]::before, input[type=radio]::before {
    content: "";
    font-family: var(--font-icon), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    width: 1.25em;
    height: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    /*background-color: var(--input-background-color);*/
    border: solid 1px var(--input-border-color);
    color: transparent !important
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    color: var(--input-color) !important;
}

input[type=radio]:before {
    border-radius: 99px
}

input[type=checkbox], input[type=radio] {
    width: auto;
    display: inline-block
}

select {
    padding-right: 50px;
    background-image: url("../images/caret-down.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 12px
}

@keyframes spin-animation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

@keyframes stagger-in {
    0% {
        opacity: 0;
        transform: translate3d(0, 1.6rem, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

[data-aos=stagger-in] > * {
    opacity: 0
}

[data-aos=stagger-in].visible > * {
    animation: .6s forwards stagger-in
}

[data-aos=stagger-in] > :nth-child(1n) {
    animation-delay: .25s
}

[data-aos=stagger-in] > :nth-child(2n) {
    animation-delay: .5s
}

[data-aos=stagger-in] > :nth-child(3n) {
    animation-delay: .75s
}

[data-aos=stagger-in] > :nth-child(4n) {
    animation-delay: 1s
}

[data-aos=stagger-in] > :nth-child(5n) {
    animation-delay: 1.25s
}

[data-aos=stagger-in] > :nth-child(6n) {
    animation-delay: 1.5s
}

[data-aos=stagger-in] > :nth-child(7n) {
    animation-delay: 1.75s
}

[data-aos=stagger-in] > :nth-child(8n) {
    animation-delay: 2s
}

[data-aos=stagger-in] > :nth-child(9n) {
    animation-delay: 2.25s
}

[data-aos=stagger-in] > :nth-child(10n) {
    animation-delay: 2.5s
}

img.lazy-placeholder {
    position: absolute !important
}

img.lazy {
    position: relative
}

:root {
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #958e09;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
    --wc-form-border-color: rgba(32, 7, 7, .8);
    --wc-form-border-radius: 4px;
    --wc-form-border-width: 1px
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-display: swap;
    font-family: WooCommerce;
    src: url(https://ampersandestates.com.au/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"), url(https://ampersandestates.com.au/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(https://ampersandestates.com.au/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #720eec;
    color: #fcfbfe;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a {
    color: #fcfbfe;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: 1s ease-in-out infinite spin;
    background: url(https://ampersandestates.com.au/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: 1s ease-in-out infinite spin;
    background: url(https://ampersandestates.com.au/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: var(--wc-red) !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: var(--wc-red)
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    display: block;
    outline-offset: -2px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #fff;
    border: none;
    box-sizing: content-box;
    border-radius: 100%;
    cursor: pointer;
    font-size: 2em;
    height: 36px;
    padding: 0;
    position: absolute;
    right: .5em;
    text-indent: -9999px;
    top: .5em;
    width: 36px;
    z-index: 99
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    top: 9px;
    position: absolute;
    width: 10px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #000;
    border-radius: 6px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    left: 22px;
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
    width: 2px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true] {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    left: 50%;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 1px
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after, .woocommerce div.product p.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 3em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - 12px) 50%;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5, 1.5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering > label {
    margin-right: .25rem
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}

.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table
}

.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #e9e6ed;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form.login {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after {
    font-family: WooCommerce, sans-serif;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: 2s linear infinite spin
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
    font-family: WooCommerce, sans-serif;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #dcd7e2;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #7f54b3;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #7249a4;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #7f54b3;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #e9e6ed
}

.woocommerce-error, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #720eec;
    list-style: none;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after, .woocommerce-error::before, .woocommerce-message::after, .woocommerce-message::before {
    content: " ";
    display: table
}

.woocommerce-error::after, .woocommerce-message::after {
    clear: both
}

.woocommerce-error::before, .woocommerce-message::before {
    font-family: WooCommerce, sans-serif;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button, .woocommerce-message .button {
    float: right
}

.woocommerce-error li, .woocommerce-message li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

.woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

.cky-overlay {
    background: #000;
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999
}

.cky-hide {
    display: none
}

.cky-btn-revisit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0056a7;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 999999;
    cursor: pointer
}

.cky-revisit-bottom-left {
    bottom: 15px;
    left: 15px
}

.cky-btn-revisit-wrapper .cky-btn-revisit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
    max-width: fit-content;
    margin: 0;
    height: 30px;
    width: 30px
}

.cky-revisit-bottom-left:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    background: #4e4b66;
    color: #fff;
    left: calc(100% + 7px);
    font-size: 12px;
    line-height: 16px;
    width: max-content;
    padding: 4px 8px;
    border-radius: 4px
}

.cky-revisit-bottom-left:hover::after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    left: calc(100% + 2px);
    border-left-width: 0;
    border-right-color: #4e4b66
}

.cky-revisit-hide {
    display: none
}

.cky-consent-container {
    position: fixed;
    width: 440px;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 6px
}

.cky-consent-container .cky-consent-bar {
    background: #fff;
    border: 1px solid;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 6px
}

.cky-box-bottom-left {
    bottom: 40px;
    left: 40px
}

.cky-notice .cky-title {
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px
}

.cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc *, .cky-notice-des *, .cky-preference-content-wrapper * {
    font-size: 14px
}

.cky-notice-des {
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.cky-notice-des img {
    height: 25px;
    width: 25px
}

.cky-accordion-header-wrapper .cky-accordion-header-des p, .cky-consent-bar .cky-notice-des p, .cky-cookie-des-table li div:last-child p, .cky-gpc-wrapper .cky-gpc-desc p, .cky-preference-body-wrapper .cky-preference-content-wrapper p {
    color: inherit;
    margin-top: 0;
    overflow-wrap: break-word
}

.cky-cookie-des-table li div:last-child p:last-child, .cky-gpc-wrapper .cky-gpc-desc p:last-child, .cky-preference-content-wrapper p:last-child {
    margin-bottom: 0
}

.cky-accordion-header .cky-accordion-btn:focus-visible, .cky-btn:focus-visible, .cky-footer-wrapper a:focus-visible, .cky-preference-content-wrapper .cky-show-desc-btn:focus-visible, .cky-preference-header .cky-btn-close:focus-visible, .cky-switch input[type=checkbox]:focus-visible {
    outline: #1863dc solid 2px;
    outline-offset: 2px
}

.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible), .cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible), .cky-btn:focus:not(:focus-visible), .cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible), .cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible), .cky-preference-header .cky-btn-close:focus:not(:focus-visible) {
    outline: 0
}

button.cky-show-desc-btn:not(:hover):not(:active) {
    color: #1863dc;
    background: 0 0
}

button.cky-accordion-btn:not(:hover):not(:active), button.cky-banner-btn-close:not(:hover):not(:active), button.cky-btn-close:not(:hover):not(:active), button.cky-btn-revisit:not(:hover):not(:active) {
    background: 0 0
}

.cky-consent-bar button:focus, .cky-consent-bar button:hover, .cky-modal.cky-modal-open button:focus, .cky-modal.cky-modal-open button:hover {
    text-decoration: none
}

.cky-notice-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px
}

.cky-notice-btn-wrapper .cky-btn {
    text-shadow: none;
    box-shadow: none
}

.cky-btn {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0
}

.cky-btn:hover {
    opacity: .8
}

.cky-btn-customize {
    color: #1863dc;
    background: 0 0;
    border: 2px solid #1863dc
}

.cky-btn-reject {
    color: #1863dc;
    background: 0 0;
    border: 2px solid #1863dc
}

.cky-btn-accept {
    background: #1863dc;
    color: #fff;
    border: 2px solid #1863dc
}

.cky-btn:last-child {
    margin-right: 0
}

@media (max-width: 576px) {
    .cky-box-bottom-left {
        bottom: 0;
        left: 0
    }
}

@media (max-width: 440px) {
    .cky-box-bottom-left {
        width: 100%;
        max-width: 100%
    }

    .cky-consent-container .cky-consent-bar {
        padding: 20px 0
    }

    .cky-notice .cky-title, .cky-notice-btn-wrapper, .cky-notice-des {
        padding: 0 24px
    }

    .cky-notice-des {
        max-height: 40vh;
        overflow-y: scroll
    }

    .cky-notice-btn-wrapper {
        flex-direction: column;
        margin-top: 0
    }

    .cky-btn {
        width: 100%;
        margin: 10px 0 0
    }

    .cky-notice-btn-wrapper .cky-btn-customize {
        order: 2
    }

    .cky-notice-btn-wrapper .cky-btn-reject {
        order: 3
    }

    .cky-notice-btn-wrapper .cky-btn-accept {
        order: 1;
        margin-top: 16px
    }
}

@media (max-width: 352px) {
    .cky-notice .cky-title {
        font-size: 16px
    }

    .cky-notice-des * {
        font-size: 12px
    }

    .cky-btn, .cky-notice-des {
        font-size: 12px
    }
}

.cky-modal.cky-modal-open {
    display: flex;
    visibility: visible;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 1s ease
}

.cky-modal {
    box-shadow: 0 32px 68px rgba(0, 0, 0, .3);
    margin: 0 auto;
    position: fixed;
    max-width: 100%;
    background: #fff;
    top: 50%;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 999999999;
    color: #212121;
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    visibility: hidden;
    transition: all 0s ease
}

.cky-preference-center {
    max-height: 79vh;
    overflow: hidden;
    width: 845px;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    border-radius: 6px
}

.cky-preference-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid
}

.cky-preference-header .cky-preference-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.cky-preference-header .cky-btn-close {
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    background: 0 0;
    border: none;
    width: auto;
    height: auto;
    min-height: 0;
    line-height: 0;
    text-shadow: none;
    box-shadow: none
}

.cky-preference-header .cky-btn-close img {
    margin: 0;
    height: 10px;
    width: 10px
}

.cky-preference-body-wrapper {
    padding: 0 24px;
    flex: 1;
    overflow: auto;
    box-sizing: border-box
}

.cky-gpc-wrapper .cky-gpc-desc, .cky-preference-content-wrapper {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px 0
}

.cky-preference-content-wrapper {
    border-bottom: 1px solid
}

.cky-preference-content-wrapper img {
    height: 25px;
    width: 25px
}

.cky-preference-content-wrapper .cky-show-desc-btn {
    font-size: 14px;
    font-family: inherit;
    color: #1863dc;
    text-decoration: none;
    line-height: 24px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    text-transform: none;
    min-height: 0;
    text-shadow: none;
    box-shadow: none
}

.cky-accordion-wrapper {
    margin-bottom: 10px
}

.cky-accordion {
    border-bottom: 1px solid
}

.cky-accordion:last-child {
    border-bottom: none
}

.cky-accordion .cky-accordion-item {
    display: flex;
    margin-top: 10px
}

.cky-accordion .cky-accordion-body {
    display: none
}

.cky-accordion.cky-accordion-active .cky-accordion-body {
    display: block;
    padding: 0 22px;
    margin-bottom: 16px
}

.cky-accordion-header-wrapper {
    cursor: pointer;
    width: 100%
}

.cky-accordion-item .cky-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cky-accordion-header .cky-accordion-btn {
    font-size: 16px;
    font-family: inherit;
    color: #212121;
    line-height: 24px;
    background: 0 0;
    border: none;
    font-weight: 700;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-transform: none;
    min-height: 0;
    text-shadow: none;
    box-shadow: none
}

.cky-accordion-header .cky-always-active {
    color: green;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px
}

.cky-accordion-header-des {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 16px
}

.cky-accordion-chevron {
    margin-right: 22px;
    position: relative;
    cursor: pointer
}

.cky-accordion-chevron-hide {
    display: none
}

.cky-accordion .cky-accordion-chevron i::before {
    content: "";
    position: absolute;
    border-right: 1.4px solid;
    border-bottom: 1.4px solid;
    border-color: inherit;
    height: 6px;
    width: 6px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .2s ease-in-out;
    top: 8px
}

.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cky-audit-table {
    background: #f4f4f4;
    border-radius: 6px
}

.cky-audit-table .cky-empty-cookies-text {
    color: inherit;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 10px
}

.cky-audit-table .cky-cookie-des-table {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 10px;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    margin: 0
}

.cky-audit-table .cky-cookie-des-table:last-child {
    border-bottom: none
}

.cky-audit-table .cky-cookie-des-table li {
    list-style-type: none;
    display: flex;
    padding: 3px 0
}

.cky-audit-table .cky-cookie-des-table li:first-child {
    padding-top: 0
}

.cky-cookie-des-table li div:first-child {
    width: 100px;
    font-weight: 600;
    word-break: break-word;
    word-wrap: break-word
}

.cky-cookie-des-table li div:last-child {
    flex: 1;
    word-break: break-word;
    word-wrap: break-word;
    margin-left: 8px
}

.cky-footer-shadow {
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    position: absolute;
    bottom: calc(100% - 1px)
}

.cky-footer-wrapper {
    position: relative
}

.cky-prefrence-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 22px 24px;
    border-top: 1px solid
}

.cky-prefrence-btn-wrapper .cky-btn {
    flex: auto;
    max-width: 100%;
    text-shadow: none;
    box-shadow: none
}

.cky-btn-preferences {
    color: #1863dc;
    background: 0 0;
    border: 2px solid #1863dc
}

.cky-accordion, .cky-accordion-wrapper, .cky-footer-wrapper, .cky-preference-body-wrapper, .cky-preference-content-wrapper, .cky-preference-header, .cky-prefrence-btn-wrapper {
    border-color: inherit
}

@media (max-width: 845px) {
    .cky-modal {
        max-width: calc(100% - 16px)
    }
}

@media (max-width: 576px) {
    .cky-modal {
        max-width: 100%
    }

    .cky-preference-center {
        max-height: 100vh
    }

    .cky-prefrence-btn-wrapper {
        flex-direction: column
    }

    .cky-accordion.cky-accordion-active .cky-accordion-body {
        padding-right: 0
    }

    .cky-prefrence-btn-wrapper .cky-btn {
        width: 100%;
        margin: 10px 0 0
    }

    .cky-prefrence-btn-wrapper .cky-btn-reject {
        order: 3
    }

    .cky-prefrence-btn-wrapper .cky-btn-accept {
        order: 1;
        margin-top: 0
    }

    .cky-prefrence-btn-wrapper .cky-btn-preferences {
        order: 2
    }
}

@media (max-width: 352px) {
    .cky-preference-header .cky-preference-title {
        font-size: 16px
    }

    .cky-preference-header {
        padding: 16px 24px
    }

    .cky-accordion-header-des *, .cky-preference-content-wrapper * {
        font-size: 12px
    }

    .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-desc-btn {
        font-size: 12px
    }

    .cky-accordion-header .cky-accordion-btn {
        font-size: 14px
    }
}

.cky-switch {
    display: flex
}

.cky-switch input[type=checkbox] {
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0;
    background: #d0d5d2;
    -webkit-appearance: none;
    border-radius: 50px;
    cursor: pointer;
    outline: 0;
    border: none;
    top: 0
}

.cky-switch input[type=checkbox]:checked {
    background: #1863dc
}

.cky-switch input[type=checkbox]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0
}

.cky-switch input[type=checkbox]:after {
    display: none
}

.cky-switch input[type=checkbox]:checked:before {
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

@media (max-width: 425px) {
    .cky-accordion-chevron {
        margin-right: 15px
    }

    .cky-notice-btn-wrapper {
        margin-top: 0
    }

    .cky-accordion.cky-accordion-active .cky-accordion-body {
        padding: 0 15px
    }

    .cky-switch input[type=checkbox] {
        width: 38px;
        height: 21px
    }

    .cky-switch input[type=checkbox]:before {
        height: 17px;
        width: 17px
    }

    .cky-switch input[type=checkbox]:checked:before {
        -ms-transform: translateX(17px);
        transform: translateX(17px)
    }
}

.cky-consent-bar .cky-banner-btn-close {
    position: absolute;
    right: 9px;
    top: 5px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    min-height: 0;
    line-height: 0;
    height: auto;
    width: auto;
    text-shadow: none;
    box-shadow: none
}

.cky-consent-bar .cky-banner-btn-close img {
    height: 9px;
    width: 9px;
    margin: 0
}

.cky-notice-group {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #212121
}

.cky-consent-bar .cky-banner-btn-close:focus-visible, .cky-opt-out-btn-wrapper .cky-btn:focus-visible {
    outline: #1863dc solid 2px;
    outline-offset: 2px
}

@media (max-width: 440px) {
    .cky-consent-container {
        width: 100%
    }
}

.cky-gpc-wrapper {
    margin: 0 0 0 32px
}

.cky-footer-wrapper .cky-opt-out-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 22px 24px
}

.cky-opt-out-btn-wrapper .cky-btn {
    flex: auto;
    max-width: 100%;
    text-shadow: none;
    box-shadow: none
}

@media (max-width: 352px) {
    .cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc * {
        font-size: 12px
    }

    .cky-gpc-wrapper {
        margin: 0 0 0 28px
    }
}

.video-placeholder-youtube {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b2b0b059;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%
}

.video-placeholder-text-youtube {
    text-align: center;
    align-items: center;
    padding: 10px 16px;
    background-color: #000000cc;
    color: #fff;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer
}

.video-placeholder-normal {
    background-image: url("https://ampersandestates.com.au/wp-content/plugins/cookie-law-info/lite/frontend/images/placeholder.svg");
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b2b0b059;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 100%
}

.video-placeholder-text-normal {
    align-items: center;
    padding: 10px 16px;
    text-align: center;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer
}

.cky-rtl {
    direction: rtl;
    text-align: right
}

.cky-rtl .cky-banner-btn-close {
    left: 9px;
    right: auto
}

.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child {
    margin-right: 8px
}

.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child {
    margin-right: 0
}

.cky-rtl .cky-notice-btn-wrapper {
    margin-left: 0;
    margin-right: 15px
}

.cky-rtl .cky-prefrence-btn-wrapper .cky-btn {
    margin-right: 8px
}

.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child {
    margin-right: 0
}

.cky-rtl .cky-accordion .cky-accordion-chevron i::before {
    border: none;
    border-left: 1.4px solid;
    border-top: 1.4px solid;
    left: 12px
}

.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (max-width: 768px) {
    .cky-rtl .cky-notice-btn-wrapper {
        margin-right: 0
    }
}

@media (max-width: 576px) {
    .cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child {
        margin-right: 0
    }

    .cky-rtl .cky-prefrence-btn-wrapper .cky-btn {
        margin-right: 0
    }

    .cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body {
        padding: 0 22px 0 0
    }
}

@media (max-width: 425px) {
    .cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body {
        padding: 0 15px 0 0
    }
}

.cky-rtl .cky-opt-out-btn-wrapper .cky-btn {
    margin-right: 12px
}

.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child {
    margin-right: 0
}

.product-wish-list-item {
    height: 30px;
    border-radius: 5px;
    border: solid 1px var(--border);
    background: #fff;
    display: flex;
    gap: .5em;
    justify-content: center;
    align-items: center;
    padding: 1em;
    cursor: pointer;
    margin: 1em 0
}

.product-wish-list-item:after {
    content: attr(aria-label)
}

.wish-list-container .message {
    margin-bottom: 1em
}

.wish-list-container .loading-indicator {
    z-index: 2;
    background: rgba(255, 255, 255, .5)
}

.search-container {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row-reverse
}

.search-container .toggle-search {
    position: relative;
    z-index: 1
}

.search-container .toggle-search.active:before {
    content: ""
}

.search-container:has(.icon.active) {
    color: var(--text-color)
}

.search-container .header-search-form.show .wrapper {
    width: 400px !important;
    outline: solid 1px var(--text-color);
    pointer-events: auto
}

.search-container .header-search-form.show .wrapper input {
    opacity: 1;
    transition: opacity .3s ease .3s
}

.search-container .header-search-form.show .wrapper .search {
    transform: translateX(-95%);
    transition: transform .3s ease .3s
}

.search-container label {
    display: none
}

.search-container input {
    opacity: 0;
    transition: opacity .3s ease 0s
}

.search-container .wrapper {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    max-width: calc(100vw - 77px);
    height: 100%;
    outline: rgba(0, 0, 0, 0) solid 1px;
    border-radius: var(--image-border-radius);
    overflow: hidden;
    transition: width .3s ease .2s, outline .3s ease .2s;
    background: #fff;
    pointer-events: none
}

.search-container .wrapper .search {
    position: absolute;
    right: 0;
    transition: transform .3s ease 0s
}

.search-container .wrapper .search:before {
    font-size: 1rem
}

.cart-sidebar {
    position: fixed;
    z-index: 99;
    background: #fff;
    right: 0;
    top: 0;
    height: 100dvh;
    box-shadow: 0 0 60px rgba(0, 0, 0, .3);
    max-width: 100%;
    width: 400px;
    transition: ease-in-out transform .3s;
    padding: var(--column-gap);
    display: flex;
    flex-direction: column;
    gap: 2em
}

.cart-sidebar .h3 {
    margin: 0
}

.cart-sidebar .toggle-cart {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 99;
    width: 25px;
    height: 25px
}

.cart-sidebar .widget {
    height: 100%;
    max-height: calc(100dvh - var(--header-bottom-height));
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.cart-sidebar .widget::-webkit-scrollbar {
    display: none
}

.cart-sidebar .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.cart-sidebar.active {
    transform: translateX(0) !important
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message {
    padding: 1em 0
}

.widget_shopping_cart a {
    color: var(--text-color)
}

.widget_shopping_cart ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .5em;
    margin-bottom: auto
}

.widget_shopping_cart ul.product_list_widget img {
    object-fit: cover
}

.widget_shopping_cart ul.product_list_widget li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0 !important;
    gap: .2em 0;
    padding-top: 1em !important;
    padding-bottom: 0;
    border-top: solid 1px var(--light-grey)
}

.widget_shopping_cart ul.product_list_widget li:after, .widget_shopping_cart ul.product_list_widget li:before {
    display: none
}

.widget_shopping_cart ul.product_list_widget li a.remove {
    font-size: 0;
    position: relative !important
}

.widget_shopping_cart ul.product_list_widget li a.remove::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.4rem;
    height: 1.4rem;
    content: "";
    font-family: var(--font-icon), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .6rem;
    border-radius: 2rem;
    box-sizing: border-box;
    background: var(--primary-lighter);
    color: #fff;
    margin-top: .2em
}

.widget_shopping_cart ul.product_list_widget li a.remove:hover {
    text-decoration: none
}

.widget_shopping_cart ul.product_list_widget li a.remove:hover::before {
    background: var(--secondary);
    text-decoration: none
}

.widget_shopping_cart ul.product_list_widget li a:not(.remove) {
    padding: 0;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 2em);
    padding-right: 55px;
    position: relative
}

.widget_shopping_cart ul.product_list_widget li a:not(.remove) .cart-thumb {
    position: absolute;
    right: 0;
    width: 46px;
    aspect-ratio: 1/1
}

.widget_shopping_cart ul.product_list_widget li a:not(.remove) span {
    position: absolute;
    width: 100%;
    height: 100%
}

.widget_shopping_cart ul.product_list_widget li a:not(.remove) img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0;
    box-shadow: none
}

.widget_shopping_cart ul.product_list_widget li .quantity {
    font-size: .8em;
    margin-left: 2.5em;
    line-height: 100%
}

.widget_shopping_cart p.total {
    padding: 1em 0 !important;
    margin: 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .05) !important
}

.widget_shopping_cart .buttons {
    line-height: 100%;
    display: flex;
    gap: .5em
}

.widget_shopping_cart .buttons:after, .widget_shopping_cart .buttons:before {
    display: none !important
}

.widget_shopping_cart .buttons > a.button {
    text-align: center;
    justify-content: center;
    flex: 1;
    margin: 0 !important;
    --action-background: var(--primary);
    --action-background-hover: var(--highlight);
    --action-outline: transparent;
    --action-outline-hover: var(--action-outline);
    --action-text: white;
    --action-text-hover: white;
    background-color: var(--action-background);
    outline-color: var(--action-outline);
    padding: .9375em 2.1875em;
    line-height: 160%;
    font-weight: var(--font-weight-light);
    font-size: .875em;
    letter-spacing: .0625em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    transition: ease-in-out .3s background-color;
    text-decoration: none;
    border-radius: var(--image-border-radius);
    gap: .5em;
    outline-offset: -1px;
    outline-style: solid;
    outline-width: 1px
}

.widget_shopping_cart .buttons > a.button:hover {
    color: var(--action-text-hover);
    background-color: var(--action-background-hover);
    outline-color: var(--action-outline-hover);
    text-decoration: none
}

.widget_shopping_cart .buttons > a.button:not(.alt) {
    color: var(--action-text)
}

.widget_shopping_cart .buttons > a.button.alt {
    /*--action-text: currentColor;*/
    --action-background: transparent;
    --action-background-hover: var(--light-grey);
    --action-outline: var(--action-text);
    --action-text-hover: var(--action-text)
}

.widget_shopping_cart .buttons > a.button.submit {
    --action-background: var(--text-color)
}

.widget_shopping_cart .buttons > a.button.icon {
    gap: .5em
}

.widget_shopping_cart .buttons > a.button.compact {
    padding: .5em 1.4375em
}

footer {
    position: relative;
    background-color: #fff;
    border-top: solid 1px var(--light-grey)
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer > .main {
    display: flex;
    flex-wrap: wrap;
    gap: 4em 3em
}

footer > .main > div:nth-child(2) {
    display: flex;
    align-self: center
}

@media (min-width: 1080px) {
    footer > .main > div:nth-child(2) {
        justify-content: flex-end;
        width: calc(100% - 101px - 3em)
    }

    footer .disclaimers ul.menu li:after {
        content: "|";
        margin: 0 1em
    }

    footer .disclaimers ul.menu li:last-child::after {
        display: none
    }
}

footer > .main > div:nth-child(2) .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1em
}

@media (max-width: 699px) {
    footer > .main > div:first-child {
        margin: 0 auto
    }

    footer > .main > div:nth-child(2) {
        width: 100%
    }

    footer > .main > div:nth-child(2) .menu {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%
    }

    footer > .main > div:nth-child(2) .menu a {
        width: 100%;
        justify-content: center
    }
}

footer > .main > div:nth-child(3) {
    width: calc(33.3333333333% - 3em + 1em);
    margin-right: auto
}

@media (max-width: 1339px) {
    footer > .main > div:nth-child(3) {
        width: calc(50% - 3em + 1.5em)
    }
}

@media (max-width: 699px) {
    footer > .main > div:nth-child(3) {
        width: 100%
    }
}

footer > .main > div:nth-child(4) {
    width: calc(33.3333333333% - 3em + 1em);
    margin-left: auto
}

@media (max-width: 1339px) {
    footer > .main > div:nth-child(4) {
        width: calc(50% - 3em + 1.5em)
    }
}

@media (max-width: 699px) {
    footer > .main > div:nth-child(4) {
        width: 100%
    }
}

footer > .main > div:nth-child(4) .menu {
    column-count: 2
}

footer > .main > div:nth-child(4) a {
    margin-bottom: 1em;
    display: block;
    text-transform: uppercase;
    letter-spacing: .09em
}

footer .title {
    font-size: .875em;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--primary);
    margin-bottom: 1.5em;
    margin-top: 0
}

footer .disclaimers {
    border-top: 1px solid rgba(254, 254, 254, .1);
    font-size: .9em;
    line-height: 3.75em;
    display: flex;
    gap: 1em;
    margin-top: calc(var(--section) + 20px)
}

footer .disclaimers ul.menu {
    display: flex;
    gap: 0
}

@media (max-width: 1079px) {
    footer .disclaimers {
        flex-direction: column;
        line-height: unset;
        padding-block: 3em;
        align-items: center
    }

    footer .disclaimers ul.menu {
        gap: 1em
    }

    footer .disclaimers ul.menu {
        flex-wrap: wrap
    }
}

footer .disclaimers .footer-copyright span {
    margin: 0 1em
}

footer .social-links {
    gap: .5em;
    margin: 1.5em 0
}

footer .social-links li a.icon {
    height: 42px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    border: 1px solid currentColor;
    border-radius: var(--image-border-radius)
}

footer .social-links li a.icon:hover {
    color: var(--highlight)
}

.footer-logo a {
    width: 101px;
    height: 64px;
    display: inline-block
}

.footer-logo a svg {
    width: 100%;
    height: auto
}

.footer-logo .logo {
    fill: var(--primary)
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: .5em
}
