@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}

a {
  transition: 0.5s;
  text-decoration: none;
}

ul {
  padding-left: 40px;
}
ul li {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

input::placeholder, textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

p {
  line-height: 1.5;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #282D3B;
  position: relative;
  z-index: 10;
}
body.menu-open:before {
  opacity: 1;
  visibility: visible;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.select2 {
  height: 48px;
}
.select2 .selection {
  height: 48px;
}
.select2 .selection .select2-selection {
  height: 48px;
  border-radius: 2px;
  border: none;
  display: flex;
  align-items: center;
  color: #282D3B;
  border: 1px solid #ECECEC;
}
.select2 .selection .select2-selection__rendered {
  color: #282D3B;
}
.select2 .selection .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

.select2-results__option {
  color: #282D3B;
}

form input[type=text], form input[type=tel], form input[type=password], form input[type=email], form select, form textarea {
  border: 1px solid #ECECEC;
  color: #282D3B;
  font-size: 1rem;
  height: 48px;
  background-color: transparent;
}
form input[type=text]::placeholder, form input[type=tel]::placeholder, form input[type=password]::placeholder, form input[type=email]::placeholder, form select::placeholder, form textarea::placeholder {
  color: #565B68;
}
form input[type=text], form input[type=tel], form input[type=password], form input[type=email], form select {
  padding: 0 15px;
}
form textarea {
  padding: 15px;
}

.woocommerce-info {
  border-color: #282D3B;
  background-color: #FFFFFF;
  color: #282D3B;
}
.woocommerce-info::before {
  color: #282D3B;
}
.woocommerce-info .woocommerce-Button.button {
  background-color: #282D3B;
  color: #FFFFFF;
  font-weight: 400;
  border-radius: 0;
}
.woocommerce-info .woocommerce-Button.button:hover, .woocommerce-info .woocommerce-Button.button:focus {
  background-color: #565B68;
  color: #FFFFFF;
}

.woocommerce ul.products li.product .button {
  display: flex;
}

.breadcrumbs {
  max-width: 1480px;
  margin: 24px auto 0 auto;
  padding: 0 24px;
  color: #282D3B;
  font-weight: 600;
}
.breadcrumbs a {
  font-weight: 400;
  color: #565B68;
}

body .header-bar {
  position: relative;
  z-index: 1000;
}
body .header-bar__top {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .header-bar__top--left, body .header-bar__top--right {
  width: 50%;
}
@media (min-width: 1024px) {
  body .header-bar__top--left, body .header-bar__top--right {
    width: 25%;
  }
}
body .header-bar__top--left {
  order: 1;
}
body .header-bar__top--left video, body .header-bar__top--left img {
  max-width: 140px;
  height: auto;
  vertical-align: bottom;
}
body .header-bar__top--right {
  text-align: right;
  order: 2;
  position: relative;
  z-index: 1000;
}
@media (min-width: 1024px) {
  body .header-bar__top--right {
    order: 3;
  }
}
body .header-bar__top--right .inner {
  border: 1px solid #ECECEC;
  display: inline-block;
  padding: 12px 24px;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  body .header-bar__top--right .inner {
    font-size: 1rem;
  }
}
body .header-bar__top--right .inner:hover .language-switcher, body .header-bar__top--right .inner:focus .language-switcher {
  display: block;
}
body .header-bar__top--right .inner .language-switcher {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 12px;
  width: 200px;
}
body .header-bar__top--right .inner .language-switcher__list {
  background-color: #FFFFFF;
  width: 100%;
  border: 1px solid #ECECEC;
  list-style: none;
  padding: 0;
  margin: 0;
}
body .header-bar__top--right .inner .language-switcher__list li a {
  display: block;
  font-size: 0.875rem;
  color: #282D3B;
  padding: 12px;
}
body .header-bar__top--middle {
  order: 3;
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  body .header-bar__top--middle {
    order: 2;
    margin-top: 0;
    width: 50%;
  }
}
body .header-bar__top--middle .search {
  z-index: 100;
  position: relative;
}
body .header-bar__top--middle .search__box--wrapper form {
  display: flex;
  flex-wrap: wrap;
}
body .header-bar__top--middle .search__box--wrapper form input {
  width: calc(100% - 50px);
  border: none;
  height: 44px;
  color: #1e2d7d;
  padding: 0 24px;
  font-size: 0.875rem;
  border: 1px solid #ECECEC;
}
body .header-bar__top--middle .search__box--wrapper form input:focus {
  outline: 0;
}
body .header-bar__top--middle .search__box--wrapper form input::placeholder {
  color: #282D3B;
  opacity: 0.5;
  font-size: 0.875rem;
}
body .header-bar__top--middle .search__box--wrapper form button {
  width: 50px;
  background-color: #282D3B;
  color: #000;
  border: none;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .header-bar__top--middle .search__box--wrapper form button svg {
  fill: #FFF;
  width: 21px;
  height: auto;
  vertical-align: bottom;
}
body .header-bar__top--middle .search__box--wrapper form button svg g, body .header-bar__top--middle .search__box--wrapper form button svg path, body .header-bar__top--middle .search__box--wrapper form button svg circle {
  stroke: #FFF;
}
body .header-bar__top--middle .search__box--wrapper form button .search-loading,
body .header-bar__top--middle .search__box--wrapper form button .search-icon {
  display: none;
}
body .header-bar__top--middle .search__box--wrapper form button .search-loading svg {
  animation: rotate 2s infinite linear;
}
body .header-bar__top--middle .search__box--wrapper form button .visible {
  display: block;
}
body .header-bar__top--middle .search__results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background-color: #FFF;
  width: calc(100% - 50px);
  display: none;
}
body .header-bar__top--middle .search__results.active {
  display: block;
}
body .header-bar__top--middle .search__results .results-container .top-heading {
  background-color: #282D3B;
  padding: 8px 20px;
}
body .header-bar__top--middle .search__results .results-container .top-heading p {
  font-weight: 500;
  margin: 0;
  font-size: 0.675rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
body .header-bar__top--middle .search__results .results-container .items {
  border: 1px solid #ECECEC;
  border-top: none;
}
body .header-bar__top--middle .search__results .results-container .items .item {
  width: 100%;
}
body .header-bar__top--middle .search__results .results-container .items .item__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  transition: 0.5s;
  align-items: center;
}
body .header-bar__top--middle .search__results .results-container .items .item__inner:hover, body .header-bar__top--middle .search__results .results-container .items .item__inner:focus {
  background-color: rgba(30, 45, 125, 0.08);
}
body .header-bar__top--middle .search__results .results-container .items .item__inner--left {
  width: 60px;
}
body .header-bar__top--middle .search__results .results-container .items .item__inner--left img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  vertical-align: bottom;
}
body .header-bar__top--middle .search__results .results-container .items .item__inner--right {
  width: calc(100% - 60px);
  padding-left: 20px;
}
body .header-bar__top--middle .search__results .results-container .items .item__inner--right p {
  font-size: 15px;
  color: #000;
  line-height: 1.4;
}
body .header-bar__top--middle .search__results .results-container .items .item__inner--right p.price {
  color: #282D3B;
  margin-top: 5px;
}
body .header-bar__top--middle .search__results .results-container .more-items {
  border: 1px solid #ECECEC;
  border-top: none;
  padding: 15px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
body .header-bar__top--middle .search__results .results-container .more-items a {
  font-weight: 600;
  color: #282D3B;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .header-bar__top--middle .search__results .results-container .more-items a svg {
  margin-left: 10px;
  width: 6px;
  height: auto;
  vertical-align: bottom;
}
body .header-bar__top--middle .search__results .results-container .no-results {
  padding: 25px 0;
  text-align: center;
  border: 1px solid #ECECEC;
  border-top: none;
}
body .header-bar__top--middle .search__results .results-container .no-results h3 {
  font-weight: 400;
  font-size: 1rem;
}
body .header-bar__bottom {
  background-color: #282D3B;
  width: 100%;
}
body .header-bar__bottom--inner {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 12px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  body .header-bar__bottom--inner {
    padding: 0 24px;
  }
}
body .header-bar__bottom--inner .mobile-open {
  width: 26px;
}
@media (min-width: 1024px) {
  body .header-bar__bottom--inner .mobile-open {
    display: none;
  }
}
body .header-bar__bottom--inner .mobile-open svg {
  width: 26px;
  height: auto;
  vertical-align: bottom;
  fill: #FFF;
}
body .header-bar__bottom--inner .left {
  width: calc(100% - 225px);
  display: none;
}
@media (min-width: 1024px) {
  body .header-bar__bottom--inner .left {
    display: block;
  }
}
body .header-bar__bottom--inner .left ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
body .header-bar__bottom--inner .left ul.menu > li {
  position: relative;
  z-index: 10;
  margin-right: 12px;
}
body .header-bar__bottom--inner .left ul.menu > li:first-child {
  width: 225px;
  text-align: center;
  margin-right: 24px;
}
body .header-bar__bottom--inner .left ul.menu > li:first-child > a {
  background-color: #565B68;
  width: 100%;
}
body .header-bar__bottom--inner .left ul.menu > li:first-child .sub-menu li {
  text-align: center;
}
body .header-bar__bottom--inner .left ul.menu > li:hover > .sub-menu, body .header-bar__bottom--inner .left ul.menu > li:focus > .sub-menu {
  display: block;
}
body .header-bar__bottom--inner .left ul.menu > li a {
  display: inline-block;
  padding: 18px 12px;
  color: #FFFFFF;
  font-size: 0.875rem;
  width: 100%;
}
body .header-bar__bottom--inner .left ul.menu > li .sub-menu {
  width: 225px;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
body .header-bar__bottom--inner .left ul.menu > li .sub-menu li {
  position: relative;
}
body .header-bar__bottom--inner .left ul.menu > li .sub-menu li:nth-child(odd) a {
  background-color: #565B68;
}
body .header-bar__bottom--inner .left ul.menu > li .sub-menu li:nth-child(even) a {
  background-color: #282D3B;
}
body .header-bar__bottom--inner .left ul.menu > li .sub-menu li > .sub-menu {
  left: 225px;
  top: 0;
}
body .header-bar__bottom--inner .left ul.menu > li .sub-menu li:hover > .sub-menu, body .header-bar__bottom--inner .left ul.menu > li .sub-menu li:focus > .sub-menu {
  display: block;
}
body .header-bar__bottom--inner .right {
  width: calc(100% - 32px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1024px) {
  body .header-bar__bottom--inner .right {
    width: 225px;
  }
}
body .header-bar__bottom--inner .right .user {
  margin-right: 18px;
}
body .header-bar__bottom--inner .right .user .icon {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
body .header-bar__bottom--inner .right .user .icon svg {
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}
body .header-bar__bottom--inner .right .user .icon .logged-in, body .header-bar__bottom--inner .right .user .icon .logged-out {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 10;
}
body .header-bar__bottom--inner .right .user .icon .logged-in svg, body .header-bar__bottom--inner .right .user .icon .logged-out svg {
  width: 12px;
  height: 12px;
}
body .header-bar__bottom--inner .right .cart {
  position: relative;
  z-index: 10;
}
body .header-bar__bottom--inner .right .cart .icon {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
body .header-bar__bottom--inner .right .cart .icon .count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: #565B68;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.675rem;
  font-weight: 700;
}
body .header-bar__bottom--inner .right .cart .icon svg {
  vertical-align: bottom;
  width: 32px;
  height: 32px;
}
body .header-bar__bottom--inner .right .cart .cart-contents {
  position: absolute;
  top: 100%;
  right: -20px;
  z-index: 100;
  padding-top: 9px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  body .header-bar__bottom--inner .right .cart .cart-contents {
    right: 0;
  }
}
body .header-bar__bottom--inner .right .cart .cart-contents.open {
  opacity: 1;
  visibility: visible;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner {
  background-color: #FFF;
  width: 100vw;
  border: 1px solid #ECECEC;
  height: auto;
}
@media (min-width: 768px) {
  body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner {
    width: 470px;
  }
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--top {
  width: 100%;
  padding: 12px 20px;
  border-bottom: 1px solid #ECECEC;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content {
  padding: 0 20px;
  max-height: 330px;
  overflow: auto;
  position: relative;
  z-index: 10;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content.loading .item:before {
  visibility: visible;
  opacity: 1;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item {
  padding: 20px 0;
  border-top: 1px solid #ECECEC;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item:first-child {
  border-top: none;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__image {
  width: 80px;
  height: auto;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__image img {
  object-fit: contain;
  object-position: center center;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__data {
  width: calc(100% - 80px);
  padding-left: 20px;
}
@media (min-width: 768px) {
  body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__data {
    padding: 0 20px;
    width: calc(100% - 200px);
  }
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__data .title a {
  margin: 0;
  font-size: 15px;
  color: #282D3B;
  font-weight: 500;
  line-height: 1.5;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__data .release-date p {
  font-size: 14px;
  color: #282D3B;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__data .custom-price {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__data .custom-price .sale-price p {
  font-size: 16px;
  color: #282D3B;
  font-weight: 500;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__data .custom-price .normal-price {
  margin-left: 10px;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__data .custom-price .normal-price p {
  color: #000;
  font-weight: 400;
  font-size: 13px;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity {
  width: calc(100% - 80px);
  padding-left: 20px;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity {
    padding-left: 0;
    margin: 0;
    width: 120px;
  }
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity .custom-quantity .input-wrapper {
  height: 42px;
  display: flex;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity .custom-quantity .input-wrapper .minus, body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity .custom-quantity .input-wrapper .plus {
  height: 100%;
  width: 42px;
  border: 1px solid #282D3B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity .custom-quantity .input-wrapper .quantity {
  width: 62px;
  height: 100%;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity .custom-quantity .input-wrapper .quantity input {
  width: 100%;
  height: 100%;
  border: none;
  border-top: 1px solid #282D3B;
  border-bottom: 1px solid #282D3B;
  text-align: center;
  -moz-appearance: textfield;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity .custom-quantity .input-wrapper .quantity input:focus {
  outline: 0;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity .custom-quantity .input-wrapper .quantity input::-webkit-outer-spin-button, body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity .custom-quantity .input-wrapper .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--content .item__quantity a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--empty {
  padding: 20px;
  text-align: center;
  width: 100%;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--empty p {
  color: #282D3B;
  font-weight: 800;
  font-size: 20px;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals {
  padding: 20px;
  border-top: 1px solid #ECECEC;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals p.preorder {
  margin: 0 0 10px 0;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .total__right, body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .total__left {
  width: 50%;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .total__left p {
  font-size: 16px;
  color: #282D3B;
  font-weight: 600;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .total__right {
  text-align: right;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .total__right p {
  font-size: 16px;
  font-weight: 600;
  color: #282D3B;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .savings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .savings__right, body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .savings__left {
  width: 50%;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .savings__left p {
  font-size: 0.875rem;
  color: #282D3B;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .savings__right {
  text-align: right;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .savings__right p {
  font-size: 0.875rem;
  color: #282D3B;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .buttons__button {
  width: 100%;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .buttons__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  background-color: #282D3B;
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .buttons__button a:hover, body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .buttons__button a:focus {
  background-color: #565B68;
}
@media (min-width: 768px) {
  body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .buttons__button a {
    font-size: 16px;
  }
}
body .header-bar__bottom--inner .right .cart .cart-contents .cart-window__inner--totals .buttons .close-cart {
  text-align: center;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 300;
  cursor: pointer;
}

@media (min-width: 1024px) {
  body.page-template-home .header-bar__bottom--inner .left > div ul.menu > li:first-child > .sub-menu {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  max-width: 450px;
  left: 0;
  overflow-y: scroll;
  transition: 0.5s;
  width: 100%;
  background-color: #FFF;
  height: 100%;
  z-index: 1002;
  padding-top: 56px;
  transform: translateX(-100%);
}
.mobile-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #282D3B;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu__close {
  position: absolute;
  top: 11px;
  right: 12px;
  z-index: 100;
}
.mobile-menu__close svg {
  width: 26px;
  height: auto;
  fill: #FFF;
}
.mobile-menu .inner {
  height: 100%;
  width: 100%;
}
.mobile-menu .menu-main-container {
  width: 100%;
  height: 100%;
}
.mobile-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #FFF;
  border-radius: 3px;
  padding: 16px 0;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
.mobile-menu .menu li {
  background-color: #FFF;
}
.mobile-menu .menu li a {
  display: inline-block;
  padding: 2px 60px 2px 20px;
  color: #000;
  line-height: 1.8;
  width: 100%;
  font-size: 1.25rem;
}
.mobile-menu .menu li.menu-item-has-children {
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M267.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L233.4 256 84.7 107.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l160 160z"/></svg>');
}
.mobile-menu .menu .sub-menu {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  left: 0;
  background-color: #FFF;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 16px 0;
  transition: 0.5s;
  z-index: 1000;
  transform: translateX(-100%);
}
.mobile-menu .menu .sub-menu.open {
  transform: translateX(0);
}
.mobile-menu .menu .sub-menu .mobile-back {
  width: 100%;
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.25rem;
}
.mobile-menu .menu .sub-menu li {
  background-color: #FFF;
}
.mobile-menu .menu .sub-menu li a {
  padding: 2px 60px 2px 20px;
  color: #000;
  line-height: 1.8;
  display: inline-block;
}

body .footer {
  margin-top: 64px;
  background-color: #282D3B;
}
body .footer__inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  body .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body .footer__inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
body .footer__inner .column p.title {
  font-size: 1.25rem;
  color: #FFF;
  font-weight: 700;
  margin: 0 0 12px 0;
}
body .footer__inner .column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .footer__inner .column ul li {
  color: #FFF;
  line-height: 1.5;
  font-size: 0.875rem;
}
body .footer__inner .column ul li a {
  font-size: 0.875rem;
  color: #FFF;
}
body .footer__inner .column .socials {
  display: flex;
}
body .footer__inner .column .socials .social {
  margin-right: 18px;
}
body .footer__inner .column .socials .social:last-child {
  margin-right: 0;
}
body .footer__inner .column .socials .social a svg {
  height: 30px;
  width: auto;
  vertical-align: bottom;
}
body .footer__inner .column .payment-methods {
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 6px;
  column-gap: 6px;
  max-width: 320px;
  display: grid;
}
@media (min-width: 768px) {
  body .footer__inner .column .payment-methods {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
body .footer__inner .column .payment-methods .method {
  width: 100%;
}
body .footer__inner .column .payment-methods .method img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  vertical-align: bottom;
}
body .footer__bottom {
  background-color: #565B68;
}
body .footer__bottom--inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body .footer__bottom--inner .left {
  order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  body .footer__bottom--inner .left {
    width: auto;
    order: 1;
  }
}
body .footer__bottom--inner .left p {
  color: #FFF;
  font-size: 0.675rem;
}
body .footer__bottom--inner .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 12px;
  order: 1;
}
@media (min-width: 768px) {
  body .footer__bottom--inner .right {
    width: auto;
    margin-top: 0;
    order: 2;
    justify-content: flex-end;
  }
}
body .footer__bottom--inner .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  body .footer__bottom--inner .right ul {
    width: auto;
  }
}
body .footer__bottom--inner .right ul li {
  margin-bottom: 12px;
  color: #FFF;
  font-size: 0.675rem;
  width: 100%;
}
@media (min-width: 768px) {
  body .footer__bottom--inner .right ul li {
    width: auto;
    border-right: 1px solid #FFF;
    margin-right: 6px;
    padding-right: 6px;
    margin-bottom: 0;
  }
}
body .footer__bottom--inner .right ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
body .footer__bottom--inner .right ul li a {
  font-size: 0.675rem;
  color: #FFF;
}
body .footer__bottom--inner .right img {
  width: 120px;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  body .footer__bottom--inner .right img {
    margin-left: 18px;
  }
}

.block--hero__inner {
  padding: 24px 24px 0 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1480px;
  margin: 0 auto;
}
.block--hero__inner--slider {
  width: 100%;
}
.block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide {
  background-color: #FFFFFF;
  height: auto;
}
.block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide .inner {
    justify-content: flex-start;
  }
}
.block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide .inner__left {
  width: 100%;
}
@media (min-width: 768px) {
  .block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide .inner__left {
    width: calc(100% - 270px);
    padding-right: 48px;
  }
}
.block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide .inner__left a {
  display: flex;
  height: 100%;
}
.block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide .inner__left img {
  border: 1px solid #ECECEC;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide .inner__right {
  width: 100%;
  margin-top: 24px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide .inner__right {
    margin-top: 0;
    width: 270px;
  }
}
.block--hero__inner--slider .swiper-hero .swiper-wrapper .swiper-slide .inner__right li {
  list-style: none;
  border: 1px solid #ECECEC;
}
.block--text {
  max-width: 1480px;
  margin: 64px auto 0 auto;
  padding: 0 24px;
}
.block--text h1, .block--text h2, .block--text h3, .block--text h4, .block--text h5, .block--text h6, .block--text p, .block--text ul, .block--text ol, .block--text img {
  margin: 24px 0 0 0;
}
.block--text h1:first-child, .block--text h2:first-child, .block--text h3:first-child, .block--text h4:first-child, .block--text h5:first-child, .block--text h6:first-child, .block--text p:first-child, .block--text ul:first-child, .block--text ol:first-child, .block--text img:first-child {
  margin-top: 0;
}
.block--text a {
  color: #282D3B;
}
.block--text img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.block--text ul, .block--text ol {
  padding-left: 30px;
}
.block--text ul li, .block--text ol li {
  line-height: 1.5;
}
.block--text h1, .block--text h2, .block--text h3, .block--text h4, .block--text h5 {
  line-height: 1.25;
}
.block--text h1 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .block--text h1 {
    font-size: 2.25rem;
  }
}
.block--text h2 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .block--text h2 {
    font-size: 2rem;
  }
}
.block--text h3 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .block--text h3 {
    font-size: 1.75rem;
  }
}
.block--text h4 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .block--text h4 {
    font-size: 1.5rem;
  }
}
.block--text h5 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .block--text h5 {
    font-size: 1.25rem;
  }
}
.block--usps__inner {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 48px;
  row-gap: 24px;
  max-width: 1480px;
  margin: 64px auto 0 auto;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .block--usps__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.block--usps__inner--column {
  width: 100%;
  border: 1px solid #ECECEC;
}
.block--usps__inner--column .inner {
  padding: 24px 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .block--usps__inner--column .inner {
    padding: 24px 35px;
  }
}
.block--usps__inner--column .inner__text {
  width: calc(100% - 50px);
  padding-left: 16px;
}
.block--usps__inner--column .inner__text h3 {
  font-weight: 500;
  font-size: 1.125rem;
}
.block--usps__inner--column .inner__text p {
  margin: 12px 0 0 0;
  font-size: 0.875rem;
}
.block--usps__inner--column .inner__icon {
  width: 50px;
}
.block--usps__inner--column .inner__icon svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.block--products-slider {
  margin: 64px auto 0 auto;
  max-width: 1480px;
  padding: 0 24px;
  width: 100%;
}
.block--products-slider__top {
  display: flex;
  flex-wrap: wrap;
}
.block--products-slider__top--left {
  width: 100%;
}
@media (min-width: 768px) {
  .block--products-slider__top--left {
    width: 70%;
  }
}
.block--products-slider__top--left h2 {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .block--products-slider__top--left h2 {
    font-size: 2rem;
  }
}
.block--products-slider__top--right {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .block--products-slider__top--right {
    width: 30%;
    margin-top: 0;
    justify-content: flex-end;
  }
}
.block--products-slider__top--right a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #282D3B;
}
@media (min-width: 768px) {
  .block--products-slider__top--right a {
    font-size: 1.125rem;
  }
}
.block--products-slider__top--right a:hover svg, .block--products-slider__top--right a:focus svg {
  transform: translateX(10px);
}
.block--products-slider__top--right a svg {
  margin-left: 16px;
  width: 25px;
  height: 25px;
  transition: 0.5s;
  vertical-align: bottom;
}
.block--products-slider__slider {
  margin-top: 32px;
}
.block--products-slider__slider .products-swiper {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.block--products-slider__slider .products-swiper .swiper-wrapper .swiper-slide {
  width: 270px;
  height: auto;
}
.block--products-slider__slider .products-swiper .swiper-wrapper .swiper-slide .product {
  height: 100%;
  list-style: none;
  border: 1px solid #ECECEC;
}
.block--products-slider__slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  padding: 0 24px;
}
.block--products-slider__slider-pagination .scrollbar {
  max-width: 475px;
  width: 100%;
  height: 5px;
  background-color: #282D3B;
  border-radius: 20px;
}
.block--products-slider__slider-pagination .scrollbar .swiper-scrollbar-drag {
  border-radius: 20px;
  background-color: #565B68;
}
.block--categories {
  max-width: 1480px;
  margin: 64px auto 0 auto;
  width: 100%;
  padding: 0 24px;
}
.block--categories__top {
  margin-bottom: 48px;
  padding: 0 9px;
}
.block--categories__top .categories-filter {
  display: flex;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.block--categories__top .categories-filter::-webkit-scrollbar {
  display: none;
}
.block--categories__top .categories-filter .filter {
  margin-right: 12px;
}
.block--categories__top .categories-filter .filter span {
  display: block;
  font-size: 1.125rem;
  padding: 8px 17px;
  border: 1px solid #282D3B;
  color: #282D3B;
  cursor: pointer;
  transition: 0.5s;
}
.block--categories__top .categories-filter .filter span:hover, .block--categories__top .categories-filter .filter span:focus {
  background-color: #282D3B;
  color: #FFF;
}
.block--categories__top .categories-filter .filter span.active {
  background-color: #282D3B;
  color: #FFF;
}
.block--categories__slider > div {
  display: none;
}
.block--categories__slider > div:first-child {
  display: block;
}
.block--categories__slider > div .categories-swiper {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.block--categories__slider > div .categories-swiper .swiper-wrapper .swiper-slide {
  padding: 0 9px;
  height: auto;
  width: 50%;
}
@media (min-width: 375px) {
  .block--categories__slider > div .categories-swiper .swiper-wrapper .swiper-slide {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .block--categories__slider > div .categories-swiper .swiper-wrapper .swiper-slide {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .block--categories__slider > div .categories-swiper .swiper-wrapper .swiper-slide {
    width: 16.6666%;
  }
}
.block--categories__slider > div .categories-swiper .swiper-wrapper .swiper-slide .inner {
  width: 100%;
  border: 1px solid #ECECEC;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 16px 32px;
}
.block--categories__slider > div .categories-swiper .swiper-wrapper .swiper-slide .inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 125px;
}
.block--categories__slider > div .categories-swiper .swiper-wrapper .swiper-slide .inner p {
  margin: 12px 0 0 0;
  font-weight: 700;
  color: #282D3B;
}

body .product {
  position: relative;
  z-index: 10;
  padding-bottom: 51px !important;
}
body .product .thumbnail-wrapper {
  padding: 16px;
  position: relative;
}
body .product .thumbnail-wrapper .pre-order {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #282D3B;
}
body .product .thumbnail-wrapper .pre-order span {
  color: #FFF;
  display: inline-block;
  padding: 12px;
  font-size: 0.875rem;
}
body .product .thumbnail-wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body .product .info-wrapper {
  padding: 10px 16px;
}
body .product .info-wrapper h2 {
  font-size: 0.875rem;
  font-weight: 600;
}
body .product .info-wrapper .price {
  margin-top: 6px;
  display: block;
}
body .product .info-wrapper .price .amount {
  font-size: 0.875rem;
}
body .product .info-wrapper .price del .amount {
  font-size: 0.75rem;
}
body .product .info-wrapper .price ins {
  text-decoration: none;
}
body .product .info-wrapper .price ins .amount {
  font-size: 0.875rem;
  font-weight: 700;
}
body .product .button-wrapper {
  display: inline-block;
  padding: 0 16px 16px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .product .button-wrapper a, body .product .button-wrapper span {
  background-color: #282D3B;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}
body .product .button-wrapper a svg, body .product .button-wrapper span svg {
  margin-right: 8px;
  width: 19px;
  height: 19px;
  vertical-align: bottom;
}
body .product .button-wrapper a .loader, body .product .button-wrapper span .loader {
  background-color: #282D3B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  display: none;
}
body .product .button-wrapper a .loader.loading, body .product .button-wrapper span .loader.loading {
  display: flex;
}
body .product .button-wrapper a .loader svg, body .product .button-wrapper span .loader svg {
  margin-right: 0;
  animation: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
body .product .button-wrapper a:hover, body .product .button-wrapper a:focus {
  background-color: #282D3B;
  color: #FFFFFF;
}
body .product .button-wrapper span {
  font-weight: 600;
  height: 35px;
  background-color: #ECECEC;
  color: #282D3B;
}

body.single-product #breadcrumbs {
  padding: 24px 24px 0 24px;
}
body.single-product .content__inner {
  padding: 24px 24px 0 24px;
}
body.single-product .content__inner .product {
  display: grid;
  row-gap: 24px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  body.single-product .content__inner .product {
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 0;
  }
}
body.single-product .content__inner .product .onsale {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  padding: 10px 12px;
  background-color: #282D3B;
  color: #FFFFFF;
  border-radius: 0;
  min-height: auto;
  min-width: auto;
  line-height: 1;
}
body.single-product .content__inner .product .woocommerce-product-gallery, body.single-product .content__inner .product .summary {
  border: 1px solid #ECECEC;
  width: 100%;
  margin: 0;
}
body.single-product .content__inner .product .woocommerce-product-gallery {
  height: 100%;
}
body.single-product .content__inner .product .woocommerce-product-gallery__wrapper {
  height: 100%;
}
body.single-product .content__inner .product .woocommerce-product-gallery .products-swiper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
body.single-product .content__inner .product .woocommerce-product-gallery .products-swiper .swiper-wrapper .swiper-slide {
  padding: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
}
body.single-product .content__inner .product .woocommerce-product-gallery .products-swiper .swiper-wrapper .swiper-slide img {
  max-width: 400px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.single-product .content__inner .product .summary {
  padding: 24px;
}
body.single-product .content__inner .product .summary h1.product_title {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  body.single-product .content__inner .product .summary h1.product_title {
    font-size: 1.5rem;
  }
}
body.single-product .content__inner .product .summary .price {
  margin-top: 6px;
  display: block;
  color: #282D3B;
}
body.single-product .content__inner .product .summary .price del .amount {
  font-size: 0.875rem;
}
body.single-product .content__inner .product .summary .price ins {
  text-decoration: none;
}
body.single-product .content__inner .product .summary .price ins .amount {
  font-weight: 700;
}
body.single-product .content__inner .product .summary .release-date {
  margin-top: 12px;
}
body.single-product .content__inner .product .summary .release-date p {
  color: #F35046;
  font-weight: 700;
}
body.single-product .content__inner .product .summary .woocommerce-product-details__short-description p {
  margin: 12px 0 0 0;
  font-size: 0.875rem;
}
body.single-product .content__inner .product .summary .woocommerce-product-details__short-description ul, body.single-product .content__inner .product .summary .woocommerce-product-details__short-description ol {
  margin: 12px 0 0 0;
}
body.single-product .content__inner .product .summary .woocommerce-product-details__short-description ul li, body.single-product .content__inner .product .summary .woocommerce-product-details__short-description ol li {
  font-size: 0.875rem;
  line-height: 1.5;
}
body.single-product .content__inner .product .summary form {
  margin: 24px 0 0 0;
}
body.single-product .content__inner .product .summary form .quantity input {
  height: 40px;
  border: 1px solid #ECECEC;
  font-size: 1rem;
  border-radius: 5px;
}
body.single-product .content__inner .product .summary form .quantity input:focus {
  outline: 0;
}
body.single-product .content__inner .product .summary form .variations {
  margin: 0 0 24px 0;
}
body.single-product .content__inner .product .summary form .variations tbody tr th.label span {
  display: none !important;
}
body.single-product .content__inner .product .summary form .variations tbody tr td.value ul li {
  box-shadow: none;
  border: 1px solid #ECECEC;
}
body.single-product .content__inner .product .summary form .variations tbody tr td.value ul li .variable-item-contents span {
  color: #282D3B;
}
body.single-product .content__inner .product .summary form .variations tbody tr td.value ul li.selected {
  border: 1px solid #282D3B;
  background-color: #282D3B;
}
body.single-product .content__inner .product .summary form .variations tbody tr td.value ul li.selected .variable-item-contents span {
  color: #FFFFFF;
}
body.single-product .content__inner .product .summary form .variations tbody tr td.value .reset_variations {
  display: none !important;
}
body.single-product .content__inner .product .summary form .woocommerce-variation-price {
  margin-bottom: 12px;
}
body.single-product .content__inner .product .summary form .woocommerce-variation-price .price {
  font-size: 1.125rem;
  font-weight: 700;
}
body.single-product .content__inner .product .summary form button {
  background-color: #282D3B;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}
@media (min-width: 375px) {
  body.single-product .content__inner .product .summary form button {
    font-size: 1rem;
  }
}
body.single-product .content__inner .product .summary form button svg {
  margin-right: 8px;
  width: 19px;
  height: 19px;
  vertical-align: bottom;
}
body.single-product .content__inner .product .summary form button .loader {
  background-color: #282D3B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  display: none;
}
body.single-product .content__inner .product .summary form button .loader.loading {
  display: flex;
}
body.single-product .content__inner .product .summary form button .loader svg {
  margin-right: 0;
  animation: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
body.single-product .description {
  padding: 48px 24px 0 24px;
}
body.single-product .description__inner {
  border: 1px solid #ECECEC;
  width: 100%;
  padding: 12px 24px 24px 24px;
}
body.single-product .description__inner--content {
  max-width: 1024px;
  width: 100%;
}
body.single-product .description__inner--content p, body.single-product .description__inner--content ul, body.single-product .description__inner--content ol, body.single-product .description__inner--content h1, body.single-product .description__inner--content h2, body.single-product .description__inner--content h3, body.single-product .description__inner--content h4, body.single-product .description__inner--content h5 {
  margin: 12px 0 0 0;
}
body.single-product .description__inner--content li {
  line-height: 1.5;
}
body.single-product .usps__inner {
  padding: 48px 24px 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 48px;
  row-gap: 24px;
}
@media (min-width: 1024px) {
  body.single-product .usps__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.single-product .usps__inner--column {
  width: 100%;
  border: 1px solid #ECECEC;
}
body.single-product .usps__inner--column .inner {
  padding: 24px 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  body.single-product .usps__inner--column .inner {
    padding: 24px 35px;
  }
}
body.single-product .usps__inner--column .inner__text {
  width: calc(100% - 50px);
  padding-left: 16px;
}
body.single-product .usps__inner--column .inner__text h3 {
  font-weight: 500;
  font-size: 1.125rem;
}
body.single-product .usps__inner--column .inner__text p {
  margin: 12px 0 0 0;
  font-size: 0.875rem;
}
body.single-product .usps__inner--column .inner__icon {
  width: 50px;
}
body.single-product .usps__inner--column .inner__icon svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.single-product .related__inner {
  padding: 48px 12px;
}
body.single-product .related__inner > h2 {
  padding: 0 12px;
  margin-bottom: 24px;
  font-size: 2rem;
}
body.single-product .related__inner .related-swiper {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
}
body.single-product .related__inner .related-swiper .swiper-wrapper .swiper-slide {
  padding: 0 12px;
  height: auto;
  width: 80%;
}
@media (min-width: 375px) {
  body.single-product .related__inner .related-swiper .swiper-wrapper .swiper-slide {
    width: 60%;
  }
}
@media (min-width: 768px) {
  body.single-product .related__inner .related-swiper .swiper-wrapper .swiper-slide {
    width: 33.3333%;
  }
}
@media (min-width: 1024px) {
  body.single-product .related__inner .related-swiper .swiper-wrapper .swiper-slide {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  body.single-product .related__inner .related-swiper .swiper-wrapper .swiper-slide {
    width: 20%;
  }
}
body.single-product .related__inner .related-swiper .swiper-wrapper .swiper-slide li {
  height: 100%;
  list-style: none;
  border: 1px solid #ECECEC;
  padding-bottom: 16px;
}

body.tax-product_cat #breadcrumbs, body.woocommerce-shop #breadcrumbs {
  padding: 24px 24px 0 24px;
}
body.tax-product_cat .content__inner, body.woocommerce-shop .content__inner {
  max-width: 1480px;
  margin: 64px auto 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
}
body.tax-product_cat .content__inner .open-filter, body.woocommerce-shop .content__inner .open-filter {
  position: fixed;
  bottom: 24px;
  left: 0;
  background-color: #282D3B;
  width: 48px;
  height: 48px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  body.tax-product_cat .content__inner .open-filter, body.woocommerce-shop .content__inner .open-filter {
    display: none;
  }
}
body.tax-product_cat .content__inner .open-filter svg, body.woocommerce-shop .content__inner .open-filter svg {
  width: 24px;
  height: auto;
  vertical-align: bottom;
  fill: #FFF;
}
body.tax-product_cat .content__inner--sidebar, body.woocommerce-shop .content__inner--sidebar {
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  body.tax-product_cat .content__inner--sidebar, body.woocommerce-shop .content__inner--sidebar {
    position: fixed;
    z-index: 100000;
    width: 280px;
    overflow-y: scroll;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-280px);
    transition: 0.5s;
    box-shadow: 0 0 10px 3px rgba(40, 45, 59, 0.1);
  }
}
@media (min-width: 1024px) {
  body.tax-product_cat .content__inner--sidebar, body.woocommerce-shop .content__inner--sidebar {
    padding-right: 24px;
    width: 30%;
  }
}
body.tax-product_cat .content__inner--sidebar.open, body.woocommerce-shop .content__inner--sidebar.open {
  transform: translateX(0);
}
body.tax-product_cat .content__inner--sidebar .inner, body.woocommerce-shop .content__inner--sidebar .inner {
  padding: 0 24px 24px 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  body.tax-product_cat .content__inner--sidebar .inner, body.woocommerce-shop .content__inner--sidebar .inner {
    border: 1px solid #ECECEC;
  }
}
body.tax-product_cat .content__inner--sidebar .inner .close-filter, body.woocommerce-shop .content__inner--sidebar .inner .close-filter {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  body.tax-product_cat .content__inner--sidebar .inner .close-filter, body.woocommerce-shop .content__inner--sidebar .inner .close-filter {
    display: none;
  }
}
body.tax-product_cat .content__inner--sidebar .inner .close-filter span, body.woocommerce-shop .content__inner--sidebar .inner .close-filter span {
  display: inline-block;
  width: 100%;
  padding: 12px 24px;
  text-align: center;
  background-color: #282D3B;
  color: #FFF;
  font-weight: 600;
}
body.tax-product_cat .content__inner--sidebar .inner .facet-wrap, body.woocommerce-shop .content__inner--sidebar .inner .facet-wrap {
  margin-top: 24px;
}
body.tax-product_cat .content__inner--sidebar .inner .facet-wrap .facet-label, body.woocommerce-shop .content__inner--sidebar .inner .facet-wrap .facet-label {
  font-size: 1.125rem;
}
body.tax-product_cat .content__inner--sidebar .inner .facet-wrap .facetwp-facet, body.woocommerce-shop .content__inner--sidebar .inner .facet-wrap .facetwp-facet {
  margin: 12px 0 0 0;
}
body.tax-product_cat .content__inner--sidebar .inner .facet-wrap .facetwp-facet .noUi-connect, body.woocommerce-shop .content__inner--sidebar .inner .facet-wrap .facetwp-facet .noUi-connect {
  background-color: #282D3B;
}
body.tax-product_cat .content__inner--sidebar .inner .facet-wrap .facetwp-facet .facetwp-slider-reset, body.woocommerce-shop .content__inner--sidebar .inner .facet-wrap .facetwp-facet .facetwp-slider-reset {
  display: none !important;
}
body.tax-product_cat .content__inner--sidebar .inner .facet-wrap .facetwp-facet .facetwp-checkbox, body.woocommerce-shop .content__inner--sidebar .inner .facet-wrap .facetwp-facet .facetwp-checkbox {
  background: none;
  padding-left: 30px;
  position: relative;
  z-index: 10;
  padding-top: 4px;
  margin-bottom: 15px;
}
body.tax-product_cat .content__inner--sidebar .inner .facet-wrap .facetwp-facet .facetwp-checkbox.checked:before, body.woocommerce-shop .content__inner--sidebar .inner .facet-wrap .facetwp-facet .facetwp-checkbox.checked:before {
  background-color: #282D3B;
}
body.tax-product_cat .content__inner--sidebar .inner .facet-wrap .facetwp-facet .facetwp-checkbox:before, body.woocommerce-shop .content__inner--sidebar .inner .facet-wrap .facetwp-facet .facetwp-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ECECEC;
}
body.tax-product_cat .content__inner--wrapper, body.woocommerce-shop .content__inner--wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  body.tax-product_cat .content__inner--wrapper, body.woocommerce-shop .content__inner--wrapper {
    width: 70%;
  }
}
body.tax-product_cat .content__inner--wrapper .page-title, body.woocommerce-shop .content__inner--wrapper .page-title {
  font-size: 1.25rem;
  display: none;
  line-height: 1.25;
}
@media (min-width: 768px) {
  body.tax-product_cat .content__inner--wrapper .page-title, body.woocommerce-shop .content__inner--wrapper .page-title {
    font-size: 1.5rem;
  }
}
body.tax-product_cat .content__inner--wrapper .term-description, body.woocommerce-shop .content__inner--wrapper .term-description {
  margin-top: 48px;
}
body.tax-product_cat .content__inner--wrapper .term-description p, body.tax-product_cat .content__inner--wrapper .term-description ul, body.tax-product_cat .content__inner--wrapper .term-description h1, body.tax-product_cat .content__inner--wrapper .term-description h2, body.tax-product_cat .content__inner--wrapper .term-description h3, body.tax-product_cat .content__inner--wrapper .term-description h4, body.woocommerce-shop .content__inner--wrapper .term-description p, body.woocommerce-shop .content__inner--wrapper .term-description ul, body.woocommerce-shop .content__inner--wrapper .term-description h1, body.woocommerce-shop .content__inner--wrapper .term-description h2, body.woocommerce-shop .content__inner--wrapper .term-description h3, body.woocommerce-shop .content__inner--wrapper .term-description h4 {
  margin: 24px 0 0 0;
}
body.tax-product_cat .content__inner--wrapper .term-description a, body.woocommerce-shop .content__inner--wrapper .term-description a {
  color: #282D3B;
  text-decoration: underline;
}
body.tax-product_cat .content__inner--wrapper .term-description li, body.woocommerce-shop .content__inner--wrapper .term-description li {
  line-height: 1.5;
}
body.tax-product_cat .content__inner--wrapper .term-description li ul, body.woocommerce-shop .content__inner--wrapper .term-description li ul {
  margin-top: 0;
}
body.tax-product_cat .content__inner--wrapper .products, body.woocommerce-shop .content__inner--wrapper .products {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  column-gap: 15px;
  row-gap: 15px;
}
@media (min-width: 480px) {
  body.tax-product_cat .content__inner--wrapper .products, body.woocommerce-shop .content__inner--wrapper .products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body.tax-product_cat .content__inner--wrapper .products, body.woocommerce-shop .content__inner--wrapper .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  body.tax-product_cat .content__inner--wrapper .products, body.woocommerce-shop .content__inner--wrapper .products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
body.tax-product_cat .content__inner--wrapper .products:after, body.tax-product_cat .content__inner--wrapper .products:before, body.woocommerce-shop .content__inner--wrapper .products:after, body.woocommerce-shop .content__inner--wrapper .products:before {
  display: none !important;
}
body.tax-product_cat .content__inner--wrapper .products .product, body.woocommerce-shop .content__inner--wrapper .products .product {
  clear: none;
  float: none;
  padding: 0;
  margin: 0 !important;
  position: relative;
  width: 100% !important;
  height: 100%;
  list-style: none;
  border: 1px solid #ECECEC;
}
body.tax-product_cat .content__inner--wrapper .products .product .price, body.woocommerce-shop .content__inner--wrapper .products .product .price {
  margin-top: 6px;
  color: #282D3B;
  display: block;
}
body.tax-product_cat .content__inner--wrapper .products .product .price .amount, body.woocommerce-shop .content__inner--wrapper .products .product .price .amount {
  font-size: 0.875rem;
}
body.tax-product_cat .content__inner--wrapper .products .product .price del .amount, body.woocommerce-shop .content__inner--wrapper .products .product .price del .amount {
  font-size: 0.75rem;
}
body.tax-product_cat .content__inner--wrapper .products .product .price ins, body.woocommerce-shop .content__inner--wrapper .products .product .price ins {
  text-decoration: none;
}
body.tax-product_cat .content__inner--wrapper .products .product .price ins .amount, body.woocommerce-shop .content__inner--wrapper .products .product .price ins .amount {
  font-size: 0.875rem;
  font-weight: 700;
}
body.tax-product_cat .content__inner--wrapper .products .product .thumbnail-wrapper img, body.woocommerce-shop .content__inner--wrapper .products .product .thumbnail-wrapper img {
  margin: 0;
  aspect-ratio: 1/1;
}
body.tax-product_cat .content__inner--wrapper .woocommerce-pagination, body.woocommerce-shop .content__inner--wrapper .woocommerce-pagination {
  display: none;
}
body.tax-product_cat .content__inner--wrapper .loadmore .facetwp-facet, body.woocommerce-shop .content__inner--wrapper .loadmore .facetwp-facet {
  text-align: center;
  margin: 0;
}
body.tax-product_cat .content__inner--wrapper .loadmore .facetwp-facet button, body.woocommerce-shop .content__inner--wrapper .loadmore .facetwp-facet button {
  cursor: pointer;
  background-color: #282D3B;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 12px 24px;
  font-size: 1rem;
  margin-top: 24px;
}
body.tax-product_cat .content__inner--wrapper .loadmore .facetwp-facet button.facetwp-hidden, body.woocommerce-shop .content__inner--wrapper .loadmore .facetwp-facet button.facetwp-hidden {
  margin-top: 0;
}

body.woocommerce-account main .woocommerce {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 24px 0 24px;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account main .woocommerce #customer_login {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1, body.woocommerce-account main .woocommerce #customer_login .u-column2 {
  width: 100%;
  float: none;
  max-width: 100%;
  flex: none;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 h2, body.woocommerce-account main .woocommerce #customer_login .u-column2 h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form, body.woocommerce-account main .woocommerce #customer_login .u-column2 form {
  background-color: #282D3B;
  margin: 0;
  border-radius: 0;
  border: none;
}
@media (min-width: 768px) {
  body.woocommerce-account main .woocommerce #customer_login .u-column1 form, body.woocommerce-account main .woocommerce #customer_login .u-column2 form {
    padding-bottom: 50px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form .woocommerce-privacy-policy-text p, body.woocommerce-account main .woocommerce #customer_login .u-column2 form .woocommerce-privacy-policy-text p {
  color: #FFFFFF;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form .woocommerce-privacy-policy-text p a, body.woocommerce-account main .woocommerce #customer_login .u-column2 form .woocommerce-privacy-policy-text p a {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.lost_password, body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.register-account-wrap, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.lost_password, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.register-account-wrap {
    float: left;
    width: 50%;
  }
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.lost_password a, body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.register-account-wrap a, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.lost_password a, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.register-account-wrap a {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.lost_password a:hover, body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.lost_password a:focus, body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.register-account-wrap a:hover, body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.register-account-wrap a:focus, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.lost_password a:hover, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.lost_password a:focus, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.register-account-wrap a:hover, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.register-account-wrap a:focus {
  text-decoration: none;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.login-account-wrap, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.login-account-wrap {
  padding-bottom: 24px;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.login-account-wrap a, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.login-account-wrap a {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.login-account-wrap a:hover, body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.login-account-wrap a:focus, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.login-account-wrap a:hover, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.login-account-wrap a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.lost_password, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.lost_password {
    padding-right: 7.5px;
  }
}
@media (min-width: 768px) {
  body.woocommerce-account main .woocommerce #customer_login .u-column1 form p.register-account-wrap, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p.register-account-wrap {
    padding-left: 7.5px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p {
  margin-bottom: 15px;
  padding: 0;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p button.woocommerce-button, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p button.woocommerce-button {
  width: 100%;
  float: none;
  max-width: 100%;
  margin-right: 0;
  color: #ECECEC;
  transition: 0.5s;
  font-weight: 700;
  border-radius: 0;
  background-color: #565B68;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p button.woocommerce-button:hover, body.woocommerce-account main .woocommerce #customer_login .u-column1 form p button.woocommerce-button:focus, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p button.woocommerce-button:hover, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p button.woocommerce-button:focus {
  background-color: #ECECEC;
  color: #282D3B;
  text-decoration: none;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p a, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p a {
  color: #000;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p label, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p label {
  display: block;
  width: 100%;
  color: #FFFFFF;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p input[type=text], body.woocommerce-account main .woocommerce #customer_login .u-column1 form p input[type=password], body.woocommerce-account main .woocommerce #customer_login .u-column2 form p input[type=text], body.woocommerce-account main .woocommerce #customer_login .u-column2 form p input[type=password] {
  background-color: #ECECEC;
  padding: 0 15px;
  color: #282D3B !important;
  height: 50px;
  border: none;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p span.password-input, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p span.password-input {
  width: 100%;
}
body.woocommerce-account main .woocommerce #customer_login .u-column1 form p span.password-input .show-password-input, body.woocommerce-account main .woocommerce #customer_login .u-column2 form p span.password-input .show-password-input {
  top: 1.5em !important;
}
body.woocommerce-account main .woocommerce #customer_login .u-column2 {
  display: none;
}
body.woocommerce-account main .woocommerce #customer_login .u-column2 form {
  padding-bottom: 0;
}
body.woocommerce-account main .woocommerce #customer_login .u-column2 form input[type=text], body.woocommerce-account main .woocommerce #customer_login .u-column2 form input[type=password], body.woocommerce-account main .woocommerce #customer_login .u-column2 form input[type=email] {
  background-color: #ECECEC;
  padding: 0 15px;
  color: #FFFFFF;
  height: 50px;
  border: none;
}
body.woocommerce-account main .woocommerce #customer_login .u-column2 form span.password-input {
  width: 100%;
}
body.woocommerce-account main .woocommerce #customer_login .u-column2 form span.password-input .show-password-input {
  top: 1em !important;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
  margin-bottom: 24px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
  display: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin-right: 12px;
  border: 2px solid #ECECEC;
  transform-origin: bottom;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 12px;
  display: block;
  font-weight: 700;
  color: #565B68;
  font-size: 1.125rem;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  border-color: #282D3B;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #282D3B;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .order-information, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .shipping-information, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .shipping-address {
  margin-bottom: 25px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .order-information h2, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .shipping-information h2, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .shipping-address h2 {
  margin-bottom: 12px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .order-information ul, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .shipping-information ul, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .shipping-address ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .order-information ul li, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .shipping-information ul li, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .shipping-address ul li {
  margin-bottom: 5px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals {
  margin-top: 25px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals h2 {
  margin-bottom: 12px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals ul li {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals ul li:last-child {
  margin-bottom: 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals ul li:last-child .left {
  font-size: 1.125rem;
  font-weight: 700;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals ul li .left {
  width: 125px;
  margin-right: 10px;
}
@media (min-width: 375px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals ul li .left {
    width: 175px;
    margin-right: 15px;
  }
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals ul li .left span {
  display: block;
  font-size: 0.675rem;
  font-weight: 300;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .totals ul li .right {
  width: 80px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items h2 {
  margin-bottom: 12px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item {
  padding: 10px 0;
  border-top: 1px solid #ECECEC;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item:first-child {
  border-top: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__image {
  width: 80px;
  height: auto;
  position: relative;
  z-index: 10;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__image .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #282D3B;
  color: #ECECEC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__image img {
  object-fit: contain;
  object-position: center center;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__data {
  width: calc(100% - 80px);
  padding-left: 20px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__data .title a {
  margin: 0;
  font-size: 15px;
  color: #282D3B;
  font-weight: 500;
  line-height: 1.5;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__data .custom-price {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__data .custom-price .sale-price p {
  color: #282D3B;
  font-weight: 500;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__data .custom-price .normal-price {
  margin-left: 10px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__data .custom-price .normal-price p {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity {
  width: calc(100% - 80px);
  padding-left: 20px;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity {
    padding-left: 0;
    margin: 0;
    width: 120px;
  }
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper {
  height: 42px;
  display: flex;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .minus, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .plus {
  height: 100%;
  width: 42px;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity {
  width: 62px;
  height: 100%;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity input {
  width: 100%;
  height: 100%;
  border: none;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  text-align: center;
  -moz-appearance: textfield;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity input:focus {
  outline: 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity input::-webkit-outer-spin-button, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .items .item__quantity a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table {
  margin: 0;
  border: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table thead th {
  padding: 10px 0;
  font-weight: 600;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td {
  padding: 10px 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a {
  color: #282D3B;
  font-weight: 700;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content p {
  line-height: 1.5;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content p a {
  color: #282D3B;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 24px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
  margin-bottom: 12px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a {
  color: #282D3B;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content fieldset {
  border: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content fieldset legend {
  display: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields {
  margin-top: 24px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form p {
  padding: 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content button {
  background-color: #282D3B;
  color: #ECECEC;
  border-radius: 0;
  margin-top: 24px;
}

body.blog .overview, body.category .overview {
  max-width: 1480px;
  margin: 0 auto;
  padding: 24px 24px 48px 24px;
}
body.blog .overview__inner, body.category .overview__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body.blog .overview__inner--left, body.category .overview__inner--left {
  width: 100%;
}
@media (min-width: 768px) {
  body.blog .overview__inner--left, body.category .overview__inner--left {
    width: 60%;
  }
}
body.blog .overview__inner--left .items, body.category .overview__inner--left .items {
  width: 100%;
}
body.blog .overview__inner--left .items .item, body.category .overview__inner--left .items .item {
  margin-top: 24px;
  border: 1px solid #ECECEC;
}
body.blog .overview__inner--left .items .item__inner, body.category .overview__inner--left .items .item__inner {
  width: 100%;
  height: 100%;
}
body.blog .overview__inner--left .items .item__inner--image, body.category .overview__inner--left .items .item__inner--image {
  width: 100%;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #ECECEC;
}
body.blog .overview__inner--left .items .item__inner--image .date, body.category .overview__inner--left .items .item__inner--image .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #282D3B;
  padding: 12px;
}
body.blog .overview__inner--left .items .item__inner--image .date time, body.category .overview__inner--left .items .item__inner--image .date time {
  font-size: 0.875rem;
  color: #FFFFFF;
}
body.blog .overview__inner--left .items .item__inner--image img, body.category .overview__inner--left .items .item__inner--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  aspect-ratio: 835/300;
}
body.blog .overview__inner--left .items .item__inner--info, body.category .overview__inner--left .items .item__inner--info {
  padding: 24px 24px 48px 24px;
  position: relative;
}
body.blog .overview__inner--left .items .item__inner--info h3, body.category .overview__inner--left .items .item__inner--info h3 {
  color: #282D3B;
  font-size: 1.25rem;
}
body.blog .overview__inner--left .items .item__inner--info p, body.category .overview__inner--left .items .item__inner--info p {
  color: #282D3B;
  margin-top: 12px;
}
body.blog .overview__inner--left .items .item__inner--info .link, body.category .overview__inner--left .items .item__inner--info .link {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
body.blog .overview__inner--left .items .item__inner--info .link svg, body.category .overview__inner--left .items .item__inner--info .link svg {
  width: 25px;
  height: auto;
  vertical-align: bottom;
}
body.blog .overview__inner--left .pagination, body.category .overview__inner--left .pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
body.blog .overview__inner--left .pagination a, body.category .overview__inner--left .pagination a {
  display: inline-block;
  margin: 0 6px;
  color: #282D3B;
}
body.blog .overview__inner--left .pagination span, body.category .overview__inner--left .pagination span {
  font-weight: 800;
}
body.blog .overview__inner--right, body.category .overview__inner--right {
  width: 100%;
  margin-top: 48px;
}
@media (min-width: 768px) {
  body.blog .overview__inner--right, body.category .overview__inner--right {
    width: 40%;
    margin-top: 24px;
    padding-left: 24px;
  }
}
body.blog .overview__inner--right h2, body.category .overview__inner--right h2 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
body.blog .overview__inner--right .categories, body.category .overview__inner--right .categories {
  position: sticky;
  top: 24px;
  right: 0;
}
body.blog .overview__inner--right .categories__category a, body.category .overview__inner--right .categories__category a {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #ECECEC;
  color: #282D3B;
}

body.woocommerce-checkout main {
  max-width: 1480px !important;
}
body.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
body.woocommerce-checkout .woocommerce .checkout {
  width: 100%;
  display: grid;
  padding: 24px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-checkout .woocommerce .checkout__left, body.woocommerce-checkout .woocommerce .checkout__right {
  border: 1px solid #ECECEC;
}
body.woocommerce-checkout .woocommerce .checkout__left {
  padding: 24px;
  width: 100%;
  order: 2;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout .woocommerce .checkout__left {
    width: 70%;
    order: 1;
  }
}
body.woocommerce-checkout .woocommerce .checkout__left h3:not(#ship-to-different-address) {
  display: none;
}
body.woocommerce-checkout .woocommerce .checkout__left .col2-set .col-1, body.woocommerce-checkout .woocommerce .checkout__left .col2-set .col-2 {
  width: 100%;
}
body.woocommerce-checkout .woocommerce .checkout__left .col2-set .col-2 {
  margin-top: 24px;
}
body.woocommerce-checkout .woocommerce .checkout__left .col2-set .col-2 h3 {
  font-weight: 400;
  font-size: 1rem;
}
body.woocommerce-checkout .woocommerce .checkout__left .col2-set .col-2 .woocommerce-additional-fields {
  margin-top: 24px;
}
body.woocommerce-checkout .woocommerce .checkout__left .delivery {
  margin-top: 20px;
}
body.woocommerce-checkout .woocommerce .checkout__left .delivery #shipping_method li {
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
}
body.woocommerce-checkout .woocommerce .checkout__left .delivery #shipping_method li input {
  width: 15px;
  margin-top: 0;
  height: 15px;
}
body.woocommerce-checkout .woocommerce .checkout__left #payment {
  margin-top: 24px;
}
body.woocommerce-checkout .woocommerce .checkout__right {
  width: 100%;
  height: 100%;
  order: 1;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout .woocommerce .checkout__right {
    margin-bottom: 0;
    order: 2;
    width: calc(30% - 24px);
    margin-left: 24px;
    position: sticky;
    top: 24px;
    right: 0;
  }
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item {
  border-bottom: 1px solid #ECECEC;
  width: 100%;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item.open .dropdown {
  display: block;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .title {
  cursor: pointer;
  padding: 24px;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .title h3 {
  font-size: 1rem;
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 24px;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item:first-child {
  padding-top: 0;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item:last-child {
  padding-bottom: 24px;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__image {
  width: 25%;
  padding-right: 12px;
  position: relative;
  z-index: 10;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__image img {
  width: 100%;
  height: auto;
  margin: 0;
  max-width: 150px;
  aspect-ratio: 1/1;
  vertical-align: bottom;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__image .quantity {
  background-color: #282D3B;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  font-size: 0.875rem;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__info {
  width: 50%;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__info p {
  font-size: 0.875rem;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__info p.price {
  margin-top: 8px;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__info p.preorder {
  color: #F35046;
  font-weight: 700;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__info p.marge {
  font-weight: 700;
  color: #F35046;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__total {
  padding-left: 12px;
  text-align: right;
  width: 25%;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .product-item__total p {
  font-weight: 700;
  font-size: 0.875rem;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .coupon-form {
  padding: 0 24px 24px 24px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .coupon-form {
    grid-template-columns: 60% 40%;
  }
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .coupon-form .form-group {
  width: 100%;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .coupon-form .form-group input, body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .coupon-form .form-group button {
  width: 100%;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .coupon-form .form-group input:focus, body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .coupon-form .form-group button:focus {
  outline: 0;
}
body.woocommerce-checkout .woocommerce .checkout__right .dropdown-item .dropdown .coupon-form .form-group button {
  height: 48px;
  background-color: #282D3B;
  color: #FFFFFF;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce .checkout__right .totals {
  padding: 12px 0;
}
body.woocommerce-checkout .woocommerce .checkout__right .totals__item {
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
}

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