/* ==========================================
   COMBINED STYLESHEET
   Kombinované styly z indexR.css a header.css
   ========================================== */

/* ==========================================
   CSS VARIABLES (MERGED)
   ========================================== */

:root {
    /* Základní layout */
    --max-width: 1340px;
    --padding-side: 10px;
    
    /* Barvy z indexR.css */
    --c1: #9c784a;
    --c2: #dedbd7;
    --c3: #1a1b1b;
    --c4: #292a2a;
    
    /* Barvy z header.css (doplněné) */
    --header-bg: #1a1b1b;        /* stejné jako --c3 */
    --nav-bg: #292a2a;           /* stejné jako --c4 */
    --primary-color: #9c784a;    /* stejné jako --c1 */
    --text-light: #B1B1AF;
    --text-white: #FFFFFF;
    --accent-pink: #c3215e;
}

/* ==========================================
   FONTS
   ========================================== */

@font-face {
    font-family:'Museo Sans Rounded 300';
    font-weight:300;
    src:url(https://cdn.shop.egate.cz/fonts/MuseoSansRounded300/MuseoSansRounded300.eot);
    src:url(https://cdn.shop.egate.cz/fonts/MuseoSansRounded300/MuseoSansRounded300.eot?#iefix) format("embedded-opentype"),
        url(https://cdn.shop.egate.cz/fonts/MuseoSansRounded300/MuseoSansRounded300.woff2) format("woff2"),
        url(https://cdn.shop.egate.cz/fonts/MuseoSansRounded300/MuseoSansRounded300.woff) format("woff"),
        url(https://cdn.shop.egate.cz/fonts/MuseoSansRounded300/MuseoSansRounded300.ttf) format("truetype");
    -webkit-font-smoothing:antialiased;
    font-display: fallback;
}

/* ==========================================
   RESET & BASE STYLES
   ========================================== */

* {
    font-family: 'Museo Sans Rounded 300';
    box-sizing:border-box;
}

html, body, form, ul, ol, li, h1, h2, h3, h4, h5, h6, img, table {
    margin: 0;
    padding: 0;
    border: 0;
}

HTML {
    width:100%; 
    height:100%;
    font-weight: normal;
    font-style: normal;
    color: #443f3f;
    line-height:23px;
    scroll-behavior: smooth;
    text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}

BODY {
    width:100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ==========================================
   TYPOGRAPHY
   ========================================== */

h1 {
    font-size:clamp(22px, 4.5vw, 34px);
    line-height:1.2;
    margin:8px 0 25px;
}

h2 {
    scroll-margin-top:96px;
    font-size:clamp(18px, 3.5vw, 24px);
    margin:16px 0 8px;
}

h3 {
    margin-bottom:8px;
}

p {
    margin:0 0 16px 0;
    font-size:16px;
    line-height:1.6;
}

ul.none {
    list-style:none;
    padding:0;
    margin:0 0 20px 0;
}

/* ==========================================
   LINKS
   ========================================== */

a {
    color: var(--c1);
    text-decoration:none;
}

a:hover {
    text-decoration:none;
}

p a {
    border-bottom-style:solid;
    border-bottom-width: 1px;
}

a:focus-visible {
    outline:3px solid #8c7f70;
    outline-offset:2px;
}

a.none {
    text-decoration:none;
    border:0;
}

a.none:hover {
    text-decoration:none;
    border:0;
}

a.underline {
    text-decoration:none;
    border-bottom-style:dotted;
    border-bottom-width: 1px;
}

a.underline:hover {
    text-decoration:none;
    border-bottom-style:solid;
}

/* ==========================================
   HEADER & NAVIGATION - MOBILE FIRST
   ========================================== */

HEADER {
    width: 100%;
    background-color: var(--header-bg);
    position: relative;
    z-index: 100;
}

HEADER .inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 12px var(--padding-side);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
    align-items: center;
    background-color: var(--header-bg);
    position: relative;
    z-index: 2;
}

/* ==========================================
   LOGO - MOBILE
   ========================================== */

HEADER .left {
    grid-column: 1;
    grid-row: 1;
}

HEADER .left A {
    display: block;
}

HEADER .left IMG#logo {
    width: 120px;
    height: auto;
    display: block;
}

/* ==========================================
   CENTER SECTION - MOBILE
   ========================================== */

HEADER .center {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Links Container - Two UL structure */
.links_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Contact links (left side) */
.links-contact {
    /* Email on the left */
}

/* Navigation links (right side) */
.links-nav {
    /* Navigation on the right */
    margin-left: auto;
}

UL.links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
}

UL.links LI {
    color: var(--text-light);
    display: flex;
    align-items: center;
}

UL.links LI:not(:last-child)::after {
    content: "•";
    margin-left: 8px;
    color: #666;
}

UL.links A {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.2s;
}

UL.links A:hover {
    color: var(--text-white);
}

UL.links A.underline {
    border-bottom: 1px dotted var(--text-light);
}

UL.links A.underline:hover {
    border-bottom-style: solid;
    border-bottom-color: var(--text-white);
}

UL.links A.email {
    background: url('/images/at.png') no-repeat left center;
    padding-left: 22px;
    display: inline-block;
}

/* Email link s at.png ikonou */
A.email-link {
    display: inline-flex;
    align-items: center;
    color: #B1B1AF;
    text-decoration: none;
    transition: color 0.2s;
    gap: 0;
    filter: brightness(1);
}

A.email-link:hover {
    color: #FFFFFF;
    filter: brightness(1.3);
}

A.email-link .email-local,
A.email-link .email-domain {
    display: inline;
}

A.email-link .email-at {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/images/at.png') no-repeat center center;
    background-size: contain;
    margin: 0 3px;
    flex-shrink: 0;
    vertical-align: middle;
}

/* ==========================================
   SEARCH BOX
   KONFLIKT: Dvě různé definice DIV#search
   Řešení: Použita robustnější verze z header.css
   ========================================== */

DIV#search {
    display: flex;
    height: 44px;
    border: 1px solid var(--text-white);
    border-radius: 4px;
    background: var(--text-white);
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s;
    width: 100%;
}

DIV#search.focus,
DIV#search:focus-within {
    box-shadow: 0 0 12px rgba(255,255,255,0.4);
}

DIV#search INPUT[type='submit'] {
    width: 44px;
    height: 44px;
    border: 0;
    background: var(--text-white) url('https://cdn.erosveneziani.cz/web/images/icon-search.png') no-repeat center;
    background-size: 20px 20px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.2s;
}

DIV#search INPUT[type='submit']:hover {
    background-color: #f5f5f5;
}

DIV#search INPUT[type='text'] {
    flex: 1;
    border: 0;
    padding: 0 10px;
    font-size: 16px;
    background: transparent;
    outline: none;
    box-sizing: border-box;
}

DIV#search INPUT[type='text']::placeholder {
    color: #999;
}

/* ==========================================
   BASKET & COUNTRY - MOBILE
   ========================================== */

HEADER .right {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    justify-content: flex-start;
}

A#basket {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.3;
    color: var(--text-light);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
    text-align: right;
}

A#basket:hover {
    color: var(--text-white);
}

A#basket I {
    margin-right: 8px;
    font-size: 16px;
}

A#basket SPAN.small {
    display: none;
}

A#basket B {
    font-weight: 700;
}

A#basket SPAN.amount {
    color: var(--accent-pink);
    transition: color 0.2s;
}

A#basket:hover SPAN.amount {
    color: #E14A83;
}

/* ==========================================
   NAVIGATION - BASE (MOBILE)
   ========================================== */

NAV {
    width: 100%;
    background-color: var(--nav-bg);
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 99;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

NAV .inner {
    box-sizing: border-box;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--padding-side);
    height: 50px;
}

NAV .inner > UL {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    min-width: max-content;
    width: 100%;
    position: relative;
}

NAV .inner > UL > LI {
    font-size: 15px;
    display: inline;
    white-space: nowrap;
}

NAV .inner > UL > LI > A {
    box-sizing: border-box;
    color: #DDD;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    line-height: 30px;
    transition: color 0.2s, text-decoration 0.2s;
}

NAV .inner > UL > LI > A:hover {
    text-decoration: underline;
    color: var(--text-white);
}

NAV .inner > UL > LI:not(:last-child) > A {
    padding-right: 48px;
}

/* ==========================================
   MAIN CONTENT
   ========================================== */

IMG#made-in-italy {
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}

MAIN {
    flex: 1;
    background-color: white;
    margin: 0 auto;
    width:100%;
    max-width: var(--max-width);
    padding: 12px var(--padding-side) 40px var(--padding-side);
}

section {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

/* ==========================================
   MESSAGES & ALERTS
   ========================================== */

.alert {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: .75rem 1rem;
    margin: 1rem 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-sizing: border-box;
}

.alert i {
    flex: 0 0 auto;
    font-size: 1.2em;
    margin-top: 2px;
}

.alert .title {
    display: block;
    font-weight: bold;
    margin-bottom: .25rem;
    width: 100%;
}

.alert strong {
    display: inline;
    font-weight: bold;
    margin-right: 0.25rem;
}

.alert p,
.alert span,
.alert a {
    word-break: break-word;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger a, .alert-error a {
    color: #FF0000;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/* ==========================================
   BREADCRUMB
   ========================================== */

.bread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    margin-bottom: 15px;
    gap: 5px;
}

.bread a {
    color: var(--c1);
    text-decoration: none;
}

.bread a.home {
    border:0;
}

.bread span {
    color: #555;
}

.bread .separator {
    margin: 0 5px;
    color: #999;
}

/* ==========================================
   PRODUCTS HOMEPAGE
   ========================================== */

DIV.homepage_carousel {
    display:flex;
    flex-wrap:nowrap;
    overflow:hidden;
    width:100%;
}

DIV.homepage_carousel DIV.product {
    border:0;
}

DIV.homepage_carousel DIV.product:hover {
    border:0;
}

/* ==========================================
   CART STEPS
   ========================================== */

.cart_steps {
    display: flex;
    gap: 8px;
    margin: 16px 0 24px;
    flex-direction: column;
}

.cart_steps h2 {
    margin: 0;
    padding: 12px 16px;
    font-size: 16px;
    text-align: left;
    border-left: 5px solid var(--c2);
    background: #f9f9f9;
    color: var(--c2);
    border-radius: 4px;
}

.cart_steps h2.active {
    color: var(--c1);
    border-left-color: var(--c1);
    background: #fff;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(156, 120, 74, 0.15);
}

/* ==========================================
   FORMS
   ========================================== */

.form INPUT[type='text'], 
.form INPUT[type='email'],
.form INPUT[type='password'],
.form INPUT[type='tel'],
.form SELECT {
    margin:0;
    padding:0;
    font-size: 16px;
    height: 44px;
    border: 1px solid #c8c8c8;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
}

.form TEXTAREA {
    margin:0;
    padding:0;
    font-size: 16px;
    border: 1px solid #c8c8c8;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
}

/* ==========================================
   BUTTONS
   ========================================== */

.btn {
    display: block;
    transition: background-color .25s linear;
    border: none;
    background-color: #10b981;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
}

.btn:hover {
    background-color: #059669;
}

.btn i.mr {
    margin-right: 15px;
}

.btn i.ml {
    margin-left: 15px;
}

.btn.gray {
    background-color: #DDD;
}

.btn.middle {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.btn.large {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}

/* ==========================================
   HOMEPAGE USP SECTION
   ========================================== */

.usp-hero {
    max-width: 100%;
    margin: 0;
    padding: 40px 20px;
    background: #f8f9fa;
}

.usp-main {
    background: #009246;
    color: white;
    padding: 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto 20px;
    box-shadow: 0 4px 15px rgba(0, 146, 70, 0.2);
    position: relative;
    overflow: hidden;
}

.usp-main::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to bottom, 
        #009246 0%, 
        #009246 33.33%, 
        #ffffff 33.33%, 
        #ffffff 66.66%, 
        #CE2B37 66.66%, 
        #CE2B37 100%
    );
}

.usp-main > i {
    position: relative;
    z-index: 1;
    margin-left: 70px;
    font-size: 48px;
    opacity: 0.9;
}

.usp-main > div {
    position: relative;
    z-index: 1;
}

.usp-main h2 {
    margin: 0 0 8px 0;
    font-size: 28px;
    font-weight: 700;
}

.usp-main p {
    margin: 0;
    font-size: 16px;
    opacity: 0.95;
    line-height: 1.5;
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin: 0 auto;
}

.usp-item {
    background: white;
    padding: 25px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.usp-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 146, 70, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp-icon i {
    font-size: 24px;
    color: #009246;
}

.usp-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.usp-content strong {
    font-size: 18px;
    color: #333;
    display: block;
}

.usp-content span {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* ==========================================
   PRODUCTS SECTION
   ========================================== */

.products-section {
    margin: 60px auto;
    padding: 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to right, #009246, #ffffff, #CE2B37) 1;
}

.section-header h2 {
    margin: 0;
    font-size: 32px;
    color: #333;
}

.view-all {
    color: #009246;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ==========================================
   TRUST SECTION
   ========================================== */

.trust-section {
    background: #f8f9fa;
    padding: 60px 20px;
    margin: 60px 0;
}

.trust-section h2 {
    text-align: center;
    font-size: 36px;
    margin: 0 0 40px 0;
    color: #333;
}

.benefits-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.benefit-card {
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.benefit-card.contact-card {
    /* Žádný hover efekt pro kontaktní box */
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: #009246;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
}

.benefit-card h3 {
    margin: 0 0 12px 0;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.benefit-card p {
    color: #666;
    line-height: 1.6;
    margin: 0 0 12px 0;
    font-size: 15px;
}

.benefit-highlight {
    display: inline-block;
    background: rgba(0,146,70,0.1);
    color: #009246;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    border: 1px solid #009246;
}

.benefit-badge {
    margin-top: 15px;
}

.contact-card p {
    text-align: left;
    margin-top: 15px;
    line-height: 2;
}

.contact-card .contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-card .contact-item i {
    width: 20px;
    color: #009246;
    flex-shrink: 0;
}

/* ==========================================
   UTILITY CLASSES
   ========================================== */

.underline {
    text-decoration: underline;
}

.hidden {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ==========================================
   TABLET (600px+)
   ========================================== */

@media (min-width: 600px) {
    HEADER .inner {
        padding: 16px var(--padding-side);
        gap: 16px;
    }

    HEADER .left IMG#logo {
        width: 160px;
    }

    HEADER .right {
        gap: 16px;
    }

    A#basket {
        font-size: 15px;
        line-height: 40px;
        padding-left: 40px;
    }

    A#basket I {
        font-size: 18px;
    }

    DIV#search {
        height: 48px;
    }

    DIV#search INPUT[type='submit'] {
        width: 48px;
        height: 48px;
    }

    DIV#search INPUT[type='text'] {
        font-size: 17px;
    }
    
    /* Form improvements */
    .form INPUT[type='text'],
    .form INPUT[type='email'],
    .form INPUT[type='password'],
    .form INPUT[type='tel'],
    .form SELECT,
    .form TEXTAREA {
        font-size: 16px;
    }
}

/* ==========================================
   DESKTOP SMALL (768px+)
   ========================================== */

@media (min-width: 768px) {
    HEADER .inner {
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto;
    }

    HEADER .left {
        flex: 0 0 auto;
        order: 1;
    }

    HEADER .right {
        flex: 0 0 auto;
        order: 2;
    }

    HEADER .center {
        flex: 1 1 auto;
        order: 3;
        grid-column: 1 / -1;
        grid-row: 2;
    }
    
    /* Cart steps */
    .cart_steps {
        flex-direction: row;
        gap: 10px;
    }

    .cart_steps h2 {
        flex: 1;
        font-size: 18px;
        padding: 14px 20px;
        text-align: center;
        border-left: none;
        border-bottom: 5px solid var(--c2);
    }

    .cart_steps h2.active {
        border-bottom-width: 5px;
        border-bottom-color: var(--c1);
        border-left: none;
    }
    
    /* Breadcrumb */
    .bread {
        font-size: 14px;
        gap: 3px;
    }
    
    .bread a, .bread span, .bread .separator {
        white-space: nowrap;
    }
    
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .hide-desktop {
        display: none !important;
    }
}

/* ==========================================
   DESKTOP (900px+)
   ========================================== */

@media (min-width: 900px) {
    HEADER .inner {
        padding: 20px var(--padding-side) 10px;
        gap: 40px;
    }

    HEADER .left {
        grid-column: 1;
        grid-row: 1;
    }

    HEADER .left IMG#logo {
        width: 191px;
    }

    HEADER .center {
        grid-column: 2;
        grid-row: 1;
        min-width: 300px;
        padding: 0;
    }

    HEADER .right {
        grid-column: 3;
        grid-row: 1;
        justify-content: flex-end;
    }

    /* Links structure */
    .links_container {
        margin-bottom: 10px;
    }

    .links {
        gap: 12px;
        font-size: 15px;
    }

    .links LI:not(:last-child)::after {
        margin-left: 12px;
    }

    /* Search improvements */
    DIV#search {
        height: 50px;
    }

    DIV#search INPUT[type='submit'] {
        width: 50px;
        height: 50px;
        background-position: 10px center;
    }

    DIV#search INPUT[type='text'] {
        font-size: 18px;
    }

    /* Basket improvements */
    A#basket {
        font-size: 18px;
    }

    A#basket I {
        font-size: 20px;
        margin-right: 10px;
    }

    A#basket SPAN.small {
        display: inline;
    }

    /* Navigation */
    NAV .inner > UL > LI > A {
        font-size: 17px;
    }
}

/* ==========================================
   DESKTOP MEDIUM (992px+)
   ========================================== */

@media (min-width: 992px) {
    .cart_steps h2 {
        font-size: 22px;
        padding: 16px 24px;
        border-bottom-width: 8px;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

/* ==========================================
   LARGE DESKTOP (1100px+)
   ========================================== */

@media (min-width: 1100px) {
    .links_container {
        gap: 40px;
    }

    .links {
        gap: 15px;
    }

    .links LI {
        padding: 0 15px;
        border-left: 1px solid #B1B1AF;
        line-height: 20px;
    }

    .links LI:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .links LI:last-child {
        padding-right: 0;
    }

    .links LI:not(:last-child)::after {
        display: none;
    }
}

/* ==========================================
   EXTRA LARGE (1200px+)
   ========================================== */

@media (min-width: 1200px) {
    HEADER .inner {
        padding: 25px var(--padding-side) 10px;
        gap: 60px;
    }
    
    .cart_steps h2 {
        font-size: 24px;
        border-bottom-width: 10px;
    }
}

/* ==========================================
   EXTRA LARGE (1420px+)
   ========================================== */

@media (max-width: 1420px) {
    IMG#made-in-italy {
        display:none;
    }
}

/* ==========================================
   MOBILE SPECIFIC (max 480px)
   ========================================== */

@media (max-width: 480px) {
    .alert {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .alert i {
        margin-bottom: .5rem;
    }
    
    .usp-hero {
        padding: 30px 15px;
    }
    
    .usp-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .benefit-card {
        padding: 25px 20px;
    }
}

/* ==========================================
   MOBILE & TABLET (max 768px)
   ========================================== */

@media (max-width: 768px) {
    /* USP Section - mobilní verze */
    .usp-main {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px 25px 20px;
    }
    
    .usp-main::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 60px;
        background: linear-gradient(to right, 
            #009246 0%, 
            #009246 33.33%, 
            #ffffff 33.33%, 
            #ffffff 66.66%, 
            #CE2B37 66.66%, 
            #CE2B37 100%
        );
    }
    
    .usp-main > i {
        margin-left: 0;
        margin-top: 50px;
        font-size: 40px;
    }
    
    .usp-main h2 {
        font-size: 24px;
    }
    
    .usp-grid {
        grid-template-columns: 1fr;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .section-header h2 {
        font-size: 26px;
    }
    
    .trust-section h2 {
        font-size: 28px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   ACCESSIBILITY
   ========================================== */

/* Focus states */
A#basket:focus-visible,
NAV A:focus-visible,
UL.links A:focus-visible {
    outline: 3px solid var(--primary-color);
    outline-offset: 2px;
    border-radius: 4px;
}

DIV#search INPUT:focus-visible {
    outline: none;
}

DIV#search:focus-within {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Skip to main content link */
.skip-to-main {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--primary-color);
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 1000;
}

.skip-to-main:focus {
    top: 0;
}

/* ==========================================
   TOUCH IMPROVEMENTS
   ========================================== */

@media (hover: none) and (pointer: coarse) {
    /* Větší klikací oblasti pro dotyková zařízení */
    NAV .inner > UL > LI > A {
        padding: 16px 0;
    }

    NAV .inner > UL > LI:not(:last-child) > A {
        padding-right: 40px;
    }

    A#basket {
        padding: 8px;
        margin: -8px;
    }

    /* Aktivní stavy pro dotyk */
    NAV .inner > UL > LI > A:active {
        background: rgba(255,255,255,0.05);
    }

    A#basket:active {
        transform: scale(0.95);
    }
    
    .btn:active {
        transform: scale(0.98);
    }
}

/* ==========================================
   MOTION & ANIMATION
   ========================================== */

/* Hover effects */
@media (hover:hover) {
    .claim-steps a:hover { 
        color:#443f3f; 
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    * {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* ==========================================
   HIGH CONTRAST MODE
   ========================================== */

@media (prefers-contrast: high) {
    NAV .inner > UL > LI > A {
        text-decoration: underline;
    }

    NAV .inner > UL > LI > A:hover {
        text-decoration: none;
        font-weight: bold;
    }
}

/* ==========================================
   COUNTRY SELECTOR (BEM)
   ========================================== */

/* Container */
.country-selector {
    position: relative;
    width: 110px;
    user-select: none;
    z-index: 200;
}

/* Button */
.country-selector__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.country-selector__button:hover {
    border-color: #9c784a;
    box-shadow: 0 2px 6px rgba(156, 120, 74, 0.2);
}

.country-selector__button:focus {
    outline: 2px solid #9c784a;
    outline-offset: 2px;
}

.country-selector.is-open .country-selector__button {
    border-color: #9c784a;
    box-shadow: 0 2px 8px rgba(156, 120, 74, 0.3);
}

/* Selected country display */
.country-selector__selected {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.country-selector__flag {
    width: 24px;
    height: 18px;
    background: url('/images/flags.png') no-repeat;
    background-size: auto;
    flex-shrink: 0;
    border-radius: 2px;
}

.country-selector__name {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

/* Arrow icon */
.country-selector__arrow {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.country-selector.is-open .country-selector__arrow {
    transform: rotate(180deg);
}

.country-selector__arrow svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

/* Dropdown */
.country-selector__dropdown {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    min-width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.country-selector.is-open .country-selector__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown list */
.country-selector__list {
    list-style: none;
    margin: 0;
    padding: 4px;
}

.country-selector__item {
    margin: 0 0 2px 0;
}

.country-selector__item:last-child {
    margin-bottom: 0;
}

.country-selector__option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.15s ease;
    text-decoration: none;
    color: #333;
}

.country-selector__option:hover {
    background: #f5f5f5;
}

.country-selector__option:active {
    background: #e8e8e8;
}

.country-selector__option.is-selected {
    background: #f0e8df;
    color: #9c784a;
    font-weight: 600;
}

/* Flag positions */
.flag-cz { background-position: -48px -24px; }
.flag-sk { background-position: -168px -120px; }
.flag-hu { background-position: -168px -48px; }
.flag-pl { background-position: 0 -120px; }
.flag-eu { background-position: -72px -144px; }

/* ==========================================
   COUNTRY SELECTOR - RESPONSIVE
   ========================================== */

/* Mobile optimizations */
@media (max-width: 768px) {
    .country-selector {
        width: 100px;
    }
    
    .country-selector__button {
        padding: 5px 8px;
    }
    
    .country-selector__name {
        font-size: 13px;
    }
    
    .country-selector__dropdown {
        right: -10px;
        min-width: 140px;
    }
}

/* Touch devices */
@media (hover: none) and (pointer: coarse) {
    .country-selector__option {
        padding: 12px 10px;
    }
}

/* Scrollbar styling */
.country-selector__dropdown::-webkit-scrollbar {
    width: 6px;
}

.country-selector__dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.country-selector__dropdown::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.country-selector__dropdown::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* ==========================================
   SCROLLBAR STYLING
   ========================================== */

/* Hide scrollbar but keep functionality for navigation */
NAV::-webkit-scrollbar {
    height: 0;
}

NAV {
    scrollbar-width: none;
}

/* ==========================================
   FOOTER - MOBILE FIRST RESPONSIVE DESIGN
   ========================================== */

/* === ZÁKLADNÍ NASTAVENÍ === */
FOOTER .inner {
    margin: 0 auto;
    padding: 0 var(--padding-side);
    max-width: var(--max-width);
}

/* === TOP SEKCE (navigace) === */
FOOTER .top {
    background-color: #292A2A;
    overflow: hidden;
    font-size: 14px;
}

FOOTER .top UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Mobile first - odkazy pod sebou */
FOOTER .top UL LI {
    display: block;
    font-style: normal;
    font-variant: normal;
    margin-bottom: 12px;
}

FOOTER .top UL LI:last-child {
    margin-bottom: 0;
}

FOOTER .top UL LI A {
    color: var(--c1);
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    transition: color 0.2s ease;
}

FOOTER .top UL LI A:hover {
    color: #fff;
}

/* Odstraníme tečky na mobilu */
FOOTER .top UL LI:not(:last-child)::after {
    display: none;
}

/* === BOTTOM SEKCE === */
FOOTER .bottom {
    background-color: #1A1B1B;
    padding-bottom: 20px;
    color: #B1B1AF;
    font-size: 14px;
}

FOOTER .bottom UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

FOOTER .bottom UL LI {
    margin-bottom: 8px;
}

FOOTER .bottom A {
    color: #B1B1AF;
    text-decoration: none;
    transition: color 0.2s ease;
}

FOOTER .bottom A:hover {
    color: #FFF;
}

/* === ROW1 - hlavní obsah patičky === */
FOOTER .row1 {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Kontakty a O nákupu - mobile first stack */
FOOTER .row1 > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

FOOTER DIV.title {
    color: var(--c1);
    font-size: 20px;
    padding-bottom: 12px;
    font-weight: 600;
}

/* === NEWSLETTER === */
FOOTER DIV#newsletter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

FOOTER DIV#newsletter > div {
    width: 100%;
}

FOOTER DIV#newsletter form {
    margin: 0;
    padding: 0;
}

/* NEWSLETTER FORM - BEZ MEZER */
FOOTER .nwl_form {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Ikona skryta na mobilu */
FOOTER .nwl_form I {
    display: none;
}

/* EMAIL INPUT */
FOOTER .nwl_form INPUT[type='email'] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 15px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    font-family: inherit;
}

FOOTER .nwl_form INPUT[type='email']:focus {
    outline: 2px solid var(--c1);
    outline-offset: 0;
}

/* SUBMIT BUTTON */
FOOTER .nwl_form INPUT[type='submit'] {
    width: 100%;
    background-color: #826643;
    color: #FFF;
    border: 1px solid #826643;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin: 0;
    box-sizing: border-box;
    font-family: inherit;
}

FOOTER .nwl_form INPUT[type='submit']:hover {
    background-color: #6d5537;
}

/* 100% Italy obrázek */
FOOTER #newsletter IMG {
    max-width: 150px;
    height: auto;
    margin-top: 10px;
    display: block;
}

/* === ROW2 - copyright a loga === */
FOOTER .row2 {
    border-top: 1px solid #292A2A;
    padding-top: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

FOOTER .row2 DIV {
    text-align: center;
}

FOOTER .row2 IMG {
    margin: 5px 20px 5px 0;
}

FOOTER .logos {
    display: flex;
    margin-top: 20px;
}

FOOTER .logos IMG {
    margin: 5px 10px;
}

/* ==========================================
   FOOTER - TABLET (600px+)
   ========================================== */

@media (min-width: 600px) {
    /* Top navigace - inline s tečkami */
    FOOTER .top UL LI {
        display: inline-block;
        margin-bottom: 0;
    }
    
    FOOTER .top UL LI:not(:last-child)::after {
        content: "\2022";
        display: inline;
        color: #B1B1AF;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    /* Newsletter formular na řádek - BEZ MEZER */
    FOOTER .nwl_form {
        flex-direction: row;
        max-width: 500px;
        gap: 0;
    }
    
    /* Ikona @ viditelná */
    FOOTER .nwl_form I {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        color: #B1B1AF;
        border: 1px solid #ffffff;
        border-radius: 3px 0 0 3px;
        border-right: none;
        width: 45px;
        height: 44px;
        flex-shrink: 0;
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
    
    /* EMAIL INPUT na řádku */
    FOOTER .nwl_form INPUT[type='email'] {
        flex: 1;
        min-width: 200px;
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin: 0;
        height: 44px;
    }
    
    /* SUBMIT BUTTON na řádku */
    FOOTER .nwl_form INPUT[type='submit'] {
        width: auto;
        padding: 12px 20px;
        border-radius: 0 3px 3px 0;
        border-left: none;
        flex-shrink: 0;
        margin: 0;
        height: 44px;
    }
    
    FOOTER DIV.title {
        font-size: 22px;
    }
}

/* ==========================================
   FOOTER - TABLET LANDSCAPE (768px+)
   ========================================== */

@media (min-width: 768px) {
    /* Kontakty a O nákupu vedle sebe */
    FOOTER .row1 > div:first-child {
        flex-direction: row;
        gap: 40px;
    }
    
    FOOTER .row1 > div:first-child > div {
        flex: 1;
    }
    
    /* Row2 zůstává ve sloupci na tabletu */
    FOOTER .row2 {
        flex-direction: column;
    }
}

/* ==========================================
   FOOTER - DESKTOP (900px+)
   ========================================== */

@media (min-width: 900px) {
    FOOTER .row1 {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 40px;
    }
    
    /* Levá část (kontakty + o nákupu) */
    FOOTER .row1 > div:first-child {
        flex: 1;
        min-width: 0;
    }
    
    /* Newsletter zůstane vpravo */
    FOOTER DIV#newsletter {
        flex-shrink: 0;
        max-width: 400px;
    }
    
    FOOTER DIV.title {
        font-size: 23px;
    }
}

/* ==========================================
   FOOTER - LARGE DESKTOP (1200px+)
   ========================================== */

@media (min-width: 1200px) {
    FOOTER .row1 > div:first-child {
        gap: 60px;
    }
    
    FOOTER DIV#newsletter {
        max-width: 450px;
    }
}

/* ==========================================
   FOOTER - ACCESSIBILITY
   ========================================== */

/* Focus states - POZNÁMKA: možná kolize s existujícími focus states */
FOOTER A:focus-visible,
FOOTER INPUT:focus-visible,
FOOTER BUTTON:focus-visible {
    outline: 2px solid var(--c1);
    outline-offset: 2px;
}

/* Reset pro všechny inputy v newsletteru */
FOOTER .nwl_form INPUT {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ==========================================
   PRINT STYLES
   ========================================== */

@media print {
    HEADER,
    NAV,
    FOOTER {
        display: none;
    }
}