@layer base, components, layout, pages, utilities;
@layer base {
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  *,
  *::after,
  *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  html:has(.navbar--open) {
    overflow: hidden;
  }
  @media (width < 767px) {
    html {
      font-size: 2.7777777778vw;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    html {
      font-size: 1.3020833333vw;
    }
  }
  @media (width >= 1025px) and (width < 1919px) {
    html {
      font-size: 0.5208333333vw;
    }
  }
  body {
    position: relative;
    padding: 0;
    overflow-x: clip;
  }
  .wrap {
    position: relative;
    width: 100%;
    max-width: 192rem;
    margin: 0 auto;
  }
  @media (width < 1025px) {
    .wrap {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  @media (width >= 1025px) {
    .wrap {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }
  @media (width < 1025px) {
    .main {
      min-height: calc(100vh - 25rem);
    }
  }
  @media (width >= 1025px) {
    .main {
      min-height: calc(100vh - 30rem);
    }
  }
  input {
    outline: none;
    box-shadow: none;
  }
  input:focus, input:hover {
    outline: none;
  }
}
@layer base {
  body {
    font-weight: 400;
    line-height: 1;
    font-family: "Helvetica Neue", sans-serif;
  }
  img {
    vertical-align: middle;
  }
  a {
    text-decoration: none;
  }
  b {
    font-weight: 700;
  }
  button {
    outline: none;
    box-shadow: none;
    border: none;
  }
  fieldset {
    border: transparent;
  }
  .section__title {
    line-height: 100%;
  }
  .page__title {
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Prata", serif;
  }
  @media (width < 767px) {
    .page__title {
      font-size: 5.5rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .page__title {
      font-size: 12rem;
    }
  }
  @media (width >= 1025px) {
    .page__title {
      font-size: 17.4rem;
    }
  }
}
.bottomnav {
  display: flex;
  align-items: center;
}
@media (width < 768px) {
  .bottomnav {
    justify-content: space-between;
    margin-top: 2.1rem;
  }
}
@media (width >= 768px) {
  .bottomnav {
    display: contents;
  }
}
.bottomnav li {
  list-style-type: none;
}
@media (width >= 768px) {
  .bottomnav li:first-child {
    order: -1;
  }
}
@media (width >= 768px) {
  .bottomnav li:last-child {
    text-align: right;
  }
}
.bottomnav a {
  font-size: 1.6rem;
  line-height: 100%;
  color: #000;
  opacity: 0.56;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}
.btn--icon {
  width: 2.1rem;
  height: 2.1rem;
}
.btn--primary {
  width: 100%;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  transition: 0.3s background-color;
}
@media (width < 1025px) {
  .btn--primary {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .btn--primary {
    padding: 1.5rem;
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .btn--primary:hover {
    background-color: #595959;
  }
}
.btn--clean {
  width: 100%;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  background-color: transparent;
  color: #000;
  border: 0.1rem solid #000;
  transition: 0.3s background-color, 0.3s color;
}
@media (width < 1025px) {
  .btn--clean {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .btn--clean {
    padding: 1.5rem;
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .btn--clean:hover {
    background-color: #000;
    color: #fff;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (width < 1025px) {
  .checkbox {
    column-gap: 0.8rem;
  }
}
@media (width >= 1025px) {
  .checkbox {
    column-gap: 1rem;
  }
}
.checkbox__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
@media (width < 1025px) {
  .checkbox__icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (width >= 1025px) {
  .checkbox__icon {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.checkbox__icon::before {
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  background-color: rgba(0, 0, 0, 0);
  content: "";
  border-radius: 50%;
}
.checkbox:has(input:checked) .checkbox__icon:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.radiobtn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (width < 1025px) {
  .radiobtn {
    column-gap: 0.8rem;
  }
}
@media (width >= 1025px) {
  .radiobtn {
    column-gap: 1rem;
  }
}
.radiobtn__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #000;
  border-radius: 50%;
}
@media (width < 1025px) {
  .radiobtn__icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (width >= 1025px) {
  .radiobtn__icon {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.radiobtn__icon::before {
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  background-color: rgba(0, 0, 0, 0);
  content: "";
  border-radius: 50%;
}
.radiobtn:has(input:checked) .radiobtn__icon:before {
  background-color: black;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  line-height: normal;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
}
@media (width < 1025px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 2.7rem 5rem;
    font-size: 2.4rem;
  }
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--open .select2-dropdown--below {
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-top: none;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 5px 5px 0 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  content: "";
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #595959;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
}
@media (width >= 1025px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 1.2rem;
  }
}
@media (width >= 1025px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 1.6rem;
  }
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: rgba(0, 0, 0, 0.3);
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #000;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #0073aa;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #595959;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #0073aa;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #0073aa;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #595959;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #595959;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-dropdown {
  top: -0.1rem;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: none;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 1rem 0.5rem;
  user-select: none;
  -webkit-user-select: none;
}
@media (width < 1025px) {
  .select2-results__option {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .select2-results__option {
    font-size: 1.6rem;
  }
}
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  cursor: pointer;
}
.select2-search--dropdown {
  display: block;
}
.select2-search--dropdown .select2-search__field {
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.4);
  transition: border-color 0.2s;
}
@media (width < 1025px) {
  .search {
    padding-right: 1.2rem;
  }
}
@media (width >= 1025px) {
  .search {
    padding-right: 2.4rem;
  }
}
.search:focus-within {
  border-color: #000;
}
.search__input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  color: #000;
  appearance: none;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
.search__input::-webkit-search-cancel-button {
  display: none;
}
@media (width < 768px) {
  .search__input {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .search__input {
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .search__input {
    padding: 2.3rem 2.4rem;
    font-size: 1.6rem;
  }
}
.search__input::placeholder {
  opacity: 0.35;
}
.search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.2s;
}
@media (width < 1025px) {
  .search__btn svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (width >= 1025px) {
  .search__btn svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (hover: hover) {
  .search__btn:hover {
    color: #000;
  }
}
.search__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 0.1rem solid rgba(0, 0, 0, 0.15);
  border-top: none;
}
.search__suggestion {
  display: block;
  color: #000;
  line-height: 100%;
}
@media (width < 1025px) {
  .search__suggestion {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .search__suggestion {
    padding: 1.4rem 2rem;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .search__suggestion:hover {
    background: rgba(0, 0, 0, 0.04);
  }
}

@media (width < 768px) {
  .topnav {
    display: contents;
  }
}
@media (width >= 768px) {
  .topnav {
    display: flex;
    align-items: center;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .topnav {
    column-gap: 2rem;
  }
}
@media (width >= 1025px) {
  .topnav {
    column-gap: 7rem;
  }
}
@media (width >= 768px) {
  .topnav--mobile {
    display: none;
  }
}
.topnav li {
  list-style-type: none;
}
.topnav a {
  line-height: 100%;
  color: #000;
}
@media (width < 768px) {
  .topnav a {
    padding: 1rem 2rem;
    display: block;
    font-size: 1.6rem;
    border-bottom: 0.1rem solid #000;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .topnav a {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .topnav a {
    font-size: 1.6rem;
  }
}
@media (width < 768px) {
  .topnav--policy {
    margin-top: auto;
    padding: 0 2rem 3rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .topnav--policy li {
    list-style-type: none;
  }
  .topnav--policy a {
    font-size: 1.6rem;
    line-height: 100%;
    color: #000;
    opacity: 0.56;
  }
}

.footer .wrap {
  display: grid;
  border-top: 0.1rem solid #000;
}
@media (width < 768px) {
  .footer .wrap {
    padding-top: 1.2rem;
    padding-bottom: 2rem;
  }
}
@media (width >= 768px) {
  .footer .wrap {
    align-items: flex-end;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width >= 768px) and (width < 1025px) {
  .footer .wrap {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
@media (width >= 1025px) {
  .footer .wrap {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}
.footer__link {
  font-weight: 400;
  line-height: 140%;
  color: #000;
}
@media (width < 768px) {
  .footer__link {
    font-size: 1.4rem;
  }
}
@media (width >= 768px) {
  .footer__link {
    font-size: 1.6rem;
  }
}

.header {
  position: sticky;
  z-index: 1;
  top: 0;
  padding: 2rem 0;
  background-color: #fff;
}
.header .wrap {
  display: grid;
  align-items: center;
}
@media (width < 768px) {
  .header .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width >= 768px) {
  .header .wrap {
    grid-template-columns: repeat(8, 1fr);
    column-gap: 2rem;
  }
}
.header .logo {
  display: flex;
  justify-content: center;
}
@media (width < 768px) {
  .header .logo {
    grid-column: 2/3;
  }
}
@media (width >= 768px) {
  .header .logo {
    grid-column: 4/6;
  }
}
.header .logo img {
  height: auto;
}
@media (width < 768px) {
  .header .logo img {
    width: 10.5rem;
  }
}
@media (width >= 768px) and (width < 1025) {
  .header .logo img {
    width: 12.6rem;
  }
}
@media (width >= 1025) {
  .header .logo img {
    width: 15.8rem;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (width < 768px) {
  .header__actions {
    grid-column: 3/4;
  }
}
@media (width >= 768px) {
  .header__actions {
    grid-column: 6/9;
  }
}
@media (width < 1025px) {
  .header__actions {
    column-gap: 0.6rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .header__actions {
    column-gap: 2.1rem;
  }
}
@media (width >= 1025px) {
  .header__actions {
    column-gap: 2.4rem;
  }
}
@media (width < 768px) {
  .header__actions .topnav {
    display: none;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .header__actions .topnav {
    margin-right: 0.9rem;
  }
}
@media (width >= 1025px) {
  .header__actions .topnav {
    margin-right: 4.6rem;
  }
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  color: #000;
}
@media (width < 1025px) {
  .header__btn {
    width: 2.1rem;
    height: 2.1rem;
  }
}
@media (width >= 1025px) {
  .header__btn {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.header__btn svg {
  height: auto;
}
@media (width < 1025px) {
  .header__btn svg {
    width: 2.4rem;
  }
}
@media (width >= 1025px) {
  .header__btn svg {
    width: 2.1rem;
  }
}

@media (width < 768px) {
  body:has(.product) .header {
    position: absolute;
    z-index: 9;
    top: 0;
    background-color: transparent;
  }
  body:has(.product) .header .logo img {
    filter: invert(1);
  }
  body:has(.product) .header__btn {
    color: #fff;
  }
  body:has(.product) .navbar__btn-burger {
    color: #fff;
  }
}
@media (width < 768px) {
  .navbar {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.25s;
  }
  .navbar--open {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (width >= 768px) {
  .navbar {
    display: contents;
  }
}
@media (width >= 768px) {
  .navbar .topnav {
    order: -1;
    grid-column: 1/4;
  }
}
@media (width < 768px) {
  .navbar__btn {
    order: -1;
    position: relative;
    z-index: 11;
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: transparent;
    transform: rotate(0deg);
    transition: 0.2s transform;
  }
  .navbar__btn svg {
    position: absolute;
    transition: 0.5s transform, 0.1s opacity, 0.1s visibility;
  }
  .navbar__btn-burger {
    width: 3rem;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .navbar__btn-cross {
    width: 3rem;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .navbar__btn--active {
    transform: rotate(270deg);
  }
  .navbar__btn--active .navbar__btn-burger {
    opacity: 0;
    visibility: hidden;
  }
  .navbar__btn--active .navbar__btn-cross {
    opacity: 1;
    visibility: visible;
  }
}
@media (width >= 768px) {
  .navbar__btn {
    display: none;
  }
}

@layer pages {
  @media (width < 768px) {
    .about {
      padding: 2rem 0 6rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .about {
      padding: 4rem 0 20rem;
    }
  }
  @media (width >= 1025px) {
    .about {
      padding: 4rem 0 12rem;
    }
  }
  .about .page__title {
    display: contents;
  }
  .about .page__title span {
    position: relative;
  }
  .about .page__title span:first-child {
    z-index: -1;
    order: -1;
    width: 100%;
    text-align: center;
  }
  @media (width < 768px) {
    .about .page__title span:first-child {
      font-size: 4rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .about .page__title span:first-child {
      font-size: 8rem;
    }
  }
  @media (width >= 1025px) {
    .about .page__title span:first-child {
      font-size: 9rem;
    }
  }
  .about .page__title span:nth-child(2) {
    text-align: right;
  }
  @media (width < 768px) {
    .about .page__title span:nth-child(2), .about .page__title span:nth-child(3) {
      font-size: 5rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .about .page__title span:nth-child(2), .about .page__title span:nth-child(3) {
      font-size: 11.2rem;
    }
  }
  @media (width >= 1025px) {
    .about .page__title span:nth-child(2), .about .page__title span:nth-child(3) {
      font-size: 16rem;
    }
  }
  .about__box {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media (width < 768px) {
    .about__box {
      gap: 8.2rem 1rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .about__box {
      gap: 9rem 2rem;
    }
  }
  @media (width >= 1025px) {
    .about__box {
      gap: 9rem 2rem;
    }
  }
  .about__img {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border: 0.1rem solid #000;
    border-radius: 50%;
    background-color: #fff;
  }
  @media (width < 768px) {
    .about__img {
      width: 12.4rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .about__img {
      width: 18.4rem;
    }
  }
  @media (width >= 1025px) {
    .about__img {
      width: 23.7rem;
    }
  }
  .about__img-box {
    position: absolute;
    z-index: -1;
    order: -1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  @media (width < 768px) {
    .about__img-box {
      top: 3rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .about__img-box {
      top: 5.5rem;
    }
  }
  @media (width >= 1025px) {
    .about__img-box {
      top: 7.5rem;
    }
  }
  .about__img img {
    height: auto;
  }
  @media (width < 768px) {
    .about__img img {
      width: 8.2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .about__img img {
      width: 12.2rem;
    }
  }
  @media (width >= 1025px) {
    .about__img img {
      width: 15.7rem;
    }
  }
  .about__desc {
    line-height: normal;
  }
  @media (width < 768px) {
    .about__desc {
      padding: 0 1.8rem;
    }
  }
  @media (width >= 768px) {
    .about__desc {
      column-count: 2;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .about__desc {
      column-gap: 1rem;
    }
  }
  @media (width < 1025px) {
    .about__desc {
      margin: 4rem auto 0;
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .about__desc {
      max-width: 79rem;
      margin: 6rem auto 0;
      column-gap: 2rem;
      font-size: 1.8rem;
    }
  }
  .about__desc > *:not(:first-child) {
    margin-top: 1.8rem;
  }
}
.account {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  .account {
    padding: 2rem 0 6rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account {
    padding: 4rem 0 20rem;
  }
}
@media (width >= 1025px) {
  .account {
    padding: 4rem 0 12rem;
  }
}
.account__header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.account__header-box {
  display: flex;
}
@media (width < 768px) {
  .account__header-box {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
@media (width >= 768px) {
  .account__header-box {
    align-items: baseline;
  }
}
.account__header-actions {
  display: flex;
  align-items: center;
}
@media (width < 768px) {
  .account__header-actions {
    justify-content: space-between;
  }
}
@media (width >= 768px) {
  .account__header-actions {
    margin-left: auto;
    column-gap: 3rem;
  }
}
.account__link {
  line-height: 100%;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
}
@media (width < 767px) {
  .account__link {
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account__link {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .account__link {
    font-size: 1.6rem;
  }
}
.account .section__title {
  font-family: "Prata", serif;
  text-transform: uppercase;
}
@media (width < 767px) {
  .account .section__title {
    font-size: 2.5rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account .section__title {
    font-size: 3rem;
  }
}
@media (width >= 1025px) {
  .account .section__title {
    font-size: 4rem;
  }
}
.account .section__desc {
  line-height: 100%;
  opacity: 0.5;
}
@media (width < 767px) {
  .account .section__desc {
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account .section__desc {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .account .section__desc {
    font-size: 1.6rem;
  }
}
.account__box {
  margin: 0 auto;
}
@media (width >= 768px) and (width < 1025px) {
  .account__box {
    max-width: 43.3rem;
  }
}
@media (width >= 1025px) {
  .account__box {
    max-width: 56.7rem;
  }
}
.account__input {
  width: 100%;
  padding-bottom: 1rem;
  line-height: 100%;
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
  transition: border-color 0.2s;
}
@media (width < 767px) {
  .account__input {
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account__input {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .account__input {
    font-size: 1.6rem;
  }
}
.account__input::placeholder {
  opacity: 0.5;
  text-transform: uppercase;
}
.account__input--error {
  border-bottom-color: #ff0000;
}
.account__input--valid {
  border-bottom-color: #46b450;
}
.account__field-error {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.1rem;
  line-height: 130%;
  color: #ff0000;
}
@media (width >= 768px) {
  .account__field-error {
    font-size: 1.2rem;
  }
}
.account__form-error {
  display: block;
  margin-bottom: 2rem;
  padding: 1.2rem 1.6rem;
  background: #ff0000;
  color: #fff;
  font-size: 1.3rem;
  line-height: 140%;
}
@media (width >= 768px) {
  .account__form-error {
    font-size: 1.4rem;
  }
}
.account__form-success {
  background: #46b450;
}
.account__btn-box {
  display: flex;
  align-items: center;
}
@media (width < 768px) {
  .account__btn-box {
    margin-top: 2.5rem;
    column-gap: 1rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account__btn-box {
    margin-top: 2rem;
  }
}
@media (width >= 768px) {
  .account__btn-box {
    column-gap: 1.7rem;
  }
}
@media (width >= 1025px) {
  .account__btn-box {
    margin-top: 3rem;
  }
}
.account__reset {
  margin-top: 8rem;
}
.account__login {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.account__registration {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (width < 768px) {
  .account .btn {
    min-height: 3.5rem;
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account .btn {
    min-height: 4.7rem;
  }
}
@media (width >= 1025px) {
  .account .btn {
    min-height: 6.1rem;
  }
}
.account--dashboard {
  display: block;
  align-items: initial;
  justify-content: initial;
}

.account-dashboard__greeting {
  display: flex;
  flex-direction: column;
}
@media (width < 1025px) {
  .account-dashboard__greeting {
    margin-bottom: 4rem;
    row-gap: 0.6rem;
  }
}
@media (width >= 1025px) {
  .account-dashboard__greeting {
    margin-bottom: -4rem;
    row-gap: 0.8rem;
  }
}
.account-dashboard__title {
  font-weight: 500;
  line-height: 100%;
}
@media (width < 768px) {
  .account-dashboard__title {
    font-size: 1.4rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account-dashboard__title {
    font-size: 2rem;
  }
}
@media (width >= 1025px) {
  .account-dashboard__title {
    font-size: 4rem;
  }
}
.account-dashboard__email {
  opacity: 0.5;
  line-height: 100%;
}
@media (width < 768px) {
  .account-dashboard__email {
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account-dashboard__email {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .account-dashboard__email {
    font-size: 1.8rem;
  }
}

.account-section {
  position: relative;
  display: grid;
}
@media (width < 768px) {
  .account-section {
    row-gap: 2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account-section {
    grid-template-columns: 24.6rem 1fr;
  }
}
@media (width < 1025px) {
  .account-section {
    margin-top: 3rem;
  }
}
@media (width >= 1025px) {
  .account-section {
    margin-top: 12rem;
    align-items: flex-start;
    grid-template-columns: 65rem 1fr;
  }
}
.account-section__label {
  font-weight: 400;
  text-transform: uppercase;
}
@media (width < 768px) {
  .account-section__label {
    font-size: 1.4rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account-section__label {
    font-size: 1.6rem;
  }
}
@media (width >= 1025px) {
  .account-section__label {
    position: sticky;
    top: 2rem;
    font-size: 2.4rem;
  }
}
.account-section__content .account__link {
  text-transform: uppercase;
}
@media (width < 1025px) {
  .account-section__content .account__link {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}
@media (width >= 1025px) {
  .account-section__content .account__link {
    margin-top: 3rem;
  }
}

.account-group {
  position: relative;
}
@media (width < 1025px) {
  .account-group:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (width >= 1025px) {
  .account-group:not(:first-child) {
    margin-top: 3rem;
  }
}
.account-group--hidden {
  display: none;
}
.account-group--loading {
  opacity: 0.5;
  pointer-events: none;
}
.account-group__title {
  opacity: 0.4;
  line-height: 100%;
}
@media (width < 1025px) {
  .account-group__title {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .account-group__title {
    font-size: 2.4rem;
  }
}
.account-group__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (width < 1025px) {
  .account-group__head {
    margin-bottom: 2rem;
  }
}
@media (width >= 1025px) {
  .account-group__head {
    margin-bottom: 3.8rem;
  }
}
.account-group__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  opacity: 0.4;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (width < 1025px) {
  .account-group__remove {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (width >= 1025px) {
  .account-group__remove {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.account-group__remove svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .account-group__remove:hover {
    opacity: 1;
  }
}

.account-fields {
  display: grid;
}
@media (width < 768px) {
  .account-fields {
    row-gap: 2rem;
  }
}
@media (width >= 768px) {
  .account-fields {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}

.account-field {
  position: relative;
}
.account-field__label {
  position: absolute;
  z-index: 1;
  top: 0;
  color: rgba(0, 0, 0, 0.4);
  background: #fff;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (width < 1025px) {
  .account-field__label {
    left: 2rem;
    padding: 0.4rem;
    font-size: 1.2rem;
  }
}
@media (width >= 1025px) {
  .account-field__label {
    left: 4rem;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.account-field > label:not(.account-field__label) {
  display: none;
}
.account-field .woocommerce-input-wrapper {
  display: contents;
}
.account-field__input,
.account-field .input-text,
.account-field input[type=text],
.account-field input[type=tel],
.account-field input[type=email] {
  width: 100%;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background: transparent;
  appearance: none;
  outline: none;
  line-height: normal;
  transition: border-color 0.3s;
}
@media (width < 1025px) {
  .account-field__input,
  .account-field .input-text,
  .account-field input[type=text],
  .account-field input[type=tel],
  .account-field input[type=email] {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .account-field__input,
  .account-field .input-text,
  .account-field input[type=text],
  .account-field input[type=tel],
  .account-field input[type=email] {
    padding: 2.7rem 5rem;
    font-size: 2.4rem;
  }
}
.account-field__input:focus,
.account-field .input-text:focus,
.account-field input[type=text]:focus,
.account-field input[type=tel]:focus,
.account-field input[type=email]:focus {
  border-color: #000;
}
.account-field__input::placeholder,
.account-field .input-text::placeholder,
.account-field input[type=text]::placeholder,
.account-field input[type=tel]::placeholder,
.account-field input[type=email]::placeholder {
  opacity: 0.3;
}
.account-field__input[readonly],
.account-field .input-text[readonly],
.account-field input[type=text][readonly],
.account-field input[type=tel][readonly],
.account-field input[type=email][readonly] {
  opacity: 0.6;
  cursor: default;
}
.account-field select {
  cursor: pointer;
}
.account-field__edit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  pointer-events: none;
  line-height: 0;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media (width < 1025px) {
  .account-field__edit {
    right: 1.2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (width >= 1025px) {
  .account-field__edit {
    right: 2rem;
    width: 2rem;
    height: 2.1rem;
  }
}
.account-field__edit svg {
  width: 100%;
  height: 100%;
}
.account-field--saving {
  opacity: 0.6;
}
.account-field--saved .account-field__input,
.account-field--saved select {
  border-color: #46b450;
}

.account-orders {
  display: flex;
  flex-direction: column;
}
@media (width < 1025px) {
  .account-orders {
    row-gap: 2rem;
  }
}
@media (width >= 1025px) {
  .account-orders {
    row-gap: 3rem;
  }
}
.account-orders__empty {
  opacity: 0.5;
}
@media (width < 1025px) {
  .account-orders__empty {
    font-size: 1.3rem;
  }
}
@media (width >= 1025px) {
  .account-orders__empty {
    font-size: 1.5rem;
  }
}
.account-orders__more {
  margin-top: 0.5rem;
}
.account-orders__more--loading {
  opacity: 0.5;
  pointer-events: none;
}

.account-order {
  position: relative;
  display: grid;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s;
}
@media (width < 768px) {
  .account-order {
    grid-template-columns: 1fr 12rem 1.6rem;
    column-gap: 1rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account-order {
    grid-template-columns: 1fr 10rem 1.6rem;
    column-gap: 1.5rem;
  }
}
@media (width < 1025px) {
  .account-order {
    padding: 1rem;
  }
}
@media (width >= 1025px) {
  .account-order {
    grid-template-columns: 1fr 24.2rem 2rem;
    column-gap: 3rem;
    padding: 2rem;
  }
}
.account-order--loading {
  opacity: 0.45;
  pointer-events: none;
}
.account-order__remove {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  opacity: 0.4;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (width < 1025px) {
  .account-order__remove {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (width >= 1025px) {
  .account-order__remove {
    width: 2rem;
    height: 2rem;
  }
}
.account-order__remove svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .account-order__remove:hover {
    opacity: 1;
  }
}
.account-order__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.account-order__title {
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (width < 1025px) {
  .account-order__title {
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account-order__title {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .account-order__title {
    font-size: 2.5rem;
  }
}
.account-order__status {
  line-height: 100%;
  letter-spacing: -0.01em;
  opacity: 0.5;
}
@media (width < 1025px) {
  .account-order__status {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account-order__status {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .account-order__status {
    margin-top: 1.4rem;
    font-size: 2rem;
  }
}
.account-order__price {
  margin-top: auto;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (width < 1025px) {
  .account-order__price {
    font-size: 1.2rem;
  }
}
@media (width >= 1025px) {
  .account-order__price {
    font-size: 3rem;
  }
}
.account-order__image {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.03);
}
@media (width < 768px) {
  .account-order__image {
    height: 15.3rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .account-order__image {
    height: 12.8rem;
  }
}
@media (width >= 1025px) {
  .account-order__image {
    height: 31.1rem;
  }
}
.account-order__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account__link--hidden {
  display: none;
}

@layer pages {
  @media (width < 768px) {
    .cart-page {
      padding: 6rem 0;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .cart-page {
      padding: 8rem 0;
    }
  }
  @media (width >= 1025px) {
    .cart-page {
      padding: 10rem 0;
    }
  }
  .cart-page:has(.woocommerce-cart-empty) {
    display: flex;
    align-items: center;
  }
  .cart-page__title {
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    column-gap: 0.5rem;
    font-family: "Prata", serif;
  }
  @media (width < 768px) {
    .cart-page__title {
      font-size: 2.5rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .cart-page__title {
      font-size: 3rem;
    }
  }
  @media (width >= 1025px) {
    .cart-page__title {
      font-size: 4rem;
    }
  }
  .cart-page__count {
    opacity: 0.5;
    font-family: "Helvetica Neue", sans-serif;
  }
  @media (width < 768px) {
    .cart-page__count {
      font-size: 1.2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .cart-page__count {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .cart-page__count {
      font-size: 2rem;
    }
  }
  .cart-page__layout {
    display: grid;
  }
  @media (width < 768px) {
    .cart-page__layout {
      margin-top: 3rem;
      row-gap: 3rem;
    }
  }
  @media (width >= 768px) {
    .cart-page__layout {
      align-items: start;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .cart-page__layout {
      margin-top: 4rem;
      grid-template-columns: 1fr 29.3rem;
      column-gap: 6.7rem;
    }
  }
  @media (width >= 1025px) {
    .cart-page__layout {
      margin-top: 5rem;
      grid-template-columns: 1fr 59.3rem;
      column-gap: 19.7rem;
    }
  }
  .cart-page__summary {
    display: flex;
    flex-direction: column;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
  }
  @media (width >= 768px) {
    .cart-page__summary {
      position: sticky;
      top: 3rem;
    }
  }
  @media (width < 1025px) {
    .cart-page__summary {
      padding-top: 1rem;
      row-gap: 1rem;
    }
  }
  @media (width >= 1025px) {
    .cart-page__summary {
      padding-top: 3rem;
      row-gap: 1.5rem;
    }
  }
  .cart-page__summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 110%;
  }
  @media (width < 1025px) {
    .cart-page__summary-row {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .cart-page__summary-row {
      font-size: 2.4rem;
    }
  }
  .cart-page__summary-row--total {
    font-weight: 500;
    text-transform: uppercase;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
  }
  @media (width < 1025px) {
    .cart-page__summary-row--total {
      margin-top: 0.5rem;
      padding-top: 1rem;
    }
  }
  @media (width >= 1025px) {
    .cart-page__summary-row--total {
      margin-top: 1.5rem;
      padding-top: 3rem;
    }
  }
  @media (width < 1025px) {
    .cart-page__summary-actions {
      margin-top: 1rem;
    }
  }
  @media (width >= 1025px) {
    .cart-page__summary-actions {
      margin-top: 1.5rem;
    }
  }
  .cart-page__summary-actions .btn {
    font-weight: 700;
    line-height: 100%;
    background-color: #000;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
  }
  @media (width < 1025px) {
    .cart-page__summary-actions .btn {
      height: 6.1rem;
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .cart-page__summary-actions .btn {
      height: 6.1rem;
      font-size: 1.6rem;
    }
  }
  @media (hover: hover) {
    .cart-page__summary-actions .btn:hover {
      background-color: #595959;
    }
  }
  .cart-item {
    display: grid;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
  }
  .cart-item:last-child {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
  }
  @media (width < 768px) {
    .cart-item {
      grid-template-columns: 15.5rem 1fr;
      padding: 1rem 0 1.5rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .cart-item {
      grid-template-columns: 16rem 1fr;
      padding: 1rem 0 3.6rem;
    }
  }
  @media (width < 1025px) {
    .cart-item {
      column-gap: 1rem;
    }
  }
  @media (width >= 1025px) {
    .cart-item {
      grid-template-columns: 33.3rem 1fr;
      padding: 5rem 0 4.7rem;
      column-gap: 2rem;
    }
  }
  .cart-item__image {
    overflow: hidden;
    background-color: #fff;
  }
  @media (width < 768px) {
    .cart-item__image {
      height: 19rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .cart-item__image {
      height: 19.5rem;
    }
  }
  @media (width >= 1025px) {
    .cart-item__image {
      height: 40.5rem;
    }
  }
  .cart-item__image-link {
    display: block;
  }
  .cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cart-item__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 4px;
  }
  .cart-item__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 4rem;
  }
  .cart-item__name {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
  @media (width < 1025px) {
    .cart-item__name {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .cart-item__name {
      font-size: 2.5rem;
    }
  }
  .cart-item__name a {
    color: inherit;
    text-decoration: none;
    opacity: 1;
    transition: 0.3s opacity;
  }
  @media (hover: hover) {
    .cart-item__name a:hover {
      opacity: 0.7;
    }
  }
  .cart-item__price {
    margin-top: 1rem;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
  @media (width < 1025px) {
    .cart-item__price {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .cart-item__price {
      font-size: 3rem;
    }
  }
  .cart-item__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    flex-shrink: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.2s;
  }
  @media (width < 1025px) {
    .cart-item__remove {
      width: 1.6rem;
      height: 1.6rem;
    }
  }
  @media (width >= 1025px) {
    .cart-item__remove {
      width: 2rem;
      height: 2rem;
    }
  }
  @media (hover: hover) {
    .cart-item__remove:hover {
      opacity: 1;
    }
  }
  @media (width < 768px) {
    .cart-item__variations {
      margin-top: 1rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .cart-item__variations {
      margin-top: 1.6rem;
    }
  }
  @media (width >= 1025px) {
    .cart-item__variations {
      margin-top: 1.8rem;
    }
  }
  .cart-item__variation-wrap {
    display: flex;
    align-items: center;
  }
  .cart-item__variation-select {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
    border: 0.1rem solid rgba(0, 0, 0, 0.3);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #000;
  }
  @media (width < 1025px) {
    .cart-item__variation-select {
      min-width: 7.5rem;
      padding: 0.6rem 0.7rem;
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .cart-item__variation-select {
      min-width: 15.3rem;
      padding: 1.8rem 1.6rem;
      font-size: 1.6rem;
    }
  }
  .cart-item__variation-icon {
    color: #000;
    pointer-events: none;
    transform: rotate(180deg) translateX(4rem);
  }
  @media (width < 1025px) {
    .cart-item__variation-icon {
      width: 1rem;
      height: 0.5rem;
      transform: rotate(180deg) translateX(1.7rem);
    }
  }
  @media (width >= 1025px) {
    .cart-item__variation-icon {
      width: 2.2rem;
      height: 1.2rem;
      transform: rotate(180deg) translateX(4rem);
    }
  }
  .cart-item__qty {
    display: flex;
    align-items: center;
    margin-top: auto;
  }
  .cart-item__qty-btn {
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 0.3;
    border: 0.1rem solid #000;
    transition: opacity 0.3s;
  }
  @media (width < 1025px) {
    .cart-item__qty-btn {
      width: 2.5rem;
      height: 2.5rem;
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .cart-item__qty-btn {
      width: 3.1rem;
      height: 3.1rem;
      font-size: 2.4rem;
    }
  }
  @media (hover: hover) {
    .cart-item__qty-btn:hover {
      opacity: 1;
    }
  }
  .cart-item__qty-value {
    min-width: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
  }
  @media (width < 1025px) {
    .cart-item__qty-value {
      font-size: 1.4rem;
      min-width: 3.5rem;
    }
  }
  @media (width >= 1025px) {
    .cart-item__qty-value {
      font-size: 2.4rem;
      min-width: 7.4rem;
    }
  }
  .cart-item--loading {
    opacity: 0.45;
    pointer-events: none;
  }
}
@layer pages {
  @media (width < 1025px) {
    .catalog {
      padding-top: 3rem;
      padding-bottom: 2rem;
    }
  }
  @media (width >= 1025px) {
    .catalog {
      padding-top: 8rem;
      padding-bottom: 6rem;
    }
  }
  .catalog__title {
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Prata", serif;
    line-height: 100%;
    text-align: center;
  }
  @media (width < 768px) {
    .catalog__title {
      font-size: 5rem;
      margin-bottom: 3rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .catalog__title {
      font-size: 8rem;
      margin-bottom: 4rem;
    }
  }
  @media (width >= 1025px) {
    .catalog__title {
      font-size: 13rem;
      margin-bottom: 5rem;
    }
  }
  .catalog__grid {
    display: grid;
    transition: opacity 0.2s;
  }
  @media (width < 768px) {
    .catalog__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      margin-top: 2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .catalog__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      margin-top: 3rem;
    }
  }
  @media (width >= 1025px) {
    .catalog__grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
      margin-top: 3.7rem;
    }
  }
  .catalog__grid--loading {
    opacity: 0.45;
    pointer-events: none;
  }
  .catalog__empty {
    grid-column: 1/-1;
    opacity: 0.5;
    text-align: center;
  }
  @media (width < 1025px) {
    .catalog__empty {
      font-size: 1.4rem;
      padding: 4rem 0;
    }
  }
  @media (width >= 1025px) {
    .catalog__empty {
      font-size: 1.6rem;
      padding: 6rem 0;
    }
  }
  .catalog__more-wrap {
    display: flex;
    justify-content: center;
  }
  @media (width < 1025px) {
    .catalog__more-wrap {
      margin-top: 4rem;
    }
  }
  @media (width >= 1025px) {
    .catalog__more-wrap {
      margin-top: 6rem;
    }
  }
  .catalog__more {
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.3em;
    cursor: pointer;
    background: none;
    transition: opacity 0.2s;
    color: #000;
  }
  @media (width < 1025px) {
    .catalog__more {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .catalog__more {
      font-size: 2.5rem;
    }
  }
  .catalog__more:disabled {
    opacity: 0.4;
    pointer-events: none;
  }
  @media (hover: hover) {
    .catalog__more:hover {
      opacity: 0.5;
    }
  }
  .catalog-card {
    display: flex;
    flex-direction: column;
  }
  .catalog-card__image {
    display: block;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.03);
  }
  @media (width < 768px) {
    .catalog-card__image {
      height: 20rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .catalog-card__image {
      height: 30rem;
    }
  }
  @media (width >= 1025px) {
    .catalog-card__image {
      height: 56.4rem;
    }
  }
  .catalog-card__image .catalog-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  @media (hover: hover) {
    .catalog-card__image:hover .catalog-card__img {
      transform: scale(1.03);
    }
  }
  .catalog-card__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media (width < 1025px) {
    .catalog-card__info {
      margin-top: 0.8rem;
      row-gap: 0.5rem;
    }
  }
  @media (width >= 1025px) {
    .catalog-card__info {
      margin-top: 1.5rem;
      row-gap: 1rem;
    }
  }
  .catalog-card__name {
    display: block;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.01rem;
    color: #000;
    line-height: 100%;
    text-transform: uppercase;
  }
  @media (width < 768px) {
    .catalog-card__name {
      font-size: 1.2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .catalog-card__name {
      font-size: 1.3rem;
    }
  }
  @media (width >= 1025px) {
    .catalog-card__name {
      font-size: 2rem;
    }
  }
  .catalog-card__price {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.4;
  }
  @media (width < 768px) {
    .catalog-card__price {
      font-size: 1.2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .catalog-card__price {
      font-size: 1.3rem;
    }
  }
  @media (width >= 1025px) {
    .catalog-card__price {
      font-size: 2rem;
    }
  }
  .catalog-card__price .woocommerce-Price-amount {
    color: #000;
  }
}
@media (width < 768px) {
  .checkout-page {
    padding: 6rem 0;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-page {
    padding: 8rem 0 6rem;
  }
}
@media (width >= 1025px) {
  .checkout-page {
    padding: 8rem 0;
  }
}
.checkout-page:has(.woocommerce-order) {
  display: flex;
  align-items: center;
}
@media (width < 768px) {
  .checkout-page .page__title {
    font-size: 5.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-page .page__title {
    font-size: 11.8rem;
  }
}
@media (width >= 1025px) {
  .checkout-page .page__title {
    font-size: 29.5rem;
  }
}
@media (width < 768px) {
  .checkout-page__box {
    margin-top: 4rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-page__box {
    margin-top: 6rem;
  }
}
@media (width >= 1025px) {
  .checkout-page__box {
    margin-top: 14rem;
  }
}
.checkout-page .woocommerce-order {
  margin: 0 auto;
}
@media (width >= 768px) {
  .checkout-page .woocommerce-order {
    text-align: center;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-page .woocommerce-order {
    max-width: 65rem;
  }
}
.checkout-page .woocommerce-order__title {
  font-weight: 400;
  line-height: 110%;
  font-family: "Prata", serif;
  text-transform: uppercase;
}
@media (width < 768px) {
  .checkout-page .woocommerce-order__title {
    font-size: 2.5rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-page .woocommerce-order__title {
    font-size: 4rem;
  }
}
@media (width >= 1025px) {
  .checkout-page .woocommerce-order__title {
    font-size: 4rem;
  }
}
.checkout-page .woocommerce-order__desc {
  margin-top: 1rem;
  line-height: 100%;
  opacity: 0.5;
}
@media (width < 768px) {
  .checkout-page .woocommerce-order__desc {
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-page .woocommerce-order__desc {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .checkout-page .woocommerce-order__desc {
    font-size: 1.6rem;
  }
}
.checkout-page .woocommerce-order__link-box {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (width < 1025px) {
  .checkout-page .woocommerce-order__link-box {
    column-gap: 1rem;
  }
}
@media (width >= 1025px) {
  .checkout-page .woocommerce-order__link-box {
    column-gap: 1.7rem;
  }
}
@media (width < 768px) {
  .checkout-page .woocommerce-order__link-box .btn {
    height: 3.5rem;
    padding: 0.8rem 0.2rem;
    font-size: 1.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-page .woocommerce-order__link-box .btn {
    max-width: 21rem;
    height: 4.7rem;
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .checkout-page .woocommerce-order__link-box .btn {
    max-width: 27rem;
    height: 6.1rem;
    font-size: 1.6rem;
  }
}

.checkout-layout {
  display: grid;
  align-items: start;
}
@media (width < 768px) {
  .checkout-layout {
    row-gap: 4rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-layout {
    grid-template-columns: 1fr 23.6rem;
    column-gap: 1rem;
  }
}
@media (width >= 1025px) {
  .checkout-layout {
    grid-template-columns: 1fr 56.7rem;
    column-gap: 7.8rem;
  }
}
.checkout-layout__form {
  min-width: 0;
}
@media (width < 768px) {
  .checkout-layout__sidebar {
    order: -1;
  }
}

.checkout-section {
  margin-bottom: 5rem;
}
.checkout-section__title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Prata", serif;
}
@media (width < 768px) {
  .checkout-section__title {
    font-size: 1.6rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-section__title {
    font-size: 1.8rem;
  }
}
@media (width >= 1025px) {
  .checkout-section__title {
    font-size: 3.4rem;
  }
}

.checkout-fields {
  display: grid;
}
@media (width < 768px) {
  .checkout-fields {
    margin-top: 2.5rem;
    row-gap: 2rem;
  }
}
@media (width >= 768px) {
  .checkout-fields {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-fields {
    margin-top: 3rem;
    gap: 2rem 1rem;
  }
}
@media (width >= 1025px) {
  .checkout-fields {
    margin-top: 4rem;
    gap: 2rem 1rem;
  }
}

.checkout-field {
  position: relative;
}
.checkout-field__label {
  position: absolute;
  z-index: 1;
  top: 0;
  color: rgba(0, 0, 0, 0.4);
  background: #fff;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (width < 1025px) {
  .checkout-field__label {
    left: 2rem;
    padding: 0.4rem;
    font-size: 1.2rem;
  }
}
@media (width >= 1025px) {
  .checkout-field__label {
    left: 4rem;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.checkout-field > label:not(.checkout-field__label) {
  display: none;
}
.checkout-field .input-text,
.checkout-field input[type=text],
.checkout-field input[type=email],
.checkout-field input[type=tel],
.checkout-field input[type=number] {
  width: 100%;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background: transparent;
  appearance: none;
  outline: none;
  line-height: normal;
  transition: border-color 0.3s;
}
@media (width < 1025px) {
  .checkout-field .input-text,
  .checkout-field input[type=text],
  .checkout-field input[type=email],
  .checkout-field input[type=tel],
  .checkout-field input[type=number] {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .checkout-field .input-text,
  .checkout-field input[type=text],
  .checkout-field input[type=email],
  .checkout-field input[type=tel],
  .checkout-field input[type=number] {
    padding: 2.7rem 5rem;
    font-size: 2.4rem;
  }
}
.checkout-field .input-text:focus,
.checkout-field input[type=text]:focus,
.checkout-field input[type=email]:focus,
.checkout-field input[type=tel]:focus,
.checkout-field input[type=number]:focus {
  border-color: #000;
}
.checkout-field .input-text::placeholder,
.checkout-field input[type=text]::placeholder,
.checkout-field input[type=email]::placeholder,
.checkout-field input[type=tel]::placeholder,
.checkout-field input[type=number]::placeholder {
  opacity: 0.3;
}
.checkout-field__edit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  pointer-events: none;
  line-height: 0;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media (width < 1025px) {
  .checkout-field__edit {
    right: 1.2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (width >= 1025px) {
  .checkout-field__edit {
    right: 2rem;
    width: 2rem;
    height: 2.1rem;
  }
}
.checkout-field__edit svg {
  width: 100%;
  height: 100%;
}
.checkout-field .woocommerce-input-wrapper {
  display: contents;
}
.checkout-field:has(.woocommerce-invalid-required-field) .checkout-field__label {
  color: #ff0000;
}

.checkout-payment-methods {
  list-style: none;
  display: grid;
  padding: 0;
}
@media (width < 768px) {
  .checkout-payment-methods {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
}
@media (width >= 768px) {
  .checkout-payment-methods {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-payment-methods {
    margin-top: 3rem;
  }
}
@media (width >= 1025px) {
  .checkout-payment-methods {
    margin-top: 5rem;
  }
}
.checkout-payment-methods .wc_payment_method {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.5);
}
@media (width < 768px) {
  .checkout-payment-methods .wc_payment_method {
    padding: 2rem 0 1rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-payment-methods .wc_payment_method {
    padding: 1.5rem 0 1rem;
  }
}
@media (width >= 1025px) {
  .checkout-payment-methods .wc_payment_method {
    padding: 3rem 0 2rem;
  }
}
.checkout-payment-methods .wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  cursor: pointer;
  user-select: none;
}
.checkout-payment-methods .wc_payment_method img {
  display: none;
}
.checkout-payment-methods .wc_payment_method .payment_box {
  grid-column: 1/-1;
  padding-top: 2rem;
}

.checkout-sidebar__items {
  display: flex;
  flex-direction: column;
}
@media (width < 1025px) {
  .checkout-sidebar__items {
    row-gap: 2rem;
  }
}
@media (width >= 1025px) {
  .checkout-sidebar__items {
    row-gap: 2.5rem;
  }
}
.checkout-sidebar__product {
  display: grid;
}
@media (width < 768px) {
  .checkout-sidebar__product {
    grid-template-columns: 15.4rem 1fr;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-sidebar__product {
    grid-template-columns: 9.7rem 1fr;
  }
}
@media (width < 1025px) {
  .checkout-sidebar__product {
    column-gap: 1rem;
  }
}
@media (width >= 1025px) {
  .checkout-sidebar__product {
    grid-template-columns: 20.4rem 1fr;
    column-gap: 1.5rem;
  }
}
.checkout-sidebar__product-image {
  flex-shrink: 0;
}
@media (width < 768px) {
  .checkout-sidebar__product-image {
    height: 20.2rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout-sidebar__product-image {
    height: 12.7rem;
  }
}
@media (width >= 1025px) {
  .checkout-sidebar__product-image {
    height: 26.8rem;
  }
}
.checkout-sidebar__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkout-sidebar__product-info {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.checkout-sidebar__product-name {
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (width < 1025px) {
  .checkout-sidebar__product-name {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .checkout-sidebar__product-name {
    font-size: 2rem;
  }
}
.checkout-sidebar__product-meta {
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.checkout-sidebar__product-price {
  margin-top: auto;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (width < 1025px) {
  .checkout-sidebar__product-price {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .checkout-sidebar__product-price {
    font-size: 2rem;
  }
}
.checkout-sidebar__totals {
  display: flex;
  flex-direction: column;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
}
@media (width < 1025px) {
  .checkout-sidebar__totals {
    margin-top: 2rem;
    padding-top: 1rem;
    row-gap: 1rem;
  }
}
@media (width >= 1025px) {
  .checkout-sidebar__totals {
    margin-top: 2.5rem;
    padding-top: 2rem;
    row-gap: 2rem;
  }
}
.checkout-sidebar__total-row {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
@media (width < 1025px) {
  .checkout-sidebar__total-row {
    font-size: 1.4rem;
  }
}
@media (width >= 1025px) {
  .checkout-sidebar__total-row {
    font-size: 2rem;
  }
}
.checkout-sidebar__total-row--total {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
@media (width < 1025px) {
  .checkout-sidebar__total-row--total {
    padding-top: 1rem;
  }
}
@media (width >= 1025px) {
  .checkout-sidebar__total-row--total {
    padding-top: 2rem;
  }
}
.checkout-sidebar__total-row--total strong {
  font-weight: inherit;
}

.checkout-privacy {
  margin-bottom: 2rem;
}
@media (width >= 1025px) {
  .checkout-submit {
    height: 6.1rem;
    max-width: 57.9rem;
  }
}
.checkout-inline-error-message {
  margin-top: 0.5rem;
  color: #ff0000;
  font-size: 1.2rem;
}
@media (width < 768px) {
  .checkout .place-order {
    margin-top: 4rem;
  }
}
@media (width >= 768px) and (width < 1025px) {
  .checkout .place-order {
    margin-top: 2rem;
  }
}
@media (width >= 1025px) {
  .checkout .place-order {
    margin-top: 3.6rem;
  }
}

#payment_section {
  margin-bottom: 0;
}

@layer pages {
  @media (width < 1025px) {
    .contact {
      padding: 6rem 0;
    }
  }
  @media (width >= 1025px) {
    .contact {
      padding: 10.5rem 0;
    }
  }
  .contact .page__title {
    text-align: right;
  }
  .contact__box {
    display: grid;
  }
  @media (width < 768px) {
    .contact__box {
      margin-top: 5rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .contact__box {
      margin-top: 4rem;
    }
  }
  @media (width < 1025px) {
    .contact__box {
      row-gap: 2.5rem;
    }
  }
  @media (width >= 1025px) {
    .contact__box {
      margin-top: 6rem;
      grid-template-columns: repeat(2, 1fr);
      gap: 8rem 4rem;
    }
  }
  .contact__item {
    color: #000;
    line-height: normal;
  }
  @media (width < 768px) {
    .contact__item {
      display: contents;
    }
  }
  @media (width >= 768px) {
    .contact__item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 0.1rem solid #000;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .contact__item {
      padding-top: 1.5rem;
    }
    .contact__item:nth-child(n+2) .contact__text {
      margin-left: auto;
    }
  }
  @media (width < 1025px) {
    .contact__item {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .contact__item {
      padding-top: 1rem;
      font-size: 2.5rem;
    }
    .contact__item:nth-child(even) .contact__text {
      margin-left: auto;
    }
  }
  @media (width < 768px) {
    .contact__text {
      padding-top: 1.5rem;
      border-top: 0.1rem solid #000;
    }
  }
  .contact__link {
    font-weight: 700;
    color: #000;
  }
}
@layer pages {
  .error {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (width < 1025px) {
    .error {
      padding: 2rem;
    }
  }
  @media (width >= 1025px) {
    .error {
      padding: 2rem 0;
    }
  }
  .error__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .error__num {
    line-height: 100%;
    font-family: "Prata", serif;
  }
  @media (width < 768px) {
    .error__num {
      font-size: 8rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .error__num {
      font-size: 11.8rem;
    }
  }
  @media (width >= 1025px) {
    .error__num {
      font-size: 26rem;
    }
  }
  .error__desc {
    margin-top: 1rem;
    line-height: normal;
  }
  @media (width < 768px) {
    .error__desc {
      font-size: 1.2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .error__desc {
      font-size: 1.6rem;
    }
  }
  @media (width >= 1025px) {
    .error__desc {
      font-size: 1.8rem;
    }
  }
  @media (width < 768px) {
    .error .btn {
      max-width: 26.5rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .error .btn {
      max-width: 35.9rem;
    }
  }
  @media (width < 1025px) {
    .error .btn {
      margin-top: 3rem;
    }
  }
  @media (width >= 1025px) {
    .error .btn {
      max-width: 55.1rem;
      margin-top: 4rem;
    }
  }
}
@layer pages {
  @media (width < 768px) {
    .faq {
      padding: 4.5rem 0 6rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .faq {
      padding: 4rem 0 6.5rem;
    }
  }
  @media (width >= 1025px) {
    .faq {
      padding: 8.7rem 0 8rem;
    }
  }
  @media (width >= 1025px) {
    .faq .wrap {
      max-width: 80.5rem;
    }
  }
  .faq .page__title {
    display: grid;
  }
  .faq .page__title span {
    line-height: 1;
  }
  .faq .page__title span:first-child {
    line-height: 1.6;
  }
  .faq .page__title span:nth-child(3) {
    text-align: right;
  }
  @media (width < 768px) {
    .faq .page__title span:first-child {
      font-size: 1.8rem;
    }
    .faq .page__title span:nth-child(2), .faq .page__title span:nth-child(3) {
      font-size: 4rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .faq .page__title span:first-child {
      font-size: 3.5rem;
    }
    .faq .page__title span:nth-child(2), .faq .page__title span:nth-child(3) {
      font-size: 8rem;
    }
  }
  @media (width >= 1025px) {
    .faq .page__title span:first-child {
      font-size: 4rem;
    }
    .faq .page__title span:nth-child(2), .faq .page__title span:nth-child(3) {
      font-size: 9rem;
    }
  }
  .faq__list {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
  @media (width < 768px) {
    .faq__list {
      margin-top: 4rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .faq__list {
      margin-top: 7rem;
      max-width: 62.5rem;
    }
  }
  @media (width < 1025px) {
    .faq__list {
      margin-top: 4rem;
      row-gap: 1rem;
    }
  }
  @media (width >= 1025px) {
    .faq__list {
      margin-top: 6rem;
      row-gap: 1.2rem;
    }
  }
  .faq__header {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2rem;
    column-gap: 1rem;
    cursor: pointer;
  }
  .faq__question {
    line-height: normal;
  }
  @media (width < 1025px) {
    .faq__question {
      font-size: 1.8rem;
    }
  }
  @media (width >= 1025px) {
    .faq__question {
      font-size: 2rem;
    }
  }
  .faq__answer {
    line-height: normal;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  @media (width < 1025px) {
    .faq__answer {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .faq__answer {
      font-size: 1.8rem;
    }
  }
  .faq__answer-box {
    min-height: 0;
    overflow: hidden;
  }
  .faq__answer-box > *:first-child {
    margin-top: 2rem;
  }
  .faq__btn {
    position: relative;
    background-color: transparent;
    cursor: pointer;
    flex-shrink: 0;
    transform: rotate(0);
    transition: 0.3s transform;
  }
  @media (width < 1025px) {
    .faq__btn {
      width: 1.6rem;
      height: 1.6rem;
    }
  }
  @media (width >= 1025px) {
    .faq__btn {
      width: 2rem;
      height: 2rem;
    }
  }
  .faq__btn::before, .faq__btn::after {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0.1rem;
    content: "";
    background-color: #000;
    transform: translateY(-50%);
    transition: 0.3s background-color;
  }
  @media (width < 1025px) {
    .faq__btn::before, .faq__btn::after {
      width: 1.6rem;
    }
  }
  @media (width >= 1025px) {
    .faq__btn::before, .faq__btn::after {
      width: 2rem;
    }
  }
  .faq__btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s ease;
  }
  .faq__item {
    border: 0.1rem solid #000;
    background-color: #fff;
    color: #000;
    transition: 0.3s background-color, 0.3s color;
  }
  @media (width < 768px) {
    .faq__item {
      padding: 1.5rem 1rem 1.5rem 1.5rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .faq__item {
      padding: 1.5rem 1.5rem 2rem;
    }
  }
  @media (width >= 1025px) {
    .faq__item {
      padding: 2rem 2rem 2.5rem;
    }
  }
  .faq__item--show {
    background: #000;
    color: #fff;
  }
  .faq__item--show .faq__answer {
    grid-template-rows: 1fr;
  }
  .faq__item--show .faq__btn {
    transform: rotate(45deg);
  }
  .faq__item--show .faq__btn::before, .faq__item--show .faq__btn:after {
    background: #fff;
  }
}
@layer pages {
  @media (width < 767px) {
    .delivery {
      padding: 4rem 0 5rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .delivery {
      padding: 4rem 0 8rem;
    }
  }
  @media (width >= 1025px) {
    .delivery {
      padding: 6rem 0 14.5rem;
    }
  }
  .delivery .page__title {
    width: max-content;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  @media (width < 767px) {
    .delivery .page__title {
      font-size: 3.1rem;
      column-gap: 1rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .delivery .page__title {
      font-size: 7rem;
      column-gap: 1.5rem;
    }
  }
  @media (width >= 1025px) {
    .delivery .page__title {
      font-size: 9rem;
      column-gap: 2rem;
    }
  }
  .delivery .page__title span:first-child {
    grid-column: 1/3;
  }
  .delivery .page__title span:nth-child(2) {
    grid-column: 1/1;
    justify-self: flex-end;
  }
  .delivery .page__title span :last-child {
    grid-column: 2/3;
  }
  .delivery__box {
    display: flex;
    flex-direction: column;
  }
  @media (width >= 768px) {
    .delivery__box {
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (width < 1025px) {
    .delivery__box {
      max-width: 43.3rem;
      margin-top: 4rem;
      row-gap: 4rem;
    }
  }
  @media (width >= 1025px) {
    .delivery__box {
      max-width: 54rem;
      margin-top: 7.5rem;
      row-gap: 5rem;
    }
  }
  .delivery__title {
    font-family: "Prata", serif;
    line-height: 110%;
    text-transform: uppercase;
    border-bottom: 0.1rem solid #000;
  }
  @media (width < 767px) {
    .delivery__title {
      font-size: 1.8rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .delivery__title {
      font-size: 2.5rem;
    }
  }
  @media (width < 1025px) {
    .delivery__title {
      padding-bottom: 2rem;
    }
  }
  @media (width >= 1025px) {
    .delivery__title {
      padding-bottom: 1rem;
      font-size: 3rem;
    }
  }
  .delivery__desc {
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  @media (width < 767px) {
    .delivery__desc {
      font-size: 1.4rem;
    }
  }
  @media (width >= 767px) {
    .delivery__desc {
      font-size: 1.6rem;
    }
  }
  @media (width < 1025px) {
    .delivery__desc {
      padding: 1.5rem 0;
    }
  }
  @media (width >= 1025px) {
    .delivery__desc {
      padding: 2rem 0;
    }
  }
  .delivery__table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 0.1rem solid #000;
    border-bottom: 0.1rem solid #000;
  }
  @media (width < 1025px) {
    .delivery__table {
      padding: 1.5rem 0;
      row-gap: 1.5rem;
    }
  }
  @media (width >= 1025px) {
    .delivery__table {
      padding: 2rem 0;
      row-gap: 2rem;
    }
  }
  .delivery__column:nth-child(even) {
    text-align: right;
  }
  .delivery__country {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
  }
  @media (width < 767px) {
    .delivery__country {
      font-size: 1.4rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .delivery__country {
      font-size: 1.6rem;
    }
  }
  @media (width >= 1025px) {
    .delivery__country {
      font-size: 2rem;
    }
  }
  .delivery__terms {
    line-height: 100%;
    letter-spacing: -0.02em;
  }
  @media (width < 768px) {
    .delivery__terms {
      font-size: 1.4rem;
    }
  }
  @media (width >= 768px) {
    .delivery__terms {
      font-size: 1.6rem;
    }
  }
  .delivery__details {
    line-height: 100%;
    letter-spacing: -0.02em;
    opacity: 0.3;
  }
  @media (width < 767px) {
    .delivery__details {
      font-size: 1.2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .delivery__details {
      font-size: 1.4rem;
    }
  }
  @media (width < 1025px) {
    .delivery__details {
      margin-top: 1rem;
    }
  }
  @media (width >= 1025px) {
    .delivery__details {
      margin-top: 0.8rem;
      font-size: 1.6rem;
    }
  }
}
@layer pages {
  @media (width < 768px) {
    .page {
      padding: 2rem 0 6rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .page {
      padding: 4rem 0 20rem;
    }
  }
  @media (width >= 1025px) {
    .page {
      padding: 4rem 0 12rem;
    }
  }
  @media (width >= 1025px) {
    .page .page__title {
      font-size: 12.8rem;
      line-height: 100%;
      text-transform: uppercase;
    }
  }
  .page__header {
    display: flex;
    border-bottom: 0.1rem solid #000;
  }
  @media (width < 1025px) {
    .page__header {
      padding-bottom: 2rem;
      flex-direction: column-reverse;
      row-gap: 2rem;
    }
  }
  @media (width >= 1025px) {
    .page__header {
      padding-bottom: 3.4rem;
      justify-content: space-between;
      align-items: flex-end;
    }
  }
  .page__date {
    line-height: 100%;
    text-transform: uppercase;
  }
  @media (width < 1025px) {
    .page__date {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .page__date {
      font-size: 1.8rem;
    }
  }
  .page__content {
    line-height: 120%;
  }
  @media (width < 1025px) {
    .page__content {
      margin-top: 4rem;
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .page__content {
      margin-top: 8rem;
      max-width: 92rem;
      font-size: 1.6rem;
    }
  }
  .page__content h2 {
    font-weight: 500;
    line-height: 100%;
  }
  @media (width < 1025px) {
    .page__content h2 {
      font-size: 1.8rem;
    }
  }
  @media (width >= 1025px) {
    .page__content h2 {
      font-size: 2rem;
    }
  }
  @media (width < 1025px) {
    .page__content h2:not(:first-child) {
      margin-top: 2rem;
    }
  }
  @media (width >= 1025px) {
    .page__content h2:not(:first-child) {
      margin-top: 4rem;
    }
  }
  @media (width >= 1025px) {
    .page__content p {
      padding-left: 4rem;
    }
  }
  @media (width < 1025px) {
    .page__content p:not(:first-child) {
      margin-top: 1rem;
    }
  }
  @media (width >= 1025px) {
    .page__content p:not(:first-child) {
      margin-top: 2rem;
    }
  }
  .page__content p strong {
    font-weight: 500;
  }
  .page__content p a {
    color: #000;
    text-decoration: underline;
  }
}
@layer pages {
  .product__top {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (width < 768px) {
    .product__top {
      height: 64rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__top {
      height: 95.1rem;
    }
  }
  @media (width >= 1025px) {
    .product__top {
      height: 114.7rem;
    }
  }
  @media (width < 768px) {
    .product__top-box {
      width: 32rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__top-box {
      width: 56.4rem;
    }
  }
  @media (width >= 1025px) {
    .product__top-box {
      width: 75rem;
    }
  }
  .product__top-img {
    width: 100%;
    height: auto;
  }
  .product__top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product__top-text {
    margin-top: 1rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
  }
  @media (width < 768px) {
    .product__top-text {
      font-weight: 500;
    }
  }
  @media (width >= 768px) {
    .product__top-text {
      font-weight: 700;
    }
  }
  @media (width < 1025px) {
    .product__top-text {
      font-size: 1.6rem;
    }
  }
  @media (width >= 1025px) {
    .product__top-text {
      font-size: 2rem;
    }
  }
  .product__top-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .product__top-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (width < 1025px) {
    .product__marque {
      display: none;
    }
  }
  @media (width >= 1025px) {
    .product__marque {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0.3rem 0;
      background-color: #000;
      font-weight: 400;
      font-size: 2rem;
      line-height: 100%;
      color: #fff;
    }
    .product__marque-list {
      display: flex;
    }
    .product__marque-track {
      display: flex;
      white-space: nowrap;
      animation: marque-scroll 12s linear infinite;
    }
    .product__marque-item {
      font-size: 2.2rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      line-height: normal;
      text-transform: uppercase;
      flex-shrink: 0;
      padding-right: 2rem;
    }
  }
  .product__content {
    position: relative;
    display: grid;
    align-items: flex-start;
  }
  @media (width < 768px) {
    .product__content {
      padding: 1rem 0 6rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__content {
      padding: 3rem 0 6rem;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem 1rem;
    }
  }
  @media (width >= 1025px) {
    .product__content {
      padding: 12rem 0;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 2rem;
    }
  }
  @media (width >= 1025px) {
    .product__content-box {
      display: contents;
    }
  }
  .product__text {
    display: flex;
    flex-direction: column;
  }
  @media (width >= 1025px) {
    .product__text {
      row-gap: 4rem;
      position: sticky;
      top: 12rem;
    }
  }
  .product__title {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  @media (width < 768px) {
    .product__title {
      font-size: 1.6rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__title {
      font-size: 1.8rem;
    }
  }
  @media (width >= 1025px) {
    .product__title {
      font-size: 4rem;
    }
  }
  .product__price {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  @media (width < 768px) {
    .product__price {
      font-size: 1.4rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__price {
      font-size: 1.8rem;
    }
  }
  @media (width < 1025px) {
    .product__price {
      margin-top: 1rem;
    }
  }
  @media (width >= 1025px) {
    .product__price {
      font-size: 4rem;
    }
  }
  .product__desc {
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
  @media (width < 768px) {
    .product__desc {
      margin-top: 1rem;
      font-size: 1.2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__desc {
      margin-top: 2rem;
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .product__desc {
      font-size: 1.6rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__desc *:not(:first-child) {
      margin-top: 1rem;
    }
  }
  @media (width >= 1025px) {
    .product__desc *:not(:first-child) {
      margin-top: 2rem;
    }
  }
  .product .quantity {
    display: none;
  }
  .product__gallery {
    display: flex;
    flex-direction: column;
  }
  @media (width < 768px) {
    .product__gallery {
      margin: 3rem -2rem 0;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__gallery {
      display: contents;
    }
  }
  @media (width >= 768px) {
    .product__gallery {
      row-gap: 2rem;
    }
  }
  .product__gallery-img {
    width: 100%;
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__gallery-img:first-child {
      order: -1;
    }
  }
  .product__gallery-img img {
    width: 100%;
    height: auto;
  }
  @media (width < 768px) {
    .product__gallery .btn {
      max-width: calc(100% - 4rem);
      margin-top: 2rem;
      align-self: center;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__gallery .btn {
      margin-top: auto;
    }
  }
  .product__details {
    display: flex;
    flex-direction: column;
  }
  @media (width < 1025px) {
    .product__details {
      margin-top: 2rem;
    }
  }
  @media (width >= 1025px) {
    .product__details {
      order: 1;
      position: sticky;
      top: 12rem;
    }
  }
  .product__details .single_add_to_cart_button {
    order: 1;
  }
  @media (width < 1025px) {
    .product__details .single_add_to_cart_button {
      margin-top: 2rem;
    }
  }
  @media (width >= 1025px) {
    .product__details .single_add_to_cart_button {
      margin-top: 4rem;
    }
  }
  .product__item {
    padding: 1rem 0;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
  }
  .product__item-header {
    display: grid;
    align-items: baseline;
    grid-template-columns: 1fr 1.6rem;
    color: #000;
    cursor: pointer;
  }
  .product__item-header span {
    line-height: 100%;
  }
  @media (width < 1025px) {
    .product__item-header span {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .product__item-header span {
      font-size: 2rem;
    }
  }
  .product__item-header svg {
    width: 1.6rem;
    height: 0.6rem;
    transform: rotate(180deg);
    transition: 0.3s transform;
  }
  .product__item-box {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .product__item-content {
    min-height: 0;
    overflow: hidden;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.4);
  }
  @media (width < 1025px) {
    .product__item-content {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .product__item-content {
      font-size: 2rem;
    }
  }
  .product__item-content *:first-child {
    margin: 1rem 0;
  }
  .product__item-content table {
    width: 100%;
    border-collapse: collapse;
    border: 0.1rem solid rgba(0, 0, 0, 0.4);
  }
  .product__item-content table tr:not(:first-child) {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.4);
  }
  .product__item-content table td {
    padding: 1.2rem 1rem;
  }
  .product__item-content table td:not(:first-child) {
    border-left: 0.1rem solid rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .product__item--show .product__item-box {
    grid-template-rows: 1fr;
  }
  .product__item--show .product__item-header svg {
    transform: rotate(0deg);
  }
  .product__label {
    font-weight: 500;
    line-height: 100%;
  }
  @media (width < 768px) {
    .product__label {
      font-size: 1.4rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .product__label {
      font-size: 1.6rem;
    }
  }
  @media (width >= 1025px) {
    .product__label {
      font-size: 2rem;
    }
  }
  .product .variations {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
  }
  @media (width < 1025px) {
    .product .variations {
      padding-bottom: 1rem;
    }
  }
  @media (width >= 1025px) {
    .product .variations {
      padding-bottom: 3rem;
    }
  }
  .variable-items-wrapper {
    display: flex;
    column-gap: 1rem;
  }
  .button-variable-item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 126.3rem;
    font-weight: 500;
    background: #ececec;
    list-style: none;
    border: 0.1rem solid rgba(0, 0, 0, 0);
    transition: 0.3s border-color;
    cursor: pointer;
  }
  @media (width < 768px) {
    .button-variable-item {
      padding: 0.7rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .button-variable-item {
      padding: 0.85rem;
    }
  }
  @media (width >= 1025px) {
    .button-variable-item {
      max-width: 20rem;
      padding: 1.6rem;
    }
  }
  .button-variable-item:hover {
    border-color: black;
  }
  .button-variable-item.selected {
    background: #000;
    color: #fff;
  }
  .variable-item-span {
    font-weight: 500;
    line-height: 100%;
  }
  @media (width < 1025px) {
    .variable-item-span {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .variable-item-span {
      font-size: 2rem;
    }
  }
  @media (width < 1025px) {
    .woo-variation-items-wrapper {
      margin-top: 1rem;
    }
  }
  @media (width >= 1025px) {
    .woo-variation-items-wrapper {
      margin-top: 1.2rem;
    }
  }
  .woo-selected-variation-item-name {
    display: none;
  }
  .product__options,
  .variations_button,
  .single_variation_wrap,
  .variations_form,
  .variations_form > * {
    display: contents;
  }
}
@layer pages {
  .woocommerce-error {
    padding: 1rem;
    color: #ff0000;
    outline: none;
  }
  @media (width < 767px) {
    .woocommerce-form-register, .woocommerce-form-login {
      margin-top: 4rem;
    }
  }
  @media (width >= 768px) {
    .woocommerce-form-register, .woocommerce-form-login {
      margin-top: 6rem;
    }
  }
  .woocommerce-cart-form, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-cart .cart-collaterals .cart_totals > h2 {
    display: none !important;
  }
  .woocommerce-notices-wrapper {
    position: fixed;
    z-index: 1;
    bottom: 2rem;
    right: 2rem;
  }
  .woocommerce-message {
    width: 100%;
    background-color: #000;
    color: #fff;
    line-height: normal;
    max-width: 30rem;
    padding: 1.5rem 2rem;
  }
  @media (width < 1025px) {
    .woocommerce-message {
      font-size: 1.8rem;
    }
  }
  @media (width >= 1025px) {
    .woocommerce-message {
      font-size: 2rem;
    }
  }
  .woocommerce-message a {
    color: #fff;
  }
  .woocommerce-terms-and-conditions-checkbox-text {
    color: rgba(0, 0, 0, 0.4);
  }
  @media (width < 1025px) {
    .woocommerce-terms-and-conditions-checkbox-text {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .woocommerce-terms-and-conditions-checkbox-text {
      font-size: 1.6rem;
    }
  }
  .woocommerce-terms-and-conditions-checkbox-text a {
    color: rgba(0, 0, 0, 0.4);
  }
  .woocommerce-invalid-required-field .woocommerce-input-wrapper input[type=text],
  .woocommerce-invalid-required-field .woocommerce-input-wrapper input[type=email],
  .woocommerce-invalid-required-field .woocommerce-input-wrapper input[type=tel],
  .woocommerce-invalid-required-field .woocommerce-input-wrapper input[type=number] {
    border-color: #ff0000 !important;
  }
  .woocommerce-error {
    list-style-type: none;
    padding: 1rem 0;
  }
  @media (width < 1025px) {
    .woocommerce-error {
      font-size: 1.2rem;
    }
  }
  @media (width >= 1025px) {
    .woocommerce-error {
      font-size: 1.6rem;
    }
  }
  .woocommerce-error a {
    color: #ff0000;
  }
  .woocommerce-cart-empty {
    margin: 0 auto;
  }
  @media (width >= 768px) {
    .woocommerce-cart-empty {
      text-align: center;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .woocommerce-cart-empty {
      max-width: 65rem;
    }
  }
  .woocommerce-cart-empty__title {
    font-weight: 400;
    line-height: 110%;
    font-family: "Prata", serif;
    text-transform: uppercase;
  }
  @media (width < 768px) {
    .woocommerce-cart-empty__title {
      font-size: 2.5rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .woocommerce-cart-empty__title {
      font-size: 4rem;
    }
  }
  @media (width >= 1025px) {
    .woocommerce-cart-empty__title {
      font-size: 4rem;
    }
  }
  .woocommerce-cart-empty .wc-empty-cart-message {
    margin-top: 1rem;
    line-height: 100%;
    opacity: 0.5;
  }
  @media (width < 768px) {
    .woocommerce-cart-empty .wc-empty-cart-message {
      font-size: 1.2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .woocommerce-cart-empty .wc-empty-cart-message {
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .woocommerce-cart-empty .wc-empty-cart-message {
      font-size: 1.6rem;
    }
  }
  .woocommerce-cart-empty__link-box {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
  }
  @media (width < 1025px) {
    .woocommerce-cart-empty__link-box {
      column-gap: 1rem;
    }
  }
  @media (width >= 1025px) {
    .woocommerce-cart-empty__link-box {
      column-gap: 1.7rem;
    }
  }
  @media (width < 768px) {
    .woocommerce-cart-empty__link-box .btn {
      height: 3.5rem;
      padding: 0.8rem 0.2rem;
      font-size: 1.2rem;
    }
  }
  @media (width >= 768px) and (width < 1025px) {
    .woocommerce-cart-empty__link-box .btn {
      max-width: 21rem;
      height: 4.7rem;
      font-size: 1.4rem;
    }
  }
  @media (width >= 1025px) {
    .woocommerce-cart-empty__link-box .btn {
      max-width: 27rem;
      height: 6.1rem;
      font-size: 1.6rem;
    }
  }
}
@layer utilities {}
@keyframes marque-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=main.css.map */