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

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

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

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

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

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

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

.text-size-8 {
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 14px;
  }
}
@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: #ffffff;
}

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);
  font-weight: 400;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }
}
@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: #000000;
}
a:hover {
  transition: all 0.2s ease;
}

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

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

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

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

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

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

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

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

.bg-black {
  background-color: #000000 !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: rgba(255, 216, 216, 0.6) !important;
}

.bg-light {
  background-color: rgba(255, 216, 216, 0.6) !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: "Noto Sans Hebrew", sans-serif;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: normal;
  color: #111111;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  body {
    font-weight: 400;
  }
}
body .main {
  flex: 1;
}

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

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

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

.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;
  max-width: 100%;
  width: 187px;
  width: calc(118px + 69 * (100vw - 390px) / 1010);
  padding: 10px;
  font-size: calc(14px + 6 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: normal;
  background: #DA7E00;
  color: #F8F8F8;
  border-radius: 10px;
  border-color: transparent;
}
@media (min-width: 1400px) {
  .button {
    width: 187px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-weight: 400;
  }
}
.button._w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.button._small {
  width: 170px;
  padding-top: calc(4px + 2 * (100vw - 390px) / 1010);
  padding-right: calc(12px + 4 * (100vw - 390px) / 1010);
  padding-bottom: calc(4px + 2 * (100vw - 390px) / 1010);
  padding-left: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-top: 6px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-right: 16px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-bottom: 6px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-left: 16px;
  }
}
.button._light {
  background: transparent;
  color: #F8F8F8;
}
.button._light.active {
  background: #F8F8F8;
  color: #ffffff;
}
.button._light:hover {
  background: #F8F8F8;
  color: #ffffff;
}
.button:hover {
  transform: scale(1.05);
  color: #ffffff;
}
.button._secondary {
  border: 1px solid #DA7E00;
  background-color: transparent;
  color: #DA7E00;
}

.input-block input,
.input-block textarea {
  width: 100%;
  padding: 10px 5px;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #ffffff;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-weight: 400;
  }
}
.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(80px + 120 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logo {
    width: 200px;
  }
}
.logo .logo__inner {
  width: 100%;
  display: flex;
}
.logo .logo__inner img {
  width: 100%;
  height: auto;
}

.header-icon-links {
  display: flex;
  gap: 10px;
}
.header-icon-links .header-icon-links_item {
  display: flex;
  align-items: flex-end;
  padding: calc(5px + 5 * (100vw - 390px) / 1010);
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  color: #DA7E00;
  position: relative;
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item {
    padding: 10px;
  }
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item {
    font-size: 20px;
  }
}
.header-icon-links .header-icon-links_item .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16px + 4 * (100vw - 390px) / 1010);
  height: calc(16px + 4 * (100vw - 390px) / 1010);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #DA7E00;
  color: #F8F8F8;
  font-size: calc(11px + 5 * (100vw - 390px) / 1010);
  position: absolute;
  top: 2px;
  right: 2px;
  transform: translate(50%, -50%);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item .count {
    width: 20px;
  }
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item .count {
    height: 20px;
  }
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item .count {
    font-size: 16px;
  }
}
.header-icon-links .header-icon-links_item::before {
  font-family: "icomoon" !important;
  font-size: calc(24px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item::before {
    font-size: 24px;
  }
}
.header-icon-links .header-icon-links_item._account::before {
  content: "\e925";
}
.header-icon-links .header-icon-links_item._cart::before {
  content: "\e924";
}
.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: 5px;
  padding-right: 10px;
  align-items: center;
}

.aws-container {
  width: 100%;
}
.aws-container .aws-search-form {
  height: auto;
}
.aws-container .aws-search-form div.aws-search-btn {
  color: #F8F8F8;
  border: none;
  background-color: transparent;
}
.aws-container .aws-search-form div.aws-search-btn .aws-search-btn_icon {
  color: #DA7E00;
}
.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: #F8F8F8;
  padding: 6px;
  line-height: 1;
  font-size: 12px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #F8F8F8;
}
.aws-container .aws-search-field:focus {
  background-color: transparent;
}
.aws-container .aws-search-field::-moz-placeholder {
  color: #F8F8F8;
  opacity: 0.9;
}
.aws-container .aws-search-field::placeholder {
  color: #F8F8F8;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .aws-container .aws-search-field {
    color: #F8F8F8;
    border-bottom: 1px solid #DA7E00;
  }
  .aws-container .aws-search-field::-moz-placeholder {
    color: #F8F8F8;
  }
  .aws-container .aws-search-field::placeholder {
    color: #F8F8F8;
  }
}
.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);
  line-height: 1;
  color: #DA7E00;
}
@media (min-width: 1400px) {
  .header-menu-button {
    font-size: 20px;
  }
}
.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);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 1400px) {
  .header-menu ul {
    gap: 20px;
  }
}
.header-menu ul li a {
  display: flex;
  align-items: center;
  font-size: calc(14px + 6 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #F8F8F8;
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    font-weight: 400;
  }
}
.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: #010101;
}
.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: 24px;
  min-width: 24px;
  height: 24px;
  background-color: #DA7E00;
  border-radius: 4px;
  border: none;
  transition: all 0.2s ease;
}
.social-links a::before {
  color: #000000;
  font-size: 15px;
}
.social-links a:hover {
  background-color: #F8F8F8;
}
.social-links a:hover::before {
  color: #000000;
}

.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(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._editor {
    gap: 30px;
  }
}
.text-content._editor h1 {
  font-size: calc(36px + 28 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-content._editor h1 {
    font-size: 64px;
  }
}
@media (min-width: 1400px) {
  .text-content._editor h1 {
    font-weight: 400;
  }
}
.text-content._editor h2 {
  font-size: calc(24px + 24 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-content._editor h2 {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .text-content._editor h2 {
    font-weight: 400;
  }
}
.text-content._editor h3 {
  font-size: calc(16px + 8 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-content._editor h3 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .text-content._editor h3 {
    font-weight: 500;
  }
}
.text-content._editor h4 {
  font-size: calc(14px + 6 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-content._editor h4 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .text-content._editor h4 {
    font-weight: 400;
  }
}
.text-content._editor h5 {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-content._editor h5 {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .text-content._editor h5 {
    font-weight: 400;
  }
}
.text-content._editor h6 {
  font-size: calc(17px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-content._editor h6 {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .text-content._editor h6 {
    font-weight: 500;
  }
}
.text-content._editor p {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-content._editor p {
    font-size: 16px;
  }
}
@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: #F8F8F8;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-image._contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper {
  padding: 5px 5px 10px;
}
.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 + 6 * (100vw - 390px) / 1010);
  min-width: calc(12px + 6 * (100vw - 390px) / 1010);
  height: calc(12px + 6 * (100vw - 390px) / 1010);
  background-color: #DA7E00;
  opacity: 0.5;
  border: none;
  border-radius: 60px;
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 18px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 18px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 18px;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DA7E00;
  opacity: 1;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-family: "icomoon";
  font-size: calc(12px + 13px * (100vw - 390px) / 1010);
  color: #DA7E00;
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    font-size: 25pxpx;
  }
}
.swiper._navigation-bottom .swiper-button-next,
.swiper._navigation-bottom .swiper-button-prev {
  width: calc(40px + 5 * (100vw - 390px) / 1010);
  min-width: calc(40px + 5 * (100vw - 390px) / 1010);
  height: calc(40px + 5 * (100vw - 390px) / 1010);
  border-radius: 50%;
  border: 3px solid #DA7E00;
}
@media (min-width: 1400px) {
  .swiper._navigation-bottom .swiper-button-next,
  .swiper._navigation-bottom .swiper-button-prev {
    width: 45px;
  }
}
@media (min-width: 1400px) {
  .swiper._navigation-bottom .swiper-button-next,
  .swiper._navigation-bottom .swiper-button-prev {
    min-width: 45px;
  }
}
@media (min-width: 1400px) {
  .swiper._navigation-bottom .swiper-button-next,
  .swiper._navigation-bottom .swiper-button-prev {
    height: 45px;
  }
}
.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);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  gap: calc(40px + -34 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .navigation {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .swiper .navigation {
    gap: 6px;
  }
}

.productsPopularSwiper .swiper-slide {
  transition: 0.3s all ease;
}
.productsPopularSwiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.7;
}
.productsPopularSwiper .swiper-slide:not(.swiper-slide-active) .product-card__image {
  width: 60%;
  position: absolute;
}
.productsPopularSwiper .swiper-slide:not(.swiper-slide-active) .product-card__content {
  opacity: 0;
}

.accordion .accordion-item {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #010101 !important;
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion .accordion-button {
  padding-inline: calc(20px + 20 * (100vw - 390px) / 1010);
  padding-block: 16px;
  font-size: calc(14px + 6 * (100vw - 390px) / 1010);
  font-weight: 400;
  background-color: transparent;
  box-shadow: none;
  color: #010101;
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-inline: 40px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-weight: 400;
  }
}
.accordion .accordion-button:not(.collapsed) {
  color: #010101;
  box-shadow: none;
}
.accordion .accordion-button::after {
  width: calc(31px + 14 * (100vw - 390px) / 1010);
  height: calc(31px + 14 * (100vw - 390px) / 1010);
  background-image: none !important;
  background-color: #DA7E00;
  font-family: "icomoon" !important;
  font-size: calc(21px + 9 * (100vw - 390px) / 1010);
  content: "\e908";
  color: #F8F8F8;
  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;
}
@media (min-width: 1400px) {
  .accordion .accordion-button::after {
    width: 45px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button::after {
    height: 45px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button::after {
    font-size: 30px;
  }
}
.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.accordion .accordion-body {
  background-color: transparent;
}

.nav-overlay:not(._horizontal) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #422701;
  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: #422701;
  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: #F8F8F8;
}
.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 + 8 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #F8F8F8;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-weight: 500;
  }
}
.nav-overlay .overlay-categories a {
  color: #F8F8F8;
}
.nav-overlay .overlay-categories h5 {
  margin-bottom: 15px;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-size: 16px;
  }
}
@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: #000000;
  transform: rotate(180deg);
  position: absolute;
  bottom: -20px;
}
.mini-cart .cart_list .mini_cart_item a {
  color: #F8F8F8;
}
.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%;
  -o-object-fit: contain;
     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: #F8F8F8;
}
.mini-cart .cart_list .mini_cart_item .item-information .item-link {
  display: block;
  color: #F8F8F8;
}
.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 #000000;
  border-radius: 12px;
  overflow: hidden;
}
.mini-cart .free-shipping-progress .progress-bar .progress-fill {
  height: 100%;
  background-color: #000000;
  border-radius: 12px;
}
.mini-cart .button {
  background: #DA7E00;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #DA7E00;
}
@media (min-width: 1400px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs > *:not(a) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  width: -moz-fit-content;
  width: fit-content;
  color: #010101;
}
.breadcrumbs span.icon {
  font-size: calc(9px + 3 * (100vw - 390px) / 1010);
  line-height: 1;
  color: #010101;
  margin: 0 5px;
}
@media (min-width: 1400px) {
  .breadcrumbs span.icon {
    font-size: 12px;
  }
}
.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);
  color: #111111;
  background-color: transparent;
  border-radius: 0px;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .quantity .quantity-button {
    font-size: 11px;
  }
}
.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 */
  /* Firefox */
  -moz-appearance: textfield;
}
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity._mini-cart .quantity-button {
  color: #F8F8F8;
}
.quantity._mini-cart .quantity-input {
  color: #F8F8F8;
}

.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 #010101;
  font-size: calc(14px + 6 * (100vw - 390px) / 1010);
  text-align: center;
  color: #010101;
}
@media (min-width: 1400px) {
  .form-content .form-content-regular input {
    font-size: 20px;
  }
}
.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: #ffffff;
}

.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: #F8F8F8;
}

.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: #F8F8F8;
  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%;
  -o-object-fit: cover;
     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: repeat(2, 1fr);
  gap: calc(13px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .grid-container__category {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .grid-container__category {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-container__category .grid-item__category:nth-child(-n+2) {
    grid-column: span 2;
  }
  .grid-container__category .grid-item__category:nth-child(n+3):nth-child(-n+6) {
    grid-column: span 1;
  }
}

.category-card {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  color: #F8F8F8;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: calc(109px + 61 * (100vw - 390px) / 1010);
  overflow: hidden;
  position: relative;
}
@media (min-width: 1400px) {
  .category-card {
    min-height: 170px;
  }
}
.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15, 15, 15, 0.4);
  z-index: 1;
}
.category-card._catalog {
  flex-direction: column;
  padding: 0;
  height: auto;
  align-items: center;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
  min-height: auto;
}
@media (min-width: 1400px) {
  .category-card._catalog {
    gap: 20px;
  }
}
.category-card._catalog .category-card__image {
  width: 100%;
  border-radius: 10px;
}
.category-card._catalog .category-card__image .category-card__image-inner {
  position: relative;
  width: 100%;
  padding-top: 64.1176470588%;
  overflow: hidden;
}
.category-card._catalog .category-card__image .category-card__image-inner img,
.category-card._catalog .category-card__image .category-card__image-inner picture,
.category-card._catalog .category-card__image .category-card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-card._catalog::before {
  content: none;
}

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

.product-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-card .product-card__image {
  width: 100%;
  margin-bottom: 20px;
  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%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .product-card__image .onsale {
  display: block;
  padding-block: calc(4px + 2 * (100vw - 390px) / 1010);
  padding-inline: calc(8px + 5 * (100vw - 390px) / 1010);
  font-size: calc(10px + 4 * (100vw - 390px) / 1010);
  border-radius: calc(11px + 5 * (100vw - 390px) / 1010);
  border-radius: 50px;
  border: 1px solid #DA7E00;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  top: calc(6px + 4 * (100vw - 390px) / 1010);
  left: calc(6px + 4 * (100vw - 390px) / 1010);
  min-height: auto;
  min-width: auto;
  line-height: normal;
  right: auto;
  color: #DA7E00;
  background: transparent;
}
@media (min-width: 1400px) {
  .product-card .product-card__image .onsale {
    padding-block: 6px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__image .onsale {
    padding-inline: 13px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__image .onsale {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__image .onsale {
    border-radius: 16px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__image .onsale {
    top: 10px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__image .onsale {
    left: 10px;
  }
}
.product-card .product-card__content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.product-card .product-card__content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-card__content h5 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-card__content .product-card__content-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.product-card .product-card__content .product-card__content-bottom .product-price {
  font-size: calc(14px + 6 * (100vw - 390px) / 1010);
  color: #010101;
  display: flex;
  justify-content: space-between;
}
@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 del {
  color: #DA7E00;
}
.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._secondary::before {
  font-family: "icomoon" !important;
  font-size: calc(24px + 0 * (100vw - 390px) / 1010);
  content: "\e924";
}
@media (min-width: 1400px) {
  .product-card .product-card__content .product-card__content-bottom .button._secondary::before {
    font-size: 24px;
  }
}
.product-card._popular .quantity {
  border-radius: 10px;
  border: 1px solid #C4C4C4;
  font-size: 20px;
}
.product-card._popular .quantity span {
  padding: 20px;
}
.product-card._popular .quantity input {
  border-inline: 1px solid #C4C4C4;
  height: 100%;
  margin: 0;
}
.product-card._popular .product-card__content-bottom {
  justify-content: end;
}
@media (min-width: 992px) {
  .product-card._popular .button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.product-card:not(._popular) .product-card__image-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, rgba(255, 215, 0, 0.4) 40%, rgba(255, 215, 0, 0) 70%);
  z-index: 0;
}

.product-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-content .product_title {
  color: #F8F8F8;
  text-transform: capitalize;
  font-size: calc(24px + 24 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .product-content .product_title {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .product-content .product_title {
    font-weight: 400;
  }
}
.product-content .product-description .description {
  color: #F8F8F8;
  font-size: calc(14px + 6 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .product-content .product-description .description {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .product-content .product-description .description {
    font-weight: 400;
  }
}
.product-content .product-description .description p:not(:last-child) {
  margin-bottom: 20px;
}
.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%;
  -o-object-fit: contain;
     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: -moz-fit-content;
  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 {
  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 {
    max-width: 260px;
  }
}
.product-content .product-summary .qty_select {
  padding-inline-start: 2px;
  padding-inline-end: 14px;
  min-width: 55px;
}
.product-content .product-summary .quantity_drop_down .drop_down_lable {
  display: none;
}
.product-content .product-summary .price {
  color: #F8F8F8;
}
.product-content .product-summary .price > .woocommerce-Price-amount,
.product-content .product-summary .price ins {
  font-size: calc(32px + 8 * (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);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .product-content .product-summary .price del {
    font-size: 30px;
  }
}
.product-content .product-summary .cfvsw-swatches-option {
  border-radius: 5px;
  border: 1px solid #F8F8F8;
  background: transparent;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .product-content .product-summary .cfvsw-swatches-option {
    font-size: 16px;
  }
}
@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: #DA7E00;
}
.product-content .product-summary .quantity {
  border-radius: 10px;
  border: 1px solid #C4C4C4;
  font-size: 20px;
}
.product-content .product-summary .quantity span {
  padding: 20px;
  color: #F8F8F8;
}
.product-content .product-summary .quantity span.plus {
  color: #DA7E00;
}
.product-content .product-summary .quantity input {
  border-inline: 1px solid #C4C4C4;
  border-block: none !important;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  font-size: 20px;
  color: #F8F8F8;
}
.product-content .product-summary::before {
  content: "";
  position: absolute;
  width: 462px;
  height: calc(365px + 97 * (100vw - 390px) / 1010);
  inset: 0;
  z-index: 0;
  background: linear-gradient(131deg, rgba(218, 126, 0, 0.4) 16.95%, rgba(255, 119, 0, 0.4) 86.63%);
  filter: blur(250px);
}
@media (min-width: 1400px) {
  .product-content .product-summary::before {
    height: 462px;
  }
}
.product-content .product-summary div,
.product-content .product-summary form {
  z-index: 1;
}
.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: "summary image";
  }
  .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 .swiper-slide {
  border-radius: 10px;
  border: 1px solid #F8F8F8;
}
.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: 84%;
  overflow: hidden;
  border-radius: 16px;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image::before {
  content: "";
  position: absolute;
  width: 65%;
  inset: 0;
  z-index: 0;
  background: linear-gradient(131deg, rgba(218, 126, 0, 0.4) 16.95%, rgba(255, 119, 0, 0.4) 86.63%);
  filter: blur(157px);
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image img,
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image video {
  background-color: #000000;
}
.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;
  z-index: 1;
}
@media (min-width: 992px) {
  .product-gallery-custom .product-gallery-main .product-gallery-main-swiper .product-gallery-main__image::before {
    filter: blur(250px);
  }
}
.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;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image img,
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image video,
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image .product-gallery-video__poster {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image .product-gallery-video__poster {
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image .product-gallery-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.65);
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image .product-gallery-video__play::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 13px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image.active {
  border-color: #F8F8F8;
}
.product-gallery-custom .product-gallery-thumbs .product-gallery-thumbs-swiper .product-gallery-thumbs__image:hover {
  border-color: #F8F8F8;
  opacity: 0.8;
}

.section-hero {
  height: calc(495px + 405 * (100vw - 390px) / 1010);
  background-size: cover;
  background-position: bottom;
  padding-top: 125px;
}
@media (min-width: 1400px) {
  .section-hero {
    height: 900px;
  }
}
.section-hero .section-hero__content {
  display: flex;
  flex-direction: column;
  color: #F8F8F8;
  gap: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero .section-hero__content {
    gap: 60px;
  }
}
.section-hero .section-hero__content .section-hero__content-top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-hero .section-hero__content .section-hero__content-bottom {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.section-hero .section-hero__image {
  width: 100%;
}
.section-hero .section-hero__image .image__inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.section-hero .section-hero__image .image__inner img,
.section-hero .section-hero__image .image__inner picture,
.section-hero .section-hero__image .image__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.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: -moz-max-content;
  width: max-content;
  border-radius: 0px 0px 8px 8px;
  background: #F8F8F8;
  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%;
  -o-object-fit: cover;
     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 #F8F8F8;
  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);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .woocommerce div.product .bundled_product .details .product_title {
    font-size: 16px;
  }
}
@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: #010101;
}
.woocommerce form.login a,
.woocommerce form.register a {
  color: #F8F8F8;
}
.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: #F8F8F8;
}
.woocommerce .woocommerce-info::before {
  color: #F8F8F8;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: rgba(173, 113, 74, 0.35);
  color: #010101;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  color: #DA7E00;
}
.woocommerce .custom_point_checkout {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .custom_point_checkout > p {
  display: flex;
  margin-top: 10px;
  color: #010101 !important;
}
.woocommerce .custom_point_checkout input#wps_cart_points {
  margin-right: 0;
  margin-left: 10px;
  direction: rtl;
}
.woocommerce .woocommerce-privacy-policy-text a {
  color: #F8F8F8;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  border-color: #010101;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon p {
  color: #010101;
}
@media (min-width: 991.9px) {
  .woocommerce .variations select {
    width: -moz-fit-content;
    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 #F8F8F8;
  background: transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #010101;
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
    font-size: 18px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active {
  background: #F8F8F8;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active a {
  font-weight: 700;
  color: #010101;
}
.woocommerce-account .woocommerce-MyAccount-navigation .log-out {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  color: #010101;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #DA7E00;
}
.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: #F8F8F8;
}
@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 #010101;
  }
}
@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: #010101;
  }
}
@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: #FFC860;
    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 #010101;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
  }
}

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

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

.woocommerce-order {
  color: #010101;
}

.pwf-filter-container .pwf-field-item-title {
  color: #010101;
  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: #010101;
}

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

.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: #F8F8F8;
  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: #F8F8F8;
}
.modal-content .btn-close {
  margin: calc(10px + 15 * (100vw - 390px) / 1010);
  position: absolute;
  left: 0;
  z-index: 2;
  background: none;
  opacity: 1;
  mix-blend-mode: difference;
}
@media (min-width: 1400px) {
  .modal-content .btn-close {
    margin: 25px;
  }
}
.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);
  padding-right: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-bottom: calc(20px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 0 * (100vw - 390px) / 1010);
  color: #F8F8F8;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-top: 21px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content {
    padding-left: 10px;
  }
}
.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);
  font-size: calc(21px + 11 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .title {
    font-size: 32px;
  }
}
.welcome-modal .welcome-modal__content .value {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: calc(21px + 11 * (100vw - 390px) / 1010);
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .value {
    font-size: 32px;
  }
}
.welcome-modal .welcome-modal__content .value span {
  font-size: calc(99px + 21 * (100vw - 390px) / 1010);
  font-weight: 900;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .value span {
    font-size: 120px;
  }
}
.welcome-modal .welcome-modal__content .subtitle {
  margin-bottom: calc(20px + 15 * (100vw - 390px) / 1010);
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .subtitle {
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .subtitle {
    font-size: 20px;
  }
}
.welcome-modal .welcome-modal__content .description {
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .description {
    font-size: 20px;
  }
}
.welcome-modal .welcome-modal__content .button {
  margin-top: calc(20px + 10 * (100vw - 390px) / 1010);
  z-index: 2;
}
@media (min-width: 1400px) {
  .welcome-modal .welcome-modal__content .button {
    margin-top: 30px;
  }
}
@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;
  }
}

.discount__image {
  border-radius: 10px;
  min-height: 100%;
}
.discount__image .discount__image-inner {
  height: 100%;
  position: relative;
  width: 100%;
  padding-top: 75.4545454545%;
  overflow: hidden;
}
.discount__image .discount__image-inner img,
.discount__image .discount__image-inner picture,
.discount__image .discount__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.discount__content {
  border-radius: 10px;
  border: 1px solid #DA7E00;
  height: 100%;
  padding-block: calc(40px + 35 * (100vw - 390px) / 1010);
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  background-image: url(../img/bg/discount-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1400px) {
  .discount__content {
    padding-block: 75px;
  }
}
.discount__content span {
  color: #DA7E00;
}

.banner {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  padding-block: calc(50px + 25 * (100vw - 390px) / 1010);
  padding-inline: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 1400px) {
  .banner {
    padding-block: 75px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15, 15, 15, 0.4);
  z-index: 1;
}
.banner .banner_content {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-block: calc(40px + 35 * (100vw - 390px) / 1010);
  padding-inline: calc(20px + 55 * (100vw - 390px) / 1010);
  gap: 37.5px;
  border-radius: calc(20px + 30 * (100vw - 390px) / 1010);
  background: rgba(1, 1, 1, 0.5);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  z-index: 3;
}
@media (min-width: 1400px) {
  .banner .banner_content {
    padding-block: 75px;
  }
}
@media (min-width: 1400px) {
  .banner .banner_content {
    padding-inline: 75px;
  }
}
@media (min-width: 1400px) {
  .banner .banner_content {
    border-radius: 50px;
  }
}

.header .accordion-collapse {
  background-color: #422701;
  padding-block: 15px;
}

.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: #F8F8F8 !important;
}

.border-secondary {
  border-color: #010101 !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: rgba(255, 216, 216, 0.6) !important;
}

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

.border-white {
  border-color: #ffffff !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;
}

.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: #F8F8F8 !important;
}

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

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

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

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

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

.text-light {
  color: rgba(255, 216, 216, 0.6) !important;
}

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

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

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

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

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

.text-product {
  color: #FFC860 !important;
}

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

.bg-secondary {
  background-color: #010101 !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: rgba(255, 216, 216, 0.6) !important;
}

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

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

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

.bg-body {
  background-color: #F8F8F8 !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 {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

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

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

.object-fit-none {
  -o-object-fit: none !important;
     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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          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.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%;
  padding-inline: 15px;
}
.header .header__top {
  padding-top: calc(8px + 4 * (100vw - 390px) / 1010);
  padding-bottom: calc(8px + 4 * (100vw - 390px) / 1010);
  background-color: #F8F8F8;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .header .header__top {
    padding-top: 12px;
  }
}
@media (min-width: 1400px) {
  .header .header__top {
    padding-bottom: 12px;
  }
}
.header .header-main {
  padding-top: calc(10px + 2 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 2 * (100vw - 390px) / 1010);
  position: relative;
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-top: 12px;
  }
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-bottom: 12px;
  }
}
.header .header-main .row {
  border-radius: 10px;
  background: #422701;
  padding-block: 10px;
  padding-inline: calc(16px + 22 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header-main .row {
    padding-inline: 38px;
  }
}

.section {
  margin-bottom: calc(80px + 40 * (100vw - 390px) / 1010);
  overflow-x: clip;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 120px;
  }
}
.section .section-heading {
  display: grid;
  gap: calc(25px + 12.5 * (100vw - 390px) / 1010);
  margin-bottom: calc(20px + 55 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    gap: 37.5px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 75px;
  }
}
.section .section-heading h2 {
  font-size: calc(24px + 24 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #010101;
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-weight: 400;
  }
}
.section .section-heading h3 {
  font-size: calc(16px + 8 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #010101;
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-weight: 500;
  }
}
.section._first {
  padding-top: calc(100px + 70 * (100vw - 390px) / 1010);
  padding-bottom: calc(50px + 25 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._first {
    padding-top: 170px;
  }
}
@media (min-width: 1400px) {
  .section._first {
    padding-bottom: 75px;
  }
}
.section._bg-dark {
  background-color: #010101;
  color: #ffffff;
}
.section._bg-light {
  background-color: #F8F8F8;
  color: #111111;
}
.section._padding {
  padding-top: calc(40px + 40 * (100vw - 390px) / 1010);
  padding-bottom: calc(40px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._padding {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .section._padding {
    padding-bottom: 80px;
  }
}

.section-checkout .section-checkout__content {
  margin-bottom: 40px;
  color: #010101;
}
.section-checkout .section-checkout__content h3 {
  margin-bottom: 14px;
}
.section-checkout .section-checkout__content .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: #010101;
}
.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: #010101;
}
.section-checkout .section-checkout__content .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background-color: transparent;
}
.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: #010101;
  background-color: transparent;
  border: 1px solid #010101;
  border-radius: 15px;
}
.section-checkout .section-checkout__content .checkout-input select {
  font-size: 16px;
  line-height: normal;
  color: #010101;
  background-color: transparent;
  border: 1px solid #010101;
  border-radius: 15px;
}
.section-checkout .section-checkout__content .checkout-input select option {
  background-color: #F8F8F8;
}
.section-checkout .section-checkout__content .checkout-input textarea {
  background-color: #F8F8F8;
  border: 1px solid #010101;
  color: #010101;
}
.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 #010101;
  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 #010101;
  color: #010101;
}
.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 #F8F8F8;
}
.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%;
  -o-object-fit: contain;
     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);
  padding-bottom: calc(14px + 10 * (100vw - 390px) / 1010);
  background: linear-gradient(180deg, rgba(0, 210, 198, 0.5) 0%, #00d2c6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1400px) {
  .section-account-form .accountGallerySwiper .swiper-pagination {
    padding-top: 24px;
  }
}
@media (min-width: 1400px) {
  .section-account-form .accountGallerySwiper .swiper-pagination {
    padding-bottom: 24px;
  }
}
.section-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet {
  border-color: #F8F8F8;
  background-color: #F8F8F8;
  opacity: 0.5;
}
.section-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F8F8F8;
  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%;
  -o-object-fit: cover;
     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 + 24 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading h2 {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading h2 {
    font-weight: 400;
  }
}
.section-account-form .form-content .block-heading p {
  margin-top: calc(5px + 10 * (100vw - 390px) / 1010);
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
  opacity: 0.75;
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    font-weight: 400;
  }
}
@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%;
    -o-object-fit: cover;
       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: #DA7E00 !important;
  font-weight: 700;
}

.footer {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #010101;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .footer {
    font-weight: 400;
  }
}
.footer > * {
  width: 100%;
}
.footer a {
  color: rgba(248, 248, 248, 0.4);
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .footer a {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .footer a {
    font-weight: 400;
  }
}
.footer a:hover {
  color: rgba(248, 248, 248, 0.4);
}
.footer .footer__main {
  padding-bottom: calc(30px + 10 * (100vw - 390px) / 1010);
  color: #F8F8F8;
  position: relative;
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-bottom: 40px;
  }
}
.footer .footer__main .footer__image {
  width: calc(258px + 235 * (100vw - 390px) / 1010);
  position: absolute;
  right: -70px;
  bottom: calc(-20px + -90 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer__image {
    width: 493px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .footer__image {
    bottom: -110px;
  }
}
.footer .footer__main .footer__image .footer__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.footer .footer__main .footer__image .footer__image-inner img,
.footer .footer__main .footer__image .footer__image-inner picture,
.footer .footer__main .footer__image .footer__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__main .footer-menu {
  display: flex;
  flex-direction: column;
  gap: calc(20px + 18 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-menu {
    gap: 38px;
  }
}
.footer .footer__main .footer-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-menu ul {
    gap: 20px;
  }
}
.footer .footer__main .logo {
  width: 300px;
}
.footer .footer__main .footer-contacts {
  font-size: 16px;
  font-weight: 500;
}
.footer .footer__main .footer-contacts a {
  color: #010101;
}
.footer .footer__bottom {
  padding: 10px 0;
}
.footer .footer__bottom .footer-bottom__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #F8F8F8;
}
.footer .footer__bottom .footer-bottom__text a {
  color: #F8F8F8;
}
@media (min-width: 992px) {
  .footer .footer__main {
    padding-top: 40px;
  }
  .footer .footer__main .footer__image {
    right: 0;
  }
}

.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;
  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: #ed1010 !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;
}/*# sourceMappingURL=style.css.map */
