[aria-label] {
    position: relative;
}

[aria-label]:hover:after,
[aria-label]:focus:after {
    display: block;
}

[aria-label] {
    position: relative;
}

[aria-label="Belépés"]:after,
[aria-label="Kilépés"]:after,
[aria-label="Regisztráció"]:after,
[aria-label="Fiókom"]:after,
[aria-label="Kosár"]:after {
    content: attr(aria-label);
    /* Your CSS here, this is just a random one for demonstration */
    display: none;
    position: absolute;
    top: -35px;
    left: -40px;
    z-index: 5000;
    pointer-events: none;
    padding: 8px 10px;
    line-height: 15px;
    white-space: nowrap;
    text-decoration: none;
    text-indent: 0;
    overflow: visible;
    font-size: 0.5em;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 0 1px #888;
    background-color: rgba(13, 10, 160, 0.74);
    border: 1px solid rgba(32, 30, 141, 0.74);
    border-radius: 12px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

a:focus {
    outline: 1px dashed #e92c6c;
}

[aria-label]:hover:after,
[aria-label]:focus:after {
    display: block;
}
.error {
    color: red;
}

.text-white {
    color: white !important;
}

.btn-mobile {
    color: #ffffff;
    background-color: #4c49b9;
    border: 1px solid rgb(0, 0, 0);
    padding: 13px 28px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
}

.brand-logo-card {
    max-width: 70px;
    height: 20px;
    margin: 8px 0px;
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.favorite-button-show {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s linear;
    letter-spacing: 0.5px;
}

.brand-logo-card-show {
    max-width: 150px;
    height: 80px;
    margin: 8px 0px;
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.change-lang {
    color: #333;
    background: white;
    border: 1px solid #ebeaea;
    border-radius: 8px;
}

.main-menu-select {
    color: #333;
    background: white !important;
    /*  border: 1px solid #ebeaea; */
    border-radius: 15px;
    font-weight: 400 !important;
}

.favorite-icon {
    position: absolute;
    right: 8px;
    top: 2px;
    z-index: 9;
}

.favorite-delete {
    position: absolute;
    right: 2px;
    top: 10px;
    z-index: 9;
}

.favorite-button {
    padding: 12px 12px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    transition: 0.3s linear;
    letter-spacing: 0.5px;
}

.favorite-button:hover {
    color: white;
}

.delivery-method-div {
    border-bottom: 1px black dotted;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mobile-menu-login-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.payment-method-div {
    border-bottom: 1px black dotted;
    cursor: pointer;
}

.inline-display {
    display: inline;
    cursor: inherit;
}

.level-menu {
    top: -15px !important;
}

.main-bg-color {
    background: rgb(0, 0, 0) !important;
}

.white-bg-color {
    background: white !important;
}

.burger-icon-2 {
    position: relative;
    width: 24px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.w-full {
    width: 100%;
}

.padding-5 {
    padding: 5px;
}

.padding-8 {
    padding: 8px;
}

.padding-10 {
    padding: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.count-label-mobile {
    position: absolute;
    left: 15px;
    top: 5px;
    color: #000000;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid #919191;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    background: #ffffff;
}

.searchresult-all-result {
    display: block;
    background: rgba(13, 10, 160, 0.74);
    color: white;
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}

.close-search {
    background: red;
    color: white;
    padding: 6px;
    border-radius: 4px;
    margin: 0 auto;
}

.header-style-1-ver {
    /* gradient from white to gold color line */
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgb(161, 159, 159) 100%
    ) !important;
    border-bottom: 4px !important;
}

.discount-div {
    /* background: #f0f0f0; */
    line-height: 44px;
    border-radius: 10px;
    padding: 0 10px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    color: black;
}

.belepes-class {
    font-size: 20px;
    /* width: 250px; */
    padding-left: 25px;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.option-loop {
    /*   background: rgb(245, 244, 244); */
    border-radius: 10px;
    padding: 5px;
    margin: 8px;
    font-size: 18px;
}

/* .option-loop select border: */
.option-loop select {
    border: rgb(170, 170, 170) 1px solid;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 18px;
    color: #000;
    padding: 5px;
}

.plusminus {
    display: inline-block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 3px;
    width: 44px;
    height: 132px;
}

.addtocart-productpage-user {
    border-radius: 8px;
}

.plusminus button {
    display: block;
    width: 44px;
    height: 50px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 30.8px;
    line-height: 1;
    font-family: bonds, sans-serif;
    cursor: pointer;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

.plusminus button:focus {
    outline: none;
    color: #2bebaf;
}

.plusminus button:disabled {
    background: #999;
    color: #ccc;
    cursor: default;
}

.plusminus button:first-child {
    bottom: 0;
}

.plusminus button:first-child:before {
    content: "-";
}

.plusminus button:last-child {
    top: 0;
}

.plusminus button:last-child:before {
    content: "+";
}

.plusminus button:last-child:focus {
    color: #ff6367;
}
.product-grid {
    padding: 5px;
}
.plusminus input[type="number"] {
    position: absolute;
    width: 70px;
    height: 50px;
    top: 44px;
    margin: 0;
    padding: 0 0 16.92308px;
    border: 0;
    font-size: 17.6px;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
}

.plusminus input[type="number"]::-webkit-outer-spin-button,
.plusminus input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.plusminus:after {
    content: "DB";
    position: absolute;
    font-size: 9.68px;
    left: 0;
    right: 0;
    line-height: 1;
    padding: 3.52px 0 3.52px 0;
    width: 44px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    color: #888;
    text-align: center;
    bottom: 34%;
}

.plusminus.horiz {
    width: 132px;
    height: 50px;
}

.plusminus.horiz button:first-child {
    left: 0;
}

.plusminus.horiz button:last-child {
    right: 0;
}

.plusminus.horiz:after {
    bottom: 0;
}

.plusminus.horiz input[type="number"] {
    position: absolute;
    top: 0;
    left: 44px;
}

.plusminus.stacked {
    width: 88px;
    height: 88px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.plusminus.stacked:after {
    width: 100%;
    bottom: 50%;
}

.plusminus.stacked button {
    float: none;
    top: auto;
    bottom: 0;
}

.plusminus.stacked button:first-child {
    left: 0;
}

.plusminus.stacked button:last-child {
    right: 0;
}

.plusminus.stacked input[type="number"] {
    top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #eee;
    width: 100%;
}

.plusminus.stacked input[type="number"]:after {
    width: 100%;
}

.header-style-1 .header-middle-ptb-1 {
    padding: 5px 0 !important;
}

.btn {
    background-color: rgba(255, 255, 255, 0.74) !important;
    color: rgb(0, 0, 0) !important;
    border: 1px solid black !important;
}

.btn:hover {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
    border-color: #a2a3f7 !important;
}

.btn-primary-login {
    background-color: rgba(245, 245, 245, 0.74) !important;
    color: rgb(0, 0, 0) !important;
}

.button-add-to-cart {
    background-color: rgba(255, 255, 255, 0.74) !important;
    color: black !important;
    border: 1px solid black !important;
}

.button-add-to-cart:hover {
    background-color: black !important;
    color: white !important;
    border-color: #a2a3f7 !important;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 20px !important;
    color: #000000 !important;
}

.text-muted {
    color: #858585 !important;
}

a {
    color: rgba(2, 1, 48, 0.74) !important;
}

.text-brand {
    color: black !important;
}

.detail-extralink .detail-qty {
    border: 2px solid rgba(13, 10, 160, 0.74) !important;
    color: #3bb77e;
}

.old-price {
    font-size: 13px !important;
    color: #c20202 !important;
    margin: 0;
    text-decoration: line-through;
    position: absolute;
    top: -15px;
    left: 5px;
}

.old-price-p-p {
    font-size: 1.2rem !important;
    color: #c20202 !important;
    margin: 0;
    text-decoration: line-through;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
}

.product-card-slider {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.2s;
    /* Ensure all cards are the same height */
    position: relative;
    border-radius: 15px 0 20px;
    position: relative;
    overflow: hidden;
}

/* .product-card-slider:hover {
            transform: scale(1.05);
        } */

.image-container-slider {
    width: 100%;
    padding-top: 75%;
    /* 4:3 Aspect Ratio */
    position: relative;
}

.image-container-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-details-slider {
    margin: 0;
    flex: 1;
    /* Take up remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: auto;
    /* Pushes the product details to the bottom */
}

.product-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.2s;
    height: 100%;
    /* Ensure all cards are the same height */
    position: relative;
    /* border-radius: 15px 0 20px; */
    position: relative;
    overflow: hidden;
}

.product-card:hover {
    transform: scale(1.05);
}

.image-container {
    width: 100%;
    padding-top: 75%;
    /* 4:3 Aspect Ratio */
    position: relative;
}

.welcome-product-grid .wp-grid-details {
    padding-left: 10px;
    padding-right: 10px;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    margin: 0;
    flex: 1;
    /* Take up remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: auto;
    /* Pushes the product details to the bottom */
}

.product-name {
    /* Pushes the product name to the top */
    margin-bottom: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.product-brand {
    color: #888;
    margin-bottom: 10px;
}

.product-price {
    color: #0f0f0f;
    margin-bottom: 10px;
    position: relative;
}

.btn-container {
    text-align: center;
    width: 100%;
}

.btn-container button {
    width: 100%;
}

.akcios {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.akcios span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px;
    color: #fff;
    padding: 9px 20px 10px;
}

.akcios-prod-card {
    position: absolute;
    /*  left: 72px; */
    top: -5px;
    z-index: 9;
}

.akcios-prod-card span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px;
    color: #fff;
    padding: 9px 20px 10px;
}

.added-alert {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.added-alert span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px;
    color: #fff;
    padding: 9px 20px 10px;
}

.cart-button {
    padding: 5px 25px;
    background: white;
    color: black;
    border: 1px solid black;
}

.cart-button:hover {
    background: black;
    color: white;
}

.hot {
    background-color: #f74b81;
}

.product-image-slider-00 {
    position: relative;
}

.mobile-setting {
    max-width: 95%;
}
.image-container img,
.image-container-slider img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

h2 {
    font-size: 36px;
}

.preline {
    white-space: pre-line;
}

#main-product-image {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.alfa-slab {
    font-family: "Alfa Slab One", cursive;
    line-height: 1.2;
}

.encode-sans {
    font-family: "Encode Sans Expanded", sans-serif;
}

.new-title {
    font-size: 1.7rem !important;
    padding: 10px !important;
    color: #292526;
}

.checkout-title {
    font-size: 1.4rem !important;
    color: #292526;
}

.section-title {
    margin: 20px 0;
}

.spec-width {
    width: 80%;
    margin: 0 auto;
}

.spec-width2 {
    width: 80%;
    margin: 0 auto;
}

.admin-edit-button {
    text-decoration: underline !important;
    color: rgb(32, 30, 30) !important;
}

.admin-edit-button:hover {
    background: #6db403;
    color: white !important;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none !important;
}

.agreement-section {
    padding: 10px;
    display: block;
    text-align: left !important;
}
.header-style-1 .header-middle-ptb-1 {
    padding-top: 0px !important;
}

.desktop-search {
    width: 80%;
    height: 45px;
    color: black;
    background-color: white;
    border: 1px solid #ccc;
}
.burger-icon {
    color: white !important;
    margin-right: 10px;
}

.burger-icon-top,
.burger-icon-mid,
.burger-icon-bottom {
    color: white !important;
}

.burger-icon > span::after,
.burger-icon > span::before {
    background: white !important;
}
/* -------- Gift Promo -------- */
.gift-promo {
    --gp-bg-start: #f0fff4; /* zöldes */
    --gp-bg-end: #e6fffa; /* türkiz */
    --gp-fg: #0b3d2e;
    --gp-border: #b5f0cf;

    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    background: linear-gradient(90deg, var(--gp-bg-start), var(--gp-bg-end));
    border: 1px solid var(--gp-border);
    color: var(--gp-fg);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.gift-promo--sm {
    padding: 0.5rem 0.75rem;
    border-radius: 0.65rem;
    gap: 0.5rem;
}

.gift-promo__icon {
    display: inline-flex;
    line-height: 0;
    color: #16a34a; /* zöld */
}

.gift-promo--sm .gift-promo__icon svg {
    width: 18px;
    height: 18px;
}

.gift-promo__text {
    font-weight: 600;
    font-size: 0.95rem;
}

.gift-promo--sm .gift-promo__text {
    font-size: 0.875rem;
    font-weight: 600;
}

/* sötét mód, ha szükséges */
@media (prefers-color-scheme: dark) {
    .gift-promo {
        --gp-bg-start: #0b1f1a;
        --gp-bg-end: #0d2422;
        --gp-fg: #d9fbe7;
        --gp-border: #1e463a;
    }
    .gift-promo__icon {
        color: #34d399;
    }
}

.section-title.style-custom {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 24px;
}

.section-title.style-custom::after {
    content: "";
    width: 130px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #82c297;
}

/* konténer: flex + wrap, hogy kicsinél egymás alá törjön */
.detail-extralink {
    --btn-basis: 80%; /* Itt tudod állítani a gomb sávjának százalékát */
    display: flex;
    align-items: stretch;
    gap: 12px;
}

/* fix szélesség a plus/minus blokkra */
.plusminus.horiz {
    flex: 0 0 132px;
    height: 50px;
}

/* gomb "sávja": alapból a konténer 80%-a, de zsugorodhat */
.product-extra-link2 {
    flex: 0 1 var(--btn-basis);
    min-width: 220px; /* ne legyen túl keskeny */
}

/* magának a gombnak mindig 100% szélesség a saját sávján belül */
.addtocart-productpage-user {
    width: 80%;
    max-width: 80%;
}

.socials {
    display: flex;
    gap: 8px;
    align-items: center;
}
.social-link {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        transform 0.15s ease;
}
.social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}

/* wrapper középre igazít mindent (a, picture, img) */
.category-banner-wrap {
    display: flex;
    justify-content: center;
}

/* ha <a> van körülötte, közepezzük benne is a tartalmat */
.category-banner-wrap > a {
    display: flex;
    justify-content: center;
}

/* az img ne nyúljon, legyen blokkelem */
.category-banner {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* kategória leírás */

/* Alap viselkedés */
.category-description {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
    line-height: 1.7;
    color: #0c0c0c !important;
    max-width: 132ch;
    margin: 0 auto 1.5rem;
    padding: 0;
    margin-top: 20px;
}
.category-description p {
    color: #0c0c0c !important;
}

/* Belső elemek margói szép, egységes ritmusra */
.category-description :where(p, ul, ol, blockquote) {
    margin: 0.6em 0;
}
.category-description :where(h1, h2, h3) {
    margin: 0.8em 0 0.4em;
    line-height: 1.3;
    font-weight: 600;
}
.category-description a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Választható 1: kártyás megjelenés (finom szegély, háttér) */
.category-description.is-card {
    background: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}

/* Választható 2: bal oldali színes csík – “kiemelt” */
.category-description.is-accent {
    background: #f9fafb !important;
    border-left: 4px solid #10b981 !important; /* tetszőleges brand-szín */
    padding: 0.75rem 1rem;
    border-radius: 8px;
}
.brand-name a {
    padding: 5px;
}
.main-menu > nav > ul > li > a {
    font-size: 0.85rem !important;
}
/* csak azoknál, ahol tényleg van almenü */
.main-menu ul li.has-children > .sub-menu {
    display: none;
}
.main-menu ul li.has-children:hover > .sub-menu {
    display: block;
}

/* 2. szintre is (ha kell) */
.main-menu ul li.has-children > .sub-menu > li.has-children > .sub-menu {
    display: none;
}
.main-menu ul li.has-children > .sub-menu > li.has-children:hover > .sub-menu {
    display: block;
}
/* alapok */
.main-menu nav ul,
.main-menu nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu nav ul li {
    position: relative; /* ehhez viszonyítjuk az abszolút submenu-t */
}

/* 1. szintű submenu: a fő menüpont alá */
.main-menu nav ul li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    z-index: 1000;

    display: none; /* alapból rejtve */
}

/* megjelenítés hoverre */
.main-menu nav ul li:hover > .sub-menu {
    display: block;
}

/* 2. (és mélyebb) szint: oldalra nyíljon */
.main-menu nav ul li > .sub-menu li {
    position: relative;
}

.main-menu nav ul li > .sub-menu li > .sub-menu {
    position: absolute;
    top: 0; /* a szülő li tetejétől indul */
    left: 100%; /* a szülő submenu jobb szélétől jobbra */
    margin-left: -1px; /* picit fedjen, hogy ne legyen “lyuk” a hoverben */
    min-width: 220px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    z-index: 1001;

    display: none;
}

.main-menu nav ul li > .sub-menu li:hover > .sub-menu {
    display: block;
}

.main-menu nav ul li > .sub-menu a:hover {
    background: #f5f5f5;
}

/* ha van jelző osztályod a gyerekekre, használhatod ezt is */
.main-menu nav ul li.has-children > .sub-menu {
    display: none;
}
.main-menu nav ul li.has-children:hover > .sub-menu {
    display: block;
}
/* top szint: kis hely a nyíl előtt */
.main-menu nav > ul > li > a .fi-rs-angle-down {
    margin-left: 0.35rem;
}

/* almenükben az <a> legyen soron belüli flex, hogy a nyíl jobbra álljon */
.main-menu nav ul li > .sub-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: .5rem; */
}
.main-menu nav ul li > .sub-menu i {
    opacity: 0.7;
    font-size: 0.8em;
}
/* Gyökér lista */
.main-nav-menu .main-nav-menu-root {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}
.main-nav-menu .main-nav-menu-root > li {
    position: relative;
}

/* Linkek */
.main-nav-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}

/* Almenük általánosan */
.main-nav-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav-menu li:hover > .sub-menu {
    display: block;
}

/* 2. és mélyebb szintek jobbra nyílnak */
.main-nav-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

/* Elem megjelenés az almenüben */
.main-nav-menu .sub-menu > li > a {
    white-space: nowrap;
}
.main-nav-menu .sub-menu > li {
    border-bottom: 1px solid #f5f5f5;
}
.main-nav-menu .sub-menu > li:last-child {
    border-bottom: 0;
}

/* Ikonok */
.main-nav-menu i[class^="fi-rs-angle"] {
    opacity: 0.8;
    font-size: 0.8em;
}

.main-menu > nav > ul > li ul.sub-menu {
    position: absolute;
    top: calc(100% - 13px);
    margin-top: 0;
    min-width: 250px;
    padding: 15px;
    transition: 0.25s;
    border-radius: 10px;
    z-index: 999;
    border: 1px solid #ececec;
    box-shadow: 5px 5px 15px #0000000d;
}

/* Főmenü: több sorba törhet, soronként középre igazítva */
.main-nav-menu {
    width: 100%;
}

.main-nav-menu .main-nav-menu-root {
    display: flex;
    flex-wrap: wrap; /* <-- TÖRÉS több sorba */
    justify-content: center; /* <-- KÖZÉPRE igazítás minden sorban */
    column-gap: 0.1rem; /* vízszintes távolság a menüpontok között */
    row-gap: 0.5rem; /* függőleges távolság a sorok között */
}
.main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 55px !important;
}
#palyazat {
    width: 260px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    border: 1px blue solid;
    background: white;
}
/* nagyon keskeny kijelzőn törjön két sorba, mindkettő 100% széles legyen */
@media (max-width: 480px) {
}
.luneebathtea {
    width: 70%;
}
@media (max-width: 992px) {
    .footer-col {
        margin-top: 40px;
    }
    .luneebathtea {
        width: 97%;
    }
}
@media (max-width: 991.98px) {
    .hide-on-mobile {
        display: none !important;
    }
}
/* hide brands-cont class on mobile */
@media (min-width: 800px) {
    .brands-cont {
        display: block;
    }

    .footer-mid {
        width: 80%;
    }
}
@media only screen and (max-width: 1200px) {
    h2 {
        font-size: 20px;
    }

    .product-image-slider-00 figure img {
        margin-top: 0px;
    }
    .mobile-setting {
        max-width: 100%;
    }
}
/* Media Query for larger fonts on mobile devices */
@media (max-width: 768px) {
    #palyazat {
        display: none;
    }
    #main-product-image {
        width: 100%;
        /* Make it full width on smaller screens */
    }

    .detail-gallery h1 {
        font-size: 22px;
    }

    .new-title {
        font-size: 1.2rem;
        padding: 5px;
    }

    .footer-mid {
        width: 100%;
    }

    .spec-width2 {
        width: 90%;
        margin: 0 auto;
    }
    .product-price {
        font-size: 1.25rem;
        /* Adjust as needed for mobile */
    }

    .product-image-slider-00 figure img {
        margin-top: 30px;
    }

    .product-grid {
        padding: 3px;
    }

    .plusminus input[type="number"] {
        width: 50px;
    }
}

.product-cart-wrap .product-img-action-wrap {
    height: 280px !important;
}

.header-style-1 .header-bottom-bg-color {
    /* background-color: rgba(13, 10, 160, 0.74) !important;margin: 0; */
    padding: 0;
    padding-top: 4px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.main-menu > nav > ul > li > a {
    /*   color: rgb(0, 0, 0) !important; */
}

.product-cart-wrap .product-card-bottom .add-cart .add:hover {
    background-color: rgba(13, 10, 160, 0.74) !important;
    color: white !important;
}

footer {
    background-color: rgba(252, 252, 252, 0.74) !important;
}

.hidden {
    display: none;
}

.cookies_reset {
    background: none !important;
    border: none !important;
    padding: 3px !important;
    color: rgb(110, 110, 110) !important;
    cursor: pointer !important;
}

.cookies_reset[type="submit"]:hover {
    background: #292526 !important;
    border: none !important;
    padding: 3px !important;
    color: white !important;
    cursor: pointer !important;
}

.show-mobile-search {
    display: none;
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

@media (min-width: 767px) {
    .hidden-desktop {
        display: none;
    }
}

@media (min-width: 1024px) {
    .show-mobile {
        display: none;
    }

    .show-mobile-slide {
        display: block;
    }
}

@media (max-width: 1024px) {
    .show-mobile-slide {
        display: block;
    }

    .price-detail-mobile {
        margin-top: 20px;
    }

    .show-mobile-search {
        display: block;
    }
    .header-style-1 .header-bottom-bg-color {
        padding-top: 0px;
    }
    .show-mobile {
        display: none;
    }

    .homepage-slogen {
        font-size: 1.5rem;
    }
}
