@charset "UTF-8";
/*!
Theme Name: Manor
Theme URI: http://underscores.me/
Author: Codepixel
Author URI: https://www.codepixel.me/
Description: Custom luxury shop made with WooCommerce.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: manor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Manor is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Breakpoints
	- Breakpoints
	- Mq
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
@-webkit-keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.section-padding {
  padding: 5rem 0;
}
@media (min-width: 64em) {
  .section-padding {
    padding: 7rem 0;
  }
}
@media (min-width: 90em) {
  .section-padding {
    padding: 10rem 0;
  }
}

.text-primary {
  color: #a06c4f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #231f20 !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}

.btn, .btn-white, .btn-primary {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  border-radius: 0.2rem;
  font-weight: 600;
  letter-spacing: 2%;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem;
  border: 0.1rem #a06c4f solid;
  border-radius: 0.2rem;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  cursor: pointer;
}
.btn-primary {
  color: #ffffff;
  background-color: #a06c4f;
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #a06c4f;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.btn-white {
  background-color: #ffffff;
  color: #a06c4f;
  border: 0.1rem solid #a06c4f;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #a06c4f;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.wpcf7-response-output {
  background-color: #ffffff;
}

main {
  min-height: 67vh;
}

.search .woo-shop {
  padding-top: 2rem;
}
@media (min-width: 48em) {
  .search .woo-shop {
    padding-top: 6rem;
  }
}

.gradient::after, .gradient-white::after, .gradient-black::after, .gradient-caramel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gradient-caramel::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0)), to(#a06c4f));
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #a06c4f 100%);
}
.gradient-black::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0)), to(#231f20));
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #231f20 100%);
}
.gradient-white::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(35, 31, 32, 0.5)), to(#ffffff)) !important;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.5) 75%, #ffffff 100%) !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Baskervville";
  src: url("../fonts/Baskervville-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Square Peg";
  src: url("../fonts/SquarePeg-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
.title, h3, h2, .title_large, .title_small {
  font-weight: 400;
  line-height: 120%;
  font-family: "Baskervville", serif;
  color: #a06c4f;
}
.title_small {
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  .title_small {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) {
  .title_small {
    font-size: 2.8rem;
  }
}
@media (min-width: 90em) {
  .title_small {
    font-size: 3rem;
  }
}
.title_large {
  font-size: 3.6rem;
  text-align: center;
}
@media (min-width: 48em) {
  .title_large {
    font-size: 4rem;
  }
}
@media (min-width: 64em) {
  .title_large {
    font-size: 5rem;
    text-align: left;
  }
}
@media (min-width: 90em) {
  .title_large {
    font-size: 5rem;
  }
}
.title-hero {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 115%;
  font-family: "Baskervville", serif;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 64em) {
  .title-hero {
    font-size: 5.5rem;
    text-align: left;
  }
}
@media (min-width: 80em) {
  .title-hero {
    font-size: 6.5rem;
  }
}
@media (min-width: 90em) {
  .title-hero {
    font-size: 6.2rem;
    line-height: 135%;
  }
}
.title-category {
  font-size: 3rem;
  font-weight: 400;
  line-height: 135%;
  font-family: "Baskervville", serif;
}
@media (max-width: 47.99em) {
  .title-category {
    font-size: 2.8rem;
  }
}
.title-blog-card {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 135%;
  font-family: "Open Sans", sans-serif;
}
.title-accent {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 113%;
  font-family: "Square Peg", cursive;
  color: #a06c4f;
}
@media (min-width: 64em) {
  .title-accent {
    font-size: 3.8rem;
  }
}
@media (min-width: 80em) {
  .title-accent {
    font-size: 4.2rem;
  }
}
@media (min-width: 90em) {
  .title-accent {
    font-size: 4.8rem;
  }
}
.title-woocommerce {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Baskervville", serif;
  color: #757575;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 115%;
  font-family: "Baskervville", serif;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 64em) {
  h1 {
    font-size: 5.5rem;
    text-align: left;
  }
}
@media (min-width: 80em) {
  h1 {
    font-size: 6.5rem;
  }
}
@media (min-width: 90em) {
  h1 {
    font-size: 6.2rem;
    line-height: 135%;
  }
}

h2 {
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) {
  h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 90em) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) {
  h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 90em) {
  h3 {
    font-size: 3rem;
  }
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  font-family: "Open Sans", sans-serif;
}

/* Elements
--------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 56.25%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

body {
  color: #757575;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  overflow-x: hidden;
  margin-bottom: 0 !important;
}
body::-webkit-scrollbar {
  width: 1rem;
}
body::-webkit-scrollbar-thumb {
  background-color: #a06c4f;
  border-radius: 1rem;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(160, 108, 79, 0.3);
  background-color: rgba(215, 196, 183, 0.3);
}

.wrapper, .wrapper-text, .wrapper-small, .wrapper-large {
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
.wrapper-large {
  max-width: 1800px;
}
.wrapper-small {
  max-width: 140rem;
}
.wrapper-text {
  max-width: 85rem;
}

hr {
  background-color: #b3b3b3;
  border: 0;
  height: 0.1rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  font-weight: 600;
  color: #a06c4f;
  text-underline-offset: 0.3rem;
}

.arrow-link, .arrow-link--white {
  padding-right: 6rem;
  position: relative;
}
.arrow-link::after, .arrow-link--white::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 4rem;
  background: url("../images/icons/arrow-right.svg") center center/contain no-repeat;
  right: 0.5rem;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.15s ease translate;
  transition: 0.15s ease translate;
}
.arrow-link:hover::after, .arrow-link--white:hover::after {
  translate: 0.5rem -50%;
  -webkit-transition: 0.3s ease translate;
  transition: 0.3s ease translate;
}
.arrow-link--white {
  color: #ffffff;
}
.arrow-link--white::after {
  background: url("../images/icons/arrow-right-white.svg") center center/contain no-repeat;
}

/* Forms
--------------------------------------------- */
input,
textarea {
  padding: 1rem 1.6rem;
  background-color: #ffffff;
  border: none;
  font-size: 1.4rem;
  color: #757575;
  width: 100%;
  outline: none;
}

textarea {
  width: 100% !important;
  resize: none;
}

input[type=checkbox] {
  position: relative;
  border: 0.1rem #757575 solid;
  border-radius: 0.2rem;
  border-radius: 0.2rem;
  background: none;
  cursor: pointer;
  margin: 0 0.5rem 0 0;
  height: 2rem;
  width: 2rem;
  -webkit-appearance: none;
}
input[type=checkbox]:hover {
  opacity: 1;
}
input[type=checkbox]:checked {
  background-color: #a06c4f;
  opacity: 1;
}
input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0.5rem;
  height: 1rem;
  border: solid #ffffff;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg) translate(-50%, -70%);
          transform: rotate(45deg) translate(-50%, -70%);
  z-index: 2;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(179, 179, 179, 0.6);
}
.mega-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 3.2rem 0;
}
.mega-menu .menu-left a {
  color: #757575;
}
.mega-menu .menu-left a:hover {
  color: #231f20;
}
.mega-menu .menu-middle {
  min-width: 25rem;
}
.mega-menu .menu-right {
  width: 36.5rem;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
.mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu ul li {
  cursor: pointer;
  padding: 5px 0;
  font-weight: 500;
}
.mega-menu ul li:hover {
  color: #a24e2c;
}
.mega-menu a {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}
.mega-menu a:hover {
  font-weight: 500;
  text-decoration: underline;
}

/* Hide menu items on desktop (use WP menu CSS class: desktop-hide) */
@media (min-width: 64em) {
  .desktop-hide {
    display: none;
  }
}

.lang-switcher {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lang-switcher__link {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #a06c4f;
  white-space: nowrap;
  text-decoration: none;
  font-family: "Baskervville", serif;
}
.lang-switcher__link.is-active {
  font-weight: 500;
  color: #231f20;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.lang-switcher__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: "Baskervville", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #231f20;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  white-space: nowrap;
}
.lang-switcher__toggle::after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url("../images/icons/arrow-down.svg") no-repeat center/contain;
  -webkit-transition: 0.25s ease transform;
  transition: 0.25s ease transform;
}
.lang-switcher__dropdown {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  min-width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4rem;
  padding: 0.8rem 0;
  background: #ffffff;
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  -webkit-transition: 0.25s ease opacity, 0.25s ease visibility, 0.25s ease transform;
  transition: 0.25s ease opacity, 0.25s ease visibility, 0.25s ease transform;
  z-index: 100;
}
.lang-switcher__dropdown .lang-switcher__link {
  padding: 0.6rem 1.6rem;
}
.lang-switcher__dropdown .lang-switcher__link:hover {
  color: #231f20;
}
.lang-switcher--desktop {
  position: relative;
  display: none;
}
@media (min-width: 64em) {
  .lang-switcher--desktop {
    display: block;
  }
}
.lang-switcher--desktop.is-open .lang-switcher__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lang-switcher--desktop.is-open .lang-switcher__toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lang-switcher--mobile {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding: 2rem 0 3rem;
}
@media (max-width: 63.99em) {
  .lang-switcher--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Large Menu */
@media (min-width: 64em) {
  #menu-mobile {
    display: none;
  }
}
#menu-mobile .menu-item-has-children > a {
  position: relative;
}
#menu-mobile .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1rem;
  height: 0.5rem;
  width: 1rem;
  background: url("../icons/arrow.svg") no-repeat center/contain;
  -webkit-transition: 0.25s ease transform;
  transition: 0.25s ease transform;
  pointer-events: none;
}
#menu-mobile .menu-item-has-children .sub-menu {
  display: none;
}
#menu-mobile .menu-item-has-children .sub-menu a {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  color: #757575;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 64em) {
  #menu-mobile .menu-item-has-children .sub-menu {
    display: none;
  }
}
#menu-mobile .menu-item-has-children.focus > .sub-menu {
  padding: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
#menu-mobile .menu-item-has-children.focus > .sub-menu .focus > a {
  font-weight: 500;
  text-decoration: underline;
  color: #231f20;
}
#menu-mobile .menu-item-has-children.focus > .sub-menu .focus > .sub-menu a {
  color: #a06c4f !important;
}

@media (max-width: 63.99em) {
  #primary-menu {
    display: none;
  }
}

.site-header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid rgba(179, 179, 179, 0.6);
  z-index: 100;
}
.site-header ul {
  list-style: none;
}
.site-header__wrapper {
  padding: 0.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 63.99em) {
  .site-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.site-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.site-logo a img {
  height: 4rem;
  width: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 64em) {
  .site-logo a img {
    height: 5.5rem;
  }
}
@media (max-width: 63.99em) {
  .site-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 64em) {
  .site-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}
@media (max-width: 63.99em) {
  .site-menu .menu > .menu-item {
    padding: 2rem 0;
    border-bottom: 0.1rem solid rgba(179, 179, 179, 0.6);
  }
}
.site-menu .menu > .menu-item:not(.menu-item-has-children) {
  position: relative;
}
@media (min-width: 64em) {
  .site-menu .menu > .menu-item:not(.menu-item-has-children):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    max-width: 0;
    background: #a06c4f;
    -webkit-transition: 0.15s ease max-width;
    transition: 0.15s ease max-width;
  }
}
@media (min-width: 64em) {
  .site-menu .menu > .menu-item:not(.menu-item-has-children):hover:before {
    height: 0.2rem;
    max-width: 30rem;
    -webkit-transition: 0.35s ease max-width;
    transition: 0.35s ease max-width;
  }
}
.site-menu .menu-item a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #a06c4f;
  text-decoration: none;
  width: 100%;
  display: block;
}
.site-menu .menu {
  /* hide hamburger menu on large screen */
}
.site-menu .menu-toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 1.5rem;
  width: 1.9rem;
  position: relative;
}
@media (min-width: 64em) {
  .site-menu .menu-toggle {
    display: none;
  }
}
.site-menu {
  /* mobile screen menu style */
}
.site-menu.toggled .mobile-menu-wrapper {
  background: #f3f3f3;
  opacity: 1;
  visibility: visible;
  width: 100%;
  top: 10.8rem;
  bottom: 0;
  height: 100vh;
  max-height: calc(100vh - 10.8rem);
  max-height: calc(100dvh - 10.8rem);
  padding: 0 2rem 4rem;
  border-top: 0.1rem solid rgba(179, 179, 179, 0.6);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.site-menu.toggled .mobile-menu-wrapper::-webkit-scrollbar {
  width: 0.5rem;
}
.site-menu.toggled .mobile-menu-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.5rem rgba(160, 108, 79, 0.3);
  background-color: rgba(215, 196, 183, 0.15);
  border-radius: 1rem;
}
.site-menu.toggled .mobile-menu-wrapper::-webkit-scrollbar-thumb {
  background-color: #a06c4f;
  border-radius: 1rem;
}
.site-shop-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (min-width: 64em) {
  .site-shop-icons {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 63.99em) {
  .site-shop-icons {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.site-shop-icons .icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 64em) {
  .site-shop-icons .icons-wrapper {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.site-shop-icons .icons-wrapper img {
  height: 2.2rem;
  width: 2.2rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.15s ease scale;
  transition: 0.15s ease scale;
}
.site-shop-icons .icons-wrapper img:hover {
  scale: 1.1;
  -webkit-transition: 0.3s ease scale;
  transition: 0.3s ease scale;
}
.site-shop-icons .icons-wrapper .user-login,
.site-shop-icons .icons-wrapper .mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site .cart-icon-link {
  position: relative;
}
.site .cart-icon-link .cart-count {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.6rem;
  width: 1.6rem;
  background: #a06c4f;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-weight: 400;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  line-height: 100%;
  padding: 0.4rem;
}
.site .search-icon_mobile {
  height: 2.2rem;
  width: 2.2rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.15s ease scale;
  transition: 0.15s ease scale;
  display: none;
}
.site .search-icon_mobile:hover {
  scale: 1.1;
  -webkit-transition: 0.3s ease scale;
  transition: 0.3s ease scale;
}
@media (min-width: 64em) {
  .site .search-icon_mobile {
    display: none;
  }
}
.site .search-icon_desktop {
  cursor: pointer;
}
@media (max-width: 63.99em) {
  .site .search-icon_desktop {
    display: none;
  }
}
.site .user-info {
  position: relative;
}
.site .user-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site .user-name {
  position: absolute;
  top: 0;
  right: 0.5rem;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
  z-index: 1;
  background-color: #a06c4f;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 100%;
  padding: 0.4rem;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Hamburger icon */
.site-menu .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7rem;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media (min-width: 64em) {
  .site-menu .menu-toggle {
    display: none;
  }
}
.site-menu .menu-toggle_bar, .site-menu .menu-toggle_bar-1, .site-menu .menu-toggle_bar-2, .site-menu .menu-toggle_bar-3 {
  height: 0.2rem;
  background-color: #a06c4f;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  position: absolute;
  left: 0;
}
.site-menu .menu-toggle_bar-1 {
  width: 1.4rem;
  top: 0;
}
.site-menu .menu-toggle_bar-2 {
  width: 1.85rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-menu .menu-toggle_bar-3 {
  width: 0.9rem;
  bottom: 0;
}
.site-menu.toggled .menu-toggle_bar-2 {
  display: none;
}
.site-menu.toggled .menu-toggle_bar-1, .site-menu.toggled .menu-toggle_bar-3 {
  width: 2.5rem;
  color: #757575 !important;
  bottom: 0;
}
.site-menu.toggled .menu-toggle_bar-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: -3px 7px;
}
.site-menu.toggled .menu-toggle_bar-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  translate: -3px -6px;
}

#manor-searchform {
  background-color: #f3f3f3;
  padding: 2rem;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}
#manor-searchform #searchinput {
  width: 100%;
}
#manor-searchform #searchsubmit {
  border: none;
  background: #ffffff;
  padding: 0 1rem;
}
#manor-searchform #searchsubmit img {
  height: 1.7rem;
  aspect-ratio: 1/1;
  -webkit-transition: 0.15s ease scale;
  transition: 0.15s ease scale;
  cursor: pointer;
}
#manor-searchform #searchsubmit:hover img {
  scale: 1.2;
  -webkit-transition: 0.3s ease scale;
  transition: 0.3s ease scale;
}
#manor-searchform .searchform-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
}
#manor-searchform .searchform-wrapper .search-results {
  z-index: 999;
}
#manor-searchform .searchform-wrapper .search-results-wrapper {
  max-height: 43rem;
  overflow-y: auto;
}
#manor-searchform .searchform-wrapper .search-results-wrapper::-webkit-scrollbar {
  width: 0.5rem;
}
#manor-searchform .searchform-wrapper .search-results-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.5rem rgba(160, 108, 79, 0.3);
  background-color: rgba(215, 196, 183, 0.15);
  border-radius: 1rem;
}
#manor-searchform .searchform-wrapper .search-results-wrapper::-webkit-scrollbar-thumb {
  background-color: #a06c4f;
  border-radius: 1rem;
}
#manor-searchform .searchform-wrapper .search-results .search-result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#manor-searchform .searchform-wrapper .search-results .search-result-item:not(:last-child) {
  margin-bottom: 1rem;
}
#manor-searchform .searchform-wrapper .search-results .search-result-count, #manor-searchform .searchform-wrapper .search-results .search-result-count-none {
  font-size: 1.6rem;
  font-weight: 500;
  color: #231f20;
  margin: 3rem 0 1.5rem 0;
}
#manor-searchform .searchform-wrapper .search-results .search-result-count-none {
  margin: 3rem 0 0 0;
}
#manor-searchform .searchform-wrapper .search-results .search-result-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8rem;
  height: 8rem;
  background-color: #ffffff;
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 48em) {
  #manor-searchform .searchform-wrapper .search-results .search-result-img {
    width: 10rem;
    height: 10rem;
  }
}
#manor-searchform .searchform-wrapper .search-results .search-result-img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#manor-searchform .searchform-wrapper .search-results .search-result-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#manor-searchform .searchform-wrapper .search-results .search-result-brand {
  font-size: 1.2rem;
  font-weight: 600;
  color: #757575;
  line-height: 125%;
}
@media (min-width: 36em) {
  #manor-searchform .searchform-wrapper .search-results .search-result-brand {
    font-size: 1.4rem;
  }
}
#manor-searchform .searchform-wrapper .search-results .search-result-title {
  color: #231f20;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 130%;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 36em) {
  #manor-searchform .searchform-wrapper .search-results .search-result-title {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
#manor-searchform .searchform-wrapper .search-results .search-result-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
#manor-searchform .searchform-wrapper .search-results .search-result-price-regular {
  color: #757575;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 36em) {
  #manor-searchform .searchform-wrapper .search-results .search-result-price-regular {
    font-size: 1.6rem;
  }
}
#manor-searchform .searchform-wrapper .search-results .search-result-price-sale {
  color: #a06c4f;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: line-through;
}
#manor-searchform .searchform-wrapper .search-results .search-result-price--taxonomy .search-result-taxonomy-hint {
  font-size: 1.3rem;
  font-weight: 500;
  color: #a06c4f;
}
#manor-searchform .searchform-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 !important;
}
#manor-searchform .searchform-input #product-search {
  border-radius: 0 !important;
}

#manor-searchform-mobile #search-results-mobile {
  overflow-y: hidden;
}
#manor-searchform-mobile .search-results-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-x: auto;
  width: 1000px;
}
#manor-searchform-mobile .search-result-item.search-result-item--taxonomy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.mobile-menu-wrapper {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 64em) {
  .mobile-menu-wrapper {
    display: none;
  }
}

#offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media (max-width: 63.99em) {
  #offers {
    padding-top: 3rem;
  }
}
#offers .menu-item {
  border-bottom: none !important;
  padding: 0 !important;
}
#offers .menu-item:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
#offers .menu-item:hover::before {
  content: none !important;
}
#offers .menu-item a {
  font-family: "Baskervville", serif;
  color: #231f20 !important;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.8rem !important;
  text-transform: none !important;
}

.mini-cart__toggle {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.mini-cart__toggle img {
  display: block;
}
.mini-cart__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  overflow-y: auto;
}
@media (min-width: 36em) {
  .mini-cart__dropdown {
    width: 45rem;
  }
}
.mini-cart__dropdown.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.mini-cart__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  padding: 1.5rem 1.5rem 3rem;
}
@media (min-width: 64em) {
  .mini-cart__items {
    padding: 2.5rem 2.5rem 3rem;
  }
}
.mini-cart__qty-input {
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  border: none;
  width: auto;
  -moz-appearance: textfield;
  background-color: rgba(179, 179, 179, 0.15);
}
.mini-cart__qty-input::-webkit-outer-spin-button, .mini-cart__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mini-cart .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  position: relative;
}
.mini-cart .cart-item__img {
  border: 0.1rem solid rgba(179, 179, 179, 0.6);
  overflow: hidden;
  border-radius: 0.4rem;
  height: 9rem;
  width: 9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 64em) {
  .mini-cart .cart-item__img {
    height: 11rem;
    width: 11rem;
  }
}
.mini-cart .cart-item__img img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-cart .cart-item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  width: 100%;
}
@media (min-width: 64em) {
  .mini-cart .cart-item__details {
    row-gap: 2rem;
  }
}
.mini-cart .cart-item__details .product-name {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Baskervville", serif;
  color: #231f20;
}
.mini-cart .cart-item__details .product-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #a06c4f;
}
.mini-cart .cart-item__details .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mini-cart .cart-item__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.mini-cart .empty {
  padding: 1.5rem 2rem;
}
.mini-cart .remove-item {
  color: #757575;
  font-weight: 400;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 100%;
  font-size: 2.5rem;
}
.mini-cart .title_small {
  padding: 2.5rem 1.5rem 0;
}
@media (min-width: 64em) {
  .mini-cart .title_small {
    padding: 3rem 2.5rem 0;
  }
}
.mini-cart .qty-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mini-cart .qty-form button,
.mini-cart .qty-form input {
  font-size: 1.4rem;
  font-weight: 400;
  color: #757575;
  padding: 1rem;
}
.mini-cart .qty-form button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.mini-cart .qty-form input {
  padding: 0;
  width: 3rem;
  text-align: center;
  border: none;
  -moz-appearance: textfield;
}
.mini-cart .qty-form input::-webkit-outer-spin-button, .mini-cart .qty-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mini-cart .amount-wrapper {
  padding: 1.5rem 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.1rem solid rgba(179, 179, 179, 0.6);
}
@media (min-width: 64em) {
  .mini-cart .amount-wrapper {
    padding: 1.5rem 2.5rem 0;
  }
}
.mini-cart .amount-wrapper .subtotal {
  font-weight: 400;
  font-size: 1.6rem;
  color: #231f20;
}
.mini-cart .amount-wrapper .amount {
  font-size: 2rem;
  font-weight: 700;
  color: #a06c4f;
}
.mini-cart .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding: 2.5rem 1.5rem 3rem;
}
@media (min-width: 36em) {
  .mini-cart .btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 64em) {
  .mini-cart .btn-wrapper {
    padding: 2.5rem 2.5rem 3rem;
  }
}
.mini-cart .btn-wrapper a {
  text-decoration: none;
  text-align: center;
}
.mini-cart .btn-wrapper .btn-primary {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mini-cart .btn-wrapper .btn-white {
  width: 100%;
}

/* Footer
--------------------------------------------- */
.footer {
  background-color: rgba(215, 196, 183, 0.15);
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .footer {
    padding: 5rem 0 2.5rem;
  }
}
.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
  padding-bottom: 5rem;
}
@media (min-width: 36em) {
  .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 64em) {
  .footer-wrapper {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 80em) {
  .footer-wrapper {
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
}
.footer-title h6 {
  color: #4f4f4f;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}
.footer-logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 36em) and (max-width: 63.99em) {
  .footer-logo {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
  }
}
.footer-logo img {
  height: 14rem;
  width: 100%;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 36em) and (max-width: 63.99em) {
  .footer-newsletter {
    width: 100%;
  }
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .footer-newsletter {
    width: 33rem;
  }
}
.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
}
@media (min-width: 64em) {
  .footer_social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 2.5rem;
  }
}
.footer_social-logo {
  height: 2rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  -webkit-transition: 0.15s ease scale;
  transition: 0.15s ease scale;
}
.footer_social-logo:hover {
  scale: 1.1;
  -webkit-transition: 0.3s ease scale;
  transition: 0.3s ease scale;
}
.footer ul {
  list-style: none;
}
.footer a,
.footer span {
  font-weight: 400;
  font-size: 1.6rem;
  color: #757575;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .wpcf7 {
  position: relative;
}
.footer .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid rgba(179, 179, 179, 0.6);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .wpcf7-form input {
  background: transparent;
}
.footer .wpcf7-form .send-arrow {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 3rem;
  cursor: pointer;
}
.footer .wpcf7-form .send-arrow::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/icons/arrow-right-black.svg") center center/contain no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0.15s ease transform;
  transition: 0.15s ease transform;
  pointer-events: none;
}
.footer .wpcf7-form .send-arrow:hover:after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  -webkit-transition: 0.25s ease transform;
  transition: 0.25s ease transform;
}
.footer .wpcf7-form .send-arrow [type=submit] {
  position: relative;
  padding: 0;
  color: transparent;
}
.footer .wpcf7-email {
  padding-left: 0;
}
.footer .wpcf7-spinner {
  display: none;
}
.footer .wpcf7-response-output {
  margin: 0 !important;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  width: 100%;
  text-align: center;
  padding: 0.3rem 0.5rem !important;
  border: 0.1rem solid #a06c4f !important;
  font-size: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 35.99em) {
  .footer .footer-menu,
  .footer .footer-info,
  .footer .footer-legal {
    text-align: center;
  }
}
@media (min-width: 36em) and (max-width: 63.99em) {
  .footer .footer-menu,
  .footer .footer-info,
  .footer .footer-legal {
    width: 30%;
  }
}
.footer .copyright {
  padding-top: 2.5rem;
  border-top: 0.1rem solid rgba(179, 179, 179, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 48em) {
  .footer .copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.footer .copyright_payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 47.99em) {
  .footer .copyright_payment {
    max-width: 23rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1.5rem;
  }
}
.footer .copyright_payment-logo {
  height: 2.5rem;
  width: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .copyright_payment .id-check {
  height: 4rem;
}
.footer .copyright_payment a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .copyright_info-text {
  font-size: 1.2rem;
}
@media (max-width: 47.99em) {
  .footer .copyright_info-text {
    text-align: center;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.site-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header.site-header--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.site-header.site-header--compact .site-logo a img {
  height: 3.5em;
}
@media (min-width: 64em) {
  .site-header.site-header--compact .site-logo a img {
    height: 4.5em;
  }
}
.site-header__rotating-info-text {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #a06c4f;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
.site-header__rotating-info-text-item {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.site-header__rotating-info-text-item.is-active {
  opacity: 1;
}

.site-logo a img {
  height: 4.5em;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
@media (min-width: 64em) {
  .site-logo a img {
    height: 6.5em;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  margin-bottom: 1.5em;
}

.mt-2 {
  margin-top: 2rem;
}

/* Blocks
--------------------------------------------- */
.hero, .hero-small, .hero-large {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 36.5rem;
}
.hero::before, .hero-small::before, .hero-large::before {
  bottom: 0;
  left: 0;
}
.hero-large {
  padding-bottom: 5rem;
  min-height: 66rem;
}
@media (min-width: 64em) {
  .hero-large {
    padding-bottom: 6rem;
    height: 100vh;
  }
}
.hero-large .wrapper-large {
  height: 100%;
}
.hero-large .hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 64em) {
  .hero-small {
    height: 60vh;
  }
}
.hero-contact-page-banner {
  background-position: top;
}
.hero-home .featured-prod {
  min-height: 60rem;
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 2.4rem;
  position: relative;
  z-index: 1;
  padding: 10rem 2rem 12rem;
  text-decoration: none;
}
@media (min-width: 64em) {
  .hero-home .featured-prod {
    height: 100vh;
  }
}
.hero-home .featured-prod__price {
  display: block;
  font-size: 2.4rem;
  line-height: 120%;
  max-width: 700px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 48em) {
  .hero-home .featured-prod__price {
    font-size: 3rem;
    line-height: 116%;
  }
}
@media (min-width: 64em) {
  .hero-home .featured-prod__price {
    font-weight: 600;
  }
}
.hero-home .featured-prod__link {
  line-height: 100%;
}
.hero-home .featured-prod a {
  text-decoration: none;
}
.hero-home .swiper {
  height: 100%;
  position: relative;
}
.hero-home .swiper .arrow-link--white {
  text-decoration: none;
}
.hero-home .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-home .swiper-pagination {
  position: absolute;
  top: unset !important;
  bottom: 5rem !important;
}
.hero-home .swiper-pagination-bullet {
  border: 0.1rem solid #ffffff;
  background-color: transparent;
  opacity: 1;
  height: 1.1rem;
  width: 1.1rem;
}
.hero-home .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media (max-width: 79.99em) {
  .hero-home .swiper-button-prev, .hero-home .swiper-button-next {
    display: none;
  }
}
.hero-home .swiper-button-prev, .hero-home .swiper-button-next {
  height: 3.5rem;
  width: 3.5rem;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.hero-home .swiper-button-prev::after, .hero-home .swiper-button-next::after {
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
}
.hero-home .swiper-button-prev::after {
  background-image: url("../images/icons/arrow-prev-white.svg");
  background-position: 1.1rem 50%;
}
.hero-home .swiper-button-next::after {
  background-image: url("../images/icons/arrow-next-white.svg");
  background-position: 1.2rem 50%;
}
.hero-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
}
@media (min-width: 64em) {
  .hero-wrapper {
    padding-bottom: 3rem;
  }
}
@media (min-width: 90em) {
  .hero-wrapper {
    padding-bottom: 3rem;
  }
}
.hero-date {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 2.5rem;
  display: inline-block;
}
@media (min-width: 64em) {
  .hero-date {
    padding-top: 5rem;
  }
}

.intro-text_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
@media (min-width: 48em) {
  .intro-text_wrapper {
    text-align: center;
  }
}

.full-img img {
  width: 100%;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (min-width: 80em) {
  .full-img img {
    height: 50rem;
  }
}

.content-columns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 80em) {
  .content-columns_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }
}
@media (min-width: 115em) {
  .content-columns_wrapper {
    -webkit-column-gap: 18rem;
       -moz-column-gap: 18rem;
            column-gap: 18rem;
  }
}
.content-columns_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  padding: 0 0 5rem;
}
@media (min-width: 80em) {
  .content-columns_text {
    padding: 5rem 0;
  }
}
.content-columns_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 50rem;
  min-height: 45rem;
  width: 100%;
}
@media (min-width: 80em) {
  .content-columns_image {
    width: 50rem;
  }
}
@media (min-width: 90em) {
  .content-columns_image {
    width: 65rem;
  }
}
@media (min-width: 115em) {
  .content-columns_image {
    width: 79rem;
  }
}

.text-with-bg_wrapper {
  padding: 4rem 0 5rem;
  background-color: rgba(215, 196, 183, 0.15);
}
@media (min-width: 80em) {
  .text-with-bg_wrapper {
    padding: 6rem 0;
  }
}
.text-with-bg_wrapper .wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 48em) {
  .text-with-bg_wrapper .wrapper-text {
    text-align: center;
  }
}

.two-column-images_wrapper {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 5rem;
  -ms-grid-rows: 33.5rem 5rem 33.5rem;
  grid-template-rows: repeat(2, 33.5rem);
}

.two-column-images_wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.two-column-images_wrapper > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (min-width: 48em) {
  .two-column-images_wrapper {
    -ms-grid-columns: 1fr 3.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
    row-gap: 0;
  }
}
@media (min-width: 64em) {
  .two-column-images_wrapper {
    -ms-grid-rows: 40rem;
    grid-template-rows: 40rem;
  }
}
@media (min-width: 90em) {
  .two-column-images_wrapper {
    -webkit-column-gap: 6.5rem;
       -moz-column-gap: 6.5rem;
            column-gap: 6.5rem;
    -ms-grid-rows: 62rem;
    grid-template-rows: 62rem;
  }
}
.two-column-images_wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.spacer-small {
  height: 3rem;
}
@media (min-width: 80em) {
  .spacer-small {
    height: 5rem;
  }
}
.spacer-large {
  height: 5rem;
}
@media (min-width: 80em) {
  .spacer-large {
    height: 10rem;
  }
}

/* Promeni boje pozadine i ikone u Gutenberg editoru */
.editor-block-list__block[data-type="acf/custom-spacer"] .block-editor-block-icon svg {
  background-color: #ff5722; /* Pozadinska boja */
  fill: #ffffff; /* Boja ikone */
  border-radius: 50%; /* Za kružnu ikonu */
}

/* Pages
--------------------------------------------- */
.home .woo-shop {
  padding: 0;
}
.home .woo-shop__new {
  margin-top: 5rem;
  background: rgba(215, 215, 183, 0.15);
}
@media (min-width: 64em) {
  .home .woo-shop__new {
    margin-top: 6rem;
  }
}
.home .woo-shop__new .woo-shop__products-grid {
  margin-top: 6rem;
}
@media (max-width: 47.99em) {
  .home .woo-shop__new .woo-shop__products-grid {
    margin-top: 4rem;
  }
}
.home .woo-shop__new .woo-shop__sale {
  padding: 4rem 0;
}
@media (min-width: 64em) {
  .home .woo-shop__new .woo-shop__sale {
    padding: 6rem 0;
  }
}
.home .woo-shop__categories {
  padding-top: 5rem;
}
@media (min-width: 64em) {
  .home .woo-shop__categories {
    padding-top: 6rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 47.99em) {
  .home .woo-shop__categories {
    padding-top: 4rem;
  }
}
.home .woo-shop__title {
  padding-top: 0;
  padding-bottom: 0;
}
.home .woo-shop__link {
  text-align: center;
  padding-top: 2.5rem;
}
@media (min-width: 64em) {
  .home .woo-shop__link {
    padding-top: 5rem;
  }
}
.home .woo-shop__link a {
  text-decoration: none;
}
.home .woo-shop__link a:hover {
  text-decoration: underline;
}
.home :not(.woo-shop__sale) > .woo-shop__title {
  padding-bottom: 6rem;
}
@media (max-width: 47.99em) {
  .home :not(.woo-shop__sale) > .woo-shop__title {
    padding-bottom: 4rem;
  }
}
.home .blog-page .wrapper-large {
  position: relative;
}
.home .blog-page .blogSlider {
  padding-bottom: 5rem;
}
.home .blog-page .blogSlider .swiper-pagination {
  top: unset;
  bottom: 0;
}
.home .blog-page .blogSlider .swiper-pagination-bullet {
  background-color: #d7c4b7;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.5rem;
}
.home .blog-page .blogSlider .swiper-pagination-bullet-active {
  background-color: #a06c4f;
}
.home .blog-all-posts {
  padding-top: 3rem;
  text-align: center;
}
@media (min-width: 64em) {
  .home .blog-all-posts {
    position: absolute;
    top: 5rem;
    right: 2rem;
  }
}
.home .blog-all-posts a {
  text-decoration: none;
}

.banner {
  padding-top: 5rem;
}
@media (min-width: 64em) {
  .banner {
    padding-top: 6rem;
    margin-bottom: 3rem;
  }
}
.banner__wrapper, .banner__wrapper--grid {
  height: 45rem;
}
@media (min-width: 64em) {
  .banner__wrapper, .banner__wrapper--grid {
    height: 50rem;
  }
}
.banner__wrapper--grid {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 63.99em) {
  .banner__wrapper--grid {
    -ms-grid-rows: 45rem 5rem 29rem;
    grid-template-rows: 45rem 29rem;
    row-gap: 5rem;
    height: unset;
  }
}
@media (min-width: 64em) {
  .banner__wrapper--grid {
    -ms-grid-columns: auto 3rem 61rem;
    grid-template-columns: auto 61rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.banner__wrapper--grid a {
  text-decoration: none;
}
.banner__wrapper--color-bg {
  background-color: #a06c4f;
  display: -ms-grid;
  display: grid;
}
@media (max-width: 63.99em) {
  .banner__wrapper--color-bg {
    -ms-grid-rows: auto 21rem;
    grid-template-rows: auto 21rem;
  }
}
@media (min-width: 64em) {
  .banner__wrapper--color-bg {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.banner__wrapper--color-bg .banner__title .title_large {
  text-align: left;
}
.banner__content {
  padding: 5rem 2rem;
}
@media (min-width: 64em) {
  .banner__content {
    padding: 12rem 2rem;
    width: 80rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.banner__content .banner__title {
  text-align: left;
  padding-bottom: 1.5rem;
}
.banner__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner__gradient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 1.5rem;
  row-gap: 1rem;
  height: 100%;
  text-decoration: none;
}
.banner__gradient::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0)), to(#231f20));
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #231f20 100%);
  bottom: 0;
  left: 0;
}
@media (min-width: 64em) {
  .banner__gradient {
    height: 50rem;
    padding: 4rem 6rem;
  }
}
.banner__gradient > div {
  position: relative;
  z-index: 1;
}
.banner__inline-border {
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.banner__inline-border:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 0.1rem #ffffff solid;
  border-radius: 0.2rem;
}
@media (min-width: 64em) {
  .banner__inline-border:after {
    top: 3rem;
    left: 3rem;
    right: 3rem;
    bottom: 3rem;
  }
}
.banner__inline-border:hover .banner__img {
  scale: 1.1;
  -webkit-transition: 0.4s ease-in-out scale;
  transition: 0.4s ease-in-out scale;
}
.banner__inline-border .banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  -webkit-transition: 0.2s ease-in-out scale;
  transition: 0.2s ease-in-out scale;
}
.banner__inline-border .banner__title {
  padding: 1rem 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner__inline-border .banner__title a {
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}
.banner .arrow-link--white {
  text-decoration: none;
}

@media (max-width: 63.99em) {
  .contact-page .wrapper-small {
    padding: 0;
  }
}
@media (min-width: 48em) {
  .contact-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 63.99em) {
  .contact-details {
    padding: 0 2rem 5rem;
  }
}
.contact-details_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media (min-width: 64em) {
  .contact-details_list {
    padding: 8rem 14rem 8rem 0;
    row-gap: 4rem;
  }
}
.contact-details_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (min-width: 64em) {
  .contact-details_list-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 4.4rem;
       -moz-column-gap: 4.4rem;
            column-gap: 4.4rem;
  }
}
.contact-details_list-item_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.contact-details_list-item_img img {
  height: 3.2rem;
  aspect-ratio: 1/1;
}
@media (min-width: 64em) {
  .contact-details_list-item_img img {
    height: 4.9rem;
  }
}
.contact-details_list-item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
}
@media (min-width: 64em) {
  .contact-details_list-item_text {
    row-gap: 1.5rem;
  }
}
.contact-details_list-item_text a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  color: #757575;
}
.contact-form {
  background-color: rgba(215, 196, 183, 0.15);
  padding: 4rem 2rem 5rem;
}
@media (min-width: 64em) {
  .contact-form {
    padding: 5rem 5rem 7rem;
  }
}
@media (min-width: 80em) {
  .contact-form {
    padding: 5rem 9rem 7rem;
  }
}
.contact-form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
@media (min-width: 64em) {
  .contact-form_wrapper {
    row-gap: 4rem;
  }
}
.contact-form .wpcf7-form {
  position: relative;
}
.contact-form .wpcf7-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.contact-form .wpcf7-form > p br {
  display: none;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 1rem;
  position: absolute;
  top: 89%;
  left: 0;
  color: #a06c4f;
}
@media (min-width: 64em) {
  .contact-form .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}
.contact-form .wpcf7-spinner {
  display: none;
}
.contact-form .wpcf7-response-output {
  margin: 0 !important;
  font-size: 1rem;
  position: absolute;
  bottom: -4rem;
  left: 0;
  border-color: #a06c4f !important;
  padding: 0.1rem 0.3rem !important;
}
@media (min-width: 64em) {
  .contact-form .wpcf7-response-output {
    font-size: 1.2rem;
    bottom: -4.5rem;
    padding: 0.3rem 0.6rem !important;
  }
}
.contact-form .wpcf7 .submit-wrapper {
  margin-top: 2rem;
  padding-right: 6rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.contact-form .wpcf7 .submit-wrapper::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 4rem;
  background: url("../images/icons/arrow-right.svg") center center/contain no-repeat;
  right: 0.5rem;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.15s ease translate;
  transition: 0.15s ease translate;
}
.contact-form .wpcf7 .submit-wrapper:hover::after {
  translate: 0.5rem -50%;
  -webkit-transition: 0.3s ease translate;
  transition: 0.3s ease translate;
}
.contact-form .wpcf7 .submit-wrapper [type=submit] {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  color: #a06c4f;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 64em) {
  .contact-form .wpcf7 .submit-wrapper [type=submit] {
    font-size: 2rem;
  }
}

.map {
  position: relative;
}
@media (min-width: 48em) {
  .map {
    padding-top: 9.5rem;
  }
}
@media (max-width: 63.99em) {
  .map .wrapper-large {
    padding: 0;
  }
}
.map_title {
  padding-bottom: 2rem;
}
.map_title .title_large {
  text-align: center;
}
.map_social {
  padding: 0 2rem 5rem;
}
@media (min-width: 48em) {
  .map_social {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #ffffff;
    text-align: center;
    z-index: 1;
  }
}
@media (min-width: 64em) {
  .map_social {
    padding: 1rem 5rem 5rem;
  }
}
.map_social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 64em) {
  .map_social-wrapper {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.map_social-icon {
  width: 5.4rem;
  height: 5.4rem;
  background: url("../images/icons/social/icon-bg.svg") center center/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map_social-icon img {
  height: 2rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.2s ease scale;
  transition: 0.2s ease scale;
}
@media (min-width: 64em) {
  .map_social-icon img {
    height: 2.5rem;
  }
}
.map_social-icon:hover img {
  scale: 1.15;
  -webkit-transition: 0.3s ease scale;
  transition: 0.3s ease scale;
}

.blog_title {
  padding: 6rem 0 5rem;
}
@media (max-width: 47.99em) {
  .blog_title {
    padding: 3rem 0 3rem;
  }
}
.blog_title .title_large {
  text-align: center;
}
.blog_grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 3rem;
}
@media (min-width: 36em) {
  .blog_grid-wrapper {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 48em) {
  .blog_grid-wrapper {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (min-width: 80em) {
  .blog_grid-wrapper {
    -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    row-gap: 5rem;
  }
}
.blog_grid-wrapper.loading.loading {
  position: relative;
  opacity: 0.6;
  pointer-events: none;
  -webkit-filter: blur(0.2rem);
          filter: blur(0.2rem);
}
.blog_grid-wrapper.loading.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border: 0.4rem solid #d7c4b7;
  border-top-color: #a06c4f;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  z-index: 10;
}
.blog_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  padding: 3rem 0 5rem;
}
@media (min-width: 64em) {
  .blog_nav {
    padding: 6rem 0 7.5rem;
  }
}
.blog_nav-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.blog_nav-arrow img {
  height: 1.5rem;
  aspect-ratio: 9/16;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_nav-arrow span {
  display: inline-block;
}
.blog_nav .page-numbers {
  text-decoration: none;
  color: #231f20;
  font-weight: 400;
  font-size: 1.4rem;
}
.blog_nav .page-numbers.current {
  font-weight: 600;
  color: #a06c4f;
}

/* Blog Single Post Archieve Card */
.card-img {
  height: 21rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .card-img {
    height: 27rem;
  }
}
@media (min-width: 64em) {
  .card-img {
    height: 30.5rem;
  }
}
@media (min-width: 90em) {
  .card-img {
    height: 33.5rem;
  }
}
.card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s ease scale;
  transition: 0.3s ease scale;
}
.card-content .title_small {
  padding: 2rem 0 0.5rem;
}
@media (min-width: 64em) {
  .card-content .title_small {
    padding: 2rem 0 1.5rem;
  }
}
.card-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.card:hover .card-img img {
  scale: 1.1;
  -webkit-transition: 0.6s ease scale;
  transition: 0.6s ease scale;
}
.card a {
  text-decoration: none;
}
.card a p {
  color: #757575;
}

.policy-page__wrapper {
  max-width: 89rem;
  margin: 0 auto;
  padding: 11rem 2rem 5rem;
}
@media (min-width: 80em) {
  .policy-page__wrapper {
    padding: 13rem 2rem 10rem;
  }
}
.policy-page ul {
  padding-left: 3rem;
}

.error-404__wrapper {
  min-height: 80vh;
  padding: 10rem 2rem;
  max-width: 87rem;
  margin: auto;
  text-align: center;
}
@media (min-width: 80em) {
  .error-404__wrapper {
    padding: 12.5rem 2rem;
  }
}
.error-404__title {
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .error-404__title {
    padding-bottom: 6rem;
  }
}
.error-404 h1 {
  font-size: 6.4rem;
  color: #a06c4f;
  text-align: center;
}
@media (min-width: 48em) {
  .error-404 h1 {
    font-size: 10rem;
  }
}
@media (min-width: 80em) {
  .error-404 h1 {
    font-size: 15rem;
  }
}
.error-404 .btn-primary {
  margin-top: 3rem;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 64em) {
  .error-404 .btn-primary {
    margin-top: 5rem;
  }
}