@property --purple-color-start {
  syntax: "<color>";
  inherits: false;
  initial-value: #9A48FE;
}
@property --purple-color-end {
  syntax: "<color>";
  inherits: false;
  initial-value: #4E01AE;
}
@property --white-color-start {
  syntax: "<color>";
  inherits: false;
  initial-value: #9A48FE;
}
@property --white-color-end {
  syntax: "<color>";
  inherits: false;
  initial-value: #4E01AE;
}
@property --gray-color-start {
  syntax: "<color>";
  inherits: false;
  initial-value: #F5F4F5;
}
@property --gray-color-end {
  syntax: "<color>";
  inherits: false;
  initial-value: #6F6B76;
}
@property --gray_dark-color-start {
  syntax: "<color>";
  inherits: false;
  initial-value: #6F6B76;
}
@property --gray_dark-color-end {
  syntax: "<color>";
  inherits: false;
  initial-value: #0A0A0B;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #0A0A0B;
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: calc(1120px + 1.5rem);
}
.container_big {
  width: 100%;
  max-width: calc(1312px + 1.5rem);
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.row {
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}

h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #0A0A0B;
}

h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #0A0A0B;
  font-weight: 600;
}

h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #0A0A0B;
}

h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #0A0A0B;
}

.has-s-font-size {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.has-s-font-size b, .has-s-font-size strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.has-m-font-size {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.has-m-font-size b, .has-m-font-size strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.has-l-font-size {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.has-l-font-size b, .has-l-font-size strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.has-xl-font-size {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #0A0A0B;
}
.has-xl-font-size b, .has-xl-font-size strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #0A0A0B;
  font-weight: 600;
}

input,
textarea,
select {
  outline: none;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
body.admin-bar.mobile-menu-opened:before {
  top: 46px;
}
body.admin-bar header#header {
  top: 56px;
}
body.home:before {
  background: #0A0A0B;
}
body.home.mobile-menu-opened:before {
  opacity: 1;
  visibility: visible;
}
body.home header#header .header_content {
  background-color: rgba(50, 48, 54, 0.25);
}
body.home header#header .header_content:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 35%, rgba(255, 255, 255, 0.02) 60%, rgba(255, 255, 255, 0.12) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  display: block !important;
  z-index: 1;
}
body.home header#header .header_content .glass-inner-shadow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), inset 0 -20px 40px rgba(0, 0, 0, 0.35), inset 20px 0 40px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 1;
}
body.home header#header .menu ul a {
  color: #F5F4F5;
}
body.home header#header .menu ul a:after {
  background: #F5F4F5;
}
@media screen and (max-width: 767.98px) {
  body.home header#header .menu .nav-wrap {
    background: #0A0A0B;
  }
}
body.home header#header .menu .navbar-toggle:before, body.home header#header .menu .navbar-toggle:after {
  background: #F5F4F5;
}
body.home header#header .cart .header-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  color: #0A0A0B;
  --gray-color-start: #F5F4F5;
  --gray-color-end: #6F6B76;
  background: linear-gradient(var(--gray-color-start), var(--gray-color-end));
  transition: --gray-color-start 0.2s linear, --gray-color-end 0.2s linear, color 0.2s linear;
}
body.home header#header .cart .header-cart-btn:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
body.home header#header .cart .header-cart-btn img {
  height: 20px;
  width: auto;
}
body.home header#header .cart .header-cart-btn:hover {
  --gray-color-start: rgb(220.7142857143, 217.2857142857, 220.7142857143);
  --gray-color-end: rgb(85.84, 82.7466666667, 91.2533333333);
}
body.home header#header .cart .header-cart-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
body.home header#header .cart .header-cart-btn img {
  filter: invert(0);
  transition: all 0.2s linear;
}
@media screen and (max-width: 767.98px) {
  body.mobile-menu-opened {
    overflow: hidden;
  }
}
body.mobile-menu-opened:before {
  opacity: 1;
  visibility: visible;
}
body.mobile-menu-opened header#header .navbar-toggle:before {
  top: 19px;
  transform: rotate(45deg);
}
body.mobile-menu-opened header#header .navbar-toggle:after {
  top: 19px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024.98px) {
  body.mobile-menu-opened header#header .nav-wrap {
    opacity: 1;
    visibility: visible;
  }
}

header#header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header#header .header_content {
  position: relative;
  background-color: rgba(206, 204, 209, 0.25);
  padding: 12px 16px;
  border-radius: 1000px;
  backdrop-filter: blur(12px) saturate(1.3);
}
header#header .logo {
  display: flex;
  align-items: center;
  max-width: calc(126px + 1.5rem);
  flex: 1 1 calc(126px + 1.5rem);
}
header#header .logo img {
  height: 100%;
  max-height: 24px;
  width: auto;
  max-width: 100%;
}
header#header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  header#header .menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767.98px) {
  header#header .menu .nav-wrap {
    position: fixed;
    top: 72px;
    left: -0.75rem;
    width: calc(100% + 1.5rem);
    height: calc(100vh - 72px);
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 0;
    padding: 40px 40px 60px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    z-index: 1;
  }
}
header#header .menu ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  header#header .menu ul {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  header#header .menu ul li.current-menu-item a {
    color: #4E01AE;
  }
}
header#header .menu ul li.current-menu-item a:after {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  header#header .menu ul li.current-menu-item a:after {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  header#header .menu ul li {
    width: 100%;
  }
}
header#header .menu ul a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
  color: #0A0A0B;
  text-decoration: none;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767.98px) {
  header#header .menu ul a {
    width: auto;
    font-size: 24px;
  }
}
header#header .menu ul a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0A0A0B;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767.98px) {
  header#header .menu ul a:after {
    display: none;
  }
}
header#header .menu ul a:hover:after {
  width: 100%;
}
header#header .menu .navbar-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none;
}
@media screen and (max-width: 767.98px) {
  header#header .menu .navbar-toggle {
    display: block;
  }
}
header#header .menu .navbar-toggle:before, header#header .menu .navbar-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 6px;
  transform: rotate(0deg);
  width: 28px;
  height: 1.5px;
  background: #0A0A0B;
  transition: all 0.2s linear;
}
header#header .menu .navbar-toggle:after {
  top: 21px;
  bottom: 15px;
}
header#header .cart {
  display: flex;
  align-items: center;
  max-width: calc(126px + 1.5rem);
  flex: 1 1 calc(126px + 1.5rem);
}
header#header .cart .header-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  color: #F5F4F5;
  --gray_dark-color-start: #6F6B76;
  --gray_dark-color-end: #0A0A0B;
  background: linear-gradient(var(--gray_dark-color-start), var(--gray_dark-color-end));
  transition: --gray_dark-color-start 0.2s linear, --gray_dark-color-end 0.2s linear, color 0.2s linear;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  height: 40px;
  padding: 0 16px;
}
header#header .cart .header-cart-btn:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
header#header .cart .header-cart-btn img {
  height: 20px;
  width: auto;
}
header#header .cart .header-cart-btn:hover {
  --gray_dark-color-start: rgb(85.84, 82.7466666667, 91.2533333333);
  --gray_dark-color-end: black;
}
header#header .cart .header-cart-btn img {
  filter: invert(1);
}

footer#footer,
.block-editor-iframe__body footer {
  position: relative;
  padding: 48px 0 0;
  background: #0A0A0B;
}
@media screen and (max-width: 767.98px) {
  footer#footer > .container > .row:nth-child(2) > div,
  .block-editor-iframe__body footer > .container > .row:nth-child(2) > div {
    flex-wrap: wrap;
  }
}
footer#footer .block-alert,
.block-editor-iframe__body footer .block-alert {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px 16px 18px 48px;
  border: 1px solid #4E01AE;
  margin-bottom: 40px;
  border-radius: 1000px;
}
footer#footer .block-alert img,
.block-editor-iframe__body footer .block-alert img {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 20px;
  height: 20px;
}
footer#footer .options,
.block-editor-iframe__body footer .options {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  footer#footer .options,
  .block-editor-iframe__body footer .options {
    gap: 32px 0;
  }
}
footer#footer .options:after,
.block-editor-iframe__body footer .options:after {
  content: "";
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  background: #1E1D20;
}
footer#footer .options .item,
.block-editor-iframe__body footer .options .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  footer#footer .options .item,
  .block-editor-iframe__body footer .options .item {
    width: 50%;
    flex: 0 0 50%;
    justify-content: center;
  }
}
footer#footer .options .item figure, footer#footer .options .item p,
.block-editor-iframe__body footer .options .item figure,
.block-editor-iframe__body footer .options .item p {
  margin: 0 !important;
}
@media screen and (max-width: 767.98px) {
  footer#footer .general-wrap .logo-block,
  .block-editor-iframe__body footer .general-wrap .logo-block {
    margin: 0 auto;
    text-align: center;
  }
}
footer#footer .general-wrap .logo-block figure,
.block-editor-iframe__body footer .general-wrap .logo-block figure {
  margin-bottom: 16px;
}
footer#footer .general-wrap .logo-block figure img,
.block-editor-iframe__body footer .general-wrap .logo-block figure img {
  max-width: 100%;
}
footer#footer .general-wrap .logo-block p,
.block-editor-iframe__body footer .general-wrap .logo-block p {
  max-width: 256px;
  margin: 0 !important;
}
@media screen and (max-width: 767.98px) {
  footer#footer .general-wrap .menu-block,
  .block-editor-iframe__body footer .general-wrap .menu-block {
    width: 100%;
    flex: 0 0 100%;
  }
}
footer#footer .general-wrap .menu-wrap,
.block-editor-iframe__body footer .general-wrap .menu-wrap {
  margin-top: 40px;
}
footer#footer .general-wrap .menu-wrap .item,
.block-editor-iframe__body footer .general-wrap .menu-wrap .item {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  footer#footer .general-wrap .menu-wrap .item,
  .block-editor-iframe__body footer .general-wrap .menu-wrap .item {
    width: 33.3333333333%;
  }
}
footer#footer .general-wrap h3,
.block-editor-iframe__body footer .general-wrap h3 {
  line-height: 1.5;
  margin-bottom: 16px;
}
footer#footer .general-wrap .wp-block-navigation .wp-block-navigation__responsive-container-open,
.block-editor-iframe__body footer .general-wrap .wp-block-navigation .wp-block-navigation__responsive-container-open {
  display: none;
}
footer#footer .general-wrap .wp-block-navigation .wp-block-navigation__responsive-container,
.block-editor-iframe__body footer .general-wrap .wp-block-navigation .wp-block-navigation__responsive-container {
  position: unset;
  display: block;
}
footer#footer .general-wrap .wp-block-navigation .wp-block-navigation__responsive-container-close,
.block-editor-iframe__body footer .general-wrap .wp-block-navigation .wp-block-navigation__responsive-container-close {
  display: none;
}
footer#footer .general-wrap .wp-block-navigation__container,
.block-editor-iframe__body footer .general-wrap .wp-block-navigation__container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
footer#footer .general-wrap .wp-block-navigation__container .wp-block-navigation-item,
.block-editor-iframe__body footer .general-wrap .wp-block-navigation__container .wp-block-navigation-item {
  width: 100%;
}
footer#footer .general-wrap .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content,
.block-editor-iframe__body footer .general-wrap .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
  position: relative;
}
footer#footer .general-wrap .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:after,
.block-editor-iframe__body footer .general-wrap .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #F5F4F5;
  transition: all 0.2s linear;
}
footer#footer .general-wrap .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover:after,
.block-editor-iframe__body footer .general-wrap .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover:after {
  width: 100%;
}
footer#footer .copyright-wrap,
.block-editor-iframe__body footer .copyright-wrap {
  background: linear-gradient(rgba(78, 1, 174, 0), rgba(78, 1, 174, 0.5));
}
footer#footer .copyright-wrap > .container,
.block-editor-iframe__body footer .copyright-wrap > .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 48px;
  margin-top: 40px;
}
footer#footer .copyright-wrap > .container:after,
.block-editor-iframe__body footer .copyright-wrap > .container:after {
  content: "";
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0.75rem;
  background: #1E1D20;
}

.shortcode-featured-products .actions {
  margin-top: 64px;
  text-align: center;
}
.shortcode-featured-products .actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  --white-color-start: rgba(245, 244, 245, 0);
  --white-color-end: rgba(111, 107, 118, 0);
  background: linear-gradient(var(--white-color-start), var(--white-color-end));
  transition: --white-color-start 0.2s linear, --white-color-end 0.2s linear, color 0.2s linear;
  color: #0A0A0B;
}
.shortcode-featured-products .actions a:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.shortcode-featured-products .actions a img {
  height: 20px;
  width: auto;
}
.shortcode-featured-products .actions a:hover {
  --white-color-start: #F5F4F5;
  --white-color-end: #6F6B76;
  color: #0A0A0B;
}
.shortcode-featured-products .actions a:hover img {
  filter: invert(1);
}
.shortcode-featured-products .actions a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.shortcode-featured-products .actions a img {
  filter: invert(0);
  transition: all 0.2s linear;
}
.shortcode-featured-products .actions a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#0A0A0B, #98949E);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.blue_block_with_text-section {
  position: relative;
  padding: 128px 0;
  background: #0A0A0B;
  overflow: hidden;
}
.blue_block_with_text-section:before {
  position: absolute;
  bottom: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(rgba(78, 1, 174, 0.5), rgba(78, 1, 174, 0));
}
.blue_block_with_text-section > .container {
  max-width: calc(928px + 1.5rem);
}
.blue_block_with_text-section h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
.blue_block_with_text-section mark {
  padding: 0;
}

.color-blocks-section {
  padding: 128px 0;
}
.color-blocks-section h1 {
  margin-bottom: 16px;
}
.color-blocks-section h2 {
  line-height: 1.5;
  text-shadow: 0 0 4px rgba(78, 1, 174, 0.25);
  margin-bottom: 64px;
}
@media screen and (max-width: 767.98px) {
  .color-blocks-section .columns {
    gap: 32px;
  }
}
.color-blocks-section .columns .inner {
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.color-blocks-section .columns .inner figure {
  margin-bottom: 10px;
}
.color-blocks-section .columns .inner h3 {
  line-height: 1.4;
  margin-bottom: 12px;
}
.color-blocks-section .columns .inner .wp-block-paragraph {
  line-height: 1.43;
}

.contacts-section {
  padding: 160px 0 128px;
}
.contacts-section h1 {
  margin-bottom: 16px;
}
.contacts-section h2 {
  text-shadow: 0 0 4px rgba(78, 1, 174, 0.25);
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 12%;
}
.contacts-section h5 {
  letter-spacing: 12%;
}
@media all and (min-width: 768px) {
  .contacts-section .left-block {
    padding-right: 16px;
  }
}
@media print {
  .contacts-section .left-block {
    padding-right: 16px;
  }
}
.contacts-section .left-block .wp-block-paragraph {
  margin-bottom: 8px;
  line-height: 1.5;
}
.contacts-section .left-block .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 8px;
}
.contacts-section .left-block .wp-block-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  --white-color-start: rgba(245, 244, 245, 0);
  --white-color-end: rgba(111, 107, 118, 0);
  background: linear-gradient(var(--white-color-start), var(--white-color-end));
  transition: --white-color-start 0.2s linear, --white-color-end 0.2s linear, color 0.2s linear;
  color: #0A0A0B;
}
.contacts-section .left-block .wp-block-buttons a:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.contacts-section .left-block .wp-block-buttons a img {
  height: 20px;
  width: auto;
}
.contacts-section .left-block .wp-block-buttons a:hover {
  --white-color-start: #F5F4F5;
  --white-color-end: #6F6B76;
  color: #0A0A0B;
}
.contacts-section .left-block .wp-block-buttons a:hover img {
  filter: invert(1);
}
.contacts-section .left-block .wp-block-buttons a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.contacts-section .left-block .wp-block-buttons a img {
  filter: invert(0);
  transition: all 0.2s linear;
}
.contacts-section .left-block .wp-block-buttons a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#0A0A0B, #98949E);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.contacts-section .left-block .wp-block-buttons a img {
  filter: grayscale(0) !important;
}
.contacts-section .left-block .wp-block-buttons img {
  height: 15px !important;
}
.contacts-section .right-block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  border-radius: 24px;
}
@media all and (min-width: 768px) {
  .contacts-section .right-block {
    padding-left: 35px;
  }
}
@media print {
  .contacts-section .right-block {
    padding-left: 35px;
  }
}
.contacts-section .right-block .contact-form {
  width: 100%;
  padding: 24px;
  border-radius: 24px;
}
.contacts-section .right-block .contact-form h3 {
  line-height: 1.17;
  margin-bottom: 24px;
}
.contacts-section .right-block .contact-form p {
  margin-bottom: 16px;
}
.contacts-section .right-block .contact-form label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 12%;
  width: 100%;
}
.contacts-section .right-block .contact-form label:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.contacts-section .right-block .contact-form label.name:before {
  background-image: url(../images/user.svg);
}
.contacts-section .right-block .contact-form label.email:before {
  background-image: url(../images/email.svg);
}
.contacts-section .right-block .contact-form label.tesearch-institution:before {
  background-image: url(../images/build.svg);
}
.contacts-section .right-block .contact-form label.message:before {
  background-image: url(../images/message.svg);
}
.contacts-section .right-block .contact-form label input,
.contacts-section .right-block .contact-form label textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  width: 100%;
  height: 48px;
  border: 1px solid #0A0A0B;
  padding: 0 16px 0 48px;
  margin-top: 8px;
  line-height: 1;
  border-radius: 1000px;
}
.contacts-section .right-block .contact-form label textarea {
  height: auto;
  min-height: 132px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 24px;
}
.contacts-section .right-block .contact-form .description {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  line-height: 1.25;
  font-style: italic;
  color: #514E56;
  margin: 24px 0;
}
.contacts-section .right-block .contact-form [type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  width: 100%;
  border: none;
}
.contacts-section .right-block .contact-form [type=submit]:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.contacts-section .right-block .contact-form [type=submit] img {
  height: 20px;
  width: auto;
}
.contacts-section .right-block .contact-form [type=submit] i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/send.svg);
}
.contacts-section .wp-block-accordion {
  padding: 0 !important;
  margin: 0 !important;
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle {
  padding: 0;
}
.contacts-section .wp-block-accordion .wp-block-accordion-item {
  border-bottom: 1px solid #E9D6FF;
}
.contacts-section .wp-block-accordion .wp-block-accordion-item:last-child {
  border-bottom: none;
}
.contacts-section .wp-block-accordion .wp-block-accordion-item h3 {
  padding: 16px;
  margin-bottom: 0;
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  --white-color-start: rgba(245, 244, 245, 0);
  --white-color-end: rgba(111, 107, 118, 0);
  background: linear-gradient(var(--white-color-start), var(--white-color-end));
  transition: --white-color-start 0.2s linear, --white-color-end 0.2s linear, color 0.2s linear;
  color: #0A0A0B;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  color: transparent;
  border-radius: 50%;
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon img {
  height: 20px;
  width: auto;
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:hover {
  --white-color-start: #F5F4F5;
  --white-color-end: #6F6B76;
  color: #0A0A0B;
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:hover img {
  filter: invert(1);
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon img {
  filter: invert(0);
  transition: all 0.2s linear;
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#0A0A0B, #98949E);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.contacts-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:after {
  content: "";
  background-image: url(../images/plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.contacts-section .wp-block-table {
  border-radius: 12px;
  border: 1px solid #E9D6FF;
  margin: 32px 0 24px;
}
.contacts-section .wp-block-table table thead {
  border: none;
}
.contacts-section .wp-block-table table tr {
  border: none;
}
.contacts-section .wp-block-table table th {
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #4E01AE;
  border-bottom: 1px solid #E9D6FF;
  background: #F4EBFF;
  padding: 12px;
}
.contacts-section .wp-block-table table td {
  border: none;
  border-bottom: 1px solid #E9D6FF;
  padding: 21px 12px;
  font-size: 14px;
  color: inherit;
}
.contacts-section .wp-block-table table td:last-child {
  font-weight: 600;
  text-align: right;
  color: #0A0A0B;
  font-size: 14px;
}
.contacts-section .wp-block-table table td:last-child a {
  color: inherit;
  white-space: nowrap;
}

.documented-specifications-section {
  padding: 128px 0 128px;
  background: linear-gradient(rgba(233, 214, 255, 0), #e9d6ff);
}
.documented-specifications-section .container > .row {
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .documented-specifications-section .container > .row > div:nth-child(1) {
    width: 50%;
    order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .documented-specifications-section .container > .row > div:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .documented-specifications-section .container > .row > div:nth-child(3) {
    width: 50%;
    order: 3;
  }
}
.documented-specifications-section h2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #0A0A0B;
  gap: 15px;
  margin-bottom: 64px;
}
.documented-specifications-section h2 img {
  width: auto !important;
  height: 38px;
}
.documented-specifications-section h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-size: 12px;
  color: #4E01AE;
  margin-bottom: 8px;
}
.documented-specifications-section h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #0A0A0B;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.documented-specifications-section .image {
  text-align: center;
}
.documented-specifications-section .image figure {
  max-width: 250px;
}
@media all and (min-width: 768px) {
  .documented-specifications-section .image figure {
    margin-bottom: -128px;
  }
}
@media print {
  .documented-specifications-section .image figure {
    margin-bottom: -128px;
  }
}
.documented-specifications-section .items {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.documented-specifications-section .items > div {
  width: 100%;
}
.documented-specifications-section .items figure {
  margin-bottom: 11px;
}
.documented-specifications-section .items figure img {
  width: auto;
  height: 48px;
}
.documented-specifications-section .items p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.faq-section {
  padding: 160px 0 128px;
}
.faq-section h1 {
  margin-bottom: 16px;
}
.faq-section h2 {
  text-shadow: 0 0 4px rgba(78, 1, 174, 0.25);
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 12%;
}
.faq-section h5 {
  letter-spacing: 12%;
}
@media screen and (max-width: 767.98px) {
  .faq-section .left-block {
    margin-bottom: 64px;
  }
}
.faq-section .left-block .wp-block-paragraph {
  margin-bottom: 8px;
}
.faq-section .left-block .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 8px;
}
.faq-section .left-block .wp-block-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  --white-color-start: rgba(245, 244, 245, 0);
  --white-color-end: rgba(111, 107, 118, 0);
  background: linear-gradient(var(--white-color-start), var(--white-color-end));
  transition: --white-color-start 0.2s linear, --white-color-end 0.2s linear, color 0.2s linear;
  color: #0A0A0B;
}
.faq-section .left-block .wp-block-buttons a:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.faq-section .left-block .wp-block-buttons a img {
  height: 20px;
  width: auto;
}
.faq-section .left-block .wp-block-buttons a:hover {
  --white-color-start: #F5F4F5;
  --white-color-end: #6F6B76;
  color: #0A0A0B;
}
.faq-section .left-block .wp-block-buttons a:hover img {
  filter: invert(1);
}
.faq-section .left-block .wp-block-buttons a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.faq-section .left-block .wp-block-buttons a img {
  filter: invert(0);
  transition: all 0.2s linear;
}
.faq-section .left-block .wp-block-buttons a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#0A0A0B, #98949E);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.faq-section .left-block .wp-block-buttons a img {
  filter: grayscale(0) !important;
}
.faq-section .left-block .wp-block-buttons img {
  height: 15px !important;
}
.faq-section .right-block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media all and (min-width: 768px) {
  .faq-section .right-block {
    padding-left: 33px;
  }
}
@media print {
  .faq-section .right-block {
    padding-left: 33px;
  }
}
.faq-section .right-block .item {
  border: 1px solid #E9D6FF;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}
.faq-section .right-block .item > * {
  padding: 0 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.faq-section .right-block .item h3 {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.faq-section .right-block .item h5 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.faq-section .right-block .item .wp-block-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}
.faq-section .right-block .item .wp-block-list li {
  padding: 4px 8px;
  border: 1px solid #514E56;
  border-radius: 1000px;
  white-space: nowrap;
  letter-spacing: 12%;
}
.faq-section .wp-block-accordion {
  padding: 0 !important;
  margin: 0 !important;
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle {
  padding: 0;
}
.faq-section .wp-block-accordion .wp-block-accordion-item {
  border-bottom: 1px solid #E9D6FF;
}
.faq-section .wp-block-accordion .wp-block-accordion-item:last-child {
  border-bottom: none;
}
.faq-section .wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
  transform: unset;
}
.faq-section .wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon:after {
  background-image: url(../images/minus.svg);
}
.faq-section .wp-block-accordion .wp-block-accordion-item h3 {
  padding: 16px;
  margin-bottom: 0;
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  --white-color-start: rgba(245, 244, 245, 0);
  --white-color-end: rgba(111, 107, 118, 0);
  background: linear-gradient(var(--white-color-start), var(--white-color-end));
  transition: --white-color-start 0.2s linear, --white-color-end 0.2s linear, color 0.2s linear;
  color: #0A0A0B;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  color: transparent;
  border-radius: 50%;
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon img {
  height: 20px;
  width: auto;
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:hover {
  --white-color-start: #F5F4F5;
  --white-color-end: #6F6B76;
  color: #0A0A0B;
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:hover img {
  filter: invert(1);
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon img {
  filter: invert(0);
  transition: all 0.2s linear;
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#0A0A0B, #98949E);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.faq-section .wp-block-accordion .wp-block-accordion-heading__toggle-icon:after {
  content: "";
  background-image: url(../images/plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.featured-products-section {
  padding: 128px 0;
  background: linear-gradient(#e9d6ff, rgba(233, 214, 255, 0));
}
.featured-products-section h2 {
  margin-bottom: 64px;
}
.featured-products-section h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #4E01AE;
  margin-bottom: 8px;
}

.hero-home-section {
  padding: 175px 0;
  background: #0A0A0B;
  overflow: hidden;
}
.hero-home-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(78, 1, 174, 0) 65%, rgba(78, 1, 174, 0.5) 100%);
  z-index: 0;
}
.hero-home-section > .container > .row {
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .hero-home-section > .container > .row > div:first-child {
    order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-home-section > .container > .row > div:last-child {
    margin-bottom: 40px;
    order: 1;
  }
}
.hero-home-section .has-small-font-size {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #B171FE;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero-home-section h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
  color: #F5F4F5;
  margin-bottom: 16px;
}
.hero-home-section .has-medium-font-size {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #CECCD1;
  margin-bottom: 16px;
}
.hero-home-section .wp-block-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-home-section .wp-block-buttons .wp-block-button:first-child .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
}
.hero-home-section .wp-block-buttons .wp-block-button:first-child .wp-block-button__link:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.hero-home-section .wp-block-buttons .wp-block-button:first-child .wp-block-button__link img {
  height: 20px;
  width: auto;
}
.hero-home-section .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  --white-color-start: rgba(245, 244, 245, 0);
  --white-color-end: rgba(111, 107, 118, 0);
  background: linear-gradient(var(--white-color-start), var(--white-color-end));
  transition: --white-color-start 0.2s linear, --white-color-end 0.2s linear, color 0.2s linear;
}
.hero-home-section .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.hero-home-section .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link img {
  height: 20px;
  width: auto;
}
.hero-home-section .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:hover {
  --white-color-start: #F5F4F5;
  --white-color-end: #6F6B76;
  color: #0A0A0B;
}
.hero-home-section .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:hover img {
  filter: invert(1);
}
.hero-home-section .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.hero-home-section .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link img {
  filter: invert(0);
  transition: all 0.2s linear;
}
.hero-home-section figure {
  position: relative;
  max-width: 395px;
}
.hero-home-section figure:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 30%;
  background-image: url(../images/light-effect.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: block;
  width: 510px;
  height: 630px;
}

.hero-about-section {
  padding: 160px 0 128px;
}
.hero-about-section > .container {
  max-width: calc(736px + 1.5rem);
}
.hero-about-section h1 {
  margin-bottom: 16px;
}
.hero-about-section h2 {
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 12%;
}

.shop_catalog-section {
  padding: 160px 0 64px;
}
.shop_catalog-section h1 {
  margin-bottom: 16px;
}
.shop_catalog-section h2 {
  line-height: 1.5;
  text-shadow: 0 0 4px rgba(78, 1, 174, 0.25);
}
.shop_catalog-section .subtitle {
  max-width: 736px;
  margin: 0 auto;
}

.shop-catalog {
  padding-bottom: 128px;
}

.syntrex-standard-section {
  padding: 128px 0;
}
.syntrex-standard-section > .container {
  max-width: calc(928px + 1.5rem);
}
.syntrex-standard-section h2 {
  line-height: 1.5;
  margin-bottom: 8px;
}
.syntrex-standard-section h3 {
  line-height: 1.17;
  margin-bottom: 12px;
}
.syntrex-standard-section p {
  line-height: 1.5;
}
.syntrex-standard-section .columns {
  gap: 6%;
  margin-top: 64px;
}
@media screen and (max-width: 767.98px) {
  .syntrex-standard-section .columns > div {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .syntrex-standard-section .columns > div:first-child {
    margin-bottom: 64px;
  }
}
.syntrex-standard-section .columns > div:first-child > div {
  border-radius: 24px;
  padding: 24px;
}
.syntrex-standard-section .columns .wp-block-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  display: flex;
  gap: 10px;
}
.syntrex-standard-section .columns .wp-block-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: auto;
  height: 24px;
  border-radius: 1000px;
  border: 1px solid #4E01AE;
  background-color: #DDC2FF;
  padding: 0 8px;
}
.syntrex-standard-section .columns .wp-block-table {
  border-radius: 12px;
  border: 1px solid #E9D6FF;
  margin-bottom: 24px;
}
.syntrex-standard-section .columns .wp-block-table table thead {
  border: none;
}
.syntrex-standard-section .columns .wp-block-table table tr {
  border: none;
}
.syntrex-standard-section .columns .wp-block-table table th {
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #4E01AE;
  border-bottom: 1px solid #E9D6FF;
  background: #F4EBFF;
  padding: 12px;
}
.syntrex-standard-section .columns .wp-block-table table td {
  border: none;
  border-bottom: 1px solid #E9D6FF;
  padding: 12px;
}
.syntrex-standard-section .columns .wp-block-table table td:last-child {
  font-weight: 600;
  text-align: right;
}
.syntrex-standard-section .columns .wp-block-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button {
  width: 100%;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:first-child .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  width: 100%;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:first-child .wp-block-button__link:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:first-child .wp-block-button__link img {
  height: 20px;
  width: auto;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  --white-color-start: rgba(245, 244, 245, 0);
  --white-color-end: rgba(111, 107, 118, 0);
  background: linear-gradient(var(--white-color-start), var(--white-color-end));
  transition: --white-color-start 0.2s linear, --white-color-end 0.2s linear, color 0.2s linear;
  color: #0A0A0B;
  width: 100%;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link img {
  height: 20px;
  width: auto;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:hover {
  --white-color-start: #F5F4F5;
  --white-color-end: #6F6B76;
  color: #0A0A0B;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:hover img {
  filter: invert(1);
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link img {
  filter: invert(0);
  transition: all 0.2s linear;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#0A0A0B, #98949E);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link:hover img {
  filter: invert(0);
}
.syntrex-standard-section .columns .wp-block-buttons .wp-block-button:not(:first-child) .wp-block-button__link img {
  width: 15px;
  height: auto;
}
.syntrex-standard-section .columns .items {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
.syntrex-standard-section .columns .items .item {
  width: 100%;
  max-width: 350px;
}
.syntrex-standard-section .columns .items .item:not(:first-child) {
  opacity: 0.5;
}
.syntrex-standard-section .columns .items figure {
  height: 48px;
  width: auto;
  margin-bottom: 8px;
}
.syntrex-standard-section .columns .items h4 {
  margin-bottom: 12px;
}

.testing-section {
  padding: 160px 0 128px;
}
.testing-section h1 {
  margin-bottom: 16px;
}
.testing-section h2 {
  text-shadow: 0 0 4px rgba(78, 1, 174, 0.25);
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 12%;
}
.testing-section h5 {
  letter-spacing: 12%;
}
@media screen and (max-width: 767.98px) {
  .testing-section .left-block {
    margin-bottom: 64px;
  }
}
.testing-section .left-block .wp-block-paragraph {
  margin-bottom: 8px;
}
.testing-section .left-block .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 8px;
}
.testing-section .left-block .wp-block-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
}
.testing-section .left-block .wp-block-buttons a:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.testing-section .left-block .wp-block-buttons a img {
  height: 20px;
  width: auto;
}
.testing-section .right-block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media all and (min-width: 768px) {
  .testing-section .right-block {
    padding-left: 33px;
  }
}
@media print {
  .testing-section .right-block {
    padding-left: 33px;
  }
}
.testing-section .right-block .item {
  border: 1px solid #E9D6FF;
  border-radius: 12px;
  overflow: hidden;
}
.testing-section .right-block .item > * {
  padding: 0 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.testing-section .right-block .item h3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.testing-section .right-block .item h5 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.testing-section .right-block .item .wp-block-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}
.testing-section .right-block .item .wp-block-list li {
  padding: 4px 8px;
  border: 1px solid #514E56;
  border-radius: 1000px;
  white-space: nowrap;
  letter-spacing: 12%;
}

.title-and-text-section {
  padding: 128px 0;
}
.title-and-text-section h2 {
  line-height: 1.5;
  text-shadow: 0 0 4px rgba(78, 1, 174, 0.25);
  margin-bottom: 12px;
}
.title-and-text-section .subtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 736px;
  margin: 0 auto;
}

.shop-catalog {
  padding-bottom: 128px;
}

.text-page-section {
  padding: 160px 0 128px;
}
.text-page-section > .container {
  max-width: calc(736px + 1.5rem);
}
.text-page-section h1 {
  margin-bottom: 32px;
}
.text-page-section h2 {
  line-height: 1.5;
  text-shadow: 0 0 4px rgba(78, 1, 174, 0.25);
  margin-top: 8px;
}
.text-page-section .page-container > *:first-child {
  margin-top: 0;
}
.text-page-section .page-container > *:last-child {
  margin-bottom: 0;
}
.text-page-section .page-container h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0A0A0B;
  margin: 24px 0 12px;
}
.text-page-section .page-container .wp-block-paragraph {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 16px;
  color: #323036;
  margin-bottom: 8px;
}
.text-page-section .page-container .wp-block-paragraph:last-child {
  margin-bottom: 0;
}
.text-page-section .page-container blockquote {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 1.43;
  font-style: italic;
  color: #514E56;
  border-width: 1px 1px 1px 16px;
  border-style: solid;
  border-color: #E9D6FF;
  border-radius: 12px;
  padding: 15px;
  margin: 32px 0;
}
.text-page-section .page-container blockquote .wp-block-paragraph {
  margin-bottom: 8px;
}
.text-page-section .page-container blockquote .wp-block-paragraph:last-child {
  margin-bottom: 0;
}

.verification-process_section {
  position: relative;
  padding: 64px 0;
  background: #0A0A0B;
}
.verification-process_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(78, 1, 174, 0.5), rgba(78, 1, 174, 0.25));
  z-index: 0;
}
.verification-process_section h2 {
  margin-bottom: 32px;
  line-height: 1.5;
}
.verification-process_section h3 {
  margin-bottom: 12px;
  line-height: 1.5;
}
.verification-process_section p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 991.98px) {
  .verification-process_section .items {
    justify-content: flex-start;
    gap: 32px 0;
  }
}
@media screen and (max-width: 991.98px) {
  .verification-process_section .items .col {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    margin: unset !important;
  }
}
@media screen and (max-width: 575.98px) {
  .verification-process_section .items .col {
    width: 50%;
    flex: 0 0 50%;
  }
}

.filters-wrap {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 48px;
}
@media screen and (max-width: 767.98px) {
  .filters-wrap {
    flex-wrap: wrap;
  }
}
.filters-wrap .filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}
.filters-wrap .filters .livesearch_product {
  position: relative;
  width: 100%;
  max-width: 352px;
}
.filters-wrap .filters .price-from,
.filters-wrap .filters .price-to {
  position: relative;
  width: 100%;
  max-width: 128px;
}
.filters-wrap .filters .icon {
  position: absolute;
  top: 14px;
  left: 18px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.filters-wrap .filters input {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: 48px;
  color: #514E56;
  border: 1px solid #0A0A0B;
  padding: 0 16px 0 48px;
  border-radius: 1000px;
  background: transparent;
  z-index: 2;
}
.filters-wrap .filters input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: textfield;
}
.filters-wrap .sort {
  white-space: nowrap;
}
.filters-wrap .sort .sort_by + .select2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100% !important;
  height: 48px;
}
.filters-wrap .sort .sort_by + .select2.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}
.filters-wrap .sort .sort_by + .select2 .selection,
.filters-wrap .sort .sort_by + .select2 .select2-selection {
  width: 100%;
  height: 100%;
  border: none;
}
.filters-wrap .sort .sort_by + .select2 .select2-selection__rendered {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 32px 0 0;
  height: 100%;
}
.filters-wrap .sort .sort_by + .select2 .select2-selection__rendered:before {
  content: "Sort by";
  margin-right: 4px;
}
.filters-wrap .sort .sort_by + .select2 .select2-selection__arrow {
  position: relative;
  width: 24px;
  height: 100%;
}
.filters-wrap .sort .sort_by + .select2 .select2-selection__arrow b {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: center center;
  border: none;
  position: absolute;
  top: calc(50% - 12px);
  left: unset;
  right: 0;
  transform: rotate(0);
}
.filters-wrap .sort .select2-dropdown {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border: none;
}
.filters-wrap .sort .select2-dropdown .select2-results__option--selected {
  color: #4E01AE;
  background: transparent;
}
.filters-wrap .sort .select2-dropdown .select2-results__option--highlighted {
  background-color: transparent;
  color: #4E01AE;
}

.product-list {
  margin-left: -16px !important;
  margin-right: -16px !important;
  width: calc(100% + 32px);
  gap: 32px 0;
}
.product-list .item {
  padding: 0 16px;
}
@media screen and (max-width: 767.98px) {
  .product-list .item {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .product-list .item {
    width: 100%;
  }
}
.product-list .item .inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #F5F4F5;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid transparent;
  padding-bottom: 108px;
  transition: all 0.2s linear;
}
.product-list .item .inner:hover {
  border-color: #4E01AE;
}
.product-list .item .head {
  display: flex;
  gap: 30px;
  padding: 16px 16px 14px;
}
.product-list .item .head .pa_presentation {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #514E56;
}
.product-list .item .head .product_tags {
  width: auto;
  white-space: nowrap;
  line-height: 1;
}
.product-list .item .head .product_tags span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: auto;
  height: 24px;
  white-space: nowrap;
  border: 1px solid #4E01AE;
  border-radius: 1000px;
  background: #DDC2FF;
  padding: 0 8px;
  color: #4E01AE;
  text-transform: uppercase;
}
.product-list .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.23;
}
.product-list .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.product-list .item .details {
  padding: 16px 16px 0;
}
.product-list .item .details .head_title {
  display: flex;
  gap: 30px;
}
.product-list .item .details .head_title .product_name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #0A0A0B;
  width: 100%;
}
.product-list .item .details .head_title .product_price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #4E01AE;
  white-space: nowrap;
  text-align: right;
  width: auto;
}
.product-list .item .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  color: #F5F4F5;
  --gray_dark-color-start: #6F6B76;
  --gray_dark-color-end: #0A0A0B;
  background: linear-gradient(var(--gray_dark-color-start), var(--gray_dark-color-end));
  transition: --gray_dark-color-start 0.2s linear, --gray_dark-color-end 0.2s linear, color 0.2s linear;
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
}
.product-list .item .button:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
.product-list .item .button img {
  height: 20px;
  width: auto;
}
.product-list .item .button:hover {
  --gray_dark-color-start: rgb(85.84, 82.7466666667, 91.2533333333);
  --gray_dark-color-end: black;
}
.product-list .item .pa_classification {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px;
  color: #323036;
  margin-top: 8px;
}

body.single-product .single-product-wrap {
  padding: 160px 0 128px;
}
body.single-product .single-product-wrap .woocommerce-breadcrumb {
  display: none !important;
}
body.single-product .single-product-wrap .stock-information {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #4E01AE;
  text-shadow: 0 0 4px rgba(78, 1, 174, 0.25);
  margin-bottom: 8px;
}
body.single-product .single-product-wrap h1 {
  margin-bottom: 8px;
}
body.single-product .single-product-wrap .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 16px !important;
}
body.single-product .single-product-wrap .woocommerce-product-gallery .flex-viewport {
  background: #F5F4F5;
  border-radius: 24px;
  margin-bottom: 16px;
  height: auto !important;
  aspect-ratio: 1;
  overflow: hidden;
}
body.single-product .single-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  /*display: inline-flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;*/
}
body.single-product .single-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: unset;
}
body.single-product .single-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
body.single-product .single-product-wrap .summary {
  width: 100% !important;
}
@media all and (min-width: 768px) {
  body.single-product .single-product-wrap .summary {
    padding-left: calc(64px - 0.75rem);
  }
}
@media print {
  body.single-product .single-product-wrap .summary {
    padding-left: calc(64px - 0.75rem);
  }
}
body.single-product .single-product-wrap .presentation {
  margin-bottom: 16px;
}
body.single-product .single-product-wrap .presentation span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #0A0A0B;
  border-radius: 1000px;
  padding: 4px 8px;
  color: #514E56;
}
body.single-product .single-product-wrap .product_note {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  line-height: 20px;
  color: #514E56;
  border-width: 1px 1px 1px 16px;
  border-style: solid;
  border-color: #E9D6FF;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 32px;
}
body.single-product .single-product-wrap .specifications {
  border: 1px solid #E9D6FF;
  border-radius: 12px;
  margin-bottom: 32px;
  overflow: hidden;
}
body.single-product .single-product-wrap .specifications table {
  width: 100%;
  border: none;
}
body.single-product .single-product-wrap .specifications table thead th {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  background: #F4EBFF;
  color: #4E01AE;
  padding: 12px;
}
body.single-product .single-product-wrap .specifications table tbody tr {
  border-bottom: 1px solid #E9D6FF;
}
body.single-product .single-product-wrap .specifications table tbody tr:last-child {
  border-bottom: none;
}
body.single-product .single-product-wrap .specifications table tbody td {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px;
  padding: 12px;
  color: #514E56;
}
body.single-product .single-product-wrap .specifications table tbody td:last-child {
  text-align: right;
  font-weight: 600;
  color: #0A0A0B;
}
body.single-product .single-product-wrap .product-description h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #514E56;
}
body.single-product .single-product-wrap .product-description p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px;
  color: #323036;
  margin-bottom: 8px;
}
body.single-product .single-product-wrap .product-description p:last-child {
  margin-bottom: 0;
}
body.single-product .single-product-wrap .price {
  margin-bottom: 18px;
}
body.single-product .single-product-wrap .price .amount {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-size: 24px;
  color: #4E01AE;
}
body.single-product .single-product-wrap .price .amount bdi {
  color: inherit;
}
body.single-product .single-product-wrap .price .amount bdi span {
  color: inherit;
}
body.single-product .single-product-wrap form.cart {
  position: relative;
  margin-bottom: 0;
}
body.single-product .single-product-wrap form.cart .quantity {
  display: flex;
  width: 122px;
  position: absolute;
  top: -54px;
  right: 0;
  margin: 0 !important;
}
body.single-product .single-product-wrap form.cart .quantity button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  --white-color-start: rgba(245, 244, 245, 0);
  --white-color-end: rgba(111, 107, 118, 0);
  background: linear-gradient(var(--white-color-start), var(--white-color-end));
  transition: --white-color-start 0.2s linear, --white-color-end 0.2s linear, color 0.2s linear;
  color: #0A0A0B;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  padding: 0;
  border-width: 1px;
}
body.single-product .single-product-wrap form.cart .quantity button:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
body.single-product .single-product-wrap form.cart .quantity button img {
  height: 20px;
  width: auto;
}
body.single-product .single-product-wrap form.cart .quantity button:hover {
  --white-color-start: #F5F4F5;
  --white-color-end: #6F6B76;
  color: #0A0A0B;
}
body.single-product .single-product-wrap form.cart .quantity button:hover img {
  filter: invert(1);
}
body.single-product .single-product-wrap form.cart .quantity button:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
body.single-product .single-product-wrap form.cart .quantity button img {
  filter: invert(0);
  transition: all 0.2s linear;
}
body.single-product .single-product-wrap form.cart .quantity button:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#0A0A0B, #98949E);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
body.single-product .single-product-wrap form.cart .quantity button:before {
  display: none;
}
body.single-product .single-product-wrap form.cart .quantity input {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-size: 24px;
  border: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: textfield;
  width: calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
  padding: 0;
}
body.single-product .single-product-wrap form.cart .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  width: 100%;
}
body.single-product .single-product-wrap form.cart .single_add_to_cart_button:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
body.single-product .single-product-wrap form.cart .single_add_to_cart_button img {
  height: 20px;
  width: auto;
}
body.single-product .single-product-wrap form.cart .single_add_to_cart_button:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/cart.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: invert(1);
}
body.single-product .single-product-wrap .batch_report {
  margin-top: 12px;
}
body.single-product .single-product-wrap .batch_report a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #F5F4F5;
  border-radius: 1000px;
  --purple-color-start: #9A48FE;
  --purple-color-end: #4E01AE;
  background: linear-gradient(var(--purple-color-start), var(--purple-color-end));
  transition: --purple-color-start 0.2s linear, --purple-color-end 0.2s linear;
  position: relative;
  --white-color-start: rgba(245, 244, 245, 0);
  --white-color-end: rgba(111, 107, 118, 0);
  background: linear-gradient(var(--white-color-start), var(--white-color-end));
  transition: --white-color-start 0.2s linear, --white-color-end 0.2s linear, color 0.2s linear;
  color: #0A0A0B;
  width: 100%;
  margin-bottom: 8px;
}
body.single-product .single-product-wrap .batch_report a:hover {
  --purple-color-start: rgb(126.0054347826, 21.277173913, 253.722826087);
  --purple-color-end: rgb(55.2685714286, 0.7085714286, 123.2914285714);
}
body.single-product .single-product-wrap .batch_report a img {
  height: 20px;
  width: auto;
}
body.single-product .single-product-wrap .batch_report a:hover {
  --white-color-start: #F5F4F5;
  --white-color-end: #6F6B76;
  color: #0A0A0B;
}
body.single-product .single-product-wrap .batch_report a:hover img {
  filter: invert(1);
}
body.single-product .single-product-wrap .batch_report a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#F5F4F5, #6F6B76);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
body.single-product .single-product-wrap .batch_report a img {
  filter: invert(0);
  transition: all 0.2s linear;
}
body.single-product .single-product-wrap .batch_report a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px;
  background: linear-gradient(#0A0A0B, #98949E);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
body.single-product .single-product-wrap .batch_report a:hover img {
  filter: invert(0);
}
body.single-product .single-product-wrap .batch_report .subbutton {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  font-size: 10px;
  color: #514E56;
  text-transform: uppercase;
}

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