.wraper_text_expand2 {
    position: relative;
    width: 100%;
}

.avatar_search_selected {
    display: block;
    border-radius: 60px;
    box-sizing: border-box;
    background-color: #DDD;
    border: 5px solid grey;
}
.avatar_search {
    display: block;
    border-radius: 60px;
    box-sizing: border-box;
    background-color: #DDD;
    border: 5px solid #cfd8dc;
}

.img_search {
    height: 60px !important;
    width: 60px !important;
}




:root{
    --container:1200px;
    --brand:#004481;
    --accent:#e63946;
    --muted:#666;
    --bg:#fff;
    --card:#eee;
    --focus:#1a73e8;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
    font-family:Inter,system-ui,-apple-system,Roboto,"Segoe UI",Arial;
    color:#222;background:var(--bg);line-height:1.45;
}

/* Helpers */
.container{max-width:var(--container);margin:0 auto;padding:0 1rem}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
a{color:inherit}
.btn{background:var(--brand);color:#fff;border:none;padding:.48rem .8rem;border-radius:4px;cursor:pointer}
.btn--icon{background:none;border:none;color:inherit;font-size:1.35rem;cursor:pointer}
.btn:focus,.btn--icon:focus,.submenu-toggle:focus,.intl__toggle:focus,.clear:focus,.all-categories-toggle:focus, .linklike:focus{outline:2px solid var(--focus);outline-offset:2px}

/* Info banner */
.info-banner{background:var(--brand);color:#fff}
.banner-inner{display:flex;align-items:center;gap:.75rem;padding:.55rem 0}
.banner-track{flex:1;display:flex;justify-content:center}
.banner-slide{background:none;border:none;color:inherit;font:inherit;cursor:pointer;display:flex;gap:.5rem;align-items:center}
.banner-eyebrow{font-weight:700}
.banner-arrow{background:none;border:none;color:#fff;font-size:1.25rem}
.btn-close-banner{margin-left:auto}

/* Pre-header */
.pre-header{background:darkgrey;color:var(--brand);font-size:.95rem}
.pre-header-inner{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0}
.pre-item{display:flex;align-items:center;gap:.5rem}

/* Header */
.site-header{border-bottom:1px solid #eee; background: white}
.header-inner{display:flex;align-items:center;gap:1rem;padding:.9rem 0}
.logo img{display:block}
.burger{display:none}

/* Search */
.search{display:flex;align-items:center;gap:.4rem;position:relative}
.search input{padding:.5rem .6rem;border:1px solid #ddd;border-radius:4px;min-width:260px}
.search .clear{position:absolute;right:.2rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.25rem;color:#888}
.searchpreview{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e7eef8;border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.08);padding:.6rem;z-index:50}
.suggest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;min-height:10px}
.suggest-divider{border:none;border-top:1px solid #eef2fa;margin:.6rem 0}

/* Header icons */
.header-icons{margin-left:auto;display:flex;gap:.8rem;align-items:center}
.header-icons a{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;font-size:.95rem}
.label{font-size:.72rem}

/* Subnav + intl */
.header-subnav{background:#f8faff;border-top:1px solid #eef6ff}
.subnav-inner{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;gap:50rem}
.top-quick-menu{display:flex;align-items:center;gap:1rem}
.top-quick-menu a{color:var(--brand);text-decoration:none;padding:.35rem .6rem;border-radius:4px}
.top-quick-menu .sale{background:var(--accent);color:#fff}

/* Intl panel */
.intl{position:relative}
.intl__toggle{background:#fff;border:1px solid #e6edf7;border-radius:6px;padding:.3rem .55rem;cursor:pointer;display:flex;align-items:center;gap:.4rem}
.intl__panel{position:absolute;left:0;top:115%;background:#fff;border:1px solid #e6edf7;box-shadow:0 12px 34px rgba(0,0,0,.09);border-radius:12px;padding:1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-width:520px;z-index:60}
.intl-col h4{margin:.25rem 0 .5rem;color:var(--brand)}
.intl-langs,.intl-countries{display:grid;gap:.35rem}
.intl-langs button,.intl-countries button{background:#f8fbff;border:1px solid #e6edf7;border-radius:8px;padding:.35rem .6rem;text-align:left;cursor:pointer}
.intl-langs .selected,.intl-countries .selected{outline:2px solid var(--brand)}
.intl-confirm{grid-column:1 / -1}

.intl .intl__panel {
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}
.intl.is-open .intl__panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


/* Sidebar */
.site-sidebar{position:fixed;left:0;top:0;bottom:0;width:320px;max-width:92vw;background:#fff;box-shadow:2px 0 30px rgba(0,0,0,.08);transform:translateX(-110%);transition:transform .25s ease;z-index:9999;overflow:auto}
.site-sidebar.open{transform:translateX(0)}
.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #eee}
.sidebar-body{padding:1rem}
.menu-root{list-style:none;margin:0;padding:0}
.menu-root>li{margin:.1rem 0}
.separator{height:1px;background:#eee;margin:.5rem 0}
.submenu-toggle{width:100%;text-align:left;padding:.6rem .5rem;border:none;background:none;cursor:pointer;font-weight:700;color:var(--brand)}
.submenu{list-style:none;margin:0;padding-left:1rem;border-left:1px dashed #f0f0f0}
.submenu li a{display:block;padding:.4rem .5rem;color:var(--muted);text-decoration:none}
.menu-root a{display:block;padding:.6rem .5rem;color:var(--brand);text-decoration:none;border-radius:4px}
.menu-root a:hover{background:#f6faff}

/* Main / Hero */
.site-main{padding:2rem 0; background: white;}
.hero{padding:2rem 0}
.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.hero-text h1{font-size:2.1rem;color:var(--brand);margin-bottom:.5rem}
.hero-text p{margin-bottom:1rem;color:#444}
.hero-media img{max-width:100%;height:auto;object-fit:contain}

/* Grid */
.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.25rem}
.card{border:1px solid var(--card);padding:1rem;border-radius:8px;text-align:center;transition:transform .08s ease}
.card:hover{transform:translateY(-1px)}
.card img{height:64px;object-fit:contain;margin-bottom:.5rem}

/* Footer */
.site-footer{background:#003366;color:#fff;padding:2rem 0;margin-top:2rem}
.footer-inner{max-width:var(--container);margin:0 auto;padding:0 1rem}
.footer-top{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}
.footer-links h4{margin-bottom:.5rem}
.footer-links ul{list-style:none;padding:0;margin:0}
.footer-links a{color:#fff;text-decoration:none}
.footer-extra{margin-top:1rem}
.footer-bottom{margin-top:1.5rem;font-size:.9rem;color:#ccc;text-align:center}

/* HEADER SUBNAV (Blue Style) */
.header-subnav--blue {
    background: var(--brand); /* same blue as info banner */
    color: #fff;
    border-top: none;
    height: 80px;
    display: flex;
    align-items: center;
}

.header-subnav--blue .subnav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-subnav--blue .intl__toggle {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 6px;
    padding: .4rem .7rem;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .4rem;
    transition: background .2s ease, border .2s ease;
}
.header-subnav--blue .intl__toggle:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
}

.header-subnav--blue .top-quick-menu a,
.header-subnav--blue .top-quick-menu button {
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    padding: .35rem .6rem;
    border-radius: 4px;
    transition: background .2s ease;
}
.header-subnav--blue .top-quick-menu a:hover,
.header-subnav--blue .top-quick-menu button:hover {
    background: rgba(255,255,255,0.15);
}

.header-subnav--blue .top-quick-menu .sale {
    background: var(--accent);
    color: #fff;
}


.header-subnav--blue .intl__panel {
    background: #fff;
    color: #222;
    border-radius: 8px;
    padding: 1rem;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 100;
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    min-width: 520px;
}
/* ==============================================
   SECTION 7 â PRODUCT GROUP SLIDER
   ============================================== */

.productgroup-slider {
    position: relative;
    margin: 3rem auto;
    max-width: 1200px;
    padding: 0 3rem;
    overflow: hidden;
}


.slider-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}


.slider {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.slider::-webkit-scrollbar {
    display: none;
}


.slide {
    flex: 0 0 120px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.slide img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border-radius: 8px 8px 0 0;
}

.slide span {
    color: #535353;
    display: block;
    padding: 0.75rem 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
}


.slider-btn {
    background: var(--brand);
    color: #fff;
    border: none;
    font-size: 2rem;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    opacity: 0.95;
}

.slider-btn:hover {
    background: #002f5c;
    transform: translateY(-50%) scale(1.08);
}

.slider-btn.prev {
    left: 0.5rem;
}
.slider-btn.next {
    right: 0.5rem;
}




@media (max-width: 992px) {
    .productgroup-slider {
        padding: 0 2rem;
    }

    .slide {
        flex: 0 0 140px;
    }

    .slide img {
        height: 90px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1.7rem;
    }
}

/* Mobile (â¤ 768px) */
@media (max-width: 768px) {
    .productgroup-slider {
        padding: 0 1.5rem;
    }

    .slider {
        gap: 0.35rem;
    }

    .slide {
        flex: 0 0 40vw;
    }

    .slide img {
        height: 80px;
    }

    .slide span {
        font-size: 0.9rem;
    }

    .slider-btn {
        display: none;
    }
}


@media (max-width: 480px) {
    .productgroup-slider {
        padding: 0 0rem;
        margin: 2rem 0;
    }

    .slide {
        flex: 0 0 60vw;
        border-radius: 6px;
    }

    .slide img {
        height: 70px;
    }

    .slide span {
        font-size: 0.85rem;
        padding: 0.5rem;
    }
}

.teaser-artdirection {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto 3rem;
    border-radius: 10px;
}

.teaser-slider {
    position: relative;
}

.teaser-slide {
    display: none;
    position: absolute;
    inset: 0;
    transition: opacity 0.6s ease;
}

.teaser-slide.active {
    display: block;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.teaser-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.teaser-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    transition: background .2s;
}
.teaser-btn:hover {
    background: rgba(0,0,0,0.8);
}
.teaser-btn.prev { left: 10px; }
.teaser-btn.next { right: 10px; }

.teaser-dots {
    text-align: center;
    margin-top: 0.75rem;
}
.teaser-dots button {
    width: 10px;
    height: 10px;
    background: #ccc;
    border: none;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: background .3s;
}
.teaser-dots button.active {
    background: var(--brand, #004481);
}

.dispblk-headline {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.dispblk-headline__title {
    border-bottom: 2px solid var(--brand, #004481);
    margin-bottom: 1.5rem;
}

.dispblk-headline__title h3 {
    font-size: 1.8rem;
    color: var(--brand, #004481);
    text-transform: uppercase;
    margin: 0;
}

.dispblk-headline__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.headline-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.headline-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.headline-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.headline-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.headline-card__title {
    padding: .75rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.headline-card__subtitle {
    font-size: 0.9rem;
    color: #666;
    font-weight: 400;
}
.brand-slider-section {
    background: #f8faff;
    padding: 2.5rem 0;
}

.brand-slider-title {
    color: var(--brand, #004481);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.brand-slider {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.brand-track {
    display: flex;
    transition: transform 0.35s ease;
    gap: 1.5rem;
}

.brand-slide {
    flex: 0 0 180px;
    text-align: center;
}

.brand-slide img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: all 0.25s ease;
}

.brand-slide img:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
}



.brand-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--brand, #004481);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 5;


    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}


.brand-slider:hover .brand-nav {
    opacity: 0.95;
    pointer-events: auto;
}


.brand-slider:hover .brand-nav:hover {
    background: #003366;
    transform: translateY(-50%) scale(1.08);
    opacity: 1;
}


/*
.brand-nav:hover {
    background: #003366;
    transform: translateY(-50%) scale(1.08);
    opacity: 1;
}
*/

.brand-nav:active {
    transform: translateY(-50%) scale(0.96);
}


.brand-nav.prev { left: -1rem; }
.brand-nav.next { right: -1rem; }


@media (max-width: 768px) {
    .brand-nav {
        width: 42px;
        height: 42px;
        font-size: 1.5rem;
        opacity: 0.8;
        pointer-events: auto;


        left: 0.5rem;
    }

    .brand-nav.next {
        right: 0.5rem;
        left: auto;
    }
}


@media (max-width: 768px) {
    .slide { flex: 0 0 28%; }
    .slider-btn { display: none; }
}




@media (max-width:980px){
    .hero-inner{flex-direction:column;text-align:center}
    .hero-media img{max-width:240px}
}
@media (max-width:768px){
    .burger{display:inline-block}
    .search{display:none}
    .header-icons .label{display:none}
    .intl__panel{position:fixed;left:10px;right:10px;top:70px;min-width:auto}
    .mobile-only{display:flex}
}
@media (min-width:769px){
    .mobile-only{display:none}
}

.loyalty-banner {
    margin: 3rem auto;
    text-align: center;
    background: #f8faff;
    padding: 1rem 0;
}

.loyalty-banner .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.loyalty-link {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.loyalty-link:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}


.loyalty-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}


.loyalty-img--mobile {
    display: none;
}


@media (max-width: 768px) {
    .loyalty-img--desktop {
        display: none;
    }
    .loyalty-img--mobile {
        display: block;
    }
}
.offers-slider-section {
    background: #f8faff;
    padding: 3rem 0;
}

.offers-title {
    color: var(--brand, #004481);
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
}

.offers-slider {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.offers-track {
    display: flex;
    gap: 1.25rem;
    transition: transform 0.35s ease;
}

.offer-card {
    flex: 0 0 230px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.offer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.offer-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    display: block;
}

.offer-info {
    padding: 0.75rem;
}

.offer-info h3 {
    font-size: 1rem;
    color: #222;
    margin: 0 0 0.5rem;
}

.old-price {
    color: #888;
    text-decoration: line-through;
    margin-right: 0.4rem;
}

.new-price {
    color: #e63946;
    font-weight: bold;
    font-size: 1.1rem;
}


.offers-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #004481;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 1.9rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.25s ease;
    z-index: 10;
    opacity: 0.95;
}

.offers-nav:hover {
    background: #002f5c;
    transform: translateY(-50%) scale(1.08);
    opacity: 1;
}

.offers-nav.prev { left: -1rem; }
.offers-nav.next { right: -1rem; }


@media (max-width: 768px) {
    .offer-card { flex: 0 0 180px; }
    .offers-nav { display: none; }
}

.product-card {
    position: relative;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    padding: 0.75rem;
    text-align: center;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}


.wishlist-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 1.1rem;
    color: #004481;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    z-index: 2;
}
.wishlist-btn:hover {
    background: #004481;
    color: #fff;
    border-color: #004481;
}


.product-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e63946;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    z-index: 2;
}


.product-image {
    margin-top: 1.8rem;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
}


.product-brand {
    margin-top: 0.6rem;
}
.product-brand img {
    max-height: 24px;
    opacity: 0.8;
}


.product-name {
    margin: 0.75rem 0 0.4rem;
    font-size: 0.95rem;
    color: #222;
    font-weight: 500;
    line-height: 1.3;
    min-height: 40px;
}


.product-rating {
    color: #f6b400;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.stars {
    letter-spacing: 1px;
    display: inline-block;
}
.rating-count {
    color: #666;
    font-size: 0.85rem;
    margin-left: 0.25rem;
}


.product-price {
    font-size: 1.1rem;
    margin-top: 0.4rem;
}
.price-new {
    color: #e63946;
    font-weight: 700;
    margin-right: 0.25rem;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 0.9rem;
}


@media (max-width: 768px) {
    .product-card {
        padding: 0.5rem;
    }
    .product-name {
        font-size: 0.9rem;
    }
}

.about-section {
    background: #f8faff;
    padding: 3rem 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.about-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.about-section h1 {
    font-size: 2rem;
    color: #004481;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.seo-text {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    color: #222;
    line-height: 1.6;
}

.seo-text h2 {
    font-size: 1.4rem;
    color: #004481;
    margin-bottom: 1rem;
}

.seo-text h3 {
    font-size: 1.2rem;
    color: #0077cc;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.seo-text p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.seo-text strong {
    color: #004481;
    font-weight: 600;
}

@media (max-width: 768px) {
    .about-section {
        padding: 2rem 1rem;
    }

    .about-section h1 {
        font-size: 1.5rem;
    }

    .seo-text {
        padding: 1.25rem;
    }

    .seo-text h2 {
        font-size: 1.2rem;
    }
}

.footer {
    background-color: #004481;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 40px 20px 20px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.usp {
    text-align: center;
    flex: 1 1 200px;
    margin: 10px;
}

.usp i {
    font-size: 28px;
    color: #fff;
    margin-bottom: 8px;
}

.usp img {
    height: 40px;
    margin-bottom: 6px;
}

.usp p {
    font-size: 14px;
    line-height: 1.4;
}

.usp span {
    color: #bcd3ef;
    font-size: 13px;
}


.footer-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 2px solid #bcd3ef;
    display: inline-block;
    padding-bottom: 4px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
}



.footer-column i {
    margin-right: 8px;
    color: #bcd3ef;
}


.payment-logos img {
    height: 30px;
    margin-right: 8px;
    margin-top: 6px;
}


.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
    padding-top: 20px;
}

.social-links a {
    color: #fff;
    font-size: 28px;
    margin: 0 10px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #bcd3ef;
}

.legal-links {
    margin-top: 10px;
    font-size: 13px;
}

.legal-links a {
    color: #bcd3ef;
    text-decoration: none;
    margin: 0 5px;
}




@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
    }

    .footer-main {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

:root { --berger-blue: #0057A6; }

.icons-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    padding: 10px 15px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.icon-button { position: relative; text-align: center; }

.menu-icon-link {
    color: #1d1d1d;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: color .2s ease;
}

.menu-icon-link:hover { color: var(--berger-blue); }

.badgebutton {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.badgebutton i {
    font-size: 22px;
    color: currentColor;
    line-height: 1;
}

.icon-label {
    font-size: 12px;
    color: #333;
    margin-top: 3px;
    white-space: nowrap;
}

.badgeX {
    position: absolute;
    top: -5px;
    right: -10px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.badge-primary { background-color: var(--berger-blue); }
.badge-success { background-color: #28a745; }


@media (max-width: 768px) {
    .icons-right { justify-content: space-around; gap: 10px; }
    .icon-label { display: none; }
    .badgebutton i { font-size: 20px; }
}


@media (max-width: 1200px) {
    .container {
        max-width: 95%;
    }
    .header-inner,
    .subnav-inner {
        padding: 0 20px;
    }
    .offers-slide {
        flex: 0 0 230px;
    }
    .product-card {
        width: 230px;
    }
}


@media (max-width: 992px) {

    .header-inner {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .search {
        flex: 1 1 100%;
        margin-top: 10px;
    }

    .header-icons {
        margin-top: 10px;
    }

    .burger {
        display: inline-block;
    }


    .header-subnav .subnav-inner {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }


    .hero-inner {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .hero-media img {
        width: 100%;
        height: auto;
    }


    .content-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }


    .offers-slide {
        flex: 0 0 40vw;
    }

    .brand-slide {
        flex: 0 0 25%;
    }

    .offers-nav,
    .brand-nav {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    /* Footer top */
    .footer-top {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .footer-top .usp {
        flex: 1 1 200px;
        text-align: center;
    }

    .footer-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}



@media screen and (max-width: 820px), screen and (max-device-width: 820px), screen and (orientation: portrait) and (max-width: 900px) {


    .container {
        padding: 0 15px;
    }


    .info-banner {
        height: auto !important;
        padding: 0.5rem 0;
        text-align: center;
    }


    .pre-header-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.25rem;
    }


    .header-inner {
        align-items: center;
        gap: 0.5rem;
    }

    .logo img {
        width: 120px;
        height: auto;
    }

    .search {
        order: 3;
        width: 100%;
        margin-top: 0.5rem;
    }

    .header-icons {
        order: 2;
        justify-content: center;
    }


    .offers-slider {
        padding: 10px 20px;
    }

    .offers-slide {
        flex: 0 0 80vw;
    }

    .offers-nav {
        display: none;
    }


    .brand-track {
        gap: 1rem;
    }

    .brand-slide {
        flex: 0 0 35%;
    }


    .dispblk-headline__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .headline-card {
        width: 100%;
        max-width: 90%;
    }


    .loyalty-img--desktop {
        display: none;
    }
    .loyalty-img--mobile {
        display: block;
        width: 100%;
        height: auto;
    }


    .about-section {
        padding: 20px 10px;
    }
    .about-section h1 {
        font-size: 1.5rem;
        text-align: center;
    }


    .footer-newsletter-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer-newsletter,
    .footer-social-media {
        width: 100%;
    }


    .footer-main {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
    }
}



@media (max-width: 480px) {
    body {
        font-size: 0.9rem;
    }

    .product-card {
        width: 90%;
    }

    .offers-slide {
        flex: 0 0 85vw;
    }

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

    .footer-top .usp {
        flex: 1 1 100%;
    }

    .social-links a {
        font-size: 22px;
    }

    .footer-bottom .legal-links {
        font-size: 12px;
    }

    .hero-text h1 {
        font-size: 1.25rem;
    }
}
:root{
    --bf-blue:#005aa9;
    --bf-text:#1f2937;
    --bf-muted:#5b6b7b;
    --bf-line:#e6edf5;
    --bf-zebra:#f7f9fc;
    --bf-yes:#22a160;
    --bf-head:#143a66;
}

.berger-features{
    border-radius:8px;
    background:#fff;
    padding:14px;
}
.bf-title{
    margin:0 0 10px;
    font-size:16px;
    font-weight:800;
    color:var(--bf-head);
    text-transform:uppercase;
}

.bf-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    font-size:14px;
    color:var(--bf-text);
}
.bf-table tbody tr:nth-child(odd){ background:#fff; }
.bf-table tbody tr:nth-child(even){ background:var(--bf-zebra); }

.bf-table td{
    padding:10px 12px;
    border-bottom:1px solid var(--bf-line);
    vertical-align:top;
}
.bf-table tr:last-child td{ border-bottom:none; }

.bf-key{
    width:50%;
    color:var(--bf-muted);
    font-weight:600;
}
.bf-val{ color:var(--bf-text); }

.bf-yes{
    display:inline-flex;
    align-items:center;
    gap:.45rem;
    font-weight:700;
    color:var(--bf-yes);
}
.bf-yes::before{
    content:"";
    width:16px;height:16px;
    border-radius:50%;
    border:2px solid var(--bf-yes);
    display:inline-block;
    position:relative;
    margin-right:6px;
}
.bf-yes::after{
    content:"";
    position:relative;
    width:6px;height:10px;
    border-right:3px solid var(--bf-yes);
    border-bottom:3px solid var(--bf-yes);
    transform:translate(-12px,1px) rotate(45deg);
    display:inline-block;
}

@media (max-width: 640px){
    .berger-features{ padding:10px; }

    .bf-table,
    .bf-table tbody,
    .bf-table tr,
    .bf-table td{
        display:block;
        width:100%;
    }

    .bf-table tbody tr{
        background:#fff !important;
        border:1px solid var(--bf-line);
        border-radius:8px;
        padding:8px 10px;
        margin-bottom:8px;
    }

    .bf-key{
        width:auto;
        border:none;
        padding:0 0 4px 0;
        color:var(--bf-muted);
        font-weight:700;
    }
    .bf-val{
        border:none;
        padding:0;
    }
}
:root{
    --b-blue:#005aa9;
    --b-head:#0f2f57;
    --b-text:#1f2937;
    --b-muted:#6b7280;
    --b-line:#e6edf5;
    --b-bg:#fff;
    --b-zebra:#f7f9fc;
}
.accordion{
    border:1px solid var(--b-line);
    border-radius:10px;
    background:var(--b-bg);
    overflow:hidden;
    font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.accordion--element + .accordion--element{
    border-top:1px solid var(--b-line);
}
.accordion--element__head{
    margin:0;
}
.accordion--trigger{
    width:100%;
    display:flex;
    align-items:center;
    gap:.6rem;
    text-align:left;
    padding:12px 14px;
    background:var(--b-bg);
    border:0;
    cursor:pointer;
    color:var(--b-head);
    font-weight:800;
    font-size:15px;
}
.accordion--trigger:focus-visible{
    outline:2px solid var(--b-blue);
    outline-offset:2px;
}

.accordion--icons{
    width:20px;height:20px;
    display:inline-grid;place-items:center;
    color:var(--b-blue);
}
.icon{width:18px;height:18px;fill:currentColor;transition:opacity .2s ease, transform .2s ease}
.accordion--element .icon.up{opacity:1}
.accordion--element .icon.down{opacity:0;position:absolute}
.accordion--element:not(.is--opened) .icon.up{opacity:0;position:absolute}
.accordion--element:not(.is--opened) .icon.down{opacity:1;position:static}

.accordion--element__content{
    background:var(--b-zebra);
    overflow:hidden;
    max-height:var(--panel-h, 0);
    transition:max-height .28s ease;
}
.accordion--inner{
    padding:12px 16px;
    color:var(--b-text);
    font-size:14.5px;
    line-height:1.55;
}
.accordion--inner p{margin:.35rem 0}
.accordion--inner ul{margin:.25rem 0; padding-left:18px}
.accordion--inner li{margin:.25rem 0}

@media (max-width: 640px){
    .accordion--trigger{ padding:12px; }
    .accordion--inner{ padding:10px 12px; }
}
