@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* 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;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Figtree", sans-serif;
  padding: 8rem 0 0;
}
@media screen and (min-width: 1280px) {
  body {
    padding: 8.5rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  body {
    padding: 11.5rem 0 0;
  }
}
header .skip {
  color: #ffffff;
  background-color: #000000;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-size: 2rem;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4rem;
  }
}
h2 {
  font-size: 1.5rem;
  font-family: "Figtree", sans-serif;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 35px;
  }
}
h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.25rem;
  }
}
a,
button,
select,
.up,
.full-search-toggle {
  cursor: pointer;
}
img {
  height: 100%;
  width: 100%;
}
.address p {
  margin: 0;
  font-size: 1rem;
}
.phone,
.email {
  display: block;
  transition: all 0.25s ease;
}
.layout-shophero .title,
.layout-hero .title,
.layout-woo_productslider .title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: .75rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-shophero .title,
  .layout-hero .title,
  .layout-woo_productslider .title {
    font-size: 9rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-shophero .title,
  .layout-hero .title,
  .layout-woo_productslider .title {
    font-size: 14rem;
  }
}
.layout-header .header nav li a,
.layout-header .full-menu nav li a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.layout-header .upper {
  background-color: #a68b35;
}
.layout-header .upper,
.layout-header .upper .container {
  height: 4rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper,
  .layout-header .upper .container {
    height: 2.5rem;
  }
}
.layout-header .upper .container {
  color: #ffffff;
  position: relative;
}
.layout-header .upper .container p {
  margin: 0;
  font-size: 10px;
  font-family: "Raleway", sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-header .upper .container p {
    font-size: 14px;
  }
}
.layout-header .upper .container p .email {
  display: inline-block;
}
.layout-header .upper .container p:not(:has(strong a)) {
  padding: .5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container p:not(:has(strong a)) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.layout-header .upper .container p:has(strong a) {
  position: absolute;
  bottom: 0;
  right: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-header .upper .container p:has(strong a) {
    right: 2rem;
  }
}
.layout-header .upper .container p:has(strong a) a {
  padding: .25rem .5rem;
  background-color: #c5a643;
  border-radius: .25rem .25rem 0 0;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .upper .container p:has(strong a) a {
    padding: .5rem 1.5rem;
  }
}
.layout-header .upper .container p:has(strong a) a:hover {
  text-decoration-color: inherit;
}
.layout-header .header {
  background-color: #c5a643;
}
.layout-header .header,
.layout-header .header .container {
  height: 4rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 6rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 9rem;
  }
}
.layout-header .header .container .home {
  height: 100%;
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home {
    width: 215px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .home {
    width: 251px;
  }
}
.layout-header .header .container .home svg {
  height: 100%;
  width: 100%;
}
.layout-header .header .container nav {
  right: 8rem;
  background-color: #ffffff;
  height: 4rem;
  border-radius: .5rem;
  padding: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container nav {
    display: flex;
    align-items: center;
  }
}
.layout-header .header .container nav .menu {
  gap: 1rem;
}
.layout-header .header .container nav .menu > li {
  display: flex;
  align-items: center;
}
.layout-header .header .container nav .menu > li > a {
  padding: 1.125rem 1.75rem;
  border-radius: .5rem;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  font-size: 14px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
.layout-header .header .container nav .menu > li > a[href*="contact"] {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  padding: 1.125rem 3rem;
}
.layout-header .header .container nav .menu > li > a:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.layout-header .header .container nav .menu > li > a:hover[href*="contact"] {
  color: #000000;
  background-color: #ffffff;
}
.layout-header .header .container nav .menu > li:first-child a {
  font-size: 0;
  padding: 0;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #f2f2f2;
  background-image: url(../images/home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
}
.layout-header .header .container .shopping-bag {
  height: 2rem;
  width: 2rem;
  border-radius: .5rem;
  background-color: #ffffff;
  background-image: url(../images/shopping-bag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1rem;
  right: 4.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .shopping-bag {
    height: 4rem;
    width: 4rem;
    background-size: 1.5rem;
    right: 2rem;
  }
}
.layout-header .header .container .full-menu-toggle {
  color: #ffffff;
  right: 1rem;
}
.layout-header .full-menu {
  padding: 2rem 0 0;
  background-color: #ffffff;
}
.layout-header .full-menu nav li {
  margin: 0 0 .25rem;
}
.layout-header .full-menu nav li a {
  padding: .5rem;
  font-size: 1.125rem;
}
.full-menu-open .layout-header .full-menu {
  top: 8rem;
}
.layout-footer {
  background-color: #f2f2f2;
  padding: 2rem 0 0;
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  background-color: #000000;
  border-radius: 2rem 2rem 0 0;
  color: #ffffff;
  padding: 2rem;
  position: relative;
  isolation: isolate;
  z-index: 2;
}
.layout-footer .container::before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-footer .container {
    grid-template-columns: 250px 1fr;
    align-items: center;
    justify-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    align-items: end;
    padding: 4rem 4rem 2rem;
    border-radius: 3rem 3rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container {
    padding: 5rem 7rem 1.5rem;
  }
}
@media screen and (max-width: calc(1300px + 4rem)) {
  .layout-footer .container {
    max-width: 90%;
  }
}
.layout-footer .container::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-footer .container::before {
    width: calc(100% - 8rem);
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container::before {
    width: calc(100% - 13rem);
  }
}
.layout-footer .container .home {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .home {
    gap: 4rem;
  }
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks {
    padding: 0 0 1.5rem;
  }
}
.layout-footer .container .blocks > li h2 {
  font-size: 20px;
  margin: 0 0 1.25rem;
  font-family: "Raleway", sans-serif;
}
.layout-footer .container .blocks > li li {
  margin: 0 0 .25rem;
}
.layout-footer .container .blocks > li li a:not(.social-pages a):not(.phone):not(.email) {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks > li li a:not(.social-pages a):not(.phone):not(.email)::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: left center;
}
.layout-footer .container .blocks > li li a:not(.social-pages a):not(.phone):not(.email):hover {
  text-decoration-color: inherit;
}
.layout-footer .container .blocks > li .phone,
.layout-footer .container .blocks > li .email {
  display: flex;
  gap: .5rem;
  align-items: center;
  margin: 0 0 .5rem;
}
.layout-footer .container .blocks > li .phone .icon,
.layout-footer .container .blocks > li .email .icon {
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-footer .container .blocks > li .email .icon {
  background-image: url(../images/mail.svg);
}
.layout-footer .container .blocks > li .social-pages {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li .social-pages {
    margin: 2rem 0 0;
  }
}
.layout-footer .container .blocks > li .social-pages li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: .25rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks > li .social-pages li a i {
  font-size: 1.25rem;
}
.layout-footer .container .blocks > li .social-pages li a span {
  display: none;
}
.layout-footer .container .blocks > li .social-pages li a:hover {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:first-child {
    justify-self: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:last-child {
    justify-self: end;
  }
}
.layout-copyright {
  background-color: #f2f2f2;
  padding: 0 0 2rem;
}
.layout-copyright .container {
  background-color: #000000;
  border-radius: 0 0 2rem 2rem;
  color: #ffffff;
  padding: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container {
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container {
    padding: 2rem 4rem 4rem;
    border-radius: 0 0 3rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-copyright .container {
    padding: 1.5rem 7rem 2rem;
  }
}
@media screen and (max-width: calc(1300px + 4rem)) {
  .layout-copyright .container {
    max-width: 90%;
  }
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .menu-and-up {
    display: flex;
    align-items: center;
    gap: .25rem;
  }
}
.layout-copyright .container .menu-and-up nav {
  margin: .5rem 0;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .menu-and-up nav .menu {
    display: flex;
  }
}
.layout-copyright .container .menu-and-up nav .menu li a {
  text-decoration-color: #ffffff;
  transition: all 0.25s ease;
  font-size: 15px;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .menu-and-up nav .menu li a {
    padding: .25rem .5rem;
  }
}
.layout-copyright .container .menu-and-up nav .menu li a:hover {
  text-decoration-color: transparent;
}
.layout-copyright .container .menu-and-up nav .menu li:not(:last-child) a {
  border-right: 1px solid #ffffff;
}
.layout-copyright .container .menu-and-up .up {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.layout-hero,
.layout-shophero {
  background-color: #c5a643;
  padding: 2.5rem 0 0;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-hero,
  .layout-shophero {
    padding: 6rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero,
  .layout-shophero {
    padding: 11rem 0 0;
  }
}
.layout-hero .image,
.layout-shophero .image {
  height: 400px;
}
.layout-hero .image img,
.layout-shophero .image img {
  object-position: right;
  height: 100% !important;
}
.layout-hero .text,
.layout-shophero .text {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 2rem;
}
@media (min-width: 810px) {
  .layout-hero .text,
  .layout-shophero .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-hero .text,
  .layout-shophero .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text,
  .layout-shophero .text {
    max-width: 500px;
    bottom: auto;
    top: calc(50% + 4.5rem);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: calc(1300px + 4rem)) {
  .layout-hero .text,
  .layout-shophero .text {
    left: calc(50vw - 1300px / 2);
  }
}
.layout-hero .text h2,
.layout-shophero .text h2 {
  font-weight: 400;
}
.layout-usps {
  padding: 2.5rem 0;
  background-color: #f2f2f2;
}
@media screen and (min-width: 1280px) {
  .layout-usps {
    padding: 5rem 0 3rem;
  }
}
.layout-usps .container .usps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .usps {
    gap: 1rem;
  }
}
.layout-usps .container .usps li {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
}
.layout-usps .container .usps li .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #c5a643;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-usps .container .usps li .icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.layout-usps .container .usps li .usp-text p {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 1rem 0 0;
  line-height: 1.2;
  color: #454748;
}
.layout-textandimage {
  padding: 2.5rem 0;
  background-color: #f2f2f2;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage {
    padding: 5rem 0 3rem;
  }
}
.layout-textandimage .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-textandimage .container > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-textandimage .container .image {
  position: relative;
  isolation: isolate;
  z-index: 1;
  height: 510px;
}
.layout-textandimage .container .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-textandimage .container .image::before {
  z-index: 2;
}
.layout-textandimage .container .image::before,
.layout-textandimage .container .image img {
  border-radius: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .image::before,
  .layout-textandimage .container .image img {
    border-radius: 3rem;
  }
}
.layout-textandimage .container .text-and-links {
  position: relative;
  z-index: 3;
  padding: 1rem 1rem 2.5rem;
  align-self: end;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-links {
    padding: 2.5rem;
    align-self: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text-and-links {
    padding: 0 6rem;
  }
}
.layout-textandimage .container .text-and-links .text {
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-links .text {
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-links .text {
    max-width: 42%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-links .text h2 {
    font-size: 45px;
  }
}
.layout-textandimage .container .text-and-links .text p {
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
  margin: 1.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-links .text p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text-and-links .text p {
    margin: 2rem 0;
  }
}
.layout-textandimage .container .text-and-links .links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.layout-textandimage .container .text-and-links .links li {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-links .links li {
    width: fit-content;
  }
}
.layout-textandimage .container .text-and-links .links li a {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #ffffff;
  background: #a68b35;
  border: 1px solid #a68b35;
  padding: .75rem 1rem;
  width: 100%;
  text-decoration: none !important;
  border-radius: .5rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-links .links li a {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-links .links li a {
    padding: 1rem 2.25rem;
  }
}
.layout-textandimage .container .text-and-links .links li a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-textandimage .container .text-and-links .links li a:hover {
  color: #a68b35;
  background-color: #ffffff;
}
.layout-textandimage .container .text-and-links .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-textandimage .container .text-and-links .links li a:hover::after {
  background-image: url(../images/arrow-right-gold.svg);
}
.layout-textandimage .container .text-and-links .links li:nth-child(even) a {
  background-color: transparent;
  border-color: #ffffff;
}
.layout-textandimage .container .text-and-links .links li:nth-child(even) a:hover {
  background-color: #ffffff;
}
.layout-steps {
  padding: 2.5rem 0;
  background-color: #f2f2f2;
}
.layout-steps .container {
  position: relative;
}
.layout-steps .container .bg-image {
  height: 400px;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .bg-image {
    height: 550px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-steps .container .bg-image {
    height: 650px;
  }
}
.layout-steps .container .bg-image img {
  border-radius: 1rem;
  object-position: right;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .bg-image img {
    border-radius: 3rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-steps .container .title-and-steps {
    width: calc(100% - 10rem);
    position: absolute;
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .title-and-steps {
    width: calc(100% - 14rem);
    bottom: 5rem;
  }
}
.layout-steps .container .title-and-steps .title {
  margin: 1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .title-and-steps .title {
    color: #ffffff;
    margin: 3rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-steps .container .title-and-steps .title {
    margin: 0 0 5rem 3rem;
  }
}
.layout-steps .container .title-and-steps .steps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .title-and-steps .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-steps .container .title-and-steps .steps .step {
  background-color: #c5a643;
  color: #ffffff;
  border-radius: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .title-and-steps .steps .step {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .title-and-steps .steps .step {
    border-radius: 2.5rem;
  }
}
.layout-steps .container .title-and-steps .steps .step .image-and-number {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
}
.layout-steps .container .title-and-steps .steps .step .image-and-number .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #a68b35;
  border-radius: 1rem 0 1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .title-and-steps .steps .step .image-and-number .image {
    height: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .title-and-steps .steps .step .image-and-number .image {
    border-radius: 2.5rem 0 1rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-steps .container .title-and-steps .steps .step .image-and-number .image {
    height: 110px;
    width: 115px;
  }
}
.layout-steps .container .title-and-steps .steps .step .image-and-number .image img {
  border-radius: 1rem 0 1rem 0;
  object-fit: contain;
  width: 60%;
  height: 60%;
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .title-and-steps .steps .step .image-and-number .image img {
    border-radius: 2.5rem 0 1rem 0;
  }
}
.layout-steps .container .title-and-steps .steps .step .image-and-number .number {
  padding: 0 1rem 0 0;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-steps .container .title-and-steps .steps .step .image-and-number .number {
    font-size: 76px;
    padding: 0 3rem 0 0;
  }
}
.layout-steps .container .title-and-steps .steps .step .text {
  padding: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .title-and-steps .steps .step .text {
    padding: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-steps .container .title-and-steps .steps .step .text {
    padding: 3rem 3.5rem;
  }
}
.layout-steps .container .title-and-steps .steps .step .text h3 {
  font-size: 25px;
}
.layout-steps .container .title-and-steps .steps .step .text p {
  font-size: 15px;
}
.layout-text {
  background-color: #f2f2f2;
  padding: 2.5rem 0;
  color: #454748;
  text-align: center;
}
.layout-text .container {
  max-width: 800px;
}
.layout-text.style-styled p:not(:has(strong a)):not(:has(em)) {
  font-size: 1.5rem;
  font-family: "Figtree", sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-text.style-styled p:not(:has(strong a)):not(:has(em)) {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text.style-styled p:not(:has(strong a)):not(:has(em)) {
    font-size: 35px;
  }
}
.layout-text.style-styled p:has(em) {
  font-size: 1.125rem;
}
@media screen and (min-width: 810px) {
  .layout-text.style-styled p:has(em) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text.style-styled p:has(em) {
    font-size: 1.5rem;
  }
}
.layout-text.style-styled p:has(em) em {
  color: #a68b35;
  font-style: normal;
}
.layout-text.style-styled p:has(strong a) {
  width: fit-content;
  margin: 1rem auto;
}
.layout-text.style-styled p:has(strong a) strong a {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #ffffff;
  background: #c5a643;
  border: 1px solid #c5a643;
  padding: .75rem 1rem;
  width: 100%;
  text-decoration: none !important;
  border-radius: .5rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-text.style-styled p:has(strong a) strong a {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text.style-styled p:has(strong a) strong a {
    padding: 1rem 2.25rem;
  }
}
.layout-text.style-styled p:has(strong a) strong a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-text.style-styled p:has(strong a) strong a:hover {
  color: #c5a643;
  background-color: #ffffff;
}
.layout-text.style-styled p:has(strong a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-text.style-styled p:has(strong a) strong a:after {
  background-image: url(../images/shopping-cart-white.svg);
}
.layout-text.style-styled p:has(strong a) strong a:hover {
  background-color: #000000;
  color: #ffffff;
}
.layout-woo_productfeatured .product {
  border-radius: 2rem;
}
.layout-woo_productfeatured .product img {
  background-color: #f2f2f2;
  border-radius: 2rem 2rem 0 0;
  height: 250px;
  object-fit: contain;
}
.layout-woo_productfeatured .product .product-text {
  background-color: #c5a643;
  color: #ffffff;
  border-radius: 0 0 2rem 2rem;
  padding: 2rem;
}
.layout-woo_productfeatured .product .product-text .name-and-description .name {
  font-size: 25px;
}
.layout-woo_productfeatured .product .product-text .name-and-description .description {
  font-size: 15px;
  margin: 1rem 0 2rem;
}
.layout-woo_productfeatured .product .product-text .price-and-more {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
}
.layout-woo_productfeatured .product .product-text .price-and-more .price .amount {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 19px;
}
.layout-woo_productfeatured .product .product-text .price-and-more .more {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
  padding: .75rem 1rem;
  width: 100%;
  text-decoration: none !important;
  border-radius: .5rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.25s ease;
  width: fit-content;
}
@media screen and (min-width: 810px) {
  .layout-woo_productfeatured .product .product-text .price-and-more .more {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-woo_productfeatured .product .product-text .price-and-more .more {
    padding: 1rem 2.25rem;
  }
}
.layout-woo_productfeatured .product .product-text .price-and-more .more::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-woo_productfeatured .product .product-text .price-and-more .more:hover {
  color: #000000;
  background-color: #ffffff;
}
.layout-woo_productfeatured .product .product-text .price-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-woo_productfeatured {
  padding: 2rem 0;
}
.layout-woo_productfeatured .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-woo_productfeatured .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-woo_productfeatured .container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-woocommerce {
  padding: 2.5rem 0;
}
.layout-woocommerce .woocommerce-message {
  border-radius: .5rem;
}
.layout-woocommerce .woocommerce-message .wc-forward {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #ffffff;
  background: #a68b35;
  border: 1px solid #a68b35;
  padding: .75rem 1rem;
  width: 100%;
  text-decoration: none !important;
  border-radius: .5rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-woocommerce .woocommerce-message .wc-forward {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-woocommerce .woocommerce-message .wc-forward {
    padding: 1rem 2.25rem;
  }
}
.layout-woocommerce .woocommerce-message .wc-forward::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-woocommerce .woocommerce-message .wc-forward:hover {
  color: #a68b35;
  background-color: #ffffff;
}
.layout-woocommerce .woocommerce-message .wc-forward:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-woocommerce .woocommerce-message:focus-visible {
  outline: 1px solid #a68b35;
}
@media screen and (min-width: 1280px) {
  .layout-woocommerce .container aside.filters > ul {
    margin: 10rem 0 0;
  }
}
.layout-woocommerce .container aside.filters > ul > li {
  margin: 0 0 2rem;
}
.layout-woocommerce .container aside.filters > ul > li p strong {
  font-size: 25px;
  font-weight: 700;
}
.layout-woocommerce .container aside.filters > ul > li .facetwp-checkbox {
  background: none;
  padding-left: 2rem;
  position: relative;
}
.layout-woocommerce .container aside.filters > ul > li .facetwp-checkbox::before,
.layout-woocommerce .container aside.filters > ul > li .facetwp-checkbox::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: .25rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
}
.layout-woocommerce .container aside.filters > ul > li .facetwp-checkbox::before {
  border: 1px solid #454748;
  background-color: #ffffff;
}
.layout-woocommerce .container aside.filters > ul > li .facetwp-checkbox:after {
  background-image: url(../images/checkbox-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #3782fa;
  opacity: 0;
}
.layout-woocommerce .container aside.filters > ul > li .facetwp-checkbox .facetwp-display-value {
  font-size: 20px;
  color: #868686;
}
.layout-woocommerce .container aside.filters > ul > li .facetwp-checkbox .facetwp-counter {
  display: none;
}
.layout-woocommerce .container aside.filters > ul > li .facetwp-checkbox.checked::before {
  opacity: 0;
}
.layout-woocommerce .container aside.filters > ul > li .facetwp-checkbox.checked::after {
  opacity: 1;
}
.layout-woocommerce .container aside.filters > ul > li:not(:has(.facetwp-checkbox)) {
  display: none;
}
.layout-woocommerce .container aside.filters:not(.tax-product_cat .layout-woocommerce .container aside.filters) {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-woocommerce .container:has(.filters) {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
.layout-woocommerce .container .woocommerce-ordering {
  position: relative;
  isolation: isolate;
  background-color: #ffffff;
}
.layout-woocommerce .container .woocommerce-ordering::before,
.layout-woocommerce .container .woocommerce-ordering::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  aspect-ratio: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.layout-woocommerce .container .woocommerce-ordering::before {
  background-color: #000000;
  border-radius: 0 .5rem .5rem 0;
  z-index: -2;
}
.layout-woocommerce .container .woocommerce-ordering::after {
  background-image: url(../images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1rem;
  z-index: -1;
}
.layout-woocommerce .container .woocommerce-ordering select {
  padding: 1rem;
  border-radius: .5rem;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  appearance: none;
}
.layout-woocommerce .container .woocommerce-ordering select option {
  font-weight: 400;
}
.layout-woocommerce .container .products:not(.related) {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-woocommerce .container .products:not(.related) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-woocommerce .container .products:not(.related) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-woocommerce .container .products:not(.related)::before {
  display: none;
}
.layout-woocommerce .container .products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  background-color: #a68b35;
  border-radius: 2.5rem;
}
.layout-woocommerce .container .products li.product a.woocommerce-LoopProduct-link {
  color: #ffffff;
}
.layout-woocommerce .container .products li.product a.woocommerce-LoopProduct-link > *:not(img) {
  padding: 0 1rem;
}
.layout-woocommerce .container .products li.product a.woocommerce-LoopProduct-link img {
  border-radius: 2.5rem 2.5rem 0 0;
  background-color: #dfdfdf;
}
.layout-woocommerce .container .products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 1.5rem;
  font-family: "Figtree", sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-woocommerce .container .products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-woocommerce .container .products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 35px;
  }
}
.layout-woocommerce .container .products li.product a.button {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
  padding: .75rem 1rem;
  width: 100%;
  text-decoration: none !important;
  border-radius: .5rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.25s ease;
  width: fit-content;
  margin: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-woocommerce .container .products li.product a.button {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-woocommerce .container .products li.product a.button {
    padding: 1rem 2.25rem;
  }
}
.layout-woocommerce .container .products li.product a.button::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-woocommerce .container .products li.product a.button:hover {
  color: #000000;
  background-color: #ffffff;
}
.layout-woocommerce .container .products li.product a.button:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-woocommerce .container .products li.product.product-category > a {
  width: 100%;
}
.layout-woocommerce .container .products li.product.product-category > a img {
  border-radius: 2.5rem 2.5rem 0 0;
  background-color: #dfdfdf;
}
.layout-woocommerce .container .products li.product.product-category > a h2 {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
  padding: .75rem 1rem;
  width: 100%;
  text-decoration: none !important;
  border-radius: .5rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.25s ease;
  margin: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-woocommerce .container .products li.product.product-category > a h2 {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-woocommerce .container .products li.product.product-category > a h2 {
    padding: 1rem 2.25rem;
  }
}
.layout-woocommerce .container .products li.product.product-category > a h2::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-woocommerce .container .products li.product.product-category > a h2:hover {
  color: #000000;
  background-color: #ffffff;
}
.layout-woocommerce .container .products li.product.product-category > a h2:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-woocommerce .container .products li.product.product-category > a h2 mark {
  display: none;
}
.layout-woocommerce .container .products li.product.product-category > a h2:hover {
  background-color: #c5a643;
}
.single-product .layout-woocommerce {
  background-color: #f2f2f2;
}
.single-product .layout-woocommerce .product .woocommerce-product-gallery__image {
  background-color: #dfdfdf;
  border-radius: 1rem;
  margin: 0 1rem 0 0;
}
.single-product .layout-woocommerce .product .woocommerce-product-gallery__image img {
  border-radius: 1rem;
}
.single-product .layout-woocommerce .product .woocommerce-product-gallery__image:first-of-type {
  border-radius: 2.5rem;
  margin: 0 0 1rem;
}
.single-product .layout-woocommerce .product .woocommerce-product-gallery__image:first-of-type img {
  border-radius: 2.5rem;
}
.single-product .layout-woocommerce .product .summary .product_title {
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .single-product .layout-woocommerce .product .summary .product_title {
    font-size: 77px;
  }
}
.single-product .layout-woocommerce .product .summary .price {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #454748;
}
@media screen and (min-width: 1280px) {
  .single-product .layout-woocommerce .product .summary .price {
    font-size: 28px;
  }
}
.single-product .layout-woocommerce .product .summary .variations {
  border-collapse: separate;
  border-spacing: 0 1em;
  max-width: 450px;
}
.single-product .layout-woocommerce .product .summary .variations tr {
  margin: 0 0 1rem;
}
.single-product .layout-woocommerce .product .summary .variations th,
.single-product .layout-woocommerce .product .summary .variations td {
  vertical-align: middle;
}
.single-product .layout-woocommerce .product .summary .variations th.label {
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .single-product .layout-woocommerce .product .summary .variations th.label {
    font-size: 25px;
  }
}
.single-product .layout-woocommerce .product .summary .variations td.value {
  position: relative;
  isolation: isolate;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: .5rem;
}
.single-product .layout-woocommerce .product .summary .variations td.value::before,
.single-product .layout-woocommerce .product .summary .variations td.value::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  aspect-ratio: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.single-product .layout-woocommerce .product .summary .variations td.value::before {
  background-color: #000000;
  border-radius: 0 .5rem .5rem 0;
  z-index: -2;
}
.single-product .layout-woocommerce .product .summary .variations td.value::after {
  background-image: url(../images/chevron-down-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  z-index: -1;
}
.single-product .layout-woocommerce .product .summary .variations td.value select {
  background: none;
  padding: 1rem;
  border-radius: .5rem;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
  appearance: none;
  width: 100%;
}
.single-product .layout-woocommerce .product .summary .variations td.value select option {
  font-weight: 400;
}
.single-product .layout-woocommerce .product .summary .variations td.value .reset_variations {
  position: absolute;
  left: calc(100% + 1rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  color: #ffffff;
  padding: .5rem;
  border-radius: .25rem;
}
.single-product .layout-woocommerce .product .summary .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  background-color: #dfdfdf;
  border-radius: .5rem;
  max-width: 450px;
}
.single-product .layout-woocommerce .product .summary .woocommerce-variation-add-to-cart > * {
  float: none;
}
.single-product .layout-woocommerce .product .summary .woocommerce-variation-add-to-cart .quantity {
  margin: .5rem;
}
.single-product .layout-woocommerce .product .summary .woocommerce-variation-add-to-cart .quantity input {
  height: 100%;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.single-product .layout-woocommerce .product .summary .woocommerce-variation-add-to-cart button {
  background-color: #a68b35;
  border: 1px solid #a68b35;
  border-radius: .5rem;
  min-height: 3rem;
  width: 100%;
  background-image: url(../images/bag-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: center right .5rem;
  background-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .single-product .layout-woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .single-product .layout-woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
    grid-column: 1 / -1;
  }
}
@media screen and (min-width: 1280px) {
  .single-product .layout-woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
    font-size: 18px;
  }
}
.single-product .layout-woocommerce .product .related .products {
  display: flex;
  flex-wrap: wrap;
}
.layout-woo_productslider {
  background-color: #c5a643;
  padding: 5rem 0 2.5rem;
}
.layout-woo_productslider .container {
  position: relative;
}
.layout-woo_productslider .container .text {
  position: absolute;
  top: 2rem;
  left: 1rem;
  color: #ffffff;
  z-index: 1;
}
