@import url("other.css?version=5");
@import url("login_style.css?version=4");
@import url("homepage_style.css?version=6");
@import url("basket_style.css?version=3");
@import url("product_style.css?version=5");
@import url("inputs.css?version=3");
@import url("themed_list.css?version=3");
@import url("normalize.css?version=7");
@import url("profile.css?version=3");
@import url("pagination.css?version=3");
@import url("slider.css");

:root {
  --prospero: #00662c;
  --prospero-hover: #007e32;
  --primary: #0e3620;
  --secondary: #4a3218;
  --secondary-hover: #755632;
  --tertiary: #cbd7d1;
  --tertiary-hover: #7ab095;
  --background-hover: #fffff8;
  --yellow: #ffe5ca;
  --delete-color: #66002e;
  --delete-color-light: #f3e2e3;
  --input-background: #efefec;
  --input-hover: #dbdbdb;
  --bright: #f7f2dc;
  --grey: #5a5a5a;
  --grey-light: #ebebeb;
  --grey-slider: #d6d6d6;
  --hover: #efefec;
  --size: 4px;
  --background: #fdfffe;
  --highlight: #e2f3e4;
  --header-color: #fffff0;
  --header-background: #0e3620;
  --serif: "DM Serif Display", serif;
}

/* poppins-100 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/poppins-v21-latin-ext-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/poppins-v21-latin-ext-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v21-latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v21-latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v21-latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v21-latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

li:focus {
  outline: 2px solid var(--prospero);
  outline-offset: -1px;
}
a:not(.button):focus,
a:not(.button):active,
a:not(.button):hover {
  outline: none;
  color: var(--prospero-hover);
}
*:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
*::selection {
  background: #0e3620b0;
  color: var(--header-color);
}
br {
  user-select: none;
}

html {
  scrollbar-color: var(--primary);
  color: #00000022;
  overflow-x: hidden;
}
strong,
b {
  font-weight: 500;
}

h1 {
  font-weight: 300;
  margin-left: 48px;
  line-height: 1;
  color: var(--primary);
  font-family: var(--serif);
}
.big-text {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: 300;
  line-height: 1;
  color: var(--primary);
  font-family: var(--serif);
}
h2 {
  font-weight: 300;
}
h3 {
}
body {
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  font-weight: 300 !important;
  font-style: normal;
  line-height: 21px;
  letter-spacing: 0em;
  margin: 0;
  color: var(--primary);
  overflow-x: clip;
}
main {
  padding-top: 16px;
}
button,
input {
  font-weight: 500;
}
input::placeholder {
  color: var(--grey);
  font-weight: 500;
  opacity: 0.5;
}
a {
  color: var(--prospero);
}
a:not([href]) {
  cursor: initial;
}
.header-title {
  padding-top: 12px;
  background-color: var(--header-background);
  padding-left: 24px;
  color: var(--header-color);
  text-align: left;
  z-index: 5;
  user-select: none;

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}
.header-title li a:hover {
  text-decoration: underline;
}
.header-title li {
  display: flex;
  list-style: none;
}
.header-title > li a {
  color: var(--header-color) !important;
  text-decoration: none;
  font-size: 9pt;
  font-weight: 200;
  text-underline-offset: 2px;
  text-decoration-thickness: from-font;
}
.header-title hr,
.dropdown hr {
  width: 0px;
  height: 12px;
  display: flex;
  margin: 0;
  border: none;
  border-right: 1px var(--header-color) solid;
  border-bottom: none !important;
  margin-top: 5px;
}
.dropdown hr {
  margin-top: 1px;
}
.header-title .tooltip:after {
  font-size: 12px;
  font-weight: 200;
  color: var(--header-color);
}
.header-title .tooltip div {
  margin: 0;
  padding: 0px;
  background: var(--header-background);
  border-color: var(--header-color);
  border-radius: 0;
  border-width: 1px;
}
.header-title .tooltip ul li {
  display: inline;
  line-height: 24px;
  font-size: 10pt;
}
.header-title .tooltip ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 8px;
  text-align: left;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
}
.header > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-menu {
  background-color: var(--header-background);
  height: 48px;
  width: 100%;
  padding: 12px 0px 46px 0px;
  display: flex;
  justify-content: center;
}
.header-wrapper {
  background-color: var(--header-background);
}
.header-prospero {
  display: flex;
  margin: 0px 42px;
  order: 1;
}
.hamburgermenu {
  visibility: hidden;
  width: 48px;
  height: 48px;
  background: url(/images/hamburgermenu.svg);
  background-size: contain;
  cursor: pointer;
  font-family: var(--serif);
}
.dropdown-overlay {
  background-color: rgba(0, 22, 9, 0.25);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: z-index 300s, opacity 200ms linear;
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;

  display: none;
}
.dropdown-overlay.visible {
  opacity: 1;
  transition: none;

  display: block;
}
.puma {
  width: 48px;
  height: 48px;
  margin: 0px 20px;
  background: url(/images/puma.svg);
  background-size: contain;
  color: var(--header-color);
}
.basket-icon {
  width: 24px;
  height: 24px;
  padding: 12px;
  background: url(/images/basket.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.basket-icon:not([data-count~="0"]) {
  background-image: url(/images/basket_full.svg);
}
.basket-icon:not([data-count~="0"])::before {
  content: attr(data-count);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 18px;
  min-width: 16px;
  top: -8px;
  left: 22px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  transform: translateX(-50%);
  padding: 2px;

  vertical-align: middle;
  text-align: center;
  color: var(--header-background);
  border-radius: 5px;
  background: var(--yellow);
}
.prospero {
  text-align: center;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 7.84px;
  padding: 0px 12px;
  user-select: none;
}
.prospero a {
  color: var(--header-color) !important;
  text-decoration: none;
  font-weight: 200;
}
.prospero a:hover {
  text-decoration: none !important;
}
.header-search {
  flex-grow: 2;
  max-width: 574px;
  min-width: 160px;
  position: relative;
  padding-right: 26px;
  order: 2;
}
.header-search input {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 46px;
  background: white;
  padding: 0;
  padding-left: 24px;
  padding-right: 36px;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 1.33px;

  box-sizing: border-box;
  text-align: left;

  color: var(--primary) !important;
}
input:focus {
  outline: 2px solid var(--grey);
}
.header-search button {
  position: absolute;
  right: 46px;
  top: 10px;
  background: url(/images/magnifier.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
  border: none;
  cursor: pointer;
  border-radius: 0;
}
.header-search button:hover {
  background-color: transparent;
}
.header-advanced-search {
  order: 3;
}
.header-advanced-search button {
  width: 204px;
  border-color: var(--header-color);
  color: var(--header-color);
  background: var(--header-background);
  border-radius: 26px;

  outline: none;
  padding: 0 !important;
  cursor: pointer;
  height: 46px;
  line-height: normal;
  letter-spacing: 1.33px;
}
.header-advanced-search button:hover {
  background: var(--header-color);
  color: var(--header-background);
}
.header-profile {
  height: 48px;
  display: flex;
  align-items: center;
  margin-right: 42px;
  order: 4;
}
.header-profile .profile {
  padding-left: 0;
}
.header-profile > div {
  cursor: pointer;
}
.header-profile > div:hover,
.header-profile > a:hover,
.header-profile > div:focus {
  border-radius: 8px;
  background-color: #597c70;
}
.lang.text {
  color: var(--header-color);
  font-weight: 500;
  margin: auto;
  text-align: center;
  font-size: 0.9rem;
  line-height: normal;
  letter-spacing: 1.33px;
  width: 2em;
}

.profile.text,
.wishlist.text {
  color: var(--header-color);
  margin: auto;
  font-weight: 500;
  text-align: center;
  font-size: 0.9rem;
  line-height: normal;
  letter-spacing: 1.33px;
}
.lang.text::before {
  content: "HU";
}
.en .lang.text::before {
  content: "EN";
}
.lang.icon img {
  content: url(/images/flag-hungary.svg);
  width: 24px;
  filter: saturate(0.5);
}
.en .lang.icon img {
  content: url(/images/flag-english.svg);
}
.icon {
  height: 48px;
  gap: 2px;
  padding-right: 6px;
  padding-left: 6px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.header-menu .icon svg {
  stroke-width: 2px;
  width: 40px;
  height: 40px;
  stroke: var(--header-color);
  color: transparent;
}
.header-menu .icon:hover svg {
  color: var(--header-color);
}
.icon {
  text-decoration: none;
}
.grey-header-line {
  transition: opacity 200ms;
  position: absolute;
  height: 12px;
  width: 100%;
  background: linear-gradient(180deg, #0000004c 0%, transparent 80%);
  z-index: 2;
}
.www-prospero-hu {
  width: 100%;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
}
.facebook {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.footer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.footer-menu {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
}
.footer-menu a {
  height: 16px;
  font-weight: 500;
}
.footer-menu span {
  padding: 0px 16px;
  text-align: center;
  font-size: 10px;
  line-height: normal;
}
.copyright {
  width: 100%;
  height: 16px;
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}
.copyright span {
  padding: 0px 06px;
  text-align: center;
  font-size: 10px;
  line-height: normal;
}
.dropdown {
  cursor: initial;
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
  margin-top: 1px;
  list-style: none;
  z-index: 3;
  left: 0;
  width: 100%;

  visibility: visible;
  opacity: 0;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  overflow: auto;
  position: absolute;
  top: 80px;
  transition: opacity 500ms;
}
.hamburgermenu #other {
  display: none;
}

.dropdown.menu.visible {
  left: 0px;
  display: block;
}
.dropdown.profile,
#basket_dropdown {
  transition: width 300ms ease;
  right: 0px;
  width: 0px;
  left: unset;
  overflow: hidden;
  justify-content: stretch;
  border-top: var(--header-color) 2px solid;
  background-color: var(--header-background);
  opacity: 1;
  box-sizing: border-box;
  z-index: 1;
}
#basket_dropdown {
  transition: right 300ms, height 10ms ease;
  background-color: white;
  width: 350px;
  right: -350px;
  z-index: -1;
  position: absolute;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 8px;
  border-left: var(--primary) solid 3px;
  border-top: none;
  border-radius: 0;
  cursor: initial;
  max-width: 95vw;
  box-sizing: border-box;
}
#basket_dropdown * {
  max-width: 95vw;
}
#basket_dropdown.visible {
  right: 0px;
}
.profile .dropdown.visible {
  width: 200px;
}
.dropdown ul {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  position: absolute;
  width: max-content;
  height: 0;
  background: var(--header-background);
  top: 100%;
  box-shadow: #0000001c 3px 3px 4px;
  overflow: auto;
}
.dropdown li {
  text-align: left;
  display: flex;
  flex-direction: row;
  transition: background-color 600ms;
  border-bottom: transparent 2px solid;
}
.dropdown ul li {
  padding: 0px;
  border: none;
}
.dropdown ul li a {
  box-sizing: border-box;

  padding: 8px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  cursor: pointer !important;
}
.dropdown li a {
  font-size: 11pt;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px;
  padding-top: 10px;
  padding-bottom: 6px;
  font-weight: 400;
  text-decoration: none;
  user-select: none;
  transition-property: color, background, border-bottom;
  transition-timing-function: cubic-bezier(0.9, 1, 0.8, 1);
  transition-duration: 200ms;
  color: var(--header-color);
  text-align: center;

  width: 100%;
  box-sizing: border-box;
}
.dropdown li:has(.current-link) {
  border-bottom: var(--header-color) 2px solid;
}
.dropdown:not(.profile) > li:hover,
.dropdown #other > li:hover {
  border-bottom: var(--header-color) 2px solid;
  background-color: #597c70;
}
.dropdown li:hover {
  background-color: #597c70;
}
.dropdown li:hover > a {
  color: var(--header-color);
}
.dropdown li svg {
  transition: all 200ms;
}
.dropdown li:hover > svg {
  color: var(--input-hover);
}
.dropdown li:hover > a > svg,
.dropdown li:has(.active) > a > svg {
  transform-origin: 50% 61%;
  transform: rotate(180deg);
}
.dropdown.profile li {
  width: 100%;
}
.dropdown.profile li a {
  border-right: unset;
  width: 100%;
  white-space: nowrap;
}
.header-title li svg,
.dropdown li svg {
  top: -1px;
  right: 0;
  width: 25px;
  height: 22px;
  z-index: 1;
  bottom: 0;
  stroke: var(--header-color);
  scale: 0.7;
  translate: 0px -2px;
}
.dropdown li:has(ul) > a {
  padding-right: 4px;
}
.dropdown li:has(ul):hover {
  border-bottom: var(--header-color) 2px solid;
}
.dropdown li:has(ul) {
  position: relative;
  padding-right: 12px;
}
.breaking {
  flex-direction: row !important;
  z-index: 10;
  transition: height 300ms;
  height: 30px;
  background: var(--header-background);

  display: none;
}

.fade {
  background: transparent;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--header-background) 100%
  );
  width: 29px;
  z-index: 10;
  position: absolute;
  right: 29px;
  height: 20px;
}

.auto-scroll {
  flex-grow: 1;
  height: inherit;
  overflow: hidden;
}

.auto-scroll span {
  display: inline-block;
  padding-left: 100%;
  padding-bottom: 8px;
  animation: marquee 50s linear infinite;
}
.closed .auto-scroll span {
  animation: none;
}

.auto-scroll span {
  animation-delay: 1s;
  white-space: nowrap;
}

.breaking span a {
  color: var(--header-color);
  text-decoration: none;
}

.breaking #breaking-close {
  font-size: 22px;
  right: 0;
  z-index: 10;
  padding: 8px;
  padding-top: 0;
  cursor: pointer;
  color: var(--header-color);
  background: var(--header-background);
}

.breaking.closed,
.breaking.closed .fade {
  height: 0;
  overflow: hidden;
}
.breaking.closed #breaking-close span {
  height: 0;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.modal-container {
  background: #0000001c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;

  display: none;
}
.modal .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cookie-accept .head {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.modal .head .basket-notice {
  flex-grow: 1;
  text-align: left;
  margin: 0;
}
.cookie-accept .head span,
.modal .head span {
  font-size: 30px;
  cursor: pointer;
}
.modal {
  z-index: 1;
  text-align: justify;
  background: var(--background);
  padding: 24px;
  box-shadow: #0000001c 5px 5px 12px 8px;
  max-width: 600px;
}
.modal .foot {
  flex-grow: 1;
  text-align: end;
}

.cookie-accept {
  z-index: 1;
  background: var(--background);
  padding: 12px 24px;
  font-size: 14px;
  box-shadow: #0000001c 5px 5px 12px 8px;
  width: 750px;
  position: fixed;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .cookie-accept {
    right: 16px;
    bottom:16px;
  }
}

hr {
  border: none;
  border-top: var(--hover) 1px solid;
}

.cookie-accept input {
  margin-bottom: 0;
  margin-top: 8px;
  text-align: center;
  box-sizing: border-box;
}

.cookie-accept .cookie-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-top: 8px;
}

.cookie-accept div {
  padding: 5px;
}

.tooltip::after {
  content: attr(data-text);
  text-decoration: underline;
  color: var(--primary);
}
#basket_dropdown .list-title {
  margin: 4px;
  user-select: none;
}
#basket_dropdown .list-title span {
  cursor: default !important;
  font-size: 24px !important;
}
#basket_dropdown div div {
  text-align: left;
}
#basket_dropdown .row a {
  display: block;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#basket_dropdown .row div .author {
  margin: 0;
  font-weight: 200;
  color: var(--grey);
  font-size: 10pt;
  line-height: 1;
  margin-bottom: 2px;
}
#basket_dropdown .row div {
  padding: 8px;
  padding-top: 0;
}
#basket_dropdown .row img {
  width: 100px;
  border-radius: 6px;
}
#basket_dropdown .row {
  align-items: flex-start;
}
#basket_dropdown > img {
  width: 200px;
}
#basket_dropdown > .no_items {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: 18pt;
  font-weight: 400;
  font-family: Poppins;
  color: black;
}

#basket_dropdown .scroll {
  gap: 8px;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    black var(--top-mask-size, 0),
    black calc(100% - var(--bottom-mask-size, 0)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    black var(--top-mask-size, 0),
    black calc(100% - var(--bottom-mask-size, 0)),
    transparent 100%
  );
  --top-mask-size: 0px;
  --bottom-mask-size: 0px;
  animation: clip-fade 3s infinite alternate;
}
#basket_dropdown .scroll.is-top-overflowing {
  --top-mask-size: 24px !important;
}

#basket_dropdown .scroll.is-bottom-overflowing {
  --bottom-mask-size: 24px !important;
}

.tooltip > div {
  position: fixed;
  white-space: initial;
  font-weight: 300;
  box-sizing: border-box;
  cursor: initial !important;

  z-index: 80;

  min-width: 200px;
  max-width: 400px;
  padding: 16px;
  text-align: center;

  background-clip: padding-box;
  opacity: 0;
  display: none;

  border: var(--hover) solid 3px;
  box-shadow: #00000059 4px 4px 4px;
  background: var(--background);
  color: var(--primary);
  border-radius: 4px;
}
#basket_dropdown .bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  bottom: 0px;
  background: white;
  text-align: center;
  width: 330px;
  right: 0;
  box-sizing: border-box;
  padding: 8px;
  padding-bottom: 16px;
}
#basket_dropdown button {
}

.hidden {
  display: none !important;
}
  
@media (max-width: 1200px) {
  .header {
    align-items: center;
  }
  .header-menu {
    height: 108px;
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .header-prospero {
    order: 1;
  }
  .header-profile {
    order: 2;
    margin-right: 0px;
  }
  .header-search {
    padding: 0px 16px;
    order: 3;
    max-width: 444px;
  }
  .header-advanced-search {
    order: 4;
  }
  .header-title {
    line-height: 1;
  }
  .header-title hr {
    margin-top: 2px;
  }
}
@media (max-width: 600px) {
  .cookie-accept {
    right: 50% !important;
    transform: translateX(50%);
    width: 95%;
  }
}
@media (max-width: 900px) {
  .dropdown ul.active {
    border-top: none;
    display: block;
    z-index: 1;
  }
  .header-title {
    padding-top: 12px;
    font-size: 10px;
  }
  .header-menu {
    width: 100%;
    height: 84px;
    padding: 12px 0px;
    justify-content: space-around;
    width: 90%;
  }
  .header-prospero {
    height: 40px;
    margin: 0px;
  }
  .hamburgermenu {
    width: 32px;
    height: 32px;
    margin: auto;
  }
  .puma {
    width: 32px;
    height: 32px;
    margin: auto 8px;
    stroke: var(--header-color);
  }
  .basket-icon {
    height: 16px;
    padding: 12px 16px;
  }
  .basket-icon::before {
    font-size: 10px !important;
    padding: 1px !important;
    margin-left: 4px;
  }
  .icon {
    height: 40px;
  }
  .prospero {
    font-size: 1rem;
    letter-spacing: 3.92px;
    padding: 0px;
    margin: auto;
  }
  div.prospero a {
    color: var(--header-color) !important;
  }
  .header-profile {
    height: 40px;
    margin-right: 0px;
  }
  .profile.text,
  .wishlist.text {
    display: none;
  }
  .header-search {
    width: calc(100% - 212px);
    min-width: 130px;
    margin: 0px;
    padding: 0px;
    flex-grow: 0;
  }
  .header-search input {
    flex-grow: 0;
    height: 32px;
    border-radius: 32px;
    padding-left: 16px;
    font-size: 0.8rem !important;
  }
  .header-search button {
    right: 8px;
    top: 4px;
    width: 16px;
    height: 15px;
    background-size: 75%;
    background-position: center;
  }
  .header-advanced-search {
    height: 32px;
  }
  .header-advanced-search button {
    width: 160px;
    border-radius: 30px;
    outline-offset: 0px;
    padding: 4.5px 17.5px;
    height: 32px;
    font-size: 0.7rem !important;
  }
  .header-advanced-search button .button-text {
    font-size: 12px;
    letter-spacing: 1.14px;
  }
}
@media (max-width: 565px) {
  .lang.text {
    position: absolute;
    visibility: hidden;
  }
  .header-menu {
    height: auto;
  }
  h1 {
    margin-left: 8px;
  }
  .icon {
    padding: 2px !important;
    margin: 0;
  }
  .header-profile > img,
  .header-profile .icon svg,
  .header-profile > * > img {
    width: 28px;
    height: 28px;
  }
  .basket-icon {
    padding: 2px;
    width: 28px;
    height: auto;
    align-self: stretch;
    background-size: 14px;
  }
  .lang img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 360px) {
  .header-menu {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-advanced-search {
    margin-left: 0;
  }
  .header-search input {
    box-sizing: border-box;
  }
  .header-search button {
    right: 13px;
  }
  .header-search {
    min-width: 160px;
    width: 100%;
  }
}

.footer {
  background-color: var(--primary);
  visibility: hidden;
  margin-top: 16px;
}

.footer * {
  color: var(--background);
}

@media (max-width: 400px) {
  main {
    padding: 6px !important;
    padding-top: 16px;
  }
}

@media (not (((hover: none) and (pointer: coarse)) or (max-width: 800px))) {
  .dropdown {
    display: flex !important;
    overflow: visible;
  }
  .hamburgermenu {
    width: 0;
  }
  .dropdown li:has(.active) ul,
  .dropdown li:hover ul {
    border-top: var(--input-hover) solid 2px;
    display: block;
    z-index: 1;
    height: fit-content;
  }
}
@media (((hover: none) and (pointer: coarse)) or (max-width: 800px)) {
  .hamburgermenu {
    visibility: visible;
  }
  .hamburgermenu #other {
    display: block;
  }
  .header-title {
    display: none;
  }
  .dropdown.menu {
    transition: left 300ms ease;
    background-color: var(--header-background);
    left: -500px;
    width: 400px;
    border-top: var(--header-color) solid 2px;
  }

  .hamburgermenu .dropdown > li:last-child > a {
    padding-bottom: 6px !important;
  }
  .dropdown ul {
    box-shadow: none;
    width: 100%;
    position: relative;
    height: 0;
    transition: height 400ms;
  }
  .dropdown ul.active {
  }
  .dropdown hr {
    display: none;
    height: 0 !important;
  }
  .dropdown {
    box-sizing: border-box;
    padding-bottom: 16px;
  }
  /*900 max*/
  .dropdown li:has(ul) {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    align-items: flex-start;
  }
  .dropdown ul li a {
    text-align: left;
    padding-left: 36px;
  }
  ul li {
    border-bottom: none !important;
  }
  .dropdown > li:hover {
    border-bottom: none;
  }
  .dropdown li:has(.active) ul {
    border-top: none !important;
    border-bottom: var(--header-color) 2px solid !important;
  }
  .dropdown li:has(.active) {
    padding-bottom: 0;
  }
  .dropdown li:has(.active) > a > svg {
    transform: rotate(180deg);
  }
  .dropdown li:not(:has(.active)) > a > svg {
    transform: rotate(0deg);
  }
  .dropdown li:has(.current-link) {
    background-color: var(--header-color);
  }
  .dropdown li:has(.current-link) a {
    color: var(--header-background);
  }
  .dropdown li:has(ul) {
    padding-right: 0px;
  }
  .hamburgermenu hr {
    margin: 0;
    border: none;
  }
}
