.zero {
  margin: 0;
  padding: 0;
}
.zero-i {
  margin: 0 !important;
  padding: 0 !important;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1300px) {
  .desktop-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media screen and (max-width: 800px) {
  .mobile-show {
    display: inherit !important;
  }
}
.tablet-show {
  display: none;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .tablet-show {
    display: inherit !important;
  }
}
.desktop-show {
  display: none;
}
@media screen and (min-width: 1300px) {
  .desktop-show {
    display: inherit !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.c-pad {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .c-pad {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .c-pad {
    padding-right: 15px !important;
  }
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns > * {
  flex: 1 1 0;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
body:not(.admin-bar) .debug-box {
  display: none !important;
}
.debug-box {
  margin: 20px;
  padding: 20px;
  border: #be6eff solid 2px;
  background-color: rgba(213,176,255,0.9);
  border-radius: 10px;
  overflow: scroll;
  max-height: 800px;
  position: relative;
  z-index: 9999;
}
.debug-box span.debug-message {
  color: #8250d7;
  font-weight: bold;
  font-size: 1.2em;
}
.debug-box pre {
  color: #8250d7;
  background: none;
  border: none;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 1100px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
img.alignright {
  float: right;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7b7e81;
  line-height: 1.6em;
}
@media screen and (max-width: 800px) {
  html,
  body {
    font-size: 14px !important;
  }
}
img {
  max-width: 100%;
}
a {
  color: #518aa0;
}
ins {
  background: unset;
}
input:focus-visible {
  outline: none;
}
@font-face {
  font-family: "Inter", serif;
  src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter", serif;
  src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}
.header-font {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
}
.base-font {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .base-font {
    font-size: 14px !important;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.7em;
  line-height: 1.2em;
  color: #518aa0;
  text-wrap: balance;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em {
  font-style: normal;
  color: #8057a1;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  text-decoration: none !important;
  display: inline;
  position: relative;
  z-index: 2;
}
h1 span::after,
h2 span::after,
h3 span::after,
h4 span::after,
h5 span::after {
  content: "";
  border-bottom: solid 4px #8057a1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  z-index: -1;
}
h1:has(+ h1),
h1:has(+ h2),
h1:has(+ h3),
h1:has(+ h4),
h1:has(+ h5),
h1:has(+ h6),
h2:has(+ h1),
h2:has(+ h2),
h2:has(+ h3),
h2:has(+ h4),
h2:has(+ h5),
h2:has(+ h6),
h3:has(+ h1),
h3:has(+ h2),
h3:has(+ h3),
h3:has(+ h4),
h3:has(+ h5),
h3:has(+ h6),
h4:has(+ h1),
h4:has(+ h2),
h4:has(+ h3),
h4:has(+ h4),
h4:has(+ h5),
h4:has(+ h6),
h5:has(+ h1),
h5:has(+ h2),
h5:has(+ h3),
h5:has(+ h4),
h5:has(+ h5),
h5:has(+ h6) {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 42px;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 32px !important;
  }
}
h2 {
  font-size: 38px;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 28px !important;
  }
}
h3 {
  font-size: 34px;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 24px !important;
  }
}
h4 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  h4 {
    font-size: 18px !important;
  }
}
h5 {
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  h5 {
    font-size: 14px !important;
  }
}
p {
  margin-top: 0;
  margin-bottom: 2em;
}
p:last-of-type {
  margin-bottom: 0;
}
header.main #upper-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #518aa0;
  color: white;
  transition: 0.4s;
  height: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  header.main #upper-header {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #upper-header {
    padding-right: 15px !important;
  }
}
header.main #upper-header .header-inner {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 800px) {
  header.main #upper-header .header-inner {
    justify-content: end !important;
  }
}
header.main #upper-header .header-inner .site-notice {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  header.main #upper-header .header-inner .site-notice {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #upper-header .header-inner .site-notice {
    display: none !important;
  }
}
header.main #upper-header .header-inner .site-notice a {
  color: white;
}
header.main #upper-header .header-inner #super-menu > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
header.main #upper-header .header-inner #super-menu > div > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}
header.main #upper-header .header-inner #super-menu > div > ul > li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
header.main #upper-header .header-inner #super-menu > div > ul > li a::before {
  display: inline-block;
  margin-right: 5px;
}
header.main #upper-header .header-inner #super-menu > div > ul > li a:hover {
  text-decoration: underline;
}
header.main #upper-header .header-inner #super-menu > div > ul > li .sub-menu {
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 25px;
  background-color: #518aa0;
  padding: 20px;
  z-index: 1;
  border-radius: 0 0 8px 8px;
  list-style: none;
}
header.main #upper-header .header-inner #super-menu > div > ul > li .sub-menu li a {
  text-wrap: nowrap;
}
header.main #upper-header .header-inner #super-menu > div > ul > li:hover .sub-menu {
  pointer-events: all;
  opacity: 1;
}
header.main #upper-header .header-inner #super-menu > div > ul > li:hover .sub-menu li a {
  color: white;
}
header.main #lower-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.4s;
  height: 85px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  background-color: white;
  display: flex;
}
@media screen and (max-width: 800px) {
  header.main #lower-header {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header {
    padding-right: 15px !important;
  }
}
header.main #lower-header .header-inner {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header.main #lower-header .header-inner .logo-container img {
  width: 250px;
}
header.main #lower-header .header-inner #main-menu {
  flex-grow: 1;
  justify-content: end;
  display: flex;
}
header.main #lower-header .header-inner #main-menu > div {
  flex-grow: 1;
  justify-content: end;
  display: flex;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    top: 125px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    position: fixed !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    justify-content: start !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    pointer-events: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    transition: 0.4s !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    background-color: white !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div.active {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div.active {
    pointer-events: all !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0;
  align-items: center;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul {
    overflow-y: auto !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li {
  margin: 0;
  padding: 0;
  transition: 0.4s;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li {
    padding: 29px 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li {
    height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li {
    border-bottom: solid 1px #e7e7e7 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li {
    align-items: start !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li > a {
  padding: 29px 15px;
  transition: 0.2s;
  color: #8057a1;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > a {
    padding: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > a {
    width: 100% !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li > a::after {
  content: "";
  transition: 0.4s;
  display: block;
  height: 2px;
  background-color: #518aa0;
  width: 0%;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > a::after {
    display: none !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li > a:hover::after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:first-child {
    border-top: solid 1px #e7e7e7 !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children {
    position: relative !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
  transition: 0.5s;
  position: relative;
  right: 10px;
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f078';
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    position: absolute !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    right: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    border: solid 2px  !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    border-radius: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    width: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    height: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    justify-content: center !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    align-items: center !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    top: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:not(:last-child).menu-item-has-children::after {
    pointer-events: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.active > a {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.active > .sub-menu {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.active:not(:last-child).menu-item-has-children::after {
    transition: 0s !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.active:not(:last-child).menu-item-has-children::after {
    content: "Tap here / all categories" !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.active:not(:last-child).menu-item-has-children::after {
    border-color: transparent !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.active:not(:last-child).menu-item-has-children::after {
    width: unset !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.active:not(:last-child).menu-item-has-children::after {
    font-family: "Inter", serif !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.active:not(:last-child).menu-item-has-children::after {
    top: 23px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.active:not(:last-child).menu-item-has-children::after {
    font-weight: 500 !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu {
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  border-top: solid 4px #518aa0;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  width: 100%;
  padding: 50px;
  list-style: none;
  margin: 0;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu {
    pointer-events: all !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu {
    position: relative !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu {
    inset: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu {
    padding: 20px !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > a {
  transition: 0.2s;
  color: black;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2em;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > a {
    padding: 10px 0 !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > a:hover {
  color: #518aa0;
  border-bottom: 3px solid #8057a1;
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > .sub-menu {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > .sub-menu > li > a {
  transition: padding 0.6s, color 0.1s ease;
  display: block;
  color: rgba(0,0,0,0.7);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2em;
  border-bottom: 2px solid transparent;
  font-weight: 450;
  text-shadow: 0 0 10px white;
  padding: 0;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > .sub-menu > li > a {
    padding: 10px 0 !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > .sub-menu > li > a:hover {
  border-bottom: 2px solid transparent;
  color: #518aa0;
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > .sub-menu .category-background-banner {
  display: none !important;
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > .category-background-banner {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  transition: 1s;
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > .category-background-banner .tint {
  position: absolute;
  inset: 0;
  background-color: rgba(255,255,255,0.5);
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li > .category-background-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li::after {
  content: "";
  transition: 0.4s;
  box-shadow: 0 0 250px 380px transparent;
  background-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li:hover::after {
  box-shadow: 0 0 250px 380px rgba(255,255,255,0.9);
  background-color: rgba(255,255,255,0.9);
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li:hover > a {
  font-weight: 700;
  letter-spacing: -0.011em;
}
header.main #lower-header .header-inner #main-menu > div > ul > li > .sub-menu > li:hover > .category-background-banner {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.current_page_item,
  header.main #lower-header .header-inner #main-menu > div > ul > li.current_page_ancestor {
    background-color: rgba(213,213,218,0.4) !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li.current_page_item,
  header.main #lower-header .header-inner #main-menu > div > ul > li.current_page_ancestor {
    border-bottom: #8057a1 4px solid !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li.current_page_item:not(:last-child),
header.main #lower-header .header-inner #main-menu > div > ul > li.current_page_ancestor:not(:last-child) {
  background-color: #f0f0f5;
}
header.main #lower-header .header-inner #main-menu > div > ul > li:hover:not(:last-child) {
  background-color: #f5f5f5;
}
header.main #lower-header .header-inner #main-menu > div > ul > li:hover:not(:last-child).menu-item-has-children::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner #main-menu > div > ul > li:hover:not(:last-child).menu-item-has-children::after {
    transform: rotate(0deg) !important;
  }
}
header.main #lower-header .header-inner #main-menu > div > ul > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
header.main #lower-header .header-inner #main-menu > div > ul > li:hover > .sub-menu > li > .sub-menu > li > a {
  padding: 5px 0;
}
header.main #lower-header .header-inner #mobile-menu-button {
  transition: 0.4s;
}
@media screen and (min-width: 1300px) {
  header.main #lower-header .header-inner #mobile-menu-button {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #lower-header .header-inner #mobile-menu-button {
    display: none !important;
  }
}
header.main #lower-header .header-inner #mobile-menu-button img {
  width: 34px;
}
header.main #lower-header .header-inner #mobile-menu-button.active {
  transform: rotate(90deg);
}
footer {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  footer {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding-right: 15px !important;
  }
}
footer .footer-inner {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-inner .site-tc_pp {
  display: flex;
  justify-content: end;
  gap: 20px;
}
body {
  display: flex;
  flex-direction: column;
}
body .site-container .page-container {
  min-height: 100vh;
}
body.admin-bar .site-container .page-container {
  min-height: calc(100vh - calc(32px));
}
body .site-container {
  display: flex;
  flex-wrap: nowrap;
}
body .site-container .sidebar {
  border: 1px solid green !important;
}
body .site-container .page-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body .site-container .page-container main {
  border: 1px solid red !important;
  flex-grow: 1;
}
body .site-container .page-container main .legacy-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  body .site-container .page-container main .legacy-content {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  body .site-container .page-container main .legacy-content {
    padding-right: 15px !important;
  }
}
body .site-container .page-container main .legacy-content .legacy-column {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
body.error404 main {
  padding-top: 200px;
  padding-bottom: 150px;
}
.bask-page-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .bask-page-padding {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-page-padding {
    padding-right: 15px !important;
  }
}
.bask-page-padding .bask-page-column {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.bask-columns {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .bask-columns {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-columns {
    padding-right: 15px !important;
  }
}
.bask-columns .columns-inner {
  display: grid;
  grid-gap: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .bask-columns .columns-inner {
    grid-gap: 20px !important;
  }
}
.bask-columns.bask-columns-1 .columns-inner {
  grid-template-columns: 1fr;
}
.bask-columns.bask-columns-2 .columns-inner {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .bask-columns.bask-columns-2 .columns-inner {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-columns.bask-columns-2 .columns-inner {
    grid-template-columns: 1fr !important;
  }
}
.bask-columns.bask-columns-3 .columns-inner {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .bask-columns.bask-columns-3 .columns-inner {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-columns.bask-columns-3 .columns-inner {
    grid-template-columns: 1fr !important;
  }
}
.bask-columns.bask-columns-4 .columns-inner {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .bask-columns.bask-columns-4 .columns-inner {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-columns.bask-columns-4 .columns-inner {
    grid-template-columns: 1fr !important;
  }
}
.bask-columns.narrow-content .columns-inner {
  max-width: 950px;
}
.bask-columns.standard-content .columns-inner {
  max-width: 1400px;
}
.bask-columns.layout-contained {
  width: 100%;
  max-width: calc(1400px + calc(40px));
  margin-left: auto;
  margin-right: auto;
}
.bask-columns.layout-contained .columns-inner {
  max-width: 1400px;
}
.bask-columns.full-width {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.bask-columns.full-width .columns-inner {
  width: 100%;
  max-width: 100%;
}
.spacer {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  display: none;
}
@media screen and (min-width: 1300px) {
  .spacer.desktop-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .spacer.tablet-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .spacer.mobile-spacer {
    display: block !important;
  }
}
.background-tinted {
  background-color: #f5f7fa;
}
.background-tinted-darker {
  background-color: #f2f2f2;
}
.background-primary-tinted {
  background-color: rgba(0,105,170,0.05);
}
.background-primary {
  background-color: #518aa0;
}
.background-primary * {
  color: white;
}
.pagination {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pagination .page-numbers {
  transition: 0.4s;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
  color: #518aa0;
  font-weight: 500;
}
.pagination .page-numbers.current {
  border-color: #8057a1;
  color: #8057a1;
}
.pagination a.page-numbers:hover {
  border-color: #518aa0;
}
.bask-column .breadcrumb-container {
  position: relative;
  width: calc(100% + calc(40px));
  left: -20px;
}
.breadcrumb-container {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .breadcrumb-container {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .breadcrumb-container {
    padding-right: 15px !important;
  }
}
.breadcrumb-container #woocommerce-category-browser {
  transition: 0.3s;
  margin-right: 30px;
  cursor: pointer;
  border: solid 1px #7b7e81;
  font-weight: 600;
  border-radius: 5px;
  padding: 0px 10px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .breadcrumb-container #woocommerce-category-browser {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .breadcrumb-container #woocommerce-category-browser {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 800px) {
  .breadcrumb-container #woocommerce-category-browser {
    padding: 5px 10px !important;
  }
}
.breadcrumb-container #woocommerce-category-browser::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f03a';
  margin-right: 5px;
}
.breadcrumb-container #woocommerce-category-browser:hover {
  color: #518aa0;
  border-color: #8057a1;
}
.breadcrumb-container .woocommerce-breadcrumb {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  font-size: .92em;
  color: #767676;
}
@media screen and (max-width: 800px) {
  .breadcrumb-container .woocommerce-breadcrumb .breadcrumbs-list {
    display: none !important;
  }
}
.breadcrumb-container .woocommerce-breadcrumb a {
  transition: 0.4s;
  text-decoration: none;
  font-weight: 600;
  font-size: .92em;
  color: #767676;
}
.breadcrumb-container .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
  color: black;
}
.breadcrumb-container .woocommerce-breadcrumb::after {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  inset: -15px -50vw;
  display: block;
  z-index: -1;
}
.button {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.button .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.button.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.button.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
p + .button,
.bask-column + .button {
  margin-top: 2em;
}
p .button,
.bask-column > .button {
  margin-right: 20px;
  margin-bottom: 20px;
}
p .button:last-of-type,
.bask-column > .button:last-of-type {
  margin-right: 0;
}
.button-outline {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: transparent;
  color: #518aa0;
}
.button-outline .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.button-outline:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.button-outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.button-full-width {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  width: 100%;
  font-size: 20px;
  padding: 15px 40px;
}
.button-full-width .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.button-full-width:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.button-full-width.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.button-full-width.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.af-form .af-fields .af-field {
  padding: 0;
  border-top: none;
}
.af-form .af-fields .af-field .af-label label,
.af-form .af-fields .af-field .acf-label label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
}
.af-form .af-fields .af-field .af-input input,
.af-form .af-fields .af-field .acf-input input {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .af-form .af-fields .af-field .af-input input,
  .af-form .af-fields .af-field .acf-input input {
    font-size: 14px !important;
  }
}
.af-form .af-fields .af-field .af-input input:placeholder-shown,
.af-form .af-fields .af-field .acf-input input:placeholder-shown {
  border-color: #e7e7e7;
}
.af-form .af-fields .af-field .af-input input:focus,
.af-form .af-fields .af-field .acf-input input:focus {
  border-color: #518aa0;
}
.af-form .af-fields .af-field .af-input input:not(:placeholder-shown):not(:focus):valid,
.af-form .af-fields .af-field .acf-input input:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.af-form .af-fields .af-field .af-input input:not(:placeholder-shown):invalid,
.af-form .af-fields .af-field .acf-input input:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.af-form .af-fields .af-field .af-input textarea,
.af-form .af-fields .af-field .acf-input textarea {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .af-form .af-fields .af-field .af-input textarea,
  .af-form .af-fields .af-field .acf-input textarea {
    font-size: 14px !important;
  }
}
.af-form .af-fields .af-field .af-input textarea:placeholder-shown,
.af-form .af-fields .af-field .acf-input textarea:placeholder-shown {
  border-color: #e7e7e7;
}
.af-form .af-fields .af-field .af-input textarea:focus,
.af-form .af-fields .af-field .acf-input textarea:focus {
  border-color: #518aa0;
}
.af-form .af-fields .af-field .af-input textarea:not(:placeholder-shown):not(:focus):valid,
.af-form .af-fields .af-field .acf-input textarea:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.af-form .af-fields .af-field .af-input textarea:not(:placeholder-shown):invalid,
.af-form .af-fields .af-field .acf-input textarea:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.af-form .af-fields .af-submit {
  margin-top: 20px;
  padding: 0;
}
.af-form .af-fields .af-submit button {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.af-form .af-fields .af-submit button .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.af-form .af-fields .af-submit button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.af-form .af-fields .af-submit button.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.af-form .af-fields .af-submit button.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
input {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  input {
    font-size: 14px !important;
  }
}
input:placeholder-shown {
  border-color: #e7e7e7;
}
input:focus {
  border-color: #518aa0;
}
input:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
input:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
textarea {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  textarea {
    font-size: 14px !important;
  }
}
textarea:placeholder-shown {
  border-color: #e7e7e7;
}
textarea:focus {
  border-color: #518aa0;
}
textarea:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
textarea:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.form-text {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
}
@media screen and (max-width: 800px) {
  .form-text {
    font-size: 14px !important;
  }
}
.form-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
}
.input-field {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .input-field {
    font-size: 14px !important;
  }
}
.input-field:placeholder-shown {
  border-color: #e7e7e7;
}
.input-field:focus {
  border-color: #518aa0;
}
.input-field:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.input-field:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.select-field {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
  height: unset;
}
@media screen and (max-width: 800px) {
  .select-field {
    font-size: 14px !important;
  }
}
.select-field:placeholder-shown {
  border-color: #e7e7e7;
}
.select-field:focus {
  border-color: #518aa0;
}
.select-field:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.select-field:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.woocommerce-input-wrapper .select2.select2-container .selection .select2-selection {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
}
@media screen and (max-width: 800px) {
  .woocommerce-input-wrapper .select2.select2-container .selection .select2-selection {
    font-size: 14px !important;
  }
}
.woocommerce-input-wrapper .select2.select2-container .selection .select2-selection .select2-selection__arrow {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-input-wrapper .select2.select2-container .selection .select2-selection .select2-selection__arrow b {
  margin: 0;
  padding: 0;
  position: initial;
  height: 4px;
  display: block;
}
@media screen and (max-width: 800px) {
  .subscribe-banner h3,
  .subscribe-banner h5 {
    text-align: center !important;
  }
}
.subscribe-banner #form_671db56e975b8 .af-fields {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-field {
  flex-grow: 1;
  max-width: 300px;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .af-label,
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .acf-label {
  display: none !important;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .af-input input,
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .acf-input input {
  height: 50px;
  border-color: white;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .af-input input:placeholder-shown,
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .acf-input input:placeholder-shown {
  border-color: white;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .af-input input:focus,
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .acf-input input:focus {
  border-color: #8057a1;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .af-input input:not(:placeholder-shown):valid,
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .acf-input input:not(:placeholder-shown):valid {
  border-color: #61a074;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .af-input input:not(:placeholder-shown):invalid,
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .acf-input input:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .af-input .acf-notice.acf-error-message,
.subscribe-banner #form_671db56e975b8 .af-fields .af-field .acf-input .acf-notice.acf-error-message {
  display: none;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-submit {
  margin-top: 0;
}
.subscribe-banner #form_671db56e975b8 .af-fields .af-submit button {
  height: 50px;
}
footer #form_671db56e975b8 .af-fields {
  display: flex;
  align-items: center;
}
footer #form_671db56e975b8 .af-fields .af-field {
  flex-grow: 1;
}
footer #form_671db56e975b8 .af-fields .af-field .af-label {
  display: none !important;
}
footer #form_671db56e975b8 .af-fields .af-field .af-input input {
  transition: 0.4s;
  border: solid 2px #518aa0;
  border-radius: 5px 0 0 5px;
  height: 50px;
  padding: 10px 20px;
  background: transparent;
  color: white;
}
footer #form_671db56e975b8 .af-fields .af-field .af-input input:focus {
  outline: none;
  background-color: white;
  color: black;
}
footer #form_671db56e975b8 .af-fields .af-field .af-input .acf-notice.acf-error-message {
  display: none;
}
footer #form_671db56e975b8 .af-fields .af-submit {
  margin-top: 0;
}
footer #form_671db56e975b8 .af-fields .af-submit button {
  border: none;
  border-radius: 0 5px 5px 0;
  height: 50px;
  border-color: #518aa0;
  background-color: #518aa0;
  color: white;
  margin-bottom: 0;
}
footer #form_671db56e975b8 .af-fields .af-submit button:hover {
  border-color: #8057a1;
  background-color: #8057a1;
  color: white;
}
.product-page {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .product-page {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .product-page {
    padding-right: 15px !important;
  }
}
.product-page .product-container {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(123,182,182,0.2);
  padding: 20px;
  margin-top: 20px;
}
.product-page .product-container .product-header {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-page .product-container .product-header > * {
  flex: 1 1 0;
}
.product-page .product-container .product-header .product-title-column {
  flex-grow: 1;
}
.product-page .product-container .product-header .product-image-column {
  flex-shrink: 1;
  flex-grow: 0;
}
.product-page .product-container .product-header .product-image-column .product-image-container {
  width: 300px;
  height: 300px;
  background-color: white;
}
.product-page .product-container .product-header .product-image-column .product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-page .product-container .document-tabs {
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-container .document-tabs .document-tab {
  text-wrap: nowrap;
  background: #fafafa;
  background: linear-gradient(0deg,#f0f0f0 0%,#fafafa 30%);
  padding: 10px 15px;
  user-select: none;
  cursor: pointer;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
  position: relative;
}
.product-page .product-container .document-tabs .document-tab.active {
  background: white;
  font-weight: bold;
  z-index: 1;
}
.product-page .product-container .document-tabs .document-tab:hover {
  background: white;
  z-index: 1;
}
.product-page .product-container .product-documents {
  margin: 0 0 20px 0;
  background-color: white;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.product-page .product-container .product-documents .document-row {
  padding: 5px;
  border: solid 1px black;
  display: flex;
  flex-wrap: nowrap;
  display: none;
}
.product-page .product-container .product-documents .document-row.active {
  display: flex;
}
.product-page .product-container .product-documents .document-row .document-name {
  width: 20%;
}
.product-page .product-container .product-documents .document-row .document-description {
  width: 60%;
}
.product-page .product-container .product-documents .document-row .document-download {
  width: 20%;
}
.product-page .product-container .product-children .product-container {
  background-color: rgba(123,182,126,0.2);
}
.product-page .product-container .product-children .product-container .product-container {
  background-color: rgba(182,158,123,0.2);
}
.product-page .product-container .product-children .product-container .product-container .product-container {
  background-color: rgba(134,123,182,0.2);
}
.woocommerce-notices-wrapper {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-message {
  margin-top: 20px;
  background: #518aa0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: white;
  outline: none;
  border-radius: 10px;
  border: none;
}
.woocommerce-message::before,
.woocommerce-message::after {
  display: none;
}
.woocommerce-error {
  margin-top: 20px;
  background: #518aa0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: white;
  outline: none;
  border-radius: 10px;
  border: none;
  background: #8057a1;
}
.woocommerce-error::before,
.woocommerce-error::after {
  display: none;
}
.woocommerce-error li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.woocommerce-error li .button {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce-error li .button .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.woocommerce-error li .button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-error li .button.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-error li .button.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.woocommerce-info {
  margin-top: 20px;
  background: #518aa0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: white;
  outline: none;
  border-radius: 10px;
  border: none;
}
.woocommerce-info::before,
.woocommerce-info::after {
  display: none;
}
.woocommerce-info.cart-empty {
  margin-top: 20px;
  background: #518aa0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: white;
  outline: none;
  border-radius: 10px;
  border: none;
  background: #8057a1;
}
.woocommerce-info.cart-empty::before,
.woocommerce-info.cart-empty::after {
  display: none;
}
.woocommerce-info.cart-empty li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.woocommerce-info.cart-empty li .button {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce-info.cart-empty li .button .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.woocommerce-info.cart-empty li .button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-info.cart-empty li .button.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-info.cart-empty li .button.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.woocommerce-form-coupon-toggle p {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    flex-direction: column !important;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: white;
}
form.checkout_coupon.woocommerce-form-coupon * {
  flex-grow: 1;
}
form.checkout_coupon.woocommerce-form-coupon p {
  text-wrap: balance;
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon p {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    justify-content: center !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    align-items: center !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last button {
    width: 100% !important;
  }
}
.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.woocommerce-account .woocommerce::before {
  display: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  border-radius: 20px;
  background-color: rgba(0,105,170,0.05);
  padding: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: transparent;
  color: #518aa0;
  border-color: rgba(255,255,255,0);
  color: #8057a1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: transparent;
  color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li.is-active a {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li.is-active a:hover {
  background-color: gray;
  border-color: gray;
  cursor: default;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
    grid-gap: 20px !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns::after {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 {
  float: unset;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header {
  position: relative;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit {
  float: unset;
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit .button-icon,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit.outline,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit.outline:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input {
    font-size: 14px !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input:placeholder-shown {
  border-color: #e7e7e7;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input:focus {
  border-color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
  height: unset;
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection {
    font-size: 14px !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection:placeholder-shown {
  border-color: #e7e7e7;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection:focus {
  border-color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection .select2-selection__rendered {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection .select2-selection__rendered {
    font-size: 14px !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button {
  margin-top: 20px;
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
form.woocommerce-cart-form table.shop_table.cart {
  border-color: #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}
form.woocommerce-cart-form table.shop_table.cart thead {
  background-color: #518aa0;
  color: white;
  border-radius: 10px 10px 0 0;
}
form.woocommerce-cart-form table.shop_table.cart tbody tr td input {
  min-width: 100px;
}
form.woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
  display: flex;
}
@media screen and (min-width: 1300px) {
  form.woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon input {
    width: 170px !important;
  }
}
.cart-collaterals {
  margin-top: 50px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  width: 100%;
  font-size: 20px;
  padding: 15px 40px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward .button-icon,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.outline,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.outline:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward::before,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f09d';
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward::before,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button::before {
  margin-right: 5px;
}
#order_review_heading {
  margin-top: 50px;
}
#place_order {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
#place_order .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
#place_order:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
#place_order.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
#place_order.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce form .form-row label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
}
.woocommerce form .form-row input {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .woocommerce form .form-row input {
    font-size: 14px !important;
  }
}
.woocommerce form .form-row input:placeholder-shown {
  border-color: #e7e7e7;
}
.woocommerce form .form-row input:focus {
  border-color: #518aa0;
}
.woocommerce form .form-row input:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.woocommerce form .form-row input:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.woocommerce form .form-row .input-text {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .woocommerce form .form-row .input-text {
    font-size: 14px !important;
  }
}
.woocommerce form .form-row .input-text:placeholder-shown {
  border-color: #e7e7e7;
}
.woocommerce form .form-row .input-text:focus {
  border-color: #518aa0;
}
.woocommerce form .form-row .input-text:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.woocommerce form .form-row .input-text:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.woocommerce form .form-row.form-row-first {
  float: none;
  display: inline-block;
  width: calc(50% - calc(15px));
}
.woocommerce form .form-row.form-row-last {
  float: none;
  display: inline-block;
  padding-left: 20px;
  width: calc(50% + calc(10px));
}
.woocommerce form button.button,
.woocommerce form .button.wc-backward,
.woocommerce form .button.wc-forward {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce form button.button .button-icon,
.woocommerce form .button.wc-backward .button-icon,
.woocommerce form .button.wc-forward .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.woocommerce form button.button:hover,
.woocommerce form .button.wc-backward:hover,
.woocommerce form .button.wc-forward:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce form button.button.outline,
.woocommerce form .button.wc-backward.outline,
.woocommerce form .button.wc-forward.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce form button.button.outline:hover,
.woocommerce form .button.wc-backward.outline:hover,
.woocommerce form .button.wc-forward.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-form-login {
  width: 500px;
  max-width: 100%;
  border-radius: 20px;
  border: solid 2px #e7e7e7;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) label {
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  float: unset;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button .button-icon {
  font-family: FontAwesome;
  padding-right: 10px;
  font-style: normal;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button.outline {
  background-color: transparent;
  border-color: #518aa0;
  color: #518aa0;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button.outline:hover {
  background-color: #518aa0;
  border-color: #518aa0;
  color: white;
}
.select2-container .select2-dropdown {
  border: solid 2px #e7e7e7;
}
.select2-container .select2-dropdown input {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .select2-container .select2-dropdown input {
    font-size: 14px !important;
  }
}
.select2-container .select2-dropdown input:placeholder-shown {
  border-color: #e7e7e7;
}
.select2-container .select2-dropdown input:focus {
  border-color: #518aa0;
}
.select2-container .select2-dropdown input:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.select2-container .select2-dropdown input:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: "Inter", serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px !important;
  }
}
.select2-container--default .select2-search--dropdown .select2-search__field:placeholder-shown {
  border-color: #e7e7e7;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #518aa0;
}
.select2-container--default .select2-search--dropdown .select2-search__field:not(:placeholder-shown):not(:focus):valid {
  border-color: #61a074;
}
.select2-container--default .select2-search--dropdown .select2-search__field:not(:placeholder-shown):invalid {
  border-color: #be5983;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
#billing_address_1 {
  margin-bottom: 10px;
}
form.woocommerce-EditAccountForm fieldset {
  margin: 20px 0;
}
#category-modal {
  left: -100vw;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  position: fixed;
  top: 0;
  height: 100%;
  background: white;
  z-index: 40;
  padding: 50px 30px 100px 30px;
  overflow: auto;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  max-width: 90%;
}
#category-modal.active {
  pointer-events: all;
  opacity: 1;
  left: 0;
}
#category-modal .modal-buttons {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 10px 0;
}
#category-modal .modal-buttons .icon-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
#category-modal .modal-buttons .icon-button i {
  font-size: 20px;
  color: #7b7e81;
}
@media screen and (max-width: 800px) {
  #category-modal .modal-buttons .icon-button i {
    font-size: 30px !important;
  }
}
#category-modal .modal-buttons .icon-button span {
  color: transparent;
}
#category-modal .modal-buttons .icon-button#close-category-modal:hover span {
  color: #7b7e81;
}
#category-modal .modal-buttons .icon-button#close-category-modal:hover i {
  color: #be5983;
}
#category-modal .modal-buttons .icon-button#expand-categories,
#category-modal .modal-buttons .icon-button#collapse-categories {
  display: none;
  font-size: 16px;
}
#category-modal .modal-buttons .icon-button#expand-categories.active,
#category-modal .modal-buttons .icon-button#collapse-categories.active {
  display: flex;
}
#category-modal .modal-buttons .icon-button#expand-categories:hover span,
#category-modal .modal-buttons .icon-button#collapse-categories:hover span {
  color: #7b7e81;
}
#category-modal .modal-buttons .icon-button#expand-categories:hover i,
#category-modal .modal-buttons .icon-button#collapse-categories:hover i {
  color: #518aa0;
}
#category-modal-tint {
  transition: 0.4s;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  inset: 0;
  z-index: 35;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}
#category-modal-tint.active {
  pointer-events: all;
  opacity: 1;
}
.woocommerce-category-tree {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree {
    gap: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree {
    padding: 0 0 0 30px !important;
  }
}
.woocommerce-category-tree li {
  list-style: none;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  user-select: none;
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li {
    font-size: 20px !important;
  }
}
.woocommerce-category-tree li.current {
  order: -1;
}
.woocommerce-category-tree li a.category-menu-item.current {
  font-weight: 700;
  color: #518aa0;
}
.woocommerce-category-tree li a.category-menu-item.current::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f005';
}
.woocommerce-category-tree li a.category-menu-item.current.exact::before,
.woocommerce-category-tree li a.category-menu-item.current.exact::after {
  font-weight: 700;
}
.woocommerce-category-tree li a.category-menu-item.current::before {
  margin-right: 5px;
  font-weight: 500;
}
.woocommerce-category-tree li a.category-menu-item.current::after {
  margin-left: 5px;
  font-weight: 500;
}
.woocommerce-category-tree li .expander {
  position: relative;
  bottom: -13px;
  left: -3px;
}
.woocommerce-category-tree li .expander > a {
  position: absolute;
  left: -24px;
  bottom: -10px;
  transition: 0.3s;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  border: solid 2px #7b7e81;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  user-select: none;
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    left: -35px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    bottom: -13px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    width: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    height: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    font-size: 22px !important;
  }
}
.woocommerce-category-tree li .expander > a:hover {
  opacity: 1;
  text-decoration: none;
  border-color: #8057a1;
}
.woocommerce-category-tree li .expander > a:hover.contract {
  background-color: #8057a1;
}
.woocommerce-category-tree li .expander .expand {
  display: inline-flex;
}
.woocommerce-category-tree li .expander .contract {
  display: none;
  background: #7b7e81;
  color: white;
}
.woocommerce-category-tree li.active > .sub-category {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li.active > .sub-category {
    gap: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li.active > .sub-category {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li.active > .sub-category {
    padding-bottom: 20px !important;
  }
}
.woocommerce-category-tree li.active > .sub-category > li {
  display: block;
}
.woocommerce-category-tree li.active > .expander .expand {
  display: none;
}
.woocommerce-category-tree li.active > .expander .contract {
  display: inline-flex;
}
.woocommerce-category-tree > li > a.category-menu-item {
  transition: 0.1s;
  color: #8057a1;
  font-weight: 600;
}
.woocommerce-category-tree > li > a.category-menu-item:hover {
  text-decoration: none;
  color: #8057a1;
}
.woocommerce-category-tree > li li {
  display: none;
}
.woocommerce-category-tree > li li a.category-menu-item {
  transition: 0.1s;
  color: #8057a1;
  font-weight: 500;
  font-size: 0.8em;
}
.woocommerce-category-tree > li li a.category-menu-item:hover {
  text-decoration: none;
  color: #8057a1;
}
.clearance-products .clearance-section {
  margin-bottom: 20px;
}
.clearance-products .clearance-section .clearance-category-handle {
  transition: 0.3s;
  background-color: #518aa0;
  padding: 50px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.clearance-products .clearance-section .clearance-category-handle .category-name {
  color: white;
  font-weight: 600;
  font-size: 30px;
  user-select: none;
  position: relative;
  z-index: 2;
}
.clearance-products .clearance-section .clearance-category-handle .category-description {
  display: none;
}
.clearance-products .clearance-section .clearance-category-handle .category-background {
  position: absolute;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.clearance-products .clearance-section .clearance-category-handle .category-background::after,
.clearance-products .clearance-section .clearance-category-handle .category-background::before {
  transition: 0.5s;
  position: absolute;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  opacity: 1;
  background: linear-gradient(90deg,#518aa0 0%,rgba(0,105,170,0) 35%,rgba(255,255,255,0) 100%);
}
.clearance-products .clearance-section .clearance-category-handle .category-background::before {
  background: linear-gradient(90deg,#518aa0 0%,rgba(0,105,170,0.75) 35%,rgba(255,255,255,0) 100%);
}
.clearance-products .clearance-section .clearance-category-handle .category-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.clearance-products .clearance-section .clearance-category-handle:hover {
  background: #518aa0;
}
.clearance-products .clearance-section .clearance-category-handle:hover .category-background::before {
  opacity: 0;
}
.clearance-products .clearance-section .clearance-category-expander {
  padding: 20px 0;
}
.search-header {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .search-header {
    margin-top: 50px !important;
  }
}
.search-results-list {
  margin: 50px 0 100px 0;
}
@media screen and (max-width: 800px) {
  .search-results-list {
    margin-bottom: 50px !important;
  }
}
.accordion-block .accordion-item .accordion-header {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  transition: 0.4s;
  user-select: none;
  cursor: pointer;
  font-size: 24px;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}
.accordion-block .accordion-item .accordion-content {
  padding: 20px 0;
}
.accordion-block .accordion-item:not(:last-child) .accordion-content {
  border-bottom: solid 1px #ccc;
}
.accordion-block .accordion-item.active .accordion-header {
  color: #518aa0;
}
.banner-block {
  height: 600px;
  width: 100%;
  position: relative;
}
.banner-block.banner-short {
  height: 400px;
}
.banner-block.banner-noraml {
  height: 600px;
}
.banner-block.banner-tall {
  height: 800px;
}
.banner-block .banner-inner {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .banner-block .banner-inner {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-block .banner-inner {
    padding-right: 15px !important;
  }
}
.banner-block .banner-inner .banner-content-column {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.banner-block .banner-inner .banner-content-column .banner-content {
  padding: 30px 40px 20px 40px;
  background: white;
  width: 550px;
  max-width: 100%;
  border-radius: 5px;
}
.banner-block .banner-background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-block .banner-background img,
.banner-block .banner-background video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.full-width .banner-block {
  width: calc(100% + calc(calc(20px) * 2));
  left: calc(20px - calc(calc(20px) * 2));
}
.banner-slider {
  overflow: hidden;
  max-height: 800px;
  max-width: 100vw;
  width: 100%;
  position: relative;
  left: calc(0px - calc(20px));
}
@media screen and (max-width: 800px) {
  .banner-slider {
    max-height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider {
    left: calc(0px - calc(15px)) !important;
  }
}
.banner-slider.banner-block {
  width: calc(100vw + calc(40px));
}
@media screen and (max-width: 800px) {
  .banner-slider.banner-block {
    width: calc(100% + calc(30px)) !important;
  }
}
.banner-slider.banner-block .slide {
  height: 50vh;
  min-height: 300px;
  max-height: 700px;
}
@media screen and (max-width: 800px) {
  .banner-slider.banner-block .slide {
    height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider.banner-block .slide {
    min-height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider.banner-block .slide {
    max-height: unset !important;
  }
}
.banner-slider.slider .slick-list .slick-track {
  display: flex;
  height: 50vh;
  min-height: 300px;
  max-height: 700px;
}
@media screen and (max-width: 800px) {
  .banner-slider.slider .slick-list .slick-track {
    height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider.slider .slick-list .slick-track {
    min-height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider.slider .slick-list .slick-track {
    max-height: unset !important;
  }
}
.banner-slider.slider .slick-dots {
  margin: 0;
  padding: 0;
  bottom: 30px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  gap: 10px;
  width: 100%;
}
.banner-slider.slider .slick-dots li {
  font-size: 0;
}
.banner-slider.slider .slick-dots li button {
  transition: 0.4s;
  background-color: transparent;
  border: solid 2px #518aa0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 0;
}
.banner-slider.slider .slick-dots li.slick-active button {
  background-color: #518aa0;
  border-color: #518aa0;
}
.banner-slider .slide {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .banner-slider .slide {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide {
    padding-right: 15px !important;
  }
}
.banner-slider .slide .slide-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-image {
    max-height: 50vw !important;
  }
}
.banner-slider .slide .slide-image img,
.banner-slider .slide .slide-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slider .slide .slide-content {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content {
    margin-top: 50vw !important;
  }
}
.banner-slider .slide .slide-content .slide-content-inner {
  padding: 30px;
  width: 40%;
  background-color: rgba(255,255,255,0.95);
  border-radius: 5px;
  user-select: none;
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    padding: 30px 15px 90px 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    margin: auto !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    background-color: rgba(255,255,255,0.5) !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    height: unset !important;
  }
}
.banner-slider .slide .slide-content .slide-content-inner h1,
.banner-slider .slide .slide-content .slide-content-inner h2,
.banner-slider .slide .slide-content .slide-content-inner h3,
.banner-slider .slide .slide-content .slide-content-inner h4,
.banner-slider .slide .slide-content .slide-content-inner h5,
.banner-slider .slide .slide-content .slide-content-inner h6 {
  margin-bottom: 15px;
}
.content-contained .commerce-slider,
.layout-contained .commerce-slider {
  overflow-x: hidden;
}
.commerce-slider {
  height: 550px;
  max-width: calc(100vw - calc(20px * calc(2)));
  width: 100%;
}
@media screen and (max-width: 800px) {
  .commerce-slider {
    max-width: calc(100vw - calc(15px * calc(2))) !important;
  }
}
.commerce-slider .slider {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.commerce-slider .slider.slick-initialized .slick-list {
  overflow: visible;
}
.commerce-slider .slider.slick-initialized .slick-list .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 460px;
}
.commerce-slider .slider.slick-initialized .slick-list .slick-track .slick-slide.product-card-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 10px;
}
.commerce-slider .slider.slick-initialized .slick-list .slick-track .slick-slide.product-card-container .product-card {
  flex-grow: 1;
}
.commerce-slider .slider .slick-dots {
  margin: 0;
  padding: 0;
  bottom: -80px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .commerce-slider .slider .slick-dots {
    bottom: -60px !important;
  }
}
.commerce-slider .slider .slick-dots li {
  font-size: 0;
}
.commerce-slider .slider .slick-dots li button {
  transition: 0.4s;
  background-color: transparent;
  border: solid 2px #518aa0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 0;
}
.commerce-slider .slider .slick-dots li.slick-active button {
  background-color: #518aa0;
  border-color: #518aa0;
}
.image-block {
  display: block;
  border-radius: 5px;
}
.image-block.image-size-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .image-block.image-size-cover {
    height: auto !important;
  }
}
