/* --- cookieconsent.css --- */
/* ==========================================================================
   NaturCleaning — süti-consent banner: "Letisztult alsó sáv" (2. változat)
   A whitecube csomag a saját (lila) dist/style.css-ét a nézet VÉGÉN inline-olja,
   ezért az itteni, ütköző szabályokat !important-tal felülírjuk. A markup, a JS
   és a consent-logika VÁLTOZATLAN — csak az elrendezést és a színt cseréljük.
   ========================================================================== */

/* saját betűtípus a sávra (az oldal Inter-jét használjuk) */
#cookies-policy.cookies{ font-family:"Inter","Helvetica Neue",Arial,system-ui,sans-serif !important; }

/* ----- 1) KONTÉNER: teljes szélességű, alsó sáv ----- */
#cookies-policy.cookies{
  position:fixed !important;
  left:0 !important; right:0 !important; bottom:0 !important;
  width:100% !important; max-width:100% !important;
  background:#ffffff !important;
  border-top:3px solid #1F6B4F !important;
  box-shadow:0 -14px 34px -24px rgba(15,50,34,.55) !important;
  overflow:visible !important;
}
:root[data-theme="dark"] #cookies-policy.cookies,
html[data-theme="dark"] #cookies-policy.cookies{ background:#ffffff !important; }

/* ----- 2) ALERT: átlátszó, középre igazított flex-sor (nincs kártya) ----- */
#cookies-policy .cookies__alert{
  background:transparent !important;
  border:0 !important; border-radius:0 !important; box-shadow:none !important;
  margin:0 auto !important;
  width:100% !important; max-width:1180px !important; max-height:none !important;
  display:flex !important; align-items:center; flex-wrap:wrap; gap:6px 18px;
  padding:12px 24px !important;
}

/* ----- 3) FŐSOR: cím + szöveg balra, gombok jobbra ----- */
#cookies-policy .cookies__container{ flex:1 1 auto; min-width:240px; height:auto !important; }
#cookies-policy .cookies__container--hide{ height:0 !important; }
#cookies-policy .cookies__wrapper{
  padding:0 !important;
  display:flex !important; align-items:center; gap:6px 16px; flex-wrap:wrap;
}
#cookies-policy .cookies__title{
  margin:0 !important; font-size:14px !important; font-weight:800 !important;
  color:#12271e !important; white-space:nowrap; flex:0 0 auto;
  display:flex; align-items:center; gap:7px;
}
#cookies-policy .cookies__title::before{ content:"🌿"; font-size:16px; }
#cookies-policy .cookies__intro{
  flex:1 1 260px; min-width:200px;
  font-size:12.5px !important; line-height:1.45 !important; color:#54635b !important;
}
#cookies-policy .cookies__intro p{ margin:0 !important; display:inline; }
#cookies-policy .cookies__intro p + p{ margin-left:.35em !important; }
#cookies-policy .cookies__intro a{ color:#1F6B4F !important; font-weight:600; text-decoration:underline; }
#cookies-policy .cookies__intro a:hover{ color:#14533E !important; }

/* ----- 4) GOMBOK a sorban (jobbra) ----- */
#cookies-policy .cookies__actions{
  flex:0 0 auto; display:flex !important; flex-direction:row !important;
  gap:9px !important; margin:0 !important; align-items:center;
}
#cookies-policy .cookiesBtn{ width:auto !important; }
#cookies-policy .cookiesBtn__link{
  width:auto !important; border-radius:10px !important;
  font-weight:700 !important; font-size:12.5px !important; padding:10px 16px !important;
  white-space:nowrap;
}
/* elsődleges: Összes elfogadása (tömör zöld) */
#cookies-policy .cookiesBtn--accept .cookiesBtn__link{
  background:#1F6B4F !important; border:1px solid #1F6B4F !important; color:#fff !important;
  box-shadow:0 8px 16px -10px rgba(31,107,79,.8) !important;
}
#cookies-policy .cookiesBtn--accept .cookiesBtn__link:hover{ background:#14533E !important; opacity:1 !important; }
/* másodlagos: Csak a kötelezőek (fehér, zöld körvonal) */
#cookies-policy .cookiesBtn--essentials .cookiesBtn__link{
  background:#fff !important; border:1.5px solid #cfe0d8 !important; color:#1F6B4F !important;
}
#cookies-policy .cookiesBtn--essentials .cookiesBtn__link:hover{ background:#f2f7f4 !important; opacity:1 !important; }

/* ----- 5) "Beállítások" kapcsoló — halk szöveges link a sor jobb szélén ----- */
#cookies-policy .cookies__btn--customize{
  order:9; flex:0 0 auto;
  border:0 !important; border-top:0 !important; background:transparent !important;
  color:#5a6b62 !important; font-size:12.5px !important; font-weight:700 !important;
  text-decoration:underline; padding:8px 4px !important; width:auto !important;
  display:inline-flex; align-items:center; gap:5px;
}
#cookies-policy .cookies__btn--customize:hover{ color:#1F6B4F !important; }
#cookies-policy .cookies__btn--customize svg{ width:16px; height:16px; }
#cookies-policy .cookies__btn--customize svg path{ fill:#5a6b62; }
#cookies-policy.cookies--show .cookies__btn--customize{ border:0 !important; }

/* ----- 6) TESTRESZABÁS panel: teljes szélességű második sor ----- */
#cookies-policy #cookies-policy-customize{ order:10; flex-basis:100%; width:100%; }
#cookies-policy .cookies__sections{ max-height:46vh; }
#cookies-policy .cookies__section{ padding:0 !important; }
#cookies-policy .cookies__section + .cookies__section{ border-top:1px solid #eef2ee !important; }
#cookies-policy .cookies__category{ padding:12px 2px; }
#cookies-policy .cookies__label{ color:#12271e !important; font-size:13px !important; }
#cookies-policy .cookies__info{ color:#6a7a72 !important; }
#cookies-policy .cookies__details{ color:#1F6B4F !important; }
#cookies-policy .cookies__details:hover{ color:#14533E !important; }
/* kapcsoló bekapcsolt színe zöldre */
#cookies-policy .cookies__category input:checked + .cookies__box:after{ background:#1F6B4F !important; }
/* mentés gomb zöld */
#cookies-policy .cookies__save{ border-top:1px solid #eef2ee !important; }
#cookies-policy .cookies__save .cookiesBtn__link{
  background:#1F6B4F !important; border:1px solid #1F6B4F !important; color:#fff !important;
  width:auto !important; border-radius:10px !important; padding:10px 18px !important;
}
#cookies-policy .cookies__save .cookiesBtn__link:hover{ background:#14533E !important; opacity:1 !important; }

/* ----- 7) MOBIL: szöveg felül, gombok teljes szélességben alul ----- */
@media (max-width:640px){
  #cookies-policy .cookies__alert{ padding:14px 16px !important; gap:10px; }
  #cookies-policy .cookies__wrapper{ flex-direction:column; align-items:stretch; gap:8px; }
  #cookies-policy .cookies__title{ white-space:normal; }
  #cookies-policy .cookies__actions{ width:100%; flex-wrap:wrap; }
  #cookies-policy .cookies__actions .cookiesBtn{ flex:1 1 auto; }
  #cookies-policy .cookiesBtn__link{ width:100% !important; }
  #cookies-policy .cookies__btn--customize{ order:0; width:100%; justify-content:center; }
}

/* --- fonts.css --- */
/* ============================================================
   Inter — self-hostolt webfont (variable, 400–800)
   Minden layout (front, auth, admin) innen kapja a betűtípust,
   külső (Google Fonts) függőség nélkül.
   ============================================================ */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('/fonts/inter/inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('/fonts/inter/inter-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
        U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
        U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- design-system.css --- */
/* ============================================================
   DESIGN SYSTEM — a webáruház saját design-nyelve
   ------------------------------------------------------------
   Egyetlen forrás a tipográfiához, színpalettához és a közös
   komponensekhez (kártya, gomb, badge, címsor).
   A scoped oldal-CSS-ek (.hcd, .pp-rd, .blogx, .catx, .fltx, ...)
   az itt definiált tokenekre (var(--ds-*)) építenek.
   ============================================================ */

/* A betűtípus a /css/fonts.css-ből jön (self-hostolt Inter) —
   azt minden layout külön tölti be, ez a fájl csak a design-nyelv. */

/* ---------- Design tokenek ---------- */
:root {
    /* navy márka-paletta */
    --ds-brand-50:  #faf6ec;
    --ds-brand-100: #f2e7cf;
    --ds-brand-200: #e7d3a8;
    --ds-brand-600: #c7ac6a;
    --ds-brand-700: #ac9052;
    --ds-brand-800: #8a7340;
    --ds-brand-900: #5f4e2b;

    /* szemantikus színek */
    --ds-success:      #0e9f6e;
    --ds-success-bg:   #e7f7f0;
    --ds-sale:         #e0245e;
    --ds-sale-dark:    #b91c48;
    --ds-sale-bg:      #fdeef3;
    --ds-sale-border:  #f8c9d8;

    /* felületek, keretek, szövegek */
    --ds-surface:      #ffffff;
    --ds-surface-soft: #fbfcfe;
    --ds-border:       #e6ebf3;
    --ds-border-soft:  #f0f3f8;
    --ds-text:         var(--ds-brand-900);
    --ds-text-muted:   #6b7a90;
    --ds-text-faint:   #93a1b5;
    --ds-text-strike:  #b9c4d4;

    /* tipográfia */
    --ds-font: 'Inter', system-ui, -apple-system, sans-serif;

    /* lekerekítések */
    --ds-radius-card: 1.25rem;
    --ds-radius-btn:  12px;
    --ds-radius-chip: 999px;

    /* árnyékok */
    --ds-shadow-card:       0 6px 24px -20px rgba(20, 38, 63, .25);
    --ds-shadow-card-hover: 0 22px 44px -20px rgba(20, 38, 63, .35);
    --ds-shadow-btn:        0 10px 22px -10px rgba(31, 63, 112, .55);
    --ds-shadow-btn-hover:  0 14px 26px -10px rgba(31, 63, 112, .65);

    /* gradiensek */
    --ds-grad-brand: linear-gradient(135deg, #c7ac6a, #ac9052);
    --ds-grad-sale:  linear-gradient(135deg, #e0245e, #b91c48);
}

/* ---------- Tipográfia-egységesítés ----------
   A régi téma-fontok (Alfa Slab One, Encode Sans Expanded) kivezetve:
   minden címsor-osztály a saját Inter fontunkat kapja. */
.alfa-slab {
    font-family: var(--ds-font) !important;
    font-weight: 800;
}

/* ---------- Szekció-címsor (KAPCSOLÓDÓ TERMÉKEK stb.) ---------- */
.new-title,
.new-title span {
    font-family: var(--ds-font) !important;
    font-weight: 800 !important;
    font-size: clamp(20px, 2.4vw, 26px) !important;
    letter-spacing: -.01em !important;
    text-transform: none !important;
    color: var(--ds-brand-900) !important;
}
.new-title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 6px;
}
.new-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 4px;
    border-radius: 99px;
    background: var(--ds-grad-brand);
}
.custom-new-hr {
    border-color: var(--ds-border) !important;
    opacity: 1;
}

/* ============================================================
   EGYSÉGES TERMÉKKÁRTYA (mockup: product-card-mockup.html)
   Minden .product-card előfordulásra hat: kapcsolódó termékek,
   korábbi megtekintések, főoldali szekciók, kategória/kereső/márka
   listák. Csak megjelenés — a markup és a wire-kötések változatlanok.
   ============================================================ */
.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--ds-surface);
    border: 1px solid var(--ds-border) !important;
    border-radius: var(--ds-radius-card) !important;
    overflow: hidden;
    box-shadow: var(--ds-shadow-card) !important;
    transition: transform .2s ease, box-shadow .2s ease;
    font-family: var(--ds-font);
    height: 100%;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--ds-shadow-card-hover) !important;
}

/* Képterület — a téma padding-top aspect-trükkjét megtartjuk
   (a kép position:absolute), így a képek biztosan megjelennek. */
.product-card .image-container {
    width: 100%;
    padding-top: 100% !important; /* 1:1 arány */
    position: relative;
    background: var(--ds-surface-soft);
    border-bottom: 1px solid var(--ds-border-soft);
    overflow: hidden;
    display: block;
}
.product-card .image-container img {
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    object-fit: contain;
    transition: transform .3s ease;
}
.product-card:hover .image-container img { transform: scale(1.07); }

/* Akciós badge */
.product-card .akcios {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
.product-card .akcios span,
.product-card .akcios .hot {
    display: inline-block;
    background: var(--ds-grad-sale) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 11px !important;
    border-radius: var(--ds-radius-chip) !important;
    box-shadow: 0 6px 14px -6px rgba(224, 36, 94, .55);
    text-transform: none;
    letter-spacing: 0;
}

/* Kedvencek ikon */
.product-card .favorite-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ds-surface);
    display: grid;
    place-items: center;
    box-shadow: 0 6px 14px -6px rgba(20, 38, 63, .3);
}

/* Törzs */
.product-card .product-details {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 14px 16px 16px;
    flex: 1;
}
.product-card .product-name {
    padding-right: 0 !important;
    min-height: 40px;
}
.product-card .product-name a {
    font-family: var(--ds-font) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: var(--ds-brand-900) !important;
    text-decoration: none !important;
    display: -webkit-box;
    /* 4 sor: a nev vegen all a kiszereles es gyakran az illat is -- a korabbi
       2 soros korlat epp azt vagta le, ami a variansokat megkulonbozteti.
       ~28 karakter/sor -> 4 sor ~112 karakter, a leghosszabb nev 94 -> mind kifer.
       A kartya flex-oszlop, az ar/gomb margin-top:auto-val alul marad, es a sorban
       levo kartyak egyforma magasra nyulnak, igy a racs rendje nem borul. */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .15s;
}
.product-card .product-name a:hover { color: var(--ds-brand-600) !important; }

/* értékelés-csillagok: a név alá, ne lógjon rá */
.product-card .product-reviews-tab-stars {
    position: static !important;
    transform: none !important;
    display: inline-flex;
    margin-left: 6px;
}

/* márka-logó */
.product-card .brand-logo-card {
    height: 18px !important;
    max-width: 90px;
    width: auto !important;
    object-fit: contain;
}

/* Ár */
.product-card .product-price {
    margin-top: auto;
    padding-left: 0 !important;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}
.product-card .product-price strong {
    font-family: var(--ds-font) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    color: var(--ds-brand-700) !important;
}
.product-card .product-price .old-price {
    font-size: 12.5px !important;
    font-weight: 600;
    color: var(--ds-text-strike) !important;
    text-decoration: line-through;
}
/* akciós ár piros, ha van áthúzott régi ár mellette */
.product-card .product-price span:has(+ .old-price) strong { color: var(--ds-sale) !important; }

/* CTA gomb */
.product-card .btn-container .cart-button,
.product-card .cart-button.purchase-button-category {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100% !important;
    padding: 11px 14px !important;
    border: 0 !important;
    border-radius: var(--ds-radius-btn) !important;
    background: var(--ds-grad-brand) !important;
    color: #fff !important;
    font-family: var(--ds-font) !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: var(--ds-shadow-btn);
    transition: transform .15s, box-shadow .15s !important;
    text-decoration: none !important;
    cursor: pointer;
}
.product-card .btn-container .cart-button:hover,
.product-card .cart-button.purchase-button-category:hover {
    transform: translateY(-1px);
    box-shadow: var(--ds-shadow-btn-hover);
    color: #fff !important;
}
/* mennyiség-input a gomb mellett (show_quantity_input mód) */
.product-card .btn-container input[type="number"] {
    border: 1.5px solid var(--ds-border) !important;
    border-radius: 10px !important;
    font-family: var(--ds-font);
    font-weight: 700;
    text-align: center;
    color: var(--ds-brand-900);
}
/* nem rendelhető szöveg */
.product-card .btn-container .not-available,
.product-card .product-temporary-not-available {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--ds-sale-dark);
    background: var(--ds-sale-bg);
    border: 1px solid var(--ds-sale-border);
    border-radius: var(--ds-radius-btn);
    padding: 10px;
}

/* kosárba-visszajelzés */
.product-card .added-alert .alert {
    border-radius: 10px !important;
    font-size: 12px;
    font-weight: 700;
}

/* --- Meleg krém oldalháttér (gold redesign) --- */
:root{ --ds-page-bg:#f7f2e7; }
html, body{ background-color: var(--ds-page-bg) !important; }


/* ============================================================
   "X mosás" badge — a WooCommerce `adag` mezőből.
   Bal felül ül; ha a lapkán akciós badge is van, alá csúszik
   (testvér-szelektor), így sosem takarják egymást.
   ============================================================ */
.product-card .mosas-badge,
.mosas-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
.product-card .akcios ~ .mosas-badge,
.akcios ~ .mosas-badge {
    top: 46px;
}
.product-card .mosas-badge span,
.mosas-badge span {
    display: inline-block;
    background: var(--ds-brand-600);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: var(--ds-radius-chip);
    box-shadow: 0 6px 14px -6px rgba(122, 99, 57, .55);
    white-space: nowrap;
}

/* --- front-custom.css --- */
[x-cloak] {
    display: none !important;
}

body {
    background: white;
}

.mt-15 {
    margin-top: 15px;
}

.mt-18 {
    margin-top: 18px;
}

.text-green-600 {
    color: #4caf50 !important;
}
.text-green-700 {
    color: #388e3c !important;
}
.text-green-800 {
    color: #2e7d32 !important;
}

.text-red-600 {
    color: #f44336 !important;
}

.text-red-700 {
    color: #d32f2f !important;
}

.text-red-800 {
    color: #c62828 !important;
}

/* within id='Description' the color must be black */
#Description p {
    color: black !important;
}

/* breadcrumb a on hover must be underline */
.breadcrumb a:hover {
    text-decoration: underline;
}

.header-top {
    overflow: hidden;
    background-color: #ffffff;
}

.header-style-1 .header-top-ptb-1 {
    padding: 15px 0 !important;
}

.whistlist-count {
    position: absolute;
    top: -8px;
    left: 23px;
    width: 20px;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    text-align: center;
}

.flag-icon {
    border-radius: 50%;
}

.filterdropdown {
    position: absolute;
    z-index: 1000;
    background: white;
    width: 130px;
}

.color_filter {
    width: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #e6e4e4;
    margin-right: 4px;
}

.filter-div {
    scroll-padding-inline: 0px;
    overflow-y: auto;
    /* height: 340px; */
    scrollbar-width: thin;
    scrollbar-color: #888 #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align items to the left */
    justify-content: flex-start;
    position: relative;
    padding: 10px;
}

.filter-div a {
    display: flex;
    /* Make the `a` tag behave like a flex container */
    align-items: center;
    /* Center the child elements vertically */
    padding: 5px 0;
    /* Add some padding */
    text-decoration: none;
    /* Optional: remove underline */
    color: inherit;
    /* Optional: inherit parent text color */
    width: 100%;
    /* Ensure the `a` spans the full width */
    box-sizing: border-box;
    /* Include padding and borders in width calculation */
}

.filter-div a:hover {
    background-color: #f0f0f0;
    /* Optional: Add hover effect for better UX */
}

.cursor-pointer {
    cursor: pointer;
}

.filter-btn {
    font-weight: 500;
    padding: 5px 10px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 10px;
}

.filter-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.currency-selector select {
    appearance: none;
    /* Remove default browser styles */
    -webkit-appearance: none;
    /* Safari fix */
    background-color: #ffffff;
    /* Light background */
    color: #333;
    /* Dark text */
    border: 1px solid #e6e4e4;
    /* Subtle border */
    border-radius: 8px;
    /* Rounded corners */
    font-size: 0.875rem;
    /* Slightly smaller text */
    font-weight: 500;
    /* Semi-bold */
    padding: 8px 16px;
    /* Padding for better appearance */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: all 0.3s ease-in-out;
    /* Smooth transitions */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    width: 100%;
    /* Make it responsive */
    max-width: 200px;
    /* Optional: Limit the width */
}

.currency-selector select:hover {
    background-color: #111416;
    /* Blue background on hover */
    color: #fff;
    /* White text on hover */
    border-color: #000000;
    /* Match border to background */
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
    /* Elevated shadow */
}

.currency-selector option {
    color: black;
}

.currency-selector select:focus {
    outline: none;
    /* Remove default focus outline */
    box-shadow: 0 0 0 3px rgba(79, 79, 80, 0.3);
    /* Accessible focus ring */
}

.currency-selector {
    position: relative;
    /* Ensure dropdown is positioned correctly */
    width: 85px;
    /* Full width container */
    max-width: 200px;
    margin-left: 4px;
}

.currency-selector::after {
    content: "▼";
    /* Add a dropdown arrow */
    font-size: 0.8rem;
    color: #666;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    /* Prevent arrow from blocking click */
}

.back_to_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    background: #fffefe15;
    color: #444;
    cursor: pointer;
    border-radius: 2px;
    display: none;
    border-radius: 50%;
}

.back_to_top:hover {
    background: #e9ebec;
}

.back_to_top-show {
    display: block;
}

@media (max-width: 768px) {
    .header-style-1 .header-bottom-bg-color {
        border-top: 0px solid #ececec;
    }
    .sticky-cart-bar-global {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
    }

    .sticky-cart-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        border-top: 1px solid #ddd;
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
        box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    }

    .sticky-cart-bar .price {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .sticky-cart-bar .old-price {
        font-size: 14px;
        text-decoration: line-through;
        color: gray;
    }

    .sticky-cart-bar .add-to-cart-btn {
        background-color: #ff6600;
        color: white;
        border: none;
        padding: 8px 12px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
    }

    .sticky-cart-bar .add-to-cart-btn:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

    .sticky-cart-bar .old-price {
        top: 0 !important;
    }
}

/* --- custom.css --- */
[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: var(--ds-brand-600, #c7ac6a);
    border: 1px solid var(--ds-brand-700, #ac9052);
    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;
}

/* Mobil kereso-dropdown gombjai. Korabban: kek (rgba(13,10,160,.74)) es piros
   -- mindketto a rebrand elotti temabol maradt. Most: arany elsodleges +
   visszafogott masodlagos, a markaskalabol. */
.searchresult-all-result {
    display: block;
    background: var(--ds-brand-600, #c7ac6a);
    color: #fff;
    padding: 9px 12px;
    border-radius: 9px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    transition: filter .15s;
}

.searchresult-all-result:hover {
    filter: brightness(1.08);
}

.close-search {
    display: inline-block;
    background: var(--ds-brand-50, #faf6ec);
    color: var(--ds-brand-800, #8a7340);
    border: 1px solid var(--ds-brand-100, #f2e7cf);
    padding: 8px 20px;
    border-radius: 9px;
    margin: 0 auto;
    font-weight: 700;
    transition: background .15s;
}

.close-search:hover {
    background: var(--ds-brand-100, #f2e7cf);
}

.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 var(--ds-brand-200, #e7d3a8) !important;
    color: var(--ds-brand-700, #ac9052);
}

.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: var(--ds-font);
    font-weight: 800;
    line-height: 1.2;
}

.encode-sans {
    font-family: var(--ds-font);
}

.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: var(--ds-brand-600, #c7ac6a) !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;
    }
}

/* ===== Kategoria-lista: Letisztult 4-oszlopos racs (Koncepcio 1, 2026-09-11) =====
   Csak a kategoria-oldalra (cat-grid-v1); a .product-grid mashol valtozatlan. */
.cat-grid-v1{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:20px;
    padding:0 !important;
    margin:0;
}
.cat-grid-v1 > [class*="col-"]{
    width:100% !important;
    max-width:none !important;
    flex:0 0 auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-bottom:0 !important;
}
.cat-grid-v1 .product-card{ height:100%; }
.cat-grid-v1 .product-card:hover{ transform:translateY(-6px); }
@media (max-width:1199px){ .cat-grid-v1{ grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px; } }
@media (max-width:767px){  .cat-grid-v1{ grid-template-columns:repeat(2, minmax(0, 1fr)); gap:12px; } }
@media (max-width:400px){  .cat-grid-v1{ grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px; } }

/* --- slidein-cart.css --- */
.offcanvas-custom {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 500px;
    height: 100vh;
    background: #ffffff;
    box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    z-index: 999999 !important;

    /* HIDE initially */
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;

    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
        visibility 0.5s;
}

/* When cart is open */
.offcanvas-custom.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.cart-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white !important;
}

.cart-close-overlay {
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

/* Timer Box */
.cart-timer {
    position: fixed !important;
    width: 500px;
    height: 45px;
    /*  background: #000000;
    color: white !important; */
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight: bold;
    text-align: center;
    color: #d9534f;
    z-index: 88888;
}

.cart-timer p {
    font-size: 19px;
}

.offcanvas-body {
    margin-top: 70px;
}

/* Cart Header */
.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 2px solid #ddd;
}

/* Cart List */
.cart-items {
    padding: 10px 0px 10px 0px;
    max-height: 60vh;
    overflow-y: auto;
}

/* Product Card */
.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*  padding: 5px; */
    border-bottom: 1px solid #eee;
}

.name-section {
    width: 260px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    padding-bottom: 5px;
}

.name-section-checkout {
    width: 460px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    padding-bottom: 10px;
}

.price-section {
    width: 100px;
}

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

/* Product Image */
.cart-image {
    max-width: 100px;
    height: auto;
    margin-right: 5px;
    margin-left: 10px;
}

.cart-image img {
    border-radius: 10px;
    border: 1px solid #ddd;
}

/* Quantity Controls */
.qty-control {
    display: flex;
    align-items: center;
}

.qty-btn {
    background: #ddd;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

/* Free Shipping Progress Bar */
.free-shipping-progress {
    padding: 10px;
}

.progress-container {
    width: 100%;
    background: #f0f0f0;
    border-radius: 5px;
    height: 10px;
    position: relative;
}

.progress-bar-custom {
    height: 100%;
    background: #28a745;
    border-radius: 5px;
    transition: width 0.5s;
}

/* Checkout Section */
.cart-footer {
    padding: 25 0px 10px 0px;
    border-top: 2px solid #ddd;
    text-align: center;
}

.checkout-btn {
    background: #28a745;
    color: white;
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.checkout-btn:hover {
    background: #218838;
}

.top_box {
    background: #d5cabd;
    padding: 10px 10px;
    margin: 0 auto;
    width: 95%;
    border-radius: 10px;
}

.top_box h4 {
    color: black;
    font-size: 18px;
}

.top_box h5 {
    color: black;
    font-size: 14px;
}

.fbt-section {
    padding: 10px;
}

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

.plusminus-cart button {
    display: block;
    width: 20px;
    height: 25px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 15px;
    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-cart button:focus {
    outline: none;
    color: #2bebaf;
}

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

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

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

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

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

.plusminus-cart button:last-child:focus {
    color: #ff6367;
}

.plusminus-cart input[type="number"] {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 44px;
    margin: 0;
    padding: 0 0 2px;
    border: 0;
    font-size: 17.6px;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
}

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

.plusminus-cart.horiz {
    width: 75px;
    height: 25px;
}

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

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

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

.plusminus-cart.horiz input[type="number"] {
    position: absolute;
    top: 0;
    left: 24px;
    border: 1px solid #e8e8e7;
    border-radius: 5px;
}

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

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

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

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

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

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

.fbt-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2-column grid */
    gap: 10px;
    width: 100%;
    padding: 10px;
}

/* Product Card */
.fbt-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    min-height: 225px;
    /* Increased height to prevent overlaps */
    justify-content: space-between;
}

/* Product Image */
.fbt-img {
    width: 360px;
    max-height: 360px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* Product Title - Max 2 Lines */
.fbt-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
    /* Fixed height to ensure consistency */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    flex-grow: 1;
    /* Allows text to use available space */
    text-align: left;
}

/* Price Section */
.fbt-price {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-top: auto;
    font-size: 1.2rem;
    color: #0f0f0f;
}

.current-price {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #888;
}

/* Add to Cart Button */
.fbt-add-cart {
    background: #28a745;
    color: white;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    border: none;
    margin-top: auto;
    /* Keeps button aligned at the bottom */
}

.fbt-add-cart:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.fbt-add-cart i {
    margin-right: 5px;
}

.extra-data {
    border-top: 1px solid #c0c0c0;
    margin-top: 20px;
    background-color: #d5cabd;
    width: 100%;
    padding: 15px;
}

.extra-data-item {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 10px;
}

.extra-data-item img {
    max-width: 40px;
    height: auto;
    border-radius: 5px;
    margin-right: 10px;
}

.extra-data-item p {
    color: black;
}

.fbt-content {
    width: 100%;
}

.fbt-attributes {
    text-align: left;
}

@media (max-width: 987px) {
    .name-section-checkout {
        width: 150px;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        padding-bottom: 5px;
        text-align: start;
    }
}
/* Make full width on smaller screens (mobile) */
@media (max-width: 768px) {
    .offcanvas-custom {
        width: 100vw;
    }

    .cart-timer {
        position: fixed !important;
        width: 100vw;
        height: 40px;
        background: #000000;
        color: white !important;
        padding: 10px;
        font-weight: bold;
        text-align: center;
    }

    .cart-image {
        width: 50px;
        height: auto;
        border-radius: 5px;
        margin: 10px;
    }

    .name-section {
        width: 200px;
    }

    .name-section p {
        font-size: 16px !important;
        padding-bottom: 5px;
    }

    .fbt-section {
        padding: 0;
    }

    .fbt-card {
        width: 100%;
    }

    .fbt-content {
        padding: 5px;
        width: 100%;
    }

    .fbt-card > img {
        width: 300px;
        max-height: 300px;
    }
}

/* ===== Mobil: a drawer ne lógjon túl a képernyőn ===== */
.offcanvas-custom {
    max-width: 100vw;
}
@media (max-width: 560px) {
    .offcanvas-custom {
        width: 100vw;
    }
    .cart-timer {
        width: 100vw;
    }
}

/* --- swiper-bundle.min.css --- */
/**
 * Swiper 14.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 26, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* --- user-styles.css --- */
:root {
  --logo-width: 90px;
  --desktop-header-bgcolor: #c7ac6a;
  --desktop-header-color: #000000;
  --footer-background: #f4ecd9;
  --footer-color: #3d3117;
  --custom-new-hr: #ffffff;
  --extra-menu-button-bgcolor: #FFF8E8;
  --extra-menu-button-color: #292526;
  --search-mobile-input-bgcolor: #ffffff;
  --search-mobile-input-border-color: #cccccc;
  --mobile-setting-class-pc-bgcolor: #ffffff;
  --mobile-setting-class-mobile-bgcolor: #c7ac6a;
  --mobile-setting-class-mobile-color: #3d3117;
  --sticky-cart-bar-bgcolor: #c7ac6a;
  --mobile-setting-class-pc-color: #FFFFFF;
  --product-price-font-size: 1rem;
  --product-name-font-size: 1rem;
  --border-bottom-left-radius: 25px;
  --border-bottom-right-radius: 25px;
  --header-top-border-bottom-left-radius: 25px;
  --header-top-border-bottom-right-radius: 25px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.purchase-button-basket-user,
.jump-to-basket-cart-user {
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    transition: .3s;
}
.jump-to-basket-cart-user {
    background-color: #c7ac6a !important;
    color: #3d3117 !important;
    border: 1px solid #241f31 !important;
}
.jump-to-basket-cart-user:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.purchase-button-basket-user {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}
.purchase-button-basket-user:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.jump-to-checkout-user {
    background-color: #c7ac6a !important;
    color: #3d3117 !important;
    border: 1px solid #000 !important;
}
.jump-to-checkout-user:hover {
    background-color: #f7f7f7 !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.jump-to-shopping-button {
    background-color: #c7ac6a !important;
    color: #3d3117 !important;
    border: 1px solid #241f31 !important;
}
.jump-to-shopping-button:hover {
    background-color: #f7f7f7 !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.purchase-button-user {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000 !important;
}
.purchase-button-user:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.plusminus button {
    background: #c7ac6a !important;
}
.addtocart-productpage-user {
    background-color: #c7ac6a !important;
    color: #3d3117 !important;
    border: 1px solid #c7ac6a !important;
    width: 100% !important;
}
.addtocart-productpage-user:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}
.purchase-button-category {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.purchase-button-category:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}
.checkout-coupon-button {
    background-color: #c7ac6a !important;
    color: #3d3117 !important;
    border: 1px solid #000000 !important;
}
.checkout-coupon-button:hover {
    background-color: #c7ac6a !important;
    color: #3d3117 !important;
    border: 1px solid #241f31 !important;
}
.show-more-button {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.show-more-button:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}
.discount-div-colors {
    background-color: #c7ac6a !important;
    color: #3d3117 !important;
    border: 0px solid transparent !important;
}
.discount-div-colors:hover {
    background-color: #e00000 !important;
    color: #ffffff !important;
    border: 0px solid transparent !important;
}
.main-menu-select-colors {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.main-menu-select-colors:hover {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.contact-us-colors {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.contact-us-colors:hover {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.about-us-colors {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.about-us-colors:hover {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.brands-colors {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.brands-colors:hover {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.show-one-blog-colors {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.show-one-blog-colors:hover {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.show-blog-colors {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
.show-blog-colors:hover {
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid transparent !important;
}
