
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v20-latin-ext-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v20-latin-ext-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v20-latin-ext-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    min-width: 300px;
}

body {

    display: flex;
    flex-direction: column;
    font-family: 'Inter', Verdana, sans-serif;
    letter-spacing: -0.2px;
    opacity: 0;
}

body.loaded {
    opacity: 1;
}

a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #191b46;
}

a:hover {
    color: #000;
}

ul {
    list-style: none;
}

.logo img {
    height: 35px;  /* dopasuj do headera */
    width: auto;
    display: block;
}
/* ===== HEADER ===== */
.header-icon svg {
    width: 24px;
    height: 24px;
}

.main-header {
    /*position: sticky;*/
    /*top: 0;*/
    width: 100%;
    background: #fff;
    z-index: 1000;
}

/* container */
.main-header .container {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-nav a {
    position: relative;
    text-decoration: none;
    padding-bottom: 4px;
}

/* kreska */
.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #000;
    transition: width 0.3s ease;
}

/* hover → animacja */
.main-nav a:hover::after {
    width: 100%;
}

/* active → zawsze pełna kreska */
.main-nav a.active::after {
    width: 100%;
}
/* logo */
.logo {
    font-size: 18px;
    font-weight: 600;
}

/* desktop nav */
.main-nav ul {
    display: flex;
}
.main-nav li , .side-nav li {
    margin: 10px;
}

/* header icons */
.header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* hamburger */
.menu-toggle {
    display: none;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
}

.side-nav {
    position: fixed;
    top: -100%; /* ukryte nad ekranem */
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 2000;
    transition: top 0.3s ease;
}

/* open */
.side-nav.open {
    top: 0;
}

/* menu list */
.side-nav ul {
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.close-btn {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}
/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .main-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
    }
}




footer {
    background: #0b1c2c;
    color: #cbd5e1;
    padding: 50px 20px 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.footer-col h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #cbd5e1;
    font-size: 14px;
}

.footer-col ul li a:hover {
    color: #fff;
}

.brand .logo {
    color: #fff;
    margin-bottom: 10px;
}


.socials {
    margin: 15px 0;
}

.socials a {
    margin-right: 10px;
    text-decoration: none;
    color: #cbd5e1;
    font-size: 14px;
}

.country {
    margin-top: 10px;
    font-size: 14px;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #1e293b;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.payments span {
    display: inline-block;
    margin: 5px;
    padding: 6px 10px;
    background: #1e293b;
    border-radius: 5px;
    font-size: 12px;
}

.legal {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717184;
    margin-top: 10px;
}

.legal a:hover {
    color: #fff;
}

/* 📱 RESPONSIVE */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
    }

    footer {
        text-align: left;
    }

    .footer-bottom {
        text-align: center;
    }
}

/*.cart-mobile{*/
/*    background: #fff;*/
/*    border-radius: 12px 12px 0 0;*/
/*    bottom: var(--bottom);*/
/*    box-shadow: 0 -4px 24px 0 rgba(0, 0, 0, .06);*/
/*    color: #fff;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 16px;*/
/*    position: fixed;*/
/*    -webkit-text-decoration: none;*/
/*    text-decoration: none;*/
/*    transition: bottom .5s ease 0s;*/
/*    z-index: 200;*/
/*}*/

/*.cart-phone{*/
/*    align-items: center;*/
/*    background-color: #370a28;*/
/*    border-radius: 12px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    overflow-x: hidden;*/
/*    padding: 12px;*/
/*    position: relative;*/
/*}*/



.home-cards {
    display: flex;
    gap: 16px;
    justify-content: center; /* 🔥 centrowanie poziome */
}

.home-card {
    background: #f6f6f6;
    border-radius: 20px;
    height: 136px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    width: 136px;
}

/* tekst */
.home-card span {
    color: #111;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    z-index: 1;
    max-width: 90px;
    display: inline-block; /* albo block */
    word-wrap: break-word;
}

