@charset "UTF-8";
@media (max-width: 640px) {
#wpadminbar {
    display: none !important;
}
html {
    margin-top: 0 !important;
}
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Poppins", sans-serif !important;
}
body h1 {
  line-height: 1.2 !important;
}
body p,
body a,
body li,
body span,
body input::placeholder,
body textarea::placeholder,
body select::placeholder,
body select,
body button {
  font-family: "Roboto Mono", monospace !important;
}
body a {
  position: relative;
  text-decoration: none;
  width: fit-content;
  display: inline-block;
}
body a:not(:has(img)):not(:has(svg)):not(.elementor-button):not(.kew-guide-card):not(.e-gallery-item.elementor-gallery-item):not(.add_to_cart_button):not(.page-numbers):not(.elementor-toggle-title):not(:has(span.elementor-icon-list-icon)):not(.archive-cat-nav__link)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}
body a:not(:has(img)):not(:has(svg)):not(.elementor-button):not(.kew-guide-card):not(.e-gallery-item.elementor-gallery-item):not(.add_to_cart_button):not(.page-numbers):not(.elementor-toggle-title):not(:has(span.elementor-icon-list-icon)):not(.archive-cat-nav__link):hover::after {
  width: 100%;
}
body .btn--base {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: black !important;
  background-color: white;
  border: none;
  border-radius: 0px;
	text-transform: uppercase;
}
body .btn--dark {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: white !important;
  background-color: black;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
}
body .k-footer h2,
body .k-footer h3,
body .k-footer h4,
body .k-footer p,
body .k-footer a,
body .k-footer li {
  color: #fff !important;
  font-family: "Roboto Mono", monospace !important;
}
body .k-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* roboto-mono-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-300.woff2") format("woff2");
}
/* roboto-mono-300italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-300italic.woff2") format("woff2");
}
/* roboto-mono-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-regular.woff2") format("woff2");
}
/* roboto-mono-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-italic.woff2") format("woff2");
}
/* roboto-mono-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-500.woff2") format("woff2");
}
/* roboto-mono-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-500italic.woff2") format("woff2");
}
/* roboto-mono-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-600.woff2") format("woff2");
}
/* roboto-mono-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-600italic.woff2") format("woff2");
}
/* roboto-mono-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-700.woff2") format("woff2");
}
/* roboto-mono-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-mono/roboto-mono-v31-latin-700italic.woff2") format("woff2");
}
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins/poppins-v24-latin-300.woff2") format("woff2");
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/poppins/poppins-v24-latin-300italic.woff2") format("woff2");
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/poppins-v24-latin-regular.woff2") format("woff2");
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins/poppins-v24-latin-italic.woff2") format("woff2");
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins/poppins-v24-latin-500.woff2") format("woff2");
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/poppins/poppins-v24-latin-500italic.woff2") format("woff2");
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins/poppins-v24-latin-600.woff2") format("woff2");
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/poppins/poppins-v24-latin-600italic.woff2") format("woff2");
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins/poppins-v24-latin-700.woff2") format("woff2");
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/poppins/poppins-v24-latin-700italic.woff2") format("woff2");
}
.ticker {
  display: flex !important;
  gap: 20px !important;
  padding: 0.625rem 1.25rem !important;
}
@media all and (max-width: 768px) {
  .ticker {
    padding: 10px !important;
    gap: 12px !important;
  }
}
.ticker-icons {
  width: fit-content;
  max-width: fit-content;
  min-width: fit-content !important;
}
.ticker-icons .elementor-widget-container {
  width: fit-content;
}

.ditty-container {
  width: 100%;
}

@media (max-width: 640px) {
  .ditty.ditty-ticker {
    display: none;
  }
	.ticker {
    padding: 0.625rem !important;
    gap: 12px;
  }
}
.k-footer {
  background-color: #000;
  color: #fff;
}
.k-footer__inner {
  padding: 0 1.25rem;
}
.k-footer__main {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.k-footer__newsletter, .k-footer__nav, .k-footer__text, .k-footer__meta, .k-footer__contact {
  border-bottom: 1px solid #ad9c8c;
}
.k-footer__nav, .k-footer__text, .k-footer__meta, .k-footer__contact {
  padding: 2.125rem 0;
}
.k-footer__menu, .k-footer__text, .k-footer__meta-menu, .k-footer__contact {
  display: grid;
  gap: 2.5rem;
  font-size: 0.75rem;
}
.k-footer__text, .k-footer__contact {
  grid-template-columns: repeat(2, 1fr);
}
.k-footer__menu, .k-footer__meta-menu {
  grid-template-columns: repeat(4, 1fr);
}
.k-footer__newsletter {
  padding: 0.875rem 0 2.125rem;
}
.k-footer__newsletter form {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
.k-footer__newsletter form .rulemailer-subscriber-form-column {
  width: 50%;
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.k-footer__newsletter form > p {
  margin-bottom: 0;
  width: 50%;
}
.k-footer__newsletter form label {
  display: none;
}
.k-footer__newsletter form input {
  border-radius: 0px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  height: 2.5rem;
  font-family: "Roboto Mono", monospace;
}
.k-footer__newsletter form input:focus {
  border-color: #f2eae4;
  outline: none;
}
.k-footer__newsletter form .checkbox,
.k-footer__newsletter form .checkbox-label {
  display: none;
}
.k-footer__newsletter form button {
  width: 11.5rem;
  height: 2.5rem;
  background-color: #f2eae4;
  color: #000;
  transition: all 0.2s ease;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Roboto Mono", monospace;
}
.k-footer__newsletter form button:hover {
  color: #fff;
}
.k-footer__menu > li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.k-footer__menu > li > a {
  pointer-events: none;
  cursor: default;
  font-style: italic;
}
.k-footer__menu > li > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.k-footer__text p a {
  color: #ad9c8c !important;
}
.k-footer__logo {
  padding: 3rem 0 1.625rem;
}
.k-footer__logo img {
  width: 100%;
  height: auto;
  max-height: 25rem;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 1024px) {
  .k-footer form {
    align-items: flex-start;
  }
  .k-footer__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.5rem;
  }
  .k-footer__meta-menu, .k-footer__contact {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .k-footer__text {
    grid-template-columns: repeat(1, 1fr);
  }
  .k-footer__text p,
  .k-footer__text span {
    width: 100%;
    max-width: 500px;
  }
  .k-footer form {
    flex-direction: column;
  }
  .k-footer form .rulemailer-subscriber-form-column {
    width: 100%;
  }
  .k-footer form > p {
    width: 100%;
  }
  .k-footer form button {
    width: 14.5rem;
  }
}
@media (max-width: 640px) {
  .k-footer__menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .k-footer__meta-menu, .k-footer__contact {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .k-footer__logo {
    padding: 2.125rem 0 2.125rem;
  }
}
@media (max-width: 500px) {
  .k-footer form .rulemailer-subscriber-form-column {
    flex-direction: column;
  }
  .k-footer form button {
    width: 100%;
  }
}
/* Archive Page Hudtillstånd */
body.tax-hudtillstand {
  overflow-x: hidden;
}
body.tax-hudtillstand .product:not(.e-loop-item):not(.type-product) {
  padding: 0 1.25rem !important;
}
body.tax-hudtillstand .e-con:not(.ticker) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.tax-hudtillstand .archive-intro p,
body.tax-hudtillstand .kew-archive-section__description p,
body.tax-hudtillstand .archive-cat-nav ul li a,
body.tax-hudtillstand .kew-filter__toggle,
body.tax-hudtillstand .kew-archive-seo-text {
  font-family: "Roboto Mono", monospace !important;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  margin-block-end: 0;
}
body.tax-hudtillstand .woocommerce-breadcrumb,
body.tax-hudtillstand .woocommerce-breadcrumb::after {
  color: #767676 !important;
  font-family: "Roboto Mono", monospace !important;
  font-size: 0.75rem !important;
}
body.tax-hudtillstand .archive-intro p,
body.tax-hudtillstand .kew-archive-seo-text {
  width: 50%;
  max-width: 820px;
}
body.tax-hudtillstand .kew-archive-intro__read-more {
  text-transform: uppercase;
  margin-top: 14px;
  font-size: 0.75rem !important;
}
body.tax-hudtillstand.archive-root .kew-filtered-archive-grid {
  display: none;
}
body.tax-hudtillstand.archive-root .archive-cat-nav {
  padding-top: 3rem;
}
body.tax-hudtillstand.archive-filtered .kew-root-archive-grid,
body.tax-hudtillstand.archive-filtered .archive-intro p,
body.tax-hudtillstand.archive-filtered .kew-archive-seo-text,
body.tax-hudtillstand.archive-filtered .kew-archive-intro__read-more {
  display: none;
}
body.tax-hudtillstand.archive-filtered .archive-cat-nav {
  padding-top: 1.25rem;
}
body.tax-hudtillstand .archive-cat-nav {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid black;
}
body.tax-hudtillstand .archive-cat-nav__list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0 0 0.5rem;
  margin: 0 0 -0.5rem;
  overflow-x: auto;
}
body.tax-hudtillstand .archive-cat-nav__item {
  position: relative;
}
body.tax-hudtillstand .archive-cat-nav__item.is-active .archive-cat-nav__link {
  background: #d9d9d9;
}
body.tax-hudtillstand .archive-cat-nav__link {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 8px 14px;
  border: 1px solid #d9d9d9;
	white-space: nowrap;
	transition: all 0.3s ease;
}
body.tax-hudtillstand .archive-cat-nav__link:hover {
  background: #d9d9d9;
}
body.tax-hudtillstand .kew-archive-toolbar {
  display: flex;
  justify-content: space-between;
  padding-top: 1.25rem;
	position: relative;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__toggle {
  padding: 0;
  background-color: transparent;
  color: #000;
  border: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__toggle-text {
  position: relative;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__toggle-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__toggle:hover .kew-filter__toggle-text::after {
  width: 100%;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__panel {
  display: grid;
  gap: 1.25rem 2rem;
  grid-template-columns: repeat(4, 1fr);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in, opacity 0.2s ease-in;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__panel .bapf_button.bapf_reset {
  border-radius: 0;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 13px;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__panel .bapf_button.bapf_reset:hover {
  opacity: 0.7;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__panel .bapf_button.bapf_reset:hover::after {
  opacity: 0;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter--open .kew-filter__panel {
  max-height: 1000px;
  opacity: 1;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__icon {
  transition: transform 0.2s ease;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__icon.fas.fa-chevron-down {
  font-weight: 600 !important;
    font-size: 12px !important;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-filter__toggle[aria-expanded=true] .kew-filter__icon {
  transform: rotate(180deg);
}
body.tax-hudtillstand .kew-archive-toolbar .kew-sorting {
  position: absolute;
  top: 1.25rem;
  right: 0;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-sorting .woocommerce-ordering {
  margin-bottom: 0;
}
body.tax-hudtillstand .kew-archive-toolbar .kew-sorting .woocommerce-ordering select {
  border: none;
  min-width: 270px;
	max-width: 270px;
  padding: 0;
cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 14px;
}
body.tax-hudtillstand .kew-archive-count {
  margin-top: 1.625rem;
}
body.tax-hudtillstand .kew-archive-count p.woocommerce-result-count {
  color: #6b6b6b;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 14px;
}
body.tax-hudtillstand .kew-archive-sections {
  display: flex;
  flex-direction: column;
}
body.tax-hudtillstand .kew-archive-section__header {
  width: 75%;
  max-width: 800px;
  font-size: 1.8rem !important;
  font-family: "Poppins", sans-serif !important;
  margin-top: 0;
}
body.tax-hudtillstand .kew-archive-section__description {
  margin-bottom: 2.25rem;
  width: 50%;
  max-width: 800px;
}
body.tax-hudtillstand .kew-root-archive-grid ul,
body.tax-hudtillstand .kew-filtered-archive-grid ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
body.tax-hudtillstand .kew-root-archive-grid ul::before,
body.tax-hudtillstand .kew-filtered-archive-grid ul::before {
  content: none;
}
body.tax-hudtillstand .kew-root-archive-grid ul li,
body.tax-hudtillstand .kew-filtered-archive-grid ul li {
  float: none;
  height: 100%;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.tax-hudtillstand .kew-root-archive-grid ul li a.woocommerce-loop-product__link,
body.tax-hudtillstand .kew-filtered-archive-grid ul li a.woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  height: 100%;
}
body.tax-hudtillstand .kew-root-archive-grid ul li a.woocommerce-loop-product__link img,
body.tax-hudtillstand .kew-filtered-archive-grid ul li a.woocommerce-loop-product__link img {
  background: #f8f8f8;
  padding: 0.5rem;
  object-fit: contain;
  margin-bottom: 0 !important;
  min-height: 500px;
}
body.tax-hudtillstand .kew-root-archive-grid ul li a.woocommerce-loop-product__link h2,
body.tax-hudtillstand .kew-filtered-archive-grid ul li a.woocommerce-loop-product__link h2 {
  padding: 0 !important;
  text-align: center;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.4em;
}
body.tax-hudtillstand .kew-root-archive-grid ul li a.woocommerce-loop-product__link span.price,
body.tax-hudtillstand .kew-filtered-archive-grid ul li a.woocommerce-loop-product__link span.price {
  margin-top: auto;
  color: #e5e5e5;
}
body.tax-hudtillstand .kew-root-archive-grid ul li a.add_to_cart_button,
body.tax-hudtillstand .kew-filtered-archive-grid ul li a.add_to_cart_button,
body.tax-hudtillstand .kew-root-archive-grid ul li a.button.product_type_simple,
body.tax-hudtillstand .kew-filtered-archive-grid ul li a.button.product_type_simple {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden !important;
  opacity: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  background-color: #000000 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 0.618em 1em !important;
  border-radius: 0px !important;
}
body.tax-hudtillstand .kew-root-archive-grid ul li:hover a.add_to_cart_button,
body.tax-hudtillstand .kew-root-archive-grid ul li:hover a.button.product_type_simple,
body.tax-hudtillstand .kew-filtered-archive-grid ul li:hover a.add_to_cart_button,
body.tax-hudtillstand .kew-filtered-archive-grid ul li:hover a.button.product_type_simple {
  visibility: visible !important;
  opacity: 1;
}
body.tax-hudtillstand .kew-archive-seo-text {
  padding: 2.125rem 0;
}
@media (min-width: 1400px) {
  body.tax-hudtillstand .kew-root-archive-grid ul,
  body.tax-hudtillstand .kew-filtered-archive-grid ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  body.tax-hudtillstand .archive-intro p,
  body.tax-hudtillstand .kew-archive-section__description {
    width: 75%;
  }
  body.tax-hudtillstand .archive-cat-nav__list {
    gap: 0.75rem;
  }
  body.tax-hudtillstand .kew-archive-section__header {
    width: 100%;
  }
  body.tax-hudtillstand .kew-root-archive-grid ul,
  body.tax-hudtillstand .kew-filtered-archive-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
  body.tax-hudtillstand .kew-root-archive-grid ul a.woocommerce-loop-product__link img,
  body.tax-hudtillstand .kew-filtered-archive-grid ul a.woocommerce-loop-product__link img {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  body.tax-hudtillstand .product-archive:not(.e-loop-item):not(.type-product) {
    padding: 0 0.625rem !important;
  }
  body.tax-hudtillstand .archive-intro p,
  body.tax-hudtillstand .kew-archive-section__description,
  body.tax-hudtillstand .kew-archive-seo-text {
    width: 100%;
  }
  body.tax-hudtillstand .archive-header h1 {
    font-size: 3rem !important;
  }
  body.tax-hudtillstand .kew-archive-section__header {
    font-size: 1.5rem !important;
  }
  body.tax-hudtillstand .kew-root-archive-grid ul,
  body.tax-hudtillstand .kew-filtered-archive-grid ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ==========================================================================
   Klinike Mega Menu
   ========================================================================== */
/* --------------------------------------------------------------------------
   Base / Reset
   -------------------------------------------------------------------------- */
.kmm-mega-menu {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.6rem 1.25rem 0.65rem;
  margin: 0 auto;
}

.kmm-center {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  position: static;
}

.kmm-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0.75em 0;
  flex: 1;
}

.kmm-menu__item {
  position: static;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Placeholder (editor)
   -------------------------------------------------------------------------- */
.kmm-placeholder {
  padding: 1em;
  text-align: center;
  color: #999;
  border: 1px dashed #ccc;
  border-radius: 4px;
}

/* --------------------------------------------------------------------------
   Left Column
   -------------------------------------------------------------------------- */
.kmm-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.kmm-left__link {
  display: inline-flex;
  align-items: center;
}
.kmm-left__logo {
  display: block;
  max-height: 50px;
  width: auto;
  height: auto;
}
.kmm-left__html {
  display: flex;
  align-items: center;
}

/* --------------------------------------------------------------------------
   Right Column
   -------------------------------------------------------------------------- */
.kmm-right-icons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.kmm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.kmm-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.kmm-icon--cart {
  margin-left: 20px;
  padding-right: 3px;
}
.kmm-icon--cart svg {
  padding-bottom: 2px;
}

.kmm-cart-total {
  margin-right: 0.4rem;
}
.kmm-cart-total span {
  font-size: 0.875rem;
  color: rgb(0, 0, 0) !important;
  font-family: "Roboto Mono", sans-serif;
}
.kmm-cart-count {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 10px;
}

.kmm-right__html,
.kmm-right__shortcode {
  display: flex;
  align-items: center;
}

.kmm-menu__item {
  position: static;
}

.kmm-menu__link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 1em;
  color: inherit;
  transition: color 0.2s;
}

/* --------------------------------------------------------------------------
   Mega Panel (desktop)
   -------------------------------------------------------------------------- */
.kmm-mega-panel {
  height: fit-content;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%) translateY(-8px);
box-shadow: 0px 14px 10px 0px rgba(0, 0, 0, 0.24);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding: 0.25rem 2rem 1.25rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 1000;
  pointer-events: none;
}
.kmm-mega-panel--has-visual {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.kmm-mega-panel__column {
  position: relative;
  height: 100%;
}

.kmm-menu__item--active > .kmm-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

/* --------------------------------------------------------------------------
   Column Headers (2nd level)
   -------------------------------------------------------------------------- */
.kmm-mega-panel__heading {
  display: block;
  margin-bottom: 0.4rem;
  color: inherit;
}
.kmm-mega-panel__heading--has-children {
  font-style: italic;
  pointer-events: none;
  margin-bottom: 0.25rem;
}
.kmm-mega-panel__heading--show-all {
  display: none;
}
.kmm-mega-panel__heading--show-all svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.2s ease;
}
.kmm-mega-panel__heading--show-all:hover svg {
  transform: translateX(3px);
}

/* --------------------------------------------------------------------------
   Sub Items (3rd level)
   -------------------------------------------------------------------------- */
.kmm-mega-panel__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-transform: uppercase;
}
.kmm-mega-panel__links a {
  display: block;
  color: inherit;
  margin: 0.15em 0;
}

.kmm-mobile-close-wrapper,
.kmm-mobile-back-wrapper {
  display: none;
}

/* --------------------------------------------------------------------------
   3rd level CTA & image columns
   -------------------------------------------------------------------------- */
.kmm-cta-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.kmm-cta-card::after {
  background: transparent !important;
}
.kmm-cta-card:hover .kmm-cta-card__title::after {
  width: 100%;
}
.kmm-cta-card__inner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.kmm-cta-card__media {
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  transition: all 1s;
}
.kmm-cta-card__title {
  width: fit-content;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 1s;
  margin: 0;
  font-family: "Roboto Mono", monospace !important;
  position: relative;
}
.kmm-cta-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}

/* Image column */
.kmm-mega-panel__column--image {
  padding: 0;
}

.kmm-image {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
}

/* --------------------------------------------------------------------------
   Hamburger Toggle
   -------------------------------------------------------------------------- */
.kmm-toggle {
  display: none;
  position: absolute;
  right: 1.25rem;
  top: 20px;
  width: 1.25rem;
  height: 1rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.kmm-toggle:focus, .kmm-toggle:hover {
  background-color: transparent;
}
.kmm-toggle__icon, .kmm-toggle__icon::before, .kmm-toggle__icon::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 1px;
  transition: transform 0.3s, opacity 0.3s;
}
.kmm-toggle__icon {
  position: relative;
}
.kmm-toggle__icon::before, .kmm-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.kmm-toggle__icon::before {
  top: -6px;
}
.kmm-toggle__icon::after {
  top: 6px;
}

/* Hamburger → X animation */
.kmm-toggle[aria-expanded=true] .kmm-toggle__icon {
  background-color: transparent;
}

.kmm-toggle[aria-expanded=true] .kmm-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
}

.kmm-toggle[aria-expanded=true] .kmm-toggle__icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.kmm-lock-scroll {
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Mobile Mode (applied via JS class)
   -------------------------------------------------------------------------- */
.kmm-mega-menu--mobile {
  flex-wrap: wrap;
  padding: 0.875rem 1.25rem;
}
.kmm-mega-menu--mobile .kmm-left {
  order: 1;
}
.kmm-mega-menu--mobile .kmm-left__link {
  z-index: 9999;
}
.kmm-mega-menu--mobile .kmm-center {
  order: 2;
  flex: 0 0 auto;
}
.kmm-mega-menu--mobile .kmm-right {
  order: 3;
  margin-left: auto;
}
.kmm-mega-menu--mobile .kmm-right-icons {
  padding-right: 30px;
}
.kmm-mega-menu--mobile .kmm-icon--cart {
  margin-right: 2px;
}
.kmm-mega-menu--mobile .kmm-toggle {
  display: flex;
  z-index: 9999;
}
.kmm-mega-menu--mobile .kmm-menu,
.kmm-mega-menu--mobile .kmm-mega-panel,
.kmm-mega-menu--mobile .kmm-sub-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
  padding: 0.5rem 1rem 1rem;
}
.kmm-mega-menu--mobile .kmm-menu__item,
.kmm-mega-menu--mobile .kmm-mega-panel__column-item,
.kmm-mega-menu--mobile .kmm-link {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.75rem;
  letter-spacing: 1px;
}
.kmm-mega-menu--mobile .kmm-menu {
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  gap: 0.75em;
  justify-content: flex-start !important;
  background: #fff;
  z-index: 999;
  visibility: hidden;
  margin-top: 2.275rem;
}
.kmm-mega-menu--mobile .kmm-menu--open {
  opacity: 1;
  pointer-events: auto;
  display: flex;
  height: 96svh;
  transform: translateX(0);
  visibility: visible;
  padding-top: 3.75rem;
}
.kmm-mega-menu--mobile .kmm-menu__item {
  position: relative;
}
.kmm-mega-menu--mobile .kmm-menu__item:first-child {
  padding-top: 0.75rem;
  border-top: 1px solid #d9d9d9;
}
.kmm-mega-menu--mobile .kmm-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  white-space: normal;
  margin: 0;
  width: 100%;
}
.kmm-mega-menu--mobile :not(.kmm-menu__item--has-children) > a.kmm-menu__link:hover::after,
.kmm-mega-menu--mobile .kmm-mega-panel__heading:not(.kmm-mega-panel__heading--has-children):hover::after,
.kmm-mega-menu--mobile .kmm-link a:hover::after {
  width: 0 !important;
}
.kmm-mega-menu--mobile {
  /* Arrow indicator for items with children */
}
.kmm-mega-menu--mobile .kmm-mega-panel__heading--has-children::after,
.kmm-mega-menu--mobile .kmm-menu__item--has-children > .kmm-menu__link::after {
  content: "";
  position: absolute;
  right: 0 !important;
  left: auto !important;
  top: 40%;
  width: 15px !important;
  height: 11px !important;
  -webkit-mask-image: url("../images/arrow.svg");
  mask-image: url("../images/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  border: 0 !important;
  transform: translateY(-50%);
  margin: 0 0 0.1rem 0.5em;
  flex-shrink: 0;
}
.kmm-mega-menu--mobile {
  /* Mobile mega panel: accordion style */
}
.kmm-mega-menu--mobile .kmm-mega-panel {
  min-height: 90svh;
  max-height: 90svh;
  overflow-y: scroll;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  border: none;
  border-radius: 0;
  background-color: #fff;
  margin-top: 3.25rem;
	box-shadow: none;
}
.kmm-mega-menu--mobile .kmm-mega-panel__column {
  display: contents;
  z-index: 1002;
}
.kmm-mega-menu--mobile .kmm-mega-panel__column-item {
  display: block;
}
.kmm-mega-menu--mobile .kmm-mega-panel__heading {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  font-style: normal;
}
.kmm-mega-menu--mobile .kmm-mega-panel__heading--has-children {
  font-weight: 400;
  font-size: 0.875rem !important;
  pointer-events: auto;
  margin-bottom: 0;
}
.kmm-mega-menu--mobile .kmm-mega-panel__heading--show-all {
  display: block;
}
.kmm-mega-menu--mobile .kmm-sub-panel {
  height: 90svh;
  background: #fff;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
}
.kmm-mega-menu--mobile .kmm-sub-panel--active {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.kmm-mega-menu--mobile .kmm-sub-panel .kmm-mega-panel__links {
  margin-top: 0.75rem;
  gap: 0.75rem;
}
.kmm-mega-menu--mobile .kmm-sub-panel .kmm-link a {
  padding: 0;
  margin: 0;
}
.kmm-mega-menu--mobile .kmm-menu__item--active > .kmm-mega-panel {
  transform: translateX(0);
}
.kmm-mega-menu--mobile .kmm-mobile-back-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 0.75rem 0;
}
.kmm-mega-menu--mobile .kmm-mobile-back {
  padding: 0;
  background-color: transparent;
  color: #000;
  border: none;
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.kmm-mega-menu--mobile .kmm-mobile-back-label {
  font-style: italic;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}
.kmm-mega-menu--mobile .kmm-mobile-back svg {
  width: 15px;
  height: 11px;
  transform: rotate(180deg);
}

@media screen and (min-width: 1400px) {
  .kmm-cta-card__inner,
  .kmm-image {
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
	.kmm-mega-menu--mobile {
		padding: 0.75rem 0.625rem;
	}
  .kmm-mega-menu--mobile .kmm-menu,
  .kmm-mega-menu--mobile .kmm-mega-panel,
  .kmm-mega-menu--mobile .kmm-sub-panel {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .kmm-mega-menu--mobile .kmm-toggle {
    right: 0.625rem;
  }
}
@media screen and (max-width: 690px) {
  .kmm-mega-menu--mobile .kmm-icon--cart {
    margin-left: 0;
  }
  .kmm-mega-menu--mobile .kmm-cart-total {
    display: none;
  }
}
body.wp-singular .divider-container .e-con-inner {
  margin: 0 !important;
}
body.wp-singular .loop-heading h2,
body.wp-singular .e-loop-item h3 {
  font-family: "Roboto Mono", monospace !important;
}
body.wp-singular .product-top,
body.wp-singular .product-usage,
body.wp-singular .divider-container,
body.wp-singular .loop-container {
  padding: 1rem 1.25rem !important;
}
body.wp-singular .product-top .e-con-inner {
  padding-top: 0 !important;
}
body.wp-singular .product-top--left .elementor-gallery__container a {
  width: 100% !important;
}
body.wp-singular .product-top--right .elementor-add-to-cart .single_add_to_cart_button {
  font-family: "Roboto Mono", monospace;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 1.5px !important;
  color: white !important;
  background-color: black !important;
  border: 1px solid black !important;
  border-radius: 0px;
  text-transform: uppercase !important;
}
body.wp-singular .product-top--right .elementor-add-to-cart .single_add_to_cart_button:hover {
  background-color: transparent !important;
  color: #212427 !important;
}
body.wp-singular .product-top--right .elementor-widget-woocommerce-product-meta .product_meta {
  font-size: 0.875rem !important;
}
body.wp-singular .product-top--right .elementor-widget-woocommerce-product-meta .product_meta .sku_wrapper,
body.wp-singular .product-top--right .elementor-widget-woocommerce-product-meta .product_meta .posted_in {
  display: none !important;
}
body.wp-singular .product-top--right .elementor-widget-woocommerce-product-meta .product_meta .posted_in.detail-container {
  display: flex !important;
  gap: 9px;
}
body.wp-singular .product-top--right .elementor-widget-woocommerce-product-meta .product_meta .posted_in.detail-container .detail-label {
  display: block !important;
}
body.wp-singular .product-top--right .elementor-toggle-icon span svg {
  width: 15px;
  height: 15px;
}
body.wp-singular .yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
}
body.wp-singular .yith-wcwl-add-to-wishlist a.add_to_wishlist span {
  display: none;
}
body.wp-singular .product-usage__text {
  width: 70%;
}
body.wp-singular .product-usage__text .elementor-widget-container {
  padding: 0 !important;
}
body.wp-singular .product-usage__text p,
body.wp-singular .product-usage__text a,
body.wp-singular .product-usage__text li,
body.wp-singular .product-usage__text span {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
}
body.wp-singular .product-usage__text ul {
  padding: 10px 0 14px 24px;
}
body.wp-singular .product-usage__video {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  max-width: 30% !important;
  margin-left: auto;
}
body.wp-singular .product-usage__video .elementor-widget-container {
  width: fit-content;
}
body.wp-singular .loop-container .e-loop-item span.woocommerce-Price-amount.amount,
body.wp-singular .loop-container .e-loop-item span.woocommerce-Price-currencySymbol {
  color: black !important;
  font-weight: 600 !important;
}
body.wp-singular .loop-container .yith-wcwl-add-to-wishlist {
  margin-top: 8px !important;
}
body.wp-singular .loop-container .elementor-wc-products .wt-related-products > h2 {
  display: none;
}
body.wp-singular .elementor-widget-kew-guide-cards {
  width: 100% !important;
}
body.wp-singular .kew-guide-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
	width: 100%;
}
body.wp-singular .kew-guide-card {
  position: relative;
  min-height: 750px;
  max-height: 750px;
  width: 100%;
  overflow: hidden;
  padding: 2.125rem;
}
body.wp-singular .kew-guide-card__image {
  position: absolute;
  inset: 0;
	width: 100%;
  height: 100%;
object-fit: cover;
  object-position: center;
}
body.wp-singular .kew-guide-card__content {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
body.wp-singular .kew-guide-card__content h2 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
  body.wp-singular .elementor-cta__content,
  body.wp-singular .elementor-cta__bg-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
body.wp-singular .elementor-cta__content,
  body.wp-singular .elementor-cta__bg-wrapper {
    max-width: 430px;
  }
  body.wp-singular .product-top,
  body.wp-singular .product-usage,
  body.wp-singular .divider-container,
  body.wp-singular .loop-container {
    padding: 0.625rem !important;
  }
    body.wp-singular .product-top--right .elementor-widget-woocommerce-product-meta .product_meta .posted_in.detail-container {
    flex-direction: column;
    gap: 6px;
  }
  body.wp-singular .product-usage__text,
  body.wp-singular .product-usage__video {
    width: 100%;
  }
  body.wp-singular .product-usage__text p,
  body.wp-singular .product-usage__text a,
  body.wp-singular .product-usage__text li,
  body.wp-singular .product-usage__text span {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  body.wp-singular .product-usage__text ul {
    padding: 10px 0 14px 24px;
  }
  body.wp-singular .product-usage__video {
    margin-left: 0;
    max-width: 100% !important;
  }
  body.wp-singular .kew-guide-cards {
    grid-template-columns: 1fr;
  }
  body.wp-singular .kew-guide-card {
    min-height: 500px;
    max-height: 500px;
    padding: 1.625rem;
  }
  body.wp-singular .kew-guide-card h2 {
    margin-bottom: 10px !important;
    font-size: 20px;
  }
}

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