@charset "UTF-8";
/**
пятница 16-00 до --19-10
**/
/***** FONTS *****/
@font-face {
  font-family: "Montserrat-Bold";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/***** GENERAL ELEMENTS *****/
:root {
  --black: #000;
  --dark-green: #27271c;
  --green: #7a7053;
  --brown: #92411d;
  --dark-beige: #d2c0ae;
  --beige: #efd9c9;
  --main: #f3ebe3;
  --white: #fff;
  --grey: #c5c5c5;
  --grey-light: #f1f1f1;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (max-width: 1300px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 130%;
  color: var(--black);
  background-color: var(--white);
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
body.no-scroll {
  position: fixed;
}

main {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 33.125rem);
}

section {
  margin: 5.625rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem 1.25rem;
}
@media (max-width: 680px) {
  section {
    margin: 4.375rem 0;
    gap: 1.875rem 1rem;
  }
}
section .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9375rem;
}
@media (max-width: 992px) {
  section .head {
    gap: 0.8rem;
  }
}
@media (max-width: 680px) {
  section .head {
    gap: 0.714rem;
  }
}
section .head .text {
  max-width: 43.375rem;
}
section .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  section .buttons .button {
    width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 680px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 480px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.screen-reader-text {
  display: none !important;
}

.md-hidden {
  display: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

@media (min-width: 992px) {
  /* Работает в Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--color_1) transparent;
  }
  /* Работает в Chrome, Edge и Safari */
  *::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.1875rem;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #d4d7e7;
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--color_1);
    border-radius: 1.25rem;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #434356;
  }
}
input:-montserratnal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

a,
a:hover,
button:hover {
  transition: 0.4s;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

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

a:active,
a:hover,
a:focus {
  outline: 0;
  color: var(--brown);
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

a[role=button] {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: normal;
}

b,
strong {
  font-family: "Montserrat-Bold";
  font-weight: normal;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: none;
  font-weight: 600;
  color: red;
  margin-left: 0.3125rem;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media (min-width: 280px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 100%;
    width: 76.5rem;
  }
}
/*-----buttons----*/
.button {
  min-height: 2.875rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.6875rem 1.6875rem !important;
  border-radius: 0.5rem !important;
  border: 1px solid transparent;
  font-family: "Montserrat-Regular" !important;
  font-size: 1.0625rem !important;
  font-weight: normal !important;
  line-height: 1;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 992px) {
  .button {
    min-height: 2.857rem;
    font-size: 0.857rem;
    line-height: 1;
  }
}
@media (max-width: 680px) {
  .button {
    font-size: 0.9375rem !important;
    min-height: 2.6875rem;
  }
}
.button-global {
  color: var(--white) !important;
  background-color: var(--brown) !important;
}
.button-global:hover, .button-global:focus {
  color: var(--white) !important;
  background-color: #742300 !important;
}
.button-global:active {
  color: var(--white) !important;
  background-color: #742300 !important;
}
.button-global:disabled {
  color: var(--white);
  background-color: var(--grey);
}
.button-border {
  color: var(--brown);
  border-color: var(--brown);
  background-color: transparent;
}
.button-border:hover, .button-border:focus {
  color: var(--white);
  border-color: var(--brown);
  background-color: var(--brown);
}
.button-border:active {
  color: var(--brown);
  border-color: var(--brown);
  background-color: transparent;
}
.button-border:disabled {
  color: var(--grey);
  background-color: var(--grey);
}
.button-grey {
  color: var(--black);
  border-color: var(--grey);
  background-color: transparent;
}
.button-grey:hover, .button-grey:focus {
  color: var(--brown);
  border-color: var(--brown);
  background-color: transparent;
}
.button-grey:active {
  color: var(--brown);
  border-color: var(--brown);
  background-color: transparent;
}
.button-grey:disabled {
  color: var(--grey);
  background-color: var(--grey);
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  background: transparent;
  border: none;
  font-family: "Montserrat-Regular";
  font-size: 1.0625rem;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
}
.link:hover {
  text-decoration: none;
}
.link svg,
.link img {
  width: 1.5rem;
  height: auto;
}

/*-----title-----*/
.page-title {
  font-family: "Montserrat-Bold";
  font-size: 3.625rem;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .page-title {
    font-size: 3.25rem;
  }
}
@media (max-width: 540px) {
  .page-title {
    font-size: 1.875rem;
  }
}

.section-title {
  font-family: "Montserrat-Bold";
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 540px) {
  .section-title {
    font-size: 1.5rem;
  }
}

.entry-title {
  font-family: "Montserrat-SemiBold";
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 992px) {
  .entry-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 680px) {
  .entry-title {
    font-size: 1.285rem;
  }
}

.text-small {
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media (max-width: 680px) {
  .text-small {
    font-size: 0.857rem;
    line-height: 1.3;
  }
}

.text-link {
  font-family: "Montserrat-Bold";
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (max-width: 680px) {
  .text-link {
    font-size: 0.857rem;
    line-height: 1;
  }
}

/***** BLOCKS GLOBAL *****/
/*----header-----*/
header {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.4s;
  background-color: var(--white);
}
header.sticky {
  border-bottom: 1px solid var(--grey-light);
}
@media (min-width: 992px) {
  header.sticky {
    top: 0;
    transition: 0.4s;
  }
}
.header {
  min-height: 4.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .header .nav {
    display: none;
  }
}

.logo {
  width: 10.625rem;
}
@media (max-width: 992px) {
  .logo {
    width: 9.375rem;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 6.875rem;
  }
}
.logo img,
.logo svg {
  width: 100%;
  height: auto;
}

.site-bar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .site-bar .phone {
    display: none;
  }
}
.site-bar .toggle-search {
  width: 1.5rem;
  aspect-ratio: 1/1;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  cursor: pointer;
}
.site-bar .toggle-search:hover {
  color: var(--brown);
}
.site-bar .toggle-search svg {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.site-bar .view-cart {
  width: 1.875rem;
  aspect-ratio: 1/1;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .site-bar .view-cart {
    display: none;
  }
}
.site-bar .view-cart:hover {
  color: var(--brown);
}
.site-bar .view-cart svg {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.site-bar .view-cart .num {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: var(--brown);
  color: var(--white);
  font-size: 0.6875rem;
  line-height: 1;
  position: absolute;
  right: -0.25rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-bar .toggle {
  display: none;
}
@media (max-width: 992px) {
  .site-bar .toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
  }
}
.site-bar .toggle span {
  display: block;
  width: 1.5rem;
  height: 1px;
  background: var(--dark-green);
}
.site-bar .toggle.active span:nth-child(2) {
  display: none;
}
.site-bar .toggle.active span:nth-child(1),
.site-bar .toggle.active span:nth-child(3) {
  content: "";
  position: absolute;
  transition: 0.6s;
  top: 0.75rem;
  background: var(--grey);
}
.site-bar .toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.site-bar .toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.search-box {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0.625rem 0 1.25rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--grey-light);
  margin-top: -2px;
  display: none;
}
.search-box.active {
  display: block;
}
.search-box .dgwt-wcas-search-wrapp {
  max-width: 100% !important;
  width: 100%;
}
.search-box .dgwt-wcas-search-submit {
  display: none !important;
}
.search-box .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 0.625rem 1.5rem;
  line-height: 1.2;
  font-size: 1.0625rem;
  border: 1px solid var(--grey-light);
  border-radius: 0.5rem;
  height: auto;
  min-height: 2.875rem;
}
.search-box .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  border-color: var(--brown) !important;
}
.search-box .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 0 !important;
}

.mobile-cart {
  display: none;
}
@media (max-width: 992px) {
  .mobile-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.25rem;
    background-color: var(--brown);
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
  }
}
.mobile-cart svg,
.mobile-cart img {
  width: 100%;
  height: auto;
}
.mobile-cart .num {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: var(--white);
  color: var(--brown);
  font-size: 0.6875rem;
  line-height: 1;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------navigation-------------*/
.nav {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .nav {
    display: block;
    height: calc(100% - 4rem);
    overflow-y: auto;
    margin-bottom: 2.5rem;
  }
}
.nav .head-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
  height: 100%;
}
@media (max-width: 992px) {
  .nav .head-menu {
    display: block;
  }
}
.nav .head-menu li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 4.5rem;
  position: relative;
}
@media (max-width: 992px) {
  .nav .head-menu li {
    justify-content: flex-start;
    min-height: 1px;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 992px) {
  .nav .head-menu li.menu-item-has-children:after {
    content: "";
    min-width: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    border-bottom: 1px solid var(--black);
    border-right: 1px solid var(--black);
    transform: rotate(45deg);
    margin-top: -2px;
  }
  .nav .head-menu li.menu-item-has-children:hover:after {
    transform: rotate(-135deg);
    margin-top: 2px;
  }
}
.nav .head-menu li .togg {
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .head-menu li .togg:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
  margin-top: -2px;
}
.nav .head-menu li .togg .active {
  transform: rotate(-135deg);
  margin-top: 2px;
}
.nav .head-menu li a {
  font-family: "Montserrat-Regular";
}
@media (max-width: 992px) {
  .nav .head-menu li a {
    font-size: 1.1rem;
  }
}
.nav .head-menu li a:hover {
  color: var(--brown);
}
.nav .head-menu li .sub-menu {
  width: 20rem;
  max-height: 30rem;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 1rem 1.5rem;
  background-color: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: 0.5rem;
  transition: 0.6s;
  display: none;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0.5rem 0 0;
    gap: 0.75rem;
    background-color: transparent;
    display: none;
    border: none;
    max-height: 100vh;
  }
  .nav .head-menu li .sub-menu.active {
    display: block;
  }
}
.nav .head-menu li .sub-menu li {
  min-width: calc(33.33% - 3rem);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 1px;
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--grey-light);
  z-index: 10;
}
.nav .head-menu li .sub-menu li:last-child {
  border: none;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li {
    width: 100%;
    border: none;
    padding: 0.35rem 0 0.35rem 1rem;
    margin: 0;
  }
  .nav .head-menu li .sub-menu li:before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    display: block;
    background-color: var(--white);
    position: absolute;
    top: 0.2rem;
    left: 0;
  }
}
.nav .head-menu li .sub-menu li a {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li a {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .nav .head-menu li:hover:after {
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  .nav .head-menu li:hover .sub-menu {
    display: block;
  }
}

.nav-mobile {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 9997;
  color: var(--black);
  background-color: var(--white);
  padding: 6rem 1.25rem 1.25rem;
  display: none;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .nav-mobile {
    display: block;
  }
}
.nav-mobile.active {
  left: 0;
  transition: 0.4s;
}
.nav-mobile .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.nav-mobile .bottom a {
  color: var(--brown);
}

.nav-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 4rem;
}
@media (max-width: 992px) {
  .nav-category ul {
    gap: 1.5rem 3.125rem;
  }
}
@media (max-width: 680px) {
  .nav-category ul {
    gap: 1.25rem 1.5rem;
  }
}
.nav-category ul li a {
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .nav-category ul li a {
    font-size: 1.0625rem;
  }
}
.nav-category ul li.current-menu-item a {
  color: var(--brown);
}

.nav-info {
  background-color: #fbfbfb;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
@media (max-width: 680px) {
  .nav-info {
    padding: 1.25rem;
  }
}
.nav-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.nav-info ul li {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--grey-light);
}
@media (max-width: 680px) {
  .nav-info ul li {
    padding: 1rem;
  }
}
.nav-info ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.nav-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.nav-info ul li a {
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (max-width: 680px) {
  .nav-info ul li a {
    font-size: 1.25rem;
  }
}
.nav-info ul li.current-menu-item a {
  color: var(--brown);
}

/*-----breadcrumbs-----*/
.breadcrumbs {
  margin-left: -1rem;
}
@media (max-width: 991px) {
  .breadcrumbs {
    overflow-x: auto;
    padding-bottom: 0.25rem;
    margin-left: -0.5rem;
  }
}
.breadcrumbs nav {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumbs nav {
    flex-wrap: nowrap;
    width: auto !important;
  }
  .breadcrumbs nav span,
.breadcrumbs nav a {
    flex-wrap: nowrap;
    width: auto !important;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 992px) and (max-width: 680px) {
  .breadcrumbs nav span,
.breadcrumbs nav a {
    font-size: 0.9375rem;
  }
}
.breadcrumbs span {
  display: inline-flex;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumbs span {
    margin: 0;
  }
}
.breadcrumbs span span:after {
  content: "";
  width: 3px;
  height: 1rem;
  background-color: var(--grey-light);
  display: flex;
}
.breadcrumbs span span.breadcrumb_last {
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .breadcrumbs span span.breadcrumb_last {
    display: none;
  }
}
.breadcrumbs span span.breadcrumb_last:after {
  display: none;
}
.breadcrumbs a {
  display: inline-flex;
  align-items: center;
  margin: 0 1rem;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumbs a {
    margin: 0 0.5rem;
  }
}
.breadcrumbs a:hover {
  color: var(--brown);
  text-decoration: none;
}

/*-----pagination-----*/
.woocommerce-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 1.25rem 0 0;
}
.woocommerce-pagination .page-numbers {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}
.woocommerce-pagination .page-numbers li .page-numbers {
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  color: var(--brown);
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.875rem;
}
.woocommerce-pagination .page-numbers li .page-numbers:hover {
  color: var(--black);
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: var(--brown);
  color: var(--white);
}
.woocommerce-pagination .page-numbers li .page-numbers.dots {
  width: 1.4286rem;
  border: none;
  background-color: transparent;
}
.woocommerce-pagination .page-numbers li .page-numbers.prev, .woocommerce-pagination .page-numbers li .page-numbers.next {
  background-color: transparent;
  width: auto;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 680px) {
  .woocommerce-pagination .page-numbers li .page-numbers.prev, .woocommerce-pagination .page-numbers li .page-numbers.next {
    font-size: 0;
  }
}
.woocommerce-pagination .page-numbers li .page-numbers.prev:before {
  content: "";
  border-top: 1px solid var(--brown);
  border-left: 1px solid var(--brown);
  /*margin: 0.625rem;*/
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(-45deg);
}
.woocommerce-pagination .page-numbers li .page-numbers.prev:hover:before {
  border-color: var(--black);
}
.woocommerce-pagination .page-numbers li .page-numbers.next:after {
  content: "";
  border-top: 1px solid var(--brown);
  border-left: 1px solid var(--brown);
  /*margin: 0.625rem;*/
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(135deg);
}
.woocommerce-pagination .page-numbers li .page-numbers.next:hover:after {
  border-color: var(--black);
}

.filter {
  background-color: #fbfbfb;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
}
@media (max-width: 680px) {
  .filter {
    padding: 0 1.25rem;
  }
}
.filter .berocket_single_filter_widget {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--grey-light);
}
@media (max-width: 680px) {
  .filter .berocket_single_filter_widget {
    padding: 1rem 0;
  }
}
.filter .bapf_sfilter {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.filter .bapf_sfilter.bapf_ckbox input[type=checkbox] {
  margin-right: 0;
  cursor: pointer;
}
.filter .bapf_head h3 {
  font-family: "Montserrat-Bold";
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .filter .bapf_head h3 {
    font-size: 1.25rem;
  }
}
.filter .bapf_body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.filter .bapf_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 14.5rem;
  overflow-y: auto;
}
.filter .bapf_body ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  order: 2;
}
.filter .bapf_body ul li.checked {
  order: 1;
}
.filter .bapf_body ul li.checked.bapf_hide {
  display: flex !important;
}
.filter .bapf_body ul li input {
  appearance: none;
  -webkit-appearance: none; /* для поддержки в Safari */
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--black);
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 4px 0 0;
  /* Смена цвета границы при наведении */
  /* Стили для чекбокса при фокусе */
  /* Отключенный чекбокс */
}
.filter .bapf_body ul li input:active {
  filter: brightness(90%);
}
.filter .bapf_body ul li input:hover:not(:disabled) {
  border-color: var(--brown);
}
.filter .bapf_body ul li input:hover:not(:disabled) ~ label {
  color: var(--brown);
}
.filter .bapf_body ul li input:focus {
  border-color: var(--brown);
  outline: none;
}
.filter .bapf_body ul li input:checked {
  background-color: var(--brown);
  border-color: var(--brown);
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50% 50%;
}
.filter .bapf_body ul li input:checked ~ label {
  color: var(--brown);
}
.filter .bapf_body ul li input:disabled {
  filter: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.filter .bapf_body ul li input:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}
.filter .bapf_body .bapf_show_hide {
  font-size: 0.875rem;
  color: var(--brown);
}
.filter .bapf_body .bapf_show_hide:hover {
  color: var(--black);
}

.forma {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.25rem;
}
.forma .form-row-wide {
  width: 100%;
}
.forma .form-row-first,
.forma .form-row-last {
  width: calc(50% - 0.125rem);
}
@media (max-width: 540px) {
  .forma .form-row-first,
.forma .form-row-last {
    width: 100%;
  }
}
.forma input {
  width: 100%;
  background: transparent;
  border: 1px solid var(--grey);
  height: 2.5rem;
  padding: 0.5rem 1rem;
  color: var(--black);
  border-radius: 0.5rem;
}
.forma input:focus {
  border-color: var(--brown);
}
.forma input.wpcf7-not-valid {
  border-color: #dc3232;
}
.forma textarea {
  width: 100%;
  height: 5.3125rem;
  background: transparent;
  border: 1px solid var(--grey);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: var(--black);
}
.forma textarea:focus {
  border-color: var(--brown);
}
.forma textarea.wpcf7-not-valid {
  border-color: #dc3232;
}
.forma input::-webkit-input-placeholder {
  color: var(--grey);
}
.forma input::-moz-placeholder {
  color: var(--grey);
}
.forma input:-moz-placeholder {
  color: var(--grey);
}
.forma input:-ms-input-placeholder {
  color: var(--grey);
}
.forma input:focus::-webkit-input-placeholder {
  color: transparent;
}
.forma input:focus::-moz-placeholder {
  color: transparent;
}
.forma input:focus:-moz-placeholder {
  color: transparent;
}
.forma input:focus:-ms-input-placeholder {
  color: transparent;
}
.forma .form-checkbox {
  display: inline-flex;
}
.forma .form-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.forma .form-checkbox span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  gap: 1.25rem;
  line-height: 1;
  cursor: poMontserrat;
}
.forma .form-checkbox span:before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.forma .form-checkbox input:checked + span:before {
  background-color: rgb(221, 30, 59);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  color: #fff;
}
.forma .form-checkbox input:disabled + span {
  cursor: default;
  opacity: 0.5;
}
.forma .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 8rem;
  padding: 0 1.5rem;
}
.forma .intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -0.125rem;
  right: 0.375rem;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #555;
}
.forma .country-list {
  color: #232636;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 1rem 1.5rem;
}
.wpcf7-radio .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.wpcf7-radio .wpcf7-list-item label span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  color: var(--black);
}
.wpcf7-radio .wpcf7-list-item label span:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--black);
  border-radius: 100%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 68% 68%;
}
.wpcf7-radio .wpcf7-list-item label input:checked + span::before {
  border-color: var(--brown);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2392411D'/%3e%3c/svg%3e");
}

.wpcf7-acceptance {
  display: flex;
  margin: 1rem 0;
  gap: 1rem 1.5rem;
}
.wpcf7-acceptance .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item label span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  color: #fff;
  font-size: 1.25rem;
}
.wpcf7-acceptance .wpcf7-list-item label span:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25rem;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}
.wpcf7-acceptance .wpcf7-list-item label input:checked + span::before {
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.75em;
  font-weight: normal;
  display: none;
}

.wpcf7-response-output {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--black);
  line-height: 1;
  height: 2.5rem;
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: static;
  top: 1px;
  right: 1px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  min-width: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -2px;
  transform: rotate(45deg);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--light-grey);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 15rem;
  overflow-y: auto;
}

.select2-dropdown {
  min-width: 15rem;
  border: 1px solid var(--grey-light);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0.5rem;
  padding: 0 1.6875rem;
  margin-left: -1.6875rem;
  z-index: 1051;
}

.select2-results__option {
  padding: 0.625rem 0;
  user-select: none;
  -webkit-user-select: none;
  color: var(--black);
  border-bottom: 1px solid var(--grey-light);
}
.select2-results__option:last-child {
  border: none;
}
.select2-results__option:hover {
  color: var(--brown);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: var(--brown);
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: var(--brown);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: var(--brown);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.atributes {
  margin: 0.625rem 0;
  padding: 0;
  list-style: none;
}
.atributes li {
  padding: 0.3125rem 0;
  border-bottom: 1px solid var(--light-grey-tranparent-40);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.atributes li span:first-child {
  color: var(--grey-transparent-90);
  opacity: 0.5;
}
.atributes li:first-child {
  border-top: 1px solid var(--light-grey-tranparent-40);
}

/*------ modal ------*/
.state {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0.625rem);
}

.state-box {
  width: 31.25rem;
  min-height: 16.25rem;
  padding: 3.75rem;
  max-width: 90%;
  max-height: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 34.375rem;
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
  overflow-y: auto;
  background: var(--white);
}
.state-box .close {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
@media (max-width: 30rem) {
  .state-box .close {
    top: 1.5rem;
    right: 1rem;
  }
}
.state-box .close:before, .state-box .close:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: #6d6d6d;
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.state-box .close:before {
  transform: rotate(45deg);
}
.state-box .close:after {
  transform: rotate(-45deg);
}
.state-box .close:hover:before, .state-box .close:hover:after {
  background-color: var(--orange);
}
.state-box hr {
  margin: 1.5rem 0;
  border-color: var(--grey-light);
}
.state-box .modal-title {
  font-family: "Montserrat-SemiBold";
  font-size: 1.5rem;
  text-transform: uppercase;
}
.state-box .forma {
  gap: 1.25rem;
}
.state-box .forma .label {
  margin-bottom: 0.625rem;
}
.state-box .forma .select2-selection--single {
  width: 100%;
  background: transparent;
  border: 1px solid var(--grey);
  height: 2.5rem;
  padding: 0.5rem 1rem;
  color: var(--black);
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.state-box .button {
  width: 100%;
}

.to-state {
  cursor: poMontserrat;
}

.carousel {
  position: relative;
}
.carousel .swiper-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .carousel .swiper {
    overflow: visible;
  }
}
.carousel .swiper-button-prev,
.carousel .swiper-button-next {
  position: static;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: transparent;
  padding: 0;
  color: var(--white);
  transition: 0.3s;
  cursor: pointer;
}
.carousel .swiper-button-prev:after,
.carousel .swiper-button-next:after {
  display: none;
}
.carousel .swiper-button-prev:hover,
.carousel .swiper-button-next:hover {
  color: var(--brown);
  transition: 0.3s;
}
.carousel .swiper-button-prev svg,
.carousel .swiper-button-next svg {
  width: 1rem;
  height: auto;
}
.carousel .swiper-button-prev {
  transform: rotate(-90deg);
}
.carousel .swiper-button-next {
  transform: rotate(90deg);
}

/*------ accordion ------*/
.accordion .accordion-box {
  border-top: 1px solid #c5c5c5;
  cursor: pointer;
}
.accordion .accordion-box .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 0;
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (max-width: 680px) {
  .accordion .accordion-box .top {
    font-size: 1.25rem;
  }
}
.accordion .accordion-box .top .ttg {
  min-width: 0.75rem;
  width: 0.75rem;
  transform: rotate(180deg);
}
.accordion .accordion-box .top .ttg svg {
  width: 100%;
  height: auto;
}
.accordion .accordion-box .accordion-body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.accordion .accordion-box .accordion-body .block {
  padding-bottom: 1.25rem;
}
@media (max-width: 680px) {
  .accordion .accordion-box .accordion-body .block {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .accordion .accordion-box:hover .top {
    color: var(--brown);
  }
}
.accordion .accordion-box.active .top {
  color: var(--brown);
}
.accordion .accordion-box.active .top .ttg {
  transform: rotate(0deg);
}

footer {
  position: relative;
  background-color: var(--dark-green);
  color: var(--white);
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 480px) {
  footer {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    gap: 1.875rem;
  }
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .footer-bottom {
    flex-wrap: wrap;
    gap: 2.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .footer-bottom {
    align-items: flex-start;
    gap: 1.875rem 1rem;
  }
}

.widget {
  width: 11.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .widget {
    order: 3;
    width: calc(23% - 1rem);
  }
}
@media (max-width: 767px) {
  .widget {
    width: calc(50% - 1rem);
  }
}
.widget .widget-title {
  font-family: "Montserrat-Bold";
}
@media (max-width: 680px) {
  .widget .widget-title {
    font-size: 0.9375rem;
  }
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.widget ul li a {
  font-family: "Montserrat-Light";
  font-size: 0.9375rem;
  line-height: 1.3;
}
@media (max-width: 680px) {
  .widget ul li a {
    font-size: 0.8125rem;
  }
}

.contacts {
  width: 16.5625rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-family: "Montserrat-Light";
  font-size: 0.9375rem;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .contacts {
    order: 2;
    width: calc(27% - 1rem);
  }
}
@media (max-width: 767px) {
  .contacts {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 680px) {
  .contacts {
    font-size: 0.8125rem;
  }
}
.contacts p {
  margin: 0;
}
.contacts address {
  font-style: normal;
}

.copy {
  width: 17.1875rem;
  font-family: "Montserrat-Light";
  font-size: 0.9375rem;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .copy {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 680px) {
  .copy {
    font-size: 0.8125rem;
  }
}
.copy p {
  margin: 0;
}

.social {
  display: flex;
  gap: 2.8125rem;
}
@media (max-width: 992px) {
  .social {
    gap: 1.5rem;
  }
}
.social a {
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .social a {
    width: 1.5rem;
  }
}
.social a svg,
.social a img {
  width: 100%;
  height: auto;
}
.social a:hover {
  background: var(--light-grey);
}

.toggle-top {
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  background: var(--brown);
  color: var(--main);
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggle-top {
    display: none;
  }
}
.toggle-top:hover {
  background: var(--green);
  color: var(--white);
}
.toggle-top svg {
  width: 0.75rem;
  height: auto;
}

.post {
  width: calc(25% - 1.125rem);
  background-color: var(--grey-light);
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .post {
    width: calc(50% - 0.625rem);
  }
}
@media (max-width: 680px) {
  .post {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}
.post .image {
  border-radius: 0.5rem;
  overflow: hidden;
}
.post .image img {
  width: 100%;
  aspect-ratio: 272/200;
  object-fit: cover;
}
@media (max-width: 992px) {
  .post .image img {
    aspect-ratio: 334/200;
  }
}
@media (max-width: 680px) {
  .post .image img {
    aspect-ratio: 320/200;
  }
}
.post .caption {
  min-height: calc(100% - 12.5rem);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.625rem;
  color: var(--black);
  align-self: stretch;
  flex-grow: 1;
}
@media (max-width: 680px) {
  .post .caption {
    min-height: 1px;
    gap: 0.75rem;
  }
}
.post .caption .title {
  font-family: "Montserrat-Bold";
}
.post .caption .text {
  font-family: "Montserrat-Light";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.post .caption .date {
  margin-top: auto;
  font-family: "Montserrat-Light";
  font-size: 0.875rem;
  color: var(--grey);
}

.product-item {
  width: calc(33.33% - 0.875rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 1rem;
  position: relative;
  /* Checkmark */
}
@media (max-width: 680px) {
  .product-item {
    width: calc(50% - 0.5rem);
  }
}
.product-item .image {
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--main);
}
.product-item .image img {
  width: 100%;
  aspect-ratio: 275/260;
  object-fit: cover;
}
.product-item .image .term {
  position: absolute;
  left: 1.25rem;
  top: 1rem;
  color: var(--brown);
  font-size: 0.8125rem;
  z-index: 10;
}
@media (max-width: 680px) {
  .product-item .image .term {
    top: 0.625rem;
    left: 0.625rem;
  }
}
.product-item .image .onsale {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  color: var(--brown);
  z-index: 10;
  display: none;
}
.product-item .caption {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.625rem;
  align-self: stretch;
  flex-grow: 1;
}
@media (max-width: 680px) {
  .product-item .caption {
    padding: 0;
  }
}
.product-item .atr {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  display: none;
}
@media (max-width: 680px) {
  .product-item .atr {
    gap: 0.35rem;
  }
}
.product-item .atr li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 0.9375rem;
}
@media (max-width: 680px) {
  .product-item .atr li {
    font-size: 0.75rem;
  }
}
.product-item .atr li span {
  font-family: "Montserrat-Medium";
  width: 7.5rem;
  min-width: 7.5rem;
}
@media (max-width: 680px) {
  .product-item .atr li span {
    width: 5.5rem;
    min-width: 5.5rem;
  }
}
.product-item .buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
@media (max-width: 680px) {
  .product-item .buttons {
    width: 100%;
    flex-wrap: wrap;
  }
}
.product-item .add_to_cart_button {
  width: 1.875rem;
  height: 1.875rem;
  min-height: 1px;
  padding: 0 !important;
  border-radius: 0.25rem !important;
  background-color: var(--dark-green);
  background-image: url(../img/icons/add-cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .product-item .add_to_cart_button {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (max-width: 680px) {
  .product-item .add_to_cart_button {
    width: 100%;
    height: 1.875rem;
    margin-top: 0.625rem;
    background-image: none;
  }
}
.product-item .add_to_cart_button:hover {
  background-color: var(--brown);
}
.product-item .add_to_cart_button.added {
  background-color: var(--brown);
  background-image: url(../img/icons/added-cart.svg);
}
@media (max-width: 680px) {
  .product-item .add_to_cart_button.added {
    background-image: none;
  }
}
.product-item .add_to_cart_button span.bbt {
  display: none;
}
@media (max-width: 680px) {
  .product-item .add_to_cart_button span.bbt {
    display: block;
    color: var(--white);
  }
}
.product-item .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.product-item .price ins,
.product-item .price bdi {
  color: var(--black);
  font-family: "Montserrat-SemiBold";
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  order: 2;
}
@media (max-width: 992px) {
  .product-item .price ins,
.product-item .price bdi {
    font-size: 0.9375rem;
  }
}
.product-item .price del,
.product-item .price del bdi {
  color: var(--grey);
  font-family: "Montserrat-SemiBold";
  font-size: 0.9375rem;
  line-height: 1.3;
  text-decoration: line-through;
  order: 3;
}
@media (max-width: 992px) {
  .product-item .price del,
.product-item .price del bdi {
    font-size: 0.9375rem;
  }
}
.product-item .screen-reader-text {
  display: none;
}
@media (max-width: 680px) {
  .product-item .title {
    font-size: 0.8125rem;
  }
}
.product-item .added_to_cart {
  display: none;
}
.product-item .xt_icon-spinner, .product-item .xt_icon-checkmark, .product-item .xt_atc-button-spinner-ready {
  display: none !important;
}
.product-item .xt_icon-spinner:before {
  content: "" !important;
}
.product-item .xt_icon-checkmark:before {
  content: "" !important;
}
.product-item .xt_icon-checkmark2:before {
  content: "" !important;
}

.products.products-list {
  gap: 0;
}
.products.products-list .product-item {
  width: 100%;
  flex-direction: row;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--grey-light);
}
.products.products-list .product-item:first-child {
  padding-top: 0;
}
.products.products-list .product-item:last-child {
  padding-bottom: 0;
  border: none;
}
.products.products-list .product-item .image {
  width: calc(40% - 0.625rem);
  position: relative;
}
.products.products-list .product-item .image img {
  width: 100%;
  aspect-ratio: 275/200;
  object-fit: cover;
}
@media (max-width: 680px) {
  .products.products-list .product-item .image img {
    height: 100%;
  }
}
.products.products-list .product-item .caption {
  width: 60%;
  gap: 1rem;
  padding: 0;
}
@media (max-width: 680px) {
  .products.products-list .product-item .caption {
    gap: 0.5rem;
  }
}
.products.products-list .product-item .add_to_cart_button {
  width: 1.875rem;
  height: 1.875rem;
  min-height: 1px;
  padding: 0 !important;
  border-radius: 0.25rem !important;
  background-color: var(--dark-green);
  background-image: url(../img/icons/add-cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.products.products-list .product-item .add_to_cart_button:hover {
  background-color: var(--brown);
}
.products.products-list .product-item .add_to_cart_button.added {
  background-color: var(--brown);
  background-image: url(../img/icons/added-cart.svg);
}
@media (max-width: 992px) {
  .products.products-list .product-item .add_to_cart_button {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.products.products-list .product-item .add_to_cart_button span.bbt {
  display: none;
}
.products.products-list .product-item .atr {
  display: flex;
}
.products.products-list .product-item .atr p {
  margin: 0;
}

.products-relative .product-item {
  width: calc(25% - 1rem);
}
@media (max-width: 992px) {
  .products-relative .product-item {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 680px) {
  .products-relative .product-item {
    width: calc(50% - 0.5rem);
  }
}

.review-item {
  display: flex;
  background-color: #fbfbfb;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 680px) {
  .review-item {
    flex-direction: column;
  }
}
.review-item .image {
  width: 9.375rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 680px) {
  .review-item .image {
    width: 100%;
  }
}
.review-item .image img {
  width: 100%;
  aspect-ratio: 150/180;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 680px) {
  .review-item .image img {
    aspect-ratio: 320/200;
  }
}
.review-item .caption {
  width: calc(100% - 9.375rem);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.625rem;
}
@media (max-width: 680px) {
  .review-item .caption {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.review-item .caption .bottom {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: auto;
  font-family: "Montserrat-Light";
  font-size: 0.875rem;
  color: var(--grey);
}
@media (max-width: 680px) {
  .review-item .caption .bottom {
    font-size: 0.75rem;
  }
}
.review-item .title {
  font-family: "Montserrat-Bold";
}
.review-item .rating {
  display: flex;
  gap: 0.5rem;
}
.review-item .rating svg,
.review-item .rating img {
  width: 0.875rem;
  height: auto;
}
.review-item .text {
  font-family: "Montserrat-Light";
  max-width: 43.75rem;
}
.review-item .text p:first-child {
  margin-top: 0;
}
.review-item .text p:last-child {
  margin-bottom: 0;
}

article h1,
article h2,
article h3,
article h4,
article h5 {
  margin: 2.5rem 0 1rem;
  width: 100%;
  font-family: "Montserrat-Bold";
}
article h1:first-child,
article h2:first-child,
article h3:first-child,
article h4:first-child,
article h5:first-child {
  margin-top: 0;
}
article h1:last-child,
article h2:last-child,
article h3:last-child,
article h4:last-child,
article h5:last-child {
  margin-bottom: 0;
}
article h1 {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (max-width: 992px) {
  article h1 {
    font-size: 1.75rem;
  }
}
article h2 {
  font-size: 2rem;
  line-height: 1.4;
}
article h3 {
  font-size: 1.5rem;
}
article h4 {
  font-size: 1.25rem;
}
article p {
  margin: 1.2em 0;
  width: 100%;
}
article p:first-child {
  margin-top: 0;
}
article p:last-child {
  margin-bottom: 0;
}
article b,
article strong {
  font-family: "Montserrat-SemiBold";
}
article a {
  color: inherit;
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}
article ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  width: 100%;
}
article ul li {
  padding-left: 1.5rem;
  margin: 1.25rem 0;
  position: relative;
}
article ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: var(--brown);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
article ol {
  list-style: decimal;
  padding: 0 2rem;
  margin: 1.5rem 0;
  width: 100%;
}
article ol li {
  margin: 0.5rem 0;
  display: list-item;
}
article blockquote {
  width: 100%;
  margin: 1.5em 0;
  padding: 1.875rem 4.375rem;
  background: #fff;
  position: relative;
  border-left: 0.25rem solid var(--brown);
}
@media (max-width: 640px) {
  article blockquote {
    padding: 1.5rem 1rem;
  }
}
article blockquote p {
  font-style: italic;
  margin: 0;
}
article blockquote cite {
  text-align: right;
  font-size: 1rem;
  color: var(--grey);
}
article .wp-block-image {
  margin: 1.5em 0;
}
article .wp-block-table {
  margin: 1.5em 0;
  padding: 1.875rem 2.8125rem;
  background: #fff;
  border-radius: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
@media (max-width: 640px) {
  article .wp-block-table {
    padding: 1.5rem 1.5rem 3rem;
  }
}
article .wp-block-table .wp-element-caption {
  order: 1;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
article .wp-block-table table {
  order: 2;
}
@media (max-width: 992px) {
  article .wp-block-table {
    overflow-x: auto;
    padding-bottom: 0.9375rem;
    display: flex;
    justify-content: flex-start;
  }
  article .wp-block-table table {
    min-width: 45rem;
    width: 45rem;
  }
  article .wp-block-table table th,
article .wp-block-table table td {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

table {
  width: 100%;
}
table th {
  font-weight: normal;
  text-align: left;
  padding: 0.9375rem 0;
  color: #7a798a;
  font-weight: normal;
  border-top: 1px solid rgba(206, 206, 211, 0.24);
}
@media (max-width: 480px) {
  table th {
    padding: 1rem;
    font-size: 1rem;
  }
}
table td {
  border-top: 1px solid rgba(206, 206, 211, 0.24);
  padding: 0.9375rem 0;
}
@media (max-width: 480px) {
  table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
table td.woocommerce-product-attributes-item__label {
  width: 18.75rem;
}
@media (max-width: 480px) {
  table td.woocommerce-product-attributes-item__label {
    width: 10rem;
  }
}
table td p {
  margin: 0;
}

/***** Sections *****/
.section-intro {
  margin-top: 4.5rem;
}
.section-intro .intro-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 31.25rem;
  aspect-ratio: 1440/500;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 680px) {
  .section-intro .intro-carousel .swiper-slide {
    min-height: 35.75rem;
    align-items: flex-start;
  }
}
.section-intro .intro-carousel .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 33.588%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.section-intro .intro-carousel .swiper-slide .container {
  position: relative;
  z-index: 10;
}
.section-intro .intro-carousel .swiper-slide .box {
  max-width: 43.375rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  color: var(--white);
  padding: 7rem;
}
@media (max-width: 680px) {
  .section-intro .intro-carousel .swiper-slide .box {
    padding: 3rem 0;
  }
}
@media (max-width: 680px) {
  .section-intro .intro-carousel .swiper-slide .box .text {
    font-size: 0.9375rem;
  }
}
.section-intro .intro-carousel .swiper-slide .box .button {
  margin-top: 0.5rem;
}

.brands {
  display: flex;
  flex-wrap: nowrap;
  width: 150%;
  margin-left: -25%;
}
@media (max-width: 680px) {
  .brands {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    justify-content: center;
    gap: 1rem;
  }
}
.brands.marquee .js-marquee-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
}
@media (max-width: 680px) {
  .brands.marquee .js-marquee-wrapper {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}
.brands.marquee .js-marquee {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4rem;
}
@media (max-width: 680px) {
  .brands.marquee .js-marquee {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}
.brands.marquee a {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
}
.brands.marquee a img {
  width: auto;
  height: 5rem;
}
@media (max-width: 992px) {
  .brands.marquee a img {
    height: 4rem;
  }
}
@media (max-width: 680px) {
  .brands.marquee a img {
    height: 2.5rem;
  }
}

.directions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.directions .item {
  width: calc(50% - 0.625rem);
  border-radius: 0.5rem;
  background-color: var(--beige);
  overflow: hidden;
  position: relative;
}
@media (max-width: 540px) {
  .directions .item {
    width: 100%;
  }
}
.directions .item img {
  width: 100%;
  aspect-ratio: 500/300;
  object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 992px) {
  .directions .item img {
    aspect-ratio: 334/250;
  }
}
@media (max-width: 540px) {
  .directions .item img {
    aspect-ratio: 320/100;
  }
}
.directions .item .link {
  position: absolute;
  z-index: 10;
  right: 1.875rem;
  bottom: 1.875rem;
}
@media (max-width: 992px) {
  .directions .item .link {
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
@media (max-width: 540px) {
  .directions .item .link {
    right: 1rem;
    bottom: 1rem;
  }
}
.directions .item:hover img {
  transform: scale(1.1);
  transition: 0.6s;
}

.section-banners {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.section-banners img {
  width: 50%;
  display: flex;
  aspect-ratio: 720/400;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section-banners img {
    aspect-ratio: 384/300;
  }
}
@media (max-width: 680px) {
  .section-banners img {
    aspect-ratio: 360/200;
    width: 100%;
  }
  .section-banners img:last-child {
    display: none;
  }
}

.tags-box {
  display: flex;
  flex-wrap: nowrap;
  width: 150%;
  margin-left: -25%;
}
@media (max-width: 680px) {
  .tags-box {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    justify-content: center;
    gap: 1.5rem;
  }
}
.tags-box.marquee .js-marquee-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
}
@media (max-width: 680px) {
  .tags-box.marquee .js-marquee-wrapper {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }
}
.tags-box.marquee .js-marquee {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4rem;
}
@media (max-width: 992px) {
  .tags-box.marquee .js-marquee {
    gap: 3.125rem;
  }
}
@media (max-width: 680px) {
  .tags-box.marquee .js-marquee {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }
}
.tags-box.marquee a {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .tags-box.marquee a {
    font-size: 1.0625rem;
  }
}

.collections-home {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 680px) {
  .collections-home {
    flex-direction: column;
  }
}
.collections-home .item {
  width: calc(25% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .collections-home .item {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 680px) {
  .collections-home .item {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .collections-home .item .title {
    font-size: 0.9375rem;
  }
}
.collections-home .item .image {
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--beige);
}
.collections-home .item .image img {
  width: 100%;
  aspect-ratio: 275/300;
  object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 992px) {
  .collections-home .item .image img {
    aspect-ratio: 216/250;
  }
}
@media (max-width: 680px) {
  .collections-home .item .image img {
    aspect-ratio: 320/160;
  }
}
.collections-home .item:first-child {
  width: calc(50% - 0.625rem);
}
@media (max-width: 992px) {
  .collections-home .item:first-child {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 680px) {
  .collections-home .item:first-child {
    width: 100%;
  }
}
.collections-home .item:first-child .image img {
  width: 100%;
  aspect-ratio: 570/300;
  object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 992px) {
  .collections-home .item:first-child .image img {
    aspect-ratio: 216/250;
  }
}
@media (max-width: 680px) {
  .collections-home .item:first-child .image img {
    aspect-ratio: 320/160;
  }
}
.collections-home .item:hover .image img {
  transform: scale(1.1);
  transition: 0.6s;
}

.section-blog .blog-grid {
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .section-blog .blog-grid .post {
    width: calc(50% - 0.625rem);
    display: flex;
    gap: 0.75rem;
  }
  .section-blog .blog-grid .post .image {
    width: 11.25rem;
    height: 100%;
  }
  .section-blog .blog-grid .post .image img {
    aspect-ratio: 180/210;
    object-fit: cover;
    min-height: 100%;
  }
  .section-blog .blog-grid .post .caption {
    width: calc(100% - 12rem);
  }
  .section-blog .blog-grid .post .caption .text {
    -webkit-line-clamp: 4;
  }
  .section-blog .blog-grid .post .caption .text p {
    margin: 0;
  }
}

.help {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .help .button {
    width: calc(50% - 0.625rem);
  }
}
@media (max-width: 680px) {
  .help .button {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .help .button:nth-child(1) {
    width: 100%;
  }
}
.help .button:nth-child(2) {
  display: none !important;
}
@media (max-width: 680px) {
  .help .button:nth-child(2) {
    display: flex !important;
  }
}
.help .button svg {
  width: 1.5rem;
  height: auto;
}

/***** Pages *****/
section.section-head-page {
  position: relative;
  margin-top: 7rem;
  margin-bottom: 2.5rem;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  section.section-head-page {
    margin-top: 6rem;
  }
}
@media (max-width: 992px) {
  section.section-head-page {
    margin-top: 6rem;
    margin-bottom: 1.875rem;
    gap: 1rem;
  }
}

.section-seo .entry-text {
  overflow: hidden;
}

.category-head {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.category-head .category-count {
  font-family: "Montserrat-SemiBold";
  color: var(--grey);
  font-size: 1.0625rem;
  line-height: 1.6;
  position: relative;
  bottom: 0.2rem;
}

.section-catalog-page {
  margin-top: 2.5rem;
}
@media (max-width: 680px) {
  .section-catalog-page {
    margin-top: 1.875rem;
  }
}
.section-catalog-page .woocommerce-notices-wrapper,
.section-catalog-page .woocommerce-result-count {
  display: none;
}

.category-row {
  display: flex;
  gap: 1.25rem;
  position: relative;
}
.category-row .sidebar {
  width: 17.1875rem;
}
@media (max-width: 992px) {
  .category-row .sidebar {
    position: absolute;
    top: 3.75rem;
    left: -100%;
    z-index: 999;
    transition: 0.4s;
    width: 17.1875rem;
    -webkit-box-shadow: 4px 4px 20px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 4px 4px 20px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 20px -2px rgba(0, 0, 0, 0.25);
  }
  .category-row .sidebar.active {
    left: 0;
    transition: 0.4s;
  }
}
.category-row .category-content {
  width: calc(100% - 18.4375rem);
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .category-row .category-content {
    width: 100%;
  }
}

.products {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 1.25rem;
}
@media (max-width: 680px) {
  .products {
    gap: 1.875rem 1rem;
  }
}

.category-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .category-sort .select2-container,
.category-sort .ui-widget.ui-datepicker {
    z-index: 10 !important;
  }
}
@media (max-width: 992px) {
  .category-sort .woocommerce-ordering {
    margin-right: auto;
  }
}
.category-sort .toggle-filter {
  display: none;
}
@media (max-width: 992px) {
  .category-sort .toggle-filter {
    display: block;
    border: none;
    background-color: transparent;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../img/icons/filter.svg);
    background-size: contain;
  }
  .category-sort .toggle-filter.active {
    background-image: url(../img/icons/filter-on.svg);
  }
}

.product-views {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}
.product-views button {
  padding: 0;
  border: none;
  background: transparent;
  color: var(--grey);
  cursor: pointer;
}
.product-views button:hover {
  color: var(--black);
}
.product-views button.active {
  color: var(--black);
}

section.product-detail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 992px) {
  section.product-detail {
    gap: 1.25rem;
  }
}
section.product-detail .image {
  width: 30.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 992px) {
  section.product-detail .image {
    width: 17.1875rem;
  }
}
@media (max-width: 680px) {
  section.product-detail .image {
    width: 100%;
  }
}
section.product-detail .image .onsale {
  display: none;
}
section.product-detail .image .attachment {
  width: 35rem;
  aspect-ratio: 486/594;
  object-fit: cover;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
section.product-detail .image .thumb-slider {
  padding: 0 1.875rem;
  position: relative;
}
section.product-detail .image .thumb-slider .swiper {
  overflow: hidden !important;
}
section.product-detail .image .thumb-slider .swiper-slide {
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
section.product-detail .image .thumb-slider .swiper-button-prev,
section.product-detail .image .thumb-slider .swiper-button-next {
  position: absolute;
  color: var(--black);
  top: 60%;
}
section.product-detail .image .thumb-slider .swiper-button-prev {
  left: 0;
}
section.product-detail .image .thumb-slider .swiper-button-next {
  right: 0;
}
section.product-detail .image .product-slider {
  width: 100%;
  position: relative;
}
section.product-detail .image .product-slider .swiper {
  overflow: hidden !important;
}
section.product-detail .image .product-slider .swiper-button-prev,
section.product-detail .image .product-slider .swiper-button-next {
  color: var(--black);
  display: flex;
  position: absolute;
  color: var(--black);
  top: 50%;
}
section.product-detail .image .product-slider .swiper-slide a {
  aspect-ratio: 486/594;
  object-fit: cover;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 480px) {
  section.product-detail .image .product-slider .swiper-slide a {
    height: 20rem;
  }
}
section.product-detail .block {
  width: calc(100% - 31.875rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  section.product-detail .block {
    width: calc(100% - 19rem);
    gap: 1rem;
  }
}
@media (max-width: 680px) {
  section.product-detail .block {
    width: 100%;
  }
}
section.product-detail .block .screen-reader-text {
  display: none;
}
section.product-detail .block .brand-ico img {
  width: auto;
  height: 5rem;
}
@media (max-width: 992px) {
  section.product-detail .block .brand-ico img {
    height: 3.125rem;
  }
}
@media (max-width: 680px) {
  section.product-detail .block .brand-ico img {
    display: none;
  }
}
section.product-detail .block .brand-name {
  color: #92411D;
  text-decoration: underline;
  font-family: "Montserrat-Medium";
}
section.product-detail .block .brand-name:hover {
  text-decoration: none;
}
@media (max-width: 680px) {
  section.product-detail .block .entry-title {
    display: none;
  }
}
section.product-detail .block .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
section.product-detail .block .price ins,
section.product-detail .block .price bdi {
  color: var(--brown);
  font-family: "Montserrat-SemiBold";
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  order: 2;
}
section.product-detail .block .price del,
section.product-detail .block .price del bdi {
  color: var(--grey);
  font-family: "Montserrat-SemiBold";
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: line-through;
  order: 3;
}
section.product-detail .block .attributes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
section.product-detail .block .attributes li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 0.9375rem;
}
section.product-detail .block .attributes li span {
  font-family: "Montserrat-Medium";
  width: 50%;
  min-width: 50%;
}
section.product-detail .block .attributes li p {
  margin: 0;
}
section.product-detail .block .description {
  font-family: "Montserrat-Light";
}
@media (max-width: 992px) {
  section.product-detail .block .description {
    display: none;
  }
}
section.product-detail .block .description p:first-child {
  margin-top: 0;
}
section.product-detail .block .description p:last-child {
  margin-bottom: 0;
}
section.product-detail .block .cart {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
}
@media (max-width: 992px) {
  section.product-detail .block .cart {
    flex-wrap: wrap;
  }
  section.product-detail .block .cart .button {
    flex-grow: 1;
  }
}
section.product-detail .block .cart .wc-forward {
  display: none !important;
}
section.product-detail .block .cart .quantity-box {
  width: 5rem;
  display: flex;
  align-items: center;
}
section.product-detail .block .cart .quantity-box .qty {
  border: none;
  width: 3rem;
  text-align: center;
}
section.product-detail .block .cart .quantity-box .minus,
section.product-detail .block .cart .quantity-box .plus {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--black);
  font-size: 0;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  border: none;
  cursor: pointer;
}
section.product-detail .block .cart .quantity-box .minus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5 12H19.5H5.5Z' fill='black'/%3e%3cpath d='M5.5 12H19.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
section.product-detail .block .cart .quantity-box .minus:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5 12H19.5H5.5Z' fill='%2392411d'/%3e%3cpath d='M5.5 12H19.5' stroke='%2392411d' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
section.product-detail .block .cart .quantity-box .plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5 12H19.5M12.5 5V19' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
section.product-detail .block .cart .quantity-box .plus:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5 12H19.5M12.5 5V19' stroke='%2392411d' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
section.product-detail .title-mobil {
  display: none;
}
@media (max-width: 680px) {
  section.product-detail .title-mobil {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
section.product-detail .title-mobil .brand-ico img {
  width: auto;
  height: 2.6875rem;
}
section.product-detail .title-mobil .brand-name {
  color: #92411D;
  text-decoration: underline;
  font-family: "Montserrat-Medium";
}
section.product-detail .title-mobil .brand-name:hover {
  text-decoration: none;
}
section.product-detail .description-mobil {
  display: none;
}
@media (max-width: 680px) {
  section.product-detail .description-mobil {
    display: block;
    font-family: "Montserrat-Light";
    width: 100%;
  }
  section.product-detail .description-mobil p:first-child {
    margin-top: 0;
  }
  section.product-detail .description-mobil p:last-child {
    margin-bottom: 0;
  }
}

section.section-blog-grid {
  margin-top: 2.5rem;
}
@media (max-width: 680px) {
  section.section-blog-grid {
    margin-top: 1.875rem;
  }
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .blog-grid {
    gap: 1.25rem;
  }
}

section.section-post {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  section.section-post {
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  section.section-post {
    margin-top: 1.875rem;
    gap: 1.875rem;
  }
}
section.section-post .image {
  width: 29.5rem;
}
@media (max-width: 992px) {
  section.section-post .image {
    width: 100%;
  }
}
section.section-post .image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  section.section-post .image img {
    aspect-ratio: 688/400;
    object-fit: cover;
    object-position: center top;
  }
}
@media (max-width: 480px) {
  section.section-post .image img {
    aspect-ratio: 320/300;
  }
}
section.section-post .post-text {
  width: calc(100% - 32rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  section.section-post .post-text {
    width: 100%;
    gap: 0.625rem;
  }
}
@media (max-width: 680px) {
  section.section-post .post-text {
    font-size: 0.9375rem;
  }
}
section.section-post .post-text .date {
  margin-top: auto;
  font-family: "Montserrat-Light";
  font-size: 0.875rem;
  color: var(--grey);
}
@media (max-width: 680px) {
  section.section-post .post-text .date {
    font-size: 0.75rem;
  }
}

.page-template-template-checkout {
  overflow: hidden;
}

.section-checkout {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 992px) {
  .section-checkout {
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  .section-checkout {
    margin-top: 1.875rem;
  }
}
.section-checkout .woocommerce:first-child {
  width: calc(100% - 24.5625rem);
}
@media (max-width: 992px) {
  .section-checkout .woocommerce:first-child {
    width: 100%;
  }
}
.section-checkout .woocommerce:last-child {
  width: 23.3125rem;
  background-color: #fbfbfb;
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .section-checkout .woocommerce:last-child {
    width: 100%;
  }
}
.section-checkout .woocommerce .woocommerce-message {
  display: none !important;
}

.woocommerce-order-received .section-checkout {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.woocommerce-order-received .section-checkout .woocommerce:first-child {
  display: none;
}
.woocommerce-order-received .section-checkout .woocommerce:last-child {
  width: 100%;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  padding: 0;
}

.wc-empty-cart-message .woocommerce-info {
  border: none;
  padding: 0;
  background: transparent;
}
.wc-empty-cart-message .woocommerce-info:before {
  display: none;
}

.woocommerce-cart-form .shop_table {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart-form .cart_item {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--grey-light);
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item {
    gap: 0.75rem;
    padding: 1rem 0;
  }
}
.woocommerce-cart-form .cart_item:first-child {
  padding-top: 0;
}
.woocommerce-cart-form .cart_item:last-child {
  border: none;
}
.woocommerce-cart-form .cart_item .product-thumbnail {
  width: 11.25rem;
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-thumbnail {
    width: 6.875rem;
  }
}
.woocommerce-cart-form .cart_item .product-thumbnail img {
  width: 100%;
  aspect-ratio: 177/140;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-thumbnail img {
    aspect-ratio: 110/150;
  }
}
.woocommerce-cart-form .cart_item .product-caption {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
  position: relative;
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-caption {
    width: 100%;
    justify-content: space-between;
    gap: 0.75rem;
  }
}
.woocommerce-cart-form .cart_item .product-name {
  width: 100%;
}
@media (max-width: 992px) {
  .woocommerce-cart-form .cart_item .product-name {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-name {
    font-size: 0.8125rem;
  }
}
.woocommerce-cart-form .cart_item .product-atr {
  width: 15.625rem;
  margin-right: auto;
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-atr {
    width: 100%;
  }
}
.woocommerce-cart-form .cart_item .product-atr .atr {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-atr .atr {
    gap: 0.35rem;
  }
}
.woocommerce-cart-form .cart_item .product-atr .atr li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 0.9375rem;
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-atr .atr li {
    font-size: 0.75rem;
  }
}
.woocommerce-cart-form .cart_item .product-atr .atr li p {
  margin: 0;
}
.woocommerce-cart-form .cart_item .product-atr .atr li span {
  font-family: "Montserrat-Medium";
  width: 5.5rem;
  min-width: 5.5rem;
}
.woocommerce-cart-form .cart_item .product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.woocommerce-cart-form .cart_item .product-price ins,
.woocommerce-cart-form .cart_item .product-price bdi {
  color: var(--black);
  font-family: "Montserrat-SemiBold";
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  order: 2;
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-price ins,
.woocommerce-cart-form .cart_item .product-price bdi {
    font-size: 0.9375rem;
  }
}
.woocommerce-cart-form .cart_item .product-price del,
.woocommerce-cart-form .cart_item .product-price del bdi {
  color: var(--grey);
  font-family: "Montserrat-SemiBold";
  font-size: 0.9375rem;
  line-height: 1.3;
  text-decoration: line-through;
  order: 3;
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-price del,
.woocommerce-cart-form .cart_item .product-price del bdi {
    font-size: 0.75rem;
  }
}
.woocommerce-cart-form .cart_item .product-remove {
  width: 1.5rem;
}
@media (max-width: 992px) {
  .woocommerce-cart-form .cart_item .product-remove {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-remove {
    width: 1.25rem;
  }
}
.woocommerce-cart-form .cart_item .product-remove a.remove {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  line-height: 1;
  border-radius: 0;
  color: #c5c5c5 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
@media (max-width: 680px) {
  .woocommerce-cart-form .cart_item .product-remove a.remove {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.woocommerce-cart-form .cart_item .product-remove a.remove:hover {
  background: transparent !important;
  color: var(--wc-red) !important;
}
.woocommerce-cart-form .cart_item .product-quantity .quantity {
  display: flex;
  align-items: center;
}
.woocommerce-cart-form .cart_item .product-quantity .quantity .wac-qty-button {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--black);
  font-size: 0;
  background-size: cover;
  background-position: 50% 50%;
  border: none;
}
.woocommerce-cart-form .cart_item .product-quantity .quantity .wac-qty-button.wac-btn-sub {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5 12H19.5H5.5Z' fill='black'/%3e%3cpath d='M5.5 12H19.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.woocommerce-cart-form .cart_item .product-quantity .quantity .wac-qty-button.wac-btn-sub:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5 12H19.5H5.5Z' fill='%2392411d'/%3e%3cpath d='M5.5 12H19.5' stroke='%2392411d' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.woocommerce-cart-form .cart_item .product-quantity .quantity .wac-qty-button.wac-btn-inc {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5 12H19.5M12.5 5V19' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.woocommerce-cart-form .cart_item .product-quantity .quantity .wac-qty-button.wac-btn-inc:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5 12H19.5M12.5 5V19' stroke='%2392411d' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.woocommerce-cart-form .cart_item .product-quantity .quantity .qty {
  border: none;
}
.woocommerce-cart-form .actions {
  display: none;
}

form.woocommerce-checkout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.order_review_heading,
.woocommerce-billing-fields h3 {
  display: none;
}

.woocommerce-checkout-review-order-table {
  border: none !important;
}
.woocommerce-checkout-review-order-table th {
  font-family: "Montserrat-Regular";
  font-weight: normal !important;
  border: none !important;
  padding: 0.5rem 0 !important;
  color: #c5c5c5 !important;
  font-size: 0.9375rem;
}
@media (max-width: 680px) {
  .woocommerce-checkout-review-order-table th {
    font-size: 0.9375rem;
  }
}
.woocommerce-checkout-review-order-table td {
  border: none !important;
  padding: 0.5rem 0 !important;
}
@media (max-width: 680px) {
  .woocommerce-checkout-review-order-table td {
    font-size: 0.9375rem;
  }
}
.woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce-checkout-review-order-table tfoot {
  margin-top: 1rem;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
  padding: 1.5rem 0 !important;
  border-top: 1px solid var(--grey-light) !important;
  border-bottom: 1px solid var(--grey-light) !important;
}
.woocommerce-checkout-review-order-table .cart_item,
.woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}

.woocommerce-checkout-payment {
  display: none;
}

.checkout-title {
  font-family: "Montserrat-SemiBold";
  font-size: 1.5rem;
  text-transform: uppercase;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 680px) {
  .woocommerce-billing-fields__field-wrapper {
    font-size: 0.9375rem;
  }
}
.woocommerce-billing-fields__field-wrapper p.form-row {
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-billing-fields__field-wrapper p.form-row .input-text {
  border-radius: 0.5rem;
  background: transparent;
  min-height: 2.875rem;
}
.woocommerce-billing-fields__field-wrapper p.form-row .input-text:focus {
  border-color: var(--brown);
}
.woocommerce-billing-fields__field-wrapper .optional {
  display: none;
}
.woocommerce-billing-fields__field-wrapper .thwcfd-field-radio .woocommerce-input-wrapper .input-radio {
  appearance: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.woocommerce-billing-fields__field-wrapper .thwcfd-field-radio .woocommerce-input-wrapper .input-radio ~ label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.woocommerce-billing-fields__field-wrapper .thwcfd-field-radio .woocommerce-input-wrapper .input-radio ~ label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--black);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85% 85%;
  background-image: none;
  cursor: pointer;
}
.woocommerce-billing-fields__field-wrapper .thwcfd-field-radio .woocommerce-input-wrapper .input-radio ~ label:hover {
  color: var(--brown);
  cursor: pointer;
}
.woocommerce-billing-fields__field-wrapper .thwcfd-field-radio .woocommerce-input-wrapper .input-radio ~ label:hover::before {
  border-color: var(--brown);
}
.woocommerce-billing-fields__field-wrapper .thwcfd-field-radio .woocommerce-input-wrapper #billing_call_phone:checked ~ label[for=billing_call_phone]::before {
  border-color: var(--brown);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2392411D'/%3e%3c/svg%3e");
}
.woocommerce-billing-fields__field-wrapper .thwcfd-field-radio .woocommerce-input-wrapper #billing_call_whatsapp:checked ~ label[for=billing_call_whatsapp]::before {
  border-color: var(--brown);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2392411D'/%3e%3c/svg%3e");
}
.woocommerce-billing-fields__field-wrapper .wpcf7-not-valid-tip {
  display: block;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--black);
}

@media (max-width: 680px) {
  .woocommerce-thankyou-order-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .woocommerce-thankyou-order-details li {
    border: none !important;
  }
}

.section-intro-brand {
  width: 100%;
  margin: 2.5rem 0;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  background-color: #f5e2cb;
  background-size: auto 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .section-intro-brand {
    background-image: none !important;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 680px) {
  .section-intro-brand {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.section-intro-brand .page-title {
  text-transform: uppercase;
  margin: 0;
}
.section-intro-brand .block {
  max-width: 29.375rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
}
.section-intro-brand .image {
  display: none;
}
@media (max-width: 992px) {
  .section-intro-brand .image {
    display: block;
    margin: 1.25rem -1.75rem -3.125rem;
  }
}
@media (max-width: 992px) {
  .section-intro-brand .image {
    display: block;
    margin: 1.25rem -1.75rem -1.25rem;
  }
}
.section-intro-brand .image img {
  width: 100%;
}
.section-intro-brand .brand-ico {
  background: #f5e2cb;
}
.section-intro-brand .brand-ico img {
  display: block;
  mix-blend-mode: multiply;
  width: auto;
  height: 5rem;
}
@media (max-width: 680px) {
  .section-intro-brand .brand-ico img {
    width: auto;
    height: 2.6875rem;
  }
}
.section-intro-brand .short {
  line-height: 1.1;
}

.section-brand-about {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.section-brand-about .brand-shorts {
  max-width: 53.125rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.1;
}
@media (max-width: 680px) {
  .section-brand-about .brand-shorts {
    font-size: 0.9375rem;
  }
}
.section-brand-about .brand-blocks-img {
  width: 100%;
}
.section-brand-about .brand-blocks-img img {
  width: 100%;
  aspect-ratio: 1160/500;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section-brand-about .brand-blocks-img img {
    aspect-ratio: 688/450;
  }
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks-img img {
    aspect-ratio: 320/400;
  }
}
.section-brand-about .brand-blocks {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks {
    gap: 1.25;
  }
}
.section-brand-about .brand-blocks .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks .item {
    flex-direction: column;
  }
}
.section-brand-about .brand-blocks .item .image {
  width: 50%;
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks .item .image {
    order: 1;
    width: 100%;
  }
}
.section-brand-about .brand-blocks .item .image img {
  width: 100%;
  aspect-ratio: 580/400;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section-brand-about .brand-blocks .item .image img {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks .item .image img {
    aspect-ratio: 320/200;
  }
}
.section-brand-about .brand-blocks .item .block {
  width: calc(50% - 1.5rem);
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .section-brand-about .brand-blocks .item .block {
    padding: 1.25rem 0;
  }
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks .item .block {
    padding: 0.75rem 0;
    gap: 0.75rem;
    order: 2;
    width: 100%;
  }
}
.section-brand-about .brand-blocks .item .block .section-title {
  text-transform: none;
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks .item .block .text {
    font-size: 0.9375rem;
  }
}
.section-brand-about .brand-blocks .item .block .text p {
  margin: 0;
  line-height: 1.1;
}
.section-brand-about .brand-blocks .item:nth-child(odd) .image {
  order: 2;
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks .item:nth-child(odd) .image {
    order: 1;
  }
}
.section-brand-about .brand-blocks-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 0;
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks-2 {
    gap: 1.25rem;
  }
}
.section-brand-about .brand-blocks-2 .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .section-brand-about .brand-blocks-2 .item {
    width: 100%;
  }
}
.section-brand-about .brand-blocks-2 .item .image img {
  width: 100%;
  aspect-ratio: 386/250;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section-brand-about .brand-blocks-2 .item .image img {
    aspect-ratio: 688/250;
  }
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks-2 .item .image img {
    aspect-ratio: 320/200;
  }
}
.section-brand-about .brand-blocks-2 .item .block {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .section-brand-about .brand-blocks-2 .item .block {
    padding: 1.25rem 0;
  }
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks-2 .item .block {
    padding: 0.75rem 0;
    gap: 0.75rem;
  }
}
.section-brand-about .brand-blocks-2 .item .block .section-title {
  text-transform: none;
}
@media (max-width: 680px) {
  .section-brand-about .brand-blocks-2 .item .block .text {
    font-size: 0.9375rem;
  }
}
.section-brand-about .brand-blocks-2 .item .block .text p {
  margin: 0;
  line-height: 1.1;
}

.section-intro-about {
  width: 100%;
  margin: 2.5rem 0 3.125rem;
  padding: 4.6875rem 1.875rem;
  background-color: var(--main);
  background-size: auto 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .section-intro-about {
    padding: 2.875rem 2.5rem;
  }
}
@media (max-width: 680px) {
  .section-intro-about {
    padding: 1.875rem 1.25rem;
  }
}
.section-intro-about .page-title {
  text-transform: none;
}
.section-intro-about .block {
  max-width: 29.375rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
}
.section-intro-about .about-ico img {
  display: block;
  mix-blend-mode: multiply;
}
@media (max-width: 680px) {
  .section-intro-about .about-ico img {
    width: 7.5rem;
  }
}
.section-intro-about .short {
  color: #574630;
  line-height: 1.1;
}

.section-about-about {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin-top: 3.125rem;
}
@media (max-width: 680px) {
  .section-about-about {
    font-size: 0.9375rem;
  }
}
.section-about-about .about-shorts {
  max-width: 53.125rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.1;
}
.section-about-about .about-shorts:first-child {
  margin: 0;
  text-align: left;
}
.section-about-about .about-blocks-img {
  width: 100%;
}
.section-about-about .about-blocks-img img {
  width: 100%;
  aspect-ratio: 1160/500;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section-about-about .about-blocks-img img {
    aspect-ratio: 688/450;
  }
}
@media (max-width: 680px) {
  .section-about-about .about-blocks-img img {
    aspect-ratio: 320/400;
  }
}
.section-about-about .about-blocks {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  .section-about-about .about-blocks {
    gap: 1.25rem;
  }
}
.section-about-about .about-blocks .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .section-about-about .about-blocks .item {
    flex-direction: column;
  }
}
.section-about-about .about-blocks .item .image {
  width: 50%;
}
@media (max-width: 680px) {
  .section-about-about .about-blocks .item .image {
    order: 1;
    width: 100%;
  }
}
.section-about-about .about-blocks .item .image img {
  width: 100%;
  aspect-ratio: 580/400;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section-about-about .about-blocks .item .image img {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 680px) {
  .section-about-about .about-blocks .item .image img {
    aspect-ratio: 320/200;
  }
}
.section-about-about .about-blocks .item .block {
  width: calc(50% - 1.5rem);
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .section-about-about .about-blocks .item .block {
    padding: 1.25rem 0;
  }
}
@media (max-width: 680px) {
  .section-about-about .about-blocks .item .block {
    padding: 0.75rem 0;
    gap: 0.75rem;
    order: 2;
    width: 100%;
  }
}
.section-about-about .about-blocks .item .block .section-title {
  text-transform: none;
}
@media (max-width: 680px) {
  .section-about-about .about-blocks .item .block .text {
    font-size: 0.9375rem;
  }
}
.section-about-about .about-blocks .item .block .text p {
  margin: 0;
  line-height: 1.1;
}
.section-about-about .about-blocks .item:nth-child(odd) .image {
  order: 2;
}
@media (max-width: 680px) {
  .section-about-about .about-blocks .item:nth-child(odd) .image {
    order: 1;
  }
}
.section-about-about .about-blocks-2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  .section-about-about .about-blocks-2 {
    gap: 1.25;
  }
}
.section-about-about .about-blocks-2 .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .section-about-about .about-blocks-2 .item {
    width: 100%;
  }
}
.section-about-about .about-blocks-2 .item .image img {
  width: 100%;
  aspect-ratio: 386/250;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section-about-about .about-blocks-2 .item .image img {
    aspect-ratio: 688/250;
  }
}
@media (max-width: 680px) {
  .section-about-about .about-blocks-2 .item .image img {
    aspect-ratio: 320/200;
  }
}
.section-about-about .about-blocks-2 .item .block {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .section-about-about .about-blocks-2 .item .block {
    padding: 1.25rem 0;
  }
}
@media (max-width: 680px) {
  .section-about-about .about-blocks-2 .item .block {
    padding: 0.75rem 0;
    gap: 0.75rem;
  }
}
.section-about-about .about-blocks-2 .item .block .section-title {
  text-transform: none;
}
@media (max-width: 680px) {
  .section-about-about .about-blocks-2 .item .block .text {
    font-size: 0.9375rem;
  }
}
.section-about-about .about-blocks-2 .item .block .text p {
  margin: 0;
  line-height: 1.1;
}

.section-collections {
  width: 100%;
  margin-top: 2.5rem;
}
@media (max-width: 680px) {
  .section-collections {
    margin-top: 1.875rem;
  }
}
.section-collections .collection {
  position: relative;
}
.section-collections .intro-container {
  position: relative;
  z-index: 10;
}
.section-collections .box {
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  color: var(--white);
  padding: 7rem;
}
@media (max-width: 680px) {
  .section-collections .box {
    padding: 2.5rem 0;
    min-height: 31.25rem;
  }
}
.section-collections .box .button {
  margin-top: 0.5rem;
}
.section-collections .box .text {
  max-width: 29.375rem;
}
@media (max-width: 680px) {
  .section-collections .box .text {
    font-size: 0.9375rem;
  }
}
.section-collections .intro-collections {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
}
.section-collections .intro-collections .swiper {
  width: 100%;
}
.section-collections .intro-collections .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.section-collections .intro-collections .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 33.588%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.section-collections .intro-collections .swiper-button-prev {
  margin-left: -4rem;
}
.section-collections .intro-collections .swiper-button-next {
  margin-right: -4rem;
}
.section-collections .collection-products {
  margin: 0 auto;
}

.section-contacts {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 680px) {
  .section-contacts {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
  }
}
.section-contacts .contact-row {
  width: calc(50% - 0.625rem);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .section-contacts .contact-row {
    width: 100%;
    order: 2;
  }
}
.section-contacts .contact-row .block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-contacts .contact-row .block .item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
}
.section-contacts .contact-row .block .item a.phone,
.section-contacts .contact-row .block .item a.mail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.section-contacts .contact-row .block .item a.phone img,
.section-contacts .contact-row .block .item a.phone svg,
.section-contacts .contact-row .block .item a.mail img,
.section-contacts .contact-row .block .item a.mail svg {
  min-width: 1.5rem;
  width: 1.5rem;
  height: auto;
}
@media (max-width: 680px) {
  .section-contacts .contact-row .block .item a.phone img,
.section-contacts .contact-row .block .item a.phone svg,
.section-contacts .contact-row .block .item a.mail img,
.section-contacts .contact-row .block .item a.mail svg {
    min-width: 1.25rem;
    width: 1.25rem;
    height: auto;
  }
}
.section-contacts .contact-row .block .item .social {
  width: 100%;
  display: flex;
  gap: 1.25rem;
}
.section-contacts .contact-row .block .item .social a {
  width: 1.5rem;
  color: var(--black);
}
@media (max-width: 680px) {
  .section-contacts .contact-row .block .item .social a {
    min-width: 1.25rem;
    width: 1.25rem;
    height: auto;
  }
}
.section-contacts .contact-row .block .item .social a:hover {
  color: var(--brown);
}
.section-contacts .map {
  width: calc(50% - 0.625rem);
  background-color: var(--beige);
  aspect-ratio: 570/625;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-contacts .map {
    width: 100%;
    order: 1;
    aspect-ratio: 688/350;
  }
}
@media (max-width: 680px) {
  .section-contacts .map {
    width: calc(100% + 3rem);
    max-width: 150%;
    order: 1;
    aspect-ratio: 360/250;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.form-block .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.form-block .forma {
  margin-top: 1.25rem;
  gap: 1rem;
}
.form-block .forma .form-row-first {
  width: calc(50% - 0.5rem);
}
@media (max-width: 992px) {
  .form-block .forma .form-row-first {
    width: 100%;
  }
}
.form-block .forma .label {
  margin-bottom: 0.5rem;
}
.form-block .forma .button {
  width: 100%;
}

[class*=ymaps][class*=-ground-pane] {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

section.post-error {
  margin-top: 10.625rem;
  display: flex;
  align-items: center;
}
section.post-error .block {
  max-width: 37rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.error404 .content {
  padding: 1px 0;
}

.section-page-info {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 680px) {
  .section-page-info {
    margin-top: 1.875rem;
  }
}
.section-page-info .info-sidebar {
  width: 17.1875rem;
}
@media (max-width: 992px) {
  .section-page-info .info-sidebar {
    width: 100%;
  }
}
.section-page-info article.info-article {
  width: calc(100% - 18.4375rem);
}
@media (max-width: 992px) {
  .section-page-info article.info-article {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .section-page-info article.info-article {
    font-size: 0.9375rem;
  }
}
.section-page-info article.info-article h2,
.section-page-info article.info-article h3 {
  font-family: "Montserrat-Regular";
  margin: 1.25rem 0;
  padding-top: 1.25rem;
}
.section-page-info article.info-article h2 strong,
.section-page-info article.info-article h3 strong {
  font-family: "Montserrat-Regular";
}
.section-page-info article.info-article h2 {
  border-top: 1px solid #c5c5c5;
  font-size: 1.5rem;
}
@media (max-width: 680px) {
  .section-page-info article.info-article h2 {
    font-size: 1.25rem;
  }
}
.section-page-info article.info-article h2:first-child {
  border: none;
}

.section-reviews {
  margin-top: 2.5rem;
}
@media (max-width: 680px) {
  .section-reviews {
    margin-top: 1.875rem;
  }
}

.page-template-template-reviews .section-head-page .row {
  align-items: center;
  justify-content: space-between;
}
.page-template-template-reviews .section-head-page .reviews-ordering {
  position: relative;
}
.page-template-template-reviews .section-head-page .reviews-ordering .select2-dropdown {
  left: -8rem;
}
@media (max-width: 680px) {
  .page-template-template-reviews .section-head-page .reviews-ordering .select2-dropdown {
    min-width: 9.375rem;
    left: -2rem;
  }
}

.reviews-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.reviews-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.reviews-form .title {
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .reviews-form .title {
    font-size: 1.25rem;
  }
}
.reviews-form .forma {
  gap: 1.25rem;
}
.reviews-form .forma .label {
  margin-bottom: 0.625rem;
}
.reviews-form .forma .form-row-first,
.reviews-form .forma .form-row-last {
  width: calc(50% - 0.625rem);
}
@media (max-width: 540px) {
  .reviews-form .forma .form-row-first,
.reviews-form .forma .form-row-last {
    width: 100%;
  }
}
.reviews-form .forma .wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.reviews-form .forma .wpcf7-radio .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.reviews-form .forma .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.reviews-form .forma .wpcf7-radio .wpcf7-list-item label span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 0;
  cursor: pointer;
}
.reviews-form .forma .wpcf7-radio .wpcf7-list-item label span:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: none;
  background-image: url(../img/icons/star-off.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.reviews-form .forma .wpcf7-radio .wpcf7-list-item label span.active:before {
  background-image: url(../img/icons/star-on.svg);
}
.reviews-form .forma .wpcf7-radio .wpcf7-list-item label input:checked + span::before {
  background-image: url(../img/icons/star-on.svg);
}
.reviews-form .forma .multifile {
  display: flex;
  gap: 0.75rem;
}
.reviews-form .forma .multifile .multifile-210 {
  width: 5rem;
  min-width: 2.5rem;
  height: 5rem;
  position: relative;
  border-radius: 0.5rem;
  background-color: var(--grey-light);
  background-image: url(../img/icons/plus-red.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.5rem 1.5rem;
  overflow: hidden;
}
.reviews-form .forma .multifile .multifile-210 input {
  width: 5rem;
  height: 5rem;
  opacity: 0;
}
.reviews-form .forma .multifile .multifile-result {
  display: flex;
  gap: 0.75rem;
}
.reviews-form .forma .multifile .multifile-result img {
  width: 5rem;
  border-radius: 0.5rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.reviews-form .button {
  width: 100%;
}
/*# sourceMappingURL=style.min.css.map */
