@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

body {
  font-size: 52.5%;
  /* 1rem = 10px */
  font-family: "Inria Sans", sans-serif;
  background-color: #EEEEEE;
}

.alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.alert-success {
    background: #e6f8ec;
    color: #1e7e34;
}

.alert-error {
    background: #fdeaea;
    color: #c62828;
}

.alert-warning {
    background: #fff4e5;
    color: #b26a00;
}

.error{
width: 100%;
    display: inline-block;
    background-color: orange;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    color: white;
    font-size: 20px;   
    text-align: center;
}
.page-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  /* hogy a footert lefelé tolja, ami flex = 1 */
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* fontos! */
}

h1 {
  /* @include set-text(9.6em, 400, 120%, $color-secondary); */
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 6.6em;
  font-weight: 400;
  line-height: 120%;
  color: #0F517B;
  margin: 0;
}
@media (max-width: 640px) {
  h1 {
    font-size: 4em;
  }
}

h2 {
  /* @include set-text(9.6em, 400, 120%, white); */
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 6.6em;
  font-weight: 400;
  line-height: 120%;
  color: white;
}
@media (max-width: 640px) {
  h2 {
    font-size: 3.2em;
  }
}

.p1 {
  /* @include set-text(6.4em, 400, 120%, $color-secondary); */
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 3.4em;
  font-weight: 400;
  line-height: 120%;
  color: #0F517B;
}
@media (max-width: 640px) {
  .p1 {
    font-size: 2.4em;
    font-weight: 400;
  }
}

.p2 {
  /* @include set-text(4.8em, 400, 120%, $color-secondary); */
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 4em;
  font-weight: 400;
  line-height: 120%;
  color: #0F517B;
}
@media (max-width: 640px) {
  .p2 {
    font-size: 2.4em;
  }
}

.p3 {
  /* @include set-text(3.2em, 400, 120%, $color-secondary); */
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 120%;
  color: #0F517B;
}
@media (max-width: 640px) {
  .p3 {
    font-size: 2.4em;
  }
}
.p3 span.bold-italic {
  font-weight: 600;
  font-style: italic;
}

.p4 {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 120%;
  color: white;
}
.p4 span {
  font-size: 0.8em;
  display: block;
  text-align: center;
}
@media (max-width: 640px) {
  .p4 {
    font-size: 2.4em;
  }
}

.p5 {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 3em;
  font-weight: 400;
  line-height: 120%;
  color: white;
  text-align: center;
}
@media (max-width: 640px) {
  .p5 {
    font-size: 2.4em;
  }
}

.p6 {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 3.8em;
  font-weight: 600;
  line-height: 120%;
  color: #0F517B;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .p6 {
    font-size: 2.4em;
  }
}

.p7 {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 120%;
  color: #0F517B;
  text-align: center;
}
@media (max-width: 640px) {
  .p7 {
    font-size: 2.4em;
  }
}

.p8 {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 3em;
  font-weight: 400;
  line-height: 120%;
  color: #0F517B;
  text-align: center;
}
@media (max-width: 640px) {
  .p8 {
    font-size: 2.4em;
  }
}

.p9 {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 3.2em;
  font-weight: 600;
  line-height: 120%;
  color: #0F517B;
  text-align: left;
}
@media (max-width: 640px) {
  .p9 {
    font-size: 2.4em;
  }
}

.p10 {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 120%;
  color: #0F517B;
  text-align: left;
}
@media (max-width: 640px) {
  .p10 {
    font-size: 2.4em;
  }
}

.nav-text {
  transition: color 0.2s;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 120%;
  color: #0F517B;
}
.nav-text:hover {
  color: #ED6F24;
}

/* nav-lang-icon replaced by lang-switcher dropdown */

.cart-icon {
  width: 60px;
  height: 60px;
}

.btn {
  text-align: center;
  padding: 17px 17px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}
.btn:focus {
  outline: none;
}
.btn--primary {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 120%;
  color: white;
  background-color: #ED6F24;
  border: 0 solid cyan;
  border-radius: 10px;
}
.btn--primary.primary--var {
  padding: 7px;
}
.btn--secondary {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 2em;
  font-weight: 600;
  line-height: 120%;
  color: white;
  background-color: #0F517B;
  border: 0 solid cyan;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn--secondary.secondary--var {
  border-radius: 10px;
}
.btn--tertary {
  padding: 0 8px;
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 2em;
  font-weight: 600;
  line-height: 120%;
  color: #0F517B;
  background-color: #C4C4C4;
  border: 1px solid #0F517B;
  border-radius: 10px;
}
.btn--fourth {
  padding: 7px;
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 120%;
  color: #0F517B;
  background-color: white;
  border: 0 solid cyan;
  border-radius: 10px;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 8px;
  background-color: transparent;
  border: none;
}

.hamburger span {
  width: 32px;
  height: 4px;
  background: black;
  border-radius: 10px;
  transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8.5px, 8.5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8.5px, -8.5px);
}

.card-preview {
  display: flex;
  flex-direction: column-reverse;
  gap: 14px;
  align-items: center;
}
.card-preview img {
  width: 240px;
  height: 150px;
}

.card-info {
  width: 15%;
  height: 520px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.card-info:hover {
  transform: scale(1.01);
}
.card-info img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-info .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px 10px;
  background: rgba(15, 81, 123, 0.67);
  min-height: 30%;
  display: flex;
  align-items: center;
}

.card {
  background-color: white;
 /** max-width: 360px;*/
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.card:hover {
  /*transform: scale(1.01);*/
}
.card .card-header {
  padding: 10px;
}
.card .card-header img {
  max-width: 340px;
  width: 100%;
  height: auto;
}
.card .card-content-wrapper {
  min-height: 390px;
  padding: 16px 16px 21px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.card .card-content-wrapper .card-content {
  display: flex;
  gap: 35px;
  flex-direction: column;
}
.card .card-content-wrapper .card-content .p8 {
  margin: 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0F517B;
}
.card .card-content-wrapper a {
  max-width: 220px;
}

.form-panel {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-panel .form-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-panel .form-rows input,
.form-panel .form-rows textarea {
  border: none;
  outline: none;
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 120%;
  color: black;
  width: 100%;
  padding: 12px 16px;
  background: none;
}
.form-panel .form-rows input::-moz-placeholder, .form-panel .form-rows textarea::-moz-placeholder {
  color: #8E8E8E;
}
.form-panel .form-rows input::placeholder,
.form-panel .form-rows textarea::placeholder {
  color: #8E8E8E;
}
.form-panel .form-rows .input-wrapper {
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.form-panel .form-rows .input-wrapper:focus-within {
  border-color: #EEEEEE;
}
.form-panel .form-rows .input-wrapper.--success {
  border-color: #008000;
}
.form-panel .form-rows .input-wrapper img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  cursor: pointer;
}
.form-panel .form-rows .row-half {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 24px;
}
.form-panel .form-rows .row-half input {
  border-bottom: 1px solid #EEEEEE;
  flex: 1;
}
.form-panel .form-rows .row-half input:focus {
  border-color: #0F517B;
}
@media (max-width: 640px) {
  .form-panel .form-rows .row-half {
    flex-direction: column;
    gap: 23px;
  }
}
.form-panel .form-rows textarea {
  resize: none;
  overflow: hidden;
}
@media (max-width: 640px) {
  .form-panel .form-rows {
    gap: 25px;
  }
}
.form-panel .checkbox-row {
  margin-top: 40px;
  padding: 12px 4px;
}
.form-panel .checkbox-row label {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 120%;
  color: #383C3E;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.form-panel .checkbox-row label a {
  text-decoration: none;
  text-decoration: underline;
  color: #383C3E;
}
.form-panel .checkbox-row label input {
  width: 18px;
  height: 18px;
  accent-color: #0F517B;
  flex-shrink: 0;
}
.form-panel .form-footer {
  margin-top: 30px;
  display: flex;
  justify-content: left;
  gap: 50px;
}
.form-panel .form-footer .footer-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.form-panel .form-footer .footer-item img {
  width: 28px;
  height: 28px;
}
.form-panel .form-footer .footer-item p {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 120%;
  color: black;
}
.form-panel .form-footer .footer-item p .red-span {
  color: #0F517B;
}
@media (max-width: 640px) {
  .form-panel .form-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1280px) {
  .form-panel {
    padding: 40px 32px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .form-panel {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
}

.submit-text {
  font-size: 13px;
}
.submit-text.--error {
  color: #b3261e;
}
.submit-text.--success {
  color: #008000;
}

.dropdown-button-wrapper {
  position: relative;
  /*     min-width: min($btn-default-width, 90%); */
  display: flex;
  justify-content: center;
}
.dropdown-button-wrapper .profile-dropdown-menu {
  position: absolute;
  top: 61px;
  margin-top: 10px;
  width: 100%;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.dropdown-button-wrapper .profile-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.dropdown-menu-item:hover {
  background-color: rgba(241, 218, 204, 0.1490196078);
}
.dropdown-menu-item:last-child {
  border-bottom: none;
  background-color: #0F517B;
}
.dropdown-menu-item:last-child:hover {
  background-color: #ED6F24;
}
.dropdown-menu-item .dropdown-menu-text {
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 120%;
  color: black;
}

.navbar-wrapper {
  width: 100%;
  /*margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);*/
  background-color: white;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 2000;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1600px;
  padding: 0px 40px;
  height: 125px;
  background-color: white;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.navbar .logo {
  padding-right: 12px;
  border-right: 1px solid #0F517B;
  margin-right: 23px;
}
.navbar .logo img {
  width: 200px;
  height: auto;
}
@media (max-width: 1024px) {
  .navbar .logo img {
    width: 145px;
  }
}
.navbar .nav-icon {
  width: 24px;
  height: 24px;
  background-image: url("../images/home-icon.svg");
  background-size: 24px 24px;
}
.navbar .nav-icon:hover {
  filter: brightness(0) saturate(100%) invert(58%) sepia(76%) saturate(6249%) hue-rotate(-11deg) brightness(97%) contrast(91%);
}
.navbar .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.navbar .nav-links .nav-left {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1280px) {
  .navbar .nav-links .nav-left {
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  .navbar .nav-links .nav-left img {
    display: none;
  }
}
@media (max-width: 1280px) {
  .navbar .nav-links .nav-right {
    flex-direction: column;
  }
}
.navbar .nav-right {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 1280px) {
  .navbar {
    justify-content: space-between;
  }
  .navbar .nav-links {
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    flex-direction: column;
    background-color: #EEEEEE;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 10000;
  }
  .navbar .nav-links.show {
    padding: 25px 25px 25px;
    max-height: 600px;
  }
  .navbar .hamburger {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .navbar {
    padding: 0 32px;
  }
}

.footer-wrapper {
  width: 100%;
  /*margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);*/
  background-color: white;
  display: flex;
  justify-content: center;
    margin: auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1600px;
  padding: 0 32px;
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 120%;
  color: #0F517B;
  text-align: center;
  background-color: white;
}

.hero {
  padding: 28px 90px 20px;
  min-height: 260px;
  background-color: white;
  background-image: url("../images/papir-bc.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .hero .hero-title {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .hero .hero-subtitle {
    text-align: center;
  }
}
.hero .hero-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 640px) {
  .hero .hero-buttons {
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  .hero {
    background-image: none;
  }
}
@media (max-width: 640px) {
  .hero {
    padding: 28px 20px 20px;
    min-height: 160px;
  }
}

/* todo megérteni és használni */
.preview {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ED6F24;
  gap: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1000;
}
.preview .preview-imgs {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
.preview .preview-imgs > *:not(:last-child) {
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .preview {
    padding: 40px 32px;
  }
}
@media (max-width: 1024px) {
  .preview {
    flex-direction: column;
    align-items: center;
  }
}

.separation {
  padding: 20px 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.separation .separation-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  text-align: center;
}
.separation .separation-content .separation-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
@media (max-width: 640px) {
  .separation .separation-content .separation-buttons {
    gap: 20px;
    /*  flex-direction: column; */
    align-items: center;
  }
  .separation .separation-content .separation-buttons .btn {
    flex: 1 1 150px;
    /* grow, shrink, base width */
    min-width: 0;
    font-size: 16px;
    padding: 18px 8px;
  }
}

.card-section {
  padding: 50px 25px 75px;
  background-color: #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.card-section .info-cards {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 100%;
  flex-wrap: wrap;
}

.info {
  padding: 50px 25px 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info .info-cards {
  display: flex;
  gap: 14px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
}
.contact-section .section-main {
  display: flex;
  max-width: 1400px;
  width: 100%;
  justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.contact-section .section-main .form-wrapper {
  flex: 0 1 800px;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .contact-section .section-main .form-wrapper {
    flex: auto;
    height: auto;
  }
    .info .info-cards{
        flex-direction: column;
        
    }
    .card-info{
        width: 100%;
    }
}
.contact-section .section-main .logo-banner {
  flex: 0 1 480px;
  min-width: 200px;
  height: 900px;
  background-color: #ED6F24;
  background-image: url("../images/visualityon-logo-tagline.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .contact-section .section-main .logo-banner {
    display: none;
  }
}
@media (max-width: 1024px) {
  .contact-section .section-main {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .contact-section {
    padding-top: 100px;
    padding: 0 16px;
  }
}

/* más lapokon is hasznos */
.section-header h3 {font-size: 20px;}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sub-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.sub-wrapper .side {
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
}
.login .login-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.login .login-wrapper .register-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 32px;
}
.login .login-wrapper .register-header img {
  width: 40px;
}
.login .login-wrapper .register-header .register-buttons {
  display: flex;
  gap: 10px;
}
.login .login-wrapper .register-header .register-buttons img {
  width: 90px;
}
@media (max-width: 640px) {
  .login .login-wrapper .register-header {
    padding: 0 16px;
  }
}
.login .form-wrapper {
  border-radius: 12px;
  overflow: hidden;
  padding: 32px;
}
@media (max-width: 1280px) {
  .login .form-wrapper {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .separation {
    padding: 65px 32px 65px;
  }
}

.card-section .pages {
  margin: 40px auto 0;
}

.contact-section {
  margin-bottom: 100px;
}
.contact-section .section-header {
  margin-bottom: 85px;
}
@media (max-width: 640px) {
  .contact-section .section-header {
    margin-bottom: 100px;
  }
}

.login {
  margin-top: 80px;
  margin-bottom: 100px;
}

.register-submit-section {
  margin-top: 140px;
  flex: 1;
}/*# sourceMappingURL=main.css.map */


/*Register*/
.wizard-step {
    display: none;

    &.active {
        display: block;
    }
}

.step-heading {
    margin-bottom: 24px;
}

.step-desc {
    margin-top: 8px;
    opacity: .75;
}

.register-steps {
    flex-wrap: wrap;
    gap: 8px;

    .step-indicator {
        pointer-events: auto;
    }
}

.customer-type-grid,
.country-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}

.customer-card,
.country-card {
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    background: #fff;
    padding: 20px;
    text-align: left;
    cursor: pointer;
    transition: .2s ease;
    min-height: 120px;

    &:hover {
        transform: translateY(-2px);
        border-color: #AF110B;
        box-shadow: 0 10px 25px rgba(0,0,0,.06);
    }

    &.active {
        border-color: #AF110B;
        box-shadow: 0 10px 25px rgba(175, 17, 11, .12);
        background: #fff8f7;
    }
}

.customer-card__icon {
    font-size: 34px;
    margin-bottom: 12px;
}

.customer-card__title {
    font-weight: 700;
    margin-bottom: 8px;
}

.customer-card__text {
    font-size: 14px;
    line-height: 1.45;
    opacity: .8;
}

.country-code {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    color: #AF110B;
}

.country-label {
    display: block;
}

.address-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;

    @media (max-width: 900px) {
        grid-template-columns: 1fr;
    }
}

.address-title {
    margin-bottom: 16px;
    font-weight: 700;
}

.checkbox-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 20px 0;
}

.wizard-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

#submitWizardBtn {
    display: none;
}


.login {
    margin-top: 80px;
    margin-bottom: 100px;
}

.wizard-step {
    display: none;

    &.active {
        display: block;
    }
}

.step-heading {
    margin-bottom: 24px;
}

.step-desc {
    margin-top: 8px;
    opacity: .75;
    font-size: 18px;
}

.register-steps {
    flex-wrap: wrap;
    gap: 8px;

    .step-indicator {
        pointer-events: auto;
    }
}

.customer-type-grid,
.country-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}

.customer-card,
.country-card {
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    background: #fff;
    padding: 20px;
    text-align: left;
    cursor: pointer;
    transition: .2s ease;
    min-height: 120px;

    &:hover {
        transform: translateY(-2px);
        border-color: #AF110B;
        box-shadow: 0 10px 25px rgba(0,0,0,.06);
    }

    &.active {
        border-color: #AF110B;
        box-shadow: 0 10px 25px rgba(175, 17, 11, .12);
        background: #fff8f7;
    }
}

.customer-card__icon {
    font-size: 34px;
    margin-bottom: 12px;
}

.customer-card__title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
}

.customer-card__text {
    font-size: 14px;
    line-height: 1.45;
    opacity: .8;
}

.country-code {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    color: #AF110B;
}

.country-label {
    display: block;
}

.address-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;

    @media (max-width: 900px) {
        grid-template-columns: 1fr;
    }
}

.address-title {
    margin-bottom: 16px;
    font-weight: 700;
}

.checkbox-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 20px 0;
}

.wizard-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

#submitWizardBtn {
    display: none;
}

.tax-lookup-status {
    margin: 10px 0 16px 0;
    min-height: 24px;
    font-size: 14px;
    line-height: 1.4;

    &.is-loading {
        color: #8a6d3b;
    }

    &.is-success {
        color: #2e7d32;
        font-weight: 600;
    }

    &.is-error {
        color: #af110b;
        font-weight: 600;
    }
}

.tax-lookup-btn {
    margin-top: 6px;
    align-self: flex-start;
}

.input-wrapper input.is-readonly,
.input-wrapper textarea.is-readonly {
    background: #f5f5f5;
    cursor: not-allowed;
}
.country-map-wrapper {
    margin: 24px 0 20px 0;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 20px;
}

.eu-map {
    width: 100%;
    height: auto;
    display: block;
}

.map-country {
    cursor: pointer;

    rect {
        fill: #f2f2f2;
        stroke: #d1d1d1;
        stroke-width: 1.5;
        transition: .2s ease;
    }

    text {
        fill: #333;
        font-size: 16px;
        font-weight: 700;
        pointer-events: none;
    }

    &:hover rect,
    &.active rect {
        fill: #fff1ef;
        stroke: #af110b;
    }

    &:hover text,
    &.active text {
        fill: #af110b;
    }
}

.company-summary-box {
    margin-bottom: 28px;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 18px;
    background: #fafafa;
}

.company-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}

.fallback-country-grid {
    margin-top: 20px;
}

.country-map-wrapper {
    position: relative;
    margin: 24px auto 20px auto;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 14px;
    overflow: hidden;
    max-width: 980px;
}

.country-map-wrapper svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Alapból az egész térkép halvány */
.country-map-wrapper svg g {
    opacity: 0.65;
    transition: opacity .2s ease;
}

/* Kiválasztható országok */
.country-map-wrapper svg g.map-country {
    cursor: pointer;
    opacity: 1;
}

/* Az országon belüli pathok / polygonok */
.country-map-wrapper svg g.map-country path,
.country-map-wrapper svg g.map-country polygon,
.country-map-wrapper svg g.map-country polyline {
    fill: #b9b9b9 !important;
    stroke: #ffffff !important;
    stroke-width: 1.2 !important;
    transition: fill .2s ease, transform .2s ease;
}

/* Hover */
.country-map-wrapper svg g.map-country:hover path,
.country-map-wrapper svg g.map-country:hover polygon,
.country-map-wrapper svg g.map-country:hover polyline {
    fill: #5fb86b !important;
}

/* Aktív */
.country-map-wrapper svg g.map-country.active path,
.country-map-wrapper svg g.map-country.active polygon,
.country-map-wrapper svg g.map-country.active polyline {
    fill: #2f9140 !important;
}

/* Országkód feliratok */
.map-country-label {
    position: absolute;
    z-index: 5;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #2e2e2e;
    pointer-events: none;
    user-select: none;
    transform: translate(-50%, -42%);
    background: rgba(255,255,255,0.65);
    padding: 2px 4px;
    border-radius: 6px;
}

/* Kézzel belőtt pozíciók ehhez a térképhez */
.label-de { left: 49.2%; top: 28.0%; }
.label-at { left: 58.8%; top: 42.8%; }
.label-cz { left: 58.5%; top: 35.8%; }
/*.label-pl { left: 58.8%; top: 58.3%; }
//.label-it { left: 41.0%; top: 78.8%; }

*/
.label-sk { left: 68.2%; top: 38.9%; }
.label-hu { left: 68.2%; top: 46.2%; }
.label-ro { left: 78.2%; top: 46.6%; }
.label-si { left: 58.2%; top: 49.8%; }
.label-hr { left: 62.8%; top: 50.2%; }
.label-gbr { left: 26.0%; top: 24.0%; }
.label-esp { left: 15.0%; top: 69.8%; }


/* Mobilon kisebb felirat */
@media (max-width: 768px) {
    .map-country-label {
        font-size: 11px;
        padding: 1px 3px;
    }
}

/* webshop currency and product cards */
.nav-right--shop {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.currency-switcher-form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 6px;
}
.currency-switcher-label {
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
}
.currency-switcher-select {
    min-width: 84px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    font-weight: 700;
    font-size: 16px;
}
.store-modal h2 {font-size: 20px; color: black;}
.store-modal p {font-size: 14px; color: black;}

.store-empty-state {
    max-width: 820px;
    margin: 24px auto 0;
    padding: 24px;
    border-radius: 18px;
    background: #f4f7fb;
    text-align: center;
    font-weight: 700;
}
.store-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 28px;
}
.store-product-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.store-product-card__image {
    background: #f8fafc;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.store-product-card__image img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}
.store-product-card__body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}
.store-product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.store-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e9f2ff;
    color: #174ea6;
    font-size: 12px;
    font-weight: 700;
}
.store-chip--secondary {
    background: #f3f4f6;
    color: #374151;
}
.store-product-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
}
.store-packaging-name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #4b5563;
}
.store-product-card__desc {
    margin: 0;
    color: #4b5563;
    line-height: 1.5;
    flex: 1;
}
.store-product-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}
.store-price-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #6b7280;
    margin-bottom: 6px;
}
.store-price-value {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
}
@media (max-width: 900px) {
    .nav-right--shop {
        justify-content: center;
    }
    .store-product-card__footer {
        flex-direction: column;
        align-items: stretch;
    }
}
.login-alert p {font-size: 16px;
    overflow: hidden;}
/* Webshop kiegészítések */
.store-login-price-box{font-size:14px;line-height:1.4;background:#f7f7f7;border-radius:18px;padding:14px;margin-top:8px;max-width:380px}.store-login-price-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.store-detail-page,.store-cart-page{max-width:1180px;margin:40px auto;padding:24px}.store-detail-card{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:36px;background:#fff;border-radius:30px;padding:30px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.store-detail-image{background:#f6f6f6;border-radius:26px;display:flex;align-items:center;justify-content:center;padding:20px}.store-detail-image img{max-width:100%;height:auto}.store-detail-content h1{font-size:42px;margin:18px 0}.store-detail-description{font-size:18px;line-height:1.55}.store-add-cart-form{margin-top:28px}.store-packaging-options{display:grid;gap:14px;margin:18px 0}.store-packaging-option{display:flex;gap:12px;align-items:flex-start;border:1px solid #e5e5e5;border-radius:18px;padding:16px;cursor:pointer}.store-packaging-option span{display:grid;gap:4px}.store-packaging-option small,.store-packaging-option em{font-style:normal;color:#555}.store-quantity-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.store-quantity-row input,.store-cart-table input{width:90px;padding:10px;border:1px solid #ddd;border-radius:12px}.store-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.store-modal{background:#fff;border-radius:28px;max-width:520px;width:100%;padding:32px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.store-modal-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}.store-cart-table-wrap{overflow-x:auto;background:#fff;border-radius:24px;padding:20px;box-shadow:0 15px 40px rgba(0,0,0,.07)}.store-cart-table{width:100%;border-collapse:collapse}.store-cart-table th,.store-cart-table td{text-align:left;padding:14px;border-bottom:1px solid #eee}.store-cart-actions{margin-top:16px;text-align:right}.store-checkout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}.store-checkout-step{background:#fff;border-radius:24px;padding:22px;box-shadow:0 15px 40px rgba(0,0,0,.07)}.store-checkout-step>span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:#111;color:#fff;font-weight:700}.store-radio-row{display:flex;gap:10px;align-items:center;border:1px solid #eee;border-radius:14px;padding:12px;margin:10px 0}.store-radio-row em{margin-left:auto;font-style:normal}.store-flash{padding:14px 18px;border-radius:16px;margin:12px 0;background:#f5f5f5; font-size: 16px;}.store-flash--success{background:#e9f8ee}.store-flash--error{background:#fdecec}.cart-link{display:inline-flex;align-items:center}@media(max-width:900px){.store-detail-card,.store-checkout-grid{grid-template-columns:1fr}.store-detail-content h1{font-size:32px}}

/* Webshop szállítási díj kalkuláció */
.store-shipping-note{font-size:15px;line-height:1.45;color:#555;margin:-4px 0 12px 34px}.store-radio-row--disabled{opacity:.55;background:#f7f7f7}.store-grand-total{font-size:20px}.store-cart-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.store-checkout-step p{font-size:16px;line-height:1.5}.store-checkout-step h2{font-size:24px}.store-cart-table th,.store-cart-table td{font-size:16px}.store-radio-row strong{font-size:16px}.store-radio-row em{font-size:15px}

/* Profil oldal finomhangolás */
.store-profile-page {
    padding: 90px 20px 70px;
    background:
        radial-gradient(circle at top left, rgba(223, 173, 83, 0.16), transparent 34%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 48%, #f6f8fb 100%);
}
.store-profile-shell {
    width: min(1160px, 100%);
    margin: 0 auto;
}
.store-profile-hero {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 28px;
    padding: 34px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
    border: 1px solid rgba(226, 232, 240, 0.9);
}
.store-profile-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #fff4dd;
    color: #9a6400;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.store-profile-hero h1 {
    margin: 0 0 10px;
    color: #111827;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.04;
}
.store-profile-hero p {
    max-width: 720px;
    margin: 0;
    color: #4b5563;
    font-size: 19px;
    line-height: 1.55;
}
.store-profile-summary {
    min-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 22px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}
.store-profile-summary strong {
    color: #111827;
    font-size: 20px;
}
.store-profile-summary span {
    color: #64748b;
    font-size: 15px;
    word-break: break-word;
}
.store-profile-form {
    display: grid;
    gap: 22px;
}
.store-profile-card {
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 42px rgba(15, 23, 42, 0.07);
}
.store-profile-card__head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef2f7;
}
.store-profile-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #172033;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(23, 32, 51, 0.18);
    font-size: 18px;
}
.store-profile-card h2 {
    margin: 0 0 5px;
    color: #111827;
    font-size: 26px;
    line-height: 1.2;
}
.store-profile-card p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.45;
}
.store-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}
.store-form-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-profile-card label {
    display: grid;
    gap: 8px;
    color: #374151;
    font-size: 15px;
    font-weight: 800;
}
.store-profile-card input {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    padding: 13px 15px;
    border: 1px solid #d8dee8;
    border-radius: 15px;
    background: #ffffff;
    color: #111827;
    font-size: 16px;
    line-height: 1.3;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.store-profile-card input:focus {
    outline: none;
    border-color: #d19b35;
    box-shadow: 0 0 0 4px rgba(209, 155, 53, .16);
}
.store-profile-card input:disabled {
    background: #f1f5f9;
    color: #64748b;
    cursor: not-allowed;
}
.store-profile-actions {
    position: sticky;
    bottom: 18px;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 6px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.13);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.9);
}
.store-profile-actions .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 900px) {
    .store-profile-page {
        padding: 60px 14px 50px;
    }
    .store-profile-hero {
        flex-direction: column;
        padding: 24px;
        border-radius: 24px;
    }
    .store-profile-summary {
        min-width: 0;
    }
    .store-form-grid,
    .store-form-grid--three {
        grid-template-columns: 1fr;
    }
    .store-profile-card {
        padding: 22px;
        border-radius: 22px;
    }
    .store-profile-actions {
        position: static;
        justify-content: stretch;
    }
    .store-profile-actions .btn {
        width: 100%;
    }
}

/* Profi kosár oldal */
.store-cart-page--pro {
    max-width: 1240px;
    padding: 28px;
}
.store-cart-hero {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 24px;
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 55%, #eef6ff 100%);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    border: 1px solid rgba(2, 132, 199, .10);
}
.store-cart-eyebrow {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #0284c7;
    margin-bottom: 8px;
}
.store-cart-hero h1 {
    margin: 0;
    font-size: 44px;
    line-height: 1.05;
    color: #0f172a;
}
.store-cart-hero p {
    margin: 12px 0 0;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.55;
    color: #475569;
}
.store-cart-hero-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 12px;
    min-width: 430px;
}
.store-cart-hero-summary > div {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(148, 163, 184, .20);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}
.store-cart-hero-summary span,
.store-order-summary-box span,
.store-cart-summary-line--pro span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 7px;
}
.store-cart-hero-summary strong {
    display: block;
    font-size: 19px;
    color: #0f172a;
    white-space: nowrap;
}
.store-cart-layout {
    display: grid;
    gap: 26px;
}
.store-cart-panel,
.store-checkout-step {
    border: 1px solid rgba(148, 163, 184, .22);
}
.store-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}
.store-panel-head h2 {
    margin: 0;
    font-size: 26px;
    color: #0f172a;
}
.store-panel-head p {
    margin: 5px 0 0;
    font-size: 15px;
    color: #64748b;
}
.store-cart-table--pro {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.store-cart-table--pro thead th {
    border-bottom: 0;
    padding: 0 14px 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #64748b;
}
.store-cart-table--pro tbody tr {
    background: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .16);
}
.store-cart-table--pro tbody td {
    border-bottom: 0;
    padding: 16px 14px;
    vertical-align: middle;
}
.store-cart-table--pro tbody td:first-child {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.store-cart-table--pro tbody td:last-child {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.store-cart-product-name {
    display: block;
    font-size: 17px;
    line-height: 1.35;
    color: #0f172a;
}
.store-cart-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #e0f2fe;
    color: #075985;
    font-weight: 700;
    font-size: 14px;
}
.store-cart-table--pro input[type="number"] {
    width: 82px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    background: #fff;
    text-align: center;
    font-weight: 700;
    color: #0f172a;
}
.store-cart-remove a {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 12px;
    background: #fff1f2;
    color: #be123c;
    font-weight: 700;
    text-decoration: none;
}
.store-cart-remove a:hover {
    background: #ffe4e6;
}
.store-cart-summary-line--pro {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, .18);
}
.store-cart-summary-line--pro strong {
    font-size: 20px;
    color: #0f172a;
}
.store-checkout-grid--pro {
    align-items: stretch;
}
.store-checkout-grid--pro .store-checkout-step {
    position: relative;
    overflow: hidden;
    padding: 26px;
    background: #fff;
}
.store-checkout-grid--pro .store-checkout-step::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #0284c7, #38bdf8);
}
.store-checkout-grid--pro .store-checkout-step > span {
    width: 42px;
    height: 42px;
    background: #0284c7;
    box-shadow: 0 10px 22px rgba(2, 132, 199, .25);
    font-size: 16px;
}
.store-checkout-grid--pro .store-checkout-step h2 {
    margin: 16px 0 10px;
    font-size: 23px;
    color: #0f172a;
}
.store-checkout-grid--pro .store-checkout-step p {
    color: #475569;
}
.store-radio-row--pro {
    min-height: 54px;
    border-color: #dbe5ef;
    background: #f8fafc;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    font-size: 20px;
}
.store-radio-row--pro:hover {
    border-color: #38bdf8;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}
.store-radio-row--pro input {
    width: 18px;
    height: 18px;
    accent-color: #0284c7;
}
.store-radio-row--pro em {
    color: #0f172a;
    font-weight: 800;
}
.store-order-summary-box {
    display: grid;
    gap: 10px;
    margin: 16px 0;
    padding: 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, .18);
}
.store-order-summary-box > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}
.store-order-summary-box span {
    margin-bottom: 0;
}
.store-order-summary-box strong {
    color: #0f172a;
    font-size: 17px;
    white-space: nowrap;
}
.store-submit-order {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
}
.store-empty-state--cart {
    max-width: 720px;
    margin: 0 auto;
    padding: 46px 28px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    border: 1px solid rgba(148, 163, 184, .20);
}
.store-empty-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #e0f2fe;
    font-size: 34px;
    margin-bottom: 18px;
}
.store-empty-state--cart h2 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #0f172a;
}
.store-empty-state--cart p {
    margin: 0 auto 22px;
    max-width: 480px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.55;
}
@media (max-width: 980px) {
    .store-cart-hero {
        flex-direction: column;
    }
    .store-cart-hero-summary {
        min-width: 0;
    }
}
@media (max-width: 720px) {
    .store-cart-page--pro {
        padding: 16px;
    }
    .store-cart-hero {
        padding: 22px;
        border-radius: 24px;
    }
    .store-cart-hero h1 {
        font-size: 34px;
    }
    .store-cart-hero-summary {
        grid-template-columns: 1fr;
    }
    .store-panel-head {
        align-items: stretch;
        flex-direction: column;
    }
    .store-cart-table--pro,
    .store-cart-table--pro thead,
    .store-cart-table--pro tbody,
    .store-cart-table--pro th,
    .store-cart-table--pro td,
    .store-cart-table--pro tr {
        display: block;
    }
    .store-cart-table--pro thead {
        display: none;
    }
    .store-cart-table--pro tbody tr {
        margin-bottom: 14px;
        border-radius: 18px;
        overflow: hidden;
    }
    .store-cart-table--pro tbody td,
    .store-cart-table--pro tbody td:first-child,
    .store-cart-table--pro tbody td:last-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        border-radius: 0;
        padding: 12px 14px;
    }
    .store-cart-table--pro tbody td::before {
        content: attr(data-label);
        font-size: 13px;
        font-weight: 800;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: .04em;
    }
    .store-cart-remove::before {
        content: "" !important;
    }
    .store-cart-summary-line--pro {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .store-order-summary-box > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}

/* Főoldali webshop termékkártyák - professzionálisabb, törésbiztos megjelenés */
.store-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
    align-items: stretch;
    width: 100%;
    max-width: 1400px;
}

.store-product-card {
    position: relative;
    min-width: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.store-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(23, 78, 166, 0.18);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
}

.store-product-card__image {
    min-height: 205px;
    height: 205px;
    padding: 22px;
    background: radial-gradient(circle at top, #ffffff 0%, #f3f7fb 72%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.store-product-card__image img {
    width: 100%;
    max-width: 230px;
    height: 160px;
    max-height: 160px;
    object-fit: contain;
    transition: transform .18s ease;
}

.store-product-card:hover .store-product-card__image img {
    transform: scale(1.03);
}

.store-product-card__body {
    min-width: 0;
    padding: 20px 20px 18px;
    gap: 10px;
}

.store-product-card__meta {
    min-width: 0;
    max-height: 64px;
    overflow: hidden;
}

.store-chip {
    max-width: 100%;
    min-width: 0;
    font-size: 11px;
    line-height: 1.2;
    padding: 6px 9px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-product-card h3 {
    min-height: 0;
    max-height: none;
    margin: 2px 0 8px;
    font-size: 16px;
    line-height: 1.35;
    color: #0f172a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.store-packaging-name {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-product-card__desc {
    min-height: 66px;
    max-height: 66px;
    font-size: 14px;
    line-height: 1.55;
    color: #64748b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
}

.store-product-card__footer {
    width: 100%;
    min-width: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    align-items: center;
}

.store-product-card__footer > div {
    min-width: 0;
    flex: 1 1 auto;
}

.store-price-label {
    font-size: 11px;
    line-height: 1.2;
}

.store-price-value {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
}

.store-login-price-box {
    max-width: 100%;
    margin-top: 0;
    padding: 13px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
}

.store-login-price-actions .btn {
    min-height: 38px;
    padding: 9px 13px;
    font-size: 13px;
}

.store-product-card__footer > .btn {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    white-space: nowrap;
}

.store-product-card__footer > .btn img {
    width: 13px;
    height: 13px;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .store-product-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .store-product-card__footer > .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .store-product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .store-product-card__image {
        height: 180px;
        min-height: 180px;
    }

    .store-product-card__image img {
        height: 138px;
        max-height: 138px;
    }

    .store-product-card h3 {
        min-height: auto;
        max-height: none;
        -webkit-line-clamp: 3;
    }

    .store-product-card__desc {
        min-height: auto;
    }
}

/* Profi termék adatlap finomhangolás */
.store-detail-page {
    max-width: 1200px;
    margin: 48px auto 72px;
    padding: 0 24px;
}

.store-detail-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 460px) minmax(0, 1fr);
    gap: 42px;
    align-items: start;
    padding: 34px;
    border: 1px solid #e8eef6;
    border-radius: 34px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
}

.store-detail-image {
    position: sticky;
    top: 24px;
    min-height: 430px;
    border: 1px solid #edf2f7;
    border-radius: 30px;
    background: radial-gradient(circle at 30% 20%, #ffffff 0%, #f5f8fc 48%, #eef4fa 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    padding: 34px;
}

.store-detail-image img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px rgba(15, 23, 42, .12));
}

.store-detail-content {
    min-width: 0;
}

.store-detail-content .store-product-card__meta {
    margin-bottom: 14px;
}

.store-detail-content h1 {
    margin: 0 0 16px;
    color: #102033;
    font-size: 20px;
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 850;
}

.store-detail-description {
    margin: 0 0 26px;
    padding: 18px 20px;
    border-left: 4px solid #1f7ae0;
    border-radius: 18px;
    background: #f7fbff;
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
}

.store-add-cart-form {
    margin-top: 26px;
    padding: 24px;
    border: 1px solid #e5ecf5;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.store-add-cart-form h2 {
    margin: 0 0 16px;
    color: #102033;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.store-packaging-options {
    display: grid;
    gap: 12px;
    margin: 0 0 22px;
}

.store-packaging-option {
    position: relative;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
    padding: 18px 18px 18px 16px;
    border: 1px solid #dfe8f3;
    border-radius: 20px;
    background: #fbfdff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.store-packaging-option:hover {
    transform: translateY(-1px);
    border-color: #b9d5f5;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(31, 122, 224, .09);
}

.store-packaging-option:has(input:checked) {
    border-color: #1f7ae0;
    background: #f1f7ff;
    box-shadow: 0 14px 34px rgba(31, 122, 224, .14);
}

.store-packaging-option input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    accent-color: #1f7ae0;
}

.store-packaging-option span {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px 16px;
    align-items: center;
    min-width: 0;
}

.store-packaging-option strong {
    grid-column: 1 / -1;
    color: #102033;
    font-size: 18px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.store-packaging-option small {
    color: #64748b;
    font-size: 14px;
    font-weight: 650;
}

.store-packaging-option em {
    justify-self: end;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ffffff;
    color: #102033;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .06);
}

.store-packaging-option em:last-child {
    background: #eaf4ff;
    color: #1558a8;
}

.store-quantity-row {
    display: grid;
    grid-template-columns: auto 120px minmax(230px, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eef2f7;
}

.store-quantity-row label {
    color: #334155;
    font-size: 15px;
    font-weight: 800;
}

.store-quantity-row input {
    width: 120px;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #ccd8e6;
    border-radius: 14px;
    color: #102033;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
}

.store-line-total-box {
    padding: 13px 16px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: #f8fbff;
    color: #475569;
    font-size: 15px;
    font-weight: 650;
}

.store-line-total-box strong {
    display: inline-block;
    margin-left: 6px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
    white-space: nowrap;
}

.store-add-cart-form .btn {
    min-height: 48px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 850;
    white-space: nowrap;
}

.store-login-price-box--detail {
    max-width: none;
    margin-top: 24px;
    padding: 22px;
    border: 1px solid #e5ecf5;
    background: #f8fbff;
    color: #334155;
    font-size: 17px;
    font-weight: 700;
}

.store-modal {
    border: 1px solid rgba(255,255,255,.7);
}

@media (max-width: 980px) {
    .store-detail-card {
        grid-template-columns: 1fr;
        padding: 24px;
        gap: 26px;
    }

    .store-detail-image {
        position: static;
        min-height: 300px;
    }

    .store-quantity-row {
        grid-template-columns: 1fr 120px;
    }

    .store-line-total-box,
    .store-quantity-row .btn {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .store-detail-page {
        margin: 28px auto 48px;
        padding: 0 14px;
    }

    .store-detail-card,
    .store-add-cart-form {
        border-radius: 22px;
        padding: 18px;
    }

    .store-detail-image {
        min-height: 240px;
        padding: 20px;
        border-radius: 20px;
    }

    .store-packaging-option span {
        grid-template-columns: 1fr;
    }

    .store-packaging-option em {
        justify-self: start;
    }

    .store-quantity-row {
        grid-template-columns: 1fr;
    }

    .store-quantity-row input {
        width: 100%;
    }
}

/* Termék adatlap galéria */
.store-detail-gallery {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.store-detail-gallery .store-detail-image {
    position: relative;
    min-height: 420px;
    overflow: hidden;
}
.store-detail-gallery .store-detail-image img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    transition: opacity .18s ease, transform .18s ease;
}
.store-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 10px 25px rgba(15,23,42,.16);
    color: #0f172a;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.store-gallery-arrow:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.04);
}
.store-gallery-arrow--prev {
    left: 16px;
}
.store-gallery-arrow--next {
    right: 16px;
}
.store-gallery-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 4px 0 0;
}
.store-gallery-dot {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
    padding: 0;
    transition: width .18s ease, background .18s ease, transform .18s ease;
}
.store-gallery-dot:hover {
    transform: scale(1.15);
    background: #94a3b8;
}
.store-gallery-dot.is-active {
    width: 30px;
    background: #174ea6;
}
@media(max-width:900px){
    .store-detail-gallery .store-detail-image {
        min-height: 280px;
    }
    .store-detail-gallery .store-detail-image img {
        max-height: 300px;
    }
    .store-gallery-arrow {
        width: 38px;
        height: 38px;
        font-size: 28px;
    }
}

/* Static information pages, contact form, footer modal and cookie banner */
.store-static-page {
    width: min(1180px, calc(100% - 32px));
    margin: 42px auto 72px;
    color: #122033;
}
.store-static-hero {
    border-radius: 34px;
    padding: 56px;
    margin-bottom: 28px;
    background: linear-gradient(135deg, rgba(23,78,166,.12), rgba(18,134,89,.12)), #fff;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 24px 70px rgba(15,23,42,.08);
}
.store-static-hero h1 {
    margin: 8px 0 12px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.04;
    color: #0f172a;
}
.store-static-hero p {
    max-width: 780px;
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    color: #475569;
}
.store-eyebrow {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    background: #eef6ff;
    color: #174ea6;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 13px;
}
.store-static-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}
.store-static-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 18px 50px rgba(15,23,42,.06);
    margin-bottom: 24px;
}
.store-static-card--wide { text-align: center; }
.store-static-card h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.2;
}
.store-static-card h3 {
    margin: 24px 0 12px;
    color: #17345f;
    font-size: 21px;
}
.store-static-card p,
.store-static-card li {
    font-size: 17px;
    line-height: 1.72;
    color: #475569;
}
.store-static-card ul { padding-left: 22px; margin: 0; }
.static-table-wrap { overflow-x: auto; margin: 18px 0 22px; }
.static-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 360px;
}
.static-table th,
.static-table td {
    padding: 13px 14px;
    border-bottom: 1px solid #e8eef6;
    text-align: left;
    font-size: 16px;
}
.static-table th {
    background: #f8fafc;
    color: #334155;
    font-weight: 800;
}
.static-price-list li { margin-bottom: 10px; }
.store-note {
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e6edf5;
}
.store-static-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: #174ea6;
    color: #fff !important;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(23,78,166,.24);
}
.store-contact-layout {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 26px;
    align-items: start;
}
.store-contact-form {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 18px 50px rgba(15,23,42,.07);
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.store-contact-form .form-grid.two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.store-contact-form label,
.contact-status-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #334155;
    font-weight: 800;
    font-size: 15px;
}
.store-contact-form input,
.store-contact-form textarea,
.contact-status-form select {
    width: 100%;
    border: 1px solid #dbe5ef;
    border-radius: 16px;
    background: #f8fafc;
    color: #0f172a;
    padding: 14px 15px;
    font-size: 17px;
    outline: none;
    box-sizing: border-box;
}
.store-contact-form textarea { resize: vertical; min-height: 160px; }
.store-contact-form input:focus,
.store-contact-form textarea:focus,
.contact-status-form select:focus {
    background: #fff;
    border-color: #174ea6;
    box-shadow: 0 0 0 4px rgba(23,78,166,.12);
}
.store-form-alert {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 22px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid #fecaca;
    background: #fff5f5;
    color: #b91c1c;
    font-weight: 700;
}
.store-form-alert.success {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}
.footer--modern {
    padding: 32px 0 18px;
}
.footer-main {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 18px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
}
.footer-main strong { font-size: 22px; color: #0f172a; }
.footer-main p { margin: 8px 0 0; color: #64748b; font-size: 16px;}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: flex-end;
    align-items: center;
    
}
.footer-links a,
.footer-link-button {
    border: 0;
    background: transparent;
    color: #174ea6;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    font-size: 15px;
}
.pdf-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}
.pdf-modal.is-open { display: block; }
.pdf-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.64);
    backdrop-filter: blur(5px);
}
.pdf-modal__panel {
    position: relative;
    width: min(1050px, calc(100% - 32px));
    height: min(84vh, 880px);
    margin: 5vh auto;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 100px rgba(0,0,0,.32);
    display: flex;
    flex-direction: column;
}
.pdf-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid #e6edf5;
}
.pdf-modal__header h2 { margin: 0; font-size: 22px; color: #0f172a; }
.pdf-modal__close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #eef2f7;
    color: #0f172a;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}
.pdf-modal iframe {
    flex: 1;
    width: 100%;
    border: 0;
}
.cookie-banner {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
    padding: 18px 20px;
    background: #0f172a;
    color: #fff;
    border-radius: 22px;
    box-shadow: 0 22px 70px rgba(0,0,0,.28);
}
.cookie-banner[hidden] { display: none !important; }
.cookie-banner strong { font-size: 18px; }
.cookie-banner p { margin: 6px 0 0; color: #dbeafe; line-height: 1.5; }
.cookie-banner button {
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-weight: 900;
    padding: 12px 20px;
    cursor: pointer;
    white-space: nowrap;
}
.contact-detail-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
}
.contact-status-form {
    background: #f8fafc;
    border: 1px solid #e6edf5;
    border-radius: 18px;
    padding: 18px;
    align-self: start;
}
.contact-message-body {
    white-space: normal;
    font-size: 17px;
    line-height: 1.8;
    color: #334155;
}
@media (max-width: 900px) {
    .store-static-hero { padding: 34px 22px; border-radius: 26px; }
    .store-static-grid,
    .store-contact-layout,
    .store-contact-form .form-grid.two,
    .contact-detail-grid { grid-template-columns: 1fr; }
    .footer-main { flex-direction: column; }
    .footer-links { justify-content: flex-start; }
    .cookie-banner { flex-direction: column; align-items: flex-start; }
}

/* =========================================================
   Admin contact messages - polished layout
   ========================================================= */
.admin-contact-page {
    --admin-contact-primary: #174ea6;
    --admin-contact-primary-dark: #123f86;
    --admin-contact-ink: #0f172a;
    --admin-contact-muted: #64748b;
    --admin-contact-border: #e2e8f0;
    --admin-contact-soft: #f8fafc;
    max-width: 1280px;
    margin: 0 auto;
    color: var(--admin-contact-ink);
}
.admin-contact-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
    padding: 28px 30px;
    border: 1px solid rgba(23,78,166,.12);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(23,78,166,.14), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: 0 18px 55px rgba(15,23,42,.08);
}
.admin-contact-hero.compact { padding: 24px 28px; }
.admin-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(23,78,166,.1);
    color: var(--admin-contact-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.admin-contact-hero h1 {
    margin: 0;
    color: var(--admin-contact-ink);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.08;
    font-weight: 900;
}
.admin-contact-hero p {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--admin-contact-muted);
    font-size: 17px;
    line-height: 1.55;
}
.admin-contact-hero-badge {
    min-width: 170px;
    padding: 20px 22px;
    border: 1px solid rgba(23,78,166,.14);
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 34px rgba(15,23,42,.07);
}
.admin-contact-hero-badge strong {
    display: block;
    color: var(--admin-contact-primary);
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
}
.admin-contact-hero-badge span {
    display: block;
    margin-top: 8px;
    color: var(--admin-contact-muted);
    font-size: 14px;
    font-weight: 800;
}
.admin-contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.admin-contact-card {
    margin-bottom: 22px;
    padding: 24px;
    border: 1px solid var(--admin-contact-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15,23,42,.06);
}
.admin-contact-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}
.admin-contact-card-head h2 {
    margin: 0;
    color: var(--admin-contact-ink);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}
.admin-contact-card-head p {
    margin: 6px 0 0;
    color: var(--admin-contact-muted);
    font-size: 15px;
    line-height: 1.5;
}
.admin-contact-alert {
    margin: 0 0 18px;
    padding: 15px 18px;
    border-radius: 18px;
    font-weight: 800;
    border: 1px solid #fecaca;
    background: #fff5f5;
    color: #b91c1c;
}
.admin-contact-alert.success {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}
.admin-contact-filter {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) minmax(210px, .7fr) auto;
    align-items: end;
    gap: 16px;
}
.admin-contact-filter label,
.admin-contact-status-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #334155;
    font-size: 14px;
    font-weight: 900;
}
.admin-contact-filter input,
.admin-contact-filter select,
.admin-contact-status-form select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #dbe5ef;
    border-radius: 15px;
    background: var(--admin-contact-soft);
    color: var(--admin-contact-ink);
    padding: 0 14px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.admin-contact-filter input:focus,
.admin-contact-filter select:focus,
.admin-contact-status-form select:focus {
    border-color: var(--admin-contact-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(23,78,166,.12);
}
.admin-contact-filter-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.admin-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: var(--admin-contact-primary);
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(23,78,166,.22);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.admin-contact-btn:hover {
    transform: translateY(-1px);
    background: var(--admin-contact-primary-dark);
    box-shadow: 0 14px 32px rgba(23,78,166,.26);
}
.admin-contact-btn.ghost {
    border: 1px solid #dbe5ef;
    background: #fff;
    color: var(--admin-contact-primary) !important;
    box-shadow: none;
}
.admin-contact-btn.ghost:hover { background: #f5f9ff; }
.admin-contact-btn.small {
    min-height: 38px;
    padding: 0 14px;
    font-size: 14px;
}
.admin-contact-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--admin-contact-border);
    border-radius: 20px;
}
.admin-contact-table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}
.admin-contact-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 15px 16px;
    background: #f8fafc;
    color: #334155;
    border-bottom: 1px solid var(--admin-contact-border);
    text-align: left;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.admin-contact-table td {
    padding: 17px 16px;
    border-bottom: 1px solid #edf2f7;
    color: #1f2937;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.45;
}
.admin-contact-table tbody tr:last-child td { border-bottom: 0; }
.admin-contact-table tbody tr:hover { background: #fbfdff; }
.admin-contact-sender strong,
.admin-contact-message-preview strong {
    display: block;
    color: var(--admin-contact-ink);
    font-size: 16px;
    font-weight: 900;
}
.admin-contact-sender span,
.admin-contact-message-preview span,
.admin-contact-muted {
    display: block;
    margin-top: 5px;
    color: var(--admin-contact-muted);
    font-size: 14px;
}
.admin-contact-message-preview { max-width: 420px; }
.admin-contact-link {
    color: var(--admin-contact-primary);
    text-decoration: none;
    font-weight: 900;
}
.admin-contact-link:hover { text-decoration: underline; }
.admin-contact-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}
.admin-contact-status.new {
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
}
.admin-contact-status.handled {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}
.admin-contact-date {
    color: #475569;
    font-weight: 700;
    white-space: nowrap;
}
.admin-contact-actions-col { width: 130px; }
.admin-contact-empty {
    padding: 44px 20px !important;
    text-align: center !important;
    color: var(--admin-contact-muted) !important;
}
.admin-contact-empty strong {
    display: block;
    color: var(--admin-contact-ink);
    font-size: 18px;
    margin-bottom: 6px;
}
.admin-contact-empty span { display: block; }
.admin-contact-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 22px;
    align-items: start;
}
.admin-contact-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.admin-contact-info-list div {
    padding: 15px 16px;
    border: 1px solid #edf2f7;
    border-radius: 17px;
    background: var(--admin-contact-soft);
}
.admin-contact-info-list span {
    display: block;
    margin-bottom: 6px;
    color: var(--admin-contact-muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .035em;
}
.admin-contact-info-list strong {
    color: var(--admin-contact-ink);
    font-size: 16px;
    word-break: break-word;
}
.admin-contact-status-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.admin-contact-message-card { margin-bottom: 0; }
.admin-contact-message-body {
    padding: 22px;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    background: #fbfdff;
    color: #263445;
    font-size: 17px;
    line-height: 1.85;
    white-space: normal;
    word-break: break-word;
}
@media (max-width: 1100px) {
    .admin-contact-filter,
    .admin-contact-detail-layout { grid-template-columns: 1fr; }
    .admin-contact-filter-actions { justify-content: flex-start; }
}
@media (max-width: 760px) {
    .admin-content { padding: 16px; }
    .admin-contact-hero { flex-direction: column; align-items: flex-start; padding: 22px; border-radius: 22px; }
    .admin-contact-hero-actions { justify-content: flex-start; }
    .admin-contact-hero-badge { width: 100%; box-sizing: border-box; }
    .admin-contact-card { padding: 18px; border-radius: 20px; }
    .admin-contact-info-list { grid-template-columns: 1fr; }
    .admin-contact-filter-actions { flex-direction: column; align-items: stretch; }
    .admin-contact-btn { width: 100%; box-sizing: border-box; }
}

/* ── Kategória csempék: a tag reset ────────────────────────── */
a.card-info {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* ── Kategória aloldal hero ─────────────────────────────────── */
.category-hero {
  background: linear-gradient(135deg, #0f517b 0%, #1a7abf 100%);
  color: #fff;
  padding: 60px 40px 48px;
  text-align: center;
}
.category-hero__title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
    color: white;
}
.category-hero__sub {
  font-size: 1.05rem;
  opacity: 0.85;
  margin: 0;
}
.category-products-section {
  scroll-margin-top: 80px;
}

/* ── Szállítási kedvezmény értesítő ─────────────────── */
.store-discount-notice {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: #065f46;
  margin-bottom: 16px;
}

/* ── Nyelv választó legördülő ─────────────────────────────────────── */
.lang-switcher { position: relative; display: inline-flex; align-items: center; }
.lang-switcher__btn { background: none; border: 1px solid #d1d5db; border-radius: 8px; padding: 5px 8px; cursor: pointer; display: flex; align-items: center; gap: 4px; transition: .15s; }
.lang-switcher__btn:hover { background: #f3f4f6; }
.lang-flag { width: 24px; height: 16px; border-radius: 2px; object-fit: cover; display: inline-block; vertical-align: middle; }
.lang-switcher__arrow { font-size: 9px; opacity: .6; line-height: 1; }
.lang-switcher__dropdown { display: none !important; position: absolute; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; box-shadow: 0 4px 16px rgba(0,0,0,.12); min-width: 150px; z-index: 9999; padding: 6px 0; }
.lang-switcher__dropdown.open { display: block !important; }
.lang-switcher__item { display: flex; align-items: center; gap: 10px; padding: 8px 14px; text-decoration: none; font-size: 14px; color: #374151; white-space: nowrap; }
.lang-switcher__item:hover { background: #f9fafb; }
.lang-switcher__item.active { font-weight: 700; color: #0f517b; }

/* ── Kosár összesítő ─────────────────────────────────── */
.store-summary-total { border-top: 2px solid #e5e7eb; margin-top: 8px; padding-top: 10px; }
.store-summary-total span { font-weight: 700; color: #0f172a; }
.store-summary-total strong { font-size: 1.1rem; font-weight: 800; color: #0f517b; }
.store-order-summary-box > div { display: flex; justify-content: space-between; align-items: center; padding: 5px 0; font-size: 14px; gap: 12px; }

/* ── Rendelés sikeres blokk ──────────────────────────── */
.store-order-success-box {
    background: #fff;
    border: 2px solid #6ee7b7;
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
    max-width: 520px;
    width: 100%;
    margin: 24px auto;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0,0,0,.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.store-order-success-box h2 { margin: 0; font-size: 1.5rem; color: #166534; }
.store-order-success-icon { font-size: 2.5rem; line-height: 1; }
.store-order-success-box p { color: #374151; font-size: 15px; margin: 0; }
.store-order-success-box .btn { min-width: 180px; }

/* ── Termék tulajdonságok panel ──────────────────────── */
.store-detail-properties {
    margin-top: 24px;
    background: #fff;
    border-radius: 30px;
    padding: 28px 32px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    width: 100%;
}
.store-props-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #64748b;
    margin: 0 0 12px;
}
.store-props-table {
    width: 100%;
    border-collapse: collapse;
}
.store-props-table tr + tr td {
    border-top: 1px solid #e2e8f0;
}
.store-props-name {
    font-size: 13px;
    color: #64748b;
    padding: 7px 12px 7px 0;
    width: 55%;
    vertical-align: middle;
}
.store-props-value {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    padding: 7px 0;
    vertical-align: middle;
}
.store-props-unit {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 400;
    margin-left: 3px;
}
