@charset "UTF-8";
.gridCont {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
}

@layer default, comp, aloldal, hover, resp, ipad, mobil, mobilMenu, landscape, notebook, external;
@layer default {
  * {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 0px;
    font-family: "Jost", sans-serif;
    color: #1B1B1B;
    outline: none !important;
  }
  body {
    background: #fff;
  }
  svg path {
    color: inherit;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  a * {
    font-size: inherit;
    color: inherit;
  }
  .albody {
    display: grid;
    grid-template-rows: 148px 1fr min-content;
    min-height: 100svh;
  }
  .albody footer {
    grid-row: 3;
  }
  .albody main {
    grid-row: 2;
  }
  .albody .whatsapp {
    top: 313px;
  }
  .albody header .gridCont {
    background: #E9E9E9 !important;
  }
  .breadCrumbs {
    margin-bottom: 40px;
  }
  .breadCrumbs .gridCont {
    display: flex !important;
    grid-column-gap: 10px;
    align-items: center;
  }
  .breadCrumbs .gridCont a {
    pointer-events: none;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
  }
  .breadCrumbs .gridCont a.home {
    color: #B3AEAF;
  }
  .breadCrumbs .gridCont a:last-child {
    color: #E30D1B;
  }
  picture {
    display: table;
  }
  picture img {
    max-width: 100%;
    height: auto;
  }
  #form_recaptcha {
    border: 0 !important;
  }
  @media (max-width: 800px) {
    .subHeader .gridCont h1 {
      font-size: 30px !important;
      line-height: initial !important;
    }
  }
  @font-face {
    font-family: "lg";
    src: url("../fonts/lg-0e08cb307313fc66768b7c30f8edcdbb.woff2") format("woff2"), url("../fonts/lg-96f120a03a273c27f18cfda8253cca28.ttf") format("truetype"), url("../fonts/lg-013c1ff4d647b4d92d50e60af801b1a8.woff") format("woff"), url("../fonts/lg-ffb8fbc9603c01642528200576857474.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  .lg-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "lg" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .lg-next,
  .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
    outline: none;
    border: none;
  }
  .lg-next.disabled,
  .lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
  }
  .lg-next:hover:not(.disabled),
  .lg-prev:hover:not(.disabled) {
    color: #fff;
  }
  .lg-single-item .lg-next,
  .lg-single-item .lg-prev {
    display: none;
  }
  .lg-next {
    right: 20px;
  }
  .lg-next:before {
    content: "\e095";
  }
  .lg-prev {
    left: 20px;
  }
  .lg-prev:after {
    content: "\e094";
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  .lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    position: relative;
  }
  .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
  }
  .lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
  }
  .lg-toolbar .lg-icon:hover {
    color: #fff;
  }
  .lg-toolbar .lg-close:after {
    content: "\e070";
  }
  .lg-toolbar .lg-maximize {
    font-size: 22px;
  }
  .lg-toolbar .lg-maximize:after {
    content: "\e90a";
  }
  .lg-toolbar .lg-download:after {
    content: "\e0f2";
  }
  .lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
  }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .lg-sub-html a {
    color: inherit;
  }
  .lg-sub-html a:hover {
    text-decoration: underline;
  }
  .lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  .lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .lg-error-msg {
    font-size: 14px;
    color: #999;
  }
  .lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
  }
  .lg-closing .lg-toolbar,
  .lg-closing .lg-prev,
  .lg-closing .lg-next,
  .lg-closing .lg-sub-html {
    opacity: 0;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  .lg-icon:focus-visible {
    color: #fff;
    border-radius: 3px;
    outline: 1px dashed rgba(255, 255, 255, 0.6);
  }
  .lg-toolbar .lg-icon:focus-visible {
    border-radius: 8px;
    outline-offset: -5px;
  }
  .lg-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg-container {
    display: none;
    outline: none;
  }
  .lg-container.lg-show {
    display: block;
  }
  .lg-on {
    scroll-behavior: unset;
  }
  .lg-overlay-open {
    overflow: hidden;
  }
  .lg-toolbar,
  .lg-prev,
  .lg-next,
  .lg-pager-outer,
  .lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    will-change: transform, opacity;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-show-in .lg-toolbar,
  .lg-show-in .lg-prev,
  .lg-show-in .lg-next,
  .lg-show-in .lg-pager-outer {
    opacity: 1;
  }
  .lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
  }
  .lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  .lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: none;
    will-change: auto;
    overflow: hidden;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer * {
    box-sizing: border-box;
  }
  .lg-outer.lg-zoom-from-image {
    opacity: 1;
  }
  .lg-outer.lg-visible {
    opacity: 1;
  }
  .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-outer.lg-grab img.lg-object {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0s;
    white-space: nowrap;
  }
  .lg-outer .lg-item {
    display: none !important;
  }
  .lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url("../images/loading-2d5283881b888eb921ef7f2a9e763859.gif") no-repeat scroll center center transparent;
  }
  .lg-outer.lg-css3 .lg-prev-slide,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
  }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important;
  }
  .lg-outer .lg-item,
  .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-item:before,
  .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
  }
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  .lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
  }
  .lg-outer .lg-empty-html.lg-sub-html,
  .lg-outer .lg-empty-html .lg-sub-html {
    display: none;
  }
  .lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
  }
  .lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s;
  }
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    transition: opacity 333ms ease-in 0s;
  }
  .lg-backdrop.in {
    opacity: 1;
  }
  .lg-css3.lg-no-trans .lg-prev-slide,
  .lg-css3.lg-no-trans .lg-next-slide,
  .lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important;
  }
  .lg-css3.lg-use-css3 .lg-item {
    backface-visibility: hidden;
  }
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    transition: opacity 0.1s ease 0s;
  }
  .lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  }
  .lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-container {
    display: none;
  }
  .lg-container.lg-show {
    display: block;
  }
  .lg-container.lg-dragging-vertical .lg-backdrop {
    transition-duration: 0s !important;
  }
  .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-inline .lg-backdrop,
  .lg-inline .lg-outer {
    position: absolute;
  }
  .lg-inline .lg-backdrop {
    z-index: 1;
  }
  .lg-inline .lg-outer {
    z-index: 2;
  }
  .lg-inline .lg-maximize:after {
    content: "\e909";
  }
  .lg-components {
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    transition: transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  /**
   * Swiper 11.1.14
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2024 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: September 12, 2024
   */
  @font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
  }
  :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-horizontal {
    touch-action: pan-y;
  }
  .swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  /* 3D Effects */
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
  }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  /* CSS Mode */
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  /* Slide styles start */
  /* 3D Shadows */
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* Slide styles end */
}
@layer comp {
  header {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1000;
    width: 100svw;
  }
  header .gridCont {
    max-width: 1440px !important;
    padding: 20px 40px;
    background: #fff;
    border-radius: 30px;
    align-items: center;
    grid-template-columns: min-content 1fr minmax(200px, 350px) min-content min-content;
    grid-column-gap: 20px;
  }
  header .gridCont nav ul {
    display: flex;
  }
  header .gridCont nav ul li.active a {
    background: #E30D1B;
  }
  header .gridCont nav ul li.active a span {
    color: #fff;
  }
  header .gridCont nav ul li:not(header .gridCont nav ul li.active) a span {
    color: #1B1B1B;
  }
  header .gridCont nav ul li a {
    padding: 0 30px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    align-content: center;
  }
  header .gridCont nav ul li a span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }
  header .gridCont .search {
    position: relative;
  }
  header .gridCont .search form {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 48px;
    border: 1px solid #1B1B1B;
    height: 50px;
    border-radius: 50px;
    background: #fff;
  }
  header .gridCont .search form div {
    position: relative;
  }
  header .gridCont .search form div:has(input:-moz-placeholder) label {
    opacity: 0;
  }
  header .gridCont .search form div:has(input:placeholder-shown) label {
    opacity: 0;
  }
  header .gridCont .search form div:not(:has(input:-moz-placeholder)) label {
    opacity: 0.5;
  }
  header .gridCont .search form div:not(:has(input:placeholder-shown)) label {
    opacity: 0.5;
  }
  header .gridCont .search form div label {
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    color: #1B1B1B;
    position: absolute;
    left: 16px;
    top: -9px;
  }
  header .gridCont .search form div input {
    height: 100%;
    width: -webkit-fill-available;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    text-indent: 16px;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
  }
  header .gridCont .search form div input:placeholder {
    color: #B3AEAF;
    text-indent: 16px;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
  }
  header .gridCont .search form button {
    border: 0;
    padding: 0;
    background: transparent;
    justify-self: center;
    cursor: pointer;
  }
  header .gridCont .userLink {
    border: 1px solid #1B1B1B;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    grid-column-gap: 14px;
    background: #fff;
  }
  header .gridCont .userLink span.loggedIn {
    height: 17px;
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    align-self: center;
  }
  header .gridCont .userLink span.loggedIn * {
    font-size: 17px;
    line-height: 17px;
  }
  header .gridCont .userLink span.loggedIn strong {
    font-weight: 700;
  }
  header .gridCont .userLink span.loggedIn br {
    display: none;
  }
  header .gridCont .userLink span:not(header .gridCont .userLink span.loggedIn) {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
  }
  header .gridCont .cartLink {
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #E30D1B;
    position: relative;
    border-radius: 50px;
  }
  header .gridCont .cartLink .notEmpty {
    width: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    display: table;
    background: #000;
    color: #fff;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    top: -5px;
    right: -5px;
  }
  .partner {
    padding: 100px 0;
  }
  .partner .gridCont {
    grid-template-columns: 481px 1fr;
    align-items: center;
  }
  .partner .gridCont .left {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
    text-align: left;
  }
  .partner .gridCont .left small {
    color: #E30D1B;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    grid-column-gap: 7.5px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
  }
  .partner .gridCont .left small:before {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    line-height: 11px;
    content: "";
    display: table;
    background: #E30D1B;
  }
  .partner .gridCont .left strong {
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
  }
  .partner .gridCont .left a {
    margin: 10px auto 0 0;
    display: flex;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    background: #E30D1B;
    padding: 0 40px;
    grid-column-gap: 17px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .partner .gridCont .left a span {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
  }
  .partner .gridCont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    counter-reset: section;
  }
  .partner .gridCont ul li {
    background: #E9E9E9;
    border-radius: 150px 20px 20px 20px;
    position: relative;
    height: 199px;
    width: -webkit-fill-available;
  }
  .partner .gridCont ul li svg {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    line-height: 55px;
    background: #fff;
    z-index: 1;
    position: absolute;
    padding: 30px;
    left: 0;
    top: 0;
  }
  .partner .gridCont ul li span {
    position: absolute;
    right: 72px;
    text-align: center;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #1B1B1B;
    max-width: 255px;
  }
  .partner .gridCont ul li:after {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    z-index: 1;
    right: 26.5px;
    bottom: 0;
    font-size: 60px;
    line-height: 43px;
    font-weight: 700;
    color: #B3AEAF;
    opacity: 0.2;
  }
  .markak {
    background: #E9E9E9;
    padding: 90px 0;
  }
  .markak .gridCont > small {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #E30D1B;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
  }
  .markak .gridCont > small:after {
    content: "";
    display: table;
    margin: 5px auto 0 auto;
    background: #E30D1B;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    line-height: 11px;
  }
  .markak .gridCont > strong {
    display: table;
    margin: 0 auto 40px auto;
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
  }
  .markak .gridCont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .markak .gridCont ul li {
    background: #fff;
    border-radius: 20px;
    height: 200px;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .markak .gridCont ul li svg {
    max-width: 80% !important;
    height: initial !important;
  }
  footer {
    width: 90%;
    max-width: 1520px;
    margin: 0 auto;
    display: grid;
    background: #E9E9E9;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  footer .top {
    display: grid;
    padding: 30px 0;
    grid-template-columns: minmax(min-content, 337.5px) repeat(3, 1fr);
    grid-column-gap: 30px;
  }
  footer .top .left {
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .top .footerMenu {
    text-align: left;
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
  }
  footer .top .footerMenu > strong {
    font-size: 29px;
    line-height: 39px;
    font-weight: 700;
    color: #E30D1B;
  }
  footer .top .footerMenu ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
  }
  footer .top .footerMenu ul li a {
    font-size: 15px;
    line-height: 39px;
    font-weight: 400;
  }
  footer .top .footerMenu ul li a span {
    font-size: 15px;
    line-height: 39px;
    font-weight: 400;
  }
  footer .top .mainMenu li a span {
    text-transform: uppercase;
  }
  footer .top .hasznosMenu li a span {
    text-transform: uppercase;
  }
  footer .top .kapcsolatMenu ul li {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
  }
  footer .top .kapcsolatMenu ul li:last-child strong {
    display: table;
  }
  footer .top .kapcsolatMenu ul li strong {
    color: #E30D1B;
    font-size: 15px;
    line-height: 39px;
    font-weight: 700;
  }
  footer .top .kapcsolatMenu ul li a span {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
  }
  footer .bot {
    padding: 42px 105px;
    display: flex;
    width: -webkit-fill-available;
    align-items: center;
    justify-content: space-between;
  }
  footer .bot > strong {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
  .elitelogo {
    border: 1px solid #1B1B1B;
    text-align: center;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 0;
  }
  .elitelogo svg {
    margin: 4px auto 0 auto;
  }
  .elitelogo svg path {
    fill: #1B1B1B;
  }
  .elitelogo span {
    display: table;
    margin: 0 auto;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }
  .accordion {
    margin-bottom: 40px;
    padding: 37px;
    border-radius: 40px;
    background: #E9E9E9;
    width: -webkit-fill-available;
  }
  .accordion .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 61px auto;
    position: relative;
  }
  .accordion .item:not(:last-child):not(:has(input:checked)) label {
    border-bottom: 1px solid rgba(27, 27, 27, 0.1);
  }
  .accordion .item input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    grid-row: 1;
    grid-column: 1;
  }
  .accordion .item input:checked ~ label:before {
    content: "-";
  }
  .accordion .item input:checked ~ label span {
    color: #E30D1B !important;
  }
  .accordion .item input:not(:checked) ~ label:before {
    content: "+";
  }
  .accordion .item input:not(:checked) ~ label span {
    color: #000;
  }
  .accordion .item input:checked ~ .text {
    height: initial;
    opacity: 1;
  }
  .accordion .item input:not(:checked) ~ .text {
    height: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  .accordion .item .text {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    transition: opacity 0.5s ease, height 0.5s ease;
  }
  .accordion .item .text p {
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000;
  }
  .accordion .item .text p * {
    font-size: 16px;
    line-height: 28px;
  }
  .accordion .item .text p strong {
    font-weight: 700;
  }
  .accordion .item label {
    width: 100%;
    height: 100%;
    grid-row: 1;
    grid-column: 1;
    display: grid;
    align-items: center;
    transition: color 0.5s ease;
    grid-template-columns: 1fr 20px;
    grid-column-gap: 10px;
    border-bottom: 1px solid transparent;
  }
  .accordion .item label span {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    grid-column: 1;
  }
  .accordion .item label:before {
    grid-column: 2;
    grid-row: 1;
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: grid;
    text-align: center;
    align-items: center;
    font-weight: 700;
    color: #E30D1B;
  }
  .elite-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .elite-gallery a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .elite-gallery a picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .elite-gallery a picture img {
    width: 100%;
    height: initial;
  }
  .elite-gallery a:before {
    position: absolute;
    display: grid;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: "+";
    font-size: 40px;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    /*background: $dark;*/
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    opacity: 0;
    z-index: 2;
    color: #fff;
  }
  .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    aspect-ratio: 1920/893;
  }
  .slider .swiper-container {
    z-index: 5;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slider .swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    transform: initial !important;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide {
    display: grid;
    grid-template-rows: min-content;
    align-items: center;
    justify-items: center;
    text-align: left;
    transform: initial !important;
    transition: opacity 1s ease !important;
    width: 100% !important;
    align-content: center;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
    position: absolute !important;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    position: relative !important;
    opacity: 1 !important;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide:after {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    display: table;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #1B1B1B;
    opacity: 0.4;
  }
  .slider .slideText {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    text-align: center;
  }
  .slider .slideText h1 {
    z-index: 5;
    position: relative;
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
  }
  .slider .slideText h1 * {
    font-size: 60px;
    line-height: 65px;
  }
  .slider .slideText h1 strong {
    font-weight: 700;
  }
  .slider .slideText > a {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    grid-column-gap: 17px;
    padding: 0 40px;
    height: 60px;
    border-radius: 60px;
    background: #E30D1B;
  }
  .slider .slideText > a span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
  }
  .slider .slideText .swiper-pagination {
    margin: 80px auto 0 auto;
    display: flex;
    grid-column-gap: 5px;
    justify-content: center;
  }
  .slider .slideText .swiper-pagination span {
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    width: 20px;
    display: table;
    cursor: pointer;
  }
  .slider .slideText .swiper-pagination span.swiper-pagination-bullet-active {
    background: #E30D1B;
  }
  .slider .slideText .swiper-pagination span:not(.slider .slideText .swiper-pagination span.swiper-pagination-bullet-active) {
    background: #fff;
  }
  .google_cookie {
    display: none;
    position: fixed;
    z-index: 80000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    width: 95%;
    max-width: 930px;
    max-height: 95svh;
    background: #fff;
    filter: drop-shadow(0px 0px 68px rgba(0, 0, 0, 0.15));
    color: #fff;
    padding: 76px 90px 58px 90px !important;
    text-align: center;
  }
  .google_cookie > span {
    display: table;
    margin: 0px auto 70px auto !important;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: initial;
    color: #000;
  }
  .google_cookie.hideCookie {
    display: none !important;
  }
  .google_cookie.showCookie {
    display: table !important;
  }
  .google_cookie .cookie_options {
    margin: 0px auto 50px auto !important;
    width: 100%;
    justify-content: center;
    display: none;
    grid-row-gap: 25px;
    grid-column-gap: 120px;
    grid-template-columns: repeat(2, min-content);
  }
  .google_cookie .cookie_options.cookieOpen {
    display: grid !important;
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(3) {
    display: table !important;
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(2) {
    display: none !important;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(3) {
    display: none;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(4) {
    display: none;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(2) {
    display: table;
  }
  .google_cookie .cookie_options .check {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 15px auto;
  }
  .google_cookie .cookie_options .check > * {
    grid-row: 1;
  }
  .google_cookie .cookie_options .check input {
    grid-column: 1/1;
    z-index: 2;
    padding: 0px !important;
    margin: 0px !important;
    background: transparent;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid #000 !important;
  }
  .google_cookie .cookie_options .check input:checked ~ span {
    display: block !important;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] {
    pointer-events: none !important;
    border: 1px solid #666666 !important;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] + span {
    color: #fff !important;
    background: #666666;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] + span:before {
    color: #fff !important;
  }
  .google_cookie .cookie_options .check span {
    grid-column: 1/1;
    color: green;
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    display: none;
    position: relative !important;
  }
  .google_cookie .cookie_options .check span:before {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 15px !important;
    font-family: fontello;
    content: "\e802";
    color: #3149e7;
  }
  .google_cookie .cookie_options .check label {
    grid-column: 2/2;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    margin: 0px !important;
    vertical-align: top;
    line-height: 15px !important;
  }
  .google_cookie .cookie_buttons {
    width: 100%;
    margin: 0px auto;
    display: grid;
    grid-column-gap: 15px;
  }
  .google_cookie .cookie_buttons button.deny {
    font-size: 13px;
    border: 0px;
    background: transparent;
    grid-column-end: 3;
    grid-column-start: 1;
    margin: 10px auto 0px auto;
    opacity: 0.4;
    cursor: pointer;
    width: 100px;
  }
  .google_cookie .cookie_buttons button:not(.deny) {
    border: 1px solid #E30D1B;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    height: 60px;
    cursor: pointer;
  }
  .google_cookie .cookie_buttons button:not(.deny):first-child {
    background: #E30D1B;
    color: #fff;
  }
  .google_cookie .cookie_buttons button:not(.deny):not(:first-child) {
    color: #000;
    background: transparent;
  }
  @media (max-width: 1000px) {
    .google_cookie {
      padding: 30px !important;
    }
    .google_cookie > span {
      font-size: 14px !important;
      line-height: initial;
      margin-bottom: 20px !important;
    }
    .google_cookie .cookie_options {
      grid-template-columns: 1fr;
      grid-row-gap: 4px;
      grid-template-columns: min-content;
      margin: 0px auto 20px auto !important;
    }
    .google_cookie .cookie_options .check label {
      font-size: 14px !important;
      margin: 0px !important;
      vertical-align: top !important;
      line-height: 15px !important;
    }
    .google_cookie .cookie_buttons button {
      font-size: 12px !important;
      height: 40px !important;
      line-height: 12px !important;
    }
  }
  #form {
    width: -webkit-fill-available;
    border-radius: 30px;
    background: #E9E9E9;
    padding: 60px 0;
  }
  #form > div {
    width: -webkit-fill-available;
    max-width: 709px;
    margin: 0 auto 20px auto;
    border: 1px solid #000;
    border-radius: 30px;
    background: #fff;
    position: relative;
  }
  #form > div:has(.any), #form > div:has(input[type=radio]), #form > div:has(input[type=checkbox]) {
    text-align: left;
    display: grid;
    background: none;
    border: none;
    grid-template-columns: 20px auto;
    grid-column-gap: 8px;
    align-items: center;
    border: 0;
  }
  #form > div:has(.any):not(:has(.any)), #form > div:has(input[type=radio]):not(:has(.any)), #form > div:has(input[type=checkbox]):not(:has(.any)) {
    display: table;
  }
  #form > div:has(.any):not(:has(.any)) > div, #form > div:has(input[type=radio]):not(:has(.any)) > div, #form > div:has(input[type=checkbox]):not(:has(.any)) > div {
    display: grid;
    grid-template-columns: 20px auto;
    grid-column-gap: 8px;
    align-items: center;
  }
  #form > div:has(.any):not(:has(.any)) > div:not(:last-child), #form > div:has(input[type=radio]):not(:has(.any)) > div:not(:last-child), #form > div:has(input[type=checkbox]):not(:has(.any)) > div:not(:last-child) {
    margin-bottom: 20px;
  }
  #form > div:has(.any) label, #form > div:has(input[type=radio]) label, #form > div:has(input[type=checkbox]) label {
    grid-column: 2;
    grid-row: 1;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
  #form > div:has(.any) label *, #form > div:has(input[type=radio]) label *, #form > div:has(input[type=checkbox]) label * {
    font-size: 16px;
    line-height: 20px;
  }
  #form > div:has(.any) label strong, #form > div:has(input[type=radio]) label strong, #form > div:has(input[type=checkbox]) label strong {
    font-weight: 700;
  }
  #form > div:has(.any) label a strong, #form > div:has(input[type=radio]) label a strong, #form > div:has(input[type=checkbox]) label a strong {
    color: #E30D1B;
  }
  #form > div:has(.any) input, #form > div:has(input[type=radio]) input, #form > div:has(input[type=checkbox]) input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    background: #fff;
  }
  #form > div:has(.any) input[type=checkbox]:checked:after, #form > div:has(input[type=radio]) input[type=checkbox]:checked:after, #form > div:has(input[type=checkbox]) input[type=checkbox]:checked:after {
    content: "✔";
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 3px;
    top: -1px;
  }
  #form > div:has(.any) input[type=radio], #form > div:has(input[type=radio]) input[type=radio], #form > div:has(input[type=checkbox]) input[type=radio] {
    border-radius: 20px;
  }
  #form > div:has(.any) input[type=radio]:checked:after, #form > div:has(input[type=radio]) input[type=radio]:checked:after, #form > div:has(input[type=checkbox]) input[type=radio]:checked:after {
    content: "";
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 13px;
    height: 13px;
    display: table;
    border-radius: 16px;
  }
  #form > div:has(.justText):not(:has(.vegossz)) {
    border: 0 !important;
    background: transparent !important;
  }
  #form > div:has(.justText):not(:has(.vegossz)) input {
    display: none !important;
    pointer-events: none !important;
  }
  #form > div:has(.justText):not(:has(.vegossz)) label {
    font-size: 18px !important;
    font-weight: 700 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    line-height: initial !important;
    transform: initial !important;
    margin-top: 40px !important;
    display: table !important;
    margin-bottom: 10px;
  }
  #form > div:has(input[type=text]) > label, #form > div:has(input[type=email]) > label, #form > div:has(input[type=date]) > label, #form > div:has(input[type=file]) > label, #form > div:has(input[type=password]) > label {
    font-size: 13px;
    line-height: 8px;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 7px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translate(0, -10px);
  }
  #form > div:has(input[type=text]):not(:has(input:-moz-placeholder)) > label, #form > div:has(input[type=email]):not(:has(input:-moz-placeholder)) > label, #form > div:has(input[type=date]):not(:has(input:-moz-placeholder)) > label, #form > div:has(input[type=file]):not(:has(input:-moz-placeholder)) > label, #form > div:has(input[type=password]):not(:has(input:-moz-placeholder)) > label {
    opacity: 1;
    transform: translate(0, 0);
  }
  #form > div:has(input[type=text]):not(:has(input:placeholder-shown)) > label, #form > div:has(input[type=email]):not(:has(input:placeholder-shown)) > label, #form > div:has(input[type=date]):not(:has(input:placeholder-shown)) > label, #form > div:has(input[type=file]):not(:has(input:placeholder-shown)) > label, #form > div:has(input[type=password]):not(:has(input:placeholder-shown)) > label {
    opacity: 1;
    transform: translate(0, 0);
  }
  #form > div:has(input[type=text]) input, #form > div:has(input[type=email]) input, #form > div:has(input[type=date]) input, #form > div:has(input[type=file]) input, #form > div:has(input[type=password]) input {
    width: -webkit-fill-available;
    height: 60px;
    padding-left: 20px;
    text-indent: 0;
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
  #form > div:has(input[type=text]) input::-moz-placeholder, #form > div:has(input[type=email]) input::-moz-placeholder, #form > div:has(input[type=date]) input::-moz-placeholder, #form > div:has(input[type=file]) input::-moz-placeholder, #form > div:has(input[type=password]) input::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
  }
  #form > div:has(input[type=text]) input::placeholder, #form > div:has(input[type=email]) input::placeholder, #form > div:has(input[type=date]) input::placeholder, #form > div:has(input[type=file]) input::placeholder, #form > div:has(input[type=password]) input::placeholder {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
  }
  #form > div:has(select) select {
    width: -webkit-fill-available;
    height: 60px;
    padding-left: 20px;
    text-indent: 0;
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
  #form > div:has(select) select option {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
  #form > div:has(textarea) textarea {
    height: 184px;
    padding: 20px;
    text-indent: 0;
    width: -webkit-fill-available;
    border: 0;
    resize: none;
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
  #form > div:has(textarea) textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
  }
  #form > div:has(textarea) textarea::placeholder {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
  }
  #form > div:has(textarea) label {
    font-size: 8px;
    line-height: 8px;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 5px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translate(0, -10px);
  }
  #form > div:has(textarea):not(:has(textarea:-moz-placeholder)) label {
    opacity: 1;
    transform: translate(0, 0);
  }
  #form > div:has(textarea):not(:has(textarea:placeholder-shown)) label {
    opacity: 1;
    transform: translate(0, 0);
  }
  #form > div:has(input[type=file]) > label {
    display: none;
  }
  #form > div:has(input[type=file]) div {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 20px;
    align-items: center;
  }
  #form > div:has(input[type=file]) div input {
    grid-column-start: 1;
    grid-column-end: 3;
    opacity: 0;
    z-index: 10;
    position: relative;
    cursor: pointer;
  }
  #form > div:has(input[type=file]) div * {
    grid-row: 1;
  }
  #form > div:has(input[type=file]) div svg {
    grid-column: 2;
  }
  #form > div:has(input[type=file]) div label {
    grid-column: 1;
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  #form > div:has(button) {
    border: 0;
    background: none;
    margin: 0 auto !important;
  }
  #form > div:has(button) button {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    background: #E30D1B;
    border: 0;
    padding: 0 40px;
    border-radius: 60px;
    display: table;
    justify-self: center;
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
  }
  dialog {
    border: 1px solid #000;
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    color: #000;
    z-index: 10;
  }
  dialog * {
    font-size: inherit;
  }
  dialog button {
    background: #E30D1B;
    border: 0px;
    position: relative;
    height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    display: table;
    margin: 30px auto;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #fff !important;
    padding: 0 30px;
    cursor: pointer;
    outline: none;
  }
  .dialogContainer {
    position: fixed;
    z-index: 100000;
  }
  @media (min-width: 1200px) {
    body.searchResult .search form {
      border-radius: 15px 15px 0 0;
      border-bottom: 0;
    }
    body.searchResult .ajaxSearch {
      border-top: 0;
    }
  }
  .ajaxSearch {
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 51px;
    border: 1px solid #000;
    display: none;
    width: 90svw;
    max-width: 308px;
  }
  .ajaxSearch .btn {
    height: 40px;
    padding: 0 40px;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    background: #E30D1B;
    display: table;
    margin: 0 auto;
  }
  .ajaxSearch .prodLoginCont {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .ajaxSearch .prodLoginCont * {
    font-size: 14px;
    line-height: 24px;
  }
  .ajaxSearch .prodLoginCont strong {
    font-weight: 700;
  }
  .ajaxSearch .prodLoginCont a {
    color: #E30D1B;
  }
  .ajaxSearch > ul {
    overflow-y: scroll;
    max-height: 400px;
    margin-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: #1B1B1B #fff;
    /* Custom Scrollbar */
  }
  .ajaxSearch > ul::-webkit-scrollbar {
    width: 8px;
  }
  .ajaxSearch > ul::-webkit-scrollbar-track {
    background: #1B1B1B; /* Matches your page bg */
  }
  .ajaxSearch > ul::-webkit-scrollbar-thumb {
    background-color: #fff; /* Tailwind blue-700 */
    border-radius: 0px;
    border: 0px solid #1B1B1B; /* Adds some spacing inside thumb */
  }
  .ajaxSearch > ul > li > a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    display: table;
    margin-bottom: 10px;
  }
  .ajaxSearch > ul > li > ul {
    padding-left: 20px;
  }
  .ajaxSearch > ul > li > ul > li {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ajaxSearch > ul > li > ul > li > a {
    display: table;
  }
  .ajaxSearch > ul > li > ul > li > a span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  body.searchResult .ajaxSearch {
    display: table;
  }
  @media (min-width: 1200px) {
    .ajaxSearch .btn {
      transition: background 0.5s ease;
    }
    .ajaxSearch .btn:hover {
      background: #1B1B1B;
    }
  }
  .categList {
    background: #E9E9E9;
    padding: 20px;
    border-radius: 20px;
  }
  .categList > strong {
    display: table;
    margin: 0 auto 40px 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
  }
  .categList ul:has(.active) {
    opacity: 1 !important;
    height: initial !important;
    z-index: 1 !important;
    pointer-events: initial !important;
  }
  .categList ul li {
    position: relative;
  }
  .categList ul li a {
    display: grid;
    width: 100%;
    align-items: center;
    grid-template-columns: min-content 1fr;
  }
  .categList ul li a:before {
    background: #E30D1B;
    content: "";
    display: table;
  }
  .categList ul li a.active span {
    color: #E30D1B;
  }
  .categList > ul > li {
    margin-bottom: 10px;
  }
  .categList > ul > li:not(:last-child) {
    border-bottom: 1px solid #B3AEAF;
  }
  .categList > ul > li > a {
    font-size: 20px !important;
  }
  .categList > ul > li > input {
    height: 39px !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    grid-column: 1/3;
    width: -webkit-fill-available;
  }
  .categList > ul > li > a {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    padding-bottom: 10px;
    grid-column-gap: 18px;
  }
  .categList > ul > li > a:before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .categList > ul > li > ul {
    padding-left: 30px;
  }
  .categList > ul > li:has(> input) {
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: center;
    grid-column-gap: 8px;
    grid-template-rows: 39px auto;
  }
  .categList > ul > li:has(> input) > span {
    grid-column: 1;
    grid-row: 1;
  }
  .categList > ul > li:has(> input) > svg {
    position: relative;
    top: -5px;
    grid-column: 2;
    grid-row: 1;
    transition: transform 0.5s ease;
  }
  .categList > ul > li:has(> input) > ul {
    grid-column: 1/3;
    grid-row: 2;
  }
  .categList > ul > li:has(> input:checked) ul {
    height: initial;
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: initial !important;
    z-index: 10 !important;
  }
  .categList > ul > li:has(> input:checked) > a {
    color: #E30D1B;
  }
  .categList > ul > li:has(> input:checked) > svg {
    transform: rotate(180deg);
  }
  .categList > ul > li:not(:has(> input:checked)) ul {
    height: 0;
    z-index: -10;
    pointer-events: none;
    opacity: 0;
  }
  .categList > ul > li > ul > li > input {
    height: 39px !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    grid-column: 1/3;
    width: -webkit-fill-available;
  }
  .categList > ul > li > ul > li > a {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    padding-bottom: 10px;
    grid-column-gap: 18px;
  }
  .categList > ul > li > ul > li > a:before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .categList > ul > li > ul > li > ul {
    padding-left: 30px;
  }
  .categList > ul > li > ul > li:has(> input) {
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: center;
    grid-column-gap: 8px;
    grid-template-rows: 39px auto;
  }
  .categList > ul > li > ul > li:has(> input) > span {
    grid-column: 1;
    grid-row: 1;
  }
  .categList > ul > li > ul > li:has(> input) > svg {
    position: relative;
    top: -5px;
    grid-column: 2;
    grid-row: 1;
    transition: transform 0.5s ease;
  }
  .categList > ul > li > ul > li:has(> input) > ul {
    grid-column: 1/3;
    grid-row: 2;
  }
  .categList > ul > li > ul > li:has(> input:checked) ul {
    height: initial;
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: initial !important;
    z-index: 10 !important;
  }
  .categList > ul > li > ul > li:has(> input:checked) > a {
    color: #E30D1B;
  }
  .categList > ul > li > ul > li:has(> input:checked) > svg {
    transform: rotate(180deg);
  }
  .categList > ul > li > ul > li:not(:has(> input:checked)) ul {
    height: 0;
    z-index: -10;
    pointer-events: none;
    opacity: 0;
  }
  .categList > ul > li > ul > li > ul > li > input {
    height: 39px !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    grid-column: 1/3;
    width: -webkit-fill-available;
  }
  .categList > ul > li > ul > li > ul > li > a {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    padding-bottom: 10px;
    grid-column-gap: 18px;
  }
  .categList > ul > li > ul > li > ul > li > a:before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .categList > ul > li > ul > li > ul > li > ul {
    padding-left: 30px;
  }
  .categList > ul > li > ul > li > ul > li:has(> input) {
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: center;
    grid-column-gap: 8px;
    grid-template-rows: 39px auto;
  }
  .categList > ul > li > ul > li > ul > li:has(> input) > span {
    grid-column: 1;
    grid-row: 1;
  }
  .categList > ul > li > ul > li > ul > li:has(> input) > svg {
    position: relative;
    top: -5px;
    grid-column: 2;
    grid-row: 1;
    transition: transform 0.5s ease;
  }
  .categList > ul > li > ul > li > ul > li:has(> input) > ul {
    grid-column: 1/3;
    grid-row: 2;
  }
  .categList > ul > li > ul > li > ul > li:has(> input:checked) ul {
    height: initial;
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: initial !important;
    z-index: 10 !important;
  }
  .categList > ul > li > ul > li > ul > li:has(> input:checked) > a {
    color: #E30D1B;
  }
  .categList > ul > li > ul > li > ul > li:has(> input:checked) > svg {
    transform: rotate(180deg);
  }
  .categList > ul > li > ul > li > ul > li:not(:has(> input:checked)) ul {
    height: 0;
    z-index: -10;
    pointer-events: none;
    opacity: 0;
  }
}
@layer external {
  .google_cookie {
    display: none;
    position: fixed;
    z-index: 80000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    width: 95%;
    max-width: 930px;
    max-height: 95svh;
    background: #fff;
    filter: drop-shadow(0px 0px 68px rgba(0, 0, 0, 0.15));
    color: #fff;
    padding: 76px 90px 58px 90px !important;
    text-align: center;
  }
  .google_cookie > span {
    display: table;
    margin: 0px auto 70px auto !important;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: initial;
    color: #000;
  }
  .google_cookie.hideCookie {
    display: none !important;
  }
  .google_cookie.showCookie {
    display: table !important;
  }
  .google_cookie .cookie_options {
    margin: 0px auto 50px auto !important;
    width: 100%;
    justify-content: center;
    display: none;
    grid-row-gap: 25px;
    grid-column-gap: 120px;
    grid-template-columns: repeat(2, min-content);
  }
  .google_cookie .cookie_options.cookieOpen {
    display: grid !important;
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(3) {
    display: table !important;
  }
  .google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(2) {
    display: none !important;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(3) {
    display: none;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(4) {
    display: none;
  }
  .google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(2) {
    display: table;
  }
  .google_cookie .cookie_options .check {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 15px auto;
  }
  .google_cookie .cookie_options .check > * {
    grid-row: 1;
  }
  .google_cookie .cookie_options .check input {
    grid-column: 1/1;
    z-index: 2;
    padding: 0px !important;
    margin: 0px !important;
    background: transparent;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid #000 !important;
  }
  .google_cookie .cookie_options .check input:checked ~ span {
    display: block !important;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] {
    pointer-events: none !important;
    border: 1px solid #666666 !important;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] + span {
    color: #fff !important;
    background: #666666;
  }
  .google_cookie .cookie_options .check input[name=ad_storage] + span:before {
    color: #fff !important;
  }
  .google_cookie .cookie_options .check span {
    grid-column: 1/1;
    color: green;
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    display: none;
    position: relative !important;
  }
  .google_cookie .cookie_options .check span:before {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 15px !important;
    font-family: fontello;
    content: "\e802";
    color: #3149e7;
  }
  .google_cookie .cookie_options .check label {
    grid-column: 2/2;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    margin: 0px !important;
    vertical-align: top;
    line-height: 15px !important;
  }
  .google_cookie .cookie_buttons {
    width: 100%;
    margin: 0px auto;
    display: grid;
    grid-column-gap: 15px;
  }
  .google_cookie .cookie_buttons button.deny {
    font-size: 13px;
    border: 0px;
    background: transparent;
    grid-column-end: 3;
    grid-column-start: 1;
    margin: 10px auto 0px auto;
    opacity: 0.4;
    cursor: pointer;
    width: 100px;
  }
  .google_cookie .cookie_buttons button:not(.deny) {
    border: 1px solid #E30D1B;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    height: 60px;
    cursor: pointer;
  }
  .google_cookie .cookie_buttons button:not(.deny):first-child {
    background: #E30D1B;
    color: #fff;
  }
  .google_cookie .cookie_buttons button:not(.deny):not(:first-child) {
    color: #000;
    background: transparent;
  }
  @media (max-width: 1000px) {
    .google_cookie {
      padding: 30px !important;
    }
    .google_cookie > span {
      font-size: 14px !important;
      line-height: initial;
      margin-bottom: 20px !important;
    }
    .google_cookie .cookie_options {
      grid-template-columns: 1fr;
      grid-row-gap: 4px;
      grid-template-columns: min-content;
      margin: 0px auto 20px auto !important;
    }
    .google_cookie .cookie_options .check label {
      font-size: 14px !important;
      margin: 0px !important;
      vertical-align: top !important;
      line-height: 15px !important;
    }
    .google_cookie .cookie_buttons button {
      font-size: 12px !important;
      height: 40px !important;
      line-height: 12px !important;
    }
  }
}
@layer aloldal {
  .article .subHeader .gridCont h1 {
    text-align: center;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .article article {
    margin: 40px auto 80px auto;
    width: 90%;
    max-width: 1000px;
    text-align: left;
  }
  .article article .elite-gallery {
    display: grid;
    width: -webkit-fill-available;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .article article h2 {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 52px;
    font-weight: 400;
  }
  .article article h2 * {
    font-size: 45px;
    line-height: 52px;
  }
  .article article h2 strong {
    font-weight: 700;
  }
  .article article h3 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
  }
  .article article h3 * {
    font-size: 40px;
    line-height: 45px;
  }
  .article article h3 strong {
    font-weight: 700;
  }
  .article article > p > img {
    max-width: 100% !important;
    height: initial !important;
  }
  .article article > p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
  }
  .article article > p * {
    font-size: 18px;
    line-height: 24px;
  }
  .article article > p strong {
    font-weight: 700;
  }
  .article article > p > a {
    color: #E30D1B;
    font-weight: 700;
    text-decoration: underline;
  }
  .article article ol {
    margin-bottom: 40px;
    counter-reset: list-counter;
  }
  .article article ol li {
    counter-increment: list-counter;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .article article ol li * {
    font-size: 18px;
    line-height: 26px;
  }
  .article article ol li strong {
    font-weight: 700;
  }
  .article article ol li:before {
    content: counter(list-counter) ". ";
  }
  .article article ul {
    margin-bottom: 40px;
  }
  .article article ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    padding-left: 32px;
  }
  .article article ul li * {
    font-size: 18px;
    line-height: 26px;
  }
  .article article ul li strong {
    font-weight: 700;
  }
  .article article ul li:before {
    content: "";
    left: 12px;
    top: 10px;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: table;
    position: absolute;
  }
  .article article blockquote {
    background: #E9E9E9;
    padding: 33px 56px;
    display: grid;
    width: calc(100% - 112px);
    border-radius: 40px;
    grid-template-columns: 67px 1fr;
    grid-column-gap: 16px;
    margin: 0px auto 40px auto;
  }
  .article article blockquote:before {
    content: ",,";
    color: #E30D1B;
    font-size: 145px;
    margin: 0 auto 0 0;
    height: -moz-fit-content;
    height: fit-content;
    align-self: baseline;
    line-height: 0px;
    position: relative;
    top: -30px;
  }
  .article article blockquote p {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
  }
  .article article blockquote p * {
    font-size: 35px;
    line-height: 40px;
  }
  .article article blockquote p strong {
    font-weight: 700;
  }
  .articleOffer {
    background: transparent !important;
    padding-top: 0px !important;
  }
  .prodListContainer .gridCont .top {
    margin-bottom: 40px;
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-row-gap: 10px;
  }
  .prodListContainer .gridCont .top > small {
    grid-column: 1;
    color: #E30D1B;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    grid-column-gap: 5px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
  }
  .prodListContainer .gridCont .top > small:before {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    line-height: 11px;
    content: "";
    display: table;
    background: #E30D1B;
  }
  .prodListContainer .gridCont .top > strong {
    grid-column: 1;
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
  }
  .prodListContainer .gridCont .top > a {
    grid-column: 2;
    grid-row: 1/3;
    height: 60px;
    display: flex;
    align-items: center;
    grid-column-gap: 17px;
    padding: 0 40px;
    width: -moz-fit-content;
    width: fit-content;
    background: #E30D1B;
    border-radius: 60px;
  }
  .prodListContainer .gridCont .top > a span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
  }
  .prodListContainer .gridCont .prodList {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .prodListContainer .gridCont .prodList > li {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
  .prodListContainer .gridCont .prodList > li > a {
    border: 1px solid transparent;
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .prodListContainer .gridCont .prodList > li > a img {
    max-width: 90% !important;
    max-height: 90% !important;
  }
  .prodListContainer .gridCont .prodList > li .toCart {
    right: 0;
    position: absolute;
    bottom: -23px;
  }
  .prodListContainer .gridCont .prodList > li .toCart button {
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    background: #E30D1B;
    align-items: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .prodListContainer .gridCont .prodList > li .toCart button svg {
    height: 30px;
    width: 26.67px;
  }
  .prodListContainer .gridCont .prodList > li .text {
    background: #E9E9E9;
    border-radius: 20px 20px 100px 20px;
    width: -webkit-fill-available;
    display: grid;
    align-content: space-between;
    grid-template-rows: repeat(2, min-content);
    height: 200px;
    padding: 16.5px 30px;
  }
  .prodListContainer .gridCont .prodList > li .text h3 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .prodListContainer .gridCont .prodList > li .text .priceCont {
    text-align: left;
  }
  .prodListContainer .gridCont .prodList > li .text .priceCont > strike {
    font-size: 20px;
  }
  .prodListContainer .gridCont .prodList > li .text .priceCont > span {
    margin-left: 16.5px;
    padding: 0 6.5px;
    color: #fff;
    height: 40px;
    background: #E30D1B;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
  }
  .prodListContainer .gridCont .prodList > li .text .priceCont strong {
    display: table;
    margin: 10px auto 0 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #E30D1B;
  }
  .prodListContainer .gridCont .prodList > li .text .priceCont small {
    display: table;
    margin: 0 auto 11px 0;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
  }
  .prodListContainer .gridCont .prodList > li .text .prodLoginCont {
    display: grid;
    text-align: left;
  }
  .prodListContainer .gridCont .prodList > li .text .prodLoginCont strong {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }
  .prodListContainer .gridCont .prodList > li .text .prodLoginCont a span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #E30D1B;
    text-decoration: underline;
  }
  .prodListContainer:not(.prodListContainer.subContainer) {
    padding: 140px 0;
  }
  .prodListContainer:not(.prodListContainer.subContainer) .prodList {
    grid-row-gap: 144px;
    grid-template-columns: repeat(4, 1fr);
  }
  .prodListContainer.subContainer {
    padding-bottom: 50px;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont {
    grid-template-columns: 357px 1fr;
    grid-column-gap: 30px;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList {
    grid-template-columns: repeat(3, 1fr);
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top {
    position: relative;
    z-index: 10;
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(2, min-content);
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 60px;
    border-bottom: 1px solid #E9E9E9;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    white-space: nowrap;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer {
    display: grid;
    grid-template-columns: repeat(2, min-content);
    grid-column-gap: 10px;
    align-items: center;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer > span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    white-space: nowrap;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend {
    position: relative;
    border-radius: 40px;
    border: 1px solid #000;
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-template-rows: 40px auto;
    align-items: center;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend > input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100;
    height: 40px;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend > span {
    font-size: 17px;
    line-height: 40px;
    font-weight: 400;
    color: #B3AEAF;
    grid-row: 1;
    grid-column: 1;
    padding-left: 16px;
    white-space: nowrap;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend > svg {
    grid-row: 1;
    grid-column: 2;
    justify-self: center;
    transition: transform 0.5s ease;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend ul {
    position: absolute;
    grid-column: 1/3 !important;
    padding: 16px;
    grid-row: 2;
    bottom: -192px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend ul li {
    cursor: pointer;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend ul li:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 10px;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend ul li a {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend:has(> input:checked) {
    background: #E30D1B;
    border: 1px solid #E30D1B;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend:has(> input:checked) ul {
    opacity: 1;
    height: initial;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend:has(> input:checked) > svg {
    transform: rotate(180deg);
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend:has(> input:checked) > svg path {
    stroke: #fff;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend:has(> input:checked) > span {
    color: #fff;
  }
  .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend:not(:has(> input:checked)) ul {
    opacity: 0;
    height: 0;
    z-index: -10;
    pointer-events: none;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .elite-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 17px;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .elite-gallery a:first-child {
    grid-column: 1/4;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .elite-gallery a img {
    max-width: 100% !important;
    height: initial !important;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info h1 {
    text-align: center;
    display: table;
    margin-bottom: 60px;
    font-size: 45px;
    line-height: 52px;
    font-weight: 400;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .prodLoginCont {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .prodLoginCont * {
    font-size: 20px;
    line-height: 20px;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .prodLoginCont strong {
    font-weight: 700;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .dbCont {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: min-content min-content min-content;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .dbCont span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .dbCont select, .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .dbCont input {
    height: 50px;
    justify-self: center;
    border-radius: 50px;
    line-height: 50px;
    border: 1px solid #000;
    padding-left: 20px;
    text-align: left;
    text-indent: 0;
    background: transparent;
    width: 124px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .dbCont select *, .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .dbCont input * {
    font-size: 17px;
    line-height: 17px;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .dbCont select strong, .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .dbCont input strong {
    font-weight: 700;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .dbCont small {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .priceCont {
    white-space: nowrap;
    text-align: center;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .priceCont strike {
    color: #E30D1B;
    position: relative;
    top: 5px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .priceCont span {
    margin-left: 16.5px;
    padding: 0 6.5px;
    color: #fff;
    height: 60px;
    background: #E30D1B;
    font-size: 28px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .priceCont strong {
    margin: 10px auto;
    display: table;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .priceCont small {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info button {
    background: #E30D1B;
    padding: 0 71px;
    height: 60px;
    display: flex;
    grid-column-gap: 10px;
    border-radius: 60px;
    align-items: center;
    cursor: pointer;
    border: 0px;
    margin: 50px auto 0 auto;
  }
  .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info button span {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
  }
  .prodPageContainer .prodListWrapper .gridCont .leiras > strong {
    display: table;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E30D1B;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
  }
  .shopContainer .shopPage .gridCont h1 {
    display: table;
    margin: 40px auto;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont .cartTable {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr repeat(6, 157px) 80px;
  }
  .shopContainer .shopPage .gridCont .cartTable.cartHeader {
    background: #E9E9E9;
    min-height: 68px;
    border-radius: 68px;
    margin-bottom: 40px;
  }
  .shopContainer .shopPage .gridCont .cartTable:not(.cartHeader) {
    padding: 16px 0;
  }
  .shopContainer .shopPage .gridCont .cartTable:not(.cartHeader):not(:last-child) {
    border-bottom: 1px solid #E30D1B;
  }
  .shopContainer .shopPage .gridCont .cartTable > span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont .cartTable > span:first-child {
    text-align: left;
    padding-left: 20px;
  }
  .shopContainer .shopPage .gridCont .cartTable > span:not(:first-child):not(:last-child) {
    text-align: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > span:last-child {
    text-align: left;
  }
  .shopContainer .shopPage .gridCont .cartTable > div > small:not(.menny_text) {
    display: none;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.prodInfo {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.prodInfo a {
    grid-template-columns: 91px auto;
    grid-column-gap: 22px;
    align-items: center;
    display: grid;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.prodInfo a img {
    max-width: 100%;
    justify-self: center;
    height: initial !important;
    max-height: 91px;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.prodInfo a > small {
    display: none;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.prodInfo * {
    font-size: 18px;
    line-height: 28px;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.prodInfo strong {
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.netto strike {
    display: table;
    margin: 0px auto;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #E30D1B;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.netto span {
    display: table;
    margin: 0px auto;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.afa {
    justify-self: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.afa span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    justify-self: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.brutto {
    justify-self: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.brutto span {
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    justify-self: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.kedv {
    justify-self: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.kedv span {
    color: #fff;
    background: #E30D1B;
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: table;
    text-align: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.menny {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: min-content min-content;
    align-items: center;
    justify-content: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.menny select, .shopContainer .shopPage .gridCont .cartTable > div.menny input {
    height: 50px;
    justify-self: center;
    border-radius: 50px;
    line-height: 50px;
    border: 1px solid #000;
    padding-left: 20px;
    text-align: left;
    text-indent: 0;
    background: transparent;
    width: 124px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.menny select *, .shopContainer .shopPage .gridCont .cartTable > div.menny input * {
    font-size: 17px;
    line-height: 17px;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.menny select strong, .shopContainer .shopPage .gridCont .cartTable > div.menny input strong {
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.menny span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.ossz {
    justify-self: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.ossz span {
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    justify-self: center;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.ossz span * {
    font-size: 20px;
    line-height: 60px;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.ossz span strong {
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.ossz span strong {
    font-weight: 400;
  }
  .shopContainer .shopPage .gridCont .cartTable > div.del form button {
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }
  .shopContainer .shopPage .gridCont .cartFinal {
    min-height: 80px;
    margin: 40px auto;
    width: 100%;
    border-radius: 30px;
    background: #1B1B1B;
    justify-content: end;
    padding-right: 20px;
    display: flex;
    grid-column-gap: 40px;
    align-items: center;
    color: #fff;
  }
  .shopContainer .shopPage .gridCont .cartFinal > small {
    color: inherit;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont .cartFinal > strong {
    color: inherit;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont .cartFinal > strong * {
    font-size: 35px;
    line-height: 40px;
  }
  .shopContainer .shopPage .gridCont .cartFinal > strong strong {
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont .cartFinal > strong span {
    color: inherit;
  }
  .shopContainer .shopPage .gridCont article #form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 1000px;
    padding: 0 145px 60px 145px;
  }
  .shopContainer .shopPage .gridCont article #form > div {
    margin-bottom: 0px !important;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(button[type=submit]) button {
    margin-top: 20px !important;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(textarea) {
    margin-bottom: 20px !important;
  }
  .shopContainer .shopPage .gridCont article #form > div:not(:has(input[type=text])):not(:has(input[type=email])):not(:has(#form_same_as_billing_0)):not(:has(#form_szall_cim)) {
    grid-column: 1/3;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.justText):not(:has(#form_same_as_billing_0)):not(:has(#form_szall_cim)) {
    grid-column: 1/3;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.justText):not(:has(#form_same_as_billing_0)):not(:has(#form_szall_cim)) label {
    margin-bottom: 0;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(#form_szall_cim) {
    grid-column: 1;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(#form_same_as_billing_0) {
    grid-column: 2;
    margin-top: 40px;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) {
    background: transparent !important;
    border: 0 !important;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) input {
    display: none !important;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) label {
    min-height: 68px;
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto !important;
    width: -webkit-fill-available;
    border-radius: 30px;
    background: #1B1B1B;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    grid-column-gap: 40px;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) label * {
    font-size: 24px;
    line-height: 40px;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) label strong {
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) label span {
    color: inherit;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) > small {
    color: inherit;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) strong {
    color: inherit;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) strong * {
    font-size: 24px;
    line-height: 40px;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) strong strong {
    font-weight: 700;
  }
  .shopContainer .shopPage .gridCont article #form > div:has(.vegossz) strong span {
    color: inherit;
  }
}
@layer hover {
  @media (min-width: 1200px) {
    .partner .left a {
      transition: background 0.5s ease;
    }
    .partner .left a:hover {
      background: #1B1B1B;
    }
  }
  @media (min-width: 1200px) {
    .slider .slideText a {
      transition: background 0.5s ease;
    }
    .slider .slideText a:hover {
      background: #fff;
    }
    .slider .slideText a svg path {
      transition: stroke 0.5s ease;
    }
    .slider .slideText a:hover svg path {
      stroke: #E30D1B;
    }
    .slider .slideText a span {
      transition: color 0.5s ease;
    }
    .slider .slideText a:hover span {
      color: #E30D1B;
    }
    .slider .slideText .swiper-pagination span {
      transition: background 0.5s ease;
    }
    .slider .slideText .swiper-pagination span:hover {
      background: #E30D1B;
    }
  }
  @media (min-width: 1200px) {
    header nav ul li a {
      transition: background 0.5s ease;
    }
    header nav ul li a span {
      transition: color 0.5s ease;
    }
    header nav ul li a:hover span {
      color: #fff;
    }
    header nav ul li a:hover {
      background: #E30D1B;
    }
    header .search form div label {
      transition: opacity 0.5s ease;
    }
    header .search form button svg path {
      transition: stroke 0.5s ease;
    }
    header .search form button:hover svg path {
      stroke: #1B1B1B;
    }
    header .userLink:not(:has(.loggedIn)) {
      transition: background 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease;
    }
    header .userLink:not(:has(.loggedIn)):hover {
      border: 1px solid #E30D1B;
    }
    header .userLink:not(:has(.loggedIn)) svg path {
      transition: stroke 0.5s ease;
    }
    header .userLink:not(:has(.loggedIn)):hover svg path {
      stroke: #fff;
    }
    header .userLink:not(:has(.loggedIn)):hover {
      background: #E30D1B;
    }
    header .userLink:not(:has(.loggedIn)) span {
      transition: color 0.5s ease;
    }
    header .userLink:not(:has(.loggedIn)):hover span {
      color: #fff;
    }
    header .cartLink {
      transition: background 0.5s ease;
    }
    header .cartLink:hover {
      background: #1B1B1B;
    }
  }
  @media (min-width: 1200px) {
    footer .top .footerMenu a span {
      transition: color 0.5s ease;
    }
    footer .bot .elitelogo {
      transition: background 0.5s ease, border 0.5s ease;
    }
  }
  @media (min-width: 1200px) {
    .prodListContainer .gridCont .top > a {
      transition: background 0.5s ease;
    }
    .prodListContainer .gridCont .top > a:hover {
      background: #1B1B1B;
    }
    .prodListContainer .gridCont .prodList > li > a {
      transition: border 0.5s ease;
    }
    .prodListContainer .gridCont .prodList > li > a:hover {
      border: 1px solid #1B1B1B;
    }
    .prodListContainer .gridCont .prodList > li .toCart button {
      transition: background 0.5s ease;
    }
    .prodListContainer .gridCont .prodList > li .toCart button:hover {
      background: #1B1B1B;
    }
    .prodListContainer .gridCont .prodList > li .text .prodLoginCont a span {
      transition: color 0.5s ease;
    }
    .prodListContainer .gridCont .prodList > li .text .prodLoginCont a:hover span {
      color: #1B1B1B;
    }
  }
  @media (min-width: 1200px) {
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend {
      transition: background 0.5s ease, border 0.5s ease;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend svg path {
      transition: stroke 0.5s ease;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend span {
      transition: color 0.5s ease;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend:has(> input:hover) {
      background: #E30D1B;
      border: 1px solid #E30D1B;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend:has(> input:hover) > svg path {
      stroke: #fff;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend:has(> input:hover) > span {
      color: #fff;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend ul li {
      transition: color 0.5s ease;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer .sorrend ul li:hover {
      color: #E30D1B;
    }
  }
  @media (min-width: 1200px) {
    .categList ul li a span {
      transition: color 0.5s ease;
    }
    .categList ul li a:hover span {
      color: #E30D1B;
    }
    .categList ul li:has(> input:hover) > a > span {
      color: #E30D1B;
    }
  }
  @media (min-width: 1200px) {
    #form > div:has(button) button {
      transition: background 0.5s ease;
    }
    #form > div:has(button) button:hover {
      background: #000;
    }
  }
  @media (min-width: 1200px) {
    .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info button {
      transition: background 0.5s ease;
    }
    .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info button:hover {
      background: #000;
    }
  }
}
@layer resp {
  @media (min-width: 1200px) {
    header .m {
      display: none;
    }
  }
  @media (max-width: 1200px) {
    header .pc {
      display: none;
    }
  }
  @media (max-width: 1380px) and (min-width: 1200px) {
    header .gridCont nav ul li a {
      padding: 0 14px;
    }
  }
  @media (max-width: 1200px) {
    header {
      width: 100%;
    }
    header:not(:has(.menu_open_checkbox:checked)) nav {
      display: none;
    }
    header .gridCont {
      width: calc(90svw - 20px) !important;
      padding: 10px 20px !important;
      grid-template-columns: 1fr repeat(4, min-content);
      grid-column-gap: 8px !important;
    }
    header .gridCont .logo {
      grid-row: 1;
      grid-column: 1;
      margin-left: 20px;
    }
    header .gridCont .search form {
      grid-template-columns: 1fr;
      width: 50px;
    }
    header .gridCont .search form > div {
      display: none;
    }
    header .gridCont .userLink span {
      display: none !important;
    }
    header .gridCont > input {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: 0;
      opacity: 0;
      background: transparent;
      z-index: 10;
      cursor: pointer;
      width: 50px;
      height: 50px;
      grid-column: 5;
      grid-row: 1;
    }
    header .gridCont .menu_open {
      width: 50px !important;
      height: 50px !important;
      background: #1B1B1B;
      border-radius: 50px;
      grid-row: 1;
      grid-column: 5;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    header .gridCont .menu_open svg {
      position: absolute;
    }
    header .gridCont .menu_open svg.svgOpen path {
      fill: #fff;
    }
    header .gridCont .menu_open svg.svgClose {
      display: none;
    }
  }
  @media (max-width: 1600px) and (min-width: 1100px) {
    .partner .gridCont .left > strong {
      font-size: 34px;
      line-height: initial;
    }
    .partner .gridCont ul li span {
      font-size: 22px;
      line-height: initial;
      left: 115px;
      right: 0px;
      padding-right: 30px;
    }
  }
  @media (max-width: 1300px) {
    .partner .gridCont {
      grid-template-columns: 330px 1fr;
    }
  }
  @media (max-width: 1100px) {
    .partner .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
    .partner .gridCont .left > strong {
      font-size: 40px;
      line-height: initial;
      text-align: center;
    }
    .partner .gridCont .left > small {
      margin: 0px auto;
    }
    .partner .gridCont .left > a {
      margin: 0 auto !important;
    }
  }
  @media (max-width: 1100px) and (min-width: 800px) {
    .partner .gridCont ul li span {
      font-size: 22px;
      line-height: initial;
      left: 115px;
      right: 0px;
      padding-right: 30px;
    }
  }
  @media (max-width: 800px) {
    .partner .gridCont .left > strong {
      font-size: 30px;
      line-height: initial;
      text-align: center;
    }
    .partner .gridCont ul {
      grid-template-columns: 1fr;
    }
    .partner .gridCont ul li span {
      font-size: 20px;
      right: 20px;
      max-width: 185px;
      line-height: initial;
    }
  }
  @media (max-width: 700px) {
    .markak .gridCont > strong {
      font-size: 34px !important;
      line-height: initial !important;
    }
    .markak .gridCont ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 750px) {
    .article .title h1 {
      font-size: 26px;
      line-height: 32px;
    }
    .article article {
      margin-bottom: 0;
    }
    .article article h2 {
      font-size: 21px;
      line-height: 27.8px;
    }
    .article article h3 {
      font-size: 17px;
      line-height: 23.24px;
    }
    .article article ul li, .article article ol li {
      font-size: 14px;
      line-height: 23px;
    }
    .article article form #form {
      padding: 20px;
    }
    .article article .elite-gallery {
      grid-template-columns: repeat(2, 1fr);
    }
    .article article blockquote p {
      font-size: 17px;
      line-height: 28.24px;
    }
    .article article .accordion .item label span {
      font-size: 15px;
      line-height: 20.2px;
    }
    .article article > p {
      font-size: 14px;
      line-height: 23px;
    }
    .article article > p:last-child {
      margin-bottom: 0;
    }
  }
  @media (max-width: 1230px) {
    footer .top {
      grid-template-columns: 240px repeat(2, 1fr) 240px;
    }
  }
  @media (max-width: 1030px) and (min-width: 780px) {
    footer .top {
      grid-row-gap: 60px;
      grid-template-columns: 240px repeat(2, 1fr);
    }
    footer .top .kapcsolatMenu {
      grid-column: 1/4;
      padding: 0 28px;
    }
    footer .top .kapcsolatMenu ul {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
    }
    footer .top .kapcsolatMenu ul li {
      line-height: initial;
    }
    footer .top .kapcsolatMenu ul li strong {
      display: table;
    }
    footer .top .kapcsolatMenu ul li a {
      line-height: initial;
    }
  }
  @media (max-width: 780px) and (min-width: 700px) {
    footer .top {
      grid-row-gap: 60px;
      grid-template-columns: 160px 1fr 220px;
    }
    footer .top .logo {
      padding-left: 28px;
    }
    footer .top .logo svg {
      width: 100% !important;
      height: initial !important;
    }
    footer .top .kapcsolatMenu {
      grid-column: 1/4;
      padding: 0 28px;
    }
    footer .top .kapcsolatMenu ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
    footer .top .kapcsolatMenu ul li {
      line-height: initial;
    }
    footer .top .kapcsolatMenu ul li strong {
      display: table;
    }
    footer .top .kapcsolatMenu ul li a {
      line-height: initial;
    }
  }
  @media (max-width: 700px) {
    footer .top {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
    footer .top .logo {
      display: none !important;
    }
    footer .top .footerMenu > strong {
      display: table;
      margin: 0 auto;
    }
    footer .top .footerMenu ul li a {
      display: table;
      margin: 0 auto;
    }
    footer .top .kapcsolatMenu ul li {
      text-align: center;
    }
    footer .top .kapcsolatMenu ul li strong {
      display: table;
      margin: 0 auto;
    }
    footer .bot {
      padding: 42px;
    }
  }
  @media (max-width: 1600px) and (min-width: 1200px) {
    .slideText {
      padding-top: 100px;
    }
    .slideText > h1 {
      font-size: 40px;
      line-height: initial;
    }
  }
  @media (max-width: 1200px) {
    .slideText {
      padding-top: 180px;
    }
    .slideText > h1 {
      font-size: 30px;
      line-height: initial;
    }
    .swiper-pagination {
      margin-top: 30px;
    }
  }
  @media (max-width: 900px) {
    .slider .swiper-container .swiper-wrapper .swiper-slide:before {
      display: none;
    }
    .slider {
      aspect-ratio: initial;
      height: 100svh;
    }
    .slider .swiper-container .swiper-wrapper .swiper-slide picture img {
      min-height: 100svh;
      max-width: initial !important;
      min-width: 100%;
    }
  }
  @media (max-width: 1300px) {
    .prodListContainer:not(.prodListContainer.subContainer) .gridCont .prodList {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 1000px) {
    .prodListContainer:not(.prodListContainer.subContainer) .gridCont .top {
      justify-content: center;
      grid-row-gap: 30px;
    }
    .prodListContainer:not(.prodListContainer.subContainer) .gridCont .top > small {
      justify-self: center;
    }
    .prodListContainer:not(.prodListContainer.subContainer) .gridCont .top > * {
      grid-column: 1;
    }
  }
  @media (max-width: 720px) {
    .prodListContainer:not(.prodListContainer.subContainer) .gridCont .top > strong {
      font-size: 34px !important;
      line-height: initial !important;
    }
    .prodListContainer:not(.prodListContainer.subContainer) .gridCont .prodList {
      grid-template-columns: 1fr !important;
    }
    .prodListContainer:not(.prodListContainer.subContainer) .gridCont .prodList li > a {
      aspect-ratio: initial !important;
      margin-bottom: 20px !important;
    }
  }
  @media (max-width: 1400px) and (min-width: 1120px) {
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList {
      grid-template-columns: repeat(2, 1fr);
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top {
      grid-column: 1/3;
    }
  }
  @media (max-width: 1120px) and (min-width: 1000px) {
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList {
      grid-template-columns: 1fr;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top {
      grid-column: 1;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList > li:not(:last-child) {
      margin-bottom: 120px;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList > li a:not(.toCart) {
      aspect-ratio: initial !important;
      padding-bottom: 30px !important;
    }
  }
  @media (max-width: 1000px) and (min-width: 630px) {
    .prodListContainer.subContainer .prodListWrapper .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList {
      grid-template-columns: repeat(2, 1fr);
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top {
      grid-column: 1/3;
    }
  }
  @media (max-width: 630px) {
    .prodListContainer.subContainer .prodListWrapper .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList {
      grid-template-columns: 1fr;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top {
      grid-column: 1;
      grid-template-columns: 1fr;
      grid-row-gap: 16px;
      justify-content: center;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top h1 {
      text-align: center;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList .top .sorrendContainer {
      justify-self: center;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList > li:not(:last-child) {
      margin-bottom: 120px;
    }
    .prodListContainer.subContainer .prodListWrapper .gridCont .prodList > li a:not(.toCart) {
      aspect-ratio: initial !important;
      padding-bottom: 30px !important;
    }
  }
  @media (max-width: 1400px) {
    .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info h1 {
      font-size: 28px;
      line-height: initial;
    }
    .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .priceCont strike {
      font-size: 22px;
    }
    .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .priceCont span {
      font-size: 18px;
      height: 40px;
      line-height: 40px;
    }
    .prodPageContainer .prodListWrapper .gridCont .prodPage .top .info .priceCont strong {
      font-size: 28px;
      line-height: initial;
    }
  }
  @media (max-width: 1170px) and (min-width: 1000px) {
    .prodPageContainer .prodListWrapper .gridCont .prodPage .top {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
  }
  @media (max-width: 740px) {
    .prodPageContainer .prodListWrapper .gridCont .prodPage .top {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
  }
  @media (max-width: 1530px) and (min-width: 1250px) {
    .shopContainer .shopPage .gridCont .cartTable {
      grid-template-columns: 1fr 130px 44px repeat(4, 130px) 80px;
    }
  }
  @media (max-width: 1250px) and (min-width: 800px) {
    .shopContainer .shopPage .gridCont .cartTable {
      grid-template-columns: 1fr 44px repeat(4, 1fr) 80px;
      grid-row-gap: 30px;
    }
    .shopContainer .shopPage .gridCont .cartTable.cartHeader span:first-child {
      display: none;
    }
    .shopContainer .shopPage .gridCont .cartTable > div.prodInfo {
      grid-column: 1/8;
    }
  }
  @media (max-width: 1150px) {
    .shopContainer .shopPage .article article {
      width: 100% !important;
    }
    .shopContainer .shopPage .article article #form {
      padding: 0 60px 60px 60px;
    }
  }
  @media (max-width: 800px) {
    .shopContainer .shopPage .article article {
      width: 100% !important;
    }
    .shopContainer .shopPage .article article #form {
      grid-template-columns: 1fr !important;
    }
    .shopContainer .shopPage .article article #form > div {
      grid-column: 1 !important;
    }
    .shopContainer .shopPage .article article #form > div:has(.sameAsBilling) {
      margin-top: 0px !important;
    }
  }
  @media (max-width: 750px) {
    .shopContainer {
      padding-bottom: 60px;
    }
  }
}
@layer notebook {}
@layer mobil {
  @media (max-width: 800px) {
    .shopContainer .shopPage .cartHeader {
      display: none;
    }
    .shopContainer .shopPage .cartTable {
      grid-template-columns: repeat(2, 1fr);
      position: relative;
    }
    .shopContainer .shopPage .cartTable > div:not(.shopContainer .shopPage .cartTable > div.del):not(.shopContainer .shopPage .cartTable > div.prodInfo) {
      width: -webkit-fill-available;
      height: 109px;
      align-items: center;
      display: grid;
      align-content: center;
      justify-content: center;
    }
    .shopContainer .shopPage .cartTable > div:not(.shopContainer .shopPage .cartTable > div.del):not(.shopContainer .shopPage .cartTable > div.prodInfo) small {
      display: table !important;
      font-size: 20px;
      line-height: 20px;
      font-weight: 700;
    }
    .shopContainer .shopPage .cartTable > div:not(.shopContainer .shopPage .cartTable > div.del):not(.shopContainer .shopPage .cartTable > div.prodInfo):not(.shopContainer .shopPage .cartTable > div.netto) {
      grid-template-rows: repeat(2, min-content);
      grid-row-gap: 10px;
    }
    .shopContainer .shopPage .cartTable > div:not(:last-child) {
      border-bottom: 1px solid #E9E9E9;
    }
    .shopContainer .shopPage .cartTable > div.prodInfo {
      grid-column: 1/3;
      padding-right: 56px;
      padding-top: 0px !important;
    }
    .shopContainer .shopPage .cartTable > div.prodInfo img {
      max-height: 70% !important;
    }
    .shopContainer .shopPage .cartTable > div.prodInfo small {
      display: none !important;
    }
    .shopContainer .shopPage .cartTable > div.del {
      position: absolute;
      grid-column: 2;
      grid-row: 1;
      right: 0px;
      top: 35px;
    }
    .shopContainer .shopPage .cartTable > div.ossz {
      grid-column: 1/3;
    }
    .shopContainer .shopPage .cartTable > div.ossz span {
      line-height: initial;
    }
    .shopContainer .shopPage .cartTable > div.ossz span strong {
      line-height: initial;
    }
    .shopContainer .shopPage .cartTable > div .m {
      display: table;
    }
    .shopContainer .shopPage .cartTable > div.kedv span {
      justify-self: center;
    }
    .shopContainer .shopPage .cartTable > div.brutto span {
      line-height: initial;
    }
    .shopContainer .shopPage .cartTable > div.netto {
      grid-row-gap: 10px;
      grid-template-rows: repeat(3, min-content);
    }
    .shopContainer .shopPage .cartTable > div.netto span {
      line-height: initial;
    }
    .shopContainer .shopPage .cartTable > div.menny {
      grid-column: 1/3;
      grid-template-columns: repeat(3, min-content) !important;
    }
  }
}
@layer mobilMenu {
  @media (max-width: 1200px) {
    header:has(.menu_open_checkbox:checked) .gridCont > input {
      z-index: 15 !important;
    }
    header:has(.menu_open_checkbox:checked) .menu_open {
      z-index: 12 !important;
      position: relative;
    }
    header:has(.menu_open_checkbox:checked) .menu_open svg.svgClose {
      display: table;
    }
    header:has(.menu_open_checkbox:checked) .menu_open svg.svgClose path {
      fill: #fff;
    }
    header:has(.menu_open_checkbox:checked) .menu_open svg.svgOpen {
      display: none;
    }
    header:has(.menu_open_checkbox:checked) nav {
      position: fixed;
      top: -30px;
      left: 0;
      width: 100svw;
      min-height: 100svh;
      overflow: auto;
      display: flex;
      background: #fff;
      z-index: 10;
    }
    header:has(.menu_open_checkbox:checked) nav > ul:not(.langs) {
      align-self: center;
      padding: 0;
      flex-direction: column;
      width: -webkit-fill-available;
      grid-column: 1/3;
      height: -moz-fit-content;
      height: fit-content;
    }
    header:has(.menu_open_checkbox:checked) nav > ul:not(.langs) > li {
      position: relative;
    }
    header:has(.menu_open_checkbox:checked) nav > ul:not(.langs) > li > a {
      width: 100%;
      padding: 0 !important;
    }
    header:has(.menu_open_checkbox:checked) nav > ul:not(.langs) > li > a span {
      text-align: center;
      height: 48px;
      font-size: 18px;
      display: table;
      line-height: 48px;
      margin: 0px auto;
    }
  }
  @media (max-width: 1200px) {
    body.searchResult:has(.ajax_open:checked) .search form {
      border-radius: 15px 15px 0 0;
      border-bottom: 0;
    }
    body.searchResult:has(.ajax_open:checked) .search form button.m {
      position: relative;
      z-index: 1000;
    }
    body.searchResult:has(.ajax_open:checked) .ajaxSearch {
      border-top: 0;
    }
    body:not(:has(.ajax_open:checked)) .search form button.m.opened {
      display: none;
    }
    header .gridCont .search > input {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: 0;
      opacity: 0;
      background: transparent;
      z-index: 10;
      cursor: pointer;
      position: absolute;
    }
    header .gridCont:not(:has(input.ajax_open:checked)) .search .ajaxSearch {
      display: none !important;
    }
    header .gridCont:has(input.ajax_open:checked) .search {
      z-index: 10;
      display: grid;
      grid-template-rows: min-content 1fr;
      min-height: 100svh;
      position: fixed;
      top: -30px;
      left: 0;
      width: 100%;
      background: #fff;
    }
    header .gridCont:has(input.ajax_open:checked) .search .ajaxSearch {
      border: 0;
      max-width: 100%;
      width: -webkit-fill-available;
      position: relative;
      top: 0;
      left: 0;
      transform: initial;
    }
    header .gridCont:has(input.ajax_open:checked) .search > input {
      width: 50px;
      height: 50px;
      right: 0;
    }
    header .gridCont:has(input.ajax_open:checked) .search form {
      width: 100% !important;
      border-radius: 0;
      border: 1px solid #B3AEAF !important;
      grid-template-columns: 1fr 48px !important;
    }
    header .gridCont:has(input.ajax_open:checked) .search form div {
      display: table;
    }
    header .gridCont:has(input.ajax_open:checked) .search form button.m.notOpened {
      display: none;
    }
  }
  @media (min-width: 1000px) {
    .categList > input, .categList > svg {
      display: none;
    }
  }
  @media (max-width: 1000px) {
    .categList {
      position: relative;
      align-items: center;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1fr 28px;
      grid-template-rows: 60px auto;
    }
    .categList > input {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: 0;
      opacity: 0;
      background: transparent;
      z-index: 10;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 60px;
    }
    .categList > strong {
      grid-column: 1;
      grid-row: 1;
      margin-bottom: 0;
      font-size: 24px;
      line-height: initial;
    }
    .categList > svg {
      grid-column: 2;
      grid-row: 1;
    }
    .categList > ul {
      grid-row: 2;
    }
    .categList:has(> input:checked) > ul {
      display: table;
    }
    .categList:not(:has(> input:checked)) > ul {
      display: none;
    }
  }
}
@layer landscape {}
@layer ipad {}/*# sourceMappingURL=style.css.map */

@media(max-width:800px){
	.categList > ul > li{
		position:relative !important;
		display:table !important;
		width:100% !important;
	}
	.categList > ul > li > svg{
		position: absolute !important;
		right: 5px !important;
		top: 10px !important;
	}
}