/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --wpforms-button-background-color: #000 !important;
}
::selection {
  background: rgb(255 0 0 / 15%);
}
body {
  overflow-x: hidden;
  font-family: "Astreea", sans-serif;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
svg {
  vertical-align: middle;
}
a {
  transition: 0.3s ease all;
}
#page input {
  border-radius: 5px;
}
#content {
  /* margin-top: 80px; */
}

/* Header */
.hndsm_header {
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5));
}
.home .hndsm_header svg {
  color: #fff;
}
.hndsm_menu_open .elementor-button-content-wrapper {
  align-items: center;
}
.hndsm_menu_open svg {
  width: 24px;
  height: 24px;
}

/* Menu */
#masthead .elementor-icon-wrapper {
  display: flex;
  align-items: center;
}
.hndsm_menu_wrapper {
  position: fixed;
  overflow: hidden;
  visibility: hidden;
  inset: 0;
  /* transform: translateX(-100%);
  transition: 0.5s ease all; */
}
.hndsm_menu_wrapper.visible {
  visibility: visible;
  /* transform: translateX(0); */
}

.hndsm_menu_wrapper .hndsm_menu {
  transform: translateX(-150%);
  transition: 0.5s ease all;
}
.hndsm_menu_wrapper.visible .hndsm_menu {
  transform: translateX(0);
}

.hndsm_menu_backdrop {
  position: fixed;
  z-index: 990;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  cursor: pointer;
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  transition: 0.3s ease all;
}
.hndsm_menu_wrapper.visible .hndsm_menu_backdrop {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.hndsm_menu {
  width: 65%;
  height: 100vh;
  position: relative;
  z-index: 991;
  background-color: #fff;
  display: flex;
  gap: 0;
}
.hndsm_menu a {
  user-select: none;
}
.hndsm_menu_close {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease all;
  position: absolute;
  top: 1rem;
  left: 103%;
  left: calc(100% + 1rem);
  z-index: 99;
}
.hndsm_menu_close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.hndsm_menu_close svg {
  color: #fff;
  width: 0.75rem;
  height: 0.75rem;
}

/* Menu Levels */
.hndsm_menu_section_1,
.hndsm_menu_section_2 {
  flex: 1;
  flex-shrink: 0;
  padding-left: 5%;
  padding-right: 5%;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.hndsm_menu_section_1::-webkit-scrollbar,
.hndsm_menu_section_2::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.hndsm_menu_section_2 {
  background-color: #eeeff2;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

/* Menu Level 1 */
.hndsm_menu .hndsm_menu_section_1 [data-menu-id] {
  width: 100%;
}
.hndsm_menu .hndsm_menu_section_1 li + li {
  margin-top: 1rem;
}
.hndsm_menu .hndsm_menu_section_1 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #fff;
  padding: 0.65rem 0.65rem;
  border-radius: 5px;
  transition: 0.3s all ease;
}
.hndsm_menu .hndsm_menu_section_1 li a svg {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
}
.hndsm_menu .hndsm_menu_section_1 li:hover a,
.hndsm_menu .hndsm_menu_section_1 li.active a {
  background-color: #ececec;
}

/* Menu Level 2 */
@media (min-width: 769px) {
  .hndsm_menu .hndsm_menu_section_2 .hndsm_menu_back {
    display: none;
  }
}
.hndsm_menu .hndsm_menu_section_2 [data-menu-id] {
  padding-bottom: 6rem;
  /* overflow: hidden;
  top: -9999px;
  left: -9999px; */
}
.hndsm_menu .hndsm_menu_section_2 li + li {
  margin-top: 1rem;
}
.hndsm_menu .hndsm_menu_section_2 li a,
.hndsm_menu_back a {
  font-size: 18px;
  display: inline-flex;
  padding: 0.2rem 0.65rem;
  border-radius: 5px;
  transition: 0.3s all ease;
}
.hndsm_menu .hndsm_menu_section_2 li a:hover,
.hndsm_menu_back a:hover {
  background-color: #dedfe1;
}
.hndsm_menu .hndsm_menu_section_2 li.expanded a {
  border: 2px solid #dedfe1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 1rem;
  font-size: 1.3rem;
  padding: 1rem;
}
.hndsm_menu .hndsm_menu_section_2 li.expanded:hover a {
  background-color: #fff;
  border-color: #fff;
}

.hndsm_menu .hndsm_menu_section_2 li.expanded a img {
  padding: 0 1rem;
  transition: transform 0.24s cubic-bezier(0.25, 0.1, 0.25, 1);
  height: 120px;
  object-fit: contain;
}
.hndsm_menu .hndsm_menu_section_2 li.expanded a:hover img {
  transform: translate3d(0.75rem, 0, 0);
}

/* Menu Header & Content */
.hndsm_menu_header {
  padding-top: 3rem;
  height: 6rem;
  position: relative;
}
.hndsm_menu_back {
  opacity: 0;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  animation: 0.4s menu_item_exit_transition forwards;
  visibility: hidden;
}
.hndsm_menu_back:has(+ .visible) {
  animation: 0.3s 0.2s menu_item_enter_transition forwards;
  visibility: visible;
  bottom: 1rem;
  left: 0;
}
.hndsm_menu_back a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.hndsm_menu_back svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.hndsm_menu_content {
  position: relative;
}

.hndsm_menu_content [data-menu-id]:not(.hidden) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  animation: 0.4s menu_item_exit_transition forwards;
}

.hndsm_menu_content [data-menu-id].hidden {
  position: absolute;
  animation: 0.4s menu_item_exit_transition forwards;
  /* visibility: hidden; */
  /* top: -9999px;
  left: -9999px; */
}
@keyframes menu_item_exit_transition {
  50% {
    opacity: 0;
  }
  100% {
    top: -9999px;
    left: -9999px;
  }
}

.hndsm_menu_content [data-menu-id].visible {
  animation: 0.3s 0.2s menu_item_enter_transition forwards;
  visibility: visible;
  top: 0;
  left: 0;
}
@keyframes menu_item_enter_transition {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}

/* Footer */
#colophon .light-links a {
  color: #a1a1a1;
}
#colophon .light-links a:hover {
  color: #ccc;
}
#colophon .elementor-widget-social-icons .elementor-icon {
  opacity: 0.5;
}
#colophon .elementor-widget-social-icons .elementor-icon:hover {
  opacity: 1;
}

.underline {
  border-bottom: 1px solid #a1a1a1;
}

/* START Temporary: make the menu visible from load */
/* .hndsm_menu_wrapper {
  visibility: visible !important;
}
.hndsm_menu_wrapper .hndsm_menu {
  transform: translateX(0);
}
.hndsm_menu_wrapper .hndsm_menu_backdrop {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
[data-menu-id="20_0"] ~ * {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  animation: 0.4s menu_item_exit_transition forwards;
}
[data-menu-id="20_0"] {
  animation: 0.3s 0.2s menu_item_enter_transition forwards !important;
  visibility: visible !important;
  top: 0;
  left: 0;
  width: 100%;
}
.hndsm_menu_content [data-menu-id].visible {
  display: none;
} */
/* END Temporary: make the menu visible from load */

/* Menu - product */
.hndsm_menu .product {
  --wvs-single-product-item-height: 16px;
  --wvs-single-product-item-width: 16px;
  padding: 0.2rem 0.65rem;
  flex-direction: column;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hndsm_menu .product h3 {
  margin: 0;
}
.hndsm_menu .product a {
  color: red;
}
.hndsm_menu .product .variations_form > div,
.hndsm_menu .product .single_variation_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#page .hndsm_menu .product .added_to_cart,
.reset_variations {
  display: none !important;
}
#page .hndsm_menu .single_variation_wrap > * {
  order: 1;
}
#page .hndsm_menu .single_variation_wrap .woocommerce-variation {
  order: 2;
}
#page .hndsm_menu .single_variation_wrap .woocommerce-variation-add-to-cart {
  order: 99;
}

#page .hndsm_menu .variable-items-wrapper {
  margin-top: 2rem;
}
.hndsm_menu .color-variable-items-wrapper li[data-description^="Optional"] {
  order: 99;
}
.hndsm_menu
  .color-variable-items-wrapper
  li[data-description^="Standard"]:has(+ li[data-description^="Optional"]) {
  margin-right: auto;
}
.hndsm_menu
  .color-variable-items-wrapper
  li[data-description^="Standard"]:first-child
  .variable-item-contents::after,
.hndsm_menu
  .color-variable-items-wrapper
  li[data-description^="Optional"]
  .variable-item-contents::after {
  content: var(--option-title);
  position: absolute;
  bottom: 1rem;
  left: -6px;
  font-size: 0.75rem;
  white-space: nowrap;
}
.hndsm_menu
  .color-variable-items-wrapper
  li[data-description^="Optional"]
  + li[data-description^="Optional"]
  .variable-item-contents::after {
  display: none;
}

#page .hndsm_menu .product .description {
  font-size: 0.75rem;
}
#page .hndsm_menu .product .description strong {
  display: inline-block;
}
#page .hndsm_menu .product .description p + p strong {
  margin-top: 0.5rem;
}

#page .hndsm_menu .product .price {
  font-weight: bold;
}
#page .hndsm_menu .product .price .vat {
}
.woocommerce-product-gallery__image > img,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  background: #eeeff2 !important;
}
#page .hndsm_menu table.variations {
  margin: 0;
}
#page .hndsm_menu table.variations tbody th.label {
  display: flex;
}
#page .hndsm_menu table.variations tbody th.label,
#page .hndsm_menu table.variations tbody th.label > * {
  line-height: 1rem;
  margin: 0;
  font-weight: normal;
}
#page .hndsm_menu table.variations tbody td,
#page .hndsm_menu table.variations tbody th {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.hndsm_menu .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hndsm_menu .woocommerce-variation-add-to-cart .quantity {
  width: 5rem;
}
.hndsm_menu .woocommerce-variation-add-to-cart .quantity input {
  background-color: transparent;
  border-color: #000;
}
.hndsm_menu .woocommerce-variation-add-to-cart button {
  flex-shrink: 0;
  flex-grow: 1;
}

.hndsm_after_variation_form {
  display: flex;
  align-items: flex-start;
}
.hndsm_after_variation_form svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.hndsm_after_variation_form p {
  padding-left: 1rem;
  font-size: 14px !important;
  flex: 1;
}

/* Side cart */
span.xoo-wsc-pname,
span.xoo-wsc-pname a {
  font-weight: normal;
}
.xoo-wsc-ft-buttons-cont a {
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.xoo-wsc-ft-buttons-cont a:hover {
  background: #222;
  color: #fff;
}

.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty {
  border-radius: 0;
}

.swiper-zoom-container {
  height: auto !important;
  background: #ffffff;
}

/* Configurator */
.hndsm_configurator {
  height: 100vh;
}
.hndsm_configurator_title {
  display: none;
  min-height: 1.2rem;
}
.hndsm_configurator_title.visible {
  display: block;
}
.hndsm_configurator .elementor-widget-n-tabs {
  /* height: 65vh; */
  /* overflow: hidden; */
}
.hndsm_configurator .e-n-tabs-content {
  height: 55vh;
  overflow: scroll;

  /* -ms-overflow-style: none; */
  /* scrollbar-width: none; */
}
.hndsm_configurator .e-n-tabs-content::-webkit-scrollbar {
  /* display: none; */
}

.hndsm_configurator_product_category {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hndsm_configurator_product {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  transition: 0.3s ease all;
  cursor: pointer;
}
.hndsm_configurator_product:hover {
  border-color: #000;
}

.hndsm_configurator_product_image {
  max-width: 8rem;
}
.hndsm_configurator_product_image img {
  border-radius: 0.5rem;
}
.hndsm_configurator_product_content {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hndsm_configurator_product_content h3 {
  font-size: 1rem;
  margin: 0;
}
.hndsm_configurator_product_content p {
  font-size: 0.75rem;
}
.hndsm_configurator_product_meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hndsm_configurator_product_meta > div:first-child {
  flex-shrink: 0;
}
.hndsm_configurator_product_meta > * {
  display: flex;
  gap: 1rem;
}

.hndsm_configurator_product_meta .amount {
  font-weight: bold;
  font-size: 1.2rem;
}
.hndsm_configurator_product_meta .amount + .vat {
  display: none;
}
.hndsm_configurator_product_meta input[type="number"] {
  background-color: #f5f5f5;
  border: none;
  width: 4rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  text-align: center;
}

button.round {
  border-radius: 999px;
}
.hndsm_configurator_product_meta button {
  font-size: 0.75rem;
}

@media (min-width: 759px) {
  .only_mobile {
    display: none;
  }
}

@media (max-width: 1000px) {
  .hndsm_menu {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .hndsm_menu_header {
    height: 4rem;
  }
  .hndsm_menu .hndsm_menu_back {
    width: 100%;
    position: absolute;
    bottom: 1rem;
  }
  .hndsm_menu .hndsm_menu_back svg {
    position: absolute;
  }
  .hndsm_menu .hndsm_menu_back a span {
    text-align: center;
    flex: 1;
  }
  .hndsm_header .hndsm_menu_open .elementor-button-text {
    display: none;
  }
  .hndsm_menu_section_1,
  .hndsm_menu_section_2 {
    padding-left: 3%;
    padding-right: 3%;
  }
  .hndsm_menu_section_2 {
    background-color: #fff;
    padding-top: 4rem;
  }
  .hndsm_menu_section_1:not(.hidden),
  .hndsm_menu_section_2:not(.hidden) {
    opacity: 0;
    visibility: hidden;
    inset: 0;
    position: absolute;
    animation: 0.4s menu_item_exit_transition forwards;
  }

  .hndsm_menu_section_1.hidden,
  .hndsm_menu_section_2.hidden {
    padding: 0;
  }
  .hndsm_menu_section_1,
  .hndsm_menu_section_2 {
    animation: 0.4s menu_item_exit_transition forwards;
    flex: 0;
  }

  .hndsm_menu_section_1.visible,
  .hndsm_menu_section_2.visible {
    flex: 1;
  }
  .hndsm_menu_section_1.visible,
  .hndsm_menu_section_2.visible,
  .hndsm_menu_content [data-menu-id].visible {
    animation: 0.3s 0.2s menu_item_enter_transition forwards;
    visibility: visible;
    top: 0;
    left: 0;
  }

  #page .hndsm_menu .hndsm_menu_section_1 li a {
    /* font-size: 1rem; */
    gap: 0.25rem;
    padding: 0.5rem;
  }
  #page .hndsm_menu .hndsm_menu_section_2 li a {
    /* font-size: 1rem; */
    line-height: 1.2;
    padding: 0.5rem;
  }
  .hndsm_menu {
    width: 100%;
  }
  .hndsm_menu_close {
    left: initial;
    right: 1rem;
    width: 24px;
    height: 24px;
  }
  .hndsm_menu_close svg {
    color: #000;
  }

  .woocommerce-product-gallery__image > img,
  .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    background: #fff !important;
  }
}
