@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}
body {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  color: #777777;
  font-size: 14px;
  font-family: "Cabin", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-weight: 400;
  outline: 0;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  margin: 0 auto;
}
body.lock {
  overflow: hidden;
}
body.is--scrolled.chrome-browser .header.is--sticky .header__block {
  /*        left: -10px;
          margin-right: 10px;*/
}

html {
  scroll-behavior: smooth;
}
html:focus {
  outline: 0;
  outline-width: 0;
}
html.hide--scroll {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a, button, input {
  touch-action: manipulation;
}

main {
  padding-top: 170px;
  min-height: 650px;
}
@media (max-width: 1024px) {
  main {
    padding-top: 100px;
    min-height: 550px;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #333333;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

.with-scrollbar::-webkit-scrollbar-track {
  background: #FFF;
}
.with-scrollbar::-webkit-scrollbar-thumb {
  background: #333333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.with-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hide-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.hide-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.wp-video, video {
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  background: black;
  border: 1px solid black;
}

.wp-video {
  display: flex;
  justify-content: center;
}

table {
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
  border: 0;
}
table th {
  padding: 15px 10px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.075);
  color: #242424;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  text-align: start;
}
table td {
  border: 0;
  padding: 15px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  vertical-align: middle;
  text-align: start;
}
table :is(tbody, tfoot) th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  text-transform: none;
  font-size: inherit;
}

picture {
  display: inherit;
  width: inherit;
  height: inherit;
}

.amount {
  color: #777777;
}

@media (max-width: 1023px) {
  .show-pc {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .show-mobile {
    display: none !important;
  }
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  p:where(.form-row-first, .form-row-last) {
    overflow: visible;
    width: 48%;
  }
  p.form-row-first {
    float: left;
  }
  p.form-row-last {
    float: right;
  }
  p.form-row-wide {
    clear: both;
  }
}
abbr {
  text-decoration: none;
}

abbr[title] {
  border: none;
}

dl {
  margin-bottom: 20px;
  margin-top: -15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777777;
  font-weight: 600;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #242424;
  vertical-align: middle;
  font-weight: 400;
}

.required {
  border: none;
  color: #E01020;
  font-size: 16px;
  line-height: 1;
}

[class*=screen-reader] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  transform: scale(0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  top: -10000em;
  width: 1px;
  border: 0;
}

.password-input {
  position: relative;
  display: block;
}
.password-input .show-password-input {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  min-height: unset !important;
}
.password-input .show-password-input:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='59 208 906 624' fill='%23000000' %3E%3Cpath d='M178 356q-28 27-48 53t-34 46q-10 16-19 32t-18 33q9 17 18 33t19 32q14 20 34 46t48 53q27 27 61 54 35 26 76.5 47t91.5 34q49 13 105 13t105-13q50-13 91.5-34t76.5-47q34-27 61-54t47.5-53q20.5-26 34.5-46 10-16 19-32t18-33q-9-17-18-33t-19-32q-14-20-34.5-46T846 356q-27-27-61-54-35-26-76.5-47T617 221q-49-13-105-13t-105 13q-50 13-91.5 34T239 302q-34 27-61 54zm-15 184q-4-5-7.5-10.5T150 520q2-4 5.5-9.5T163 500q12-18 29.5-41t41.5-47q48-47 117.5-85.5T512 288q91 0 160.5 38.5T790 412q23 24 41 47t30 41q4 5 7.5 10.5t5.5 9.5q-2 4-5.5 9.5T861 540q-12 18-30 41t-41 47q-48 47-117.5 85.5T512 752q-91 0-160.5-38.5T234 628q-24-24-41.5-47T163 540zm349 148q73 0 124.5-51.5T688 512q0-73-51.5-124.5T512 336q-73 0-124.5 51.5T336 512q0 73 51.5 124.5T512 688zm96-176q0 40-28 68t-68 28q-40 0-68-28t-28-68q0-40 28-68t68-28q40 0 68 28t28 68z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 17px;
}

input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], :root textarea, :root select {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: none;
  color: #333333;
  vertical-align: middle;
  outline: 0;
  font-size: 14px;
  transition: border-color 0.5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=email]:focus, input[type=date]:focus, input[type=search]:focus, input[type=number]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, :root textarea:focus, :root select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.15);
  transition: border-color 0.4s ease;
}

input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  margin-top: 0;
  padding: 0;
  vertical-align: middle;
  margin-inline-end: 5px;
}

.woocommerce-invalid input[type=email], .woocommerce-invalid input[type=date], .woocommerce-invalid input[type=search], .woocommerce-invalid input[type=number], .woocommerce-invalid input[type=text], .woocommerce-invalid input[type=tel], .woocommerce-invalid input[type=url], .woocommerce-invalid input[type=password], .woocommerce-invalid :root textarea {
  border-color: #CA1919;
  scroll-margin-top: 200px;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #242424;
  letter-spacing: normal;
  font-weight: 600;
  position: relative;
  line-height: 1.4;
}

@media (max-width: 768px) {
  h1, h2, h3, h4, h5 {
    margin-bottom: 10px;
  }
}
h1 {
  font-size: 28px;
}
@media (max-width: 450px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 24px;
}
@media (max-width: 450px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 22px;
}
@media (max-width: 450px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
}
@media (max-width: 450px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 16px;
}
@media (max-width: 450px) {
  h5 {
    font-size: 14px;
  }
}

form {
  position: relative;
}

b, strong {
  font-weight: 700;
}

.blocks {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

svg {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}

ol, ul {
  margin: 20px 0;
  padding-left: 20px;
}
ol li, ul li {
  margin-bottom: 5px;
}
ol li:last-child, ul li:last-child {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 1240px) {
  .container {
    width: 1222px;
  }
}

:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
  position: relative;
  margin-bottom: 20px;
  padding-block: 18px;
  padding-inline: 65px 30px;
  text-align: start;
  border: none;
  border-radius: 0;
  outline: none !important;
}
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info):before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) a {
  color: currentColor;
  text-decoration: underline;
}
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) :is(.button, .wc-backward) {
  border-top: 0;
  border-inline: 0;
  margin-inline: 4px;
  padding: 0;
  height: auto;
  border-width: 2px;
  background-color: transparent;
  min-height: auto;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) :is(.button, .wc-backward):hover {
    color: color-mix(in srgb, currentColor 80%, transparent);
    background-color: transparent;
    box-shadow: unset;
    border-color: #e0e0e0;
  }
}

:is(.woocommerce-error, .woocommerce-info) {
  background-color: #e0b252;
  color: #ffffff;
}
:is(.woocommerce-error, .woocommerce-info):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='%23ffffff'%3E%3Cpath d='M472 256v352h80V256h-80zm0 432v80h80v-80h-80zM512 0Q406 0 313 40q-94 40-163.5 109.5T40 313Q0 406 0 512t40 199q40 94 109.5 163.5T313 984q93 40 199 40t199-40q94-40 163.5-109.5T984 711q40-93 40-199t-40-199q-40-94-109.5-163.5T711 40Q618 0 512 0zM80 512q0-89 34-168t92.5-137.5Q265 148 344 114t168-34q89 0 168 34t137.5 92.5Q876 265 910 344t34 168q0 89-34 168t-92.5 137.5Q759 876 680 910t-168 34q-89 0-168-34t-137.5-92.5Q148 759 114 680T80 512z'%3E%3C/path%3E%3C/svg%3E");
}

ul:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
  list-style: none;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}

.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message {
  background-color: #000;
  color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output:before, .mc4wp-success:before, .woocommerce-message:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='10 144 1004 736' fill='%23FFFFFF'%3E%3Cpath d='M1014 201l-56-57-624 623L66 499l-56 56 324 325 680-679z'%3E%3C/path%3E%3C/svg%3E");
}

#toTop {
  background-color: #07364D;
  border-radius: 50%;
  bottom: 1rem;
  height: 42px;
  position: fixed;
  width: 42px;
  opacity: 0;
  z-index: 100000;
  transition: opacity 0.4s ease-in-out, background 0.2s ease-in-out;
  line-height: 1;
  pointer-events: none;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 12px 4px rgba(255, 255, 255, 0.3);
}
#toTop.active {
  pointer-events: auto;
  opacity: 0.9;
}

figure {
  margin: 0;
}

iframe {
  border: 0;
  margin: 0 auto;
  display: flex;
  height: auto;
  width: 100%;
  aspect-ratio: 3/1.65;
  max-width: 1020px;
}

@media only screen and (max-width: 991px) {
  .block-title {
    font-size: 28px;
  }
}
blockquote {
  quotes: none;
  margin: 20px 0;
  padding-left: 30px;
  border-left: 2px solid #d9121f;
  text-align: left;
  font-size: 110%;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto 20px auto;
}

.wp-caption {
  width: 100% !important;
}
.wp-caption.aligncenter p {
  text-align: center;
}
.wp-caption.alignright p {
  text-align: right;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

body.page--style-dark .sl-overlay {
  background: #777777;
}
body.page--style-dark main {
  background: #000000;
}
body.page--style-dark .main-content a, body.page--style-dark .main-content p, body.page--style-dark .main-content span, body.page--style-dark .main-content div, body.page--style-dark .main-content table td, body.page--style-dark .main-content table th, body.page--style-dark .main-content h1, body.page--style-dark .main-content h2, body.page--style-dark .main-content h3, body.page--style-dark .main-content h4, body.page--style-dark .main-content h5 {
  color: #FFFFFF;
}

[class*=with--animation]:not(.is--animated) {
  will-change: transform, opacity;
}

[class*=with--animation] {
  transition-property: opacity, transform;
  transition-timing-function: ease, var(--anim-timing);
  --anim-duration: 1s;
  --anim-timing: cubic-bezier(0, 0.87, 0.58, 1);
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
[class*=with--animation].is--animated {
  opacity: 1;
  transform: none;
  transition-duration: 0.25s, var(--anim-duration);
}

.animation-zoom-in {
  transform: scale(0.6);
}

@keyframes animatedBackground {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes animatedBackground2 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  to {
    transform: rotate(1turn) scale(1);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInBottomShort {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  to {
    transform: rotate(1turn) scale(1);
  }
}
@-webkit-keyframes pulse {
  0%, to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 75% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes pulse {
  0%, to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 75% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeFromRight {
  from {
    transform: none;
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes fadeFromLeft {
  from {
    transform: translate3d(-50px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate_when_almost_visible {
  opacity: 0;
}

.animated {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate_when_almost_visible:not(.animated) {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.is--preloader:not(.no-js) {
  overflow-y: scroll;
}
html.is--preloader:not(.no-js) body {
  overflow: hidden;
  max-height: 100vh;
}

#preloader:not(.no-js) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
  z-index: 2500;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: preloader-fadeOut 20s ease both;
  transition: opacity 0.4s ease;
}
#preloader:not(.no-js).preloader-hide {
  pointer-events: none;
  opacity: 0 !important;
}

.preloader-img:not(.no-js) {
  max-width: 300px;
  max-height: 300px;
}
.preloader-img:not(.no-js):before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #BBB;
  border-top-color: #000;
  border-radius: 50%;
  animation: preloader-Rotate 2s cubic-bezier(0.63, 0.09, 0.26, 0.96) infinite;
}

@keyframes preloader-Rotate {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.8) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(720deg);
  }
}
@keyframes wd-preloader-fadeOut {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
:is(.btn, .button, button, [type=submit], [type=button]) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  outline: none;
  border-radius: 0px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.25s ease;
  color: #3E3E3E;
  border: 0px solid #E9E9E9;
  background-color: #F3F3F3;
  box-shadow: unset;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
  padding: 5px 20px;
  min-height: 42px;
  font-size: 13px;
  -webkit-appearance: button;
}
@media (hover: hover) and (pointer: fine) {
  :is(.btn, .button, button, [type=submit], [type=button]):hover {
    color: #3E3E3E;
    background-color: #e0e0e0;
    box-shadow: unset;
    border-color: #e0e0e0;
  }
}

.btn-color-white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .btn-color-white:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff;
  }
}

.btn-color-black {
  color: #333;
  border-color: #212121;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .btn-color-black:hover {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
  }
}

.mejs-video button {
  min-height: auto;
}

body.header--transparent .header__top {
  background-color: rgba(0, 0, 0, 0.5);
}
body.header--transparent .header__bottom {
  background-color: rgba(0, 0, 0, 0.5);
}

.header {
  padding-top: 170px;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.header.is--sticky .header__block {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
}
.header.is--sticky .header__top {
  background-color: rgba(0, 0, 0, 0.5);
}
.header.is--sticky .header__bottom {
  background-color: rgba(0, 0, 0, 0.5);
}
.header.is--sticky .header__bottom-block {
  height: 60px;
  max-height: 60px;
}
.header.is--sticky .sub-nav {
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .header {
    padding-top: 140px;
  }
}

.header__block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 390;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}

.header__top {
  background-color: #000000;
  height: 60px;
  padding-top: 20px;
  transition: background-color 0.2s ease;
}
@media (max-width: 1024px) {
  .header__top {
    height: 30px;
    padding-top: 5px;
  }
}

.header__top-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1024px) {
  .header__top-block {
    justify-content: flex-end;
  }
}

.header__logo-link {
  padding: 0 10px;
  height: 40px;
  max-width: 200px;
  display: flex;
}
.header__logo-link img {
  object-fit: contain;
}
@media (max-width: 1024px) {
  .header__logo-link {
    display: none;
  }
}

.header__bottom {
  background-color: #000000;
  transition: background-color 0.2s ease;
}

.header__bottom-block {
  height: 90px;
  max-height: 90px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: height 0.2s ease, max-height 0.2s ease;
}
@media (max-width: 1024px) {
  .header__bottom-block {
    justify-content: space-between;
    height: 60px;
    max-height: 60px;
  }
}

.header__image {
  padding: 0 10px;
}
.header__image img {
  margin-top: 30px;
  width: 52px;
}
@media (max-width: 1024px) {
  .header__image {
    display: none;
  }
}

.header__top-account-mobile {
  display: none;
}
.header__top-account-mobile a {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header__top-account-mobile {
    display: block;
  }
}

.header__menu {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .header__menu {
    display: none;
  }
}

.header__center-mobile {
  display: none;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__center-mobile {
    display: flex;
  }
}

.header__logo-link-mobile {
  display: none;
  max-width: 130px;
}
@media (max-width: 1024px) {
  .header__logo-link-mobile {
    display: block;
  }
}

#menu_burger {
  display: none;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  width: 86px;
  height: 40px;
}
@media (max-width: 1024px) {
  #menu_burger {
    display: flex;
  }
}
#menu_burger svg {
  flex-shrink: 0;
}
#menu_burger span {
  flex-shrink: 0;
  color: white;
  text-transform: uppercase;
}

.header__burger-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}

.header-menu__list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: left;
  gap: 1px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu__list .sub-nav {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  z-index: 380;
  margin-top: 0px;
  margin-right: 0;
  width: 220px;
  margin-left: -10px;
  text-align: start;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  list-style: none;
  padding-top: 30px;
}
.header-menu__list .sub-nav-wrap {
  padding: 12px 20px 12px 20px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  margin: 0;
}
@media (max-width: 1024px) {
  .header-menu__list .sub-nav-wrap {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.header-menu__item-depth-0 {
  position: relative;
  margin: 0;
}
.header-menu__item-depth-0 > a {
  line-height: 1.2;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  align-items: center;
  display: flex;
  position: relative;
  text-transform: uppercase;
}
.header-menu__item-depth-0 > a:after {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d9121f;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.header-menu__item-depth-0 > .drop {
  display: flex;
  gap: 10px;
  height: 40px;
  align-items: center;
}
.header-menu__item-depth-0 > .drop a {
  line-height: 1.2;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.header-menu__item-depth-0 > .drop a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d9121f;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.header-menu__item-depth-0 > .drop .header-icon svg path {
  stroke: #d9121f;
}
@media (max-width: 1024px) {
  .header-menu__item-depth-0 > .drop .header-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #777777;
  }
  .header-menu__item-depth-0 > .drop .header-icon svg {
    transform: rotate(-90deg);
  }
  .header-menu__item-depth-0 > .drop .header-icon svg path {
    stroke: #FFFFFF;
  }
}
@media (max-width: 1024px) {
  .header-menu__item-depth-0 > .drop {
    justify-content: space-between;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-menu__item-depth-0.dropdown:hover > .drop a:after {
    width: 100%;
  }
  .header-menu__item-depth-0.dropdown:hover > a:after {
    width: 100%;
  }
  .header-menu__item-depth-0.dropdown:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    transform: none !important;
    pointer-events: unset;
  }
}
.header-menu__item-depth-0.dropdown.mob--opened .sub-nav {
  visibility: visible;
  opacity: 1;
  transform: none !important;
  pointer-events: unset;
  position: relative;
  top: 0;
  margin-left: 0;
  padding: 10px 0 10px 0;
}
.header-menu__item-depth-0.dropdown.mob--opened .header-icon svg {
  transform: rotate(0deg);
}
@media (max-width: 1024px) {
  .header-menu__item-depth-0.current-item .drop-link, .header-menu__item-depth-0.current-item > a {
    color: #d9121f;
  }
}
@media (max-width: 1024px) {
  .header-menu__item-depth-0 {
    width: 100%;
    padding: 5px 20px;
    border-bottom: 1px solid #777777;
  }
}

.header-menu__item-depth-1 {
  position: relative;
  margin-bottom: 0;
}
.header-menu__item-depth-1 > a {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .header-menu__item-depth-1 > a:hover {
    opacity: 0.7;
  }
}

.header__social {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header__social {
    display: none;
  }
}
.header__social svg path {
  fill: #ffffff;
}

.header__account {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__account svg path {
  fill: #ffffff;
}
@media (max-width: 1024px) {
  .header__account {
    display: none;
  }
}
.header__account .irfe-drilldown-back {
  display: none;
}
.header__account.header-menu__item-depth-0 > a:after {
  display: none;
}

.header__account-text {
  display: none;
}

.header__search {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header__search {
    display: none;
  }
}
.header__search svg.icon-search {
  display: block;
}
.header__search svg path {
  fill: #ffffff;
}
.header__search.is--opened svg.icon-search {
  display: none;
}
.header__search.is--opened svg.icon-close {
  display: block !important;
}

.header__search-text {
  display: none;
}

.header__cart {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header__cart {
    justify-content: flex-end;
    margin-right: 10px;
  }
}

.header__cart-icon {
  position: relative;
}
.header__cart-icon svg path {
  fill: #ffffff;
}

.header__cart-text {
  display: none;
}

.header__cart-number {
  position: absolute;
  top: -12px;
  inset-inline-end: -9px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d9121f;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 9px;
  line-height: 15px;
}
.header__cart-number span {
  display: none;
}

.popup-login {
  position: fixed;
  inset-block: 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: min(340px, 100vw);
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup-login.is--opened {
  transform: none;
}
.popup-login .woocommerce-form-login {
  padding: 20px 15px 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
}
.popup-login label {
  color: #FFFFFF;
}

.popup-login__heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.popup-login__title {
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 130%;
  font-weight: 600;
  color: #ffffff;
}

.popup-login__close {
  display: inline-flex;
  vertical-align: middle;
  flex: 0 0 auto;
  cursor: pointer;
  gap: 10px;
  height: 24px;
  align-items: center;
}
.popup-login__close span {
  position: relative;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
}

:is(.register, .woocommerce-form-login) .button {
  width: 100%;
  color: #fff;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  background-color: #52bd72;
}
@media (hover: hover) and (pointer: fine) {
  :is(.register, .woocommerce-form-login) .button:hover {
    background-color: #45a963;
  }
}

.popup-login__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.popup-login__footer .lost_password {
  order: 2;
  color: #d9121f;
}
.popup-login__footer .woocommerce-form-login__rememberme {
  order: 1;
  margin-bottom: 0;
}

.popup-login__question {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
.popup-login__question svg {
  margin-bottom: 15px;
  fill: rgba(255, 255, 255, 0.2);
}
.popup-login__question p {
  color: #fff;
  font-weight: 600;
}
.popup-login__question .btn {
  border-top: 0;
  border-inline: 0;
  color: #fff;
  border-color: #d9121f;
  background-color: transparent;
  border-width: 2px;
  padding: 0;
  min-height: auto;
}

.popup-search {
  position: fixed;
  z-index: 400;
  visibility: hidden;
  opacity: 0;
  inset: 0;
  background-color: #0f0f0f;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100%, 0);
}
.popup-search.is--opened {
  top: 150px;
  transition: opacity 0s, visibility 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none;
  visibility: visible;
  opacity: 1;
}
.popup-search.is--searched .popup-search__wrapper {
  margin-top: -40px;
  height: calc(100% - 110px);
}
.popup-search.is--loading .popup-search__loader {
  top: 110px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup-search.is--loading .popup-search__loader:after {
  animation: rotate 450ms infinite linear running;
}

.popup-search__close {
  position: absolute;
  top: 5px;
  display: inline-flex;
  vertical-align: middle;
  inset-inline-end: 5px;
  z-index: 1;
}
.popup-search__close > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  flex-direction: column;
}

.popup-search__form {
  position: relative;
  padding-inline: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.popup-search__form input[type=text] {
  padding-inline-end: 140px;
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  height: 110px;
  border: 0;
  color: #fff;
  background-color: #0f0f0f;
}
.popup-search__form input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

.popup-search_submit {
  display: none;
}

.popup-search__loader {
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  inset: 0;
}
.popup-search__loader:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  animation: rotate 450ms infinite linear paused;
}

.popup-search__text {
  overflow: hidden;
  margin-top: 10px;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.6s ease;
  color: rgba(255, 255, 255, 0.8);
}
.popup-search__text span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popup-search__wrapper {
  position: relative;
}

.popup-search__results {
  margin-top: 0;
  overflow: hidden;
  max-height: 100%;
  height: 100%;
}

.popup-search__content {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  max-height: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .popup-search__content {
    overflow: unset;
    overflow-y: unset;
  }
}
.popup-search__content .autocomplete-suggestions {
  margin-top: -1px;
  margin-right: -1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  background-color: #0f0f0f;
  animation: fadeInBottomShort 0.6s cubic-bezier(0.19, 1, 0.22, 1) both;
}
.popup-search__content .autocomplete-suggestions .view-all-results {
  height: 50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
  flex: 1 1 100% !important;
  margin: 10px -10px -10px -10px;
  width: 100%;
}
.popup-search__content .autocomplete-suggestion {
  display: flex;
  padding: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  line-height: 1;
  transition: all 0.25s ease;
  flex-direction: column;
  padding: 0;
  border: none;
  flex-grow: 0;
  flex-basis: 200px;
  max-width: 200px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .popup-search__content .autocomplete-suggestion {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
    flex-direction: row;
    gap: 15px;
  }
}
.popup-search__content .autocomplete-suggestion .no-found-msg {
  text-align: center;
  font-size: 16px;
}
.popup-search__content .autocomplete-suggestion .suggestion-thumb {
  flex: 0 0 auto;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-inline-end: 0;
  max-width: 100%;
  max-height: 272px;
}
@media (max-width: 1024px) {
  .popup-search__content .autocomplete-suggestion .suggestion-thumb {
    max-width: 45px;
  }
}
.popup-search__content .autocomplete-suggestion .suggestion-content {
  margin-bottom: 10px;
}
.popup-search__content .autocomplete-suggestion .suggestion-content-title {
  display: block;
  color: #fff;
  word-wrap: break-word;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .popup-search__content .autocomplete-suggestion .suggestion-content-title {
    font-size: 12px;
  }
}
.popup-search__content .autocomplete-suggestion .suggestion-content-title strong {
  text-decoration: underline;
}
.popup-search__content .autocomplete-suggestion .suggestion-content-price {
  color: #777;
  font-weight: 600;
}

.popup-cart {
  position: fixed;
  inset-block: 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: min(340px, 100vw);
  background-color: rgb(0, 0, 0);
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup-cart.is--opened {
  transform: none;
}
.popup-cart.is--opened {
  transform: none;
}

.popup-cart__heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.popup-cart__title {
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 130%;
  font-weight: 600;
  color: #ffffff;
}

.popup-cart__close {
  display: inline-flex;
  vertical-align: middle;
  flex: 0 0 auto;
  cursor: pointer;
  gap: 10px;
  height: 24px;
  align-items: center;
}
.popup-cart__close span {
  position: relative;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
}

.widget_shopping_cart {
  position: relative;
  flex: 1 1 100%;
}

.widget_shopping_cart_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}

.mini-cart {
  position: relative;
  flex: 1 1 auto;
}
.mini-cart .quantity input[type=number], .mini-cart .quantity input[type=text], .mini-cart .quantity input[type=button] {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .mini-cart .quantity input[type=button]:hover {
    color: #fff;
  }
}

.mini-cart__item-quantity {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 90%;
}

.mini-cart__content {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  inset: 0;
  max-height: calc(100vh - 285px);
  overscroll-behavior: none;
  min-height: 160px;
}
.mini-cart__content::-webkit-scrollbar-track {
  background: #767676;
}
.mini-cart__content.is--empty {
  max-height: 100vh;
}

.mini-cart__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mini-cart__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 15px;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .mini-cart__item:hover {
    background-color: #0a0a0a;
  }
}
.mini-cart__item.is--loading .mini-cart__item-image img {
  opacity: 0.2;
}
.mini-cart__item.is--loading .mini-cart__item-image img:after {
  opacity: 1;
  --anim-state: running;
}

.mini-cart__item-link {
  display: block;
  margin-bottom: 8px;
  z-index: 1;
  position: absolute;
  inset: 0;
  font-size: 0;
}

.remove_from_cart_button {
  position: absolute;
  inset-inline-end: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  font-size: 24px;
  top: 13px;
  inset-inline-end: 10px;
}

.mini-cart__item-image {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  margin-inline-end: 15px;
  display: block;
  margin-bottom: 8px;
}
.mini-cart__item-image img {
  float: none !important;
  margin-inline-end: 0 !important;
  transition: opacity 0.6s ease;
  min-width: 65px;
  max-width: 65px;
}
.mini-cart__item-image img:after {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  opacity: 0;
  transition: opacity 0.6s ease;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  animation: rotate 450ms infinite linear var(--anim-state, paused);
}

.mini-cart__item-info {
  flex: 1 1 auto;
  padding-inline-end: 20px;
  flex-direction: column;
  display: flex;
}

.mini-cart__item-title {
  transition: all 0.25s ease;
  text-transform: uppercase;
  color: #ffffff;
  word-wrap: break-word;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}
.mini-cart__item-title dl {
  color: #ffffff;
}

.mini-cart__footer {
  flex: 0 0 auto;
  padding-bottom: 15px;
}

.mini-cart__total {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 0;
  padding-block: 15px;
  padding-inline: 15px;
  font-size: 130%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mini-cart__total strong {
  color: #ffffff;
}
.mini-cart__total .woocommerce-Price-amount {
  flex-grow: 1;
  text-align: end;
  color: #ffffff;
}

.mini-cart__buttons {
  display: block;
  text-align: center;
  padding-inline: 15px;
  margin-bottom: 0;
}
.mini-cart__buttons .button {
  margin-bottom: 10px;
  width: 100%;
}
.mini-cart__buttons .checkout {
  background-color: #333333;
  color: #ffffff;
}

.mini-cart__empty {
  padding-block: 10px;
  text-align: center;
  margin-top: 20px;
  padding-inline: 15px;
}
.mini-cart__empty:before {
  display: block;
  margin-bottom: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1009 1024'%3E%3Cpath d='M0 80h111l132 727 53-10v67h560v-80H320l-12-64h604l97-418-232-31-10 80 144 19-63 270H294l-66-361 163 21 10-79-188-25v1L177 0H0v80zm796 60l-56-56-148 147L444 84l-56 56 147 148-147 148 56 56 148-147 148 147 56-56-147-148 147-148zM416 904q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35q50 0 85-35t35-85zm-80 0q0 17-11.5 28.5T296 944q-17 0-28.5-11.5T256 904q0-17 11.5-28.5T296 864q17 0 28.5 11.5T336 904zm640 0q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35q50 0 85-35t35-85zm-80 0q0 17-11.5 28.5T856 944q-17 0-28.5-11.5T816 904q0-17 11.5-28.5T856 864q17 0 28.5 11.5T896 904z'%3E%3C/path%3E%3C/svg%3E");
  width: 100%;
  height: 86px;
  background-repeat: no-repeat;
  background-position: center;
}
.mini-cart__empty .btn {
  background-color: #333333;
  color: #FFFFFF;
}

.mini-cart__empty-message {
  color: #FFFFFF;
}

.popup-mobile {
  position: fixed;
  inset-block: 0;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: min(340px, 100vw);
  background-color: rgb(0, 0, 0);
  left: 0;
  transform: translateX(-100%);
  height: calc(100vh - 140px);
  padding: 10px 0 20px 0;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup-mobile.is--opened {
  transform: none;
}
.popup-mobile.is--opened {
  transform: none;
}

.popup-mobile__search {
  padding: 0 15px;
  position: relative;
}
.popup-mobile__search .autocomplete-suggestion {
  color: #FFFFFF;
}
.popup-mobile__search .popup-search__wrapper {
  position: absolute;
  left: 0;
  top: 70px;
  background: #000000;
  z-index: 999;
}
.popup-mobile__search.is--loading .popup-search__loader {
  top: 110px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup-mobile__search.is--loading .popup-search__loader:after {
  animation: rotate 450ms infinite linear running;
}
.popup-mobile__search svg.icon-close {
  display: none;
}
.popup-mobile__search.is--searched svg.icon-close {
  display: block;
}

.mobile-search__form {
  z-index: 4;
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  font-weight: 600;
  gap: 12px;
}
.mobile-search__form input[type=text] {
  width: calc(100% - 58px);
  background: transparent;
  color: #ffffff;
}
.mobile-search__form input[type=text]::placeholder {
  color: #ffffff;
}

.mobile-search_submit {
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
}
.mobile-search_submit span {
  display: none;
}

.quantity {
  position: relative;
  z-index: 1;
  display: inline-flex;
  vertical-align: top;
  white-space: nowrap;
  margin-bottom: 8px;
  transition: opacity 0.6s ease;
}
.quantity input[type=number], .quantity input[type=text], .quantity input[type=button] {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  background: transparent;
  height: 32px;
  font-family: inherit;
}
.quantity input[type=button] {
  padding: 0 5px;
  min-width: 25px;
  min-height: unset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .quantity input[type=button]:hover {
    color: #fff;
    background-color: #d9121f;
    border-color: #d9121f;
  }
}
.quantity input[type=number] {
  width: 30px;
  border-radius: 0;
  border-right: none;
  border-left: none;
  padding: 0;
  text-align: center;
}
.quantity p {
  margin-bottom: 0;
}

.wp-video-shortcode video, video.wp-video-shortcode {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.img-slider {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 0;
}

.img-slider__item-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.img-slider__item-caption {
  text-align: center;
  font-size: 14px;
  color: #242424;
  font-weight: 400;
  margin-top: 10px;
  white-space: normal;
}

#popup_layer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, top 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  z-index: 400;
  inset: 0;
}
#popup_layer.is--opened {
  transition-delay: 0s;
  pointer-events: unset;
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: #333333;
}

.footer__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: -15px;
  padding-top: 20px;
  flex-wrap: wrap;
}

.footer__contacts {
  max-width: 33%;
  line-height: 2;
  flex: 1 0 50%;
  padding-inline: 15px;
}
@media (max-width: 540px) {
  .footer__contacts {
    max-width: 50%;
  }
}

.footer__contacts-text {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.footer__contacts-address {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
}

.footer__contacts-phones {
  display: flex;
  flex-direction: column;
}

.footer__contacts-phone {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2;
}

.footer__contacts-email {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2;
}

.footer__menus {
  max-width: 56%;
  flex: 1 0 50%;
  padding-inline: 15px;
  line-height: 2;
}
@media (max-width: 540px) {
  .footer__menus {
    max-width: 50%;
  }
}

.footer__menus-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 540px) {
  .footer__menus-block {
    flex-direction: column;
  }
}

.footer__menu {
  display: flex;
  flex-direction: column;
}

.footer__bottom-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__list-item-link {
  color: rgba(255, 255, 255, 0.8);
}

.footer__copyright {
  width: 100%;
  font-weight: bold;
  margin: 20px 15px 0 15px;
  font-size: 16px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #eeeeee;
}
@media (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}

#toTop {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  bottom: 20px;
  height: 50px;
  position: fixed;
  width: 50px;
  opacity: 0;
  z-index: 100000;
  transition: transform 0.25s ease, opacity 0.4s ease-in-out, background 0.2s ease-in-out;
  line-height: 1;
  pointer-events: none;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 12px 4px rgba(255, 255, 255, 0.3);
  transform: translateX(100%);
  border: 1px solid #999999;
}
#toTop.active {
  pointer-events: auto;
  opacity: 1;
  transform: none;
}

.admin-bar .popup-login {
  height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
  top: 32px;
}
.admin-bar .popup-cart {
  height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
  top: 32px;
}
.admin-bar .popup-search {
  top: 180px;
}
@media (max-width: 1024px) {
  .admin-bar .header {
    margin-top: var(--wp-admin--admin-bar--height, 46px);
  }
}
@media (min-width: 1025px) {
  .admin-bar .header .header__block {
    padding-top: var(--wp-admin--admin-bar--height, 32px);
  }
}
@media (max-width: 1024px) {
  .admin-bar .header.is--sticky {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .admin-bar .header.is--sticky .header__block {
    padding-top: var(--wp-admin--admin-bar--height, 32px);
  }
}
@media only screen and (min-width: 1025px) {
  .admin-bar .page-title.with--image .page-title__image {
    padding-top: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
  }
}

.irfe-breadcrumbs {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
  font-size: 18px;
}
.irfe-breadcrumbs a {
  color: #767676;
}
.irfe-breadcrumbs .irfe-delimiter {
  margin-inline: 8px;
  color: #242424;
}
.irfe-breadcrumbs .irfe-delimiter:after {
  content: "/";
}
.irfe-breadcrumbs > :is(span, a):last-child {
  font-weight: 600;
  color: #242424;
}

@media (max-width: 1024px) {
  .product__breadcrumbs .irfe-last {
    display: none;
  }
  .product__breadcrumbs .irfe-last ~ span {
    display: none;
  }
}
.product-card {
  position: relative;
  text-align: center;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.product-card.outofstock .product-card__btn .add-to-cart-loop:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='59 208 906 624' fill='%23FFFFFF' %3E%3Cpath d='M178 356q-28 27-48 53t-34 46q-10 16-19 32t-18 33q9 17 18 33t19 32q14 20 34 46t48 53q27 27 61 54 35 26 76.5 47t91.5 34q49 13 105 13t105-13q50-13 91.5-34t76.5-47q34-27 61-54t47.5-53q20.5-26 34.5-46 10-16 19-32t18-33q-9-17-18-33t-19-32q-14-20-34.5-46T846 356q-27-27-61-54-35-26-76.5-47T617 221q-49-13-105-13t-105 13q-50 13-91.5 34T239 302q-34 27-61 54zm-15 184q-4-5-7.5-10.5T150 520q2-4 5.5-9.5T163 500q12-18 29.5-41t41.5-47q48-47 117.5-85.5T512 288q91 0 160.5 38.5T790 412q23 24 41 47t30 41q4 5 7.5 10.5t5.5 9.5q-2 4-5.5 9.5T861 540q-12 18-30 41t-41 47q-48 47-117.5 85.5T512 752q-91 0-160.5-38.5T234 628q-24-24-41.5-47T163 540zm349 148q73 0 124.5-51.5T688 512q0-73-51.5-124.5T512 336q-73 0-124.5 51.5T336 512q0 73 51.5 124.5T512 688zm96-176q0 40-28 68t-68 28q-40 0-68-28t-28-68q0-40 28-68t68-28q40 0 68 28t28 68z'%3E%3C/path%3E%3C/svg%3E");
}

.product-card__labels {
  position: absolute;
  top: 7px;
  inset-inline-start: 7px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  max-width: 50%;
  transition: all 0.3s ease;
  transform: translateZ(0);
}

.product-card__label {
  padding: 5px 7px;
  min-width: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 35px;
  max-width: 50px;
  font-size: 12px;
  line-height: 1.2;
}
.product-card__label.out-of-stock {
  background-color: #ffffff;
  color: #242424;
}

.product-card__top {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  aspect-ratio: 2/3;
}
@media (hover: hover) and (pointer: fine) {
  .product-card__top:hover .product-card__top-hover {
    opacity: 1;
    transform: scale(1.09);
  }
}
@media (min-width: 1281px) {
  .product-card__top {
    min-height: 420px;
  }
}
@media (max-width: 1280px) {
  .product-card__top {
    min-height: 220px;
  }
}

.product-card__top-link {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.product-card__top-link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__top-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-card__top-hover-link {
  width: 100%;
  position: relative;
  height: 100%;
}
.product-card__top-hover-link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-cart__title {
  margin-bottom: 0;
}
.product-cart__title a {
  text-transform: uppercase;
  color: #333;
  word-wrap: break-word;
  font-weight: 600;
  line-height: 1.7;
  font-size: 14px;
  white-space: normal;
}
.product-cart__title p {
  /*margin-bottom: 20px;*/
}

.product-cart__rating {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.product-cart__rating-star {
  width: 14px;
  height: 14px;
}
.product-cart__rating-star:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.product-cart__rating-star.star--full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EABE12' width='14' height='14' viewBox='0 30 962 964'%3E%3Cpath d='M482 30L326 348 0 398l231 246-59 350 310-165 310 165-60-350 230-246-325-50L482 30z'%3E%3C/path%3E%3C/svg%3E");
}
.product-cart__rating-star.star--empty {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' fill='%23BBBBBB' xmlns='http://www.w3.org/2000/svg' viewBox='0 30 962 964'%3E%3Cpath d='M482 30L326 348 0 398l231 246-59 350 310-165 310 165-60-350 230-246-325-50L482 30zm0 182l101 208 217 34-154 164 39 229-203-109-205 109 39-229-154-164 218-33 102-209z'%3E%3C/path%3E%3C/svg%3E");
}

.product-card__price {
  color: #777777;
}

.product-card__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.product-card__btn .added_to_cart {
  display: none !important;
}
.product-card__btn .add-to-cart-loop {
  background-color: #333333;
  overflow: hidden;
  padding: 0;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}
.product-card__btn .add-to-cart-loop.loading:before {
  opacity: 0;
}
.product-card__btn .add-to-cart-loop.loading span {
  opacity: 0;
}
.product-card__btn .add-to-cart-loop.loading:after {
  opacity: 1;
  --anim-state: running;
}
.product-card__btn .add-to-cart-loop span {
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  transition: transform 0.25s ease, opacity 0.15s ease;
}
.product-card__btn .add-to-cart-loop:before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  transition: opacity 0.15s ease, transform 0.25s ease;
  transform: translateY(100%);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='1 0 1023 1024'%3E%3Cpath d='M352 896q0-53-37.5-90.5T224 768q-53 0-90.5 37.5T96 896q0 53 37.5 90.5T224 1024q53 0 90.5-37.5T352 896zm-80 0q0 20-14 34t-34 14q-20 0-34-14t-14-34q0-20 14-34t34-14q20 0 34 14t14 34zm448 0q0-53-37.5-90.5T592 768q-53 0-90.5 37.5T464 896q0 53 37.5 90.5T592 1024q53 0 90.5-37.5T720 896zm-80 0q0 20-14 34t-34 14q-20 0-34-14t-14-34q0-20 14-34t34-14q20 0 34 14t14 34zm79-241L825 80h199V0H759L647 608H168L90 256h422v-80H40L1 225l96 432 39 31h544l39-33z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
}
.product-card__btn .add-to-cart-loop:after {
  position: absolute;
  top: calc(50% - 9px);
  inset-inline-start: calc(50% - 9px);
  opacity: 0;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  animation: rotate 450ms infinite linear var(--anim-state, paused);
}
@media (hover: hover) and (pointer: fine) {
  .product-card__btn .add-to-cart-loop:hover:before {
    transform: translateY(0) translateZ(0);
  }
  .product-card__btn .add-to-cart-loop:hover span {
    transform: translateY(-100%) translateZ(0);
  }
}

.wd-swatch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--wd-swatch-w);
  height: var(--wd-swatch-h);
  color: #242424;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: var(--wd-swatch-size);
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}

.wd-swatch :is(img, picture) {
  display: block;
  max-height: 100%;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  object-fit: cover;
}

.wd-swatch.wd-bg .wd-swatch-text {
  display: none;
}

.wd-swatch.wd-text {
  min-width: 1em;
  min-height: 1em;
  width: auto;
  height: auto;
}

.wd-swatch.wd-text .wd-swatch-text {
  padding: 0 calc(var(--wd-swatch-size) / 5);
  font-size: var(--wd-swatch-text-size);
}

.wd-swatch.wd-linked {
  cursor: pointer !important;
}

.wd-swatch-bg {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

:is(body:not(.global-color-scheme-light), .color-scheme-dark) .wd-swatch.wd-bg .wd-swatch-bg:is(:not([style^=background-color]), [style*="#ffffff"], [style*="#FFFFFF"], [style*="255,255,255"]):before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--wd-swatch-brd-color);
  border-radius: inherit;
}

[class*=wd-swatches] {
  --wd-swatch-size: 25px;
  --wd-swatch-w: 1em;
  --wd-swatch-h: 1em;
  --wd-swatch-text-size: 16px;
  --wd-swatch-h-sp: 15px;
  --wd-swatch-v-sp: 10px;
  --wd-swatch-inn-sp: .001px;
  --wd-swatch-brd-color: var(--brdcolor-gray-200) ;
}

.wd-swatches-product {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: middle;
  gap: var(--wd-swatch-v-sp) var(--wd-swatch-h-sp);
}

.wd-swatches-product + select {
  display: none;
}

[class*=wd-swatches].wd-size-xs {
  --wd-swatch-size: 20px;
  --wd-swatch-text-size: 14px ;
}

[class*=wd-swatches].wd-size-m {
  --wd-swatch-size: 35px ;
}

[class*=wd-swatches].wd-size-large {
  --wd-swatch-size: 45px;
  --wd-swatch-text-size: 18px ;
}

[class*=wd-swatches].wd-size-xlarge {
  --wd-swatch-size: 70px;
  --wd-swatch-text-size: 24px ;
}

[class*=wd-swatches].wd-size-xxl {
  --wd-swatch-size: 90px;
  --wd-swatch-text-size: 32px ;
}

.wd-swatches-grid {
  --wd-swatch-v-sp: 5px;
  --wd-swatch-h-sp: 8px ;
}

.wd-swatches-grid:is(.wd-size-xs, .wd-size-default) {
  --wd-swatch-size: 15px;
  --wd-swatch-text-size: 14px ;
}

.wd-swatches-grid.wd-size-m {
  --wd-swatch-size: 20px ;
}

.wd-swatches-grid.wd-size-large {
  --wd-swatch-size: 25px;
  --wd-swatch-text-size: 16px ;
}

.wd-swatches-grid:is(.wd-size-xlarge, .wd-size-xxl) {
  --wd-swatch-size: 35px;
  --wd-swatch-text-size: 18px ;
}

.wd-swatches-filter {
  --wd-swatch-h-sp: 10px ;
}

.wd-swatches-filter.wd-size-small {
  --wd-swatch-size: 15px;
  --wd-swatch-text-size: 14px ;
}

.wd-swatches-filter.wd-size-large {
  --wd-swatch-size: 35px ;
}

[class*=wd-swatches].wd-shape-round .wd-swatch {
  border-radius: 1em;
}

[class*=wd-swatches].wd-shape-rounded .wd-swatch {
  border-radius: 5px;
}

[class*=wd-swatches].wd-bg-style-1 .wd-swatch.wd-bg:after {
  bottom: -5px;
}

[class*=wd-swatches].wd-text-style-1 .wd-swatch.wd-text {
  min-width: max(var(--wd-swatch-text-min-width, 25px), var(--wd-swatch-text-size));
  min-height: 20px;
}

[class*=wd-swatches].wd-text-style-1 .wd-swatch.wd-text:after {
  bottom: -3px;
}

[class*=wd-swatches].wd-text-style-1 .wd-swatch.wd-text .wd-swatch-text {
  padding: 0;
}

[class*=wd-swatches].wd-text-style-1.wd-swatches-grid {
  --wd-swatch-text-min-width: 15px ;
}

[class*=wd-swatches].wd-text-style-1.wd-swatches-grid .wd-swatch.wd-text:after {
  bottom: -1px;
}

[class*=wd-swatches].wd-text-style-1.wd-swatches-grid .wd-swatch.wd-bg:after {
  bottom: -4px;
}

.wd-swatches-grid.wd-bg-style-1 .wd-swatch:hover:not(.wd-active):after {
  opacity: 0 !important;
}

[class*=wd-swatches].wd-bg-style-1 .wd-swatch.wd-bg:after, [class*=wd-swatches].wd-text-style-1 .wd-swatch.wd-text:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  border-bottom: 2px solid #242424;
  opacity: 0;
  transition: inherit;
  pointer-events: none;
}

[class*=wd-swatches].wd-bg-style-1 .wd-swatch.wd-bg:is(.wd-active, :hover:not(.wd-disabled)):after, [class*=wd-swatches].wd-bg-style-1 :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active) .wd-swatch.wd-bg:after, [class*=wd-swatches].wd-text-style-1 .wd-swatch.wd-text:is(.wd-active, :hover:not(.wd-disabled)):after, [class*=wd-swatches].wd-text-style-1 :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active) .wd-swatch.wd-text:after {
  opacity: 1;
}

.product__block {
  width: 100%;
}

.product__breadcrumbs {
  margin-bottom: 20px;
}

.product__wrap {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .product__wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.product__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px;
}

.product__image {
  grid-column: auto/span 6;
}
@media (max-width: 1024px) {
  .product__image {
    grid-column: auto/span 12;
  }
}

.woocommerce-product-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1200px) {
  .woocommerce-product-gallery {
    min-height: 650px;
  }
}
@media (min-width: 1025px) {
  .woocommerce-product-gallery {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1025px) {
  .woocommerce-product-gallery.has--thumb .product__image-images {
    max-width: calc(100% - 132px);
  }
}

.product__info {
  grid-column: auto/span 6;
  text-align: center;
}
@media (max-width: 1024px) {
  .product__info {
    grid-column: auto/span 12;
  }
}

.product__info-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.product__image-carousel {
  position: relative;
  width: 100%;
  touch-action: pan-y;
  margin-inline: -5px;
}

.product__image-images {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .product__image-images {
    flex: 0 0 100%;
    max-width: 100%;
    align-self: flex-start;
  }
}

.product__image-carousel-inner {
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .product__image-carousel-inner .sw-nav-arrows {
    display: none;
  }
}

.product__image-carousel-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}

.product__image-carousel-item {
  position: relative;
  height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
  transition-property: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.woocommerce-product-gallery__image {
  position: relative;
  margin: 0;
  padding: 0;
}
.woocommerce-product-gallery__image img {
  width: 100%;
}

@media (min-width: 1025px) {
  .product__image-thumb {
    flex: 1 1 auto;
    order: -1;
    height: var(--wd-thumbs-height, auto);
  }
  .product__image-thumb .sw-nav-arrows {
    display: flex;
    gap: 5px;
    top: calc(100% - 32px);
    background: white;
    height: 30px;
  }
  .product__image-thumb .sw-nav-arrows .sw-arrow-inner {
    height: 30px;
    width: 60px;
  }
  .product__image-thumb .sw-nav-arrows .sw-arrow-inner:before {
    width: 18px;
    height: 18px;
  }
  .product__image-thumb .sw-nav-arrows .sw-prev .sw-arrow-inner:before {
    transform: rotate(90deg);
  }
  .product__image-thumb .sw-nav-arrows .sw-next .sw-arrow-inner:before {
    transform: rotate(90deg);
  }
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 0;
}

.product__image-thumb-inner {
  margin: 0;
}
@media (min-width: 1025px) {
  .product__image-thumb-inner {
    position: absolute;
    inset: 0;
  }
}

.product__image-thumb-wrap {
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .product__image-thumb-wrap {
    margin-inline: 0;
    touch-action: pan-x;
    height: calc(var(--wd-thumbs-height, 100%) - 30px);
  }
}

@media (min-width: 1025px) {
  .product__image-thumb-wrapper {
    flex-direction: column;
  }
}

.product__image-thumb-item {
  cursor: pointer;
  transition: opacity 0.25s ease;
  position: relative;
  padding: 0 5px;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (min-width: 1025px) {
  .product__image-thumb-item {
    flex: 0 0 auto;
    max-width: none;
    height: 33.3333333333%;
    padding-inline: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .product__image-thumb-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .product__image-thumb-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.product__image-thumb-item img {
  width: 100%;
}
@media (min-width: 1025px) {
  .product__image-thumb-item img {
    height: calc(100% - 10px);
    margin-bottom: 10px;
    object-fit: cover;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product__image-thumb-item:hover {
    opacity: 0.5;
  }
}
.product__image-thumb-item.thumb--active {
  opacity: 0.5;
}

.product-gallery {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  transition: all 0.3s ease;
}

.product-gallery__wrap {
  display: inline-flex;
  vertical-align: middle;
}

.product-gallery__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 50px;
  height: 50px;
  border-radius: 36px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  padding: 0 17px;
}
.product-gallery__btn span {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  font-size: 90%;
  font-weight: 600;
  color: #666666;
  transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
@media (hover: hover) and (pointer: fine) {
  .product-gallery__btn:hover svg {
    fill: #333333;
  }
  .product-gallery__btn:hover span {
    padding-left: 10px;
    color: #333333;
    max-width: 280px;
  }
}

@media (max-width: 450px) {
  .woocommerce-product-gallery__image .cloud-zoom {
    aspect-ratio: var(--mobile--aspect-ratio, 2/3);
    position: relative;
    width: 100%;
  }
  .woocommerce-product-gallery__image .cloud-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.product_title {
  font-size: 34px;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  order: -3;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .product_title {
    font-size: 22px;
  }
}
@media (max-width: 768.98px) {
  .product_title {
    font-size: 20px;
  }
}

.product__info .price {
  display: inline-block;
  order: -2;
  font-size: 155%;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product__info .price .amount {
  color: #777777;
  font-weight: 600;
}
.product__info .stock {
  font-weight: 600;
  line-height: 1.2;
}
.product__info .stock:is(.available-on-backorder, .in-stock) {
  color: #333333;
}
.product__info .stock.in-stock:before {
  margin-inline-end: 5px;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='10 144 1004 736' fill='%23d9121f'%3E%3Cpath d='M1014 201l-56-57-624 623L66 499l-56 56 324 325 680-679z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.product__info .stock.out-of-stock {
  color: #B50808;
}
.product__info .cart {
  display: inline-block;
  margin-bottom: 20px;
  order: -1;
}
.product__info .cart .quantity {
  order: 5;
  z-index: 1;
  display: inline-flex;
  vertical-align: top;
  white-space: nowrap;
  transition: opacity 0.6s ease;
}
.product__info .cart .quantity input[type=number], .product__info .cart .quantity input[type=text], .product__info .cart .quantity input[type=button] {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  background: transparent;
  height: 42px;
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product__info .cart .quantity input[type=button] {
  padding: 0 5px;
  min-width: 25px;
  min-height: unset;
  box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .product__info .cart .quantity input[type=button]:hover {
    color: #fff;
    background-color: #d9121f;
    border-color: #d9121f;
  }
}
.product__info .cart .quantity input[type=number] {
  width: 30px;
  border-radius: 0;
  border-right: none;
  border-left: none;
  padding: 0;
  text-align: center;
}
.product__info .cart .quantity.hidden {
  display: none !important;
}
.product__info .cart table.variations {
  margin-bottom: 20px;
  position: relative;
  transition: margin-bottom 0.3s ease;
  width: 100%;
}
.product__info .cart table.variations tbody, .product__info .cart table.variations tr {
  display: block;
}
.product__info .cart table.variations tr {
  padding-bottom: 20px;
}
.product__info .cart table.variations tr:last-child {
  padding-bottom: 0;
}
.product__info .cart table.variations .cell {
  text-align: center;
  padding: 0;
  border: none;
  vertical-align: middle;
  display: block;
}
.product__info .cart table.variations label {
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
  color: #242424;
}
@media (min-width: 1025px) {
  .product__info .cart table.variations label {
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.product__info .cart table.variations label:after {
  color: #242424;
  font-weight: 600;
  line-height: 1.6;
  content: ":";
  margin-left: 2px;
}
.product__info .cart table.variations .value {
  width: 100%;
}
.product__info .cart table.variations .wd-reset-var {
  display: none !important;
}
.product__info .single_add_to_cart_button {
  border-radius: 0;
  color: #ffffff;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  background-color: #333;
}

.variations_form.variation-swatch-selected .woocommerce-variation {
  display: none !important;
}

.woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}

#honeypot-field-url, .um-form input[type=text].apbct_special_field, .wc_apbct_email_id, input[class*=apbct].apbct_special_field, label[id*=apbct_label_id].apbct_special_field {
  display: none !important;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
  text-align: left;
}

.product.product_cat-shop .product-tabs-wrapper {
  display: block;
}

.product-tabs-wrapper {
  --wd-single-spacing: 40px;
  padding-top: var(--wd-single-spacing, 40px);
  padding-bottom: var(--wd-single-spacing, 40px);
  border-top: 1px solid rgba(0, 0, 0, 0.105);
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  background-color: #ffffff;
  display: none;
}
@media (max-width: 1024px) {
  .product-tabs-wrapper {
    --wd-single-spacing: 0px;
  }
}
.product-tabs-wrapper .tabs-layout-tabs .shop_attributes {
  max-width: 650px;
}
.product-tabs-wrapper .tabs-layout-tabs > .wd-nav-tabs-wrapper {
  margin-top: calc(var(--wd-single-spacing) * -1 - 1px);
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .product-tabs-wrapper .tabs-layout-tabs > .wd-nav-tabs-wrapper {
    margin-bottom: 10px;
  }
}
.product-tabs-wrapper .product-tabs-inner > div:not(:last-child) {
  margin-bottom: var(--wd-single-spacing);
}
.product-tabs-wrapper .wd-accordion-title {
  display: none;
}

.tabs-layout-accordion .wd-scroll-content {
  max-height: 250px;
}
.tabs-layout-accordion .wd-single-reviews .wd-scroll-content {
  max-height: 400px;
}

.tabs-location-standard.tabs-type-accordion {
  --wd-single-spacing: 25px;
}
.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper {
  border-top: none;
}
.tabs-location-standard.tabs-type-accordion.reviews-location-tabs .product-tabs-wrapper {
  border-bottom: none;
}

.tabs-location-summary .tabs-layout-accordion {
  --wd-accordion-font-size: 14px;
  --wd-accordion-spacing: 15px;
}

@media (max-width: 1024px) {
  .product-tabs-wrapper {
    border-top: none;
  }
}
.wd-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  gap: 1px var(--nav-gap);
}
.wd-nav > li {
  position: relative;
  margin: 0;
}
.wd-nav > li a {
  gap: 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-transform: uppercase;
  padding: 10px 0;
  vertical-align: bottom;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding-top: 30px;
  color: rgba(51, 51, 51, 0.7);
}
@media (max-width: 1024px) {
  .wd-nav > li a {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .wd-nav > li a {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .wd-nav > li a {
    font-size: 12px;
  }
}
.wd-nav > li .nav-link-text {
  position: relative;
  display: inline-block;
  padding-block: 1px;
  line-height: 1.2;
}
.wd-nav > li .nav-link-text:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  background-color: #d9121f;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  top: -30px;
  height: 3px;
}
@media (max-width: 1024px) {
  .wd-nav > li .nav-link-text:after {
    top: -10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .wd-nav > li:hover > a {
    color: #333333;
  }
  .wd-nav > li:hover > a .nav-link-text:after {
    width: 100%;
  }
}
.wd-nav > li:is(.current-menu-item, .wd-active, .active) > a {
  color: #333333;
}
.wd-nav > li:is(.current-menu-item, .wd-active, .active) > a .nav-link-text:after {
  width: 100%;
}

.wd-nav-tabs {
  --nav-gap: 30px;
  --nav-color: rgba(51, 51, 51, 0.7);
  --nav-color-hover: #333333;
  --nav-color-active: #333333;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .wd-nav-tabs {
    --nav-gap: 10px;
  }
}

.wd-accordion-item {
  border-bottom: 0;
  display: block !important;
}

.tab-title-description {
  display: none !important;
}

.wc-tab-inner {
  margin-block: 0 20px;
}

.product-description {
  display: flex;
  flex-direction: column;
}

.product-description__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-description__row {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.product-description__col {
  padding: 10px;
}
.product-description__col.col--one-third {
  width: 33.33%;
}
.product-description__col.col--one-half {
  width: 50%;
}
.product-description__col.col--fullwidth {
  width: 100%;
  max-width: 920px;
}
@media (max-width: 1024px) {
  .product-description__col {
    width: 100% !important;
    max-width: 450px;
  }
}

.product-description__image {
  position: relative;
  width: 100%;
  height: 480px;
}
.product-description__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.product-description__text {
  text-align: center;
}

@media (min-width: 1025px) {
  .product-description__video > .wp-video {
    margin-bottom: 0;
  }
}
.product-description__video iframe {
  width: 100%;
  max-width: 920px;
  max-height: 500px;
}

#tab-title-additional_information {
  display: none;
}

.woocommerce-Reviews {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-inline: -20px;
  margin-block: 0 20px;
  margin-bottom: 0;
}
.woocommerce-Reviews #comments, .woocommerce-Reviews #review_form_wrapper {
  position: relative;
  order: 1;
  flex: 1 1 100%;
  padding-inline: 20px;
}
@media (min-width: 1025px) {
  .woocommerce-Reviews #comments, .woocommerce-Reviews #review_form_wrapper {
    flex-basis: max(400px, 50%);
  }
}
.woocommerce-Reviews #review_form_wrapper {
  order: 2;
}
.woocommerce-Reviews .wd-reviews-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.woocommerce-Reviews .wd-reviews-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 15px;
}
.woocommerce-Reviews .wd-reviews-tools:first-child {
  flex-grow: 1;
  flex-basis: max(50%, 500px);
}
.woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 0;
  font-size: 14px;
}
.woocommerce-Reviews .commentlist {
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-block: -15px -30px;
  clip-path: inset(-100vw 0px 17px -100vw);
  list-style: none;
  padding: 0;
}
.woocommerce-Reviews .commentlist > li {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.woocommerce-Reviews .commentlist .comment_container {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}
.woocommerce-Reviews .commentlist .comment-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 1 auto;
}
@media (min-width: 769px) {
  .woocommerce-Reviews .commentlist .comment-text {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.woocommerce-Reviews .commentlist .meta {
  margin-bottom: 10px;
  margin-inline-end: 10px;
  width: 100%;
}
.woocommerce-Reviews .commentlist .meta time {
  font-style: italic;
}
.woocommerce-Reviews .commentlist .product-cart__rating {
  margin-bottom: 10px;
}
.woocommerce-Reviews .commentlist .description {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}

.woocommerce-review__author {
  color: #242424;
}

.comment-reply-title {
  display: block;
  margin-bottom: 20px;
  color: #242424;
  font-weight: 600;
  line-height: 1.4;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -10px;
}
.comment-form label {
  display: inline-block;
  margin-bottom: 0;
  margin-inline-end: 15px;
  vertical-align: middle;
  font-weight: 400;
  color: #242424;
}
.comment-form label:after {
  content: ":";
  margin-inline-start: 2px;
}
.comment-form .comment-form-rating {
  line-height: 1;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: 10px;
  margin-bottom: 15px;
}
.comment-form .comment-form-rating select {
  display: none;
}
.comment-form .comment-form-rating .stars {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.comment-form .comment-form-rating .stars span {
  display: flex;
  font-size: 0;
}
.comment-form .comment-form-rating .stars a {
  width: 15px;
  height: 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
  color: #333333;
}
.comment-form .comment-form-rating .stars a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' fill='%23BBBBBB' xmlns='http://www.w3.org/2000/svg' viewBox='0 30 962 964'%3E%3Cpath d='M482 30L326 348 0 398l231 246-59 350 310-165 310 165-60-350 230-246-325-50L482 30zm0 182l101 208 217 34-154 164 39 229-203-109-205 109 39-229-154-164 218-33 102-209z'%3E%3C/path%3E%3C/svg%3E");
}
.comment-form .comment-form-rating .stars a.is--hover:before, .comment-form .comment-form-rating .stars a.is--active:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EABE12' width='14' height='14' viewBox='0 30 962 964'%3E%3Cpath d='M482 30L326 348 0 398l231 246-59 350 310-165 310 165-60-350 230-246-325-50L482 30z'%3E%3C/path%3E%3C/svg%3E");
}
.comment-form .form-submit {
  margin-block: 5px 0;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  flex: 1 1 max(400px, 50%);
  margin-bottom: 15px;
  padding-inline: 10px;
}
.comment-form .form-submit input.submit {
  background-color: #3E3E3E;
  text-transform: uppercase;
  color: #ffffff;
}

.comment-form-comment {
  width: 100% !important;
  flex: 1 1 max(400px, 50%);
  margin-bottom: 15px;
  padding-inline: 10px;
  flex-basis: 100%;
  max-width: 100%;
}
.comment-form-comment textarea {
  overflow: auto;
  padding: 10px 15px;
  min-height: 190px;
  resize: vertical;
  border-color: rgba(0, 0, 0, 0.1);
}
.comment-form-comment textarea:focus {
  border-color: rgba(0, 0, 0, 0.15);
  transition: border-color 0.4s ease;
}

.shop_attributes {
  max-width: 650px;
  margin: 0 auto;
}
.shop_attributes tbody {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: -30px;
  column-gap: 30px;
}
.shop_attributes tr {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.shop_attributes tr:last-child {
  border-bottom: 0;
}
.shop_attributes th {
  display: flex;
  flex: 0 1 auto;
  padding: 15px 10px;
  border: 0;
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  text-align: start;
}
.shop_attributes td {
  text-align: end;
}
.shop_attributes :is(th, td) {
  padding: 0;
  border: none;
}
.shop_attributes :is(.wd-attr-name, .wd-attr-term) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.related-and-upsells .product-card__top {
  height: 22.5vw;
}
@media (max-width: 450px) {
  .related-and-upsells .product-card__top {
    height: auto;
    aspect-ratio: 2/3;
  }
}
@media (max-width: 450px) {
  .related-and-upsells .product-cart__title a {
    font-size: 12px;
  }
}

.products-carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 40px 0px 40px 0px;
}
@media (max-width: 1024px) {
  .products-carousel {
    margin: 20px 0px 20px 0px;
  }
}
.products-carousel.hide--rating .product-cart__rating {
  display: none;
}

.products-carousel__title {
  margin-bottom: 40px;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 1024px) {
  .products-carousel__title {
    margin-bottom: 20px;
  }
}

.products-carousel__items {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .products-carousel__items.no--controls-pc .products-carousel__dots {
    display: none;
  }
  .products-carousel__items.no--controls-pc .products-carousel__arrows {
    display: none;
  }
}

.products-carousel__wrap {
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  touch-action: pan-Y;
  transform-style: preserve-3d;
  white-space: nowrap;
  width: 100%;
  will-change: transform;
  height: 100%;
  overflow: hidden;
}

.products-carousel__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  flex-shrink: 0;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .products-carousel__item {
    padding: 0 5px;
  }
}

.products-carousel__action {
  margin: 40px 0px 40px 0px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .products-carousel__action {
    margin: 40px 0px 30px 0px;
  }
}

.products-carousel__btn {
  border-width: 2px;
}

.products-carousel__text {
  margin-top: 40px;
  max-width: 920px;
  margin: 0 auto;
  font-size: 16px;
}
.products-carousel__text h4 {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .products-carousel__text {
    padding: 0 20px;
  }
}

.products-carousel__dots {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .products-carousel__dots {
    display: none !important;
  }
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  border: 4px solid #888;
  margin: -4px; /* Set this to minus the border thickness. */
  background-color: #fff;
  cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
  /*border:4px solid #ccc;*/
  overflow: hidden;
  left: 0 !important;
  top: 0 !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}

.mousetrap {
  background-image: url("../img/cloud-zoom/blank.png");
}

@media (max-width: 800px) {
  .mousetrap {
    display: none;
  }
}
.sw-nav-arrows {
  position: absolute;
  top: calc(50% + 25px);
  width: 100%;
  z-index: 1;
}

.sw-btn-arrow {
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  z-index: 250;
  transform: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.sw-btn-arrow.is--disabled {
  opacity: 0.2;
}

.sw-prev {
  inset-inline-end: calc(100% - 60px);
}
.sw-prev .sw-arrow-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='36px' width='36px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330.002 330.002' stroke='%23ffffff'%3E%3Cpath d='M233.25,306.001L127.5,165.005L233.25,24.001c4.971-6.628,3.627-16.03-3-21c-6.627-4.971-16.03-3.626-21,3 L96.75,156.005c-4,5.333-4,12.667,0,18l112.5,149.996c2.947,3.93,7.451,6.001,12.012,6.001c3.131,0,6.29-0.978,8.988-3.001 C236.878,322.03,238.221,312.628,233.25,306.001z'%3E%3C/path%3E%3C/svg%3E");
}

.sw-next {
  inset-inline-end: unset;
  inset-inline-start: calc(100% - 60px);
}
.sw-next .sw-arrow-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='36px' width='36px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330.002 330.002' stroke='%23ffffff'%3E%3Cpath d='M233.252,155.997L120.752,6.001c-4.972-6.628-14.372-7.97-21-3c-6.628,4.971-7.971,14.373-3,21 l105.75,140.997L96.752,306.001c-4.971,6.627-3.627,16.03,3,21c2.698,2.024,5.856,3.001,8.988,3.001 c4.561,0,9.065-2.072,12.012-6.001l112.5-150.004C237.252,168.664,237.252,161.33,233.252,155.997z'%3E%3C/path%3E%3C/svg%3E");
}

.sw-arrow-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 0.25s ease;
  position: relative;
}
.sw-arrow-inner:before {
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pswp {
  z-index: 1500;
  display: none;
  overflow: hidden;
  outline: none;
  -webkit-text-size-adjust: 100%;
  touch-action: none;
  -webkit-backface-visibility: hidden;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp--open {
  display: block;
}

.pswp__bg {
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp__scroll-wrap {
  overflow: hidden;
}

:is(.pswp__container, .pswp__zoom-wrap) {
  position: absolute;
  inset: 0;
  touch-action: none;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

:is(.pswp__container, .pswp__img) {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform-origin: left top;
}

.pswp--animated-in :is(.pswp__bg, .pswp__zoom-wrap) {
  transition: none;
}

.pswp__item {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #242424;
}

.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 100%;
  color: #bbb;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.pswp__error-msg a {
  color: #bbb;
  text-decoration: underline;
}

.pswp__button {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  min-height: unset;
  background: none;
  opacity: 0.75;
  transition: opacity 0.2s;
  -webkit-appearance: none;
}

@media (hover: hover) and (pointer: fine) {
  .pswp__button:hover {
    background-color: unset;
    opacity: 1;
  }
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__button, [class*=pswp__button--arrow--]:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg [class*=pswp__button--arrow--]:before {
    background-image: url(../img/photoswipe/default-skin.svg);
  }
  .pswp--svg [class*=pswp__button--arrow--] {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

[class*=pswp__button--arrow--] {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  background: none;
}

.pswp--touch [class*=pswp__button--arrow--] {
  visibility: hidden;
}

[class*=pswp__button--arrow--]:before {
  content: "";
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
  user-select: none;
}

.pswp__share-modal {
  z-index: 1600;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  position: absolute;
  top: 56px;
  right: 44px;
  z-index: 1620;
  background: #fff;
  transition: transform 0.25s;
  transform: translateY(6px);
  border-radius: 0;
  -webkit-backface-visibility: hidden;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pswp__share-tooltip a:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.pswp__share-tooltip a:hover {
  color: #fff;
}

.pswp__share-tooltip:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 15px;
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: none;
}

.pswp__share--facebook:hover {
  background: #365493;
}

.pswp__share--twitter:hover {
  background: #000;
}

.pswp__share--pinterest:hover {
  background: #CE272D;
}

.pswp__share--download:hover {
  background: #CE272D;
}

.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 44px;
  color: #fff;
  font-size: 13px;
  line-height: 44px;
  opacity: 0.75;
}

.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 44px;
  width: 100%;
}

.pswp__caption small {
  color: #bbb;
  font-size: 11px;
}

.pswp__caption__center {
  margin: 0 auto;
  padding: 10px;
  max-width: 420px;
  color: #bbb;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

@media screen and (min-width: 1025px) {
  .pswp__preloader {
    position: absolute;
    top: 0;
    left: calc(50% - 22px);
  }
}
.pswp__preloader__donut {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--anim-state, paused);
}

.pswp__preloader--active .pswp__preloader__donut {
  --anim-state: running ;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__ui {
  z-index: 1550;
  visibility: visible;
  -webkit-font-smoothing: auto;
  opacity: 1;
}

.pswp--fs {
  --wd-admin-bar-h: 0 ;
}

.pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse [class*=pswp__button--arrow--] {
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp--has_mouse [class*=pswp__button--arrow--] {
  visibility: visible;
}

:is(.pswp__top-bar, .pswp__caption) {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit :is(.pswp__top-bar, .pswp__caption) {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle [class*=pswp__button--arrow--] {
  opacity: 0;
}

.pswp__ui--hidden :is(.pswp__top-bar, .pswp__caption, [class*=pswp__button--arrow--]) {
  opacity: 0.001;
}

.pswp__ui--one-slide :is([class*=pswp__button--arrow--], .pswp__counter) {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp, .pswp__bg, .pswp__scroll-wrap, .pswp__share-modal {
  position: absolute;
  inset: 0;
}

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