@-webkit-keyframes dot-keyframes {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes dot-keyframes {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.product {
  position: relative;
}
.product .product-wrapper {
  position: relative;
  z-index: 1;
}
.product .product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.product .product-inner > * {
  width: 100%;
}
.product .product-thumbnail-wrapper {
  position: relative;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 576.1px) {
  .product .product-thumbnail-wrapper {
    margin-bottom: 0.75rem;
  }
}
.product .product-thumbnail-wrapper .product-badge {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.product .product-thumbnail-wrapper .product-badge .badge {
  border-bottom-right-radius: 0.375rem;
}
.product .product-thumbnail-wrapper .product-buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  top: 0;
  right: 0;
  padding: 0.375rem;
  z-index: 2;
}
@media screen and (min-width: 576.1px) {
  .product .product-thumbnail-wrapper .product-buttons {
    gap: 0.25rem;
    padding: 0.5rem;
  }
}
.product .product-thumbnail-wrapper .product-buttons .product-button {
  --icon-size: 1.0625rem;
  -webkit-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.product .product-thumbnail-wrapper .product-buttons .product-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
  color: var(--color-gray-600);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-200);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 576.1px) {
  .product .product-thumbnail-wrapper .product-buttons .product-button a {
    width: 2rem;
    height: 2rem;
  }
}
.product .product-thumbnail-wrapper .product-buttons .product-button a i {
  font-size: var(--icon-size);
  font-weight: 600;
  line-height: var(--icon-size);
}
.product .product-thumbnail-wrapper .product-buttons .product-button a i::before {
  font-weight: 500;
  width: auto;
  margin: 0;
}
@media screen and (min-width: 576.1px) {
  .product .product-thumbnail-wrapper .product-buttons .product-button a i {
    font-size: calc(var(--icon-size) + 0.125rem);
    line-height: calc(var(--icon-size) + 0.125rem);
  }
}
.product .product-thumbnail-wrapper .product-buttons .product-button a:hover {
  color: var(--color-black);
}
.product .product-thumbnail-wrapper .product-buttons .product-button.product-wishlist a {
  font-size: 0;
}
.product .product-thumbnail-wrapper .product-buttons .product-button.product-wishlist a::before {
  font-family: "klbtheme";
  font-size: var(--icon-size);
  font-weight: 500;
  line-height: var(--icon-size);
  content: "\e80c";
  padding-top: 0.125rem;
  padding-left: 0.03125rem;
}
@media screen and (min-width: 576.1px) {
  .product .product-thumbnail-wrapper .product-buttons .product-button.product-wishlist a::before {
    font-size: calc(var(--icon-size) + 0.125rem);
    line-height: calc(var(--icon-size) + 0.125rem);
  }
}
.product .product-thumbnail-wrapper .product-buttons .product-button:nth-child(2), .product .product-thumbnail-wrapper .product-buttons .product-button:nth-child(3) {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  opacity: 0;
  visibility: hidden;
}
.product .product-thumbnail-wrapper .product-buttons .product-button:nth-child(3) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-inner {
  position: relative;
  overflow: hidden;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-inner .product-thumbnail-gallery-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-inner .product-thumbnail-gallery-images > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-arrows > * {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
  height: 100%;
  top: 0;
  color: var(--color-slate-600);
  z-index: 1;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-arrows > *:hover {
  color: var(--color-slate-900);
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-arrows > *.disable {
  color: var(--color-slate-300);
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-arrows > *.product-thumbnail-nav-prev {
  left: 0;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-arrows > *.product-thumbnail-nav-next {
  right: 0;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-arrows > * svg {
  width: 1rem;
  height: auto;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-arrows > * svg > * {
  stroke-width: 2.1;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-hover {
  position: absolute;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-hover > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  height: 100%;
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots {
  position: absolute;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-white);
  gap: 0.125rem;
  width: 100%;
  bottom: -0.4375rem;
}
@media screen and (min-width: 1024.1px) {
  .product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots .dot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.1875rem;
  background-color: var(--color-gray-200);
}
.product .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots .dot.active {
  background-color: var(--color-gray-400);
}
@media screen and (min-width: 1024.1px) {
  .product .product-thumbnail-wrapper .thumbnail-gallery-hover .product-thumbnail-gallery-arrows {
    display: none;
  }
  .product .product-thumbnail-wrapper .thumbnail-gallery-hover .product-thumbnail-gallery-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product .product-thumbnail-wrapper .thumbnail-gallery-hover .product-thumbnail-gallery-images > * {
    display: none;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .product .product-thumbnail-wrapper .thumbnail-gallery-hover .product-thumbnail-gallery-images > *.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024.1px) {
  .product .product-thumbnail-wrapper .thumbnail-gallery-slider .product-thumbnail-gallery-arrows {
    opacity: 0;
  }
}
.product .product-thumbnail-wrapper .thumbnail-gallery-slider .product-thumbnail-gallery-dots {
  display: none;
}
.product .product-thumbnail-wrapper .product-thumbnail-cart {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.product .product-thumbnail-wrapper .add_to_cart_button {
  position: relative;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1024.1px) {
  .product .product-thumbnail-wrapper .add_to_cart_button {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.product .product-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.product .product-content-wrapper .product-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0.375rem;
}
.product .product-content-wrapper .product-content-footer {
  width: 100%;
}
.product .product-title {
  display: -webkit-box;
  font-family: var(--site-product-name-font);
  font-size: var(--site-product-name-font-size-base);
  font-weight: var(--site-product-name-weight);
  letter-spacing: var(--site-product-name-letter-spacing);
  line-height: calc(var(--site-product-name-font-size-base) + 0.25rem);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--site-product-name-line);
  padding-bottom: 0.0625rem;
  margin-bottom: 0;
}
.product .product-title a {
  position: relative;
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.product .product-title a:hover {
  text-decoration-color: var(--color-slate-400);
}
.product .product-content-switcher {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.product .product-content-switcher .switcher-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.product .product-content-switcher .add_to_cart_button {
  font-size: 0.8125rem;
  line-height: inherit;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding: 0;
}
.product .product-content-switcher .add_to_cart_button:hover {
  color: rgb(var(--site-primary));
}
.product .product-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
.product .product-brand a {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-gray-500);
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.product .product-brand a:hover {
  color: var(--color-gray-600);
}
.product .product-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
.product .product-category a {
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  color: rgb(var(--site-primary));
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.product:hover {
  z-index: 11;
}
@media screen and (min-width: 1024.1px) {
  .product:hover .product-thumbnail-wrapper .add_to_cart_button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.products .product:hover .product-thumbnail-wrapper .product-buttons .product-button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1024.1px) {
  .products .product:hover .product-thumbnail-wrapper .thumbnail-gallery-slider .product-thumbnail-gallery-arrows {
    opacity: 1;
  }
}
.products .product:hover .product-content-switcher .switcher-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}