.text-size-1 {
  font-size: calc(36px + 18 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 54px;
  }
}
.text-size-1 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-weight: 600;
  }
}

.text-size-2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 32px;
  }
}
.text-size-2 {
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-weight: 700;
  }
}

.text-size-3 {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 20px;
  }
}
.text-size-3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-weight: 600;
  }
}

.text-size-4 {
  font-size: calc(14px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 18px;
  }
}
.text-size-4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-weight: 500;
  }
}

.text-size-5 {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 16px;
  }
}
.text-size-5 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-weight: 400;
  }
}

.text-size-6 {
  font-size: calc(17px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 17px;
  }
}
.text-size-6 {
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-weight: 500;
  }
}

.text-size-7 {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 16px;
  }
}
.text-size-7 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-weight: 400;
  }
}

.text-size-8 {
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 14px;
  }
}
.text-size-8 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-weight: 400;
  }
}

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

html {
  background-color: #fff;
}

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

body {
  line-height: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }
}
input,
select,
button,
textarea {
  font-weight: 400;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-weight: 400;
  }
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

input[type=email],
input[type=tel] {
  text-align: right;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  transition: all 0.2s ease;
}

.img-responsive {
  max-width: 100%;
}

.text-primary {
  color: #060429 !important;
}

.bg-primary {
  background-color: #060429 !important;
}

.text-secondary {
  color: #787878 !important;
}

.bg-secondary {
  background-color: #787878 !important;
}

.text-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

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

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

.text-success {
  color: #6cffc1 !important;
}

.bg-success {
  background-color: #6cffc1 !important;
}

.text-danger {
  color: #ff756c !important;
}

.bg-danger {
  background-color: #ff756c !important;
}

.text-warning {
  color: #ffb067 !important;
}

.bg-warning {
  background-color: #ffb067 !important;
}

.text-info {
  color: #27b3d2 !important;
}

.bg-info {
  background-color: #27b3d2 !important;
}

.text-gray {
  color: #667085 !important;
}

.bg-gray {
  background-color: #667085 !important;
}

.text-dark {
  color: #111111 !important;
}

.bg-dark {
  background-color: #111111 !important;
}

.text-light {
  color: #a4a4a4 !important;
}

.bg-light {
  background-color: #a4a4a4 !important;
}

.border {
  border: 1px solid #d1d5db !important;
}

.border-top {
  border-top: 1px solid #d1d5db !important;
}

.border-right {
  border-right: 1px solid #d1d5db !important;
}

.border-bottom {
  border-bottom: 1px solid #d1d5db !important;
}

.border-left {
  border-left: 1px solid #d1d5db !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-md {
  border-radius: 8px !important;
}

.rounded-lg {
  border-radius: 12px !important;
}

.rounded-xl {
  border-radius: 20px !important;
}

.rounded-2xl {
  border-radius: 24px !important;
}

.rounded-full {
  border-radius: 999px !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 6px 6px 9.5px 0 rgba(53, 47, 47, 0.7) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.color-linear {
  background: linear-gradient(256deg, #E0A872 0.24%, #FFF3E0 19.35%, #F8E4BE 33.54%, #E0A872 91.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}
body {
  font-weight: 400;
}
@media (min-width: 1400px) {
  body {
    font-weight: 400;
  }
}
body {
  line-height: normal;
  color: #000;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body .main {
  flex: 1;
}

.border-radius-20 {
  border-radius: 20px;
}

.text-color-1 {
  color: #060429;
}

.text-color-2 {
  color: #fff;
}

.bg-gradient-1 {
  background: linear-gradient(256deg, #E0A872 0.24%, #FFF3E0 19.35%, #F8E4BE 33.54%, #E0A872 91.17%) !important;
}

.bg-gradient-2 {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%) !important;
}

.bg-gradient-3 {
  background: linear-gradient(to right, #4a008c, #8d99ae) !important;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 203px;
  padding: 10px;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    font-size: 16px;
  }
}
.button {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .button {
    font-weight: 400;
  }
}
.button {
  line-height: normal;
  background: #7FCC27;
  color: #fff;
  border-radius: 10px;
  border-color: transparent;
}
.button._w-fit {
  width: fit-content;
}
.button._h-fit {
  height: fit-content;
}
.button._small {
  width: 170px;
  padding-top: calc(4px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-top: 6px;
  }
}
.button._small {
  padding-right: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-right: 16px;
  }
}
.button._small {
  padding-bottom: calc(4px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-bottom: 6px;
  }
}
.button._small {
  padding-left: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-left: 16px;
  }
}
.button._light {
  background: transparent;
  color: #060429;
}
.button._light.active {
  background: #7FCC27;
  color: #fff;
}
.button._light:hover {
  background: #7FCC27;
  color: #fff;
}
.button:hover {
  transform: scale(1.05);
  color: #fff;
}
.button._secondary {
  border: 1px solid #787878;
  background-color: transparent;
  color: #787878;
}

.forward-link {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .forward-link {
    font-size: 18px;
  }
}
.forward-link {
  font-weight: 500;
  color: #7FCC27;
  transition: all 0.2s ease;
}
.forward-link::after {
  content: "\e913";
  font-family: "icomoon";
  display: block;
  margin-inline-start: calc(10px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .forward-link::after {
    margin-inline-start: 14px;
  }
}
.forward-link::after {
  font-size: calc(17px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .forward-link::after {
    font-size: 17px;
  }
}
.forward-link::after {
  font-weight: 500;
}
@media (min-width: 1400px) {
  .forward-link::after {
    font-weight: 500;
  }
}
.forward-link:hover {
  color: #00AF12;
}

.input-block input,
.input-block textarea {
  width: 100%;
  padding: 10px 5px;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-size: 16px;
  }
}
.input-block input,
.input-block textarea {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-weight: 400;
  }
}
.input-block input,
.input-block textarea {
  color: #fff;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}
.input-block input.error,
.input-block textarea.error {
  border-color: #ff756c;
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

.logo {
  display: block;
  max-width: 100%;
  width: calc(58px + 72 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logo {
    width: 130px;
  }
}
.logo .logo__inner {
  width: 100%;
  display: flex;
}
.logo .logo__inner img {
  width: 100%;
  height: auto;
}

.header-icon-links {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 10px;
}
.header-icon-links .header-icon-links_item {
  display: flex;
  align-items: flex-end;
  padding: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item {
    padding: 10px;
  }
}
.header-icon-links .header-icon-links_item {
  font-size: calc(18px + -2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item {
    font-size: 16px;
  }
}
.header-icon-links .header-icon-links_item {
  position: relative;
  color: #fff;
  background-color: #7FCC27;
  border-radius: 8px;
}
.header-icon-links .header-icon-links_item .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item .count {
    width: 16px;
  }
}
.header-icon-links .header-icon-links_item .count {
  height: calc(16px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item .count {
    height: 16px;
  }
}
.header-icon-links .header-icon-links_item .count {
  background-color: #fff;
  border-radius: 50%;
  font-size: calc(11px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item .count {
    font-size: 13px;
  }
}
.header-icon-links .header-icon-links_item .count {
  position: absolute;
  top: 1px;
  right: 1px;
  transform: translate(50%, -50%);
  color: #7FCC27;
}
.header-icon-links .header-icon-links_item::before {
  font-family: "icomoon" !important;
  font-size: 18px;
}
.header-icon-links .header-icon-links_item._account::before {
  content: "\e925";
}
@media (min-width: 992px) {
  .header-icon-links .header-icon-links_item._account {
    font-weight: 700;
  }
  .header-icon-links .header-icon-links_item._account::before {
    content: "";
  }
}
.header-icon-links .header-icon-links_item._cart::before {
  content: "\e928";
}
.header-icon-links .header-icon-links_item._search {
  border: none;
  background-color: transparent;
}
.header-icon-links .header-icon-links_item._search::before {
  content: "\e90a";
}
@media (min-width: 767.9px) {
  .header-icon-links .header-icon-links_item .count {
    top: -2px;
    right: -2px;
    transform: translate(0);
  }
}

.search-block {
  border-radius: 0 0 10px 10px;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  align-items: center;
  padding: 15px 20px;
}

.aws-container {
  width: 100%;
  border-bottom: 1px solid #7FCC27;
}
.aws-container .aws-search-form {
  height: auto;
}
.aws-container .aws-search-form div.aws-search-btn {
  color: #060429;
  border: none;
  background-color: transparent;
}
.aws-container .aws-search-form div.aws-search-btn .aws-search-btn_icon {
  color: #7FCC27;
}
.aws-container .aws-search-form div.aws-search-btn:hover {
  color: inherit !important;
  background-color: inherit !important;
}
@media (min-width: 992px) {
  .aws-container .aws-search-form div.aws-search-btn {
    color: #444140;
  }
}
.aws-container .aws-search-field {
  color: #060429;
  padding: 6px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  border: none;
  background-color: transparent;
}
.aws-container .aws-search-field:focus {
  background-color: transparent;
}
.aws-container .aws-search-field::placeholder {
  color: #787878;
  font-size: 18px;
  font-weight: 700;
}
.aws-container .aws-show-clear .aws-search-field {
  padding-right: 6px;
}

.aws-search-result .aws_result_item .aws_result_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header-menu-button {
  display: block;
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-menu-button {
    font-size: 20px;
  }
}
.header-menu-button {
  line-height: 1;
  color: #7FCC27;
}
.header-menu-button::before {
  content: "\e923";
  font-family: "icomoon" !important;
}

.header-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-menu ul {
    gap: 20px;
  }
}
.header-menu ul {
  overflow-x: hidden;
  overflow-y: auto;
}
.header-menu ul li a {
  display: flex;
  align-items: center;
  font-size: calc(14px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    font-size: 18px;
  }
}
.header-menu ul li a {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    font-weight: 500;
  }
}
.header-menu ul li a {
  color: #111111;
}
.header-menu ul li.menu-item-has-children {
  position: relative;
}
.header-menu ul li.menu-item-has-children > a {
  gap: 7px;
}
.header-menu ul li.menu-item-has-children > a::after {
  content: "\e903";
  font-family: "Icomoon";
  display: block;
  transform: rotate(90deg);
  font-size: 12px;
}
.header-menu ul ul.sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #010101;
  min-width: 200px;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display: block;
  padding: 10px 0;
  z-index: 1000;
}
.header-menu ul ul.sub-menu li {
  padding: 5px 15px;
}
.header-menu ul ul.sub-menu li a {
  color: #111111;
  font-size: 14px;
}
.header-menu ul ul.sub-menu li a:hover {
  color: #787878;
}
.header-menu ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.social-links {
  display: flex;
  gap: 16px;
  padding-block: 10px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(24px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links a {
    width: 34px;
  }
}
.social-links a {
  min-width: calc(24px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links a {
    min-width: 34px;
  }
}
.social-links a {
  height: calc(24px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links a {
    height: 34px;
  }
}
.social-links a {
  background-color: #7FCC27;
  border-radius: calc(4px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links a {
    border-radius: 10px;
  }
}
.social-links a {
  border: none;
  transition: all 0.2s ease;
}
.social-links a::before {
  color: #fff;
  font-size: 15px;
}
.social-links a:hover {
  background-color: #7FCC27;
}
.social-links a:hover::before {
  color: #060429;
}
.text-content .buttons-block {
  display: flex;
  margin: calc(-5px + -5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block {
    margin: -10px;
  }
}
.text-content .buttons-block .button {
  margin: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block .button {
    margin: 10px;
  }
}
.text-content._type-1 h1 {
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h1 {
    margin-bottom: 30px;
  }
}
.text-content._type-1 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h2 {
    margin-bottom: 15px;
  }
}
.text-content._type-1 .buttons-block {
  margin-top: calc(30px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 .buttons-block {
    margin-top: 30px;
  }
}
.text-content._type-2 > *:not(:last-child) {
  margin-bottom: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-2 > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
.text-content._type-3 > *:not(:last-child) {
  margin-bottom: calc(20px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.text-content._editor {
  display: flex;
  flex-direction: column;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._editor {
    gap: 20px;
  }
}
.text-content._editor h1 {
  font-size: calc(36px + 18 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._editor h1 {
    font-size: 54px;
  }
}
.text-content._editor h1 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-content._editor h1 {
    font-weight: 600;
  }
}
.text-content._editor h2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._editor h2 {
    font-size: 32px;
  }
}
.text-content._editor h2 {
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-content._editor h2 {
    font-weight: 700;
  }
}
.text-content._editor h3 {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._editor h3 {
    font-size: 20px;
  }
}
.text-content._editor h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .text-content._editor h3 {
    font-weight: 600;
  }
}
.text-content._editor h4 {
  font-size: calc(14px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._editor h4 {
    font-size: 18px;
  }
}
.text-content._editor h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-content._editor h4 {
    font-weight: 500;
  }
}
.text-content._editor h5 {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._editor h5 {
    font-size: 16px;
  }
}
.text-content._editor h5 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-content._editor h5 {
    font-weight: 400;
  }
}
.text-content._editor h6 {
  font-size: calc(17px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._editor h6 {
    font-size: 17px;
  }
}
.text-content._editor h6 {
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-content._editor h6 {
    font-weight: 500;
  }
}
.text-content._editor p {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._editor p {
    font-size: 16px;
  }
}
.text-content._editor p {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-content._editor p {
    font-weight: 400;
  }
}
.text-content._include-list ul {
  display: flex;
  flex-direction: column;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._include-list ul {
    gap: 20px;
  }
}
.text-content._include-list ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.text-content._include-list ul li::before {
  content: "";
  width: 17px;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #060429;
  background-image: url(../img/icons/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.responsive-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.responsive-image._contain img {
  object-fit: contain;
}

.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination:not(.swiper-pagination-lock) {
  bottom: 0;
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination:not(.swiper-pagination-lock) {
    margin-top: 30px;
  }
}
.swiper .swiper-pagination-bullet {
  width: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 12px;
  }
}
.swiper .swiper-pagination-bullet {
  min-width: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 12px;
  }
}
.swiper .swiper-pagination-bullet {
  height: calc(12px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 12px;
  }
}
.swiper .swiper-pagination-bullet {
  background-color: #7FCC27;
  opacity: 0.5;
  border: none;
  border-radius: 60px;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7FCC27;
  opacity: 1;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-family: "icomoon";
  font-size: calc(12px + 13px * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    font-size: 25pxpx;
  }
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  color: #fff;
}
.swiper._navigation-bottom .swiper-button-next,
.swiper._navigation-bottom .swiper-button-prev {
  width: calc(40px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper._navigation-bottom .swiper-button-next,
  .swiper._navigation-bottom .swiper-button-prev {
    width: 45px;
  }
}
.swiper._navigation-bottom .swiper-button-next,
.swiper._navigation-bottom .swiper-button-prev {
  min-width: calc(40px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper._navigation-bottom .swiper-button-next,
  .swiper._navigation-bottom .swiper-button-prev {
    min-width: 45px;
  }
}
.swiper._navigation-bottom .swiper-button-next,
.swiper._navigation-bottom .swiper-button-prev {
  height: calc(40px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper._navigation-bottom .swiper-button-next,
  .swiper._navigation-bottom .swiper-button-prev {
    height: 45px;
  }
}
.swiper._navigation-bottom .swiper-button-next,
.swiper._navigation-bottom .swiper-button-prev {
  border-radius: 50%;
  border: 3px solid #fff;
}
.swiper._navigation-bottom .swiper-button-next::after,
.swiper._navigation-bottom .swiper-button-prev::after {
  font-size: calc(17px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper._navigation-bottom .swiper-button-next::after,
  .swiper._navigation-bottom .swiper-button-prev::after {
    font-size: 17px;
  }
}
.swiper .swiper-button-next::after {
  content: "\e900";
}
.swiper .swiper-button-prev::after {
  content: "\e903";
}
.swiper._navigation-bottom .swiper-button-next,
.swiper._navigation-bottom .swiper-button-prev {
  position: static;
  margin-top: 0;
}
.swiper .navigation {
  margin-top: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .navigation {
    margin-top: 30px;
  }
}
.swiper .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  gap: calc(40px + -34 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .navigation {
    gap: 6px;
  }
}

.productsSwiper {
  padding-inline: 0;
}

.faq-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(50px + 25 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .faq-content {
    gap: 75px;
  }
}
.faq-content .faq-content_top {
  display: flex;
  flex-direction: column;
  gap: calc(25px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .faq-content .faq-content_top {
    gap: 37px;
  }
}
.faq-content .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-content .accordion .accordion-item {
  background-color: transparent;
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #787878 !important;
}
.faq-content .accordion .accordion-button {
  padding-inline: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .faq-content .accordion .accordion-button {
    padding-inline: 40px;
  }
}
.faq-content .accordion .accordion-button {
  padding-block: 16px;
  font-size: calc(14px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .faq-content .accordion .accordion-button {
    font-size: 18px;
  }
}
.faq-content .accordion .accordion-button {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .faq-content .accordion .accordion-button {
    font-weight: 500;
  }
}
.faq-content .accordion .accordion-button {
  font-family: "Heebo", sans-serif;
  background-color: transparent;
  box-shadow: none;
  color: #787878;
  padding: 0;
}
.faq-content .accordion .accordion-button:not(.collapsed) {
  color: #787878;
  box-shadow: none;
  margin-bottom: 13px;
}
.faq-content .accordion .accordion-button::after {
  width: calc(31px + 14 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .faq-content .accordion .accordion-button::after {
    width: 45px;
  }
}
.faq-content .accordion .accordion-button::after {
  height: calc(31px + 14 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .faq-content .accordion .accordion-button::after {
    height: 45px;
  }
}
.faq-content .accordion .accordion-button::after {
  background-image: none !important;
  background-color: transparent;
  font-family: "icomoon" !important;
  font-size: calc(21px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .faq-content .accordion .accordion-button::after {
    font-size: 30px;
  }
}
.faq-content .accordion .accordion-button::after {
  content: "\e908";
  color: #787878;
  text-align: center;
  align-content: center;
  border-radius: 50%;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s ease;
}
.faq-content .accordion .accordion-button:not(.collapsed)::after {
  background-color: #787878;
  transform: rotate(45deg);
  color: #fff;
}
.faq-content .accordion .accordion-body {
  width: 90%;
  background-color: transparent;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
.faq-content::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  background-image: var(--bg-img);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
  width: 225.512px;
  height: 171.994px;
  transform: rotate(-25deg);
}
@media (min-width: 992px) {
  .faq-content::after {
    content: "";
    width: 41%;
    height: 100%;
    position: absolute;
    bottom: -100px;
    left: -100px;
    background-image: var(--bg-img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
    transform: none;
  }
}

.nav-overlay:not(._horizontal) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.nav-overlay:not(._horizontal).shown {
  max-height: 90vh;
  overflow: auto;
}
.nav-overlay._horizontal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 313px;
  max-width: 90%;
  height: 100dvh;
  background-color: #fff;
  transition: 0.3s all ease;
  transform: translateX(-110vw);
}
.nav-overlay._horizontal._reverse {
  left: 0;
  right: auto;
  transform: translateX(-100%);
  border-radius: 0px 0px 15px 0px;
}
.nav-overlay._horizontal.shown {
  transform: translateX(0);
}
.nav-overlay._horizontal.shown._reverse {
  transform: translateX(0);
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  color: #060429;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.nav-overlay .overlay-content .overlay-content__inner-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
}
.nav-overlay .overlay-menu {
  margin: auto 0;
}
.nav-overlay .overlay-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.nav-overlay .overlay-menu ul li a {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-size: 20px;
  }
}
.nav-overlay .overlay-menu ul li a {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-weight: 600;
  }
}
.nav-overlay .overlay-menu ul li a {
  color: #060429;
}
.nav-overlay .overlay-categories a {
  color: #060429;
}
.nav-overlay .overlay-categories h5 {
  margin-bottom: 15px;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-size: 16px;
  }
}
.nav-overlay .overlay-categories h5 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-weight: 400;
  }
}
.nav-overlay .overlay-categories ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .nav-overlay:not(._horizontal) {
    display: none;
  }
}

.mini-cart .mini-cart__content {
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.mini-cart .cart_list {
  display: flex;
  flex-direction: column;
}
.mini-cart .cart_list .mini_cart_item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.mini-cart .cart_list .mini_cart_item:not(:last-child) {
  margin-bottom: 40px;
}
.mini-cart .cart_list .mini_cart_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background-color: #000;
  transform: rotate(180deg);
  position: absolute;
  bottom: -20px;
}
.mini-cart .cart_list .mini_cart_item a {
  color: #060429;
}
.mini-cart .cart_list .mini_cart_item .item-image {
  display: block;
  width: 85px;
  min-width: 85px;
}
.mini-cart .cart_list .mini_cart_item .item-image .product-image {
  width: 100%;
}
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner {
  position: relative;
  width: 100%;
  padding-top: 114.1176470588%;
  overflow: hidden;
}
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner img,
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner picture,
.mini-cart .cart_list .mini_cart_item .item-image .product-image .product-image__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mini-cart .cart_list .mini_cart_item .item-information {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #060429;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-link {
  display: block;
  color: #060429;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-link h5 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-price {
  font-size: 16px;
  font-weight: 500;
}
.mini-cart .cart_list .mini_cart_item .item-information .variation {
  font-size: 12px;
}
.mini-cart .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mini-cart .free-shipping-notice {
  padding: 14px 0;
  font-size: 14px;
}
.mini-cart .free-shipping-progress {
  width: 100%;
  margin-bottom: 20px;
}
.mini-cart .free-shipping-progress .progress-bar {
  display: block;
  width: 100%;
  height: 14px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
}
.mini-cart .free-shipping-progress .progress-bar .progress-fill {
  height: 100%;
  background-color: #000;
  border-radius: 12px;
}
.mini-cart .button {
  background: #7FCC27;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs {
  font-weight: 400;
  color: #787878;
}
.breadcrumbs > *:not(a) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  width: fit-content;
  color: #111111;
}
.breadcrumbs span.icon {
  font-size: calc(9px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .breadcrumbs span.icon {
    font-size: 12px;
  }
}
.breadcrumbs span.icon {
  line-height: 1;
  color: #787878;
  margin: 0 5px;
}
.breadcrumbs span.icon::before {
  content: "\e900";
  font-family: "icomoon";
}

.quantity {
  display: flex;
  align-items: center;
}
.quantity .quantity-button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(11px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .quantity .quantity-button {
    font-size: 11px;
  }
}
.quantity .quantity-button {
  color: #111111;
  background-color: transparent;
  border-radius: 0px;
  cursor: pointer;
}
.quantity .quantity-button.quantity-add::before {
  content: "\e908";
  font-family: "icomoon";
}
.quantity .quantity-button.quantity-remove::before {
  content: "\ea0b";
  font-family: "icomoon";
}
.quantity .quantity-input {
  width: 37px;
  margin: 0 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: #111111;
  border-radius: 0px;
  border: none;
  /* Chrome, Safari, Edge, Opera */
}
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .quantity-input {
  /* Firefox */
  -moz-appearance: textfield;
}
.quantity._mini-cart .quantity-button {
  color: #060429;
}
.quantity._mini-cart .quantity-input {
  color: #060429;
}

.form-content {
  position: relative;
  padding-block: calc(50px + 25 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .form-content {
    padding-block: 75px;
  }
}
.form-content .form-content-regular input {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #787878;
  font-size: calc(14px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .form-content .form-content-regular input {
    font-size: 20px;
  }
}
.form-content .form-content-regular input {
  text-align: center;
  color: #787878;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-successed {
  visibility: visible;
  opacity: 1;
}

.contact-succeed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.load .spinner-border {
  border-color: #6b7280;
  border-right-color: transparent;
}

.highlighted-text span {
  color: #060429;
}

.list-styled {
  display: flex;
  flex-direction: column;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .list-styled {
    gap: 20px;
  }
}
.list-styled li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list-styled li::before {
  content: "";
  width: 17px;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #060429;
  background-image: url(../img/icons/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.content-block .content-block__image {
  width: 100%;
  position: relative;
}
.content-block .content-block__image .content-block__image-inner {
  position: relative;
  width: 100%;
  padding-top: 72.5995316159%;
  overflow: hidden;
}
.content-block .content-block__image .content-block__image-inner img,
.content-block .content-block__image .content-block__image-inner picture,
.content-block .content-block__image .content-block__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-block .content-block__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(10px + 25 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .content-block .content-block__content {
    gap: 35px;
  }
}
@media (min-width: 767.9px) {
  .content-block {
    flex-direction: row;
  }
  .content-block .content-block__content {
    align-items: start;
    text-align: start;
  }
}
@media (min-width: 1399.9px) {
  .content-block {
    justify-content: space-between;
  }
}

.content-blocks {
  display: grid;
  gap: calc(40px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .content-blocks {
    gap: 40px;
  }
}
@media (min-width: 767.9px) {
  .content-blocks:not(._reversed) .content-block:nth-child(odd) .content-block__image {
    order: 2;
  }
  .content-blocks._reversed .content-block:nth-child(even) .content-block__image {
    order: 2;
  }
}

.fixed-bg {
  background-attachment: fixed;
}

.grid-container__category {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(9px + 11 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .grid-container__category {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .grid-container__category {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 21px;
  }
  .grid-container__category .grid-item__category:nth-child(-n+2) {
    grid-column: span 3;
  }
  .grid-container__category .grid-item__category:nth-child(-n+2) .category-card__content h3 {
    font-size: calc(24px + 8 * (100vw - 390px) / 1010);
    font-weight: 700;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .grid-container__category .grid-item__category:nth-child(-n+2) .category-card__content h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .grid-container__category .grid-item__category:nth-child(-n+2) .category-card__content h3 {
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .grid-container__category .grid-item__category:nth-child(1) {
    margin-inline-end: 10.5px;
  }
  .grid-container__category .grid-item__category:nth-child(2) {
    margin-inline-start: 10.5px;
  }
  .grid-container__category .grid-item__category:nth-child(n+3) {
    grid-column: span 2;
  }
  .grid-container__category .grid-item__category:nth-child(n+3) .category-card {
    padding-bottom: 58%;
  }
  .grid-container__category .grid-item__category:nth-child(3n+3) {
    margin-inline-end: 14px;
  }
  .grid-container__category .grid-item__category:nth-child(3n+4) {
    margin-inline: 7px;
  }
  .grid-container__category .grid-item__category:nth-child(3n+5) {
    margin-inline-start: 14px;
  }
}

.category-card {
  display: block;
  position: relative;
  padding-bottom: 69%;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease;
}
.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--home-category-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transform-origin: center;
  pointer-events: none;
}
.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  pointer-events: none;
}
.category-card:hover::before {
  transform: scale(1.1);
}
.category-card:hover::after {
  background: rgba(0, 0, 0, 0.4);
}
.category-card .category-card__content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #85B342;
  padding-block: 10px;
}
.category-card .category-card__content h3 {
  color: #fff;
  font-size: calc(21px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .category-card .category-card__content h3 {
    font-size: 28px;
  }
}
.category-card .category-card__content h3 {
  font-weight: 700;
}
.category-card._catalog {
  padding-bottom: 58%;
}
.category-card._all::after {
  background: rgba(0, 0, 0, 0.35);
}
.category-card._all:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.category-card._all .category-card__content {
  background: #5a8f2a;
}

.products-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .products-wrapper {
    column-gap: 20px;
  }
}
.products-wrapper {
  row-gap: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .products-wrapper {
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: calc(10px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card {
    border-radius: 10px;
  }
}
.product-card {
  background: #f1f1f1;
  padding-top: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card {
    padding-top: 20px;
  }
}
.product-card {
  padding-bottom: calc(28px + -8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card {
    padding-bottom: 20px;
  }
}
.product-card {
  padding-inline: calc(15px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card {
    padding-inline: 15px;
  }
}
.product-card .product-card__brand {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 55px;
}
.product-card .product-card__brand .product-card__brand-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.product-card .product-card__brand .product-card__brand-inner img,
.product-card .product-card__brand .product-card__brand-inner picture,
.product-card .product-card__brand .product-card__brand-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card .product-card__image {
  width: 100%;
  margin-bottom: calc(15px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card .product-card__image {
    margin-bottom: 15px;
  }
}
.product-card .product-card__image {
  position: relative;
}
.product-card .product-card__image .product-card__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.product-card .product-card__image .product-card__image-inner img,
.product-card .product-card__image .product-card__image-inner picture,
.product-card .product-card__image .product-card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .product-card .product-card__image {
    padding-inline: 25px;
  }
}
.product-card .product-card__content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
.product-card .product-card__content h5 {
  color: #060429;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-card__content .product-card__title {
  color: #060429;
  font-size: 16px;
  font-weight: 700;
}
.product-card .product-card__content .product-card__content-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.product-card .product-card__content .product-card__content-bottom .product-price {
  font-size: calc(14px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card .product-card__content .product-card__content-bottom .product-price {
    font-size: 20px;
  }
}
.product-card .product-card__content .product-card__content-bottom .product-price {
  color: #7FCC27;
  display: flex;
  justify-content: space-between;
}
.product-card .product-card__content .product-card__content-bottom .product-price del {
  color: #060429;
}
.product-card .product-card__content .product-card__content-bottom .product-price ins {
  text-decoration: none;
}
.product-card .product-card__content .product-card__content-bottom .button {
  font-size: 14px;
  max-width: 133px;
  background-color: #00AF12;
  padding: 7px 10px;
}
.product-card .product-card__content .product-card__content-bottom .button._add-to-cart {
  max-width: 56px;
}
.product-card .product-card__content .product-card__content-bottom .button._add-to-cart::before {
  font-family: "icomoon" !important;
  font-size: 17px;
  content: "\e926";
}
@media (min-width: 992px) {
  .product-card .product-card__content .product-card__content-bottom {
    justify-content: end;
  }
}

.products-wrapper .product-card .product-card__image .product-card__title,
.productsSwiper .product-card .product-card__image .product-card__title {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .products-wrapper .product-card .product-card__image .product-card__title,
  .productsSwiper .product-card .product-card__image .product-card__title {
    font-size: 16px;
  }
}
.products-wrapper .product-card .product-card__content .product-card__content-bottom,
.productsSwiper .product-card .product-card__content .product-card__content-bottom {
  gap: 7px;
}
.products-wrapper .product-card .product-card__content .product-card__content-bottom .button,
.productsSwiper .product-card .product-card__content .product-card__content-bottom .button {
  font-size: 14px;
  max-width: 133px;
  background-color: #00AF12;
}
.products-wrapper .product-card .product-card__content .product-card__content-bottom .button._add-to-cart,
.productsSwiper .product-card .product-card__content .product-card__content-bottom .button._add-to-cart {
  max-width: 56px;
}
.products-wrapper .product-card .product-card__content .product-card__content-bottom .button._add-to-cart::before,
.productsSwiper .product-card .product-card__content .product-card__content-bottom .button._add-to-cart::before {
  font-family: "icomoon" !important;
  font-size: 17px;
  content: "\e926";
}

.product-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-content .product_title {
  color: #111111;
  text-transform: capitalize;
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product_title {
    font-size: 32px;
  }
}
.product-content .product_title {
  font-weight: 700;
}
@media (min-width: 1400px) {
  .product-content .product_title {
    font-weight: 700;
  }
}
.product-content .product-description .description {
  color: #111111;
  font-size: calc(14px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product-description .description {
    font-size: 18px;
  }
}
.product-content .product-description .description {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .product-content .product-description .description {
    font-weight: 500;
  }
}
.product-content .product-description .description p:not(:last-child) {
  margin-bottom: 20px;
}
.product-content .short-description {
  color: #111111;
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .short-description {
    font-size: 20px;
  }
}
.product-content .short-description {
  font-weight: 500;
}
.product-content .product-sku {
  color: #060429;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product-sku {
    font-size: 18px;
  }
}
.product-content .product-sku {
  font-weight: 400;
}
.product-content .product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-content .product-tags .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-content .product-tags .item .icon {
  width: 75px;
  min-width: 75px;
  height: 78px;
}
.product-content .product-tags .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-content .product-image {
  grid-area: image;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-content .product-summary {
  position: relative;
  grid-area: summary;
  display: grid;
  gap: 15px;
  height: fit-content;
}
.product-content .product-summary .product-variations {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-content .product-summary .add-to-cart,
.product-content .product-summary .bundle_add_to_cart_button,
.product-content .product-summary ._secondary {
  width: 100%;
  max-width: calc(243px + 17 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product-summary .add-to-cart,
  .product-content .product-summary .bundle_add_to_cart_button,
  .product-content .product-summary ._secondary {
    max-width: 260px;
  }
}
.product-content .product-summary .add-to-cart,
.product-content .product-summary .bundle_add_to_cart_button,
.product-content .product-summary ._secondary {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #7FCC27;
}
.product-content .product-summary .quantity {
  height: 100%;
}
.product-content .product-summary .qty_select {
  padding-inline-start: 15px;
  min-width: 55px;
  height: 100%;
}
.product-content .product-summary .quantity_drop_down .drop_down_lable {
  display: none;
}
.product-content .product-summary .price {
  color: #060429;
}
.product-content .product-summary .price > .woocommerce-Price-amount,
.product-content .product-summary .price ins {
  font-size: calc(26px + 14 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product-summary .price > .woocommerce-Price-amount,
  .product-content .product-summary .price ins {
    font-size: 40px;
  }
}
.product-content .product-summary .price > .woocommerce-Price-amount {
  font-weight: 700;
}
.product-content .product-summary .price del {
  font-size: calc(22px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product-summary .price del {
    font-size: 30px;
  }
}
.product-content .product-summary .price del {
  font-weight: 500;
}
.product-content .product-summary .cfvsw-swatches-option {
  border-radius: 5px;
  border: 1px solid #060429;
  background: transparent;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-content .product-summary .cfvsw-swatches-option {
    font-size: 16px;
  }
}
.product-content .product-summary .cfvsw-swatches-option {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .product-content .product-summary .cfvsw-swatches-option {
    font-weight: 400;
  }
}
.product-content .product-summary .cfvsw-swatches-option.cfvsw-selected-swatch {
  background-color: #7FCC27;
}
.product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] {
  align-items: flex-start;
  gap: 12px;
}
.product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] .cfvsw-swatches-option {
  flex-direction: column;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0;
  gap: 6px;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  white-space: normal;
}
.product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] .cfvsw-swatches-option .cfvsw-swatch-inner {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] .cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #060429;
}
.product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] .cfvsw-swatches-option::after {
  content: attr(data-title);
  display: block;
  max-width: 72px;
  color: #060429;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  word-break: break-word;
}
.product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] .cfvsw-swatches-option .cfvsw-tooltip {
  display: none !important;
}
.product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] .cfvsw-swatches-option.cfvsw-swatches-blur::before, .product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] .cfvsw-swatches-option.cfvsw-swatches-blur-cross::before, .product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] .cfvsw-swatches-option.cfvsw-swatches-blur-disable::before, .product-content .product-summary .cfvsw-swatches-container[swatches-attr=attribute_pa_color] .cfvsw-swatches-option.cfvsw-swatches-blur-cross-disable::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.product-content .bundle_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.product-content._gift {
  grid-template-areas: "image summary";
}
.product-content._gift .quantity {
  display: none;
}
.product-content._gift .wps_wgm_added_wrapper > *:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .product-content {
    display: grid;
    gap: 60px;
    grid-template-columns: 45% 50%;
    grid-template-areas: "image summary";
  }
  .product-content .product-image {
    max-width: 100%;
  }
  .product-content .product-summary {
    gap: 40px;
  }
  .product-content._gift {
    grid-template-columns: 10% 80% 10%;
    grid-column-gap: 0px;
  }
  .product-content._gift .product-summary {
    padding: 40px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.product-gallery-custom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.product-gallery-custom .swiper {
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.product-gallery-custom .product-gallery-main {
  position: relative;
  width: 100%;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .swiper-slide {
  width: 100%;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image {
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: contain;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.product-gallery-custom .product-gallery-thumbs {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper {
  width: 100%;
  max-width: 100%;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .swiper-slide {
  width: auto;
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image.active {
  border-color: #060429;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image:hover {
  border-color: #060429;
  opacity: 0.8;
}

.section-hero {
  height: calc(442px + 500 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero {
    height: 942px;
  }
}
.section-hero {
  background-size: cover;
  background-position: bottom;
  padding-top: calc(102px + 125 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero {
    padding-top: 227px;
  }
}
.section-hero {
  position: relative;
}
.section-hero .section-hero__content {
  display: flex;
  flex-direction: column;
  color: #787878;
  gap: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero .section-hero__content {
    gap: 50px;
  }
}
.section-hero .section-hero__content .section-hero__content-top {
  display: flex;
  flex-direction: column;
  gap: calc(30px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero .section-hero__content .section-hero__content-top {
    gap: 35px;
  }
}
.section-hero .section-hero__content .section-hero__content-bottom {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.section-hero .section-hero__content .section-hero__content-bottom .button {
  font-size: calc(14px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero .section-hero__content .section-hero__content-bottom .button {
    font-size: 18px;
  }
}
.section-hero .section-hero__content .section-hero__content-bottom .button {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__content .section-hero__content-bottom .button {
    font-weight: 500;
  }
}
.section-hero .section-hero__image {
  width: calc(233px + 273 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero .section-hero__image {
    width: 506px;
  }
}
.section-hero .section-hero__image .section-hero__image-inner {
  position: relative;
  width: 100%;
  padding-top: 95.652173913%;
  overflow: hidden;
}
.section-hero .section-hero__image .section-hero__image-inner img,
.section-hero .section-hero__image .section-hero__image-inner picture,
.section-hero .section-hero__image .section-hero__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.popularProduct {
  padding-block: calc(50px + 25 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section.popularProduct {
    padding-block: 75px;
  }
}
.section.popularProduct {
  background: rgba(218, 126, 0, 0.1);
}

.mobile-sorting {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}
.mobile-sorting .sorting-button {
  display: block;
  padding: 10px;
  font-size: 24px;
}
.mobile-sorting .sorting-button::before {
  content: "\e911";
  font-family: "icomoon";
}
.mobile-sorting .sorting-dropdown {
  position: absolute;
  top: 100%;
  z-index: 11;
  max-width: 50vw;
  width: max-content;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.mobile-sorting .sorting-dropdown ul {
  padding: 15px 7px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.filter-button-mobile {
  display: block;
  padding: 10px;
  font-size: 20px;
}
.filter-button-mobile::before {
  content: "\e90e";
  font-family: "icomoon";
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce .variations tr {
  display: block;
}
.woocommerce .variations tr:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce .variations .label {
  display: none;
}
.woocommerce .variations .value {
  display: block;
  width: 100%;
}
.woocommerce .variations select {
  width: 100%;
  padding: 5px;
  margin-left: 0;
  text-align: center;
  line-height: normal;
  border-radius: 12px;
  border: none;
  background-color: rgba(214, 205, 219, 0.4);
}
.woocommerce .variations .reset_variations {
  display: none !important;
}
.woocommerce div.product p.stock {
  font-size: 17px;
  font-weight: 700;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a img,
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a picture,
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs > li:nth-child(n+5) {
  display: none;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
}
.woocommerce div.product form.cart div.quantity .qty {
  padding: 3px;
  border-radius: 12px;
  border: 0.839px solid #060429;
  box-shadow: 0px 1.677px 3.355px 0px rgba(0, 0, 0, 0.25);
}
.woocommerce div.product form.cart .variations select {
  background-color: rgba(214, 205, 219, 0.4);
}
.woocommerce div.product.product-type-variable .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child), .woocommerce div.product.product-type-simple1 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
  display: none;
}
.woocommerce div.product .bundled_product {
  display: flex;
  align-items: center;
}
.woocommerce div.product .bundled_product .details {
  width: 100%;
  float: none;
}
.woocommerce div.product .bundled_product .details .product_title {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce div.product .bundled_product .details .product_title {
    font-size: 16px;
  }
}
.woocommerce div.product .bundled_product .details .product_title {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .woocommerce div.product .bundled_product .details .product_title {
    font-weight: 400;
  }
}
.woocommerce div.product div.bundled_product_images {
  max-width: 80px;
  float: none;
}
.woocommerce div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images {
  width: 20%;
  max-width: 20%;
}
.woocommerce div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images img {
  margin-bottom: 0;
}
.woocommerce div.product .small_width.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
  width: 80%;
  padding-inline-start: 10px;
}
.woocommerce a.remove {
  min-width: 1em;
}
.woocommerce .quantity._mini-cart .qty {
  width: 30px;
}
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0px;
  border-radius: 0;
  color: #787878;
}
.woocommerce form.login a,
.woocommerce form.register a {
  color: #060429;
}
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
  margin: 2em 0;
}
.woocommerce form.login._checkout {
  max-width: 636px;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
}
.woocommerce form.login._checkout .form-row {
  float: none;
  width: 100%;
}
.woocommerce .woocommerce-info {
  border-top-color: #060429;
}
.woocommerce .woocommerce-info::before {
  color: #060429;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #EFEFEF;
  color: #787878;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  color: #7FCC27;
}
.woocommerce .custom_point_checkout {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .custom_point_checkout > p {
  display: flex;
  margin-top: 10px;
  color: #787878 !important;
}
.woocommerce .custom_point_checkout input#wps_cart_points {
  margin-right: 0;
  margin-left: 10px;
  direction: rtl;
}
.woocommerce .woocommerce-privacy-policy-text a {
  color: #060429;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  border-color: #787878;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon p {
  color: #787878;
}
@media (min-width: 991.9px) {
  .woocommerce .variations select {
    width: fit-content;
    min-width: auto !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-bottom: 42px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li {
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #060429;
  background: transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
    font-size: 18px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
  font-weight: 400;
  color: #787878;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active {
  background: #060429;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active a {
  font-weight: 700;
  color: #787878;
}
.woocommerce-account .woocommerce-MyAccount-navigation .log-out {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  color: #787878;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #7FCC27;
}
.woocommerce-account .woocommerce-MyAccount-content input {
  background: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .points-block + .wps_wpr_badge_way_points_main_wrap {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  color: #060429;
}
@media (min-width: 991.9px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    padding: calc(10px + 10 * (100vw - 390px) / 1010);
    border-radius: 40px;
    border: 1px solid #787878;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 20px;
  }
}
@media (min-width: 991.9px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
    display: block;
    margin-bottom: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading h4 {
    font-size: calc(18px + 2 * (100vw - 390px) / 1010);
    font-weight: 700;
    color: #787878;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading h4 {
    font-size: 20px;
  }
}
@media (min-width: 991.9px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
    display: grid;
    justify-content: start;
    gap: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li {
    padding: 0;
    border-radius: 0px;
    border: none;
    background: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active {
    background: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active a {
    color: #7FCC27;
    font-weight: 700;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .log-out {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    height: 100%;
    padding: calc(10px + 10 * (100vw - 390px) / 1010);
    border-radius: 40px;
    border: 1px solid #787878;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
  }
}

.woocommerce-result-count {
  color: #787878;
}

.woocommerce-ordering select {
  text-align: center;
  border-radius: 12px;
  border: 1px solid #787878;
  background: transparent;
  appearance: none;
  color: #787878;
  padding: 5px;
  /* Chrome, Safari, Edge, Opera */
}
.woocommerce-ordering select::-webkit-outer-spin-button, .woocommerce-ordering select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-ordering select {
  /* Firefox */
  -moz-appearance: textfield;
}

.woocommerce-order {
  color: #787878;
}

.pwf-filter-container .pwf-field-item-title {
  color: #787878;
  font-size: 24px;
}
.pwf-filter-container .pwf-field-item-checkboxlist .pwf-field-item-container > .pwf-checkboxlist-item > .pwf-item-inner .pwf-item-label {
  display: flex;
  align-items: center;
}
.pwf-filter-container .pwf-field-item-checkboxlist .pwf-field-item-container > .pwf-checkboxlist-item:last-child > .pwf-item-inner .pwf-item-label {
  margin-bottom: 8px;
}
.pwf-filter-container .pwf-field-item-checkboxlist .pwf-field-item-container .text-title {
  color: #787878;
}

.pwf-sticky-filter .pwf-sticky-filter-inner {
  background: #fff;
  color: #fff;
}
.pwf-sticky-filter .pwf-sticky-button {
  color: #fff;
}

.pwf-sticky-filter .pwf-sticky-button,
.pwf-off-canvas .pwf-canvas-footer {
  padding-bottom: 10px;
}

.pwf-sticky-button .pwf-sorting .pwf-sorting-text::after {
  position: static;
}

.modal-content {
  border-radius: 0;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.modal-content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #060429;
}
.modal-content .btn-close {
  margin: calc(10px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .modal-content .btn-close {
    margin: 25px;
  }
}
.modal-content .btn-close {
  position: absolute;
  left: 0;
  z-index: 2;
  background: none;
  opacity: 1;
  mix-blend-mode: difference;
}
.modal-content .btn-close::before {
  content: "\ea0f";
  font-family: "icomoon";
  display: block;
  color: #fff;
}
.modal-content .modal-body {
  padding: 0;
}

.welcome-modal .welcome-modal__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 66%;
}
.welcome-modal .welcome-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: calc(21px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-top: 21px;
  }
}
.welcome-modal .welcome-modal__content {
  padding-right: calc(10px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-right: 10px;
  }
}
.welcome-modal .welcome-modal__content {
  padding-bottom: calc(20px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-bottom: 20px;
  }
}
.welcome-modal .welcome-modal__content {
  padding-left: calc(10px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-left: 10px;
  }
}
.welcome-modal .welcome-modal__content {
  color: #060429;
}
.welcome-modal .welcome-modal__content .logo {
  display: none;
  margin-bottom: 10px;
}
.welcome-modal .welcome-modal__content .title {
  margin-bottom: calc(10px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .title {
    margin-bottom: 10px;
  }
}
.welcome-modal .welcome-modal__content .title {
  font-size: calc(21px + 11 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .title {
    font-size: 32px;
  }
}
.welcome-modal .welcome-modal__content .title {
  font-weight: 700;
}
.welcome-modal .welcome-modal__content .value {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: calc(21px + 11 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .value {
    font-size: 32px;
  }
}
.welcome-modal .welcome-modal__content .value {
  font-weight: 700;
  line-height: 1;
}
.welcome-modal .welcome-modal__content .value span {
  font-size: calc(99px + 21 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .value span {
    font-size: 120px;
  }
}
.welcome-modal .welcome-modal__content .value span {
  font-weight: 900;
}
.welcome-modal .welcome-modal__content .subtitle {
  margin-bottom: calc(20px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .subtitle {
    margin-bottom: 35px;
  }
}
.welcome-modal .welcome-modal__content .subtitle {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .subtitle {
    font-size: 20px;
  }
}
.welcome-modal .welcome-modal__content .subtitle {
  font-weight: 700;
}
.welcome-modal .welcome-modal__content .description {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .description {
    font-size: 20px;
  }
}
.welcome-modal .welcome-modal__content .description {
  font-weight: 500;
}
.welcome-modal .welcome-modal__content .button {
  margin-top: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .button {
    margin-top: 30px;
  }
}
.welcome-modal .welcome-modal__content .button {
  z-index: 2;
}
@media (min-width: 991.9px) {
  .welcome-modal .welcome-modal__image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
  }
  .welcome-modal .welcome-modal__content {
    padding: 20px;
    height: 100%;
    justify-content: center;
  }
  .welcome-modal .welcome-modal__content .logo {
    display: flex;
  }
  .welcome-modal .welcome-modal__content .logo .logo__inner {
    justify-content: center;
  }
}

.banner {
  width: 100%;
}
.banner._banner-1 .banner__inner {
  position: relative;
  width: 100%;
  padding-top: 103.8167938931%;
  overflow: hidden;
}
.banner._banner-1 .banner__inner img,
.banner._banner-1 .banner__inner picture,
.banner._banner-1 .banner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 767.9px) {
  .banner._banner-1 .banner__inner {
    position: relative;
    width: 100%;
    padding-top: 29.1428571429%;
    overflow: hidden;
  }
  .banner._banner-1 .banner__inner img,
  .banner._banner-1 .banner__inner picture,
  .banner._banner-1 .banner__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: calc(31px + 154 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .login-form {
    padding-inline: 185px;
  }
}
.login-form {
  padding-block: calc(25px + -5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .login-form {
    padding-block: 20px;
  }
}
.login-form {
  gap: 20px;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.login-form input {
  border: 1px solid #000;
  font-size: 16px;
  padding: 10px;
}

.benefits-card {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-block: 25px;
}
.benefits-card .benefits-card__image {
  width: 20%;
  min-width: 20%;
  align-content: center;
}
.benefits-card .benefits-card__image .benefits-card__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.benefits-card .benefits-card__image .benefits-card__image-inner img,
.benefits-card .benefits-card__image .benefits-card__image-inner picture,
.benefits-card .benefits-card__image .benefits-card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits-card .benefits-card__content {
  display: flex;
  flex-direction: column;
}
.benefits-card .benefits-card__content h4 {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .benefits-card .benefits-card__content h4 {
    font-size: 20px;
  }
}
.benefits-card .benefits-card__content h4 {
  font-weight: 700;
}
.benefits-card .benefits-card__content h5 {
  font-size: calc(15px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .benefits-card .benefits-card__content h5 {
    font-size: 15px;
  }
}
.benefits-card .benefits-card__content h5 {
  font-weight: 600;
  opacity: 60%;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-wrapper .faq-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.faq-wrapper .faq-card h4 {
  color: #00AF12;
  font-size: 24px;
  font-weight: 700;
}
.faq-wrapper .faq-card h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.post-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #787878;
  border-radius: 8px;
  overflow: hidden;
}
.post-card .post-card__image {
  width: 100%;
}
.post-card .post-card__image .post-card__image-inner {
  position: relative;
  width: 100%;
  padding-top: 77.5700934579%;
  overflow: hidden;
}
.post-card .post-card__image .post-card__image-inner img,
.post-card .post-card__image .post-card__image-inner picture,
.post-card .post-card__image .post-card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card .post-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px;
  padding-top: calc(20px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .post-card .post-card__content {
    padding-top: 20px;
  }
}
.post-card .post-card__content {
  padding-inline: calc(12px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .post-card .post-card__content {
    padding-inline: 15px;
  }
}
.post-card .post-card__content {
  padding-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .post-card .post-card__content {
    padding-bottom: 20px;
  }
}
.post-card .post-card__content .title {
  margin-bottom: calc(15px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .post-card .post-card__content .title {
    margin-bottom: 15px;
  }
}
.post-card .post-card__content .title {
  font-size: calc(14px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .post-card .post-card__content .title {
    font-size: 18px;
  }
}
.post-card .post-card__content .title {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .post-card .post-card__content .title {
    font-weight: 500;
  }
}
.post-card .post-card__content .title {
  font-weight: 700;
  color: #060429;
}
.post-card .post-card__content .title a {
  color: inherit;
  transition: all 0.2s ease;
}
.post-card .post-card__content .title a:hover {
  color: #00AF12;
}
.post-card .post-card__content .text {
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .post-card .post-card__content .text {
    margin-bottom: 20px;
  }
}
.post-card .post-card__content .text {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .post-card .post-card__content .text {
    font-size: 16px;
  }
}
.post-card .post-card__content .text {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .post-card .post-card__content .text {
    font-weight: 400;
  }
}
.post-card .post-card__content .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #787878;
}
.post-card .post-card__content .forward-link {
  margin-top: auto;
  margin-inline-end: auto;
}
.post-card._small .post-card__content .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .post-card .post-card__content .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.single-post h1 {
  color: #060429;
}
.single-post .post-featured .responsive-image {
  border-radius: 8px;
  overflow: hidden;
  background: #EFEFEF;
}
.single-post .text-content._editor {
  color: #111111;
}
.single-post .text-content._editor a {
  color: #00AF12;
  text-decoration: underline;
}
.single-post .text-content._editor a:hover {
  color: #7FCC27;
}
.single-post .text-content._editor img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-post .text-content._editor ul,
.single-post .text-content._editor ol {
  padding-inline-start: 1.25em;
}

.section-videos .videosSwiper {
  margin-bottom: calc(25px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-videos .videosSwiper {
    margin-bottom: 40px;
  }
}
.section-videos .videosSwiper .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.section-videos__button {
  width: fit-content;
  max-width: 100%;
  gap: 10px;
  padding-inline: 20px;
}
.section-videos__button .icon-youtube {
  font-size: 1.1em;
  line-height: 1;
}
.section-videos__button:hover {
  color: #000;
}

.c-video-poster {
  width: 100%;
}
.c-video-poster__overlay, .c-video-poster__frame, .c-video-poster__static {
  overflow: hidden;
  background: #ece9e5;
}
.c-video-poster__overlay {
  position: relative;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: block;
}
.c-video-poster__poster {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.c-video-poster__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-video-poster__poster-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-video-poster__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.c-video-poster__play::before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
}
.c-video-poster__play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #7FCC27;
  transform: translateX(3px);
}
.c-video-poster__frame {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-video-poster__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.c-video-poster__static {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.c-video-poster__static img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-bulk-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-bulk-wrapper .custom-bulk-box {
  width: 100%;
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.custom-bulk-wrapper .custom-bulk-box .icon-add-to-cart {
  display: block;
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .custom-bulk-wrapper .custom-bulk-box .icon-add-to-cart {
    font-size: 20px;
  }
}
.custom-bulk-wrapper .custom-bulk-box .icon-add-to-cart {
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #00AF12;
  padding: 6px 7px;
  color: #fff;
}
.custom-bulk-wrapper .custom-bulk-box .icon-add-to-cart::before {
  content: "\e926";
  font-family: "icomoon" !important;
}

.calculator {
  display: flex;
  flex-direction: column;
}
.calculator .calculator__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(9px + 11 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .calculator .calculator__top {
    gap: 20px;
  }
}
.calculator .calculator__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: calc(11px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .calculator .calculator__bottom {
    gap: 20px;
  }
}
.calculator .calculator__bottom .button {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 6px;
}
.calculator .calculator-input input {
  width: 90px;
  display: flex;
  padding-inline-start: 15px;
  border-radius: 10px;
  border: 2px solid #7FCC27;
  background-color: #EFEFEF;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.calculator .calculator-input input.error {
  border-color: #ff756c;
}
.calculator .calculator-message {
  min-height: 1.2em;
  margin: 8px 0 0;
  color: #111111;
  font-size: 14px;
}
.calculator .calculator-message._error {
  color: #ff756c;
}
.calculator .calculator-message._success {
  color: #00AF12;
}

.calculator-content {
  border-radius: 10px;
  border: 2px solid #7FCC27;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 18px 23px;
}
.calculator-content[hidden] {
  display: none;
}
.calculator-content .title {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
}
.calculator-content .description {
  color: #060429;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .calculator-content .description {
    font-size: 18px;
  }
}
.calculator-content .description {
  font-weight: 400;
}
.calculator-content .button {
  align-self: center;
  color: #111111;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .calculator-content .button {
    font-size: 18px;
  }
}
.calculator-content .button {
  font-weight: 700;
}
.calculator-content .button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.calculator-content .calculator-price .price {
  color: #111111;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .calculator-content .calculator-price .price {
    font-size: 18px;
  }
}
.calculator-content .calculator-price .price {
  font-weight: 700;
}
.calculator-content .calculator-price .price-note {
  color: #111111;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .calculator-content .calculator-price .price-note {
    font-size: 16px;
  }
}
.calculator-content .calculator-price .price-note {
  font-weight: 400;
}
.calculator-content .calculator-selected-size,
.calculator-content .calculator-message {
  margin: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
}
.calculator-content .calculator-message {
  min-height: 1.2em;
}
.calculator-content .calculator-message._error {
  color: #ff756c;
}
.calculator-content .calculator-message._success {
  color: #00AF12;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #d1d5db !important;
}

.border-top {
  border-top: 1px solid #d1d5db !important;
}

.border-end {
  border-right: 1px solid #d1d5db !important;
}

.border-bottom {
  border-bottom: 1px solid #d1d5db !important;
}

.border-start {
  border-left: 1px solid #d1d5db !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #060429 !important;
}

.border-secondary {
  border-color: #787878 !important;
}

.border-success {
  border-color: #6cffc1 !important;
}

.border-info {
  border-color: #27b3d2 !important;
}

.border-warning {
  border-color: #ffb067 !important;
}

.border-danger {
  border-color: #ff756c !important;
}

.border-light {
  border-color: #a4a4a4 !important;
}

.border-dark {
  border-color: #111111 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-radius-xl {
  border-radius: 20px !important;
}

.shadow {
  box-shadow: 6px 6px 9.5px 0 rgba(53, 47, 47, 0.7) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.font-italic {
  font-style: italic !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-black {
  font-weight: 900 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: normal !important;
}

.lh-lg {
  line-height: 1.5 !important;
}

.text-primary {
  color: #060429 !important;
}

.text-secondary {
  color: #787878 !important;
}

.text-button-dark {
  color: #00AF12 !important;
}

.text-success {
  color: #6cffc1 !important;
}

.text-info {
  color: #27b3d2 !important;
}

.text-warning {
  color: #ffb067 !important;
}

.text-danger {
  color: #ff756c !important;
}

.text-light {
  color: #a4a4a4 !important;
}

.text-dark {
  color: #111111 !important;
}

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

.text-white {
  color: #fff !important;
}

.text-body {
  color: #111827 !important;
}

.text-muted {
  color: #4b5563 !important;
}

.bg-primary {
  background-color: #060429 !important;
}

.bg-secondary {
  background-color: #787878 !important;
}

.bg-button {
  background-color: #7FCC27 !important;
}

.bg-success {
  background-color: #6cffc1 !important;
}

.bg-info {
  background-color: #27b3d2 !important;
}

.bg-warning {
  background-color: #ffb067 !important;
}

.bg-danger {
  background-color: #ff756c !important;
}

.bg-light {
  background-color: #a4a4a4 !important;
}

.bg-dark {
  background-color: #111111 !important;
}

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

.bg-white {
  background-color: #fff !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-neutral {
  background-color: #EFEFEF !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-zoom-in {
  cursor: zoom-in !important;
}

.cursor-zoom-out {
  cursor: zoom-out !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.shadow {
  box-shadow: 6px 6px 9.5px 0 rgba(53, 47, 47, 0.7) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.bg-gradient-primary {
  background: linear-gradient(256deg, #E0A872 0.24%, #FFF3E0 19.35%, #F8E4BE 33.54%, #E0A872 91.17%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%) !important;
}

.bg-gradient-3 {
  background: linear-gradient(to right, #4a008c, #8d99ae) !important;
}

.text-gradient-primary {
  background: linear-gradient(256deg, #E0A872 0.24%, #FFF3E0 19.35%, #F8E4BE 33.54%, #E0A872 91.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-gradient-secondary {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-gradient-3 {
  background: linear-gradient(to right, #4a008c, #8d99ae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-in-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-in-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scale-in {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fade-in 0.3s ease-out forwards;
}

.animate-slide-in-left {
  animation: slide-in-left 0.3s ease-out forwards;
}

.animate-slide-in-right {
  animation: slide-in-right 0.3s ease-out forwards;
}

.animate-slide-in-up {
  animation: slide-in-up 0.3s ease-out forwards;
}

.animate-slide-in-down {
  animation: slide-in-down 0.3s ease-out forwards;
}

.animate-scale-in {
  animation: scale-in 0.3s ease-out forwards;
}

body {
  background-color: #fff;
}
body.mini-cart-shown::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 101;
}

.header {
  width: 100%;
}
.header .header__top {
  padding-top: calc(8px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__top {
    padding-top: 12px;
  }
}
.header .header__top {
  padding-bottom: calc(8px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__top {
    padding-bottom: 12px;
  }
}
.header .header__top {
  background-color: #060429;
  color: #fff;
}
.header .header-main {
  position: relative;
  padding-top: calc(7px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-top: 7px;
  }
}
.header .header-main {
  padding-bottom: calc(7px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-bottom: 7px;
  }
}
.header .header-main {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.section {
  margin-bottom: calc(100px + 50 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 150px;
  }
}
.section {
  overflow-x: clip;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section .section-heading {
  display: grid;
  gap: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    gap: 15px;
  }
}
.section .section-heading {
  margin-bottom: calc(25px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 40px;
  }
}
.section .section-heading h2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-size: 32px;
  }
}
.section .section-heading h2 {
  font-weight: 700;
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-weight: 700;
  }
}
.section .section-heading h2 {
  color: #060429;
}
.section .section-heading h3 {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-size: 20px;
  }
}
.section .section-heading h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-weight: 600;
  }
}
.section .section-heading h3 {
  color: #060429;
}
.section._first {
  padding-top: calc(73px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._first {
    padding-top: 80px;
  }
}
.section._first {
  padding-bottom: calc(50px + 25 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._first {
    padding-bottom: 75px;
  }
}
.section._bg-dark {
  background-color: #010101;
  color: #fff;
}
.section._bg-light {
  background-color: #f1f1f1;
  color: #111111;
}
.section._padding {
  padding-top: calc(40px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._padding {
    padding-top: 80px;
  }
}
.section._padding {
  padding-bottom: calc(40px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._padding {
    padding-bottom: 80px;
  }
}
.section._bg {
  background-color: #fff;
  padding-block: calc(50px + 25 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._bg {
    padding-block: 75px;
  }
}

.section-checkout .section-checkout__content {
  margin-bottom: 40px;
  color: #787878;
}
.section-checkout .section-checkout__content h3 {
  margin-bottom: 14px;
}
.section-checkout .section-checkout__content .form-floating > .form-control:focus ~ label,
.section-checkout .section-checkout__content .form-floating > .form-control:not(:placeholder-shown) ~ label,
.section-checkout .section-checkout__content .form-floating > .form-control-plaintext ~ label,
.section-checkout .section-checkout__content .form-floating > .form-select ~ label {
  color: #787878;
}
.section-checkout .section-checkout__content .form-floating > .form-control:focus ~ label::after,
.section-checkout .section-checkout__content .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.section-checkout .section-checkout__content .form-floating > .form-control-plaintext ~ label::after,
.section-checkout .section-checkout__content .form-floating > .form-select ~ label::after {
  background-color: transparent;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl] .select2-selection--single {
  border-radius: 15px;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__placeholder {
  display: block;
  height: 20px;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: none;
  margin-inline-end: 5px;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl].select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.section-checkout .section-checkout__content .select2-container[dir=rtl].select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.section-checkout .section-checkout__content .checkout-input {
  margin-bottom: 16px;
}
.section-checkout .section-checkout__content .checkout-input input {
  font-size: 16px;
  line-height: normal;
  color: #787878;
  background-color: transparent;
  border: 1px solid #787878;
  border-radius: 15px;
}
.section-checkout .section-checkout__content .checkout-input select {
  font-size: 16px;
  line-height: normal;
  color: #787878;
  background-color: transparent;
  border: 1px solid #787878;
  border-radius: 15px;
}
.section-checkout .section-checkout__content .checkout-input select option {
  background-color: #fff;
}
.section-checkout .section-checkout__content .checkout-input textarea {
  background-color: #fff;
  border: 1px solid #787878;
  color: #787878;
}
.section-checkout .section-checkout__content .checkout-input .hint {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #787878;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.section-checkout .section-checkout__content .checkout-input .hint::before {
  content: "?";
}
.section-checkout .buttons-group {
  display: flex;
  align-items: center;
  margin: -5px -5px;
}
.section-checkout .buttons-group .button {
  margin: 5px;
  padding: 10px;
  width: 50%;
}
.section-checkout .checkout-summary {
  margin-bottom: 20px;
  padding: 32px 24px 74px;
  border-radius: 15px;
  border: 1px solid #787878;
  color: #787878;
}
.section-checkout .checkout-summary h4 {
  margin-bottom: 12px;
}
.section-checkout .checkout-summary .checkout-summary__products-list {
  margin-bottom: 47px;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 15px;
  border: 1px solid #060429;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image {
  width: 14%;
  min-width: 14%;
  margin-right: 16px;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image .summary-product__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image .summary-product__image-inner img,
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image .summary-product__image-inner picture,
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image .summary-product__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__name {
  width: 100%;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}
.section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__price {
  font-size: 16px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment {
  margin-bottom: 24px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block {
  font-size: 14px;
  font-weight: 400;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block:not(:last-child) {
  margin-bottom: 16px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block h6 {
  margin-bottom: 8px;
  color: #111111;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block .block-value {
  display: block;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item:not(:last-child) {
  margin-bottom: 16px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item .title {
  font-size: 14px;
}
.section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item .value {
  font-size: 16px;
}
@media (min-width: 991.9px) {
  .section-checkout .section-checkout__content {
    margin-bottom: 40px;
  }
  .section-checkout .section-checkout__content h3 {
    margin-bottom: 20px;
  }
  .section-checkout .section-checkout__content .checkout-input {
    margin-bottom: 14px;
  }
  .section-checkout .section-checkout__content .checkout-input input {
    font-size: 16px;
  }
  .section-checkout .section-checkout__content .checkout-input select {
    font-size: 16px;
  }
  .section-checkout .buttons-group {
    justify-content: end;
    margin: -10px -10px;
  }
  .section-checkout .buttons-group .button {
    margin: 10px;
    padding: 13px;
    width: 265px;
  }
  .section-checkout .checkout-summary {
    padding: 32px 24px 32px;
  }
  .section-checkout .checkout-summary h4 {
    margin-bottom: 20px;
  }
  .section-checkout .checkout-summary .checkout-summary__products-list {
    margin-bottom: 20px;
  }
  .section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__image {
    width: 10%;
    min-width: 10%;
  }
  .section-checkout .checkout-summary .checkout-summary__products-list .summary-product .summary-product__name {
    font-size: 16px;
  }
  .section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-shipment .checkout-summary__info-shipment-block {
    font-size: 16px;
  }
  .section-checkout .checkout-summary .checkout-summary__info .checkout-summary__info-rows .checkout-summary__info-rows-item .title {
    font-size: 16px;
  }
}

.section-account-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-account-form .accountGallerySwiper {
  padding: 0;
  border-radius: 20px;
}
.section-account-form .accountGallerySwiper .swiper-wrapper {
  height: auto;
}
.section-account-form .accountGallerySwiper .swiper-pagination {
  width: 100%;
  padding-top: calc(14px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-account-form .accountGallerySwiper .swiper-pagination {
    padding-top: 24px;
  }
}
.section-account-form .accountGallerySwiper .swiper-pagination {
  padding-bottom: calc(14px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-account-form .accountGallerySwiper .swiper-pagination {
    padding-bottom: 24px;
  }
}
.section-account-form .accountGallerySwiper .swiper-pagination {
  background: linear-gradient(180deg, rgba(0, 210, 198, 0.5) 0%, #00d2c6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet {
  border-color: #060429;
  background-color: #060429;
  opacity: 0.5;
}
.section-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #060429;
  opacity: 1;
}
.section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner {
  position: relative;
  width: 100%;
  padding-top: 59.4594594595%;
  overflow: hidden;
}
.section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner img,
.section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner picture,
.section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-account-form .form-content .back-to-login {
  display: none;
}
.section-account-form .form-content .block-heading {
  margin-bottom: calc(23px + 17 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading {
    margin-bottom: 40px;
  }
}
.section-account-form .form-content .block-heading h2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading h2 {
    font-size: 32px;
  }
}
.section-account-form .form-content .block-heading h2 {
  font-weight: 700;
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading h2 {
    font-weight: 700;
  }
}
.section-account-form .form-content .block-heading p {
  margin-top: calc(5px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    margin-top: 15px;
  }
}
.section-account-form .form-content .block-heading p {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    font-size: 16px;
  }
}
.section-account-form .form-content .block-heading p {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    font-weight: 400;
  }
}
.section-account-form .form-content .block-heading p {
  opacity: 0.75;
}
@media (min-width: 991.9px) {
  .section-account-form .accountGallerySwiper {
    border-radius: 30px;
  }
  .section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner {
    position: relative;
    width: 100%;
    padding-top: 148.9051094891%;
    overflow: hidden;
  }
  .section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner img,
  .section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner picture,
  .section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-account-form .form-content {
    position: relative;
  }
  .section-account-form .form-content .back-to-login {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
  }
  .section-account-form .form-content .back-to-login::before {
    content: "\e900";
    font-family: "Icomoon";
    line-height: 1;
  }
}

.woocommerce-privacy-policy-text a {
  color: #7FCC27 !important;
  font-weight: 700;
}

.footer {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
.footer {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .footer {
    font-weight: 400;
  }
}
.footer {
  background-color: #fff;
  color: #060429;
}
.footer a {
  color: #060429;
}
.footer a:hover {
  color: #a4a4a4;
}
.footer .footer__main {
  padding-block: calc(30px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-block: 45px;
  }
}
.footer .footer__main {
  background: #faf8f7;
  color: #060429;
}
.footer .footer__main a {
  color: #060429;
  transition: color 0.3s ease;
}
.footer .footer__main a:hover {
  color: #000;
}
.footer .footer__main .footer__social {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.footer .footer__main .footer-block .footer-block__title {
  margin-bottom: calc(15px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__title {
    margin-bottom: 25px;
  }
}
.footer .footer__main .footer-block .footer-block__title {
  font-family: 700;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #060429;
}
.footer .footer__main .footer-block .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer .footer__main .footer-block .footer-menu li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  display: inline-block;
  transition: all 0.2s ease;
}
.footer .footer__main .footer-block .footer-menu li a:hover {
  color: #a4a4a4;
  font-weight: 600;
}
.footer .footer__main .footer-block .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}
.footer .footer__main .footer-block .footer-contact li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer__main .footer-block .footer-contact li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: calc(15px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-contact li a {
    font-size: 17px;
  }
}
.footer .footer__main .footer-block .footer-contact li a {
  font-weight: 400;
}
.footer .footer__main .footer-block .footer-contact li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.footer .footer__main .footer-block .footer-contact li .footer-contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.footer .footer__main .footer-block .footer-contact li .footer-contact__icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .footer .footer__main .footer-block .footer-contact {
    align-items: flex-start;
    text-align: start;
  }
}
.footer .footer__main .footer__mobile-menu .accordion {
  border-top: none;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #060429;
  margin-bottom: 0;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 400;
  color: #1f2124;
  background-color: transparent;
  padding: 15px 0;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item .accordion-header .accordion-button::after {
  margin-inline-start: 10px;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.footer .footer__main .footer__mobile-menu .accordion .accordion-item .accordion-body {
  padding: 15px 0;
}
.footer .footer__legal {
  padding-top: calc(5px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__legal {
    padding-top: 5px;
  }
}
.footer .footer__legal {
  padding-bottom: calc(5px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__legal {
    padding-bottom: 5px;
  }
}
.footer .footer__legal {
  border-top: 1px solid #060429;
  border-bottom: 1px solid #060429;
  background-color: #faf8f7;
  color: #060429;
}
.footer .footer__legal .footer__legal-content {
  text-align: center;
}
.footer .footer__legal .footer__legal-content p {
  font-size: calc(12px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__legal .footer__legal-content p {
    font-size: 13px;
  }
}
.footer .footer__legal .footer__legal-content p {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
}
.footer .footer__bottom {
  padding-top: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-top: 20px;
  }
}
.footer .footer__bottom {
  padding-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-bottom: 20px;
  }
}
.footer .footer__bottom {
  background-color: #faf8f7;
  color: #060429;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer__bottom a {
  color: #060429;
  transition: all 0.3s ease;
}
.footer .footer__bottom .footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 991.9px) {
  .footer .footer__bottom .footer__bottom-links {
    justify-content: flex-start;
  }
}
.footer .footer__bottom .footer__bottom-links li {
  position: relative;
  padding: 0 10px;
}
.footer .footer__bottom .footer__bottom-links li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #060429;
}
.footer .footer__bottom .footer__bottom-info {
  text-align: center;
}
@media (min-width: 991.9px) {
  .footer .footer__bottom .footer__bottom-info {
    text-align: right;
  }
}
.footer .footer__fuseit {
  padding: 10px 0;
  background: #060429;
}
.footer .footer__fuseit .footer-fuseit__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
}
.footer .footer__fuseit .footer-fuseit__text a {
  color: #fff;
}

.system-windows ::-webkit-scrollbar {
  width: 10px !important;
  height: 16px !important;
}
.system-windows ::-webkit-scrollbar-thumb {
  opacity: 0.15 !important;
  background: #808080 !important;
  background-clip: content-box !important;
  border: 3.6px solid transparent !important;
  border-radius: 8px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: 24px !important;
  min-width: 24px !important;
}
.system-windows ::-webkit-scrollbar-thumb:hover,
.system-windows ::-webkit-scrollbar-thumb:active {
  background: #7FCC27 !important;
  background-clip: content-box !important;
  border: 3.6px solid transparent !important;
}
.system-windows ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1) !important;
  border: none !important;
}
.system-windows ::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.system-windows ::-webkit-scrollbar-track:vertical:hover {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.system-windows ::-webkit-scrollbar-track:horizontal:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.system-windows .header ul.header-categories__list::-webkit-scrollbar {
  width: 12px !important;
  height: 12px !important;
}
.system-windows .header ul.header-categories__list::-webkit-scrollbar-track {
  background: transparent !important;
}

.main {
  padding-top: calc(44px + 36 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .main {
    padding-top: 80px;
  }
}

.header-categories {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.header-categories ul.header-categories__list {
  flex-wrap: nowrap;
  gap: 30px;
  overflow-x: auto;
  cursor: grab;
  user-select: none;
  font-size: 14px;
  font-weight: 500;
}
.header-categories ul.header-categories__list.is-dragging, .header-categories ul.header-categories__list.is-dragging * {
  cursor: grabbing;
}
.header-categories ul.header-categories__list li.header-categories__item {
  padding-top: calc(8px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-categories ul.header-categories__list li.header-categories__item {
    padding-top: 14px;
  }
}
.header-categories ul.header-categories__list li.header-categories__item {
  padding-bottom: calc(8px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-categories ul.header-categories__list li.header-categories__item {
    padding-bottom: 14px;
  }
}
.header-categories ul.header-categories__list li.header-categories__item > a {
  display: block;
  padding-right: 0;
  padding-left: 0;
  padding-top: calc(8px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-categories ul.header-categories__list li.header-categories__item > a {
    padding-top: 15px;
  }
}
.header-categories ul.header-categories__list li.header-categories__item > a {
  padding-bottom: calc(8px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-categories ul.header-categories__list li.header-categories__item > a {
    padding-bottom: 15px;
  }
}
.header-categories ul.header-categories__list li.header-categories__item > a {
  width: max-content;
  font-size: calc(14px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-categories ul.header-categories__list li.header-categories__item > a {
    font-size: 18px;
  }
}
.header-categories ul.header-categories__list li.header-categories__item > a {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .header-categories ul.header-categories__list li.header-categories__item > a {
    font-weight: 500;
  }
}
.header-categories ul.header-categories__list li.header-categories__item > a {
  color: #111111;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown {
  width: 100%;
  max-width: 784px;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #060429;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease;
  z-index: 100;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .sub-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  padding: 5px 0;
  height: max-content;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .sub-categories li a {
  font-size: 14px;
  font-weight: 500;
  color: #060429;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .sub-categories .sub-category-block .sub-category-block__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .sub-categories .sub-category-block > ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .category-image {
  width: 100%;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .category-image .category-image__inner {
  position: relative;
  width: 100%;
  padding-top: 54.3766578249%;
  overflow: hidden;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .category-image .category-image__inner img,
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .category-image .category-image__inner picture,
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .category-image .category-image__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-categories ul.header-categories__list li.header-categories__item .header-categories__item-dropdown .category-image .category-image__inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header-categories ul.header-categories__list li.header-categories__item:hover .header-categories__item-dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
  visibility: visible;
  opacity: 1;
  max-height: 1000px;
}

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