/** Shopify CDN: Minification failed

Line 8263:4 Expected identifier but found "!"
Line 8264:4 Expected identifier but found "!"
Line 13130:5 Expected "}" to go with "{"

**/
@font-face {
     font-family: 'Mirador';
     src: url('/cdn/shop/files/Mirador-Regular.eot?v=1683139579');
     src: url('/cdn/shop/files/Mirador-Regular.eot?v=1683139579?#iefix') format('embedded-opentype'), url('/cdn/shop/files/Mirador-Regular.woff2?v=1683139579') format('woff2'), url('/cdn/shop/files/Mirador-Regular.woff?v=1683139579') format('woff'), url('/cdn/shop/files/Mirador-Regular.ttf?v=1683139579') format('truetype'), url('/cdn/shop/files/Mirador-Regular.svg?v=1683139580#Mirador-Regular') format('svg');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Mirador';
     src: url('/cdn/shop/files/Mirador-Medium.eot?v=1683139580');
     src: url('/cdn/shop/files/Mirador-Medium.eot?v=1683139580?#iefix') format('embedded-opentype'), url('/cdn/shop/files/Mirador-Medium.woff2?v=1683139579') format('woff2'), url('/cdn/shop/files/Mirador-Medium.woff?v=1683139580') format('woff'), url('/cdn/shop/files/Mirador-Medium.ttf?v=1683139579') format('truetype'), url('/cdn/shop/files/Mirador-Medium.svg?v=1683139579#Mirador-Medium') format('svg');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
/* Color custom properties */
 :root, .color-background-1 {
     --color-foreground: var(--color-base-text);
     --color-background: var(--color-base-background-1);
     --gradient-background: var(--gradient-base-background-1);
}
 .color-background-2 {
     --color-foreground: var(--color-base-text);
     --color-background: var(--color-base-background-2);
     --gradient-background: var(--gradient-base-background-2);
}
 .color-inverse {
     --color-foreground: var(--color-base-background-1);
     --color-background: var(--color-base-text);
     --gradient-background: rgb(var(--color-base-text));
}
 .color-accent-1 {
     --color-foreground: var(--color-base-solid-button-labels);
     --color-background: var(--color-base-accent-1);
     --gradient-background: var(--gradient-base-accent-1);
}
 .color-accent-2 {
     --color-foreground: var(--color-base-solid-button-labels);
     --color-background: var(--color-base-accent-2);
     --gradient-background: var(--gradient-base-accent-2);
}
 .color-foreground-outline-button {
     --color-foreground: var(--color-base-outline-button-labels);
}
 .color-foreground-accent-1 {
     --color-foreground: var(--color-base-accent-1);
}
 .color-foreground-accent-2 {
     --color-foreground: var(--color-base-accent-2);
}
 :root, .color-background-1 {
     --color-link: var(--color-base-outline-button-labels);
     --alpha-link: 0.85;
}
 .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-link: var(--color-foreground);
     --alpha-link: 0.7;
}
 @font-face {
     font-family: 'Mirador';
     src: url('/cdn/shop/files/Mirador-BoldDEMO.eot?v=1682622395');
     src: url('/cdn/shop/files/Mirador-BoldDEMO.eot?v=1682622395?#iefix') format('embedded-opentype'), url('/cdn/shop/files/Mirador-BoldDEMO.woff2?v=1682622395') format('woff2'), url('/cdn/shop/files/Mirador-BoldDEMO.woff?v=1682622395') format('woff'), url('/cdn/shop/files/Mirador-BoldDEMO.ttf?v=1682622395') format('truetype'), url('/cdn/shop/files/Mirador-BoldDEMO.svg?v=1682622395#Mirador-BoldDEMO') format('svg');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Mirador Book';
     src: url('/cdn/shop/files/Mirador-BookDEMO.eot?v=1682622395');
     src: url('/cdn/shop/files/Mirador-BookDEMO.eot?v=1682622395?#iefix') format('embedded-opentype'), url('/cdn/shop/files/Mirador-BookDEMO.woff2?v=1682622395') format('woff2'), url('/cdn/shop/files/Mirador-BookDEMO.woff?v=1682622395') format('woff'), url('/cdn/shop/files/Mirador-BookDEMO.ttf?v=1682622395') format('truetype'), url('/cdn/shop/files/Mirador-BookDEMO.svg?v=1682622395#Mirador-BookDEMO') format('svg');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 :root, .color-background-1 {
     --color-button: var(--color-base-accent-1);
     --color-button-text: var(--color-base-solid-button-labels);
     --alpha-button-background: 1;
     --alpha-button-border: 1;
}
 .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-button: var(--color-foreground);
     --color-button-text: var(--color-background);
}
 .button--secondary {
     --color-button: var(--color-base-outline-button-labels);
     --color-button-text: var(--color-base-outline-button-labels);
     --color-button: var(--color-background);
     --alpha-button-background: 1;
}
 .color-background-2 .button--secondary, .color-accent-1 .button--secondary, .color-accent-2 .button--secondary {
     --color-button: var(--color-background);
     --color-button-text: var(--color-foreground);
}
 .color-inverse .button--secondary {
     --color-button: var(--color-background);
     --color-button-text: var(--color-foreground);
}
 .button--tertiary {
     --color-button: var(--color-base-outline-button-labels);
     --color-button-text: var(--color-base-outline-button-labels);
     --alpha-button-background: 0;
     --alpha-button-border: 0.2;
}
 .color-background-2 .button--tertiary, .color-inverse .button--tertiary, .color-accent-1 .button--tertiary, .color-accent-2 .button--tertiary {
     --color-button: var(--color-foreground);
     --color-button-text: var(--color-foreground);
}
 :root, .color-background-1 {
     --color-badge-background: var(--color-background);
     --color-badge-border: var(--color-foreground);
     --alpha-badge-border: 0.1;
}
 .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-badge-background: var(--color-background);
     --color-badge-border: var(--color-background);
     --alpha-badge-border: 1;
}
 :root, .color-background-1, .color-background-2 {
     --color-card-hover: var(--color-base-text);
}
 .color-inverse {
     --color-card-hover: var(--color-base-background-1);
}
 .color-accent-1, .color-accent-2 {
     --color-card-hover: var(--color-base-solid-button-labels);
}
 :root, .color-icon-text {
     --color-icon: rgb(var(--color-base-text));
}
 .color-icon-accent-1 {
     --color-icon: rgb(var(--color-base-accent-1));
}
 .color-icon-accent-2 {
     --color-icon: rgb(var(--color-base-accent-2));
}
 .color-icon-outline-button {
     --color-icon: rgb(var(--color-base-outline-button-labels));
}
 .product-card-wrapper .card, .contains-card--product {
     --border-radius: var(--product-card-corner-radius);
     --border-width: var(--product-card-border-width);
     --border-opacity: var(--product-card-border-opacity);
     --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
     --shadow-blur-radius: var(--product-card-shadow-blur-radius);
     --shadow-opacity: var(--product-card-shadow-opacity);
     --shadow-visible: var(--product-card-shadow-visible);
     --image-padding: var(--product-card-image-padding);
     --text-alignment: var(--product-card-text-alignment);
}
 .collection-card-wrapper .card, .contains-card--collection {
     --border-radius: var(--collection-card-corner-radius);
     --border-width: var(--collection-card-border-width);
     --border-opacity: var(--collection-card-border-opacity);
     --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
     --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
     --shadow-opacity: var(--collection-card-shadow-opacity);
     --shadow-visible: var(--collection-card-shadow-visible);
     --image-padding: var(--collection-card-image-padding);
     --text-alignment: var(--collection-card-text-alignment);
}
 .article-card-wrapper .card, .contains-card--article {
     --border-radius: var(--blog-card-corner-radius);
     --border-width: var(--blog-card-border-width);
     --border-opacity: var(--blog-card-border-opacity);
     --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
     --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
     --shadow-opacity: var(--blog-card-shadow-opacity);
     --shadow-visible: var(--blog-card-shadow-visible);
     --image-padding: var(--blog-card-image-padding);
     --text-alignment: var(--blog-card-text-alignment);
}
 .contains-content-container, .content-container {
     --border-radius: var(--text-boxes-radius);
     --border-width: var(--text-boxes-border-width);
     --border-opacity: var(--text-boxes-border-opacity);
     --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
     --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
     --shadow-opacity: var(--text-boxes-shadow-opacity);
     --shadow-visible: var(--text-boxes-shadow-visible);
}
 .contains-media, .global-media-settings {
     --border-radius: var(--media-radius);
     --border-width: var(--media-border-width);
     --border-opacity: var(--media-border-opacity);
     --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--media-shadow-vertical-offset);
     --shadow-blur-radius: var(--media-shadow-blur-radius);
     --shadow-opacity: var(--media-shadow-opacity);
     --shadow-visible: var(--media-shadow-visible);
}
/* base */
 .no-js:not(html) {
     display: none !important;
}
 html.no-js .no-js:not(html) {
     display: block !important;
}
 .no-js-inline {
     display: none !important;
}
 html.no-js .no-js-inline {
     display: inline-block !important;
}
 html.no-js .no-js-hidden {
     display: none !important;
}
 .page-width {
     max-width: var(--page-width);
     margin: 0 auto;
     padding: 0 1.5rem;
}
 .page-width.drawer-menu {
     max-width: 100%;
}
 .page-width-desktop {
     padding: 0;
     margin: 0 auto;
}
 @media screen and (min-width: 750px) {
     .page-width {
         padding: 0 5rem;
    }
     .header.page-width {
         padding-left: 3.2rem;
         padding-right: 3.2rem;
    }
     .page-width--narrow {
         padding: 0 9rem;
    }
     .page-width-desktop {
         padding: 0;
    }
     .page-width-tablet {
         padding: 0 5rem;
    }
}
 @media screen and (min-width: 990px) {
     .header:not(.drawer-menu).page-width {
         padding-left: 5rem;
         padding-right: 5rem;
    }
     .page-width--narrow {
         max-width: 72.6rem;
         padding: 0;
    }
     .page-width-desktop {
         max-width: var(--page-width);
         padding: 0 5rem;
    }
}
 .isolate {
     position: relative;
     z-index: 0;
}
 .section + .section {
     margin-top: var(--spacing-sections-mobile);
}
 @media screen and (min-width: 750px) {
     .section + .section {
         margin-top: var(--spacing-sections-desktop);
    }
}
 .element-margin-top {
     margin-top: 5rem;
}
 @media screen and (min-width: 750px) {
     .element-margin {
         margin-top: calc(5rem + var(--page-width-margin));
    }
}
 body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     color: rgba(var(--color-foreground), 0.75);
     background-color: rgb(var(--color-background));
}
 .background-secondary {
     background-color: rgba(var(--color-foreground), 0.04);
}
 .grid-auto-flow {
     display: grid;
     grid-auto-flow: column;
}
 .page-margin, .shopify-challenge__container {
     margin: 7rem auto;
}
 .rte-width {
     max-width: 82rem;
     margin: 0 auto 2rem;
}
 .list-unstyled {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .hidden {
     display: none !important;
}
 .visually-hidden {
     position: absolute !important;
     overflow: hidden;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     border: 0;
     clip: rect(0 0 0 0);
     word-wrap: normal !important;
}
 .visually-hidden--inline {
     margin: 0;
     height: 1em;
}
 .overflow-hidden {
     overflow: hidden;
}
 .skip-to-content-link:focus {
     z-index: 9999;
     position: inherit;
     overflow: auto;
     width: auto;
     height: auto;
     clip: auto;
}
 .full-width-link {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
}
 ::selection {
     background-color: rgba(var(--color-foreground), 0.2);
}
 .text-body {
     font-size: 1.5rem;
     letter-spacing: 0.06rem;
     line-height: calc(1 + 0.8 / var(--font-body-scale));
     font-family: var(--font-body-family);
     font-style: var(--font-body-style);
     font-weight: var(--font-body-weight);
}
 h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
     font-family: var(--font-heading-family);
     font-style: var(--font-heading-style);
     font-weight: var(--font-heading-weight);
     letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
     color: rgb(var(--color-foreground));
     line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
     word-break: break-word;
}
 .hxl {
     font-size: calc(var(--font-heading-scale) * 5rem);
}
 @media only screen and (min-width: 750px) {
     .hxl {
         font-size: calc(var(--font-heading-scale) * 6.2rem);
    }
}
 .h0 {
     font-size: calc(var(--font-heading-scale) * 4rem);
}
 @media only screen and (min-width: 750px) {
     .h0 {
         font-size: calc(var(--font-heading-scale) * 5.2rem);
    }
}
 h1, .h1 {
     font-size: calc(var(--font-heading-scale) * 3rem);
}
 @media only screen and (min-width: 750px) {
     h1, .h1 {
         font-size: calc(var(--font-heading-scale) * 4rem);
    }
}
 h2, .h2 {
     font-size: calc(var(--font-heading-scale) * 2rem);
}
 @media only screen and (min-width: 750px) {
     h2, .h2 {
         font-size: calc(var(--font-heading-scale) * 2.4rem);
    }
}
 h3, .h3 {
     font-size: calc(var(--font-heading-scale) * 1.7rem);
}
 @media only screen and (min-width: 750px) {
     h3, .h3 {
         font-size: calc(var(--font-heading-scale) * 1.8rem);
    }
}
 h4, .h4 {
     font-family: var(--font-heading-family);
     font-style: var(--font-heading-style);
     font-size: calc(var(--font-heading-scale) * 1.5rem);
}
 h5, .h5 {
     font-size: calc(var(--font-heading-scale) * 1.2rem);
}
 @media only screen and (min-width: 750px) {
     h5, .h5 {
         font-size: calc(var(--font-heading-scale) * 1.3rem);
    }
}
 h6, .h6 {
     color: rgba(var(--color-foreground), 0.75);
     margin-block-start: 1.67em;
     margin-block-end: 1.67em;
}
 blockquote {
     font-style: italic;
     color: rgba(var(--color-foreground), 0.75);
     border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
     padding-left: 1rem;
}
 @media screen and (min-width: 750px) {
     blockquote {
         padding-left: 1.5rem;
    }
}
 .caption {
     font-size: 1rem;
     letter-spacing: 0.07rem;
     line-height: calc(1 + 0.7 / var(--font-body-scale));
}
 @media screen and (min-width: 750px) {
     .caption {
         font-size: 1.2rem;
    }
}
 .caption-with-letter-spacing {
     font-size: 1rem;
     letter-spacing: 0.13rem;
     line-height: calc(1 + 0.2 / var(--font-body-scale));
     text-transform: uppercase;
}
 .caption-with-letter-spacing--medium {
     font-size: 1.2rem;
     letter-spacing: .16rem;
}
 .caption-with-letter-spacing--large {
     font-size: 1.4rem;
     letter-spacing: 0.18rem;
}
 .caption-large, .customer .field input, .customer select, .field__input, .form__label, .select__select {
     font-size: 1.3rem;
     line-height: calc(1 + 0.5 / var(--font-body-scale));
     letter-spacing: 0.04rem;
}
 .color-foreground {
     color: rgb(var(--color-foreground));
}
 table:not([class]) {
     table-layout: fixed;
     border-collapse: collapse;
     font-size: 1.4rem;
     border-style: hidden;
     box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
    /* draws the table border */
}
 table:not([class]) td, table:not([class]) th {
     padding: 1em;
     border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
 @media screen and (max-width: 749px) {
     .small-hide {
         display: none !important;
    }
}
 @media screen and (min-width: 750px) and (max-width: 989px) {
     .medium-hide {
         display: none !important;
    }
}
 @media screen and (min-width: 990px) {
     .large-up-hide {
         display: none !important;
    }
}
 .left {
     text-align: left;
}
 .center {
     text-align: center;
}
 .right {
     text-align: right;
}
 .uppercase {
     text-transform: uppercase;
}
 .light {
     opacity: 0.7;
}
 a:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
     display: none;
}
 .link, .customer a {
     cursor: pointer;
     display: inline-block;
     border: none;
     box-shadow: none;
     text-decoration: underline;
     text-underline-offset: 0.3rem;
     color: rgb(var(--color-link));
     background-color: transparent;
     font-size: 1.4rem;
     font-family: inherit;
}
 .link--text {
     color: rgb(var(--color-foreground));
}
 .link--text:hover {
     color: rgba(var(--color-foreground), 0.75);
}
 .link-with-icon {
     display: inline-flex;
     font-size: 1.4rem;
     font-weight: 600;
     letter-spacing: 0.1rem;
     text-decoration: none;
     margin-bottom: 4.5rem;
     white-space: nowrap;
}
 .link-with-icon .icon {
     width: 1.5rem;
     margin-left: 1rem;
}
 a:not([href]) {
     cursor: not-allowed;
}
 .circle-divider::after {
     content: '\2022';
     margin: 0 1.3rem 0 1.5rem;
}
 .circle-divider:last-of-type::after {
     display: none;
}
 hr {
     border: none;
     height: 0.1rem;
     background-color: rgba(var(--color-foreground), 0.2);
     display: block;
     margin: 5rem 0;
}
 @media screen and (min-width: 750px) {
     hr {
         margin: 7rem 0;
    }
}
 .full-unstyled-link {
     text-decoration: none;
     color: currentColor;
     display: block;
}
 .placeholder {
     background-color: rgba(var(--color-foreground), 0.04);
     color: rgba(var(--color-foreground), 0.55);
     fill: rgba(var(--color-foreground), 0.55);
}
 details > * {
     box-sizing: border-box;
}
 .break {
     word-break: break-word;
}
 .visibility-hidden {
     visibility: hidden;
}
 @media (prefers-reduced-motion) {
     .motion-reduce {
         transition: none !important;
         animation: none !important;
    }
}
 :root {
     --duration-short: 100ms;
     --duration-default: 200ms;
     --duration-long: 500ms;
}
 .underlined-link, .customer a, .inline-richtext a {
     text-underline-offset: 0.3rem;
     text-decoration-thickness: 0.1rem;
     transition: text-decoration-thickness ease 100ms;
}
 .underlined-link, .customer a {
     color: rgba(var(--color-link), var(--alpha-link));
}
 .inline-richtext a, .rte.inline-richtext a {
     color: currentColor;
}
 .underlined-link:hover, .customer a:hover, .inline-richtext a:hover {
     color: rgb(var(--color-link));
     text-decoration-thickness: 0.2rem;
}
 .icon-arrow {
     width: 1.5rem;
}
 h3 .icon-arrow, .h3 .icon-arrow {
     width: calc(var(--font-heading-scale) * 1.5rem);
}
/* arrow animation */
 .animate-arrow .icon-arrow path {
     transform: translateX(-0.25rem);
     transition: transform var(--duration-short) ease;
}
 .animate-arrow:hover .icon-arrow path {
     transform: translateX(-0.05rem);
}
/* base-details-summary */
 summary {
     cursor: pointer;
     list-style: none;
     position: relative;
}
 summary .icon-caret {
     position: absolute;
     height: 0.6rem;
     right: 1.5rem;
     top: calc(50% - 0.2rem);
}
 summary::-webkit-details-marker {
     display: none;
}
 .disclosure-has-popup {
     position: relative;
}
 .disclosure-has-popup[open] > summary::before {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
     display: block;
     cursor: default;
     content: ' ';
     background: transparent;
}
 .disclosure-has-popup > summary::before {
     display: none;
}
 .disclosure-has-popup[open] > summary + * {
     z-index: 100;
}
 @media screen and (min-width: 750px) {
     .disclosure-has-popup[open] > summary + * {
         z-index: 4;
    }
     .facets .disclosure-has-popup[open] > summary + * {
         z-index: 2;
    }
}
/* base-focus */
/* Focus ring - default (with offset) */
 *:focus {
     outline: 0;
     box-shadow: none;
}
 *:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 0.3rem;
     box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
 .focused, .no-js *:focus {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 0.3rem;
     box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
/* Negate the fallback side-effect for browsers that support :focus-visible */
 .no-js *:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
/* Focus ring - inset */
 .focus-inset:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: -0.2rem;
     box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
 .focused.focus-inset, .no-js .focus-inset:focus {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: -0.2rem;
     box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
 .no-js .focus-inset:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
/* Focus ring - none */
/* Dangerous for a11y - Use with care */
 .focus-none {
     box-shadow: none !important;
     outline: 0 !important;
}
 .focus-offset:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 1rem;
     box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
 .focus-offset.focused, .no-js .focus-offset:focus {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 1rem;
     box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
 .no-js .focus-offset:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
/* component-title */
 .title, .title-wrapper-with-link {
     margin: 3rem 0 2rem;
}
 .title-wrapper-with-link .title {
     margin: 0;
}
 .title .link {
     font-size: inherit;
}
 .title-wrapper {
     margin-bottom: 3rem;
}
 .title-wrapper-with-link {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     gap: 1rem;
     margin-bottom: 3rem;
     flex-wrap: wrap;
}
 .title--primary {
     margin: 4rem 0;
}
 .title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile {
     padding-left: 1.5rem;
     padding-right: 1.5rem;
}
 @media screen and (min-width: 750px) {
     .title-wrapper--self-padded-mobile {
         padding-left: 0;
         padding-right: 0;
    }
}
 @media screen and (min-width: 990px) {
     .title, .title-wrapper-with-link {
         margin: 5rem 0 3rem;
    }
     .title--primary {
         margin: 2rem 0;
    }
     .title-wrapper-with-link {
         align-items: center;
    }
     .title-wrapper-with-link .title {
         margin-bottom: 0;
    }
     .title-wrapper--self-padded-tablet-down {
         padding-left: 0;
         padding-right: 0;
    }
}
 .title-wrapper-with-link .link-with-icon {
     margin: 0;
     flex-shrink: 0;
     display: flex;
     align-items: center;
}
 .title-wrapper-with-link .link-with-icon svg {
     width: 1.5rem;
}
 .title-wrapper-with-link a {
     margin-top: 0;
     flex-shrink: 0;
}
 .title-wrapper--no-top-margin {
     margin-top: 0;
}
 .title-wrapper--no-top-margin > .title {
     margin-top: 0;
}
 .subtitle {
     font-size: 1.8rem;
     line-height: calc(1 + 0.8 / var(--font-body-scale));
     letter-spacing: 0.06rem;
     color: rgba(var(--color-foreground), 0.7);
}
 .subtitle--small {
     font-size: 1.4rem;
     letter-spacing: 0.1rem;
}
 .subtitle--medium {
     font-size: 1.6rem;
     letter-spacing: 0.08rem;
}
/* component-grid */
 .grid {
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 2rem;
     padding: 0;
     list-style: none;
     column-gap: var(--grid-mobile-horizontal-spacing);
     row-gap: var(--grid-mobile-vertical-spacing);
}
 @media screen and (min-width: 750px) {
     .grid {
         column-gap: var(--grid-desktop-horizontal-spacing);
         row-gap: var(--grid-desktop-vertical-spacing);
    }
}
 .grid:last-child {
     margin-bottom: 0;
}
 .grid__item {
     width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
     max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
     flex-grow: 1;
     flex-shrink: 0;
}
 @media screen and (min-width: 750px) {
     .grid__item {
         width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
         max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
 .grid--gapless.grid {
     column-gap: 0;
     row-gap: 0;
}
 @media screen and (max-width: 749px) {
     .grid__item.slider__slide--full-width {
         width: 100%;
         max-width: none;
    }
}
 .grid--1-col .grid__item {
     max-width: 100%;
     width: 100%;
}
 .grid--3-col .grid__item {
     width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
 @media screen and (min-width: 750px) {
     .grid--3-col .grid__item {
         width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
}
 .grid--2-col .grid__item {
     width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
 @media screen and (min-width: 750px) {
     .grid--2-col .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
     .grid--4-col-tablet .grid__item {
         width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
     .grid--3-col-tablet .grid__item {
         width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
     .grid--2-col-tablet .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
 @media screen and (max-width: 989px) {
     .grid--1-col-tablet-down .grid__item {
         width: 100%;
         max-width: 100%;
    }
     .slider--tablet.grid--peek {
         margin: 0;
         width: 100%;
    }
     .slider--tablet.grid--peek .grid__item {
         box-sizing: content-box;
         margin: 0;
    }
}
 @media screen and (min-width: 990px) {
     .grid--6-col-desktop .grid__item {
         width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
         max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    }
     .grid--5-col-desktop .grid__item {
         width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
         max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }
     .grid--4-col-desktop .grid__item {
         width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
         max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
     .grid--3-col-desktop .grid__item {
         width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
         max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
     .grid--2-col-desktop .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
         max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
 @media screen and (min-width: 990px) {
     .grid--1-col-desktop {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .grid--1-col-desktop .grid__item {
         width: 100%;
         max-width: 100%;
    }
}
 @media screen and (max-width: 749px) {
     .grid--peek.slider--mobile {
         margin: 0;
         width: 100%;
    }
     .grid--peek.slider--mobile .grid__item {
         box-sizing: content-box;
         margin: 0;
    }
     .grid--peek .grid__item {
         min-width: 35%;
    }
     .grid--peek.slider .grid__item:first-of-type {
         margin-left: 1.5rem;
    }
    /* Fix to show some space at the end of our sliders in all browsers */
     .grid--peek.slider:after {
         margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
    }
     .grid--2-col-tablet-down .grid__item {
         width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    }
     .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
         width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
     .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
         width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
}
 @media screen and (min-width: 750px) and (max-width: 989px) {
     .slider--tablet.grid--peek .grid__item {
         width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
     .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
         width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
     .slider--tablet.grid--peek.grid--2-col-tablet .grid__item, .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
     .slider--tablet.grid--peek .grid__item:first-of-type {
         margin-left: 1.5rem;
    }
     .grid--2-col-tablet-down .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
     .grid--1-col-tablet-down.grid--peek .grid__item {
         width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
}
/* component-media */
 .media {
     display: block;
     background-color: rgba(var(--color-foreground), 0.1);
     position: relative;
     overflow: hidden;
}
 .media--transparent {
     background-color: transparent;
}
 .media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
     display: block;
     max-width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
}
 .media > img {
     object-fit: cover;
     object-position: center center;
     transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
 .media--square {
     padding-bottom: 100%;
}
 .media--portrait {
     padding-bottom: 125%;
}
 .media--landscape {
     padding-bottom: 66.6%;
}
 .media--cropped {
     padding-bottom: 56%;
}
 .media--16-9 {
     padding-bottom: 56.25%;
}
 .media--circle {
     padding-bottom: 100%;
     border-radius: 50%;
}
 .media.media--hover-effect > img + img {
     opacity: 0;
}
 @media screen and (min-width: 990px) {
     .media--cropped {
         padding-bottom: 63%;
    }
}
 deferred-media {
     display: block;
}
/* component-button */
/* Button - default */
 .button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded, .shopify-payment-button [role="button"], .cart__dynamic-checkout-buttons [role='button'], .cart__dynamic-checkout-buttons iframe {
     --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
     --shadow-blur-radius: var(--buttons-shadow-blur-radius);
     --shadow-opacity: var(--buttons-shadow-opacity);
     --shadow-visible: var(--buttons-shadow-visible);
     --border-offset: var(--buttons-border-offset);
    /* reduce radius edge artifacts */
     --border-opacity: calc(1 - var(--buttons-border-opacity));
     border-radius: var(--buttons-radius-outset);
     position: relative;
}
 .button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
     min-width: calc(12rem + var(--buttons-border-width) * 2);
     min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}
 .shopify-payment-button__button--branded {
     z-index: auto;
}
 .cart__dynamic-checkout-buttons iframe {
     box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}
 .button, .shopify-challenge__button, .customer button {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     border: 0;
     padding: 0 3rem;
     cursor: pointer;
     font: inherit;
     font-size: 1.5rem;
     text-decoration: none;
     color: rgb(var(--color-button-text));
     transition: box-shadow var(--duration-short) ease;
     -webkit-appearance: none;
     appearance: none;
     background-color: rgba(var(--color-button), var(--alpha-button-background));
}
 .button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role="button"]:before, .cart__dynamic-checkout-buttons [role='button']:before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: -1;
     border-radius: var(--buttons-radius-outset);
     box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}
 .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
     content: '';
     position: absolute;
     top: var(--buttons-border-width);
     right: var(--buttons-border-width);
     bottom: var(--buttons-border-width);
     left: var(--buttons-border-width);
     z-index: 1;
     border-radius: var(--buttons-radius);
     box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
     transition: box-shadow var(--duration-short) ease;
}
 .button:not([disabled]):hover::after, .shopify-challenge__button:hover::after, .customer button:hover::after, .shopify-payment-button__button--unbranded:hover::after {
     --border-offset: 1.3px;
     box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}
 .button--secondary:after {
     --border-opacity: var(--buttons-border-opacity);
}
 .button:focus-visible, .button:focus, .button.focused, .shopify-payment-button__button--unbranded:focus-visible, .shopify-payment-button [role="button"]:focus-visible, .shopify-payment-button__button--unbranded:focus, .shopify-payment-button [role="button"]:focus {
     outline: 0;
     box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
 .button:focus:not(:focus-visible):not(.focused), .shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused), .shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
     box-shadow: inherit;
}
 .button::selection, .shopify-challenge__button::selection, .customer button::selection {
     background-color: rgba(var(--color-button-text), 0.3);
}
 .button, .button-label, .shopify-challenge__button, .customer button {
     font-size: 1.5rem;
     letter-spacing: 0.1rem;
     line-height: calc(1 + 0.2 / var(--font-body-scale));
}
 .button--tertiary {
     font-size: 1.2rem;
     padding: 1rem 1.5rem;
     min-width: calc(9rem + var(--buttons-border-width) * 2);
     min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
 .button--small {
     padding: 1.2rem 2.6rem;
}
/* Button - other */
 .button:disabled, .button[aria-disabled='true'], .button.disabled, .customer button:disabled, .customer button[aria-disabled='true'], .customer button.disabled, .quantity__button.disabled {
     cursor: not-allowed;
     opacity: 0.5;
}
 .button--full-width {
     display: flex;
     width: 100%;
}
 .button.loading {
     color: transparent;
     position: relative;
}
 @media screen and (forced-colors: active) {
     .button.loading {
         color: rgb(var(--color-foreground));
    }
}
 .button.loading > .loading-overlay__spinner {
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     position: absolute;
     height: 100%;
     display: flex;
     align-items: center;
}
 .button.loading > .loading-overlay__spinner .spinner {
     width: fit-content;
}
 .button.loading > .loading-overlay__spinner .path {
     stroke: rgb(var(--color-button-text));
}
/* Button - social share */
 .share-button {
     display: block;
     position: relative;
}
 .share-button details {
     width: fit-content;
}
 .share-button__button {
     font-size: 1.4rem;
     display: flex;
     align-items: center;
     color: rgb(var(--color-link));
     margin-left: 0;
     padding-left: 0;
     min-height: 4.4rem;
}
 details[open] > .share-button__fallback {
     animation: animateMenuOpen var(--duration-default) ease;
}
 .share-button__button:hover {
     text-decoration: underline;
     text-underline-offset: 0.3rem;
}
 .share-button__button, .share-button__fallback button {
     cursor: pointer;
     background-color: transparent;
     border: none;
}
 .share-button__button .icon-share {
     height: 1.2rem;
     margin-right: 1rem;
     min-width: 1.3rem;
}
 .share-button__fallback {
     display: flex;
     align-items: center;
     position: absolute;
     top: 3rem;
     left: 0.1rem;
     z-index: 3;
     width: 100%;
     min-width: max-content;
     border-radius: var(--inputs-radius);
     border: 0;
}
 .share-button__fallback:after {
     pointer-events: none;
     content: '';
     position: absolute;
     top: var(--inputs-border-width);
     right: var(--inputs-border-width);
     bottom: var(--inputs-border-width);
     left: var(--inputs-border-width);
     border: 0.1rem solid transparent;
     border-radius: var(--inputs-radius);
     box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
     transition: box-shadow var(--duration-short) ease;
     z-index: 1;
}
 .share-button__fallback:before {
     background: rgb(var(--color-background));
     pointer-events: none;
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border-radius: var(--inputs-radius-outset);
     box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
     z-index: -1;
}
 .share-button__fallback button {
     width: 4.4rem;
     height: 4.4rem;
     padding: 0;
     flex-shrink: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     right: var(--inputs-border-width);
}
 .share-button__fallback button:hover {
     color: rgba(var(--color-foreground), 0.75);
}
 .share-button__fallback button:hover svg {
     transform: scale(1.07);
}
 .share-button__close:not(.hidden) + .share-button__copy {
     display: none;
}
 .share-button__close, .share-button__copy {
     background-color: transparent;
     color: rgb(var(--color-foreground));
}
 .share-button__copy:focus-visible, .share-button__close:focus-visible {
     background-color: rgb(var(--color-background));
     z-index: 2;
}
 .share-button__copy:focus, .share-button__close:focus {
     background-color: rgb(var(--color-background));
     z-index: 2;
}
 .field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused), .field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
     background-color: inherit;
}
 .share-button__fallback .field:after, .share-button__fallback .field:before {
     content: none;
}
 .share-button__fallback .field {
     border-radius: 0;
     min-width: auto;
     min-height: auto;
     transition: none;
}
 .share-button__fallback .field__input:focus, .share-button__fallback .field__input:-webkit-autofill {
     outline: 0.2rem solid rgba(var(--color-foreground),.5);
     outline-offset: 0.1rem;
     box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}
 .share-button__fallback .field__input {
     box-shadow: none;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     filter: none;
     min-width: auto;
     min-height: auto;
}
 .share-button__fallback .field__input:hover {
     box-shadow: none;
}
 .share-button__fallback .icon {
     width: 1.5rem;
     height: 1.5rem;
}
 .share-button__message:not(:empty) {
     display: flex;
     align-items: center;
     width: 100%;
     height: 100%;
     margin-top: 0;
     padding: 0.8rem 0 0.8rem 1.5rem;
     margin: var(--inputs-border-width);
}
 .share-button__message:not(:empty):not(.hidden) ~ * {
     display: none;
}
/* component-form */
 .field__input, .select__select, .customer .field input, .customer select {
     -webkit-appearance: none;
     appearance: none;
     background-color: rgb(var(--color-background));
     color: rgb(var(--color-foreground));
     font-size: 1.6rem;
     width: 100%;
     box-sizing: border-box;
     transition: box-shadow var(--duration-short) ease;
     border-radius: var(--inputs-radius);
     height: 4.5rem;
     min-height: calc(var(--inputs-border-width) * 2);
     min-width: calc(7rem + (var(--inputs-border-width) * 2));
     position: relative;
     border: 0;
}
 .field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before {
     pointer-events: none;
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border-radius: var(--inputs-radius-outset);
     box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
     z-index: -1;
}
 .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
     pointer-events: none;
     content: '';
     position: absolute;
     top: var(--inputs-border-width);
     right: var(--inputs-border-width);
     bottom: var(--inputs-border-width);
     left: var(--inputs-border-width);
     border: 0.1rem solid transparent;
     border-radius: var(--inputs-radius);
     box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
     transition: box-shadow var(--duration-short) ease;
     z-index: 1;
}
 .select__select {
     font-family: var(--font-body-family);
     font-style: var(--font-body-style);
     font-weight: var(--font-body-weight);
     font-size: 1.2rem;
     color: rgba(var(--color-foreground), 0.75);
}
 .field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after {
     box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
     outline: 0;
     border-radius: var(--inputs-radius);
}
 .field__input:focus-visible, .select__select:focus-visible, .customer .field input:focus-visible, .customer select:focus-visible, .localization-form__select:focus-visible.localization-form__select:after {
     box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
     outline: 0;
     border-radius: var(--inputs-radius);
}
 .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
     box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
     outline: 0;
     border-radius: var(--inputs-radius);
}
 .localization-form__select:focus {
     outline: 0;
     box-shadow: none;
}
 .text-area, .select {
     display: flex;
     position: relative;
     width: 100%;
}
/* Select */
 .select .icon-caret, .customer select + svg {
     height: 0.6rem;
     pointer-events: none;
     position: absolute;
     top: calc(50% - 0.2rem);
     right: calc(var(--inputs-border-width) + 1.5rem);
}
 .select__select, .customer select {
     cursor: pointer;
     line-height: calc(1 + 0.6 / var(--font-body-scale));
     padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
     margin: var(--inputs-border-width);
     min-height: calc(var(--inputs-border-width) * 2);
}
/* Field */
 .field {
     position: relative;
     width: 100%;
     display: flex;
     transition: box-shadow var(--duration-short) ease;
}
 .customer .field {
     display: flex;
}
 .field--with-error {
     flex-wrap: wrap;
}
 .field__input, .customer .field input {
     flex-grow: 1;
     text-align: left;
     padding: 1.5rem;
     margin: var(--inputs-border-width);
     transition: box-shadow var(--duration-short) ease;
}
 .field__label, .customer .field label {
     font-size: 1.6rem;
     left: calc(var(--inputs-border-width) + 2rem);
     top: calc(1rem + var(--inputs-border-width));
     margin-bottom: 0;
     pointer-events: none;
     position: absolute;
     transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
     color: rgba(var(--color-foreground), 0.75);
     letter-spacing: 0.1rem;
     line-height: 1.5;
}
 .field__input:focus ~ .field__label, .field__input:not(:placeholder-shown) ~ .field__label, .field__input:-webkit-autofill ~ .field__label, .customer .field input:focus ~ label, .customer .field input:not(:placeholder-shown) ~ label, .customer .field input:-webkit-autofill ~ label {
     font-size: 1rem;
     top: calc(var(--inputs-border-width) + 0.5rem);
     left: calc(var(--inputs-border-width) + 2rem);
     letter-spacing: 0.04rem;
}
 .field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill {
     padding: .8 1.5rem 0.8rem 2rem;
     margin: var(--inputs-border-width);
}
 .field__input::-webkit-search-cancel-button, .customer .field input::-webkit-search-cancel-button {
     display: none;
}
 .field__input::placeholder, .customer .field input::placeholder {
     opacity: 0;
}
 .field__button {
     align-items: center;
     background-color: transparent;
     border: 0;
     color: currentColor;
     cursor: pointer;
     display: flex;
     height: 4.4rem;
     justify-content: center;
     overflow: hidden;
     padding: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: 4.4rem;
}
 .field__button > svg {
     height: 2.5rem;
     width: 2.5rem;
}
 .field__input:-webkit-autofill ~ .field__button, .field__input:-webkit-autofill ~ .field__label, .customer .field input:-webkit-autofill ~ label {
     color: rgb(0, 0, 0);
}
/* Text area */
 .text-area {
     font-family: var(--font-body-family);
     font-style: var(--font-body-style);
     font-weight: var(--font-body-weight);
     min-height: 10rem;
     resize: none;
}
 input[type='checkbox'] {
     display: inline-block;
     width: auto;
     margin-right: 0.5rem;
}
/* Form global */
 .form__label {
     display: block;
     margin-bottom: 0.6rem;
}
 .form__message {
     align-items: center;
     display: flex;
     font-size: 1.4rem;
     line-height: 1;
     margin-top: 1rem;
}
 .form__message--large {
     font-size: 1.6rem;
}
 .customer .field .form__message {
     font-size: 1.4rem;
     text-align: left;
}
 .form__message .icon, .customer .form__message svg {
     flex-shrink: 0;
     height: 1.3rem;
     margin-right: 0.5rem;
     width: 1.3rem;
}
 .form__message--large .icon, .customer .form__message svg {
     height: 1.5rem;
     width: 1.5rem;
     margin-right: 1rem;
}
 .customer .field .form__message svg {
     align-self: start;
}
 .form-status {
     margin: 0;
     font-size: 1.6rem;
}
 .form-status-list {
     padding: 0;
     margin: 2rem 0 4rem;
}
 .form-status-list li {
     list-style-position: inside;
}
 .form-status-list .link::first-letter {
     text-transform: capitalize;
}
/* component-quantity */
 .quantity {
     color: rgba(var(--color-foreground));
     position: relative;
     width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
     display: flex;
     border-radius: var(--inputs-radius);
     min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}
 .quantity:after {
     pointer-events: none;
     content: '';
     position: absolute;
     top: var(--inputs-border-width);
     right: var(--inputs-border-width);
     bottom: var(--inputs-border-width);
     left: var(--inputs-border-width);
     border: 0.1rem solid transparent;
     border-radius: var(--inputs-radius);
     box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
     transition: box-shadow var(--duration-short) ease;
     z-index: 1;
}
 .quantity:before {
     background: rgb(var(--color-background));
     pointer-events: none;
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border-radius: var(--inputs-radius-outset);
     box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
     z-index: -1;
}
 .quantity__input {
     color: currentColor;
     font-size: 16px;
     font-weight: normal;
     opacity: 0.85;
     text-align: center;
     background-color: transparent;
     border: 0;
     padding: 0 0.5rem;
     width: 100%;
     flex-grow: 1;
     -webkit-appearance: none;
     appearance: none;
}
 .quantity__button {
     width: calc(4.5rem / var(--font-body-scale));
     flex-shrink: 0;
     font-size: 1.8rem;
     border: 0;
     background-color: transparent;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     color: rgb(var(--color-foreground));
     padding: 0;
}
 .quantity__button:first-child {
     margin-left: calc(var(--inputs-border-width));
}
 .quantity__button:last-child {
     margin-right: calc(var(--inputs-border-width));
}
 .quantity__button svg {
     width: 1rem;
     pointer-events: none;
}
 .quantity__button:focus-visible, .quantity__input:focus-visible {
     background-color: rgb(var(--color-background));
     z-index: 2;
}
 .quantity__button:focus, .quantity__input:focus {
     background-color: rgb(var(--color-background));
     z-index: 2;
}
 .quantity__button:not(:focus-visible):not(.focused), .quantity__input:not(:focus-visible):not(.focused) {
     box-shadow: inherit;
     background-color: inherit;
}
 .quantity__input:-webkit-autofill, .quantity__input:-webkit-autofill:hover, .quantity__input:-webkit-autofill:active {
     box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
     -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}
 .quantity__input::-webkit-outer-spin-button, .quantity__input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
 .quantity__input[type='number'] {
     -moz-appearance: textfield;
}
 .quantity__rules {
     margin-top: 1.2rem;
     position: relative;
     font-size: 1.2rem;
}
 .quantity__rules .caption {
     display: inline-block;
     margin-top: 0;
     margin-bottom: 0;
}
 .quantity__rules .divider + .divider::before {
     content: '\2022';
     margin: 0 0.5rem;
}
 .quantity__rules-cart {
     position: relative;
}
 product-info .loading-overlay:not(.hidden) ~ *, .quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
     visibility: hidden;
}
/* component-modal */
 .modal__toggle {
     list-style-type: none;
}
 .no-js details[open] .modal__toggle {
     position: absolute;
     z-index: 5;
}
 .modal__toggle-close {
     display: none;
}
 .no-js details[open] svg.modal__toggle-close {
     display: flex;
     z-index: 1;
     height: 1.7rem;
     width: 1.7rem;
}
 .modal__toggle-open {
     display: flex;
}
 .no-js details[open] .modal__toggle-open {
     display: none;
}
 .no-js .modal__close-button.link {
     display: none;
}
 .modal__close-button.link {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0rem;
     height: 4.4rem;
     width: 4.4rem;
     background-color: transparent;
}
 .modal__close-button .icon {
     width: 1.7rem;
     height: 1.7rem;
}
 .modal__content {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgb(var(--color-background));
     z-index: 4;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .media-modal {
     cursor: zoom-out;
}
 .media-modal .deferred-media {
     cursor: initial;
}
/* component-cart-count-bubble */
 .cart-count-bubble:empty {
     display: none;
}
 .cart-count-bubble {
     position: absolute;
     background-color: rgb(var(--color-button));
     color: #b07969!important;
     height: 1.7rem;
     width: 1.7rem;
     border-radius: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 0.9rem;
     bottom: 0.8rem;
     left: 2.2rem;
     line-height: calc(1 + 0.1 / var(--font-body-scale));
}
/* section-announcement-bar */
 .announcement-bar {
     border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
     color: rgb(var(--color-foreground));
}
 .announcement-bar__link {
     display: block;
     width: 100%;
     padding: 1rem 0;
     text-decoration: none;
}
 .announcement-bar__link:hover {
     color: rgb(var(--color-foreground));
     background-color: rgba(var(--color-card-hover), 0.06);
}
 .announcement-bar__link .icon-arrow {
     display: inline-block;
     pointer-events: none;
     margin-left: 0.8rem;
     vertical-align: middle;
     margin-bottom: 0.2rem;
}
 .announcement-bar__link .announcement-bar__message {
     padding: 0;
}
 .announcement-bar__message {
     padding: 1rem 0;
     margin: 0;
     letter-spacing: 0.1rem;
}
/* section-header */
 .section-header.shopify-section-group-header-group {
     z-index: 3;
}
 .shopify-section-header-sticky {
     position: sticky;
     top: 0;
}
 .shopify-section-header-hidden {
     top: calc(-1 * var(--header-height));
}
 .shopify-section-header-hidden.menu-open {
     top: 0;
}
 .section-header.animate {
     transition: top 0.15s ease-out;
}
 .shopify-section-group-header-group {
     z-index: 4;
}
 .section-header ~ .shopify-section-group-header-group {
     z-index: initial;
}
/* Main Header Layout */
 .header-wrapper {
     display: block;
     position: relative;
     background-color: rgb(var(--color-background));
}
 .header-wrapper--border-bottom {
     border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
 .header {
     display: grid;
     grid-template-areas: 'left-icons heading icons';
     grid-template-columns: 1fr 2fr 1fr;
     align-items: center;
}
 @media screen and (max-width: 749px) {
     .header--has-app {
         grid-template-columns: auto 1fr auto;
    }
}
 @media screen and (min-width: 990px) {
     .header {
         grid-template-columns: 1fr auto 1fr;
    }
     .header--top-left, .header--middle-left:not(.header--has-menu) {
         grid-template-areas: 'heading icons' 'navigation navigation';
         grid-template-columns: 1fr auto;
    }
     .header--top-left.drawer-menu, .header--middle-left.drawer-menu {
         grid-template-areas: 'navigation heading icons';
         grid-template-columns: auto 1fr auto;
         column-gap: 1rem;
    }
     .header--middle-left {
         grid-template-areas: 'heading navigation icons';
         grid-template-columns: auto auto 1fr;
         column-gap: 2rem;
    }
     .header--middle-center:not(.drawer-menu) {
         grid-template-areas: 'navigation heading icons';
         grid-template-columns: 1fr auto 1fr;
         column-gap: 2rem;
    }
     .header--middle-center a.header__heading-link {
         text-align: center;
    }
     .header--top-center {
         grid-template-areas: 'left-icons heading icons' 'navigation navigation navigation';
    }
     .header--top-center.drawer-menu {
         grid-template-areas: 'left-icons heading icons';
         grid-template-columns: 1fr auto 1fr;
    }
     .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
         margin-top: 1.05rem;
    }
}
 .header *[tabindex='-1']:focus {
     outline: none;
}
 .header__heading {
     margin: 0;
     line-height: 0;
}
 .header > .header__heading-link {
     line-height: 0;
}
 .header__heading, .header__heading-link {
     grid-area: heading;
     justify-self: center;
}
 .header__heading-link {
     display: inline-block;
     padding: 0.75rem;
     text-decoration: none;
     word-break: break-word;
}
 .header__heading-link:hover .h2 {
     color: rgb(var(--color-foreground));
}
 .header__heading-link .h2 {
     line-height: 1;
     color: rgba(var(--color-foreground), 0.75);
}
 .header__heading-logo {
     height: auto;
     max-width: 100%;
}
 .header__heading-logo-wrapper {
     width: 100%;
     display: inline-block;
     transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}
 @media screen and (max-width: 989px) {
     .header__heading, .header__heading-link {
         text-align: center;
    }
     .header--mobile-left .header__heading, .header--mobile-left .header__heading-link {
         text-align: left;
         justify-self: start;
    }
     .header--mobile-left {
         grid-template-columns: auto 2fr 1fr;
    }
}
 @media screen and (min-width: 990px) {
     .header--middle-left .header__heading-link, .header--top-left .header__heading-link {
         margin-left: -0.75rem;
    }
     .header__heading, .header__heading-link {
         justify-self: start;
    }
     .header--middle-center .header__heading-link, .header--middle-center .header__heading {
         justify-self: center;
         text-align: center;
    }
     .header--top-center .header__heading-link, .header--top-center .header__heading {
         justify-self: center;
         text-align: center;
    }
}
/* Header icons */
 .header__icons {
     display: flex;
     grid-area: icons;
     justify-self: end;
}
 .header__icons .shopify-app-block {
     max-width: 4.4rem;
     max-height: 4.4rem;
     overflow: hidden;
}
 .header__icon:not(.header__icon--summary), .header__icon span {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .header__icon {
     color: rgb(var(--color-foreground));
}
 .header__icon span {
     height: 100%;
}
 .header__icon::after {
     content: none;
}
 .header__icon:hover .icon, .modal__close-button:hover .icon {
     transform: scale(1.07);
}
 .header__icon .icon {
     height: 2rem;
     width: 2rem;
     fill: none;
     vertical-align: middle;
}
 .header__icon, .header__icon--cart .icon {
     height: 4.4rem;
     width: 4.4rem;
     padding: 0;
}
 .header__icon--cart {
     position: relative;
}
 .header__icon--menu[aria-expanded="true"]::before {
     content: "";
     top: 100%;
     left: 0;
     height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
     width: 100%;
     display: block;
     position: absolute;
     background: rgba(var(--color-foreground), 0.5);
}
 .header__icons {
     gap: 1rem;
}
/* Search */
 menu-drawer + .header__search {
     display: none;
}
 .header > .header__search {
     grid-area: left-icons;
     justify-self: start;
}
 .header--top-center.drawer-menu > .header__search {
     margin-left: 3.2rem;
}
 .header--top-center header-drawer {
     grid-area: left-icons;
}
 .header:not(.header--has-menu) * > .header__search {
     display: none;
}
 .header__search {
     display: inline-flex;
     line-height: 0;
}
 .header--top-center > .header__search {
     display: none;
}
 .header--top-center * > .header__search {
     display: inline-flex;
}
 @media screen and (min-width: 990px) {
     .header:not(.header--top-center) * > .header__search, .header--top-center > .header__search {
         display: inline-flex;
    }
     .header:not(.header--top-center) > .header__search, .header--top-center * > .header__search {
    }
}
 .no-js .predictive-search {
     display: none;
}
 details[open] > .search-modal {
     opacity: 1;
     animation: animateMenuOpen var(--duration-default) ease;
}
 details[open] .modal-overlay {
     display: block;
}
 details[open] .modal-overlay::after {
     position: absolute;
     content: '';
     background-color: rgb(var(--color-foreground), 0.5);
     top: 100%;
     left: 0;
     right: 0;
     height: 100vh;
}
 .no-js details[open] > .header__icon--search {
     top: 1rem;
     right: 0.5rem;
}
 .search-modal {
     opacity: 0;
     border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
     min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
     height: 100%;
}
 .search-modal__content {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: 100%;
     padding: 0 5rem 0 1rem;
     line-height: calc(1 + 0.8 / var(--font-body-scale));
     position: relative;
}
 .search-modal__content-bottom {
     bottom: calc((var(--inputs-margin-offset) / 2) );
}
 .search-modal__content-top {
     top: calc((var(--inputs-margin-offset) / 2) );
}
 .search-modal__form {
     width: 100%;
}
 .search-modal__close-button {
     position: absolute;
     right: 0.3rem;
}
 @media screen and (min-width: 750px) {
     .search-modal__close-button {
         right: 1rem;
    }
     .search-modal__content {
         padding: 0 6rem;
    }
}
 @media screen and (min-width: 990px) {
     .search-modal__form {
         max-width: 74.2rem;
    }
     .search-modal__close-button {
         position: initial;
         margin-left: 0.5rem;
    }
}
/* Header menu drawer */
 .header__icon--menu .icon {
     display: block;
     position: absolute;
     opacity: 1;
     transform: scale(1);
     transition: transform 150ms ease, opacity 150ms ease;
}
 details:not([open]) > .header__icon--menu .icon-close, details[open] > .header__icon--menu .icon-hamburger {
     visibility: hidden;
     opacity: 0;
     transform: scale(0.8);
}
 .js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
     visibility: hidden;
}
 .js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
     visibility: visible;
     opacity: 1;
     transform: scale(1.07);
}
 .js details > .header__submenu {
     opacity: 0;
     transform: translateY(-1.5rem);
}
 details[open] > .header__submenu {
     animation: animateMenuOpen var(--duration-default) ease;
     animation-fill-mode: forwards;
     z-index: 1;
}
 @media (prefers-reduced-motion) {
     details[open] > .header__submenu {
         opacity: 1;
         transform: translateY(0);
    }
}
/* Header menu */
 .header__inline-menu {
     margin-left: -1.2rem;
     grid-area: navigation;
     display: none;
}
 .header--top-center .header__inline-menu, .header--top-center .header__heading-link {
     margin-left: 0;
}
 @media screen and (min-width: 990px) {
     .header__inline-menu {
         display: block;
    }
     .header--top-center .header__inline-menu {
         justify-self: center;
    }
     .header--top-center .header__inline-menu > .list-menu--inline {
         justify-content: center;
    }
     .header--middle-left .header__inline-menu {
         margin-left: 0;
    }
}
 .header__menu {
     padding: 0 1rem;
}
 .header__menu-item {
     padding: 1.2rem;
     text-decoration: none;
     color: rgba(var(--color-foreground), 0.75);
}
 .header__menu-item:hover {
     color: rgb(var(--color-foreground));
}
 .header__menu-item span {
     transition: text-decoration var(--duration-short) ease;
}
 .header__menu-item:hover span {
     text-decoration: underline;
     text-underline-offset: 0.3rem;
}
 details[open] > .header__menu-item {
     text-decoration: underline;
}
 details[open]:hover > .header__menu-item {
     text-decoration-thickness: 0.2rem;
}
 details[open] > .header__menu-item .icon-caret {
     transform: rotate(180deg);
}
 .header__active-menu-item {
     transition: text-decoration-thickness var(--duration-short) ease;
     color: rgb(var(--color-foreground));
     text-decoration: underline;
     text-underline-offset: 0.3rem;
}
 .header__menu-item:hover .header__active-menu-item {
     text-decoration-thickness: 0.2rem;
}
 .header__submenu {
     transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}
 .global-settings-popup, .header__submenu.global-settings-popup {
     border-radius: var(--popup-corner-radius);
     border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
     border-style: solid;
     border-width: var(--popup-border-width);
     box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
     z-index: -1;
}
 .header__submenu.list-menu {
     padding: 2.4rem 0;
}
 .header__submenu .header__submenu {
     background-color: rgba(var(--color-foreground), 0.03);
     padding: 0.5rem 0;
     margin: 0.5rem 0;
}
 .header__submenu .header__menu-item:after {
     right: 2rem;
}
 .header__submenu .header__menu-item {
     justify-content: space-between;
     padding: 0.8rem 2.4rem;
}
 .header__submenu .header__submenu .header__menu-item {
     padding-left: 3.4rem;
}
 .header__menu-item .icon-caret {
     right: 0.8rem;
}
 .header__submenu .icon-caret {
     flex-shrink: 0;
     margin-left: 1rem;
     position: static;
}
 header-menu > details, details-disclosure > details {
     position: relative;
}
 @keyframes animateMenuOpen {
     0% {
         opacity: 0;
         transform: translateY(-1.5rem);
    }
     100% {
         opacity: 1;
         transform: translateY(0);
    }
}
 .overflow-hidden-mobile, .overflow-hidden-tablet, .overflow-hidden-desktop {
     overflow: hidden;
}
 @media screen and (min-width: 750px) {
     .overflow-hidden-mobile {
         overflow: auto;
    }
}
 @media screen and (min-width: 990px) {
     .overflow-hidden-tablet {
         overflow: auto;
    }
}
 .badge {
     border: 1px solid transparent;
     border-radius: var(--badge-corner-radius);
     display: inline-block;
     font-size: 1.2rem;
     letter-spacing: 0.1rem;
     line-height: 1;
     padding: 0.5rem 1.3rem 0.6rem 1.3rem;
     text-align: center;
     background-color: rgb(var(--color-badge-background));
     border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
     color: rgb(var(--color-foreground));
     word-break: break-word;
}
 .gradient {
     background: rgb(var(--color-background));
     background: var(--gradient-background);
     background-attachment: fixed;
}
 @media screen and (forced-colors: active) {
     .icon {
         color: CanvasText;
         fill: CanvasText !important;
    }
     .icon-close-small path {
         stroke: CanvasText;
    }
}
 .ratio {
     display: flex;
     position: relative;
     align-items: stretch;
}
 .ratio::before {
     content: '';
     width: 0;
     height: 0;
     padding-bottom: var(--ratio-percent);
}
 .content-container {
     border-radius: var(--text-boxes-radius);
     border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
     position: relative;
}
 .content-container:after {
     content: '';
     position: absolute;
     top: calc(var(--text-boxes-border-width) * -1);
     right: calc(var(--text-boxes-border-width) * -1);
     bottom: calc(var(--text-boxes-border-width) * -1);
     left: calc(var(--text-boxes-border-width) * -1);
     border-radius: var(--text-boxes-radius);
     box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
     z-index: -1;
}
 .content-container--full-width:after {
     left: 0;
     right: 0;
     border-radius: 0;
}
 @media screen and (max-width: 749px) {
     .content-container--full-width-mobile {
         border-left: none;
         border-right: none;
         border-radius: 0;
    }
     .content-container--full-width-mobile:after {
         display: none;
    }
}
 .global-media-settings {
     position: relative;
     border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
     border-radius: var(--media-radius);
     overflow: visible !important;
     background-color: rgb(var(--color-background));
}
 .global-media-settings:after {
     content: '';
     position: absolute;
     top: calc(var(--media-border-width) * -1);
     right: calc(var(--media-border-width) * -1);
     bottom: calc(var(--media-border-width) * -1);
     left: calc(var(--media-border-width) * -1);
     border-radius: var(--media-radius);
     box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
     z-index: -1;
     pointer-events: none;
}
 .global-media-settings--no-shadow {
     overflow: hidden !important;
}
 .global-media-settings--no-shadow:after {
     content: none;
}
 .global-media-settings img, .global-media-settings iframe, .global-media-settings model-viewer, .global-media-settings video {
     border-radius: calc(var(--media-radius) - var(--media-border-width));
}
 .content-container--full-width, .global-media-settings--full-width, .global-media-settings--full-width img, .global-media-settings--full-width video, .global-media-settings--full-width iframe {
     border-radius: 0;
     border-left: none;
     border-right: none;
}
/* check for flexbox gap in older Safari versions */
 @supports not (inset: 10px) {
     .grid {
         margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
    }
     .grid__item {
         padding-left: var(--grid-mobile-horizontal-spacing);
         padding-bottom: var(--grid-mobile-vertical-spacing);
    }
     @media screen and (min-width: 750px) {
         .grid {
             margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
        }
         .grid__item {
             padding-left: var(--grid-desktop-horizontal-spacing);
             padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
     .grid--gapless .grid__item {
         padding-left: 0;
         padding-bottom: 0;
    }
     @media screen and (min-width: 749px) {
         .grid--peek .grid__item {
             padding-left: var(--grid-mobile-horizontal-spacing);
        }
    }
     .product-grid .grid__item {
         padding-bottom: var(--grid-mobile-vertical-spacing);
    }
     @media screen and (min-width: 750px) {
         .product-grid .grid__item {
             padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
}
 .font-body-bold {
     font-weight: var(--font-body-weight-bold);
}
/* outline and border styling for Windows High Contrast Mode */
 @media (forced-colors: active) {
     .button, .shopify-challenge__button, .customer button {
         border: transparent solid 1px;
    }
     .button:focus-visible, .button:focus, .button.focused, .shopify-payment-button__button--unbranded:focus-visible, .shopify-payment-button [role="button"]:focus-visible, .shopify-payment-button__button--unbranded:focus, .shopify-payment-button [role="button"]:focus {
         outline: solid transparent 1px;
    }
     .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
         outline: transparent solid 1px;
    }
     .localization-form__select:focus {
         outline: transparent solid 1px;
    }
}
 .rte:after {
     clear: both;
     content: '';
     display: block;
}
 .rte > p:first-child {
     margin-top: 0;
}
 .rte > p:last-child {
     margin-bottom: 0;
}
 .rte table {
     table-layout: fixed;
}
 @media screen and (min-width: 750px) {
     .rte table td {
         padding-left: 1.2rem;
         padding-right: 1.2rem;
    }
}
 .rte img {
     height: auto;
     max-width: 100%;
     border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
     border-radius: var(--media-radius);
     box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
     margin-bottom: var(--media-shadow-vertical-offset);
}
 .rte ul, .rte ol {
     list-style-position: inside;
     padding-left: 2rem;
}
 .rte li {
     list-style: inherit;
}
 .rte li:last-child {
     margin-bottom: 0;
}
 .rte a {
     color: rgba(var(--color-link), var(--alpha-link));
     text-underline-offset: 0.3rem;
     text-decoration-thickness: 0.1rem;
     transition: text-decoration-thickness var(--duration-short) ease;
}
 .rte a:hover {
     color: rgb(var(--color-link));
     text-decoration-thickness: 0.2rem;
}
 .rte blockquote {
     display: inline-flex;
}
 .rte blockquote > * {
     margin: -0.5rem 0 -0.5rem 0;
}
/* Ambient animation */
 @media (prefers-reduced-motion: no-preference) {
     .animate--ambient > img, .animate--ambient > svg {
         animation: animateAmbient 30s linear infinite;
    }
     @keyframes animateAmbient {
         0% {
             transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
        }
         100% {
             transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
        }
    }
}
 sticky-header {
     border: none !important;
     position: absolute !important;
     width: 100%;
     box-shadow: none;
     background: transparent !important;
}
 a.header__menu-item {
     color: #fff;
}
 nav.header__inline-menu * {
     color: #fff;
     text-transform: uppercase;
     font-size: 16px;
}
 ul.list-menu.list-menu--inline {
    gap: 2rem;
    margin-top: 0rem;
    justify-content: space-around !important;
    width: 100%;
}
 .header.page-width {
     padding-top: 4rem;
     max-width: 100%;
}
 nav.header__inline-menu {
     width: 100%;
}
 .header__icon .icon * {
     fill: #fff !important;
}
 .header__icon .icon, .header__icon .icon * {
     fill: #fff;
     color: #fff;
}
 h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
     font-family: 'Mirador';
     font-weight: normal;
}
 h1.rich-text__heading.h1 {
     color: #b07969;
}
 *:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground),.5);
     outline-offset: none;
     box-shadow: none;
}
 .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky {
     display: none;
}
 .rich-text__wrapper.rich-text__wrapper--center.page-width {
     max-width: 100% !important;
     display: block;
}
 .rich-text__wrapper.rich-text__wrapper--center.page-width > div {
     width: 100% !important;
     max-width: 100%;
}
 .collection-list-wrapper.page-width {
     max-width: 100%;
}
 .collection-list-wrapper li {
     width: 22% !important;
     max-width: 22% !important;
}
 ul.collection-list.contains-card.contains-card--collection {
     list-style: none;
}

 .collection-list .card__content h3 {
     font-family: 'Karla';
     font-weight: 600;
}
 
 p.collection_initial_text {
     margin-bottom: 0;
}
 .collection-list-wrapper li {
     padding-right: 20px;
}
 p.collection_initial_text {
     font-weight: 100;
     font-size: 19px;
     line-height: 1.2;
}
 p.card__heading a {
     text-transform: uppercase;
     font-size: 1.3em;
}
 .collection-list__item:hover > div:before {
     content: '';
     width: 100%;
    height: 100%;
    position: absolute;
    z-index: +9;
    transition: 4s;
}
 p.announcement-bar__message.center.h5 * {
     color: #b07969;
     font-family: 'Karla';
     font-size: 16px;
}
 .baDropdownStyle .bacurr-dropdownChoices span {
     font-size: 16px !important;
}
 p.announcement-bar__message.center.h5 {
     padding: 1.4rem 0 !important;
}
 .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate {
     display: none;
}
 .image-with-text.image-with-text--no-overlap {
     width: 100%;
     min-width: 100%;
     padding-left: 0;
     padding-right: 0;
}
 .image-with-text__text-item.grid__item {
     width: 62%;
}
 .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
     width: 38%;
}
 .image-with-text__text-item.grid__item p {
     color: #b07969;
     font-family: 'Mirador';
     font-size: 38px;
     line-height: 1;
}
 .image-with-text__text-item.grid__item p strong {
     font-weight: 500;
     font-size: 60px !important;
}
 .image-with-text__text-item.grid__item > div {
     padding-left: 9.4rem;
}
 h2.image-with-text__heading.inline-richtext.h0 em strong {
     font-size: 51px !important;
     position: relative;
     top: -30px;
     left: -5px;
}
 a.button.button--primary {
     color: #b07969;
     padding-left: 0;
     line-height: 1;
     border-bottom: 1px solid #b07969;
     padding: 0;
     height: auto;
     min-height: auto;
     padding-bottom: 5px;
     font-size: 16px;
     margin-top: 5rem;
}
 h2.image-with-text__heading.inline-richtext.h0 p:after {
     content: '';
     position: absolute;
     top: 0;
     background-image: url(/cdn/shop/files/Favicon_Heart.png?v=1683140188);
     background-size: 100%;
     position: absolute;
     width: 160px;
     height: 160px;
     right: 8rem;
     top: 2rem;
     z-index: +999999999;
}
 h2.image-with-text__heading.inline-richtext.h0 {
     position: relative;
}
 .image-with-text__text-item h2.title.inline-richtext.h1 {
     margin-left: 0;
}
 .collection__title.title-wrapper--self-padded-tablet-down {
     padding: 0 9rem !important;
}
 .multicolumn H2 {
     COLOR: #b07969;
     FONT-FAMILY: 'Karla';
     FONT-WEIGHT: 300;
     font-size: 2em;
}
 .multicolumn>div .title-wrapper-with-link {
     padding-left: 45px !important;
}
 .multicolumn>div {
     min-width: 96%;
}
 .multicolumn-list__item.center .media--adapt img {
     height: 255px;
}
 .template_index .multicolumn-list__item.center .media--adapt, .template_index .multicolumn-list__item .media--adapt .multicolumn-card__image {
     padding-bottom: 0 !important;
     height: 180px;
}
 .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
     margin: 0 !important;
}
 .multicolumn-list .multicolumn-list__item {
}
 .multicolumn-list .multicolumn-list__item:nth-child(1) img.multicolumn-card__image {
     left: 0;
     transform: none;
}
 .multicolumn-list .multicolumn-list__item:nth-child(3) img.multicolumn-card__image {
     right: 0;
     left: unset;
     transform: none;
}
 .multicolumn>div .title-wrapper-with-link {
     padding-left: 0rem !important;
}
 .multicolumn a.button.button--primary {
     margin-top: 0;
     display: block;
     width: fit-content;
     margin: 0 auto;
     min-width: fit-content;
}
 .announcement-bar-section-flex .announcement-bar.color-accent-2.gradient {
     display: flex;
     align-items: center;
}
 .announcement-bar.color-accent-2.gradient > div img {
     position: relative;
     top: 5px;
}
 .announcement-bar-section-flex {
     justify-content: space-between;
     background:#d8e6d4;
}
 .card__information {
     display: flex;
     justify-content: space-between;
     align-items: baseline;
}
 .card__information > * {
     width: fit-content;
}
 .card-information {
     width: fit-content;
}
 .card__information {
     padding: 0;
}
 
 
 .card__information > * {
     width: fit-content !important;
     padding: 0 !important;
}
 
 
 p.card__heading.h5 {
    font-family: 'Karla';
    letter-spacing: 0px;
    line-height: 1;
    font-weight: 500;
    padding-top: 1px !important;
    color: #b07969;
}
 .card-information * {
     font-weight: 100;
     font-family: 'KArla';
     letter-spacing: 0px;
     color: #b07969;
     font-size: 15px;
}
 .card_pro_var {
     font-weight: normal;
     font-family: 'KArla';
     letter-spacing: 0px;
     color: #b07969;
     line-height: 1; 
     font-size: 13px;
}
 slider-component.slider-mobile-gutter.page-width.page-width-desktop {
     max-width: 100%;
}
 slider-component.slider-mobile-gutter.page-width.page-width-desktop .grid {
     gap: 2rem;
}
 .grid--5-col-desktop .grid__item {
     width: calc(20% - 2rem * 4 / 5);
}

.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
     COLOR: #b07969;
     FONT-FAMILY: "Karla";
     FONT-WEIGHT: 100;
     font-size: 2em;
}
 .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
     max-width: 100%;
}
 .h__cta {
     display: none;
}
 .collection li.grid__item:hover .h__cta {
     position: absolute;
     top: 45%;
     display: block;
     left: 0;
     right: 0;
     margin: 0 auto;
     width: fit-content;
}
 .collection li.grid__item {
     position: relative;
}
 .banner--content-align-left .banner__box {
     background: transparent;
}
 .banner__content.banner__content--top-left.page-width {
     max-width: 100%;
}
 h2.banner__heading.inline-richtext.h2 {
}
 .banner__content.banner__content--top-left.page-width h2 {
     color: #ffffffba;
     font-family: 'Karla';
     font-weight: 100 !important;
     letter-spacing: 1px;
}
 .banner__buttons * {
     background: transparent;
     color: #fff !important;
     border: none !important;
     box-shadow: none !important;
     border-color: transparent !important;
}
 ::before {
}
 ::before {
}
 .button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role=button]:before, .cart__dynamic-checkout-buttons [role=button]:before {
     box-shadow: none !important;
}
 .button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after {
     box-shadow: none !important;
}
 .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{
     box-shadow: none !important;
}
 .banner__content.banner__content--top-left.page-width a {
     border-bottom: 1px solid #fff !important;
     display: block;
     width: fit-content !important;
     min-width: fit-content;
}
 .banner__content.banner__content--top-left.page-width a {
     margin-top: 2rem;
}
 .logo_banner__display {
     position: absolute;
     display: flex;
     gap: 0;
     align-items: center;
     bottom: 4rem;
     right: 5%;
     justify-content: right;
}
 .logo_banner__display img {
     width: 73%;
     text-align: right;
     float: right;
}
 .carousel.carousel-main.flickity-enabled p {
     font-size: 42px;
     font-family: 'Karla';
     width: 65%;
     margin: 0 auto;
     line-height: 1.3;
     color: #b07969;
}
 .logo_banner__display > div:last-child img {
     float: none;
     width: 80%;
     margin-left: 20%;
}
 .carousel.carousel-main.flickity-enabled p:before {
     content: '';
     position: absolute;
     background-image: url(/cdn/shop/files/da21dde662a19a4b8a6e17048660983a.png?v=1683232956);
     width: 40px;
     height: 30px;
     background-size: 100%;
     background-repeat: no-repeat;
     left: -5rem;
     top: 1.5rem;
     z-index: +999999;
}
 .carousel.carousel-main.flickity-enabled p {
     position: relative;
     padding-top: 0.8rem !important;
}
 .carousel.carousel-main.flickity-enabled p:after {
     content: "";
     position: absolute;
    /* background-image: url(/cdn/shop/files/da21dde\2026.png?v=1683232956);
     */
     width: 40px;
     height: 30px;
     background-size: 100%;
     background-repeat: no-repeat;
     right: 1rem;
     bottom: 0;
     z-index: +99999999;
     background-position: center;
     background-image: url(/cdn/shop/files/da21dde662a19a4b8a6e17048660983a.png?v=1683232956);
     transform: rotate(180deg);
}
 .carousel-cell.is-selected.is-nav-selected svg {
     filter: brightness(0) saturate(100%) invert(77%) sepia(1%) saturate(2796%) hue-rotate(63deg) brightness(92%) contrast(122%);
}
 .carousel-cell svg {
     width: fit-content;
     margin: 0 auto;
     display: block;
}
 .footer-block.grid__item * {
     color: #b07969;
}
 .image_wrapper_foot {
     height: auto;
     display: flex;
     flex-wrap: wrap;
     min-height: 125px;
     align-items: center;
}
 .image_wrapper_foot img {
     width: fit-content;
     margin: 0 auto;
}
 .footer-block.grid__item * {
     text-align: center;
}
 .footer-block.grid__item h2 {
     font-family: 'Karla';
     font-size: 19px;
     margin-bottom: 10px;
}
 .footer__content-top.page-width {
     min-width: 95%;
}
 .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.grid--3-col-tablet {
     gap: 5rem;
}
 .footer-block.grid__item {
     width: calc(33.33% - 5rem * 2 / 3);
}
 .footer-block--newsletter {
     width: calc(30% - 5rem * 2 / 3);
}
 .footer-block.grid__item.footer-block--menu {
     width: calc(20% - 5rem * 2 / 3);
}
 .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.grid--3-col-tablet {
     ALIGN-ITEMS: flex-start;
}
 .footer-block__newsletter h2.footer-block__heading.inline-richtext {
     font-weight: 400;
     font-family: Karla;
     font-size: 22px;
     margin-bottom: 10px;
     color: #b07969;
     TEXT-ALIGN: LEFT;
     letter-spacing: 0px;
}
 .newsletter-form {
     max-width: 100%;
}
 .newsletter-form__field-wrapper {
     max-width: 100%;
     border-radius: 25px;
}
 .newsletter-form__field-wrapper .field__input {
     border-radius: 25px !important;
     border: none;
}
 .newsletter-form * {
     border-radius: 25px !important;
}
 form#ContactFooter {
     border-radius: 25px;
}
 .newsletter-form__field-wrapper .field:before {
     border-radius: 25px;
     border-color: #b07969;
     box-shadow: none !important;
}
 .newsletter-form__field-wrapper .field:after {
     border-radius: 25px !important;
     border-color: #b07969;
     box-shadow: none !important;
     border: 2px solid #b07969;
}
 .newsletter-form__field-wrapper label {
     color: #b07969;
}
 .newsletter-form__field-wrapper button {
     color: #b07969;
}
 .footer-block.grid__item.footer-block--menu * {
     text-align: left;
}
 .footer-block.grid__item.footer-block--menu h6 {
     font-weight: 400;
     font-family: Karla;
     font-size: 22px;
     margin-bottom: 10px;
     color: #b07969;
     text-align: left;
     line-height:1;
     letter-spacing: 0px;
}
 .footer-block--newsletter {
     margin-top: 0;
}
 .footer-block.grid__item.footer-block--menu {
     margin-top: 2rem;
}
 .footer-block.grid__item.footer-block--menu * {
     text-decoration: none;
     color: #b07969;
}
 .footer-block.grid__item.footer-block--menu li a {
     font-size: 17px;
     padding-bottom: 0;
     line-height: 1;
}
 .footer-block.grid__item.footer-block--menu {
     padding-left: 8rem;
}
 .carousel.carousel-nav {
     width: 95%;
     margin: 0 auto;
}
 .footer-block--newsletter {
     flex-wrap: wrap !IMPORTANT;
     justify-content: flex-start;
}
 .footer-block--newsletter > div {
     width: 100%;
}
 .footer-block--newsletter {
     flex-wrap: nowrap;
     justify-content: flex-start !important;
}
 .newsletter-form {
     max-width: 100% !important;
}
 h2.footer-block__heading.inline-richtext.follow___title {
     width: 100%;
     font-weight: 400;
     font-family: Karla;
     font-size: 22px;
     margin-bottom: 10px;
     color: #b07969;
     TEXT-ALIGN: LEFT;
     letter-spacing: 0px;
     margin-top: 5rem;
     margin-bottom: 0;
}
 ul.footer__list-social.list-unstyled.list-social li a {
     padding-top: 0 !important;
}
 ul.footer__list-social.list-unstyled.list-social {
     justify-content: flex-start;
}
 ul.footer__list-social.list-unstyled.list-social li:first-child a {
     padding-left: 0;
}
 .newsletter-form__field-wrapper {
     max-width: 100%;
}
 .footer__content-top.page-width {
     padding-bottom: 0;
}
 .footer__content-bottom {
     padding-top: 0;
}
 .footer__content-bottom-wrapper.page-width {
}
 .footer__content-bottom > div:first-child {
     display: none;
}
 .footer__copyright.caption {
     margin-top: 0;
}
 .footer__copyright.caption {
     width: 100%;
}
 .footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
     max-width: 95%;
}
 .footer__copyright.caption {
     display: flex;
}
 .footer__copyright.caption > small:first-child {
     width: 40%;
}
 small.copyright__content {
     width: 52%;
}
 .footer__copyright.caption * {
     text-align: left;
     font-size: 14px;
     color: #b07969;
}
 @font-face {
     font-family: 'Mirador';
     src: url('/cdn/shop/files/Mirador-Regular.eot?v=1683139579');
     src: url('/cdn/shop/files/Mirador-Regular.eot?v=1683139579?#iefix') format('embedded-opentype'), url('/cdn/shop/files/Mirador-Regular.woff2?v=1683139579') format('woff2'), url('/cdn/shop/files/Mirador-Regular.woff?v=1683139579') format('woff'), url('/cdn/shop/files/Mirador-Regular.ttf?v=1683139579') format('truetype'), url('/cdn/shop/files/Mirador-Regular.svg?v=1683139580#Mirador-Regular') format('svg');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Mirador';
     src: url('/cdn/shop/files/Mirador-Medium.eot?v=1683139580');
     src: url('/cdn/shop/files/Mirador-Medium.eot?v=1683139580?#iefix') format('embedded-opentype'), url('/cdn/shop/files/Mirador-Medium.woff2?v=1683139579') format('woff2'), url('/cdn/shop/files/Mirador-Medium.woff?v=1683139580') format('woff'), url('/cdn/shop/files/Mirador-Medium.ttf?v=1683139579') format('truetype'), url('/cdn/shop/files/Mirador-Medium.svg?v=1683139579#Mirador-Medium') format('svg');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
/* Color custom properties */
 :root, .color-background-1 {
     --color-foreground: var(--color-base-text);
     --color-background: var(--color-base-background-1);
     --gradient-background: var(--gradient-base-background-1);
}
 .color-background-2 {
     --color-foreground: var(--color-base-text);
     --color-background: var(--color-base-background-2);
     --gradient-background: var(--gradient-base-background-2);
}
 .color-inverse {
     --color-foreground: var(--color-base-background-1);
     --color-background: var(--color-base-text);
     --gradient-background: rgb(var(--color-base-text));
}
 .color-accent-1 {
     --color-foreground: var(--color-base-solid-button-labels);
     --color-background: var(--color-base-accent-1);
     --gradient-background: var(--gradient-base-accent-1);
}
 .color-accent-2 {
     --color-foreground: var(--color-base-solid-button-labels);
     --color-background: var(--color-base-accent-2);
     --gradient-background: var(--gradient-base-accent-2);
}
 .color-foreground-outline-button {
     --color-foreground: var(--color-base-outline-button-labels);
}
 .color-foreground-accent-1 {
     --color-foreground: var(--color-base-accent-1);
}
 .color-foreground-accent-2 {
     --color-foreground: var(--color-base-accent-2);
}
 :root, .color-background-1 {
     --color-link: var(--color-base-outline-button-labels);
     --alpha-link: 0.85;
}
 .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-link: var(--color-foreground);
     --alpha-link: 0.7;
}
 @font-face {
     font-family: 'Mirador';
     src: url('/cdn/shop/files/Mirador-BoldDEMO.eot?v=1682622395');
     src: url('/cdn/shop/files/Mirador-BoldDEMO.eot?v=1682622395?#iefix') format('embedded-opentype'), url('/cdn/shop/files/Mirador-BoldDEMO.woff2?v=1682622395') format('woff2'), url('/cdn/shop/files/Mirador-BoldDEMO.woff?v=1682622395') format('woff'), url('/cdn/shop/files/Mirador-BoldDEMO.ttf?v=1682622395') format('truetype'), url('/cdn/shop/files/Mirador-BoldDEMO.svg?v=1682622395#Mirador-BoldDEMO') format('svg');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Mirador Book';
     src: url('/cdn/shop/files/Mirador-BookDEMO.eot?v=1682622395');
     src: url('/cdn/shop/files/Mirador-BookDEMO.eot?v=1682622395?#iefix') format('embedded-opentype'), url('/cdn/shop/files/Mirador-BookDEMO.woff2?v=1682622395') format('woff2'), url('/cdn/shop/files/Mirador-BookDEMO.woff?v=1682622395') format('woff'), url('/cdn/shop/files/Mirador-BookDEMO.ttf?v=1682622395') format('truetype'), url('/cdn/shop/files/Mirador-BookDEMO.svg?v=1682622395#Mirador-BookDEMO') format('svg');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 .price-product-wrapper {
     height: 38px !important;
     overflow: hidden;
}
 .product__info-wrapper .price-product-wrapper {
     height: 50px !important;
     overflow: hidden;
}
 :root, .color-background-1 {
     --color-button: var(--color-base-accent-1);
     --color-button-text: var(--color-base-solid-button-labels);
     --alpha-button-background: 1;
     --alpha-button-border: 1;
}
 .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-button: var(--color-foreground);
     --color-button-text: var(--color-background);
}
 .button--secondary {
     --color-button: var(--color-base-outline-button-labels);
     --color-button-text: var(--color-base-outline-button-labels);
     --color-button: var(--color-background);
     --alpha-button-background: 1;
}
 .color-background-2 .button--secondary, .color-accent-1 .button--secondary, .color-accent-2 .button--secondary {
     --color-button: var(--color-background);
     --color-button-text: var(--color-foreground);
}
 .color-inverse .button--secondary {
     --color-button: var(--color-background);
     --color-button-text: var(--color-foreground);
}
 .button--tertiary {
     --color-button: var(--color-base-outline-button-labels);
     --color-button-text: var(--color-base-outline-button-labels);
     --alpha-button-background: 0;
     --alpha-button-border: 0.2;
}
 .color-background-2 .button--tertiary, .color-inverse .button--tertiary, .color-accent-1 .button--tertiary, .color-accent-2 .button--tertiary {
     --color-button: var(--color-foreground);
     --color-button-text: var(--color-foreground);
}
 :root, .color-background-1 {
     --color-badge-background: var(--color-background);
     --color-badge-border: var(--color-foreground);
     --alpha-badge-border: 0.1;
}
 .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-badge-background: var(--color-background);
     --color-badge-border: var(--color-background);
     --alpha-badge-border: 1;
}
 :root, .color-background-1, .color-background-2 {
     --color-card-hover: var(--color-base-text);
}
 .color-inverse {
     --color-card-hover: var(--color-base-background-1);
}
 .color-accent-1, .color-accent-2 {
     --color-card-hover: var(--color-base-solid-button-labels);
}
 :root, .color-icon-text {
     --color-icon: rgb(var(--color-base-text));
}
 .color-icon-accent-1 {
     --color-icon: rgb(var(--color-base-accent-1));
}
 .color-icon-accent-2 {
     --color-icon: rgb(var(--color-base-accent-2));
}
 .color-icon-outline-button {
     --color-icon: rgb(var(--color-base-outline-button-labels));
}
 .product-card-wrapper .card, .contains-card--product {
     --border-radius: var(--product-card-corner-radius);
     --border-width: var(--product-card-border-width);
     --border-opacity: var(--product-card-border-opacity);
     --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
     --shadow-blur-radius: var(--product-card-shadow-blur-radius);
     --shadow-opacity: var(--product-card-shadow-opacity);
     --shadow-visible: var(--product-card-shadow-visible);
     --image-padding: var(--product-card-image-padding);
     --text-alignment: var(--product-card-text-alignment);
}
 .collection-card-wrapper .card, .contains-card--collection {
     --border-radius: var(--collection-card-corner-radius);
     --border-width: var(--collection-card-border-width);
     --border-opacity: var(--collection-card-border-opacity);
     --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
     --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
     --shadow-opacity: var(--collection-card-shadow-opacity);
     --shadow-visible: var(--collection-card-shadow-visible);
     --image-padding: var(--collection-card-image-padding);
     --text-alignment: var(--collection-card-text-alignment);
}
 .article-card-wrapper .card, .contains-card--article {
     --border-radius: var(--blog-card-corner-radius);
     --border-width: var(--blog-card-border-width);
     --border-opacity: var(--blog-card-border-opacity);
     --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
     --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
     --shadow-opacity: var(--blog-card-shadow-opacity);
     --shadow-visible: var(--blog-card-shadow-visible);
     --image-padding: var(--blog-card-image-padding);
     --text-alignment: var(--blog-card-text-alignment);
}
 .contains-content-container, .content-container {
     --border-radius: var(--text-boxes-radius);
     --border-width: var(--text-boxes-border-width);
     --border-opacity: var(--text-boxes-border-opacity);
     --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
     --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
     --shadow-opacity: var(--text-boxes-shadow-opacity);
     --shadow-visible: var(--text-boxes-shadow-visible);
}
 .contains-media, .global-media-settings {
     --border-radius: var(--media-radius);
     --border-width: var(--media-border-width);
     --border-opacity: var(--media-border-opacity);
     --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--media-shadow-vertical-offset);
     --shadow-blur-radius: var(--media-shadow-blur-radius);
     --shadow-opacity: var(--media-shadow-opacity);
     --shadow-visible: var(--media-shadow-visible);
}
/* base */
 .no-js:not(html) {
     display: none !important;
}
 html.no-js .no-js:not(html) {
     display: block !important;
}
 .no-js-inline {
     display: none !important;
}
 html.no-js .no-js-inline {
     display: inline-block !important;
}
 html.no-js .no-js-hidden {
     display: none !important;
}
 .page-width {
     max-width: var(--page-width);
     margin: 0 auto;
     padding: 0 1.5rem;
}
 .page-width.drawer-menu {
     max-width: 100%;
}
 .page-width-desktop {
     padding: 0;
     margin: 0 auto;
}
 @media screen and (min-width: 750px) {
     .page-width {
         padding: 0 5rem;
    }
     .header.page-width {
         padding-left: 3.2rem;
         padding-right: 3.2rem;
    }
     .page-width--narrow {
         padding: 0 9rem;
    }
     .page-width-desktop {
         padding: 0;
    }
     .page-width-tablet {
         padding: 0 5rem;
    }
}
 @media screen and (min-width: 990px) {
     .header:not(.drawer-menu).page-width {
         padding-left: 5rem;
         padding-right: 5rem;
    }
     .page-width--narrow {
         max-width: 72.6rem;
         padding: 0;
    }
     .page-width-desktop {
         max-width: var(--page-width);
         padding: 0 5rem;
    }
}
 .isolate {
     position: relative;
     z-index: 0;
}
 .section + .section {
     margin-top: var(--spacing-sections-mobile);
}
 @media screen and (min-width: 750px) {
     .section + .section {
         margin-top: var(--spacing-sections-desktop);
    }
}
 .element-margin-top {
     margin-top: 5rem;
}
 @media screen and (min-width: 750px) {
     .element-margin {
         margin-top: calc(5rem + var(--page-width-margin));
    }
}
 body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     color: rgba(var(--color-foreground), 0.75);
     background-color: rgb(var(--color-background));
}
 .background-secondary {
     background-color: rgba(var(--color-foreground), 0.04);
}
 .grid-auto-flow {
     display: grid;
     grid-auto-flow: column;
}
 .page-margin, .shopify-challenge__container {
     margin: 7rem auto;
}
 .rte-width {
     max-width: 82rem;
     margin: 0 auto 2rem;
}
 .list-unstyled {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .hidden {
     display: none !important;
}
 .visually-hidden {
     position: absolute !important;
     overflow: hidden;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     border: 0;
     clip: rect(0 0 0 0);
     word-wrap: normal !important;
}
 .visually-hidden--inline {
     margin: 0;
     height: 1em;
}
 .overflow-hidden {
     overflow: hidden;
}
 .skip-to-content-link:focus {
     z-index: 9999;
     position: inherit;
     overflow: auto;
     width: auto;
     height: auto;
     clip: auto;
}
 .full-width-link {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
}
 ::selection {
     background-color: rgba(var(--color-foreground), 0.2);
}
 .text-body {
     font-size: 1.5rem;
     letter-spacing: 0.06rem;
     line-height: calc(1 + 0.8 / var(--font-body-scale));
     font-family: var(--font-body-family);
     font-style: var(--font-body-style);
     font-weight: var(--font-body-weight);
}
 h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
     font-family: var(--font-heading-family);
     font-style: var(--font-heading-style);
     font-weight: var(--font-heading-weight);
     letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
     color: rgb(var(--color-foreground));
     line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
     word-break: break-word;
}
 .hxl {
     font-size: calc(var(--font-heading-scale) * 5rem);
}
 @media only screen and (min-width: 750px) {
     .hxl {
         font-size: calc(var(--font-heading-scale) * 6.2rem);
    }
}
 .h0 {
     font-size: calc(var(--font-heading-scale) * 4rem);
}
 @media only screen and (min-width: 750px) {
     .h0 {
         font-size: calc(var(--font-heading-scale) * 5.2rem);
    }
}
 h1, .h1 {
     font-size: calc(var(--font-heading-scale) * 3rem);
}
 @media only screen and (min-width: 750px) {
     h1, .h1 {
         font-size: calc(var(--font-heading-scale) * 4rem);
    }
}
 h2, .h2 {
     font-size: calc(var(--font-heading-scale) * 2rem);
}
 @media only screen and (min-width: 750px) {
     h2, .h2 {
         font-size: calc(var(--font-heading-scale) * 2.4rem);
    }
}
 h3, .h3 {
     font-size: calc(var(--font-heading-scale) * 1.7rem);
}
 @media only screen and (min-width: 750px) {
     h3, .h3 {
         font-size: calc(var(--font-heading-scale) * 1.8rem);
    }
}
 h4, .h4 {
     font-family: var(--font-heading-family);
     font-style: var(--font-heading-style);
     font-size: calc(var(--font-heading-scale) * 1.5rem);
}
 h5, .h5 {
     font-size: calc(var(--font-heading-scale) * 1.2rem);
}
 @media only screen and (min-width: 750px) {
     h5, .h5 {
         font-size: calc(var(--font-heading-scale) * 1.3rem);
    }
}
 h6, .h6 {
     color: rgba(var(--color-foreground), 0.75);
     margin-block-start: 1.67em;
     margin-block-end: 1.67em;
}
 blockquote {
     font-style: italic;
     color: rgba(var(--color-foreground), 0.75);
     border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
     padding-left: 1rem;
}
 @media screen and (min-width: 750px) {
     blockquote {
         padding-left: 1.5rem;
    }
}
 .caption {
     font-size: 1rem;
     letter-spacing: 0.07rem;
     line-height: calc(1 + 0.7 / var(--font-body-scale));
}
 @media screen and (min-width: 750px) {
     .caption {
         font-size: 1.2rem;
    }
}
 .caption-with-letter-spacing {
     font-size: 1rem;
     letter-spacing: 0.13rem;
     line-height: calc(1 + 0.2 / var(--font-body-scale));
     text-transform: uppercase;
}
 .caption-with-letter-spacing--medium {
     font-size: 1.2rem;
     letter-spacing: .16rem;
}
 .caption-with-letter-spacing--large {
     font-size: 1.4rem;
     letter-spacing: 0.18rem;
}
 .caption-large, .customer .field input, .customer select, .field__input, .form__label, .select__select {
     font-size: 1.3rem;
     line-height: calc(1 + 0.5 / var(--font-body-scale));
     letter-spacing: 0.04rem;
}
 .color-foreground {
     color: rgb(var(--color-foreground));
}
 table:not([class]) {
     table-layout: fixed;
     border-collapse: collapse;
     font-size: 1.4rem;
     border-style: hidden;
     box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
    /* draws the table border */
}
 table:not([class]) td, table:not([class]) th {
     padding: 1em;
     border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
 @media screen and (max-width: 749px) {
     .small-hide {
         display: none !important;
    }
}
 @media screen and (min-width: 750px) and (max-width: 989px) {
     .medium-hide {
         display: none !important;
    }
}
 @media screen and (min-width: 990px) {
     .large-up-hide {
         display: none !important;
    }
}
 .left {
     text-align: left;
}
 .center {
     text-align: center;
}
 .right {
     text-align: right;
}
 .uppercase {
     text-transform: uppercase;
}
 .light {
     opacity: 0.7;
}
 a:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
     display: none;
}
 .link, .customer a {
     cursor: pointer;
     display: inline-block;
     border: none;
     box-shadow: none;
     text-decoration: underline;
     text-underline-offset: 0.3rem;
     color: rgb(var(--color-link));
     background-color: transparent;
     font-size: 1.4rem;
     font-family: inherit;
}
 .link--text {
     color: rgb(var(--color-foreground));
}
 .link--text:hover {
     color: rgba(var(--color-foreground), 0.75);
}
 .link-with-icon {
     display: inline-flex;
     font-size: 1.4rem;
     font-weight: 600;
     letter-spacing: 0.1rem;
     text-decoration: none;
     margin-bottom: 4.5rem;
     white-space: nowrap;
}
 .link-with-icon .icon {
     width: 1.5rem;
     margin-left: 1rem;
}
 a:not([href]) {
     cursor: not-allowed;
}
 .circle-divider::after {
     content: '\2022';
     margin: 0 1.3rem 0 1.5rem;
}
 .circle-divider:last-of-type::after {
     display: none;
}
 hr {
     border: none;
     height: 0.1rem;
     background-color: rgba(var(--color-foreground), 0.2);
     display: block;
     margin: 5rem 0;
}
 @media screen and (min-width: 750px) {
     hr {
         margin: 7rem 0;
    }
}
 .full-unstyled-link {
     text-decoration: none;
     color: currentColor;
     display: block;
}
 .placeholder {
     background-color: rgba(var(--color-foreground), 0.04);
     color: rgba(var(--color-foreground), 0.55);
     fill: rgba(var(--color-foreground), 0.55);
}
 details > * {
     box-sizing: border-box;
}
 .break {
     word-break: break-word;
}
 .visibility-hidden {
     visibility: hidden;
}
 @media (prefers-reduced-motion) {
     .motion-reduce {
         transition: none !important;
         animation: none !important;
    }
}
 :root {
     --duration-short: 100ms;
     --duration-default: 200ms;
     --duration-long: 500ms;
}
 .underlined-link, .customer a, .inline-richtext a {
     text-underline-offset: 0.3rem;
     text-decoration-thickness: 0.1rem;
     transition: text-decoration-thickness ease 100ms;
}
 .underlined-link, .customer a {
     color: rgba(var(--color-link), var(--alpha-link));
}
 .inline-richtext a, .rte.inline-richtext a {
     color: currentColor;
}
 .underlined-link:hover, .customer a:hover, .inline-richtext a:hover {
     color: rgb(var(--color-link));
     text-decoration-thickness: 0.2rem;
}
 .icon-arrow {
     width: 1.5rem;
}
 h3 .icon-arrow, .h3 .icon-arrow {
     width: calc(var(--font-heading-scale) * 1.5rem);
}
/* arrow animation */
 .animate-arrow .icon-arrow path {
     transform: translateX(-0.25rem);
     transition: transform var(--duration-short) ease;
}
 .animate-arrow:hover .icon-arrow path {
     transform: translateX(-0.05rem);
}
/* base-details-summary */
 summary {
     cursor: pointer;
     list-style: none;
     position: relative;
}
 summary .icon-caret {
     position: absolute;
     height: 0.6rem;
     right: 1.5rem;
     top: calc(50% - 0.2rem);
}
 summary::-webkit-details-marker {
     display: none;
}
 .disclosure-has-popup {
     position: relative;
}
 .disclosure-has-popup[open] > summary::before {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
     display: block;
     cursor: default;
     content: ' ';
     background: transparent;
}
 .disclosure-has-popup > summary::before {
     display: none;
}
 .disclosure-has-popup[open] > summary + * {
     z-index: 100;
}
 @media screen and (min-width: 750px) {
     .disclosure-has-popup[open] > summary + * {
         z-index: 4;
    }
     .facets .disclosure-has-popup[open] > summary + * {
         z-index: 2;
    }
}
/* base-focus */
/* Focus ring - default (with offset) */
 *:focus {
     outline: 0;
     box-shadow: none;
}
 *:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 0.3rem;
     box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
 .focused, .no-js *:focus {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 0.3rem;
     box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
/* Negate the fallback side-effect for browsers that support :focus-visible */
 .no-js *:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
/* Focus ring - inset */
 .focus-inset:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: -0.2rem;
     box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
 .focused.focus-inset, .no-js .focus-inset:focus {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: -0.2rem;
     box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
 .no-js .focus-inset:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
/* Focus ring - none */
/* Dangerous for a11y - Use with care */
 .focus-none {
     box-shadow: none !important;
     outline: 0 !important;
}
 .focus-offset:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 1rem;
     box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
 .focus-offset.focused, .no-js .focus-offset:focus {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 1rem;
     box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
 .no-js .focus-offset:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
/* component-title */
 .title, .title-wrapper-with-link {
     margin: 3rem 0 2rem;
}
 .title-wrapper-with-link .title {
     margin: 0;
}
 .title .link {
     font-size: inherit;
}
 .title-wrapper {
     margin-bottom: 3rem;
}
 .title-wrapper-with-link {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     gap: 1rem;
     margin-bottom: 3rem;
     flex-wrap: wrap;
}
 .title--primary {
     margin: 4rem 0;
}
 .title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile {
     padding-left: 1.5rem;
     padding-right: 1.5rem;
}
 @media screen and (min-width: 750px) {
     .title-wrapper--self-padded-mobile {
         padding-left: 0;
         padding-right: 0;
    }
}
 @media screen and (min-width: 990px) {
     .title, .title-wrapper-with-link {
         margin: 5rem 0 3rem;
    }
     .title--primary {
         margin: 2rem 0;
    }
     .title-wrapper-with-link {
         align-items: center;
    }
     .title-wrapper-with-link .title {
         margin-bottom: 0;
    }
     .title-wrapper--self-padded-tablet-down {
         padding-left: 0;
         padding-right: 0;
    }
}
 .title-wrapper-with-link .link-with-icon {
     margin: 0;
     flex-shrink: 0;
     display: flex;
     align-items: center;
}
 .title-wrapper-with-link .link-with-icon svg {
     width: 1.5rem;
}
 .title-wrapper-with-link a {
     margin-top: 0;
     flex-shrink: 0;
}
 .title-wrapper--no-top-margin {
     margin-top: 0;
}
 .title-wrapper--no-top-margin > .title {
     margin-top: 0;
}
 .subtitle {
     font-size: 1.8rem;
     line-height: calc(1 + 0.8 / var(--font-body-scale));
     letter-spacing: 0.06rem;
     color: rgba(var(--color-foreground), 0.7);
}
 .subtitle--small {
     font-size: 1.4rem;
     letter-spacing: 0.1rem;
}
 .subtitle--medium {
     font-size: 1.6rem;
     letter-spacing: 0.08rem;
}
/* component-grid */
 .grid {
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 2rem;
     padding: 0;
     list-style: none;
     column-gap: var(--grid-mobile-horizontal-spacing);
     row-gap: var(--grid-mobile-vertical-spacing);
}
 @media screen and (min-width: 750px) {
     .grid {
         column-gap: var(--grid-desktop-horizontal-spacing);
         row-gap: var(--grid-desktop-vertical-spacing);
    }
}
 .grid:last-child {
     margin-bottom: 0;
}
 .grid__item {
     width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
     max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
     flex-grow: 1;
     flex-shrink: 0;
}
 @media screen and (min-width: 750px) {
     .grid__item {
         width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
         max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
 .grid--gapless.grid {
     column-gap: 0;
     row-gap: 0;
}
 @media screen and (max-width: 749px) {
     .grid__item.slider__slide--full-width {
         width: 100%;
         max-width: none;
    }
}
 .grid--1-col .grid__item {
     max-width: 100%;
     width: 100%;
}
 .grid--3-col .grid__item {
     width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
 @media screen and (min-width: 750px) {
     .grid--3-col .grid__item {
         width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
}
 .grid--2-col .grid__item {
     width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
 @media screen and (min-width: 750px) {
     .grid--2-col .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
     .grid--4-col-tablet .grid__item {
         width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
     .grid--3-col-tablet .grid__item {
         width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
     .grid--2-col-tablet .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
 @media screen and (max-width: 989px) {
     .grid--1-col-tablet-down .grid__item {
         width: 100%;
         max-width: 100%;
    }
     .slider--tablet.grid--peek {
         margin: 0;
         width: 100%;
    }
     .slider--tablet.grid--peek .grid__item {
         box-sizing: content-box;
         margin: 0;
    }
}
 @media screen and (min-width: 990px) {
     .grid--6-col-desktop .grid__item {
         width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
         max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    }
     .grid--5-col-desktop .grid__item {
         width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
         max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }
     .grid--4-col-desktop .grid__item {
         width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
         max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
     .grid--3-col-desktop .grid__item {
         width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
         max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
     .grid--2-col-desktop .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
         max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
 @media screen and (min-width: 990px) {
     .grid--1-col-desktop {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .grid--1-col-desktop .grid__item {
         width: 100%;
         max-width: 100%;
    }
}
 @media screen and (max-width: 749px) {
     .grid--peek.slider--mobile {
         margin: 0;
         width: 100%;
    }
     .grid--peek.slider--mobile .grid__item {
         box-sizing: content-box;
         margin: 0;
    }
     .grid--peek .grid__item {
         min-width: 35%;
    }
     .grid--peek.slider .grid__item:first-of-type {
         margin-left: 1.5rem;
    }
    /* Fix to show some space at the end of our sliders in all browsers */
     .grid--peek.slider:after {
         margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
    }
     .grid--2-col-tablet-down .grid__item {
         width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    }
     .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
         width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
     .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
         width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
}
 @media screen and (min-width: 750px) and (max-width: 989px) {
     .slider--tablet.grid--peek .grid__item {
         width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
     .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
         width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
     .slider--tablet.grid--peek.grid--2-col-tablet .grid__item, .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
     .slider--tablet.grid--peek .grid__item:first-of-type {
         margin-left: 1.5rem;
    }
     .grid--2-col-tablet-down .grid__item {
         width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
     .grid--1-col-tablet-down.grid--peek .grid__item {
         width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
}
/* component-media */
 .media {
     display: block;
     background-color: rgba(var(--color-foreground), 0.1);
     position: relative;
     overflow: hidden;
}
 .media--transparent {
     background-color: transparent;
}
 .media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
     display: block;
     max-width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
}
 .media > img {
     object-fit: cover;
     object-position: center center;
     transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
 .media--square {
     padding-bottom: 100%;
}
 .media--portrait {
     padding-bottom: 125%;
}
 .media--landscape {
     padding-bottom: 66.6%;
}
 .media--cropped {
     padding-bottom: 56%;
}
 .media--16-9 {
     padding-bottom: 56.25%;
}
 .media--circle {
     padding-bottom: 100%;
     border-radius: 50%;
}
 .media.media--hover-effect > img + img {
     opacity: 0;
}
 @media screen and (min-width: 990px) {
     .media--cropped {
         padding-bottom: 63%;
    }
}
 deferred-media {
     display: block;
}
/* component-button */
/* Button - default */
 .button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded, .shopify-payment-button [role="button"], .cart__dynamic-checkout-buttons [role='button'], .cart__dynamic-checkout-buttons iframe {
     --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
     --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
     --shadow-blur-radius: var(--buttons-shadow-blur-radius);
     --shadow-opacity: var(--buttons-shadow-opacity);
     --shadow-visible: var(--buttons-shadow-visible);
     --border-offset: var(--buttons-border-offset);
    /* reduce radius edge artifacts */
     --border-opacity: calc(1 - var(--buttons-border-opacity));
     border-radius: var(--buttons-radius-outset);
     position: relative;
}
 .button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
     min-width: calc(12rem + var(--buttons-border-width) * 2);
     min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}
 .shopify-payment-button__button--branded {
     z-index: auto;
}
 .cart__dynamic-checkout-buttons iframe {
     box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}
 .button, .shopify-challenge__button, .customer button {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     border: 0;
     padding: 0 3rem;
     cursor: pointer;
     font: inherit;
     font-size: 1.5rem;
     text-decoration: none;
     color: rgb(var(--color-button-text));
     transition: box-shadow var(--duration-short) ease;
     -webkit-appearance: none;
     appearance: none;
     background-color: rgba(var(--color-button), var(--alpha-button-background));
}
 .button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role="button"]:before, .cart__dynamic-checkout-buttons [role='button']:before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: -1;
     border-radius: var(--buttons-radius-outset);
     box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}
 .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
     content: '';
     position: absolute;
     top: var(--buttons-border-width);
     right: var(--buttons-border-width);
     bottom: var(--buttons-border-width);
     left: var(--buttons-border-width);
     z-index: 1;
     border-radius: var(--buttons-radius);
     box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
     transition: box-shadow var(--duration-short) ease;
}
 .button:not([disabled]):hover::after, .shopify-challenge__button:hover::after, .customer button:hover::after, .shopify-payment-button__button--unbranded:hover::after {
     --border-offset: 1.3px;
     box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}
 .button--secondary:after {
     --border-opacity: var(--buttons-border-opacity);
}
 .button:focus-visible, .button:focus, .button.focused, .shopify-payment-button__button--unbranded:focus-visible, .shopify-payment-button [role="button"]:focus-visible, .shopify-payment-button__button--unbranded:focus, .shopify-payment-button [role="button"]:focus {
     outline: 0;
     box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
 .button:focus:not(:focus-visible):not(.focused), .shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused), .shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
     box-shadow: inherit;
}
 .button::selection, .shopify-challenge__button::selection, .customer button::selection {
     background-color: rgba(var(--color-button-text), 0.3);
}
 .button, .button-label, .shopify-challenge__button, .customer button {
     font-size: 1.5rem;
     letter-spacing: 0.1rem;
     line-height: calc(1 + 0.2 / var(--font-body-scale));
}
 .button--tertiary {
     font-size: 1.2rem;
     padding: 1rem 1.5rem;
     min-width: calc(9rem + var(--buttons-border-width) * 2);
     min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
 .button--small {
     padding: 1.2rem 2.6rem;
}
/* Button - other */
 .button:disabled, .button[aria-disabled='true'], .button.disabled, .customer button:disabled, .customer button[aria-disabled='true'], .customer button.disabled, .quantity__button.disabled {
     cursor: not-allowed;
     opacity: 0.5;
}
 .button--full-width {
     display: flex;
     width: 100%;
}
 .button.loading {
     color: transparent;
     position: relative;
}
 @media screen and (forced-colors: active) {
     .button.loading {
         color: rgb(var(--color-foreground));
    }
}
 .button.loading > .loading-overlay__spinner {
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     position: absolute;
     height: 100%;
     display: flex;
     align-items: center;
}
 .button.loading > .loading-overlay__spinner .spinner {
     width: fit-content;
}
 .button.loading > .loading-overlay__spinner .path {
     stroke: rgb(var(--color-button-text));
}
/* Button - social share */
 .share-button {
     display: block;
     position: relative;
}
 .share-button details {
     width: fit-content;
}
 .share-button__button {
     font-size: 1.4rem;
     display: flex;
     align-items: center;
     color: rgb(var(--color-link));
     margin-left: 0;
     padding-left: 0;
     min-height: 4.4rem;
}
 details[open] > .share-button__fallback {
     animation: animateMenuOpen var(--duration-default) ease;
}
 .share-button__button:hover {
     text-decoration: underline;
     text-underline-offset: 0.3rem;
}
 .share-button__button, .share-button__fallback button {
     cursor: pointer;
     background-color: transparent;
     border: none;
}
 .share-button__button .icon-share {
     height: 1.2rem;
     margin-right: 1rem;
     min-width: 1.3rem;
}
 .share-button__fallback {
     display: flex;
     align-items: center;
     position: absolute;
     top: 3rem;
     left: 0.1rem;
     z-index: 3;
     width: 100%;
     min-width: max-content;
     border-radius: var(--inputs-radius);
     border: 0;
}
 .share-button__fallback:after {
     pointer-events: none;
     content: '';
     position: absolute;
     top: var(--inputs-border-width);
     right: var(--inputs-border-width);
     bottom: var(--inputs-border-width);
     left: var(--inputs-border-width);
     border: 0.1rem solid transparent;
     border-radius: var(--inputs-radius);
     box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
     transition: box-shadow var(--duration-short) ease;
     z-index: 1;
}
 .share-button__fallback:before {
     background: rgb(var(--color-background));
     pointer-events: none;
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border-radius: var(--inputs-radius-outset);
     box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
     z-index: -1;
}
 .share-button__fallback button {
     width: 4.4rem;
     height: 4.4rem;
     padding: 0;
     flex-shrink: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     right: var(--inputs-border-width);
}
 .share-button__fallback button:hover {
     color: rgba(var(--color-foreground), 0.75);
}
 .share-button__fallback button:hover svg {
     transform: scale(1.07);
}
 .share-button__close:not(.hidden) + .share-button__copy {
     display: none;
}
 .share-button__close, .share-button__copy {
     background-color: transparent;
     color: rgb(var(--color-foreground));
}
 .share-button__copy:focus-visible, .share-button__close:focus-visible {
     background-color: rgb(var(--color-background));
     z-index: 2;
}
 .share-button__copy:focus, .share-button__close:focus {
     background-color: rgb(var(--color-background));
     z-index: 2;
}
 .field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused), .field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
     background-color: inherit;
}
 .share-button__fallback .field:after, .share-button__fallback .field:before {
     content: none;
}
 .share-button__fallback .field {
     border-radius: 0;
     min-width: auto;
     min-height: auto;
     transition: none;
}
 .share-button__fallback .field__input:focus, .share-button__fallback .field__input:-webkit-autofill {
     outline: 0.2rem solid rgba(var(--color-foreground),.5);
     outline-offset: 0.1rem;
     box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}
 .share-button__fallback .field__input {
     box-shadow: none;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     filter: none;
     min-width: auto;
     min-height: auto;
}
 .share-button__fallback .field__input:hover {
     box-shadow: none;
}
 .share-button__fallback .icon {
     width: 1.5rem;
     height: 1.5rem;
}
 .share-button__message:not(:empty) {
     display: flex;
     align-items: center;
     width: 100%;
     height: 100%;
     margin-top: 0;
     padding: 0.8rem 0 0.8rem 1.5rem;
     margin: var(--inputs-border-width);
}
 .share-button__message:not(:empty):not(.hidden) ~ * {
     display: none;
}
/* component-form */
 .field__input, .select__select, .customer .field input, .customer select {
     -webkit-appearance: none;
     appearance: none;
     background-color: rgb(var(--color-background));
     color: rgb(var(--color-foreground));
     font-size: 1.6rem;
     width: 100%;
     box-sizing: border-box;
     transition: box-shadow var(--duration-short) ease;
     border-radius: var(--inputs-radius);
     height: 4.5rem;
     min-height: calc(var(--inputs-border-width) * 2);
     min-width: calc(7rem + (var(--inputs-border-width) * 2));
     position: relative;
     border: 0;
}
 .field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before {
     pointer-events: none;
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border-radius: var(--inputs-radius-outset);
     box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
     z-index: -1;
}
 .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
     pointer-events: none;
     content: '';
     position: absolute;
     top: var(--inputs-border-width);
     right: var(--inputs-border-width);
     bottom: var(--inputs-border-width);
     left: var(--inputs-border-width);
     border: 0.1rem solid transparent;
     border-radius: var(--inputs-radius);
     box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
     transition: box-shadow var(--duration-short) ease;
     z-index: 1;
}
 .select__select {
     font-family: var(--font-body-family);
     font-style: var(--font-body-style);
     font-weight: var(--font-body-weight);
     font-size: 1.2rem;
     color: rgba(var(--color-foreground), 0.75);
}
 .field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after {
     box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
     outline: 0;
     border-radius: var(--inputs-radius);
}
 .field__input:focus-visible, .select__select:focus-visible, .customer .field input:focus-visible, .customer select:focus-visible, .localization-form__select:focus-visible.localization-form__select:after {
     box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
     outline: 0;
     border-radius: var(--inputs-radius);
}
 .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
     box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
     outline: 0;
     border-radius: var(--inputs-radius);
}
 .localization-form__select:focus {
     outline: 0;
     box-shadow: none;
}
 .text-area, .select {
     display: flex;
     position: relative;
     width: 100%;
}
/* Select */
 .select .icon-caret, .customer select + svg {
     height: 0.6rem;
     pointer-events: none;
     position: absolute;
     top: calc(50% - 0.2rem);
     right: calc(var(--inputs-border-width) + 1.5rem);
}
 .select__select, .customer select {
     cursor: pointer;
     line-height: calc(1 + 0.6 / var(--font-body-scale));
     padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
     margin: var(--inputs-border-width);
     min-height: calc(var(--inputs-border-width) * 2);
}
/* Field */
 .field {
     position: relative;
     width: 100%;
     display: flex;
     transition: box-shadow var(--duration-short) ease;
}
 .customer .field {
     display: flex;
}
 .field--with-error {
     flex-wrap: wrap;
}
 .field__input, .customer .field input {
     flex-grow: 1;
     text-align: left;
     padding: 1.5rem;
     margin: var(--inputs-border-width);
     transition: box-shadow var(--duration-short) ease;
}
 .field__label, .customer .field label {
     font-size: 1.6rem;
     left: calc(var(--inputs-border-width) + 2rem);
     top: calc(1rem + var(--inputs-border-width));
     margin-bottom: 0;
     pointer-events: none;
     position: absolute;
     transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
     color: rgba(var(--color-foreground), 0.75);
     letter-spacing: 0.1rem;
     line-height: 1.5;
}
 .field__input:focus ~ .field__label, .field__input:not(:placeholder-shown) ~ .field__label, .field__input:-webkit-autofill ~ .field__label, .customer .field input:focus ~ label, .customer .field input:not(:placeholder-shown) ~ label, .customer .field input:-webkit-autofill ~ label {
     font-size: 1rem;
     top: calc(var(--inputs-border-width) + 0.5rem);
     left: calc(var(--inputs-border-width) + 2rem);
     letter-spacing: 0.04rem;
}
 .field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill {
     padding: .8rem 1.5rem 0.8rem 2rem;
     margin: var(--inputs-border-width);
}
 .field__input::-webkit-search-cancel-button, .customer .field input::-webkit-search-cancel-button {
     display: none;
}
 .field__input::placeholder, .customer .field input::placeholder {
     opacity: 0;
}
 .field__button {
     align-items: center;
     background-color: transparent;
     border: 0;
     color: currentColor;
     cursor: pointer;
     display: flex;
     height: 4.4rem;
     justify-content: center;
     overflow: hidden;
     padding: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: 4.4rem;
}
 .field__button > svg {
     height: 2.5rem;
     width: 2.5rem;
}
 .field__input:-webkit-autofill ~ .field__button, .field__input:-webkit-autofill ~ .field__label, .customer .field input:-webkit-autofill ~ label {
     color: rgb(0, 0, 0);
}
/* Text area */
 .text-area {
     font-family: var(--font-body-family);
     font-style: var(--font-body-style);
     font-weight: var(--font-body-weight);
     min-height: 10rem;
     resize: none;
}
 input[type='checkbox'] {
     display: inline-block;
     width: auto;
     margin-right: 0.5rem;
}
/* Form global */
 .form__label {
     display: block;
     margin-bottom: 0.6rem;
}
 .form__message {
     align-items: center;
     display: flex;
     font-size: 1.4rem;
     line-height: 1;
     margin-top: 1rem;
}
 .form__message--large {
     font-size: 1.6rem;
}
 .customer .field .form__message {
     font-size: 1.4rem;
     text-align: left;
}
 .form__message .icon, .customer .form__message svg {
     flex-shrink: 0;
     height: 1.3rem;
     margin-right: 0.5rem;
     width: 1.3rem;
}
 .form__message--large .icon, .customer .form__message svg {
     height: 1.5rem;
     width: 1.5rem;
     margin-right: 1rem;
}
 .customer .field .form__message svg {
     align-self: start;
}
 .form-status {
     margin: 0;
     font-size: 1.6rem;
}
 .form-status-list {
     padding: 0;
     margin: 2rem 0 4rem;
}
 .form-status-list li {
     list-style-position: inside;
}
 .form-status-list .link::first-letter {
     text-transform: capitalize;
}
/* component-quantity */
 .quantity {
     color: rgba(var(--color-foreground));
     position: relative;
     width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
     display: flex;
     border-radius: var(--inputs-radius);
     min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}
 .quantity:after {
     pointer-events: none;
     content: '';
     position: absolute;
     top: var(--inputs-border-width);
     right: var(--inputs-border-width);
     bottom: var(--inputs-border-width);
     left: var(--inputs-border-width);
     border: 0.1rem solid transparent;
     border-radius: var(--inputs-radius);
     box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
     transition: box-shadow var(--duration-short) ease;
     z-index: 1;
}
 .quantity:before {
     background: rgb(var(--color-background));
     pointer-events: none;
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border-radius: var(--inputs-radius-outset);
     box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
     z-index: -1;
}
 .quantity__input {
     color: currentColor;
     font-size: 16px;
     font-weight:normal;
     opacity: 0.85;
     text-align: center;
     background-color: transparent;
     border: 0;
     padding: 0 0.5rem;
     width: 100%;
     flex-grow: 1;
     -webkit-appearance: none;
     appearance: none;
}
 .quantity__button {
     width: calc(4.5rem / var(--font-body-scale));
     flex-shrink: 0;
     font-size: 1.8rem;
     border: 0;
     background-color: transparent;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     color: rgb(var(--color-foreground));
     padding: 0;
}
 .quantity__button:first-child {
     margin-left: calc(var(--inputs-border-width));
}
 .quantity__button:last-child {
     margin-right: calc(var(--inputs-border-width));
}
 .quantity__button svg {
     width: 1rem;
     pointer-events: none;
}
 .quantity__button:focus-visible, .quantity__input:focus-visible {
     background-color: rgb(var(--color-background));
     z-index: 2;
}
 .quantity__button:focus, .quantity__input:focus {
     background-color: rgb(var(--color-background));
     z-index: 2;
}
 .quantity__button:not(:focus-visible):not(.focused), .quantity__input:not(:focus-visible):not(.focused) {
     box-shadow: inherit;
     background-color: inherit;
}
 .quantity__input:-webkit-autofill, .quantity__input:-webkit-autofill:hover, .quantity__input:-webkit-autofill:active {
     box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
     -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}
 .quantity__input::-webkit-outer-spin-button, .quantity__input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
 .quantity__input[type='number'] {
     -moz-appearance: textfield;
}
 .quantity__rules {
     margin-top: 1.2rem;
     position: relative;
     font-size: 1.2rem;
}
 .quantity__rules .caption {
     display: inline-block;
     margin-top: 0;
     margin-bottom: 0;
}
 .quantity__rules .divider + .divider::before {
     content: '\2022';
     margin: 0 0.5rem;
}
 .quantity__rules-cart {
     position: relative;
}
 product-info .loading-overlay:not(.hidden) ~ *, .quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
     visibility: hidden;
}
/* component-modal */
 .modal__toggle {
     list-style-type: none;
}
 .no-js details[open] .modal__toggle {
     position: absolute;
     z-index: 5;
}
 .modal__toggle-close {
     display: none;
}
 .no-js details[open] svg.modal__toggle-close {
     display: flex;
     z-index: 1;
     height: 1.7rem;
     width: 1.7rem;
}
 .modal__toggle-open {
     display: flex;
}
 .no-js details[open] .modal__toggle-open {
     display: none;
}
 .no-js .modal__close-button.link {
     display: none;
}
 .modal__close-button.link {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0rem;
     height: 4.4rem;
     width: 4.4rem;
     background-color: transparent;
}
 .modal__close-button .icon {
     width: 1.7rem;
     height: 1.7rem;
}
 .modal__content {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgb(var(--color-background));
     z-index: 4;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .media-modal {
     cursor: zoom-out;
}
 .media-modal .deferred-media {
     cursor: initial;
}
/* component-cart-count-bubble */
 .cart-count-bubble:empty {
     display: none;
}
 .cart-count-bubble {
     position: absolute;
     background-color: rgb(var(--color-button));
     color: #b07969!important;
     height: 1.7rem;
     width: 1.7rem;
     border-radius: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 0.9rem;
     bottom: 0.8rem;
     left: 2.2rem;
     line-height: calc(1 + 0.1 / var(--font-body-scale));
}
/* section-announcement-bar */
 .announcement-bar {
     border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
     color: rgb(var(--color-foreground));
}
 .announcement-bar__link {
     display: block;
     width: 100%;
     padding: 0 0;
     text-decoration: none;
}
 .announcement-bar__link:hover {
     color: rgb(var(--color-foreground));
     background-color: rgba(var(--color-card-hover), 0.06);
}
 .announcement-bar__link .icon-arrow {
     display: inline-block;
     pointer-events: none;
     margin-left: 0.8rem;
     vertical-align: middle;
     margin-bottom: 0.2rem;
}
 .announcement-bar__link .announcement-bar__message {
     padding: 0;
}
 .announcement-bar__message {
     padding: 1rem 0;
     margin: 0;
     letter-spacing: 0.1rem;
}
/* section-header */
 .section-header.shopify-section-group-header-group {
     z-index: 3;
}
 .shopify-section-header-sticky {
     position: sticky;
     top: 0;
}
 .shopify-section-header-hidden {
     top: calc(-1 * var(--header-height));
}
 .shopify-section-header-hidden.menu-open {
     top: 0;
}
 .section-header.animate {
     transition: top 0.15s ease-out;
}
 .shopify-section-group-header-group {
     z-index: 4;
}
 .section-header ~ .shopify-section-group-header-group {
     z-index: initial;
}
/* Main Header Layout */
 .header-wrapper {
     display: block;
     position: relative;
     background-color: rgb(var(--color-background));
}
 .header-wrapper--border-bottom {
     border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
 .header {
     display: grid;
     grid-template-areas: 'left-icons heading icons';
     grid-template-columns: 1fr 2fr 1fr;
     align-items: center;
}
 @media screen and (max-width: 749px) {
     .header--has-app {
         grid-template-columns: auto 1fr auto;
    }
}
 @media screen and (min-width: 990px) {
     .header {
         grid-template-columns: 1fr auto 1fr;
    }
     .header--top-left, .header--middle-left:not(.header--has-menu) {
         grid-template-areas: 'heading icons' 'navigation navigation';
         grid-template-columns: 1fr auto;
    }
     .header--top-left.drawer-menu, .header--middle-left.drawer-menu {
         grid-template-areas: 'navigation heading icons';
         grid-template-columns: auto 1fr auto;
         column-gap: 1rem;
    }
     .header--middle-left {
         grid-template-areas: 'heading navigation icons';
         grid-template-columns: auto auto 1fr;
         column-gap: 2rem;
    }
     .header--middle-center:not(.drawer-menu) {
         grid-template-areas: 'navigation heading icons';
         grid-template-columns: 1fr auto 1fr;
         column-gap: 2rem;
    }
     .header--middle-center a.header__heading-link {
         text-align: center;
    }
     .header--top-center {
         grid-template-areas: 'left-icons heading icons' 'navigation navigation navigation';
    }
     .header--top-center.drawer-menu {
         grid-template-areas: 'left-icons heading icons';
         grid-template-columns: 1fr auto 1fr;
    }
     .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
         margin-top: 1.05rem;
    }
}
 .header *[tabindex='-1']:focus {
     outline: none;
}
 .header__heading {
     margin: 0;
     line-height: 0;
}
 .header > .header__heading-link {
     line-height: 0;
}
 .header__heading, .header__heading-link {
     grid-area: heading;
     justify-self: center;
}
 .header__heading-link {
     display: inline-block;
     padding: 0.75rem;
     text-decoration: none;
     word-break: break-word;
}
 .header__heading-link:hover .h2 {
     color: rgb(var(--color-foreground));
}
 .header__heading-link .h2 {
     line-height: 1;
     color: rgba(var(--color-foreground), 0.75);
}
 .header__heading-logo {
     height: auto;
     max-width: 100%;
}
 .header__heading-logo-wrapper {
     width: 100%;
     display: inline-block;
     transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}
 @media screen and (max-width: 989px) {
     .header__heading, .header__heading-link {
         text-align: center;
    }
     .header--mobile-left .header__heading, .header--mobile-left .header__heading-link {
         text-align: left;
         justify-self: start;
    }
     .header--mobile-left {
         grid-template-columns: auto 2fr 1fr;
    }
}
 @media screen and (min-width: 990px) {
     .header--middle-left .header__heading-link, .header--top-left .header__heading-link {
         margin-left: -0.75rem;
    }
     .header__heading, .header__heading-link {
         justify-self: start;
    }
     .header--middle-center .header__heading-link, .header--middle-center .header__heading {
         justify-self: center;
         text-align: center;
    }
     .header--top-center .header__heading-link, .header--top-center .header__heading {
         justify-self: center;
         text-align: center;
    }
}
/* Header icons */
 .header__icons {
     display: flex;
     grid-area: icons;
     justify-self: end;
}
 .header__icons .shopify-app-block {
     max-width: 4.4rem;
     max-height: 4.4rem;
     overflow: hidden;
}
 .header__icon:not(.header__icon--summary), .header__icon span {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .header__icon {
     color: rgb(var(--color-foreground));
}
 .header__icon span {
     height: 100%;
}
 .header__icon::after {
     content: none;
}
 .header__icon:hover .icon, .modal__close-button:hover .icon {
     transform: scale(1.07);
}
 .header__icon .icon {
     height: 2rem;
     width: 2rem;
     fill: none;
     vertical-align: middle;
}
 .header__icon, .header__icon--cart .icon {
     height: 4.4rem;
     width: 4.4rem;
     padding: 0;
}
 .header__icon--cart {
     position: relative;
}
 .header__icon--menu[aria-expanded="true"]::before {
     content: "";
     top: 100%;
     left: 0;
     height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
     width: 100%;
     display: block;
     position: absolute;
     background: rgba(var(--color-foreground), 0.5);
}
/* Search */
 menu-drawer + .header__search {
     display: none;
}
 .header > .header__search {
     grid-area: left-icons;
     justify-self: start;
}
 .header--top-center.drawer-menu > .header__search {
     margin-left: 3.2rem;
}
 .header--top-center header-drawer {
     grid-area: left-icons;
}
 .header:not(.header--has-menu) * > .header__search {
     display: none;
}
 .header__search {
     display: inline-flex;
     line-height: 0;
}
 .header--top-center > .header__search {
     display: none;
}
 .header--top-center * > .header__search {
     display: inline-flex;
}
 @media screen and (min-width: 990px) {
     .header:not(.header--top-center) * > .header__search, .header--top-center > .header__search {
         display: inline-flex;
    }
     .header:not(.header--top-center) > .header__search, .header--top-center * > .header__search {
    }
}
 .no-js .predictive-search {
     display: none;
}
 details[open] > .search-modal {
     opacity: 1;
     animation: animateMenuOpen var(--duration-default) ease;
}
 details[open] .modal-overlay {
     display: block;
}
 details[open] .modal-overlay::after {
     position: absolute;
     content: '';
     background-color: rgb(var(--color-foreground), 0.5);
     top: 100%;
     left: 0;
     right: 0;
     height: 100vh;
}
 .no-js details[open] > .header__icon--search {
     top: 1rem;
     right: 0.5rem;
}
 .search-modal {
     opacity: 0;
     border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
     min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
     height: 100%;
}
 .search-modal__content {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: 100%;
     padding: 0 5rem 0 1rem;
     line-height: calc(1 + 0.8 / var(--font-body-scale));
     position: relative;
}
 .search-modal__content-bottom {
     bottom: calc((var(--inputs-margin-offset) / 2) );
}
 .search-modal__content-top {
     top: calc((var(--inputs-margin-offset) / 2) );
}
 .search-modal__form {
     width: 100%;
}
 .search-modal__close-button {
     position: absolute;
     right: 0.3rem;
}
 @media screen and (min-width: 750px) {
     .search-modal__close-button {
         right: 1rem;
    }
     .search-modal__content {
         padding: 0 6rem;
    }
}
 @media screen and (min-width: 990px) {
     .search-modal__form {
         max-width: 74.2rem;
    }
     .search-modal__close-button {
         position: initial;
         margin-left: 0.5rem;
    }
}
/* Header menu drawer */
 .header__icon--menu .icon {
     display: block;
     position: absolute;
     opacity: 1;
     transform: scale(1);
     transition: transform 150ms ease, opacity 150ms ease;
}
 details:not([open]) > .header__icon--menu .icon-close, details[open] > .header__icon--menu .icon-hamburger {
     visibility: hidden;
     opacity: 0;
     transform: scale(0.8);
}
 .js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
     visibility: hidden;
}
 .js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
     visibility: visible;
     opacity: 1;
     transform: scale(1.07);
}
 .js details > .header__submenu {
     opacity: 0;
     transform: translateY(-1.5rem);
}
 details[open] > .header__submenu {
     animation: animateMenuOpen var(--duration-default) ease;
     animation-fill-mode: forwards;
     z-index: 1;
}
 @media (prefers-reduced-motion) {
     details[open] > .header__submenu {
         opacity: 1;
         transform: translateY(0);
    }
}
/* Header menu */
 .header__inline-menu {
     margin-left: -1.2rem;
     grid-area: navigation;
     display: none;
}
 .header--top-center .header__inline-menu, .header--top-center .header__heading-link {
     margin-left: 0;
}
 @media screen and (min-width: 990px) {
     .header__inline-menu {
         display: block;
    }
     .header--top-center .header__inline-menu {
         justify-self: center;
    }
     .header--top-center .header__inline-menu > .list-menu--inline {
         justify-content: center;
    }
     .header--middle-left .header__inline-menu {
         margin-left: 0;
    }
}
 .header__menu {
     padding: 0 1rem;
}
 .header__menu-item {
     padding: 1.2rem;
     text-decoration: none;
     color: rgba(var(--color-foreground), 0.75);
}
 .header__menu-item:hover {
     color: rgb(var(--color-foreground));
}
 .header__menu-item span {
     transition: text-decoration var(--duration-short) ease;
}
 .header__menu-item:hover span {
     text-decoration: underline;
     text-underline-offset: 0.3rem;
}
 details[open] > .header__menu-item {
     text-decoration: underline;
}
 details[open]:hover > .header__menu-item {
     text-decoration-thickness: 0.2rem;
}
 details[open] > .header__menu-item .icon-caret {
     transform: rotate(180deg);
}
 .header__active-menu-item {
     transition: text-decoration-thickness var(--duration-short) ease;
     color: rgb(var(--color-foreground));
     text-decoration: underline;
     text-underline-offset: 0.3rem;
}
 .header__menu-item:hover .header__active-menu-item {
     text-decoration-thickness: 0.2rem;
}
 .header__submenu {
     transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}
 .global-settings-popup, .header__submenu.global-settings-popup {
     border-radius: var(--popup-corner-radius);
     border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
     border-style: solid;
     border-width: var(--popup-border-width);
     box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
     z-index: -1;
}
 .header__submenu.list-menu {
     padding: 2.4rem 0;
}
 .header__submenu .header__submenu {
     background-color: rgba(var(--color-foreground), 0.03);
     padding: 0.5rem 0;
     margin: 0.5rem 0;
}
 .header__submenu .header__menu-item:after {
     right: 2rem;
}
 .header__submenu .header__menu-item {
     justify-content: space-between;
     padding: 0.8rem 2.4rem;
}
 .header__submenu .header__submenu .header__menu-item {
     padding-left: 3.4rem;
}
 .header__menu-item .icon-caret {
     right: 0.8rem;
}
 .header__submenu .icon-caret {
     flex-shrink: 0;
     margin-left: 1rem;
     position: static;
}
 header-menu > details, details-disclosure > details {
     position: relative;
}
 @keyframes animateMenuOpen {
     0% {
         opacity: 0;
         transform: translateY(-1.5rem);
    }
     100% {
         opacity: 1;
         transform: translateY(0);
    }
}
 .overflow-hidden-mobile, .overflow-hidden-tablet, .overflow-hidden-desktop {
     overflow: hidden;
}
 @media screen and (min-width: 750px) {
     .overflow-hidden-mobile {
         overflow: auto;
    }
}
 @media screen and (min-width: 990px) {
     .overflow-hidden-tablet {
         overflow: auto;
    }
}
 .badge {
     border: 1px solid transparent;
     border-radius: var(--badge-corner-radius);
     display: inline-block;
     font-size: 1.2rem;
     letter-spacing: 0.1rem;
     line-height: 1;
     padding: 0.5rem 1.3rem 0.6rem 1.3rem;
     text-align: center;
     background-color: rgb(var(--color-badge-background));
     border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
     color: rgb(var(--color-foreground));
     word-break: break-word;
}
 .gradient {
     background: rgb(var(--color-background));
     background: var(--gradient-background);
     background-attachment: fixed;
}
 @media screen and (forced-colors: active) {
     .icon {
         color: CanvasText;
         fill: CanvasText !important;
    }
     .icon-close-small path {
         stroke: CanvasText;
    }
}
 .ratio {
     display: flex;
     position: relative;
     align-items: stretch;
}
 .ratio::before {
     content: '';
     width: 0;
     height: 0;
     padding-bottom: var(--ratio-percent);
}
 .content-container {
     border-radius: var(--text-boxes-radius);
     border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
     position: relative;
}
 .content-container:after {
     content: '';
     position: absolute;
     top: calc(var(--text-boxes-border-width) * -1);
     right: calc(var(--text-boxes-border-width) * -1);
     bottom: calc(var(--text-boxes-border-width) * -1);
     left: calc(var(--text-boxes-border-width) * -1);
     border-radius: var(--text-boxes-radius);
     box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
     z-index: -1;
}
 .content-container--full-width:after {
     left: 0;
     right: 0;
     border-radius: 0;
}
 @media screen and (max-width: 749px) {
     .content-container--full-width-mobile {
         border-left: none;
         border-right: none;
         border-radius: 0;
    }
     .content-container--full-width-mobile:after {
         display: none;
    }
}
 .global-media-settings {
     position: relative;
     border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
     border-radius: var(--media-radius);
     overflow: visible !important;
     background-color: rgb(var(--color-background));
}
 .global-media-settings:after {
     content: '';
     position: absolute;
     top: calc(var(--media-border-width) * -1);
     right: calc(var(--media-border-width) * -1);
     bottom: calc(var(--media-border-width) * -1);
     left: calc(var(--media-border-width) * -1);
     border-radius: var(--media-radius);
     box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
     z-index: -1;
     pointer-events: none;
}
 .global-media-settings--no-shadow {
     overflow: hidden !important;
}
 .global-media-settings--no-shadow:after {
     content: none;
}
 .global-media-settings img, .global-media-settings iframe, .global-media-settings model-viewer, .global-media-settings video {
     border-radius: calc(var(--media-radius) - var(--media-border-width));
}
 .content-container--full-width, .global-media-settings--full-width, .global-media-settings--full-width img, .global-media-settings--full-width video, .global-media-settings--full-width iframe {
     border-radius: 0;
     border-left: none;
     border-right: none;
}
/* check for flexbox gap in older Safari versions */
 @supports not (inset: 10px) {
     .grid {
         margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
    }
     .grid__item {
         padding-left: var(--grid-mobile-horizontal-spacing);
         padding-bottom: var(--grid-mobile-vertical-spacing);
    }
     @media screen and (min-width: 750px) {
         .grid {
             margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
        }
         .grid__item {
             padding-left: var(--grid-desktop-horizontal-spacing);
             padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
     .grid--gapless .grid__item {
         padding-left: 0;
         padding-bottom: 0;
    }
     @media screen and (min-width: 749px) {
         .grid--peek .grid__item {
             padding-left: var(--grid-mobile-horizontal-spacing);
        }
    }
     .product-grid .grid__item {
         padding-bottom: var(--grid-mobile-vertical-spacing);
    }
     @media screen and (min-width: 750px) {
         .product-grid .grid__item {
             padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
}
 .font-body-bold {
     font-weight: var(--font-body-weight-bold);
}
/* outline and border styling for Windows High Contrast Mode */
 @media (forced-colors: active) {
     .button, .shopify-challenge__button, .customer button {
         border: transparent solid 1px;
    }
     .button:focus-visible, .button:focus, .button.focused, .shopify-payment-button__button--unbranded:focus-visible, .shopify-payment-button [role="button"]:focus-visible, .shopify-payment-button__button--unbranded:focus, .shopify-payment-button [role="button"]:focus {
         outline: solid transparent 1px;
    }
     .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
         outline: transparent solid 1px;
    }
     .localization-form__select:focus {
         outline: transparent solid 1px;
    }
}
 .rte:after {
     clear: both;
     content: '';
     display: block;
}
 .rte > p:first-child {
     margin-top: 0;
}
 .rte > p:last-child {
     margin-bottom: 0;
}
 .rte table {
     table-layout: fixed;
}
 @media screen and (min-width: 750px) {
     .rte table td {
         padding-left: 1.2rem;
         padding-right: 1.2rem;
    }
}
 .rte img {
     height: auto;
     max-width: 100%;
     border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
     border-radius: var(--media-radius);
     box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
     margin-bottom: var(--media-shadow-vertical-offset);
}
 .rte ul, .rte ol {
     list-style-position: inside;
     padding-left: 2rem;
}
 .rte li {
     list-style: inherit;
}
 .rte li:last-child {
     margin-bottom: 0;
}
 .rte a {
     color: rgba(var(--color-link), var(--alpha-link));
     text-underline-offset: 0.3rem;
     text-decoration-thickness: 0.1rem;
     transition: text-decoration-thickness var(--duration-short) ease;
}
 .rte a:hover {
     color: rgb(var(--color-link));
     text-decoration-thickness: 0.2rem;
}
 .rte blockquote {
     display: inline-flex;
}
 .rte blockquote > * {
     margin: -0.5rem 0 -0.5rem 0;
}
/* Ambient animation */
 @media (prefers-reduced-motion: no-preference) {
     .animate--ambient > img, .animate--ambient > svg {
         animation: animateAmbient 30s linear infinite;
    }
     @keyframes animateAmbient {
         0% {
             transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
        }
         100% {
             transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
        }
    }
}
 sticky-header {
     border: none !important;
     position: absolute !important;
     width: 100%;
     box-shadow: none;
     background: transparent !important;
}
 a.header__menu-item {
     color: #fff;
}
 nav.header__inline-menu * {
     color: #fff;
     text-transform: uppercase;
}
 ul.list-menu.list-menu--inline {
    gap: 2rem;
    margin-top: 0rem;
    justify-content: space-around !important;
    width: 100%;
}
 .header.page-width {
     padding-top: 3rem;
     max-width: 100%;
}
 nav.header__inline-menu {
     width: 100%;
}
 .header__icon .icon * {
     fill: #fff !important;
}
 .header__icon .icon, .header__icon .icon * {
     fill: #fff;
     color: #fff;
}
 h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
     font-family: 'Mirador';
     font-weight: normal;
}
 h1.rich-text__heading.h1 {
     color: #b07969;
}
 *:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground),.5);
     outline-offset: none;
     box-shadow: none;
}
 .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky {
     display: none;
}
 .rich-text__wrapper.rich-text__wrapper--center.page-width {
     max-width: 100% !important;
     display: block;
}
 .rich-text__wrapper.rich-text__wrapper--center.page-width > div {
     width: 100% !important;
     max-width: 100%;
}
 .collection-list-wrapper.page-width {
     max-width: 100%;
}
 .collection-list-wrapper li {
     width: 22% !important;
     max-width: 22% !important;
}
 ul.collection-list.contains-card.contains-card--collection {
     list-style: none;
}
 
 .collection-list .card__content * {
     color: #fff;
}
 .collection-list .card__content h3 {
     font-family: 'Karla';
     font-weight: 600;
}
 .collection_cta {
     font-weight: 100;
}
 p.collection_initial_text {
     margin-bottom: 0;
}
 .collection-list-wrapper li {
     padding-right: 20px;
}
 p.collection_initial_text {
     font-size: 22px;
     line-height: 1.2;
}
 p.card__heading a {
     text-transform: uppercase;
     font-size: 16px;
     font-weight: 600;
}

 p.collection_initial_text {
     margin-bottom: 8px;
}
 
 p.announcement-bar__message.center.h5 * {
     color: #b07969;
     font-family: 'Karla';
     font-size: 16px;
}
 p.announcement-bar__message.center.h5 {
     padding: 1.4rem 0 !important;
}
 .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate {
     display: none;
}
 .image-with-text.image-with-text--no-overlap {
     width: 100%;
     min-width: 100%;
     padding-left: 0;
     padding-right: 0;
}
 .image-with-text__text-item.grid__item {
     width: 62%;
}
 .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
     width: 38%;
}
 .image-with-text__text-item.grid__item p {
     color: #b07969;
     font-family: 'Mirador';
     font-size: 30px;
     line-height: 0.9;
}
 a.button.button--primary {
     font-weight: 200;
}
 .image-with-text__text-item.grid__item p strong {
     font-weight: 400;
     font-size: 64px !important;
}
 .image-with-text__text-item.grid__item > div {
     padding-left: 9rem;
}
 .image-with-text__text-item.grid__item p a strong {
     font-size: 64px !important;
     text-decoration: none;
}
 .image-with-text__text-item.grid__item p a strong {
     font-size: 64px !important;
     text-decoration: none;
     font-weight: 100 !important;
}
 .image-with-text__text-item.grid__item p a {
     font-weight: 100 !important;
}
 h2.image-with-text__heading.inline-richtext.h0 em strong {
     font-size: 60px !important;
     position: relative;
     top: -30px;
     left: -5px;
}
 a.button.button--primary {
     color: #b07969;
     padding-left: 0;
     line-height: 1;
     border-bottom: 1px solid #b07969;
     padding: 0;
     height: auto;
     min-height: auto;
     padding-bottom: 5px;
     font-size: 16px;
     margin-top: 5rem;
     font-weight: normal;
}
 h2.image-with-text__heading.inline-richtext.h0 p:after {
     content: '';
     position: absolute;
     top: 0;
     background-image: url(/cdn/shop/files/Favicon_Heart.png?v=1683140188);
     background-size: 100%;
     position: absolute;
     width: 160px;
     height: 160px;
     right: 8rem;
     top: 2rem;
     z-index: +999999999;
}
 h2.image-with-text__heading.inline-richtext.h0 {
     position: relative;
}
 .multicolumn H2 {
     COLOR: #b07969;
     FONT-FAMILY: 'Karla';
     FONT-WEIGHT: normal;
     font-size: 30px;
}
 .multicolumn>div .title-wrapper-with-link {
     padding-left: 45px !important;
}
 .multicolumn>div {
     min-width: 96%;
}
 .multicolumn-list__item.center .media--adapt img {
     height: 255px;
}
 .template_index .multicolumn-list__item.center .media--adapt, .template_index .multicolumn-list__item .media--adapt .multicolumn-card__image {
     padding-bottom: 0 !important;
     height: 180px;
}
 .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
     margin: 0 !important;
}
 .multicolumn-list .multicolumn-list__item {
}
 .multicolumn-list .multicolumn-list__item:nth-child(1) img.multicolumn-card__image {
     left: 0;
     transform: none;
}
 .multicolumn-list .multicolumn-list__item:nth-child(3) img.multicolumn-card__image {
     right: 0;
     left: unset;
     transform: none;
}
 .multicolumn>div .title-wrapper-with-link {
     padding-left: 45px !important;
}
 .multicolumn a.button.button--primary {
     margin-top: 0;
     display: block;
     width: fit-content;
     margin: 0 auto;
     min-width: fit-content;
}
 .announcement-bar-section-flex .announcement-bar.color-accent-2.gradient {
     display: flex;
     align-items: center;
}
 .announcement-bar.color-accent-2.gradient > div img {
     position: relative;
     top: 5px;
}
 .announcement-bar-section-flex {
     justify-content: space-between;
     background:#d8e6d4;
}
 .card__information {
     display: flex;
     justify-content: space-between;
     align-items: baseline;
}
 .card__information > * {
     width: fit-content;
}
 .card-information {
     width: fit-content;
}
 .card__information {
     padding: 0;
}
 
 
 p.card__heading.h5 {
    font-family: 'Karla';
    letter-spacing: 0px;
    font-weight: 500;
    color: #b07969;
}

 .card-information * {
     font-weight: normal;
     font-family: 'Karla';
     letter-spacing: 0px;
     color: #b07969;
     font-size: 16px;
}
 h1.collection-hero__title *, h1.collection-hero__title {
     font-size: 16px !important;
     font-weight: normal !important;
}
 slider-component.slider-mobile-gutter.page-width.page-width-desktop {
     max-width: 100%;
}
 slider-component.slider-mobile-gutter.page-width.page-width-desktop .grid {
     gap: 2rem;
}
 .grid--5-col-desktop .grid__item {
     width: calc(20% - 2rem * 4 / 5);
}
 .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
     COLOR: #b07969;
     FONT-FAMILY: "Karla";
     FONT-WEIGHT: normal;
     font-size: 30px;
}
 .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
     max-width: 100%;
}
 .h__cta {
     display: none !important;
}
 .facet-filters.sorting.caption {
     display: none !important;
}
 .grid__item.product__media-wrapper {
     position: relative;
     overflow: hidden;
}
 .collection li.grid__item {
     position: relative;
}
 .banner--content-align-left .banner__box {
     background: transparent;
}
 .banner__content.banner__content--top-left.page-width {
     max-width: 100%;
}
 h2.banner__heading.inline-richtext.h2 {
}
 .banner__content.banner__content--top-left.page-width h2 {
     color: #ffffffba;
     font-family: 'Karla';
     font-weight: normal !important;
     letter-spacing: 1px;
     font-size:30px;
}
 .banner__buttons * {
     background: transparent;
     color: #fff !important;
     border: none !important;
     box-shadow: none !important;
     border-color: transparent !important;
}
 ::before {
}
 ::before {
}
 .button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role=button]:before, .cart__dynamic-checkout-buttons [role=button]:before {
     box-shadow: none !important;
}
 .button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after {
     box-shadow: none !important;
}
 .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{
     box-shadow: none !important;
}
 .banner__content.banner__content--top-left.page-width a {
     border-bottom: 1px solid #fff !important;
     display: block;
     width: fit-content !important;
     min-width: fit-content;
}
 .banner__content.banner__content--top-left.page-width a {
     margin-top: 2rem;
}
 .logo_banner__display {
     position: absolute;
     display: flex;
     gap: 0;
     align-items: center;
     bottom: 4rem;
     right: 5%;
     justify-content: right;
}
 .logo_banner__display img {
     width: 73%;
     text-align: right;
     float: right;
}
 .carousel.carousel-main.flickity-enabled p {
     font-size: 42px;
     font-family: 'Karla';
     width: 65%;
     margin: 0 auto;
     line-height: 1.3;
     color: #b07969;
}
 .logo_banner__display > div:last-child img {
     float: none;
     width: 80%;
     margin-left: 20%;
}
 .carousel.carousel-main.flickity-enabled p:before {
     content: '';
     position: absolute;
     background-image: url(/cdn/shop/files/doublebracket.png?v=1688065751);
     width: 40px;
     height: 30px;
     background-size: 100%;
     background-repeat: no-repeat;
     left: -5rem;
     top: 0rem;
     z-index: +999999;
}
 .carousel.carousel-main.flickity-enabled p {
     position: relative;
     padding-top: 2rem;
}
 .carousel.carousel-main.flickity-enabled p:after {
     content: "";
     position: absolute;
    /* background-image: url(/cdn/shop/files/da21dde\2026.png?v=1683232956);
     */
     width: 40px;
     height: 30px;
     background-size: 100%;
     background-repeat: no-repeat;
     right: 1rem;
     bottom: 0;
     z-index: +99999999;
     background-position: center;
     background-image: url(/cdn/shop/files/doublebracket.png?v=1688065751);
     transform: rotate(180deg);
}
 .carousel-cell.is-selected.is-nav-selected svg {
     filter: brightness(0) saturate(100%) invert(77%) sepia(1%) saturate(2796%) hue-rotate(63deg) brightness(92%) contrast(122%);
}
 .carousel-cell svg {
     width: fit-content;
     margin: 0 auto;
     display: block;
}
 .footer-block.grid__item * {
     color: #b07969;
}
 .image_wrapper_foot {
     height: auto;
     display: flex;
     flex-wrap: wrap;
     min-height: 125px;
     align-items: center;
}
 .image_wrapper_foot img {
     width: fit-content;
     margin: 0 auto;
}
 .footer-block.grid__item * {
     text-align: center;
}
 .footer-block.grid__item h2 {
     font-family: 'Karla';
     font-size: 19px;
     margin-bottom: 10px;
}
 .footer__content-top.page-width {
     min-width: 95%;
}
 .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.grid--3-col-tablet {
     gap: 5rem;
}
 .footer-block.grid__item {
     width: calc(33.33% - 5rem * 2 / 3);
}
 .footer-block--newsletter {
     width: calc(30% - 5rem * 2 / 3);
}
 .footer-block.grid__item.footer-block--menu {
     width: calc(20% - 5rem * 2 / 3);
}
 .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.grid--3-col-tablet {
     ALIGN-ITEMS: flex-start;
}
 .footer-block__newsletter h2.footer-block__heading.inline-richtext {
     font-weight: 400;
     font-family: Karla;
     font-size: 22px;
     margin-bottom: 10px;
     color: #b07969;
     TEXT-ALIGN: LEFT;
     letter-spacing: 0px;
}
 .newsletter-form {
     max-width: 100%;
}
 .newsletter-form__field-wrapper {
     max-width: 100%;
     border-radius: 25px;
}
 .newsletter-form__field-wrapper .field__input {
     border-radius: 25px !important;
     border: none;
}
 .newsletter-form * {
     border-radius: 25px !important;
}
 form#ContactFooter {
     border-radius: 25px;
}
 .newsletter-form__field-wrapper .field:before {
     border-radius: 25px;
     border-color: #b07969;
     box-shadow: none !important;
}
 .newsletter-form__field-wrapper .field:after {
     border-radius: 25px !important;
     border-color: #b07969;
     box-shadow: none !important;
     border: 2px solid #b07969;
}
 .newsletter-form__field-wrapper label {
     color: #b07969;
}
 .newsletter-form__field-wrapper button {
     color: #b07969;
}
 .footer-block.grid__item.footer-block--menu * {
     text-align: left;
}
 .footer-block.grid__item.footer-block--menu h6 {
     font-weight: 400;
     font-family: Karla;
     font-size: 22px;
     margin-bottom: 10px;
     color: #b07969;
     text-align: left;
     line-height: 1;
     letter-spacing: 0px;
}
 .footer-block--newsletter {
     margin-top: 0;
}
 .footer-block.grid__item.footer-block--menu {
     margin-top: 2rem;
}
 .footer-block.grid__item.footer-block--menu * {
     text-decoration: none;
     color: #b07969;
}
 .footer-block.grid__item.footer-block--menu li a {
     font-size: 17px;
     padding-bottom: 0;
     line-height: 1;
}
 .footer-block.grid__item.footer-block--menu {
     padding-left: 8rem;
}
 .carousel.carousel-nav {
     width: 95%;
     margin: 0 auto;
}
 .footer-block--newsletter {
     flex-wrap: wrap !IMPORTANT;
     justify-content: flex-start;
}
 .footer-block--newsletter > div {
     width: 100%;
}
 .footer-block--newsletter {
     flex-wrap: nowrap;
     justify-content: flex-start !important;
}
 .newsletter-form {
     max-width: 100% !important;
}
 h2.footer-block__heading.inline-richtext.follow___title {
     width: 100%;
     font-weight: 400;
     font-family: Karla;
     font-size: 22px;
     margin-bottom: 10px;
     color: #b07969;
     TEXT-ALIGN: LEFT;
     letter-spacing: 0px;
     margin-top: 5rem;
     margin-bottom: 0;
}
 ul.footer__list-social.list-unstyled.list-social li a {
     padding-top: 0 !important;
}
 ul.footer__list-social.list-unstyled.list-social {
     justify-content: flex-start;
}
 ul.footer__list-social.list-unstyled.list-social li:first-child a {
     padding-left: 0;
}
 .newsletter-form__field-wrapper {
     max-width: 100%;
}
 .footer__content-top.page-width {
     padding-bottom: 0;
}
 .footer__content-bottom {
     padding-top: 0;
}
 .footer__content-bottom-wrapper.page-width {
}
 .footer__content-bottom > div:first-child {
     display: none;
}
 .footer__copyright.caption {
     margin-top: 0;
}
 .footer__copyright.caption {
     width: 100%;
}
 .footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
     max-width: 95%;
}
 .footer__copyright.caption {
     display: flex;
}
 .MuiCardActions-root * {
     color: #b07969 !important;
}
 .MuiCardContent-root.underline-links-hover * {
     color: #b07969;
}
 .newsletter-form__field-wrapper .field__input {
     color: #b07969 !important;
}
 .footer__copyright.caption * {
     text-align: left;
     font-size: 14px;
     color: #b07969;
}
 .footer__content-bottom {
     border: none;
}
 .tab___thumb_section h2.title.inline-richtext {
     COLOR: #b07969;
     FONT-FAMILY: "Karla";
     FONT-WEIGHT: normal;
     font-size: 30px;
}
 .tab___thumb_section .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
     MAX-WIDTH: 92%;
     MARGIN-LEFT: 9.5rem;
}
 .collection-list-wrapper .card__information a.full-unstyled-link {
     padding-left: 15px;
}
 p.collection_initial_text {
     padding-left: 15px !important;
}
 .mega-menu__content * {
     COLOR: #000 !IMPORTANT;
     TEXT-DECORATION: NONE;
}
 a.button.button--secondary {
     padding: 0 !important;
     display: block;
}
 .customer.account > div > div:last-child h2 {
    text-align: left !important;
}
 .product__media-wrapper button.flickity-button.flickity-prev-next-button.next {
     right: -24px !important;
}
 .similar_product_wrapper button.flickity-button.flickity-prev-next-button.next {
     right: -24px !important;
}
 ul.mega-menu__list.page-width {
     MAX-WIDTH: 100%;
}
 .footer__content-bottom {
     padding-top: 0;
}
 .newsletter-form__field-wrapper {
     max-width: 100% !important;
}
 .footer__content-bottom {
     border: none;
}
 .footer__content-bottom {
     padding-top: 0;
}
 .newsletter-form__field-wrapper {
     max-width: 100% !important;
}
 .carousel.carousel-main.flickity-enabled p:after {
     content: "";
     position: absolute;
     width: 40px;
     height: 30px;
     background-size: 100%;
     background-repeat: no-repeat;
     right: 1rem;
     bottom: 0;
     z-index: +99999999;
     background-position: center;
     transform: rotate(180deg);
}
 .carousel.carousel-main.flickity-enabled p:before {
     content: "";
     position: absolute;
     width: 40px;
     height: 30px;
     background-size: 100%;
     background-repeat: no-repeat;
     left: -1rem;
     top: 0rem;
     z-index: +999999;
}
 .carousel.carousel-main.flickity-enabled p {
     font-size: 32px;
     font-weight: 600;
     font-family: Karla;
     width: 70%;
     margin: 0 auto;
     padding: 0 2.5%;
     line-height: 1.3;
     color: #b07969;
}
 .multicolumn .title-wrapper-with-link {
     margin-bottom: 0;
}
 .announcement-bar-section-flex .announcement-bar.color-accent-2 .page-width {
     padding: 0;
     gap: 2rem;
}
 .announcement-bar-section-flex .announcement-bar.color-accent-2 .page-width p {
     padding-right: 5rem !important;
}
 .announcement-bar-section-flex .announcement-bar.color-accent-2:nth-child(1) .page-width p {
     padding-left: 3rem !important;
}
 .collection-list-wrapper .card__information {
     display: block;
}
 .collection-list-wrapper .card__information a.full-unstyled-link {
     font-size: 22px;
     font-weight: normal;
}
 .scrolled-past-header header.header {
     background: #fff;
     padding-bottom: 1rem;
     padding-top: 1rem;
}
 .scrolled-past-header img.header__heading-logo.motion-reduce {
     filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
}
 .scrolled-past-header header.header * {
     color: #B07969 !important;
}
 .scrolled-past-header header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
}
 .scrolled-past-header ul.list-menu.list-menu--inline {
     margin-top: 0 !important;
}
 .scrolled-past-header nav.header__inline-menu {
     margin-top: 0 !important;
}
 .section-collection-list .collection-list-wrapper {
     padding-left: 0;
     padding-right: 0;
}
 .section-collection-list ul.collection-list {
     padding-left: 0;
     padding-right: 0;
}
 .ticker {
     overflow: hidden;
}
 .CollectionList header.SectionHeader {
     text-align: center;
}
 .dom{
    display:none !important;
}
 .hom{
    display:block !important;
}
 slider-component.slider-mobile-gutter.page-width-desktop {
     width: 100% !important;
     max-width: 100%;
}
 .page-width.page-width--narrow {
     max-width: 88%;
}
 .article-template .page-width.page-width--narrow {
     max-width: 88% !important;
}
 h1.main-page-title.page-title.h1 {
     text-align: center;
     margin-top: 3rem;
     line-height: 1;
     margin-bottom: 0;
     font-size: 45px;
}
 .press_wrapper {
     width: 54%;
     margin: 0 auto;
}
 .press_wrapper * {
     text-align: left;
}
 section#shopify-section-template--14616153325681__723e7e6d-67c5-4e71-be10-607913a76aae {
}
 .press_wrapper h2.rich-text__heading.rte.inline-richtext {
     margin-bottom: 0;
}
 .press_additional.details {
     display: flex;
     color: #000;
     font-size: 20px;
     font-weight: 300;
}
 .press_additional.details div:first-child {
     padding-right: 2rem;
     margin-right: 2rem;
     border-right: 1px solid #b07969;
}
 .press_additional.details * {
     line-height: 1;
}
 .press_additional.details {
     margin-top: 0.5rem;
     margin-bottom: 32px;
}
 .rich-text {
     padding-top: 0;
}
 h2.image-with-text__heading.inline-richtext.h0 em strong {
     font-weight: 300;
     font-size: 32px !important;
}
 a.slider-arrow {
     display: none !important;
}
 .video_autoplay_wrapper video {
     width: 100%;
}
 .template_index main#MainContent {
     margin-top: 0;
}
 .multicolumn a.button.button--primary {
     font-weight: 200;
}
 h2.footer-block__heading.inline-richtext.follow___title {
     font-weight: 400;
     margin-bottom: 2rem;
}
 .page_press footer {
     margin-top: 0;
}
 .image_wrapper_foot p {
     font-size: 18px !important;
}
 .image_wrapper_foot ~ div p {
     font-size: 18px;
     font-weight: 400;
     line-height: 1.4;
}
 .image_wrapper_foot ~ h2 {
     font-size: 21px !important;
}
 .field__input:focus, .field__input:focus-visible {
     box-shadow: none;
}
 .newsletter-form__field-wrapper .field:hover {
     border-radius: 25px !important;
}
 .template_product .field:hover.field:after {
     border-radius: 25px !important;
}
 .image-with-text__text-item.grid__item p a {
     text-decoration: none;
     margin-left: 23px;
}
 .image_text_video video {
     width: 100%;
}
 .image-with-text__text-item.grid__item p a:hover {
     color: unset;
}
 header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
     padding-top: 3rem;
}
 .template_product .carousel-cell {
     color: white;
     display: flex;
     align-items: center;
     justify-content: center;
    /* cell number */
}
 .carousel-cell:before {
}
 .template_product .carousel-main .carousel-cell {
     width: 100%;
     font-size: 5rem;
}
 div#smallDiv {
     transform: rotate(90deg) translate(0px, -100%);
     transform-origin: left top;
}
 .thumbnail img {
     object-fit: contain !important;
}
 .page-width {
     max-width: 100% !important;
}
 div#smallDiv {
     transform: rotate(90deg) translateY(-100%);
     transform-origin: left top;
}
 div#smallDiv {
     position: absolute;
     left: 74%;
}
 .row.thumbnail-slider-wrapper {
     DISPLAY: FLEX;
     gap: 2rem;
     flex-wrap: wrap;
}
 @media screen and (max-width: 1200px) {
     .template_product .carousel-nav {
         transform: rotate(90deg) translate(30px, -50%);
    }
}
 .template_product .carousel-nav .carousel-cell {
     transform: rotate(-90deg);
     cursor: pointer;
     margin-right: 0rem;
     font-size: 1.4rem;
    /* selected cell */
}
 .template_product .carousel-nav .carousel-cell:before {
     transform: rotate(-90deg);
}
 .template_product .carousel-nav .flickity-prev-next-button {
     width: 40px;
     height: 40px;
     background: transparent;
}
 .template_product .carousel-nav .flickity-prev-next-button.previous {
     left: -40px;
}
 .template_product .carousel-nav .flickity-prev-next-button.next {
     right: -40px;
}
 .row.thumbnail-slider-wrapper {
     DISPLAY: FLEX;
}
 .col-11 {
     WIDTH: 73%;
}
 .col-1 {
     WIDTH: 27%;
}
 .template_product .carousel.carousel-nav {
}
 .template_product .carousel-nav .carousel-cell img {
     transform: rotate(-90deg);
}
 .template_product .carousel.carousel-nav {
}
 .template_product .carousel-main .carousel-cell {
     height: 780px;
}
 .carousel-nav li.carousel-cell.is-selected.is-nav-selected {
     border: 4px solid #D8E6D4 !important;
}
 .row.thumbnail-slider-wrapper {
     DISPLAY: FLEX;
     gap: 2rem;
}
 .breadcrumb-wrapper a {
     font-family: 'Karla';
     font-weight: normal;
     color: #B07969;
}
 .breadcrumb-wrapper {
     margin: 7px 0 20px;
}
 .breadcrumb-wrapper {
     font-family: 'Karla';
     font-weight: normal;
     color: #B07969;
}
 .breadcrumb-wrapper {
     font-size: 16px;
}
 .breadcrumb-wrapper a {
     margin-right: 3px;
}
 .breadcrumb-wrapper span {
     margin-left: 3px;
}
 .breadcrumb-wrapper {
     font-size: 16px;
}
 .breadcrumb-wrapper a {
     margin-right: 3px;
}
 .breadcrumb-wrapper span {
     margin-left: 3px;
}
 .flickity-button:disabled {
     display: none;
}
 .flickity-prev-next-button .flickity-button-icon {
     display: none;
}
 button.flickity-button.flickity-prev-next-button.next:after {
     content: '';
     background-image: url(/cdn/shop/files/p-arrow.png?v=1687087175);
     width: 22px;
     height: 22px;
     background-size: 100%;
     position: absolute;
     background-repeat: no-repeat;
     transform: rotate(-90deg);
     bottom: 10px;
}
 button.flickity-button.flickity-prev-next-button.previous:after {
     content: '';
     background-image: url(/cdn/shop/files/p-arrow.png?v=1687087175);
     width: 22px;
     height: 22px;
     background-size: 100%;
     position: absolute;
     background-repeat: no-repeat;
     transform: rotate(90deg);
     left: 8px;
     bottom: 13px;
}
 .product__title span {
     color: #B07969;
     font-family: 'Karla';
     font-size: 22px;
     font-weight: normal;
     line-height: 1;
}
 .product__title h1 {
     font-family: 'Karla';
     color: #B07969;
     font-family: 'Karla';
     font-size: 30px;
     letter-spacing: 0px;
     font-weight:600;
}
 .default-currency * {
     color: #B07969;
     font-size: 22px;
     font-weight:normal;
}
 .rich-text__text.rte h2 {
     font-size: 30px;
     margin: 0 !important;
}
 .default-currency * {
     line-height: 1;
}
 .shopify-policy__title h1 {
     font-size: 45px;
     text-transform: uppercase;
     font-weight: normal !important;
}
 .shopify-policy__body h1 {
     font-size: 30px;
     font-weight: 600;
}
 body.page_.gradient.template_cart .title-wrapper-with-link {
     margin-top: 0;
}
 .shopify-policy__body h1 {
     font-size: 30px;
     font-weight: 600;
     font-family: 'Karla';
     letter-spacing: 0px;
}
 .shopify-policy__body h2 {
     font-size: 22px;
     font-weight: normal;
     font-family: 'Karla';
}
 .price-product-wrapper {
     margin-top: 2rem !important;
     margin-bottom: 0rem !important;
}
 span.price-disclaimer {
     display: block;
     font-size: 14px;
     letter-spacing: 0.5px;
     font-weight: normal;
}
 .product__description.rte.quick-add-hidden {
     font-size: 16px;
     line-height: 1.3;
     color: #B07969;
     font-weight: normal;
}
 .product__description.rte.quick-add-hidden {
     margin-bottom: 0;
}
 fieldset.js.product-form__input legend {
     color: #B07969;
     font-size: 16px;
     text-transform: capitalize;
}
 .product-form__input input[type=radio]+label {
     height: 46px !important;
     line-height: 24px !important;
     border-radius: 50px !important;
     border: 1px solid #B9C7B5 !important;
     color: #B07969 !important;
     font-size: 15px;
}
 .product-form__input input[type=radio]:checked+label {
     border-radius: 30px !important;
     background-color: #D8E6D4 !important;
     color: #B07969 !important;
     border: 1px solid #D8E6D4;
}
 .product-form__input input[type=radio]+label {
     margin-right: 1.2rem !important;
}
 .product-form__input input[type=radio]+label:hover {
     border: 1px solid #B9C7B5 !important;
     color: #B9C7B5 !important;
     background: #B07969;
}
 variant-radios {
     margin: 0rem 0 3rem !important;
}
 .product__info-container .product__description {
     margin-bottom: 0;
}
 modal-opener.product-popup-modal__opener.no-js-hidden.quick-add-hidden button {
     color: #D8E6D4;
     text-decoration: none;
     border-bottom: 1px dotted #D8E6D4;
     font-size: 16px !important;
     line-height: 0 !important;
     height: 26px !important;
     min-height: unset;
     padding: 0;
     font-weight: normal;
}
 .product-form__input input[type=radio]+label {
     height: 46px;
     line-height: 24px;
     border-radius: 0;
     border: 1px solid #B9C7B5;
     color: #B07969;
     font-size: 15px;
}
 .product-form__input input[type=radio]+label{
     font-size: 16px !important;
     font-weight: normal !important;
}
 .product-form__input input[type=radio]:checked+label {
     border-radius: 30px;
     background: #D8E6D4;
     color: #B07969;
     border: 1px solid #D8E6D4;
}
 .product-form__input input[type=radio]+label:hover {
     border: 1px solid #B9C7B5;
     color: #B9C7B5;
     background: #B07969;
}
 variant-radios {
     margin: 0rem 0 3rem !important;
}
 label.quantity__label.form__label {
     color: #b07969;
     font-size: 16px;
     margin-bottom: 2rem;
}
 quantity-input.quantity {
    border: 1px solid #D8E6D4 !important;
}
 .quantity:before {
     box-shadow: none !important;
}
 .quantity:after {
     box-shadow: none;
}
 quantity-input.quantity {
     width: 175px;
     padding: 0 2rem;
}
 quantity-input.quantity * {
     color: #B07969;
     fill: #B07969;
}
 .inventory_main_wrapper {
     display: flex;
     gap: 1.5rem;
}
 .inventory_main_wrapper svg {
     margin-top: 10px;
}
 .inventory_main_wrapper p {
     margin: 0;
     line-height: 1.4;
     color: #B07969;
     font-size: 14px;
}
 .product__sku {
     margin-top: 1rem !important;
     display: block;
}
 .inventory_main_wrapper {
     margin: 4rem 0 0;
}
 .product-form__submit {
     background-color: #D8E6D4;
     color: #B07969;
     font-size: 16px;
     height: 55px;
     margin-bottom: 2rem;
}
 .shopify-payment-button {
     border: 1px solid #D8E6D4;
     color: #B07969 !important;
     font-size: 17px;
     font-family: 'Karla' !important;
     font-weight: 300 !important;
}
 .shopify-payment-button * {
     color: #B07969 !important;
     font-size: 16px !important;
     font-family: 'Karla' !important;
     font-weight: normal !important;
}
 div#wishlisthero-product-page-button-container * {
     color: #B07969;
     padding-left: 0 !important;
     font-weight: normal !important;
     font-family: 'Karla';
     font-size: 16px;
}
 div#wishlisthero-product-page-button-container {
     padding-left: 0 !important;
     margin: 3rem 0;
}
 .shopify-payment-button {
     margin-top: 2rem;
}
 .similar_product_wrapper {
     display: flex;
     gap: 4rem;
}
 .similar_product_wrapper .collection {
     width: 70%;
}
 .product-accordian {
     width: 30%;
}
 .similar_product_wrapper .collection li {
    width: 25%;
}
 .similar_product_wrapper .collection li {
     list-style: none;
     padding-right: 15px;
}
 button.flickity-button.flickity-prev-next-button.next {
     background: transparent;
}
 .similar_product_wrapper button.flickity-button.flickity-prev-next-button.next {
    right: -25px;
}
 .similar_product_wrapper .collection {
     border: none;
}
 .similar_product_wrapper .collection h2, .similar_product_wrapper .collection .collection__title {
     margin-bottom: 0 !important;
     line-height: 1;
     width: 100%;
     padding: 0;
     margin: 0;
}
 .product .price .badge, .product .price__container {
     color: #fff;
     font-size: 12px;
}
 .similar_product_wrapper ul {
     margin-bottom: 0;
}
 
 .similar_product_wrapper {
     border-top: 2px solid #D8E6D4;
     MARGIN: 0rem 5rem 0;
     padding: 60px 0;
}
 .similar_product_wrapper .collection .collection__title h2 {
     margin-bottom: 36px !important;
}
 .similar_product_wrapper .collection ul {
     padding-left: 0;
}
 .template_product footer.footer {
     margin-top: 0;
}
 
 svg.icon.icon-accordion.color-foreground-text {
     display: none;
}

 .template_product .card-information * {
     font-size: 18px;
}
 .product__accordion.accordion.quick-add-hidden {
}
 .product-accordian div:first-child {
     border-top: none;
}
 .product-accordian > div {
    border-color: #B9C7B5;
}
 .product-accordian * {
     color: #B07969;
}
 .product-accordian {
     padding-top: 2rem;
}
 h3.h4.accordion__title.inline-richtext {
     font-family: Karla;
     font-weight: 500;
     letter-spacing: 0px;
     font-size: 16px;
}
 .other_related_wrap .similar_product_wrapper .collection {
     width: 100%;
}
 .other_related_wrap .product-accordian {
     display: none;
}
 .other_related_wrap li {
}
 body.gradient.template_product .card.card--standard.card--media .card__inner {
     --ratio-percent: 128% !important;
}
 div#ProductAccordion-63126b14-deaa-4eff-b886-e6027cd3602d-template--14604644843633__f3f536df-3171-4a26-aaa3-5610c4212520 {
}
 .accordion__content.rte * {
     color: #b07969;
     line-height: 1.5;
     letter-spacing: 0.2px;
     font-size: 15px;
}
 .accordion__content.rte p {
     margin: 3px 0;
}
 .accordion__content.rte a {
    /* border-bottom: 1px dotted;
     */
    /* font-style: normal !important;
     */
}
 .accordion__content.rte em {
     font-style: normal;
     position: relative;
     left: 30px;
     border-bottom: 1px dotted;
     font-style: normal!important;
     top: 12px;
     padding-bottom: 0;
     font-size: 14px;
}
 .accordion__content.rte em:before {
     content: '';
     background-image: url(/cdn/shop/files/icon.png?v=1687459678);
     width: 35px;
     height: 35px;
     position: absolute;
     left: -35px;
     background-repeat: no-repeat;
     background-size: 24px;
}
 .product__accordion .accordion__content {
     padding-bottom: 20px;
}
 .product-accordian .product__accordion:first-child .accordion__content {
     padding-bottom: 25px !important;
}
 .product__accordion .accordion__content a strong {
     font-weight: 400;
     border-bottom: 1px dotted;
}
 p.card__heading.h5 a {
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
 ul.collection__split__showcase {
     display: flex;
     flex-wrap: wrap;
     gap: 2rem;
}
 ul.collection__split__showcase li {
     width: 20.5%!important;
     max-width: 20.5%!important;
}
 .collection-list__item .card__media {
     width: 100%;
}
 ul.collection__split__showcase.co-ordsets__case {
     list-style: none;
}
 h2.collection_subtitle {
     width: 100%;
}
 ul.collection__split__showcase {
     list-style: none;
     width: 100%;
     padding-left: 0;
}
span.money.buckscc-converted.buckscc-money {
     color: #b07969!important;
    
}
.product  .price-item--sale {
 padding-left:8px;
}
.product .price--on-sale .price-item--regular{
    text-decoration:none;
    position:relative;

}
.product .price--on-sale .price-item--regular:after{
     content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transform: translateY(-50%);
}
 ul.collection__split__showcase {
     display: flex;
     flex-wrap: wrap;
     gap: 2rem;
}
 ul.collection__split__showcase li {
     width: 20.5%!important;
     max-width: 20.5%!important;
}
 h2.collection_subtitle {
     font-size: 1.3em;
     text-transform: capitalize !important;
     margin-top: 0;
     margin-bottom: 0rem;
}
 ul.collection__split__showcase {
     margin-bottom: 0.2rem;
}
 .collection-list .card--standard.card--media .card__inner .card__information {
     display: block;
}
 .template_list-collections footer {
     margin-top: 0 !important;
}

 .l-collection-f {
     display: flex;
}
 
 .l-collection-f .card__content * {
     color: #B07969;
     font-size: 16px;
     letter-spacing: 0px;
     padding: 5px 0;
}
 .collection-list__item .card__inner.color-background-2.ratio {
}
 ul.collection__split__showcase li {
     width: 32%!important;
     max-width: 33.33%!important;
}
 ul.collection__split__showcase.co-ordsets__case .collection-list__item:hover>div:before {
     background: transparent !important;
}
 .template_list-collections ul.collection-list {
     padding: 0 5rem;
     margin: 5rem 0 0;
}
 h2.banner__heading.inline-richtext.h1 {
     font-size: 45px;
     text-transform: uppercase;
     letter-spacing: 3px;
}
 .banner__text.rte.body p {
     font-size: 30px;
     color: #fff;
     font-family: Mirador !important;
     line-height: 1.2;
}
 ul.collection__split__showcase li {
     width: calc(33.33% - 4%) !important;
     max-width: calc(33.33% - 4%)!important;
}
 
 .l-collection-f a {
     color: #B07969 !important;
     font-size: 16px !important;
     font-family: Karla;
     font-weight: 600;
}
 .l-collection-f .card__content {
     width: 75%;
     padding-bottom: 0 !important;
     padding-top: 0rem !important;
}
 .l-collection-f {
     flex-wrap: wrap;
}
 .float_price {
     width: 25%;
}
 .l-collection-f {
     align-items: center;
}
 .float_price * {
     color: #B07969 !important;
     font-size: 16px;
     font-family: Karla;
     font-weight: 300;
     text-align: right;
}
 .float_price {
     text-align: right;
     padding-right: 8px;
}
 span.bacurr-money {
     color: #B07969 !important;
}
 a.col-list-navigate {
     color: #B07969;
     font-size: 16px;
     font-family: Karla;
     font-weight: 300;
     border-bottom: 1px solid #B07969;
     width: fit-content;
     margin-left: 8px;
     line-height: 1.4;
     margin-bottom: 4rem;
}
 .l-collection-f {
     margin: 1.5rem 0 0.5rem;
}
 h2.collection_subtitle a {
     color: #B07969;
     font-size: 30px;
     font-family: Karla;
     font-weight: 600;
     text-transform: uppercase;
     margin-bottom: 3rem;
     display: block;
     width: fit-content;
     border-bottom: 1px dotted;
     line-height: 1.3;
}
 ul.collection__split__showcase {
     gap: 0 6%;
}
 body span.bacurr-money {
     color: #b07969!important;
}
 ul.collection-list.grid .collection-list__item:hover>div:before {
     BACKGROUND: TRANSPARENT !IMPORTANT;
}
 .l-collection-f a:hover {
     color: #ccc;
     cursor: pointer;
}
 li.collection-list__item.grid__item {
     cursor: pointer;
}
 
 h1.collection-hero__title *, h1.collection-hero__title {
     color: #B07969 !important;
     font-size: 17.98px !important;
     font-family: 'Karla';
     font-weight: 300;
}
 h1.collection-hero__title {
}
 h1.collection-hero__title .b-break svg {
     stroke: #B07969;
     width: 16px;
     height: 16px;
}
 span.b-break {
     width: 6px;
     overflow: hidden;
     position: relative;
     top: 2px;
}
 h1.collection-hero__title {
     margin-top: 4rem;
}

 h2.collage-wrapper-title.h2 {
     line-height: 1;
     color: #B07969;
     font-size: 22px;
     font-family: Karla;
     font-weight: 600;
     text-transform: uppercase !important;
     margin-bottom: 6px;
}
 span.sub_coll_main_url a {
     color: #B07969;
     font-size: 16px;
     font-family: Karla;
     font-weight: normal;
     border-bottom: 1px dotted;
}
 h1.collection-hero__title *, h1.collection-hero__title {
     font-size: 16px !important;
     font-weight: normal !important;
}
 .main_multi_level_collection {
}
 ul#list.universal_filter {
     position: absolute;
     right: 5rem;
}
 h2.footer-block__heading.inline-richtext {
     text-transform: uppercase;
}
 ul#list.universal_filter ~ div {
     padding-top: 0;
}
 h2.collage-wrapper-title.h2 {
     margin-top: 4rem;
}
 .collection___title_filter {
     margin-bottom: 1rem;
}
 .multi-l-filter p.card__heading a {
     display: none;
}
 .multi-l-filter .default-currency {
     text-align: right;
}
 
 
 ul#product-grid-_filter li {
     padding-right: 5rem !important;
}
 div#ProductGridContainer .collection {
     border: none;
}
 facet-filters-form.facets.facets-vertical-sort.page-width.small-hide.no-js-hidden * {
     color: #B07969;
}
 h2.facet-filters__label.caption-large.text-body {
     margin-right: 8px;
}
 .facet-filters__sort:focus-visible {
     outline: none;
     box-shadow: none;
}
 select#SortBy {
}
 .facet-filters__field svg {
     display: none;
}
 .active-facets.active-facets-desktop {
}
 .active-facets.active-facets-desktop * {
     color: #b07969;
}
 summary.facets__summary.caption-large.focus-offset {
     color: #B07969;
     font-size: 22px;
     font-family: Karla;
}
 label.facet-checkbox {
     color: #B07969;
     font-size: 15px;
     font-family: Karla;
}
 .facet-checkbox input[type=checkbox] {
     width: 1rem !important;
     height: 1rem !important;
}
 .facet-checkbox>svg {
     width: 1.4rem;
}
 .facet-checkbox .icon-checkmark {
     left: 2.3px;
     width: 0.9rem;
     top: 1.414rem;
}
 label.facet-checkbox {
     padding-bottom: 0;
}
 summary.facets__summary.caption-large.focus-offset {
     padding-bottom: 0.5rem;
}
 span {
}
 li.list-menu__item.facets__item span {
     text-transform: capitalize;
}
 .facets__display-vertical * {
     color: #B07969;
}
 input#Filter-Price-GTE {
}
 price-range.facets__price .field:after {
     box-shadow: 0 0 0 1px rgba(176, 121, 105, 1);
}
 .template_collection h1.collection-hero__title {
     margin-top: 7rem;
     margin-bottom: 0;
     color: #B07969;
     font-size: 16px !important;
     font-family: Karla;
     font-weight: normal;
}
 summary.facets__summary.caption-large.focus-offset {
     border: none !important;
}
 .facets__summary span {
     font-size: 16px;
     font-weight: 600;
}
 .facets__display-vertical * {
     font-size: 16px;
}
 .facet-filters__field * {
     font-size: 16px;
}
 .facets__disclosure-vertical {
     border: none;
}
 h3#title-template--14604644450417__product-grid-6866974572657 {
}
 
 .card__information {
     flex-wrap: wrap;
}
 .default-currency, .default-currency * {
     width: fit-content;
}
 .card-information {
     width: 40% !important;
}
 .card-information * {
     text-align: right !important;
     margin-right: 0px !important;
     display: inline !important;
}
 .card-information {
     text-align: right !important;
}
 .price__regular .visually-hidden {
     display: none !important;
}
 
 .template_collection ul#product-grid {
     gap: 30px 17px;
}
 .template_collection ul#product-grid li {
     width: calc(25% - 2rem);
}
 .template_index .collection-list__item .card__inner.color-background-2.ratio {
}
 

 header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
     padding-bottom: 0;
}
 header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
     padding-bottom: 0;
}
 .header--top-center .mega-menu__list {
     justify-content: left;
     margin: 0 5rem;
}
 ul.mega-menu__list.page-width * {
     color: #B07969 !important;
     font-size: 16px;
}
 ul.mega-menu__list.page-width li > a.mega-menu__link.mega-menu__link--active {
     text-decoration: none;
}
 .header--top-center .mega-menu__list>li {
}
 .template_index .mega-menu[open] .mega-menu__content, .page_sustainability .mega-menu[open] .mega-menu__content {
     background: #d8e6d4c7 !important;
}
 ul.mega-menu__list.page-width {
     justify-content: left !important;
}
 .footer-block__newsletter p {
     color: #b07969;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.4;
     margin-top: 0;
}
 .footer-block--newsletter {
     margin-top: 0;
}
 .field__input:focus {
     padding-top: 0.8rem !important;
}
 .field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label {
     display: none;
}
 ul.mega-menu__list.page-width>li:nth-child(2) {
     margin-right: 9rem;
}
 .page-width.video-text-available {
     position: absolute;
}
 .page-width.video-text-available * {
     background: transparent;
     color: #fff !important;
}
 .page-width.video-text-available .banner__buttons {
     width: 100% !important;
}
 .page-width.video-text-available > div {
     padding-left: 0;
}
 .tab___thumb_section .flickity-viewport {
     height: 133px !important;
}
 .tab___thumb_section .carousel.carousel-main.flickity-enabled {
     margin-bottom: 0;
}
 button.flickity-button.flickity-prev-next-button.previous {
     background: transparent;
     left: -32px;
}
 h2.collection_subtitle a {
     text-decoration: none;
}
 span.sub_coll_main_url a {
     text-decoration: none;
}
 summary.list-menu__item {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
}
 .contains-media, .global-media-settings {
     box-shadow: none !important;
     border: none !important;
}
 .card:hover .media.media--hover-effect>img:first-child:only-child, .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child {
     transform: scale(1) !important;
}
 .collection--empty * {
     color: #b07969;
}
 h1.main-page-title.page-title.h1 {
     color: #B07969;
}
 .rich-text__blocks.center * {
     color: #B07969;
}
 modal-opener.product-popup-modal__opener.no-js-hidden.quick-add-hidden {
     margin: 0;
}
 modal-opener.product-popup-modal__opener.no-js-hidden.quick-add-hidden * {
     height: 23px;
     line-height: 1;
}
 modal-opener.product-popup-modal__opener.no-js-hidden.quick-add-hidden {
     position: relative;
     width: 100%;
}
 modal-opener.product-popup-modal__opener.no-js-hidden.quick-add-hidden button {
     position: absolute;
     right: 0;
     width: fit-content;
     top: 0.5em;
     font-size: 13px;
}
 .product-popup-modal__content-info table {
     width: 100%;
}
 .b-tab {
     padding: 20px;
     border: 1px solid #000;
     display: none;
}
 .b-tab.active {
     display: block;
}
 .b-nav-tab {
     display: inline-block;
     padding: 20px;
}
 .b-nav-tab.active {
     color: #ff4200;
}
 .b-tab-inner {
     padding: 20px;
     border: 1px solid #000;
     display: none;
}
 .b-tab-inner.active {
     display: block;
}
 .b-nav-tab-inner {
     display: inline-block;
     padding: 20px;
}
 .b-nav-tab-inner.active {
     color: #ff4200;
}
 a.b-nav-tab {
     width: fit-content;
     padding: 6px 5rem;
}
 a.b-nav-tab.active {
     color: #b07969;
     font-weight: 600;
     background: #D8E6D4;
}
 .product-popup-modal__content-info {
     border: 1px solid #b07969;
}
 .product-popup-modal__content-info {
     padding-right: 0 !important;
}
 .product-popup-modal__content-info a {
     color: #b07969;
}
 a.b-nav-tab.active:after {
     content: '';
     height: 8px;
     background: #b07969;
     width: 100%;
     position: absolute;
     left: 0;
     bottom: -8px;
}
 a.b-nav-tab {
     position: relative;
}
 div#sizechart {
     border-left: 0;
     border-right: 0;
     border-color: #b07969;
}
 div#sizechart > div {
     border: none;
     padding: 0;
}
 .b-tab {
     padding: 30px 30px;
}
 .product-popup-modal__content-info table *, .product-popup-modal__content-info table {
     border-color: #b07969 !important;
}
 .product-popup-modal__content-info table {
     box-shadow: none;
     border: 1px solid #000;
}
 .product-popup-modal__content-info table td {
     padding: 3px 15px;
}
 td.t-bold {
     font-weight: 600;
}
 .product-popup-modal__content-info table * {
     color: #b07969;
     font-size: 15px;
}
 tr.blank-t td {
     padding: 14px;
}
 .product-popup-modal__content {
     margin-top: 4rem !important;
     width: 75% !important;
     padding: 0 3rem;
     height: 88% !important;
}
 .product-popup-modal__content-info {
     margin-bottom: 4rem;
}
 .pop-sizes {
     margin-top: 30px;
}
 a.b-nav-tab-inner {
     padding: 8px 2rem;
     font-weight: 600;
}
 a.b-nav-tab-inner.active {
     background: #b07969;
     color: #fff;
}
 .pop-sizes {
     width: fit-content;
     margin: 30px auto 0;
     border: 1px solid #b07969 !important;
}
 .measure-f {
     display: flex;
     flex-wrap: wrap;
}
 .measure-text {
     width: 70%;
}
 .measure-image {
     width: 30%;
}
 .measure-text {
     color: #B07969;
     line-height: 1.2;
}
 .measure-text {
     padding-right: 0rem;
}
 .measure-text strong {
     margin: 2rem 0 0;
     display: block;
}
 div#howtomeasure {
     border-color: #B07969;
     border-left: none;
     border-right: none;
}
 .measure-image img {
     padding: 3rem 9rem 0;
}
 .blog-articles {
     display: flex !important;
     flex-wrap: wrap;
}
 .blog-articles__article.article {
     width: 100%;
}
/* .article-card-wrapper .card {
     display: flex !important;
     flex-wrap: wrap;
     flex-direction: row !important;
}
 */
 .article-card-wrapper .card .card__inner {
     width: 25%;
}
 .article-card-wrapper .card .card__content {
     width: 75%;
}
 .blog-articles .article-card .card__information {
     display: block;
}
 .no-blog-image.article-card-wrapper .card .card__inner {
     width: 100%;
}
 .article-card-wrapper .card * {
     text-align: left !important;
}
 p.article-card__excerpt.rte-width {
     margin-left: 0;
}
 .article-card-wrapper:not(.no-blog-image) .card__content {
     padding-left: 2rem;
}
 .blog-articles .card-wrapper {
}
 .blog-articles__article.article {
     align-items: center !important;
}
 .article-card-wrapper .card {
    align-items: center;
}
 .article-card__footer {
     margin-bottom: 0 !important;
}
 p.article-card__excerpt.rte-width {
     margin-bottom: 0;
}
 .blog-articles {
     gap: 28px 0 !important;
}
 .article-card-wrapper.card-wrapper.underline-links-hover.no-blog-image .card__inner ~ .card__content {
     padding: 0 !important;
}
 .article-card-wrapper.card-wrapper.underline-links-hover.no-blog-image .card__inner {
     padding: 20px;
}
 .main-blog * {
     color: #B07969;
}
 p.card__heading.h2 a:hover {
     text-decoration: none;
}
 .article-card-wrapper .card {
     border: 0px solid #B07969 !important;
     background: transparent !important;
}
 .blog-articles__article.article * {
     background: transparent !important;
}
 .no-blog-image.article-card-wrapper .card .card__inner .card__content *, .no-blog-image.article-card-wrapper .card .card__inner .card__content {
     width: 100% !important;
     max-width: 100%;
}
 p.article-card__excerpt.rte-width {
     max-width: 100%;
}
 .drawer__cart-items-wrapper * {
     color: #b07969 !important;
}
 div#CartDrawer * {
     color: #b07969;
     border-color: #b07969;
}
 div#CartDrawer td.cart-item__totals.right {
     font-size: 14px;
     width: 97px;
}
 div#CartDrawer td.cart-item__totals.right * {
     font-size: 13px;
}
 td.cart-item__details .money {
     display: none;
}
 quantity-input.quantity.cart-quantity {
     border-color: #b07969 !important;
}
 button#CartDrawer-Checkout {
    background: #b07969;
    color: #fff;
    text-transform: fon;
    border: 1px solid #b07969;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: -3px;
}
 button#CartDrawer-Checkout:hover {
     background: #fff;
     color: #b07969;
}
 .bacurr-cur-blocker {
     z-index: 3;
}
 .customer.login *, .customer.login *::placeholder {
     color: #B07969 !important;
     border-color: #B07969 !important;
}
 .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
     box-shadow: 0px 0px 0px 1px #B07969 !important;
}
 .customer.login button {
     background: #B07969;
     color: #fff !important;
     text-transform: uppercase;
     border: 1px solid #B07969;
}
 .customer.login button:hover {
     background: #fff;
     color: #B07969 !important;
}
 .customer.login {
     margin-top: 22px !important;
}
 .customer.register {
     margin-top: 22px !important;
}
 h1#login {
     margin-bottom: 0px !important;
     line-height: 1;
}
 form#create_customer {
     margin-top: 0;
}
 .customer.register h1 {
     margin-bottom: 22px;
}
 body.page_.gradient.template_customers\/register.pro--id footer {
     margin-top: 0;
}
 form#customer_login {
     margin-top: 27px;
}
 .customer.register * {
}
 .customer.register *, .customer.register *::placeholder {
     color: #B07969 !important;
}
 .customer button {
     background: #B07969 !important;
     color: #fff !important;
     text-transform: uppercase;
     border: 1px solid #B07969;
}
 .customer button:hover {
     background: #fff !important;
     color: #B07969 !important;
}
 .customer.account {
     margin-top: 22px;
}
 :is(.account,.order)>div:nth-of-type(2) {
     margin-top: 35px !important;
}
 .customer .pagination ul {
     margin-bottom: 0 !important;
}
 .customer .pagination {
     margin-bottom: 0 !important;
}
 .customer.account a:hover {
     color: #d8e6d4;
}
 .customer.account {
     padding-bottom: 0 !important;
}
 body .customer .pagination {
     margin-top: 30px !important;
}
 header.header .cart-count-bubble {
     border: 1px solid #B07969;
     padding-left: 2px;
     padding-top: 1px;
}
 .customer.account * {
     color: #B07969;
     border-color: #B07969 !important;
}
 .customer.addresses {
     margin-top: 5rem !important;
     max-width: 94% !important;
}
 .customer.addresses * {
     color: #B07969;
     display: block;
    /* float: left;
     */
}
 .customer.addresses ul {
     justify-content: flex-start;
}
 .customer.addresses ul li p {
     margin-top: 90px !important;
}
 .customer.addresses ul li {
     width: 100%%;
     clear: both;
     margin-top: 0;
     padding-bottom:30px;
}
 .customer.addresses ul li * {
     text-align: left;
}
 .customer.addresses ul li p {
     margin-top: 90px !important;
}
 .customer.addresses ul li:first-child p {
     margin-top:48px !important;
}
 button#EditFormButton_7688343355505 {
}
 .customer ul button {
     justify-content: flex-start;
    /* display: block;
     */
     float: left;
    /* clear: both;
     */
     margin-top: 3rem !important;
     background: #B07969;
     color: #fff !important;
     text-align: center !important;
     border: 1px solid #B07969;
}
 .customer ul button:hover {
     color: #B07969 !important;
     background: #fff !important;
}
 button[aria-controls="AddAddress"] {
     background: #B07969;
     border: 1px solid #B07969;
     color: #fff !important;
     text-align: center;
}
 button[aria-controls="AddAddress"]:hover {
     background: #fff;
     color: #B07969 !important;
}
 .customer h1 {
     font-size: 45px;
     text-transform: uppercase;
}
 span.MuiButton-label {
     font-size: 16px;
}
 a.MuiTypography-root.MuiLink-root.MuiLink-underlineHover.wishlist-hero-list-card-header-product-name.MuiTypography-colorTextPrimary {
     font-size: 16px !important;
     font-weight: 600;
}
 span.wishlist-hero-list-card-header-added-on {
     font-size: 16px;
}
 h1.title--primary.center {
     font-size: 45px;
     text-transform: uppercase;
}
 .blog-articles p.card__heading.h2 a {
     font-size: 22px;
     font-weight: normal;
}
 p.article-card__excerpt.rte-width {
     font-size: 16px;
     font-weight: normal;
}
 h1.article-template__title {
     font-size: 45px;
}
 a.article-template__link.link.animate-arrow {
     font-size: 16px;
     font-weight: 600;
}
 article-template * {
}
 article.article-template * {
     color: #b07969;
}
 h1.title.title--primary {
     font-size: 30px;
}
 a.underlined-link {
}
 .title-wrapper-with-link a {
     font-size: 16px;
     font-weight: normal;
}
 .template_cart table.cart-items th {
     font-size: 16px;
     font-weight: normal !important;
}
 .template_cart table.cart-items span.price.price--end {
     font-weight: normal !important;
}
 .template_cart table.cart-items a.cart-item__name.h4.break {
     font-family: 'Karla';
     font-size: 16px;
     font-weight: 600;
}
 h2.totals__subtotal {
     font-family: 'Karla';
     font-weight: 600;
}
 ::after {
}
 button#checkout {
     font-size: 16px;
}
 .collection-list .card__content h3 {
     line-height: 1;
}
 .tabbed_slider_image_video video {
     width: 100%;
}
 .image-with-text__content * {
     text-align: left;
}
 .image-with-text__content h2 {
     margin: 0 auto;
}
 .tab___thumb_section a.button {
     text-transform: initial;
}
 .customer.account h2 {
     text-align: center;
}
 .banner__box {
     margin-left: 7px;
}
 .multicolumn .title {
     margin-left: -5px;
}
 .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
     margin-left: 3px;
}
 .customer.order a {
     text-align: left !important;
}
 a.button.button--secondary {
     text-decoration: underline;
     min-height: auto;
}
 .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
     padding-bottom: 0;
}
 .image-with-text__text-item.grid__item p em:last-child {
     position: relative;
     top: -20px;
     font-style: normal;
}
 .template_index .banner__content a {
     text-decoration: none;
     border-bottom: 1px solid #ffffff !important;
     width: fit-content !important;
     min-width: auto;
}
 a.button.button--secondary {
     padding-bottom: 5px !important;
}
 .tab___thumb_section a.button {
     min-width: auto;
     margin: unset;
     left: 9.4rem;
     padding-top: 0rem;
     margin-left: 0 !important;
}
 h2.image-with-text__heading.inline-richtext.h0 {
     width: 100%;
}
 .collection-list button.flickity-button.flickity-prev-next-button.previous {
     background: transparent;
     left: 10px;
}

 span.thumbnail__badge {
     top: 41%;
     left: 45%;
}
 .prod-share * {
     text-decoration: none;
}
 .breadcrumb-wrapper a {
     text-decoration: none;
}
 a.b-nav-tab {
     text-decoration: none;
}
 .template_product .carousel-nav .carousel-cell {
     height: 33.33% !important;
}
 .template_product .carousel-nav .carousel-cell {
     height: 100%!important;
}
 #smallDiv .flickity-viewport {
     height: 188px !important;
}
 .template_product .carousel-nav .carousel-cell {
     height: 100%!important;
     width: 33.33%;
}
 .page_corporate .simple-multi .media.media--transparent.media--adapt {
     position: unset;
}
 .page_corporate .simple-multi .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
     width: 100%;
}
 .page_corporate .simple-multi .flickity-prev-next-button.next {
     right: -24px!important;
}
 .page_sustainability main#MainContent {
     margin-top: 0;
}
 .page_sustainability header {
     background: transparent !important;
}
 .page_sustainability header img {
     filter: brightness(0) invert(1) !important;
}
 .page_sustainability header * {
     color: #fff !important;
}
 .page_corporate .simple-multi .multicolumn-card.content-container {
     display: block !important;
}
 .page_corporate .simple-multi .multicolumn-card__info {
     display: block;
     position: absolute !important;
     width: 100%;
}
 .page_corporate .simple-multi .multicolumn .flickity-viewport {
     height: 600px !important;
}
 .page_sustainability a.button.button--primary {
     font-size: 16px;
     margin-top: 13px;
}
 p.euro_disclaimer {
     line-height: 1.4;
     text-align: left;
}
 .page_sustainability .scrolled-past-header header.header * {
     color: #b07969!important;
}
 .page_sustainability .scrolled-past-header header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
     background: #fff !important;
}
 .page_sustainability .scrolled-past-header header img{
     filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%) !important;
}
 h1.main-page-title.page-title.h1 {
     text-transform: uppercase;
}
 .blog-articles .article-card .card__information {
     padding-left: 25px !important;
}
 h1.main-page-title.page-title.h1 {
     font-size: 45px;
     text-transform: uppercase;
     font-weight: 400!important;
}
 body.page_terms\&conditions main .page-width {
     margin-top: 3rem;
     width: 80% !important;
     max-width: 70% !important;
     margin-bottom: 8rem;
     color: #b07969;
}
 body.page_importdutiesandtaxes main .page-width {
     margin-top: 3rem;
     width: 80% !important;
     max-width: 70% !important;
     margin-bottom: 8rem;
     color: #b07969;
}
 .left-content strong {
     font-weight: 600 !important;
     color: #b07969 !important;
}
 .customer.order .left-content p {
     text-align: left !important;
}
 .customer.order .left-content {
     margin-top: 80px;
}
 .customer.order p {
     text-align: left !important;
}
 .tabbed_slide_main_wrapper .flickity-prev-next-button.next {
     right: 0px!important;
}
 .tabbed_slide_main_wrapper .flickity-prev-next-button{
     top:45% 
}
 .collection-list button.flickity-button.flickity-prev-next-button {
     background: #d8e6d4b8!important;
}
 .collection-list button.flickity-button.flickity-prev-next-button.previous:after {
     left: 3px;
     bottom: 12px;
}
 .collection-list button.flickity-button.flickity-prev-next-button.next:after {
     right: 3px;
     bottom: 10px;
}
h3#ContactFooter-success {
     justify-content: flex-start;
}
 .footer__copyright.caption {
     gap: 5rem !important;
}
 button.btn.product__form--add-to-cart.btn.btn--secondary-accent.button.button--full-width.product-form__buttons {
     padding-right: 0 !important;
}
 small.copyright__content {
     width: calc(40% - 5rem * 2 / 3) !important;
}
 @media screen and (max-width: 1920px) and (min-width: 1700px) {
     .footer__copyright.caption > *:last-child {
         padding-left: 6.4rem;
         width: 58.6% !important;
    }
}
 @media screen and (max-width: 1699px) and (min-width: 1400px) {
     .footer__copyright.caption > *:last-child {
         padding-left: 6.5rem;
         width: 58.6% !important;
    }
}
 @media screen and (max-width: 1399px) and (min-width: 1240px) {
     .footer__copyright.caption > *:last-child {
         width: 58.6% !important;
         padding-left: 6.8rem;
    }
}
 .scrolled-past-header header.header .header__heading-logo-wrapper {
     height: 28px;
     overflow: hidden;
}

 .collection ul {
     list-style: none;
     padding-left: 0;
}
 .collection ul li {
}
 .collection li.grid__item {
     width: calc(20% - 1.6rem);
     max-width: calc(20% - 1.6rem);
}
 .template_index .image-with-text .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
     margin-left: 0;
     padding-left: 0;
}
 a.button.button--primary {
     width: fit-content !important;
     display: block;
     min-width: auto;
}
 h1.rich-text__heading.h1 {
     color: #b07969;
     font-size: 30px;
}
 .partners-inner-list em {
     font-family: Karla;
     font-size: 22px;
     font-style: normal;
     font-weight: 400;
     line-height: 1.2;
     display: block;
}
 body .instafeed-new-carousel-container .instafeed-new-arrow {
     background: transparent !important;
     font-size: 0px !important;
}
 button.instafeed-new-arrow.instafeed-new-arrow-prev:after {
     content: "";
     background-image: url(/cdn/shop/files/p-arrow.png?v=1687087175);
     width: 22px;
     height: 22px;
     background-size: 100%;
     position: absolute;
     background-repeat: no-repeat;
     transform: rotate(90deg);
     left: -2px;
     bottom: 5px;
}
 button.instafeed-new-arrow.instafeed-new-arrow-next:after {
     content: "";
     background-image: url(/cdn/shop/files/p-arrow.png?v=1687087175);
     width: 22px;
     height: 22px;
     background-size: 100%;
     position: absolute;
     background-repeat: no-repeat;
     transform: rotate(-90deg);
     bottom: 0px;
}
 .article-card .card__heading {
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
 article.article-template {
     margin-top: 75px;
}
 .cart__ctas > a, .cart__ctas > button {
     width: 48.5% !important;
}
 .prod-share {
     max-width: 44rem;
}
 .cart__ctas {
     flex-wrap: wrap;
}
 .cart__ctas a {
     width: 48.5% !important;
}
 .large {
     display: none !important;
}
 .magnifier:hover .large {
     display: block !important;
}
 .shopify-section:not(.other_related_wrap) .similar_product_wrapper li {
     width: 25% !important;
     min-width: 25% !important;
}
 .footer_top_f {
     display: flex;
}
 .page-width.video-text-available {
     height: 100%;
}
 body .banner__content {
     padding-bottom: 60px !important;
}
 .inner_content_flex_banner {
     marginsdf-bottom: 28px;
}
 .partners-inner-list em {
     text-transform: none !important;
}
 .inner_content_flex_banner h6 {
     margin-bottom: 5px;
}
 .magnifie video {
     width: 100% !important;
     display: block !important;
}
 .magnifier.video_slide:hover {
     cursor: pointer !important;
}
 svg.icon.icon-play {
}
 button.play-button svg {
     fill: #B07969 !important;
     width: 20px;
     height: 20px;
     position: relative;
     top: 2px;
}
 button.play-button {
     border: #B07969 1px solid;
     position: absolute;
     top: 0;
     left: 0;
     top: 46.5%;
     right: 0;
     width: fit-content;
     margin: 0 auto;
     padding: 15px !important;
     border-radius: 50%;
}
 .magnifier.video_slide {
}
 button.play-button svg * {
     fill: #B07969;
}
 .template-search h1, .template-search .h1{
     color: #B07969;
}
 main-search input {
     color: #B07969 !important;
}
 h2#verticalTitle {
     color: #B07969;
}
 .template-search .facets .disclosure-has-popup[open] > summary + * {
     z-index: +999;
}
 .template-search .facets .disclosure-has-popup[open] * {
     color: #B07969 !important;
}
 .template-search .card__content {
     margin-top: 10px;
}
 .template-search .collection ul {
     gap: 4rem 2rem;
}
 .template-search .template-search__header.page-width {
     padding-top: 6px !important;
}
 .template-search .facets-container {
     padding-top: 2px;
}
 .template-search span.price-disclaimer {
     display: none !important;
}
 .video_text_template {
     line-height: 1.5;
     font-size: 16px;
     color: #404040;
     padding-bottom: 10px;
}
 body span.buckscc-money {
     color: #B07969 !important;
}
 div#indian_user h3 {
     color: #b07969;
     text-align: center;
     font-family: 'Karla';
     font-weight: 500;
     margin-top: 45px;
}
 h3 {
}
 div#indian_user p {
     margin-top: 0;
}
 .newsletter-form__field-wrapper p {
     margin-top: 0;
}
 .pro-6895774728305-id .product__description.rte.quick-add-hidden ~ modal-opener {
     display: none !important;
}
 .pro-6895774728305-id .inventory_main_wrapper {
     display: none !important;
}
 .pro-6895774728305-id .similar_product_wrapper {
     display: none !important;
}
 .template_index .logo-slider-wrapper img {
     filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
}
 .template_index ul.logo-slider-wrapper .logo-slide {
     align-items: center !important;
     height: 180px;
}
 .template_index ul.logo-slider-wrapper .logo-slide{
     width: 16.66%;
}
 .loop-1-index {
     filter: none !important;
}
 .template_index .logo-size_reduce img {
     padding: 0 4rem;
}
 .template_index .logo-slide .h1 {
     text-align: left !important;
     width: 100%;
     padding-left: 45px !important;
}
 .grid__item_filter .card-information {
     width: 100% !important;
    !i;
    !;
}
 .price--on-sale .price-item--regular {
     color: #b07969;
}
 .product-card-wrapper .card-information {
     width: 80% !important;
}

 @media only screen and (max-width: 549px){
     shopify-accelerated-checkout {
    }
     shopify-google-pay-button {
         display: none;
    }
     .shopify-payment-button {
         background: #fff;
    }
    
     .shopify-payment-button > * * {
         opacity:0 !important;
    }
     a#more-payment-options-link {
         opacity: 0 !important;
    }
     .shopify-payment-button {
         position: relative;
    }
     .tabbed_slide_main_wrapper button.flickity-button {
         background: #d8e6d4 !important;
         padding: 0 16px !important;
    }
     .tabbed_slide_main_wrapper button.flickity-button.flickity-prev-next-button.previous {
         left: 0 !important ;
    }
     .tabbed_slide_main_wrapper button.flickity-button {
    }
     .tabbed_slide_main_wrapper button.flickity-button:after {
         width: 19px !important;
    }
     .template_index .logo-slide button {
         display: none;
    }
     .template_index .logo-slider-wrapper {
         padding: 0 !important;
    }
     .template_index .logo-slide .logo-size_reduce.multicolumn {
         padding: 0 !important;
    }
     .template_index .logo-slide .h1 {
         padding: 0 !important;
         text-align: center !important;
    }
     .template_index .logo-size_reduce img {
         padding: 0 2rem;
    }
     .template_index .logo-slide .logo-size_reduce.multicolumn {
         margin-bottom: 20px;
    }
     .template_index ul.logo-slider-wrapper .logo-slide {
         height: 121px;
    }
     .tabbed_slide_main_wrapper button.flickity-button.flickity-prev-next-button.previous:after {
    }
     .tabbed_slide_main_wrapper button.flickity-button.flickity-prev-next-button.previous:after {
    }
     .tabbed_slide_main_wrapper button.flickity-button.flickity-prev-next-button.previous:after {
         left: 5px;
    }
     button.play-button {
         top: 44.5%;
    }
     body ul.collection__split__showcase li {
         width: 48%!important;
         max-width: 48%!important;
    }
    .inventory_main_wrapper {
         margin: 2.5rem 0 0;
    }
     .footer-block.grid__item h2 p {
         font-weight: 400;
         font-size: 12px;
         text-transform: uppercase;
         line-height: 1.1;
         margin-top: 0;
    }
     .dom{
        display:block !important;
    }
     .hom{
        display:none !important;
    }
     .banner--adapt, .banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
         height: 530px !important;
    }
     .image-with-text__text-item.grid__item p a strong {
         font-size: 31px!important;
         text-decoration: none;
         font-weight: 100!important;
    }
     p.announcement-bar__message.center.h5 * {
         font-size: 15px;
    }
     p.announcement-bar__message.center.h5 {
         padding: 0.8rem 0!important;
    }
     .header.page-width {
         padding-top: 2rem;
         max-width: 100%;
    }
     nav.menu-drawer__navigation * {
         color: #B07969 !important;
    }
     .menu-drawer__inner-submenu {
         background: #D8E6D4;
    }
     nav.menu-drawer__navigation {
        background: #D8E6D4;
    }
     .menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
         background: transparent !important;
    }
     .press_wrapper {
         width: 100%;
         margin: 0 auto;
    }
     .press_additional.details {
         font-size: 16px;
    }
     .press_wrapper {
         width: 100%;
         margin: 0 auto;
    }
     .press_wrapper * {
         text-align: left;
    }
     section#shopify-section-template--14616153325681__723e7e6d-67c5-4e71-be10-607913a76aae {
    }
     .press_wrapper h2.rich-text__heading.rte.inline-richtext {
         margin-bottom: 0;
    }
     .press_additional.details {
         display: flex;
         color: #000;
         font-size: 16px;
         font-weight: 300;
    }
     .press_additional.details div:first-child {
         padding-right: 2rem;
         margin-right: 2rem;
         border-right: 1px solid #B07969;
    }
     .press_additional.details * {
         line-height: 1;
    }
     .press_additional.details {
         margin-top: 0.5rem;
         margin-bottom: 7rem;
    }
     .rich-text {
         padding-top: 0;
    }
     section.shopify-section.section.press_wrapper .rich-text__wrapper {
         margin: 0;
    }
     main#MainContent {
         margin-top: 9rem !important;
    }
     h1.main-page-title.page-title.h0 {
         font-size: 2em;
    }
     .press_additional.details {
         margin-bottom: 4rem;
    }
     .header__heading-logo {
         width: 130px;
    }
     .header__heading-logo {
         width: 130px;
    }
     a.header__icon.header__icon--account.link.focus-inset.small-hide {
         display: block !important;
    }
     .header__icons {
         align-items: baseline;
    }
     .header__heading-logo {
         width: 130px;
    }
     a.header__icon.header__icon--account.link.focus-inset.small-hide {
         display: block !important;
    }
     .header__icons {
         align-items: baseline;
    }
     .header__icons svg {
         height: 20px;
    }
     .header__icons {
         gap: 0;
    }
     .header__icon, .header__icon--cart .icon {
         height: 4.4rem;
         width: 3.4rem !important;
    }
     h1, .h1 {
         font-size: 1.26em;
    }
     .collection-list-wrapper li {
         width: 80%!important;
         max-width: 80%!important;
    }
     .collection-list-wrapper li {
         padding-right: 15px;
    }
     .collection-list-wrapper {
         padding-top: 5px;
    }
     .rich-text {
         padding-top: 35px;
    }
     .image-with-text__text-item.grid__item {
         width: 100%;
    }
     .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
         width: 100%;
    }
     .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
         width: 100%;
         order: 2;
    }
     .image-with-text__text-item.grid__item>div {
         padding-left: 3rem;
         padding-right: 3rem;
    }
     h2.image-with-text__heading.inline-richtext.h0 {
         position: relative;
         width: 100%;
    }
     .image-with-text__text-item.grid__item p {
         text-align: center;
         width: 100%;
    }
     .image-with-text__text-item.grid__item p {
         color: #b07969;
         font-family: Mirador;
         font-size: 30px;
         line-height: .9;
    }
     .image-with-text__text-item.grid__item p strong {
         font-weight: 500;
         font-size: 35px!important;
    }
     h2.image-with-text__heading.inline-richtext.h0 em strong {
         font-size: 20px!important;
         position: relative;
         top: -15px;
         left: -2px;
    }
     h2.image-with-text__heading.inline-richtext.h0 p:after {
         content: "";
         top: 0;
         background-image: url(/cdn/shop/files/Favicon_Heart.png?v=1683140188);
         background-size: 100%;
         position: absolute;
         width: 80px;
         height: 80px;
         right: 0rem;
         top: -3rem;
         z-index: +999999999;
    }
     a.button.button--primary {
         color: #b07969;
         line-height: 1;
         border-bottom: 1px solid #b07969;
         padding: 0 0 3px;
         height: auto;
         min-height: auto;
         font-size: 13px;
         margin-top: 4rem;
         margin: 3rem auto 0;
    }
     .ticker__item img {
         position: relative;
         top: 4px;
         height: 31px;
    }
     .ticker__item {
         margin-right: 4rem;
    }
     .ticker__item p span {
         position: relative;
         top: 1px;
    }
     p.announcement-bar__message.center.h5 * {
         font-size: 13px;
    }
     .multicolumn>div .title-wrapper-with-link {
         padding-left: 0rem!important;
         justify-content: center;
         padding-right: 0;
    }
     .multicolumn H2 {
         COLOR: #b07969;
         FONT-FAMILY: "Karla";
         FONT-WEIGHT: 100;
         font-size: 1em;
         justify-content: center !important;
    }
     .multicolumn-list__item.center .media--adapt img {
         height: 105px;
    }
     .multicolumn-list li {
         width: 32.64% !important;
         max-width: 33.33% !important;
    }
     .template_index .multicolumn-list__item.center .media--adapt, .template_index .multicolumn-list__item .media--adapt .multicolumn-card__image {
         padding-bottom: 0!important;
         height: 120px;
    }
     .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
         COLOR: #b07969;
         FONT-FAMILY: "Karla";
         FONT-WEIGHT: 100;
         font-size: 20px;
         text-align: center;
    }
     .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
         COLOR: #b07969;
         FONT-FAMILY: "Karla";
         FONT-WEIGHT: 100;
         font-size: 20px;
         text-align: center;
    }
     .banner__content.banner__content--top-left.page-width h2 {
         color: #ffffffba;
         font-family: Karla;
         font-weight: 100!important;
         letter-spacing: 0px;
         font-size: 20px;
         text-align: center;
    }
     .banner__content.banner__content--top-left.page-width {
         align-items: flex-start;
         justify-content: center !important;
    }
     .banner__content.banner__content--top-left.page-width .banner__buttons {
         justify-content: center !important;
         width: 100%;
         display: none;
    }
     .logo_banner__display {
         flex-wrap: wrap;
         justify-content: center;
         align-items: center;
         gap: 4rem;
         bottom: 10rem;
    }
     .logo_banner__display img {
         margin: 0 auto !important;
         display: block;
    }
     .logo_banner__display img {
         width: 50%;
         text-align: center;
         float: none;
    }
     .logo_banner__display>div:last-child img {
         float: none;
         width: 45%;
         margin-left: 0;
    }
     .tab___thumb_section h2.title.inline-richtext {
         COLOR: #b07969;
         FONT-FAMILY: "Karla";
         FONT-WEIGHT: 100;
         font-size: 1em;
    }
     .tab___thumb_section .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
         justify-content: center;
    }
     .carousel.carousel-main.flickity-enabled p:after {
         content: "";
         position: absolute;
         width: 16px;
         height: 30px;
         background-size: 100%;
         background-repeat: no-repeat;
         right: 1rem;
         bottom: -1rem;
         z-index: +99999999;
         background-position: center;
         transform: rotate(180deg);
         filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
    }
     .carousel.carousel-main.flickity-enabled p:before {
         content: "";
         position: absolute;
         width: 16px;
         height: 30px;
         background-size: 100%;
         background-repeat: no-repeat;
         left: -1.2rem;
         top: 0rem;
         z-index: +999999;
         filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
    }
     .carousel.carousel-main.flickity-enabled p {
         font-size: 14px;
         font-family: Karla;
         width: 85%;
         margin: 0 auto;
         padding: 0 2.5%;
         line-height: 1.3;
         color: #b07969;
         letter-spacing: 0;
    }
     .carousel.carousel-main.flickity-enabled p {
         position: relative;
         padding-top: 0rem!important;
    }
     .tab___thumb_section .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
         MAX-WIDTH: 92%;
         MARGIN-LEFT: 0;
    }
     .template_index .carousel-nav .carousel-cell img {
         width: 100% !important;
    }
     .carousel {
         margin-bottom: 16px !important;
    }
     .template_index .carousel-nav .carousel-cell {
         height: 42px !important;
    }
     a.button.button--primary {
         width: fit-content !important;
         overflow: hidden !important;
         min-width: auto;
    }
     .carousel.carousel-nav.flickity-enabled {
         margin-bottom: 0 !important;
    }
     .footer__blocks-wrapper {
         display: flex !important;
         gap: 0 !important;
    }
     .footer-block__details-content.rte {
         margin-bottom: 0;
    }
     .footer-block.grid__item {
         width: 33.33% !important;
         margin: 0 !important;
    }
     .footer-block__details-content.rte {
         display: none;
    }
     .footer-block.grid__item h2 {
         font-size: 7px;
    }
     .footer-block__newsletter h2.footer-block__heading.inline-richtext {
         font-weight: 300;
         font-family: Karla;
         font-size: 15px;
         margin-bottom: 10px;
         color: #b07969;
         TEXT-ALIGN: center;
         letter-spacing: 0px;
    }
     .footer__content-top.page-width {
         padding: 0 2%;
    }
     .image_wrapper_foot img {
         width: 45%;
    }
     .image_wrapper_foot {
         min-height: 95px !important;
    }
     .template_index .carousel.carousel-main.flickity-enabled .carousel-cell {
         height: 50px !important;
    }
     .field__label, .customer .field label {
         font-size: 16px !important;
         left: calc(var(--inputs-border-width) + 2rem);
         top: calc(1rem + var(--inputs-border-width));
         margin-bottom: 0;
         pointer-events: none;
         position: absolute;
         transition: top var(--duration-short) ease,font-size var(--duration-short) ease;
         color: rgba(var(--color-foreground),.75);
         letter-spacing: .1rem;
         line-height: 1.4;
    }
     .newsletter-form__field-wrapper {
         width: 62% !important;
    }
     .footer-block.grid__item.footer-block--menu h6 {
         font-weight: 400;
         font-family: Karla;
         font-size: 17px;
         margin-bottom: 8px;
         color: #b07969;
         text-align: center;
         letter-spacing: 0px;
    }
     .footer-block.grid__item.footer-block--menu li a {
         font-size: 13px;
         padding-bottom: 0;
         line-height: 1;
         text-align: center;
         justify-content: center;
    }
     .footer-block.grid__item.footer-block--menu {
         padding-left: 0;
    }
     input#NewsletterForm--sections--14604645367921__footer {
         padding: 0 !important;
         height: 38px;
    }
     .footer-block--newsletter {
         margin-bottom: 3rem;
    }
     .footer-block.grid__item.footer-block--menu li a {
         font-size: 12px;
         padding-bottom: 0;
         line-height: 0.8;
         text-align: center;
         justify-content: center;
         letter-spacing: 0;
    }
     .footer-block.grid__item.footer-block--menu h6 {
         font-weight: 400;
         font-family: Karla;
         font-size: 15px;
         margin-bottom: 8px;
         color: #b07969;
         text-align: center;
         letter-spacing: 0px;
    }
     ul.footer__list-social.list-unstyled.list-social li a {
         padding-top: 0!important;
         padding: 0 !important;
    }
     .footer-block--newsletter {
         margin-bottom: 0;
    }
     ul.footer__list-social.list-unstyled.list-social svg {
         height: 20px !important;
    }
     .footer__copyright.caption * {
         letter-spacing: 0px;
         text-align: center;
         font-size: 11px;
    }
     small.copyright__content {
    }
     .footer__copyright.caption {
         justify-content: center;
    }
     .footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
         padding: 0;
    }
     .dom ul.footer__list-social.list-unstyled.list-social {
         margin-top: 15px;
    }
     ul.footer__list-social.list-unstyled.list-social {
         justify-content: center;
    }
     .slider-counter.caption {
         display: none;
    }
     button.slider-button.slider-button--prev {
        /* position: absolute;
         */
        /* top: 50%;
         */
         left: 0;
    }
     .slider-buttons.no-js-hidden {
         position: absolute;
         justify-content: space-between !important;
         top: 38%;
         width: 100%;
    }
     .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
        width: calc(100% - 3rem) !important;
        margin-right: 3rem !important;
    }
     .slider-buttons.no-js-hidden button {
         position: absolute;
         z-index: +9999;
    }
     button.slider-button.slider-button--next {
         right: 0;
    }
     .slider-button .icon {
         height: 1.3rem !important;
         fill: #d8e6d4 !important;
    }
     p.card__heading a {
         text-transform: uppercase;
         font-size: 1.1em;
    }
     .slider-button .icon path {
         fill: #d8e6d4 !important;
    }
     a.slider-arrow {
         display: none !important;
    }
     .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
         width: 60%!important;
         padding: 0 18px 0 17px;
         margin-right: 1rem!important;
    }
     #shopify-section-template--14650864369777__d76064f7-af14-4a5d-b818-6d5b06be12e7 a.button.button--primary {
         position: absolute;
         bottom: 5rem !important;
    }
     div#ImageWithText--template--14650864369777__d76064f7-af14-4a5d-b818-6d5b06be12e7 {
         padding-top: 0;
         padding-bottom: 7rem !important;
    }
     .image-with-text__text-item.grid__item p em:last-child {
         position: relative;
         top: -5px;
         font-style: normal;
    }
     .simple-multi .multicolumn-list__item.center .media--adapt, .simple-multi .multicolumn-list__item .media--adapt .multicolumn-card__image {
         padding-bottom: 0!important;
         height: 85px;
    }
     .simple-multi .multicolumn-list li {
         width: 32.5%!important;
         max-width: 32.5%!important;
    }
     .image_wrapper_foot~h2 {
         font-weight: 700!important;
         font-size: 7px!important;
    }
     .index_template p.collection_initial_text {
         font-weight: 200;
         font-size: 16px;
    }
     h1.collection-hero__title {
         margin-top: 0;
         margin-bottom: 0;
    }
     .template_collection #MainContent .page-width {
         margin: 0 1rem;
    }
     main#MainContent {
         margin-top: 12rem;
    }
     ul#list {
         padding: 0 !important;
         gap: 0 !important;
    }
     ul#list * {
         font-size: 14px !important;
    }
     ul#list.universal_filter li {
         margin: 0px 6px;
    }
     h1.collection-hero__title *, h1.collection-hero__title {
         font-size: 14.98px!important;
    }
     h2.collage-wrapper-title.h2 {
         font-size: 16px;
         margin-bottom: 2px;
    }
     span.sub_coll_main_url a {
         font-size: 13px;
    }
     ul#product-grid-_filter li{
         width: 50%;
         padding-right: 2rem !important;
    }
    
    
     .card-information * {
         font-size: 17px;
    }
     .card-information {
         width: 55% !important;
    }
     
     ul#product-grid-_filter {
         margin-bottom: 0 !important;
    }
     h2.collage-wrapper-title.h2 {
         margin-top: 1rem;
    }
     h1.collection-hero__title {
         margin-bottom: 3rem;
    }
     .flickity-prev-next-button.next {
         right: -15px !important;
    }
     .flickity-button:focus {
         outline: none;
         box-shadow: 0 0 0 0px #19F !important;
    }
     h2.banner__heading.inline-richtext.h1 {
         FONT-SIZE: 25px;
         letter-spacing: 1px;
         color: #b07969!important;
         text-align: left;
    }
     .template_list-collections ul.collection-list {
         padding: 0 2.5rem;
         margin: 3rem 0;
    }
     ul.collection__split__showcase li {
         width: 48% !important;
         max-width: 48% !important;
    }
     ul.collection__split__showcase {
         gap: 1rem;
    }
     .collection-list .card__content h3 {
         display: block;
         width: 100% !important;
         font-size: 15px !important;
    }
     .collection-list .card__content h3 a {
         font-size: 15px !important;
    }
    
 
     li.collection-list .card__content h3 a {
         font-size: 13px !important;
    }
     li.collection-list__item a.col-list-navigate {
         width: fit-content;
         margin-left: 0;
         font-size: 13px!important;
    }
     .float_price * {
         font-size: 16px !important;
         line-height: 1;
    }
     li.collection-list__item .float_price * {
         font-size: 13px!important;
         line-height: 1;
    }
     .menu-drawer {
         width: calc(100vw - 12rem);
    }
     .menu-drawer__menu-item>.icon-arrow {
         right: 3.5rem;
    }
     a.col-list-navigate {
         width: fit-content;
         margin-left: 0;
         font-size: 14px !important;
    }
     a.col-list-navigate {
         margin-bottom: 2rem;
    }
     a {
    }
     h2.collection_subtitle {
        /* display: none;
         */
    }
     .template_list-collections .banner__content {
         position: absolute !important;
         top: 39%;
    }
     .template_list-collections .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
         background: transparent;
    }
     .template_list-collections .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient .banner {
         position: relative;
    }
     .template_list-collections .banner__content * {
         text-align: center !important;
         color: #fff !important;
    }
     h2.banner__heading.inline-richtext.h1 {
         color: #fff !important;
    }
     .template_list-collections .banner__content h2 {
         font-size: 2em !important;
    }
     h2.collection_subtitle a {
         font-weight: 300 !important;
         font-size: 20px !important;
    }
     h2.collection_subtitle a {
         margin-bottom: 1.5rem;
    }
     .template_collection ul#product-grid li {
         width: calc(50% - 2rem);
    }
     .template_collection h1.collection-hero__title {
         margin-top: 0;
         font-size: 16px !important;
    }
     .facets-container * {
         color: #b07969;
    }
     .facets-container {
         padding-top: 0 !important;
    }
     .template_collection main#MainContent {
         margin-top: 12rem;
    }
     .template_product .carousel.carousel-nav .flickity-viewport {
         height: 125px !important;
    }
     .template_product .carousel-nav {
         transform: rotate(90deg) translate(30px,-100%);
    }
     .template_product .carousel.carousel-nav {
        width: 320px !important;
    }
     .template_product .carousel-main .carousel-cell {
         height: 320px;
    }
     .similar_product_wrapper {
         flex-wrap: wrap;
    }
     .similar_product_wrapper.color-.isolate.gradient {
         margin: 0 2rem;
    }
     .similar_product_wrapper .collection li {
         width: 50%;
    }
     .similar_product_wrapper .collection {
         width: 100%;
    }
     .product-accordian {
         width: 100%;
         padding-top: 0;
    }
     .similar_product_wrapper.color-.isolate.gradient {
         gap: 0rem;
    }
     .other_related_wrap li {
         width: 50% !important;
    }
     .template_product .carousel-nav {
         transform: rotate(90deg) translate(15px,-100%);
    }
     .template_product .carousel.carousel-nav .flickity-viewport {
         width: 320px!important;
         max-height: 160px!important;
    }
     .template_product .carousel.carousel-nav img {
         height: 160px!important;
         width: 100%;
         max-width: 190px;
         width: 100%!important;
    }
     .template_product .carousel-nav {
         transform: rotate(90deg) translate(0px,-100%);
    }
     .template_product .carousel-nav .carousel-cell {
         margin-right: 10px;
    }
     .template_product .carousel-nav .flickity-prev-next-button.previous {
         left: -32px;
         transform: translateY(-33%);
    }
     .product__title span {
         color: #b07969;
         font-family: Karla;
         font-size: 18px;
         font-weight: 300;
         line-height: 1;
    }
     .product__title h1 {
         color: #b07969;
         font-family: Karla;
         font-size: 1.4em;
         letter-spacing: 0px;
         font-weight: 500;
    }
     .price-product-wrapper {
         margin-top: 1rem!important;
         margin-bottom: 0rem!important;
    }
     .default-currency * {
         color: #b07969;
         font-size: 16px;
    }
     variant-radios {
         margin: 0rem 0 3rem!important;
    }
    
     .template_product .card__content {
         position: relative;
    }
     .template_product .card-information {
         text-align: left;
         width: 100%;
    }
     .template_product .card-information * {
        width: 100% !important;
        position: relative;
        text-align: left;
    }
     .template_product .card-information * {
         text-align: left !important;
         display: block !important;
    }
     .template_product span.money.bacurr-money {
         position: relative;
         top: 0px;
         line-height: 1;
    }
     .template_product .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
         COLOR: #b07969;
         FONT-FAMILY: "Karla";
         FONT-WEIGHT: 100;
         font-size: 1.4em;
         text-align: center;
    }
     h3.h4.accordion__title.inline-richtext {
         font-family: Karla;
         font-weight: 400;
         letter-spacing: 0px;
         font-size: 16px;
    }
     .template_product main#MainContent {
         margin-top: 7rem;
    }
     .multicolumn-list li {
         width: 47.5%!important;
         max-width: 47.5%!important;
    }
     .multicolumn-list .multicolumn-list__item img.multicolumn-card__image {
         right: unset!important;
         left: unset !important;
         transform: none;
         width: fit-content;
         margin: 0 auto !important;
    }
     .multicolumn-list__item.center .media--adapt img {
         transform: translate(0%) !important;
    }
     .multicolumn-list .multicolumn-list__item .media {
         display: flex;
         justify-content: center;
    }
     .grid--peek.slider .grid__item:first-of-type {
         margin-left: 0;
    }
     .multicolumn-list__item.center .media--adapt img {
         height: 145px;
    }
     .slider-buttons.no-js-hidden {
         position: absolute;
         justify-content: space-between!important;
         top: 55%;
         width: 100%;
    }
     html, body {
         overflow-x: hidden;
    }
     .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
         width: 60%!important;
         padding: 0 20%;
         margin-right: 0rem!important;
    }
     .tab___thumb_section .flickity-viewport {
         height: 75px!important;
    }
     .template_index .carousel-nav .carousel-cell {
         padding: 0 10px;
    }
     .tab___thumb_section .carousel.carousel-main.flickity-enabled {
         margin-bottom: 0 !important;
    }
     .image-with-text__text-item.grid__item p a {
         text-decoration: none;
         margin-left: 3px;
    }
     .image-with-text__text-item.grid__item p {
         color: #b07969;
         font-family: Mirador;
         font-size: 18px;
         line-height: .9;
    }
     a.button.button--primary {
         font-weight: 300;
    }
     .multicolumn H2 {
         FONT-WEIGHT: 300;
    }
     .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
         FONT-WEIGHT: 300;
    }
     .tab___thumb_section h2.title.inline-richtext {
         COLOR: #b07969;
         FONT-FAMILY: "Karla";
         FONT-WEIGHT: 300;
         font-size: 20px;
    }
   
     .page-width.video-text-available {
         width: 100%;
    }
     .banner__content.banner__content--top-left.page-width h2 {
         font-weight: 300!important;
    }
     .image_wrapper_foot~h2 {
         font-weight: 700!important;
         font-size: 10px!important;
    }
    
     .image_wrapper_foot~h2 {
         font-weight: 600!important;
    }
     h2.footer-block__heading.inline-richtext {
         margin-bottom: 4px !important;
    }
     .newsletter-form__field-wrapper .field:after {
         border-radius: 25px !important;
         border-color: #b07969;
         box-shadow: none!important;
         border: 0.08em solid #b07969;
    }
    
     .footer-block__newsletter p {
         font-size: 14px;
         margin-top: 0;
    }
     .similar_product_wrapper .collection {
         order: 2;
         margin-top: 40px;
    }
     .product-accordian div:first-child {
         margin-top: 0;
    }
     .similar_product_wrapper.color-.isolate.gradient {
         padding-top: 0;
         border-top: 0;
    }
     .col-1 {
         display: none;
    }
     .col-11 {
         width: 100%;
    }
     .template_product .carousel-main .carousel-cell {
         height: auto;
    }
     .col-11 .flickity-prev-next-button.next {
         right: 0px !important;
    }
     .col-11 .flickity-prev-next-button.previous {
         left: 0 !important;
         transform: translateY(0px);
    }
     .similar_product_wrapper.color-.isolate.gradient .price-disclaimer {
         display: none !important;
    }
     ul.collection__split__showcase li {
         width: 100%!important;
         max-width: 100%!important;
    }
     .pro-6866974638193-id .product-form__buttons > * {
         width: 50%;
    }
     .pro-6866974638193-id .shopify-payment-button {
         margin-top: 0;
    }
     .pro-6866974638193-id .product-form__submit {
         margin-bottom: 0 !important;
    }
     .pro-6866974638193-id .product-form__buttons {
         display: flex;
         flex-wrap: wrap;
         position: fixed;
         bottom: 0;
         z-index: +9999;
         width: 100%;
         left: 0;
    }
}
 
 @media only screen and (max-width: 411px){
     h1, .h1 {
         font-size: 1em;
    }
     .rich-text {
         padding-top: 30px;
         padding-bottom: 0;
    }
     p.collection_initial_text {
         font-weight: 100;
         font-size: 15px;
         line-height: 1.2;
    }
     .collection-list .card__content h3 a {
         font-size: 16px !important;
    }
     .collection-list .card__content {
         padding-bottom: 12px !important;
         left: 1rem !important;
    }
     .multicolumn-list li {
         width: 32%!important;
         max-width: 33.33%!important;
    }
     .carousel-nav .flickity-viewport {
         height: 50px !important;
    }
     .carousel.carousel-main.flickity-enabled p {
         font-size: 12px;
         font-family: Karla;
         width: 85%;
         margin: 0 auto;
         padding: 0 2.5%;
         line-height: 1.3;
         color: #b07969;
         letter-spacing: 0;
    }
     .carousel.carousel-main.flickity-enabled p:before {
         content: "";
         position: absolute;
         width: 12px;
         height: 30px;
         background-size: 100%;
         background-repeat: no-repeat;
         left: -1rem;
         top: 0rem;
         z-index: +999999;
    }
     .carousel.carousel-main.flickity-enabled p:after {
         content: "";
         position: absolute;
         width: 12px;
         height: 30px;
         background-size: 100%;
         background-repeat: no-repeat;
         right: 1rem;
         bottom: -1rem;
         z-index: +99999999;
         background-position: center;
         transform: rotate(180deg);
    }
     .footer-block__newsletter h2.footer-block__heading.inline-richtext {
         font-weight: 300;
         font-family: Karla;
         font-size: 14px;
         margin-bottom: 10px;
         color: #b07969;
         text-align: center;
         letter-spacing: 0px;
    }
     .footer-block.grid__item.footer-block--menu h6 {
         font-weight: 400;
         font-family: Karla;
         font-size: 13px;
         margin-bottom: 2px;
         color: #b07969;
         text-align: center;
         letter-spacing: 0px;
    }
     .footer-block.grid__item.footer-block--menu li a {
         font-size: 10px;
         padding-bottom: 0;
         line-height: .8;
         text-align: center;
         justify-content: center;
         letter-spacing: 0;
    }
     .footer__copyright.caption * {
         letter-spacing: 0px;
         text-align: center;
    }
     .image_wrapper_foot img {
         width: 45px;
         height: auto;
    }
     .image_wrapper_foot {
         min-height: 75px!important;
    }
     .field__label, .customer .field label {
         font-size: 1.3rem;
         left: calc(var(--inputs-border-width) + 2rem);
         top: calc(1rem + var(--inputs-border-width));
         margin-bottom: 0;
         pointer-events: none;
         position: absolute;
         transition: top var(--duration-short) ease,font-size var(--duration-short) ease;
         color: rgba(var(--color-foreground),.75);
         letter-spacing: .1rem;
         line-height: 0.95;
    }
     input#NewsletterForm--sections--14604645367921__footer {
         padding: 0!important;
         height: 32px;
    }
     .slider-counter.caption {
         display: none;
    }
     button.slider-button.slider-button--prev {
        /* position: absolute;
         */
        /* top: 50%;
         */
         left: 0;
    }
     .slider-buttons.no-js-hidden {
         position: absolute;
         justify-content: space-between !important;
         top: 38%;
         width: 100%;
    }
     .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
        width: calc(100% - 3rem) !important;
        margin-right: 3rem !important;
    }
     .slider-buttons.no-js-hidden button {
         position: absolute;
         z-index: +9999;
    }
     button.slider-button.slider-button--next {
         right: 0;
    }
     .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
         width: 60%!important;
         padding: 0 20%;
         margin-right: 0rem!important;
    }
     .slider-button .icon {
         height: 1.3rem !important;
         fill: #d8e6d4 !important;
    }
     p.card__heading a {
         text-transform: uppercase;
         font-size: 1.1em;
    }
     .slider-button .icon path {
         fill: #d8e6d4 !important;
    }
     a.slider-arrow {
         display: none !important;
    }
     .image-with-text__text-item.grid__item p strong {
         font-weight: 300;
         font-size: 33px!important;
    }
     .image-with-text__text-item.grid__item p {
         color: #b07969;
         font-family: Mirador;
         font-size: 13px;
         line-height: .9;
    }
     .footer-block.grid__item {
         padding: 0;
         margin: 4rem 0;
         width: 50% !important;
    }
     .image_wrapper_foot~h2 {
         font-weight: 600!important;
         font-size: 10px!important;
    }
     ul.footer__list-social.list-unstyled.list-social {
         margin-bottom: 1rem;
    }
     #shopify-section-template--14604644515953__71249db6-f12c-459f-a16d-5b89d36a2e35 h2.rich-text__heading.rte.inline-richtext.h1 {
         font-size: 13px;
    }
     .template_index .carousel-nav .carousel-cell {
         padding: 0 15px;
    }
     .tab___thumb_section .flickity-viewport {
         height: 60px !important;
    }
     .footer-block__newsletter p {
         font-size: 14px;
         width: 80%;
         margin: 0 auto;
         margin-bottom: 1.5rem;
         line-height: 1.4;
    }
     #shopify-section-template--14604644515953__71249db6-f12c-459f-a16d-5b89d36a2e35 h2.rich-text__heading.rte.inline-richtext.h1 {
         font-size: 17px !important;
    }
     p.card__heading a {
         font-size: 1.1em !important;
    }
 
}
 .product__info-wrapper .price__regular {
     font-size: 18px;
     color: #000;
}
 .locale-selectors__container {
     display: none;
}
 .template_index .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing img {
     filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
}
 #shopify-section-template--14604644515953__71249db6-f12c-459f-a16d-5b89d36a2e35 h2.rich-text__heading.rte.inline-richtext.h1 {
     font-size: 17px;
}
 .section-template--14604644515953__71249db6-f12c-459f-a16d-5b89d36a2e35-padding {
     padding-top: 25px;
     padding-bottom: 8px;
}
 .mega-menu__link--level-2:not(:only-child) {
     margin-bottom: 0 !important;
}
 .mega-menu__content > ul > li:first-child > * {
}
 .product-form__input input[type=radio]+label:hover {
     border-radius: 30px !important;
     background: #D8E6D4;
     color: #b07969 !important;
}
 .logo-slide img {
     width: 100%;
}
 .logo-slide {
     background: transparent;
}
 .logo-slider-wrapper {
     list-style: none;
}
 .multicolumn.background-primary .multicolumn-card {
     background: transparent !important;
}
 .logo-slide img {
     padding: 0 2rem;
}
 .logo-slider-wrapper {
     margin: 1rem 0 !important;
}
 .logo-slide .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
     justify-content: center;
     margin-bottom: 0rem;
}
 body.page_corporate .footer {
     margin-top: 0;
}
 .page_corporate header .cart-count-bubble * {
     color: #b07969 !important;
     padding-left: 2px;
     padding-top: 2px;
}
 ul.logo-slider-wrapper .logo-slide {
     width: 25%;
}
 ul.logo-slider-wrapper .flickity-prev-next-button.next {
     right: -32px;
}
 .slider_active_section li {
     padding: 0 20px;
     max-width: 33.33% !important;
     width: 33.33% !important;
}
 .flickity-prev-next-button.next {
     right: -32px !important;
}
 .slider_active_section {
     list-style: none;
}
 .slider_active_section h3.inline-richtext {
     color: #B07969;
     font-family: Mirador;
     font-size: 30px;
     font-style: normal;
     font-weight: 400;
     padding-top: 0;
     padding-left: 0;
}
 .slider_active_section .multicolumn-card__info {
     padding-left: 0;
     padding-top: 2rem;
}
 .rich-text__text.rte p {
     color: #B07969;
     text-align: center;
     font-family: Karla;
     font-size: 30px;
     font-style: normal;
     line-height: normal;
     display: block;
     margin: 0 auto;
     letter-spacing: 0px;
     font-weight: 300 !important;
}
 .rich-text__wrapper.rich-text__wrapper--center:not(.page-width) p {
     width: 100%;
}
 .rich-text__wrapper.rich-text__wrapper--center > div {
     width: 100% !important;
     max-width: 78%;
     margin-bottom: 2rem;
}
 .corporate-form-wrapper h2.title.title-wrapper--no-top-margin.inline-richtext.h1 {
     color: #B07969;
     text-align: center;
     font-family: Karla;
     font-size: 30px;
     font-style: normal;
     font-weight: 300;
     list-style: unset;
     text-transform: uppercase;
}
 .corporate-form-wrapper .contact__fields {
     flex-wrap: wrap;
     display: flex;
     width: 38%;
     margin: 2rem auto;
}
 .corporate-form-wrapper .contact__fields .field:after {
     box-shadow: none !important;
}
 .corporate-form-wrapper .contact__fields .field {
     border-bottom: 1px solid #B07969;
     padding-left: 0 !important;
     margin-bottom: 3rem;
}
 .corporate-form-wrapper .contact__fields input {
     padding-left: 0 !important;
}
 .corporate-form-wrapper .contact__fields label {
     left: 0;
}
 .corporate-form-wrapper .contact__fields label {
     color: #B07969;
     font-weight: 300;
}
 .contact__button {
     margin-top: 0;
     width: fit-content;
     margin: 0 auto;
     border: 2px solid #B07969;
     border-radius: 30px;
}
 .contact__button button {
     border-radius: 30px;
     color: #B07969;
     text-transform: uppercase;
    /* padding-right: 0;
     */
     padding: 5px;
     line-height: 1;
     min-height: 40px !important;
     max-height: 15px;
     padding: 0 5rem;
     height: 15px;
}
 .contact__button img {
    transform: rotate(-90deg);
    margin-left: 26px;
    width: 14px;
    padding-bottom: !important;
    position: absolute;
    right: 15px;
}
 a.col-list-navigate {
     text-decoration: none;
}
 

 .collection_grid_wrapper .card-information {
     bottom: 0px;
}

 .template_product .card-information * {
     font-size: 16px;
}
 .similar_product_wrapper .collection h2, .similar_product_wrapper .collection .collection__title {
     text-transform: uppercase;
}
 a.site-header__icon.header__icon.link.link--text.focus-inset.wishlist-hero-header-icon img {
     height: 28px;
}
 a.site-header__icon.header__icon.link.link--text.focus-inset.wishlist-hero-header-icon img ~ svg {
     display: none;
}
 .scrolled-past-header header.header a.site-header__icon.header__icon.link.link--text.focus-inset.wishlist-hero-header-icon img {
     filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
}
 span.wishlist-hero-items-count.wishlist-hero-items-count-text-plain.cart-count-bubble.wishlist-hero-items-count-exists {
     display: none !important;
}
 div#wishlist-hero-shared-list-view {
     margin: 8rem auto;
     width: 73%;
}
 div#wishlist-hero-shared-list-view * {
     color: #b07969;
}
 div#wishlist-hero-shared-list-view button {
}
 button.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButtonGroup-grouped.MuiButtonGroup-groupedHorizontal.MuiButtonGroup-groupedOutlined.MuiButtonGroup-groupedOutlinedHorizontal.MuiButtonGroup-groupedOutlined.wishlist-hero-list-card-footer-add-to-cart.MuiButton-containedPrimary.MuiButton-fullWidth {
     background: #b07969 !important;
     color: #fff !important;
}
 button.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButtonGroup-grouped.MuiButtonGroup-groupedHorizontal.MuiButtonGroup-groupedOutlined.MuiButtonGroup-groupedOutlinedHorizontal.MuiButtonGroup-groupedOutlined.wishlist-hero-list-card-footer-add-to-cart.MuiButton-containedPrimary.MuiButton-fullWidth span {
     color: #fff !important;
}
 .card--wishlist svg * {
     fill: #b07969;
}
 .baDropdownStyle .bacurr-choiceDesign:after {
     border-radius: 3px;
     display: flex;
     right: 0;
     align-items: center;
     top: 2px !important;
     margin: auto 0 auto auto;
     transition: all .2s cubic-bezier(1,-.29,1,1);
     content: "";
     width: auto;
     border: 6px solid transparent;
     position: relative;
}
 .bacurr-choiceDesign.active:after {
     top: -4px !important;
}
 div[id$=announcement-bar] {
     z-index: 1;
}
 .bacurr-cur-block.noBorder.top_right {
     top: 6px;
     margin-right: 12px;
}
 .bacurr-choiceDesign:not(.active):after{
     border-top-color: #b07969 !important;
}
 ul.bacurr-dropdown-choices {
     box-shadow: none !important;
     background: #d8e6d4 !important;
}
 .bacurr-choiceDesign.active {
     background: #d8e6d4;
     border-radius: 30px;
}
 .baDropdownStyle .bacurr-choiceDesign:after {
     background: transparent !important;
}
 .footer-block__details-content.rte p {
     font-size: 12px;
     width: 100%;
     margin: 0 auto;
}
 .footer-block.grid__item h2 p {
     margin-bottom: 0 !important;
}
 .footer-block__details-content.rte p {
     font-size: 16px;
     font-weight: normal !important;
     margin: 0 auto;
}
 .footer-block.grid__item h2 p {
     margin-bottom: 0 !important;
}
 .footer-block.grid__item h2 p {
     font-weight: normal;
     font-size: 22px;
     line-height: 1.1;
     margin-top: 0;
}
 html, body {
     overflow-x: hidden;
}
 .customer.register button {
     color: #fff !important;
}
 
 
 .multicolumn.background-primary .multicolumn-card {
     display: flex;
     align-items: center;
}
 ul.logo-slider-wrapper .logo-slide {
     display: flex;
     align-items: center;
}
 .logo-slide img {
     display: flex;
     align-items: center;
}
 .page_corporate ul.logo-slider-wrapper .logo-slide {
     height: 85px;
}
 .page_corporate ul.logo-slider-wrapper .logo-slide {
     width: 20%;
     max-width: 20%;
}
 .page_corporate ul.logo-slider-wrapper .flickity-prev-next-button.next {
     right: -32px !important;
}
 .bacurr-checkoutNotice {
    /* position: relative !important;
     */
}
 .bacurr-checkoutNotice {
     top: 100%;
}
 cart-items.page-width {
     margin-top: 5rem;
}
 h1.wishlist-hero-page-header {
     margin-bottom: 4.5rem;
}
 h3#ContactFooter-success {
     font-family: 'Karla' !important;
     font-size: 16px !important;
}
 h3#ContactFooter-success svg * {
     fill: #b07969 !important;
}
 div#CartDrawer small.tax-note br {
     display: none;
}
 @media only screen and (max-width: 549px){
     .multicolumn-list li {
         width: 47.5%!important;
         max-width: 47.5%!important;
    }
     .carousel.carousel-main.flickity-enabled p {
         text-align: center;
    }
     .card-information>*:not(.visually-hidden:first-child)+*:not(.rating) {
         margin-top: 0.1em !important;
    }
     body[class*="template_page"] {
    }
     body[class*="template_page"] main#MainContent {
         margin-top: 7rem;
    }
     body[class*="template_page"] h2.banner__heading.inline-richtext.h1 {
         text-align: center;
    }
     .rich-text__text.rte p {
         width: 100%;
         font-size: 13px;
         line-height: 1.4;
    }
     .rich-text__wrapper.rich-text__wrapper--center.page-width {
         padding: 0;
    }
     .rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--14630200475761__12641439-2bd0-4c25-8796-07711736f497-padding {
         padding: 4rem 0rem 0;
    }
     ul.logo-slider-wrapper .logo-slide {
         width: 50% !important;
         max-width: 50% !important;
    }
     .logo-slide img {
         padding: 1rem;
    }
     .slider_active_section li {
         width: 100% !important;
         max-width: 100% !important;
    }
     .slider_active_section h3.inline-richtext {
         font-size: 13px;
    }
     ul.logo-slider-wrapper {
         margin-bottom: 0 !important;
         margin-top: 1rem !important;
    }
     .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
         margin-bottom: 1rem !important;
    }
     .logo-slide .page-width {
         padding-bottom: 0 !important;
    }
     button.flickity-button.flickity-prev-next-button.previous {
         left: 5px !important;
         top: 43% !important;
    }
     ul.logo-slider-wrapper .flickity-prev-next-button.next {
         right: -5px !important;
         top: 30% !important;
    }
     .rich-text:not(.rich-text--full-width) .rich-text__wrapper {
         width: 90% !important;
    }
     .corporate-form-wrapper h2.title.title-wrapper--no-top-margin.inline-richtext.h1 {
         font-size: 19px;
    }
     .corporate-form-wrapper .contact__fields {
         width: 100%;
         margin-bottom: 0 !important;
    }
     .contact__button button {
         height: 20px;
         min-height: 35px !important;
    }
     .rich-text__wrapper.rich-text__wrapper--center>div {
         max-width: 100% !important;
    }
}
 .field-radio {
     margin-top: 2rem;
     width: fit-content;
}
 .field-radio input:last-child, .field-radio input:nth-child(2) {
    margin-left: 3rem;
}
 .customer.register button:hover {
     color: #b07969!important;
}

 
 .itsnotaslide_logo {
     display: flex;
}
 .bacurr-cur-block.noBorder.top_right {
     top: 6px;
     margin-right: 12px;
     position: absolute;
}
 .template_product .carousel-nav .flickity-slider li.carousel-cell:last-child {
     margin-right: 0 !important;
}
 .product-media-container .media img {
     position: relative !important;
}
 .product-media-container .product__modal-opener {
     height: 100%;
}
 .product-media-container.constrain-height.media-fit-contain {
     height: 100%;
}
 .product-media-container .media {
     padding-top: 0 !important;
     height: 100%;
}
 .prod-share {
     display: flex;
     gap: 2rem;
     margin-top: 1rem;
}
 .prod-share img {
     height: 20px;
     filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
}
 div#wishlisthero-product-page-button-container {
     margin-bottom: 0;
}
 .prod-share {
     margin-top: 0;
     justify-content: center;
}
 div {
}
 .prod-share * {
     color: #b07969;
}
 .prod-share {
     position: relative;
     top: -5px;
}
 .main_inner_slider_collection:not(.all_size_available) {
     display: none;
}
 .XS_available .all_size_available:not(.XS-var-available) {
     display: none;
}
 .S_available .all_size_available:not(.S-var-available) {
     display: none;
}
 .L_available .all_size_available:not(.L-var-available) {
     display: none;
}
 .M_available .all_size_available:not(.M-var-available) {
     display: none;
}
 .OS_available .all_size_available:not(.OS-var-available) {
     display: none;
}
 .XL_available .all_size_available:not(.XL-var-available) {
     display: none;
}
 .XXL_available .all_size_available:not(.XXL-var-available) {
     display: none;
}
 a.button_custom {
     background: #b07969;
     text-transform: fon;
     border: 1px solid #b07969;
     font-size: 17px;
     text-transform: uppercase;
     letter-spacing: 0;
     display: block;
     color: #fff !important;
     padding: 7.5px 0;
}
 button.cart__checkout-button.button {
     color: #fff !important;
     background: #B07969;
     text-transform: uppercase !important;
}
 body.page_.gradient.template_cart * {
     color: #B07969;
}
 .flickity-page-dots .dot {
     display:none !important;
}
 body.page_contact.gradient.template_page\.contact .rich-text__text.rte p {
     font-size: 17px;
}
 body.page_contact.gradient.template_page\.contact .contact {
     width: 50%;
}
 .contact__fields {
}
 form#ContactForm label {
     color: #b07969;
}
 body.page_distributor .rich-text__text.rte p {
     width: 80%;
     font-size: 16px;
}
 li.collection-list__item.grid__item .card__inner {
     --ratio-percent: 148% !important;
}
 .page_sizingchart .rte {
     display: none;
}
 .pop-sizes a {
     text-decoration: none;
}
 .__react_component_tooltip {
     display: none;
}
 .similar_product_wrapper span.price-disclaimer {
     display: none !important;
}
 .product-popup-modal__button {
     color: #b07969 !important;
}
 .shopify-policy__container {
     margin-top: 58px;
     width: 80%;
     max-width: 70%;
     margin-bottom: 0;
}
 .shopify-policy__title h1 {
     margin-bottom: 11px;
}
 .shopify-policy__container * {
     color: #B07969;
}
 .overlay {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgb(255 255 255 / 50%);
     z-index: 999;
}
 .popup {
     display: none;
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background: #fff;
     padding: 0px;
     border-radius: 5px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
     z-index: 1000;
     width:56%;
}
 .popup h2 {
     margin-top: 0;
}
 .popup form {
     display: flex;
     flex-direction: column;
}
 .popup input {
     padding: 10px;
     margin-bottom: 10px;
}
 .popup .close-btn {
     padding: 10px;
     background: transparent;
     color: #777;
     border: none;
     cursor: pointer;
     border-radius: 5px;
     font-weight: 300 !important;
     font-family: 'Mirador';
}
 button#Subscribe {
     color: #b07969;
}
 .close-btn {
     position: absolute;
     top: 0px;
     right: 10px;
     font-size: 28px;
     background: transparent;
     border: none;
     cursor: pointer;
}
 .newsletter_flex_wrapper {
     display: flex;
     gap: 2rem;
     align-items: center;
}
 .newsletter-pop-content h2 {
     color: #B9C7B5;
     text-align: center;
     font-size: 1.65em;
     line-height: 1.3;
}
 .newsletter-pop-content p {
     text-align: center;
     margin-top: 5rem;
     font-size: 17px;
     letter-spacing: 0px;
     line-height: 1.5;
     color: #b07969;
}
 .newsletter-pop-content .newsletter-form__field-wrapper .field:after {
     border: 1px solid #b07969;
}
 .newsletter-pop-content input#NewsletterForm--popup {
     padding: 3px;
     height: 31px;
     margin-top: 0rem;
}
 .newsletter-pop-content label.field__label {
     font-size: 13px;
}
 .newsletter-pop-content .newsletter-form__field-wrapper {
     margin-top: 1rem;
}
 .newsletter-pop-content {
     margin-right: 2rem;
}
 .newsletter-pop-content {
     padding: 0 1rem;
     width: 100%;
}
 p.disclaimer_news_pop {
     font-size: 10px;
     margin-top: 2rem;
}
 .newsletter-pop-content p {
     margin-bottom: 0.5rem;
}
 ul#list.universal_filter li {
     cursor: pointer;
}
 ul#list.universal_filter li {
     margin: 0px 9px;
     color: #B07969;
     font-size: 16px !important;
     font-family: Karla;
     font-weight: normal !important;
     line-height: 1.3;
}
 .rich-text__blocks.center h5 {
    font-family: 'Mirador';
    font-size:30px;
}
 body.page_corporate.gradient.template_page\.corporate.pro--id .rich-text__text.rte p {
     font-size: 22px;
}
 .contact__button button {
     font-size: 16px;
     font-weight: normal !important;
}
 span.thumbnail__badge {
     transform: rotate(35deg);
}
 @media only screen and (max-width:549px){
     .template_page\.corporate .flickity-prev-next-button.next {
         right: 5px !important;
         top: 43%!important;
    }
     .shopify-policy__container {
         margin-top: 0rem;
         width: 100%;
         max-width: 100%;
         margin-bottom: 3rem;
    }
     div#sizechart {
         overflow: scroll;
    }
     div#popup {
         width: 90%;
         top: 50%;
    }
     .newsletter_flex_wrapper {
         flex-wrap: wrap;
         gap: 2rem 0 !important;
    }
     .newsletter-image {
         width: 100%;
    }
     .newsletter-image img {
         width: 100%;
    }
     .newsletter-pop-content p {
         margin-top: -1rem !important;
    }
     .newsletter-pop-content h2 {
         font-size: 21px;
    }
     .newsletter-pop-content p {
         font-size: 13px;
    }
     .popup input {
         margin-bottom: 0 !important;
         padding-bottom: 0 !important;
    }
     p.disclaimer_news_pop {
         margin-top: 2rem !important;
         margin-bottom: 3rem !important;
    }
     a.b-nav-tab-inner {
         font-size: 11px;
         padding: 5px 1.5rem;
    }
     div#sizechart table {
         width: auto;
    }
     .flickity-prev-next-button.next {
         right: 5px!important;
         top: 43%!important;
    }
     a.site-header__icon.header__icon.link.link--text.focus-inset.wishlist-hero-header-icon {
         DISPLAY: NONE;
    }
     a.header__icon.header__icon--account.link.focus-inset.small-hide {
         DISPLAY: NONE !IMPORTANT;
    }
     header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
         PADDING-TOP: 1REM;
    }
     .baDropdownStyle.mobile_top_right:not(.hideOnMobile) {
         top: -3px !important;
         right: 9px !important;
    }
     #shopify-section-template--14604644515953__71249db6-f12c-459f-a16d-5b89d36a2e35 h2.rich-text__heading.rte.inline-richtext.h1 {
         font-size: 17px !important;
    }
     body.template_index.overflow-hidden-tablet main#MainContent {
         height: 100vh;
         overflow: hidden;
    }
     body.template_index.overflow-hidden-tablet .menu-drawer__utility-links {
         display: none;
    }
     body.template_index.overflow-hidden-tablet footer.footer {
         display: none;
    }
     .menu-drawer__navigation {
         padding: 2.6rem 0;
    }
     body.template_index.overflow-hidden-tablet {
         height: 100vh;
    }
     h1.main-page-title.page-title.h1 {
         text-align: center;
         margin-top: 1rem;
         line-height: 1;
         margin-bottom: 0;
         font-size: 29px;
    }
     .page_sizingchart table * {
         color: #b07969;
         border-color: #b07969 !important;
    }
     .page_sizingchart table {
    }
     .page_sizingchart .page-width > .rte {
         overflow: scroll;
         border: 1px solid #b07969;
         margin-top: 3rem;
    }
     .page_sizingchart .page-width > .rte table {
         margin: 0;
    }
     .bacurr-checkoutNotice {
         display: none;
    }
     .template_cart main#MainContent {
         margin-top: 4rem;
    }
     body.page_.gradient.template_cart * {
         color: #B07969;
    }
     button.cart__checkout-button.button {
         color: #fff !important;
         background: #B07969;
         text-transform: uppercase !important;
    }
     .product__info-wrapper.grid__item {
         margin-top: 2rem;
    }
     .flickity-page-dots .dot {
         display:block !important;
         background: #b07969 !important;
    }
     body.page_contact.gradient.template_page\.contact .contact {
         width: 100%;
    }
     .product-popup-modal__content {
         width: 95% !important;
         padding: 0 1.5rem 0 1.5rem;
    }
     a.b-nav-tab {
         padding: 6px 2rem;
         font-size: 12px;
    }
     .b-tab {
         padding: 24px 16px;
    }
     .product-popup-modal__content-info table * {
         font-size: 12px;
    }
     .product-popup-modal__toggle {
         padding: 8px;
         width: fit-content;
    }
     .product-popup-modal__toggle .icon {
         width: 1.2rem;
    }
     .newsletter-pop-content h2 {
         font-size: 21px !important;
    }
     .newsletter-pop-content p {
         font-size: 13px !important;
    }
     p.disclaimer_news_pop {
         line-height: 1.2 !important;
    }
     .newsletter-pop-content .newsletter-form__field-wrapper {
         width: 90% !important;
    }
     .newsletter-form__field-wrapper .field__input {
         height: 40px;
    }
     div#popup {
         width: 73%;
         top: 50%;
    }
    .popup .close-btn {
         background: #B9C7B5 !important;
         font-weight: 600 !important;
         font-size: 42px !important;
         padding: 0 !important;
         color: #b07969 !important;
         width: 32px !important;
         height: 32px !important;
         line-height: 0.9 !important;
         border-radius: 30px !important;
         top: 1rem;
    }
}
 button.tab-button {
     background: TRANSPARENT;
     border: none;
}
 .tab-buttons {
     display: flex;
     flex-wrap: wrap;
}
 button.tab-button {
     width: 25%;
}
 .rich-text__wrapper.rich-text__wrapper--center.page-width.main-tabbed-wrap {
     padding: 0;
}
 button.tab-button {
     background: rgba(201, 195, 191, 0.38);
}
 button.tab-button * {
     color: #B9C7B5 !important;
}
 .tab-buttons img {
     max-width: 140px;
}
 button.tab-button {
     padding: 5rem 0 1rem;
}
 button.tab-button.active {
     background: #fff;
}
 button.tab-button h4 {
     font-family: 'Karla';
     font-size: 20px;
     margin-top: 3rem;
     font-weight:normal;
     margin-bottom: 1.5rem;
}
 h4 {
}
 button.tab-button p {
     width: 60%;
     font-family: 'Karla';
     font-weight: 300;
     font-size: 16px;
     margin: 0 auto;
}
 button.tab-button.active img:before {
     background: #B9C7B5;
     border-radius: 50%;
     content: 'a';
     position: absolute;
     width: 140px;
     height: 140px;
     top: 0;
     left: 0;
     background-size: 100% 100%;
}
 .tabbed-banner {
     display: flex;
     margin: 4rem 0;
     align-items: center;
}
 .tabbed-banner-inner-content * {
     text-align: left;
}
 .tabbed-banner-inner-content {
     padding-left: 8.5rem;
     padding-right: 8.5rem;
}
 p.tabbed-subheading {
     color: #B07969;
     font-family: Karla;
     font-size: 30px;
     font-style: normal;
     font-weight: normal;
     line-height: normal;
     margin-bottom: 0 !important;
}
 .tabbed-banner-inner-content h2 {
     color: #B07969;
     font-family: Mirador;
     font-size: 64px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     margin-top: 3rem;
     margin-bottom: 4rem;
}
 .banner_content p {
     color: #B07969;
     font-family: Karla;
     font-size: 22px;
     font-style: normal;
     font-weight: normal;
     width: 64%;
     line-height: 118.4%;
    /* 35.52px */
}
 .inner_flex_banner {
     display: flex;
     flex-wrap: wrap;
}
 .inner_content_flex_banner {
     width: 50%;
}
 .inner_flex_banner {
     width: 78%;
}
 .inner_content_flex_banner h6 {
     color: #B07969;
     font-family: Mirador;
     font-size: 64px;
     font-style: normal;
     font-weight: 400;
     margin: 0;
     line-height: 1;
}
 .press_wrapper .rich-text__wrapper.rich-text__wrapper--center.page-width>div a {
     text-decoration: none !important;
}
 .press_wrapper h2.rich-text__heading.rte.inline-richtext {
     font-size: 22px;
}
 .press_additional.details * {
    font-size: 16px;
}
 .inner_content_flex_banner p {
     color: #B07969;
     font-family: Karla;
     font-size: 21px;
     font-style: normal;
     font-weight: 100;
     line-height: 103.9%;
    /* 31.17px */
     letter-spacing: -0.9px;
     margin-top: 0;
     width: 70%;
     margin-bottom: 2rem;
}
 .product__tax.caption {
     display: none;
}
 .tabbed-banner {
     MARGIN-BOTTOM: 50PX;
}
 .video_text_template {
     position: absolute;
     bottom: 0;
     font-size: 16px;
     right: 0px;
     padding: 3px 3rem;
     padding-bottom: 10px;
     background: linear-gradient(to top, #bad2ed, rgba(255, 0, 0, 0));
}
 .flickity-button:focus {
     outline: none;
     box-shadow: 0 0 0 0px #19F !important;
}
 .tabbed-banner P {
     MARGIN-BOTTOM: 0;
}
 .grid_main_wrapper {
     PADDING-TOP: 60PX;
}
 .collection .flickity-prev-next-button {
     top: 45% !important;
}
 body.template_collection\.multi-level-filter span.price-disclaimer {
     display: none !important;
}
 .tabbed_slider_wrapper {
     display: flex;
     width: 100%;
     align-items: center;
}
 .tabbed_slider_content {
     width: 50%;
}
 .tabbed_slider_image_video {
    display: inherit;
    width: 50%;
}
 .tabbed_slider_content_text {
     color: #FFF !important;
     font-family: Mirador;
     font-size: 30px;
     font-style: normal;
     font-weight: normal;
     line-height: normal;
     text-align: left;
    /* padding-left: 19rem;
     */
    /* padding-right: 16rem;
     */
}
 .tabbed_slider_wrapper {
     background: #B9C7B5;
}
 span.aurthor_tabbed {
     width: 100%;
     text-align: left;
     display: block;
     margin-top: 5px;
     color: #B07969;
     font-family: Karla;
     font-size: 16px;
     font-style: normal;
     font-weight: 600;
}
 .tabbed_slider_content {
     padding-left: 14rem;
     padding-right: 7rem;
}
 .tabbed_slider_image_video img {
     width: 100%;
}
 .img_available_tabbed {
}
 .img_available_tabbed .tabbed_slider_content_text {
}
 .tabbed_slider_content_text:after {
     content: '"';
     line-height: normal;
     position: absolute;
     background-image: url(/cdn/shop/files/1_8650f516-70a5-491b-a16a-f7ed335583c7.png?v=1691725308);
     width: 50px;
     background-repeat: no-repeat;
     bottom: -15px;
     right: -2rem;
     content: '';
     width: 45px;
     height: 34px;
}
 .list-grid-partners {
     width: 100%;
     display: block !important;
}
 .tabbed_slider_content_text:before {
     content: '"';
     line-height: normal;
     position: absolute;
     background-image: url(/cdn/shop/files/da21dde662a19a4b8a6e17048660983a_5d48e186-50a4-4fc4-9c4b-bff0d2bef082.png?v=1691725309);
     width: 50px;
     background-repeat: no-repeat;
     top: -12px;
     left: -8rem;
     content: '';
     width: 45px;
     height: 34px;
}
 .tabbed_slider_content_text {
     position: relative;
}
 .tabbed_slide_main_wrapper.flickity-enabled > div {
}
 h1.article-template__title {
    font-size: 30px;
}
 .article-template__content * {
     font-size: 18px;
}
 .grid_main_wrapper {
     padding: 44px 28px;
}
 .blog_inner a {
     height: 100%;
     display: block;
}
 .tabbed_grid_wrapper {
     width: 33.33%;
}
 .blog_inner h2 {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
 .blog_inner h2 {
     margin-bottom: 0 !important;
}
 .grid_main_wrapper img {
     width: 100%;
}
 .grid_main_wrapper button.flickity-button.flickity-prev-next-button.previous {
     background: transparent;
     left: 2px;
}
 .tabbed_grid_wrapper {
     padding: 15px;
}
 .tabbed_grid_content_text {
     color: #B07969;
     font-family: Mirador;
     font-size: 30px;
     font-style: normal;
     font-weight: 400;
     line-height: 111.4%;
    /* 33.42px */
     letter-spacing: -0.45px;
     margin-top: 8px;
     text-align: left;
     width: 100%;
     padding-left: 15px;
}
 .tabbed_slide_main_wrapper button.flickity-button.flickity-prev-next-button.previous {
     background: transparent;
     left: -5px;
     color: #fff !important;
}
 .tabbed_grid_wrapper {
     padding-bottom: 0 !important;
}
 .flickity-prev-next-button.next{
     right: 38px!important;
}
 .text_is_blank_tabbed .tabbed_slider_image_video {
     width: 100%;
}
 .tabbed-banner-inner-content em {
     position: relative;
     top: -34px;
     left: -1px;
     font-weight: 300;
     font-size: 32px!important;
}
 .list-grid-partners {
     display: flex;
     gap: 6rem;
}
 .tabbed-banner {
     align-items: flex-start;
}
 .list-grid-partners {
     color: #B07969;
     font-family: Karla;
     font-size: 20px;
     font-style: normal;
     font-weight: 300;
    /* 0% */
     text-transform: uppercase;
}
 .list-grid-partners {
     position: relative;
     top: -3rem;
}
 .prosperity_inner_main_wrapper_tab p {
     width: 90%;
}
 .partner_inner_main_wrapper_tab p {
     width: 100%;
}
 .banner--content-align-left.banner--desktop-transparent .banner__box, .banner--content-align-right.banner--desktop-transparent .banner__box, .banner--medium.banner--desktop-transparent .banner__box {
     max-width: 89rem !important;
}
 .page_sustainability .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing img {
     filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
}
 .logo-size_reduce img {
     padding: 0 9rem;
}
 .logo-size_reduce ul {
     justify-content: center;
}
 .logo-size_reduce.multicolumn .title-wrapper-with-link {
     padding-left: 0 !important;
}
 body .banner__buttons a {
     color: #FFF;
     font-family: Karla !important;
     font-size: 36px !important;
     font-style: normal;
     font-weight: 700 !important;
     line-height: normal;
}
 .banner__content.banner__content--bottom-center.page-width .banner__box {
     min-width: 100% !important;
     max-width: 100% !important;
}
 .banner__buttons {
     max-width: 100% !important;
}
 .banner__content.banner__content--bottom-center.page-width {
     padding-bottom: 0;
}
 .list-section-icon-inner {
     display: flex;
     flex-wrap: wrap;
}
 .list-icon-text {
     width: 50%;
     display: flex;
}
 .list-icon-text-content-title {
     display: flex;
     align-items: center;
}
 .list-icon-text-content-title h4 {
     font-family: 'Karla';
     font-size: 32.28px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
}
 .list-icon-text-content-title span {
     font-family: 'Karla';
     font-size: 32.28px;
     font-style: normal;
     font-weight: 400;
     padding-right: 16px;
     line-height: normal;
}
 .list-section-icon-wrapper.isolate {
     width: 87%;
     margin: 0 auto;
}
 .list-section-icon-wrapper.isolate .rich-text__wrapper {
     padding: 0;
}
 .list-icon-text-content {
     padding-left: 4rem;
}
 .list-icon-text-content-title h4 {
     margin: 0;
     text-align: left;
    /* line-height: 1;
     */
}
 .list-icon-text-content-title {
}
 .list-icon-text-content-title {
     align-items: flex-start;
}
 .list-icon-text-content p {
     margin: 0;
     margin-top: 1rem;
     text-align: left;
     line-height: 1.5;
     font-family: Karla;
     font-size: 18px;
     font-style: normal;
     font-weight: 300;
     line-height: normal;
    /* width: 80%;
     */
}
 .list-icon-text {
     margin-bottom: 7rem;
}
 .list-icon-text {
     margin-bottom: 7rem !important;
}
 .list-icon-text-content-title span {
     padding-left: 10px;
}
 .list-section-icon-wrapper.isolate h2 {
     font-family: Karla;
     font-size: 67.58px;
     font-style: normal;
     font-weight: 300;
     color: #B07969;
     line-height: normal;
     text-align: center;
     display: block;
     width: 100%;
     margin: 0 !important;
}
 .list-section-icon-wrapper.isolate .title-wrapper-with-link p {
     margin: 0;
     text-align: center;
     display: block;
     width: 100%;
     color: #B07969;
     font-family: Karla;
     font-size: 30px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
}
 .list-section-icon-wrapper.isolate .title-wrapper-with-link {
     margin-bottom: 10rem;
}
/* .list-icon-text-main-wrapper {
     border-top: 2px solid #B9C7B5;
}
 */
 section .newsletter.center h2 {
     color: #B07969;
     text-align: center;
     font-family: Mirador Test;
     font-size: 25px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
}
 .page_sustainability .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing .media {
     padding-bottom: 80.081633% !important;
}
 .cart-count-bubble {
     color: #b07969!important;
}
 .newsletter__wrapper > div {
    width: 30%;
    margin: 4rem auto 0;
}
 .product-media-modal[open] {
     visibility: visible;
     opacity: 1;
     z-index: 101;
     display: none;
}
 .remove_arrow .flickity-button {
     display: none;
}
 .contact.page-width form {
    width: 63%;
    margin: 0 auto;
}
 .corporate-form-wrapper .contact__fields {
     margin-bottom: 0 !important;
}
 .contact__button {
     margin-top: 0 !important;
}
 .footer-block--menu small {
     font-size: 14px;
     position: absolute;
     transform: translateY(6.5rem);
}
 .footer__copyright.caption .copyright__content:last-child {
     display: block;
}
 @media only screen and (max-width: 549px) {
     .footer__copyright.caption .copyright__content:last-child {
         display: block;
    }
     .footer-block--menu small{
         display:none;
    }
}
 @media only screen and (max-width:549px){
     .template_list-collections .l-collection-f .float_price {
         text-align: right;
         padding-right: 8px;
         line-height: 1.4;
    }
     #shopify-section-template--14650864369777__71249db6-f12c-459f-a16d-5b89d36a2e35 h2.rich-text__heading.rte.inline-richtext.h1 {
         font-size: 16px;
    }
     h1.rich-text__heading.h1 {
         font-size: 25px;
    }
     .rich-text__text.rte h2 {
         font-size: 17px;
    }
     .tab-buttons {
         flex-wrap: unset;
         gap: 0%;
         overflow: scroll;
    }
     button.tab-button {
         width: 70%;
         min-width: 70%;
         padding: 1rem 0 2rem;
    }
     .tab-buttons img {
         max-width: 73px;
    }
     button.tab-button p {
         width: 90%;
    }
     button.tab-button h4 {
    }
     .section-template--14650864369777__71249db6-f12c-459f-a16d-5b89d36a2e35-padding {
         padding-top: 35px !important;
         padding-bottom: 44px !important;
    }
     .section-collection-list .collection-list:not(.slider) {
         padding-right: 0 !important;
    }
     .section-collection-list button.flickity-button.flickity-prev-next-button.previous {
         left: 5px!important;
         top: 53%!important;
    }
     .section-collection-list .flickity-prev-next-button.next {
         right: 5px!important;
         top: 53%!important;
    }
     p.collection_initial_text {
         padding-left: 5px!important;
         font-size: 19px !important;
    }
     .collection-list .card__content h3 a {
         font-size: 20px!important;
    }
     
     .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
         padding-bottom: 0;
         position: absolute;
         bottom: 2.8rem;
         left: 3rem;
         text-align: left;
         padding-left: 0;
    }
     .footer-block.grid__item h2 p {
         font-weight: 400;
         font-size: 13px;
         line-height: 1.1;
         margin-top: 0;
         margin-bottom: 25px !important;
    }
     .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
         width: 60%!important;
         padding: 0 18px 0 17px !important;
         margin-right: 1rem!important;
         overflow: hidden;
    }
     .tab___thumb_section .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
         width: 100% !important;
         max-width: 100%;
    }
     .template_index .carousel-nav .carousel-cell {
         padding: 0 5px;
    }
     .tab___thumb_section .flickity-viewport {
         height: 85px !important;
    }
     .tab___thumb_section a.button {
         margin-left: 0;
    }
     .template_index .carousel-nav .carousel-cell img {
         width: 100%;
         margin: 0 auto;
         display: block;
         max-width: 150px;
         height: 25px !important;
         object-fit: contain;
    }
     .tab___thumb_section .flickity-viewport {
         height: 66px !important;
    }
     .tab___thumb_section .flickity-viewport {
         height: 55px !important;
    }
     .template_index .carousel-nav .carousel-cell {
         height: 25px!important;
    }
     #shopify-section-template--14650864369777__71249db6-f12c-459f-a16d-5b89d36a2e35 h2.rich-text__heading.rte.inline-richtext.h1 {
         font-size: 16px !important;
    }
     ul#list.universal_filter~div {
         padding-top: 4rem;
    }
     ul#list.universal_filter li {
         margin: 0px 7px;
    }
     ul#list.universal_filter li {
         font-size: 14px!important;
    }
     h1.collection-hero__title {
         margin-top: 0rem!important;
    }
     h1.collection-hero__title {
         margin-bottom: 2rem;
    }
     ul#list.universal_filter {
         position: absolute;
         right: 1rem;
    }
     .collection.page-width {
         padding-right: 0;
    }
     .header__heading-logo {
         width: 150px;
    }
     header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
         PADDING-TOP: 0REM;
    }
     
     
     .scrolled-past-header .header__heading-logo-wrapper {
         width: 80%;
    }
    
     .tab___thumb_section a.button {
         position: relative;
         top: -10px;
         margin-left: 0 !important;
    }
     .multicolumn H2 {
         font-size: 20px !important;
    }
     .template_index .banner__content a {
         font-size: 13px!important;
    }
     .image-with-text__heading.inline-richtext.h0 p:after {
         content: "";
         top: 0;
         background-image: url(/cdn/shop/files/Favicon_Heart.png?v=1683140188);
         background-size: 100%;
         position: absolute;
         width: 80px;
         height: 80px;
         right: -2rem !important;
         top: 1rem !important;
         z-index: -8 !important;
    }
     .banner__box {
         margin-left: 1px !important;
    }
     .tab___thumb_section a.button {
         left: 3rem !important;
    }
     h1.collection-hero__title {
         margin-top: 0rem!important;
    }
     
     .template_collection\.multi-level-filter main#MainContent {
         margin-top: 7rem !important;
    }
     .template_collection\.multi-level-filter .card-information * {
         font-size: 15px;
    }
     .template_list-collections .banner__content h2 {
         font-size: 25px !important;
         margin-top: 6px;
    }
     .template_list-collections .banner__content * {
         font-size: 25px !important;
    }
     .template_list-collections .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
         padding-bottom: 0;
         position: absolute;
         bottom: 2.8rem;
         left: 0rem;
         padding: 0;
         text-align: left;
         padding-left: 0;
    }
     .template_list-collections ul.collection-list {
         padding: 0;
    }
     .l-collection-f {
         align-items: center;
    }
     .template_list-collections .l-collection-f .float_price {
        /* height: 15px;
         */
    }
    
     li.collection-list__item .float_price * {
         color: #B07969 !important;
         font-size: 15px !important;
    }
     .template_list-collections p.card__heading a {
         display: -webkit-box;
         -webkit-line-clamp: 1;
         -webkit-box-orient: vertical;
         overflow: hidden;
         line-height: 1.5;
    }
     ul.collection__split__showcase {
         margin-bottom: 1rem;
    }
     .template_collection h1.collection-hero__title {
         padding-left: 15px;
    }
     .section-template--14650864042097__product-grid-padding {
         padding-top: 12px;
    }
     .template_collection main#MainContent {
         margin-top: 7rem !important;
    }
     .template_collection .price__regular * {
         font-size: 14px !important;
    }
   
    
     p.mobile-facets__count {
         color: #b07969;
         font-size: 13px;
    }
     .mobile-facets__close svg {
         width: 15px;
    }
     .mobile-facets__sort .select__select {
         font-size: 14px;
    }
     .mobile-facets__summary {
         padding: 9px 15px;
    }
     .mobile-facets__label {
         padding: 10px 15px;
    }
     .mobile-facets__close-button {
         padding-left: 15px;
    }
     .template_product main#MainContent {
         margin-top: 3rem !important;
    }
     div#stopper {
         margin-bottom: 6px;
         font-size: 13px;
    }
     div#stopper svg {
         height: 9px !important;
    }
     span.price-disclaimer {
         font-size: 10px;
    }
     .product__info-wrapper.grid__item {
         margin-top: 0;
    }
     .product__description.rte.quick-add-hidden {
         font-size: 14px;
         margin-top: 7px !important;
         margin-bottom: 0 !important;
    }
     #variant-radios-template--14650864730225__main {
         margin-top: 0 !important;
         margin-bottom: 10px !important;
    }
     fieldset.js.product-form__input legend {
         font-size: 14px;
    }
     modal-opener.product-popup-modal__opener.no-js-hidden.quick-add-hidden button {
         top: 9px;
         font-size: 14px !important;
         padding-bottom: 0;
         height: 20px !important;
    }
     label.quantity__label.form__label {
         font-size: 14px;
    }
     quantity-input.quantity {
         width: 125px;
         padding-left: 0;
    }
     .quantity__input {
         width: 31px;
    }
     .inventory_main_wrapper p {
         font-size: 12px;
    }
     div#wishlisthero-product-page-button-container {
         margin: 1rem 0;
    }
     .prod-share {
         margin-bottom: 0;
    }
     button.btn.product__form--add-to-cart.btn.btn--secondary-accent.button.button--full-width.product-form__buttons.wishlisthero-product-in-wishlist * {
         font-size: 14px !important;
    }
     .prod-share * {
         font-size: 14px;
    }
     .product-accordian .product__accordion .accordion__content {
         padding-left: 0;
         font-size: 14px !important;
         padding-bottom: 1rem !important;
    }
     .accordion__content.rte p {
         font-size: 14px;
    }
     .template_product .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
         font-size: 20px;
    }
     .similar_product_wrapper .collection li {
         width: 50% !important;
         max-width: 50% !important;
    }
     slider-component.page-width {
         PADDING-LEFT: 0;
    }
   
     .template_product p.card__heading.h5 {
         padding-left: 0 !important;
    }
     .similar_product_wrapper.color-.isolate.gradient {
         margin: 0 15px;
    }
     .template_product slider-component.slider-mobile-gutter.page-width {
         padding-right: 0;
         width: 100%;
    }
     .similar_product_wrapper.color-.isolate.gradient button.flickity-button.flickity-prev-next-button.previous {
         left: -26px !important;
    }
     .similar_product_wrapper button.flickity-button.flickity-prev-next-button.next {
         right: -21px !important;
    }
     .template_product slider-component.slider-mobile-gutter.page-width {
         padding-left: 0;
    }
     .template_product slider-component.slider-mobile-gutter.page-width {
         padding-left: 0;
    }
     .similar_product_wrapper.color-.isolate.gradient {
         padding-bottom: 0 !important;
    }
     .other_related_wrap .similar_product_wrapper .collection {
         margin-top: 0px;
    }
     .template_product ol.flickity-page-dots {
         display: none;
    }
     label.quantity__label.form__label {
         margin-bottom: 10px;
    }
     .magnifier {
         display: none !important;
    }
     .similar_product_wrapper .collection ul {
         margin-bottom: 40px;
    }
     .product__media-toggle:after {
         display: none;
    }
     .prod-share {
         margin-bottom: 0;
    }
     .product__media-toggle:after {
         display: none !important;
    }
     .product__modal-opener--image .product__media-toggle:hover {
         display: none !important;
    }
     span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--lightbox {
         display: none;
    }
     .magnifier {
         display: none !important;
    }
     .product__media-toggle:after {
         display: none;
    }
     .product__media-toggle:after {
         display: none !important;
    }
     .product__modal-opener--image .product__media-toggle:hover {
         display: none !important;
    }
     span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--lightbox {
         display: none;
    }
     .product__media-wrapper button.flickity-button.flickity-prev-next-button.previous {
         left: -10px !important;
    }
     .product__media-wrapper button.flickity-button.flickity-prev-next-button.next {
         right: -2px !important;
    }
     .page-width.page-width--narrow {
         padding-top: 0 !important;
    }
     h1.main-page-title.page-title.h1 {
         font-size: 25px;
    }
     .rich-text__blocks.center h5 {
         font-size: 16px;
    }
     .rich-text__blocks.center h5 {
         margin-top: 1;
    }
     .section-template--14650864468081__a05db06d-e625-4a4c-93d9-be6bdd228e26-padding {
         padding-top: 15px !important;
    }
     .page_corporate .logo-slide .page-width {
         padding-top: 0;
    }
     .logo-slider-wrapper button.flickity-button.flickity-prev-next-button.previous {
         left: 0px !important;
    }
     .page_corporate ul.logo-slider-wrapper .flickity-prev-next-button.next {
         right: 6px !important;
         top: 50% !important;
    }
     .page_corporate ul.logo-slider-wrapper .flickity-button {
         top: 57% !important;
    }
     .rich-text__blocks.center h5 {
         margin-top: 1;
    }
     .section-template--14650864468081__a05db06d-e625-4a4c-93d9-be6bdd228e26-padding {
         padding-top: 15px !important;
    }
     .page_corporate .logo-slide .page-width {
         padding-top: 0;
    }
     .logo-slider-wrapper button.flickity-button.flickity-prev-next-button.previous {
         left: 0px !important;
    }
     .page_corporate ul.logo-slider-wrapper .flickity-prev-next-button.next {
         right: 6px !important;
         top: 50% !important;
    }
     .page_corporate ul.logo-slider-wrapper .flickity-button {
         top: 57% !important;
    }
     body.page_corporate.gradient.template_page\.corporate.pro--id .rich-text__text.rte p {
         font-size: 18px;
    }
     .page_corporate .simple-multi .multicolumn-list li {
         width: 100% !important;
         max-width: 100%!important;
    }
    .page_corporate .simple-multi .multicolumn-list__item .media--adapt .multicolumn-card__image {
         width: 100%;
         height: auto;
    }
     .page_corporate .simple-multi .multicolumn-list li {
         padding: 0;
    }
     .slider_active_section h3.inline-richtext {
         font-size: 20px;
    }
     .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
         padding: 10px 0;
    }
     .page_corporate .simple-multi .multicolumn .flickity-viewport {
         height: 520px !important;
    }
     .contact.page-width form {
         width: 100%;
         margin: 0 auto;
    }
     .simple-multi .multicolumn-list__item .media--adapt .multicolumn-card__image {
         width: 100%;
         height: auto;
    }
     .simple-multi .multicolumn-list li {
         padding: 0;
    }
     .slider_active_section h3.inline-richtext {
         font-size: 20px;
    }
     .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
         padding: 10px 0;
    }
     .page_corporate .simple-multi .multicolumn .flickity-viewport {
         height: 520px !important;
    }
     .corporate-form-wrapper .contact__fields .field {
         margin-bottom: 15px;
    }
     .corporate-form-wrapper .contact__fields .field *::placeholder {
         font-size: 15px !important;
    }
     .corporate-form-wrapper .contact__fields .field * {
         font-size: 13px !important;
    }
     .corporate-form-wrapper .contact__fields .field input {
         height: 40px;
    }
     .page_corporate .simple-multi .multicolumn-list__item .media--adapt .multicolumn-card__image {
         width: 100%;
         height: auto;
    }
     .simple-multi .multicolumn-list li {
         padding: 0;
    }
     .slider_active_section h3.inline-richtext {
         font-size: 20px;
    }
     .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
         padding: 10px 0;
    }
     .page_corporate .simple-multi .multicolumn .flickity-viewport {
         height: 520px !important;
    }
     .corporate-form-wrapper .contact__fields .field {
         margin-bottom: 15px;
    }
     .corporate-form-wrapper .contact__fields .field *::placeholder {
         font-size: 15px !important;
    }
     .corporate-form-wrapper .contact__fields .field * {
         font-size: 13px !important;
    }
     .corporate-form-wrapper .contact__fields .field input {
         height: 40px;
    }
     body[class*=template_page] main#MainContent {
         margin-top: 7rem !important;
    }
     .image_wrapper_foot img {
        /* width: 100%!important;
         */
         max-width: 90px!important;
         height: 100px !important;
    }
}
 
.collection_cta {
         display: none;
    }

/*    
 .template_index li.collection-list__item.grid__item:hover .collection_cta {
    color: #b07969;
    font-weight: 300;
    padding-left: 50%;
    text-align: center;
    align-items: center;
    position: absolute;
    display: flex;
    text-wrap: nowrap;
    z-index: 10;
    top: 50%;
    left: 20%;
    width: fit-content;
}

li.collection-list__item.grid__item:hover a {
     color: #B9C7B5!important;
}

    li.collection-list__item.grid__item:hover a {
         color: #D8E6D1!important;
    }

     li.collection-list__item.grid__item:hover a.col-list-navigate {
         border-color: #D8E6D1!important;
    }
li.collection-list__item.grid__item:hover a {
     color: #ccc !important;
}
*/

 .footer_top_f {
     width: 100%;
}
 .tabbed-banner-inner-content em {
     position: relative;
     top: -19px;
     left: -1px;
     font-weight: 300;
     font-size: 22px!important;
     font-family: Karla;
     font-size: 22px;
     font-style: normal;
     font-weight: normal;
     line-height: 118.4%;
}
 .ticker__item svg {
     width: 35px;
     position: relative;
     top: 5px;
}
 span.raise_it {
     position: relative;
     font-size: 25px;
     padding-right: 5px;
     top: -35px;
     left: -5px;
}
 .banner__content {
     padding-bottom: 9.1rem !important;
}
 .header__heading-logo {
     width: 100%;
}
 .image-with-text .grid {
     align-items: flex-start;
}
 .image-with-text__content {
     padding-top: 6-px;
}
 .image-with-text__text-item.grid__item p {
     margin-top: 0;
}
 .template_index .image-with-text .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
     margin-bottom: 40px;
}
 .template_index .header__icons svg {
     filter: brightness(0) invert(1);
     height: 25px;
}
 .scrolled-past-header .header__icons svg {
     filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
}
 .header__icons svg {
     height: 25px;
}
 .page_sustainability .shopify-section.shopify-section-group-header-group:not(.scrolled-past-header) svg {
     filter: brightness(0) invert(1);
}
 .page_corporate main#MainContent {
     margin-top: 0 !important;
}
 .page_corporate header {
     background: transparent !important;
}
 .page_corporate header * {
     color: #fff !important;
}
 .page_corporate .shopify-section.shopify-section-group-header-group:not(.scrolled-past-header) svg {
     filter: brightness(0) invert(1);
}
 .page_corporate .scrolled-past-header header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
     background: #fff !important;
}
 .page_corporate .mega-menu[open] .mega-menu__content {
     background: #d8e6d4c7 !important;
}
 .grid_main_wrapper .blog_inner {
     width: 33.33%;
}
 .blog_inner img {
    width: 100%;
}
 .grid_main_wrapper {
     width: 95%;
     margin: 0 auto;
}
 .blog_inner {
     padding: 0 15px;
}
 .blog_inner h2 {
     text-align: left;
     padding-left: 10px;
     margin-top: 15px;
}
 .grid_main_wrapper button.flickity-button.flickity-prev-next-button.next {
     right: 12px !important;
}
 button.instafeed-new-arrow.instafeed-new-arrow-prev:after {
     content: "";
     background-image: url(/cdn/shop/files/p-arrow.png?v=1687087175);
     width: 22px;
     height: 22px;
     background-size: 100%;
     position: absolute;
     background-repeat: no-repeat;
     transform: rotate(90deg);
     left: 1px;
     bottom: 8px;
}
 body .instafeed-new-carousel-container .instafeed-new-arrow {
     background: #d8e6d4b8!important;
     opacity: 1 !important;
     padding: 19px !important;
}
 button.instafeed-new-arrow.instafeed-new-arrow-next:after {
     content: "";
     background-image: url(/cdn/shop/files/p-arrow.png?v=1687087175);
     width: 22px;
     height: 22px;
     background-size: 100%;
     position: absolute;
     background-repeat: no-repeat;
     transform: rotate(-90deg);
     bottom: 7px;
     right: -1px;
}
 .tab___thumb_section a.button {
     position: relative;
     top: 0;
     right: 0 !important;
     margin: 15px auto 0 !important;
     display: block !important;
     width: 100% !important;
     left: 0 !important;
}
 .tab___thumb_section a.button {
     position: relative;
     top: 0;
     right: 0 !important;
     margin: 15px 0 0 !important;
     display: block !important;
     left: 95px !important;
}
 .template_list-collections .card__heading a {
     padding: 0!important;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
     line-height: 1;
     margin-top: 4px;
}
 .image-with-text__content .collection__title {
     position: absolute;
     top: 0;
}
 .image-with-text__content h2.image-with-text__heading {
     margin-top: 5rem;
}
 .image-with-text__content .collection__title * {
     line-height: 0.7;
}

 .scrolled-past-header header.header .cart-count-bubble {
     border: 1px solid #B07969;
     padding-left: 2px;
     padding-top: 1px;
}
 .template_index .collection li.grid__item {
     padding: 0 5px;
}
 .badge {
     background: #B07969;
     border-color: #B07969;
}
 #ProductGridContainer ul#product-grid li {
     min-width: calc(25% - 1.4rem) !important;
}
 .template_collection .footer {
     margin-top: 0;
}
 .grid_main_wrapper {
     padding-bottom: 0;
}
 .page_sustainability footer {
     margin-top: 0;
}
 .page_distributor footer {
     margin-top: 0;
}
 .template_blog footer {
     margin-top: 0;
}
 .page_contactus footer {
     margin-top: 11px;
}
 .page_clothingsizechart footer {
     margin-top: 0;
}
 body.page_terms\&conditions h1.main-page-title.page-title.h1, body.page_importdutiesandtaxes h1.main-page-title.page-title.h1 {
     margin-top: 5px;
     margin-bottom: 18px;
}
 body.page_terms\&conditions main .page-width, body.page_importdutiesandtaxes main .page-width {
     margin-bottom: 0rem;
     padding-bottom: 0;
}
 .blog_inner a {
     text-decoration: none !important;
}
 .page_sustainability header .cart-count-bubble * {
     color: #B07969 !important;
}
 form label {
     color: #B07969 !important;
}
 .magnifie.slick-slide.slick-current.slick-active {
     border: 5px solid #D8E6D4;
}
 .product-form__input input[type=radio].disabled+label {
     opacity: 0.7;
     pointer-events: none;
}
 .product-form__input input[type=radio].disabled+label:after {
     content: '';
     width: 100%;
     height: 1px;
     position: absolute;
     background: #B07969;
     left: 0;
     transform: rotate(18deg);
     top: 20px;
}
 .product-form__input input[type=radio].disabled+label {
     text-decoration: none;
}
 @media only screen and (min-width:550px){
     .footer-block.grid__item.footer_menu_wrap.footer-block--menu ul {
         display: block !important;
    }
}
  @media only screen and (min-width:900px){
       media-gallery .slider-for{
            height:100%;
        }
    }
 p.no_products {
     color: #B07969 !important;
     font-size: 22px;
     display: block;
     text-align: center;
     margin-top: 50px;
}
 .page_faqs .page-width * {
     color: #B07969;
     margin-top: 0px !important;
     margin-bottom: 0px;
}
 .page_faqs h1.main-page-title.page-title.h1 {
     margin-bottom: 18px;
     margin-top: 19px !important;
}
 .footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
     padding: 0 !important;
     width: 100%;
}
 @media only screen and (max-width:549px){
     .newsletter-pop-content h2 {
         font-size: 17px !important;
    }
     .newsletter-pop-content h2 br {
         display: none;
    }
     div#popup {
         width: 85%;
    }
     .newsletter-form__field-wrapper .field__input {
         padding-top: 0;
         font-size: 15px;
    }
     form#ContactForm label {
         padding-left: 0 !important;
    }
     .menu-drawer * {
         text-transform: uppercase;
    }
     .template-search .collection li.grid__item {
         width: calc(50% - 1rem);
         max-width: calc(50% - 1rem);
    }
     .template-search {
         padding-top: 0;
    }
     body .shopify-policy__title h1 {
         font-size: 25px;
         margin-top: 13px !important;
         margin-bottom: 10px !important;
         text-transform: uppercase;
         font-weight: normal !important;
    }
     body.page_faqs h1.main-page-title.page-title.h1 {
         margin-top: 8px !important;
    }
     .template-search h1 {
         margin-top: 10px;
         margin-bottom: 10px !important;
    }
     .page_faqs h1.main-page-title.page-title.h1 {
         margin-bottom: 15px;
         margin-top: 24px !important;
    }
     .press_wrapper .rich-text__wrapper.rich-text__wrapper--center.page-width>div a * {
         text-align: center;
    }
     .template_list-collections .l-collection-f {
         flex-direction: column;
    }
     .template_list-collections .l-collection-f .card__content * {
         text-align: left !important;
         width: 100% !important;
    }
     .collection-list .card__content {
         width: 100%;
    }
     .template_list-collections .l-collection-f .float_price {
         position: absolute;
         bottom: 0;
         right: 8px;
         margin-bottom: 2rem;
         line-height: 1;
    }
     .footer-block--newsletter > div{
         width: 90%;
    }
     section.shopify-section.section.press_wrapper .rich-text__wrapper {
         width: 100%;
    }
     .product-form__buttons {
         max-width: 100% !important;
    }
     .footer-block--newsletter {
        /* width: 80%;
         */
        /* margin: 0 auto;
         */
    }
     div#stopper {
         margin-top: 42px;
    }
     .footer-block.grid__item.footer_menu_wrap.footer-block--menu > * {
         width: 90%;
         margin: 0 auto;
    }
     .footer-block.grid__item.footer-block--menu.dom > * {
         width: 90%;
         margin: 0 auto;
    }
     li.list-social__item {
         margin-right: 10px;
    }
     .footer-block.grid__item.footer-block--menu li a {
         font-size: 15px;
    }
     .press_additional.details {
         justify-content: center;
    }
     .section-template--14650864369777__71249db6-f12c-459f-a16d-5b89d36a2e35-padding {
         padding-top: 35px !important;
         padding-bottom: 31px !important;
    }
     .section-template--14650864369777__74371b84-e018-4b2b-b8b5-0bcdb2999287-padding {
         padding-top: 30px;
         padding-bottom: 0px;
    }
     .section-collection-list button.flickity-button {
         display: none;
    }
     .scrolled-past-header header.header .cart-count-bubble {
         background: #fff;
         border: 1px solid #B07969;
         padding-left: 2px;
         padding-top: 1px;
    }
     .template_list-collections .card__heading a {
         padding: 0!important;
         display: -webkit-box;
         -webkit-line-clamp: 1;
         -webkit-box-orient: vertical;
         overflow: hidden;
         line-height: 1;
         margin-top: 4px;
    }
     .grid_main_wrapper .blog_inner {
         width: 100%;
    }
     .tab___thumb_section a.button {
         position: relative;
         top: 0;
         right: 0 !important;
         margin: 15px auto 0 !important;
         display: block !important;
         width: 100% !important;
         left: 0 !important;
    }
     div#wishlisthero-product-page-button-container * {
         opacity: 1 !important;
    }
     .similar_product_wrapper .collection .collection__title h2 {
         margin-bottom: 20px !important;
    }
     body.overflow-hidden main {
         height: 100vh;
         overflow: hidden;
         display: none;
    }
     .drawer {
         z-index: +9999999999;
    }
     .footer-block.grid__item.footer_menu_wrap.footer-block--menu {
         width: 100% !important;
         margin-bottom: 2rem !important;
    }
     .footer-block.grid__item.footer_menu_wrap.footer-block--menu h2:after {
         background-image: url(/cdn/shop/files/p-arrow.png?v=1687087175);
         content: '';
         width: 12px;
         height: 12px;
         position: absolute;
         background-repeat: no-repeat;
         background-position: center;
         right: 5%;
    }
     .footer-block.grid__item.footer_menu_wrap.footer-block--menu h2.head-active:after {
         transform: rotate(180deg);
         top: 3px;
    }
     .footer-block.grid__item.footer_menu_wrap.footer-block--menu {
         position: relative;
    }
     ul.footer-block__details-content.list-unstyled {
         margin-bottom: 1rem;
    }
     button.cart__checkout-button.button {
         width: 100%;
         display: block;
    }
     .cart__ctas {
         display: block;
         width: 100%;
    }
     .collection li.grid__item {
         width: 49%;
         max-width: 49%;
    }
     .similar_product_wrapper .collection li {
         list-style: none;
         padding-right: 0px;
         padding: 0 5px;
    }
     .shopify-section:not(.other_related_wrap) .similar_product_wrapper li {
         width: 50%!important;
         min-width: 50%!important;
    }
     button.cart__checkout-button.button {
         width: 100%;
         display: block;
         min-width: 100%;
    }
     .scrolled-past-header header.header .header__heading-logo-wrapper {
         height: 25px;
         overflow: hidden;
    }
     .footer-block__details-content .list-menu__item--link {
         padding-top: 1.5rem !important;
    }
     .scrolled-past-header summary.header__icon.header__icon--menu svg {
         filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
    }
     .header__icons svg {
         filter: brightness(0) invert(1);
         height: 18px !important;
    }
     .video-section .banner__content.banner__content--top-left.page-width a {
         position: absolute !important;
         bottom: 0;
         left: 0;
         right: 0;
    }
     .page-width.video-text-available {
         height: 100%;
    }
     .page-width.video-text-available >div {
         height: 100% !important;
         padding: auto;
    }
     .video-section .banner__content.banner__content--top-left.page-width .banner__buttons {
         height: 100%;
         position: absolute;
         bottom: 0;
         top: 0;
         min-height: 100vh !important;
         min-height: 415px !important;
         text-align: center;
         display: block;
         left: 0;
         right: 0;
    }
     .video_autoplay_wrapper .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
         padding-bottom: 0;
         height: 100%;
    }
     .collection-list-wrapper li {
         padding: 0 7.5px !important;
    }
     .video-section .banner__content.banner__content--top-left.page-width a {
         position: absolute !important;
         bottom: 7rem;
         left: 0;
         right: 0;
    }
     .header__icons svg {
         height: 25px;
    }
     .scrolled-past-header img.header__heading-logo.motion-reduce {
         width: 200px;
    }
     .collection-list .card__content h3 a {
         font-size: 15px!important;
    }
     p.collection_initial_text {
         padding-left: 25px!important;
         font-size: 15px!important;
    }
     .customer.login, .customer.register {
         margin-top: 0rem!important;
    }
     body.page_terms\&conditions main .page-width, body.page_importdutiesandtaxes main .page-width {
         margin-top: 3rem;
         width: 100%!important;
         max-width: 100%!important;
         margin-bottom: 8rem;
         color: #b07969;
    }
     .press_wrapper {
         padding: 0 15px;
    }
     .page_press h1.main-page-title.page-title.h1 {
         margin-top: 3rem;
    }
     div#wishlist-hero-shared-list-view {
         margin: 3.5rem auto;
         width: 95%;
    }
     ul.logo-slider-wrapper {
         margin-bottom: 0!important;
         margin-top: 1rem!important;
         flex-wrap: unset;
         gap: 0%;
         overflow-x: scroll;
    }
     ul.logo-slider-wrapper li {
         padding-right: 15px;
    }
     ul.logo-slider-wrapper .logo-slide {
         max-width: calc(50% - 0rem) !important;
    }
     span.raise_it {
         position: relative;
         font-size: 12px;
         padding-right: 5px;
         top: -15px;
         left: -1px;
    }
     .tabbed_slider_image_video img {
         height: 522px;
         object-fit: cover;
         object-position: right;
    }
     .collection-list .card__content h3 a {
         font-size: 14px!important;
    }
     li.collection-list__item .float_price * {
         color: #B07969!important;
         font-size: 13px!important;
    }
     h2.collection_subtitle a {
         font-weight: 300!important;
         font-size: 17px!important;
    }
     .tabbed-banner {
         flex-wrap: wrap;
    }
     .magnifier {
         display: block !important;
    }
     .slider-nav {
        /* display: none;
         */
    }
     .magnifier {
         display: block !important;
    }
     body div .magnifier .large, .magnifier:hover .large {
         display: none !important;
    }
     .slider-nav {
         display: none;
    }
     .tabbed-banner-inner-content {
         padding: 0;
    }
     .slider-for {
         width: 100% !important;
    }
  
     .slider-nav {
         width: 0% !important;
         display: none;
    }
     .tabbed-banner-inner-content h2 {
         font-size: 25px;
         margin-top: 15px;
    }
     p.tabbed-subheading {
         font-size: 20px;
    }
     .inner_flex_banner {
         width: 100%;
    }
     .inner_content_flex_banner h6 {
         font-size: 40px;
    }
     .inner_content_flex_banner p {
         font-size: 20px;
         line-height: 1.4;
         width: 90%;
    }
     .tabbed-banner-inner-image img {
         width: 100%;
    }
     .tabbed_slider_wrapper {
         flex-wrap: wrap;
    }
     .tabbed_slider_image_video {
         width: 100%;
    }
     .tabbed_slider_content {
         width: 100%;
         padding: 5rem 11%;
    }
     .tabbed_slider_content_text:after {
         width: 26px;
         background-size: 100%;
         bottom: -20px;
    }
     .tabbed_slider_content_text:before {
         background-size: 100%;
         width: 26px;
         left: -3rem;
    }
     .grid_main_wrapper.remove_arrow {
         padding: 0;
    }
     .tabbed_grid_wrapper {
         width: 100%;
         padding: 0 !important;
    }
     .remove_arrow .flickity-button {
         display: block;
    }
     .grid_main_wrapper button.flickity-button.flickity-prev-next-button.previous {
         left: -8px !important;
    }
     .grid_main_wrapper .flickity-prev-next-button.next {
         right: 0px!important;
    }
     .tabbed_grid_content_text {
         font-size: 20px;
         margin-top: 10px;
         padding-left: 0px;
    }
     .newsletter__wrapper>div {
         width: 100%;
         margin: 4rem auto 0;
    }
     .newsletter-form__field-wrapper {
         width: 100%!important;
    }
     .template_index main#MainContent {
         margin-top: 0 !important;
    }
     .logo-size_reduce img {
         padding: 0 3rem;
    }
     .newsletter__wrapper>div {
         width: 100%;
    }
     .newsletter-form__field-wrapper {
         width: 100%!important;
    }
     .logo-size_reduce.multicolumn.color-background-1.gradient.background-primary {
         padding: 0 15px;
    }
     .logo-size_reduce img {
         padding: 0 0rem;
    }
     .itsnotaslide_logo {
         flex-wrap: wrap;
         padding: 0 !important;
         gap: 2rem;
    }
     ul.logo-slider-wrapper .logo-slide {
         margin-bottom: 5px;
    }
     .itsnotaslide_logo {
         justify-content: center;
         display: flex;
    }
     ul.logo-slider-wrapper .logo-slide {
         display: block;
    }
     ul.logo-slider-wrapper .logo-slide {
         max-width: calc(50% - 1rem) !important;
    }
     .itsnotaslide_logo {
         flex-wrap: wrap;
         padding: 0 !important;
         gap: 2rem;
    }
     ul.logo-slider-wrapper .logo-slide {
         margin-bottom: 5px;
    }
     .itsnotaslide_logo {
         justify-content: center;
         display: flex;
    }
     ul.logo-slider-wrapper .logo-slide {
         display: block;
    }
     ul.logo-slider-wrapper .logo-slide {
         max-width: calc(50% - 1rem) !important;
    }
     .grid_main_wrapper.flickity-enabled {
         padding: 0;
    }
     .tabbed-banner-inner-content em {
         position: relative;
         top: -34px;
         left: -1px;
         font-weight: 300;
         font-size: 32px!important;
         font-size: 22px !important;
         font-style: normal;
         font-weight: 400;
         margin-top: 15px;
    }
     .banner_content p {
         width: 100%;
    }
     .tabbed-banner-inner-content em {
         font-size: 16px !important;
         top: -14px;
    }
     .template_collection ul#product-grid {
         flex-wrap: wrap;
    }
     .template_collection ul#product-grid li {
         max-width: 50% !important;
    }
     .footer_top_f {
         display: flex;
         flex-wrap: unset;
         gap: 0%;
         overflow-x: scroll;
    }
     .footer-block.grid__item {
         width: 38%!important;
         margin: 0!important;
    }
     .footer-block.grid__item.footer-block--menu h6 {
         text-align: left;
    }
     .footer-block.grid__item.footer-block--menu li a {
         justify-content: flex-start;
    }
     .footer-block.grid__item.footer-block--menu {
         width: 33.33% !important;
    }
     .dom ul.footer__list-social.list-unstyled.list-social {
         justify-content: flex-start;
    }
     .dom ul.footer__list-social.list-unstyled.list-social {
         left: -5px;
         position: relative;
    }
     small.copyright__content {
         width: 100% !important;
    }
     .footer__copyright.caption>*:last-child {
         width: 100% !important;
         padding-left: 0;
    }
     .footer__copyright.caption {
         flex-wrap: wrap;
         gap: 1rem !important;
    }
     .template_index .image-with-text .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
         margin-left: 0;
         padding-left: 0;
         z-index: +99999;
         display: block;
         position: relative;
         text-align: center;
         width: 100%;
         margin-bottom: 5px;
         margin-right: 0 !important;
         padding-right: 0;
    }
     .simple-multi .multicolumn-list {
         flex-wrap: unset;
         gap: 0%;
         overflow-x: scroll;
         justify-content: flex-start !important;
    }
     section#shopify-section-template--14650864369777__9fa851fa-7a5e-48ef-8ccc-25e4f818b528 .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
         display: none;
    }
     .simple-multi .multicolumn-list li {
         width: 40%!important;
         max-width: 40%!important;
    }
     .simple-multi .multicolumn-list__item.center .media--adapt, .simple-multi .multicolumn-list__item .media--adapt .multicolumn-card__image {
         padding-bottom: 0!important;
         height: 148px;
    }
     
     p.collection_initial_text {
         padding-left: 10px!important;
         font-size: 19px!important;
    }
     
     li.collection-list__item.grid__item:hover .card__content {
         height: auto;
    }
     .collection-list__item:hover>div:before {
         opacity: 0;
    }
     .collection_cta {
         display: none;
    }
     .section-collection-list button.flickity-button.flickity-prev-next-button.previous {
         left: 12px!important;
    }
     .image-with-text__heading.inline-richtext.h0 p:after {
         right: 0rem!important;
    }
     .collection .slider-buttons.no-js-hidden {
         display: none;
    }
     body .collection .flickity-prev-next-button.next {
         right: 6px!important;
    }
     #shopify-section-template--14650864369777__d76064f7-af14-4a5d-b818-6d5b06be12e7 a.button.button--primary {
         position: relative !important;
         margin-top: 5rem;
    }
     div#ImageWithText--template--14650864369777__d76064f7-af14-4a5d-b818-6d5b06be12e7 {
         padding-bottom: 0 !important;
    }
     button.instafeed-new-arrow.instafeed-new-arrow-prev:after {
         content: "";
         background-image: url(/cdn/shop/files/p-arrow.png?v=1687087175);
         width: 22px;
         height: 22px;
         background-size: 100%;
         position: absolute;
         background-repeat: no-repeat;
         transform: rotate(90deg);
         left: 1px;
         bottom: 8px;
    }
     body .instafeed-new-carousel-container .instafeed-new-arrow {
         background: #d8e6d4!important;
         opacity: 1 !important;
         padding: 19px !important;
    }
     div#CartDrawer a.button_custom {
         width: 100% !important;
    }
     button.instafeed-new-arrow.instafeed-new-arrow-next:after {
         content: "";
         background-image: url(/cdn/shop/files/p-arrow.png?v=1687087175);
         width: 22px;
         height: 22px;
         background-size: 100%;
         position: absolute;
         background-repeat: no-repeat;
         transform: rotate(-90deg);
         bottom: 7px;
         right: -1px;
    }
     .video-section.isolate.section-template--14650864369777__9fa851fa-7a5e-48ef-8ccc-25e4f818b528-padding {
         position: relative !important;
    }
     .video_autoplay_wrapper .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
         display: block !important;
    }
     .video-section .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
         top: 0;
    }
     .video-section .banner__content.banner__content--top-left.page-width .banner__buttons {
         justify-content: center!important;
         width: 100%;
         display: block;
    }
     .video-section .banner__content.banner__content--top-left.page-width a {
         margin-top: -1rem;
    }
     .video_autoplay_wrapper .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
         padding-bottom: 0;
         position: absolute;
         bottom: 2.8rem;
         left: 0rem;
         text-align: left;
         padding-left: 0;
         padding-right: 0;
    }
     main#MainContent {
         margin-top: 6rem!important;
    }
     .template_list-collections .banner__content {
         position: absolute!important;
         top: 45%;
    }
     .l-collection-f .card__content {
         width: 100%;
    }
     .header__icons svg {
         filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(6344%) hue-rotate(322deg) brightness(81%) contrast(61%);
    }
     .float_price {
         width: 28%;
    }
     .product-form__buttons * {
         opacity: 1 !important;
    }
     .product-form__buttons {
         z-index: +9999999 !important;
    }
     div#wishlisthero-product-page-button-container * {
         z-index: 1 !important;
    }
     div#wishlisthero-product-page-button-container * {
         color: #B07969;
         padding-left: 0 !important;
         font-weight: normal !important;
         font-family: 'Karla';
         font-size: 14px;
         letter-spacing: 1px;
    }
     .cart-count-bubble {
         background: #fff !important;
    }
     div#wishlisthero-product-page-button-container * {
         color: #b07969 !important;
         opacity: 1 !important;
    }
     body ul.collection__split__showcase li {
         width: 48%!important;
         max-width: 50%!important;
    }
     ul#list.universal_filter {
         position: absolute;
         left: 0;
         justify-content: start !important;
    }
     .main_multi_level_collection button.flickity-button.flickity-prev-next-button.previous {
         left: -10px!important;
    }
     .main_multi_level_collection button.flickity-button.flickity-prev-next-button.next {
         right: -5px !important;
    }
     .active-facets__button--light .active-facets__button-inner {
         box-shadow: 0 0 0 0.1rem #b07969;
    }
     span.active-facets__button-inner {
         color: #b07969 !important;
    }
     .cart__ctas>a, .cart__ctas>button {
         width: calc(50% - 1rem) !important;
    }
     .cart__ctas a {
         width: calc(50% - 1rem) !important;
    }
     .cart__ctas {
         display: flex;
         gap: 2rem;
    }
     .overflow-hidden {
         overflow: hidden !important;
         height: 100vh !important;
    }
     .template_cart .title-wrapper-with-link a {
         position: relative !important;
         top: 0;
         right: 0;
         width: 100% !important;
         display: block;
         text-align: center !important;
    }
     .shopify-section:not(.other_related_wrap) .similar_product_wrapper li {
         width: 50%!important;
         min-width: 50%!important;
    }
     .other-related-product-wrapper .flickity-viewport {
         height: 300px !important;
         min-height: 300px;
    }
     .menu-drawer__utility-links {
         display: none;
    }
     .overflow-hidden-mobile, .overflow-hidden-tablet, .overflow-hidden-desktop {
         overflow: hidden;
         height: 100vh;
    }
     cart-items.page-width {
         margin-top: 0;
    }
     .measure-f {
         align-items: center;
    }
     .measure-text {
         width: 50%;
    }
     .measure-image {
         width: 50%;
         padding-left: 21px;
    }
     .cart__ctas {
         display: flex;
         gap: 1.5rem;
    }
     .measure-image img {
         padding: 3rem 9rem 0;
         padding: 0;
    }
     #shopify-section-template--14650864500849__12641439-2bd0-4c25-8796-07711736f497 p {
         font-size: 16px !important;
    }
     body.page_distributor .rich-text__text.rte p {
         width: 100%;
         font-size: 16px;
    }
     .page_sustainability .video_autoplay_wrapper video {
         height: 522px;
         object-fit: cover;
    }
     .tabbed-banner-inner-content * {
         text-align: center;
    }
     .inner_content_flex_banner p {
         margin-bottom: 15px;
         line-height: 1.2;
    }
     .tabbed_slide_main_wrapper.flickity-enabled > div {
         max-height: unset !important;
         min-height: auto;
    }
     .tabbed_slider_content {
         padding-bottom: 0 !important;
    }
     #tab2 .tabbed_slider_content {
         padding-bottom: 45px !important;
    }
     #shopify-section-template--14650864631921__bc59574d-b1c7-4f01-86fb-0319e609ee7e h2.title.inline-richtext.h1 {
         text-align: center;
    }
     .tabbed_slide_main_wrapper .flickity-button {
         right: 0 !important;
    }
     .tabbed_slide_main_wrapper button.flickity-button.flickity-prev-next-button.previous:after {
         bottom: 11px;
    }
     .blog_inner {
         padding: 0 0px;
    }
     .grid_main_wrapper {
         width: 100%;
         margin: 0 auto;
    }
     .grid_main_wrapper button.flickity-button.flickity-prev-next-button.next {
         right: 0px !important;
    }
     .tabbed_slide_main_wrapper button.flickity-button.flickity-prev-next-button.previous {
         left: 0px !important;
    }
     .tabbed_slider_wrapper {
         display: flex;
         width: 100%;
         align-items: start;
    }
     .tabbed_slider_wrapper {
         background: #B9C7B5;
    }
     .tabbed_slide_main_wrapper {
         background: #B9C7B5;
         margin-bottom: 4rem;
    }
     ul.logo-slider-wrapper .logo-slide {
         max-width: calc(50% - 0rem)!important;
    }
     ul.logo-slider-wrapper .logo-slide {
         max-width: calc(50% + 10px)!important;
    }
     ul.logo-slider-wrapper .logo-slide {
         width: 40%!important;
    }
     .main-blog.page-width.section-template--14650863943793__main-padding {
         padding-top: 0px;
         position: relative;
         top: -10px;
    }
     .page_sustainability header img {
         filter: brightness(0) invert(1) !important;
    }
     body.page_corporate main#MainContent {
         margin-top: 0 !important;
    }
     .section-template--14650864468081__a05db06d-e625-4a4c-93d9-be6bdd228e26-padding {
         padding-top: 0px !important;
    }
     .page_corporate header * {
         color: #B07969 !important;
    }
     .menu-drawer__navigation-container * {
         filter: unset !important;
    }
     .js .menu-drawer__submenu {
         background: #d8e6d4 !important;
    }
     ul.logo-slider-wrapper {
         justify-content: flex-start;
    }
     .article-card-wrapper .card .card__inner {
         width: 100%;
         margin-bottom: 15px;
    }
     .article-card-wrapper .card .card__content > * {
         padding-left: 0 !important;
    }
     .main-blog.page-width.section-template--14650863943793__main-padding {
         padding-top: 0px;
         position: relative;
         top: -10px;
    }
     .article-card-wrapper .card .card__inner {
         width: 100%;
         margin-bottom: 15px;
    }
     .article-card-wrapper .card .card__content > * {
         padding-left: 0 !important;
    }
     table.order-history *:before {
         color: #b07969 !important;
    }
     .press_wrapper h2.rich-text__heading.rte.inline-richtext {
         font-size: 16px;
    }
     .press_wrapper {
         padding: 0 10px;
    }
     .shopify-payment-button {
    }
     .product-form__buttons {
         display: flex;
    }
     .product-form__buttons button {
         width: 50%;
         margin-bottom: 0;
    }
     .product-form__buttons > div {
         margin-top: 0;
         width: 50%;
    }
     .product-form__buttons > div button {
         width: 100%;
    }
     .product-form__buttons {
         position: fixed;
         z-index: +999;
         bottom: 0;
         width: 100%;
         left: 0;
    }
     .image_wrapper_foot img {
         max-width: 90px!important;
         height: 75px!important;
    }
     .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
         margin-bottom: 26px;
    }
     
     .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
         FONT-WEIGHT: 300;
         margin-bottom: 20px;
    }
     .section-template--14650864369777__d76064f7-af14-4a5d-b818-6d5b06be12e7-padding {
         padding-top: 0px;
         padding-bottom: 0px;
    }
     .image-with-text__content h2.image-with-text__heading {
         margin-top: 4px;
    }
     #shopify-section-template--14650864369777__d76064f7-af14-4a5d-b818-6d5b06be12e7 a.button.button--primary {
         position: relative !important;
         margin-top: 52px;
    }
     #shopify-section-template--14650864369777__d76064f7-af14-4a5d-b818-6d5b06be12e7 a.button.button--primary {
         bottom: unset !important;
         margin-top: 3px;
         margin-bottom: 30px;
    }
     .simple-multi .multicolumn-list__item.center .media--adapt, .simple-multi .multicolumn-list__item .media--adapt .multicolumn-card__image {
         padding-bottom: 0!important;
         height: 121px;
    }
     .section-template--14650864369777__794b1eca-72ce-464a-9ccc-7e64c7538911-padding {
         padding-top: 32px;
         padding-bottom: 20px;
    }
     .section-template--14650864369777__ed61ba12-9a69-40a6-ac6e-f7b04a1f1adc-padding {
         padding-top: calc(32px * 0.75);
         padding-bottom: calc(23px * 0.75);
    }
     .template_index .footer {
         margin-top: 26px;
    }
     h2.collection_subtitle a {
         margin-bottom: 30px;
    }
     .template_list-collections ul.collection-list {
         margin-bottom: 5px;
    }
     h1.collection-hero__title {
         margin-top: 15px !important;
         margin-bottom: 24px;
    }
     h2.collage-wrapper-title.h2 {
         margin-top: 25px;
    }
     ul#list.universal_filter~div {
         padding-top: 24px;
    }
     body.page_.gradient.template_collection\.multi-level-filter.pro--id footer {
         margin-top: 0;
    }
     .template_collection .collection-hero__text-wrapper {
         margin-top: 15px;
    }
     .pagination-wrapper {
         margin-top: 21px !important;
    }
     .section-template--14650864042097__product-grid-padding {
         padding-bottom: 21px;
    }
     h1.main-page-title.page-title.h1 {
         margin-top: 17px;
         margin-bottom: 5px;
    }
     .section-template--14650864468081__a1802dec-b5d1-46ea-9fdb-90e7babcaf4b-padding {
         padding-top: 6px;
    }
     .page-width.section-template--14650864468081__bc59574d-b1c7-4f01-86fb-0319e609ee7e-padding.isolate {
         margin-top: 35px;
    }
     .page_corporate ul.logo-slider-wrapper .logo-slide {
         height: 56px;
    }
     .page-width.section-template--14650864468081__bc59574d-b1c7-4f01-86fb-0319e609ee7e-padding.isolate {
         margin-top: 35px;
         margin-bottom: 21px;
    }
     .corporate-form-wrapper h2.title.title-wrapper--no-top-margin.inline-richtext.h1 {
         margin-top: 6px;
         margin-bottom: 26px;
    }
     .menu-drawer__navigation {
         padding: 1.5rem 0;
    }
     .section-template--14650864631921__c54743d8-3a66-448e-872d-6562bf0d3da0-padding {
         padding-top: 0px;
         padding-bottom: 19px;
    }
     #shopify-section-template--14650864631921__76b08dac-38c9-45bb-8738-b8cf0899b0bc .rich-text__text.rte h2 {
         margin-top: 22px;
    }
     .tabbed-banner {
         margin-top: 14px !important;
    }
     .tabbed-banner-inner-content h2 {
         margin-bottom: 20px;
    }
     .tabbed-banner-inner-content {
         margin-bottom: 15px;
    }
     #tab2 .tabbed-banner-inner-content {
         margin-bottom: 28px;
    }
     .tabbed-banner {
         margin-bottom: 32px;
    }
     .section-template--14650864631921__f7d06b8c-5b9b-410b-9ba3-97dbdd58363d-padding {
         padding-top: 4px !important;
         padding-bottom: 6px !important;
    }
     .newsletter__wrapper>div {
         margin-top: 27px;
    }
     .page_sustainability footer {
         margin-top: 40px;
    }
     #tab4 .tabbed-banner-inner-content {
         margin-bottom: 0;
    }
     .list-grid-partners em {
         text-transform: none;
    }
     #tab3 .tabbed-banner-inner-content {
         margin-bottom: 30px;
    }
     .title--primary {
         margin: 43px 0 26px;
    }
     .article-template header {
         margin-left: 0;
         margin-right: 0;
         max-width: 100% !important;
    }
     .article-template__social-sharing+.article-template__content {
         max-width: 100%;
    }
     .article-template__social-sharing.page-width.page-width--narrow {
         margin-left: 0;
    }
     .article-template header {
         margin-top: 37px;
    }
     article.article-template {
         margin-top: 40px;
    }
     .page_contactus h1.main-page-title.page-title.h1 {
         margin-top: 32px;
         margin-bottom: 0;
    }
     .page_contactus form#ContactForm {
         margin-top: 38px;
    }
     section#shopify-section-template--14650864435313__b9dede07-f491-4f4a-ac77-52d0ed17f05c {
         margin: 13px 0px;
    }
    .customer.login {
         margin-top: 13px !important;
         padding-bottom: 8px;
    }
     .customer h1 {
         font-size: 25px;
         text-transform: uppercase;
    }
     .customer.register h1 {
         margin-top: 12px;
         margin-bottom: 33px;
    }
     :is(.account,.order) {
         margin-top: 12px !important;
    }
     .customer.account a.a-center {
         margin-top: 2px;
    }
     :is(.account,.order) h2 {
         margin-top: 0;
    }
     .customer.account a.a-center {
         margin-top: 8px;
    }
     .customer td:before {
         color: #b07969;
    }
     .order>div:nth-of-type(2)>div:first-of-type h2 {
         margin-top: 30px;
    }
     .order>div:nth-of-type(2)>div:first-of-type h2~p:last-of-type {
         margin-bottom: 0 !important;
         border: none !important;
    }
     tbody {
    }
     .customer.order .left-content {
         margin-top: 40px;
    }
     .customer tbody tr {
         border: none !important;
    }
     .shopify-policy__title h1 {
         margin-top: 38px;
         margin-bottom: 25px !important;
    }
     .shopify-policy__body h1 {
         font-size: 20px;
         font-weight: 600;
         font-family: 'Karla';
         letter-spacing: 0px;
    }
     .shopify-policy__container {
         margin-bottom: 10px;
    }
     body.page_terms\&conditions h1.main-page-title.page-title.h1 {
         margin-bottom: 30px;
    }
     body.page_terms\&conditions main .page-width, body.page_importdutiesandtaxes main .page-width {
         margin-bottom: 12px;
    }
     .page_clothingsizechart h1.main-page-title.page-title.h1 {
         margin-top: 31px;
         margin-bottom: 16px;
    }
     .measure-text * {
         font-size: 12px;
    }
     .page_distributor h1.main-page-title.page-title.h1 {
         margin-top: 33px;
         margin-bottom: 15px;
    }
     .corporate-form-wrapper h2.title.title-wrapper--no-top-margin.inline-richtext.h1 {
         margin-bottom: 34px;
    }
     .page_press h1.main-page-title.page-title.h1 {
         margin-bottom: 15px;
    }
     .page_press h1.main-page-title.page-title.h1 {
         margin-top: 33px;
    }
     .customer.addresses {
         margin-top: 16px !important;
    }
     .customer.addresses h1 {
         margin-bottom: 5px;
    }
     .customer.addresses a {
         margin-bottom: 36px !important;
    }
     .customer.addresses ul li:first-child p {
         margin-top: 30px !important;
    }
     .customer.addresses ul li p {
         margin-top: 85px !important;
    }
     .customer .pagination ul {
         width: 100%;
         height: 39px;
         margin-top: 41px !important;
    }
     .customer .pagination ul li {
         margin-top: 11px;
    }
     .customer.addresses {
         padding-bottom: 20px;
    }
     tbody [data-label="Total"] {
         padding-bottom: 0 !important;
    }
     .customer td:before {
         color: #b07969 !important;
    }
     .customer.order {
         padding-bottom: 0;
    }
     h1#login {
         padding-bottom: 4px;
    }
     .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
         padding-bottom: 0;
         position: absolute;
         bottom: 2.8rem;
         left: 0;
         text-align: center;
         padding-left: 0;
         padding-right: 0;
    }
     .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
         FONT-WEIGHT: 300;
         margin-bottom: 21px;
    }
     .section-template--14650864369777__ed61ba12-9a69-40a6-ac6e-f7b04a1f1adc-padding {
         padding-top: 25px;
         padding-bottom: 25px;
    }
     .tab___thumb_section .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
         margin-bottom: 21px !important;
    }
     .carousel.carousel-nav {
         margin-top: 15px;
    }
     .tab___thumb_section a.button {
         margin-top: 15px;
    }
     .collection-list .card__content h3 a {
         padding-left: 0px !important;
    }
     p.collection_initial_text {
         padding-left: 25px!important;
         font-size: 18px!important;
    }
     .collection-list .card__content h3 a {
         font-size: 18px!important;
    }
     .footer__copyright.caption {
         margin-top: 25px;
    }
     .image_wrapper_foot img {
         width: 100%!important;
         max-width: 65px!important;
         height: unset !important;
    }
     .footer-block--newsletter {
         margin-top: 0rem !important;
    }
     .footer-block__newsletter p {
         margin-bottom: 10px;
    }
     .footer-block--newsletter {
         margin-bottom: 30px;
    }
     .card__badge.bottom.left * {
         background: #b07969;
         border-color: #b07969;
    }
     .footer_top_f {
         DISPLAY: FLEX;
    }
     .price--on-sale .price__regular .price-item--regular {
         text-decoration: none !important;
    }
     .footer-block--menu small {
         font-size: 14px;
         position: absolute;
         transform: translateY(6.5rem);
    }
     .footer__copyright.caption .copyright__content:last-child {
         display: none;
    }
     @media only screen and (max-width: 549px) {
         .footer__copyright.caption .copyright__content:last-child {
             display: block;
        }
         .footer-block--menu small{
             display:none;
        }
         .article-template .page-width.page-width--narrow{
             max-width: 100% !important;
        }
    }
     @media screen and (max-width: 1920px) and (min-width: 1700px) {
         .footer__copyright.caption > *:last-child {
             padding-left: 6.4rem;
             width: 58.6% !important;
        }
    }
     @media screen and (max-width: 1699px) and (min-width: 1400px) {
         .footer__copyright.caption > *:last-child {
             padding-left: 6.5rem;
             width: 58.6% !important;
        }
    }
     @media screen and (max-width: 1399px) and (min-width: 1240px) {
         .footer__copyright.caption > *:last-child {
             width: 58.6% !important;
             padding-left: 6.8rem;
        }
    }
     