﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.qty-spinner .btn {
}

.qty-spinner .border {
}

html {
    scroll-behavior: smooth;
}

/* NAV TÁBLA KÁRTYA */
.navboard.card {
    border: 1px solid rgba(0,0,0,.06);
    border-radius: .9rem;
    overflow: hidden;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.06);
}

.navboard .card-header {
    background: linear-gradient(90deg, #0e2a6d 0%, #1c3a94 100%);
    color: #fff;
    font-weight: 700;
    letter-spacing: .02em;
    border-bottom: none;
    position: relative;
}
    /* kis háromszög dísz a fejléchez */
/*    .navboard .card-header::after {
        content: "";
        position: absolute;
        left: 140px;
        bottom: -12px;
        border-top: 12px solid #1c3a94;
        border-right: 12px solid transparent;
    }*/

/* rács lista */
.navboard-list {
    row-gap: .75rem;
}

.navboard-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    width: 100%;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 9999px;
    padding: .5rem .75rem;
    box-shadow: 0 2px 0 rgba(0,0,0,.06);
    color: #20304a;
    transition: transform .08s ease, box-shadow .12s ease, background .12s ease;
}

    .navboard-item:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 16px rgba(0,0,0,.06);
        background: #f8fafc;
    }

    .navboard-item:active {
        transform: translateY(0);
    }

    .navboard-item .label {
        font-size: .95rem;
        text-transform: lowercase;
    }

/* pötty + szaggatott karika */
.nb-dot-wrap {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 2px dashed #90a4d4;
    border-radius: 50%;
    flex: 0 0 24px;
}

.nb-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3456db;
}

/* a szekció címekre görgetésnél ne ragadjon a tetejéhez */
.anchor-target {
    scroll-margin-top: 90px;
}


/*------AKCIÓ--------*/

#offer-section {
    background: #24243E;
    background: linear-gradient(90deg,rgba(36, 36, 62, 1) 10%, rgba(48, 43, 99, 1) 56%, rgba(15, 12, 41, 0.86) 95%);
    op
    /*background: radial-gradient(600px 240px at 20% 0%, rgba(255,255,255,.06), transparent 60%), radial-gradient(500px 240px at 90% 20%, rgba(255,255,255,.05), transparent 60%), linear-gradient(180deg, #2d2f4a 0%, #2c2741 100%);*/
}
/* ===== HERO ===== */
.featured-hero {
    position: relative;
    background-color: #001D3D;
    /*background: radial-gradient(1200px 450px at 20% -10%, rgba(255,255,255,.06), transparent 60%), radial-gradient(900px 500px at 100% 20%, rgba(255,255,255,.05), transparent 60%), linear-gradient(180deg, #0d2a4b 0%, #102b6e 100%);*/
    color: #fff;
    overflow: hidden;
}

.featured-hero__inner {
    padding: 2.25rem 0;
}

.featured-hero__title {
    text-align: center;
    font-weight: 800;
    letter-spacing: .3px;
}

.badge-pill {
    display: inline-block;
    background: #0f62fe;
    color: #fff;
    padding: .25rem .75rem;
    border-radius: 999px;
    margin-right: .5rem;
}

/* ===== OFFER SECTION HEADING  ===== */


/* ===== OFFER PRODUCT CARD ===== */
.offer-card {
    border-radius: 1rem;
    overflow: hidden;
    background: #ffffff;
    background: linear-gradient(180deg, #3158d6 0%, #3149a8 100%);
}

.offer-card__top {
    position: relative;
    background: #ffffff;
    padding-top: .75rem;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    overflow: hidden;
}

.offer-card__body {
    color: #fff;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    margin-top: .75rem;
    padding: .9rem .9rem 1rem .9rem;
}

.offer-card__imgbox {
    background: #fff;
    display: grid;
    place-items: center;
    min-height: 210px;
}

.offer-card__img {
    max-height: 180px;
    width: auto;
    object-fit: contain;
}

.badge-new {
    position: absolute;
    left: .6rem;
    top: .6rem;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ff2d2e;
    color: #fff;
    font-weight: 700;
    font-size: .8rem;
    box-shadow: 0 6px 12px rgba(255,45,46,.24);
}

.badge-drs {
    position: absolute;
    right: .6rem;
    bottom: .6rem;
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
}

.price-sticker {
    background: #ffffff;
    border-radius: .4rem;
    padding: .2rem .6rem;
    border: 1px solid #e7e7e7;
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
    min-width: 120px;
}

.price-cur {
    color: #c01818;
/*    border-top: 1px solid black;
    border-bottom: 1px solid black;*/
}
/*    .price-cur span {
        background-color: white;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: 0.2rem 1rem;
    }*/
.price-old {
    color: #999;
    font-size: .85rem;
    margin-top: -2px;
}


.offer-card__name {
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.offer-card__meta {
    opacity: .9;
}

/* finom hover */
.offer-card:hover {
    transform: translateY(-2px);
    transition: transform .12s ease;
}

.offer-section {
    position: relative;
    padding: 1rem .5rem 2rem .5rem;
    border-radius: .8rem;
    color: black;
}

.offer-section .offer-desc,
.offer-section .text-muted {
    color: #36454F !important;
}

.offer-section .price-sticker {
    background: #fff;
}

.catalog-section .section-title {
    margin-top: .75rem;
}

    .catalog-section .section-title::before,
    .catalog-section .section-title::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 4px;
        width: 18%;
        min-width: 120px;
        background: var(--bs-primary-bg-subtle, #e7f1ff);
        border-radius: 100vmax;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
    }

    .catalog-section .section-title::before {
        margin-right: .75rem;
    }

    .catalog-section .section-title::after {
        margin-left: .75rem;
    }

.catalog-section .title {
    display: inline-block;
    background: #fff;
    color: var(--bs-primary);
    border-radius: .5rem;
    box-shadow: 0 6px 12px rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.05);
}

.brand-block {
    padding-left: 7.5rem;
    padding-top: 3rem !important;
}

.brand-ribbon {
    position: absolute;
    left: 0;
    top: .5rem;
    padding: .5rem .85rem;
    box-shadow: 0 6px 14px rgba(13,110,253,.20);
    border: 1px solid rgba(13,110,253,.2);
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.card .card-img-top {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.promo-dup {
    display: none;
}

.product-section.section-show-dup .promo-dup {
    display: block;
}

.product-section:not(.section-show-dup) .brand-block.all-promo {
    display: none;
}
.product-section.empty-hidden {
    display: none;
}

@media (max-width: 576px) {
    .brand-block {
        padding-left: 6rem;
    }

    .brand-ribbon {
        transform: translateX(-20%);
    }
}

.gate-bg {
    position: relative;
    isolation: isolate;
    background: conic-gradient(from 45deg, rgba(10, 74, 89, 1.000) 0.000deg, rgba(10, 74, 89, 1.000) 27.692deg, rgba(11, 82, 124, 1.000) 27.692deg, rgba(11, 82, 124, 1.000) 55.385deg, rgba(13, 92, 159, 1.000) 55.385deg, rgba(13, 92, 159, 1.000) 83.077deg, rgba(16, 104, 194, 1.000) 83.077deg, rgba(16, 104, 194, 1.000) 110.769deg, rgba(18, 118, 227, 1.000) 110.769deg, rgba(18, 118, 227, 1.000) 138.462deg, rgba(21, 133, 255, 1.000) 138.462deg, rgba(21, 133, 255, 1.000) 166.154deg, rgba(24, 150, 255, 1.000) 166.154deg, rgba(24, 150, 255, 1.000) 193.846deg, rgba(28, 169, 255, 1.000) 193.846deg, rgba(28, 169, 255, 1.000) 221.538deg, rgba(31, 188, 255, 1.000) 221.538deg, rgba(31, 188, 255, 1.000) 249.231deg, rgba(35, 209, 255, 1.000) 249.231deg, rgba(35, 209, 255, 1.000) 276.923deg, rgba(39, 230, 255, 1.000) 276.923deg, rgba(39, 230, 255, 1.000) 304.615deg, rgba(43, 251, 255, 1.000) 304.615deg, rgba(43, 251, 255, 1.000) 332.308deg, rgba(47, 255, 255, 1.000) 332.308deg 360.000deg); 
    height: 100%;
    min-height: 100vh;
}

    .gate-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(currentColor 0.6px, transparent 0.6px), radial-gradient(currentColor 0.6px, transparent 0.6px);
        background-size: 22px 22px, 22px 22px;
        background-position: 0 0, 11px 11px;
        opacity: .06;
        color: #000;
        pointer-events: none;
        z-index: 0;
    }

[data-theme="dark"] .gate-bg::after {
    opacity: .12;
    color: #fff;
}

/* a tartalom mindig a háttér fölött legyen */
.gate-bg .container {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

/* Szlogen – brand színű bal oldali díszcsík, nem inline */
.tagline {
    border-left: 4px solid var(--brand);
    margin-bottom: 0;
}


.gate-hero {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow-1);
    transform: translateZ(0);
    transition: transform .18s ease, box-shadow .18s ease;
    aspect-ratio: 16 / 9;
    min-height: 260px;
}

    .gate-hero:hover {
        transform: scale(1.02);
    }

    .gate-hero:focus-visible {
        outline: 3px solid rgba(45,91,255,.35);
        outline-offset: 2px;
    }

.gate-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02); /* kis “parallax” érzet hoverkor */
    transition: transform .25s ease;
}

.gate-hero:hover .gate-img {
    transform: scale(1.06);
}

.gate-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.25rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 5.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.gate-overlay-food {
    background: linear-gradient(to top, rgba(37, 99, 235, .92), rgba(37, 99, 235, .70) 60%, rgba(37, 99, 235, .0));
}

.gate-overlay-nonfood {
    background: linear-gradient(to top, rgba(16, 122, 87, .92), rgba(16, 122, 87, .70) 60%, rgba(16, 122, 87, .0));
}

@media (max-width: 575.98px) {
    .gate-overlay h3 {
        font-size: 1.15rem;
    }
}

#toc-toggle.d-none {
    display: none !important;
}

/* finom emelkedés hoverre */
.hover-lift {
    transition: transform .12s ease, box-shadow .12s ease;
}

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.12);
}

/* tier gombok picit kompaktabbak */
.tier-chip {
    min-width: 56px;
}

/* alsó, vékony díszcsík (brand-hangulat) */
.product-card {
    position: relative;
}

.product-card-accent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-info));
    opacity: .25;
}

.product-card:hover .product-card-accent {
    opacity: .5;
}
[data-role="tier-list"] .fast-chip {
    min-width: 72px;
    text-align: center;
    white-space: nowrap;
}

[data-role="tier-list"] .fast-chip.active {
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.08);
}
[data-role="next-tier-hint"] {
    min-height: 1.25rem;
    line-height: 1.25rem;
}
