/* Base font */
body {
  font-family: 'Inter', Arial, serif;
  letter-spacing: 0.5%;
}
/* Headings (brez H6!) */
h1,
h2,
h3,
h4,
h5,
.w-bulletPoints .title,
.w-rte h4::before {
  font-family: 'Lexend Deca', Arial, serif;
  font-weight: 600 !important;
  line-height: 120% !important;
}
/* Button */
.w-button .ui-button {
  --border-radius: 16px;
  padding: 16px 24px;
}
.logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
  padding: calc(1.666666666666667vw + 8px);
  border-radius: 50%;
  -webkit-transform: translate(calc(-0.833333333333333vw - 8px), calc(-0.833333333333333vw - 8px));
  -moz-transform: translate(calc(-0.833333333333333vw - 8px), calc(-0.833333333333333vw - 8px));
  -o-transform: translate(calc(-0.833333333333333vw - 8px), calc(-0.833333333333333vw - 8px));
  -ms-transform: translate(calc(-0.833333333333333vw - 8px), calc(-0.833333333333333vw - 8px));
  transform: translate(calc(-0.833333333333333vw - 8px), calc(-0.833333333333333vw - 8px));
}
.logo .w-holder {
  margin: 0 !important;
}
.logo img {
  width: calc(4.166666666666666vw + 40px) !important;
  height: calc(4.166666666666666vw + 40px) !important;
  margin: 0 !important;
  object-fit: contain;
}
@media (max-width: 800px) {
  .logo {
    left: 50%;
    -webkit-transform: translate(-50%, -16px);
    -moz-transform: translate(-50%, -16px);
    -o-transform: translate(-50%, -16px);
    -ms-transform: translate(-50%, -16px);
    transform: translate(-50%, -16px);
    padding: 18px;
  }
  .logo img {
    width: 65px !important;
    height: 65px !important;
  }
}
.viewProduct {
  display: none !important;
}
.addToCart {
  --height: 60px;
  --border-radius: 16px;
  padding-top: 0 !important;
  padding-bottom: 0;
}
