/* 
    Common
*/
/*
    Header
*/
/*
    Components
*/
/*
    Elementor
*/
/*
    Posts
*/
/*
    Woocommerce
*/
/*
    Config
*/
html {
  box-sizing: border-box;
}
:root {
  --pxl-mixin-name: none;
  --pxl-spacing-inline: 30px;
  --pxl-spacing-block: 30px;
  --pxl-line-height: 1.5;
  --pxl-color: #fff;
  --pxl-background-color: #fd5900;
  --pxl-box-size: 30px;
  --pxl-translate-x: 0;
  --pxl-translate-y: 0;
  --pxl-translate-z: 0;
  --pxl-rotate: 0;
  --pxl-width    : 100%;
  --pxl-width-xs : 100%;
  --pxl-width-sm : 100%;
  --pxl-width-md : 100%;
  --pxl-width-lg : 100%;
  --pxl-width-xl : 100%;
  --pxl-width-xxl: 100%;
  --pxl-height: auto;
  --pxl-right: 0;
  --pxl-gap: 15px;
  --pxl-transform-origin-y: center;
  --pxl-transform-origin-x: center;
  --pxl-scale: 1;
  --pxl-spacing: 15px;
  --pxl-margin-top: 15px;
  --pxl-transition-duration: 0.3s;
  --pxl-weight : 1px;
  --pxl-column: 3;
  --pxl-duration: 5s;
  --pxl-max-width: auto;
  --pxl-left: 0;
}
body {
  background-color: var(--body-color);
  font-family: var(--font-primary), sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #777;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
body > .loader {
  position: fixed;
  inset: 0;
}
body > .loader svg {
  width: 32px;
  height: auto;
}
body.body-overflow {
  overflow: hidden;
}
body.body-overflow .body-overlay {
  pointer-events: visible;
  opacity: 1;
}
.body-overlay {
  position: fixed;
  z-index: 99997;
  inset: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.3s linear;
  cursor: none;
}
.body-overlay.active {
  pointer-events: visible;
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: auto;
  }
}
a {
  color: var(--color-tertiary);
  transition: all 0.3s linear;
  text-decoration: none;
}
a:hover {
  color: var(--color-primary);
  outline: none;
  text-decoration: none;
}
a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
svg:not(.svg--original) path[fill]:not([fill^="url("]), svg:not(.svg--original) rect, svg:not(.svg--original) stroke {
  fill: currentColor;
  fill-opacity: 1;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, #woosq-popup .product .summary .product_title, .h4, .h5, .h6 {
  font-family: var(--font-heading);
  color: var(--color-tertiary);
  margin: 0;
  padding: 0;
  font-weight: 400;
}
h1, .h1 {
  font-size: 74px;
  line-height: 1.13514;
}
@media screen and (max-width: 1399px) {
  h1, .h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 46px;
  }
}
h2, .h2 {
  font-size: 48px;
  line-height: 1.20833;
}
@media screen and (max-width: 1399px) {
  h2, .h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  h2, .h2 {
    font-size: 34px;
  }
}
h3, .h3, #woosq-popup .product .summary .product_title {
  font-size: 36px;
  line-height: 1.22222;
}
@media screen and (max-width: 1399px) {
  h3, .h3, #woosq-popup .product .summary .product_title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  h3, .h3, #woosq-popup .product .summary .product_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  h3, .h3, #woosq-popup .product .summary .product_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  h3, .h3, #woosq-popup .product .summary .product_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  h3, .h3, #woosq-popup .product .summary .product_title {
    font-size: 26px;
  }
}
h4, .h4 {
  font-size: 32px;
  line-height: 1.3125;
}
@media screen and (max-width: 1399px) {
  h4, .h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  h4, .h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  h4, .h4 {
    font-size: 22px;
  }
}
h5, .h5 {
  font-size: 24px;
  line-height: 1.41667;
}
@media screen and (max-width: 1199px) {
  h5, .h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}
h6, .h6 {
  font-size: 20px;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
  object-fit: cover;
}
p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
i.flaticon {
  display: inline-flex;
}
table {
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  border-radius: 0;
}
table th {
  color: #000;
}
caption, td {
  font-weight: normal;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #d5d5d5;
  padding: 10px;
  border-right: 1px solid #d5d5d5;
}
td {
  border-top: 1px solid #d5d5d5;
  padding: 10px;
  border-right: 1px solid #d5d5d5;
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: var(--color-primary);
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  text-decoration: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
  margin-top: 10px;
}
.wp-block-group.has-background {
  padding: 40px;
  margin-bottom: 30px;
}
.wp-caption-text {
  text-align: center;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 32px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.sticky {
  display: block;
}
.screen-reader-text {
  display: none;
}
.bypostauthor {
  display: block;
}
blockquote:not(.pxl-blockquote) {
  padding: 28px 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000001;
  position: relative;
  font-weight: 700;
  margin: 30px 0 26px;
  z-index: 1;
  background-color: #f8f9fa;
  border-left: 5px solid ;
  border-right: 5px solid ;
  border-radius: 10px;
  overflow: hidden;
}
blockquote:not(.pxl-blockquote):before {
  content: '';
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  blockquote:not(.pxl-blockquote) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote:not(.pxl-blockquote) cite {
  position: relative;
  padding-left: 76px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  margin-top: 15px;
  display: inline-block;
}
blockquote:not(.pxl-blockquote) cite:before {
  content: '';
  width: 65px;
  height: 2px;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
blockquote:not(.pxl-blockquote) .pxl-blockquote-icon {
  line-height: 1;
  font-size: 56px;
  position: absolute;
  top: 10px;
  left: 18px;
  transform: scale(-1);
  opacity: 0.47;
}
blockquote:not(.pxl-blockquote) p {
  margin-bottom: 0 !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote cite br {
  display: none;
}
blockquote:not(.pxl-blockquote).wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  padding-left: 32px;
  padding-right: 32px;
  background-color: ;
  font-size: 16px;
  font-weight: 700;
}
.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--color-primary);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.aligncenter {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}
.wp-block-gallery.alignleft {
  margin-right: 30px;
}
.wp-block-gallery.alignright {
  margin-left: 30px;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight, .nice-select {
  width: 100%;
  font-family: var(--font-primary);
  border: thin solid rgba(17, 17, 17, .15);
  outline: none;
  background-color: #fff;
  line-height: 48px;
  color: #1f1f1f;
  font-size: 16px;
  padding: 0;
  padding-inline: 20px;
  transition: all 0.3s linear;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .pxl-select-higthlight:focus, .nice-select:focus, input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="range"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="color"]:hover, textarea:hover, select:hover, .pxl-select-higthlight:hover, .nice-select:hover {
  outline: 0;
  border-color: rgba(17, 17, 17, 0.3);
}
select {
  height: 48px;
}
textarea {
  line-height: 1.625;
  padding-block: 13px;
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
  /* Select Style */
}
.pxl-select {
  width: 100%;
  position: relative;
}
.pxl-select .pxl-select-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.pxl-select .pxl-select-options {
  max-height: 282px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 18px;
  background-color: #fff;
  z-index: 900;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  border-radius: 0 0 10px 10px;
}
.pxl-select .pxl-select-options li {
  padding: 9px 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
  border-radius: 5px;
}
.pxl-select .pxl-select-options li:first-child {
  display: none;
}
.pxl-select .pxl-select-options li:hover {
  color: #0a1320;
  background-color: rgba(10, 19, 32, 0.04);
}
.pxl-select .pxl-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.pxl-select .pxl-select-higthlight:before {
  content: "\f150";
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #888;
  line-height: 28px;
  text-align: center;
  font-size: 11px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-select .pxl-select-higthlight.active {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
}
.pxl-select .pxl-select-higthlight.active:before {
  transform: translate(0, -50%) scaleY(-1);
  color: #444;
}
.nice-select {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-inline: 12px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  border: thin solid rgba(17, 17, 17, .15);
  color: #1f1f1f;
  background-color: #fff;
  /* Select 2 */
}
.nice-select:after {
  content: "\f109";
  font-family: "Flaticon";
  font-size: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.nice-select ul.list {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  list-style: none;
  margin: 30px 0 0;
  background-color: #fff;
  z-index: 101;
  color: inherit;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  border: inherit;
  border-radius: inherit;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  max-height: 246px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nice-select ul.list::-webkit-scrollbar {
  display: none;
}
.nice-select ul.list li {
  padding-inline: 12px;
  padding-block: 8px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 1.5;
}
.nice-select ul.list li:hover, .nice-select ul.list li.selected {
  color: #fff;
  background-color: #1f1f1f;
}
.nice-select.disabled {
  pointer-events: none;
}
.nice-select.open {
  border-radius: 4px 4px 0 0;
}
.nice-select.open::after {
  transform: scaleY(-1);
}
.nice-select.open ul.list {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  border-radius: 0 0 4px 4px;
}
.select2 .select2-selection--single {
  margin: 0;
  border: none;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: normal;
  line-height: 50px;
  margin: 0;
  text-align: start;
  border-radius: 6px;
  border: thin solid #ebebeb;
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  padding-inline: 12px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
form .select2-container--default .select2-dropdown {
  margin-top: 3px;
  padding: 14px;
  border-radius: 30px;
}
.select2-container.select2-container--open {
  /* Date Time */
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results .select2-results__option {
  font-size: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: var(--color-primary);
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: var(--color-primary) !important;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, body .xdsoft_datetimepicker .xdsoft_calendar td:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background:  !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
  background-color: var(--color-primary) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker {
  font-family: inherit;
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
}
body .xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #f3f3f3;
  color: #444;
}
body .xdsoft_datetimepicker .xdsoft_calendar td {
  border-color: #ebebeb;
  height: 30px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1200px) {
  body .xdsoft_datetimepicker .xdsoft_calendar td {
    height: 36px;
  }
}
body .xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding: 0;
  text-align: center;
}
body .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 230px;
}
@media screen and (min-width: 1200px) {
  body .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 305px;
  }
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: var(--color-primary);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-file-upload-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper {
    display: block;
  }
}
.pxl-file-upload-wrapper .pxl-file-upload-button {
  white-space: nowrap;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  background: #16232b;
  padding: 0 38px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper .pxl-file-upload-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pxl-file-upload-wrapper .pxl-file-upload-button:hover {
  background: #222;
}
.pxl-file-upload-wrapper .pxl-file-upload-input {
  width: auto;
  font-size: 16px;
  color: #0a1320;
  background: none;
  font-weight: 500;
  padding: 0 22px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper .pxl-file-upload-input {
    padding: 0;
  }
}
.wrapper {
  overflow-x: clip;
}
.main-content {
  padding-block: 100px 120px;
}
.main-content > .container {
  max-width: 1550px;
}
.main-content__inner--left-sidebar, .main-content__inner--right-sidebar {
  display: flex;
  justify-content: space-between;
  gap: 90px 30px;
}
@media screen and (min-width: 992px) {
  .main-content__inner--left-sidebar, .main-content__inner--right-sidebar {
    align-items: start;
  }
}
.main-content__inner .blog-article {
  flex: 0 2 1088px;
}
.main-content__inner .blog-archive {
  flex: 0 2 1002px;
}
.main-content__inner .sidebar {
  flex: 0 1 366px;
}
@media screen and (min-width: 992px) {
  .main-content__inner .sidebar {
    position: sticky;
    top: 15px;
  }
}
.main-content__inner--no-sidebar .blog-article, .main-content__inner--no-sidebar .blog-archive {
  flex: 0 1 100%;
  max-width: 100%;
}
.main-content__inner--left-sidebar {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .main-content__inner--left-sidebar {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .main-content__inner {
    flex-direction: column;
  }
  .main-content__inner .blog-article, .main-content__inner .blog-archive, .main-content__inner .sidebar {
    flex: 0 1 100%;
  }
}
@media screen and (min-width: 992px) {
  .admin-bar #wrapper .main-content .sidebar {
    top: 47px;
  }
}
.admin-bar #wrapper .pxl-header .header-sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #wrapper .pxl-header .header-sticky {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #wrapper .pxl-header .header-sticky {
    top: 0;
  }
}
.admin-bar #smooth-wrapper .pxl-header {
  padding-top: 32px;
}
#smooth-content {
  will-change: transform;
}
.pxl-item-link, .pxl-box-link {
  z-index: 99;
}
.full-width {
  width: 100%;
}
.pxl-background-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pxl-image-highlight, .pxl-svg-highlight {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 5px;
}
.text-image {
  background-size: cover;
  background-position: center center;
  -webkit-background-clip: text;
  color: transparent;
}
.el-empty:empty {
  display: none !important;
}
.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pxl-background-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, .5);
  transition: all 0.3s linear;
}
.text-default {
  font-weight: 500;
  line-height: 1.75;
}
.overflow-hidden-y {
  overflow-y: hidden;
}
.pxl-line-wrap {
  overflow: hidden !important;
}
.pxl-backdrop-filter {
  backdrop-filter: blur(5px);
}
.text-gradient, blockquote:not(.pxl-blockquote) cite {
  background: linear-gradient(90deg, #4776e6 0%, #8e54e9 100%) !important;
  background: -webkit-linear-gradient(90deg, #4776e6 0%, #8e54e9 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.hover-link-parent-temporary:hover .pxl-icon-wrapper .pxl-icon-item {
  background-color: #3b44cd !important;
}
.text-animated {
  visibility: hidden;
}
.widget.widget_author_info .author-socials > a, .widget.widget_search .search-submit, .pxl-social-icons .social-item, .pxl-post-meta .meta__label, .no-results .page-content .search-submit, #woosq-popup .product .summary table.variations .value .reset_variations, #woosq-popup .product .summary form.cart .button, #woosq-popup .product .summary form.cart .woosq-btn, #woosq-popup .product .summary form.cart .woosw-btn, #woosq-popup .product .summary form.cart input, .woocommerce-shop .widget.widget_product_search .woocommerce-product-search button.search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-flex-jc-start {
  display: flex;
  justify-content: start;
}
.pxl-flex-jc-center {
  display: flex;
  justify-content: center;
}
.pxl-flex-jc-around {
  display: flex;
  justify-content: space-around;
}
.pxl-flex-jc-evenly {
  display: flex;
  justify-content: space-evenly;
}
.pxl-flex-jc-between {
  display: flex;
  justify-content: space-between;
}
.pxl-flex-ai-start {
  display: flex;
  align-items: start;
}
.pxl-flex-ai-center {
  display: flex;
  align-items: center;
}
.pxl-flex-ai-end {
  display: flex;
  align-items: end;
}
.pxl-absolute-full, .pxl-item-link, .pxl-box-link, .hover-scale-fill::before, .e-con-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pxl-absolute-center, .icon-close:before, .icon-close::after, .single.single-post .comment__form-title #cancel-comment-reply-link:before, .single.single-post .comment__form-title #cancel-comment-reply-link::after {
  --pxl-translate-x: -50%;
  --pxl-translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--pxl-translate-x), var(--pxl-translate-y));
}
.pxl-absolute-tl {
  position: absolute;
  left: 0;
  top: 0;
}
.pxl-absolute-bl {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pxl-absolute-br {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pxl-absolute-tr {
  position: absolute;
  right: 0;
  top: 0;
}
.hover-popup-dot::before, .pxl-post-meta .meta__label, .pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-user .pxl-user-image img, .woocommerce-shop .widget.widget_product_search .woocommerce-product-search button.search-submit {
  width: var(--pxl-box-size);
  min-width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  border-radius: 50%;
}
.pxl-square-box {
  width: var(--pxl-box-size);
  min-width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.pxl-background-center {
  background: center center / cover no-repeat;
}
.pxl-transform {
  transform: perspective(var(--pxl-perspective)) translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) translateZ(var(--pxl-translate-z)) scale(--pxl-scale) scale3d(var(--pxl-scale-x), var(--pxl-scale-y), var(--pxl-scale-z)) rotate(var(--pxl-rotate)) rotateX(var(--pxl-rotate-x)) rotateY(var(--pxl-rotate-y)) rotateZ(var(--pxl-rotate-z)) skew(var(--pxl-skew)) skewX(var(--pxl-skew-x)) skewY(var(--pxl-skew-y)) matrix(var(--pxl-matrix-a), var(--pxl-matrix-b), var(--pxl-matrix-c), var(--pxl-matrix-d), var(--pxl-matrix-e), var(--pxl-matrix-f));
}
.pxl-overflow-hidden {
  overflow: hidden;
}
.pxl-hidden {
  display: none;
}
@-webkit-keyframes underline-slide-restart {
  0% {
    background-size: 100%;
    background-position: 100% 0%;
  }
  33.33333% {
    background-size: 0%;
    background-position: 100% 0%;
  }
  66.66666% {
    background-size: 0%;
    background-position: 0% 100%;
  }
  100% {
    background-size: 100%;
    background-position: 0% 100%;
  }
}
@-moz-keyframes underline-slide-restart {
  0% {
    background-size: 100%;
    background-position: 100% 0%;
  }
  33.33333% {
    background-size: 0%;
    background-position: 100% 0%;
  }
  66.66666% {
    background-size: 0%;
    background-position: 0% 100%;
  }
  100% {
    background-size: 100%;
    background-position: 0% 100%;
  }
}
@-ms-keyframes underline-slide-restart {
  0% {
    background-size: 100%;
    background-position: 100% 0%;
  }
  33.33333% {
    background-size: 0%;
    background-position: 100% 0%;
  }
  66.66666% {
    background-size: 0%;
    background-position: 0% 100%;
  }
  100% {
    background-size: 100%;
    background-position: 0% 100%;
  }
}
@-o-keyframes underline-slide-restart {
  0% {
    background-size: 100%;
    background-position: 100% 0%;
  }
  33.33333% {
    background-size: 0%;
    background-position: 100% 0%;
  }
  66.66666% {
    background-size: 0%;
    background-position: 0% 100%;
  }
  100% {
    background-size: 100%;
    background-position: 0% 100%;
  }
}
@keyframes underline-slide-restart {
  0% {
    background-size: 100%;
    background-position: 100% 0%;
  }
  33.33333% {
    background-size: 0%;
    background-position: 100% 0%;
  }
  66.66666% {
    background-size: 0%;
    background-position: 0% 100%;
  }
  100% {
    background-size: 100%;
    background-position: 0% 100%;
  }
}
.text-underline {
  --pxl-height: 1px;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - var(--pxl-height)), currentcolor 0px);
  background-size: 100%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
.text-underline:hover {
  animation: underline-slide-restart 0.75s linear forwards;
  -webkit-animation: underline-slide-restart 0.75s linear forwards;
}
.scroll-parallax-item {
  position: absolute;
  inset: 0;
}
.pxl-sticky {
  position: sticky;
  left: 0;
  top: 15px;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .pxl-sticky.pxl-sticky-responsive-sm {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .pxl-sticky.pxl-sticky-responsive-md {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-sticky.pxl-sticky-responsive-lg {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
}
@media screen and (max-width: 1399px) {
  .pxl-sticky.pxl-sticky-responsive-xl {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
}
.pxl-spacing-block {
  display: block;
  width: 100%;
  margin-block: 7.5px;
}
.link-underline {
  --pxl-height: 1px;
  position: relative;
  background-color: transparent;
}
.link-underline::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--pxl-height);
  transform: scaleX(1);
  transform-origin: right center;
  background-color: currentColor;
}
.link-underline:hover::after {
  animation: linkUnderlineSlideRevert 0.5s ease forwards;
  -webkit-animation: linkUnderlineSlideRevert 0.5s ease forwards;
}
.pxl-background-parallax {
  position: absolute;
  inset: 0;
  background: center center / cover no-repeat;
  z-index: 0;
  will-change: transform;
}
.pxl-position--relative {
  position: relative !important;
}
.hover-underline-slide {
  --pxl-height: 1px;
  position: relative;
  display: inline;
  color: inherit;
  background-image: linear-gradient(transparent calc(100% - var(--pxl-height)), currentcolor 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s linear, background-position 0s linear 0.3s, color 0.3s, background-color 0.3s;
}
.hover-underline-slide:hover, .hover-underline-slide.active {
  background-size: 100% 100%;
  background-position: right bottom;
}
.hover-underline-slide:not(:hover) {
  background-size: 0% 100%;
  background-position: left bottom;
}
.form-checkbox-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form-checkbox-control:has(input:checked) .checkbox {
  background-color: #fd5900;
  border-color: #fd5900;
  color: #fff;
}
.form-checkbox-control .checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: thin solid rgba(17, 17, 17, .15);
  transition: all 0.3s linear;
  color: transparent;
  flex-shrink: 0;
}
.form-checkbox-control input[type="checkbox"], .form-checkbox-control input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  inset: 0;
}
.form-radio-control {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #818181;
  cursor: pointer;
}
.form-radio-control:has(input:checked) .radio {
  border-color: #fd5900;
}
.form-radio-control:has(input:checked) .radio::before {
  background-color: #fd5900;
}
.form-radio-control input[type="radio"] {
  visibility: hidden;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.form-radio-control .radio {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: thin solid #9a9a9a;
}
.form-radio-control .radio::before {
  content: '';
  position: absolute;
  inset: 1px;
  background-color: transparent;
  transition: background-color 0.3s linear;
  border-radius: inherit;
}
.form-control-slider-range input[type="number"]::-webkit-outer-spin-button, .form-control-slider-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-control-slider-range .slider {
  height: 4px;
  position: relative;
  background: #d9d9d9;
  border-radius: 4px;
}
.form-control-slider-range .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 4px;
  background: #dd4c20;
}
.form-control-slider-range .range-input {
  position: relative;
}
.form-control-slider-range .range-input input {
  position: absolute;
  width: 100%;
  height: 4px;
  top: -4px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.form-control-slider-range input[type="range"]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #dd4c20;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.form-control-slider-range input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border: none;
  border-radius: 50%;
  background: #dd4c20;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.icon-close {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}
.icon-close:before, .icon-close::after {
  content: '';
  width: inherit;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  border-radius: 5px;
}
.icon-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.icon-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dot-status {
  --pxl-box-size: 9px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  border: thin solid #fff;
  background-color: #e5775f;
  position: absolute;
  right: -1px;
  top: -3px;
  z-index: 9;
}
@-webkit-keyframes flipX {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
@-moz-keyframes flipX {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
@-ms-keyframes flipX {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
@-o-keyframes flipX {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
@keyframes flipX {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
@-webkit-keyframes flipY {
  0%, 100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(180deg);
  }
}
@-moz-keyframes flipY {
  0%, 100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(180deg);
  }
}
@-ms-keyframes flipY {
  0%, 100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(180deg);
  }
}
@-o-keyframes flipY {
  0%, 100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(180deg);
  }
}
@keyframes flipY {
  0%, 100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(180deg);
  }
}
@-webkit-keyframes shrink-expand {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.1;
  }
}
@-moz-keyframes shrink-expand {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.1;
  }
}
@-ms-keyframes shrink-expand {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.1;
  }
}
@-o-keyframes shrink-expand {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.1;
  }
}
@keyframes shrink-expand {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.1;
  }
}
@-webkit-keyframes grow-normalize {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}
@-moz-keyframes grow-normalize {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}
@-ms-keyframes grow-normalize {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}
@-o-keyframes grow-normalize {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}
@keyframes grow-normalize {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}
@-webkit-keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes custom-anim2 {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  75% {
    transform: scaleY(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes custom-anim2 {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  75% {
    transform: scaleY(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes custom-anim2 {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  75% {
    transform: scaleY(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes custom-anim2 {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  75% {
    transform: scaleY(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes custom-anim2 {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  75% {
    transform: scaleY(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotate-zoom-in {
  0% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) rotate(0);
  }
  100% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) scale(1.2) rotate(10deg);
  }
}
@-moz-keyframes rotate-zoom-in {
  0% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) rotate(0);
  }
  100% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) scale(1.2) rotate(10deg);
  }
}
@-ms-keyframes rotate-zoom-in {
  0% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) rotate(0);
  }
  100% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) scale(1.2) rotate(10deg);
  }
}
@-o-keyframes rotate-zoom-in {
  0% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) rotate(0);
  }
  100% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) scale(1.2) rotate(10deg);
  }
}
@keyframes rotate-zoom-in {
  0% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) rotate(0);
  }
  100% {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) scale(1.2) rotate(10deg);
  }
}
@-webkit-keyframes custom-flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-moz-keyframes custom-flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-ms-keyframes custom-flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-o-keyframes custom-flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes custom-flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes grow-width {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
@-moz-keyframes grow-width {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
@-ms-keyframes grow-width {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
@-o-keyframes grow-width {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
@keyframes grow-width {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width);
  }
}
.text-effect-rotatex-in {
  perspective: 4000px;
}
.text-effect-slide-in .pxl-line, .text-effect-slide-out .pxl-line {
  overflow: hidden;
  display: inline-flex !important;
  flex-wrap: wrap;
}
.text-effect-slide-in .pxl-word, .text-effect-slide-out .pxl-word {
  overflow: hidden;
  display: inline-flex !important;
}
.text-effect-slide-in .pxl-char, .text-effect-slide-out .pxl-char {
  overflow: hidden;
  display: inline-flex !important;
}
@-webkit-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
@-moz-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
@-ms-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
@-o-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 100%;
  }
}
.text-underline-slide {
  animation: textUnderlineSlide 0.75s ease-in-out forwards;
  -webkit-animation: textUnderlineSlide 0.75s ease-in-out forwards;
}
.textUnderlineSlide.animated {
  -webkit-animation-name: textUnderlineSlide;
  animation-name: textUnderlineSlide;
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(var(--pxl-rotate));
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(var(--pxl-rotate));
  }
}
@-ms-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(var(--pxl-rotate));
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(var(--pxl-rotate));
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(var(--pxl-rotate));
  }
}
.spin-animated {
  --pxl-rotate: 360deg;
  -webkit-animation: spin 20s linear infinite;
  -khtml-animation: spin 20s linear infinite;
  -moz-animation: spin 20s linear infinite;
  -ms-animation: spin 20s linear infinite;
  -o-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}
@-webkit-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@-moz-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@-ms-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@-o-keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
@keyframes circular-motion {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(var(--pxl-translate-x), 0px) rotate(var(--pxl-rotate));
  }
  40% {
    transform: translate(0px, calc(-1 * var(--pxl-translate-y))) rotate(calc(-1 * var(--pxl-rotate)));
  }
  60% {
    transform: translate(calc(-1 * var(--pxl-translate-x)), 0px) rotate(var(--pxl-rotate));
  }
  80% {
    transform: translate(0px, var(--pxl-translate-y)) rotate(calc(-1 * var(--pxl-rotate)));
  }
}
.pxl-circular-motion, .widget.widget_search .search-submit:hover svg, .no-results .page-content .search-submit:hover:hover svg {
  --pxl-translate-x: 5px;
  --pxl-translate-y: 5px;
  --pxl-rotate: 1.5deg;
  -webkit-animation: circular-motion 3.5s linear infinite;
  -khtml-animation: circular-motion 3.5s linear infinite;
  -moz-animation: circular-motion 3.5s linear infinite;
  -ms-animation: circular-motion 3.5s linear infinite;
  -o-animation: circular-motion 3.5s linear infinite;
  animation: circular-motion 3.5s linear infinite;
}
@keyframes zoomInOut {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.85;
  }
}
.zoom-in-out-animated {
  animation: zoomInOut 10s ease-in-out infinite;
  -webkit-animation: zoomInOut 10s ease-in-out infinite;
}
@keyframes ring {
  0% {
    transform: rotate3d(0, 0, 1, 0);
  }
  4%, 8%, 12%, 16%, 20% {
    transform: rotate3d(0, 0, 1, 2.5deg);
  }
  6%, 10%, 14%, 18%, 22% {
    transform: rotate3d(0, 0, 1, -2.5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0);
  }
}
.ring-animated {
  -webkit-animation: ring 5s linear infinite;
  -khtml-animation: ring 5s linear infinite;
  -moz-animation: ring 5s linear infinite;
  -ms-animation: ring 5s linear infinite;
  -o-animation: ring 5s linear infinite;
  animation: ring 5s linear infinite;
}
@keyframes slide-to-slide {
  0%, 100% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}
.slide-ltr-animated {
  --pxl-translate-x: 100px;
  --pxl-translate-y: 0;
  animation: slide-to-slide 10s linear infinite;
  -webkit-animation: slide-to-slide 10s linear infinite;
}
.slide-rtl-animated {
  --pxl-translate-x: -100px;
  --pxl-translate-y: 0;
  animation: slide-to-slide 10s linear infinite;
  -webkit-animation: slide-to-slide 10s linear infinite;
}
.slide-ttb-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 100px;
  animation: slide-to-slide 10s linear infinite;
  -webkit-animation: slide-to-slide 10s linear infinite;
}
.slide-btt-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -100px;
  animation: slide-to-slide 10s linear infinite;
  -webkit-animation: slide-to-slide 10s linear infinite;
}
@keyframes swing {
  0%, 100% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
}
.swing-animated {
  animation: swing 10s linear infinite;
  -webkit-animation: swing 10s linear infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.85;
  }
}
.pulse {
  animation: pulse 1.5s ease-in-out infinite;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
}
.pulse.product {
  pointer-events: none;
}
@-webkit-keyframes draw {
  0% {
    stroke: currentColor;
    stroke-width: 1px;
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  60% {
    stroke-dasharray: 100% 0;
    stroke-dashoffset: 0;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke: currentColor;
    fill: currentColor;
    color: currentColor;
  }
}
@-moz-keyframes draw {
  0% {
    stroke: currentColor;
    stroke-width: 1px;
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  60% {
    stroke-dasharray: 100% 0;
    stroke-dashoffset: 0;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke: currentColor;
    fill: currentColor;
    color: currentColor;
  }
}
@-ms-keyframes draw {
  0% {
    stroke: currentColor;
    stroke-width: 1px;
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  60% {
    stroke-dasharray: 100% 0;
    stroke-dashoffset: 0;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke: currentColor;
    fill: currentColor;
    color: currentColor;
  }
}
@-o-keyframes draw {
  0% {
    stroke: currentColor;
    stroke-width: 1px;
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  60% {
    stroke-dasharray: 100% 0;
    stroke-dashoffset: 0;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke: currentColor;
    fill: currentColor;
    color: currentColor;
  }
}
@keyframes draw {
  0% {
    stroke: currentColor;
    stroke-width: 1px;
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }
  60% {
    stroke-dasharray: 100% 0;
    stroke-dashoffset: 0;
    fill: transparent;
    color: transparent;
  }
  100% {
    stroke: currentColor;
    fill: currentColor;
    color: currentColor;
  }
}
.draw {
  -webkit-animation: draw 5s ease infinite;
  -khtml-animation: draw 5s ease infinite;
  -moz-animation: draw 5s ease infinite;
  -ms-animation: draw 5s ease infinite;
  -o-animation: draw 5s ease infinite;
  animation: draw 5s ease infinite;
}
@keyframes slideLoading {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@-webkit-keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}
@-moz-keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}
@-ms-keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}
@-o-keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}
@keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}
@-webkit-keyframes linkUnderlineSlideRevert {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  55% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@-moz-keyframes linkUnderlineSlideRevert {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  55% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@-ms-keyframes linkUnderlineSlideRevert {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  55% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@-o-keyframes linkUnderlineSlideRevert {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  55% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@keyframes linkUnderlineSlideRevert {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  55% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@-webkit-keyframes slide-zoom-in {
  from {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}
@-moz-keyframes slide-zoom-in {
  from {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}
@-ms-keyframes slide-zoom-in {
  from {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}
@-o-keyframes slide-zoom-in {
  from {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}
@keyframes slide-zoom-in {
  from {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}
@-webkit-keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width, 100%);
  }
}
@-moz-keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width, 100%);
  }
}
@-ms-keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width, 100%);
  }
}
@-o-keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width, 100%);
  }
}
@keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: var(--pxl-width, 100%);
  }
}
.growWidth.animated {
  -webkit-animation-name: growWidth;
  animation-name: growWidth;
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-ms-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-o-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.bounce-top.animated {
  -webkit-animation-name: bounce-top;
  animation-name: bounce-top;
}
@-webkit-keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@-ms-keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@-o-keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@keyframes rollingBounce {
  0% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(calc(var(--pxl-translate-x) / 6.25)) translateY(var(--pxl-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(calc(var(--pxl-translate-x) / 12.5)) translateY(var(--pxl-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(var(--pxl-translate-x) / 25) translateY(var(--pxl-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(var(--pxl-translate-x) / 50) translateY(var(--pxl-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
.rollingBounce.animated {
  -webkit-animation-name: rollingBounce;
  animation-name: rollingBounce;
  animation-duration: 2000ms;
  -webkit-animation-duration: 2000ms;
}
.rollingBounce.animated.ttb {
  --pxl-translate-y: -200px;
}
.rollingBounce.animated.rtl {
  --pxl-translate-x: 200px;
}
.rollingBounce.animated.btt {
  --pxl-translate-y: 200px;
}
.rollingBounce.animated.ltr {
  --pxl-translate-x: -200px;
}
@keyframes zoom {
  from {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y)) scale(0);
  }
  to {
    transform: translate(0, 0) scale(1);
  }
}
.zoomInUp.animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}
.zoomInDown.animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}
.zoomInLeft.animated {
  --pxl-translate-x: 100%;
  --pxl-translate-y: 0;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}
.zoomInRight.animated {
  --pxl-translate-x: -100%;
  --pxl-translate-y: 0;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}
.zoomInUpLeft.animated {
  --pxl-translate-x: 100%;
  --pxl-translate-y: 100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}
.zoomInUpRight.animated {
  --pxl-translate-x: -100%;
  --pxl-translate-y: 100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}
.zoomInDownLeft.animated {
  --pxl-translate-x: 100%;
  --pxl-translate-y: -100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}
.zoomInDownRight.animated {
  --pxl-translate-x: -100%;
  --pxl-translate-y: -100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}
@-webkit-keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@-moz-keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@-ms-keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@-o-keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rolling {
  from {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) rotate(var(--pxl-rotate));
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
.rollingIn.animated {
  animation-name: rolling;
  -webkit-animation-name: rolling;
}
.rollingInRight.animated {
  --pxl-translate-x: 400%;
  --pxl-rotate: 360deg;
  animation-name: rolling;
  -webkit-animation-name: rolling;
}
.rollingInLeft.animated {
  --pxl-translate-x: -400%;
  --pxl-rotate: -360deg;
  animation-name: rolling;
  -webkit-animation-name: rolling;
}
.rollingInUp.animated {
  --pxl-translate-y: -400%;
  --pxl-rotate: -360deg;
  animation-name: rolling;
  -webkit-animation-name: rolling;
}
.rollingInDown.animated {
  --pxl-translate-y: 400%;
  --pxl-rotate: 360deg;
  animation-name: rolling;
  -webkit-animation-name: rolling;
}
@keyframes revealIn {
  0% {
    clip-path: inset(100% 100% 100% 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealIn.animated {
  animation-name: revealIn;
  -webkit-animation-name: revealIn;
}
@keyframes revealInRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInRight.animated {
  animation-name: revealInRight;
  -webkit-animation-name: revealInRight;
}
@keyframes revealInLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInLeft.animated {
  animation-name: revealInLeft;
  -webkit-animation-name: revealInLeft;
}
@keyframes revealInUp {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInUp.animated {
  animation-name: revealInUp;
  -webkit-animation-name: revealInUp;
}
@keyframes revealInDown {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInDown.animated {
  animation-name: revealInDown;
  -webkit-animation-name: revealInDown;
}
@keyframes revealInVertical {
  0% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInVertical.animated {
  animation-name: revealInVertical;
  -webkit-animation-name: revealInVertical;
}
@keyframes revealInHorizontal {
  0% {
    clip-path: inset(0% 50% 0% 50%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.revealInHorizontal.animated {
  animation-name: revealInHorizontal;
  -webkit-animation-name: revealInHorizontal;
}
@keyframes revealImageIn {
  0% {
    clip-path: inset(100% 100% 100% 100%);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageIn.animated {
  animation-name: revealImageIn;
  -webkit-animation-name: revealImageIn;
}
@keyframes revealImageInRight {
  0% {
    clip-path: inset(0 100% 0 0);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInRight.animated {
  animation-name: revealImageInRight;
  -webkit-animation-name: revealImageInRight;
}
@keyframes revealImageInLeft {
  0% {
    clip-path: inset(0 0 0 100%);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInLeft.animated {
  animation-name: revealImageInLeft;
  -webkit-animation-name: revealImageInLeft;
}
@keyframes revealImageInUp {
  0% {
    clip-path: inset(0 0 100% 0);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInUp.animated {
  animation-name: revealImageInUp;
  -webkit-animation-name: revealImageInUp;
}
@keyframes revealImageInDown {
  0% {
    clip-path: inset(100% 0 0 0);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInDown.animated {
  animation-name: revealImageInDown;
  -webkit-animation-name: revealImageInDown;
}
@keyframes revealImageInVertical {
  0% {
    clip-path: inset(50% 0 50% 0);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInVertical.animated {
  animation-name: revealImageInVertical;
  -webkit-animation-name: revealImageInVertical;
}
@keyframes revealImageInHorizontal {
  0% {
    clip-path: inset(0% 50% 0% 50%);
    scale: 0.85;
  }
  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}
.revealImageInHorizontal.animated {
  animation-name: revealImageInHorizontal;
  -webkit-animation-name: revealImageInHorizontal;
}
@-webkit-keyframes slide {
  from {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y));
  }
  to {
    transform: translate(0, 0);
  }
}
@-moz-keyframes slide {
  from {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y));
  }
  to {
    transform: translate(0, 0);
  }
}
@-ms-keyframes slide {
  from {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y));
  }
  to {
    transform: translate(0, 0);
  }
}
@-o-keyframes slide {
  from {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y));
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes slide {
  from {
    transform: translate(var(--pxl-translate-x), var(--pxl-translate-y));
  }
  to {
    transform: translate(0, 0);
  }
}
.slideUp.animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -100%;
  animation-name: slide;
  -webkit-animation-name: slide;
}
.slideLeft.animated {
  --pxl-translate-x: -100%;
  --pxl-translate-y: 0;
  animation-name: slide;
  -webkit-animation-name: slide;
}
.slideRight.animated {
  --pxl-translate-x: 100%;
  --pxl-translate-y: 0;
  animation-name: slide;
  -webkit-animation-name: slide;
}
.slideDown.animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 100%;
  animation-name: slide;
  -webkit-animation-name: slide;
}
@keyframes revealCircle {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
.revealCircle.animated {
  animation-name: revealCircle;
  -webkit-animation-name: revealCircle;
}
@keyframes revealImageCircle {
  0% {
    clip-path: circle(0% at 50% 50%);
    scale: 0.85;
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    scale: 1;
  }
}
.revealImageCircle.animated {
  animation-name: revealImageCircle;
  -webkit-animation-name: revealImageCircle;
}
@-webkit-keyframes floating1 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}
@-moz-keyframes floating1 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}
@-ms-keyframes floating1 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}
@-o-keyframes floating1 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}
@keyframes floating1 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}
.floating1 {
  animation: floating1 10s linear infinite;
}
@-webkit-keyframes floating2 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}
@-moz-keyframes floating2 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}
@-ms-keyframes floating2 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}
@-o-keyframes floating2 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}
@keyframes floating2 {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }
  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }
  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}
.floating2 {
  animation: floating2 10s linear infinite;
}
@-webkit-keyframes floating {
  from {
    transform: translateX(calc(-1 * (--pxl-translate-x))) translateY(calc(-1 * (--pxl-translate-y))) scale(1);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) scale(1.05);
  }
}
@-moz-keyframes floating {
  from {
    transform: translateX(calc(-1 * (--pxl-translate-x))) translateY(calc(-1 * (--pxl-translate-y))) scale(1);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) scale(1.05);
  }
}
@-ms-keyframes floating {
  from {
    transform: translateX(calc(-1 * (--pxl-translate-x))) translateY(calc(-1 * (--pxl-translate-y))) scale(1);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) scale(1.05);
  }
}
@-o-keyframes floating {
  from {
    transform: translateX(calc(-1 * (--pxl-translate-x))) translateY(calc(-1 * (--pxl-translate-y))) scale(1);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) scale(1.05);
  }
}
@keyframes floating {
  from {
    transform: translateX(calc(-1 * (--pxl-translate-x))) translateY(calc(-1 * (--pxl-translate-y))) scale(1);
  }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)) scale(1.05);
  }
}
.floating {
  animation: floating 10s linear infinite;
}
.floating.x {
  --pxl-translate-x: 30px;
  --pxl-translate-y: 0;
}
.floating.y {
  --pxl-translate-x: 0;
  --pxl-translate-y: 30px;
}
.hover-tilt {
  transform-style: preserve-3d;
  transform: perspective(500px);
  transition: all var(--pxl-transition-duration) linear, transform 0s !important;
}
.hover-tilt * {
  transform: translateZ(80px);
}
.hover-3d-cube-flip {
  --pxl-translate-z: 17px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  transition: var(--pxl-transition-duration) linear;
}
.hover-3d-cube-flip > a {
  display: block;
  position: relative;
  z-index: 99;
  pointer-events: auto;
}
.hover-3d-cube-flip * {
  opacity: 0;
}
.hover-3d-cube-flip::before, .hover-3d-cube-flip::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: inherit;
  pointer-events: none;
}
.hover-3d-cube-flip::before {
  color: #fff;
  transform: rotateX(90deg) translateZ(var(--pxl-translate-z));
}
.hover-3d-cube-flip::after {
  color: #d7ff37;
  transform: translateZ(var(--pxl-translate-z));
}
.hover-3d-cube-flip:hover, .hover-parent:hover .hover-3d-cube-flip, .hover-parent.active .hover-3d-cube-flip {
  transform: rotateX(0deg);
}
.hover-fade-in-up:hover {
  animation: fadeInUp 0.25s linear forwards;
  -webkit-animation: fadeInUp 0.25s linear forwards;
}
.image--default {
  --pxl-scale: 1.15;
  --pxl-transition-duration: 0.5s;
  overflow: hidden;
}
.image--default img {
  transition: var(--pxl-transition-duration) ease;
}
.image--default:hover img, .pxl-post-item:hover .image--default img, .pxl-product-item:hover .image--default img {
  transform: scale(var(--pxl-scale)) rotate(5deg);
}
.image--parallax {
  overflow: hidden;
  pointer-events: visible;
  cursor: pointer;
}
.image--parallax img {
  transition: 0s !important;
}
.image--distortion-transition {
  position: relative;
}
.image--distortion-transition > a, .image--distortion-transition > img {
  display: block;
  position: relative;
  z-index: 9;
  height: 100%;
  opacity: 0;
}
.image--distortion-transition canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.image--overlay-blur {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
.image--overlay-blur::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  background-color: rgba(255, 255, 255, .1);
  backdrop-filter: blur(6.5px);
  opacity: 0;
  transition: opacity 0.3s linear;
}
.image--overlay-blur:hover::before {
  opacity: 1;
}
.image--overlay-fade--x {
  position: relative;
}
.image--overlay-fade--x::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}
.image--overlay-fade--x:hover::before, .pxl-post-item:hover .image--overlay-fade--x::before, .pxl-product-item:hover .image--overlay-fade--x::before {
  animation: custom-anim1 0.75s linear forwards;
  -webkit-animation: custom-anim1 0.75s linear forwards;
}
.image--overlay-fade--y {
  position: relative;
}
.image--overlay-fade--y::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}
.image--overlay-fade--y:hover::before, .pxl-post-item:hover .image--overlay-fade--y::before, .pxl-product-item:hover .image--overlay-fade--y::before {
  animation: custom-anim2 0.75s linear forwards;
  -webkit-animation: custom-anim2 0.75s linear forwards;
}
.image--flashing:hover img, .pxl-post-item:hover .image--flashing img, .pxl-product-item:hover .image--flashing img {
  -webkit-animation: custom-flash 1s ease-in-out;
  animation: custom-flash 1s ease-in-out;
}
.image--overlay-shine {
  position: relative;
}
.image--overlay-shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: left 0.75s ease;
  pointer-events: none;
}
.image--overlay-shine:hover::before, .pxl-post-item:hover .image--overlay-shine::before, .pxl-product-item:hover .image--overlay-shine::before {
  left: 125%;
}
.hover-text-default {
  transition: 0.25s linear;
}
.hover-text-default > a {
  color: inherit;
  transition: none;
}
.hover-text-default:hover, .hover-parent:hover .hover-text-default {
  color: var(--color-primary);
}
.hover-text-underline {
  --pxl-height: 2px;
  transition: 0.25s linear;
}
.hover-text-underline:hover, .hover-parent:hover .hover-text-underline {
  text-decoration: underline var(--pxl-height) currentColor;
}
.hover-text-fill {
  --link-color: currentcolor;
  --link-color-hover: var(--color-primary);
  position: relative;
  display: inline-block;
  color: var(--link-color);
  overflow: hidden;
  background: linear-gradient(to right, var(--link-color-hover), var(--link-color-hover) 50%, var(--link-color) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
}
.hover-text-fill:hover, .hover-parent:hover .hover-text-fill {
  background-position: 0 100%;
}
.hover-box-default:hover {
  background-color: #000;
}
.hover-spotlight-scale {
  position: relative;
  overflow: hidden;
}
.hover-spotlight-scale .item-spotlight {
  position: absolute;
  width: 25px;
  height: 25px;
  scale: 0;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  background-color: var(--color-tertiary);
  z-index: 0;
}
.hover-link-underline-slide > .menu-text::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  background-color: currentColor;
}
.hover-link-underline-slide:hover > .menu-text::after, .hover-link-underline-slide.active > .menu-text::after, .menu-item:hover .hover-link-underline-slide > .menu-text::after, .menu-item.active .hover-link-underline-slide > .menu-text::after, .current-menu-parent .hover-link-underline-slide > .menu-text::after, .current_page_item .hover-link-underline-slide > .menu-text::after, .hover-link-underline-slide.pxl-onepage-active > .menu-text::after, .current-menu-item .hover-link-underline-slide > .menu-text::after {
  width: 100%;
  left: 0;
  right: auto;
}
.hover-popup-dot {
  position: relative;
}
.hover-popup-dot::before {
  --pxl-box-size: 8px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  scale: 0;
  transition: inherit;
}
.hover-popup-dot:hover, .hover-popup-dot.active, .menu-item:hover .hover-popup-dot, .menu-item.active .hover-popup-dot, .current-menu-parent .hover-popup-dot, .current_page_item .hover-popup-dot, .hover-popup-dot.pxl-onepage-active, .current-menu-item .hover-popup-dot {
  color: var(--link-color-hover);
  padding-left: 14px;
}
.hover-popup-dot:hover::before, .hover-popup-dot.active::before, .menu-item:hover .hover-popup-dot::before, .menu-item.active .hover-popup-dot::before, .current-menu-parent .hover-popup-dot::before, .current_page_item .hover-popup-dot::before, .hover-popup-dot.pxl-onepage-active::before, .current-menu-item .hover-popup-dot::before {
  scale: 1;
}
.hover-box-shadow-underfoot .box-item {
  position: relative;
  --pxl-width: 100%;
  --pxl-height: 30px;
  --pxl-background-color: rgba(0, 0, 0, .25);
  -webkit-transition: opacity 0.25s linear, transform 0.25s linear;
  -khtml-transition: opacity 0.25s linear, transform 0.25s linear;
  -moz-transition: opacity 0.25s linear, transform 0.25s linear;
  -ms-transition: opacity 0.25s linear, transform 0.25s linear;
  -o-transition: opacity 0.25s linear, transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear;
}
.hover-box-shadow-underfoot .box-item::after {
  content: '';
  width: var(--pxl-width);
  height: var(--pxl-height);
  border-radius: 50%;
  background-color: var(--pxl-background-color);
  filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.25s linear, transform 0.25s linear;
  opacity: 0;
}
.hover-box-shadow-underfoot:hover .box-item {
  transform: translateY(calc(-1 * var(--pxl-height)));
}
.hover-box-shadow-underfoot:hover .box-item::after {
  opacity: 1;
  transform: translateY(calc(5px + var(--pxl-height)));
}
.hover-text-slide-ttb {
  position: relative;
  display: block;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hover-text-slide-ttb::after {
  display: inherit;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  color: red;
}
.hover-text-slide-ttb:hover::after {
  height: 100%;
}
.hover-scale-fill {
  position: relative;
  -webkit-transition: scale 0.25s linear;
  -khtml-transition: scale 0.25s linear;
  -moz-transition: scale 0.25s linear;
  -ms-transition: scale 0.25s linear;
  -o-transition: scale 0.25s linear;
  transition: scale 0.25s linear;
}
.hover-scale-fill svg, .hover-scale-fill i {
  position: relative;
  z-index: 9;
}
.hover-scale-fill::before {
  content: '';
  scale: 0;
  background-color: #fff;
  transition: inherit;
  border-radius: inherit;
}
.hover-scale-fill:hover::before {
  scale: 1;
}
.hover-scale-outline {
  position: relative;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hover-scale-outline svg, .hover-scale-outline i {
  position: relative;
  z-index: 9;
}
.hover-scale-outline::before {
  content: '';
  position: absolute;
  inset: 1px;
  scale: 0;
  background-color: #fff;
  transition: inherit;
  border-radius: inherit;
}
.hover-scale-outline:hover {
  color: var(--link-color-hover);
}
.hover-scale-outline:hover::before {
  scale: 1;
}
.image--transition {
  position: relative;
}
.image--transition .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.image--transition .pxl-image-group {
  display: block;
}
.image--transition .pxl-image-group img {
  object-fit: cover;
}
.image--transition .pxl-image-group img.image-back, .image--transition .pxl-image-group img.map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.hover-slide-fill {
  position: relative;
  overflow: hidden;
}
.hover-slide-fill.in-top::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: 0.25s;
  background-color: var(--color-tertiary);
  border-radius: inherit;
}
.hover-slide-fill.in-top:hover {
  color: #fff;
}
.hover-slide-fill.in-top:hover::before {
  height: 100%;
}
.hover-animation-flipX:hover > svg, .pxl-icon-box-wrapper:hover .hover-animation-flipX > svg, .hover-animation-flipX:hover > i, .pxl-icon-box-wrapper:hover .hover-animation-flipX > i {
  animation: flipX 0.5s linear forwards;
  -webkit-animation: flipX 0.5s linear forwards;
}
.hover-animation-flipY:hover > svg, .pxl-icon-box-wrapper:hover .hover-animation-flipY > svg, .hover-animation-flipY:hover > i, .pxl-icon-box-wrapper:hover .hover-animation-flipY > i {
  animation: flipY 0.5s linear forwards;
  -webkit-animation: flipY 0.5s linear forwards;
}
.hover-animation-shrink-expand:hover > svg, .pxl-icon-box-wrapper:hover .hover-animation-shrink-expand > svg, .hover-animation-shrink-expand:hover > i, .pxl-icon-box-wrapper:hover .hover-animation-shrink-expand > i {
  animation: shrink-expand 0.5s linear forwards;
  -webkit-animation: shrink-expand 0.5s linear forwards;
}
.hover-animation-grow-normalize:hover > svg, .pxl-icon-box-wrapper:hover .hover-animation-grow-normalize > svg, .hover-animation-grow-normalize:hover > i, .pxl-icon-box-wrapper:hover .hover-animation-grow-normalize > i {
  animation: grow-normalize 0.5s linear infinite;
  -webkit-animation: grow-normalize 0.5s linear infinite;
}
.hover-animation-rotate-zoom-in:hover > svg, .pxl-icon-box-wrapper:hover .hover-animation-rotate-zoom-in > svg, .hover-animation-rotate-zoom-in:hover > i, .pxl-icon-box-wrapper:hover .hover-animation-rotate-zoom-in > i {
  animation: rotate-zoom-in 0.5s ease forwards;
  -webkit-animation: rotate-zoom-in 0.5s ease forwards;
}
.pxl-header {
  position: static;
}
.pxl-header.default .container {
  max-width: 1822px;
}
.pxl-header.elementor .header-desktop .header-inner, .pxl-header.elementor .elementor-editor-active .pxl-navigation-menu .header-inner, .elementor-editor-active .pxl-header.elementor .pxl-navigation-menu .header-inner, .pxl-header.elementor .elementor-editor-preview .pxl-navigation-menu .header-inner, .elementor-editor-preview .pxl-header.elementor .pxl-navigation-menu .header-inner, .pxl-header.elementor .header-sticky .header-inner {
  display: block;
  background-color: transparent;
}
.pxl-header.elementor .container {
  max-width: 100%;
  padding: 0;
}
.pxl-header.elementor .header-mobile .container {
  padding-inline: 15px;
}
.pxl-header ul {
  list-style: none;
  margin: 0;
}
.pxl-header .header-inner {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.pxl-header .site-logo img {
  width: auto;
  height: 36px;
}
.pxl-menu-main {
  position: static;
}
.pxl-menu-main .sub-menu {
  z-index: 999;
}
.pxl-menu-main > li {
  text-transform: uppercase;
}
.pxl-menu-main li {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.625;
  font-family: var(--font-primary);
}
.pxl-menu-main li .drop-down {
  display: none;
}
.pxl-menu-main li.menu-item-has-children > a .drop-down {
  display: inline-block;
  transition: transform 0.3s linear;
}
.pxl-menu-main li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  transition: all 0.3s linear;
}
.pxl-menu-main li:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 1199px) {
  .header-desktop, .elementor-editor-active .pxl-navigation-menu, .elementor-editor-preview .pxl-navigation-menu, .header-sticky {
    display: none;
  }
}
.header-desktop .pxl-menu-main, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main, .header-sticky .pxl-menu-main {
  display: flex;
  gap: 30px;
}
.header-desktop .pxl-menu-main > li > a, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main > li > a, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main > li > a, .header-sticky .pxl-menu-main > li > a {
  height: 100px;
}
.header-desktop .pxl-menu-main li, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li, .header-sticky .pxl-menu-main li {
  position: relative;
  display: flex;
  align-items: center;
}
.header-desktop .pxl-menu-main li.menu-item-has-children:hover > a .drop-down, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li.menu-item-has-children:hover > a .drop-down, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li.menu-item-has-children:hover > a .drop-down, .header-sticky .pxl-menu-main li.menu-item-has-children:hover > a .drop-down {
  transform: scaleY(-1);
}
.header-desktop .pxl-menu-main li.pxl-megamenu, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li.pxl-megamenu, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li.pxl-megamenu, .header-sticky .pxl-menu-main li.pxl-megamenu {
  position: static;
}
.header-desktop .pxl-menu-main li .sub-menu, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li .sub-menu, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li .sub-menu, .header-sticky .pxl-menu-main li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  padding-block: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background-color: #fff;
}
.header-desktop .pxl-menu-main li .sub-menu .sub-menu, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li .sub-menu .sub-menu, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li .sub-menu .sub-menu, .header-sticky .pxl-menu-main li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.header-desktop .pxl-menu-main li .sub-menu.submenu-reverse:not(.pxl-mega-menu), .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li .sub-menu.submenu-reverse:not(.pxl-mega-menu), .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li .sub-menu.submenu-reverse:not(.pxl-mega-menu), .header-sticky .pxl-menu-main li .sub-menu.submenu-reverse:not(.pxl-mega-menu) {
  left: auto !important;
  right: 100% !important;
}
.header-desktop .pxl-menu-main li .sub-menu.pxl-mega-menu, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li .sub-menu.pxl-mega-menu, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li .sub-menu.pxl-mega-menu, .header-sticky .pxl-menu-main li .sub-menu.pxl-mega-menu {
  padding: 0;
  width: 100%;
  background-color: transparent;
  pointer-events: none;
}
.header-desktop .pxl-menu-main li .sub-menu > li, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li .sub-menu > li, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li .sub-menu > li, .header-sticky .pxl-menu-main li .sub-menu > li {
  text-transform: uppercase;
}
.header-desktop .pxl-menu-main li .sub-menu > li > a, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li .sub-menu > li > a, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li .sub-menu > li > a, .header-sticky .pxl-menu-main li .sub-menu > li > a {
  padding: 5px 30px;
  justify-content: space-between;
  gap: 0;
}
.header-desktop .pxl-menu-main li .sub-menu > li > a > span, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li .sub-menu > li > a > span, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li .sub-menu > li > a > span, .header-sticky .pxl-menu-main li .sub-menu > li > a > span {
  margin-right: 8px;
}
.header-desktop .pxl-menu-main li .sub-menu > li > a::before, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li .sub-menu > li > a::before, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li .sub-menu > li > a::before, .header-sticky .pxl-menu-main li .sub-menu > li > a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s linear;
}
.header-desktop .pxl-menu-main li .sub-menu > li:hover > a::before, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li .sub-menu > li:hover > a::before, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li .sub-menu > li:hover > a::before, .header-sticky .pxl-menu-main li .sub-menu > li:hover > a::before {
  width: 16px;
  margin-right: 8px;
}
.header-desktop .pxl-menu-main li:hover > .sub-menu, .elementor-editor-active .pxl-navigation-menu .pxl-menu-main li:hover > .sub-menu, .elementor-editor-preview .pxl-navigation-menu .pxl-menu-main li:hover > .sub-menu, .header-sticky .pxl-menu-main li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-mobile {
  display: none;
  -webkit-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -khtml-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -moz-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -ms-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -o-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
}
@media screen and (max-width: 1199px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .header-inner {
  min-height: 80px;
}
.header-mobile .mobile-sidebar {
  pointer-events: none;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  transform: translateX(-100%);
  transition: transform 0.3s ease 0.3s;
}
.header-mobile .mobile-sidebar.active {
  transform: translateX(0);
  pointer-events: auto;
}
.header-mobile .mobile-sidebar.active .button-close {
  width: 25px;
}
.header-mobile .mobile-sidebar.active .button-close .button__icon {
  transform: rotate(-90deg) scale(-1);
}
.header-mobile .mobile-sidebar .sidebar-wrap {
  width: 320px;
  height: 100vh;
  padding: 45px 30px;
  overflow-y: scroll;
}
.header-mobile .mobile-sidebar .sidebar-inner .site-logo {
  margin-bottom: 30px;
}
.header-mobile .mobile-sidebar .sidebar-inner .search-form {
  position: relative;
  margin-bottom: 45px;
}
.header-mobile .mobile-sidebar .sidebar-inner .search-form .search-field {
  padding-inline: 15px 55px;
}
.header-mobile .mobile-sidebar .sidebar-inner .search-form .search-submit {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
}
.header-mobile .mobile-sidebar .sidebar-inner .search-form .search-submit svg {
  width: 18px;
  height: auto;
}
.header-mobile .mobile-sidebar .sidebar-inner .search-form .search-submit:hover {
  background-color: var(--color-tertiary);
}
.header-mobile .mobile-sidebar .sidebar-inner .pxl-menu-main li.menu-item-has-children.active > a .drop-down {
  transform: scaleY(-1);
}
.header-mobile .mobile-sidebar .sidebar-inner .pxl-menu-main a {
  justify-content: space-between;
  padding-block: 5px;
}
.header-mobile .mobile-sidebar .sidebar-inner .pxl-menu-main > li > .sub-menu > li > a {
  padding-left: 15px;
}
.header-mobile .mobile-sidebar .sidebar-inner .pxl-menu-main > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 30px;
}
.header-mobile .mobile-sidebar .sidebar-inner .pxl-menu-main > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 45px;
}
.header-mobile .mobile-sidebar .sidebar-inner .pxl-menu-main > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 60px;
}
.header-mobile .mobile-sidebar .sidebar-inner .pxl-menu-main > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 85px;
}
.header-mobile .mobile-sidebar .sidebar-inner .pxl-menu-main .sub-menu {
  height: 0;
  overflow: hidden;
}
.header-mobile .mobile-sidebar .button-close {
  position: absolute;
  width: 0;
  height: 80px;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  transform-origin: left center;
  overflow: hidden;
}
.header-mobile .mobile-sidebar .button-close .button__icon {
  transition: transform 0.3s ease 0.6s;
  transform: rotate(-90deg);
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(-105%);
  transition: transform 0.5s ease;
  will-change: transform;
}
.pxl-button.mobile-button-toggle {
  background-color: transparent;
}
.pxl-button.mobile-button-toggle .hamburger {
  overflow: hidden;
  width: 30px;
  height: 21px;
  cursor: pointer;
  position: relative;
}
.pxl-button.mobile-button-toggle .hamburger .line {
  height: 3px;
  position: absolute;
  right: 0;
  border-radius: 3px;
}
.pxl-button.mobile-button-toggle .hamburger .line:before, .pxl-button.mobile-button-toggle .hamburger .line:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 1;
  width: 100%;
  border-radius: 3px;
}
.pxl-button.mobile-button-toggle .hamburger .line:before {
  -webkit-transform: translate3d(100%, 0, 0);
  -khtml-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.pxl-button.mobile-button-toggle .hamburger .line:after {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pxl-button.mobile-button-toggle .hamburger .line.line-1 {
  top: 0;
  width: 22px;
}
.pxl-button.mobile-button-toggle .hamburger .line.line-2 {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.pxl-button.mobile-button-toggle .hamburger .line.line-3 {
  width: 16px;
  bottom: 0;
}
.pxl-button.mobile-button-toggle:hover .line.line-1:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}
.pxl-button.mobile-button-toggle:hover .line.line-1:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.pxl-button.mobile-button-toggle:hover .line.line-2:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}
.pxl-button.mobile-button-toggle:hover .line.line-2:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}
.pxl-button.mobile-button-toggle:hover .line.line-3:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}
.pxl-button.mobile-button-toggle:hover .line.line-3:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}
@-moz-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
#pxl-footer-elementor {
  overflow-x: clip;
}
#pxl-footer-elementor.pxl-footer-hide {
  display: none !important;
}
#pxl-footer-elementor .footer-elementor-inner > .container {
  max-width: 100%;
}
.footer--default {
  padding: 35px 0;
  background-color: #1f1f1f;
  text-align: center;
  color: #fff;
}
.footer--default a {
  color: inherit;
}
.footer--default a:hover {
  color: inherit;
  text-decoration: underline;
}
.grid {
  position: relative;
}
.grid__masonry {
  position: relative;
}
.grid__inner {
  --pxl-width: 33.33333%;
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(-1 * (var(--pxl-spacing-inline) / 2));
  row-gap: var(--pxl-spacing-block);
}
.grid__item {
  flex: 0 1 calc(var(--pxl-width));
  max-width: calc(var(--pxl-width));
  padding-inline: calc(var(--pxl-spacing-inline) / 2);
}
.grid__sizer {
  z-index: -1;
  pointer-events: none;
}
.pagination, .woocommerce-pagination, .woocommerce-pagination {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .pagination, .woocommerce-pagination, .woocommerce-pagination {
    margin-top: 85px;
  }
}
.pagination__inner, __inner.woocommerce-pagination, .woocommerce-pagination__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pagination__inner .page-numbers, __inner.woocommerce-pagination .page-numbers, .woocommerce-pagination__inner .page-numbers {
  position: relative;
  --pxl-box-size: 46px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #252525;
  background-color: #fff;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s linear;
  border: thin solid #ebebeb;
  text-transform: uppercase;
  border-radius: 4px;
}
.pagination__inner .page-numbers.next, __inner.woocommerce-pagination .page-numbers.next, .woocommerce-pagination__inner .page-numbers.next, .pagination__inner .page-numbers.prev, __inner.woocommerce-pagination .page-numbers.prev, .woocommerce-pagination__inner .page-numbers.prev {
  min-width: 100px;
}
.pagination__inner .page-numbers.current, __inner.woocommerce-pagination .page-numbers.current, .woocommerce-pagination__inner .page-numbers.current, .pagination__inner .page-numbers.dots, __inner.woocommerce-pagination .page-numbers.dots, .woocommerce-pagination__inner .page-numbers.dots {
  cursor: not-allowed;
}
.pagination__inner .page-numbers:hover, __inner.woocommerce-pagination .page-numbers:hover, .woocommerce-pagination__inner .page-numbers:hover, .pagination__inner .page-numbers.current, __inner.woocommerce-pagination .page-numbers.current, .woocommerce-pagination__inner .page-numbers.current {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.woocommerce-pagination {
  margin-top: 80px;
}
.woocommerce-pagination__inner .page-numbers.prev svg {
  transform: scaleX(-1);
}
.woocommerce-pagination__inner .page-numbers.next, .woocommerce-pagination__inner .page-numbers.prev {
  min-width: auto;
}
.load-more {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .load-more {
    margin-top: 85px;
  }
}
.load-more__inner {
  display: flex;
  justify-content: center;
}
.load-more__button.button {
  --pxl-background-color: #252525;
  height: 46px;
  color: #252525;
  font-family: "Open Sans";
  text-transform: capitalize;
  padding-inline: 32px;
  border-radius: 4px;
  border: thin solid #ebebeb;
  background-color: #fff;
}
.load-more__button.button:hover {
  color: #fff;
  border-color: #252525;
}
.navigation-show-on-hover .pxl-swiper-button {
  --pxl-translate-x: 30px;
  opacity: 0 !important;
  transform: translateX(var(--pxl-translate-x));
  pointer-events: none;
}
.navigation-show-on-hover .pxl-swiper-button.swiper-button-prev {
  transform: translateX(calc(-1 * var(--pxl-translate-x)));
}
.navigation-show-on-hover:hover .pxl-swiper-button {
  transform: translateX(0);
  opacity: 1 !important;
  pointer-events: auto;
}
.pxl-swiper {
  position: relative;
  pointer-events: auto;
}
.pxl-swiper.swiper-boxshadow .swiper-inner {
  margin-inline: calc(-1 * ((var(--pxl-spacing-inline) / 2) + 50px));
  margin-block: calc(-1 * ((var(--pxl-spacing-block) / 2) + 50px));
  pointer-events: none;
}
.pxl-swiper.swiper-boxshadow .swiper-container {
  padding: 50px;
}
.pxl-swiper.swiper-boxshadow .swiper-slide {
  padding-inline: calc(var(--pxl-spacing-inline) / 2);
  padding-block: calc(var(--pxl-spacing-block) / 2);
  opacity: 0 !important;
  pointer-events: none;
}
.pxl-swiper.swiper-boxshadow .swiper-slide.swiper-slide-visible {
  pointer-events: auto;
  opacity: 1 !important;
}
.pxl-swiper .swiper-inner {
  width: 100%;
}
.pxl-swiper .swiper-slide {
  height: auto;
}
.pxl-swiper, .pxl-slider {
  transition: height 0.25s linear;
  overflow-x: clip;
  margin: 0 auto;
}
.pxl-swiper .swiper-container, .pxl-slider .swiper-container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow-x: clip;
}
.pxl-swiper .swiper-container.swiper-container-vertical, .pxl-slider .swiper-container.swiper-container-vertical {
  overflow: hidden;
}
.pxl-swiper .swiper-container.swiper-container-vertical .swiper-wrapper, .pxl-slider .swiper-container.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.pxl-swiper .swiper-container-fade .swiper-slide, .pxl-slider .swiper-container-fade .swiper-slide {
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transition: var(--pxl-transition-duration) linear !important;
}
.pxl-swiper .swiper-container-fade .swiper-slide.swiper-slide-active, .pxl-slider .swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: visible;
}
.pxl-swiper .swiper-container-fade .swiper-slide.swiper-slide-visible, .pxl-slider .swiper-container-fade .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: visible;
}
.pxl-swiper .swiper-pagination, .pxl-slider .swiper-pagination {
  position: relative;
  width: 100%;
  pointer-events: auto;
}
.pxl-swiper .swiper-pagination.swiper-pagination-bullets, .pxl-slider .swiper-pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 48px 0px 0px 0px;
  padding: 0;
  gap: 9px;
}
.pxl-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .pxl-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  --pxl-box-size: 22px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  opacity: 1;
  color: #8e8e8e;
  background-color: transparent;
  border: thin solid rgba(37, 37, 37, 0);
  transition: all 0.25s linear;
  position: relative;
  cursor: pointer;
  display: inline-block !important;
}
.pxl-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before, .pxl-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background-color: currentColor;
  opacity: 1;
  transition: opacity 0.25s linear;
}
.pxl-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover, .pxl-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover, .pxl-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .pxl-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #252525;
  border-color: #252525;
}
.swiper-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  justify-content: space-between;
  transform: translateY(0);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 999;
  margin-top: 0;
  pointer-events: none;
}
.swiper-navigation.swiper-navigation-hidden {
  display: none;
}
.swiper-navigation.pxl-navigation-carousel {
  gap: 35px;
  margin-top: 0;
}
.swiper-navigation .pxl-swiper-button {
  --pxl-box-size: 48px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: visible;
  position: relative;
  color: #252525;
  transition: all 0.3s linear;
  border: thin solid currentColor;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}
.swiper-navigation .pxl-swiper-button::after {
  content: '';
  display: none;
}
.swiper-navigation .pxl-swiper-button:hover {
  background-color: #252525;
  color: #fff;
}
.swiper-navigation .pxl-swiper-button.swiper-button-disabled {
  pointer-events: visible;
  cursor: not-allowed;
}
.pxl-carousel {
  position: relative;
}
.pxl-carousel__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.pxl-carousel:hover .navigation .navigation__button {
  opacity: 1;
}
.pxl-carousel:hover .navigation .navigation__button.navigation-button__prev, .pxl-carousel:hover .navigation .navigation__button.navigation-button__next {
  transform: translateX(0);
}
.pxl-carousel__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s linear 0.3s;
  z-index: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-carousel__item img {
  width: 100%;
  object-fit: contain;
}
.pxl-carousel__item.is-active {
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
  transition: opacity 0.3s linear 0s;
}
.pxl-carousel__navigation {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: fit-content;
  transform: translateY(-50%);
  z-index: 1000;
  pointer-events: none;
}
.pxl-carousel__navigation .navigation__button {
  --pxl-box-size: 48px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  color: #fff;
  pointer-events: visible;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s linear;
}
.pxl-carousel__navigation .navigation__button.navigation-button__prev {
  transform: translateX(-30px);
}
.pxl-carousel__navigation .navigation__button.navigation-button__next {
  transform: translateX(30px);
}
@media screen and (max-width: 1199px) {
  .pxl-carousel__navigation .navigation__button.navigation-button__prev {
    transform: translateX(-15px);
  }
  .pxl-carousel__navigation .navigation__button.navigation-button__next {
    transform: translateX(15px);
  }
}
.pxl-carousel__navigation .navigation__button:hover {
  background-color: #fff;
  color: #252525;
}
.button, button, .pxl-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  width: fit-content;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: var(--color-primary);
  color: #fff;
  gap: 10px;
}
.button .button__icon, .pxl-button .button__icon, .button .button__text, .pxl-button .button__text {
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.button .button__loader, .pxl-button .button__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.button .button__loader svg path, .pxl-button .button__loader svg path {
  animation: fadeOut 1s ease-in-out infinite;
}
.button .button__loader svg path:nth-of-type(1), .pxl-button .button__loader svg path:nth-of-type(1) {
  animation-delay: 0s;
}
.button .button__loader svg path:nth-of-type(2), .pxl-button .button__loader svg path:nth-of-type(2) {
  animation-delay: 0.09615s;
}
.button .button__loader svg path:nth-of-type(3), .pxl-button .button__loader svg path:nth-of-type(3) {
  animation-delay: 0.19231s;
}
.button .button__loader svg path:nth-of-type(4), .pxl-button .button__loader svg path:nth-of-type(4) {
  animation-delay: 0.28846s;
}
.button .button__loader svg path:nth-of-type(5), .pxl-button .button__loader svg path:nth-of-type(5) {
  animation-delay: 0.38462s;
}
.button .button__loader svg path:nth-of-type(6), .pxl-button .button__loader svg path:nth-of-type(6) {
  animation-delay: 0.48077s;
}
.button .button__loader svg path:nth-of-type(7), .pxl-button .button__loader svg path:nth-of-type(7) {
  animation-delay: 0.57692s;
}
.button .button__loader svg path:nth-of-type(8), .pxl-button .button__loader svg path:nth-of-type(8) {
  animation-delay: 0.67308s;
}
.button .button__loader svg path:nth-of-type(9), .pxl-button .button__loader svg path:nth-of-type(9) {
  animation-delay: 0.76923s;
}
.button .button__loader svg path:nth-of-type(10), .pxl-button .button__loader svg path:nth-of-type(10) {
  animation-delay: 0.86538s;
}
.button .button__loader svg path:nth-of-type(11), .pxl-button .button__loader svg path:nth-of-type(11) {
  animation-delay: 0.96154s;
}
.button .button__loader svg path:nth-of-type(12), .pxl-button .button__loader svg path:nth-of-type(12) {
  animation-delay: 1.05769s;
}
.button .button__loader svg path:nth-of-type(13), .pxl-button .button__loader svg path:nth-of-type(13) {
  animation-delay: 1.15385s;
}
.button.button--loading, .pxl-button.button--loading, .button.is-loading, .pxl-button.is-loading {
  cursor: wait;
  opacity: 0.9;
}
.button.button--loading > *:not(.button__loader, .loader, .button__blobs), .pxl-button.button--loading > *:not(.button__loader, .loader, .button__blobs), .button.is-loading > *:not(.button__loader, .loader, .button__blobs), .pxl-button.is-loading > *:not(.button__loader, .loader, .button__blobs), .button.button--loading::after, .pxl-button.button--loading::after, .button.is-loading::after, .pxl-button.is-loading::after, .button.button--loading::before, .pxl-button.button--loading::before, .button.is-loading::before, .pxl-button.is-loading::before {
  opacity: 0 !important;
  visibility: hidden !important;
}
.button.button--loading .button__loader, .pxl-button.button--loading .button__loader, .button.is-loading .button__loader, .pxl-button.is-loading .button__loader, .button.button--loading .loader, .pxl-button.button--loading .loader, .button.is-loading .loader, .pxl-button.is-loading .loader {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.button.button--primary, .pxl-button.button--primary, .button.button--only-text, .pxl-button.button--only-text, .button.button--only-icon, .pxl-button.button--only-icon {
  height: 52px;
  padding-inline: 34px;
  overflow: hidden !important;
  border-radius: 6px;
}
.button.button--primary:hover .button__blobs > div, .pxl-button.button--primary:hover .button__blobs > div, .button.button--only-text:hover .button__blobs > div, .pxl-button.button--only-text:hover .button__blobs > div, .button.button--only-icon:hover .button__blobs > div, .pxl-button.button--only-icon:hover .button__blobs > div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
.button.button--primary.disabled .button__blobs, .pxl-button.button--primary.disabled .button__blobs, .button.button--only-text.disabled .button__blobs, .pxl-button.button--only-text.disabled .button__blobs, .button.button--only-icon.disabled .button__blobs, .pxl-button.button--only-icon.disabled .button__blobs {
  display: none;
}
.button.button--primary:has(.button__text) .button__blobs, .pxl-button.button--primary:has(.button__text) .button__blobs, .button.button--only-text:has(.button__text) .button__blobs, .pxl-button.button--only-text:has(.button__text) .button__blobs, .button.button--only-icon:has(.button__text) .button__blobs, .pxl-button.button--only-icon:has(.button__text) .button__blobs, .button.button--primary:has(.button__icon) .button__blobs, .pxl-button.button--primary:has(.button__icon) .button__blobs, .button.button--only-text:has(.button__icon) .button__blobs, .pxl-button.button--only-text:has(.button__icon) .button__blobs, .button.button--only-icon:has(.button__icon) .button__blobs, .pxl-button.button--only-icon:has(.button__icon) .button__blobs {
  z-index: 0;
}
.button.button--primary .button__blobs, .pxl-button.button--primary .button__blobs, .button.button--only-text .button__blobs, .pxl-button.button--only-text .button__blobs, .button.button--only-icon .button__blobs, .pxl-button.button--only-icon .button__blobs {
  height: 150%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5px;
  bottom: -3px;
  right: -5px;
  z-index: -1;
}
.button.button--primary .button__blobs > div, .pxl-button.button--primary .button__blobs > div, .button.button--only-text .button__blobs > div, .pxl-button.button--only-text .button__blobs > div, .button.button--only-icon .button__blobs > div, .pxl-button.button--only-icon .button__blobs > div {
  background-color: var(--pxl-background-color);
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 0.5s ease;
}
.button.button--primary .button__blobs > div:nth-child(1), .pxl-button.button--primary .button__blobs > div:nth-child(1), .button.button--only-text .button__blobs > div:nth-child(1), .pxl-button.button--only-text .button__blobs > div:nth-child(1), .button.button--only-icon .button__blobs > div:nth-child(1), .pxl-button.button--only-icon .button__blobs > div:nth-child(1) {
  left: -5%;
}
.button.button--primary .button__blobs > div:nth-child(2), .pxl-button.button--primary .button__blobs > div:nth-child(2), .button.button--only-text .button__blobs > div:nth-child(2), .pxl-button.button--only-text .button__blobs > div:nth-child(2), .button.button--only-icon .button__blobs > div:nth-child(2), .pxl-button.button--only-icon .button__blobs > div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}
.button.button--primary .button__blobs > div:nth-child(3), .pxl-button.button--primary .button__blobs > div:nth-child(3), .button.button--only-text .button__blobs > div:nth-child(3), .pxl-button.button--only-text .button__blobs > div:nth-child(3), .button.button--only-icon .button__blobs > div:nth-child(3), .pxl-button.button--only-icon .button__blobs > div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}
.button.button--secondary, .pxl-button.button--secondary {
  height: 38px;
  border-radius: 100px;
  padding-inline: 23px;
  gap: 10px;
  font-weight: 600;
}
.button.button--secondary .button__icon, .pxl-button.button--secondary .button__icon, .button.button--secondary .icon, .pxl-button.button--secondary .icon {
  position: relative;
}
.button.button--secondary .button__icon--main, .pxl-button.button--secondary .button__icon--main, .button.button--secondary .icon--main, .pxl-button.button--secondary .icon--main {
  transition-delay: 0.15s;
  transform-origin: right top;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.button.button--secondary .button__icon--copy, .pxl-button.button--secondary .button__icon--copy, .button.button--secondary .icon--copy, .pxl-button.button--secondary .icon--copy {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition-delay: 0s;
  transform-origin: left bottom;
  transition: transform 0.3s ease;
}
.button.button--secondary:hover .button__icon--main, .pxl-button.button--secondary:hover .button__icon--main, .button.button--secondary:hover .icon--main, .pxl-button.button--secondary:hover .icon--main {
  transform: scale(0);
  transition-delay: 0s;
}
.button.button--secondary:hover .button__icon--copy, .pxl-button.button--secondary:hover .button__icon--copy, .button.button--secondary:hover .icon--copy, .pxl-button.button--secondary:hover .icon--copy {
  transform: scale(1);
  transition-delay: 0.15s;
}
.button.button--tertiary, .pxl-button.button--tertiary {
  height: 50px;
  background-color: #252525;
  border: thin solid #252525;
  padding-inline: 24px;
  gap: 0;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
}
.button.button--tertiary .button__text, .pxl-button.button--tertiary .button__text {
  padding-right: 34px;
  transition: padding 0.3s ease;
}
.button.button--tertiary .button__icon, .pxl-button.button--tertiary .button__icon {
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
}
.button.button--tertiary .button__icon--main, .pxl-button.button--tertiary .button__icon--main {
  right: 0;
  transform-origin: right center;
  transform: translateY(-50%);
}
.button.button--tertiary .button__icon--copy, .pxl-button.button--tertiary .button__icon--copy {
  left: 0;
  transform-origin: left center;
  transform: translateY(-50%) scale(0);
}
.button.button--tertiary:hover, .pxl-button.button--tertiary:hover {
  background-color: transparent;
  color: #252525;
}
.button.button--tertiary:hover .button__text, .pxl-button.button--tertiary:hover .button__text {
  padding-right: 0;
  padding-left: 34px;
}
.button.button--tertiary:hover .button__icon--main, .pxl-button.button--tertiary:hover .button__icon--main {
  transform: translateY(-50%) scale(0);
}
.button.button--tertiary:hover .button__icon--copy, .pxl-button.button--tertiary:hover .button__icon--copy {
  transform: translateY(-50%) scale(1);
}
.button.button--quaternary, .pxl-button.button--quaternary {
  height: 52px;
  padding-inline: 31px;
  gap: 0;
  border-radius: 40px;
  background-color: #6a3d2d;
  border: thin solid #6a3d2d;
  font-weight: 600;
  font-size: 16px;
}
.button.button--quaternary .button__text, .pxl-button.button--quaternary .button__text {
  padding-right: 34px;
  transition: padding 0.3s ease;
}
.button.button--quaternary .button__icon, .pxl-button.button--quaternary .button__icon {
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
}
.button.button--quaternary .button__icon--main, .pxl-button.button--quaternary .button__icon--main {
  right: 0;
  transform-origin: right center;
  transform: translateY(-50%);
}
.button.button--quaternary .button__icon--copy, .pxl-button.button--quaternary .button__icon--copy {
  left: 0;
  transform-origin: left center;
  transform: translateY(-50%) scale(0);
}
.button.button--quaternary:hover, .pxl-button.button--quaternary:hover {
  background-color: transparent;
  color: #6a3d2d;
}
.button.button--quaternary:hover .button__text, .pxl-button.button--quaternary:hover .button__text {
  padding-right: 0;
  padding-left: 34px;
}
.button.button--quaternary:hover .button__icon--main, .pxl-button.button--quaternary:hover .button__icon--main {
  transform: translateY(-50%) scale(0);
}
.button.button--quaternary:hover .button__icon--copy, .pxl-button.button--quaternary:hover .button__icon--copy {
  transform: translateY(-50%) scale(1);
}
.button.button--link-underline, .pxl-button.button--link-underline {
  --pxl-height: 1px;
  position: relative;
  background-color: transparent;
  background-color: transparent;
  color: #1f1f1f;
  padding-inline: 0;
  height: 28px;
}
.button.button--link-underline .button__icon, .pxl-button.button--link-underline .button__icon, .button.button--link-underline .icon, .pxl-button.button--link-underline .icon {
  position: relative;
}
.button.button--link-underline .button__icon--main, .pxl-button.button--link-underline .button__icon--main, .button.button--link-underline .icon--main, .pxl-button.button--link-underline .icon--main {
  transition-delay: 0.15s;
  transform-origin: right top;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.button.button--link-underline .button__icon--copy, .pxl-button.button--link-underline .button__icon--copy, .button.button--link-underline .icon--copy, .pxl-button.button--link-underline .icon--copy {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition-delay: 0s;
  transform-origin: left bottom;
  transition: transform 0.3s ease;
}
.button.button--link-underline:hover .button__icon--main, .pxl-button.button--link-underline:hover .button__icon--main, .button.button--link-underline:hover .icon--main, .pxl-button.button--link-underline:hover .icon--main {
  transform: scale(0);
  transition-delay: 0s;
}
.button.button--link-underline:hover .button__icon--copy, .pxl-button.button--link-underline:hover .button__icon--copy, .button.button--link-underline:hover .icon--copy, .pxl-button.button--link-underline:hover .icon--copy {
  transform: scale(1);
  transition-delay: 0.15s;
}
.button.button--link-underline::after, .pxl-button.button--link-underline::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--pxl-height);
  transform: scaleX(1);
  transform-origin: right center;
  background-color: currentColor;
}
.button.button--link-underline:hover::after, .pxl-button.button--link-underline:hover::after {
  animation: linkUnderlineSlideRevert 0.5s ease forwards;
  -webkit-animation: linkUnderlineSlideRevert 0.5s ease forwards;
}
.button.button--only-icon, .pxl-button.button--only-icon {
  --pxl-box-size: 50px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  padding: 0;
}
.button.button--load-more, .pxl-button.button--load-more {
  --pxl-background-color: #252525;
  height: 46px;
  border: thin solid #ebebeb;
  border-radius: 4px;
  padding-inline: 32px;
  background-color: #fff;
  color: #252525;
  font-family: var(--font-tertiary);
  text-transform: capitalize;
}
.button.button--load-more:hover, .pxl-button.button--load-more:hover {
  border-color: #252525;
  color: #fff;
}
.button.button--shop-grid, .pxl-button.button--shop-grid {
  color: #e0e0e0;
  background-color: transparent;
  gap: 2px;
}
.button.button--shop-grid .stack, .pxl-button.button--shop-grid .stack {
  height: 23px;
  width: 5px;
  border-radius: 6px;
  background-color: currentColor;
}
.button.button--shop-grid.button--active, .pxl-button.button--shop-grid.button--active, .button.button--shop-grid:hover, .pxl-button.button--shop-grid:hover {
  color: #dd4c20;
}
.button.button--login, .pxl-button.button--login {
  border-radius: 6px;
  height: 52px;
}
.button.button--login .button__icon, .pxl-button.button--login .button__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.button.button--close, .pxl-button.button--close, .button.button--close-deactive, .pxl-button.button--close-deactive {
  --pxl-box-size: 42px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  color: #fff;
  border-color: thin solid currentColor;
  background-color: var(--color-primary);
  color: #fff;
}
.button.button--close:hover .icon-close::before, .pxl-button.button--close:hover .icon-close::before, .button.button--close-deactive:hover .icon-close::before, .pxl-button.button--close-deactive:hover .icon-close::before, .button.button--close:focus .icon-close::before, .pxl-button.button--close:focus .icon-close::before, .button.button--close-deactive:focus .icon-close::before, .pxl-button.button--close-deactive:focus .icon-close::before {
  transform: translate(-50%, -50%) rotate(0);
}
.button.button--close:hover .icon-close::after, .pxl-button.button--close:hover .icon-close::after, .button.button--close-deactive:hover .icon-close::after, .pxl-button.button--close-deactive:hover .icon-close::after, .button.button--close:focus .icon-close::after, .pxl-button.button--close:focus .icon-close::after, .button.button--close-deactive:focus .icon-close::after, .pxl-button.button--close-deactive:focus .icon-close::after {
  transform: translate(-50%, -50%) rotate(0);
}
.button.button--quinary, .pxl-button.button--quinary {
  padding-inline: 30px 78px;
  border-radius: 40px;
  height: 54px;
  background-color: #fff;
  color: #191919;
  font-weight: 600;
  overflow: hidden;
  transition-duration: 0.35s;
}
.button.button--quinary .button__text, .pxl-button.button--quinary .button__text {
  z-index: 99;
}
.button.button--quinary .button__icon, .pxl-button.button--quinary .button__icon {
  --pxl-box-size: 42px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9b292b;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
  right: 6px;
}
.button.button--quinary:hover, .pxl-button.button--quinary:hover {
  background-color: #9b292b;
  color: #fff;
}
.button.button--quinary:hover .button__icon, .pxl-button.button--quinary:hover .button__icon {
  background-color: #fff;
  color: #9b292b;
  transform: translateY(-50%) rotate(45deg);
}
.button.button--back-to-top, .pxl-button.button--back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  line-height: 50px;
  border-radius: 50px;
  z-index: 9999;
  color: #fff;
  background-color: #ff6333;
  font-family: var(--font-secondary);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s linear;
}
@media screen and (max-width: 991px) {
  .button.button--back-to-top, .pxl-button.button--back-to-top {
    right: 25px;
  }
}
.button.button--back-to-top svg, .pxl-button.button--back-to-top svg {
  transform: rotate(-45deg);
}
.button.button--back-to-top.pxl-on, .pxl-button.button--back-to-top.pxl-on {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .button.button--back-to-top.pxl-on, .pxl-button.button--back-to-top.pxl-on {
    bottom: 25px;
  }
}
.admin-bar .sidebar--shop-filter {
  top: 32px;
}
.sidebar .loader svg {
  width: 36px;
}
.sidebar--shopping-cart .sidebar__inner {
  padding: 32px 32px 0;
  height: 100vh;
  overflow-y: scroll;
}
.sidebar--shopping-cart .sidebar__inner:has(.empty) .sidebar__footer {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.sidebar--shopping-cart .sidebar__title {
  margin-bottom: 48px;
}
.sidebar--shopping-cart .sidebar__header {
  margin-bottom: 52px;
}
.sidebar--shopping-cart .sidebar__products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: thin solid #ebebeb;
  color: #1f1f1f;
}
.sidebar--shopping-cart .sidebar__products-header .pxl-cart-count {
  text-transform: uppercase;
}
.sidebar--shopping-cart .sidebar__products-header .cart-empty {
  line-height: 1;
}
.sidebar--shopping-cart .sidebar__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  -khtml-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  -moz-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  -ms-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  -o-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  transition: all 0.5s ease;
  transform: translateY(0);
  pointer-events: auto;
}
.sidebar--shopping-cart .button--close {
  --pxl-box-size: 32px;
  position: absolute;
  right: 16px;
  top: 16px;
  background-color: #fff;
  color: #000;
  background-color: transparent;
}
.sidebar--shopping-cart .button--close .icon-close {
  width: 16px;
  height: 16px;
}
.sidebar--shopping-cart .free-shipping__title {
  text-align: start;
}
.sidebar--shopping-cart .pxl-cart-products {
  list-style: none;
  margin: 0;
  padding-bottom: 321px;
}
.sidebar--shopping-cart .pxl-cart-products .product {
  padding-block: 20px;
  display: flex;
  gap: 20px;
}
.sidebar--shopping-cart .pxl-cart-products .product__thumbnail {
  flex: 0 0 100px;
}
.sidebar--shopping-cart .pxl-cart-products .product__thumbnail img {
  border-radius: 6px;
}
.sidebar--shopping-cart .pxl-cart-products .product__name {
  display: block;
  color: #1f1f1f;
  font-weight: 500;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sidebar--shopping-cart .pxl-cart-products .product__content {
  flex: 1 1 auto;
}
.sidebar--shopping-cart .pxl-cart-products .product__attributes {
  display: block;
  color: #818181;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 10px;
}
.sidebar--shopping-cart .pxl-cart-products .product__price {
  flex: 0 0 auto;
  color: #000;
  font-size: 18px;
  line-height: 1.55556;
  align-self: center;
  margin-top: 8px;
}
.sidebar--shopping-cart .pxl-cart-products .product .product__quantity {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 15px;
}
.sidebar--shopping-cart .pxl-cart-products .product .product__quantity .quantity > input {
  background-color: transparent;
  height: 24px;
  width: 51px;
  color: #1f1f1f;
  letter-spacing: -0.32px;
}
.sidebar--shopping-cart .pxl-cart-products .product .product__quantity .quantity .quantity-icon {
  --pxl-box-size: 10px;
}
.sidebar--shopping-cart .pxl-cart-products .product .remove {
  --pxl-height: 1px;
  position: relative;
  background-color: transparent;
  display: inline-block;
  line-height: 1;
  color: #1f1f1f !important;
  font-size: 14px;
  line-height: 1;
  margin-top: 17px;
  height: auto;
  width: auto;
  border-radius: 0;
  font-weight: 400;
}
.sidebar--shopping-cart .pxl-cart-products .product .remove::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--pxl-height);
  transform: scaleX(1);
  transform-origin: right center;
  background-color: currentColor;
}
.sidebar--shopping-cart .pxl-cart-products .product .remove:hover::after {
  animation: linkUnderlineSlideRevert 0.5s ease forwards;
  -webkit-animation: linkUnderlineSlideRevert 0.5s ease forwards;
}
.sidebar--shopping-cart .pxl-cart-products .empty {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding-block: 120px;
  color: #000;
}
.sidebar--shopping-cart .pxl-cart-products .empty i {
  font-size: 36px;
}
.sidebar--shopping-cart .pxl-cart-products .empty .button-cart-empty {
  margin-top: 15px;
  --pxl-background-color: #fff;
  border: thin solid #fd5900;
  width: 100%;
  font-weight: 500;
}
.sidebar--shopping-cart .pxl-cart-products .empty .button-cart-empty:hover {
  color: #fd5900;
}
.sidebar--shopping-cart .cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 458px;
  margin: 0 auto;
  height: 90px;
  padding-inline: 30px;
}
.sidebar--shopping-cart .cart-actions__item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #252525;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  cursor: pointer;
}
.sidebar--shopping-cart .cart-actions__item svg {
  color: #000;
  transition: scale 0.3s linear;
}
.sidebar--shopping-cart .cart-actions__item:hover {
  color: #fd5900;
}
.sidebar--shopping-cart .cart-actions__item:hover svg {
  scale: 1.15;
}
.sidebar--shopping-cart .cart-total {
  padding: 24px 32px 0 32px;
  border-top: thin solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.55556;
  text-transform: uppercase;
}
.sidebar--shopping-cart .cart-buttons {
  padding: 32px;
}
.sidebar--shopping-cart .cart-buttons .pxl-button {
  width: 100%;
  font-weight: 500;
  text-transform: capitalize;
}
.sidebar--shopping-cart .cart-buttons .button-cart {
  --pxl-background-color: #1f1f1f;
  color: #1f1f1f;
  border-radius: 6px;
  border: thin solid rgba(17, 17, 17, .15);
  backdrop-filter: blur(2px);
  background-color: #fff;
}
.sidebar--shopping-cart .cart-buttons .button-cart:hover {
  color: #fff;
}
.sidebar--shopping-cart .cart-buttons .button-checkout {
  margin-top: 10px;
  --pxl-background-color: #fff;
  border: thin solid #fd5900;
}
.sidebar--shopping-cart .cart-buttons .button-checkout:hover {
  color: #fd5900;
}
.sidebar--shopping-cart .cart-section {
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 32px;
  z-index: 99;
  justify-content: space-between;
  gap: 30px;
  -webkit-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  -khtml-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  -moz-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  -ms-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  -o-box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  box-shadow: 0 -4px 10px 0 rgba(212, 212, 212, 0.25);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
  display: flex;
}
.sidebar--shopping-cart .cart-section.active {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.sidebar--shopping-cart .cart-section__title {
  font-weight: 500;
  color: #252525;
  line-height: 1.5;
  margin-bottom: 16px;
}
.sidebar--shopping-cart .cart-section__note {
  color: #777;
  line-height: 1.5;
}
.sidebar--shopping-cart .cart-section__note .amount {
  color: #252525;
}
.sidebar--shopping-cart .cart-section__form #shipping-calculator-form {
  display: block !important;
}
.sidebar--shopping-cart .cart-section__form .form-row:has(input[type="hidden"]) {
  display: none;
}
.sidebar--shopping-cart .cart-section__form .form-row + .form-row {
  margin-top: 14px;
}
.sidebar--shopping-cart .cart-section__form .form-row label, .sidebar--shopping-cart .cart-section__form .form-row .label {
  display: block;
  color: #252525;
  margin-bottom: 10px;
}
.sidebar--shopping-cart .cart-section__form .form-row input, .sidebar--shopping-cart .cart-section__form .form-row select {
  border-radius: 6px;
  border: 1px solid rgba(161, 161, 161, .2);
  height: 56px;
  padding-inline: 10px;
  color: #777;
  font-family: "DM Sans";
  font-size: 16px;
  letter-spacing: -0.32px;
}
.sidebar--shopping-cart .cart-section__form .form-row input:hover, .sidebar--shopping-cart .cart-section__form .form-row select:hover, .sidebar--shopping-cart .cart-section__form .form-row input:focus, .sidebar--shopping-cart .cart-section__form .form-row select:focus {
  color: #252525;
}
.sidebar--shopping-cart .cart-section__form .pxl-shipping {
  margin-top: 20px;
}
.sidebar--shopping-cart .cart-section__form .shipping__note {
  margin-bottom: 4px;
}
.sidebar--shopping-cart .cart-section__form .pxl-shipping-result {
  display: block;
  color: #1caa23;
}
.sidebar--shopping-cart .cart-section textarea {
  border: thin solid #ebebeb;
  padding: 16px;
  height: 126px;
  color: #777;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.sidebar--shopping-cart .cart-section__buttons {
  justify-self: end;
  display: flex;
  gap: 10px;
}
.sidebar--shopping-cart .cart-section__buttons .pxl-button {
  width: 50%;
  backdrop-filter: blur(2px);
  text-transform: capitalize;
}
.sidebar--shopping-cart .cart-section__buttons .button-cancel {
  --pxl-background-color: #1f1f1f;
  color: #1f1f1f;
  border: thin solid rgba(17, 17, 17, .15);
  background-color: #fff;
}
.sidebar--shopping-cart .cart-section__buttons .button-cancel:hover {
  color: #fff;
}
.sidebar--shopping-cart .cart-section__buttons .button-submit {
  --pxl-background-color: #fff;
  border: thin solid #fd5900;
}
.sidebar--shopping-cart .cart-section__buttons .button-submit:hover {
  color: #fd5900;
}
.pxl-cursor {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: transform 0s ease;
  will-change: transform;
  z-index: 99998;
  opacity: 0;
}
.pxl-cursor.pxl-cursor--close {
  background-color: transparent;
  color: #000;
}
.pxl-drawer {
  position: fixed;
  display: block !important;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition: transform 0.5s ease, opacity 0.5s ease 0.5s;
}
.pxl-drawer[data-drawer="top"] {
  left: 0;
  top: 0;
  transform: translateY(-100%);
}
.pxl-drawer[data-drawer="right"] {
  max-width: 535px;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
.pxl-drawer[data-drawer="bottom"] {
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.pxl-drawer[data-drawer="left"] {
  max-width: 535px;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
.pxl-drawer.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) translateY(0);
  transition: transform 0.5s ease, opacity 0s ease;
}
.pxl-template {
  pointer-events: none !important;
  width: 100%;
}
.pxl-template.pxl-drawer {
  background-color: transparent;
  pointer-events: none;
}
.pxl-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 99999;
}
.pxl-popup.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
  background-color: #000;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
  max-width: 1170px;
  position: static;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  opacity: 1;
  font-size: 0px;
  border: 9px solid transparent;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body .mfp-wrap .mfp-container .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}
body .mfp-wrap .mfp-container .mfp-arrow {
  background-color: var(--color-primary);
  width: 60px;
  height: 120px;
  opacity: 1;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-arrow:before, body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Caseicon";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f136";
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f14d";
}
@media screen and (min-width: 1200px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.mfp-gallery .mfp-image-holder .mfp-figure::after {
  background: transparent;
}
.progress-bar--round .progress-bar__track {
  border-radius: 4px;
}
.progress-bar__track {
  width: 100%;
  height: 6px;
  background-color: #ffe2d2;
}
.progress-bar__track:has(.bar--full) {
  padding-right: 17px;
}
.progress-bar__track:has(.bar--zero) {
  padding-left: 17px;
}
.progress-bar__bar {
  position: relative;
  height: 100%;
  border-radius: inherit;
  color: #fff;
  background-color: #fd5900;
}
.progress-bar__icon {
  --pxl-box-size: 34px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  transition: all 0.5s linear;
}
.product-filter ul {
  list-style: none;
  margin: 0;
}
.product-filter__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-block: 16px;
  color: var(--Heading, #1f1f1f);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55556;
  text-transform: uppercase;
}
.product-filter__section + .product-filter__section {
  border-top: thin solid rgba(17, 17, 17, .15);
}
.product-filter__section--price {
  margin-bottom: 32px;
}
.product-filter__section--price .product-filter__section-header {
  margin-bottom: 39px;
}
.product-filter__section--attr, .product-filter__section--brand {
  padding-bottom: 16px;
}
.product-filter__section--attr .product-filter__list, .product-filter__section--brand .product-filter__list {
  max-height: 226px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  padding-bottom: 0;
}
.product-filter__section--category .filter-item--cat.ckecked {
  color: #fd5900;
}
.product-filter__list {
  padding-block: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-filter__list-item {
  color: #1f1f1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55556;
  text-transform: uppercase;
}
.product-filter__list-item .pxl-count-item {
  font-weight: 400;
}
.product-filter .price-fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 23px;
}
.product-filter .price-fields .price-label, .product-filter .price-fields input, .product-filter .price-fields .currency {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  text-transform: uppercase;
}
.product-filter .price-fields .price-range {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.product-filter .price-fields .price-field {
  position: relative;
  justify-content: space-between;
  gap: 5px;
}
.product-filter .price-fields .price-field input {
  width: 77px;
  height: 44px;
  padding-inline: 26px 10px;
  border-radius: 4px;
  text-align: end;
}
.product-filter .price-fields .price-field .currency {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.product-filter .price-fields .separator {
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #000;
}
#pxl-quick-view .summary {
  display: flex;
  position: relative;
}
#pxl-quick-view .summary .product-images {
  flex: 0 1 53%;
}
#pxl-quick-view .summary .product-content {
  flex: 0 1 47%;
}
@media screen and (max-width: 991px) {
  #pxl-quick-view .summary .product-images, #pxl-quick-view .summary .product-content {
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 767px) {
  #pxl-quick-view .summary {
    flex-wrap: wrap;
  }
  #pxl-quick-view .summary .product-images {
    display: none;
  }
  #pxl-quick-view .summary .product-content {
    flex: 0 1 100%;
  }
}
#pxl-quick-view .summary .product-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#pxl-quick-view .summary .product-content {
  padding: 48px 39px 50px 41px;
  overflow: auto;
  display: flex;
  max-height: fit-content;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  #pxl-quick-view .summary .product-content {
    padding: 40px 30px;
  }
}
#pxl-quick-view .summary .product-content .product-title {
  color: #1f1f1f;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.43478;
  text-transform: capitalize;
  margin-bottom: 16px;
}
#pxl-quick-view .summary .product-content .product-price {
  margin-bottom: 20px;
}
#pxl-quick-view .summary .product-content .product-price .price {
  flex-direction: row-reverse;
  justify-content: start;
}
#pxl-quick-view .summary .product-content .product-price .price, #pxl-quick-view .summary .product-content .product-price .price--normal, #pxl-quick-view .summary .product-content .product-price .price--sale {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
  color: #1f1f1f;
}
#pxl-quick-view .summary .product-content .product-price .price--old {
  color: rgba(28, 28, 28, 0.60);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}
#pxl-quick-view .summary .product-content .product-short-desc {
  margin-bottom: 22px;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .variations {
  padding: 0;
  margin: 0;
  width: 100%;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-terms {
  justify-content: end;
  text-align: end;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term {
  width: 40px;
  height: 40px;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term .wpcvs-term-inner {
  inset: 3px;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term {
  height: 46px;
  min-width: 48px;
  border: none;
  background-color: transparent;
  font-weight: 400;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term:hover, #pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term.wpcvs-selected {
  background-color: #1f1f1f;
  color: #fff;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-attribute {
  display: flex;
  justify-content: space-between;
  gap: 5px 15px;
  align-items: center;
  min-height: 70px;
  border-bottom: thin solid rgba(17, 17, 17, .15);
  margin: 0;
  padding-block: 10px;
}
@media screen and (max-width: 1199px) {
  #pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-attribute {
    flex-direction: column;
    align-items: start;
    min-height: auto;
  }
}
#pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-attribute .label {
  margin: 0;
  letter-spacing: -0.32px;
  flex: 0 0 150px;
}
@media screen and (max-width: 1199px) {
  #pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-attribute .label {
    flex: 0 1 auto;
  }
}
#pxl-quick-view .summary .product-content .product-add-to-cart .variations .wpcvs-attribute .value {
  display: inline-flex;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .quantity-wrap {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
  border-bottom: thin solid rgba(17, 17, 17, .15);
  margin-bottom: 42px;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .quantity-wrap .quantity-preview {
  margin: 0;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .single_add_to_cart_button:not(.wpcbn-btn) {
  display: none;
}
#pxl-quick-view .summary .product-content .product-add-to-cart form.cart {
  margin-bottom: 0;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .product-actions {
  margin-bottom: 15px;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .product-actions .single_add_to_cart_button {
  display: flex;
}
#pxl-quick-view .summary .product-content .product-add-to-cart .product-actions .button--shop-action {
  font-weight: 500;
}
#pxl-quick-view .summary .product-content .link-view {
  margin-top: 42px;
}
#pxl-quick-add .product {
  height: 100%;
  overflow: auto;
}
#pxl-quick-add .product-top {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #pxl-quick-add .product-top {
    flex-direction: column;
  }
}
#pxl-quick-add .product-image {
  flex: 0 0 107px;
}
#pxl-quick-add .product-content .product-title {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  text-transform: capitalize;
  margin-bottom: 8px;
}
#pxl-quick-add .product-content .product-price .price {
  flex-direction: row-reverse;
  justify-content: start;
}
#pxl-quick-add .product-content .product-price .price, #pxl-quick-add .product-content .product-price .price--normal, #pxl-quick-add .product-content .product-price .price--sale {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
  color: #1f1f1f;
}
#pxl-quick-add .product-content .product-price .price--old {
  color: rgba(28, 28, 28, 0.60);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}
#pxl-quick-add .product .product-add-to-cart .variations {
  padding: 0;
  margin: 0;
  width: 100%;
}
#pxl-quick-add .product .product-add-to-cart .variations .wpcvs-terms {
  justify-content: end;
  text-align: end;
}
#pxl-quick-add .product .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term {
  width: 40px;
  height: 40px;
}
#pxl-quick-add .product .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term .wpcvs-term-inner {
  inset: 3px;
}
#pxl-quick-add .product .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term {
  height: 46px;
  min-width: 48px;
  border: none;
  background-color: transparent;
  font-weight: 400;
}
#pxl-quick-add .product .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term:hover, #pxl-quick-add .product .product-add-to-cart .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term.wpcvs-selected {
  background-color: #1f1f1f;
  color: #fff;
}
#pxl-quick-add .product .product-add-to-cart .variations .wpcvs-attribute {
  display: flex;
  justify-content: space-between;
  gap: 5px 15px;
  align-items: center;
  min-height: 70px;
  border-bottom: thin solid rgba(17, 17, 17, .15);
  margin: 0;
  padding-block: 10px;
}
@media screen and (max-width: 1199px) {
  #pxl-quick-add .product .product-add-to-cart .variations .wpcvs-attribute {
    flex-direction: column;
    align-items: start;
  }
}
#pxl-quick-add .product .product-add-to-cart .variations .wpcvs-attribute .label {
  margin: 0;
  letter-spacing: -0.32px;
  flex: 0 0 150px;
}
@media screen and (max-width: 1199px) {
  #pxl-quick-add .product .product-add-to-cart .variations .wpcvs-attribute .label {
    flex: 0 1 auto;
  }
}
#pxl-quick-add .product .product-add-to-cart .quantity-wrap {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
  border-bottom: thin solid rgba(17, 17, 17, .15);
  margin-bottom: 42px;
}
#pxl-quick-add .product .product-add-to-cart .quantity-wrap .quantity-preview {
  margin: 0;
}
#pxl-quick-add .product .product-add-to-cart .single_add_to_cart_button:not(.wpcbn-btn) {
  display: none;
}
#pxl-quick-add .product .product-add-to-cart form.cart {
  margin-bottom: 0;
}
#pxl-quick-add .product .product-add-to-cart .product-actions {
  margin-bottom: 15px;
}
#pxl-quick-add .product .product-add-to-cart .product-actions .single_add_to_cart_button {
  display: flex;
  font-size: 16px;
}
#pxl-quick-add .product .product-add-to-cart .product-actions .button--shop-action {
  font-weight: 500;
}
#pxl-compare-list {
  display: flex;
  gap: 24px;
  width: 100%;
  overflow: auto;
}
#pxl-compare-list .product {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 1 25%;
}
#pxl-compare-list .product-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#pxl-compare-list .product-content {
  text-align: center;
}
#pxl-compare-list .product-title {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#pxl-compare-list .product-price {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#pxl-compare-list .product .price--normal, #pxl-compare-list .product .price--sale {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#pxl-compare-list .product .price--old {
  color: rgba(28, 28, 28, .6);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.53846;
}
#pxl-compare-list .product .remove-compare {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: thin solid #cacaca;
  background-color: #fff;
  border-radius: 6px;
  color: #1f1f1f;
}
#pxl-compare-list .product .remove-compare .icon-close {
  width: 8px;
  height: 8px;
}
#pxl-compare-list .product .remove-compare .icon-close::after, #pxl-compare-list .product .remove-compare .icon-close::before {
  height: 1px;
}
#pxl-compare-list .product .remove-compare:hover {
  background-color: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}
#pxl-compare-list .compare-empty {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
}
.widget {
  padding-block: 32px;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget + .widget {
  border-top: thin solid rgba(17, 17, 17, .15);
}
.widget .widget-title {
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.widget.widget_author_info {
  margin-bottom: 31px;
  padding: 0;
}
.widget.widget_author_info .author-card {
  padding: 24px 30px;
  background-color: #e7e4ff;
  border-radius: 10px;
  text-align: center;
}
.widget.widget_author_info .author-card__avatar {
  display: block;
  margin-bottom: 22px;
}
.widget.widget_author_info .author-card__avatar img {
  --pxl-box-size: 200px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.widget.widget_author_info .author-card__info {
  margin-bottom: 40px;
}
.widget.widget_author_info .author-card__name, .widget.widget_author_info .author-card__position {
  color: var(--Heading, #1f1f1f);
  font-family: var(--font-primary);
  letter-spacing: -0.32px;
  margin-bottom: 4px;
}
.widget.widget_author_info .author-card__position {
  color: #818181;
}
.widget.widget_author_info .author-card__description {
  margin-top: 15px;
}
.widget.widget_author_info .author-card__socials {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.widget.widget_author_info .author-card__social {
  --pxl-background-color: #1f1f1f;
  --pxl-box-size: 38px;
  border: thin solid #9a9a9a;
  background-color: transparent;
  color: #1f1f1f;
}
.widget.widget_author_info .author-card__social:hover {
  color: #fff;
  border-color: #1f1f1f;
}
.widget.widget_author_info .author-socials {
  display: flex;
  justify-content: center;
  gap: 13px;
}
.widget.widget_author_info .author-socials > a {
  width: 42px;
  height: 37px;
  border-radius: 3px;
  color: #636d6c;
  background-color: #fff;
  transition: 0.3s;
}
.widget.widget_author_info .author-socials > a:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.widget.widget_search .search-form-control {
  position: relative;
}
.widget.widget_search .search-submit {
  width: 55px;
  height: 100%;
  position: absolute;
  right: 12px;
  top: 0px;
  z-index: 9;
  font-size: 18px;
  color: #000;
  background-color: transparent;
}
.widget.widget_search .search-submit:before, .widget.widget_search .search-submit:after {
  display: none;
}
.widget.widget_search .search-field {
  background-color: #fff;
  border-radius: 4px;
  padding: 0 65px 0 25px;
  line-height: 55px;
  font-family: var(--font-primary);
  color: #5e5f63;
  font-size: 14px;
}
.widget.widget_search .search-field:focus {
  color: #000;
}
.widget.widget_pxl_recent_posts .post-list__item {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .widget.widget_pxl_recent_posts .post-list__item {
    gap: 15px;
  }
}
.widget.widget_pxl_recent_posts .post-list__item + .post-list__item {
  margin-top: 24px;
}
.widget.widget_pxl_recent_posts .post-list__featured {
  border-radius: 6px;
  flex: 0 0 98px;
  overflow: hidden;
}
.widget.widget_pxl_recent_posts .post-list__featured img {
  width: 100%;
  height: 100%;
}
.widget.widget_pxl_recent_posts .post-list__content {
  flex: 1 1 248px;
}
.widget.widget_pxl_recent_posts .post-list__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  line-height: 1.42857;
  color: #1f1f1f;
  margin-bottom: 10px;
}
.widget.widget_pxl_recent_posts .post-list__title {
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
  text-transform: uppercase;
}
.widget.widget_categories .cat-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.widget.widget_categories .cat-item > .children {
  padding-left: 15px;
  margin-top: 5px;
}
.widget.widget_categories .cat-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #818181;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.widget.widget_categories .cat-item > a:hover {
  color: #ff6333;
}
.widget.widget_categories .cat-item + .cat-item {
  margin-top: 5px;
}
.widget.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget.widget_tag_cloud .tagcloud > a {
  color: #818181;
  font-family: var(--font-primary);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.widget.widget_tag_cloud .tagcloud > a:hover {
  color: #ff6333;
}
@media screen and (max-width: 991px) {
  .widget.widget_filter_button {
    display: none;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 5px !important;
  margin: 24px 0 0 !important;
}
.gallery .gallery-item img {
  border: none !important;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20% !important;
}
.widget_media_gallery #gallery-1, .elementor-widget-wp-widget-media_gallery #gallery-1, .elementor-widget-image-gallery #gallery-1 {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery, .elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item, .elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img, .elementor-widget-image-gallery .gallery .gallery-item img {
  border-radius: 4px;
  width: 100%;
  border: none !important;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a, .elementor-widget-image-gallery .gallery .gallery-item a {
  display: block;
  position: relative;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: "\f104";
  font-size: 15px;
  font-family: "Flaticon";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  font-weight: 400;
}
.widget_media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-image-gallery .gallery .gallery-item a:hover:before, .widget_media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
  opacity: 1;
}
.elementor-lightbox {
  display: none !important;
}
.elementor-lightbox .swiper-container .elementor-lightbox-image {
  width: auto;
  height: auto;
}
.elementor-lightbox .swiper-container .swiper-slide {
  background-color: transparent;
}
.pxl-gallery {
  margin: -8px -15px 26px -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-gallery img {
  width: 100%;
}
.pxl-gallery .pxl--item {
  padding: 26px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.5);
}
.pxl-gallery .pxl--item-inner .pxl-btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-2-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-3-columns .pxl--item {
  width: 33.33%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-3-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-4-columns .pxl--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-5-columns .pxl--item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 100%;
  }
}
.calendar_wrap caption {
  margin-bottom: 10px;
}
.widget_recent_comments ul, .widget_recent_comments ol {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #0a2803;
  font-weight: 700;
}
.widget_recent_comments ul a, .widget_recent_comments ol a {
  color: inherit;
}
.widget_recent_comments ul a:hover, .widget_recent_comments ol a:hover {
  color: var(--color-primary);
}
.widget_recent_comments ul li + li, .widget_recent_comments ol li + li {
  margin-top: 18px;
}
.widget_rss .rss-widget-title {
  color: inherit;
}
.widget_rss ul, .widget_rss ol {
  margin: 0;
  list-style: none;
}
.widget_rss .rsswidget {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #0a2803;
  font-weight: 700;
}
.widget_rss .rss-date {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
}
.widget_rss li + li {
  margin-top: 34px;
}
.widget_rss cite {
  display: block;
  margin-top: 4px;
  color: var(--color-primary);
}
.widget_block ul, .widget_block ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.widget_block .wp-block-search__label, .widget_block .wp-block-group__inner-container > h2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--font-primary);
  display: block;
}
.widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments {
  font-size: 16px;
  line-height: 24px;
  color: #0a2803;
  font-weight: 600;
}
.widget_block .wp-block-latest-posts__list a, .widget_block .wp-block-latest-comments a {
  color: inherit;
}
.widget_block .wp-block-latest-posts__list a:hover, .widget_block .wp-block-latest-comments a:hover {
  color: var(--color-primary);
}
.widget_block .wp-block-latest-posts__list li + li, .widget_block .wp-block-latest-comments li + li {
  margin-top: 18px;
}
.widget_block .wp-block-latest-comments {
  color: #666;
}
.widget_block .wp-block-latest-comments a {
  color: #0a2803;
}
.widget_block .wp-block-latest-comments a:hover {
  color: var(--color-primary);
}
.widget_block.widget_search .wp-block-search__label {
  display: none;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  --pxl-box-size: 52px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 10px;
  color: #fff;
  z-index: 9;
  font-size: 0px;
  transform: translateY(-50%);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button::after {
  display: none;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: "\f104";
  font-family: "Flaticon";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-color: #ff6333;
  color: #fff;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:focus {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 52px 0 20px;
  line-height: 52px;
  border: thin solid #d5d5d5;
  font-family: var(--font-primary);
  color: #5f5f5f;
  font-size: 16px;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.widget_archive .nice-select ul.list {
  max-width: 320px;
}
.wp-calendar-table {
  background-color: #fff;
}
.pxl-wg-categories {
  margin: -20px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-wg-categories .pxl-category {
  padding: 0 10px;
  margin-top: 20px;
}
.pxl-wg-categories .pxl-category--inner {
  min-height: 90px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .pxl-wg-categories .pxl-category--inner {
    min-height: 120px;
  }
}
.pxl-wg-categories .pxl-category--inner:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 12;
}
.pxl-wg-categories .pxl-category--inner a {
  z-index: 99;
}
.pxl-wg-categories .pxl-category--inner span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 88;
}
.pxl-wg-categories .pxl-category--inner .pxl-category--img {
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.01, 1.01);
}
.pxl-wg-categories .pxl-category--inner:hover .pxl-category--img {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.pxl-wg-categories.columns-2 .pxl-category {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-wg-categories.columns-2 .pxl-category {
    width: 100%;
  }
}
#pxl-post-title > .container {
  max-width: 1320px;
}
#pxl-post-title .post-title__inner {
  padding-block: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pxl-post-title .post-title__inner {
    padding-block: 100px;
  }
}
#pxl-post-title .post-title__inner > h3 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
#pxl-page-title > .container {
  max-width: 1320px;
}
#pxl-page-title .page-title__inner {
  padding-block: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pxl-page-title .page-title__inner {
    padding-block: 100px;
  }
}
#pxl-page-title .page-title__inner > h3 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
@-webkit-keyframes pxl_bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes px_bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  background-color: #fff;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader .pxl-loader-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  text-align: center;
}
.preloader .pxl-loader-spinner > div {
  width: 18px;
  height: 18px;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: px_bouncedelay 1.4s infinite ease-in-out both;
  animation: px_bouncedelay 1.4s infinite ease-in-out both;
}
.preloader .pxl-loader-spinner .pxl-loader-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader .pxl-loader-spinner .pxl-loader-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader, .button__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
}
.loader svg path, .button__loader svg path {
  animation: fadeOut 1s ease-in-out infinite;
}
.loader svg path:nth-of-type(1), .button__loader svg path:nth-of-type(1) {
  animation-delay: 0s;
}
.loader svg path:nth-of-type(2), .button__loader svg path:nth-of-type(2) {
  animation-delay: 0.09615s;
}
.loader svg path:nth-of-type(3), .button__loader svg path:nth-of-type(3) {
  animation-delay: 0.19231s;
}
.loader svg path:nth-of-type(4), .button__loader svg path:nth-of-type(4) {
  animation-delay: 0.28846s;
}
.loader svg path:nth-of-type(5), .button__loader svg path:nth-of-type(5) {
  animation-delay: 0.38462s;
}
.loader svg path:nth-of-type(6), .button__loader svg path:nth-of-type(6) {
  animation-delay: 0.48077s;
}
.loader svg path:nth-of-type(7), .button__loader svg path:nth-of-type(7) {
  animation-delay: 0.57692s;
}
.loader svg path:nth-of-type(8), .button__loader svg path:nth-of-type(8) {
  animation-delay: 0.67308s;
}
.loader svg path:nth-of-type(9), .button__loader svg path:nth-of-type(9) {
  animation-delay: 0.76923s;
}
.loader svg path:nth-of-type(10), .button__loader svg path:nth-of-type(10) {
  animation-delay: 0.86538s;
}
.loader svg path:nth-of-type(11), .button__loader svg path:nth-of-type(11) {
  animation-delay: 0.96154s;
}
.loader svg path:nth-of-type(12), .button__loader svg path:nth-of-type(12) {
  animation-delay: 1.05769s;
}
.loader svg path:nth-of-type(13), .button__loader svg path:nth-of-type(13) {
  animation-delay: 1.15385s;
}
.is-loading:not(.pxl-button) {
  color: #fff;
}
.is-loading:not(.pxl-button) .loader {
  backdrop-filter: blur(5px);
  background-color: rgba(63, 63, 63, .4);
  opacity: 1;
  pointer-events: visible;
}
.button--loading {
  position: relative;
  cursor: wait;
}
.button--loading:not(:has(.button__text)) {
  font-size: 0;
}
.button--loading > *:not(.loader, .button__loader, .button__blobs) {
  opacity: 0;
  visibility: hidden;
}
.button--loading .loader, .button--loading .button__loader {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.elementor {
  position: relative;
}
@media screen and (max-width: 575px) {
  .elementor .elementor-hidden-mobile, .pxl-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .elementor .elementor-hidden-mobile_extra, .pxl-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .elementor .elementor-hidden-tablet, .pxl-hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .elementor .elementor-hidden-tablet_extra, .pxl-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .elementor .elementor-hidden-laptop, .pxl-hidden-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .elementor .elementor-hidden-desktop, .pxl-hidden-xxl {
    display: none !important;
  }
}
.e-con-background-parallax {
  position: absolute;
  inset: 0;
  background: center center / cover no-repeat;
}
.elementor-editor-preview .pxl-slider, .elementor-editor-active .pxl-slider {
  opacity: 1;
}
.elementor-editor-preview .pxl-slider .slide__container, .elementor-editor-active .pxl-slider .slide__container, .elementor-editor-preview .pxl-slider .slider__background, .elementor-editor-active .pxl-slider .slider__background {
  opacity: 1;
}
.elementor-editor-preview .e-con-overlay, .elementor-editor-active .e-con-overlay {
  z-index: 0;
}
.elementor-editor-preview.single-pxl-template, .elementor-editor-active.single-pxl-template {
  background-color: rgba(0, 0, 0, 0.1);
}
.elementor-editor-preview .text-animated, .elementor-editor-active .text-animated {
  visibility: visible;
}
.elementor-editor-preview .pxl-background, .elementor-editor-active .pxl-background {
  z-index: -1;
}
.elementor-editor-preview .image--distortion-transition > a, .elementor-editor-active .image--distortion-transition > a {
  opacity: 1;
}
.elementor-editor-active .pxl-header {
  display: none !important;
}
.elementor-editor-active .footer {
  display: none !important;
}
.elementor-editor-active .pxl-navigation-menu .sub-menu {
  display: none;
}
.elementor-editor-active .wrapper > .page-title, .elementor-editor-active .wrapper > .pxl-post-title {
  display: none;
}
.elementor-editor-preview .pxl-header {
  display: block !important;
}
.elementor-editor-preview .footer {
  display: block !important;
}
.elementor-editor-preview .pxl-navigation-menu .sub-menu {
  display: block;
}
.elementor-editor-preview .wrapper > .page-title, .elementor-editor-preview .wrapper > .pxl-post-title {
  display: block;
}
.e-con-overlay {
  background-color: var(--pxl-background-color);
}
.e-con-overlay.cursor-spotlight {
  --pxl-box-size: 0px;
  background-color: transparent;
  background-image: radial-gradient(circle var(--pxl-box-size) at var(--pxl-translate-x) var(--pxl-translate-y), transparent 0px, var(--pxl-background-color));
}
.e-con-layer {
  position: absolute;
}
.elementor-element {
  background: center center / cover no-repeat;
}
.pxl-background {
  position: absolute;
  inset: 0;
  background: center center / cover no-repeat;
}
.elementor-shape {
  position: absolute;
  width: 100%;
  left: 0;
}
.elementor-shape.elementor-shape-top {
  top: 0;
}
.elementor-shape.elementor-shape-bottom {
  bottom: 0;
  transform: scaleY(-1);
}
.elementor-editor-active .visibility-hidden {
  visibility: visible;
}
.elementor-editor-active #pxl-main .elementor-section-wrap.ui-sortable {
  margin: 0;
}
.e-con-slide {
  min-width: 100%;
}
.elementor-widget-pxl_divider {
  pointer-events: none;
}
.e-con-boxed.e-offset-left .e-con-inner {
  margin-right: 0;
  margin-left: auto;
}
.e-con-boxed.e-offset-right .e-con-inner {
  margin-right: auto;
  margin-left: 0;
}
.e-con-full.e-offset-left {
  margin-right: 0;
  margin-left: auto;
}
.e-con-full.e-offset-right {
  margin-right: auto;
  margin-left: 0;
}
.elementor-widget-pxl_navigation_menu {
  position: static;
}
.elementor-widget-pxl_navigation_menu .elementor-widget-container {
  position: static;
}
.e-con > .elementor-widget-pxl_product_sale_countdown > .elementor-widget-container {
  height: auto;
}
.e-float-right {
  margin-left: auto !important;
}
.e-float-center {
  margin: 0 auto !important;
}
.pxl-shape {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.pxl-shape.circle {
  --pxl-box-size: 100px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  background-color: #000;
}
.home-3 .elementor-2230 .elementor-element.elementor-element-d7f5673:not(.elementor-motion-effects-element-type-background) {
  background-color: #9656bb;
}
.home-4 .elementor-element-4ae86a9 .pxl-icon-box.icon-box--secondary .icon-box__icon, .home-4 .elementor-element-448e949 .pxl-icon-box.icon-box--secondary .icon-box__icon, .home-4 .elementor-element-dedf15a .pxl-icon-box.icon-box--secondary .icon-box__icon, .home-4 .elementor-element-6c1c1fe .pxl-icon-box.icon-box--secondary .icon-box__icon {
  background-color: #fff;
  color: #000;
}
.home-4 .elementor-element-4ae86a9 .pxl-icon-box.icon-box--secondary .icon-box__title, .home-4 .elementor-element-448e949 .pxl-icon-box.icon-box--secondary .icon-box__title, .home-4 .elementor-element-dedf15a .pxl-icon-box.icon-box--secondary .icon-box__title, .home-4 .elementor-element-6c1c1fe .pxl-icon-box.icon-box--secondary .icon-box__title {
  text-transform: capitalize;
}
.e-con > .elementor-widget > .elementor-widget-container {
  height: auto;
}
.elementor-repeater-item-7be88c8 {
  transform: scaleX(-1);
}
.home-4 .pxl-mega-menu-elementor .elementor-element-88355e9, .home-5 .pxl-mega-menu-elementor .elementor-element-88355e9, .home-4 .pxl-mega-menu-elementor .elementor-element-be953a9, .home-5 .pxl-mega-menu-elementor .elementor-element-be953a9 {
  align-items: start;
}
.home-4 .pxl-mega-menu-elementor .elementor-element-60ae126 .e-con-inner, .home-5 .pxl-mega-menu-elementor .elementor-element-60ae126 .e-con-inner {
  margin-right: auto;
  margin-left: 0;
}
.pxl-site-logo {
  display: flex;
  width: 100%;
}
.pxl-site-logo img {
  width: auto;
}
.pxl-text-editor.text--primary p {
  line-height: 1.625;
  letter-spacing: 0;
}
.pxl-navigation-menu ul {
  margin: 0;
  list-style: none;
}
.pxl-navigation-menu .pxl-menu-main li.menu-item-has-label::after {
  content: 'Hot';
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 4px 7px;
  border-radius: 3px;
  background-color: #d77920;
  font-family: var(--font-primary);
  margin-left: 8px;
}
.pxl-navigation-menu .pxl-menu-main > li > a .menu-text {
  display: block;
  position: relative;
}
.pxl-breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  width: 100%;
  margin: 0;
}
.pxl-breadcrumb li > a, .pxl-breadcrumb li > span {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  line-height: 1.71429;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.pxl-breadcrumb li > a:hover, .pxl-breadcrumb li > span:hover {
  color: #1f1f1f;
}
.pxl-breadcrumb li > .breadcrumb-current {
  color: #1f1f1f;
}
.pxl-breadcrumb li.separator {
  width: 12px;
  height: 1px;
  background-color: #1f1f1f;
}
.pxl-breadcrumb li:last-child {
  display: none;
}
.pxl-my-account .pxl-button {
  background-color: transparent;
}
.pxl-divider-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  pointer-events: none;
}
.pxl-divider-wrapper .pxl-divider-item {
  --pxl-weight: thin;
  display: flex;
  height: 1px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--color-secondary);
}
.pxl-divider-wrapper .pxl-divider-item.pxl-divider-horizontal.divider-dashed {
  border-top: var(--pxl-weight) dashed currentColor;
  background-color: transparent;
  height: 0;
}
.pxl-divider-wrapper .pxl-divider-item.pxl-divider-horizontal.divider-dotted {
  border-top: var(--pxl-weight) dotted currentColor;
  background-color: transparent;
  height: 0;
}
.pxl-divider-wrapper .pxl-divider-item.pxl-divider-horizontal.divider-double {
  border-top: var(--pxl-weight) double currentColor;
  background-color: transparent;
  height: 0;
}
.pxl-divider-wrapper .pxl-divider-item.pxl-divider-horizontal.divider-svg {
  width: 100%;
  height: auto;
}
.pxl-divider-wrapper .pxl-divider-item.pxl-divider-vertical.divider-dashed {
  border-left: var(--pxl-weight) dashed currentColor;
  background-color: transparent;
  width: 0;
}
.pxl-divider-wrapper .pxl-divider-item.pxl-divider-vertical.divider-dotted {
  border-left: var(--pxl-weight) dotted currentColor;
  background-color: transparent;
  width: 0;
}
.pxl-divider-wrapper .pxl-divider-item.pxl-divider-vertical.divider-double {
  border-left: var(--pxl-weight) double currentColor;
  background-color: transparent;
  width: 0;
}
.pxl-divider-wrapper .pxl-divider-item.divider-custom {
  height: auto;
  background-color: transparent;
}
.pxl-divider-wrapper .divider-element-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-divider-wrapper .pxl-divider-title, .pxl-divider-wrapper .pxl-divider-icon {
  white-space: nowrap;
  flex-shrink: 0;
}
.pxl-search .search-form-control {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pxl-search .search-field {
  width: 100%;
  display: block;
}
.pxl-search .search-submit {
  flex-shrink: 0;
}
.pxl-heading {
  display: block;
  width: 100%;
}
.pxl-heading .heading__title--primary {
  color: #252525;
  font-family: "Playfair Display";
  font-style: italic;
  line-height: 1.20833;
}
.pxl-heading h2.heading__title--secondary {
  color: #252525;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.19231;
}
@media screen and (max-width: 1399px) {
  .pxl-heading h2.heading__title--secondary {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-heading h2.heading__title--secondary {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-heading h2.heading__title--secondary {
    font-size: 46px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading h2.heading__title--secondary {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading h2.heading__title--secondary {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading h2.heading__title--secondary {
    font-size: 40px;
  }
}
.pxl-links {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pxl-links a .link-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 5px;
}
.pxl-links a .link-text {
  vertical-align: top;
}
.pxl-links a .link-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  text-align: center;
  padding-inline: 6px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.24px;
  font-weight: 400;
  background-color: var(--color-primary);
  text-transform: none;
}
.pxl-contact-form7 {
  position: relative;
  display: flex;
}
.pxl-contact-form7 .wpcf7 {
  width: 100%;
}
.pxl-contact-form7 form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(-1 * ( var(--pxl-spacing-inline) / 2));
  row-gap: var(--pxl-spacing-block);
}
.pxl-contact-form7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #9b292b;
}
.pxl-contact-form7 form.wpcf7-form .wpcf7-response-output {
  width: 100%;
  margin: 0 calc(var(--pxl-spacing-inline) / 2) 0;
}
.pxl-contact-form7 form.wpcf7-form .wpcf7-spinner {
  display: none;
}
.pxl-contact-form7 form.wpcf7-form input, .pxl-contact-form7 form.wpcf7-form textarea {
  width: 100%;
}
.pxl-contact-form7 form.wpcf7-form input[type="submit"], .pxl-contact-form7 form.wpcf7-form button[type="submit"] {
  width: auto;
}
.pxl-contact-form7 form.wpcf7-form.wpcf7-hidden-submit input[type="submit"], .pxl-contact-form7 form.wpcf7-form.wpcf7-hidden-submit button[type="submit"] {
  display: none;
}
.pxl-contact-form7 form.wpcf7-form.wpcf7-hidden-submit .pxl-form-control:has(input[type="submit"]), .pxl-contact-form7 form.wpcf7-form.wpcf7-hidden-submit .pxl-form-control:has(button[type="submit"]) {
  display: none;
}
.pxl-contact-form7 .wpcf7-radio {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
}
.pxl-contact-form7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.pxl-contact-form7 .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(102, 112, 133, .8);
}
.pxl-contact-form7 .wpcf7-radio .wpcf7-list-item label:has(:checked) {
  color: rgba(0, 0, 0, .8);
}
.pxl-contact-form7 input[type="radio"] {
  margin: 0;
  width: 10px;
  height: 10px;
}
.pxl-contact-form7 .pxl-form-control {
  padding-inline: calc(var(--pxl-spacing-inline) / 2);
  flex: 0 1 100%;
}
.pxl-contact-form7 .pxl-form-control.pxl-form-control-full {
  flex: 0 1 100% !important;
}
.pxl-contact-form7 .pxl-form-control .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pxl-contact-form7 .pxl-form-controlinput[type="submit"], .pxl-contact-form7 .pxl-form-controlbutton[type="submit"] {
  padding: 0;
  margin-inline: calc(var(--pxl-spacing-inline) / 2);
  margin-block: calc(var(--pxl-spacing-block) / 2);
}
.pxl-contact-form7 .pxl-form-control.has-icon {
  position: relative;
  --pxl-left: 24px;
}
.pxl-contact-form7 .pxl-form-control.has-icon svg, .pxl-contact-form7 .pxl-form-control.has-icon i {
  position: absolute;
  left: calc((var(--pxl-spacing-inline) / 2) + var(--pxl-left));
  top: 18.5px;
  z-index: 9;
}
.pxl-text-marquee {
  --pxl-spacing: 30px;
  display: flex;
  width: 100%;
  overflow-x: clip;
}
.pxl-text-marquee .text-marquee-item {
  display: flex;
  align-items: center;
  gap: var(--pxl-spacing);
  min-width: max-content;
  --pxl-duration: 50s;
  --pxl-translate-x: calc(-100% - (var(--pxl-spacing) / 2));
  -webkit-animation: marquee-animation var(--pxl-duration) linear infinite;
  -khtml-animation: marquee-animation var(--pxl-duration) linear infinite;
  -moz-animation: marquee-animation var(--pxl-duration) linear infinite;
  -ms-animation: marquee-animation var(--pxl-duration) linear infinite;
  -o-animation: marquee-animation var(--pxl-duration) linear infinite;
  animation: marquee-animation var(--pxl-duration) linear infinite;
  white-space: nowrap;
}
.pxl-text-marquee .text-marquee-item .separator {
  display: inline-flex;
}
.pxl-text-marquee .text-marquee-item.main {
  padding-right: calc(var(--pxl-spacing) / 2);
}
.pxl-text-marquee .text-marquee-item.duplicated {
  padding-left: calc(var(--pxl-spacing) / 2);
}
.pxl-text-marquee.ltr {
  justify-content: end;
}
.pxl-text-marquee.ltr .text-marquee-item {
  --pxl-translate-x: calc(100% + (var(--pxl-spacing) / 2));
}
.pxl-social-icons {
  display: flex;
  gap: 15px;
}
.pxl-accordion {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.pxl-accordion .accordion-item {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 20px 0 19px 5px;
  border-radius: 6px;
  background-color: #fff;
}
.pxl-accordion .accordion-item:first-child {
  padding-top: 19px;
}
.pxl-accordion .accordion-item.active .accordion-icon::after {
  width: 0px;
}
.pxl-accordion .accordion-divider {
  display: block;
  height: 1px;
  background-color: #ebebeb;
  width: 100%;
}
.pxl-accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
}
.pxl-accordion .accordion-header .accordion-title {
  transition: all 0.3s linear;
}
.pxl-accordion .accordion-header div.accordion-title {
  color: #1f1f1f;
  font-weight: 500;
}
.pxl-accordion .accordion-header .accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  color: #1f1f1f;
}
.pxl-accordion .accordion-header .accordion-icon::before, .pxl-accordion .accordion-header .accordion-icon::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  transition: background-color 0.3s linear, width 0.3s linear 0.3s;
}
.pxl-accordion .accordion-header .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pxl-accordion .accordion-content {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.pxl-accordion .accordion-content .content-inner {
  padding-top: 10px;
}
.pxl-post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pxl-post-meta .meta__label {
  --pxl-box-size: 38px;
  background-color: #f57200;
  color: #fff;
}
.pxl-post-meta .meta__info {
  color: #1f1f1f;
}
.pxl-post-meta .meta__info .author-link > span {
  pointer-events: none;
}
.pxl-icon-box {
  display: flex;
  gap: 15px;
}
.pxl-icon-box .icon-box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.pxl-icon-box .icon-box__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pxl-icon-box .icon-box__title {
  text-align: inherit;
  transition: all 0.3s linear;
}
.pxl-icon-box .icon-box__title > a {
  color: inherit;
  transition: none;
}
.pxl-icon-box .icon-box__description {
  text-align: inherit;
}
.pxl-icon-box .icon-box__count {
  margin-left: 4px;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #fd5900;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}
.pxl-icon-box.icon-box--secondary {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pxl-icon-box.icon-box--secondary .icon-box__icon {
  --pxl-box-size: 64px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  background-color: #e94600;
  color: #fff;
}
.pxl-icon-box.icon-box--secondary .icon-box__content {
  gap: 6px;
  text-align: center;
}
.pxl-icon-box.icon-box--secondary .icon-box__description {
  color: #424242;
  font-size: 15px;
  line-height: 1.66667;
  letter-spacing: 0;
}
.pxl-icon-box.icon-box--secondary div.icon-box__title {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  text-transform: uppercase;
}
.pxl-icon-box.icon-box--tertiary {
  align-items: center;
  gap: 23px;
}
.pxl-icon-box.icon-box--tertiary .icon-box__icon {
  color: #000;
}
.pxl-icon-box.icon-box--tertiary .icon-box__content {
  gap: 10px;
}
.pxl-icon-box.icon-box--tertiary .icon-box__description {
  color: #777;
  line-height: 1.625;
  letter-spacing: 0;
}
.pxl-icon-box.icon-box--tertiary div.icon-box__title {
  color: #252525;
  font-family: var(--font-secondary);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.90909;
  text-transform: capitalize;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box.icon-box--tertiary div.icon-box__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.pxl-icon-box.icon-box--quaternary {
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
.pxl-icon-box.icon-box--quaternary .icon-box {
  padding: 10px;
}
.pxl-icon-box.icon-box--quaternary .icon-box__icon svg {
  width: auto;
  height: 48px;
}
.pxl-icon-box.icon-box--quaternary .icon-box__content {
  gap: 16px;
}
.pxl-icon-box.icon-box--quaternary .icon-box__title {
  color: #252525;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.pxl-icon-box.icon-box--quaternary .icon-box__description {
  color: #777;
  line-height: 1.625;
  letter-spacing: 0;
}
.pxl-icon-box.icon-box--account-count {
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.pxl-icon-box.icon-box--account-count .icon-box__content {
  gap: 7px;
  align-items: center;
  text-align: center;
}
.pxl-icon-box.icon-box--account-count .icon-box__title {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
.pxl-icon-box.icon-box--account-count .icon-box__title a {
  vertical-align: middle;
}
.pxl-icon-box.icon-box--account-count .icon-box__icon {
  color: #000;
}
.pxl-image-marquee {
  --pxl-spacing: 30px;
  display: flex;
  width: 100%;
  overflow-x: clip;
}
.pxl-image-marquee.image-marquee--ltr {
  justify-content: end !important;
}
.pxl-image-marquee.image-marquee--ltr .image-marquee__item {
  --pxl-translate-x: calc(100% + (var(--pxl-spacing) / 2)) !important;
}
.pxl-image-marquee .image-marquee__item {
  display: flex;
  align-items: start;
  min-width: max-content;
  gap: var(--pxl-spacing);
  --pxl-translate-x: calc(-100% - (var(--pxl-spacing) / 2));
  -webkit-animation: marquee-animation var(--pxl-duration) linear infinite;
  -khtml-animation: marquee-animation var(--pxl-duration) linear infinite;
  -moz-animation: marquee-animation var(--pxl-duration) linear infinite;
  -ms-animation: marquee-animation var(--pxl-duration) linear infinite;
  -o-animation: marquee-animation var(--pxl-duration) linear infinite;
  animation: marquee-animation var(--pxl-duration) linear infinite;
}
.pxl-image-marquee .image-marquee__item--main {
  padding-right: calc(var(--pxl-spacing) / 2);
}
.pxl-image-marquee .image-marquee__item--duplicated {
  padding-left: calc(var(--pxl-spacing) / 2);
}
.pxl-image-marquee .image-marquee__item-link {
  flex-grow: 1;
  flex-basis: auto;
}
.pxl-image-marquee .image-marquee__item img {
  width: auto;
}
.pxl-image-carousel .image {
  display: flex;
  width: fit-content;
}
.pxl-image-carousel .image img {
  width: 100%;
  transition: all 0.3s linear;
}
.pxl-image-carousel .image .pxl-button {
  --pxl-box-size: 61px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-color: #fff;
  color: #1f1f1f;
  opacity: 0;
}
.pxl-image-carousel .image .pxl-button svg {
  width: 25px;
  height: auto;
}
.pxl-image-carousel .image:hover .pxl-button {
  opacity: 1;
}
.pxl-image-carousel .swiper-container.swiper-container-reveal-circle {
  --pxl-spacing-block: 0px;
  --pxl-spacing-inline: 0px;
}
.pxl-image-carousel .swiper-container.swiper-container-reveal-circle .swiper-slide {
  --pxl-transition-duration: 1s;
  pointer-events: none;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}
.pxl-image-carousel .swiper-container.swiper-container-reveal-circle .swiper-slide img {
  clip-path: circle(0% at 50% 50%);
  transition: clip-path var(--pxl-transition-duration) ease-in-out;
  transition-delay: var(--pxl-transition-duration);
}
.pxl-image-carousel .swiper-container.swiper-container-reveal-circle .swiper-slide.swiper-slide-next img {
  transition-delay: 0.15s;
}
.pxl-image-carousel .swiper-container.swiper-container-reveal-circle .swiper-slide.swiper-slide-active img {
  clip-path: circle(100% at 50% 50%);
  transition-delay: 0s;
}
.pxl-icon-wrapper .icon-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  list-style: none;
}
.pxl-list .list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pxl-list .list__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-image-wrapper {
  display: block;
}
.pxl-image-wrapper img {
  width: auto;
}
.pxl-posts[data-layout="1"] .grid__inner {
  --pxl-spacing-block: 64px;
}
@media screen and (max-width: 991px) {
  .pxl-posts[data-layout="1"] .grid__inner {
    --pxl-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-posts[data-layout="1"] .grid__inner {
    --pxl-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-posts[data-layout="1"] .grid__inner {
    --pxl-spacing-block: 50px;
  }
}
.pxl-posts[data-layout="1"] .grid__item.is-item-first {
  padding-inline: 0;
  margin-inline: calc(var(--pxl-spacing-inline) / 2);
  max-width: 100%;
  flex: 0 1 100%;
  padding-bottom: 31px;
  border-bottom: thin solid rgba(17, 17, 17, .15);
  margin-bottom: 16px;
}
.pxl-posts[data-layout="1"] .grid__item.is-item-first .post__meta {
  margin-bottom: 24px;
}
.pxl-posts[data-layout="1"] .grid__item.is-item-first .post__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.pxl-posts[data-layout="1"] .grid__item.is-item-first .post__featured {
  flex: 0 1 calc(51% - 15px);
  margin: 0;
}
.pxl-posts[data-layout="1"] .grid__item.is-item-first .post__featured img {
  min-height: 395px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pxl-posts[data-layout="1"] .grid__item.is-item-first .post__featured {
    flex: 0 1 100%;
  }
}
.pxl-posts[data-layout="1"] .grid__item.is-item-first .post__content {
  flex: 0 1 calc(49% - 15px);
}
@media screen and (max-width: 767px) {
  .pxl-posts[data-layout="1"] .grid__item.is-item-first .post__content {
    flex: 0 1 100%;
  }
}
.pxl-posts[data-layout="1"] .grid__item.is-item-first .post__title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.27778;
}
.pxl-posts[data-layout="1"] .post__featured {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.pxl-posts[data-layout="1"] .post__featured img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pxl-posts[data-layout="1"] .post__featured img {
    max-height: 395px;
  }
}
.pxl-posts[data-layout="1"] .post__tags {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  padding: 12px;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: end;
  gap: 6px;
}
.pxl-posts[data-layout="1"] .post__tag {
  position: relative;
  --pxl-background-color: #1f1f1f;
  pointer-events: visible;
  padding-inline: 10px;
  height: 32px;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  z-index: 99;
}
.pxl-posts[data-layout="1"] .post__tag:hover {
  color: #fff;
}
.pxl-posts[data-layout="1"] .post__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.pxl-posts[data-layout="1"] .post__meta-divider {
  display: inline-block;
  height: 16px;
  width: 1px;
  background-color: rgba(17, 17, 17, .15);
}
@media screen and (max-width: 767px) {
  .pxl-posts[data-layout="1"] .post__meta {
    gap: 10px;
  }
}
.pxl-posts[data-layout="1"] .post__author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pxl-posts[data-layout="1"] .post__author-avatar img {
  --pxl-box-size: 38px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.pxl-posts[data-layout="1"] .post__author-name {
  color: #818181;
  letter-spacing: -0.32px;
}
.pxl-posts[data-layout="1"] .post__author-name:hover {
  color: #ff6333;
}
.pxl-posts[data-layout="1"] .post__title {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.pxl-posts[data-layout="1"] .post__title > a {
  --pxl-height: 1px;
  position: relative;
  display: inline;
  color: inherit;
  background-image: linear-gradient(transparent calc(100% - var(--pxl-height)), currentcolor 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s linear, background-position 0s linear 0.3s, color 0.3s, background-color 0.3s;
}
.pxl-posts[data-layout="1"] .post__title > a:hover, .pxl-posts[data-layout="1"] .post__title > a.active {
  background-size: 100% 100%;
  background-position: right bottom;
}
.pxl-posts[data-layout="1"] .post__title > a:not(:hover) {
  background-size: 0% 100%;
  background-position: left bottom;
}
.pxl-posts[data-layout="1"] .post__excerpt {
  color: #545454;
  margin-bottom: 24px;
}
.pxl-posts[data-layout="1"] .post__button {
  font-size: 14px;
  text-transform: uppercase;
}
.pxl-posts[data-layout="2"] .grid__inner {
  --pxl-spacing-inline: 0;
  --pxl-spacing-block: 0;
  border-top: thin solid #ebebeb;
  border-bottom: thin solid #ebebeb;
}
.pxl-posts[data-layout="2"] .grid__item {
  --pxl-width: 100%;
}
.pxl-posts[data-layout="2"] .grid__item + .grid__item .post {
  border-top: thin solid #ebebeb;
}
.pxl-posts[data-layout="2"] .swiper-container {
  border-top: thin solid #ebebeb;
  border-bottom: thin solid #ebebeb;
}
.pxl-posts[data-layout="2"] .swiper-slide.swiper-slide-visible + .swiper-slide-visible {
  border-top: thin solid #ebebeb;
}
.pxl-posts[data-layout="2"] .post {
  padding-block: 30px;
}
.pxl-posts[data-layout="2"] .post:hover .post__button {
  color: #ff6333;
}
.pxl-posts[data-layout="2"] .post:hover .post__button .icon--main {
  transform: translateX(0) scale(0);
}
.pxl-posts[data-layout="2"] .post:hover .post__button .icon--copy {
  transform: translateX(0) translateY(-50%) scale(1);
}
.pxl-posts[data-layout="2"] .post__inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pxl-posts[data-layout="2"] .post__inner {
    flex-wrap: wrap;
  }
}
.pxl-posts[data-layout="2"] .post__featured {
  flex: 0 1 460px;
  border-radius: 10px;
  overflow: hidden;
}
.pxl-posts[data-layout="2"] .post__featured img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pxl-posts[data-layout="2"] .post__featured {
    flex: 0 1 100%;
  }
}
.pxl-posts[data-layout="2"] .post__main {
  flex: 0 2 872.5px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pxl-posts[data-layout="2"] .post__main {
    flex: 0 1 100%;
  }
}
.pxl-posts[data-layout="2"] .post__meta {
  display: flex;
  align-items: center;
  gap: 5px 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pxl-posts[data-layout="2"] .post__meta-group {
  display: inline-flex;
  align-items: center;
  color: #777;
  font-size: 14px;
  line-height: 1.85714;
  text-transform: uppercase;
  gap: 8px;
}
.pxl-posts[data-layout="2"] .post__meta a {
  color: #777;
}
.pxl-posts[data-layout="2"] .post__category {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pxl-posts[data-layout="2"] .post__category a {
  border: thin solid currentColor;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  padding-inline: 14px;
  border-radius: 30px;
  white-space: nowrap;
}
.pxl-posts[data-layout="2"] .post__bottom {
  display: flex;
  align-items: end;
  gap: 30px;
  justify-content: space-between;
}
.pxl-posts[data-layout="2"] .post__content {
  flex: 0 1 428px;
}
.pxl-posts[data-layout="2"] .post__title {
  color: #252525;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.pxl-posts[data-layout="2"] .post__excerpt {
  margin-top: 24px;
  line-height: 1.625;
  letter-spacing: 0;
  color: #777;
}
.pxl-posts[data-layout="2"] .post__button {
  background-color: transparent;
  color: #000;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.pxl-posts[data-layout="2"] .post__button .icon {
  transform-origin: center right;
  transition: transform 0.3s ease;
}
.pxl-posts[data-layout="2"] .post__button .icon--main {
  transform: translateX(0) scale(1);
}
.pxl-posts[data-layout="2"] .post__button .icon--copy {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%) scale(0);
}
.pxl-posts[data-layout="3"] .post__featured {
  border-radius: 10px;
  overflow: hidden;
}
.pxl-posts[data-layout="3"] .post__main {
  margin-top: 25px;
}
.pxl-posts[data-layout="3"] .post__meta {
  display: flex;
  gap: 8px;
  color: #777;
  font-size: 14px;
  line-height: 1.85714;
  text-transform: uppercase;
}
.pxl-posts[data-layout="3"] .post__meta a {
  color: #777;
}
.pxl-posts[data-layout="3"] .post__title {
  margin-top: 22px;
  color: #252525;
  font-weight: 500;
  text-transform: uppercase;
}
.pxl-posts[data-layout="3"] .post__category {
  margin-top: 21px;
  gap: 10px;
}
.pxl-posts[data-layout="3"] .post__category a {
  padding-inline: 14px;
  border-radius: 30px;
  border: thin solid #777;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.pxl-posts[data-layout="3"] .post__category a:hover {
  background-color: #777;
  color: #fff;
}
.promo-card[data-layout="1"] .promo-card__inner {
  display: flex;
  align-items: end;
  padding: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 457px;
}
.promo-card[data-layout="1"] .promo-card__title {
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.promo-card[data-layout="1"] .promo-card__button {
  font-size: 14px;
  color: #252525;
}
.promo-card[data-layout="2"] .promo-card__image {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 32px;
  width: fit-content;
}
.promo-card[data-layout="2"] .promo-card__icon {
  display: inline-flex;
  position: relative;
}
.promo-card[data-layout="2"] .promo-card__title {
  color: #252525;
  font-family: "Playfair Display";
  font-style: italic;
  line-height: 1.27778;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.promo-card[data-layout="2"] .promo-card__title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promo-card[data-layout="2"] .promo-card__title > a .button__icon, .promo-card[data-layout="2"] .promo-card__title > a .icon {
  position: relative;
}
.promo-card[data-layout="2"] .promo-card__title > a .button__icon--main, .promo-card[data-layout="2"] .promo-card__title > a .icon--main {
  transition-delay: 0.15s;
  transform-origin: right top;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.promo-card[data-layout="2"] .promo-card__title > a .button__icon--copy, .promo-card[data-layout="2"] .promo-card__title > a .icon--copy {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition-delay: 0s;
  transform-origin: left bottom;
  transition: transform 0.3s ease;
}
.promo-card[data-layout="2"] .promo-card__title > a:hover .button__icon--main, .promo-card[data-layout="2"] .promo-card__title > a:hover .icon--main {
  transform: scale(0);
  transition-delay: 0s;
}
.promo-card[data-layout="2"] .promo-card__title > a:hover .button__icon--copy, .promo-card[data-layout="2"] .promo-card__title > a:hover .icon--copy {
  transform: scale(1);
  transition-delay: 0.15s;
}
.promo-card[data-layout="2"] .promo-card__desc {
  color: #777;
  line-height: 1.625;
  letter-spacing: 0;
  max-width: 500px;
}
.promo-card[data-layout="3"] .promo-card {
  text-align: center;
}
.promo-card[data-layout="3"] .promo-card__image {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 24px;
  width: fit-content;
}
.promo-card[data-layout="3"] .promo-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.promo-card[data-layout="3"] .promo-card__title {
  color: #252525;
  margin-bottom: 14px;
}
.promo-card[data-layout="3"] .promo-card__desc {
  color: #777;
  line-height: 1.625;
  max-width: 430px;
  letter-spacing: 0;
}
.promo-card[data-layout="3"] .promo-card__button {
  background-color: transparent;
  height: 26px;
  margin-top: 24px;
  border: none;
  color: #6a3d2d;
}
.show-case:hover .show-case__button {
  opacity: 1;
  margin: 0;
}
.show-case:hover .show-case__image::after {
  opacity: 1;
}
.show-case__image {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
  position: relative;
  background-color: #d9d9d9;
}
.show-case__image:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .5);
  backdrop-filter: blur(2px);
  opacity: 0;
  z-index: 8;
  transition: opacity 0.3s linear;
}
.show-case__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  pointer-events: none;
  gap: 10px;
  flex-direction: column;
  z-index: 9;
}
.show-case__button {
  --pxl-background-color: #000;
  pointer-events: visible;
  margin-top: 30px;
  opacity: 0;
}
.show-case__button:hover {
  color: #fff;
}
.show-case__title {
  color: #000;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-align: center;
}
.show-case__title-text {
  display: inline-block;
  vertical-align: middle;
}
.show-case__label {
  padding-inline: 10px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #fff;
  margin-left: 10px;
  font-weight: 400;
  border-radius: 11px;
  display: inline-block;
  vertical-align: middle;
  background-color: #5427a6;
}
.product-sort {
  height: 40px;
  padding-inline: 12px;
  color: #1f1f1f;
  font-size: 16px;
  text-transform: uppercase;
}
.pxl-product-categories[data-layout="1"] .category-item {
  position: relative;
  height: 100%;
}
.pxl-product-categories[data-layout="1"] .category-item:hover .pxl-button {
  color: #fff;
}
.pxl-product-categories[data-layout="1"] .category-item:hover .pxl-button .button__blobs {
  z-index: 0;
}
.pxl-product-categories[data-layout="1"] .category-item:hover .pxl-button .button__blobs > div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
.pxl-product-categories[data-layout="1"] .category-item__featured {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.pxl-product-categories[data-layout="1"] .category-item__featured img {
  transition: 0.3s linear;
}
.pxl-product-categories[data-layout="1"] .category-item__featured:hover img {
  scale: 1.15;
}
.pxl-product-categories[data-layout="1"] .category-item__name {
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 15px;
}
.pxl-product-categories[data-layout="1"] .category-item__name-link {
  --pxl-background-color: #252525;
  font-weight: 600;
  display: inline;
  padding: 12px 32px;
  border-radius: 4px;
  background-color: #fff;
  color: #252525;
}
.pxl-product-categories[data-layout="2"] .swiper-slide {
  display: flex;
  justify-content: center;
}
.pxl-product-categories[data-layout="2"] .category-item {
  display: inline-flex;
  text-align: center;
  gap: 20px;
  flex-direction: column;
}
.pxl-product-categories[data-layout="2"] .category-item__featured {
  border-radius: 50%;
  overflow: hidden;
  overflow: hidden;
}
.pxl-product-categories[data-layout="2"] .category-item__featured img {
  transition: transform 0.3s ease;
}
.pxl-product-categories[data-layout="2"] .category-item__featured:hover img {
  transform: scale(1.15);
}
.pxl-product-categories[data-layout="2"] .category-item__featured img {
  width: 100%;
  height: auto;
}
.pxl-product-categories[data-layout="2"] .category-item__name {
  font-weight: 500;
  line-height: 1.625;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.pxl-product-categories[data-layout="2"] .category-item__name > a {
  color: #252525;
}
.pxl-product-categories[data-layout="2"] .category-item__name > a:hover {
  color: #fd5900;
}
.pxl-product-categories[data-layout="2"] .category-item__count {
  color: #6a3d2d;
  font-size: 16px;
  line-height: 1;
}
.pxl-product-categories[data-layout="2"][data-layout_style="2"] .category-item__featured img {
  border-radius: 20px;
}
.pxl-product-categories[data-layout="2"][data-layout_style="2"] .category-item__name {
  line-height: 1.41667;
  text-transform: capitalize;
}
.pxl-product-categories[data-layout="2"][data-layout_style="2"] .category-item__name > a {
  color: #6a3d2d;
}
.product__featured img {
  object-fit: contain;
}
.product__price .price--old .amount {
  text-decoration: line-through solid currentColor;
}
.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-price .price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  font-family: var(--font-primary);
}
.product-price .price:not(:has(.price--old)), .product-price .price:not(:has(.price--normal)), .product-price .price:not(:has(.price--sale)) {
  color: #1c1c1c;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3125;
}
.product-price .price--old {
  color: rgba(28, 28, 28, .6);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}
.product-price .price--old .amount {
  text-decoration: line-through solid currentColor;
}
.product-price .price--normal, .product-price .price--sale {
  color: #dd4c20;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3125;
}
@media screen and (max-width: 1199px) {
  .product-price .price--normal, .product-price .price--sale {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-price .price--normal, .product-price .price--sale {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-price .price--normal, .product-price .price--sale {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .product-price .price--normal, .product-price .price--sale {
    font-size: 24px;
  }
}
.product-price .price--normal {
  color: #1c1c1c;
}
.product-price .product-label {
  padding-inline: 11px;
  line-height: 24px;
}
.product-stock {
  display: flex;
  gap: 20px;
  align-items: center;
}
.product-stock.out-of-stock .product-label {
  background-color: #afafaf;
  color: #fff;
}
.product-stock .selled {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #000;
  font-size: 14px;
  line-height: 1.42857;
}
.product-stock .product-label {
  line-height: 30px;
  padding-inline: 10px;
}
.product-add-to-cart form.cart .quantity-wrap {
  width: 100%;
  margin-bottom: 38px;
}
.product-add-to-cart form.cart .quantity-wrap .quantity-preview {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.product-add-to-cart form.cart .quantity-wrap .quantity-preview > span {
  font-weight: 600;
}
.product-add-to-cart form.cart .quantity-wrap .quantity {
  float: none !important;
}
.product-add-to-cart form.cart .product-actions {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .product-add-to-cart form.cart .product-actions {
    flex-wrap: wrap;
  }
}
.product-add-to-cart form.cart .product-actions .button--compare, .product-add-to-cart form.cart .product-actions .button--wishlist {
  width: 52px;
  height: 52px;
  border: thin solid rgba(17, 17, 17, .15);
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .product-add-to-cart form.cart .product-actions .button--compare, .product-add-to-cart form.cart .product-actions .button--wishlist {
    flex: 0 1 calc(50% - 5px);
  }
}
.product-add-to-cart form.cart .product-actions .button--compare:hover, .product-add-to-cart form.cart .product-actions .button--wishlist:hover, .product-add-to-cart form.cart .product-actions .button--compare .added, .product-add-to-cart form.cart .product-actions .button--wishlist .added, .product-add-to-cart form.cart .product-actions .button--compare .woosw-added, .product-add-to-cart form.cart .product-actions .button--wishlist .woosw-added {
  border-color: #111;
  background-color: #111;
}
.product-add-to-cart form.cart .product-actions .button--add-to-cart {
  --pxl-background-color: #1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 52px;
  float: none;
  padding: 0 32px;
  border-radius: 6px;
  background-color: #fd5900 !important;
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1 !important;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .product-add-to-cart form.cart .product-actions .button--add-to-cart {
    flex: 0 1 100%;
  }
}
.product-add-to-cart form.cart .product-actions .button--add-to-cart .button__text--price, .product-add-to-cart form.cart .product-actions .button--add-to-cart > svg {
  position: relative;
  z-index: 9;
}
.product-add-to-cart form.cart .product-actions .button--add-to-cart.disabled {
  cursor: not-allowed;
  background-color: #afafaf !important;
}
.product-add-to-cart form.cart .wpcbn-btn {
  --pxl-background-color: #1f1f1f;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: none;
  height: 52px;
  background-color: #fff;
  border: thin solid #1f1f1f;
  border-radius: 6px;
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0 32px;
  opacity: 1 !important;
}
.product-add-to-cart form.cart .wpcbn-btn .button__blobs {
  z-index: -1;
}
.product-add-to-cart form.cart .wpcbn-btn.disable, .product-add-to-cart form.cart .wpcbn-btn.wpcbn-disabled {
  background-color: #afafaf;
  border-color: #afafaf;
  color: #fff;
}
.product-add-to-cart form.cart .wpcbn-btn.disable .button__blobs, .product-add-to-cart form.cart .wpcbn-btn.wpcbn-disabled .button__blobs {
  display: none;
}
.product-add-to-cart form.cart .wpcbn-btn:hover:not(.disable, .wpcbn-disabled) {
  color: #fff;
}
.product-add-to-cart form.cart .woocommerce-variation-price, .product-add-to-cart form.cart .woocommerce-variation-availability {
  display: none;
}
.product-meta .product_meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-meta .product_meta span {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.48px;
}
.product-meta .product_meta span > span, .product-meta .product_meta span a {
  font-weight: 600;
  color: #000;
}
.product-tabs .tab__inner {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.product-tabs .tab__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: thin solid #ebebeb;
  gap: 15px 64px;
}
@media screen and (max-width: 1199px) {
  .product-tabs .tab__buttons {
    gap: 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-tabs .tab__buttons {
    gap: 15px 30px;
    justify-content: start;
  }
}
.product-tabs .tab__button {
  font-family: var(--font-primary);
  padding-block: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .product-tabs .tab__button {
    padding-block: 0 15px;
  }
}
.product-tabs .tab__button::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: all 0.3s linear;
}
.product-tabs .tab__button.active, .product-tabs .tab__button:hover {
  color: #fd5900;
}
.product-tabs .tab__button.active::after, .product-tabs .tab__button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.product-tabs .tab__content {
  display: none;
}
.product-tabs .tab__content.active {
  display: block;
}
.product-tabs #reviews .reviews__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .product-tabs #reviews .reviews__inner {
    flex-direction: column;
  }
}
.product-tabs #reviews .reviews__inner .customer-reviews {
  flex: 0 0 auto;
  height: fit-content;
  position: sticky;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product-tabs #reviews .reviews__inner .customer-reviews {
    position: relative;
    top: auto;
    height: auto;
    flex: 0 1 100%;
  }
}
.product-tabs #reviews .reviews__inner .customer-reviews__title {
  text-transform: uppercase;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 48px;
}
.product-tabs #reviews .reviews__inner .customer-reviews__rating {
  max-width: 289px;
  margin-bottom: 40px;
}
.product-tabs #reviews .reviews__inner #comments {
  flex: 0 1 881px;
}
@media screen and (max-width: 767px) {
  .product-tabs #reviews .reviews__inner #comments {
    flex: 0 1 100%;
  }
}
.product-tabs #reviews .reviews__inner #comments .comments__title {
  color: #1f1f1f;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist {
  padding: 0;
  max-width: 680px;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li {
  margin: 0;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li + li {
  margin-top: 24px;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container {
  display: flex;
  gap: 15px;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container img.avatar {
  --pxl-box-size: 48px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  float: left;
  position: relative;
  top: auto;
  left: auto;
  padding: 0px;
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  flex-shrink: 0;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 15px;
  align-items: center;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text::before, .product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text::after {
  display: none;
}
@media screen and (max-width: 575px) {
  .product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text .rating-star {
    flex: 0 1 100%;
  }
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text .meta {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  margin-right: auto;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
  font-size: 0;
  width: 1px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-inline: 10px;
  background-color: #ebebeb;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 575px) {
  .product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text .meta {
    flex: 0 1 100%;
  }
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text .description {
  flex: 0 1 100%;
}
.product-tabs #reviews .reviews__inner #comments ol.commentlist li .comment_container .comment-text .description p {
  color: #818181;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}
.product-tabs #reviews .reviews__inner #comments .comments__divider {
  max-width: 680px;
  margin-left: auto;
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  margin-block: 22px;
}
.product-tabs #reviews .reviews__inner #comments .woocommerce-noreviews {
  text-align: start;
}
.product-tabs #reviews .reviews__inner #comments #review_form_wrapper {
  overflow: hidden;
  padding-left: 53.5px;
  transition: height 0.5s ease;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .product-tabs #reviews .reviews__inner #comments #review_form_wrapper {
    padding-left: 0;
  }
}
.product-tabs #reviews .reviews__inner #comments #review_form_wrapper .comment-reply-title {
  color: #1f1f1f;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}
.product-reviews #reviews .reviews__title {
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.96px;
  margin-bottom: 48px;
}
.product-reviews #reviews .reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 48px;
}
.product-reviews #reviews .rating-meta {
  margin: 0;
  flex-direction: column;
  gap: 8px;
  align-items: start;
}
.product-reviews #reviews .rating-meta .meta-group {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.product-reviews #reviews .rating-meta .rating-count-text {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.product-reviews #reviews .rating-list {
  flex: 0 1 290px;
  margin: 0;
}
.product-reviews #reviews #comments #review_form_wrapper {
  overflow: hidden;
  transition: height 0.5s ease;
  text-align: center;
}
.product-reviews #reviews #comments #review_form_wrapper #review_form {
  max-width: 827px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.product-reviews #reviews #comments #review_form_wrapper .comment-respond .comment-reply-title {
  display: none;
}
.product-reviews #reviews #comments #review_form_wrapper .comment-respond .comment-notes {
  display: block;
  color: #818181;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.55556;
}
.product-reviews #reviews #comments #review_form_wrapper .comment-respond .comment-notes {
  margin-bottom: 24px;
}
.product-reviews #reviews #comments #review_form_wrapper .comment-form-rating {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.product-reviews #reviews #comments #review_form_wrapper .comment-form-rating label {
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}
.product-reviews #reviews #comments #review_form_wrapper .comment-form-rating .stars {
  margin: 0 !important;
}
.product-reviews #reviews #comments #review_form_wrapper .comment-form-rating .stars > span {
  display: inline-flex;
  gap: 5px;
}
.product-reviews #reviews #comments #review_form_wrapper .comment-form-rating .stars a {
  color: #f1c900;
  font-size: 18px;
}
.product-reviews #reviews #comments #review_form_wrapper .comment-form-cookies-consent {
  margin-block: 24px 0;
}
.product-reviews #reviews #comments #review_form_wrapper .form-submit {
  margin-block: 40px 0;
  justify-content: center;
}
.product-reviews #reviews #comments #review_form_wrapper .form-submit .button--toggle-comment-form {
  --pxl-background-color: #252525;
  background-color: transparent;
  color: #252525;
  border-color: #252525;
}
.product-reviews #reviews #comments #review_form_wrapper .form-submit .button--toggle-comment-form:hover {
  color: #fff;
}
.product-reviews #reviews #comments ol.commentlist {
  padding: 0;
}
.product-reviews #reviews #comments ol.commentlist li.review {
  padding-block: 24px;
  border-bottom: thin solid #ebebeb;
  margin: 0;
}
.product-reviews #reviews #comments ol.commentlist li.review .comment_container {
  display: flex;
  gap: 15px;
}
.product-reviews #reviews #comments ol.commentlist li.review .comment_container img.avatar {
  --pxl-box-size: 48px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  float: left;
  position: relative;
  top: auto;
  left: auto;
  padding: 0px;
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  flex-shrink: 0;
}
.product-reviews #reviews #comments ol.commentlist li.review .comment__content {
  width: 100%;
}
.product-reviews #reviews #comments ol.commentlist li.review .comment__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-reviews #reviews #comments ol.commentlist li.review .comment__divider {
  height: 14px;
  width: 1px;
  background-color: #ebebeb;
}
.product-reviews #reviews #comments ol.commentlist li.review .comment__date {
  color: #1f1f1f;
  line-height: 1.625;
  margin-left: auto;
}
.product-reviews #reviews #comments ol.commentlist li.review .comment__user-name {
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 1.625;
}
.product-reviews #reviews #comments ol.commentlist li.review .comment__text {
  margin-top: 15px;
  color: var(--Body, #818181);
  line-height: 1.625;
}
.product-reviews #reviews #comments ol.commentlist li.review .comment .rating-star {
  color: #fd5900;
}
.product-reviews #reviews #comments .title {
  display: block;
  color: #1f1f1f;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.product-stores .store-item + .store-item {
  margin-top: 48px;
}
.product-stores .store-title {
  text-transform: capitalize;
  color: #1f1f1f;
  margin-bottom: 20px;
}
.product-stores .store-out-of-this-product {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.product-stores .store-out-of-this-product .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: thin solid #fd5900;
  background-color: transparent;
  color: transparent;
}
.product-stores .store-out-of-this-product .checkbox.checked {
  background-color: #fd5900;
  color: #fff;
}
.product-stores .store-out-of-this-product .note {
  color: #1f1f1f;
  letter-spacing: -0.32px;
}
.product-stores .store-meta {
  margin-bottom: 24px;
}
.product-stores .store-meta > span {
  max-width: 150px;
  letter-spacing: -0.32px;
  display: block;
}
.product-stores .store-meta > span a {
  color: #818181;
}
.product-stores .store-google-map > a {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
}
.product-share {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 10px;
}
.product-share a {
  --pxl-box-size: 46px;
  color: #fff;
}
.product-share a.share-link-facebook {
  background-color: #1877f2;
}
.product-share a.share-link-twitter {
  background-color: #1da1f2;
}
.product-share a.share-link-pinterest {
  background-color: #bd081c;
}
.product-share a.share-link-linkedin {
  background-color: #0077b5;
}
.product-share a.share-link-whatsapp {
  background-color: #25d366;
}
.product-share a.share-link-telegram {
  background-color: #08c;
}
.product-share a.share-link-instagram {
  background-color: #e4405f;
}
.product-share a.share-link-youtube {
  background-color: #f00;
}
.product-share a.share-link-tiktok {
  background-color: #000;
}
.product-sale-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.product-sale-countdown .countdown {
  gap: 3px;
}
.product-sale-countdown .countdown-icon {
  display: inline-flex;
}
.product-sale-countdown .countdown-header {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-sale-countdown .countdown-title {
  color: #101828;
  font-size: 12px;
  font-weight: 600;
}
.product-sale-countdown .countdown .countdown__timer {
  color: #e83524;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  flex-direction: row;
  gap: 0;
}
.product-rating {
  display: flex;
  gap: 5px 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.product-suggested[data-layout="2"] .grid__item {
  --pxl-width: 100%;
}
.product-suggested[data-layout="2"] .swiper-slide-visible + .swiper-slide-visible .product {
  border-top: thin solid rgba(255, 255, 255, .6);
}
.product-suggested[data-layout="2"] .grid__item + .grid__item .product {
  border-top: thin solid rgba(255, 255, 255, .6);
}
.product-suggested[data-layout="2"] .grid__inner {
  gap: 0;
}
.product-suggested[data-layout="2"] .product {
  display: flex;
  gap: 24px;
  padding-block: 20px;
}
.product-suggested[data-layout="2"] .product__featured {
  flex: 0 0 100px;
}
.product-suggested[data-layout="2"] .product__featured img {
  border-radius: 10px;
  width: 100%;
}
.product-suggested[data-layout="2"] .product__content {
  flex: 0 1 auto;
  padding-block: 5.5px;
}
@media screen and (max-width: 1199px) {
  .product-suggested[data-layout="2"] .product__content {
    padding: 0;
  }
}
.product-suggested[data-layout="2"] .product .product-categories {
  margin-bottom: 5px;
}
.product-suggested[data-layout="2"] .product .product-categories a {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.83333;
  text-transform: uppercase;
}
.product-suggested[data-layout="2"] .product__name {
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
}
.product-suggested[data-layout="2"] .product__name a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .product-suggested[data-layout="2"] .product__name {
    font-size: 14px;
  }
}
.product-suggested[data-layout="2"] .product__price {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #fff;
  gap: 10px;
  margin-top: 9px;
}
.product-suggested[data-layout="2"] .product__price .price--old {
  font-size: 14px;
  opacity: 0.6;
}
.product-suggested[data-layout="3"] .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 36px 34px;
  border: thin solid #ffc9c9;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
}
.product-suggested[data-layout="3"] .product__featured {
  margin-bottom: 22px;
}
.product-suggested[data-layout="3"] .product-categories {
  color: #777;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38462;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-suggested[data-layout="3"] .product__name {
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}
.product-suggested[data-layout="3"] .product__price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
  color: #c22f21;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 17px;
  justify-content: center;
}
.product-suggested[data-layout="3"] .product__price .price--old {
  color: #777;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14286;
}
.product-suggested[data-layout="3"] .product__sale-coundown {
  margin-bottom: 24px;
}
.product-suggested[data-layout="3"] .product__sale-coundown .title {
  color: #b90c0c;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 13px;
}
.product-suggested[data-layout="3"] .product__sale-coundown .pxl-countdown {
  justify-content: center;
  gap: 8px;
}
.product-suggested[data-layout="3"] .product__sale-coundown .pxl-countdown .countdown__timer {
  display: inline-flex;
  gap: 5px;
}
.product-suggested[data-layout="3"] .product__sale-coundown .pxl-countdown .value {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 6px;
  height: 44px;
  width: 37px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44444;
}
.product-suggested[data-layout="3"] .product__is-in-stock {
  color: #252525;
  font-weight: 500;
  line-height: 1.625;
}
.product-suggested[data-layout="3"] .product__is-in-stock::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #ff9a0c;
  --pxl-box-size: 7px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.product-suggested[data-layout="3"] .product__content {
  width: 100%;
}
.product-suggested[data-layout="3"] .product__features {
  display: inline-flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  margin: 0;
  align-items: start;
  margin-bottom: 32px;
}
.product-suggested[data-layout="3"] .product__features li {
  color: #777;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.71423;
  gap: 12px;
}
.product-suggested[data-layout="3"] .product__features li svg {
  color: #fd5900;
}
.product-suggested[data-layout="3"] .product .button--quickadd {
  --pxl-background-color: #1f1f1f;
  height: 52px;
  width: 100%;
  background-color: #fa7827;
  color: #fff;
}
.product-suggested[data-layout="3"] .product .divider {
  height: 1px;
  background-color: #ebebeb;
  margin-block: 20px;
}
.product-suggested[data-layout="3"] .product .pxl-countdown .countdown__timer {
  flex-direction: row;
}
.product-suggested[data-layout="4"] .product:hover .product__featured::after {
  opacity: 1;
  clip-path: circle(100% at 50% 50%);
  transition-delay: 0;
}
.product-suggested[data-layout="4"] .product:hover .product__featured > a {
  opacity: 1;
  transition-delay: 0.3s;
}
.product-suggested[data-layout="4"] .product:hover .product__featured > a:hover {
  transition-delay: 0s;
}
.product-suggested[data-layout="4"] .product__featured {
  border-radius: 10px;
  background-color: #d9d9d9;
  overflow: hidden;
  margin-bottom: 21px;
  position: relative;
}
.product-suggested[data-layout="4"] .product__featured::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  clip-path: circle(0% at 50% 50%);
  transition-delay: 0.3s;
  transition: all 0.3s linear;
}
.product-suggested[data-layout="4"] .product__featured > a {
  --pxl-box-size: 48px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  --pxl-translate-x: -50%;
  --pxl-translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--pxl-translate-x), var(--pxl-translate-y));
  z-index: 9;
  color: #fff;
  background-color: #fd5900;
  -webkit-box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.25);
  -khtml-box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.25);
  -moz-box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.25);
  -ms-box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.25);
  -o-box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.25);
  box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.25);
  opacity: 0;
  transition-delay: 0;
}
.product-suggested[data-layout="4"] .product__featured > a:hover {
  background-color: #1f1f1f;
}
.product-suggested[data-layout="4"] .product__name {
  color: #1f1f1f;
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-suggested[data-layout="4"] .product__price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  justify-content: start;
}
.product-suggested[data-layout="4"] .product__price .price--normal, .product-suggested[data-layout="4"] .product__price .price--sale {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.product-suggested[data-layout="4"] .product__price .price--old {
  color: rgba(28, 28, 28, .6);
  font-size: 16px;
  font-weight: 400;
}
.product-search {
  display: flex;
}
.product-search[data-layout="1"] .form {
  width: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  border-radius: 42px;
  border: thin solid #ebebeb;
  align-items: center;
  max-width: 631px;
  transition: border-radius 0.3s linear;
}
.product-search[data-layout="1"] .form:has(.nice-select.open) {
  border-radius: 42px 42px 42px 0;
}
.product-search[data-layout="1"] .form:has(input[name="search"]:is(:focus, :not(:placeholder-shown))) {
  border-radius: 42px 42px 0 42px;
}
.product-search[data-layout="1"] .form__select {
  min-width: 198px;
  width: fit-content;
  color: #000;
  font-size: 14px;
  line-height: 1.42857;
  padding-inline: 20px;
  border: none;
  justify-content: space-between;
  background-color: transparent;
  height: 50px;
}
.product-search[data-layout="1"] .form__select .list {
  margin-top: 1px;
}
.product-search[data-layout="1"] .form__select .list li {
  padding-inline: 20px;
}
.product-search[data-layout="1"] .form__select::after {
  font-size: 6px;
}
.product-search[data-layout="1"] .form__field {
  height: 50px;
  border: none;
  width: 100%;
  color: #989898;
  font-size: 14px;
  line-height: 50px;
  background-color: transparent;
}
.product-search[data-layout="1"] .form__field-wrap {
  flex-grow: 1;
}
.product-search[data-layout="1"] .form__field:hover, .product-search[data-layout="1"] .form__field:focus {
  color: #000;
}
.product-search[data-layout="1"] .form .divider {
  height: 32px;
  width: 1px;
  background-color: #ebebeb;
}
.product-search[data-layout="1"] .form button {
  height: 42px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 24px;
  background-color: #000;
  color: #fff;
  width: 84px;
  padding: 0;
}
.product-search[data-layout="2"] .form {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.product-search[data-layout="2"] .form__field {
  height: 58px;
  border: none;
  border-bottom: thin solid rgba(17, 17, 17, .15);
  width: 100%;
  background-color: transparent;
  padding-inline: 42px 32px;
  color: #777;
  font-size: 16px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.product-search[data-layout="2"] .form__field:hover, .product-search[data-layout="2"] .form__field:focus {
  color: #000;
}
.product-search[data-layout="2"] .form__field-wrap {
  position: relative;
}
.product-search[data-layout="2"] .form__field-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  --pxl-box-size: 32px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.product-single-mini .summary {
  display: flex;
  justify-content: space-between;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .product-single-mini .summary {
    flex-direction: column;
  }
}
.product-single-mini .product-image {
  flex: 0 1 684px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-single-mini .product-image img {
  max-height: 723px;
  object-fit: contain;
  width: auto;
}
@media screen and (max-width: 767px) {
  .product-single-mini .product-image {
    flex: 0 1 auto;
  }
}
.product-single-mini .product-main {
  flex: 0 1 708px;
}
@media screen and (max-width: 767px) {
  .product-single-mini .product-main {
    flex: 0 1 auto;
  }
}
.product-single-mini .product-rating, .product-single-mini .product-title, .product-single-mini .product-stock, .product-single-mini .product-sale-countdown {
  margin-bottom: 24px;
}
.product-single-mini .product-price {
  margin-bottom: 10px;
}
.product-single-mini .product-add-to-cart .variations_form {
  margin-bottom: 24px;
}
.product-single-mini .product__view-full {
  margin-top: 32px;
  background-color: transparent;
  color: #000;
  gap: 4px;
}
.product-single-mini .product__view-full svg {
  transition: transform 0.3s ease;
}
.product-single-mini .product__view-full:hover {
  color: #ff6333;
}
.product-single-mini .product__view-full:hover svg {
  transform: translateX(10px);
}
.reviews p {
  margin: 0;
}
.reviews .woocommerce-noreviews {
  text-align: center;
}
.reviews .rating-meta {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.reviews .rating-meta .rating-star-count {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.reviews .rating-meta .rating-count, .reviews .rating-meta .rating-number {
  flex: 0 0 auto;
  color: #1f1f1f;
  font-family: var(--font-primary);
  letter-spacing: -0.32;
}
.reviews .rating-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin-bottom: 40px;
}
.reviews .rating-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews .rating-list li .number-star {
  flex: 0 0 30px;
  color: #1f1f1f;
  letter-spacing: -0.32px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.reviews .rating-list li .number-star svg {
  color: var(--color-secondary);
}
.reviews .rating-list li .rating-count {
  color: #1f1f1f;
}
.reviews .rating-list li .rating-progress-bar {
  flex-grow: 1;
  height: 4px;
  background-color: #ebebeb;
}
.reviews .rating-list li .rating-progress-bar .slider {
  height: 4px;
  background-color: #fd5900;
  width: 0;
}
.reviews .button--toggle-comment-form {
  --pxl-background-color: #1f1f1f;
  text-transform: uppercase;
  color: #1f1f1f;
  background-color: #fff;
  border: thin solid #1f1f1f;
}
.reviews .button--toggle-comment-form:hover {
  color: #fff;
}
.reviews #comments form.comment-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.reviews #comments form.comment-form .comment-notes {
  flex: 0 1 100%;
  margin-bottom: 24px;
}
.reviews #comments form.comment-form .comment-notes span {
  color: #818181;
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
.reviews #comments form.comment-form .comment-form-rating {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 1 100%;
  margin-bottom: 24px;
}
.reviews #comments form.comment-form .comment-form-rating label {
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}
.reviews #comments form.comment-form .comment-form-rating .stars {
  display: inline-flex;
  margin: 0;
}
.reviews #comments form.comment-form .comment-form-rating .stars > span {
  display: inline-flex;
  gap: 5px;
}
.reviews #comments form.comment-form .comment-form-rating .stars > span a {
  color: #f1c900;
  font-size: 18px;
}
.reviews #comments form.comment-form .comment-form__control {
  display: flex;
  position: relative;
  flex: 0 1 calc(50% - 5px);
  margin-bottom: 10px;
}
.reviews #comments form.comment-form .comment-form__control.comment-form-comment {
  flex: 0 1 100%;
  margin-bottom: 24px;
}
.reviews #comments form.comment-form .comment-form__control.comment-form-comment label {
  top: 24px;
  transform: translateY(0);
}
.reviews #comments form.comment-form .comment-form__control label {
  color: #b6b6b6;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background-color: #fff;
  pointer-events: none;
}
.reviews #comments form.comment-form .comment-form__control input, .reviews #comments form.comment-form .comment-form__control textarea {
  height: 50px;
  border-radius: 8px;
  border: thin solid #ebebeb;
  background-color: #fff;
  padding-inline: 24px;
}
.reviews #comments form.comment-form .comment-form__control input::placeholder, .reviews #comments form.comment-form .comment-form__control textarea::placeholder, .reviews #comments form.comment-form .comment-form__control input::-webkit-input-placeholder, .reviews #comments form.comment-form .comment-form__control textarea::-webkit-input-placeholder {
  color: transparent;
}
.reviews #comments form.comment-form .comment-form__control input:is(:focus, :not(:placeholder-shown)) ~ label, .reviews #comments form.comment-form .comment-form__control textarea:is(:focus, :not(:placeholder-shown)) ~ label {
  top: 0;
  font-size: 14px;
  left: 12px;
}
.reviews #comments form.comment-form .comment-form__control textarea {
  padding-top: 13px;
  height: 249px !important;
}
.reviews #comments form.comment-form .comment-form__control textarea:is(:focus, :not(:placeholder-shown)) ~ label {
  transform: translateY(-50%);
}
.reviews #comments form.comment-form .comment-form-cookies-consent {
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  display: inline-flex;
  align-items: center;
  flex: 0 1 100%;
  gap: 10px;
  margin-block: 40px 40px;
}
.reviews #comments form.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin: 0;
  width: 14px;
  height: 14px;
  accent-color: #007bff;
}
.reviews #comments form.comment-form .form-submit {
  flex: 0 1 100%;
  display: flex;
  gap: 15px;
}
.reviews #comments form.comment-form .form-submit .pxl-button {
  --pxl-background-color: #1f1f1f;
  height: 52px;
  padding-inline: 34px;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #fd5900;
}
.woocommerce #review_form #respond p.form-submit {
  margin-bottom: 0;
}
.product-label {
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  gap: 10px;
}
.product-label--onsale {
  background-color: #d77920;
  color: #fff;
}
.product-label--stock {
  border-radius: 5px;
  color: #1d770b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  background-color: rgba(44, 163, 21, .1);
  text-transform: capitalize;
}
.pxl-countdown, .countdown {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pxl-countdown .countdown__timer, .countdown .countdown__timer {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  min-width: fit-content;
}
.pxl-countdown[data-layout_style="1"] .countdown__timer, .countdown[data-layout_style="1"] .countdown__timer {
  height: 110px;
  min-width: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 10px;
  border: thin solid rgba(17, 17, 17, .15);
}
.pxl-countdown[data-layout_style="1"] .separator, .countdown[data-layout_style="1"] .separator {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 500;
}
.pxl-countdown[data-layout_style="1"] .value, .countdown[data-layout_style="1"] .value {
  color: #ff6333;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
}
.pxl-countdown[data-layout_style="1"] .unit, .countdown[data-layout_style="1"] .unit {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
}
.pxl-countdown[data-layout_style="2"], .countdown[data-layout_style="2"] {
  align-items: start;
}
.pxl-countdown[data-layout_style="2"] .countdown__timer, .countdown[data-layout_style="2"] .countdown__timer {
  gap: 4px;
  align-items: center;
}
.pxl-countdown[data-layout_style="2"] .separator, .countdown[data-layout_style="2"] .separator {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
}
.pxl-countdown[data-layout_style="2"] .value, .countdown[data-layout_style="2"] .value {
  color: #fd5900;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
}
.pxl-countdown[data-layout_style="2"] .unit, .countdown[data-layout_style="2"] .unit {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
}
.pxl-countdown {
  margin: 0;
  list-style: none;
  display: flex;
}
.icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-text__icon {
  display: inline-flex;
}
.pxl-testimonial-carousel .pxl-testimonial-user {
  display: flex;
  align-items: center;
}
.pxl-testimonial-carousel .testimonial__verified, .pxl-testimonial-carousel .testimonial__not-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #48b02c;
  font-size: 14px;
  line-height: 2.14286;
  text-transform: capitalize;
}
.pxl-testimonial-carousel .testimonial__verified .tick, .pxl-testimonial-carousel .testimonial__not-verified .tick {
  --pxl-box-size: 14px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #48b02c;
}
.pxl-testimonial-carousel .testimonial__not-verified {
  color: #777;
}
.pxl-testimonial-carousel .testimonial__not-verified .tick {
  background-color: #777;
}
.pxl-testimonial-carousel[data-layout="1"] .swiper-inner {
  --pxl-spacing-inline: 0;
  --pxl-spacing-block: 0;
  padding-right: 52px;
  display: flex;
  align-items: center;
  gap: 79px;
}
@media screen and (max-width: 1399px) {
  .pxl-testimonial-carousel[data-layout="1"] .swiper-inner {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="1"] .swiper-inner {
    padding: 0;
    flex-wrap: wrap;
  }
}
.pxl-testimonial-carousel[data-layout="1"] .swiper-slide-visible .pxl-testimonial-icon {
  scale: 1;
}
.pxl-testimonial-carousel[data-layout="1"] .testimonial-images {
  border-radius: 30px;
  overflow: hidden;
  flex: 0 1 424px;
  max-width: 424px;
  position: relative;
  width: 100%;
  height: 430px;
}
.pxl-testimonial-carousel[data-layout="1"] .testimonial-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 100%);
  visibility: hidden;
  transition: 0.3s linear;
}
.pxl-testimonial-carousel[data-layout="1"] .testimonial-images img.active {
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel[data-layout="1"] .testimonial-images {
    flex: 0 1 calc(50% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel[data-layout="1"] .testimonial-images {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel[data-layout="1"] .testimonial-images {
    flex: 0 1 100%;
    height: 400px;
    width: 100%;
    max-width: 100%;
  }
}
.pxl-testimonial-carousel[data-layout="1"] .swiper-container {
  flex: 1 1 626px;
  padding-top: 5px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="1"] .swiper-container {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel[data-layout="1"] .swiper-container {
    flex: 0 1 calc(50% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel[data-layout="1"] .swiper-container {
    flex: 0 1 100%;
  }
}
.pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-item {
  position: relative;
}
.pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-icon {
  position: absolute;
  z-index: 0;
  bottom: -5px;
  right: 18%;
  scale: 0;
  transition: scale 0.3s linear 0.25s;
  color: #63ab52;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-icon {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-icon {
    display: none;
  }
}
.pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-secondary);
  margin-bottom: 19px;
}
.pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-rating svg {
  width: 22px;
  height: auto;
}
.pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-content {
  color: var(--color-tertiary);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 60px;
  max-width: 636px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-content {
    font-size: 26px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-content {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-content {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-user {
  position: relative;
  gap: 19px;
}
.pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-user .pxl-user-image img {
  --pxl-box-size: 62px;
  overflow: hidden;
}
.pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-user .pxl-user-title {
  color: #404a3d;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 2px;
}
.pxl-testimonial-carousel[data-layout="1"] .pxl-testimonial-user .pxl-user-name {
  color: var(--color-tertiary);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
}
.pxl-testimonial-carousel[data-layout="1"] .swiper-navigation {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  flex-direction: column;
  width: fit-content;
  transform: translateY(-49%);
  gap: 27px;
  margin: 0;
}
.pxl-testimonial-carousel[data-layout="1"] .swiper-navigation .pxl-swiper-button {
  --pxl-box-size: 37px;
  border: none;
  color: #808080;
}
.pxl-testimonial-carousel[data-layout="1"] .swiper-navigation .pxl-swiper-button:hover {
  color: #529149;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="1"] .swiper-navigation {
    position: relative;
    top: auto;
    transform: translate(0, 0);
    flex: 0 1 100%;
    flex-direction: row;
    justify-content: end;
  }
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial {
  padding: 35px 32px 36px 32px;
  border-radius: 20px;
  border: thin solid #ebebeb;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel[data-layout="2"] .testimonial {
    padding-inline: 15px;
  }
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial__rating {
  display: flex;
  gap: 5px;
  color: #e69600;
  margin-bottom: 12px;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial__user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial__user-name {
  color: #1f1f1f;
  text-transform: uppercase;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial .divider {
  display: block;
  height: 1px;
  background-color: #ebebeb;
  margin-block: 15px;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial__title {
  color: #1f1f1f;
  font-weight: 600;
  line-height: 1.5;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial__content {
  margin-top: 20px;
  color: #777;
  line-height: 1.625;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial__footer {
  margin-top: 32px;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial .product {
  display: flex;
  gap: 12px;
  align-items: center;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial .product__featured {
  --pxl-box-size: 64px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  background-color: #d9d9d9;
  overflow: hidden;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial .product__name {
  display: block;
  color: #252525;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
  text-transform: capitalize;
}
.pxl-testimonial-carousel[data-layout="2"] .testimonial .product__price {
  display: inline-flex;
  margin-top: 4px;
  color: #1f1f1f;
  font-weight: 400;
  line-height: 1.5;
  flex-direction: row-reverse;
  gap: 8px;
}
.pxl-testimonial-carousel[data-layout="2"] .swiper-pagination.swiper-pagination-bullets {
  margin-top: 44px;
}
.pxl-testimonial-carousel[data-layout="3"] {
  display: flex;
  gap: 50px 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="3"] {
    flex-wrap: wrap;
  }
}
.pxl-testimonial-carousel[data-layout="3"] .swiper-inner {
  --pxl-width: calc(45.857% - 15px);
  flex: 0 1 var(--pxl-width);
  max-width: var(--pxl-width);
  height: fit-content;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="3"] .swiper-inner {
    flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="3"] .swiper-inner {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.pxl-testimonial-carousel[data-layout="3"] .images {
  --pxl-width: calc(100% - 45.857% - 15px);
  position: relative;
  flex: 0 1 var(--pxl-width);
  min-height: 542px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="3"] .images {
    flex: 0 1 calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="3"] .images {
    flex: 0 1 100%;
  }
  .pxl-testimonial-carousel[data-layout="3"] .images img.active {
    max-width: 700px;
  }
}
.pxl-testimonial-carousel[data-layout="3"] .images img {
  position: absolute;
  bottom: 27px;
  left: 56%;
  max-width: 209px;
  width: 100%;
  border-radius: 16px;
  z-index: 3;
  opacity: 0;
  transition: max-width 0.5s ease, left 0.5s ease, bottom 0.5s ease, opacity 0.5s ease 0.5s, scale 0.5s ease;
  transition: all 0.5s ease;
  scale: 0;
}
.pxl-testimonial-carousel[data-layout="3"] .images img.active {
  left: 0;
  bottom: 0;
  height: 100%;
  max-width: 488px;
  z-index: 1;
  opacity: 1;
  scale: 1;
  transition: max-width 0s ease, bottom 0s ease, right 0s ease, left 0 ease, opacity 0.5s ease, scale 0.5s ease;
}
.pxl-testimonial-carousel[data-layout="3"] .images img.next {
  z-index: 5;
  opacity: 1;
  transition: max-width 0.5s ease, left 0.5s ease, bottom 0.5s ease, opacity 0.5s ease, scale 0.5s ease;
  scale: 1;
}
.pxl-testimonial-carousel[data-layout="3"] .images img.prev {
  transition: max-width 0.5s ease 0.5s, left 0.5s ease 0.5s, bottom 0.5s ease 0.5s, opacity 0.5s ease, scale 0.5s ease;
  scale: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="3"] .images img {
    left: auto;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="3"] .images img.active {
    max-width: 550px;
  }
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial__icon {
  --pxl-box-size: 100px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  color: #ff6333;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="3"] .testimonial__icon {
    margin-bottom: 30px;
  }
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial__title {
  font-weight: 500;
  color: #252525;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="3"] .testimonial__title {
    margin-bottom: 30px;
  }
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial__content {
  color: #252525;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: 0;
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial .divider {
  display: block;
  height: 1px;
  background-color: #e1e1e1;
  margin-block: 39px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="3"] .testimonial .divider {
    margin-block: 30px;
  }
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial .user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial .user__image {
  --pxl-box-size: 42px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial .user__name {
  color: #252525;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial .user__product-review {
  color: #777;
  font-size: 14px;
  line-height: 1.71429;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial .user__product-review .product-review-label {
  white-space: nowrap;
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial .user__product-review > a {
  font-size: 16px;
  color: #ff6333;
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
}
.pxl-testimonial-carousel[data-layout="3"] .testimonial .user__product-review > a svg {
  margin-left: 13px;
}
.pxl-testimonial-carousel[data-layout="3"] .swiper-pagination.swiper-pagination-bullets {
  margin-top: 32px;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: thin solid rgba(17, 17, 17, .15);
  border-left: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="4"] .testimonial {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel[data-layout="4"] .testimonial {
    flex-wrap: wrap;
  }
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial__verified, .pxl-testimonial-carousel[data-layout="4"] .testimonial__not-verified {
  gap: 5px;
  line-height: 2.24;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial__image {
  flex: 0 1 39.8%;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial__image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="4"] .testimonial__image {
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel[data-layout="4"] .testimonial__image {
    flex: 0 1 100%;
  }
  .pxl-testimonial-carousel[data-layout="4"] .testimonial__image img {
    max-height: 400px;
  }
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial__main {
  flex: 0 2 60.2%;
  padding: 31px 32px 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="4"] .testimonial__main {
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel[data-layout="4"] .testimonial__main {
    flex: 0 1 100%;
    padding: 30px 15px 20px;
  }
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial__rating {
  display: flex;
  gap: 5px;
  color: #c8c8c8;
  margin-bottom: 14px;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial__rating svg.active {
  color: #e69600;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial__title {
  margin-bottom: 13px;
  font-weight: 500;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial__heading {
  font-weight: 500;
  margin-bottom: 14px;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial__content {
  color: #818181;
  line-height: 1.625;
  border-radius: 20px;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial .divider {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-block: 23px 24px;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial .user {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial .user img {
  --pxl-box-size: 48px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial .user .tick {
  --pxl-box-size: 11px;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial .user__name {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  color: #1f1f1f;
  letter-spacing: -0.32px;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial .user__product-review {
  display: flex;
  color: #818181;
  font-size: 14px;
  line-height: 1.42857;
  gap: 0 5px;
  flex-wrap: wrap;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial .user__product-review a {
  line-height: 1.625;
}
.pxl-testimonial-carousel[data-layout="4"] .testimonial .user__product-review .product-review-label {
  flex-shrink: 0;
}
.pxl-testimonial-carousel[data-layout="5"] {
  display: flex;
  align-items: center;
  gap: 50px 102px;
  justify-content: space-between;
}
@media screen and (max-width: 1399px) {
  .pxl-testimonial-carousel[data-layout="5"] {
    gap: 50px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="5"] {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="5"] {
    flex-wrap: wrap;
  }
}
.pxl-testimonial-carousel[data-layout="5"] .images {
  position: relative;
  flex: 0 1 46.25%;
  border-radius: 16px;
  overflow: hidden;
  min-height: 683px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="5"] .images {
    flex: 0 1 100%;
    min-height: 650px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel[data-layout="5"] .images {
    flex: 0 1 100%;
    min-height: 576px;
  }
}
.pxl-testimonial-carousel[data-layout="5"] .images .pxl-image {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: clip-path 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.pxl-testimonial-carousel[data-layout="5"] .images .pxl-image.active {
  transition-delay: 0;
  opacity: 1;
}
.pxl-testimonial-carousel[data-layout="5"] .images .pxl-image.next {
  transition-delay: 0s;
}
.pxl-testimonial-carousel[data-layout="5"] .images .pxl-image.prev {
  transition-delay: 0.3s;
}
.pxl-testimonial-carousel[data-layout="5"] .swiper-inner {
  flex: 0 1 53.75%;
  max-width: 53.75%;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="5"] .swiper-inner {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.pxl-testimonial-carousel[data-layout="5"] .swiper-inner .swiper-container {
  max-width: 100%;
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial__title {
  font-weight: 500;
  line-height: 2.58333;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="5"] .testimonial__title {
    line-height: 1.5;
  }
}
@media max-sm {
  .pxl-testimonial-carousel[data-layout="5"] .testimonial__title {
    margin-bottom: 30px;
  }
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial__rating {
  display: flex;
  gap: 5px;
  color: #c8c8c8;
  margin-bottom: 14px;
  margin-bottom: 35px;
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial__rating svg.active {
  color: #e69600;
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial__content {
  color: #252525;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel[data-layout="5"] .testimonial__content {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel[data-layout="5"] .testimonial__content {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="5"] .testimonial__content {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel[data-layout="5"] .testimonial__content {
    font-size: 24px;
  }
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial .divider {
  display: block;
  height: 1px;
  background-color: #e1e1e1;
  margin-block: 39px;
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial .user__name {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial .user__product-review {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.71429;
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial .user__product-review .product-review-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial .user__product-review a {
  --pxl-height: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
}
.pxl-testimonial-carousel[data-layout="5"] .testimonial .user__product-review a svg {
  margin-left: 10px;
  vertical-align: middle;
}
.pxl-testimonial-carousel[data-layout="5"] .swiper-pagination.swiper-pagination-bullets {
  margin-top: 52px;
}
.pxl-testimonial-carousel[data-layout="6"] .swiper-inner {
  background-image: -webkit-linear-gradient(134deg, #ffcbb1 25.62%, #eba2a2 100%);
  background-image: -moz-linear-gradient(134deg, #ffcbb1 25.62%, #eba2a2 100%);
  background-image: -ms-linear-gradient(134deg, #ffcbb1 25.62%, #eba2a2 100%);
  background-image: -o-linear-gradient(134deg, #ffcbb1 25.62%, #eba2a2 100%);
  background-image: linear-gradient(134deg, #ffcbb1 25.62%, #eba2a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcbb1 25.62%', endColorStr='#eba2a2 100%');
  border-radius: 20px;
  padding: 47px 30px 37px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel[data-layout="6"] .swiper-inner {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel[data-layout="6"] .swiper-inner {
    padding: 30px 15px;
  }
}
.pxl-testimonial-carousel[data-layout="6"] .testimonial {
  max-width: 717px;
  margin: 0 auto;
  text-align: center;
}
.pxl-testimonial-carousel[data-layout="6"] .testimonial__icon {
  color: #fff;
  margin-bottom: 33px;
}
.pxl-testimonial-carousel[data-layout="6"] .testimonial__title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.pxl-testimonial-carousel[data-layout="6"] .testimonial__content {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.55556;
  margin-bottom: 24px;
}
.pxl-testimonial-carousel[data-layout="6"] .testimonial__user .user__name {
  color: #000;
}
.language-switcher {
  position: relative;
  cursor: pointer;
  min-width: 60px;
}
.language-switcher:hover i {
  transform: scaleY(-1);
}
.language-switcher:hover .language-options {
  margin-top: 0;
  pointer-events: visible;
  opacity: 1;
}
.language-switcher .language-selector {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 48px;
}
.language-switcher .language-selector i {
  color: #fff;
  font-size: 6px;
  transition: transform 0.3s linear;
}
.language-switcher .language-control {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #404a3d;
}
.language-switcher .pxl-flag-image {
  max-width: 18px;
}
.language-switcher .language-code {
  font-family: var(--font-primary);
  color: #fff;
  font-size: 14px;
  line-height: 1.42875;
}
.language-switcher .language-options {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 150px;
  background-color: #fff;
  padding: 15px;
  color: #000;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  margin-top: 30px;
  opacity: 0;
  transition: margin-top 0.3s linear, opacity 0.3s linear;
  z-index: 9999999;
}
.language-switcher .language-options .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: color 0.3s linear;
}
.language-switcher .language-options .option + .option {
  margin-top: 10px;
}
.language-switcher .language-options .option:hover, .language-switcher .language-options .option.active {
  color: var(--color-primary);
}
.currency-switcher {
  position: relative;
  cursor: pointer;
  min-width: 76px;
}
.currency-switcher:hover i {
  transform: scaleY(-1);
}
.currency-switcher:hover .currency-options {
  margin-top: 0;
  pointer-events: visible;
  opacity: 1;
}
.currency-switcher .currency-selector {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 48px;
}
.currency-switcher .currency-selector i {
  color: #fff;
  font-size: 6px;
  transition: transform 0.3s linear;
}
.currency-switcher .currency-control {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #404a3d;
}
.currency-switcher .pxl-flag-image {
  max-width: 18px;
}
.currency-switcher .currency-code {
  font-family: var(--font-primary);
  color: #fff;
  font-size: 14px;
  line-height: 1.42875;
}
.currency-switcher .currency-options {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 150px;
  background-color: #fff;
  padding: 15px;
  color: #000;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  margin-top: 30px;
  opacity: 0;
  transition: margin-top 0.3s linear, opacity 0.3s linear;
  z-index: 999;
}
.currency-switcher .currency-options .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: color 0.3s linear;
}
.currency-switcher .currency-options .option + .option {
  margin-top: 10px;
}
.currency-switcher .currency-options .option:hover, .currency-switcher .currency-options .option.active {
  color: var(--color-primary);
}
.pxl-slider {
  opacity: 0;
}
.pxl-slider .swiper-inner {
  --pxl-spacing-inline: 0;
  --pxl-spacing-block: 0;
}
.pxl-slider .swiper-container {
  position: relative;
  overflow: hidden;
}
.pxl-slider .swiper-container .swiper-slide {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}
.pxl-slider .swiper-slide {
  position: relative;
  background: center center / cover no-repeat;
  pointer-events: none;
  background-color: transparent;
  height: auto;
  cursor: grab;
}
.pxl-slider .swiper-slide.swiper-slide-active {
  pointer-events: visible;
}
.pxl-slider .swiper-slide.swiper-slide-active .slide__background {
  opacity: 1;
  transition-delay: 0s;
}
.pxl-slider .swiper-slide.swiper-slide-active .slide__container {
  opacity: 1;
  transition-delay: var(--pxl-transition-duration);
}
.pxl-slider .swiper-slide .slide {
  height: 100%;
}
.pxl-slider .swiper-slide .slide__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: center center / cover no-repeat;
  opacity: 0;
  transition: all var(--pxl-transition-duration) ease-in-out;
  transition-delay: var(--pxl-transition-duration);
}
.pxl-slider .swiper-slide .slide__background::before {
  content: '';
  position: absolute;
  inset: 0;
}
.pxl-slider .swiper-slide .slide__container {
  position: relative;
  height: 100%;
  z-index: 9;
  padding: 0 15px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s linear;
}
.pxl-slider .slide__images {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 9;
}
.pxl-slider[data-layout="1"] .swiper-slide .slide__container {
  max-width: 1470px;
}
.pxl-slider[data-layout="1"] .swiper-slide .slide__inner {
  min-height: 793px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .pxl-slider[data-layout="1"] .swiper-slide .slide__inner {
    flex-wrap: wrap;
    padding-block: 90px;
    justify-content: center;
    align-items: start;
  }
}
.pxl-slider[data-layout="1"] .swiper-slide .slide__background {
  background-image: -webkit-linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  background-image: -moz-linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  background-image: -ms-linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  background-image: -o-linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  background-image: linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1daff 0%', endColorStr='#fff2da 100%');
}
.pxl-slider[data-layout="1"] .swiper-slide .slide__content {
  padding-block: 120px;
  flex: 0 1 500px;
}
@media screen and (max-width: 1199px) {
  .pxl-slider[data-layout="1"] .swiper-slide .slide__content {
    padding-block: 105px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider[data-layout="1"] .swiper-slide .slide__content {
    padding-block: 0;
    flex: 0 1 100%;
  }
}
.pxl-slider[data-layout="1"] .swiper-slide .slide__title {
  color: #252525;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.15625;
  text-transform: capitalize;
  margin-bottom: 16px;
}
@media screen and (max-width: 1399px) {
  .pxl-slider[data-layout="1"] .swiper-slide .slide__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-slider[data-layout="1"] .swiper-slide .slide__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slider[data-layout="1"] .swiper-slide .slide__title {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider[data-layout="1"] .swiper-slide .slide__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-slider[data-layout="1"] .swiper-slide .slide__title {
    font-size: 44px;
  }
}
.pxl-slider[data-layout="1"] .swiper-slide .slide__description {
  color: #494949;
  line-height: 1.625;
  margin-bottom: 48px;
  letter-spacing: 0;
}
.pxl-slider[data-layout="1"] .swiper-pagination.swiper-pagination-bullets {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
}
.pxl-slider[data-layout="2"] {
  overflow: visible;
}
.pxl-slider[data-layout="2"] .swiper-container {
  overflow: visible;
}
.pxl-slider[data-layout="2"] .slide {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.pxl-slider[data-layout="2"] .slide__background {
  opacity: 1;
  background-image: -webkit-linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  background-image: -moz-linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  background-image: -ms-linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  background-image: -o-linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  background-image: linear-gradient(270deg, #f1daff 0%, #fff2da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1daff 0%', endColorStr='#fff2da 100%');
}
.pxl-slider[data-layout="2"] .slide__image {
  position: absolute;
}
.pxl-slider[data-layout="2"] .slide__container {
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px 20px;
  max-width: 1250px;
}
.pxl-slider[data-layout="2"] .slide__inner {
  max-width: 450px;
  text-align: center;
  min-height: 751px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 87px 105px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pxl-slider[data-layout="2"] .slide__inner {
    min-height: auto;
  }
}
.pxl-slider[data-layout="2"] .slide__content {
  text-align: center;
}
.pxl-slider[data-layout="2"] .slide__title {
  color: #252525;
  font-family: 'Syne';
}
.pxl-slider[data-layout="2"] .slide__description {
  margin-top: 20px;
  line-height: 1.625;
  letter-spacing: 0;
}
.pxl-slider[data-layout="2"] .slide__button-wrap {
  margin-top: 48px;
}
.pxl-slider[data-layout="2"] .slide .pxl-button {
  text-transform: capitalize;
  padding-inline: 32px;
}
.pxl-slider[data-layout="2"] .swiper-pagination.swiper-pagination-bullets {
  margin-top: 24px;
}
.pxl-slider[data-layout="3"] {
  overflow: visible;
}
.pxl-slider[data-layout="3"] .swiper-inner {
  display: flex;
}
@media screen and (max-width: 991px) {
  .pxl-slider[data-layout="3"] .swiper-inner {
    flex-wrap: wrap;
  }
}
.pxl-slider[data-layout="3"] .images {
  --pxl-duration: 7000ms;
  --pxl-transition-duration: 500ms;
  position: relative;
  overflow: hidden;
  flex: 0 0 50%;
  min-height: 650px;
}
@media screen and (max-width: 991px) {
  .pxl-slider[data-layout="3"] .images {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-slider[data-layout="3"] .images {
    min-height: 550px;
  }
}
.pxl-slider[data-layout="3"] .images .slide__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.3s linear;
  width: 100%;
  height: 100%;
}
.pxl-slider[data-layout="3"] .images .slide__image.is-active {
  opacity: 1;
  animation: slide-zoom-in calc(var(--pxl-duration) + 1.5s) linear var(--pxl-transition-duration) forwards;
  -webkit-animation: slide-zoom-in calc(var(--pxl-duration) + 1.5s) linear var(--pxl-transition-duration) forwards;
}
.pxl-slider[data-layout="3"] .swiper-container {
  padding-right: 60px;
  flex: 0 0 50%;
  height: auto;
  background-image: -webkit-linear-gradient(134deg, #fffbf2 0%, #ffe6e7 99.92%);
  background-image: -moz-linear-gradient(134deg, #fffbf2 0%, #ffe6e7 99.92%);
  background-image: -ms-linear-gradient(134deg, #fffbf2 0%, #ffe6e7 99.92%);
  background-image: -o-linear-gradient(134deg, #fffbf2 0%, #ffe6e7 99.92%);
  background-image: linear-gradient(134deg, #fffbf2 0%, #ffe6e7 99.92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffbf2 0%', endColorStr='#ffe6e7 99.92%');
}
@media screen and (max-width: 991px) {
  .pxl-slider[data-layout="3"] .swiper-container {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider[data-layout="3"] .swiper-container {
    padding: 0;
  }
}
.pxl-slider[data-layout="3"] .slide {
  position: relative;
  height: fit-content;
}
.pxl-slider[data-layout="3"] .slide__background {
  opacity: 1;
  background-color: transparent;
}
.pxl-slider[data-layout="3"] .slide__container {
  opacity: 1;
  max-width: 450px;
}
.pxl-slider[data-layout="3"] .slide__inner {
  height: 940px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-block: 105px 136px;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .pxl-slider[data-layout="3"] .slide__inner {
    height: 850px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slider[data-layout="3"] .slide__inner {
    height: auto;
    padding-block: 105px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slider[data-layout="3"] .slide__inner {
    padding-block: 90px 150px;
  }
}
.pxl-slider[data-layout="3"] .slide__title {
  color: #773e28;
  font-family: 'Syne';
  text-transform: capitalize;
}
.pxl-slider[data-layout="3"] .slide__description {
  color: #494949;
  text-transform: uppercase;
  margin-bottom: 38px;
  line-height: 1.625;
  letter-spacing: 0;
}
.pxl-slider[data-layout="3"] .slide__button-wrap {
  margin-top: 59px;
  align-self: center;
}
.pxl-slider[data-layout="3"] .slide .pxl-button {
  text-transform: capitalize;
  padding-inline: 32px;
}
.pxl-slider[data-layout="3"] .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: fit-content;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pxl-slider[data-layout="3"] .swiper-pagination.swiper-pagination-bullets {
    width: 100%;
    justify-content: center;
    transform: translateX(50%) translateY(0);
    top: auto;
    right: 50%;
    bottom: 30px;
    flex-direction: row;
  }
}
.product-category-filter .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 26px;
  border-bottom: thin solid rgba(255, 255, 255, .7);
}
.product-category-filter .filter-buttons button {
  height: 65px;
  color: rgba(255, 255, 255, .7);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08333;
  background-color: transparent;
  text-transform: uppercase;
}
.product-category-filter .filter-buttons button::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  left: auto;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.product-category-filter .filter-buttons button.is-active, .product-category-filter .filter-buttons button:hover {
  color: #fff;
}
.product-category-filter .filter-buttons button.is-active::after, .product-category-filter .filter-buttons button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .product-category-filter .filter-buttons button {
    font-size: 22px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .product-category-filter .filter-buttons button {
    font-size: 20px;
    height: 55px;
  }
}
.promo-card-carousel[data-layout="1"] .promo-card:hover .pxl-button {
  color: #fff;
}
.promo-card-carousel[data-layout="1"] .promo-card:hover .button__blobs > div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
.promo-card-carousel[data-layout="1"] .promo-card__inner {
  position: relative;
}
.promo-card-carousel[data-layout="1"] .promo-card__image {
  overflow: hidden;
  border-radius: 20px;
}
.promo-card-carousel[data-layout="1"] .promo-card__title {
  pointer-events: none;
  position: absolute;
  inset: 0;
  padding: 15px 24px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.promo-card-carousel[data-layout="1"] .promo-card__title a {
  --pxl-background-color: #252525;
  display: block;
  padding: 13px 32.5px;
  border-radius: 40px;
  font-weight: 500;
  background-color: #fff;
  color: #252525;
  line-height: 1.5;
  text-align: center;
}
.promo-card-carousel[data-layout="1"] .promo-card__title a .button__blobs {
  z-index: 0;
}
.promo-card-carousel[data-layout="1"] .promo-card .pxl-link {
  position: absolute;
  inset: 0;
  z-index: 99;
}
.promo-card-carousel[data-layout="2"] .promo-card:hover .promo-card__title a svg {
  scale: 1;
}
.promo-card-carousel[data-layout="2"] .promo-card__inner {
  position: relative;
}
.promo-card-carousel[data-layout="2"] .promo-card__image {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 32px;
}
.promo-card-carousel[data-layout="2"] .promo-card__title {
  margin-bottom: 8px;
}
.promo-card-carousel[data-layout="2"] .promo-card__title a {
  color: #252525;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.promo-card-carousel[data-layout="2"] .promo-card__title a svg {
  scale: 0;
  transform-origin: bottom left;
  transition: scale 0.3s ease;
}
.promo-card-carousel[data-layout="2"] .promo-card__desc {
  color: #818181;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44444;
  letter-spacing: 0;
}
.pxl-image-comparison .images {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.pxl-image-comparison img {
  width: 100%;
}
.pxl-image-comparison .image-before {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: inset(0 50% 0 0);
  z-index: 9;
}
.pxl-image-comparison .image-slider {
  --pxl-box-size: 64px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.pxl-image-comparison .button--slider {
  --pxl-box-size: 64px;
  background-color: #fff;
  position: absolute;
  color: #252525;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: col-resize;
  transition: none;
  z-index: 99;
}
.pxl-image-comparison .button--slider .button__icon {
  gap: 10px;
}
.pxl-image-comparison .navigation {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pxl-image-comparison .navigation {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-image-comparison .navigation {
    display: none;
  }
}
.pxl-image-comparison .navigation button {
  --pxl-background-color: #252525;
  pointer-events: visible;
  height: 50px;
  border-radius: 40px;
  background-color: #fff;
  min-width: 134px;
  padding-inline: 10px;
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  z-index: 99;
}
.pxl-image-comparison .navigation button:hover {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-image-comparison .navigation button {
    font-size: 18px;
    height: 46px;
    min-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-image-comparison .navigation button {
    font-size: 16px;
    height: 42px;
    min-width: 100px;
  }
}
.pxl-video-carousel .video {
  position: relative;
  height: 523px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #d9d9d9;
}
@media screen and (max-width: 1199px) {
  .pxl-video-carousel .video {
    height: 500px;
  }
}
.pxl-video-carousel .video__play {
  height: 100%;
  object-fit: cover;
}
.pxl-video-carousel .video__content {
  position: absolute;
  padding: 14px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.pxl-video-carousel .video .product {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 11px;
  backdrop-filter: blur(5px);
  background-color: rgba(63, 63, 63, .4);
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .pxl-video-carousel .video .product {
    flex-direction: column;
    align-items: start;
  }
}
.pxl-video-carousel .video .product__thumbnail {
  --pxl-box-size: 64px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.pxl-video-carousel .video .product__name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57143;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.pxl-video-carousel .video .product__price {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7429;
  display: flex;
  gap: 5px;
}
.wishlist-button-wrap .wishlist-button {
  background-color: transparent;
  gap: 8.5px;
  color: #000;
}
.wishlist-button-wrap .wishlist-text {
  color: #777;
  font-family: var(--font-primary);
  font-size: 12px;
}
.wishlist-button-wrap .wishlist-text .label {
  display: block;
}
.wishlist-button-wrap .wishlist-text .count {
  --pxl-box-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  background-color: #4a7e4b;
  color: #fff;
  font-size: 10px;
}
.account-button-wrap .account-button {
  background-color: transparent;
  gap: 10.5px;
  color: #000;
}
.account-button-wrap .account-text {
  color: #777;
  font-family: var(--font-primary);
  font-size: 12px;
}
.account-button-wrap .account-text .label {
  display: block;
}
.account-button-wrap .account-text .status {
  color: #000;
  font-size: 14px;
  display: block;
  transition: color 0.3s linears;
}
.cart-button-wrap .cart-button {
  background-color: transparent;
  gap: 10px;
  color: #000;
}
.cart-button-wrap .label {
  display: block;
}
.cart-button-wrap .icon {
  position: relative;
  display: inline-flex;
}
.cart-button-wrap .icon .status {
  --pxl-box-size: 9px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  border: thin solid #fff;
  background-color: #e5775f;
  position: absolute;
  right: -1px;
  top: -3px;
}
.cart-button-wrap .cart-text {
  color: #777;
  font-family: var(--font-primary);
  font-size: 12px;
}
.cart-button-wrap .cart-text .subtotal {
  color: #000;
  font-size: 14px;
  display: block;
}
.pxl-swiper-navigation {
  position: relative;
}
.pxl-products-compare .buttons {
  display: flex;
  margin-top: 64px;
  justify-content: center;
  gap: 15px;
}
.pxl-products-compare .buttons .pxl-button {
  --pxl-background-color: #1f1f1f;
  padding-inline: 40px;
  min-width: 176px;
}
.pxl-products-compare .buttons .pxl-button:hover {
  color: #fff;
}
.pxl-products-compare .buttons .clear-compare {
  border-radius: 6px;
  border: thin solid rgba(17, 17, 17, .15);
  backdrop-filter: blur(2px);
  color: #1f1f1f;
  background-color: #fff;
}
.pxl-products-compare .buttons .clear-compare:hover {
  border-color: #1f1f1f;
}
.product-compare-table {
  border-radius: 20px;
  border: none;
  margin: 0;
  min-width: 1300px;
  overflow-x: auto;
}
.product-compare-table tr {
  display: flex;
}
.product-compare-table tr + tr {
  border-top: thin solid #ebebeb;
}
.product-compare-table tr:nth-child(even) {
  background-color: #fff9f3;
}
.product-compare-table tr.compare-row-header > th, .product-compare-table tr.compare-row-header td {
  padding: 32px 20px;
  position: relative;
}
.product-compare-table tr.compare-row-header .remove-compare {
  --pxl-box-size: 42px;
  position: absolute;
  border-radius: 36px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  -khtml-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  -moz-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  -ms-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  -o-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  color: #1f1f1f;
  top: 10px;
  right: 10px;
}
.product-compare-table tr.compare-row-header .remove-compare .icon-close {
  width: 12px;
}
.product-compare-table tr.compare-row-header .remove-compare .icon-close::after, .product-compare-table tr.compare-row-header .remove-compare .icon-close::before {
  border-radius: 5px;
}
.product-compare-table tr.compare-row-header .product-header-content {
  text-align: center;
}
.product-compare-table tr.compare-row-header .product-image {
  margin-bottom: 20px;
  width: 100%;
  object-fit: contain;
}
.product-compare-table tr.compare-row-header .product-title {
  color: #1f1f1f;
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-compare-table tr.compare-row-header .product-price {
  justify-content: center;
  flex-direction: row-reverse;
  margin-bottom: 24px;
}
.product-compare-table tr.compare-row-header .product-price .price--normal, .product-compare-table tr.compare-row-header .product-price .price--sale {
  color: #d63200;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.product-compare-table tr.compare-row-header .product-price .price--old {
  color: rgba(28, 28, 28, .6);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.53846;
}
.product-compare-table tr.compare-row-header .add_to_cart_button {
  width: 100%;
  background-color: #252525;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.product-compare-table tr > th, .product-compare-table tr td {
  border: none;
  flex: 0 1 33.33333%;
  padding: 21px 15px;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.5;
}
.product-compare-table tr > th {
  text-align: start;
  font-weight: 500;
}
.product-compare-table tr > td {
  text-align: center;
  font-weight: 400;
  border-left: thin solid #ebebeb;
}
.product-compare-table tr > td .in-stock, .product-compare-table tr > td .out-of-stock {
  color: #91c283;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.product-compare-table tr > td .in-stock i, .product-compare-table tr > td .out-of-stock i {
  --pxl-box-size: 14px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #91c283;
  color: #fff;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
}
.product-compare-table tr > td .out-of-stock {
  color: #e46565;
}
.product-compare-table tr > td .out-of-stock i {
  color: #fff;
  background-color: #e46565;
}
.product-compare-table tr.compare-row-product_tab_2_content > td, .product-compare-table tr.compare-row-product_features > td, .product-compare-table tr.compare-row-description > td {
  text-align: start;
}
.product-compare-table tr ul {
  margin: 0;
}
.product-compare-table tr .rating-star {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.product-compare-table.table-columns-4 tr > th, .product-compare-table.table-columns-4 tr td {
  flex: 0 1 20%;
}
.product-compare-table.table-columns-3 tr > th, .product-compare-table.table-columns-3 tr td {
  flex: 0 1 25%;
}
.product-compare-table.table-columns-2 tr > th, .product-compare-table.table-columns-2 tr td {
  flex: 0 1 33.33333%;
}
.single.single-post .widget .widget__title {
  margin-bottom: 24px;
}
.single.single-post .blog-article__content {
  margin-bottom: 136px;
}
.single.single-post .blog-article__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.single.single-post .blog-article__tags {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
}
.single.single-post .blog-article__tags .blog-article__tag {
  --pxl-background-color: #383838;
  color: #383838;
  font-size: 14px;
  height: 32px;
  padding-inline: 20px;
  border-radius: 5px;
  background-color: #ffcfc8;
}
.single.single-post .blog-article__tags .blog-article__tag:hover {
  color: #fff;
}
.single.single-post .blog-article__share {
  display: inline-flex;
  gap: 10px 21px;
  align-items: center;
}
.single.single-post .blog-article__share-label {
  color: #1f1f1f;
}
.single.single-post .blog-article__share-list {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.single.single-post .blog-article__share-link {
  --pxl-box-size: 48px;
  border: thin solid #9e9e9e;
  background-color: #fff;
  color: #1f1f1f;
}
.single.single-post .blog-article__share-link svg {
  min-height: 16px;
  width: auto;
}
.single.single-post .blog-article__share-link:hover {
  color: #fff;
  border-color: #1f1f1f;
  background-color: #1f1f1f;
}
.single.single-post .blog-article__navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  justify-content: space-between;
  flex: 0 1 100%;
  padding-block: 31px;
  border-top: thin solid rgba(17, 17, 17, .15);
  border-bottom: thin solid rgba(17, 17, 17, .15);
}
.single.single-post .blog-article__navigation-button {
  --pxl-background-color: #252525;
  border-radius: 4px;
  border: thin solid #ebebeb;
  background-color: #fff;
  padding-inline: 30px;
  height: 46px;
  font-weight: 500;
  color: #252525;
  min-width: 184px;
  text-transform: uppercase;
}
.single.single-post .blog-article__navigation-button:hover {
  color: #fff;
  border-color: var(--pxl-background-color);
}
.single.single-post .blog-article__navigation-button--empty {
  cursor: not-allowed;
}
.single.single-post .comment {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.single.single-post .comment .comment {
  gap: 0;
}
.single.single-post .comment__item.depth-2 {
  margin-left: 33px;
}
.single.single-post .comment__item.depth-3 {
  margin-left: 66px;
}
.single.single-post .comment__item-inner {
  padding-block: 15px;
}
.single.single-post .comment__item-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.single.single-post .comment__item-content {
  margin-bottom: 5px;
}
.single.single-post .comment__item-date {
  font-size: 14px;
}
.single.single-post .comment__user-avatar > img {
  --pxl-box-size: 66px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.single.single-post .comment__user-name {
  font-weight: 500;
  font-size: 18px;
  color: #111;
}
.single.single-post .comment__form-title {
  text-transform: capitalize;
  margin-bottom: 32px;
  position: relative;
  padding-right: 51px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.single.single-post .comment__form-title #cancel-comment-reply-link {
  font-size: 0;
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--color-primary);
}
.single.single-post .comment__form-title #cancel-comment-reply-link:before, .single.single-post .comment__form-title #cancel-comment-reply-link::after {
  content: '';
  width: 22px;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.single.single-post .comment__form-title #cancel-comment-reply-link::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.single.single-post .comment__form-title #cancel-comment-reply-link::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.single.single-post .comment__form-title #cancel-comment-reply-link:hover::before, .single.single-post .comment__form-title #cancel-comment-reply-link:focus::before {
  transform: translate(-50%, -50%) rotate(0);
}
.single.single-post .comment__form-title #cancel-comment-reply-link:hover::after, .single.single-post .comment__form-title #cancel-comment-reply-link:focus::after {
  transform: translate(-50%, -50%) rotate(0);
}
.single.single-post .comment__form-note, .single.single-post .comment__form .logged-in-as {
  color: #1f1f1f;
  margin-bottom: 32px;
}
.single.single-post .comment__form-note .require, .single.single-post .comment__form .logged-in-as .require {
  margin-left: 5px;
}
.single.single-post .comment__form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 5px;
}
.single.single-post .comment__form-field-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.single.single-post .comment__form-field {
  display: flex;
  flex: 1 1 360px;
}
.single.single-post .comment__form-field--comment {
  flex: 0 1 auto;
}
.single.single-post .comment__form-field input, .single.single-post .comment__form-field textarea {
  color: #1f1f1f;
  font-size: 16px;
  letter-spacing: -0.32px;
  border-radius: 6px;
}
.single.single-post .comment__form-field textarea {
  padding: 13px 24px;
  height: 184px;
}
.single.single-post .comment__form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}
.single.single-post .comment__form-submit {
  margin-top: 32px;
}
.single.single-post .comment__form-submit button {
  --pxl-background-color: #ff6333;
  background-color: #252525;
  text-transform: uppercase;
  color: #fff;
}
.error404 #pxl-main .container {
  background-color: #edf2ec;
  max-width: 100%;
}
.error404 #pxl-main .container .inner {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.no-results .page-content {
  max-width: 576px;
}
.no-results .page-content > p {
  margin-bottom: 30px;
}
.no-results .page-content .search-form-control {
  position: relative;
  width: 100%;
}
.no-results .page-content .search-field {
  color: rgba(64, 74, 61, 0.94);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border: none;
  border-bottom: thin solid rgba(64, 74, 61, .22);
  transition: 0.3s;
  padding: 0 30px 7px 0;
}
.no-results .page-content .search-field:hover, .no-results .page-content .search-field :focus {
  border-color: rgba(64, 74, 61, .75);
}
.no-results .page-content .search-submit {
  position: absolute;
  right: 0;
  bottom: 7px;
  color: #404a3d;
  background-color: transparent;
}
.no-results .page-content .search-submit svg {
  width: 26px;
  height: auto;
}
.blog .wrapper, .category .wrapper, .tag .wrapper {
  width: 100%;
}
.blog .wrapper .main-content, .category .wrapper .main-content, .tag .wrapper .main-content {
  padding-block: 100px;
}
.blog .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article, .category .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article, .tag .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article {
  flex: 0 1 calc(33.33333% - 20px);
}
.blog .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n), .category .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n), .tag .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n) {
  flex: 0 1 100%;
}
.blog .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n) .blog-article__featured img, .category .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n) .blog-article__featured img, .tag .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n) .blog-article__featured img {
  max-height: 395px;
}
@media screen and (max-width: 991px) {
  .blog .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article, .category .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article, .tag .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article {
    flex: 0 1 calc(50% - 15px);
  }
  .blog .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n), .category .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n), .tag .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n) {
    flex: 0 1 calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .blog .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article, .category .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article, .tag .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article {
    flex: 0 1 100%;
  }
  .blog .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n), .category .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n), .tag .wrapper .main-content__inner--no-sidebar .blog-archive .blog-article:nth-child(4n) {
    flex: 0 1 100%;
  }
}
.blog .widget_author_info, .category .widget_author_info, .tag .widget_author_info {
  display: none;
}
@media screen and (min-width: 992px) {
  .blog .widget_categories, .category .widget_categories, .tag .widget_categories {
    padding-top: 0;
    border: none;
  }
}
.blog .widget .widget__title, .category .widget .widget__title, .tag .widget .widget__title {
  margin-bottom: 24px;
}
.blog .blog-archive__inner, .category .blog-archive__inner, .tag .blog-archive__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 67px 30px;
}
@media screen and (max-width: 767px) {
  .blog .blog-archive__inner, .category .blog-archive__inner, .tag .blog-archive__inner {
    gap: 60px 30px;
  }
}
.blog .blog-archive .pagination, .blog .blog-archive .woocommerce-pagination, .category .blog-archive .pagination, .category .blog-archive .woocommerce-pagination, .tag .blog-archive .pagination, .tag .blog-archive .woocommerce-pagination {
  margin-top: 103px;
}
@media screen and (max-width: 1199px) {
  .blog .blog-archive .pagination, .blog .blog-archive .woocommerce-pagination, .category .blog-archive .pagination, .category .blog-archive .woocommerce-pagination, .tag .blog-archive .pagination, .tag .blog-archive .woocommerce-pagination {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog-archive .pagination, .blog .blog-archive .woocommerce-pagination, .category .blog-archive .pagination, .category .blog-archive .woocommerce-pagination, .tag .blog-archive .pagination, .tag .blog-archive .woocommerce-pagination {
    margin-top: 60px;
  }
}
.blog .blog-archive .blog-article, .category .blog-archive .blog-article, .tag .blog-archive .blog-article {
  flex: 0 1 calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .blog .blog-archive .blog-article, .category .blog-archive .blog-article, .tag .blog-archive .blog-article {
    flex: 0 1 100%;
  }
}
.blog .blog-archive .blog-article:nth-child(3n), .category .blog-archive .blog-article:nth-child(3n), .tag .blog-archive .blog-article:nth-child(3n) {
  flex: 0 1 100%;
}
.blog .blog-archive .blog-article:nth-child(3n) .blog-article__featured img, .category .blog-archive .blog-article:nth-child(3n) .blog-article__featured img, .tag .blog-archive .blog-article:nth-child(3n) .blog-article__featured img {
  max-height: 395px;
}
.blog .blog-archive .blog-article__featured, .category .blog-archive .blog-article__featured, .tag .blog-archive .blog-article__featured {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.blog .blog-archive .blog-article__featured img, .category .blog-archive .blog-article__featured img, .tag .blog-archive .blog-article__featured img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog .blog-archive .blog-article__featured img, .category .blog-archive .blog-article__featured img, .tag .blog-archive .blog-article__featured img {
    max-height: 395px;
  }
}
.blog .blog-archive .blog-article__tags, .category .blog-archive .blog-article__tags, .tag .blog-archive .blog-article__tags {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  padding: 12px;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: end;
  gap: 6px;
}
.blog .blog-archive .blog-article__tag, .category .blog-archive .blog-article__tag, .tag .blog-archive .blog-article__tag {
  position: relative;
  --pxl-background-color: #1f1f1f;
  pointer-events: visible;
  padding-inline: 10px;
  height: 32px;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  z-index: 99;
}
.blog .blog-archive .blog-article__tag:hover, .category .blog-archive .blog-article__tag:hover, .tag .blog-archive .blog-article__tag:hover {
  color: #fff;
}
.blog .blog-archive .blog-article__meta, .category .blog-archive .blog-article__meta, .tag .blog-archive .blog-article__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.blog .blog-archive .blog-article__meta-divider, .category .blog-archive .blog-article__meta-divider, .tag .blog-archive .blog-article__meta-divider {
  display: inline-block;
  height: 16px;
  width: 1px;
  background-color: rgba(17, 17, 17, .15);
}
.blog .blog-archive .blog-article__author, .category .blog-archive .blog-article__author, .tag .blog-archive .blog-article__author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog .blog-archive .blog-article__author-avatar img, .category .blog-archive .blog-article__author-avatar img, .tag .blog-archive .blog-article__author-avatar img {
  --pxl-box-size: 38px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
}
.blog .blog-archive .blog-article__author-name, .category .blog-archive .blog-article__author-name, .tag .blog-archive .blog-article__author-name {
  color: #818181;
  letter-spacing: -0.32px;
}
.blog .blog-archive .blog-article__author-name:hover, .category .blog-archive .blog-article__author-name:hover, .tag .blog-archive .blog-article__author-name:hover {
  color: #ff6333;
}
.blog .blog-archive .blog-article__title, .category .blog-archive .blog-article__title, .tag .blog-archive .blog-article__title {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog .blog-archive .blog-article__title > a, .category .blog-archive .blog-article__title > a, .tag .blog-archive .blog-article__title > a {
  --pxl-height: 1px;
  position: relative;
  display: inline;
  color: inherit;
  background-image: linear-gradient(transparent calc(100% - var(--pxl-height)), currentcolor 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s linear, background-position 0s linear 0.3s, color 0.3s, background-color 0.3s;
}
.blog .blog-archive .blog-article__title > a:hover, .category .blog-archive .blog-article__title > a:hover, .tag .blog-archive .blog-article__title > a:hover, .blog .blog-archive .blog-article__title > a.active, .category .blog-archive .blog-article__title > a.active, .tag .blog-archive .blog-article__title > a.active {
  background-size: 100% 100%;
  background-position: right bottom;
}
.blog .blog-archive .blog-article__title > a:not(:hover), .category .blog-archive .blog-article__title > a:not(:hover), .tag .blog-archive .blog-article__title > a:not(:hover) {
  background-size: 0% 100%;
  background-position: left bottom;
}
.blog .blog-archive .blog-article__excerpt, .category .blog-archive .blog-article__excerpt, .tag .blog-archive .blog-article__excerpt {
  color: #545454;
  margin-bottom: 24px;
}
.blog .blog-archive .blog-article__button, .category .blog-archive .blog-article__button, .tag .blog-archive .blog-article__button {
  font-size: 14px;
  text-transform: uppercase;
}
.page .main-content, .error404 .main-content {
  padding: 0;
}
.page .main-content__inner, .error404 .main-content__inner {
  display: block;
}
.page .main-content > .container, .error404 .main-content > .container {
  padding: 0;
  max-width: 100%;
}
.pxl-button.button--shop-action, button.button--shop-action {
  font-size: 0;
  padding: 0;
  position: relative;
  font-size: 0;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(181, 181, 181, 0.25);
  -khtml-box-shadow: 0 2px 10px 0 rgba(181, 181, 181, 0.25);
  -moz-box-shadow: 0 2px 10px 0 rgba(181, 181, 181, 0.25);
  -ms-box-shadow: 0 2px 10px 0 rgba(181, 181, 181, 0.25);
  -o-box-shadow: 0 2px 10px 0 rgba(181, 181, 181, 0.25);
  box-shadow: 0 2px 10px 0 rgba(181, 181, 181, 0.25);
  color: #000;
}
.pxl-button.button--shop-action > i, button.button--shop-action > i {
  display: inline-flex;
}
.pxl-button.button--shop-action::before, button.button--shop-action::before {
  display: inline-flex;
  font-size: 16px !important;
  font-family: 'Flaticon';
  --pxl-translate-x: -50%;
  --pxl-translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--pxl-translate-x), var(--pxl-translate-y));
  line-height: 1;
  margin: 0;
}
.pxl-button.button--shop-action:hover, button.button--shop-action:hover {
  background-color: #fd5900;
  color: #fff;
  border-color: currentColor;
}
.pxl-button.button--shop-action.button--cart::before, button.button--shop-action.button--cart::before {
  content: "\f101";
}
.pxl-button.button--shop-action.button--cart::after, button.button--shop-action.button--cart::after {
  display: none;
}
.pxl-button.button--shop-action.button--wishlist::before, button.button--shop-action.button--wishlist::before {
  content: "\f102";
}
.pxl-button.button--shop-action.button--wishlist.woosw-added, button.button--shop-action.button--wishlist.woosw-added {
  background-color: #000;
  color: #fff;
}
.pxl-button.button--shop-action.button--compare, button.button--shop-action.button--compare {
  font-size: 16px;
}
.pxl-button.button--shop-action.button--compare.added, button.button--shop-action.button--compare.added {
  background-color: #000;
  color: #fff;
}
.pxl-button.button--shop-action.button--quickview, button.button--shop-action.button--quickview {
  font-size: 16px;
}
.pxl-button.button--buy-now, button.button--buy-now {
  --pxl-background-color: #1f1f1f;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: none;
  height: 52px;
  background-color: #fff;
  border: thin solid #1f1f1f;
  border-radius: 6px;
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0 32px;
  opacity: 1 !important;
}
.pxl-button.button--buy-now .button__blobs, button.button--buy-now .button__blobs {
  z-index: -1;
}
.pxl-button.button--buy-now.disabled, button.button--buy-now.disabled {
  background-color: #afafaf;
  border-color: #afafaf;
  color: #fff;
  cursor: not-allowed;
}
.pxl-button.button--buy-now.disabled .button__blobs, button.button--buy-now.disabled .button__blobs {
  display: none;
}
.pxl-button.button--buy-now:hover:not(.disabled), button.button--buy-now:hover:not(.disabled) {
  color: #fff;
}
.woosw-items .woosw-item .woosw-item--remove .button__icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woosw-items .woosw-item .woosw-item--remove .button__icon::before {
  display: none;
}
.woosw-items .woosw-item .woosw-item--remove .icon-close {
  pointer-events: none;
  width: 10px;
}
.woosw-items .woosw-item .woosw-item--remove .icon-close::before, .woosw-items .woosw-item .woosw-item--remove .icon-close::after {
  content: '' !important;
}
.product.woovr-active form.variations_form .variations, .product.woovr-variations + .variations {
  display: block !important;
}
.woocommerce div.product form.cart .variations {
  margin: 0 0 24px 0;
}
.woocommerce div.product form.cart .variations .wpcvs-attribute label {
  font-weight: 400;
}
.variations {
  position: relative;
  width: fit-content;
  padding-right: 61px;
}
.variations .variation .label {
  color: #000;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.variations .variation + .variation {
  margin-top: 15px;
}
.variations .wpcvs-attribute {
  text-transform: capitalize;
}
.variations .wpcvs-attribute-label {
  padding: 0;
  border-radius: 0;
  text-align: left;
  margin-bottom: 15px;
}
.variations .wpcvs-attribute-label label {
  color: #000;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.variations .wpcvs-attribute-selected {
  font-weight: 600;
  color: #000;
}
.variations .wpcvs-attribute + .wpcvs-attribute {
  margin-top: 24px;
}
.variations .wpcvs-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.variations .wpcvs-terms .wpcvs-more {
  display: none;
}
.variations .wpcvs-terms.wpcvs-type-color .wpcvs-term, .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 0;
  border-radius: 50%;
  padding: 0;
  border: none;
  border: thin solid rgba(0, 0, 0, 0);
  transition: border-color 0.3s linear;
}
.variations .wpcvs-terms.wpcvs-type-color .wpcvs-term-inner, .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term-inner {
  width: auto;
  height: auto;
  line-height: auto;
  background-color: transparent;
  border-radius: inherit;
  position: absolute;
  inset: 4px;
}
.variations .wpcvs-terms.wpcvs-type-color .wpcvs-term-inner::before, .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term-inner::before {
  display: none;
}
.variations .wpcvs-terms.wpcvs-type-color .wpcvs-term.wpcvs-selected, .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term.wpcvs-selected, .variations .wpcvs-terms.wpcvs-type-color .wpcvs-term:hover, .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term:hover {
  border-color: #000;
}
.variations .wpcvs-terms.wpcvs-type-color .wpcvs-term-color, .variations .wpcvs-terms.wpcvs-type-image .wpcvs-term-color {
  border-radius: 0;
  width: auto;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.variations .wpcvs-terms.wpcvs-type-image .wpcvs-term-image {
  border-radius: 0;
  width: auto;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.variations .wpcvs-terms.wpcvs-type-image .wpcvs-term-image img {
  border-radius: inherit;
}
.variations .wpcvs-terms.wpcvs-type-button .wpcvs-term {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-inline: 10px;
  line-height: auto;
  border-radius: 6px;
  border: thin solid #ebebeb;
  height: 48px;
  text-align: center;
  min-width: 84px;
  color: #000;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.variations .wpcvs-terms.wpcvs-type-button .wpcvs-term-inner {
  display: inline-block;
  height: auto;
  line-height: normal;
  background-color: transparent;
}
.variations .wpcvs-terms.wpcvs-type-button .wpcvs-term-inner::before {
  display: none;
}
.variations .wpcvs-terms.wpcvs-type-button .wpcvs-term-inner .wpcvs-term-label {
  padding: 0;
}
.variations .wpcvs-terms.wpcvs-type-button .wpcvs-term.wpcvs-selected, .variations .wpcvs-terms.wpcvs-type-button .wpcvs-term:hover {
  background-color: #252525;
  color: #fff;
  border-color: #252525;
}
.variations .reset_variations {
  display: none !important;
  --pxl-box-size: 46px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  background-color: #fd5900;
  border: thin solid #fd5900;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s linear;
  margin: 0;
}
.variations .reset_variations:hover {
  background-color: transparent;
  color: #fd5900;
}
.product-bought-together .woobt-heading {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.woobt-wrap .woobt-products {
  margin-bottom: 45px;
  border: none;
}
.woobt-wrap .woobt-products .woobt-product {
  padding: 0;
  border: none;
  display: flex;
  gap: 20px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .woobt-wrap .woobt-products .woobt-product {
    flex-direction: row;
    text-align: start;
  }
  .woobt-wrap .woobt-products .woobt-product > div {
    padding: 0 !important;
    width: auto !important;
    flex-basis: auto !important;
  }
}
@media screen and (max-width: 575px) {
  .woobt-wrap .woobt-products .woobt-product {
    flex-wrap: wrap;
  }
}
.woobt-wrap .woobt-products .woobt-product + .woobt-product {
  margin-top: 37px;
}
.woobt-wrap .woobt-products .woobt-product .woobt-choose {
  flex: 0 0 14px !important;
  padding: 0;
  align-self: center;
}
.woobt-wrap .woobt-products .woobt-product .woobt-choose input {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.woobt-wrap .woobt-products .woobt-product .woobt-choose .checkmark {
  cursor: pointer;
  width: 100%;
  height: 14px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: thin solid #000;
  border-radius: 2px;
  background-color: transparent;
  color: #fff;
  transition: background-color 0.3s linear;
}
.woobt-wrap .woobt-products .woobt-product .woobt-choose .checkmark:has(input:checked) {
  background-color: #fd5900;
  border-color: #fd5900;
}
@media screen and (max-width: 575px) {
  .woobt-wrap .woobt-products .woobt-product .woobt-choose {
    align-self: start;
  }
}
.woobt-wrap .woobt-products .woobt-product .woobt-thumb {
  flex: 0 1 129px !important;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .woobt-wrap .woobt-products .woobt-product .woobt-thumb {
    flex: 1 1 129px !important;
  }
  .woobt-wrap .woobt-products .woobt-product .woobt-thumb img {
    width: 100%;
  }
}
.woobt-wrap .woobt-products .woobt-product .woobt-content {
  flex: 1 1 auto;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .woobt-wrap .woobt-products .woobt-product .woobt-content {
    flex: 1 1 100%;
  }
}
.woobt-wrap .woobt-products .woobt-product .woobt-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857;
  margin-bottom: 8px;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price {
  margin-bottom: 8px;
  display: inline-flex;
  flex-direction: column;
  width: auto;
  max-width: none;
  text-align: start;
  gap: 6px;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-ori, .woobt-wrap .woobt-products .woobt-product .woobt-price-new {
  flex-wrap: wrap;
  font-family: var(--font-primary);
  color: rgba(28, 28, 28, .6);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6px;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-ori del, .woobt-wrap .woobt-products .woobt-product .woobt-price-new del, .woobt-wrap .woobt-products .woobt-product .woobt-price-ori ins, .woobt-wrap .woobt-products .woobt-product .woobt-price-new ins {
  color: rgba(0, 0, 0, .6);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  opacity: 1;
  padding: 0;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-ori del, .woobt-wrap .woobt-products .woobt-product .woobt-price-new del {
  text-decoration: line-through solid currentColor;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-ori ins, .woobt-wrap .woobt-products .woobt-product .woobt-price-new ins {
  color: #fd5900;
  padding: 0;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-ori .price--sale, .woobt-wrap .woobt-products .woobt-product .woobt-price-new .price--sale {
  color: #fd5900;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-ori .price--normal, .woobt-wrap .woobt-products .woobt-product .woobt-price-new .price--normal {
  color: #000;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-ori .price--old {
  position: relative;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-ori .price--old::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.1px;
  background-color: #000;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-new {
  color: #fd5900;
}
.woobt-wrap .woobt-products .woobt-product .woobt-price-new .price--normal > span:not(.amount), .woobt-wrap .woobt-products .woobt-product .woobt-price-new .price--sale > span:not(.amount), .woobt-wrap .woobt-products .woobt-product .woobt-price-new .price--old > span:not(.amount) {
  display: none;
}
.woobt-wrap .woobt-products .woobt-product .wpc_variations_form {
  width: fit-content;
}
.woobt-wrap .woobt-products .woobt-product .wpc_variations_form .woovr-variations {
  padding: 0;
}
.woobt-wrap .woobt-products .woobt-product .wpc_variations_form .woovr-variation {
  margin: 0;
  background-color: transparent;
}
.woobt-wrap .woobt-products .woobt-product .wpc_variations_form .woovr-variation .woovr-variation-selector {
  padding: 0;
}
.woobt-wrap .woobt-products .woobt-product .wpc_variations_form .nice-select {
  height: 44px;
  border-radius: 24px;
  border: thin solid #ebebeb;
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
  gap: 5px;
  padding-inline: 13px;
  min-width: 121px;
  justify-content: center;
}
.woobt-wrap .woobt-products .woobt-product .wpc_variations_form .nice-select::after {
  font-size: 6px;
  color: #000;
  width: auto;
  height: auto;
}
.woobt-wrap .woobt-products .woobt-product .wpc_variations_form .nice-select .list {
  border-radius: 0 0 24px 24px;
}
.woobt-wrap .woobt-products .woobt-product .wpc_variations_form .nice-select.open {
  border-radius: 24px 24px 0 0;
}
.woobt-wrap .woobt-summary .woobt-additional, .woobt-wrap .woobt-summary .woobt-alert {
  display: none !important;
}
.woobt-wrap .woobt-summary .pxl-woobt-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0;
  margin-bottom: 27px;
  color: #000;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.woobt-wrap .woobt-summary .pxl-woobt-price .price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-primary);
  margin: 0;
  line-height: 1.6;
  color: inherit !important;
}
.woobt-wrap .woobt-summary .pxl-woobt-price .price--old {
  color: #c9c9c9 !important;
  text-decoration-line: line-through;
  font-size: 18px;
  line-height: 1;
}
.woobt-wrap .woobt-summary .pxl-woobt-price .price--regular {
  color: #fd5900 !important;
  font-weight: 600;
}
.woobt-wrap .woobt-summary .woobt-form .pxl-button.single_add_to_cart_button {
  --pxl-background-color: #1f1f1f;
  width: 100%;
  height: 52px;
  border-radius: 6px;
  background-color: #fd5900;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  display: flex;
  gap: 10px;
}
.woobt-wrap .woobt-summary .woobt-form .pxl-button.single_add_to_cart_button .pxl-woobt-total, .woobt-wrap .woobt-summary .woobt-form .pxl-button.single_add_to_cart_button svg {
  position: relative;
}
.woobt-wrap .woobt-summary .woobt-form .pxl-button.single_add_to_cart_button.woobt-disabled {
  cursor: not-allowed;
  background-color: #afafaf;
  border-color: #afafaf;
}
#wpcas-area {
  border: none;
  margin-top: 1px;
}
#wpcas-area .wpcas-search-input {
  display: none;
}
.wpcas-search .wpcas-search-result .wpcas-products {
  max-height: 80vh;
  overflow: auto;
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product {
  border-bottom: thin solid rgba(17, 17, 17, 0.2);
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner {
  display: flex;
  gap: 15px;
  align-items: start;
  margin: 0;
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-thumb {
  flex: 0 0 80px;
  margin: 0;
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info {
  margin: 0;
  flex: 1 1 auto;
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info .wpcas-product-name {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info .wpcas-product-name a {
  color: #111;
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info .wpcas-product-price {
  font-family: var(--font-primary);
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info .wpcas-product-price .price--normal, .wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info .wpcas-product-price .price--sale, .wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info .wpcas-product-price .price--old {
  font-size: 16px !important;
  font-weight: 500;
  color: #111;
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info .wpcas-product-price .price--normal span, .wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info .wpcas-product-price .price--sale span, .wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-info .wpcas-product-price .price--old span {
  font-size: inherit !important;
  font-weight: inherit !important;
}
.wpcas-search .wpcas-search-result .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-actions {
  margin: 0;
  align-self: center;
}
.order-summary ul {
  list-style: none;
  margin: 0;
}
.order-summary .order-table ul li {
  text-align: center;
}
.order-summary .order-table ul .order-id, .order-summary .order-table ul .order-date {
  flex-basis: 20.4%;
}
.order-summary .order-table ul .order-total {
  flex-basis: 20.5%;
}
.order-summary .order-table ul .order-payment-method {
  flex-basis: 38.8%;
}
@media screen and (max-width: 767px) {
  .order-summary .order-table ul li {
    text-align: start;
  }
  .order-summary .order-table ul .order-id, .order-summary .order-table ul .order-date, .order-summary .order-table ul .order-total, .order-summary .order-table ul .order-payment-method {
    flex-basis: 100%;
  }
}
.order-summary .order-table__header {
  display: flex;
  gap: 1px;
}
.order-summary .order-table__header li {
  background-color: #ebebeb;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  text-transform: uppercase;
  padding: 16px 5px;
}
@media screen and (max-width: 767px) {
  .order-summary .order-table__header {
    display: none;
  }
}
.order-summary .order-table__body li {
  position: relative;
  display: flex;
  gap: 1px;
  color: #1f1f1f;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 767px) {
  .order-summary .order-table__body li {
    flex-wrap: wrap;
  }
}
.order-summary .order-table__body li > div {
  padding: 16px 5px;
}
.order-summary .order-table__body li > div.order-total .price {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.order-summary .order-table__body li > div.order-total .price del {
  font-size: 14px;
}
.order-summary .order-table__body li > div.order-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-summary .order-table__body li > div.order-action a {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .order-summary .order-table__body li > div {
    flex-basis: 100% !important;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .order-summary .order-table__body li > div::before {
    content: attr(data-title);
    display: inline-block;
    font-weight: 600;
  }
  .order-summary .order-table__body li > div.order-action {
    justify-content: space-between;
  }
  .order-summary .order-table__body li > div.order-id {
    background-color: #ebebeb;
  }
  .order-summary .order-table__body li > div.order-id::before {
    min-width: none;
  }
  .order-summary .order-table__body li > div + div {
    border-bottom: thin solid #ebebeb;
  }
}
.order-summary .order-table__body li + li {
  border-top: thin solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .order-summary .order-table__body li + li {
    border: none;
    margin-top: 15px;
  }
}
.order-summary .order-table__body li .pxl-link {
  position: absolute;
  inset: 0;
  z-index: 9;
}
.order-summary .order-tracking {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) {
  .order-summary .order-tracking {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .order-summary .order-tracking {
    margin-top: 60px;
  }
}
.order-summary .order-tracking__line {
  position: absolute;
  width: 90%;
  height: 1px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 43px;
  background-color: #efefef;
}
@media screen and (max-width: 575px) {
  .order-summary .order-tracking__line {
    left: 43px;
    top: 0;
    transform: translateX(0);
    width: 1px;
    height: 100%;
  }
}
.order-summary .order-tracking__progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .order-summary .order-tracking__progress {
    flex-direction: column;
    justify-content: start;
  }
}
.order-summary .order-tracking__step {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.order-summary .order-tracking__step.active .order-tracking__icon {
  background-color: #fd5900;
  color: #fff;
}
.order-summary .order-tracking__step.active .order-tracking__label {
  color: #fd5900;
}
@media screen and (max-width: 575px) {
  .order-summary .order-tracking__step {
    text-align: start;
    flex-direction: row;
  }
}
.order-summary .order-tracking__icon {
  display: inline-block;
  --pxl-box-size: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  background-color: #efefef;
  color: #fd5900;
}
.order-summary .order-tracking__label {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  text-transform: uppercase;
}
.order-summary .order-tracking__date {
  display: block;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.42857;
}
.order-summary .order-customer {
  margin-top: 64px;
  border-radius: 20px;
  border: thin solid #ebebeb;
  background-color: #fff;
  padding: 32px 44px 32px 32px;
}
@media screen and (max-width: 575px) {
  .order-summary .order-customer {
    padding: 30px 15px;
  }
}
.order-summary .order-customer__inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-summary .order-customer--shipping, .order-summary .order-customer--billing {
  flex: 0 1 299px;
}
.order-summary .order-customer__title {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.order-summary .order-customer__info {
  line-height: 1.8;
}
.order-detail__title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.order-detail .product {
  display: flex;
  gap: 20px;
}
@media max-xs {
  .order-detail .product {
    flex-direction: column;
  }
}
.order-detail .product__featured {
  flex: 0 0 96px;
  position: relative;
}
@media max-xs {
  .order-detail .product__featured {
    flex: 0 0 100%;
  }
}
.order-detail .product__featured img {
  border-radius: 8px;
  max-width: 120px;
}
.order-detail .product__quantity {
  position: absolute;
  top: -12px;
  right: -11px;
  text-align: center;
  line-height: 24px;
  width: 24px;
  background-color: #fd5900;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
}
.order-detail .product__content {
  flex: 1 1 auto;
}
@media max-xs {
  .order-detail .product__content {
    flex: 0 0 100%;
  }
}
.order-detail .product__name {
  color: #1f1f1f;
  letter-spacing: -0.32px;
}
.order-detail .product__attributes {
  margin-top: 8px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.42857;
}
.order-detail .product__price {
  flex: 0 0 auto;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  align-self: center;
}
.order-detail .product + .product {
  margin-top: 20px;
}
.order-detail .divider {
  display: block;
  height: 1px;
  background-color: rgba(161, 161, 161, .2);
  margin-block: 31.5px;
  border: none;
}
.order-detail__calc-item {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  color: #000;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.order-detail__calc-item + .order-detail__calc-item {
  margin-top: 15px;
}
.order-detail__calc-item.order-detail__total {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
  text-transform: uppercase;
}
.order-detail__calc-item.order-detail__total .price {
  display: flex;
  align-items: center;
  gap: 5px;
}
.order-detail__calc-item.order-detail__total .price del {
  font-size: 20px;
}
.orders-content:has(.order-empty) .elementor-widget-pxl_heading {
  display: none;
}
.order-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.order-empty__image {
  margin-bottom: 42px;
}
.order-empty__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3125;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.order-empty__note {
  margin-bottom: 32px;
}
.order-empty .pxl-button {
  padding-inline: 40px;
  border: thin solid #fd5900;
  color: #fd5900;
  background-color: #fff;
}
.order-empty .pxl-button:hover {
  color: #fff;
}
.pxl-visually-hidden {
  font-size: 0px;
  position: absolute;
  inset: 0;
  z-index: 999;
}
.added_to_cart.wc-forward {
  display: none !important;
}
.woocommerce .loader::before {
  display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  cursor: not-allowed;
  background-color: #afafaf;
  border-color: #afafaf;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: inherit;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
  display: none;
}
.blockUI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block !important;
  opacity: 1 !important;
}
.blockUI:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-color: transparent #222 transparent #222;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.blockUI:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.blockUI.blockOverlay, .blockUI.blockMsg {
  display: none !important;
}
.onsale {
  display: none;
}
.product-remove {
  position: relative;
}
.product-remove a.remove {
  font-size: 0px;
  width: 36px;
  height: 36px;
  background-color: var(--color-secondary);
  border-radius: 100%;
  position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 12px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--color-tertiary);
  transform-origin: 50% 50%;
  opacity: 1;
  transition: transform ease 0.3s, background-color 0.3s linear;
}
.product-remove a.remove:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-remove a.remove:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-remove a.remove:hover {
  background-color: var(--color-tertiary);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
  background-color: var(--color-secondary);
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.woocommerce div.product div.summary {
  margin: 0;
  float: none;
  width: 100%;
}
.rating-star {
  display: flex;
  gap: 5px;
  color: var(--color-secondary);
}
.rating-star .star-disable {
  color: #d2d2d2;
}
.rating-star .haft-star {
  position: relative;
}
.rating-star .haft-star path.main {
  position: absolute;
  inset: 0;
  clip-path: inset(0 50% 0 0);
}
.rating-star .haft-star path.copy {
  color: #d2d2d2;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.pxl-entry-content > .woocommerce .cart-empty, .pxl-entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce .pxl-sidebar-area .pxl-sidebar-sticky {
  padding: 0;
  border: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #f9f9f9;
}
.woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
.woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus {
  background-color: var(--color-primary);
}
.pswp {
  z-index: 999999;
  /* All Notices */
}
.pswp .pswp__caption {
  display: none;
}
.pswp .pswp__bg {
  background-color: rgba(0, 0, 0, 0.76);
}
.pswp .pswp__top-bar {
  opacity: 1;
  background-color: transparent;
}
.pswp .pswp__ui .pswp__button {
  opacity: 1 !important;
}
.pswp .pswp__ui .pswp__button:before {
  font-family: "Flaticon";
  background: none;
  color: #fff;
  display: inline-flex;
  line-height: 30px;
  justify-content: center;
}
.pswp .pswp__ui .pswp__button--arrow--left:before {
  content: "\f107";
}
.pswp .pswp__ui .pswp__button--arrow--right:before {
  content: "\f108";
}
.woocommerce-MyAccount-content .woocommerce-info {
  text-align: center;
  padding: 24px 30px 90px 30px;
  border-radius: 5px;
}
.woocommerce-MyAccount-content .woocommerce-info:before {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-info a.button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.wishlist-title {
  width: 100%;
  text-align: center;
  margin: 0 0 45px;
}
.wishlist-title .button .fa {
  font-family: FontAwesome;
}
.hidden-title-form input + input {
  margin-top: 15px;
}
.hidden-title-form .btn {
  line-height: 51px !important;
}
.shop_table.cart.wishlist_table {
  margin-bottom: 0 !important;
}
#stripe-payment-data .form-row > label + div {
  width: 100%;
}
.woocommerce-lost-password .woocommerce-error {
  max-width: 440px;
  margin: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  max-width: 440px;
  margin: 10px auto 0 auto;
  border-radius: 0px;
  border: 1px solid rgba(22, 35, 43, 0.08);
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
  width: 100% !important;
  float: none !important;
  font-size: 16px;
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(45, 45, 45, 0.5);
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login:focus {
  border-color: var(--color-primary);
  color: #2d2d2d;
}
.woocommerce-lost-password .woocommerce-ResetPassword label {
  font-size: 20px;
  font-weight: 500;
  color: #0a1320;
  margin-bottom: 8px;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
  padding-left: 38px;
  padding-right: 38px;
}
.woocommerce-lost-password .woocommerce-form-row label {
  margin-bottom: 4px;
  font-weight: 500;
  color: #222;
}
.woocommerce-lost-password .pxl-entry-content > .woocommerce {
  max-width: 960px;
  margin: auto;
}
.woocommerce-notices-wrapper {
  display: none;
}
.added_to_cart {
  display: none;
}
#woosq-popup {
  width: 100%;
  max-width: 1300px;
  max-height: 500px;
  padding: 30px 15px;
  border-radius: 5px;
}
#woosq-popup .product {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  #woosq-popup .product {
    flex-direction: column;
  }
}
#woosq-popup .product .thumbnails {
  background-color: transparent;
}
#woosq-popup .product .thumbnails .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
#woosq-popup .product .thumbnails .thumbnail img {
  margin: 0;
  max-height: 350px;
}
@media screen and (max-width: 991px) {
  #woosq-popup .product .thumbnails .thumbnail img {
    max-height: none;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  #woosq-popup .product .summary .summary-content {
    padding: 0;
  }
}
#woosq-popup .product .summary .woosw-btn {
  display: none;
}
#woosq-popup .product .summary table.variations {
  width: 100%;
  margin-bottom: 35px;
}
#woosq-popup .product .summary table.variations .nice-select {
  display: none;
}
#woosq-popup .product .summary table.variations tbody tr .label {
  padding: 0;
  width: auto;
  margin-right: 15px;
  flex: 0 0 auto;
}
#woosq-popup .product .summary table.variations tbody tr .value {
  padding: 0;
  display: flex;
}
#woosq-popup .product .summary table.variations tbody tr .value .wpcvs-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
#woosq-popup .product .summary table.variations tbody tr .value .wpcvs-terms .wpcvs-term {
  height: auto;
  line-height: auto;
  border: none;
  margin: 0;
  padding: 0;
  width: 85px;
  color: #4f545a;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
  border: thin solid rgba(60, 60, 60, .17);
  background-color: #fff;
}
#woosq-popup .product .summary table.variations tbody tr .value .wpcvs-terms .wpcvs-term.wpcvs-selected::before {
  display: none;
}
#woosq-popup .product .summary table.variations tbody tr .value .wpcvs-terms .wpcvs-term .wpcvs-term-inner {
  justify-content: center;
  line-height: 35px;
  height: 35px;
  background-color: transparent;
}
#woosq-popup .product .summary table.variations tbody tr .value .wpcvs-terms .wpcvs-term .wpcvs-term-inner .wpcvs-term-label {
  display: block;
}
#woosq-popup .product .summary table.variations .value {
  gap: 5px 15px;
}
#woosq-popup .product .summary table.variations .value .reset_variations {
  --pxl-box-size: 36px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  color: #fff;
  font-weight: 500;
  background-color: var(--color-primary);
}
#woosq-popup .product .summary .product_title {
  color: var(--color-tertiary);
  font-family: var(--font-primary);
  line-height: 1.2;
}
#woosq-popup .product .summary .woocommerce-product-rating {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
#woosq-popup .product .summary .woocommerce-product-rating .star-rating {
  color: var(--color-secondary);
}
#woosq-popup .product .summary .woocommerce-product-rating .woocommerce-review-link {
  color: var(--color-tertiary);
}
#woosq-popup .product .summary .price {
  color: #63ab52;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.66667;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  justify-content: start;
}
#woosq-popup .product .summary .price ins {
  padding: 0;
}
#woosq-popup .product .summary .price ins bdi {
  line-height: 1.66667;
  color: #63ab52;
}
#woosq-popup .product .summary .price del {
  color: rgba(99, 171, 82, .75);
  text-decoration-color: currentColor;
}
#woosq-popup .product .summary .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}
#woosq-popup .product .summary form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#woosq-popup .product .summary form.cart::before {
  display: none;
}
#woosq-popup .product .summary form.cart .quantity .input-text {
  height: 100%;
  min-height: 55px;
}
#woosq-popup .product .summary form.cart .variations {
  flex-basis: 100%;
}
#woosq-popup .product .summary form.cart .variations tr {
  display: flex;
  align-items: center;
}
#woosq-popup .product .summary form.cart .variations tr .label {
  color: var(--color-tertiary);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
#woosq-popup .product .summary form.cart .single_variation_wrap {
  flex-basis: 100%;
}
#woosq-popup .product .summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}
#woosq-popup .product .summary form.cart .button, #woosq-popup .product .summary form.cart .woosq-btn, #woosq-popup .product .summary form.cart .woosw-btn, #woosq-popup .product .summary form.cart input {
  border-radius: 82px;
  background-color: #fff;
  color: #3c3c3c;
  margin: 0 !important;
  padding: 0;
  font-size: 22px;
}
#woosq-popup .product .summary form.cart .single_add_to_cart_button, #woosq-popup .product .summary form.cart .woosw-btn {
  display: none;
}
#woosq-popup .product .summary form.cart .add_to_cart_button {
  height: 55px;
  padding-inline: 42px;
  border-radius: 100px;
  background-color: var(--color-primary);
  gap: 10px;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 800;
}
#woosq-popup .product .summary .product_meta > span {
  display: block;
}
#woosq-popup .product .summary .product_meta > span a {
  color: #5c6672;
}
#woosq-popup .product .summary .product_meta > span + span {
  margin-top: 5px;
}
.woocommerce div.product form.cart div.quantity, .woocommerce .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity .quantity, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity .quantity, .sidebar--shopping-cart .pxl-cart-products .product .quantity, .product-single-mini .quantity, #pxl-quick-add .quantity, #pxl-quick-view .quantity {
  margin: 0;
  display: flex;
  width: fit-content;
  position: relative;
}
.woocommerce div.product form.cart div.quantity > input, .woocommerce .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity .quantity > input, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity .quantity > input, .sidebar--shopping-cart .pxl-cart-products .product .quantity > input, .product-single-mini .quantity > input, #pxl-quick-add .quantity > input, #pxl-quick-view .quantity > input {
  width: 132px;
  color: #000;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  -moz-appearance: textfield;
  appearance: textfield;
  border: none;
  background-color: #f1f1f1;
  border-radius: 43px;
  height: 48px;
}
.woocommerce div.product form.cart div.quantity .quantity-icon, .woocommerce .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity .quantity .quantity-icon, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity .quantity .quantity-icon, .sidebar--shopping-cart .pxl-cart-products .product .quantity .quantity-icon, .product-single-mini .quantity .quantity-icon, #pxl-quick-add .quantity .quantity-icon, #pxl-quick-view .quantity .quantity-icon {
  --pxl-box-size: 44px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  color: rgba(1, 22, 36, .6);
  transition: all 0.3s linear;
}
.woocommerce div.product form.cart div.quantity .quantity-icon:hover, .woocommerce .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity .quantity .quantity-icon:hover, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity .quantity .quantity-icon:hover, .sidebar--shopping-cart .pxl-cart-products .product .quantity .quantity-icon:hover, .product-single-mini .quantity .quantity-icon:hover, #pxl-quick-add .quantity .quantity-icon:hover, #pxl-quick-view .quantity .quantity-icon:hover {
  color: #011624;
}
.woocommerce div.product form.cart div.quantity .quantity-icon.icon-minus, .woocommerce .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity .quantity .quantity-icon.icon-minus, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity .quantity .quantity-icon.icon-minus, .sidebar--shopping-cart .pxl-cart-products .product .quantity .quantity-icon.icon-minus, .product-single-mini .quantity .quantity-icon.icon-minus, #pxl-quick-add .quantity .quantity-icon.icon-minus, #pxl-quick-view .quantity .quantity-icon.icon-minus {
  left: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-icon.icon-minus::before, .woocommerce .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity .quantity .quantity-icon.icon-minus::before, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity .quantity .quantity-icon.icon-minus::before, .sidebar--shopping-cart .pxl-cart-products .product .quantity .quantity-icon.icon-minus::before, .product-single-mini .quantity .quantity-icon.icon-minus::before, #pxl-quick-add .quantity .quantity-icon.icon-minus::before, #pxl-quick-view .quantity .quantity-icon.icon-minus::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: currentcolor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.woocommerce div.product form.cart div.quantity .quantity-icon.icon-plus, .woocommerce .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity .quantity .quantity-icon.icon-plus, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity .quantity .quantity-icon.icon-plus, .sidebar--shopping-cart .pxl-cart-products .product .quantity .quantity-icon.icon-plus, .product-single-mini .quantity .quantity-icon.icon-plus, #pxl-quick-add .quantity .quantity-icon.icon-plus, #pxl-quick-view .quantity .quantity-icon.icon-plus {
  right: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-icon.icon-plus::before, .woocommerce .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity .quantity .quantity-icon.icon-plus::before, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity .quantity .quantity-icon.icon-plus::before, .sidebar--shopping-cart .pxl-cart-products .product .quantity .quantity-icon.icon-plus::before, .product-single-mini .quantity .quantity-icon.icon-plus::before, #pxl-quick-add .quantity .quantity-icon.icon-plus::before, #pxl-quick-view .quantity .quantity-icon.icon-plus::before {
  content: '';
  display: inline-block;
  background-color: currentcolor;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
  border-radius: 2.5px;
}
.woocommerce div.product form.cart div.quantity .quantity-icon.icon-plus::after, .woocommerce .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity .quantity .quantity-icon.icon-plus::after, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity .quantity .quantity-icon.icon-plus::after, .sidebar--shopping-cart .pxl-cart-products .product .quantity .quantity-icon.icon-plus::after, .product-single-mini .quantity .quantity-icon.icon-plus::after, #pxl-quick-add .quantity .quantity-icon.icon-plus::after, #pxl-quick-view .quantity .quantity-icon.icon-plus::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 10px;
  background-color: currentcolor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2.5px;
}
@keyframes woo-btn-loading {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 1199px) {
  body .mfp-wrap .mfp-container .mfp-content {
    padding-inline: 15px;
  }
  body .mfp-wrap .mfp-container .mfp-arrow {
    display: none;
  }
}
.related.products {
  max-width: 1576px;
  padding-inline: 15px;
  margin: 0 auto 50px auto;
}
.related.products h2 {
  display: block;
  color: #252525;
  text-align: center;
  font-family: "DM Sans";
  font-weight: 500;
  letter-spacing: -0.96px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.related.products > p {
  color: rgba(37, 37, 37, .8);
  line-height: 1.625;
  font-family: var(--font-primary);
  margin-bottom: 52px;
  display: block;
  text-align: center;
}
.related.products .pxl-swiper {
  padding-inline: 68px;
}
.related.products .pxl-swiper .swiper-navigation {
  position: absolute;
  top: 189px;
  left: 0px;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .related.products .pxl-swiper {
    padding: 0;
  }
  .related.products .pxl-swiper .swiper-navigation {
    display: none;
  }
}
body:has(.widget_filter_button) .shop-archive .button--shop-filter, body:has(.widget_komestic_widget_filter) .shop-archive .button--shop-filter {
  display: none;
}
@media screen and (max-width: 991px) {
  body:has(.widget_filter_button) .shop-archive .button--shop-filter, body:has(.widget_komestic_widget_filter) .shop-archive .button--shop-filter {
    display: flex;
  }
}
body.sidebar-shop--left ul.products.columns-4 {
  grid-template-columns: repeat(3, 1fr);
}
body.sidebar-shop--left .woocommerce-topbar .buttons {
  padding-right: 210px;
}
body.sidebar-shop--right ul.products.columns-4 {
  grid-template-columns: repeat(3, 1fr);
}
body.sidebar-shop--right .woocommerce-topbar {
  flex-direction: row-reverse;
}
body.sidebar-shop--right .woocommerce-topbar .buttons {
  padding-right: 0;
  padding-left: 210px;
}
.woocommerce-shop .wrapper .main-content {
  padding-block: 64px;
}
.woocommerce-shop .wrapper .main-content__inner--left-sidebar, .woocommerce-shop .wrapper .main-content__inner--right-sidebar {
  display: flex;
  justify-content: space-between;
  gap: 60px 30px;
}
.woocommerce-shop .wrapper .main-content__inner .shop-archive {
  flex: 0 1 1073px;
  padding-top: 5px;
}
.woocommerce-shop .wrapper .main-content__inner .sidebar {
  flex: 0 1 328px;
}
.woocommerce-shop .wrapper .main-content__inner .sidebar__filter {
  gap: 12px;
  font-weight: 600;
  color: #1f1f1f;
  height: 50px;
  border: thin solid #ebebeb;
  padding-inline: 18px;
  border-radius: 4px;
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.woocommerce-shop .wrapper .main-content__inner--no-sidebar .shop-archive {
  flex: 0 1 100%;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .woocommerce-shop .wrapper .main-content__inner .shop-archive {
    flex: 0 1 100%;
  }
}
.woocommerce-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 37px;
}
.woocommerce-topbar .buttons {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 24px;
}
.woocommerce-topbar .buttons button {
  padding: 0;
  border: none;
  gap: 2px;
}
.woocommerce-topbar .buttons button.button--active, .woocommerce-topbar .buttons button:hover {
  color: #dd4c20;
}
.woocommerce-topbar .product-orderby {
  flex-shrink: 0;
}
.woocommerce-topbar .product-orderby .pxl-nice-select {
  height: 40px;
  text-transform: uppercase;
}
.woocommerce-result {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.woocommerce-result .separator {
  height: 24px;
  width: 1px;
  display: block;
  background-color: #ebebeb;
}
.woocommerce-result-count {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 34px;
  margin: 0 !important;
  letter-spacing: 0;
}
.woocommerce-result:has(.woocommerce-result-key:empty) .separator {
  display: none;
}
.woocommerce-result-key {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.woocommerce-result-key .button--filter-key {
  gap: 10px;
  padding-inline: 20px;
  color: #1f1f1f;
  font-size: 18px;
  height: 34px;
  border-radius: 20px;
  border: thin solid #ebebeb;
  background-color: transparent;
  text-transform: capitalize;
}
.woocommerce-result-key .button--filter-key .icon-close {
  width: 16px;
  height: 16px;
}
.woocommerce-result-key .button--filter-key:hover:hover .icon-close::before, .woocommerce-result-key .button--filter-key:hover:focus .icon-close::before {
  transform: translate(-50%, -50%) rotate(0);
}
.woocommerce-result-key .button--filter-key:hover:hover .icon-close::after, .woocommerce-result-key .button--filter-key:hover:focus .icon-close::after {
  transform: translate(-50%, -50%) rotate(0);
}
.woocommerce-result-key .button--clear-key {
  gap: 10px;
  padding-inline: 20px;
  color: #1f1f1f;
  font-size: 18px;
  height: 34px;
  border-radius: 20px;
  border: thin solid #ebebeb;
  background-color: transparent;
  text-transform: capitalize;
  color: #fff;
  background-color: #252525;
}
.woocommerce-result-key .button--clear-key .icon-close {
  width: 16px;
  height: 16px;
}
.woocommerce-result-key .button--clear-key:hover:hover .icon-close::before, .woocommerce-result-key .button--clear-key:hover:focus .icon-close::before {
  transform: translate(-50%, -50%) rotate(0);
}
.woocommerce-result-key .button--clear-key:hover:hover .icon-close::after, .woocommerce-result-key .button--clear-key:hover:focus .icon-close::after {
  transform: translate(-50%, -50%) rotate(0);
}
.woocommerce .button--shop-filter {
  --pxl-background-color: #1f1f1f;
  background-color: #fff;
  font-weight: 600;
  color: #1f1f1f;
  gap: 12px;
  border: thin solid #ebebeb;
  height: 50px;
  padding-inline: 18px;
  text-transform: uppercase;
}
.woocommerce .button--shop-filter:hover {
  color: #fff;
}
.woocommerce ul.products {
  gap: 64px 30px;
  display: grid;
  margin: 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1199px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce ul.products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.pxl-products .grid__inner, .product-suggested[data-layout="1"] .grid__inner, .related .grid__inner, .shop-archive .products .grid__inner {
  --pxl-spacing-block: 64px;
  --pxl-spacing-inline: 30px;
}
.pxl-products .product, .product-suggested[data-layout="1"] .product, .related .product, .shop-archive .products .product {
  margin: 0 !important;
  position: relative;
  width: 100% !important;
  position: relative;
}
.pxl-products .product:hover .product__actions .button--shop-action, .product-suggested[data-layout="1"] .product:hover .product__actions .button--shop-action, .related .product:hover .product__actions .button--shop-action, .shop-archive .products .product:hover .product__actions .button--shop-action {
  opacity: 1;
}
.pxl-products .product:hover .countdown, .product-suggested[data-layout="1"] .product:hover .countdown, .related .product:hover .countdown, .shop-archive .products .product:hover .countdown {
  opacity: 0;
}
.pxl-products .product:hover:has(.pa_terms) .selling-bar, .product-suggested[data-layout="1"] .product:hover:has(.pa_terms) .selling-bar, .related .product:hover:has(.pa_terms) .selling-bar, .shop-archive .products .product:hover:has(.pa_terms) .selling-bar {
  opacity: 0;
  transform: translateY(100%);
}
.pxl-products .product:hover .pa_terms, .product-suggested[data-layout="1"] .product:hover .pa_terms, .related .product:hover .pa_terms, .shop-archive .products .product:hover .pa_terms {
  transform: translateY(0);
}
.pxl-products .product__featured, .product-suggested[data-layout="1"] .product__featured, .related .product__featured, .shop-archive .products .product__featured {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 18px;
  overflow: hidden;
}
.pxl-products .product__featured img, .product-suggested[data-layout="1"] .product__featured img, .related .product__featured img, .shop-archive .products .product__featured img {
  margin: 0 !important;
}
.pxl-products .product__actions, .product-suggested[data-layout="1"] .product__actions, .related .product__actions, .shop-archive .products .product__actions {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding: 15px 15px 56px;
  width: 100%;
  z-index: 1000;
}
.pxl-products .product__actions .button--shop-action, .product-suggested[data-layout="1"] .product__actions .button--shop-action, .related .product__actions .button--shop-action, .shop-archive .products .product__actions .button--shop-action {
  opacity: 0;
}
.pxl-products .product .pa_terms, .product-suggested[data-layout="1"] .product .pa_terms, .related .product .pa_terms, .shop-archive .products .product .pa_terms {
  position: absolute;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  gap: 20px;
  background-color: rgba(27, 27, 27, .5);
  padding: 6px;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s linear;
}
.pxl-products .product .pa_terms .pa_term, .product-suggested[data-layout="1"] .product .pa_terms .pa_term, .related .product .pa_terms .pa_term, .shop-archive .products .product .pa_terms .pa_term {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71429;
  text-transform: uppercase;
}
.pxl-products .product .countdown, .product-suggested[data-layout="1"] .product .countdown, .related .product .countdown, .shop-archive .products .product .countdown {
  justify-content: center;
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  gap: 3px;
  min-width: 190px;
  padding-block: 10px;
  padding-inline: 15px;
  width: fit-content;
  color: #dd4c20;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(171, 171, 171, 0.25);
  -khtml-box-shadow: 0 2px 10px 0 rgba(171, 171, 171, 0.25);
  -moz-box-shadow: 0 2px 10px 0 rgba(171, 171, 171, 0.25);
  -ms-box-shadow: 0 2px 10px 0 rgba(171, 171, 171, 0.25);
  -o-box-shadow: 0 2px 10px 0 rgba(171, 171, 171, 0.25);
  box-shadow: 0 2px 10px 0 rgba(171, 171, 171, 0.25);
  transition: clip-path 0.3s ease-in-out, opacity 0.3s ease-in-out;
  clip-path: inset(0 0 0 0);
  z-index: 999;
  transition: 0.3s;
}
.pxl-products .product .countdown__timer, .product-suggested[data-layout="1"] .product .countdown__timer, .related .product .countdown__timer, .shop-archive .products .product .countdown__timer {
  flex-direction: row;
  gap: 0;
}
.pxl-products .product .selling-bar, .product-suggested[data-layout="1"] .product .selling-bar, .related .product .selling-bar, .shop-archive .products .product .selling-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #1b1b1b;
  padding-block: 6px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.pxl-products .product .selling-bar .pxl-text-marquee, .product-suggested[data-layout="1"] .product .selling-bar .pxl-text-marquee, .related .product .selling-bar .pxl-text-marquee, .shop-archive .products .product .selling-bar .pxl-text-marquee {
  --pxl-spacing: 10px;
}
.pxl-products .product .selling-bar .text-marquee-item, .product-suggested[data-layout="1"] .product .selling-bar .text-marquee-item, .related .product .selling-bar .text-marquee-item, .shop-archive .products .product .selling-bar .text-marquee-item {
  gap: 10px;
  --pxl-duration: 15s;
}
.pxl-products .product .selling-bar p, .product-suggested[data-layout="1"] .product .selling-bar p, .related .product .selling-bar p, .shop-archive .products .product .selling-bar p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71429;
  text-transform: uppercase;
}
.pxl-products .product__content, .product-suggested[data-layout="1"] .product__content, .related .product__content, .shop-archive .products .product__content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: end;
}
@media screen and (max-width: 1199px) {
  .pxl-products .product__content, .product-suggested[data-layout="1"] .product__content, .related .product__content, .shop-archive .products .product__content {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}
.pxl-products .product__name, .product-suggested[data-layout="1"] .product__name, .related .product__name, .shop-archive .products .product__name {
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
}
.pxl-products .product__name a, .product-suggested[data-layout="1"] .product__name a, .related .product__name a, .shop-archive .products .product__name a {
  --pxl-height: 1px;
  position: relative;
  display: inline;
  color: inherit;
  background-image: linear-gradient(transparent calc(100% - var(--pxl-height)), currentcolor 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s linear, background-position 0s linear 0.3s, color 0.3s, background-color 0.3s;
}
.pxl-products .product__name a:hover, .product-suggested[data-layout="1"] .product__name a:hover, .related .product__name a:hover, .shop-archive .products .product__name a:hover, .pxl-products .product__name a.active, .product-suggested[data-layout="1"] .product__name a.active, .related .product__name a.active, .shop-archive .products .product__name a.active {
  background-size: 100% 100%;
  background-position: right bottom;
}
.pxl-products .product__name a:not(:hover), .product-suggested[data-layout="1"] .product__name a:not(:hover), .related .product__name a:not(:hover), .shop-archive .products .product__name a:not(:hover) {
  background-size: 0% 100%;
  background-position: left bottom;
}
.pxl-products .product__price .price, .product-suggested[data-layout="1"] .product__price .price, .related .product__price .price, .shop-archive .products .product__price .price {
  display: inline-flex !important;
  flex-direction: column;
  align-items: end;
  margin: 0 !important;
  color: #1c1c1c;
}
@media screen and (max-width: 1199px) {
  .pxl-products .product__price .price, .product-suggested[data-layout="1"] .product__price .price, .related .product__price .price, .shop-archive .products .product__price .price {
    flex-direction: column;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
  }
}
.pxl-products .product__price .price .product-label, .product-suggested[data-layout="1"] .product__price .price .product-label, .related .product__price .price .product-label, .shop-archive .products .product__price .price .product-label {
  display: none;
}
.pxl-products .product__price .price--old, .product-suggested[data-layout="1"] .product__price .price--old, .related .product__price .price--old, .shop-archive .products .product__price .price--old {
  color: rgba(37, 37, 37, .6);
  font-size: 14px;
  line-height: 1.71429;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.pxl-products .product__price .price--sale, .product-suggested[data-layout="1"] .product__price .price--sale, .related .product__price .price--sale, .shop-archive .products .product__price .price--sale, .pxl-products .product__price .price--normal, .product-suggested[data-layout="1"] .product__price .price--normal, .related .product__price .price--normal, .shop-archive .products .product__price .price--normal {
  color: #dd4c20;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
}
.pxl-products .product__price .price--normal, .product-suggested[data-layout="1"] .product__price .price--normal, .related .product__price .price--normal, .shop-archive .products .product__price .price--normal {
  color: #252525;
}
.pxl-products .product__label, .product-suggested[data-layout="1"] .product__label, .related .product__label, .shop-archive .products .product__label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 16px;
  gap: 6px;
  flex-wrap: wrap;
}
.pxl-products .product__label .product-label, .product-suggested[data-layout="1"] .product__label .product-label, .related .product__label .product-label, .shop-archive .products .product__label .product-label {
  line-height: 26px;
  padding-inline: 10px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.pxl-products .product__label .product-label--new, .product-suggested[data-layout="1"] .product__label .product-label--new, .related .product__label .product-label--new, .shop-archive .products .product__label .product-label--new {
  background-color: #7d40c7;
}
.pxl-products .product__label .product-label--onsale, .product-suggested[data-layout="1"] .product__label .product-label--onsale, .related .product__label .product-label--onsale, .shop-archive .products .product__label .product-label--onsale {
  background-color: #dd4c20;
}
.pxl-products .product__label .product-label--trending, .product-suggested[data-layout="1"] .product__label .product-label--trending, .related .product__label .product-label--trending, .shop-archive .products .product__label .product-label--trending {
  background-color: #a0b323;
}
.pxl-products .product__attributes, .product-suggested[data-layout="1"] .product__attributes, .related .product__attributes, .shop-archive .products .product__attributes {
  margin-top: 15px;
}
.pxl-products .product__attributes:not(:has([data-attribute])), .product-suggested[data-layout="1"] .product__attributes:not(:has([data-attribute])), .related .product__attributes:not(:has([data-attribute])), .shop-archive .products .product__attributes:not(:has([data-attribute])) {
  display: none;
}
.pxl-products .product__attributes .variations, .product-suggested[data-layout="1"] .product__attributes .variations, .related .product__attributes .variations, .shop-archive .products .product__attributes .variations {
  padding-right: 0;
  width: 100%;
}
.pxl-products .product__attributes .variations .wpcvs-terms, .product-suggested[data-layout="1"] .product__attributes .variations .wpcvs-terms, .related .product__attributes .variations .wpcvs-terms, .shop-archive .products .product__attributes .variations .wpcvs-terms {
  gap: 5px;
  width: 100%;
}
.pxl-products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button), .product-suggested[data-layout="1"] .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button), .related .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button), .shop-archive .products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) {
  flex-wrap: nowrap;
  overflow: scroll;
  /* Firefox */
  scrollbar-width: none;
  /* IE, Edge cũ */
  -ms-overflow-style: none;
}
.pxl-products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button)::-webkit-scrollbar, .product-suggested[data-layout="1"] .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button)::-webkit-scrollbar, .related .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button)::-webkit-scrollbar, .shop-archive .products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button)::-webkit-scrollbar {
  /* Chrome, Safari */
  display: none;
}
.pxl-products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term, .product-suggested[data-layout="1"] .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term, .related .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term, .shop-archive .products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.pxl-products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term-inner, .product-suggested[data-layout="1"] .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term-inner, .related .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term-inner, .shop-archive .products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term-inner {
  position: relative;
  inset: auto;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.pxl-products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term .wpcvs-type-button .wpcvs-term, .product-suggested[data-layout="1"] .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term .wpcvs-type-button .wpcvs-term, .related .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term .wpcvs-type-button .wpcvs-term, .shop-archive .products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) .wpcvs-term .wpcvs-type-button .wpcvs-term {
  min-width: 60px;
  font-size: 14px;
}
.pxl-products .product__attributes .variations .variation .label, .product-suggested[data-layout="1"] .product__attributes .variations .variation .label, .related .product__attributes .variations .variation .label, .shop-archive .products .product__attributes .variations .variation .label {
  display: none;
}
.pxl-products .product__attributes .variations .reset, .product-suggested[data-layout="1"] .product__attributes .variations .reset, .related .product__attributes .variations .reset, .shop-archive .products .product__attributes .variations .reset {
  display: none;
}
.pxl-products .product .button--close-deactive, .product-suggested[data-layout="1"] .product .button--close-deactive, .related .product .button--close-deactive, .shop-archive .products .product .button--close-deactive {
  --pxl-box-size: 42px;
  position: absolute;
  -webkit-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  -khtml-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  -moz-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  -ms-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  -o-box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  box-shadow: 0 1px 6px 0 rgba(191, 191, 191, 0.25);
  right: 10px;
  top: 10px;
  color: #1f1f1f;
  background-color: #fff;
  z-index: 9999;
}
.pxl-products .product .button--close-deactive .icon-close, .product-suggested[data-layout="1"] .product .button--close-deactive .icon-close, .related .product .button--close-deactive .icon-close, .shop-archive .products .product .button--close-deactive .icon-close {
  width: 10px;
  height: 10px;
}
.pxl-products .product .button--close-deactive .icon-close::after, .product-suggested[data-layout="1"] .product .button--close-deactive .icon-close::after, .related .product .button--close-deactive .icon-close::after, .shop-archive .products .product .button--close-deactive .icon-close::after, .pxl-products .product .button--close-deactive .icon-close::before, .product-suggested[data-layout="1"] .product .button--close-deactive .icon-close::before, .related .product .button--close-deactive .icon-close::before, .shop-archive .products .product .button--close-deactive .icon-close::before {
  height: 1px;
}
.pxl-products .product-categories, .product-suggested[data-layout="1"] .product-categories, .related .product-categories, .shop-archive .products .product-categories {
  margin-bottom: 5px;
}
.pxl-products .product-categories > a, .product-suggested[data-layout="1"] .product-categories > a, .related .product-categories > a, .shop-archive .products .product-categories > a {
  color: rgba(37, 37, 37, .6);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.83333;
  text-transform: uppercase;
}
.shop-archive .products .product__attributes .variations .wpcvs-terms:not(.wpcvs-type-button) {
  flex-wrap: wrap;
}
.single-product .main-content {
  padding: 0;
}
.single-product .main-content > .container {
  max-width: 100%;
  padding: 0;
}
.single-product .main-content__inner {
  display: block;
}
.single-product .product-images.style-1 div.woocommerce-product-gallery .flex-control-nav {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
.single-product .product-images.style-1 div.woocommerce-product-gallery .flex-control-nav li {
  width: 100%;
  float: none;
}
.single-product .product-images.style-1 div.woocommerce-product-gallery .flex-control-nav li > img {
  border-radius: 10px;
  transition: opacity 0.3s linear;
}
.single-product .product-images.style-1 div.woocommerce-product-gallery .flex-control-nav li:nth-child(5n) {
  grid-column: 1 / -1 !important;
}
.single-product div.product .summary form.cart {
  margin: 0;
}
.single-product div.product .summary form.cart .button.single_add_to_cart_button:not(.pxl-button):not(.wpcbn-btn) {
  display: none;
}
.single-product div.product .summary div.woocommerce-product-gallery {
  width: 100%;
  float: none;
  margin: 0;
  opacity: 1 !important;
}
.single-product div.product .summary div.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  width: 0px;
  height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
}
.single-product div.product .summary div.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "\f104";
  font-family: 'Flaticon';
  border: none;
  border-radius: 0;
  height: auto;
  width: auto;
  position: relative;
  left: auto;
  top: auto;
}
.single-product div.product .summary div.woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  display: none;
}
.single-product div.product .summary div.woocommerce-product-gallery .flex-viewport {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: zoom-in;
}
.single-product div.product .summary div.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper > div:first-child {
  margin-right: 1px !important;
}
.single-product div.product .summary div.woocommerce-product-gallery .flex-control-nav {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
.single-product div.product .summary div.woocommerce-product-gallery .flex-control-nav li {
  width: 100%;
  float: none;
}
.single-product div.product .summary div.woocommerce-product-gallery .flex-control-nav li > img {
  border-radius: 10px;
  transition: opacity 0.3s linear;
}
.single-product div.product .summary .flex-direction-nav {
  pointer-events: none;
  position: absolute;
  display: flex;
  list-style: none;
  gap: 30px;
  top: 50%;
  justify-content: space-between;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  margin: 0;
  display: none;
}
.single-product div.product .summary .flex-direction-nav a {
  pointer-events: visible;
  font-size: 0;
  --pxl-box-size: 42px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  border: thin solid #000;
  color: #000;
  background-color: #fff;
}
.single-product div.product .summary .flex-direction-nav a::before {
  font-size: 16px;
  display: inline-block;
  font-family: 'Flaticon';
}
.single-product div.product .summary .flex-direction-nav a.flex-prev::before {
  content: "\f107";
}
.single-product div.product .summary .flex-direction-nav a.flex-next::before {
  content: "\f108";
}
.stock.out-of-stock .product-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .stock.out-of-stock .product-actions {
    flex-wrap: wrap;
  }
}
.stock.out-of-stock .product-actions .pxl-button {
  font-family: var(--font-primary);
}
.stock.out-of-stock .product-actions .pxl-button.disabled {
  flex: 1 1 auto;
  cursor: not-allowed;
  background-color: #afafaf;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .stock.out-of-stock .product-actions .pxl-button.disabled {
    flex: 1 1 100%;
  }
}
.stock.out-of-stock .product-actions .pxl-button.button--shop-action {
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 575px) {
  .stock.out-of-stock .product-actions .pxl-button.button--shop-action {
    flex: 1 1 calc(50% - 5px);
    width: auto;
  }
}
.free-shipping .free-shipping__title {
  color: #000;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.18px;
  margin-bottom: 35px;
}
.free-shipping .free-shipping__title .highlight {
  font-weight: 500;
  text-transform: capitalize;
}
.free-shipping .progress-bar {
  max-width: 505px;
  margin: 0 auto;
}
.woocommerce-cart #pxl-main {
  padding: 0;
}
.woocommerce-cart .product-cart .cart-header {
  margin-bottom: 114px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart .product-cart .cart-header {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .product-cart .cart-header {
    margin-bottom: 90px;
  }
}
.woocommerce-cart .product-cart .cart-body {
  display: flex;
  gap: 60px 24px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart .product-cart .cart-body {
    flex-wrap: wrap;
  }
}
.woocommerce-cart form.woocommerce-cart-form {
  flex: 0 1 1030px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart form.woocommerce-cart-form {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table, .woocommerce-cart form.woocommerce-cart-form .cart-table {
  border: none;
  margin: 0;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .product-info, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-info {
  flex-basis: 443px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .product-info, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-info {
    flex-basis: 100%;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .product-price, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-price {
  flex-basis: 183px;
  min-width: fit-content;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .product-price, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-price {
    flex-basis: 100%;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity {
  flex-basis: 184px;
  min-width: fit-content;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .product-quantity, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-quantity {
    flex-basis: 100%;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .product-subtotal, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-subtotal {
  flex-basis: 220px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .product-subtotal, .woocommerce-cart form.woocommerce-cart-form .cart-table .product-subtotal {
    flex-basis: 100%;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-header, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-header {
  display: flex;
  align-items: center;
  gap: 1px;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-header .table-title, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-header .table-title {
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  text-transform: uppercase;
  padding: 16px 24px;
  background-color: #ebebeb;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-header, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-header {
    display: none;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item {
  position: relative;
  display: flex;
  gap: 15px 1px;
  min-height: 168px;
  padding: 24px 0;
  border-bottom: thin solid rgba(60, 60, 60, .14);
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item {
    flex-direction: column;
    align-items: start;
    padding: 30px 0;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item.cart-table-item--add-gift-wrap, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item.cart-table-item--add-gift-wrap {
  min-height: auto;
  padding-block: 34px 32px;
  border: none;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item > div, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item > div {
  width: 100%;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item > div:not(.product-info), .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item > div:not(.product-info) {
  display: flex;
  gap: 24px;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item > div:not(.product-info)::before, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item > div:not(.product-info)::before {
  content: attr(data-title);
  display: none;
  font-size: 16px;
  font-weight: 500;
  min-width: 85px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item > div:not(.product-info), .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item > div:not(.product-info) {
    align-items: center;
  }
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item > div:not(.product-info)::before, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item > div:not(.product-info)::before {
    display: inline-block;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info {
  display: flex;
  gap: 20px;
  padding: 0;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info .product-image, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info .product-image {
  flex: 0 0 120px;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info .product-image img, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info .product-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info .product-image img, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info .product-image img {
    max-height: 150px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info .product-image, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info .product-image {
    flex-shrink: 1;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info .product-name, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info .product-name {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info .product-name, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info .product-name {
    flex-shrink: 2;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info .product-attributes, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info .product-attributes {
  color: #818181;
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 1.42857;
  text-transform: capitalize;
}
@media screen and (max-width: 1399px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info {
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-info, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-info {
    flex-direction: column;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-price, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-price, .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-subtotal, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-subtotal {
  color: #000;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55556;
  padding-inline: 24px 15px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-price, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-price, .woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-subtotal, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-subtotal {
    padding-inline: 0;
  }
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-quantity, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-quantity {
  height: fit-content;
  gap: 24px;
  align-items: center;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-quantity .quantity > input, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-quantity .quantity > input {
  width: 92px;
  height: 30px;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-quantity .remove, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-quantity .remove {
  width: auto;
  height: auto;
  display: inline-block;
  color: #1f1f1f !important;
  font-weight: 400;
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 1.05;
  --pxl-height: 1px;
  position: relative;
  background-color: transparent;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-quantity .remove::after, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-quantity .remove::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--pxl-height);
  transform: scaleX(1);
  transform-origin: right center;
  background-color: currentColor;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-table-content .cart-table-item .product-quantity .remove:hover::after, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-table-content .cart-table-item .product-quantity .remove:hover::after {
  animation: linkUnderlineSlideRevert 0.5s ease forwards;
  -webkit-animation: linkUnderlineSlideRevert 0.5s ease forwards;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table label, .woocommerce-cart form.woocommerce-cart-form .cart-table label {
  color: #1f1f1f;
  letter-spacing: -0.32px;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-note label, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-note label {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .cart-note textarea, .woocommerce-cart form.woocommerce-cart-form .cart-table .cart-note textarea {
  border-radius: 10px;
  border: thin solid #ebebeb;
  height: 206px;
  color: #1f1f1f;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .pxl-button[name="update_cart"], .woocommerce-cart form.woocommerce-cart-form .cart-table .pxl-button[name="update_cart"] {
  border-radius: 82px;
  background-color: #ffc942;
  line-height: 52px;
  height: 52px;
  padding: 0 42px;
  color: #3c3c3c;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 800;
  border: thin solid #ffc942 !important;
  display: none;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .pxl-button[name="update_cart"] .screen-reader-text, .woocommerce-cart form.woocommerce-cart-form .cart-table .pxl-button[name="update_cart"] .screen-reader-text {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table .pxl-button[name="update_cart"] .button__text, .woocommerce-cart form.woocommerce-cart-form .cart-table .pxl-button[name="update_cart"] .button__text {
  pointer-events: none;
}
.woocommerce-cart .cart-collaterals {
  flex: 1 1 464px;
  max-width: 464px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .woocommerce-cart .cart-collaterals {
    flex-grow: 0;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
  padding: 32px;
  border-radius: 20px;
  border: thin solid #ebebeb;
  background-color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px 15px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box {
  margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box .cart_totals-title {
  color: var(--color-tertiary);
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 1.33333;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box .cart_totals-title .total-amount strong {
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box .cart_total-note {
  color: #000;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table {
  border: none;
  border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
  border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr + tr {
  margin-top: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr th, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr td {
  display: block;
  padding: 0;
  border: none;
  margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr th::before, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr td::before {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.cart-subtotal td {
  color: #5c6672;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.order-total th *, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.order-total td * {
  color: var(--color-tertiary);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td td #shipping_method.woocommerce-shipping-methods label, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods td label, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td td #shipping_method.woocommerce-shipping-methods input, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods td input, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td td form.woocommerce-shipping-calculator .shipping-calculator-button, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator td .shipping-calculator-button {
  display: block;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td .woocommerce-shipping-destination strong, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td td #shipping_method.woocommerce-shipping-methods label strong, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods td label strong, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td td #shipping_method.woocommerce-shipping-methods input strong, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods td input strong, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td td form.woocommerce-shipping-calculator .shipping-calculator-button strong, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator td .shipping-calculator-button strong {
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods li {
  margin-bottom: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods label .amount, .woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods input .amount {
  font-weight: inherit;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td #shipping_method li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 300;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td #shipping_method li input {
  width: 10px;
  height: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-button {
  margin: 0;
  color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--color-secondary);
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .selection .select2-selection {
  height: auto;
  text-align: start;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .selection .select2-selection__rendered {
  padding: 0 20px;
  line-height: 42px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .button {
  line-height: 43px;
  border-radius: 100px;
  background-color: #fff;
  color: var(--color-tertiary);
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 32px;
  border: thin solid #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .button:hover {
  background-color: transparent;
  color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_totals-box > table.shop_table tbody tr.order-total td .woocommerce-Price-amount {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  color: inherit;
}
.woocommerce-cart .cart-collaterals .cart_totals .divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-block: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_total-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1f1f1f;
  font-weight: 400;
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_total-checkbox a {
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart_total-checkbox input {
  margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  width: 100%;
  margin-bottom: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .pxl-button {
  --pxl-background-color: #101828;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals .payment-method {
  text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals .payment-method__title {
  margin-bottom: 12px;
  color: #101828;
  font-size: 14px;
  line-height: 1.42857;
}
.woocommerce-cart .cart-collaterals .cart_totals .payment-method .grid__inner {
  --pxl-spacing-inline: 10px;
  --pxl-spacing-block: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals .payment-method .grid__inner img {
  width: 45px;
  height: 31px;
  border: thin solid #d9d9d9;
  border-radius: 2.5px;
}
.woocommerce-cart .cart-collaterals .cart-testimonials {
  padding: 32px 32px 46px;
  background: linear-gradient(134deg, #ffcbb1 25.62%, #eba2a2 100%);
  background: -webkit-gradient(134deg, #ffcbb1 25.62%, #eba2a2 100%);
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .woocommerce-cart .cart-collaterals .cart-testimonials {
    padding: 30px 15px;
  }
}
.woocommerce-cart .cart-collaterals .cart-testimonials .testimonial__header {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 42px;
}
.woocommerce-cart .cart-collaterals .cart-testimonials .testimonial__icon {
  color: #fff;
}
.woocommerce-cart .cart-collaterals .cart-testimonials .testimonial__rating {
  display: flex;
  gap: 5px;
  color: #fd5900;
}
.woocommerce-cart .cart-collaterals .cart-testimonials .testimonial__content {
  color: #1f1f1f;
  font-family: var(--font-primary);
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}
.woocommerce-cart .cart-collaterals .cart-testimonials .testimonial__user {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-cart .cart-collaterals .cart-testimonials .testimonial__user-avt {
  --pxl-box-size: 42px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  overflow: hidden;
}
.woocommerce-cart .cart-collaterals .cart-testimonials .testimonial__user-name {
  color: #000;
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .swiper-navigation {
  position: absolute;
  right: 32px;
  bottom: 32px;
  top: auto;
  left: auto;
  justify-content: end;
  transform: translateY(0);
  width: fit-content;
  gap: 16px;
}
.woocommerce-cart .cart-collaterals .swiper-navigation .pxl-swiper-button {
  --pxl-box-size: auto;
  border: none;
  background-color: transparent;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart {
  margin: 0;
  padding: 0;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-main {
  flex: 1 0 100%;
  max-width: 1300px;
  padding: 0;
  margin: 0;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
  flex: 1 0 100%;
  max-width: 653px;
  padding: 46px 35px 67px 60px;
  margin: 0;
  background-color: var(--color-tertiary);
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  padding-block: 15px;
  border-bottom: thin solid rgba(255, 255, 255, .17);
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
  padding: 0;
  color: #fff;
  font-family: var(--font-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper #wc-block-components-totals-coupon__input-coupon {
  padding: 0 15px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 400;
}
.cart-empty {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  color: #000;
}
.cart-empty i {
  font-size: 36px;
}
.cart-empty .button-cart-empty {
  margin-top: 15px;
  --pxl-background-color: #fff;
  border: thin solid #fd5900;
  width: auto;
  font-weight: 500;
}
.cart-empty .button-cart-empty:hover {
  color: #fd5900;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: block;
  width: 100%;
}
.woocommerce-checkout .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  color: #1f1f1f;
}
.woocommerce-checkout .select2-dropdown {
  padding: 15px;
  border-radius: 6px !important;
  border: thin solid #d5d5d5 !important;
  margin-top: -1px;
}
.woocommerce-checkout .select2-dropdown.select2-dropdown--above {
  margin-top: 1px;
}
.woocommerce-checkout .select2-dropdown .select2-search {
  padding: 0;
  padding-bottom: 5px;
}
.woocommerce-checkout .select2-dropdown .select2-search .select2-search__field {
  border-radius: 6px;
  border: thin solid rgba(10, 40, 3, .17);
  background-color: #fff;
  height: 50px;
  padding-inline: 15px;
  color: rgba(64, 74, 61, .65);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-checkout .select2-dropdown .select2-results .select2-results__options li {
  color: rgba(64, 74, 61, .65);
  font-family: var(--font-primary);
  font-size: 16px;
  border-radius: 4px;
}
.woocommerce-checkout .select2-dropdown .select2-results .select2-results__options li:hover, .woocommerce-checkout .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted, .woocommerce-checkout .select2-dropdown .select2-results .select2-results__options li[data-selected="true"] {
  background-color: #63ab52;
  color: #fff;
}
.woocommerce-checkout form.checkout {
  display: flex;
  justify-content: space-between;
  gap: 90px 24px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.checkout {
    flex-direction: column;
    justify-content: start;
  }
}
.woocommerce-checkout form.checkout .woocommerce-NoticeGroup {
  display: none;
}
.woocommerce-checkout form.checkout #customer_details {
  display: flex;
  flex-direction: column;
  flex: 1 2 952px;
  padding: 32px;
  border-radius: 20px;
  border: thin solid #ebebeb;
}
.woocommerce-checkout form.checkout #customer_details h5 {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-additional-fields {
  display: none;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact {
  margin-top: 48px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing__fields, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact__fields, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 16px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row.flex-w-33, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row.flex-w-33, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row.flex-w-33 {
  flex: 0 0 calc(33.333333% - 32px / 3);
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row.flex-w-50, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row.flex-w-50, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row.flex-w-50 {
  flex: 0 0 calc(50% - 16px / 2);
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row.flex-w-100, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row.flex-w-100, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row.flex-w-100 {
  flex: 0 0 100%;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row:has(input:is(:focus, :not(:placeholder-shown))) label, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row:has(input:is(:focus, :not(:placeholder-shown))) label, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row:has(input:is(:focus, :not(:placeholder-shown))) label {
  top: 0px;
  transform: translateY(0);
  font-size: 12px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row input, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row input, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row input {
  height: 50px;
  padding: 20px 12px 0 12px;
  border-radius: 6px;
  border: thin solid #ebebeb;
  color: #1f1f1f;
  font-family: var(--font-primary);
  letter-spacing: -0.32px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row input::placeholder, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row input::placeholder, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row input::placeholder, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row input::-webkit-input-placeholder, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row input::-webkit-input-placeholder, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row input::-webkit-input-placeholder {
  color: transparent;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row label, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row label, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row label {
  color: #818181;
  letter-spacing: -0.32px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row label .required, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row label .required, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row label .required {
  display: none;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row label.screen-reader-text, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row label.screen-reader-text, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row label.screen-reader-text {
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  word-wrap: normal !important;
  overflow-wrap: normal !important;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row::before, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row::before, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row::before, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row::after, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row::after, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row::after {
  display: none;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row.validate-phone, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row.validate-phone, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row.validate-phone, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row.validate-email, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row.validate-email, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row.validate-email {
  margin: 0;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing .form-row .checkout-inline-error-message, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-contact .form-row .checkout-inline-error-message, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping .form-row .checkout-inline-error-message {
  margin-top: 5px;
  font-size: 14px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing:has(#billing_state[type="hidden"]) .form-row.flex-w-33, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-billing:has(#shipping_state[type="hidden"]) .form-row.flex-w-33 {
  flex: 0 0 calc(50% - 8px);
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping-methods {
  margin-top: 48px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping-methods #shipping_method li {
  margin: 0;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping-methods #shipping_method li input[type="radio"] {
  margin: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping-methods #shipping_method li input[type="radio"]:checked ~ label {
  color: #1f1f1f;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping-methods #shipping_method li label {
  color: #667085;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  opacity: 0.8;
  cursor: pointer;
  padding: 16px;
  background-color: #fff;
  border-radius: 6px;
  border: thin solid #ebebeb;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping-methods #shipping_method li label .amount {
  margin-left: auto;
  font-weight: 500;
  transition: 0.3s linear;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-shipping-methods #shipping_method li + li {
  margin-top: 15px;
}
.woocommerce-checkout form.checkout #customer_details #ship-to-different-address {
  margin-top: 16px;
}
.woocommerce-checkout form.checkout #customer_details #ship-to-different-address label {
  color: #111;
}
.woocommerce-checkout form.checkout #customer_details #ship-to-different-address .shipping_address {
  margin-top: 16px;
}
.woocommerce-checkout form.checkout #customer_details #ship-to-different-address:not(:has(.shipping_state input[type="hidden"])) .form-row.flex-w-33 {
  flex: 0 0 calc(50% - 8px);
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods {
  margin-top: 48px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods h5 {
  margin-bottom: 12px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods .payment-note {
  margin-bottom: 24px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment {
  background-color: transparent;
  border-radius: 0;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods {
  padding: 0;
  border: none;
  list-style: none;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods::before, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods::after {
  display: none;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods li::before, .woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods li::after {
  display: none;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods li:not(.has-note) {
  border-radius: 6px;
  border: thin solid #ebebeb;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods li:not(.has-note) .payment-method-box {
  padding: 16px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods li.has-note {
  padding: 0;
  border-radius: 0;
  border: none;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods li.has-note .payment-method-box {
  padding: 16px;
  border-radius: 6px;
  border: thin solid #ebebeb;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods li.has-note .payment_box {
  display: block !important;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  font-size: 16px;
  color: #818181;
  background-color: transparent;
  border-radius: 0;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods li.has-note .payment_box::before {
  display: none;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-payment-methods #payment .payment_methods li + li {
  margin-top: 15px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-noice {
  margin-top: 24px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-checkout-noice .form-row {
  display: none;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-privacy-policy-text {
  color: #1f1f1f;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-privacy-policy-text p {
  margin: 0;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-privacy-policy-text a {
  --pxl-height: 1px;
  position: relative;
  background-color: transparent;
  display: inline-block;
  line-height: 1;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-privacy-policy-text a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--pxl-height);
  transform: scaleX(1);
  transform-origin: right center;
  background-color: currentColor;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-privacy-policy-text a:hover::after {
  animation: linkUnderlineSlideRevert 0.5s ease forwards;
  -webkit-animation: linkUnderlineSlideRevert 0.5s ease forwards;
}
.woocommerce-checkout form.checkout .order-review {
  flex: 0 1 542px;
}
.woocommerce-checkout form.checkout .order-review__inner {
  border-radius: 20px;
  border: thin solid #ebebeb;
  background-color: #fff;
  padding: 32px;
}
.woocommerce-checkout form.checkout .order-review__title {
  color: #000;
  font-family: var(--font-primary);
  line-height: 1.33333;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.woocommerce-checkout form.checkout .order-review__products .product {
  display: flex;
  gap: 20px;
}
.woocommerce-checkout form.checkout .order-review__products .product + .product {
  margin-top: 20px;
}
.woocommerce-checkout form.checkout .order-review__products .product__thumbnail {
  flex: 0 0 96px;
  position: relative;
}
.woocommerce-checkout form.checkout .order-review__products .product__thumbnail img {
  border-radius: 8px;
  width: 100%;
}
.woocommerce-checkout form.checkout .order-review__products .product__quantity {
  position: absolute;
  --pxl-box-size: 24px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fd5900;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  right: -11px;
  top: -10px;
}
.woocommerce-checkout form.checkout .order-review__products .product__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.woocommerce-checkout form.checkout .order-review__products .product__name {
  flex: 1 1 auto;
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-weight: 500;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.woocommerce-checkout form.checkout .order-review__products .product__subtotal {
  flex: 0 0 auto;
  color: #000;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55555;
  align-self: center;
}
.woocommerce-checkout form.checkout .order-review__products .product-attributes {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: capitalize;
  font-weight: 400;
}
.woocommerce-checkout form.checkout .order-review .divider {
  display: block;
  height: 1px;
  background-color: rgba(161, 161, 161, .2);
  margin-block: 32px;
}
.woocommerce-checkout form.checkout .order-review__calc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #000;
  font-family: var(--font-primary);
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.woocommerce-checkout form.checkout .order-review__calc-item .label {
  font-weight: 500;
}
.woocommerce-checkout form.checkout .order-review__calc-item + .order-review__calc-item {
  margin-top: 15px;
}
.woocommerce-checkout form.checkout .order-review__calc-item.order-review__total {
  font-size: 24px;
  line-height: 1.33333;
}
.woocommerce-checkout form.checkout .order-review__calc-item.order-review__total strong {
  font-weight: 400;
}
.woocommerce-checkout form.checkout .order-review__calc .button--place-order {
  margin-top: 32px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  --pxl-background-color: #010101;
}
.woocommerce-checkout form.checkout .order-review #payment {
  background-color: #fff;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 50px 11px rgba(1, 53, 102, 0.05);
  -khtml-box-shadow: 0px 11px 50px 11px rgba(1, 53, 102, 0.05);
  -moz-box-shadow: 0px 11px 50px 11px rgba(1, 53, 102, 0.05);
  -ms-box-shadow: 0px 11px 50px 11px rgba(1, 53, 102, 0.05);
  -o-box-shadow: 0px 11px 50px 11px rgba(1, 53, 102, 0.05);
  box-shadow: 0px 11px 50px 11px rgba(1, 53, 102, 0.05);
  padding: 45px;
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods {
  padding: 0 0 40px 0;
  margin-bottom: 40px;
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods li {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods li::before, .woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods li::after {
  display: none;
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods li input {
  margin: 0;
  width: 15px;
  height: 15px;
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods li input[type="radio"] {
  accent-color: var(--color-tertiary);
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods li label {
  color: var(--color-tertiary);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6667;
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods li .payment_box {
  flex-basis: 100%;
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods li + li {
  margin-top: 20px;
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods .payment_box {
  margin: 0;
  padding: 25px 35px 35px;
  border-radius: 4px;
  background-color: rgba(99, 171, 82, 0.09);
  color: rgba(64, 74, 61, 0.65);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
.woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods .payment_box::before, .woocommerce-checkout form.checkout .order-review #payment .wc_payment_methods .payment_box::after {
  display: none;
}
.woocommerce-checkout form.checkout .order-review #payment .place-order {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout form.checkout .order-review #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 37px;
}
.woocommerce-checkout form.checkout .order-review #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  color: rgba(64, 74, 61, 0.65);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  padding: 0;
}
.woocommerce-checkout form.checkout .order-review #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: inherit;
}
.woocommerce-checkout form.checkout .order-review #payment .place-order #place_order {
  width: fit-content;
  border-radius: 82px;
  background-color: var(--color-primary);
  line-height: 52px;
  height: 52px;
  padding: 0 42px;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 800;
  border: thin solid var(--color-primary) !important;
  margin: 0;
  float: none;
}
.woocommerce-checkout form.checkout .order-review #payment .place-order #place_order:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout {
  margin: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-components-main {
  width: 100%;
  padding: 0;
  margin: 0;
}
.login .form.login, .register .form.login, #loss-password .form.login {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.login .form__control, .register .form__control, #loss-password .form__control {
  position: relative;
}
.login .form__control input:focus ~ label, .register .form__control input:focus ~ label, #loss-password .form__control input:focus ~ label, .login .form__control input:not(:placeholder-shown) ~ label, .register .form__control input:not(:placeholder-shown) ~ label, #loss-password .form__control input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 0;
  transform: translateY(0);
}
.login .form__control + .form__control, .register .form__control + .form__control, #loss-password .form__control + .form__control {
  margin-top: 20px;
}
.login .form__label, .register .form__label, #loss-password .form__label {
  position: relative;
  color: #1f1f1f;
  font-size: 16px;
  letter-spacing: -0.32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s ease;
}
.login .form__label.form-checkbox-control, .register .form__label.form-checkbox-control, #loss-password .form__label.form-checkbox-control {
  position: relative;
  top: 0;
  transform: translateY(0);
  pointer-events: visible;
}
.login .form__label--control, .register .form__label--control, #loss-password .form__label--control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.login .form__field, .register .form__field, #loss-password .form__field {
  width: 100%;
  padding-top: 18px;
  color: #1f1f1f;
  border: none;
  border-bottom: thin solid rgba(17, 17, 17, .15);
  letter-spacing: -0.32px;
  margin: 0;
  padding-inline: 0;
}
.login .form__field::placeholder, .register .form__field::placeholder, #loss-password .form__field::placeholder, .login .form__field::-webkit-input-placeholder, .register .form__field::-webkit-input-placeholder, #loss-password .form__field::-webkit-input-placeholder {
  color: transparent;
}
.login .form__field--text, .register .form__field--text, #loss-password .form__field--text {
  height: 50px;
}
.login .form__field:focus, .register .form__field:focus, #loss-password .form__field:focus {
  outline: none;
}
.login .form__row, .register .form__row, #loss-password .form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.login .form__lost-password, .register .form__lost-password, #loss-password .form__lost-password {
  letter-spacing: -0.32px;
  color: #1f1f1f;
}
.login .pxl-button, .register .pxl-button, #loss-password .pxl-button {
  width: 100%;
  font-weight: 500;
  font-family: var(--font-primary);
  --pxl-background-color: #1f1f1f;
}
.login .pxl-button.button--close, .register .pxl-button.button--close, #loss-password .pxl-button.button--close {
  --pxl-box-size: 48px;
  width: var(--pxl-box-size);
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
}
.login .pxl-button.button--close .icon-close, .register .pxl-button.button--close .icon-close, #loss-password .pxl-button.button--close .icon-close {
  width: 16px;
  height: 16px;
  color: #000;
}
.login .pxl-button.button--submit, .register .pxl-button.button--submit, #loss-password .pxl-button.button--submit {
  text-transform: uppercase;
  background-color: #fd5900;
  backdrop-filter: blur(2px);
  margin-top: 32px;
}
.login .pxl-button.button--login-facebook, .register .pxl-button.button--login-facebook, #loss-password .pxl-button.button--login-facebook {
  background-color: #3b5998;
  color: #fff;
}
.login .pxl-button.button--login-google, .register .pxl-button.button--login-google, #loss-password .pxl-button.button--login-google {
  background-color: #fff;
  border: thin solid rgba(17, 17, 17, .15);
  color: #1f1f1f;
}
.login .pxl-button:hover, .register .pxl-button:hover, #loss-password .pxl-button:hover {
  color: #fff;
}
.login .pxl-button + .pxl-button, .register .pxl-button + .pxl-button, #loss-password .pxl-button + .pxl-button {
  margin-top: 15px;
}
.login .button--close, .register .button--close {
  --pxl-box-size: 32px;
  position: absolute;
  right: 16px;
  top: 16px;
  background-color: #fff;
  color: #000;
  background-color: transparent;
}
.login .button--close .icon-close, .register .button--close .icon-close {
  width: 16px;
  height: 16px;
}
.woocommerce-account #customer_login {
  margin-block: 120px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-account #customer_login {
    margin-block: 105px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account #customer_login {
    margin-block: 90px;
  }
}
.login {
  min-height: 100vh;
  padding: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.login.active {
  pointer-events: none;
}
.login__inner {
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -khtml-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -moz-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -ms-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -o-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  max-width: 934px;
  padding: 32px;
  border-radius: 20px;
  background-color: #fff;
  pointer-events: visible;
  position: relative;
  width: 100%;
  overflow-y: auto;
}
.login__title {
  margin-bottom: 52px;
}
.login__box {
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}
.login .register {
  margin-top: 40px;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
.login .register svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.register {
  width: 100%;
  padding-inline: 15px;
  margin-block: 120px;
}
@media screen and (max-width: 1199px) {
  .register {
    margin-block: 105px;
  }
}
@media screen and (max-width: 767px) {
  .register {
    margin-block: 90px;
  }
}
.register__inner {
  position: relative;
  width: 100%;
  padding: 32px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -khtml-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -moz-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -ms-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  -o-box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  box-shadow: 0 4px 15px 0 rgba(163, 163, 163, 0.25);
  overflow: auto;
  max-width: 934px;
  margin: 0 auto;
  padding: 32px 32px 79px;
}
.register__title {
  margin-bottom: 52px;
}
.register__box {
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}
.register .woocommerce-privacy-policy {
  margin-top: 32px;
  align-items: start;
}
.register .woocommerce-privacy-policy .label-text {
  color: #1f1f1f;
  font-family: "DM Sans";
  font-size: 14px;
  line-height: 1.42857;
}
.woocommerce-account .select2-container.select2-container--open .select2-dropdown .select2-search__field {
  padding: 0 15px;
  height: 49px;
  line-height: 49px;
  color: #1f1f1f;
}
.woocommerce-MyAccount-navigation {
  width: auto !important;
  float: none !important;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
  min-width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.woocommerce-MyAccount-navigation ul li {
  width: 100%;
}
.woocommerce-MyAccount-navigation ul a {
  display: block;
  color: #000;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  padding-inline: 68.5px;
  white-space: nowrap;
}
.woocommerce-MyAccount-navigation ul a:hover {
  background-color: #fd5900;
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #fd5900;
  color: #fff;
}
.wc-dashboard__greeting {
  margin-bottom: 24px;
}
.wc-dashboard__greeting .hello {
  color: #1f1f1f;
  font-size: 24px;
  line-height: 1.33333;
  letter-spacing: 0;
}
.wc-dashboard__greeting .hello .user-name {
  text-transform: uppercase;
  color: #1f1f1f;
}
.wc-dashboard__greeting .is-you {
  color: #818181;
}
.wc-dashboard__greeting > span {
  color: #1f1f1f;
}
.wc-dashboard__do-something {
  letter-spacing: -0.32px;
  color: #1f1f1f;
}
.wc-dashboard__do-something a {
  line-height: 1;
  display: inline-block;
  color: #fd5900;
}
.wc-address .pxl-button {
  font-weight: 500;
  padding-inline: 40px;
}
.wc-address form {
  padding: 32px;
  border-radius: 20px;
  border: thin solid #ebebeb;
  background-color: #fff;
  display: none;
}
.wc-address form.is-active {
  display: block;
}
.wc-address form > h2 {
  display: none;
}
.wc-address form .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 23px;
}
.wc-address form .woocommerce-address-fields__field-wrapper .form-row {
  width: 100%;
  flex: 0 1 100%;
  padding: 0;
  margin: 0;
}
.wc-address form .woocommerce-address-fields__field-wrapper .form-row#billing_first_name_field, .wc-address form .woocommerce-address-fields__field-wrapper .form-row#billing_last_name_field {
  flex-basis: calc(50% - 11.5px);
}
.wc-address form .woocommerce-address-fields__field-wrapper .form-row label {
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}
.wc-address form .woocommerce-address-fields__field-wrapper .form-row label .required {
  display: none;
}
.wc-address form .woocommerce-address-fields__field-wrapper .form-row input, .wc-address form .woocommerce-address-fields__field-wrapper .form-row select {
  border-radius: 6px;
  border: thin solid #ebebeb;
  line-height: 49px;
  height: 49px;
}
.wc-address form .woocommerce-address-fields__field-wrapper .form-row select {
  line-height: normal;
}
.wc-address form .woocommerce-address-fields__field-wrapper .form-row .select2 .select2-selection__rendered, .wc-address form .woocommerce-address-fields__field-wrapper .form-row .select2-search__field {
  line-height: 49px;
  color: #1f1f1f;
}
.wc-address form .woocommerce-address-fields p.buttons {
  margin-top: 40px;
  display: inline-flex;
  gap: 10px;
}
.wc-address form .woocommerce-address-fields p.buttons .button-submit {
  background-color: #252525;
  color: #fff;
}
.wc-address form .woocommerce-address-fields p.buttons .button-cancel {
  --pxl-background-color: #252525;
  border: thin solid #e2e2e2;
  background-color: #fff;
  color: #252525;
}
.wc-address form .woocommerce-address-fields p.buttons .button-cancel:hover {
  color: #fff;
}
.wc-address .address-info {
  display: flex;
  gap: 23px;
  margin-top: 48px;
  align-items: start;
}
.wc-address .address-info__item {
  flex: 1 1 50%;
  border-radius: 20px;
  border: thin solid #ebebeb;
  background-color: #fff;
}
.wc-address .address-info__title {
  color: #000;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-bottom: thin solid #ebebeb;
}
.wc-address .address-info__content {
  padding: 24px;
}
.wc-address .address-info__content > p {
  line-height: 2.15625;
}
.wc-address .address-info__content .pxl-button {
  --pxl-background-color: #252525;
  border: thin solid #e2e2e2;
  background-color: #fff;
  color: #252525;
  margin-top: 24px;
}
.wc-address .address-info__content .pxl-button:hover {
  color: #fff;
}
.my-account > .woocommerce {
  display: flex;
  gap: 90px 30px;
  justify-content: space-between;
  align-items: start;
}
.my-account > .woocommerce::before, .my-account > .woocommerce::after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .my-account > .woocommerce {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .my-account > .woocommerce {
    row-gap: 60px;
  }
}
.my-account > .woocommerce .woocommerce-MyAccount-content {
  flex: 0 2 911px;
}
@media screen and (max-width: 1199px) {
  .my-account > .woocommerce .woocommerce-MyAccount-content {
    flex: 0 1 100%;
  }
}
#loss-password {
  width: 535px;
  height: 100vh;
  padding: 32px;
}
#loss-password .button--close {
  --pxl-box-size: auto;
  position: absolute;
  top: 32px;
  right: 32px;
  background-color: transparent;
}
#loss-password .button--close .icon-close {
  width: 20px;
  height: 20px;
  color: #1f1f1f;
  background-color: transparent;
}
#loss-password .lost-password__message {
  margin-bottom: 32px;
}
#loss-password h3 {
  margin-bottom: 48px;
}
#loss-password .form__control {
  margin-bottom: 40px;
}
.woocommerce-shop .widget {
  padding-block: 10px 0px;
}
.woocommerce-shop .widget__title {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  color: var(--Heading, #1f1f1f);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55556;
  text-transform: uppercase;
  padding-block: 16px;
  cursor: pointer;
}
.woocommerce-shop .widget__title-icon {
  transition: transform 0.3s ease 0.3s;
}
.woocommerce-shop .widget__content {
  overflow: hidden;
  transition: height 0.3s linear;
}
.woocommerce-shop .widget__content-inner {
  padding-block: 16px 32px;
}
.woocommerce-shop .widget.is-close .widget__title-icon {
  transform: scaleY(-1);
}
.woocommerce-shop .widget + .widget {
  border-top: thin solid #ebebeb;
}
.woocommerce-shop .widget.widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce-shop .widget.widget_product_search .woocommerce-product-search input.search-field {
  font-family: var(--font-primary);
  border-radius: 60px;
  border: thin solid rgba(60, 60, 60, .6);
  background-color: #fff;
  line-height: 54px;
  padding: 0 60px 0 30px;
  color: rgba(64, 74, 61, 0.65);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.woocommerce-shop .widget.widget_product_search .woocommerce-product-search button.search-submit {
  --pxl-box-size: 44px;
  background-color: var(--color-primary);
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.woocommerce-shop .widget.widget_product_search .woocommerce-product-search button.search-submit::before {
  display: none;
}
.woocommerce-shop .widget.widget_product_search .woocommerce-product-search button.search-submit:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.woocommerce-shop .widget.widget_product_categories {
  border-top: none;
}
.woocommerce-shop .widget.widget_product_categories .product-categories {
  list-style: none;
  margin: 0;
}
.woocommerce-shop .widget.widget_product_categories .product-categories .cat-item a {
  display: block;
  color: #1f1f1f;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  text-transform: uppercase;
}
.woocommerce-shop .widget.widget_product_categories .product-categories .cat-item a:hover {
  color: var(--color-primary);
}
.woocommerce-shop .widget.widget_product_categories .product-categories .cat-item__count {
  font-weight: 400;
}
.woocommerce-shop .widget.widget_product_categories .product-categories .cat-item + .cat-item {
  margin-top: 15px;
}
.woocommerce-shop .widget.widget_tag_cloud .tagcloud {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.woocommerce-shop .widget.widget_tag_cloud .tagcloud > a {
  color: #4f545a;
  font-family: var(--font-primary);
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 35px;
  padding: 0 31.5px;
  border-radius: 4px;
  border: 1px solid rgba(60, 60, 60, .17);
  background-color: #fff;
}
.woocommerce-shop .widget.widget_tag_cloud .tagcloud > a:hover {
  background-color: #4f545a;
  color: #fff;
}
.woocommerce-shop .widget.widget_price_filter .price_slider_wrapper {
  padding-bottom: 30px;
}
.woocommerce-shop .widget.widget_price_filter .price_slider_wrapper .price_slider {
  background-color: rgba(99, 171, 82, .3);
  height: 3px;
  margin: 0;
  width: calc(100% - 24px);
}
.woocommerce-shop .widget.widget_price_filter .price_slider_wrapper .ui-slider-range {
  background-color: #63ab52;
}
.woocommerce-shop .widget.widget_price_filter .price_slider_wrapper .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background-color: #63ab52;
  margin: 0;
  top: -4.5px;
}
.woocommerce-shop .widget.widget_price_filter .price_slider_wrapper .ui-slider-handle + .ui-slider-handle::before {
  transform: translateX(calc(-1 * (100% - 12px)));
}
.woocommerce-shop .widget.widget_price_filter .price_slider_wrapper .ui-slider-handle::before {
  content: attr(data-price);
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  margin-top: 15px;
}
.woocommerce-shop .widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: none;
}
.woocommerce-shop .widget.widget_komestic_widget_shipping_delivery .shipping-delivery__item {
  display: flex;
  align-items: center;
  gap: 23px;
}
.woocommerce-shop .widget.widget_komestic_widget_shipping_delivery .shipping-delivery__item-icon {
  --pxl-box-size: 64px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  border: thin solid rgba(221, 76, 32, .4);
}
.woocommerce-shop .widget.widget_komestic_widget_shipping_delivery .shipping-delivery__item-title {
  color: #252525;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5556;
  text-transform: uppercase;
}
.woocommerce-shop .widget.widget_komestic_widget_shipping_delivery .shipping-delivery__item-desc {
  color: #777;
  line-height: 1.625;
}
.woocommerce-shop .widget.widget_komestic_widget_shipping_delivery .shipping-delivery__item + .shipping-delivery__item {
  margin-top: 32px;
}
.woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product {
  display: flex;
  gap: 15px;
}
.woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product > a {
  display: none;
}
.woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product__featured {
  flex: 0 0 64px;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  align-items: start;
}
.woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product__name, .woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product__price {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57143;
  text-transform: uppercase;
}
.woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product__price .price {
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product__label, .woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product .product-categories, .woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product .selling-bar, .woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product__actions, .woocommerce-shop .widget.widget_komestic_widget_featured_products .pxl-products .product .countdown {
  display: none;
}
.woocommerce-shop .widget.widget_komestic_widget_socials .social {
  display: flex;
  gap: 10px;
}
.woocommerce-shop .widget.widget_komestic_widget_socials .social__item-link {
  --pxl-box-size: 47px;
  border-radius: 50%;
  min-width: var(--pxl-box-size);
  width: var(--pxl-box-size);
  height: var(--pxl-box-size);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: thin solid #ebebeb;
  background-color: #fff;
  color: #1f1f1f;
}
.woocommerce-shop .widget.widget_filter_button {
  padding: 0;
}
.woocommerce-shop .widget.widget_filter_button .widget__content-inner {
  padding-block: 0 6px;
}
.woocommerce-shop .widget.widget_filter_button .button--shop-filter {
  display: flex;
}
#smooth-wrapper .pxl-sticky {
  position: static;
  left: auto;
  top: auto;
}
