* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html {
  font-size: clamp(0.875rem, 0.7664rem + 0.365vw, 1rem);
}

body {
  margin: 0;
}

a {
  color: #000;
}

/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("roboto-v48-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("roboto-v48-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("roboto-v48-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("roboto-v48-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("roboto-v48-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("roboto-v48-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("roboto-v48-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url("roboto-v48-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("roboto-v48-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1, .h1 {
  font-size: 1rem;
}

h2, .h2 {
  font-size: clamp(1.5rem, 1.1743rem + 1.0949vw, 1.875rem);
}

h3, .h3 {
  font-size: clamp(1.125rem, 0.7993rem + 1.0949vw, 1.5rem);
}

h4, .h4 {
  font-size: clamp(1rem, 0.6743rem + 1.0949vw, 1.375rem);
}

h5, .h5 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 700;
  text-decoration: none;
}

.big-title {
  font-size: clamp(2.625rem, 1.6478rem + 3.2847vw, 3.75rem);
  text-transform: uppercase;
  font-weight: 900;
  color: #ebbd1f;
  margin: 0;
  line-height: 1em;
}

.btn, button, input[type=submit], .checkout-button {
  background: #ebbd1f;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.25s all ease;
  border-radius: 4px;
  text-align: center;
}
.btn:hover, button:hover, input[type=submit]:hover, .checkout-button:hover {
  color: #fff;
  background: #000;
}
.btn:hover svg, button:hover svg, input[type=submit]:hover svg, .checkout-button:hover svg {
  fill: #fff;
}

.btn-secondary {
  background: #f5f5f5;
  text-align: center;
}

.wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}

.checkout-button, #place_order {
  background-color: #ebbd1f !important;
  padding: 0.75rem 1.5rem !important;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.25s all ease;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #A7A7A7;
  outline: none;
  border-radius: 8px;
}
input[type=text]:focus, input[type=text] :focus-visible, input[type=text] :active, input[type=email]:focus, input[type=email] :focus-visible, input[type=email] :active, input[type=tel]:focus, input[type=tel] :focus-visible, input[type=tel] :active, input[type=number]:focus, input[type=number] :focus-visible, input[type=number] :active, textarea:focus, textarea :focus-visible, textarea :active {
  border: 1px solid #ebbd1f;
}

.form-flex {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.form-flex p {
  width: calc(50% - 0.5rem);
}

#wpcf7-68807620a7667-wrapper label {
  display: flex;
}

.bottom-form-contact > .form-group {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .bottom-form-contact > .form-group {
    display: flex;
    flex-flow: column;
    gap: 1rem;
  }
}
.bottom-form-contact > .form-group > .col-md-6 {
  width: 50%;
}
@media (max-width: 767px) {
  .bottom-form-contact > .form-group > .col-md-6 {
    width: 100%;
  }
}
.bottom-form-contact > .form-group > .col-md-6 input {
  margin-bottom: 1rem;
}

@media (max-width: 1300px) {
  .d-none-lg {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-none-md {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .d-none-sm {
    display: none !important;
  }
}

.wae-stars {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.wae-star {
  background-color: #f5ae0a;
  width: 1.5rem;
  height: 1.5rem;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
}

.wae-rating {
  text-align: center;
  margin-bottom: 1rem;
}

.top-bar {
  width: 100%;
  background: #f5f5f5;
  padding: 1rem 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .top-bar .container {
    justify-content: center;
  }
}
.top-bar .container > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar .container > div:last-child {
  justify-content: flex-end;
}
.top-bar a {
  text-decoration: none;
  font-size: 13px;
}
.top-bar__left {
  width: 34%;
}
@media (max-width: 1024px) {
  .top-bar__left {
    width: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .top-bar__left {
    display: none !important;
  }
}
.top-bar__left__item:first-child {
  padding: 0 0.75rem 0 0;
}
.top-bar__left__item:last-child {
  border-right: none;
}
.top-bar__center {
  width: 32%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .top-bar__center {
    width: auto;
    justify-content: center;
  }
}
.top-bar__center img, .top-bar__center svg {
  height: 32px;
  width: auto;
}
.top-bar__right {
  width: 33.3%;
}
.top-bar__right__item:last-child {
  border-right: none;
}
.top-bar__item {
  padding: 0 0.75rem;
  border-right: 1px solid #959595;
}
.top-bar__item a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.header {
  margin-top: 2rem;
}
.header ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header__logo img {
  max-height: 106px;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .menu-woocommerce-left-sidebar-nav-container {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 9;
}
.header .menu-woocommerce-left-sidebar-nav-container li {
  padding: 1rem;
  background: #ececec;
  font-size: 1rem;
}
.header .menu-woocommerce-left-sidebar-nav-container li:nth-child(odd) {
  background: #f3f3f3;
}
.header__support {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 13px;
}
@media (max-width: 767px) {
  .header__support {
    display: none;
  }
}
.header__support a {
  font-size: 13px;
  text-decoration: none;
}
.header__support__info > div > span:first-child {
  font-weight: 700;
}
.header__bottom__container {
  background: #ebbd1f;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom__left {
  display: flex;
  font-size: 13px;
  height: 66px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__bottom__left {
    display: none;
  }
}
.header__bottom__left a {
  display: block;
  padding: 0.5rem 0 0.5rem 0;
}
.header__bottom__left__icon {
  height: 100%;
  padding: 0.5rem 2rem 0.5rem 2rem;
  border-right: 1px solid #707070;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.header__bottom__center {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
@media (max-width: 1024px) {
  .header__bottom__center {
    max-width: 70%;
  }
}
@media (max-width: 550px) {
  .header__bottom__center {
    display: none;
  }
}
.header__bottom__center form {
  margin: 0;
  display: flex;
  gap: 0;
  align-items: center;
  max-width: 100%;
}
.header__bottom__center #search {
  background: #fff;
  border-radius: 25px 0 0 25px;
  padding: 1rem;
  height: 50px;
  width: 500px;
  outline: none;
  border: none;
  max-width: 100%;
}
.header__bottom__center #search::placeholder {
  color: #a8a8a8;
}
@media (max-width: 1024px) {
  .header__bottom__center #search {
    max-width: 100%;
  }
}
.header__bottom__center #search--submit {
  height: 50px;
  padding: 1rem;
  background: #000;
  max-width: 50px;
  border-radius: 0 25px 25px 0;
}
.header__bottom__right {
  display: flex;
  padding: 0.5rem 2rem 0.5rem 0;
  gap: 0.5rem;
}
.header__bottom__right a {
  border-radius: 100px;
  background: #edc903;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all ease;
}
.header__bottom__right a:hover {
  background: #af9300;
}

.nav li, .nav a {
  text-decoration: none;
  cursor: pointer;
}
.nav__top-menu {
  display: flex;
  gap: 1rem;
}
.nav__top-menu > li, .nav__top-menu > a {
  font-size: clamp(1rem, 0.7828rem + 0.7299vw, 1.25rem);
}
@media (max-width: 1024px) {
  .nav__top-menu > li:nth-child(2) {
    display: none;
  }
  .nav__top-menu > li:nth-child(3) {
    display: none;
  }
  .nav__top-menu > li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav__top-menu {
    display: none;
  }
}
.nav--open {
  display: flex !important;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 1rem;
  }
}

.footer {
  background: #F7F7F7;
  padding: 2rem 0;
}
.footer__wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 1rem;
}
.footer ul a {
  text-decoration: none;
}

#main .main__article {
  padding: 2rem;
  box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  #main .main__article {
    padding: 1rem;
  }
}
#main .seo-text {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
#main .seonicals-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
#main .seonicals-h2 {
  margin-top: 0;
}
#main p {
  line-height: 1.2em;
}
#main .wp-caption {
  max-width: 100%;
}

.rank-math-breadcrumb {
  padding: 1rem 0 1.5rem;
  font-size: 12px;
}
.rank-math-breadcrumb a {
  text-decoration: none;
  font-size: 12px;
}
.rank-math-breadcrumb a:first-child {
  font-weight: 700;
}
.rank-math-breadcrumb .last {
  color: #ebbd1f;
}
.rank-math-breadcrumb p {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .rank-math-breadcrumb p {
    gap: 1rem;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

.footer {
  background: #F7F7F7;
  padding: 2rem 0;
}
.footer__wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 1rem;
}
.footer ul a {
  text-decoration: none;
}

.hamburger {
  display: none;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.hamburger-menu {
  display: block;
  width: 30px;
  z-index: 2;
  transition: 0.5s all ease;
}
.hamburger-menu::before {
  display: block;
  content: "";
  width: 100%;
  background: #000;
  height: 3px;
  transition: 0.25s all ease;
  transform: scaleY(1.00001);
}
.hamburger-menu--center {
  width: 100%;
  background: #000;
  height: 3px;
  margin: 0.5rem 0;
  transition: 0.25s all ease;
}
.hamburger-menu::after {
  display: block;
  content: "";
  width: 100%;
  background: #000;
  height: 3px;
  transition: 0.25s all ease;
  transform: scaleY(1);
}
.hamburger-menu--show::before {
  transform: rotate(47deg);
  transform-origin: 0 50%;
}
.hamburger-menu--show .hamburger-menu--center {
  width: 0;
}
.hamburger-menu--show::after {
  transform: rotate(-47deg);
  transform-origin: 0 50%;
}

@media (max-width: 767px) {
  .hamburger {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.mobile-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 90%;
  background: #ffffff;
  height: 100%;
  z-index: 999;
  flex-flow: column;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2196078431);
}
.mobile-menu--bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.14);
}
.mobile-menu--bg--visible {
  display: flex;
}
.mobile-menu__title {
  background: #efefef;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}
.mobile-menu--visible {
  display: flex;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}
.mobile-menu a {
  text-decoration: none;
}
.mobile-menu li {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.contact {
  overflow: hidden;
}
.contact__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .contact__wrapper {
    flex-flow: column;
    overflow: hidden;
    margin-bottom: 1rem;
  }
}
.contact__left {
  width: 50%;
  position: relative;
  z-index: 0;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .contact__left {
    width: 100%;
    padding-right: 0;
  }
}
.contact__left__content p:nth-of-type(2) {
  color: #959595;
  margin-bottom: 2rem;
  max-width: 550px;
  width: 100%;
  font-size: clamp(1rem, 0.8556rem + 0.4854vw, 1.25rem);
  line-height: 1.2em;
}
.contact__left__title {
  font-size: clamp(2.625rem, 1.6478rem + 3.2847vw, 3.75rem);
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 25%;
}
.contact__left__bg {
  color: #F5F5F5;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 200px;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .contact__left__bg {
    font-size: 100px;
  }
}
.contact__right {
  width: 50%;
  position: relative;
  z-index: 0;
  padding: 4rem 0 2rem 4rem;
}
@media (max-width: 767px) {
  .contact__right {
    padding: 1rem;
    width: 100%;
  }
}
.contact__right__form {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
}
@media (max-width: 767px) {
  .contact__right__form {
    padding: 1rem;
  }
}
.contact__right__form__top {
  display: flex;
  justify-content: space-between;
}
.contact__right__background {
  left: 0;
  top: 0;
  position: absolute;
  background: #EDBB46;
  background: linear-gradient(0deg, rgb(254, 215, 0) 0%, rgb(237, 187, 70) 100%);
  width: 50vw;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact__right__background {
    border-radius: 8px;
    width: 100%;
  }
}

.intro {
  width: 100%;
  position: relative;
  height: 700px;
  padding-bottom: 3rem;
  display: flex;
  align-items: flex-end;
}
.intro__content {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  color: #ffffff;
}
.intro__content__text {
  max-width: 500px;
  font-size: clamp(1rem, 1.3758rem - 1.2632vw, 1.375rem);
  line-height: 1.75em;
}
.intro__content__usps {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.intro__content__usps__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid #ebbd1f;
  border-radius: 12px;
  width: 190px;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .intro__content__usps__item {
    width: 130px;
  }
}
.intro__content__usps__item svg {
  height: 100px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .intro__content__usps__item svg {
    height: 50px;
  }
}
.intro__content__usps__item span {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .intro__content__usps__item span {
    font-size: 16px;
  }
}
.intro__background {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: calc(100% + 33px);
  top: -33px;
  z-index: -1;
  position: absolute;
}

.reviews {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.reviews__title {
  text-align: center;
}
.reviews__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.reviews__item {
  justify-content: flex-start;
  text-align: center;
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 1.35rem);
  border: 1px solid #CFCFCF;
  padding: 1rem 2rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .reviews__item {
    padding: 1rem;
    flex: 0 0 50%;
    max-width: calc(50% - 0.5rem);
  }
  .reviews__item__content p:last-of-type {
    font-size: 12px;
  }
}

.featured {
  position: relative;
}
.featured .container {
  position: relative;
  top: -2rem;
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  background-color: #ffffff;
}
.featured__product {
  width: 100%;
  max-width: 355px;
}
.featured__product__info {
  background-color: #ebbd1f;
  padding: 0.25rem;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.featured__product__title {
  font-size: clamp(1.75rem, 1.3167rem + 1.4563vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.featured__product__text {
  line-height: 1.7em;
  margin-bottom: 1rem;
}
.featured__product__price {
  font-size: clamp(1.75rem, 1.3167rem + 1.4563vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.featured__product__payment {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.featured__product__payment img {
  height: 20px;
  width: auto;
}
.featured__product .btn {
  border-radius: 24px;
}
.featured__service {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .featured__service {
    display: none;
  }
}
.featured__service > span {
  font-weight: 700;
}
.featured__service__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.featured__service__wrapper .btn {
  height: 50px;
}
.featured__service__items {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
}
.featured__service__item {
  background-color: #f5f5f5;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.16);
  width: 200px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .featured__wrapper {
    padding: 1rem 2rem;
  }
}

.categories {
  padding-top: 2rem;
}
.categories__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 767px) {
  .categories__wrapper {
    gap: 1rem;
  }
}
.categories__item {
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 1.35rem);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.16);
  display: none;
}
@media (max-width: 767px) {
  .categories__item {
    flex: 0 0 50%;
    max-width: calc(50% - 0.5rem);
  }
}
.categories__item__img {
  max-width: 100%;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .categories__item__img {
    height: 150px;
  }
}
.categories__item__content {
  padding: 1rem;
  background: #fff;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.categories__item__content__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.6743rem + 1.0949vw, 1.375rem);
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .categories__item__content__title {
    min-height: 34px;
  }
}
.categories__item__content .btn {
  display: flex;
  width: 100%;
  gap: 1rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .categories__item__content .btn {
    padding: 0.5rem;
  }
}
.categories__item--show {
  display: block;
}
.categories .load-more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.categories .load-more-categories {
  gap: 1rem;
  display: flex;
  font-weight: 300;
}

.products {
  padding: 0;
  margin: 0;
  list-style: none;
}
.products.columns-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 3rem;
}
.products.columns-4 .woocommerce-loop-category__title {
  font-size: 1rem;
}
.products.columns-4 .product-left {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (max-width: 767px) {
  .products.columns-4 {
    grid-template-columns: 1fr 1fr !important;
    column-gap: 1rem;
    row-gap: 2rem;
  }
}
.products.columns-4 a {
  text-decoration: none;
}
.products.columns-4 img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .products.columns-4 img {
    height: 150px;
  }
}

.product-infos a {
  text-decoration: none;
}

.upsells, .related {
  width: 100%;
}
.upsells .products.columns-4, .related .products.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.flex-control-nav.flex-control-thumbs {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}

.woocommerce-result-count, .woocommerce-ordering {
  text-align: right;
}

.woocommerce-pagination ul {
  margin: 2rem 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.woocommerce-pagination ul a, .woocommerce-pagination ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
}
.woocommerce-pagination ul .current {
  background: #ebbd1f;
}

#jetzt-anfragen {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.upsells {
  margin-top: 2rem;
}

.woocommerce-tabs {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  margin-top: 2rem;
}

.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #efefef;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.tabs li {
  padding-bottom: 1rem;
  margin-bottom: -1px;
}
.tabs li.active {
  border-bottom: 2px solid #ebbd1f;
  font-size: clamp(1rem, 0.7112rem + 0.9709vw, 1.5rem);
}
.tabs li a {
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  color: #000;
}

tr.woocommerce-product-attributes-item th {
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .woocommerce-product-gallery__wrapper img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .flex-control-nav img {
    width: 50px;
    height: 50px;
  }
}

.category-wrapper-sidebar {
  display: flex;
  gap: 1rem;
}
.category-wrapper-sidebar .sidebar {
  width: 30%;
}
.category-wrapper-sidebar .sidebar-title {
  margin-bottom: 1rem;
}
.category-wrapper-sidebar .sidebar-title p {
  margin: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.category-wrapper-sidebar .sidebar__wrapper {
  width: 100%;
  background: #F7F7F7;
  padding: 1rem;
}
.category-wrapper-sidebar .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-wrapper-sidebar .sidebar li {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0.5rem;
}
.category-wrapper-sidebar .sidebar a {
  text-decoration: none;
}
.category-wrapper-sidebar .seonicals-content {
  width: 70%;
}
.category-wrapper-sidebar .seonicals-content--full {
  width: 100%;
}
.category-wrapper-sidebar .seonicals-content--full .products.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product .product-single-body {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .product .product-single-body {
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  .product .product-single-body-img {
    width: 100%;
  }
}
.product_title {
  font-size: clamp(1.25rem, 0.889rem + 1.2136vw, 1.875rem);
  margin-top: 0;
}

.product-single.product {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 2rem;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .product-single.product {
    flex-flow: column;
  }
}
.product-single.product > div {
  width: 50%;
}
@media (max-width: 1024px) {
  .product-single.product > div {
    width: 100%;
  }
}

.bm-price-totals .totals-price bdi, .bm-price-totals span:last-of-type {
  font-size: clamp(1.5rem, 0.8501rem + 2.1845vw, 2.625rem) !important;
}

.summary.entry-summary .woocommerce-Price-amount.amount {
  font-size: clamp(1.5rem, 1.2112rem + 0.9709vw, 2rem);
  color: #ebbd1f;
  font-style: italic;
  font-weight: 800;
}

.legacy-itemprop-offers {
  display: flex;
  column-gap: 1rem;
  flex-wrap: wrap;
}
.legacy-itemprop-offers .price {
  width: 100%;
}

.totals-price span.woocommerce-Price-amount {
  font-size: 22px !important;
}

.bm-bulk-table {
  width: 100%;
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.bm-bulk-table span.woocommerce-Price-amount {
  font-size: 16px !important;
}
.bm-bulk-table thead tr {
  background: #f3f3f3;
}
.bm-bulk-table tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
.bm-bulk-table td {
  padding: 0.25rem;
}

.product-single-body-price > .legacy-itemprop-offers span.woocommerce-Price-amount {
  color: #000 !important;
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}
.product-single-body-price > .legacy-itemprop-offers span.woocommerce-Price-amount::before {
  color: #000 !important;
  content: "ab";
  display: block;
  font-size: clamp(1rem, 1.5011rem - 1.6842vw, 1.5rem);
}

.summary.entry-summary .cart {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.summary.entry-summary .cart .quantity {
  display: flex;
  gap: 0.5rem;
  width: 25%;
  align-items: center;
}
@media (max-width: 767px) {
  .summary.entry-summary .cart .quantity {
    width: calc(30% - 1rem);
  }
}
@media (max-width: 767px) {
  .summary.entry-summary .cart .quantity label {
    display: none;
  }
}
.summary.entry-summary .cart .quantity input {
  height: 50px;
  width: 80px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.summary.entry-summary .cart .btn-primary {
  font-size: 16px;
  border-radius: 4px;
  width: 40%;
}
@media (max-width: 767px) {
  .summary.entry-summary .cart .btn-primary {
    width: 70%;
  }
}
.summary.entry-summary .cart .bm-price-totals {
  width: calc(35% - 2rem);
  display: flex;
  flex-flow: column;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .summary.entry-summary .cart .bm-price-totals {
    width: 100%;
  }
}

.summary.entry-summary .button-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.summary.entry-summary .button-wrapper .btn {
  font-size: 0.75rem;
  border-radius: 4px;
}
.summary.entry-summary .button-wrapper a {
  text-transform: capitalize;
}
.summary.entry-summary .product_meta {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-cart-form .quantity .qty {
  width: 6.631em;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .woocommerce-MyAccount-navigation ul {
    flex-wrap: wrap;
  }
}
.woocommerce-MyAccount-navigation ul li {
  width: 100%;
  background: #f6f6f6;
}
@media (max-width: 1024px) {
  .woocommerce-MyAccount-navigation ul li {
    width: fit-content;
  }
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #ebbd1f;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
}
.woocommerce-MyAccount-navigation ul a {
  padding: 1rem 2rem;
  text-align: center;
  display: flex;
  text-decoration: none;
}