.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  width: 100%;
  /* padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5); */
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.gutters-md {
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}

.gutters-md > * {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.gutters-0 {
  --bs-gutter-x: 0;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
  .container-sm {
    max-width: 1160px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container {
    max-width: 1456px;
  }
  .container-sm {
    max-width: 1266px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
*, ::before, :after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  background: #F0F0F0;
  font-size: 1rem;
  line-height: 1.28;
  font-family: "Poppins", sans-serif;
  height: 100%;
  color: #121214;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

footer {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.4s;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a:not(.btn):visited {
  text-decoration: underline;
}

p {
  margin-bottom: 1.3rem;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

h1, .h1,
h2, .h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #121214;
}

h1, .h1 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1;
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 1.1;
}

.single h1 {
  font-size: 2.25rem;
  line-height: 1;
}

strong, .strong {
  font-weight: 500;
}

.wysiwyg h2 {
  font-size: 2.25rem;
  line-height: 1.05;
}

.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5;
  color: #121214;
  text-decoration: none;
  border-radius: 0.625rem;
  padding: 0.625rem 2.75rem;
  background: #FFBF00;
}
.btn:hover {
  color: #FFBF00;
  background: #121214;
  text-decoration: none;
}

.back {
  text-decoration: none;
  display: -webkit-inline-box;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  margin-bottom: 2.5rem;
  text-decoration: none;
}
.back:after {
  position: absolute;
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background: #121214;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.back:hover {
  text-decoration: none;
  color: initial;
}
.back:hover:after {
  width: 0;
}
.back:focus {
  color: initial;
  text-decoration: none;
}
.back svg {
  display: -webkit-box;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
}

.all-products {
  padding-bottom: 6.25rem;
}

.page-title {
  text-align: center;
  margin-top: 3.625rem;
  margin-bottom: 2.5rem;
}

.page-content {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}

.error-content {
  padding-top: 12.4rem;
  text-align: center;
}

/*filters*/
.filter-bar {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #8E8E8F;
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column;
}

.products-selection {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 2.1;
}
.products-selection__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 6px;
}
.products-selection__list button {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  border-radius: 50px;
  padding: 0.25rem 0.75rem;
  border: 1px solid #D4D4D4;
  background: #fff;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9998 1.00009L0.686048 12.3138' stroke='%2325242C'/%3E%3Cpath d='M1.00037 0.999878L12.3141 12.3136' stroke='%2325242C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 1.8rem;
}
.products-selection__list button:hover {
  border-color: #8E8E8F;
}
.products-selection__list button.reset {
  border-color: #FB969B;
  background-image: none;
  padding-right: 0.75rem;
}
.products-selection__list button.reset:hover {
  border-color: #f7343d;
}

.no-products {
  padding-top: 2rem;
  text-align: center;
}

.filter-item {
  padding: 0.813rem 1rem;
  border-right: none;
  border-bottom: 1px solid #8E8E8F;
  position: relative;
  width: 100%;
}
.filter-item__title {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-item ul {
  position: absolute;
  width: 100%;
  top: calc(100% + 1px);
  left: 0;
  padding: 1rem 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.09);
  z-index: 3;
  display: none;
}
.filter-item li {
  display: -webkit-box;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  position: relative;
  gap: 0.625rem;
  align-items: center;
  cursor: pointer;
  line-height: 1.4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-item li:hover {
  background: rgba(0, 0, 0, 0.03);
}
.filter-item svg {
  display: -webkit-box;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: -0.625rem;
  transition: transform 0.3s ease-in-out;
}
.filter-item:last-child {
  flex-grow: 1;
  border: none;
}
.filter-item .clear {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.875rem;
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  padding-right: 1rem;
  transition: all 0.3s ease;
}
.filter-item .clear:hover {
  opacity: 0.5;
}

.filter-item[data-type=radio],
.filter-item[data-type=checkbox] {
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.filter-item[data-type=radio] input,
.filter-item[data-type=checkbox] input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-item[data-type=radio] li:hover,
.filter-item[data-type=checkbox] li:hover {
  background: none;
}
.filter-item[data-type=radio] .checkmark,
.filter-item[data-type=checkbox] .checkmark {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #8E8E8F;
  flex-shrink: 0;
}
.filter-item[data-type=radio] li:hover input ~ .checkmark,
.filter-item[data-type=checkbox] li:hover input ~ .checkmark {
  border-color: #494949;
}
.filter-item[data-type=radio] li input:checked ~ .checkmark,
.filter-item[data-type=checkbox] li input:checked ~ .checkmark {
  background-color: #25242C;
}
.filter-item[data-type=radio] li:after,
.filter-item[data-type=checkbox] li:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-item[data-type=radio] li input:checked ~ .checkmark:after,
.filter-item[data-type=checkbox] li input:checked ~ .checkmark:after {
  display: block;
}
.filter-item[data-type=radio] li .checkmark:after,
.filter-item[data-type=checkbox] li .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.filter-item[data-type=checkbox] .checkmark {
  border-radius: 2px;
}
.filter-item[data-type=checkbox] li .checkmark:after {
  background: #121214;
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L4.77778 7.5L11 0.5' stroke='white'/%3E%3C/svg%3E%0A") no-repeat center;
}

.filter-search {
  padding: 0;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.filter-search svg {
  margin: 0.2rem 0.625rem 0 1rem;
}
.filter-search input {
  font-size: 1rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 3.125rem;
  padding: 0 0.813rem 1rem 0.813rem 0;
  outline: none;
  border: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

.filter-search input::-moz-placeholder {
  color: #121214;
}

.filter-search input::placeholder {
  color: #121214;
}

input[type=search i]::-webkit-search-cancel-button {
  margin-right: 1rem;
}

.filter-item.active ul {
  display: block;
}
.filter-item.active svg {
  transform: rotate(180deg);
}

.pagination {
  padding-top: 1.5625rem;
}
.pagination .custom-pagination {
  display: -webkit-box;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}
.pagination .pagination-btn {
  padding: 6px 4px;
  max-width: 2.25rem;
  width: 100%;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
.pagination .pagination-btn:hover {
  border-color: #8E8E8F;
}
.pagination .pagination-btn.active {
  border: 1px solid #FFBF00;
  border-radius: 0.25rem;
}
.pagination .pagination-btn--prev {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.625 1L1 7L6.625 13' stroke='%2325242C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .pagination-btn--next {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L6.625 7L1 1' stroke='%2325242C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .pagination-btn:disabled {
  cursor: default;
  opacity: 0.25;
}
.pagination .pagination-btn:disabled:hover {
  border-color: transparent;
}

/*card skeleton*/
.skeleton {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border-radius: 0.5rem;
  background: #dedede;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.skeleton::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, transparent 0%, #e7e7e7 50%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 0%, #e7e7e7 50%, transparent 100%);
  transform: translateX(-100%);
  background-size: 50% 100%;
  background-position: center 0;
  animation: shimmer 1.5s ease-in-out infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
/*card skeleton*/
/*Form*/
.form-wrap {
  padding-top: 0.5rem;
  width: 100%;
}
.form-wrap .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
  border-radius: 10px;
  padding: 0.625rem 2.625rem;
}
.form-wrap .forminator-ui#forminator-module-404.forminator-design--default .forminator-button-submit {
  font-size: 1rem;
}
.form-wrap .forminator-ui.forminator-custom-form[data-design=default] .forminator-button:hover {
  box-shadow: none;
}
.form-wrap .forminator-ui.forminator-custom-form[data-design=default] .forminator-description {
  display: none;
}
.form-wrap .forminator-ui.forminator-custom-form[data-design=default] .forminator-input,
.form-wrap .forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea {
  padding: 0.75rem 1.25rem;
}

@media (min-width: 992px) {
  h2, .h2 {
    line-height: 1.375;
  } /*48/66*/
  h3, .h3 {
    line-height: 0.96;
  } /*32/31*/
  .filter-bar {
    flex-direction: row;
  }
  .filter-item {
    width: 12.25rem;
    border-right: 1px solid #8E8E8F;
    border-bottom: none;
  }
  .filter-item#surface {
    width: 16rem;
  }
  .filter-item#amount {
    width: 11rem;
  }
  .filter-item ul {
    max-height: unset;
    overflow-y: unset;
    top: calc(100% + 6px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  }
  .product-selection {
    gap: 1rem;
  }
  .form-wrap {
    max-width: 32.5rem;
  }
}
header .header-wrap {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #25242C;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  padding: 0.5rem 1.875rem;
  position: relative;
}
header .header-logo img {
  max-width: 10rem;
}
header .menu-toggler-btn {
  width: 2.5rem;
  height: 1.5rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
header .menu-toggler-btn span {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  width: 100%;
}
header .menu-toggler-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .menu-toggler-btn span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.main-menu {
  list-style: none;
  display: -webkit-box;
  display: flex;
  position: absolute;
  z-index: 1;
  border-radius: 1.25rem;
  padding: 1.25rem;
  width: 100%;
  background: #25242C;
  flex-direction: column;
  left: 0;
  top: calc(100% + 0.5rem);
  transform: translateY(-180%);
  transition: transform 0.4s cubic-bezier(0, 0.23, 0.16, 1);
}
.main-menu li {
  padding: 0;
}
.main-menu li a {
  padding: 1rem 0;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.main-menu li a:visited {
  color: #fff;
}
.main-menu li a:hover {
  color: #FFBF00;
}

.menu-opened .main-menu {
  transform: translateY(0);
}
.menu-opened .menu-toggler-btn span {
  transform: translateY(12px) rotate(45deg);
}
.menu-opened .menu-toggler-btn span:nth-child(2) {
  opacity: 0;
}
.menu-opened .menu-toggler-btn span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

@media (min-width: 992px) {
  header .header-wrap {
    padding: 1rem 1.875rem;
  }
  header .header-logo img {
    max-width: 10.5625rem;
  }
  header .main-menu {
    position: unset;
    padding: 0;
    flex-direction: row;
    width: auto;
    transform: unset;
    transition: unset;
  }
  header .main-menu li {
    padding: 0 0.9375rem;
  }
  header .main-menu li svg {
    pointer-events: none;
  }
  header .menu-toggler-btn {
    display: none;
  }
}
footer .footer-wrap {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #25242C;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  padding: 3.75rem 1.875rem 1.5625rem 1.875rem;
  color: #8E8E8F;
}
footer .copy {
  width: 100%;
  padding-top: 2rem;
  font-size: 0.875rem;
}
footer .main-menu {
  transform: unset;
  position: unset;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding: 0;
}
footer .main-menu li {
  width: 100%;
  padding: 0;
  margin-bottom: 0.875rem;
}
footer .main-menu li a {
  padding: 0;
}
footer .menu-wrap {
  position: relative;
  width: 100%;
}
footer .footer-logo img {
  max-width: 11.6875rem;
}

@media (min-width: 768px) {
  footer .main-menu {
    display: -webkit-box;
    display: flex;
    flex-direction: row;
  }
  footer .main-menu li {
    margin: 0 1.25rem 0 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  footer .menu-wrap {
    width: auto;
  }
  footer .main-menu li {
    padding-left: 2.5rem;
    padding-left: 1.25rem;
  }
}
.cta-section {
  margin-bottom: 3rem;
}
.cta-section__wrap {
  border-radius: 1.25rem;
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.cta-section__content {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 3rem 1.875rem;
  width: 100%;
  margin-bottom: 15rem;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .cta-section__content {
    width: 50%;
    margin-bottom: 0;
    padding: 4rem 2rem;
  }
}
@media (min-width: 992px) {
  .cta-section {
    margin-bottom: 6.25rem;
  }
  .cta-section__content {
    padding: 8.125rem 6rem 8.125rem 4rem;
  }
}
.product-card-large {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.product-card-large h1 {
  width: 100%;
}
.product-card-large__img {
  background: #8E8E8F;
  border-radius: 20px;
  width: 100%;
  height: clamp(20rem, 40vh, 28rem);
  overflow: hidden;
  position: relative;
}
.product-card-large__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  position: relative;
}
.product-card-large__img svg {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card-large .product-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.product-card-large .product-content .product-meta {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.product-card-large .product-content .product-meta li {
  display: -webkit-box;
  display: flex;
  width: 50%;
  margin-bottom: 1rem;
}
.product-card-large .product-content .product-meta li p {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  color: #8E8E8F;
}
.product-card-large .product-content .product-meta li p span {
  color: #25242C;
}
.product-card-large .product-content .product-meta li svg {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  opacity: 0.4;
  margin-right: 0.625rem;
}
.product-card-large .product-content .wysiwyg {
  width: 100%;
  margin: 0.5rem 0 1rem 0;
}

@media (min-width: 768px) {
  .product-card-large {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-card-large .product-card-large__img {
    width: 40%;
  }
  .product-card-large .product-content {
    width: 50%;
  }
  .product-card-large .product-content .product-meta {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-card-large {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.25rem 2.625rem;
  }
  .product-card-large .product-card-large__img {
    width: 45%;
    max-width: 28.75rem;
    height: 29.375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-card-large .product-content {
    width: 50%;
  }
  .product-card-large .product-content .product-meta {
    width: 60%;
  }
}
@media (min-width: 1025px) {
  .product-card-large__img {
    width: 28.75rem;
  }
  .product-card-large .product-content .product-meta {
    width: 33rem;
  }
}
#product-list {
  row-gap: 1.25rem;
}

.product-card {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card h2 {
  font-size: 20px;
}
.product-card__img {
  background: #8E8E8F;
  border-radius: 20px;
  height: 15.875rem;
  margin-bottom: -2rem;
  overflow: hidden;
  position: relative;
}
.product-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
}
.product-card__img svg {
  position: absolute;
  z-index: 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card__content {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.125rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.product-card__content h2 {
  line-height: 1.25;
}
.product-card__content h2 a {
  text-decoration: none;
  min-height: 3lh;
}
.product-card__content h2 a:focus {
  color: #8E8E8F;
}
.product-card__list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 6px;
  margin: 0.5rem 0 1rem;
  font-size: 0.875rem;
}
.product-card__list li {
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  line-height: 1.4;
  text-wrap: balance;
}
.product-card__list li span {
  color: #8E8E8F;
}
.product-card__list li:nth-child(odd) {
  width: 64%;
}
.product-card__list li:nth-child(even) {
  width: 27%;
  flex-grow: 1;
  justify-content: flex-end;
}
.product-card__list li svg {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.product-card .btn {
  width: 100%;
  margin-top: auto;
}

/*# sourceMappingURL=styles.css.map*/