html, body {
  height: auto;       /* lub 100%, ale bez overflow: hidden */
  overflow-y: auto;   /* włącz przewijanie pionowe */
}

body {
background: #111111;
color: white;
overflow: auto;
scrollbar-height: none;
font-family: 'Poppins', sans-serif;


}


body::-webkit-scrollbar {
  display: none; /* Chrome, Edge, Safari */
}







.logos .basket-a-link-basket {
    position: relative;
    z-index: 100;
    float: right;
	right: 45px;


}

.logos .basket-a-link-basket i {

bottom: 0;
background: black;
color: white;
position: absolute;
transition: all 0.6s ease;
display: flex;
align-items: center;
justify-content: center;
    font-size: 20px;
    position: absolute;
    border: 2px solid grey;
    width: 30px;
    height: 30px;
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px white;
}



.logos .basket-a-link-basket:hover i {
-webkit-text-stroke: 1px red;
border: 2px solid white;
}

.basket-a-link-basket.active i {
-webkit-text-fill-color: white;
}





.logos .heart-a-link-heart {
    position: relative;
    z-index: 100;
float: right;
right: 45px;
}

.logos .heart-a-link-heart i {
background: black;
color: white;
position: absolute;
transition: all 0.6s ease;
display: flex;
align-items: center;
justify-content: center;
    font-size: 20px;
    position: absolute;
    margin-top: 10px;
    border: 2px solid grey;
    width: 30px;
    height: 30px;
}



.logos .heart-a-link-heart:hover i {
color: red;
border: 2px solid white;
}

.heart.active i {
    color: red;           /* ulubione */
}



























footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, #121418 0%, #242734 100%);
    color: white;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-top: 15px;
border-bottom: 2px solid grey;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
i{
list-style: none;
padding: 0;
margin: 0;

}

























/* Podstawowy footer */
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, #121418 0%, #242734 100%);
    color: white;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-top: 15px;
border-bottom: 2px solid grey;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
i{
border: none !important;
list-style: none; !important
padding: 0;
margin: 0;

}


/* Kontener sekcji w footerze */
footer .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    width: 100%;
    max-width: 1400px;
}

/* Sekcje w containerze */
footer .container .sec h2 {
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

footer .container .sec-quicklinks li {
    margin-top: 10px;
}

/* Linki w sekcjach */
footer .container a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
}
footer .container a:hover {
    color: #00c6ff;
    text-shadow: 0 0 10px rgba(0,198,255,0.6);
}

/* Social icons */
.sci {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.sci li i {
    background: black;
    color: white;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;

    transition: all 0.3s ease;
}
.sci li i:hover {
    background: white;
    color: black;
}

/* Sekcja kontakt */
.sec-contact .info li {
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-top: 6px;
}
.sec-contact .info li a {
    color: white;
    transition: all 0.3s ease;

margin-top: -15px;
    position: absolute;
}
.sec-contact .info li a:hover {
    color: #00c6ff;
    text-shadow: 0 0 10px rgba(0,198,255,0.6);
}

/* Logo w footerze */
.logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-footer a {
    font-size: 50px;
    color: white;
    transition: all 0.3s ease;
}
.logo-footer a:hover {
    color: #00c6ff;
}

/* Copyright */
.copyrightText {
    text-align: center;
    color: white;
    font-weight: bold;
    margin-top: -2px;
    padding-top: 15px;
padding-bottom: 15px;
    }

/* RESPONSYWNOŚĆ */
@media (max-width: 1024px) {
    footer .container {
        gap: 25px;
    }
    footer .container h2 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    footer .container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .logo-footer a {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    footer .container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .logo-footer a {
        font-size: 35px;
    }
    .sci {
        justify-content: center;
    }
    footer {
	margin-bottom: 0px;
	margin-top: 2330px;
	left: 0%;
border-bottom: 2px solid gray;
}
.copyrightText {

top: 980px;
}
}


.kluska {
	width: 300px;
height: 300px;
	border: 2px solid red;
	position: absolute;
	margin-top: 300px;
}.faq-intro {
    font-size: 18px;
    color: #ddd;
    margin-bottom: 20px;
    line-height: 1.6;
}

.faq-intro a {
    color: #00c6ff;
    text-decoration: none;
    font-weight: bold;
}

.faq-intro a:hover {
    text-shadow: 0 0 10px rgba(0,198,255,0.6);
}









































.overlays {
margin-top: -8px;
margin-left: -10px;
z-index: 10000;
position: fixed;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 50px;
 background: black;
}
section {
max-width: 1500px;
width: 100%;
}
.countdown-damn {
    font-size: 16px;
    text-shadow: 5px 5px 4px rgba(15, 150, 163, 0.3);
}
.Main {
    font-size: 16px;
    text-shadow: 5px 5px 4px rgba(15, 150, 163, 0.3);
}




.form {
display: flex;
align-items: center;
justify-content: space-between;
}
.icons-buyers {
    margin-right: -20px;
    top: 7.2vh;
    left: 74%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}
.icons-buyers ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.icons-buyers i {
    position: relative;
    font-size: 30px;
    width: 45px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 10%;
    cursor: pointer;
    transition: all 0.5s;
}
.icons-buyers i:hover {
    color: black;
    background: white;
}
.icons-buyers a {
    text-decoration: none;
}




.responsive {
margin-top: 43px;
margin-left: -10px;
z-index: 1000;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 75px;
 background: black;

}
.overlay {
max-width: 1500px;
width: 100%;
margin: 0 auto;
}
.menu-medium {
display: flex;
align-items: center;
justify-content: space-between;
}

img {
border-radius: 40px;

}



.search {
display: flex;
align-items: center;
width: max-content;
    box-shadow: 0 0 4px rgb(197, 194, 194);
    border: 2.5px solid white;

border-radius: 10px;
padding: 10px;
transition: all 0.2s;
color: white;
}

.search:focus-within {
    border: 1px solid 1px solid white;
    box-shadow: 0 0 0px rgb(197, 194, 194);
}
.search-input::placeholder,
.search-icon {
    color: white;
}

.search-input {
font-size: 16px;
font-family: 'Lexend', sans-serif;
color: white;
margin-left: var(--padding);
outline: none;
border: none;
background: transparent;
width: 740px;
margin-left: 10px;
height: 30px;

}


.values {
font-weight: bold;
display: flex;
}
.values .PL {
font-size: 30px;
margin-right: 15px;
cursor: pointer;
}
.values .EN {
font-size: 30px;
cursor: pointer;

}



.logo a {
text-decoration: none;
font-size: 50px;
font-weight: bold;
color: white;
}

.fab {
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-right: 20px;
    padding: 0.3px;
    position: relative;
    display: inline-block;
    border: 2px solid black;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    border-radius: 10px;
}
.fab::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border-radius: 10px;
}

.fab:hover {
    color: black;
}
.fab:hover::before {
    background: white;
}
.lines-ase-4 {
    position: fixed; 
    top: 49px;  
    left: 50%; 
    width: 100%; 
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf;
    z-index: 100000;  
}
.lines-ase-1 {
    position: fixed; 
    top: 125px;  
    left: 50%; 
    width: 100%; 
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf;
    z-index: 10000000;  
}

.lines-ase-0 {
    position: absolute; 
    top: 0px;  
    left: 50%; 
    width: 100%; 
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf;
    z-index: 3000;  

}





























































































































.logos {
width: 250px;
}

.logos p:hover {
color: rgb(224, 223, 223);}

.logos img {
transition: all 0.3s ease ;}


.logos:hover  img { 
transform: scale(1.05);
}

.layout-text-sigma-komp {
color: purple;
}
.layout-text-sigma-komp:hover {
color: black;
}
.img-layout {
transition: all 0.3s;
}

.img-layout:hover {
transform: scale(1.1)
}

.box-img {
transition: all 0.9s;
}

.box-img:hover {
transform: rotateX(360deg); 
}







.h2-layout {
color: purple;
}
.logos a {
color: white;
}

.h2-layout:hover {
color:black;
}

.pipi {
color: purple;
}
.pipi:hover{
color: black;
}

  .logos {
    margin-top: 50px;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s;
    width: 100%;
    cursor: pointer;
    background: radial-gradient(circle at top left, #0b0c10 0%, #1a1c25 100%);


   
    border: 2px solid transparent;
    box-sizing: border-box;
  }
  .logos .logos-text {
    text-align: left;
  }
  .logos .p-nickame-offerts {
    margin-top: 15px;
    position: relative;
    cursor: pointer;

  }
  .logos:hover {
    border: 2px solid white;
 background-color: #363954;
  }
  
  
  .logos img {
    width: 200px; 
    height: auto;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .logos .p-offerts {
    font-size: 15px;
    margin-top: 10px;
  }
  .box-img {
    margin-left: -35px;
    width: 180px;
    height: 90px;
  }
  .damn-container {
    display: flex;
    margin-top: -20px;
    z-index: 10;
    
  }
  .text-container {
    margin-top: 20px;
  }
  .line-layout {
    position: absolute;
    width: 300px;
    z-index: 100;
    height: 2px;
    border-bottom: 2px solid #cbcaca; 
    margin-top: 125px;
    margin-left: 20px;
  }
  .sigma-layou-h1 {
    margin-top: 35px;
    font-size: 25px; 
    cursor: pointer;
  }
  .img-layout {
    width: 200px;
    height: 150px;
    position: absolute;
    background: black;
    z-index: 100;
    margin-top: 80px;
  }
  .image-layout-komp {
    margin-top: 10px;
    justify-content: center;
    display: flex;
  }
  .skibidi-sigma-ohio-rizz {
    position: absolute;
    z-index: 100;

    font-weight: bold;
    margin-top: 255px;
    border: 1px solid purple;
    padding: 4px 4px 4px 4px;
    width: 35%;
    color: purple;
    font-size: 12px;
    border-radius: 5px;
  }
  .layout-text-sigma-komp {
    font-size: 25px;
    margin-top: 285px;
    position: absolute;
    z-index: 100;
  }



  .p-offerts-layout {
    position: absolute;
    z-index: 100;
    font-weight: bold;
    margin-top: 405px;
    width: 43%;
    color: purple;
    font-size:23px;
    border-radius: 5px;
  }
.p-offerts-layout:hover {
color: black;
}

  .main-container {
    padding: 20px;
    border-radius: 10px;
    height: auto; 
    margin-top: 0px; 
    cursor: pointer;
  }
  .main-container {
    position: relative;
    width: 380px;
    height: 610px; 
    background: black;
    border-radius: 8px;
    overflow: hidden;
}

  .main-container::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: linear-gradient(0deg, #ca45ff, #e945ff, transparent, transparent);
    z-index: 1;
    transform-origin: center;
    animation: animate 5s linear infinite;
}
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main-container form {
    position: absolute;
    inset: 4px;
    background: rgb(248, 248, 248);
    padding: 50px 40px;
    border-radius: 10px;
    z-index: 2; 
    display: flex;
    flex-direction: column;
}




.dalej {
height: auto;
margin-top: 130px;
margin-left: 20px;
width: 90%;
}




















































































































































































/* Podstawowy footer */
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, #121418 0%, #242734 100%);
    color: white;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-top: 15px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
i{
list-style: none;
padding: 0;
margin: 0;

}





/* Podstawowy footer */
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, #121418 0%, #242734 100%);
    color: white;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-top: 15px;
    border-bottom: 2px solid white;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;

}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
i{
list-style: none;
padding: 0;
margin: 0;

}



/* Kontener sekcji w footerze */
footer .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    margin: 0 auto;
    max-width: 1400px;
}

/* Sekcje w containerze */
footer .container .sec h2 {
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

footer .container .sec-quicklinks li {
    margin-top: 10px;
}

/* Linki w sekcjach */
footer .container a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
}
footer .container a:hover {
    color: #00c6ff;
    text-shadow: 0 0 10px rgba(0,198,255,0.6);
}

/* Social icons */
.sci {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.sci li i {
    background: black;
    color: white;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.sci li i:hover {
    background: white;
    color: black;
}

/* Sekcja kontakt */
.sec-contact .info li {
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-top: 15px;
}
.sec-contact .info li a {
    color: white;
    transition: all 0.3s ease;

}
.sec-contact .info li a:hover {
    color: #00c6ff;
    text-shadow: 0 0 10px rgba(0,198,255,0.6);
}

/* Logo w footerze */
.logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-footer a {
    font-size: 50px;
    color: white;
    transition: all 0.3s ease;
}
.logo-footer a:hover {
    color: #00c6ff;
}

/* Copyright */
.copyrightText {
    text-align: center;
    color: white;
    font-weight: bold;
    margin-top: -2px;
    padding-top: 15px;
padding-bottom: 15px;
    }

/* RESPONSYWNOŚĆ */
@media (max-width: 1024px) {
    footer .container {
        gap: 25px;
    }
    footer .container h2 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    footer .container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .logo-footer a {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    footer .container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .logo-footer a {
        font-size: 35px;
    }
    .sci {
        justify-content: center;
    }
    footer {
	max-width: none;
	width: 100%;
	
	margin-bottom: 0px;
	top: 0%;
	left: 0%;
	right: 0;
border-bottom: 2px solid gray;
}
.copyrightText {

top: 980px;
}
}


.kluska {
	width: 300px;
height: 300px;
	border: 2px solid red;
	position: relative;
	margin-top: 300px;
}.faq-intro {
    font-size: 18px;
    color: #ddd;
    margin-bottom: 20px;
    line-height: 1.6;
}

.faq-intro a {
    color: #00c6ff;
    text-decoration: none;
    font-weight: bold;
}

.faq-intro a:hover {
    text-shadow: 0 0 10px rgba(0,198,255,0.6);
}
























































































@media (max-width: 854px) {
    section {
        display: none;
    }
    .lines-ase-0 {
        display: none;
    }
    .lines-ase-4 {
        top: 60px;
    }
    .overlays {
        z-index: 1000;
    }
    .search-input {
        width: 90%;
    }
    #menu-btn {
        display: block;
    }
    .hamburger {	
        position: fixed;
        margin-top: -42px;
        right: 25px;
        cursor: pointer;
        z-index: 100000;
        background: none;
        border: none;
        width: 20px;
        height: 20px;
    }
    .hamburger-top,
    .hamburger-middle,
    .hamburger-bottom {
        position: absolute;
        width: 20px;
        height: 2px;
        top: 0;
        left: 0;
        background: #fff;
        transition: all 0.5s;
    }
    .hamburger-middle {
        transform: translateY(5px);
    }
    .hamburger-bottom {
        transform: translateY(10px);
    }
    .open {
        transform: rotate(90deg);
    }
    .open .hamburger-top {
        transform: rotate(45deg) translateY(6px) translateX(6px);
    }
    .open .hamburger-middle {
        display: none;
    }
    .open .hamburger-bottom {
        transform: rotate(-45deg) translateY(6px) translateX(-6px);
    }
}

.search-input-phone {
    display: none;
}

#results {
    display: none;
    position: fixed;            
    top: 80px !important;      
    left: 0 !important;         
    right: 0 !important;        
    width: 100% !important;     
    max-height: 50vh !important;
    z-index: 100005;            
    background: #1c1e22;        
    overflow-y: auto;           
    padding: 10px;              
}

#results .results-item {
    width: 100% !important;
    max-width: 100% !important;
}

.search {
    display: flex;
    align-items: center;
    width: max-content;
    box-shadow: 0 0 4px rgb(197, 194, 194);
    border: 2.5px solid white;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.2s;
    color: white;
}

.result a {
    display: flex !important;
    align-items: center !important;
}

.search:focus-within {
    border: 1px solid white;
    box-shadow: 0 0 0px rgb(197, 194, 194);
}

.search-input::placeholder,
.search-icon {
    color: white;
}

.search-input {
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    color: white;
    outline: none;
    border: none;
    background: transparent;
    width: 740px;
    margin-left: 10px;
    height: 30px;
}

.values {
    font-weight: bold;
    display: flex;
}

.img-search {
    width: 125px !important;
    height: 130px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.responsive-box-phone {
    position: fixed;
    top: 9%;
    left: -360px;
    width: 260px;
    height: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    transition: left 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    color: black;
}

@media (max-width: 482px) {
    .responsive {
        height: 10px;
    }
    .lines-ase-0 {
        top: 73px;
    }
    .lines-ase-1 {
        display: none;
    }
    .icons-buyers {
        position: absolute;
        left: auto;
        width: 135px;
        margin-left: -10px;
        margin-top: -106px;
    }
    .icons-buyers li i {
        margin-left: -15px;
        font-size: 27px;
    }
    .logo a {
        display: inline-block !important;
        margin-left: 160px !important;
        margin-bottom: 50px !important;
        font-size: 26px !important;
    }
    .result a {
        display: flex;
        align-items: center;
        justify-content: center;
        display: revert !important;
    }








.search {
    /* Zamiast auto/100% dajemy sztywny, mały kwadrat */
    width: 48px !important;
    height: 48px !important;
    

    justify-content: center;
    padding: 0; /* Zerujemy padding, żeby nie rozpychał wymiarów 48x48 */
    border-radius: 50%;
    transition: background 0.25s;
    cursor: pointer;
    color: white;
    box-shadow: none !important;
    border: none !important;
    background: transparent;

    /* Dodatkowo dorzucam to blokowanie systemowego podświetlenia z poprzedniego kroku */
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
  }
.search:focus-within {
    border: none !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.1);
  }
  .search:focus-within .search-input-phone,
  .search.active .search-input-phone {
    display: block;
  }

  .search span {
    margin-left: 0;

  }

  .search-input {
    display: none;
  }

#search-icon {
    
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
    margin-left: -120px;
    margin-top: -50px;
  }


.material-symbols-outlined {
margin-left: 250px;


}
  .search-input-phone {
   color: white;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #1c1e22;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    z-index: 100000;
    display: none;
    animation: slideDown 0.2s ease;
  }

  .search-input-phone input:focus {
    color: white;
    border: 2px solid #00c6ff;
    box-shadow: 0 0 10px rgba(0,198,255,0.5);
  }






    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}