:root {
  --white-color: #FFF;
  --black-color: #000;
  --dark-color: #222;
  --gray-color: #666;
  --transition: all .25s ease-in;
}

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

:focus {
  outline: 0;
}

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:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

button, html, input, select, textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0;
}

@font-face {
  font-family: "Quainton";
  src: url("../fonts/Quainton.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mark Pro";
  src: url("../fonts/MarkPro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mark Pro";
  src: url("../fonts/MarkPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oakes Grotesk light";
  src: url("../fonts/oakesgrotesk-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oakes Grotesk regular";
  src: url("../fonts/oakesgrotesk-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root :where(.acf-innerblocks-container) > :first-child,
:root :where(.wcl-container) > :first-child,
:root :where(.wcl-content) > :first-child {
  margin-block-start: 0;
}

:root :where(.acf-innerblocks-container) > :last-child,
:root :where(.wcl-container) > :last-child,
:root :where(.wcl-content) > :last-child {
  margin-block-end: 0;
}

:root :where(.acf-innerblocks-container) > *,
:root :where(.wcl-container) > *,
:root :where(.wcl-content) > * {
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Mark Pro", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: var(--dark-color);
  overflow-x: hidden;
  background-color: #f6f6f0;
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

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

iframe {
  max-width: 100%;
}

input,
textarea {
  border-radius: 0;
}

a,
button {
  display: inline-block;
  transition: all 0.25s ease-in-out;
}

span {
  display: inline-block;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.wcl-body-inner {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 80px;
}

.wcl-body-inner.overflow-auto {
  overflow: visible;
}

.wcl-container {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

/** Heading */
h1,
.wcl-h1,
h2,
.wcl-h2,
h3,
.wcl-h3,
h4,
.wcl-h4,
h5,
.wcl-h5,
h6,
.wcl-h6 {
  font-weight: 400;
  line-height: 1.5;
}

h1,
.wcl-h1 {
  font-size: 3rem;
}

h2,
.wcl-h2 {
  font-size: 2.25rem;
}

h3,
.wcl-h3 {
  font-size: 1.875rem;
}

h4,
.wcl-h4 {
  font-size: 1.5rem;
}

h5,
.wcl-h5 {
  font-size: 1.25rem;
}

h6,
.wcl-h6 {
  font-size: 1.125rem;
}

.grecaptcha-badge {
  z-index: 9;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #31362B;
  transition: var(--transition);
}
a:not([class])::after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #31362B;
  transition: var(--transition);
}

.acf-innerblocks-container {
  padding: 70px 0 40px;
}
.acf-innerblocks-container .wp-block-list {
  padding-left: 20px;
}
.acf-innerblocks-container h1,
.acf-innerblocks-container h2,
.acf-innerblocks-container h3,
.acf-innerblocks-container h4,
.acf-innerblocks-container h5,
.acf-innerblocks-container h6 {
  text-transform: uppercase;
  font-family: "Quainton", serif;
}

.wcl-button {
  font: inherit;
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  padding: 10px;
  color: #31362b;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wcl-button:focus {
  outline: none;
}
.wcl-button:active, .wcl-button:focus, .wcl-button:hover {
  box-shadow: none;
  outline: none;
}
.wcl-button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  background: var(--white-color);
  border: 1px solid #d7c3b1;
}
.wcl-button--link {
  position: relative;
  display: inline-block;
  padding: 6px;
}
.wcl-button--link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #32362c;
  transition: var(--transition);
}
.wcl-button--link:hover {
  color: #31362b;
}
.wcl-button--link:hover::after {
  width: 0;
}
.wcl-button--border {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Mark Pro", sans-serif;
  border: 1px solid #d7c3b1;
  background-color: #fff;
  padding: 12px 15px 10px;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

/* 
.wcl-link
 */
.wcl-link {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding: 0 7px 3px;
}
.wcl-link:hover::after {
  width: 0;
}
.wcl-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: #32362c;
  transition: all 0.25s ease;
}

.wcl-product-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wcl-product-item__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 20px;
  height: 100%;
}
.wcl-product-item__link:hover .wcl-product-item__image-wrapper img {
  opacity: 0.65;
}
.wcl-product-item__link:hover .wcl-product-item__title-wrapper {
  opacity: 0.65;
}
.wcl-product-item__link:hover .wcl-product-item__price {
  opacity: 0.65;
}
.wcl-product-item__image-wrapper {
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}
.wcl-product-item__image-wrapper img {
  width: 100%;
  transition: opacity 0.2s ease;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-product-item__title-wrapper {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  padding: 0 25px;
  transition: opacity 0.2s ease;
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wcl-product-item__title-wrapper h3 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 25.5px;
  text-align: center;
}
.wcl-product-item__price {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  padding: 0 25px;
  transition: opacity 0.2s ease;
  text-align: center;
  margin-top: auto;
}
.wcl-product-item__price del * {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
}
.wcl-product-item__price ins * {
  color: #e60023;
  text-decoration: none;
}
.wcl-product-item__price .amount {
  color: #000;
  font-weight: 400;
}
.wcl-product-item__price .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  font-weight: 500;
}

.wcl-widget {
  width: 100%;
  background-color: #f6f6f0;
  color: #31362b;
}
.wcl-widget__body {
  width: 100%;
  display: flex;
  gap: 30px;
}
.wcl-widget__content {
  width: 100%;
  max-width: calc(40% - 15px);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
}
.wcl-widget__description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
.wcl-widget__category {
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.wcl-widget__category a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease 0s;
}
.wcl-widget__category a::after {
  display: none;
}
.wcl-widget__title {
  text-transform: capitalize;
  text-align: right;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-weight: 400;
  line-height: 1.2;
}
.wcl-widget__text {
  text-align: right;
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
.wcl-widget__slider {
  width: 100%;
}
.wcl-widget__slide-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wcl-widget__slide-image::after {
  display: none;
}
.wcl-widget__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.wcl-widget__button-prev.swiper-button-prev::after, .wcl-widget__button-next.swiper-button-next::after {
  display: none;
}
.wcl-widget__button-prev.swiper-button-prev, .wcl-widget__button-next.swiper-button-next {
  background-color: transparent;
  border: none;
}
.wcl-widget__button-prev.swiper-button-prev {
  left: 5px;
}
.wcl-widget__button-next.swiper-button-next {
  right: 5px;
}
.wcl-widget__image {
  position: relative;
  width: 100%;
  max-width: calc(60% - 15px);
  height: auto;
  overflow: hidden;
}
.wcl-widget__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/2;
}

:root {
  --white-color: #FFF;
  --black-color: #000;
  --dark-color: #222;
  --gray-color: #666;
  --transition: all .25s ease-in;
}

.wcl-contact__form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
}
.wcl-contact__form .cf7-wcl-submit {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.wcl-contact__form .cf7-wcl-submit-out {
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
}
.wcl-contact__form .cf7-wcl-submit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: #32362c;
  transition: all 0.25s ease;
}
.wcl-contact__form .wpcf7 .cf7-wcl-group {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wcl-contact__form .wpcf7 .cf7-wcl-group > p {
  width: 50%;
}
.wcl-contact__form .wpcf7-response-output {
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-top: 25px;
  border: none;
  text-align: center;
}
.wcl-contact__form .wpcf7-not-valid-tip {
  margin: 12px 0 0px 24px;
  font-size: 13px;
}
.wcl-contact__form .wpcf7 p {
  margin-bottom: 21px;
  width: 100%;
}
.wcl-contact__form .wpcf7 p br {
  display: none;
}
.wcl-contact__form .wpcf7 p > span {
  display: block;
}
.wcl-contact__form .wpcf7 input:-webkit-autofill,
.wcl-contact__form .wpcf7 input:-webkit-autofill:hover,
.wcl-contact__form .wpcf7 input:-webkit-autofill:focus,
.wcl-contact__form .wpcf7 input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px transparent !important;
}
.wcl-contact__form .wpcf7 input:not([type=submit]),
.wcl-contact__form .wpcf7 select,
.wcl-contact__form .wpcf7 textarea {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #d7c3b1;
  border-radius: 31px !important;
  font-family: "Mark Pro", sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  color: #111;
  text-transform: uppercase;
  padding: 4px 24px;
  transition: border 0.2s ease;
}
.wcl-contact__form .wpcf7 input:not([type=submit])::-moz-placeholder, .wcl-contact__form .wpcf7 select::-moz-placeholder, .wcl-contact__form .wpcf7 textarea::-moz-placeholder {
  color: rgba(49, 54, 43, 0.6352941176);
  text-transform: uppercase;
}
.wcl-contact__form .wpcf7 input:not([type=submit])::placeholder,
.wcl-contact__form .wpcf7 select::placeholder,
.wcl-contact__form .wpcf7 textarea::placeholder {
  color: rgba(49, 54, 43, 0.6352941176);
  text-transform: uppercase;
}
.wcl-contact__form .wpcf7 input:not([type=submit]):focus::-moz-placeholder, .wcl-contact__form .wpcf7 select:focus::-moz-placeholder, .wcl-contact__form .wpcf7 textarea:focus::-moz-placeholder {
  opacity: 0;
}
.wcl-contact__form .wpcf7 input:not([type=submit]):focus::placeholder,
.wcl-contact__form .wpcf7 select:focus::placeholder,
.wcl-contact__form .wpcf7 textarea:focus::placeholder {
  opacity: 0;
}
.wcl-contact__form .wpcf7 input:not([type=submit]):focus,
.wcl-contact__form .wpcf7 select:focus,
.wcl-contact__form .wpcf7 textarea:focus {
  border: none;
  border: 1px solid #d7c3b1 !important;
}
.wcl-contact__form .wpcf7 input:not([type=submit]):hover,
.wcl-contact__form .wpcf7 select:hover,
.wcl-contact__form .wpcf7 textarea:hover {
  border: 1px solid rgba(215, 195, 177, 0.5019607843);
}
.wcl-contact__form .wpcf7 input[type=email] {
  text-transform: unset;
}
.wcl-contact__form .wpcf7 textarea {
  height: 154px;
  border-radius: 18px;
  padding-top: 18px;
  resize: none;
}
.wcl-contact__form .wpcf7 input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
  font-family: "Mark Pro", sans-serif;
  font-size: 12px;
  color: #31362b;
  line-height: 15px;
  letter-spacing: 2.4px;
  padding: 0 7px 3px;
  margin: 0;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}
.wcl-contact__form .wpcf7 input[type=submit]:focus {
  outline: none !important;
  border: none !important;
}
.wcl-contact__form .wpcf7-response-output {
  color: #dc3232;
  border: none !important;
}
.wcl-contact__form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: normal;
  display: block;
  margin: 12px 0 0px 24px;
  font-size: 13px;
}
.wcl-contact__form .wpcf7 form .wpcf7-response-output {
  border: none;
  border-color: transparent !important;
}
.wcl-contact__form .wpcf7 form.sent .wpcf7-response-output {
  color: #6ba859;
  border-color: transparent !important;
}
.wcl-contact__form .wpcf7 form.failed .wpcf7-response-output,
.wcl-contact__form .wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232;
  border-color: transparent !important;
}
.wcl-contact__form .wpcf7 form.spam .wpcf7-response-output {
  color: #f56e28;
  border-color: transparent !important;
}
.wcl-contact__form .wpcf7 form.invalid .wpcf7-response-output,
.wcl-contact__form .wpcf7 form.unaccepted .wpcf7-response-output,
.wcl-contact__form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
  border-color: transparent !important;
}

.page-template-page_blog .wcl-header .data-logo img,
.category-architecture .wcl-header .data-logo img,
.category-design-tips .wcl-header .data-logo img,
.category-diy .wcl-header .data-logo img,
.category-new-york-city .wcl-header .data-logo img {
  width: 250px;
  max-height: 60px;
}

.data-logo a {
  text-decoration: none;
  color: inherit;
}

.wcl-header {
  background-color: #f6f6f0;
  border-bottom: 1px solid #f0e9d2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #f6f6f0;
  transition: all 0.3s ease 0s;
}
.wcl-header.no-scroll {
  border-bottom: none;
  background-color: transparent;
  box-shadow: none;
}
.wcl-header.no-scroll .wcl-cart-icon__img {
  fill: #fff;
}
.wcl-header.no-scroll .wcl-cart-icon__quantity {
  color: #f8f7f1;
}
.wcl-header__logo::after {
  display: none;
}
.wcl-header__logo-light {
  display: none;
}
.no-scroll .wcl-header__logo-light {
  display: block;
}
.no-scroll .wcl-header__logo-dark {
  display: none;
}
.wcl-header.search-active .data-search {
  display: flex;
  z-index: 100;
}
.wcl-header .data-container {
  max-width: unset;
}
.wcl-header .data-row {
  padding: 5px 0;
  height: 80px;
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.wcl-header .data-col {
  width: 40%;
  padding: 0 15px;
}
.wcl-header .data-col-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wcl-header .data-col:nth-child(2) {
  text-align: center;
  width: 20%;
}
.wcl-header .data-col:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}
.wcl-header .data-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  background-color: #f6f6f0;
}
.wcl-header .data-search-overlay {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 78px);
  z-index: 100;
}
.wcl-header .data-search-close {
  margin-left: 7px;
  margin-right: 20px;
  position: relative;
  top: -0.6px;
  flex-shrink: 0;
  cursor: pointer;
}
.wcl-header .data-search-close img {
  width: 11px;
}
.wcl-header .data-search-container {
  max-width: unset;
}
.wcl-header .data-search-form {
  display: flex;
  align-items: center;
}
.wcl-header .data-search input {
  width: 100%;
  font-family: "Mark Pro", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  border: none;
  background-color: #f6f6f0;
}
.wcl-header .data-search input::-moz-placeholder {
  font-family: "Mark Pro", sans-serif;
  color: #31362B;
}
.wcl-header .data-search input::placeholder {
  font-family: "Mark Pro", sans-serif;
  color: #31362B;
}
.wcl-header .data-search input:focus {
  border: none;
}
.wcl-header .data-search button {
  margin-left: 49px;
  width: 11px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  line-height: 1;
  background-color: transparent;
}
.wcl-header .data-search button img {
  width: 11px;
}
.wcl-header .data-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 15px;
}
.wcl-header .data-menu li {
  list-style: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.wcl-header .data-menu li a {
  text-decoration: none;
}
.wcl-header .data-menu li a::after {
  display: none;
}
.wcl-header .data-menu li a:hover {
  color: #ab6031;
}
.wcl-header .data-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 16px 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 15px;
  display: none;
}
.wcl-header .data-menu li .sub-menu.active {
  display: flex;
}
.wcl-header .data-menu li .sub-menu li {
  margin-right: 35px;
}
.wcl-header .data-menu li .sub-menu li a {
  color: #31362B;
}
.wcl-header .data-menu li .sub-menu li:last-child {
  margin-right: 0;
}
.wcl-header .data-logo img {
  width: 216px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wcl-header .data-search-btn {
  margin-left: 49px;
  max-width: 16px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.wcl-header .data-search-btn svg {
  width: 100%;
  cursor: pointer;
}
.wcl-header .data-menu-btn {
  display: none;
  width: 28px;
  height: 12px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wcl-header .data-menu-btn.active svg:nth-child(1) {
  display: none;
}
.wcl-header .data-menu-btn.active svg:nth-child(2) {
  display: block;
}
.wcl-header .data-menu-btn svg:nth-child(1) {
  display: block;
  width: 100%;
}
.wcl-header .data-menu-btn svg:nth-child(2) {
  display: none;
  width: 14px;
}

.wcl-cart-icon {
  height: 20px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
}
.wcl-cart-icon__img-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-cart-icon__img {
  width: 100%;
  height: 100%;
  fill: #31362b;
}
.wcl-cart-icon__quantity-wrapper {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.wcl-cart-icon__quantity {
  color: #31362b;
  font-size: 9px;
  display: flex;
  align-items: center;
}

@keyframes enlarge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.wcl-cart-icon__img,
.wcl-cart-icon__quantity {
  transition: transform 0.2s ease-in-out;
}

.wcl-cart-icon__img.enlarged,
.wcl-cart-icon__quantity.enlarged {
  animation: enlarge 0.2s ease-in-out;
}

.data-menu-btn-img svg path {
  fill: #31362B;
  stroke: #31362B;
}
.no-scroll .data-menu-btn-img svg path {
  fill: #f8f7f1;
  stroke: #f8f7f1;
}

.data-menu .menu-item a {
  font-weight: 400;
  color: #31362B;
  transition: color 0.3s ease 0s;
}
.no-scroll .data-menu .menu-item a {
  color: #f8f7f1;
}

.sub-menu.active {
  background-color: #f6f6f0;
  border-bottom: 1px solid #f0e9d2;
}
.no-scroll .sub-menu.active {
  border-bottom: none;
}
.sub-menu.active .menu-item a {
  color: #31362B;
}
.no-scroll .sub-menu.active .menu-item a {
  color: #f8f7f1;
}
.no-scroll .sub-menu.active {
  background-color: transparent;
}

.wcl-header.no-scroll .data-menu li a {
  position: relative;
  color: #f8f7f1;
}
.wcl-header.no-scroll .data-menu li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #f6f6f0;
  transition: all 0.3s ease 0s;
}
.wcl-header.no-scroll .data-menu li a:hover {
  color: #f6f6f0;
}
.wcl-header.no-scroll .data-menu li a:hover::after {
  left: 0;
  width: 100%;
}

.wcl-header.no-scroll .data-search-btn svg path {
  fill: #f8f7f1;
}

.wcl-header-nav {
  display: none;
  position: fixed;
  top: 78px;
  left: 0;
  width: 100%;
  height: calc(100% - 78px);
  background-color: #f6f6f0;
  padding: 73px 30px;
  padding-bottom: 71px;
  z-index: 50;
  text-align: center;
  overflow-y: auto;
}
.wcl-header-nav .data-menu li {
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2.9px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wcl-header-nav .data-menu li.active .sub-menu {
  display: block;
}
.wcl-header-nav .data-menu li.active.menu-item-has-children > a:after {
  display: none;
}
.wcl-header-nav .data-menu li.active.menu-item-has-children > a::before {
  display: block;
}
.wcl-header-nav .data-menu li a {
  text-decoration: none;
}
.wcl-header-nav .data-menu li a::after {
  background-color: transparent;
  width: 100%;
  left: auto;
}
.wcl-header-nav .data-menu li a:hover {
  color: #ab6031;
}
.wcl-header-nav .data-menu li a:hover::after {
  left: auto;
}
.wcl-header-nav .data-menu li.menu-item-has-children > a {
  position: relative;
  padding: 0 12px;
  display: inline-block;
}
.wcl-header-nav .data-menu li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 4.3px;
  right: 0;
  width: 7px;
  height: 7px;
  background-image: url("../icons/plus-dark.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.wcl-header-nav .data-menu li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4.3px;
  width: 7px;
  height: 7px;
  background-image: url("../icons/minus.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
}
.wcl-header-nav .data-menu li:last-child {
  margin-bottom: 0;
}
.wcl-header-nav .data-menu li .sub-menu {
  margin-top: 20px;
  margin-bottom: 25px;
  display: none;
}
.wcl-header-nav .data-menu li .sub-menu li {
  font-size: 12px;
  letter-spacing: 2.5px;
}

.wcl-footer {
  position: relative;
  z-index: 10;
  background: #798772;
  padding-top: 82px;
  padding-bottom: 32px;
  color: #f1e9cf;
}
.wcl-footer .wcl-social {
  margin-top: 0;
}
.wcl-footer .wcl-social-item a {
  text-decoration: none;
  color: #f1e9cf;
}
.wcl-footer .wcl-social-item a::after {
  display: none;
}
.wcl-footer .wcl-social-item a:hover {
  color: #f6f6f0;
}
.wcl-footer .data-row {
  display: flex;
  margin: 0 -15px;
  margin-bottom: 63px;
}
.wcl-footer .data-col {
  padding: 27px 15px;
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 14px;
  flex-direction: column;
}
.wcl-footer .data-col:nth-child(2) {
  width: 44%;
  border-left: 1px solid #d7c3b1;
  border-right: 1px solid #d7c3b1;
}
.wcl-footer .data-menu li {
  list-style: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: center;
}
.wcl-footer .data-menu li:last-child {
  margin-bottom: 0;
}
.wcl-footer .data-menu li a {
  text-decoration: none;
  color: #f1e9cf;
}
.wcl-footer .data-menu li a::after {
  display: none;
}
.wcl-footer .data-menu li a:hover {
  color: #f6f6f0;
}
.wcl-footer .data-b1 {
  text-align: center;
}
.wcl-footer .data-b1-title {
  color: #f1e9cf;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.wcl-footer .data-b1 input {
  width: 100%;
  font-family: "Quainton", serif;
  color: #f6f6f0;
  font-size: 35px;
  line-height: 27px;
  letter-spacing: 0.88px;
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin-bottom: 26px;
}
.wcl-footer .data-b1 input::-moz-placeholder {
  color: #f6f6f0;
}
.wcl-footer .data-b1 input::placeholder {
  color: #f6f6f0;
}
.wcl-footer .data-b1 button {
  border: none;
  background-color: transparent;
  color: #f1e9cf;
}
.wcl-footer .data-b1 button::after {
  background-color: #f1e9cf;
}
.wcl-footer .data-b2 {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 21px;
}
.wcl-footer .data-b2-line {
  width: 50%;
  height: 1px;
  background-color: #d7c3b1;
}
.wcl-footer .data-b2-logo {
  width: 37px;
  min-width: 37px;
}
.wcl-footer .data-b2-logo svg {
  fill: #F1E9CF;
}
.wcl-footer .data-b3 {
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.wcl-footer .data-b3 a {
  text-decoration: none;
  color: #f1e9cf;
}
.wcl-footer .data-b3 a::after {
  display: none;
}
.wcl-footer .data-b3 a:hover {
  opacity: 0.7;
}

.wcl-footer-form .flodesk-form [hidden] {
  display: none !important;
}
.wcl-footer-form .flodesk-form .ff {
  display: none;
}
.wcl-footer-form .flodesk-form .ff__success {
  display: none;
}
.wcl-footer-form .flodesk-form .ff__error {
  display: none;
}
.wcl-footer-form .flodesk-form .fd-has-success .ff__fields {
  display: none;
}
.wcl-footer-form .flodesk-form .fd-has-error .ff__error,
.wcl-footer-form .flodesk-form .fd-has-success .ff__success {
  display: block;
}
.wcl-footer-form .fd-form-feedback {
  font-size: 13px;
  letter-spacing: 0.3px;
  margin-top: 16px;
  margin-bottom: 0;
}
.wcl-footer-form .fd-success {
  letter-spacing: 1.7px;
  text-align: center;
}
.wcl-footer-form .fd-form-check label:after {
  left: 3.7px !important;
}
.wcl-footer-form .d7-form {
  max-width: 331px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.wcl-footer-form .d7-form input:-webkit-autofill,
.wcl-footer-form .d7-form input:-webkit-autofill:hover,
.wcl-footer-form .d7-form input:-webkit-autofill:focus,
.wcl-footer-form .d7-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #798772 inset !important;
}
.wcl-footer-form .d7-form input:not([type=submit]) {
  width: 100%;
  font-family: "Quainton", serif;
  color: #f6f6f0;
  font-size: 35px;
  line-height: 27px;
  letter-spacing: 0.88px;
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin-bottom: 26px;
  text-transform: unset;
  font-weight: 400;
}
.wcl-footer-form .d7-form input:not([type=submit])::-moz-placeholder {
  color: #f6f6f0;
}
.wcl-footer-form .d7-form input:not([type=submit])::placeholder {
  color: #f6f6f0;
}
.wcl-footer-form .d7-form input:not([type=submit]):focus {
  border: none !important;
}
.wcl-footer-form .d7-form button[type=submit] {
  border: none;
  background-color: transparent;
  color: #f1e9cf;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: "Mark Pro", sans-serif;
}
.wcl-footer-form .d7-form button[type=submit]::after {
  background-color: #f1e9cf;
}
.wcl-footer-form .d7-form span {
  display: inline;
}

#email:focus::-moz-placeholder {
  color: transparent;
}

#email:focus::placeholder {
  color: transparent;
}

[data-ff-el=root].ff-67bb86f87a5306f26a3edd56 .ff-67bb86f87a5306f26a3edd56__form {
  padding: 50px 50px 0 50px !important;
}

.wcl-instagram {
  position: relative;
  padding-top: 108px;
  padding-bottom: 128px;
  background-color: #f6f6f1;
  overflow: hidden;
}
.wcl-instagram::after {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  height: 1px;
  background-color: #d7c3b1;
  max-width: 1366px;
}
.wcl-instagram .data-src {
  display: none;
}
.wcl-instagram .data-link {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.wcl-instagram .data-link a {
  text-decoration: none;
}
.wcl-instagram .data-link a:hover {
  color: #ab6031;
}
.wcl-instagram .data-item {
  width: 194px;
  min-height: 196px;
  position: relative;
}
.wcl-instagram .data-item .sbi_type_carousel svg {
  width: 15px;
  right: 10px;
  top: 10px;
}
.wcl-instagram .data-item .sbi_playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: auto;
  transform: translate(-50%, -50%);
}
.wcl-instagram .data-item .sbi_item {
  overflow: hidden;
}
.wcl-instagram .data-item .sbi_item img {
  height: 196px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-instagram .data-item .sbi_item .sbi_photo {
  display: block;
  height: 196px !important;
  opacity: 1 !important;
}
.wcl-instagram .data-item .sbi_item .sbi-screenreader {
  display: none;
}

.wcl-single {
  position: relative;
  color: #31362b;
  background-color: #f6f6f0;
}
.wcl-single__container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -50px;
  padding-top: 80px;
}
.wcl-single__title {
  font-family: "Quainton", serif;
  margin-bottom: 33px;
  text-align: center;
  line-height: 1.2;
}
.wcl-single__content {
  width: 100%;
  height: 100%;
  min-height: 75vh;
  display: flex;
}
.wcl-single__meta {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: auto;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wcl-single__meta-wrapper {
  position: sticky;
  top: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
  gap: 15px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.wcl-single__meta-wrapper a {
  text-decoration: none;
  color: inherit;
}
.wcl-single__meta-author {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  color: rgba(72, 72, 72, 0.6196078431);
  font-size: 10px;
}
.wcl-single__meta-author a {
  transition: color 0.3s ease 0s;
}
.wcl-single__meta-author a::after {
  display: none;
}
.wcl-single__meta-text {
  font-weight: 500;
}
.wcl-single__meta-categories {
  font-weight: 500;
  transition: color 0.3s ease 0s;
}
.wcl-single__meta-categories::after {
  display: none;
}
.wcl-single__meta-date {
  color: rgba(72, 72, 72, 0.6196078431);
}
.wcl-single__related {
  position: sticky;
  z-index: 1;
  top: 340px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.wcl-single__related-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wcl-single__related-image a::after {
  display: none;
}
.wcl-single__related-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.wcl-single__related-title {
  font-weight: 400;
  font-family: "Quainton", serif;
  text-align: center;
  line-height: 1.2;
  font-size: 22px;
}
.wcl-single__related-button {
  text-transform: uppercase;
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
  transition: color 0.3s ease 0s;
}
.wcl-single__related-button::after {
  display: none;
}
.wcl-single__body {
  max-width: calc(100% - 380px);
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-left: 80px;
  padding-right: 80px;
  border-left: 1px solid #f0e9d2;
  border-right: 1px solid #f0e9d2;
}
.wcl-single__body-content {
  display: flex;
  flex-direction: column;
  font-family: "Oakes Grotesk light", sans-serif;
  margin-bottom: 30px;
}
.wcl-single__body-content h2, .wcl-single__body-content h3, .wcl-single__body-content h4, .wcl-single__body-content h5, .wcl-single__body-content h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Quainton", serif;
  line-height: 1.2;
}
.wcl-single__body-content ul,
.wcl-single__body-content ol {
  padding-left: 20px;
}
.wcl-single__nav {
  width: 100%;
  display: flex;
  gap: 30px;
  border: 1px solid #d7c3b1;
  border-radius: 30px;
  padding: 18px 22px;
  margin-bottom: 30px;
}
.wcl-single__nav-prev, .wcl-single__nav-next {
  width: 50%;
}
.wcl-single__nav-prev a, .wcl-single__nav-next a {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease 0s;
}
.wcl-single__nav-prev a::after, .wcl-single__nav-next a::after {
  display: none;
}
.wcl-single__nav-next {
  margin-left: auto;
}
.wcl-single__nav-next a {
  text-align: right;
}
.wcl-single__meta-bottom {
  width: 100%;
  display: none;
  margin-bottom: 30px;
}
.wcl-single__meta-bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
}
.wcl-single__meta-bottom-wrapper a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease 0s;
}
.wcl-single__meta-bottom-wrapper a::after {
  display: none;
}
.wcl-single__share {
  position: relative;
  max-width: 80px;
  width: 100%;
}
.wcl-single__share-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: sticky;
  top: 220px;
  width: 100%;
  height: auto;
}
.wcl-single__share-title {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
}
.wcl-single__share-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wcl-single__share-item {
  color: inherit;
  text-decoration: none;
  width: 20px;
  height: 20px;
}
.wcl-single__share-item a::after {
  display: none;
}
.wcl-single__share-item svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-single__share-item a svg path {
  fill: #31362B;
  stroke: #31362B;
  transition: all 0.3s ease 0s;
}
.wcl-single__love {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 50px 50px 0;
}
.wcl-single__love-title {
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
}
.wcl-single__love-slider {
  width: 100%;
  height: auto;
}
.wcl-single__love-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcl-single__love-list {
  width: 100%;
}
.wcl-single__love-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wcl-single__love-image {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.wcl-single__love-image a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.wcl-single__love-image a::after {
  display: none;
}
.wcl-single__love-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 2/3;
}
.wcl-single__love-post-title a {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease 0s;
}
.wcl-single__love-post-title a::after {
  display: none;
}

.swiper-scrollbar.wcl-single__swiper-scrollbar {
  background-color: rgba(215, 195, 177, 0.3568627451);
  position: static;
  display: none;
}
.swiper-scrollbar.wcl-single__swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #d7c3b1 !important;
}

:root {
  --white-color: #FFF;
  --black-color: #000;
  --dark-color: #222;
  --gray-color: #666;
  --transition: all .25s ease-in;
}

.wcl-shop {
  background-color: transparent;
  position: relative;
  z-index: 9;
  word-wrap: break-word;
  padding: 45px 0 80px 0;
  margin: 0 auto;
}
.wcl-shop__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1700px;
}
.wcl-shop__header-wrapper {
  text-align: center;
  margin-bottom: 45px;
}
.wcl-shop__header {
  padding: 15px 0;
}
.wcl-shop__header-nav-list {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.wcl-shop__header-nav-item.active a::after {
  left: 0;
  width: 100%;
}
.wcl-shop__nav-item-link {
  font-family: "Mark Pro", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #31362b;
  padding: 2px 0px;
  display: block;
  transition: color 0.2s ease;
  position: relative;
  white-space: nowrap;
}
.wcl-shop__nav-item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #31362b;
  transition: all 0.5s ease 0s;
}
.wcl-shop__content-list-wrapper {
  display: grid;
  row-gap: 50px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: stretch;
}
.wcl-shop__load-more-btn-wrapper {
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-shop__load-more-btn {
  font-family: "Mark Pro", sans-serif;
  background-color: #fff;
  border: 1px solid #d7c3b1;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  width: auto;
  height: 33px;
  padding: 5.2px 22px 3px;
  text-decoration: none;
  color: #31362b;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px t;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.wcl-shop__load-more-btn:hover {
  background: #dbc2af;
  border-color: rgba(0, 0, 0, 0);
}

:root {
  --white-color: #FFF;
  --black-color: #000;
  --dark-color: #222;
  --gray-color: #666;
  --transition: all .25s ease-in;
}

.wcl-single-product {
  padding: 70px 0;
}
.wcl-single-product h1 {
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 5px;
  margin-top: 15px;
}
.wcl-single-product__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1380px;
}
.wcl-single-product__main {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 80px;
}
.wcl-single-product__main-left {
  width: calc(40% - 15px);
}
.wcl-single-product__main-left .wcl-single-product__swiper-main {
  width: 100%;
  height: auto;
}
.wcl-single-product__main-left .wcl-single-product__swiper-main .swiper-slide img {
  aspect-ratio: 484/717;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-single-product__main-right {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 20px;
}
.wcl-single-product__summary {
  padding-left: 40px;
  max-width: 600px;
}
.wcl-single-product__summary-price {
  font-family: "Mark Pro", sans-serif;
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  margin: 30px 0;
}
.wcl-single-product__summary-price del * {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
}
.wcl-single-product__summary-price ins * {
  color: #e60023;
  text-decoration: none;
}
.wcl-single-product__summary-price .amount {
  color: #000;
  font-weight: 500;
}
.wcl-single-product__summary-price .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  font-weight: 500;
}
.wcl-single-product__summary-short-description {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1px;
  color: rgb(49, 54, 43);
  margin-bottom: 40px;
}
.wcl-single-product__summary-add-to-cart form:not(.variations_form) {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.wcl-single-product__summary-add-to-cart form.variations_form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations {
  font-family: "Mark Pro", sans-serif;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 5px;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody tr {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody tr th {
  color: #31362b;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody tr th .reset_variations {
  display: none !important;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody td {
  background-color: #fff;
  position: relative;
  transition: all 0.25s ease;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody td .reset_variations {
  display: none !important;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody td::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  pointer-events: none;
  border-left: 1px solid #d7c3b1;
  border-bottom: 1px solid #d7c3b1;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.1s ease-in-out, top 0.25s ease-in-out, border 0.3s ease, top 0.25s ease-in-out;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody td.open::after {
  transform: translate(-50%, -50%) rotate(135deg);
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody td:hover {
  background: #dbc2af;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody td:hover::after {
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody td select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  padding: 7.2px 44px 5px 22px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  width: auto;
  height: 33px;
  border: 1px solid #d7c3b1;
  cursor: pointer;
  transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
}
.wcl-single-product__summary-add-to-cart form.variations_form table.variations tbody td select:hover {
  border-color: rgba(0, 0, 0, 0);
}
.wcl-single-product__summary-add-to-cart .variations_button {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.wcl-single-product__summary-add-to-cart .reset_variations {
  display: none;
}
.wcl-single-product__summary-add-to-cart input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 44px;
  height: 33px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(150, 150, 150, 0.7803921569);
  border-radius: 0;
  background-color: #f7f7f7;
  color: #31362b;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.wcl-single-product__summary-add-to-cart input[type=number]::-moz-placeholder {
  color: #aaa;
}
.wcl-single-product__summary-add-to-cart input[type=number]::placeholder {
  color: #aaa;
}
.wcl-single-product__summary-add-to-cart input[type=number]:hover {
  border-color: #999;
  background-color: #f0f0f0;
}
.wcl-single-product__summary-add-to-cart input[type=number]:focus {
  outline: none;
  border-color: #000;
  background-color: #fff;
}
.wcl-single-product__summary-add-to-cart input[type=number]::-webkit-inner-spin-button, .wcl-single-product__summary-add-to-cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wcl-single-product__summary-add-to-cart button[type=submit] {
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  width: auto;
  height: 33px;
  padding: 7.2px 22px 5px;
  text-decoration: none;
  color: #31362b !important;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px t;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.wcl-single-product__summary-add-to-cart button[type=submit]:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.wcl-single-product .wcl-single-product__swiper-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.wcl-single-product .wcl-single-product__swiper-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  max-width: 150px;
  max-height: 150px;
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
}
.wcl-single-product .wcl-single-product__swiper-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-single-product .wcl-single-product__swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.wcl-single-product__tabs-wrapper {
  width: 100%;
  margin-bottom: 60px;
}
.wcl-single-product__tabs-header {
  margin-bottom: 48px;
  border-bottom: 2px solid #ceab93;
}
.wcl-single-product__tabs-nav {
  list-style-type: none;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
}
.wcl-single-product__tabs-nav-item {
  font-family: "Mark Pro", sans-serif;
  color: #31362b;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 0 10px 12px 10px;
  position: relative;
  transition: color 0.2s ease;
  cursor: pointer;
}
.wcl-single-product__tabs-nav-item:hover {
  color: #ceab93;
}
.wcl-single-product__tabs-nav-item::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #ceab93;
  border-radius: 2px 2px 0 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wcl-single-product__tabs-nav-item.active {
  color: #ceab93;
}
.wcl-single-product__tabs-nav-item.active::after {
  opacity: 1;
}
.wcl-single-product__tabs-description-wrapper {
  padding: 0 20px;
  margin: 0 auto;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wcl-single-product__tabs-description-wrapper.active {
  display: block;
  opacity: 1;
}
.wcl-single-product__tabs-description h2 {
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.wcl-single-product__tabs-description h3 {
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.wcl-single-product__tabs-description p {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1px;
  color: rgb(49, 54, 43);
  margin-bottom: 45px;
}
.wcl-single-product__tabs-description p a {
  text-decoration: none;
  color: #a06b50;
  transition: color 0.2s ease;
}
.wcl-single-product__tabs-description p iframe {
  width: 80%;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
  border: none;
}
.wcl-single-product__tabs-reviews-wrapper {
  padding: 0 20px;
  margin: 0 auto;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wcl-single-product__tabs-reviews-wrapper.active {
  display: block;
  opacity: 1;
}
.wcl-single-product__tabs-reviews {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 25px;
}
.wcl-single-product__tabs-reviews div#reviews {
  display: flex;
}
r .wcl-single-product__related-products-wrapper {
  border: 1px solid #c19374;
  border-radius: 50px;
  padding: 35px;
}
.wcl-single-product__related-products-title {
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 25px;
}
.wcl-single-product__grid {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.wcl-single-product__grid .wcl-product-item {
  width: calc(25% - 26.25px);
}
.wcl-single-product__grid .wcl-product-item .wcl-product-item__price {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: 14px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.wcl-single-product__grid .wcl-product-item .wcl-product-item__price del,
.wcl-single-product__grid .wcl-product-item .wcl-product-item__price ins {
  display: inline-block;
}
.wcl-single-product__grid .wcl-product-item .wcl-product-item__price del bdi,
.wcl-single-product__grid .wcl-product-item .wcl-product-item__price ins bdi {
  display: flex;
}
.wcl-single-product__grid .wcl-product-item__image-wrapper img {
  aspect-ratio: 225/310;
}
.wcl-single-product .wcl-review-stars {
  display: flex;
  gap: 4px;
}
.wcl-single-product .wcl-star svg {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.wcl-single-product .wcl-star--active svg {
  fill: #c49979;
  stroke: #c49979;
  stroke-width: 1px;
}
.wcl-single-product .wcl-star--inactive svg {
  fill: none;
  stroke: #c49979;
  stroke-width: 1px;
}
.wcl-single-product .wcl-woocommerce__star-rating-wrapper {
  display: flex;
  gap: 4px;
}
.wcl-single-product p.stars {
  display: none;
}
.wcl-single-product .wcl-star svg {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: fill 0.2s ease, stroke 0.2s ease;
}
.wcl-single-product .wcl-star--active svg {
  fill: #c49979;
  stroke: #c49979;
  stroke-width: 1px;
}
.wcl-single-product .wcl-star--inactive svg {
  fill: none;
  stroke: #c49979;
  stroke-width: 1px;
}
.wcl-single-product .wcl-star:hover svg {
  transform: none;
}

.wcl-woocommerce__reviews-wrapper {
  width: calc(65% - 10px);
}
.wcl-woocommerce__reviews {
  width: 95%;
}
.wcl-woocommerce__reviews-title-main {
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  text-align: start;
  margin-bottom: 25px;
}
.wcl-woocommerce__reviews-title {
  text-transform: capitalize;
  margin-bottom: 25px !important;
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1px;
  color: rgb(49, 54, 43);
}
.wcl-woocommerce-noreviews {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1px;
  color: rgb(49, 54, 43);
}
.wcl-woocommerce__reviews-commentlist {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 45px;
  margin-bottom: 40px;
}
.wcl-woocommerce__reviews-commentlist .wcl-star svg {
  cursor: auto;
}
.wcl-woocommerce__reviews-commentlist .wcl-comment {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 5px;
}
.wcl-woocommerce__reviews-commentlist .wcl-comment__header {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.wcl-woocommerce__reviews-commentlist .wcl-comment__header-img-wrapper {
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 100%;
  overflow: hidden;
}
.wcl-woocommerce__reviews-commentlist .wcl-comment__header-img-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-woocommerce__reviews-commentlist .wcl-comment__header-author, .wcl-woocommerce__reviews-commentlist .wcl-comment__header-author-dash, .wcl-woocommerce__reviews-commentlist .wcl-comment__header-author-published-date {
  font-family: "Oakes Grotesk light", sans-serif;
  font-weight: 600;
}
.wcl-woocommerce__reviews-commentlist .wcl-comment__author-meta-rait {
  margin-top: 5px;
}
.wcl-woocommerce__reviews-commentlist .wcl-comment__description {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1px;
  color: rgb(49, 54, 43);
}
.wcl-woocommerce__pagination ul {
  list-style-type: none;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.wcl-woocommerce__pagination ul li a {
  text-decoration: none;
  font-family: "Mark Pro", sans-serif;
  color: #31362b;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 13px;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s ease;
  cursor: pointer;
}
.wcl-woocommerce__pagination ul li span {
  text-decoration: none;
  font-family: "Mark Pro", sans-serif;
  color: #ceab93;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 13px;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s ease;
}
.wcl-woocommerce__review-form {
  width: calc(35% - 10px);
}
.wcl-woocommerce__review-form-title {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  text-align: start;
  margin-bottom: 25px !important;
}
.wcl-woocommerce__review-form-wrapper {
  width: 100%;
}
.wcl-woocommerce__review-form-body {
  width: 100%;
}
.wcl-woocommerce__review-form-body .comment-notes {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1px;
  color: rgb(49, 54, 43);
}
.wcl-woocommerce__review-form-body form input::-moz-placeholder, .wcl-woocommerce__review-form-body form textarea::-moz-placeholder {
  color: rgba(17, 17, 17, 0.4862745098);
}
.wcl-woocommerce__review-form-body form input::placeholder,
.wcl-woocommerce__review-form-body form textarea::placeholder {
  color: rgba(17, 17, 17, 0.4862745098);
}
.wcl-woocommerce__review-form-body form input:focus::-moz-placeholder, .wcl-woocommerce__review-form-body form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.wcl-woocommerce__review-form-body form input:focus::placeholder,
.wcl-woocommerce__review-form-body form textarea:focus::placeholder {
  opacity: 0;
}
.wcl-woocommerce__comment-form-author, .wcl-woocommerce__comment-form-email {
  width: 100%;
}
.wcl-woocommerce__comment-form-author input, .wcl-woocommerce__comment-form-email input {
  background: transparent;
  border-radius: 25px;
  padding: 15px 25px;
  border: 1px solid #c49979;
  width: 100%;
  transition: color 0.3s ease, border 0.3s ease;
  resize: none;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  max-height: 160px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.wcl-woocommerce__comment-form-author input:hover, .wcl-woocommerce__comment-form-email input:hover {
  border: 1px solid rgba(196, 154, 121, 0.4980392157);
}
.wcl-woocommerce__comment-form-author input::-moz-placeholder, .wcl-woocommerce__comment-form-email input::-moz-placeholder {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.wcl-woocommerce__comment-form-author input::placeholder, .wcl-woocommerce__comment-form-email input::placeholder {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.wcl-woocommerce__comment-form-rating {
  margin: 20px 0;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.wcl-woocommerce__comment-form-rating-label {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.wcl-woocommerce__comment-form-comment {
  display: block;
  width: 100%;
}
.wcl-woocommerce__comment-form-comment textarea {
  background: transparent;
  border-radius: 25px;
  padding: 20px;
  border: 1px solid #c49979;
  width: 100%;
  transition: color 0.3s ease, border 0.3s ease;
  resize: none;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  max-height: 160px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  transition: border 0.2s ease;
}
.wcl-woocommerce__comment-form-comment textarea:hover {
  border: 1px solid rgba(196, 154, 121, 0.4980392157);
}
.wcl-woocommerce__comment-form-comment textarea::-moz-placeholder {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.wcl-woocommerce__comment-form-comment textarea::placeholder {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.comment-form-cookies-consent {
  display: none;
}

.form-submit {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  margin: 0 auto;
}
.form-submit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(49, 54, 43);
  width: 100%;
  height: 2px;
  transition: all 0.25s ease;
}
.form-submit input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent !important;
  border: none !important;
  display: inline-block !important;
  padding-bottom: 3px !important;
  text-decoration: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transition: color 0.2s ease !important;
  text-transform: uppercase !important;
  font-family: "Mark Pro", sans-serif !important;
  color: rgb(49, 54, 43) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
}
.form-submit input[type=submit]:hover {
  color: rgba(49, 54, 43, 0.719) !important;
}

.woocommerce-variation-price {
  display: none !important;
}

body.woocommerce-page h1.wp-block-heading {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 8px;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
body.woocommerce-page h1.wp-block-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background-color: rgb(49, 54, 43);
}
form.wc-block-components-totals-coupon__form {
  flex-direction: column;
}
form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  flex: 1;
}
form.wc-block-components-totals-coupon__form button.wc-block-components-totals-coupon__button {
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 10px 16px 0 16px;
}
form.wc-block-components-totals-coupon__form button.wc-block-components-totals-coupon__button:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}

.wp-block-woocommerce-cart {
  margin-top: 80px;
}

.wc-block-cart.wp-block-woocommerce-filled-cart-block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  margin: 0;
  width: calc(70% - 17.5px) !important;
  border: 1px solid #c49979;
  border-radius: 25px;
  padding: 20px 40px !important;
}

.wc-block-components-sidebar {
  margin-top: 8px;
  padding-left: 0 !important;
  width: calc(30% - 17.5px) !important;
  height: -moz-fit-content;
  height: fit-content;
}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid #c49979;
  border-radius: 25px;
  padding: 10px 20px !important;
}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
  text-transform: uppercase !important;
  font-family: "Quainton", serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  margin-bottom: 10px !important;
}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: none;
  padding-bottom: 0;
}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  border-top: none;
}

.wc-block-components-totals-wrapper:last-child {
  border-top: 1px solid #c49979;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 10px;
  padding: 20px 0 16px 0;
}
.wc-block-components-totals-wrapper:last-child span:not(.wc-block-components-totals-item__value) {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wc-block-components-totals-coupon.wc-block-components-panel {
  padding: 0 !important;
}
.wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__button {
  padding: 0 32px 0 16px !important;
}
.wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__button .wc-block-components-panel__button-icon {
  right: 16px;
}

form.wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active label {
  display: none;
}
form.wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active input[type=text] {
  padding: 15px 25px;
}
form.wc-block-components-totals-coupon__form input[type=text] {
  background: transparent;
  border-radius: 25px;
  padding: 15px 25px;
  border: 1px solid transparent;
  background: #fff;
  width: 100%;
  transition: color 0.3s ease, border 0.3s ease;
  resize: none;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  letter-spacing: 1px;
  position: relative;
  transition: border 0.2s ease;
}
form.wc-block-components-totals-coupon__form input[type=text]:focus, form.wc-block-components-totals-coupon__form input[type=text]:hover {
  border: 1px solid #c49979;
}
form.wc-block-components-totals-coupon__form label {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 500;
  color: rgba(49, 54, 43, 0.514);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: none !important;
  border-spacing: 0;
  margin: 0;
}
.is-large.wc-block-cart .wc-block-cart-items thead {
  display: none;
}
.is-large.wc-block-cart .wc-block-cart-items tbody tr {
  position: relative;
  display: block;
}
.is-large.wc-block-cart .wc-block-cart-items tbody tr:first-child td {
  border-top: none;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td {
  border-top: 1px solid #c49979;
  vertical-align: middle;
  padding: 20px 20px 20px 0;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td a img {
  aspect-ratio: 25/22;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td:last-child {
  padding: 10px 0px;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td .wc-block-cart-item__wrap > a {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  text-align: start;
  text-decoration: none;
  margin-bottom: 0;
  transition: color 0.2s ease;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td .wc-block-cart-item__wrap > a:hover {
  color: rgba(49, 54, 43, 0.5);
}
.is-large.wc-block-cart .wc-block-cart-items tbody td .wc-block-cart-item__wrap .wc-block-cart-item__prices span {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  transition: opacity 0.2s ease;
  font-size: 12px;
  font-weight: 500;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td .wc-block-cart-item__wrap .wc-block-cart-item__prices span del {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td .wc-block-cart-item__wrap .wc-block-cart-item__prices span ins {
  color: #e60023;
  text-decoration: none;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td .wc-block-cart-item__wrap .wc-block-cart-item__prices span .amount {
  color: #000;
  font-weight: 400;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td .wc-block-cart-item__wrap .wc-block-cart-item__prices span .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  font-weight: 500;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td.wc-block-cart-item__image {
  width: 20%;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td.wc-block-cart-item__product {
  width: 60%;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td.wc-block-cart-item__total {
  width: 20%;
}
.is-large.wc-block-cart .wc-block-cart-items tbody td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  font-weight: 500;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none;
}

.wc-block-components-product-metadata {
  display: none;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0 !important;
  border: none !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector::after {
  display: none;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  background: transparent;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--minus {
  border-radius: 0;
  border-left: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  min-width: 25px;
  font-size: 10px;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  border-radius: 0;
  border-right: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  min-width: 25px;
  font-size: 10px;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--minus,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  background: #fff;
  opacity: 1;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--minus:focus,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:focus {
  box-shadow: none;
}
.wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
  flex-shrink: 0;
  background-color: transparent;
  border: none;
  display: inline-block;
  padding-bottom: 3px;
  text-decoration: none !important;
  padding-left: 0;
  padding-right: 0;
  transition: color 0.2s ease;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  position: relative;
  text-transform: uppercase !important;
}
.wc-block-cart-item__quantity button.wc-block-cart-item__remove-link svg {
  width: 24px;
  height: 24px;
}
.wc-block-cart-item__quantity button.wc-block-cart-item__remove-link svg path {
  transition: var(--transition);
}

.wc-block-cart__submit-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wc-block-cart__submit-container.wc-block-cart__submit-container--sticky {
  position: relative !important;
}
.wc-block-cart__submit-container.wc-block-cart__submit-container--sticky::before {
  content: none !important;
}
.wc-block-cart__submit-container a {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff;
  border: 1px solid #d7c3b1;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px;
  text-decoration: none;
  color: #31362b;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}
.wc-block-cart__submit-container a:hover {
  background: #dbc2af;
  border-color: rgba(0, 0, 0, 0);
  color: #31362b;
}
.wc-block-cart__submit-container a::after {
  content: none !important;
  display: none !important;
}

.wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-components-totals-discount {
  padding: 0 !important;
  row-gap: 10px;
}
.wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-components-totals-discount .wc-block-components-totals-item__label {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0;
}
.wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-components-totals-discount .wc-block-components-totals-item__value {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
}
.wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-components-totals-discount .wc-block-components-totals-item__description {
  width: 100%;
}
.wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-components-totals-discount .wc-block-components-totals-item__description div {
  width: 100%;
}
.wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-components-totals-discount .wc-block-components-totals-item__description ul {
  width: 100%;
}
.wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-components-totals-discount .wc-block-components-totals-item__description ul li {
  width: 100%;
  margin: 0;
  border: 1px solid #c49979;
  padding: 10px 10px 10px 10px;
}
.wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-components-totals-discount .wc-block-components-totals-item__description ul li button {
  background: #c49979;
}
.wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-components-totals-discount .wc-block-components-totals-item__description ul li button svg {
  fill: #ffffff;
}

.wc-block-cart-item__quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.wp-block-woocommerce-empty-cart-block > a {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0px;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.wp-block-woocommerce-empty-cart-block > a:hover {
  color: rgba(49, 54, 43, 0.5);
}
.wp-block-woocommerce-empty-cart-block > a:hover::after {
  width: 0;
}
.wp-block-woocommerce-empty-cart-block > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: rgb(49, 54, 43);
  width: 100%;
  height: 1px;
  transition: all 0.25s ease;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  margin-top: 80px;
  padding-top: 0;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  padding: 16px 16px;
}

.wc-block-components-sidebar-layout.wc-block-checkout {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.woocommerce table.shop_table,
tr,
td,
th {
  border: none !important;
}

.woocommerce-order strong,
.woocommerce-order span.woocommerce-Price-amount.amount {
  font-weight: 400 !important;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
  margin-top: 0px;
  width: calc(30% - 17.5px) !important;
  height: -moz-fit-content;
  height: fit-content;
}
.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #c49979;
  border-radius: 25px;
  padding: 10px 20px !important;
}

.wc-block-components-checkout-order-summary__title > svg,
.wc-block-components-checkout-order-summary__title > span {
  display: none;
}

p.wc-block-components-checkout-order-summary__title-text {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  text-align: center;
}

.wc-block-components-order-summary.is-large {
  padding: 0 !important;
}

.wc-block-components-order-summary-item {
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding-top: 0 !important;
}

.wc-block-components-order-summary-item__quantity span {
  font-size: 10px;
}

.wc-block-components-order-summary-item__description {
  padding: 0 !important;
}
.wc-block-components-order-summary-item__description .wc-block-components-product-name {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif !important;
  color: rgb(49, 54, 43);
  font-size: 12px;
  font-weight: 500 !important;
  letter-spacing: 2px;
  line-height: 1;
}
.wc-block-components-order-summary-item__description span.wc-block-components-product-price {
  display: none;
}

.wc-block-components-order-summary-item__total-price {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif !important;
  color: rgb(49, 54, 43);
  font-size: 12px;
  font-weight: 500 !important;
  letter-spacing: 1px;
  line-height: 1;
}
.wc-block-components-order-summary-item__total-price span.wc-block-formatted-money-amount {
  font-weight: 500 !important;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  border-top: none;
}

.wp-block-woocommerce-checkout-order-summary-discount-block.wc-block-components-totals-wrapper {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.wc-block-components-totals-item.wc-block-components-totals-discount {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
  margin-left: 16px;
  margin-right: 16px;
  border-top: 1px solid #c49979 !important;
  padding-bottom: 20px !important;
}

.wc-block-components-totals-item {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wc-block-components-totals-item span,
.wc-block-components-totals-item span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
  padding: 20px 0;
}

.wp-block-woocommerce-checkout-order-summary-discount-block.wc-block-components-totals-wrapper {
  padding: 12px 0;
}

.wc-block-components-totals-item.wc-block-components-totals-discount > span,
.wc-block-components-totals-item.wc-block-components-totals-discount span.wc-block-components-totals-item__label {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgba(49, 54, 43, 0.514);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}

ul.wc-block-components-totals-discount__coupon-list {
  margin: 20px 0 0;
}

li.wc-block-components-chip {
  margin: 0;
  width: 100%;
  margin: 0;
  border: 1px solid #c49979;
  padding: 10px 10px 10px 10px !important;
}
li.wc-block-components-chip:hover {
  border: 1px solid #c49979;
}
li.wc-block-components-chip button.wc-block-components-chip__remove {
  background: #c49979;
}
li.wc-block-components-chip button.wc-block-components-chip__remove svg {
  fill: #ffffff;
}

.wc-block-components-main.wc-block-checkout__main {
  border: none;
  padding: 0px 40px !important;
}
.wc-block-components-main.wc-block-checkout__main form fieldset {
  margin: 0 0 30px;
}
.wc-block-components-main.wc-block-checkout__main form fieldset .wc-block-checkout__guest-checkout-notice {
  display: none;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select {
  height: -moz-fit-content;
  height: fit-content;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input .wc-blocks-components-select__container,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent;
  height: -moz-fit-content;
  height: fit-content;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input .wc-blocks-components-select__container label,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__container label {
  display: none;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input .wc-blocks-components-select__container svg,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__container svg {
  display: none;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input .wc-blocks-components-select__container select,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__container select {
  padding: 17px 25px !important;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input.is-active label,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select.is-active label {
  display: none;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input.has-error input,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select.has-error input {
  border: 1px solid #cc1818 !important;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input.has-error label,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select.has-error label {
  top: calc(50% - 9px) !important;
  left: 30px !important;
  transform: translateY(-50%) !important;
  color: #cc1818 !important;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input input,
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input select,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select input,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select select {
  background: transparent;
  border-radius: 25px !important;
  padding: 15px 25px !important;
  border: 1px solid #c49979 !important;
  background: transparent !important;
  width: 100%;
  height: auto !important;
  transition: color 0.3s ease, border 0.3s ease;
  resize: none;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal !important;
  letter-spacing: 1px;
  position: relative;
  transition: border 0.2s ease;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input input:hover,
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input select:hover,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select input:hover,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select select:hover {
  border: 1px solid rgba(196, 154, 121, 0.5019607843) !important;
}
.wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input:not(.wc-block-components-address-form__password) label,
.wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select label {
  pointer-events: none;
  font-size: 12px !important;
  font-family: "Mark Pro", sans-serif !important;
  font-weight: 500 !important;
  color: rgba(49, 54, 43, 0.514) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) !important;
}
.wc-block-components-main.wc-block-checkout__main span.wc-block-components-address-form__address_2-toggle {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 2px;
  color: rgb(49, 54, 43);
  display: block;
  padding: 0 16px;
  transition: color 0.2s ease;
}
.wc-block-components-main.wc-block-checkout__main span.wc-block-components-address-form__address_2-toggle:hover {
  text-decoration: none;
  color: rgba(49, 54, 43, 0.521);
}

.wc-block-components-text-input.wc-block-components-address-form__password label {
  pointer-events: none;
  font-size: 12px !important;
  font-family: "Mark Pro", sans-serif !important;
  font-weight: 500 !important;
  color: rgba(49, 54, 43, 0.514) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  left: 30px !important;
  transform: translateY(-50%) !important;
  top: calc(50% - 8px) !important;
}

.wc-block-components-checkout-step__heading {
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
}
.wc-block-components-checkout-step__heading span.wc-block-components-checkout-step__heading-content a {
  font-family: "Mark Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  float: none;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #31362b;
  transition: color 0.2s ease;
}
.wc-block-components-checkout-step__heading span.wc-block-components-checkout-step__heading-content a:hover {
  color: #b9bab1;
}
.wc-block-components-checkout-step__heading span.wc-block-components-checkout-step__heading-content a:hover:after {
  width: 0;
}
.wc-block-components-checkout-step__heading span.wc-block-components-checkout-step__heading-content a::after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #31362b;
  transition: width 0.2s ease;
}

.wc-block-components-checkbox {
  padding: 0 16px;
}
.wc-block-components-checkbox label {
  align-items: center !important;
}

input[type=checkbox]:focus {
  outline: none !important;
}

div.wc-block-components-checkout-step__heading {
  max-height: 30px;
}

h2.wc-block-components-checkout-step__title {
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 22px !important;
  line-height: 1;
  letter-spacing: 1px;
  padding: 0 16px 0px 16px !important;
}

.wc-block-components-checkout-step__container .wc-block-components-checkout-step__description {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 2px;
  color: rgb(49, 54, 43);
  display: block;
  padding: 0 16px;
  margin: 0 0 10px;
}

.wc-block-components-address-card {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 2px;
  color: rgb(49, 54, 43);
}

.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked {
  border: 1px solid #e5e6e4;
  border-radius: 8px;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked::after {
  display: none;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option {
  border-bottom: 1px solid #e5e6e4 !important;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option:last-child {
  border-bottom: none;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option > label {
  font-family: "Mark Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option > label input[type=radio] {
  background: #fff;
  border: 1px solid #e5e6e4 !important;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option > label input[type=radio]:focus {
  outline: none;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
  padding: 1em 0.75em;
  font-family: "Mark Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content > p {
  padding: 0 5px;
  margin-bottom: 1em;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border: none;
  border-radius: 8px;
  box-shadow: none;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted > label {
  border-radius: 8px;
  box-shadow: 0 0 4px #7b6a58;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted > label input[type=radio] {
  background: #7b6a58;
  border: 1px solid #e5e6e4 !important;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted > label input[type=radio]::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  margin: 0;
  min-height: 8px;
  min-width: 8px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted > label input[type=radio]:focus {
  outline: none;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted::after {
  display: none;
}

.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked label {
  font-size: 16px;
  font-family: "Mark Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  box-shadow: none;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked input[type=radio] {
  background: #fff;
  border: 1px solid #e5e6e4 !important;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked input[type=radio]:focus {
  outline: none;
}

.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected > label, .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected > label {
  font-family: "Mark Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  box-shadow: none;
  box-shadow: 0 0 4px #7b6a58;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected input[type=radio], .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected input[type=radio] {
  background: #7b6a58;
  border: 1px solid #e5e6e4 !important;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected input[type=radio]:focus, .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected input[type=radio]:focus {
  outline: none;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected input[type=radio]::before, .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected input[type=radio]::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  margin: 0;
  min-height: 8px;
  min-width: 8px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
}

.wc-block-checkout__actions_row button {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff;
  border: 1px solid #d7c3b1;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px;
  text-decoration: none;
  color: #31362b;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}
.wc-block-checkout__actions_row button:hover {
  background: #dbc2af;
  border-color: rgba(0, 0, 0, 0);
  color: #31362b;
}
.wc-block-checkout__actions_row > a {
  color: #111;
  transition: color 0.2s ease;
}
.wc-block-checkout__actions_row > a:hover {
  color: rgba(17, 17, 17, 0.5137254902);
}

.css-0 {
  display: none;
}

.wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block {
  border-top: none !important;
}

.woocommerce-order {
  border: 1px solid #c49979;
  border-radius: 25px;
  padding: 30px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.woocommerce-order > p:not([class]) {
  margin-bottom: 10px;
}
.woocommerce-order p.woocommerce-notice {
  order: 1;
  width: 100%;
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.woocommerce-order ul.woocommerce-order-overview {
  order: 2;
  width: 100%;
  list-style-type: none;
  border-bottom: 1px solid #c49979;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-order ul.woocommerce-order-overview li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif !important;
  color: rgb(49, 54, 43);
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: 2px;
  line-height: 2;
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce-order ul.woocommerce-order-overview li strong {
  margin-left: auto;
  word-break: break-all;
}
.woocommerce-order section.woocommerce-order-downloads {
  order: 3;
  width: 100%;
  border-bottom: 1px solid #c49979;
  padding: 20px 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.woocommerce-order section.woocommerce-order-downloads h2 {
  width: 100%;
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce-order section.woocommerce-order-downloads table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  width: 100%;
}
.woocommerce-order section.woocommerce-order-downloads table thead tr th {
  text-align: left;
  font-weight: 500;
}
.woocommerce-order section.woocommerce-order-downloads table thead tr th:last-child {
  text-align: right;
}
.woocommerce-order section.woocommerce-order-downloads table tbody tr td.download-file a {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce-order section.woocommerce-order-downloads table tbody tr td.download-file a:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
.woocommerce-order section.woocommerce-order-downloads table tbody tr td:last-child {
  text-align: right;
}
.woocommerce-order section.woocommerce-order-downloads table tbody tr td a {
  color: #c49979;
  transition: color 0.2s ease;
}
.woocommerce-order section.woocommerce-order-downloads table tbody tr td a::after {
  content: none;
}
.woocommerce-order section.woocommerce-order-downloads table tbody tr td a:hover {
  color: rgba(196, 154, 121, 0.5058823529);
}
.woocommerce-order section.woocommerce-order-details {
  order: 4;
  width: 100%;
  padding: 20px 0;
}
.woocommerce-order section.woocommerce-order-details h2 {
  width: 100%;
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce-order section.woocommerce-order-details table {
  width: 100%;
}
.woocommerce-order section.woocommerce-order-details table thead tr th {
  text-align: left;
  font-weight: 500;
  padding: 10px 0;
}
.woocommerce-order section.woocommerce-order-details table thead tr th:last-child {
  text-align: right;
}
.woocommerce-order section.woocommerce-order-details table tbody tr {
  border-bottom: 0.5px solid rgba(196, 154, 121, 0.5764705882);
}
.woocommerce-order section.woocommerce-order-details table tbody tr:first-child td {
  padding: 10px 0 10px 0;
}
.woocommerce-order section.woocommerce-order-details table tbody tr td {
  padding: 10px 0;
}
.woocommerce-order section.woocommerce-order-details table tbody tr td:last-child {
  text-align: right;
}
.woocommerce-order section.woocommerce-order-details table tbody tr td a {
  color: #c49979;
  transition: color 0.2s ease;
}
.woocommerce-order section.woocommerce-order-details table tbody tr td a::after {
  content: none;
}
.woocommerce-order section.woocommerce-order-details table tbody tr td a:hover {
  color: rgba(196, 154, 121, 0.5058823529);
}
.woocommerce-order section.woocommerce-order-details table tbody tr td strong {
  font-weight: 400;
}
.woocommerce-order section.woocommerce-order-details table tbody tr td ul {
  list-style-type: none;
}
.woocommerce-order section.woocommerce-order-details table tbody tr td ul li {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 14px;
}
.woocommerce-order section.woocommerce-order-details table tfoot tr:first-child th,
.woocommerce-order section.woocommerce-order-details table tfoot tr:first-child td {
  padding: 10px 0 10px 0;
}
.woocommerce-order section.woocommerce-order-details table tfoot tr th,
.woocommerce-order section.woocommerce-order-details table tfoot tr td {
  padding: 10px 0;
}
.woocommerce-order section.woocommerce-order-details table tfoot tr th {
  text-align: left;
  font-weight: 500;
}
.woocommerce-order section.woocommerce-order-details table tfoot tr td {
  text-align: right;
  font-weight: 400;
}
.woocommerce-order section.woocommerce-customer-details {
  order: 5;
  width: 100%;
  display: none;
}

form.woocommerce-verify-email input[type=text],
form.woocommerce-verify-email input[type=password],
form.woocommerce-verify-email input[type=email] {
  background: transparent;
  border-radius: 25px !important;
  padding: 15px 25px !important;
  border: 1px solid #c49979 !important;
  background: transparent !important;
  width: 100%;
  height: auto !important;
  transition: color 0.3s ease, border 0.3s ease;
  resize: none;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal !important;
  letter-spacing: 1px;
  position: relative;
  transition: border 0.2s ease;
}
form.woocommerce-verify-email input[type=text]:hover,
form.woocommerce-verify-email input[type=password]:hover,
form.woocommerce-verify-email input[type=email]:hover {
  border: 1px solid rgba(196, 154, 121, 0.5019607843) !important;
}
form.woocommerce-verify-email button[type=submit] {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 15px 0 0 0 !important;
}
form.woocommerce-verify-email button[type=submit]:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}

p.order-again a {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 0 !important;
}
p.order-again a:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}

.wcl-continue-browsing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.wcl-continue-browsing a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.wcl-continue-browsing a::after {
  bottom: 5px;
}

.woocommerce h2 {
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 22px !important;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}
.woocommerce .woocommerce-message a.button.wc-forward {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 15px 0 0 0 !important;
}
.woocommerce .woocommerce-message a.button.wc-forward:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
.woocommerce .woocommerce-password-strength {
  margin-top: 10px;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 8px;
}
.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-form-register {
  border: 1px solid #c49979 !important;
  border-radius: 25px !important;
  padding: 20px 20px !important;
}
.woocommerce form.woocommerce-form-login label,
.woocommerce form.woocommerce-form-register label {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2 !important;
  padding: 0;
  white-space: nowrap;
}
.woocommerce form.woocommerce-form-login input[type=text],
.woocommerce form.woocommerce-form-login input[type=password],
.woocommerce form.woocommerce-form-login input[type=email],
.woocommerce form.woocommerce-form-register input[type=text],
.woocommerce form.woocommerce-form-register input[type=password],
.woocommerce form.woocommerce-form-register input[type=email] {
  background: transparent;
  border-radius: 25px !important;
  padding: 15px 25px !important;
  border: 1px solid #c49979 !important;
  background: transparent !important;
  width: 100%;
  height: auto !important;
  transition: color 0.3s ease, border 0.3s ease;
  resize: none;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal !important;
  letter-spacing: 1px;
  position: relative;
  transition: border 0.2s ease;
}
.woocommerce form.woocommerce-form-login input[type=text]:hover,
.woocommerce form.woocommerce-form-login input[type=password]:hover,
.woocommerce form.woocommerce-form-login input[type=email]:hover,
.woocommerce form.woocommerce-form-register input[type=text]:hover,
.woocommerce form.woocommerce-form-register input[type=password]:hover,
.woocommerce form.woocommerce-form-register input[type=email]:hover {
  border: 1px solid rgba(196, 154, 121, 0.5019607843) !important;
}
.woocommerce form.woocommerce-form-login button[type=submit],
.woocommerce form.woocommerce-form-register button[type=submit] {
  width: 100%;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 15px 0 0 0 !important;
}
.woocommerce form.woocommerce-form-login button[type=submit]:hover,
.woocommerce form.woocommerce-form-register button[type=submit]:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
.woocommerce form.woocommerce-form-login p.woocommerce-LostPassword,
.woocommerce form.woocommerce-form-register p.woocommerce-LostPassword {
  text-align: center;
}
.woocommerce form.woocommerce-form-login input[type=checkbox],
.woocommerce form.woocommerce-form-register input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #c49979;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.woocommerce form.woocommerce-form-login input[type=checkbox]:checked,
.woocommerce form.woocommerce-form-register input[type=checkbox]:checked {
  background-color: #c49979;
  border-color: #c49979;
}
.woocommerce form.woocommerce-form-login input[type=checkbox]:checked::after,
.woocommerce form.woocommerce-form-register input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.woocommerce form.woocommerce-form-login div.woocommerce-privacy-policy-text p,
.woocommerce form.woocommerce-form-register div.woocommerce-privacy-policy-text p {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 2px;
  color: rgb(49, 54, 43);
  display: block;
  padding: 0 16px;
  margin: 15px 0 10px 0;
}
.woocommerce form.woocommerce-form-login .woocommerce-password-hint,
.woocommerce form.woocommerce-form-register .woocommerce-password-hint {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1px;
  color: rgb(49, 54, 43);
  display: block;
  padding: 0 16px;
  margin: 15px 0 10px 0;
}

.woocommerce-MyAccount-content > p strong,
.woocommerce-MyAccount-content > p mark {
  font-weight: 500 !important;
}

.woocommerce-MyAccount-navigation-link a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  padding: 10px;
  color: #31362b;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  background: var(--white-color);
  border: 1px solid #d7c3b1;
  width: 100%;
}
.woocommerce-MyAccount-navigation-link a::after {
  content: none;
}
.woocommerce-MyAccount-navigation-link a:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  background: rgba(219, 194, 175, 0.4) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
.woocommerce-MyAccount-navigation-link.is-active a:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  margin-top: 40px;
  padding-top: 0;
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ol {
  padding-left: 0 !important;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-content > table thead {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2 !important;
  padding: 0;
}
.woocommerce-MyAccount-content > table thead th {
  font-weight: 500 !important;
}
.woocommerce-MyAccount-content > table tbody td,
.woocommerce-MyAccount-content > table tbody th {
  border-top: 1px solid #c49979 !important;
}
.woocommerce-MyAccount-content > table tbody td::before {
  font-weight: 500 !important;
}
.woocommerce-MyAccount-content > table tbody td a {
  width: 100%;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce-MyAccount-content > table tbody td a:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
.woocommerce-MyAccount-content > table tbody tr th {
  font-weight: 500 !important;
}

.woocommerce-MyAccount-content > p {
  margin-bottom: 15px;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads h2,
.woocommerce-MyAccount-content section.woocommerce-order-details h2,
.woocommerce-MyAccount-content section.woocommerce-customer-details h2 {
  margin: 15px 0;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address,
.woocommerce-MyAccount-content section.woocommerce-order-details table,
.woocommerce-MyAccount-content section.woocommerce-order-details address,
.woocommerce-MyAccount-content section.woocommerce-customer-details table,
.woocommerce-MyAccount-content section.woocommerce-customer-details address {
  border: 1px solid #c49979 !important;
  border-radius: 25px !important;
  padding: 20px 20px !important;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table thead,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address thead,
.woocommerce-MyAccount-content section.woocommerce-order-details table thead,
.woocommerce-MyAccount-content section.woocommerce-order-details address thead,
.woocommerce-MyAccount-content section.woocommerce-customer-details table thead,
.woocommerce-MyAccount-content section.woocommerce-customer-details address thead {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2 !important;
  padding: 0;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table thead th,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address thead th,
.woocommerce-MyAccount-content section.woocommerce-order-details table thead th,
.woocommerce-MyAccount-content section.woocommerce-order-details address thead th,
.woocommerce-MyAccount-content section.woocommerce-customer-details table thead th,
.woocommerce-MyAccount-content section.woocommerce-customer-details address thead th {
  font-weight: 500 !important;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody td,
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody th,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address tbody td,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address tbody th,
.woocommerce-MyAccount-content section.woocommerce-order-details table tbody td,
.woocommerce-MyAccount-content section.woocommerce-order-details table tbody th,
.woocommerce-MyAccount-content section.woocommerce-order-details address tbody td,
.woocommerce-MyAccount-content section.woocommerce-order-details address tbody th,
.woocommerce-MyAccount-content section.woocommerce-customer-details table tbody td,
.woocommerce-MyAccount-content section.woocommerce-customer-details table tbody th,
.woocommerce-MyAccount-content section.woocommerce-customer-details address tbody td,
.woocommerce-MyAccount-content section.woocommerce-customer-details address tbody th {
  border-top: 1px solid #c49979 !important;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody tr td::before,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address tbody tr td::before,
.woocommerce-MyAccount-content section.woocommerce-order-details table tbody tr td::before,
.woocommerce-MyAccount-content section.woocommerce-order-details address tbody tr td::before,
.woocommerce-MyAccount-content section.woocommerce-customer-details table tbody tr td::before,
.woocommerce-MyAccount-content section.woocommerce-customer-details address tbody tr td::before {
  font-weight: 400;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody tr td strong,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address tbody tr td strong,
.woocommerce-MyAccount-content section.woocommerce-order-details table tbody tr td strong,
.woocommerce-MyAccount-content section.woocommerce-order-details address tbody tr td strong,
.woocommerce-MyAccount-content section.woocommerce-customer-details table tbody tr td strong,
.woocommerce-MyAccount-content section.woocommerce-customer-details address tbody tr td strong {
  font-weight: 400;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody tr td ul li strong,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address tbody tr td ul li strong,
.woocommerce-MyAccount-content section.woocommerce-order-details table tbody tr td ul li strong,
.woocommerce-MyAccount-content section.woocommerce-order-details address tbody tr td ul li strong,
.woocommerce-MyAccount-content section.woocommerce-customer-details table tbody tr td ul li strong,
.woocommerce-MyAccount-content section.woocommerce-customer-details address tbody tr td ul li strong {
  font-weight: 400;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tfoot *,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address tfoot *,
.woocommerce-MyAccount-content section.woocommerce-order-details table tfoot *,
.woocommerce-MyAccount-content section.woocommerce-order-details address tfoot *,
.woocommerce-MyAccount-content section.woocommerce-customer-details table tfoot *,
.woocommerce-MyAccount-content section.woocommerce-customer-details address tfoot * {
  font-weight: 400;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tfoot td,
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tfoot th,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address tfoot td,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address tfoot th,
.woocommerce-MyAccount-content section.woocommerce-order-details table tfoot td,
.woocommerce-MyAccount-content section.woocommerce-order-details table tfoot th,
.woocommerce-MyAccount-content section.woocommerce-order-details address tfoot td,
.woocommerce-MyAccount-content section.woocommerce-order-details address tfoot th,
.woocommerce-MyAccount-content section.woocommerce-customer-details table tfoot td,
.woocommerce-MyAccount-content section.woocommerce-customer-details table tfoot th,
.woocommerce-MyAccount-content section.woocommerce-customer-details address tfoot td,
.woocommerce-MyAccount-content section.woocommerce-customer-details address tfoot th {
  border-top: 1px solid #c49979 !important;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table td.download-file a,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address td.download-file a,
.woocommerce-MyAccount-content section.woocommerce-order-details table td.download-file a,
.woocommerce-MyAccount-content section.woocommerce-order-details address td.download-file a,
.woocommerce-MyAccount-content section.woocommerce-customer-details table td.download-file a,
.woocommerce-MyAccount-content section.woocommerce-customer-details address td.download-file a {
  width: 100%;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads table td.download-file a:hover,
.woocommerce-MyAccount-content section.woocommerce-order-downloads address td.download-file a:hover,
.woocommerce-MyAccount-content section.woocommerce-order-details table td.download-file a:hover,
.woocommerce-MyAccount-content section.woocommerce-order-details address td.download-file a:hover,
.woocommerce-MyAccount-content section.woocommerce-customer-details table td.download-file a:hover,
.woocommerce-MyAccount-content section.woocommerce-customer-details address td.download-file a:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads p.order-again,
.woocommerce-MyAccount-content section.woocommerce-order-details p.order-again,
.woocommerce-MyAccount-content section.woocommerce-customer-details p.order-again {
  display: flex;
  justify-content: center;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads p.order-again a,
.woocommerce-MyAccount-content section.woocommerce-order-details p.order-again a,
.woocommerce-MyAccount-content section.woocommerce-customer-details p.order-again a {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads p.order-again a:hover,
.woocommerce-MyAccount-content section.woocommerce-order-details p.order-again a:hover,
.woocommerce-MyAccount-content section.woocommerce-customer-details p.order-again a:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
.woocommerce-MyAccount-content section.woocommerce-order-downloads tbody tr th {
  font-weight: 500 !important;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #31362b;
  transition: color 0.2s ease;
  font-size: 16px;
  line-height: 16px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a::after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #31362b;
  transition: width 0.2s ease;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a:hover {
  color: #b9bab1;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a:hover::after {
  width: 0;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  border: 1px solid #c49979 !important;
  border-radius: 25px !important;
  padding: 20px 20px !important;
}
.woocommerce-MyAccount-content form h2 {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  border: 1px solid #c49979 !important;
  border-radius: 25px !important;
  padding: 20px 20px !important;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper span:not(.required):not(.select2-selection__arrow) {
  width: 100%;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper label {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2 !important;
  padding: 0;
  white-space: nowrap;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection.select2-selection--single {
  background-color: transparent;
  border: none;
  position: relative;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection.select2-selection--single span.select2-selection__arrow {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  pointer-events: none;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper span.select2.select2-container.select2-container--default {
  max-height: 50px !important;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=text],
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=password],
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=email],
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=tel],
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection__rendered {
  background: transparent;
  border-radius: 25px !important;
  padding: 15px 25px !important;
  border: 1px solid #c49979 !important;
  background: transparent !important;
  width: 100%;
  height: auto !important;
  transition: color 0.3s ease, border 0.3s ease;
  resize: none;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal !important;
  letter-spacing: 1px;
  position: relative;
  transition: border 0.2s ease;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=text]:hover,
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=password]:hover,
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=email]:hover,
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=tel]:hover,
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection__rendered:hover {
  border: 1px solid rgba(196, 154, 121, 0.5019607843) !important;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields > p {
  display: flex;
  justify-content: center;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields button[type=submit] {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 15px 0 0 0 !important;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields button[type=submit]:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}

.woocommerce-MyAccount-content table.shop_table {
  border: 1px solid #c49979 !important;
  border-radius: 25px !important;
  padding: 20px 20px !important;
}
.woocommerce-MyAccount-content table.shop_table td.payment-method-actions {
  display: flex;
}
.woocommerce-MyAccount-content table.shop_table td.payment-method-actions::before {
  content: none;
}
.woocommerce-MyAccount-content a.button:not(.delete) {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
}
.woocommerce-MyAccount-content a.button:not(.delete):hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}

div.woocommerce-Payment {
  background: transparent !important;
  border: 1px solid #c49979 !important;
  border-radius: 25px !important;
  padding: 20px 20px !important;
}
div.woocommerce-Payment ul.woocommerce-PaymentMethods.payment_methods.methods {
  border-bottom: 1px solid #c49979 !important;
}
div.woocommerce-Payment button[type=submit] {
  width: 100%;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 15px 0 0 0 !important;
}
div.woocommerce-Payment button[type=submit]:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}

.woocommerce-message,
.woocommerce-info {
  border-top: 1px solid #c49979 !important;
  background-color: transparent !important;
}

form.woocommerce-EditAccountForm {
  border: 1px solid #c49979 !important;
  border-radius: 25px !important;
  padding: 20px 20px !important;
}
form.woocommerce-EditAccountForm span:not(.required):not(.select2-selection__arrow) {
  width: 100%;
}
form.woocommerce-EditAccountForm label {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2 !important;
  padding: 0;
  white-space: nowrap;
}
form.woocommerce-EditAccountForm .select2-selection.select2-selection--single {
  background-color: transparent;
  border: none;
  position: relative;
}
form.woocommerce-EditAccountForm .select2-selection.select2-selection--single span.select2-selection__arrow {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  pointer-events: none;
}
form.woocommerce-EditAccountForm span.select2.select2-container.select2-container--default {
  max-height: 50px !important;
}
form.woocommerce-EditAccountForm input[type=text],
form.woocommerce-EditAccountForm input[type=password],
form.woocommerce-EditAccountForm input[type=email],
form.woocommerce-EditAccountForm input[type=tel],
form.woocommerce-EditAccountForm .select2-selection__rendered {
  background: transparent;
  border-radius: 25px !important;
  padding: 15px 25px !important;
  border: 1px solid #c49979 !important;
  background: transparent !important;
  width: 100%;
  height: auto !important;
  transition: color 0.3s ease, border 0.3s ease;
  resize: none;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal !important;
  letter-spacing: 1px;
  position: relative;
  transition: border 0.2s ease;
}
form.woocommerce-EditAccountForm input[type=text]:hover,
form.woocommerce-EditAccountForm input[type=password]:hover,
form.woocommerce-EditAccountForm input[type=email]:hover,
form.woocommerce-EditAccountForm input[type=tel]:hover,
form.woocommerce-EditAccountForm .select2-selection__rendered:hover {
  border: 1px solid rgba(196, 154, 121, 0.5019607843) !important;
}
form.woocommerce-EditAccountForm button[type=submit] {
  width: 100%;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 15px 0 0 0 !important;
}
form.woocommerce-EditAccountForm button[type=submit]:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
form.woocommerce-EditAccountForm fieldset label {
  white-space: wrap;
}
form.woocommerce-EditAccountForm span#account_display_name_description {
  margin-top: 10px;
}

.woocommerce-notices-wrapper ul {
  background-color: transparent !important;
}
.woocommerce-notices-wrapper ul li strong {
  font-weight: 500 !important;
}

form.lost_reset_password label {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2 !important;
  padding: 0;
  white-space: nowrap;
  margin-bottom: 10px;
}
form.lost_reset_password input[type=text],
form.lost_reset_password input[type=password],
form.lost_reset_password input[type=email] {
  background: transparent;
  border-radius: 25px !important;
  padding: 15px 25px !important;
  border: 1px solid #c49979 !important;
  background: transparent !important;
  width: 100%;
  height: auto !important;
  transition: color 0.3s ease, border 0.3s ease;
  resize: none;
  font-family: "Mark Pro", sans-serif;
  color: rgb(49, 54, 43);
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal !important;
  letter-spacing: 1px;
  position: relative;
  transition: border 0.2s ease;
}
form.lost_reset_password input[type=text]:hover,
form.lost_reset_password input[type=password]:hover,
form.lost_reset_password input[type=email]:hover {
  border: 1px solid rgba(196, 154, 121, 0.5019607843) !important;
}
form.lost_reset_password button[type=submit] {
  width: 100%;
  max-width: 350px;
  font-family: "Mark Pro", sans-serif;
  background-color: #fff !important;
  border: 1px solid #d7c3b1 !important;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 33px;
  padding: 7.2px 22px 5px !important;
  text-decoration: none !important;
  color: #31362b !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  float: none !important;
  margin: 15px 0 0 0 !important;
}
form.lost_reset_password button[type=submit]:hover {
  background: #dbc2af !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #31362b !important;
}
form.lost_reset_password > p {
  margin-bottom: 10px;
}

.wcl-home {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 50px;
}
.wcl-home__posts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.wcl-category {
  width: 100%;
}
.wcl-category__container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  gap: 30px;
}
.wcl-category__title {
  align-self: flex-end;
  font-weight: 400;
  font-family: "Quainton", serif;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wcl-category__posts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.wcl-post {
  background-color: #F6F6F0;
  color: #31362b;
}
.wcl-post__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -50px;
  padding-top: 80px;
}
.wcl-post__title {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "Quainton", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.75;
  letter-spacing: 5px;
}
.wcl-post__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background-color: #000;
}
.wcl-post__categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.wcl-post__category {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
  position: relative;
  margin: 0;
}
.wcl-post__category.active::after {
  left: 0;
  width: 100%;
}
.wcl-post__category::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #31362b;
  transition: all 0.5s ease 0s;
}
.wcl-post__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.wcl-post__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wcl-post__item-image-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.wcl-post__item-image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #31362B;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.wcl-post__item-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 2/3;
}
.wcl-post__item-title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.wcl-post__item-title h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.wcl-post__item-title-mobile {
  display: none;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.3s ease 0s;
}

.wcl-post-form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.wcl-post-form__title {
  text-align: center;
  font-family: "Quainton", serif;
  line-height: 1.2;
}
.wcl-post-form__subtitle {
  margin: 0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.wcl-post-form__form {
  width: 100%;
}

.wcl-single {
  position: relative;
  color: #31362b;
  background-color: #f6f6f0;
}
.wcl-single__container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -50px;
  padding-top: 80px;
}
.wcl-single__title {
  font-family: "Quainton", serif;
  margin-bottom: 33px;
  text-align: center;
  line-height: 1.2;
}
.wcl-single__content {
  width: 100%;
  height: 100%;
  min-height: 75vh;
  display: flex;
}
.wcl-single__meta {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: auto;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wcl-single__meta-wrapper {
  position: sticky;
  top: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
  gap: 15px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.wcl-single__meta-wrapper a {
  text-decoration: none;
  color: inherit;
}
.wcl-single__meta-author {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  color: rgba(72, 72, 72, 0.6196078431);
  font-size: 10px;
}
.wcl-single__meta-author a {
  transition: color 0.3s ease 0s;
}
.wcl-single__meta-author a::after {
  display: none;
}
.wcl-single__meta-text {
  font-weight: 500;
}
.wcl-single__meta-categories {
  font-weight: 500;
  transition: color 0.3s ease 0s;
}
.wcl-single__meta-categories::after {
  display: none;
}
.wcl-single__meta-date {
  color: rgba(72, 72, 72, 0.6196078431);
}
.wcl-single__related {
  position: sticky;
  z-index: 1;
  top: 340px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.wcl-single__related-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wcl-single__related-image a::after {
  display: none;
}
.wcl-single__related-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.wcl-single__related-title {
  font-weight: 400;
  font-family: "Quainton", serif;
  text-align: center;
  line-height: 1.2;
  font-size: 22px;
}
.wcl-single__related-button {
  text-transform: uppercase;
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
  transition: color 0.3s ease 0s;
}
.wcl-single__related-button::after {
  display: none;
}
.wcl-single__body {
  max-width: calc(100% - 380px);
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-left: 80px;
  padding-right: 80px;
  border-left: 1px solid #f0e9d2;
  border-right: 1px solid #f0e9d2;
}
.wcl-single__body-content {
  display: flex;
  flex-direction: column;
  font-family: "Oakes Grotesk light", sans-serif;
  margin-bottom: 30px;
}
.wcl-single__body-content h2, .wcl-single__body-content h3, .wcl-single__body-content h4, .wcl-single__body-content h5, .wcl-single__body-content h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Quainton", serif;
  line-height: 1.2;
}
.wcl-single__body-content ul,
.wcl-single__body-content ol {
  padding-left: 20px;
}
.wcl-single__nav {
  width: 100%;
  display: flex;
  gap: 30px;
  border: 1px solid #d7c3b1;
  border-radius: 30px;
  padding: 18px 22px;
  margin-bottom: 30px;
}
.wcl-single__nav-prev, .wcl-single__nav-next {
  width: 50%;
}
.wcl-single__nav-prev a, .wcl-single__nav-next a {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease 0s;
}
.wcl-single__nav-prev a::after, .wcl-single__nav-next a::after {
  display: none;
}
.wcl-single__nav-next {
  margin-left: auto;
}
.wcl-single__nav-next a {
  text-align: right;
}
.wcl-single__meta-bottom {
  width: 100%;
  display: none;
  margin-bottom: 30px;
}
.wcl-single__meta-bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
}
.wcl-single__meta-bottom-wrapper a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease 0s;
}
.wcl-single__meta-bottom-wrapper a::after {
  display: none;
}
.wcl-single__share {
  position: relative;
  max-width: 80px;
  width: 100%;
}
.wcl-single__share-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: sticky;
  top: 220px;
  width: 100%;
  height: auto;
}
.wcl-single__share-title {
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
}
.wcl-single__share-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wcl-single__share-item {
  color: inherit;
  text-decoration: none;
  width: 20px;
  height: 20px;
}
.wcl-single__share-item a::after {
  display: none;
}
.wcl-single__share-item svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-single__share-item a svg path {
  fill: #31362B;
  stroke: #31362B;
  transition: all 0.3s ease 0s;
}
.wcl-single__love {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 50px 50px 0;
}
.wcl-single__love-title {
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
}
.wcl-single__love-slider {
  width: 100%;
  height: auto;
}
.wcl-single__love-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcl-single__love-list {
  width: 100%;
}
.wcl-single__love-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wcl-single__love-image {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.wcl-single__love-image a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.wcl-single__love-image a::after {
  display: none;
}
.wcl-single__love-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 2/3;
}
.wcl-single__love-post-title a {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease 0s;
}
.wcl-single__love-post-title a::after {
  display: none;
}

.swiper-scrollbar.wcl-single__swiper-scrollbar {
  background-color: rgba(215, 195, 177, 0.3568627451);
  position: static;
  display: none;
}
.swiper-scrollbar.wcl-single__swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #d7c3b1 !important;
}

.wcl-search a {
  color: inherit;
}
.wcl-search a::after {
  display: none;
}
.wcl-search__container {
  display: flex;
  flex-direction: column;
}
.wcl-search__title {
  font-family: "Quainton", serif;
  line-height: 1.2;
}
.wcl-search__results {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wcl-search__result {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wcl-search__result-image {
  align-self: center;
  max-width: 750px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wcl-search__result-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wcl-search__result-title {
  font-family: "Quainton", serif;
  line-height: 1.2;
}
.wcl-search__result-meta {
  font-family: "Oakes Grotesk light", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
}
.wcl-search__result-excerpt {
  font-size: 16px;
  font-family: "Oakes Grotesk light", sans-serif;
}
.wcl-search__pagination {
  align-self: center;
}
.wcl-search__pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wcl-search__pagination .page-numbers {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  border: 1px solid #d7c3b1;
  background-color: #fff;
  padding: 12px 15px;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.wcl-search__pagination .page-numbers::after {
  display: none;
}
.wcl-search__pagination .page-numbers.current {
  background-color: #dbc2af;
}
@media (min-width: 23.4375em) and (max-width: 80em) {
  @supports (font-size: clamp( 2rem , 1.7928176796rem  +  0.8839779006vw , 2.5rem )) {
    .wcl-widget__title {
      font-size: clamp( 2rem , 1.7928176796rem  +  0.8839779006vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 2rem , 1.7928176796rem  +  0.8839779006vw , 2.5rem )) {
    .wcl-widget__title {
      font-size: calc(2rem + 0.5 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-single__container {
      padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-single__container {
      padding-bottom: calc(3.125rem + 1.875 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (font-size: clamp( 2.25rem , 1.7320441989rem  +  2.2099447514vw , 3.5rem )) {
    .wcl-single__title {
      font-size: clamp( 2.25rem , 1.7320441989rem  +  2.2099447514vw , 3.5rem );
    }
  }
  @supports not (font-size: clamp( 2.25rem , 1.7320441989rem  +  2.2099447514vw , 3.5rem )) {
    .wcl-single__title {
      font-size: calc(2.25rem + 1.25 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (font-size: clamp( 2.125rem , 1.9696132597rem  +  0.6629834254vw , 2.5rem )) {
    .wcl-category__title {
      font-size: clamp( 2.125rem , 1.9696132597rem  +  0.6629834254vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 2.125rem , 1.9696132597rem  +  0.6629834254vw , 2.5rem )) {
    .wcl-category__title {
      font-size: calc(2.125rem + 0.375 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-post__container {
      padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-post__container {
      padding-bottom: calc(3.125rem + 1.875 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (font-size: clamp( 1.625rem , 1.3660220994rem  +  1.1049723757vw , 2.25rem )) {
    .wcl-post-form__title {
      font-size: clamp( 1.625rem , 1.3660220994rem  +  1.1049723757vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.625rem , 1.3660220994rem  +  1.1049723757vw , 2.25rem )) {
    .wcl-post-form__title {
      font-size: calc(1.625rem + 0.625 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-single__container {
      padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-single__container {
      padding-bottom: calc(3.125rem + 1.875 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (font-size: clamp( 2.25rem , 1.7320441989rem  +  2.2099447514vw , 3.5rem )) {
    .wcl-single__title {
      font-size: clamp( 2.25rem , 1.7320441989rem  +  2.2099447514vw , 3.5rem );
    }
  }
  @supports not (font-size: clamp( 2.25rem , 1.7320441989rem  +  2.2099447514vw , 3.5rem )) {
    .wcl-single__title {
      font-size: calc(2.25rem + 1.25 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (padding-top: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-search__container {
      padding-top: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-search__container {
      padding-top: calc(3.125rem + 1.875 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-search__container {
      padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.3480662983rem  +  3.3149171271vw , 5rem )) {
    .wcl-search__container {
      padding-bottom: calc(3.125rem + 1.875 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (font-size: clamp( 1.75rem , 1.5428176796rem  +  0.8839779006vw , 2.25rem )) {
    .wcl-search__title {
      font-size: clamp( 1.75rem , 1.5428176796rem  +  0.8839779006vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.5428176796rem  +  0.8839779006vw , 2.25rem )) {
    .wcl-search__title {
      font-size: calc(1.75rem + 0.5 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (font-size: clamp( 1.5rem , 1.3964088398rem  +  0.4419889503vw , 1.75rem )) {
    .wcl-search__result-title {
      font-size: clamp( 1.5rem , 1.3964088398rem  +  0.4419889503vw , 1.75rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.3964088398rem  +  0.4419889503vw , 1.75rem )) {
    .wcl-search__result-title {
      font-size: calc(1.5rem + 0.25 * (100vw - 23.4375rem) / 56.5625);
    }
  }
}
@media (min-width: 768px) {
  .wcl-single__love-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .wcl-single__love-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .wcl-single__meta-wrapper {
    opacity: 0;
    z-index: 0;
  }
  .scroll .wcl-single__meta-wrapper {
    transition: opacity 0.3s ease 0.3s;
    opacity: 1;
    z-index: 2;
  }
  .wcl-single__share--mobile {
    display: none;
  }
  .wcl-single__meta-wrapper {
    opacity: 0;
    z-index: 0;
  }
  .scroll .wcl-single__meta-wrapper {
    transition: opacity 0.3s ease 0.3s;
    opacity: 1;
    z-index: 2;
  }
  .wcl-single__share--mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .wcl-single__share-title {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    display: inline-block;
    white-space: nowrap;
  }
  .wcl-single__share-title {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    display: inline-block;
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .wcl-single__love-list {
    gap: 50px;
  }
  .wcl-single__love-list {
    gap: 50px;
  }
}
@media (min-width: 80em) {
  .wcl-widget__title {
    font-size: 2.5rem;
  }
  .wcl-single__container {
    padding-bottom: 5rem;
  }
  .wcl-single__title {
    font-size: 3.5rem;
  }
  .wcl-category__title {
    font-size: 2.5rem;
  }
  .wcl-post__container {
    padding-bottom: 5rem;
  }
  .wcl-post-form__title {
    font-size: 2.25rem;
  }
  .wcl-single__container {
    padding-bottom: 5rem;
  }
  .wcl-single__title {
    font-size: 3.5rem;
  }
  .wcl-search__container {
    padding-top: 5rem;
  }
  .wcl-search__container {
    padding-bottom: 5rem;
  }
  .wcl-search__title {
    font-size: 2.25rem;
  }
  .wcl-search__result-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 1280px) {
  .wcl-header .data-menu {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .wcl-single__meta {
    max-width: 250px;
    padding: 0 25px;
  }
  .wcl-single__body {
    max-width: calc(100% - 330px);
    padding-left: 50px;
    padding-right: 50px;
  }
  .wcl-single__love {
    padding: 30px 0 0;
  }
  .wcl-single__love-image a img {
    aspect-ratio: 9/16;
  }
  .wcl-home {
    padding: 50px 20px;
  }
  .wcl-category__container {
    padding: 50px 20px;
  }
  .wcl-single__meta {
    max-width: 250px;
    padding: 0 25px;
  }
  .wcl-single__body {
    max-width: calc(100% - 330px);
    padding-left: 50px;
    padding-right: 50px;
  }
  .wcl-single__love {
    padding: 30px 0 0;
  }
  .wcl-single__love-image a img {
    aspect-ratio: 9/16;
  }
}
@media (max-width: 1260px) {
  .wcl-instagram .data-list {
    overflow: visible;
  }
}
@media (max-width: 1200px) {
  .wcl-header {
    border-bottom: 1px solid #d7c3b1;
  }
  .wcl-header .data-col:nth-child(2) {
    min-width: 175px;
    width: 50%;
  }
  .wcl-header .data-menu {
    display: none;
  }
  .wcl-header .data-menu-btn {
    display: flex;
  }
  .wcl-header .data-search-btn {
    margin-left: 0;
  }
  .wcl-header .data-search-close {
    top: -0.2px;
  }
  .wcl-header .data-search-close img {
    width: 14px;
  }
  .wcl-header .data-search button {
    width: 14px;
  }
  .wcl-header .data-search button img {
    width: 14px;
  }
  .wcl-header .data-row {
    height: 78px;
  }
  .wcl-header .data-logo img {
    width: 141px;
    max-height: 53px;
  }
  .wcl-header-nav.active {
    display: block;
  }
  .wcl-footer .data-b1 {
    max-width: 280px;
    margin: 0 auto;
  }
  .wcl-footer .data-b1-title {
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 26px;
  }
}
@media (max-width: 1024px) {
  .acf-innerblocks-container {
    padding: 40px 0;
  }
  .wcl-widget__body {
    flex-direction: column-reverse;
  }
  .wcl-widget__content {
    max-width: 100%;
    padding: 0;
  }
  .wcl-widget__description {
    width: 100%;
    align-items: flex-start;
    gap: 20px;
  }
  .wcl-widget__category {
    text-align: left;
    align-items: flex-start;
  }
  .wcl-widget__title {
    text-align: left;
  }
  .wcl-widget__text {
    text-align: left;
  }
  .wcl-widget__image {
    max-width: 100%;
    margin: 0;
  }
  .sub-menu.active {
    border-bottom: none;
  }
  .wcl-single__content {
    flex-direction: column;
    justify-content: flex-start;
  }
  .wcl-single__meta {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .wcl-single__meta-wrapper {
    position: static;
    top: auto;
    align-self: flex-start;
    align-items: flex-start;
  }
  .wcl-single__meta-wrapper {
    flex-direction: row-reverse;
  }
  .wcl-single__meta-text {
    display: none;
  }
  .wcl-single__meta-categories {
    display: none;
  }
  .wcl-single__related {
    display: none;
  }
  .wcl-single__body {
    max-width: 100%;
    padding: 0;
    border: none;
  }
  .wcl-single__meta-bottom {
    display: flex;
    justify-content: center;
  }
  .wcl-single__share {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .wcl-single__share--desktop {
    display: none;
  }
  .wcl-single__share-wrapper {
    position: static;
    width: 100%;
    gap: 30px;
  }
  .wcl-single__share-title {
    font-size: 18px;
  }
  .wcl-single__share-list {
    flex-direction: row;
  }
  .wcl-single__love-image a img {
    aspect-ratio: 2/3;
  }
  .wcl-shop__content-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .wcl-single-product {
    padding: 15px 0 30px 0;
  }
  .wcl-single-product h1 {
    margin-top: 0;
  }
  .wcl-single-product__main {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
  .wcl-single-product__main-left {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
  .wcl-single-product__main-left .wcl-single-product__swiper-main {
    width: 55%;
  }
  .wcl-single-product__main-right {
    flex-direction: column-reverse;
    width: 100%;
  }
  .wcl-single-product__summary {
    padding-left: 0;
    max-width: 100%;
  }
  .wcl-single-product__summary-price {
    margin: 20px 0 10px 0;
  }
  .wcl-single-product__summary-add-to-cart form.variations_form {
    flex-direction: column;
    row-gap: 5px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .wcl-single-product__summary-add-to-cart .single_variation_wrap {
    width: 100%;
  }
  .wcl-single-product__summary-add-to-cart .single_variation_wrap .variations_button {
    justify-content: space-between;
  }
  .wcl-single-product__summary-add-to-cart .single_variation_wrap .variations_button button[type=submit] {
    padding: 7.2px 44px 5px;
  }
  .wcl-single-product .wcl-single-product__swiper-thumbs {
    width: 55%;
  }
  body.woocommerce-page h1.wp-block-heading {
    font-size: 29px;
    letter-spacing: 5px;
    padding-bottom: 15px;
  }
  .wp-block-woocommerce-cart {
    margin-top: 40px;
  }
  .wc-block-cart.wp-block-woocommerce-filled-cart-block {
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
  }
  .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
  }
  .wc-block-components-sidebar {
    width: 100% !important;
  }
  .wc-block-cart {
    margin-bottom: 0 !important;
  }
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    margin-top: 40px;
  }
  .wc-block-components-sidebar-layout.wc-block-checkout {
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
  }
  .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    width: 100% !important;
  }
  .wc-block-components-main.wc-block-checkout__main {
    padding: 0px 0px !important;
  }
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    margin-top: 40px;
  }
  .wcl-post__items {
    gap: 30px;
  }
  .wcl-single__content {
    flex-direction: column;
    justify-content: flex-start;
  }
  .wcl-single__meta {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .wcl-single__meta-wrapper {
    position: static;
    top: auto;
    align-self: flex-start;
    align-items: flex-start;
  }
  .wcl-single__meta-wrapper {
    flex-direction: row-reverse;
  }
  .wcl-single__meta-text {
    display: none;
  }
  .wcl-single__meta-categories {
    display: none;
  }
  .wcl-single__related {
    display: none;
  }
  .wcl-single__body {
    max-width: 100%;
    padding: 0;
    border: none;
  }
  .wcl-single__meta-bottom {
    display: flex;
    justify-content: center;
  }
  .wcl-single__share {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .wcl-single__share--desktop {
    display: none;
  }
  .wcl-single__share-wrapper {
    position: static;
    width: 100%;
    gap: 30px;
  }
  .wcl-single__share-title {
    font-size: 18px;
  }
  .wcl-single__share-list {
    flex-direction: row;
  }
  .wcl-single__love-image a img {
    aspect-ratio: 2/3;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  h1,
  .wcl-h1 {
    font-size: 2.5rem;
  }
  h2,
  .wcl-h2 {
    font-size: 2rem;
  }
  h3,
  .wcl-h3 {
    font-size: 1.75rem;
  }
  h4,
  .wcl-h4 {
    font-size: 1.375rem;
  }
  h5,
  .wcl-h5 {
    font-size: 1.125rem;
  }
  h6,
  .wcl-h6 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .wcl-footer-form {
    text-align: center;
  }
  .wcl-footer-form.wcl-flodesk .ff-field label {
    width: 100%;
    text-align: center;
  }
  .wcl-footer-form .ff__submit {
    text-align: center;
  }
  .wcl-footer-form .fd-form-feedback {
    font-size: 12px;
    margin-top: 11px;
  }
  .wcl-footer-form .d7-title {
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 29px;
  }
  .wcl-footer-form .d7-form {
    margin: 0 auto;
    position: static;
  }
  .wcl-footer-form .d7-form input:not([type=submit]) {
    text-align: center;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wcl-contact__form .wpcf7 .cf7-wcl-group {
    flex-wrap: wrap;
  }
  .wcl-contact__form .wpcf7 .cf7-wcl-group > p {
    width: 100%;
  }
  .wcl-single__love-item {
    max-width: 400px;
  }
  .swiper-scrollbar.wcl-single__swiper-scrollbar {
    display: block;
  }
  .wcl-shop {
    padding: 45px 0 55px 0;
  }
  .wcl-shop__header-wrapper {
    margin-bottom: 45px;
  }
  .wcl-shop__header-nav-list {
    flex-wrap: wrap;
  }
  .wcl-shop__content-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  r .wcl-single-product__related-products-wrapper {
    padding: 20px;
  }
  .wcl-single-product__related-products-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .wcl-single-product__grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 35px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .wcl-single-product__grid .wcl-product-item {
    width: calc(50% - 7.5px);
  }
  .is-large.wc-block-cart .wc-block-cart-items tbody td.wc-block-cart-item__image {
    width: 35%;
  }
  .is-large.wc-block-cart .wc-block-cart-items tbody td.wc-block-cart-item__product {
    width: 50%;
  }
  p.wc-block-components-checkout-order-summary__title-text {
    margin: 0 !important;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
  }
  .woocommerce-MyAccount-content > table tbody {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .woocommerce-MyAccount-content > table tbody tr:first-child td:nth-child(2) {
    border-top: none !important;
  }
  .woocommerce-MyAccount-content > p {
    text-align: center;
  }
  .woocommerce-MyAccount-content section.woocommerce-order-downloads tbody tr:first-child td:nth-child(1) {
    border-top: none !important;
  }
  .woocommerce-MyAccount-content section.woocommerce-order-downloads tbody {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    margin-bottom: 30px;
  }
  .wcl-post__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .wcl-post__item-image-wrapper::before {
    display: none;
  }
  .wcl-post__item-title {
    display: none;
  }
  .wcl-post__item-title-mobile {
    display: block;
  }
  .wcl-post-form__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wcl-single__love-item {
    max-width: 400px;
  }
  .swiper-scrollbar.wcl-single__swiper-scrollbar {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .wcl-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  h1,
  .wcl-h1 {
    font-size: 2rem;
  }
  h2,
  .wcl-h2 {
    font-size: 1.875rem;
  }
  h3,
  .wcl-h3 {
    font-size: 1.625rem;
  }
  h4,
  .wcl-h4 {
    font-size: 1.25rem;
  }
  h5,
  .wcl-h5 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .wcl-contact__form .wpcf7 p {
    margin-bottom: 29px;
  }
  .wcl-contact__form .wpcf7-response-output {
    max-width: 260px;
    margin: 0 auto !important;
    margin-top: 25px !important;
    letter-spacing: 0.7px !important;
  }
  .wcl-footer {
    padding-top: 75px;
    padding-bottom: 64px;
  }
  .wcl-footer .data-row {
    flex-wrap: wrap;
    display: block;
    margin: 0;
  }
  .wcl-footer .data-col {
    padding: 0;
    width: 100% !important;
    border-bottom: 1px solid #d7c3b1;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .wcl-footer .data-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .wcl-footer .data-col:nth-child(2) {
    border-left: none;
    border-right: none;
    margin-top: 62px;
    padding-bottom: 59px;
  }
  .wcl-footer .data-col:nth-child(3) {
    margin-top: 62px;
  }
  .wcl-footer .data-b1-title {
    margin-bottom: 22px;
  }
  .wcl-footer .data-b2 {
    margin-bottom: 54px;
  }
  .wcl-footer .data-b3 {
    display: block;
    text-align: center;
  }
  .wcl-footer .data-b3-text:nth-child(1) {
    max-width: 170px;
    margin: 0 auto;
    margin-bottom: 53px;
  }
  .wcl-instagram {
    padding-top: 61px;
    padding-bottom: 108px;
  }
  .wcl-instagram::after {
    width: calc(100% - 52px);
  }
}
@media (max-width: 576px) {
  .wcl-single__body-content .wcl-container {
    padding-left: 0;
    padding-right: 0;
  }
  .wcl-single__nav {
    flex-direction: column;
  }
  .wcl-single__nav-prev, .wcl-single__nav-next {
    width: 100%;
  }
  .wcl-single__love-image a img {
    aspect-ratio: 4/5;
  }
  .wcl-single-product h1 {
    font-size: 28px;
  }
  .wcl-single-product__main {
    margin-bottom: 40px;
    row-gap: 5px;
  }
  .wcl-single-product__main-left .wcl-single-product__swiper-main {
    width: 100%;
  }
  .wcl-single-product__main-left .wcl-single-product__swiper-main img {
    aspect-ratio: 484/617;
  }
  .wcl-single-product__main-left .wcl-single-product__swiper-main .swiper-slide img {
    aspect-ratio: 484/617;
  }
  .wcl-single-product__summary-short-description {
    margin-bottom: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
  }
  .wcl-single-product .wcl-single-product__swiper-thumbs {
    width: 100%;
  }
  .wcl-single-product .wcl-single-product__swiper-thumbs .swiper-slide {
    border-radius: 5px;
  }
  .wcl-single-product__tabs-wrapper {
    margin-bottom: 40px;
  }
  .wcl-single-product__tabs-header {
    margin-bottom: 40px;
  }
  .wcl-single-product__tabs-nav {
    margin-left: 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: center;
  }
  .wcl-single-product__tabs-description-wrapper {
    padding: 0;
  }
  .wcl-single-product__tabs-description h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .wcl-single-product__tabs-description h3 {
    font-size: 24px;
  }
  .wcl-single-product__tabs-description p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
  }
  .wcl-single-product__tabs-description p iframe {
    width: 90%;
  }
  .wcl-single-product__tabs-reviews-wrapper {
    padding: 0;
  }
  .wcl-single-product__tabs-reviews {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: column-reverse;
    row-gap: 45px;
    padding: 0;
  }
  r .wcl-single-product__related-products-wrapper {
    border-radius: 25px;
  }
  .wcl-single-product__related-products-title {
    margin: 15px 10px 35px 10px;
    font-size: 22px;
  }
  .wcl-single-product__grid .wcl-product-item {
    width: 100%;
  }
  .wcl-woocommerce__reviews-wrapper {
    width: 100%;
  }
  .wcl-woocommerce__reviews {
    width: 100%;
  }
  .wcl-woocommerce__reviews-title-main {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .wcl-woocommerce__reviews-title {
    margin-bottom: 15px !important;
  }
  .wcl-woocommerce__reviews-commentlist {
    margin-bottom: 20px;
    row-gap: 30px;
  }
  .wcl-woocommerce__reviews-commentlist .wcl-comment__description {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .wcl-woocommerce__review-form {
    width: 100%;
  }
  .wcl-woocommerce__review-form-title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px !important;
  }
  .wcl-woocommerce__review-form-body .comment-notes {
    font-size: 16px;
  }
  .wcl-woocommerce__comment-form-author input, .wcl-woocommerce__comment-form-email input {
    margin-bottom: 20px;
  }
  .wcl-woocommerce__comment-form-rating {
    margin: 10px 0;
    row-gap: 10px;
  }
  .wcl-woocommerce__comment-form-comment textarea {
    margin-bottom: 20px;
  }
  .wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 10px 20px !important;
  }
  .is-large.wc-block-cart .wc-block-cart-items tbody td {
    padding: 10px 10px 70px 0;
  }
  .is-large.wc-block-cart .wc-block-cart-items tbody td .wc-block-cart-item__wrap > a {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .is-large.wc-block-cart .wc-block-cart-items tbody td .wc-block-cart-item__wrap .wc-block-cart-item__prices {
    margin-bottom: 0;
  }
  .is-large.wc-block-cart .wc-block-cart-items tbody td.wc-block-cart-item__product {
    padding-right: 0;
    width: 65%;
  }
  .is-large.wc-block-cart .wc-block-cart-items tbody td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    position: absolute;
    bottom: 31px;
    right: 0;
    font-size: 14px;
    width: 0%;
  }
  .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    width: auto;
  }
  .wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    min-width: none;
    width: 20px;
  }
  .wc-block-cart-item__quantity {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: calc(35% - 10px);
    margin-top: 0;
  }
  .wc-block-components-main.wc-block-checkout__main {
    padding: 0px 0px !important;
  }
  .wc-block-components-main.wc-block-checkout__main form fieldset {
    margin: 0 0 10px;
  }
  .wc-block-components-main.wc-block-checkout__main .wc-block-components-text-input,
  .wc-block-components-main.wc-block-checkout__main .wc-blocks-components-select {
    flex: 1 0 100% !important;
  }
  .wc-block-components-text-input.wc-block-components-address-form__password label {
    top: calc(50% - 5px) !important;
  }
  .wc-block-components-checkout-step__heading {
    margin: 15px 0 15px 0 !important;
    flex-direction: column;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  .wc-block-components-checkout-step__heading span.wc-block-components-checkout-step__heading-content {
    padding: 0 16px;
  }
  .wc-block-components-checkout-step__container .wc-block-components-checkout-step__description {
    letter-spacing: 1px;
  }
  .wc-block-checkout__actions_row > a {
    padding-left: 0;
  }
  .wc-block-checkout__actions_row > a > svg {
    display: none;
  }
  .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block {
    padding-top: 20px !important;
    margin: 0 0 20px;
  }
  .woocommerce-order {
    font-size: 14px;
  }
  .woocommerce-order p.woocommerce-notice {
    font-size: 20px;
    line-height: 25px;
  }
  .woocommerce-order ul.woocommerce-order-overview {
    padding: 10px 0;
  }
  .woocommerce-order ul.woocommerce-order-overview li {
    font-size: 12px;
  }
  .woocommerce-order section.woocommerce-order-downloads {
    padding: 10px 0;
  }
  .woocommerce-order section.woocommerce-order-downloads h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .woocommerce-order section.woocommerce-order-details {
    padding: 10px 0;
  }
  .woocommerce-order section.woocommerce-order-details h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .woocommerce-order section.woocommerce-order-details table {
    font-size: 14px;
  }
  .wcl-continue-browsing {
    margin-top: 0;
  }
  .wcl-continue-browsing a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .woocommerce form.woocommerce-form-login,
  .woocommerce form.woocommerce-form-register {
    margin: 1em 0 2em 0 !important;
  }
  .woocommerce form.woocommerce-form-login label,
  .woocommerce form.woocommerce-form-register label {
    line-height: 1.4 !important;
    font-size: 14px;
  }
  .woocommerce form.woocommerce-form-login div.woocommerce-privacy-policy-text p,
  .woocommerce form.woocommerce-form-register div.woocommerce-privacy-policy-text p {
    letter-spacing: 1px;
    line-height: 24px;
  }
  .woocommerce form.woocommerce-form-login .woocommerce-password-hint,
  .woocommerce form.woocommerce-form-register .woocommerce-password-hint {
    letter-spacing: 1px;
    line-height: 24px;
  }
  .woocommerce-MyAccount-content > p a {
    text-decoration: underline;
  }
  .woocommerce-MyAccount-content > p a::after {
    content: none;
  }
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content > table {
    margin: 1em 0 2em 0 !important;
  }
  .woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody tr td.woocommerce-table__product-name a,
  .woocommerce-MyAccount-content section.woocommerce-order-downloads address tbody tr td.woocommerce-table__product-name a,
  .woocommerce-MyAccount-content section.woocommerce-order-details table tbody tr td.woocommerce-table__product-name a,
  .woocommerce-MyAccount-content section.woocommerce-order-details address tbody tr td.woocommerce-table__product-name a,
  .woocommerce-MyAccount-content section.woocommerce-customer-details table tbody tr td.woocommerce-table__product-name a,
  .woocommerce-MyAccount-content section.woocommerce-customer-details address tbody tr td.woocommerce-table__product-name a {
    text-decoration: underline;
  }
  .woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody tr td.woocommerce-table__product-name a::after,
  .woocommerce-MyAccount-content section.woocommerce-order-downloads address tbody tr td.woocommerce-table__product-name a::after,
  .woocommerce-MyAccount-content section.woocommerce-order-details table tbody tr td.woocommerce-table__product-name a::after,
  .woocommerce-MyAccount-content section.woocommerce-order-details address tbody tr td.woocommerce-table__product-name a::after,
  .woocommerce-MyAccount-content section.woocommerce-customer-details table tbody tr td.woocommerce-table__product-name a::after,
  .woocommerce-MyAccount-content section.woocommerce-customer-details address tbody tr td.woocommerce-table__product-name a::after {
    content: none;
  }
  .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p {
    width: 100%;
    margin: 0 0 20px;
  }
  .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper label {
    line-height: 1.4 !important;
    font-size: 14px;
  }
  form.woocommerce-EditAccountForm > p {
    width: 100% !important;
    margin: 0 0 20px;
  }
  form.woocommerce-EditAccountForm label {
    line-height: 1.4 !important;
    font-size: 14px;
  }
  form.lost_reset_password label {
    line-height: 1.4 !important;
    font-size: 14px;
  }
  .wcl-post__items {
    gap: 20px 10px;
  }
  .wcl-post__item-title-mobile {
    font-size: 16px;
  }
  .wcl-single__body-content .wcl-container {
    padding-left: 0;
    padding-right: 0;
  }
  .wcl-single__nav {
    flex-direction: column;
  }
  .wcl-single__nav-prev, .wcl-single__nav-next {
    width: 100%;
  }
  .wcl-single__love-image a img {
    aspect-ratio: 4/5;
  }
}
@media (max-width: 575px) {
  .wcl-header .data-col {
    width: 20%;
  }
  .wcl-header .data-col:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 23.4375em) {
  .wcl-widget__title {
    font-size: 2rem;
  }
  .wcl-single__container {
    padding-bottom: 3.125rem;
  }
  .wcl-single__title {
    font-size: 2.25rem;
  }
  .wcl-category__title {
    font-size: 2.125rem;
  }
  .wcl-post__container {
    padding-bottom: 3.125rem;
  }
  .wcl-post-form__title {
    font-size: 1.625rem;
  }
  .wcl-single__container {
    padding-bottom: 3.125rem;
  }
  .wcl-single__title {
    font-size: 2.25rem;
  }
  .wcl-search__container {
    padding-top: 3.125rem;
  }
  .wcl-search__container {
    padding-bottom: 3.125rem;
  }
  .wcl-search__title {
    font-size: 1.75rem;
  }
  .wcl-search__result-title {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  a:not([class]):hover {
    color: #b9bab1;
  }
  a:not([class]):hover::after {
    width: 0;
  }
  .wcl-button--border:hover {
    color: #31362b;
    background-color: #dbc2af;
  }
  .wcl-widget__category a:hover {
    color: #b9bab1;
  }
  .wcl-single__meta-author:hover a {
    color: #31362b;
  }
  .wcl-single__meta-categories:hover {
    color: #b9bab1;
  }
  .wcl-single__related-button:hover {
    color: #b9bab1;
  }
  .wcl-single__nav-prev a:hover, .wcl-single__nav-next a:hover {
    color: #b9bab1;
  }
  .wcl-single__meta-bottom-wrapper a:hover {
    color: #b9bab1;
  }
  .wcl-single__share-item:hover svg path {
    fill: #b9bab1;
    stroke: #b9bab1;
  }
  .wcl-single__love-image:hover {
    opacity: 0.7;
  }
  .wcl-single__love-post-title a:hover {
    color: #b9bab1;
  }
  .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover svg path {
    fill: #ab6031;
  }
  .wcl-post__category:hover {
    color: #31362B;
  }
  .wcl-post__category:hover::after {
    left: 0;
    width: 100%;
  }
  .wcl-post__item:hover .wcl-post__item-image-wrapper::before {
    opacity: 0.25;
    visibility: visible;
  }
  .wcl-post__item:hover .wcl-post__item-title {
    visibility: visible;
    opacity: 1;
  }
  .wcl-post__item:hover .wcl-post__item-title-mobile {
    color: #b9bab1;
  }
  .wcl-single__meta-author:hover a {
    color: #31362b;
  }
  .wcl-single__meta-categories:hover {
    color: #b9bab1;
  }
  .wcl-single__related-button:hover {
    color: #b9bab1;
  }
  .wcl-single__nav-prev a:hover, .wcl-single__nav-next a:hover {
    color: #b9bab1;
  }
  .wcl-single__meta-bottom-wrapper a:hover {
    color: #b9bab1;
  }
  .wcl-single__share-item:hover svg path {
    fill: #b9bab1;
    stroke: #b9bab1;
  }
  .wcl-single__love-image:hover {
    opacity: 0.7;
  }
  .wcl-single__love-post-title a:hover {
    color: #b9bab1;
  }
  .wcl-search__result-author-link:hover, .wcl-search__result-edit:hover {
    color: #b9bab1;
  }
  .wcl-search__pagination .page-numbers:hover {
    color: #31362b;
    background-color: #dbc2af;
  }
}
@media (hover: hover) {
  .wcl-button--primary:hover {
    color: #31362b;
    background: #dbc2af;
  }
}
@media (hover: hover) and (pointer: fine) {
  .wcl-contact__form .cf7-wcl-submit:hover::after {
    width: 0;
  }
  .wcl-shop__header-nav-item:hover a::after {
    left: 0;
    width: 100%;
  }
  .wcl-single-product__tabs-description p a:hover {
    color: rgba(160, 107, 80, 0.5019607843);
  }
  .wcl-woocommerce__pagination ul li a:hover {
    color: #ceab93;
  }
  .form-submit:hover::after {
    width: 0;
  }
}
@media (hover: none) {
  .wcl-button--primary:active {
    color: #31362b;
    background: #dbc2af;
  }
}
