@charset "UTF-8";
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-DemiBold.woff2") format("woff2"), url("../fonts/TTCommons-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Bold.woff2") format("woff2"), url("../fonts/TTCommons-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Light.woff2") format("woff2"), url("../fonts/TTCommons-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Medium.woff2") format("woff2"), url("../fonts/TTCommons-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  font: normal 400 1.6rem/1 "TT Commons", sans-serif;
  color: #B47B3C;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

ins {
  text-decoration: none;
}

.white-filter {
  filter: brightness(0) invert(1);
}

img.lazy {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

#blog-text img,
img.with-border {
  padding: 0.8rem;
  border-top-left-radius: 25.5rem 1.5rem;
  border-top-right-radius: 1.5rem 22.5rem;
  border-bottom-right-radius: 22.5rem 1.55rem;
  border-bottom-left-radius: 1.5rem 25.5rem;
  background: #D3A41F;
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.wrap-square,
.wrap-16-9,
.wrap-4-3 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 66.67% 0;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::selection {
  background: #B47B3C;
  color: #FFF;
}

::-moz-selection {
  background: #B47B3C;
  color: #FFF;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

/* ## Animations
--------------------------------------------- */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animated-view {
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.animated-view.fade-to-left {
  transform: translateX(20rem);
  opacity: 0;
}
.animated-view.fade-to-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-right {
  transform: translateX(-20rem);
  opacity: 0;
}
.animated-view.fade-to-right.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-top {
  transform: translateY(20rem);
  opacity: 0;
}
.animated-view.fade-to-top.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-to-bottom {
  transform: translateY(-20rem);
  opacity: 0;
}
.animated-view.fade-to-bottom.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-in {
  opacity: 0;
}
.animated-view.fade-in.in-view {
  opacity: 1;
}
.animated-view.zoom-in {
  transform: scale(0);
  transform-origin: center center;
}
.animated-view.zoom-in.in-view {
  transform: scale(1);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* ## Wrap
--------------------------------------------- */
#main {
  padding: 13rem 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #main {
    padding-top: 9.4rem;
  }
}

.wrap {
  max-width: 132rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap__full-width {
  max-width: 100%;
}
.wrap__inner-wrap {
  max-width: 112.4rem;
}
.wrap__text-wrap {
  max-width: 96rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.content-row {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding-top: 4rem;
  }
}
.content-row .wrap__text-wrap {
  margin-bottom: 2rem;
}
.content-row .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.2rem 4rem;
  align-items: flex-end;
  margin: 0 0 2rem 0;
}

#page-header {
  padding-top: 8rem !important;
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3.2rem;
}
@media only screen and (max-width: 1023px) {
  .medium-gap {
    gap: 2.4rem;
  }
}

.large-gap {
  gap: 6.4rem;
}
@media only screen and (max-width: 1023px) {
  .large-gap {
    gap: 2.4rem;
  }
}

.align-items-center {
  align-items: center;
}

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .col-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  padding: 0.5rem 0 0 0;
}

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #B47B3C;
}
a:hover {
  text-decoration: none;
  color: #B47B3C;
}
a.text-link {
  color: #B47B3C;
}

p,
label,
address,
td,
th,
li {
  font: 300 1.6rem/2.5rem "TT Commons", sans-serif;
  color: #B47B3C;
  margin: 0 0 4rem 0;
  position: relative;
}

.smaller,
small {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.with-icon {
  padding-left: 2.5rem;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

hr {
  margin: 0 0 4rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: #B47B3C;
  display: block;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0 0 4rem 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
}
ul li:before,
ol li:before {
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #B47B3C;
  border-radius: 50%;
  position: absolute;
  top: 0.8rem;
  left: 0;
  content: "";
}
ul.two-columns,
ol.two-columns {
  column-gap: 4rem;
  column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    column-count: 1;
    column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  column-gap: 4rem;
  column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    column-count: 1;
    column-gap: 0;
  }
}
ul.green-checks li,
ol.green-checks li {
  padding-left: 3rem;
}
ul.green-checks li:not(:last-child),
ol.green-checks li:not(:last-child) {
  margin-bottom: 0.8rem;
}
ul.green-checks li:before,
ol.green-checks li:before {
  content: "";
  border-radius: 0;
  height: 2rem;
  width: 2rem;
  top: 0;
  left: 0;
  background: url("../img/green-check.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

ol li {
  counter-increment: step-counter;
  padding-left: 2.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border-radius: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 3rem 0;
  width: 100%;
  border-collapse: separate;
}

tr:nth-child(even) td {
  background: rgba(180, 123, 60, 0.05);
}

td, th {
  text-align: left;
  padding: 1.2rem 1.6rem;
}
td p, th p {
  margin: 0;
  padding: 0;
}

th {
  font-weight: 700;
  background: rgba(180, 123, 60, 0.1);
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 600 7.5rem/1 "TT Commons", sans-serif;
  color: #B47B3C;
  margin: 0;
  padding: 0 0 4rem 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font: 600 4.6rem/1 "TT Commons", sans-serif;
    padding: 0 0 3rem 0;
  }
}

#page-header h1,
#page-header .h1 {
  color: #FFF;
}

h2, .h2 {
  font: 600 5rem/1.15 "TT Commons", sans-serif;
  color: #B47B3C;
  margin: 0;
  padding: 0 0 3rem 0;
}
h2.small, .h2.small {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font: 600 2.8rem/1.25 "TT Commons", sans-serif;
    padding: 0 0 2rem 0;
  }
}

.cart_totals h2 {
  font-size: 3.6rem;
}

h3, .h3, #reply-title {
  font: 600 2rem/1.7 "TT Commons", sans-serif;
  display: block;
  color: #B47B3C;
  margin: 0;
  padding: 0 0 1rem 0;
}
h3.bigger, .h3.bigger, #reply-title.bigger {
  font-size: 2.4rem;
}

.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
#order_review_heading {
  font-size: 3.6rem;
}

h4, .h4 {
  font: 700 1.6rem/2 "TT Commons", sans-serif;
  margin: 0;
  padding: 0;
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  margin: 0 0 4rem 0;
}
.card > :last-child {
  margin-bottom: 0;
}

.with-border-radius {
  border-radius: 8px;
}

.with-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

/* ## Forms styling
--------------------------------------------- */
label, legend {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  position: relative;
  line-height: 1.25;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.6rem 2.4rem;
  font: 300 1.6rem/1.25 "TT Commons", sans-serif;
  color: #B47B3C;
  margin: 0;
  border: 0.2rem solid #D3A41F;
  border-top-left-radius: 25.5rem 1.5rem;
  border-top-right-radius: 1.5rem 22.5rem;
  border-bottom-right-radius: 22.5rem 1.55rem;
  border-bottom-left-radius: 1.5rem 25.5rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.2);
}

select {
  padding-right: 6rem;
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0 0 0 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  padding: 0;
  background: #FFF;
  border: 1px solid #B47B3C;
  inset: 0 0 0 0;
}
input[type=checkbox] + label:after, input[type=checkbox] + span:after, input[type=checkbox] + td:after,
input[type=radio] + label:after,
input[type=radio] + span:after,
input[type=radio] + td:after {
  display: block;
  position: absolute;
  background: #B47B3C;
  height: 1rem;
  width: 1rem;
  background: #B47B3C;
  inset: 0 0 0 0;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.3rem 0 0 0.3rem;
  content: "";
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.3rem 0 0 0.3rem;
}

select {
  appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

textarea {
  height: 13rem;
  padding: 2rem;
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 14rem;
  height: 4.1rem;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 4.1rem;
  width: 4.1rem;
  align-items: center;
  justify-content: center;
  color: #B47B3C;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: 700;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 8.2rem);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 8rem;
}

.gfield_consent_label {
  display: inline-block !important;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0 0 2.8rem 0;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem 0;
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 1.2rem);
}
.gform_wrapper .gchoice {
  position: relative;
}

.gform_footer {
  display: flex;
  justify-content: flex-end;
  margin: 2.4rem 0 0 0;
}

.gf_name_has_2 {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gf_name_has_2 {
    grid-template-columns: 1fr;
  }
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: red;
}

.instruction,
.gfield_validation_message {
  font-style: italic;
  font-size: 1.4rem;
  display: flex;
  margin: 1rem 0 0 0;
}

.gfield_validation_message {
  color: red;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: red;
  font-size: 1.2rem;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default {
  border: 0.2rem solid #D3A41F;
  border-top-left-radius: 25.5rem 1.5rem;
  border-top-right-radius: 1.5rem 22.5rem;
  border-bottom-right-radius: 22.5rem 1.55rem;
  border-bottom-left-radius: 1.5rem 25.5rem;
  height: 5.6rem !important;
}
.select2-container--default .select2-selection--single {
  height: 5.2rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.6rem 2.4rem !important;
  font: 400 1.6rem/1.25 "TT Commons", sans-serif !important;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

ul.select2-results__options li {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "TT Commons", sans-serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #B47B3C;
  color: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.price_slider_wrapper {
  position: relative;
}
.price_slider_wrapper .price_label {
  position: absolute;
  top: 2.4rem;
  font: 300 1.4rem/1.5 "TT Commons", sans-serif;
}
.price_slider_wrapper .button {
  margin-bottom: 3.2rem;
}

.ui-slider {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  position: relative;
  height: 3.2rem;
}
.ui-slider .ui-slider-range {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background: #B47B3C;
  height: 0.2rem;
}

.price_slider_amount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.price_slider_amount .screen-reader-text {
  display: none;
}
.price_slider_amount button[type=submit] {
  width: 100%;
}

.ui-slider-handle {
  height: 3.2rem;
  width: 3.2rem;
  background: #FFF;
  border: 1px solid #B47B3C;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  display: block;
  top: -1.6rem;
  z-index: 2;
  transform: translateX(-50%);
  text-align: center;
}
.ui-slider-handle .value {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1rem;
  font: 700 1.6rem/1.75 "TT Commons", sans-serif;
  width: 8rem;
  text-align: center;
}

/* ## Colors
--------------------------------------------- */
.bg-black {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.bg-white {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.bg-red {
  background: red;
}

.red-color {
  color: red !important;
}

.bg-green {
  background: #B0BD9E;
}

.green-color {
  color: #B0BD9E !important;
}

.bg-yellow {
  background: #F0B565;
}

.yellow-color {
  color: #F0B565 !important;
}

.black-bg {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.white-bg {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.green-bg {
  background: #B0BD9E;
}

.green-color {
  color: #B0BD9E !important;
}

.creme-bg {
  background: #F8F3E5;
}

.creme-color {
  color: #F8F3E5 !important;
}

.orange-bg {
  background: #D3A41F;
}

.orange-color {
  color: #D3A41F !important;
}

.brown-bg {
  background: #B47B3C;
}

.brown-color {
  color: #B47B3C !important;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 1.2rem 3rem 0.8rem 3rem;
  font: 600 2rem/1.25 "TT Commons", sans-serif;
  border-top-left-radius: 25.5rem 1.5rem;
  border-top-right-radius: 1.5rem 22.5rem;
  border-bottom-right-radius: 22.5rem 1.55rem;
  border-bottom-left-radius: 1.5rem 25.5rem;
  border: 0.2rem solid transparent;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.button.show-filters .icon,
input[type=submit].show-filters .icon,
button[type=submit].show-filters .icon {
  line-height: 1;
  position: relative;
  top: 0.2rem;
}
.button.show-filters svg,
input[type=submit].show-filters svg,
button[type=submit].show-filters svg {
  height: 2rem;
  margin-right: 0.6rem;
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width {
  width: 100%;
}
.button.disabled,
input[type=submit].disabled,
button[type=submit].disabled {
  cursor: inherit;
  opacity: 0.25;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}
.button.white,
input[type=submit].white,
button[type=submit].white {
  background: #FFF;
  color: #D3A41F;
  border-color: #FFF;
}
.button.white:hover,
input[type=submit].white:hover,
button[type=submit].white:hover {
  border-color: #D3A41F;
  background: #D3A41F;
  color: #FFF;
}
.button.orange,
input[type=submit].orange,
button[type=submit].orange {
  background: #D3A41F;
  color: #FFF;
  border-color: #D3A41F;
}
.button.orange:hover,
input[type=submit].orange:hover,
button[type=submit].orange:hover {
  background: #FFF;
  color: #D3A41F;
}
.button.brown, .button.wc-forward,
input[type=submit].brown,
input[type=submit].wc-forward,
button[type=submit].brown,
button[type=submit].wc-forward {
  background: #B47B3C;
  color: #FFF;
  border-color: #B47B3C;
}
.button.brown:hover, .button.wc-forward:hover,
input[type=submit].brown:hover,
input[type=submit].wc-forward:hover,
button[type=submit].brown:hover,
button[type=submit].wc-forward:hover {
  background: #FFF;
  color: #B47B3C;
}
.button.green, .button.single_add_to_cart_button, .button.add_to_cart_button, .button.checkout-button, .button#place_order,
input[type=submit].green,
input[type=submit].single_add_to_cart_button,
input[type=submit].add_to_cart_button,
input[type=submit].checkout-button,
input[type=submit]#place_order,
button[type=submit].green,
button[type=submit].single_add_to_cart_button,
button[type=submit].add_to_cart_button,
button[type=submit].checkout-button,
button[type=submit]#place_order {
  background: #B0BD9E;
  color: #FFF;
  border-color: #B0BD9E;
}
.button.green:hover, .button.single_add_to_cart_button:hover, .button.add_to_cart_button:hover, .button.checkout-button:hover, .button#place_order:hover,
input[type=submit].green:hover,
input[type=submit].single_add_to_cart_button:hover,
input[type=submit].add_to_cart_button:hover,
input[type=submit].checkout-button:hover,
input[type=submit]#place_order:hover,
button[type=submit].green:hover,
button[type=submit].single_add_to_cart_button:hover,
button[type=submit].add_to_cart_button:hover,
button[type=submit].checkout-button:hover,
button[type=submit]#place_order:hover {
  background: #FFF;
  color: #B0BD9E;
}
.button.ghost-brown,
input[type=submit].ghost-brown,
button[type=submit].ghost-brown {
  background: none;
  color: #B47B3C;
  border-color: #B47B3C;
}
.button.ghost-brown:hover,
input[type=submit].ghost-brown:hover,
button[type=submit].ghost-brown:hover {
  background: #B47B3C;
  color: #FFF;
}
.button.ghost-orange,
input[type=submit].ghost-orange,
button[type=submit].ghost-orange {
  background: none;
  color: #D3A41F;
  border-color: #D3A41F;
}
.button.ghost-orange:hover,
input[type=submit].ghost-orange:hover,
button[type=submit].ghost-orange:hover {
  background: #D3A41F;
  color: #FFF;
}
.button.ghost-white,
input[type=submit].ghost-white,
button[type=submit].ghost-white {
  background: none;
  color: #FFF;
  border-color: #FFF;
}
.button.ghost-white:hover,
input[type=submit].ghost-white:hover,
button[type=submit].ghost-white:hover {
  background: #FFF;
  color: #B47B3C;
}
.button.ghost-green,
input[type=submit].ghost-green,
button[type=submit].ghost-green {
  background: none;
  color: #B0BD9E;
  border-color: #B0BD9E;
}
.button.ghost-green:hover,
input[type=submit].ghost-green:hover,
button[type=submit].ghost-green:hover {
  background: #B0BD9E;
  color: #FFF;
}
.button.loading:after,
input[type=submit].loading:after,
button[type=submit].loading:after {
  content: "";
  background-image: url("../img/custom-icons/loader.svg");
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
  animation: spin 4s linear infinite;
}
.button.loading:hover:after,
input[type=submit].loading:hover:after,
button[type=submit].loading:hover:after {
  filter: brightness(0) invert(1);
}
.button.added:after,
input[type=submit].added:after,
button[type=submit].added:after {
  background-image: url("../img/custom-icons/check.svg");
  content: "";
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
}

.back a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.8rem;
}
.back a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.3rem;
}
.back a .icon svg {
  height: 1.6rem;
  width: auto;
}
.button[name=update_cart] {
  background: #B0BD9E;
  color: #FFF;
  border-color: #B47B3C;
  width: 100%;
}
.button[name=update_cart]:hover {
  background: #FFF;
  color: #B0BD9E;
}

.green-bg .button.white {
  color: #B0BD9E;
}

.back a {
  flex-wrap: wrap;
  text-decoration: none;
  font-weight: 500;
}
.back a i {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  top: 1px;
}
.back a:hover {
  text-decoration: underline;
}

.button-wrap, .buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

input[type=submit],
button[type=submit] {
  background: #D3A41F;
  color: #FFF;
  border-color: #D3A41F;
}

.with-arrow {
  text-decoration: none;
  font: 600 2rem/1.25 "TT Commons", sans-serif;
}
.with-arrow:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}
.with-arrow:hover {
  text-decoration: underline;
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 3rem 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: #B47B3C;
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  align-items: center;
  margin: 1rem 0 4rem 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 2rem;
}
.sm-icons li {
  padding-left: 0;
}
.sm-icons li svg {
  width: 2.4rem;
}
.sm-icons li:before {
  display: none;
}
.sm-icons li a {
  display: flex;
  height: 4.4rem;
  width: 4.4rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #D3A41F;
  background: #F8F3E5;
  text-decoration: none;
}
.sm-icons li a:hover {
  background: #D3A41F;
  color: #FFF;
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  margin: 0 0 4rem 0;
  padding: 0;
  gap: 0.8rem;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  height: 4.2rem;
  width: 4.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFF;
  color: #B47B3C !important;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li:hover a {
  background: #B47B3C;
  color: #FFF;
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}

.wc-proceed-to-checkout a {
  width: 100%;
}

.swiper-button {
  height: 9.2rem;
  width: 9.2rem;
  display: flex;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.89);
  color: #B47B3C;
  border: 0;
  top: 50%;
}
.swiper-button:before, .swiper-button:after {
  display: none;
}
.swiper-button svg {
  height: 4rem;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .swiper-button {
    height: 4.8rem;
    width: 4.8rem;
  }
  .swiper-button svg {
    height: 3.2rem;
  }
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 250;
  width: 100%;
  overflow: hidden;
}

.site-logo {
  display: block;
  position: relative;
}
.site-logo img {
  max-width: 20rem;
}

#page-header {
  position: relative;
  background: #000;
}
#page-header .header-text {
  max-width: 64rem;
}
#page-header img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

/* Top-bar
--------------------------------------------- */
.top-bar {
  padding: 0.8rem 0;
}
@media only screen and (max-width: 1023px) {
  .top-bar {
    padding: 0.4rem;
  }
}
.top-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar p, .top-bar ul {
  margin: 0;
}
.top-bar .top-usps {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  gap: 0 3.2rem;
}
.top-bar .top-usps li {
  padding: 0 0 0 2.4rem;
  margin: 0 !important;
  display: flex;
}
.top-bar .top-usps li strong {
  margin: 0 0.4rem;
}
.top-bar .top-usps li:before {
  position: absolute;
  display: flex;
}
.top-bar .top-usps.swiper {
  width: 100%;
  position: relative;
}
.top-bar .top-usps.swiper strong {
  margin: 0 0.4rem;
}
.top-bar .top-usps.swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-bar .top-usps.swiper .swiper-slide p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-bar .top-usps.swiper .swiper-slide svg {
  display: inline-block;
  margin-right: 0.6rem;
  height: 1.6rem;
  width: auto;
  position: relative;
  top: 0.3rem;
}

/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
  padding: 2.4rem 0;
  background: #B47B3C;
}
@media only screen and (max-width: 1023px) {
  .nav-bar {
    padding: 1.6rem 0;
  }
}
.nav-bar .site-logo {
  width: 20rem;
  height: 4.1rem;
}
.nav-bar .site-logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  transform: translateY(-20%);
}
@media only screen and (max-width: 1023px) {
  .nav-bar .site-logo {
    width: 12rem;
    height: 2.502rem;
  }
  .nav-bar .site-logo img {
    transform: translateY(-10%);
  }
}
.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-bar .menu {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 0 3.2rem;
}
.nav-bar .menu .menu-item {
  position: relative;
}
.nav-bar .menu .menu-item a {
  display: block;
  font: 600 1.6rem/1.25 "TT Commons", sans-serif;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: none;
}
.nav-bar .menu .menu-item.current-menu-item > a, .nav-bar .menu .menu-item.current-menu-ancestor > a, .nav-bar .menu .menu-item.current_page_item > a, .nav-bar .menu .menu-item.current_page_ancestor > a {
  color: #D3A41F;
}
.nav-bar .menu .menu-item.current-menu-item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current-menu-ancestor > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_ancestor > a .nav-bar__toggle-icon {
  fill: #D3A41F;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  border-top: 0.4rem solid #D3A41F;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 0;
}
.nav-bar .menu .menu-item:hover > a {
  color: #D3A41F;
}
.nav-bar .menu .menu-item:hover > a .nav-bar__toggle-icon {
  transform: rotate(180deg);
  fill: #000;
}
.nav-bar .menu .menu-item:hover .sub-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap {
    display: none;
  }
}

.menu-item {
  padding-left: 0;
}
.menu-item:before {
  display: none;
}

#top-buttons ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  gap: 0 3.2rem;
}
#top-buttons ul li {
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#top-buttons ul li:before {
  display: none;
}
#top-buttons ul li a {
  color: #FFF;
  text-decoration: none;
}
#top-buttons ul li a svg {
  height: 2.4rem;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  #top-buttons {
    margin-left: auto;
  }
  #top-buttons ul {
    gap: 0 2.4rem;
    margin-right: 2.4rem;
  }
}

/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Text
--------------------------------------------- */
.text-img .image {
  margin-bottom: 4rem;
}

.img-text .wrap .col-2-grid .text {
  order: 2;
}
.img-text .wrap .col-2-grid .image {
  order: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}

.text-img .text,
.img-text .text {
  margin: auto 0;
}

.usps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4rem 6rem;
  margin: 0 0 4rem 0;
  flex-wrap: wrap;
  align-items: center;
}
.usps .usp-block {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
  width: 20rem;
}
.usps .usp-block p {
  margin: 0;
}
.usps .feat-img {
  height: 12rem;
  width: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 2rem 0;
  width: 100%;
}
.usps .feat-img img {
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
}

.usps-slider .usp-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  #usps .usps {
    flex-direction: column;
  }
  #usps .usps .usp-block {
    width: 100%;
  }
}

.bodysuit-slider .with-border {
  background: #FFF;
}

#bodysuits-slider {
  overflow: hidden;
}

.trust-bar {
  border-top: 1px solid #B47B3C;
}

.trustpilot-widget {
  margin: 0 0 4rem 0;
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
/* Footer-nav
--------------------------------------------- */
.footer-nav {
  border-top: 1px solid #B47B3C;
}
.footer-nav .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 4rem;
}
.footer-nav ul:not(.sm-icons) {
  padding-bottom: 0;
}
.footer-nav ul:not(.sm-icons) li {
  padding-left: 0;
}
.footer-nav ul:not(.sm-icons) li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.footer-nav ul:not(.sm-icons) li a {
  text-decoration: none;
}
.footer-nav ul:not(.sm-icons) li a:hover {
  text-decoration: underline;
}
.footer-nav ul:not(.sm-icons) li:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
  }
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #B47B3C;
  padding-top: 2rem;
  align-items: center;
}
.footer-copyright .payment-icons ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
}
.footer-copyright .payment-icons ul li {
  padding: 0;
}
.footer-copyright .payment-icons ul li:before {
  display: none;
}
.footer-copyright .payment-icons ul img {
  height: 2.4rem;
  width: auto;
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
.mobile-navigation {
  position: fixed;
  inset: 9.4rem 0 0 -100%;
  padding: 2.4rem 0 0 0;
  z-index: 550;
  visibility: hidden;
  background: #F8F3E5;
  transform-origin: center left;
  width: 100%;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-navigation__menu-wrap .menu {
  display: flex;
  flex-direction: column;
}
.mobile-navigation__menu-wrap .menu li {
  margin: 0;
  padding: 0;
}
.mobile-navigation__menu-wrap .menu li a {
  display: block;
  padding: 0.8rem 0;
  position: relative;
  font: 600 2rem/1.7 "TT Commons", sans-serif;
  text-decoration: none;
}
.mobile-navigation__menu-wrap .menu > li:not(:last-child) {
  border-bottom: 2px solid #B47B3C;
}
.mobile-navigation .sm-icons {
  gap: 1.2rem;
}
.mobile-navigation .sm-icons li a {
  background: #B47B3C;
  color: #F8F3E5;
  border-radius: 50%;
}

.mob-nav-active .mobile-navigation {
  left: 0;
  visibility: visible;
}

.mobile-nav-toggle {
  position: relative;
  display: none;
}
.mobile-nav-toggle__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  border: 0;
  border-radius: 8px;
  position: relative;
  top: -0.2rem;
  color: #FFF;
  cursor: pointer;
}
.mobile-nav-toggle__button .strokes {
  width: 2.4rem;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.5rem 0;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.2rem;
  width: 100%;
  border-radius: 0.15rem;
  padding: 0;
  background: #FFF;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button .strokes span:last-child {
  margin-bottom: 0;
}
.mobile-nav-toggle__button .text {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "TT Commons", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

.mob-nav-active .mobile-nav-toggle__button .strokes span:first-child {
  transform: rotate(45deg);
  top: 0.7rem;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0rem;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

/* Entities SCSS files
---------------------------------------------------------------------------------------------------- */
.blog-summary {
  display: flex;
  flex-direction: column;
}
.blog-summary .feat-img {
  margin: 0 0 2rem 0;
}
.blog-summary h3 {
  margin: 0 0 0.4rem 0;
  padding: 0;
}
.blog-summary h3 a {
  text-decoration: none;
}
.blog-summary h3 a:hover {
  text-decoration: underline;
}
.blog-summary .excerpt p {
  margin: 0 0 2rem 0;
}
.blog-summary .button-p {
  margin-top: auto;
}

#blog-share .sm-share-buttons {
  justify-content: center;
}

.faq-search {
  margin: 0 0 3rem 0;
}
.faq-search form {
  display: flex;
  position: relative;
  width: 42rem;
}
.faq-search form input {
  width: 100%;
  padding-right: 6rem;
}
.faq-search form button {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background: transparent;
  color: #B47B3C;
  border: 0;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
@media only screen and (max-width: 640px) {
  .faq-search {
    width: 100%;
  }
  .faq-search form {
    width: 100%;
  }
}

#faq-container {
  margin: 2rem 0 4rem 0;
}

.faq-block {
  background: #F8F3E5;
  padding: 3.2rem;
  border-radius: 8px;
}

.faq-wrap {
  border-bottom: 1px solid #B47B3C;
}
.faq-wrap .question {
  margin: 0;
}
.faq-wrap .question a {
  display: flex;
  position: relative;
  text-decoration: none;
  padding: 0.8rem 6rem 0.8rem 0;
}
.faq-wrap .question a:hover {
  text-decoration: underline;
}
.faq-wrap .question a .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1.8rem;
  width: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-wrap .question a .icon svg {
  height: 1.8rem;
  width: auto;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.faq-wrap .question a.active .icon svg {
  transform: rotate(180deg);
}
.faq-wrap .answer {
  display: none;
}
.faq-wrap .answer p, .faq-wrap .answer ul {
  margin: 0 0 2rem 0;
}

/* # Woocommerce SCSS files
---------------------------------------------------------------------------------------------------- */
/* General
--------------------------------------------- */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .review, .woocommerce-thankyou-order-details, .woocommerce-column, .woocommerce-MyAccount-navigation {
  margin: 0 0 2.4rem 0;
  border-radius: 8px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  background: #F8F3E5;
  gap: 1.2rem 2.4rem;
  border-left: 0.4rem solid #B47B3C;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .review, .woocommerce-thankyou-order-details, .woocommerce-column, .woocommerce-MyAccount-navigation {
    flex-direction: column;
  }
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.form-row {
  width: 100%;
  margin: 0 0 1.6rem 0;
  position: relative;
  display: block;
}
.form-row p {
  margin: 0 0 2rem 0;
}
.form-row.hidden {
  display: none;
}
.form-row-last, .form-row-first {
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 640px) {
  .form-row-last, .form-row-first {
    width: 100%;
  }
}

.field-description {
  display: block;
  margin-top: 0.8rem;
}

.woocommerce-column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Archive
--------------------------------------------- */
#shop-archive-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8rem;
}
@media only screen and (max-width: 1023px) {
  #shop-archive-container {
    flex-direction: column;
  }
}

#shop-sidebar {
  width: 26rem;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #shop-sidebar {
    width: 100%;
    display: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 9.4rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    padding: 3.2rem 2rem 0 2rem;
    background: #FFF;
  }
}

.sidebar_widget {
  padding: 3.2rem;
  border-radius: 8px;
  margin: 0 0 4rem 0;
  background: #F8F3E5;
}
.sidebar_widget > :last-child {
  margin-bottom: 0;
}
.sidebar_widget .product-categories {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
}
.sidebar_widget .product-categories li a {
  text-decoration: none;
}
.sidebar_widget .product-categories li a:hover {
  text-decoration: underline;
}
.sidebar_widget .product-categories li.current-cat a {
  text-decoration: underline;
}
.sidebar_widget .woocommerce-widget-layered-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
}
.sidebar_widget .woocommerce-widget-layered-nav-list li {
  padding-left: 0;
  display: flex;
  width: 100%;
}
.sidebar_widget .woocommerce-widget-layered-nav-list li:before {
  display: none;
}
.sidebar_widget .woocommerce-widget-layered-nav-list li a {
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 2.4rem;
}
.sidebar_widget .woocommerce-widget-layered-nav-list li a:hover {
  text-decoration: underline;
}
.sidebar_widget .woocommerce-widget-layered-nav-list li a:before {
  height: 1.6rem;
  width: 1.6rem;
  background: #FFF;
  border-radius: 0;
  border: 1px solid #B47B3C;
  top: 0.2rem;
  left: 0;
  content: "";
  position: absolute;
  display: block;
}
.sidebar_widget .woocommerce-widget-layered-nav-list li a:after {
  height: 1.2rem;
  width: 1.2rem;
  background: #B47B3C;
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
  content: "";
  display: block;
  visibility: hidden;
}
.sidebar_widget .woocommerce-widget-layered-nav-list li.chosen a:after {
  visibility: visible;
}

.woocommerce-result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2.4rem 0;
}
@media only screen and (max-width: 640px) {
  .woocommerce-result-options {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.woocommerce-result-count {
  margin: 0;
  padding: 0;
}

ul.products {
  display: grid;
  gap: 4rem;
  margin: 2rem 0 6rem 0;
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 640px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.products.columns-2 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 480px) {
  ul.products.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
ul.products li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.products li:before {
  display: none;
}

li.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
li.product .woocommerce-LoopProduct-link {
  text-decoration: none;
}
li.product .woocommerce-loop-product__title {
  line-height: 1.25;
  padding: 0;
  margin: 0 0 0.8rem 0;
}
li.product .price {
  display: block;
  margin: 0 0 0.8rem 0;
}
li.product .price .woocommerce-Price-currencySymbol {
  display: none;
}
li.product .price del {
  margin-right: 0.8rem;
}
li.product .feat-img {
  margin: 0 0 2rem 0;
}
li.product .feat-img img {
  padding: 0.8rem;
  border-top-left-radius: 25.5rem 1.5rem;
  border-top-right-radius: 1.5rem 22.5rem;
  border-bottom-right-radius: 22.5rem 1.55rem;
  border-bottom-left-radius: 1.5rem 25.5rem;
  background: #D3A41F;
}
li.product .product-rating {
  display: flex;
  margin: 0 0 0.4rem 0;
  gap: 0 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
li.product .product-rating .star-container {
  white-space: nowrap;
}
li.product .stock-text {
  font-size: 1.4rem;
  position: relative;
  margin: -0.4rem 0 1.6rem 0;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 0 0.8rem;
}
li.product .stock-text .indicator {
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  position: relative;
  left: 0;
  top: 0.6rem;
}

.onsale {
  position: absolute;
  right: 1.6rem;
  top: 1.2rem;
  background: #B47B3C;
  color: #FFF;
  font: 700 1.4rem/1 "TT Commons", sans-serif;
  padding: 1.2rem;
  border-top-left-radius: 25.5rem 1.5rem;
  border-top-right-radius: 1.5rem 22.5rem;
  border-bottom-right-radius: 22.5rem 1.55rem;
  border-bottom-left-radius: 1.5rem 25.5rem;
}

/* Single
--------------------------------------------- */
#single-product-header {
  flex-wrap: wrap;
  gap: 0rem 8rem;
  display: flex;
  margin: 0 0 4rem 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #single-product-header {
    flex-direction: column;
  }
}

#single-product-gallery {
  width: 42rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #single-product-gallery {
    width: 100%;
    order: 1;
  }
}
#single-product-gallery .onsale {
  position: absolute;
  top: 2.4rem;
  left: 1.2rem;
  right: unset;
  z-index: 50;
}

.summary.entry-summary {
  width: calc(100% - 50rem);
}
.summary.entry-summary .product-rating {
  margin: 0 0 0.8rem 0;
  display: flex;
  gap: 0 0.8rem;
}
@media only screen and (max-width: 1023px) {
  .summary.entry-summary {
    width: 100%;
    order: 0;
  }
}
.summary.entry-summary .woocommerce-Price-currencySymbol {
  display: none;
}
.summary.entry-summary .payment-icons {
  margin-top: -2.4rem;
}
.summary.entry-summary .product_meta {
  border-top: 1px solid #B47B3C;
  padding-top: 2.4rem;
}
.summary.entry-summary .product_meta > span {
  display: flex;
  font: 400 1.4rem/2.8rem "TT Commons", sans-serif;
}
.summary.entry-summary .product_meta > span span, .summary.entry-summary .product_meta > span a {
  margin-left: 0.4rem;
}
.summary.entry-summary .woocommerce-product-details__short-description p {
  margin: 0 0 1.6rem 0;
}
.summary.entry-summary form.cart {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .summary.entry-summary form.cart {
    flex-direction: column;
  }
}
.summary.entry-summary form.cart.variations_form {
  flex-direction: column;
}
.summary.entry-summary form.cart.variations_form select {
  width: auto;
}
.summary.entry-summary form.cart .screen-reader-text {
  display: none;
}
.summary.entry-summary .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 1.2rem;
  margin: 0 0 2.4rem 0;
  flex-wrap: wrap;
  flex-direction: row;
}
.summary.entry-summary .variations {
  width: auto;
  border-collapse: separate;
  border-spacing: 0 1.2rem;
  margin: 0 0 2.4rem 0;
}
.summary.entry-summary .variations th, .summary.entry-summary .variations td {
  padding: 0;
  background: none !important;
}
.summary.entry-summary .variations .reset_variations {
  font-weight: 400;
  display: block;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-top: 0.4rem;
  position: absolute;
}
.summary.entry-summary .single_add_to_cart_button {
  display: flex;
  gap: 0 0.8rem;
}
@media only screen and (max-width: 640px) {
  .summary.entry-summary .single_add_to_cart_button {
    margin-top: 2.4rem;
  }
}
.summary.entry-summary .single_add_to_cart_button:before {
  height: 2rem;
  width: 2rem;
  display: block;
  content: "";
  background-image: url("../img/custom-icons/shopping-cart.svg");
  filter: brightness(0) invert(1);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.summary.entry-summary .woocommerce-product-rating {
  margin: -1.6rem 0 3.2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
  font: 400 1.4rem/2.4rem "TT Commons", sans-serif;
}
.summary.entry-summary .price {
  margin: -1.6rem 0 1.6rem 0;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  align-items: center;
  display: block;
}
.summary.entry-summary .price small {
  font-weight: 400;
  line-height: 1;
}
.summary.entry-summary .single-product-size-table > p {
  margin: 0 0 2rem 0;
}
.summary.entry-summary p.stock {
  font-size: 1.4rem;
  position: relative;
  margin: 0 0 2.4rem 0;
  display: flex;
  justify-content: flex-start;
  gap: 0 0.8rem;
  font-weight: 700;
  padding: 1.2rem 2.4rem;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.summary.entry-summary p.stock .indicator {
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  position: relative;
  left: 0;
  top: 0.6rem;
}
.summary.entry-summary p.stock.in-stock {
  border-color: #B0BD9E;
}
.summary.entry-summary p.stock.out-of-stock {
  border-color: red;
}

.woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  margin: 0 0 4rem 0;
}
.woocommerce-product-gallery .flex-viewport {
  background: #F8F3E5;
  border-top-left-radius: 25.5rem 1.5rem;
  border-top-right-radius: 1.5rem 22.5rem;
  border-bottom-right-radius: 22.5rem 1.55rem;
  border-bottom-left-radius: 1.5rem 25.5rem;
  background: #F8F3E5;
  overflow: hidden;
  height: auto !important;
}
.woocommerce-product-gallery__wrapper:after {
  content: "";
  clear: both;
  display: block;
}
.woocommerce-product-gallery__gallery {
  position: relative;
}
.woocommerce-product-gallery__image {
  position: relative;
}
.woocommerce-product-gallery__image a {
  width: 100%;
  position: relative;
  padding: 0 0 100% 0;
  height: 0;
  display: block;
  overflow: hidden;
  border-radius: 0;
}
.woocommerce-product-gallery__image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  padding: 2.4rem;
  border-radius: 0;
}
.woocommerce-product-gallery .flex-direction-nav {
  position: relative;
  margin: -6.4rem 2.4rem 1.2rem 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  clear: both;
  justify-content: flex-end;
  gap: 0.8rem;
}
.woocommerce-product-gallery .flex-direction-nav li {
  margin: 0;
  padding: 0;
}
.woocommerce-product-gallery .flex-direction-nav li:before {
  display: none;
}
.woocommerce-product-gallery .flex-direction-nav li a {
  display: flex;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #B47B3C;
  background: #FFF;
}
.woocommerce-product-gallery .flex-direction-nav li a.flex-disabled {
  background: rgba(255, 255, 255, 0.5);
}
.woocommerce-product-gallery .flex-direction-nav li a svg {
  height: 1.4rem;
  width: auto;
}

#thumbnail-slider {
  position: relative;
  margin: 0 0 4rem 0;
}
#thumbnail-slider ul.slides {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 0.8rem;
}
#thumbnail-slider ul.slides li {
  margin: 0;
  height: 10rem;
  width: 10rem;
  padding: 0;
  border-radius: 0;
  position: relative;
  display: flex;
  gap: 0.4rem;
  background: #FFF;
}
#thumbnail-slider ul.slides li.flex-active-slide img {
  opacity: 0.25;
}
#thumbnail-slider ul.slides li:before {
  display: none;
}
#thumbnail-slider ul.slides li img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.wc-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4rem 0;
  border-top: 1px solid #F8F3E5;
  padding-top: 4rem;
}
.wc-tabs-wrapper .tabs {
  width: 42rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 4rem 0;
  border-top: 1px solid #B47B3C;
}
.wc-tabs-wrapper .tabs li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #B47B3C;
  font-weight: 600;
}
.wc-tabs-wrapper .tabs li:before {
  display: none;
}
.wc-tabs-wrapper .tabs li a {
  display: block;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  background-image: url("../img/custom-icons/chevron-right.svg");
  background-position: top 50% right -2.4rem;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.wc-tabs-wrapper .tabs li a:hover {
  color: #B47B3C;
}
.wc-tabs-wrapper .tabs li.active a {
  background-position: top 50% right 2.4rem;
  color: #B47B3C;
}
.wc-tabs-wrapper .wc-tab {
  width: calc(100% - 50rem);
}
@media only screen and (max-width: 1023px) {
  .wc-tabs-wrapper {
    flex-direction: column;
  }
  .wc-tabs-wrapper .tabs, .wc-tabs-wrapper .wc-tab {
    width: 100%;
  }
}

.related.products ul.products {
  border-top: 1px solid #B47B3C;
  border-bottom: 1px solid #B47B3C;
  padding: 4rem 0;
}

ol.commentlist {
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0;
}

.birth-select-wrap {
  display: flex;
  gap: 0.8rem;
  width: 100%;
}
.birth-select-wrap .select-wrap {
  width: 12rem;
}
@media only screen and (max-width: 480px) {
  .birth-select-wrap {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .birth-select-wrap .select-wrap {
    width: 100%;
  }
  .birth-select-wrap .select-wrap select {
    width: 100% !important;
  }
}

.product.post-20 .variations {
  display: none;
}
.product.post-20 .woocommerce-variation-availability, .product.post-20 .woocommerce-variation-price, .product.post-20 .summary.entry-summary .price {
  display: none !important;
}

ul#select-subscription-duration {
  display: flex;
  flex-direction: column;
  margin: 0 0 4rem 0;
  padding: 0;
  gap: 1.6rem 0;
}
ul#select-subscription-duration li {
  padding: 0;
  font: 400 2rem/1.5 "TT Commons", sans-serif;
}
ul#select-subscription-duration li:before {
  display: none;
}
ul#select-subscription-duration li a {
  display: flex;
  gap: 0 0.8rem;
  justify-content: space-between;
  padding: 0 0 0 4rem;
  text-decoration: none;
  font-weight: 300;
}
ul#select-subscription-duration li a:before {
  content: "";
  height: 2.8rem;
  width: 2.8rem;
  top: -0.1rem;
  left: 0;
  position: absolute;
  border: 1px solid #D3A41F;
  border-radius: 50%;
  background: none;
}
ul#select-subscription-duration li a .price {
  margin: 0;
}
ul#select-subscription-duration li.selected > a:before {
  background: #D3A41F;
}
ul#select-subscription-duration li.selected > a:after {
  content: "";
  left: 0;
  position: absolute;
  top: -0.1rem;
  height: 2.8rem;
  width: 2.8rem;
  background-image: url("../img/green-check.svg");
  background-size: 2rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

#selected-bodysuit-model {
  display: none;
}

#select-subscription-duration li ul.bodysuit-model {
  margin: 0;
  padding: 0;
  transform-origin: top left;
  transform: scaleY(0);
  visibility: hidden;
  height: 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#select-subscription-duration li ul.bodysuit-model li {
  padding: 0;
  margin: 0;
}
#select-subscription-duration li ul.bodysuit-model li:before {
  display: none;
}
#select-subscription-duration li ul.bodysuit-model li a {
  padding: 0;
}
#select-subscription-duration li ul.bodysuit-model li a img {
  transition: all 0.3s ease-out 0s;
}
#select-subscription-duration li ul.bodysuit-model li a:before, #select-subscription-duration li ul.bodysuit-model li a:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#select-subscription-duration li.selected ul.bodysuit-model {
  transform: scaleY(1);
  visibility: visible;
  height: auto;
  margin: 1.6rem 0 3.2rem 0;
}
#select-subscription-duration li.selected ul.bodysuit-model li.selected a img {
  opacity: 0.35;
}

ul.choose-card li {
  padding: 0;
  margin: 0;
}
ul.choose-card li:before {
  display: none;
}
ul.choose-card a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem 0;
  text-decoration: none;
}
ul.choose-card a .title {
  display: block;
  position: relative;
  padding-left: 2.4rem;
}
ul.choose-card a .title:before {
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  left: 0;
  top: 0.2rem;
  border: 1px solid #D3A41F;
  display: block;
  background: none;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
ul.choose-card a.selected .title:before {
  background: #D3A41F;
}

.first-payment-date {
  display: none;
}

ul#select-personal-message {
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0;
}
ul#select-personal-message li {
  padding: 0;
  margin: 0;
}
ul#select-personal-message li:before {
  display: none;
}

/* Cart
--------------------------------------------- */
.cart-button .amount {
  position: absolute;
  top: -1rem;
  right: -1rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D3A41F;
  color: #FFF;
  font: 400 1.2rem/1 "TT Commons", sans-serif;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
  opacity: 0;
}
.cart-button.loaded .amount {
  transform: scale(1);
  opacity: 1;
}

body.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 4rem;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: calc(100% - 40rem);
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 32rem;
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form,
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}

.shipping-calculator-form {
  padding-top: 2.4rem;
}

p.woocommerce-shipping-destination {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}

.shop_table {
  border-collapse: separate;
}
.shop_table thead .product-remove .screen-reader-text,
.shop_table thead .product-thumbnail .screen-reader-text {
  display: none;
}
.shop_table td, .shop_table th {
  padding: 0.8rem 1.6rem;
}
.shop_table thead th {
  background: #F8F3E5;
}
.shop_table tbody td, .shop_table tbody th {
  vertical-align: top;
}
.shop_table tbody tr:nth-child(even) td, .shop_table tbody tr:nth-child(even) th {
  background: rgba(180, 123, 60, 0.05);
}
.shop_table tbody tr:nth-child(even) th {
  background: rgba(180, 123, 60, 0.1);
}
.shop_table .cart_item td, .shop_table .cart_item th {
  vertical-align: middle;
}
.shop_table .cart_item .variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
.shop_table .cart_item .variation dt, .shop_table .cart_item .variation dd, .shop_table .cart_item .variation dd p {
  font-size: 1.2rem;
  line-height: 2;
}
.shop_table .cart_item .variation dt {
  font-weight: 700;
}
.shop_table .cart_item .product-remove {
  text-align: center;
}
.shop_table .cart_item .product-remove a {
  text-decoration: none;
  color: #B47B3C;
  font-size: 2rem;
  line-height: 1;
}
.shop_table .cart_item .product-thumbnail {
  width: 12rem;
}
.shop_table .cart_item .product-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 12rem;
  position: relative;
}
.shop_table .cart_item .product-thumbnail a img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  max-width: auto;
}
.shop_table .cart_item .product-name a {
  font-size: 1.8rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.shop_table .cart_item .product-name .feat-img {
  height: 8rem;
  width: 8rem;
  position: relative;
}
.shop_table .cart_item .product-name .feat-img img {
  width: 100%;
  height: auto;
}
.shop_table .cart_item .product-name a {
  text-decoration: none;
}
.shop_table .cart_item .product-name a:hover {
  text-decoration: underline;
}
.shop_table .cart_item .product-quantity .quantity {
  display: flex;
}
.shop_table .cart_item .product-quantity .quantity label {
  display: none;
}
.shop_table .cart_item .extra-info {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0 0.4rem;
  margin: 0 0 0.4rem 0;
  padding: 0;
  line-height: 1.5;
}
.shop_table .cart_item .extra-info strong {
  font-weight: 600;
}
.shop_table .actions {
  padding: 1.6rem;
}
.shop_table .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.shop_table .actions .coupon label {
  margin: 0;
}
.shop_table .actions .coupon #coupon_code {
  width: 20rem;
  margin-left: auto;
  margin-right: 0.8rem;
}
.shop_table .actions .coupon button {
  background: #D3A41F;
  border-color: #D3A41F;
  color: #FFF;
}
.shop_table .actions button[name=update_cart] {
  display: block;
  margin-left: auto;
  background: #B47B3C;
  color: #FFF;
}
.shop_table .product-subtotal {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .shop_table.shop_table_responsive .input-number-wrap {
    margin-left: auto;
  }
  .shop_table.shop_table_responsive thead, .shop_table.shop_table_responsive th {
    display: none;
  }
  .shop_table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
    margin: 0;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail {
    text-align: center;
    width: 100%;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail a {
    margin: 0 auto;
  }
  .shop_table.shop_table_responsive tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .shop_table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  .shop_table .actions {
    padding-top: 3.2rem;
  }
  .shop_table .actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}

.cart_totals .shop_table tr td:last-child,
.cart_totals .shop_table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
  text-align: right;
}
.cart_totals .shop_table tr td:last-child .select2,
.cart_totals .shop_table tr th:last-child .select2,
.woocommerce-checkout-review-order-table tr td:last-child .select2,
.woocommerce-checkout-review-order-table tr th:last-child .select2 {
  text-align: left;
}

ul#shipping_method li {
  text-align: right;
}
ul#shipping_method li label {
  text-align: right;
  margin-left: auto;
}
ul#shipping_method li label .amount {
  margin-left: auto;
}
ul#shipping_method li:before {
  display: none;
}
ul#shipping_method li label {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  ul#shipping_method li label {
    flex-direction: column;
  }
}

.cart-delivery-time {
  margin: 0 0 2rem 0;
}

/* Checkout
--------------------------------------------- */
.woocommerce-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font: 400 1.6rem/2.8rem "TT Commons", sans-serif;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  margin: -2.4rem 0 2.4rem 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border-left: 0.4rem solid #B47B3C;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-checkout h3 {
  margin-bottom: 2.4rem;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 0 2.4rem 0;
}
.woocommerce-billing-fields__field-wrapper h3,
.woocommerce-shipping-fields__field-wrapper h3 {
  width: 100%;
}

.woocommerce-shipping-fields {
  margin-bottom: 4rem;
}

ul.woocommerce-error {
  padding: 2.4rem;
  background: #ffe7e7;
  border-radius: 8px;
  border-color: red;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.woocommerce-error li {
  color: red;
}
ul.woocommerce-error li:before {
  background: red;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout form.woocommerce-checkout {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

#customer_details {
  width: calc(100% - 56rem);
}
@media only screen and (max-width: 1023px) {
  #customer_details {
    width: 100%;
  }
}

#checkout-order-wrap {
  width: 48rem;
}
#checkout-order-wrap .payment-icons {
  margin-top: -2.4rem;
}
@media only screen and (max-width: 1023px) {
  #checkout-order-wrap {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

button[name=woocommerce_checkout_place_order] {
  width: 100%;
  margin: 2.4rem 0 1.6rem 0 !important;
}

#payment > ul li {
  padding-left: 0;
}
#payment > ul li:before {
  display: none;
}

.payment_box p {
  font-size: 1.2rem;
  margin: 0 0 1.2rem 0;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: flex;
}
.woocommerce-terms-and-conditions-wrapper a {
  position: relative;
  z-index: 3;
}

/* Thank you
--------------------------------------------- */
.woocommerce-thankyou-order-details {
  flex-direction: column;
  align-items: flex-start;
}

ul.wc-item-meta {
  flex-direction: column;
  gap: 0;
  margin: 0;
}
ul.wc-item-meta li {
  display: flex;
  margin: 0;
  padding: 0;
  font: 400 1.2rem/2 "TT Commons", sans-serif;
  gap: 0 0.4rem;
}
ul.wc-item-meta li:before {
  display: none;
}
ul.wc-item-meta li p {
  font: 400 1.2rem/2 "TT Commons", sans-serif;
  margin: 0;
}

/* Account
--------------------------------------------- */
.woocommerce-MyAccount-navigation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #B47B3C;
  font: 400 1.8rem/1.25 "TT Commons", sans-serif;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  background-image: none;
  background-position: center left 0;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #B47B3C;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
  background-image: url("../img/custom-icons/chevron-right.svg");
}

body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 8rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 26rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 34rem);
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-account .woocommerce {
    flex-direction: column;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-MyAccount-content fieldset legend {
  font-weight: 700;
  margin: 0 0 1.6rem 0;
}
.woocommerce-MyAccount-content__field-wrapper,
.woocommerce-MyAccount-content .edit-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-MyAccount-content .clear {
  width: 100%;
}

.col2-set {
  width: 100%;
}

#customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
}
#customer_login .col-1,
#customer_login .col-2 {
  padding: 3.2rem;
  background: #F8F3E5;
}
@media only screen and (max-width: 750px) {
  #customer_login {
    grid-template-columns: minmax(0, 1fr);
  }
}
#customer_login form {
  margin: 0 !important;
  background: none;
  padding: 0;
  border: 0;
}
#customer_login h2 {
  display: none;
}
#customer_login h3 {
  margin-bottom: 2.4rem;
}

/* WC Comments styling
--------------------------------------------- */
.woocommerce-noreviews {
  flex-direction: row;
}

#review_form p.stars span {
  display: flex;
  gap: 0.4rem;
}
#review_form p.stars span a {
  font-size: 0;
  display: flex;
  background: #F0B565;
  height: 1.6rem;
  width: 1.65rem;
  object-fit: cover;
  mask-image: url("../img/custom-icons/star.svg");
  mask-size: cover;
}
#review_form p.stars span a:hover,
#review_form p.stars span a.hover,
#review_form p.stars span a.active,
#review_form p.stars span a.before-active {
  mask-image: url("../img/custom-icons/star-full.svg");
}
#review_form textarea {
  background: #FFF;
}

#comments {
  margin: 0 0 4rem 0;
}
#comments ol {
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 2.4rem 0;
}
#comments ol li {
  margin: 0;
}
#comments ol li:before {
  display: none;
}
#comments .review {
  flex-direction: column;
  margin: 0;
}
#comments .review img {
  position: absolute;
  height: 6rem;
  width: 6rem;
  border-radius: 0 25% 0 0;
  object-fit: cover;
}
#comments .comment_container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
#comments .comment_container .star-rating,
#comments .comment_container .meta {
  margin-left: 8.4rem;
}
#comments .comment_container .description p:last-child {
  margin: 0;
}/*# sourceMappingURL=style.css.map */