*{
    font-family:  Georgia, 'Times New Roman', Times, serif;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgb(201, 206, 206);
}
header{
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid white;
    box-shadow: 0px 2px 10px #386088;
    font-style: italic ;
}
#odstep{
    width: 0px;
    height: 0px;
}
#start{
    width: 50%;
    max-height: 80px;
    display: flex;
    align-items: center;
    text-decoration: none;
    
}
#start h1{ 
    text-align: center;
    letter-spacing: 3px;
    color: white;
    text-shadow: 0px 0px 20px #6d747a;
}

#logo{
    height: 80px;
    margin: 0 20px 0;
}
nav{
    height: 70%;
    width: 50%;
    display: flex;
    justify-content: end;  
}
nav a{
    text-decoration: none;
    height: 100%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-size: 1.2em;   
    transition: all 0.3s ease;
    position: relative;
}
nav a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 2px;
    background: white;
}
nav a img{
    width: 40px;
}
nav hr{
    margin: 20px 0 0;
    padding: 0;
    height: 10px;
}
#koszyk{
    width: 12%;
    border-bottom: 1px solid white;
    border-radius: 15px 5px;
}
#koszykmobile{
    display: none;
    position: fixed;
    z-index: 999999;
    bottom: 70px;
    right: 0;
    width: 70px;
    height: 60px;
    border-radius: 30px 0 0 25px;
    border: 1px solid rgba(255, 255, 255, 0.295);
    border-right: 0px;
    justify-content: center;
    align-items: center;
    background-color: rgba(102, 176, 250, 0.212);
    transition: 0.3s ease-in-out;
}
#koszykmobile img{
    width: 80%;
    padding-left: 6px;
}
#koszykmobile:hover{
    transform: scale(1.1);
}
.zakladka{
    background: linear-gradient(170deg,rgba(102, 176, 250, 1) 30%, rgba(123, 144, 165, 0.103) 93%);
    border-radius: 20px 0;
}
nav a:hover{
    transition: ease-in-out 0.4s;
    border: 1px solid white;
    border-radius: 20px 0;
    background: linear-gradient(170deg,rgba(102, 176, 250, 1) 0, rgba(123, 144, 165, 0.24) 100%);
}
#menubar{
    display: none;
    height: 50px;
    margin-right: 5px;
    cursor: pointer;
}
#closebar{
    display: none;
    height: 40px;
    margin-right: 5px;
    cursor: pointer;
}
.no-scroll {
  overflow: hidden;
  height: 100vh; /* żeby nie przewijało w pionie */
}
#mobileNav {
    width: 100%;
    min-height: 92%;
    display: none;
    flex-direction: column;
    gap: 20px;
    background: #eee;
    padding: 15px;
    position:fixed;
    bottom: 0;
    top: 80px;
    z-index: 10000;
    align-items: center;
    padding-top: 40px;
  
}
#mobileNav a{
    color: #1c2833;
    width: 80%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: x-large;
    text-decoration: none;
    
    
}
#mobileNav a:hover{
    transition: ease-in-out 0.4s;
    border: 1px solid white;
    border-radius: 20px 0;
    background: linear-gradient(170deg,rgba(102, 176, 250, 1) 0, rgba(123, 144, 165, 0.24) 100%);
}
#socialeNav{
    display: none;
    background: linear-gradient(170deg, rgba(102, 176, 250, 1) 30%, rgba(123, 144, 165, 0.103) 93%);
    width: 80%;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
    border-radius: 20px 0;
    position: fixed;
    bottom: 0;
    margin: 0 10%;
    z-index: 999999;
}
#socialeNav a{
    color: #1c2833;
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0;
}
#socialeNav a:hover{
    transition: ease-in-out 0.4s;
    border: 1px solid white;
    
    background: linear-gradient(170deg,rgba(102, 176, 250, 1) 0, rgba(123, 144, 165, 0.24) 100%);
}
#socialeNav img{
    height: 30px;
}
main{
    width: 100%;
    background: linear-gradient(135deg, #66B0FA 0%, #1c2833 100%);
}

footer{
    width: 100%;
    min-height: 400px;
    background-color: #1c2833;
    border-top: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
}
footer div{
    padding-top: 20px;
}
#logoMI{
    width: 40%;
}
#Logo-mi-blok{
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#Kontakt{
    min-width: 400px;
    text-align: center;
    color: white;
    transition: transform 0.4s ease;
}
#linki{
    min-width: 350px;
    max-width: 400px;
    text-align: center;
    color: white;
}
#linki img{
    max-width: 25%;
    padding: 3%;
}
#linki img:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.powiekszenieKontakt{
    transform: scale(1.09);
}
#wykonanie{
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    background-color: #1c2833;

}
#wykonanie p{
    margin: 2px 0;
}

/* SKLEP */

#artykuly{
    width: 100%;
    min-height: 550px;
    padding-top: 25px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}
.produkty{
    background-color: white;
    width: 460px;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 17px;
    padding: 5px 0 25px 0;
    margin: 0 13px 20px;
    
}

#slider-container{
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 350px;
    margin-bottom: 20px;
    
}
#slider-container img{
    width: 100%;
    height: 350px;
    object-fit: contain;
    flex-shrink: 0;
}

#slider-container > div {
    display: flex;
    width: 300%;
    animation: slideProduct 15s infinite ease-in-out;
}

@keyframes slideProduct {
    0%, 30% {
        transform: translateX(0%);
    }
    35%, 65% {
        transform: translateX(-100%);
    }
    70%, 95% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0%);
    }
}
.produkty h2{
    color: #1c2833;
    margin: 25px 0 5px 0;
}
#niebieska_linia{
    width: 80px;
    height: 3px;
    background: #66B0FA;    
    margin-bottom: 20px;
}
.produkty a{
    width: 90%;
    height: 550px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f8f9fa;
    padding: 20px 10px 10px;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}
.produkty a:hover{
    border:2px solid #66B0FA;
    transform: translateY(-3px);
}
.produkty a h3,.produkty a p{
    color: #1c2833;
    text-align: center;
    margin: 10px 0 0 0 ;
}
.produkty a p{
    color: #696c6e;
    font-size: 0.85em;
    line-height: 1.5;
}

#przycisk-koszulki{
    background: linear-gradient(135deg, #66B0FA 0%, #4a8fd8 100%);
    width: 150px;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    margin: 20px 0 0;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
#przycisk-koszulki:hover{
    transform: translateY(-5px);
    background: #487baff6;
}
#przycisk-koszulki span{
    text-align: center;
    letter-spacing: 0.04em;
}

#aplikacja-promo {
    width: 460px;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.12), transparent 22%),
        linear-gradient(180deg, #10233d 0%, #1a3f6d 52%, #2f6398 100%);
    border-radius: 18px;
    margin: 0 13px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 22px 42px rgba(10, 27, 49, 0.24);
}

.app-promo-container {
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    min-height: 650px;
    padding: 24px 22px 22px;
    position: relative;
    z-index: 1;
}
#aplikacja-promo::before{
    content: '';
    position: absolute;
    top: -60px;
    right: -70px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(110, 198, 255, 0.22) 0%, transparent 70%);
}
#aplikacja-promo::after{
    content: '';
    position: absolute;
    left: -90px;
    bottom: -100px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 72%);
}
.app-promo-visual{
    position: relative;
    width: 100%;
    min-height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 6px;
}
.app-promo-glow{
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(102, 176, 250, 0.24) 0%, rgba(102, 176, 250, 0.03) 68%);
    filter: blur(6px);
}
.app-promo-phone{
    position: relative;
    width: 180px;
    padding: 12px 10px 14px;
    border-radius: 28px;
    background: linear-gradient(180deg, #15283d 0%, #09111d 100%);
    box-shadow:
        0 20px 34px rgba(0, 0, 0, 0.28),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.app-promo-phone::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}
.app-promo-phone img{
    margin-top: 0;
    border-radius: 18px;
    width: 100%;
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
.app-promo-container p{
    max-width: 310px;
    padding: 0 8px;
    text-align: center;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
}
.app-promo-container h2{
    margin: 0;
    text-align: center;
    font-size: 1.85rem;
}

.app-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 208px;
    min-height: 48px;
    background: linear-gradient(135deg, #ffffff 0%, #d8ecff 100%);
    color: #16385d;
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 14px 26px rgba(6, 23, 42, 0.2);
}

.app-promo-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 34px rgba(6, 23, 42, 0.28);
    filter: brightness(1.02);
}
#zdrapki{
    width: 460px;
    min-height: 650px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
    background-color: #f8f9fa;
    
    border-radius: 12px;
    margin-left: 26px;
    margin: 0 13px 20px;
    position: relative;
    overflow: hidden;
}
#zdrapki a *{
    color: #000;
}
#zdrapki a{
    text-decoration: none;
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    padding: 20px 0 5px;
}
#zdrapki a div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#zdrapki a p{
    width: 72%;
    height: 65px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #66B0FA 0%, #4a8fd8 100%);
    transition: 0.3s ease-in-out;
}
#zdrapki a p:hover{
    opacity: 0.9;
    transform: scale(1.09);
}
.scratch-container {
  position: relative;
  width: 360px;
  height: 260px;
  margin: 40px auto;
  border-radius: 12px;
  overflow: hidden;
  margin: 3% 0;
  box-shadow: 0 0 80px rgb(71, 153, 201);
}

.hidden-content {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding: 12px;
}

#scratchCanvas {
  position: absolute;
  inset: 0;
}




.home-kalendarz{
    width: 460px;
    min-height: 650px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.68) 32%, transparent 55%),
        linear-gradient(160deg, #f8fbff 0%, #e5eef9 48%, #c8d8ea 100%);
    border-radius: 18px;
    margin-left: 26px;
    margin: 0 13px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(21, 52, 87, 0.22);
}
.home-kalendarz::before{
    content: '';
    position: absolute;
    inset: auto -80px -110px auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(102, 176, 250, 0.32) 0%, rgba(102, 176, 250, 0.02) 70%);
}
.home-kalendarz::after{
    content: '';
    position: absolute;
    top: -40px;
    left: -30px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(28, 40, 51, 0.18) 0%, transparent 72%);
}
.home-kalendarz a *{
    color: #122133;
}
.home-kalendarz a{
    text-decoration: none;
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    padding: 30px 24px 24px;
}
.home-kalendarz__intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.home-kalendarz__intro h2{
    margin: 10px 0 5px;
    font-size: 2rem;
    letter-spacing: 0.03em;
}
.home-kalendarz__intro h3{
    margin: 0;
    max-width: 330px;
    line-height: 1.45;
    font-size: 1.22rem;
    font-weight: 500;
}
.home-kalendarz__badge{
    margin-top: 16px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(102, 176, 250, 0.15);
    border: 1px solid rgba(45, 104, 163, 0.18);
    color: #1f5b93;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
#kalendarz_ikonka{
    position: relative;
    width: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-kalendarz__card{
    width: min(100%, 320px);
    min-height: 255px;
    background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
    border-radius: 26px;
    border: 1px solid rgba(49, 92, 136, 0.12);
    box-shadow: 0 20px 40px rgba(31, 65, 103, 0.18);
    overflow: hidden;
    transform: rotate(-4deg);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.home-kalendarz__top{
    min-height: 78px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #295786 0%, #66B0FA 100%);
    position: relative;
}
.home-kalendarz__top::before,
.home-kalendarz__top::after{
    content: '';
    position: absolute;
    top: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: inset 0 0 0 5px rgba(25, 63, 101, 0.25);
}
.home-kalendarz__top::before{
    left: 28px;
}
.home-kalendarz__top::after{
    right: 28px;
}
.home-kalendarz__top span{
    color: white;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    z-index: 1;
}
.home-kalendarz__grid{
    padding: 28px 24px 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.home-kalendarz__grid span{
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f1f6fc;
    border: 1px solid rgba(58, 105, 153, 0.08);
    font-size: 1.1rem;
    font-weight: 700;
    color: #294561;
}
.home-kalendarz__grid span:nth-child(5){
    background: linear-gradient(135deg, #66B0FA 0%, #2f6ea7 100%);
    color: #fff;
    box-shadow: 0 12px 22px rgba(47, 110, 167, 0.25);
}
.home-kalendarz__note{
    position: absolute;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 20px rgba(25, 58, 93, 0.12);
    font-size: 0.9rem;
    font-weight: 700;
    color: #355b80;
}
.home-kalendarz__note--left{
    left: 28px;
    bottom: 42px;
}
.home-kalendarz__note--right{
    right: 28px;
    top: 18px;
}
.home-kalendarz a p{
    min-width: 72%;
    min-height: 56px;
    margin: 0;
    padding: 12px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2a5f90 0%, #66B0FA 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(38, 90, 139, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}
.home-kalendarz:hover .home-kalendarz__card{
    transform: rotate(-1deg) translateY(-6px);
    box-shadow: 0 28px 54px rgba(31, 65, 103, 0.24);
}
.home-kalendarz:hover a p{
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(38, 90, 139, 0.28);
    filter: brightness(1.04);
}







#wyjazd{
    width: 460px;
    min-height: 650px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(165deg, #163155 0%, #1f4b82 52%, #5d9fe2 100%);
    border-radius: 18px;
    margin-left: 26px;
    margin: 0 13px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(16, 39, 68, 0.24);

}
#wyjazd a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    min-height: 650px;
    padding: 28px 22px 24px;
    position: relative;
    z-index: 1;
}
#wyjazd a > *{
    position: relative;
    z-index: 1;
}
#wyjazd::before{
    content: '';
    position: absolute;
    inset: auto auto -110px -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 72%);
}
#wyjazd::after{
    content: '';
    position: absolute;
    top: 70px;
    right: -50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(127, 199, 255, 0.22) 0%, transparent 70%);
}
.wyjazd__intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.wyjazd__badge{
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #dbeeff;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
#wyjazd h2{
    margin: 18px 0 10px;
    text-align: center;
    font-size: 2rem;
}
#wyjazd h3{
    margin: 0;
    max-width: 320px;
    text-align: center;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    line-height: 1.5;
    font-weight: 500;
}
.wyjazd__image-wrap{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
#wyjazd a p{
    width: 78%;
    min-height: 54px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #d9ecff 100%);
    color: #17385d;
    font-weight: 700;
    box-shadow: 0 16px 32px rgba(8, 28, 53, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}
#wyjazd img{
    width: 90%;
    margin: 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 40px rgba(7, 27, 53, 0.28);
    display: block;
}
.wyjazd__image-wrap::after{
    content: '';
    position: absolute;
    inset: 0 5%;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(7, 24, 43, 0.05) 0%, rgba(7, 24, 43, 0.42) 100%);
    pointer-events: none;
}
.wyjazd__image-label{
    position: absolute;
    left: 9%;
    bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(13, 35, 61, 0.78);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    backdrop-filter: blur(4px);
}
#wyjazd:hover a p{
    transform: translateY(-3px);
    box-shadow: 0 20px 34px rgba(8, 28, 53, 0.24);
    filter: brightness(1.02);
}
#spiewnik_glowna{
    width: 460px;
    min-height: 650px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
    background-color: #1e3c72;
    border-radius: 12px;
    margin-left: 26px;
    margin: 0 13px 20px;
    position: relative;
    overflow: hidden;

}
#spiewnik_glowna::before {
    content: '𝄞';
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 400px;
    color: rgba(255, 255, 255, 0.479);
    font-family: 'Arial', sans-serif;
    animation: clefPulse 8s ease-in-out infinite;
    text-shadow: 0 0 80px rgb(62, 185, 223);
    z-index: 1;
    opacity: 0.9;
}

#spiewnik_glowna a{
    text-decoration: none;
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    padding: 20px 0 5px;
}


#spiewnik_glowna h2{
    text-align: center;
}
#spiewnik_glowna a p{
    
    width: 70%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #4d32af 0%, #4a8fd8 100%);
    transition: 0.3s ease-in-out;
}
#spiewnik_glowna a p::before{
    content: 'Kliknij, aby przejść do śpiewnika';
}
#spiewnik_glowna a p:hover{
    opacity: 0.9;
    transform: scale(1.09);
}



#losuj{
    width: 460px;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 10px;
    background-color: #1e3c72;
    border-radius: 12px;
    margin: 0 13px 20px;
    padding: 7% 0 30px;
}
#losuj h2{
text-align: center;
padding: 0 5px;
}
#losuj_container{
    text-align: center;
    width: 85%;
    height: 60%;
    min-height: 200px;
    background-color: #404c63;
    padding: 15px;
    border-radius: 14px;
    margin: 50px 0;
}
#losuj_container p{
    text-align: end;
    color: #66B0FA;
    font-weight: 600;
    width: 100%;
    padding-right: 2px;
    display: flex;
    justify-content: end;
    align-items: end;
    margin-top: 1rem;
}
#cytat{
    margin: 10px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6; 
    
}
#losuj>h2>q{
    color: #1b87fa;
}
#losuj {
    position: relative;
    overflow: hidden;
}

/* Tło z migoczącymi gwiazdkami */
#losuj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(102, 176, 250, 0.1) 2%, transparent 4%),
        radial-gradient(circle at 80% 70%, rgba(102, 176, 250, 0.1) 2%, transparent 4%),
        radial-gradient(circle at 40% 80%, rgba(102, 176, 250, 0.1) 2%, transparent 4%),
        radial-gradient(circle at 60% 20%, rgba(102, 176, 250, 0.1) 2%, transparent 4%),
        radial-gradient(circle at 90% 40%, rgba(102, 176, 250, 0.1) 2%, transparent 4%),
        radial-gradient(circle at 10% 60%, rgba(102, 176, 250, 0.1) 2%, transparent 4%);
    background-size: 300px 300px;
    animation: twinkleStars 20s infinite linear;
    z-index: 0;
}

/* Kontener cytatu nad animacją */
#losuj_container {
    position: relative;
    z-index: 1;
    background-color: rgba(64, 76, 99, 0.85); /* Półprzezroczyste tło */
    backdrop-filter: blur(2px);
}

/* Animacja migoczących gwiazdek */
@keyframes twinkleStars {
    0%, 100% {
        opacity: 0.3;
        transform: translateY(0) rotate(0deg);
    }
    25% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.4;
        transform: translateY(-10px) rotate(180deg);
    }
    75% {
        opacity: 0.7;
    }
}

/* Dodatkowe pływające elementy */
.floating-element {
    position: absolute;
    background: rgba(255, 255, 255, 0.205);
    border-radius: 50%;
    z-index: 0;
}


.floating-element:nth-child(3) {
    width: 30px;
    height: 30px;
    top: 25%;
    left: 88%;
    animation: floatElement 10s infinite linear;
}

.floating-element:nth-child(4) {
    width: 16px;
    height: 16px;
    top: 80%;
    left: 10%;
    animation: floatElement 10s infinite linear;
}

.floating-element:nth-child(5) {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 95%;
    animation: floatElement 10s infinite linear;
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, 20px) rotate(90deg);
    }
    50% {
        transform: translate(0, 40px) rotate(180deg);
    }
    75% {
        transform: translate(-20px, 20px) rotate(270deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.niepokalana-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  margin-top: 10px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Georgia', serif;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(30, 60, 114, 0.2);
  min-width: 260px;
}

.stars-container {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.star {
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.5rem;
  opacity: 0.3;
  transition: all 0.4s ease;
  font-weight: normal;
}

/* Subtelne rozmieszczenie gwiazd */
.star:nth-child(1) { top: 8%; left: 2%; }
.star:nth-child(2) { top: 12%; left: 60%; }
.star:nth-child(3) { top: 25%; left: 10%; }
.star:nth-child(4) { top: 30%; left: 87%; }
.star:nth-child(5) { top: 45%; left: 5%; }
.star:nth-child(6) { top: 50%; left: 90%; }
.star:nth-child(7) { top: 65%; left: 36%; }
.star:nth-child(8) { top: 70%; left: 45%; }
.star:nth-child(9) { top: 85%; left: 18%; }
.star:nth-child(10) { top: 88%; left: 82%; }
.star:nth-child(11) { top: 20%; left: 25%; }
.star:nth-child(12) { top: 75%; left: 70%; }

.btn-text {
  color: white;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  z-index: 2;
  transition: all 0.3s ease;
}

.halo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 70px;
  height: 70px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  transition: transform 0.4s ease;
}

/* Hover effects - subtelne */
.niepokalana-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 60, 114, 0.3);
  background: linear-gradient(135deg, #2a5298 0%, #3a62a8 100%);
  border-color: rgba(255, 255, 255, 0.2);
}

.niepokalana-btn:hover .star {
  opacity: 0.6;
  color: rgba(255, 255, 255, 0.9);
}

.niepokalana-btn:hover .btn-text {
  letter-spacing: 0.8px;
}

.niepokalana-btn:hover .halo {
  transform: translate(-50%, -50%) scale(1);
}

/* Active state */
.niepokalana-btn:active {
  transform: translateY(0px);
  transition: all 0.1s ease;
}

.niepokalana-btn:active .halo {
  transform: translate(-50%, -50%) scale(0.9);
}






/* KOSZULKI */
    #koszulki{
        display: flex;
        flex-direction: column;
        width: 30%;
        min-height: 400px;
        min-width: 350px;
        background-color: #66B0FA;
        
        justify-content: center;
        align-items: center;
        margin: 2%;
        border-radius: 5px;
        transition: all 0.5s ease;
    }
    
    .koszulka-wrapper {
    position: relative;
    width: 100%;
    max-width: 700px; /* dobierz szerokość jak chcesz */
    margin: 0 auto;
    transition: all 0.5s ease;
    /* opcjonalnie: zachowaj stosunek boków, jeśli potrzebujesz */
    }

    .koszulka-wrapper #svg1, #g2, #koszulka_kolor{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; /* tło */
    }

    /* nakładka, która zajmuje ten sam obszar co SVG */
    #wzor_koszulki {
    position: absolute;
    inset: 0;               /* top:0; right:0; bottom:0; left:0; */
    z-index: 2;             /* nad SVG */
    pointer-events: none;   /* nie blokuje kliknięć (zmień jeśli chcesz interakcji) */
    display: flex;
    justify-content: center;
    align-items: center;
    }


#L, #R{
    width: 50%;
    height: 60%;
    
}
#R{
    display: flex;
    justify-content: center;
}

#L div{
    width: 20%;
    height: 24%;
    margin: 0 0 0 56%;
    
}
#R div{
    width: 40%;
    height: 60% ;
    margin-right: 10px;
}
#powieksz{
    width: 100%;
    display: flex;
    justify-content: center;
    text-shadow: 0px 0px 20px #6d747a;
    cursor: pointer;
    
}
    /* jeśli wstawiasz wewnątrz #wzor_koszulki elementy <svg>, niech skalują się do kontenera */
    #wzor_koszulki svg {
    width: 100%;
    height: 100%;
    display: block;
    }
    #przod{
        z-index: 4;
        width: 10%;
    }
    #tyl{
        z-index: 4;
        width: 20%;
    }
    

    

#wybur{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 30%;
    min-height: 400px;
    min-width: 350px;
    background-color: #66B0FA;
    margin: 2%;
    border-radius: 5px;
    padding: 5px;
}
#przod_tyl_koszulki{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
#przod_tyl_koszulki p{
    width: 50px;
    text-align: center;
    font-size: large;
    text-shadow: 0px 0px 20px #6d747a;
}
.ukryty{
    display: none;
}
.aktywne{
    display: flex;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* formularz sprzedaż*/
/* --- ILOŚĆ PRODUKTU (formularz) --- */
.ilosc-container {
    display: flex;
    flex-direction: column; /* napis nad kontrolkami */
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.ilosc-container p {
    margin: 0;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.ilosc-kontrola {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #78A4CF;
    border: 1px solid white;
    border-radius: 6px;
    overflow: hidden;
    width: 70px;
    height: 32px;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}

.ilosc-kontrola button {
    background-color: #66B0FA;
    border: none;
    color: white;
    font-size: 18px;
    width: 30px;
    height: 100%;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s, transform 0.1s;
}

.ilosc-kontrola button:hover {
    background-color: #5a9ae0;
    transform: scale(1.1);
}

.ilosc-kontrola input[type="number"] {
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
    -moz-appearance: textfield;
}

.ilosc-kontrola input::-webkit-inner-spin-button,
.ilosc-kontrola input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cena{
    font-size: x-large;
    width: 100%;
    text-align: center;
    margin: 5% 0;
}

main form div,main form span{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2% 0;
    font-size: larger;
}
main form{
    width: 100%;
    margin: auto;
    padding: 5px;
}
main form label{
    margin-right: 5px;
}
#dodaj_koszyk_kup button{
    font-size: large;
    min-width: 43%;
    min-height: 45px;
    background-color: #0a79e0;
    border: 1px solid white;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}
#dodaj_koszyk_kup button:hover{
    background-color: #1c2833;
}
input, select, option{
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
input[type="radio"] {
  display: none;
}
/* wspólny wygląd kwadracika */
.color-option {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}

/* efekt zaznaczenia */
input[type="radio"]:checked + .color-option {
  border: 3px solid #0a79e0;
  box-shadow: 0 0 5px rgba(0, 195, 255, 0.63);
}

/* kolory koszulek */
.biały    { background: white; }
.czarny   { background: black; }
.beżowy   { background: #e2e2bf; }
.szary    { background: gray; }
.czerwony { background: red; }
.niebieski{ background: blue; }


/* kolory nadruku */
.biały-nadruk   { background: white; }
.czarny-nadruk  { background: black; }
.niebieski-nadruk   { background: blue; }
.szary-nadruk { background: silver; }

.color-option.disabled {
  position: relative;
  opacity: 0.4;
  pointer-events: none;
}

.color-option.disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: red;
  transform: rotate(-45deg);
}

/* === BANER COOKIE === */
#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 20px;
    z-index: 10000;
    display: none;
    backdrop-filter: blur(10px);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-text {
    flex: 1;
    min-width: 300px;
}

.cookie-text h3 {
    margin: 0 0 8px 0;
    color: #fff;
    font-size: 1.2em;
}

.cookie-text p {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.4;
    opacity: 0.9;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cookie-accept {
    background: #28a745;
    color: white;
}

.cookie-accept:hover {
    background: #218838;
}

.cookie-info {
    background: transparent;
    color: #007bff;
    border: 1px solid #007bff;
}

.cookie-info:hover {
    background: #007bff;
    color: white;
}
/* === BLOKADA COOKIE === */
#cookieBlocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    color: white;
    z-index: 10000;
    display: none;
    backdrop-filter: blur(10px);
}

.cookie-blocker-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 90%;
    background: #1a1a1a;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #333;
}

.cookie-blocker-content h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.8em;
}

.cookie-blocker-content p {
    margin-bottom: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

.cookie-features {
    text-align: left;
    margin: 25px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.cookie-features h3 {
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.cookie-features ul {
    list-style: none;
    padding: 0;
}

.cookie-features li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.cookie-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.cookie-blocker-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

.cookie-blocker-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    min-width: 150px;
}

.cookie-blocker-accept {
    background: #28a745;
    color: white;
}

.cookie-blocker-accept:hover {
    background: #218838;
    transform: translateY(-2px);
}

.cookie-blocker-necessary {
    background: #6c757d;
    color: white;
}

.cookie-blocker-necessary:hover {
    background: #5a6268;
}

.cookie-warning {
    color: #ff6b6b;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 5px;
}
/* Styl dla szczegółowych informacji */
.detailed-info-section {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 4px solid #3498db;
}

.cookie-item {
    background: white;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 8px 0;
    border: 1px solid #dee2e6;
}

.no-list {
    background: white;
    padding: 15px;
    border-radius: 8px;
}

.no-item {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
}

.no-item:last-child {
    border-bottom: none;
}

.document-buttons {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.doc-buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.doc-button {
    transition: transform 0.2s, box-shadow 0.2s;
}

.doc-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Styl dla przycisku powrotu */
.back-button:hover {
    color: #333;
    text-decoration: underline;
}

/* Reszta Twoich istniejących styli cookie-banner */
#cookieBlocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9998;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.cookie-blocker-content {
    background: rgb(90, 104, 179);
    padding: 30px;
    border-radius: 15px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    text-align: center;
}

/* Responsywność */


/* Blokada scrolla */
body.cookie-blocked {
    overflow: hidden;
    height: 100vh;
}

/* Wygląd strony gdy zablokowana */
body.cookie-blocked > *:not(#cookieBlocker) {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
}
/* Responsywność */
    


@media only screen and (max-width:1320px) {
    .artykul{
        width: 260px;
        height: 310px;
    }
    #artykuly{
        min-height: 400px;
        padding-top: 10px;
    }

}
@media only screen and (max-width:1090px) {
    nav a{
        font-size: 1em;
    }
}

@media only screen and (max-width:920px) {
    #losuj{
        width: 460px;
    }
    #aplikacja-promo{
        width: 460px;
    }
    #koszykmobile{
        display: flex;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000; 
    }
    #odstep{
        width: 100%;
        height: 80px;
    }
    nav{
        display: none;
    }
    #menubar{
        display: flex;
        cursor: pointer;
    }
    #closebar{
        display: none;
        cursor: pointer;

    }
    header{
        justify-content: space-between;
    }
    #start{
        width: 85%;
    }
     /* kiedy aktywne menu */
    #mobileNav.aktywne {
        display: flex;
    }
    #socialeNav.aktywne{
        display: flex;
    }
    #menubar.ukryty {
        display: none;
    }
    #closebar.aktywne {
        display: flex;
    }
    
}
@media only screen and (min-width:921px){
    #menubar,#closebar,#navbar,#socialeNav{
        display: none;
    }
    nav{
        display: flex;
    }
    
}
@media only screen and (max-width:887px) {
    
    .artykul{
        width: 275px;
        height: 320px;
    }
}
@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-btn {
        flex: 1;
        max-width: 150px;
    }
    .cookie-blocker-content {
        padding: 20px;
        max-height: 85vh;
    }
    
    .doc-buttons-container {
        flex-direction: column;
    }
    
    .doc-button {
        width: 100%;
        margin: 5px 0;
    }

}

@media only screen and (max-width:550px){
    #losuj{
        width: 90%;
        
    }
    #aplikacja-promo{
        min-height: auto;
        width: 90%;
    }
    .app-promo-container{
        min-height: 0;
        padding: 20px 16px 18px;
    }
    .app-promo-visual{
        min-height: 210px;
    }
    .app-promo-phone{
        width: 158px;
        border-radius: 24px;
    }
    .app-promo-container h2{
        font-size: 1.5rem;
    }
    .app-promo-container p{
        font-size: 0.88rem;
        padding: 0 8px;
    }
    .app-promo-btn{
        min-width: 176px;
        min-height: 42px;
        margin-top: 16px;
        font-size: 0.82rem;
    }
    #spiewnik_glowna{
        width: 90%;
    }
    .home-kalendarz{
        width: 90%;
    }
    #zdrapki{
        width: 90%;
    }
    #wyjazd{
        width: 90%;
    }
    .scratch-container{
        width: 95%;
    }
    #start h1{
        font-size: 1.2rem;
    }
    #menubar, #closebar{
        height: 40px;
    }
    #logo{
        margin: 0;
    }
    #artykuly{
        min-height: 400px;
    }
}
@media (max-width: 480px) {
    .cookie-blocker-content {
        padding: 15px;
    }
    
    .detailed-info-section {
        padding: 12px;
    }
}
@media only screen and (max-width:510px){
    .produkty{
        width: 90%;
        min-height: auto;
        padding: 5px 0 16px 0;
    }
    .produkty a{
        width: calc(100% - 24px);
        height: auto;
        min-height: 0;
        padding: 16px 10px 18px;
    }
    .produkty h2{
        margin: 18px 0 5px 0;
        font-size: 1.5rem;
    }
    .produkty a h3{
        font-size: 1.15rem;
        margin-top: 6px;
    }
    .produkty a p{
        font-size: 0.82rem;
        line-height: 1.4;
        margin-top: 8px;
    }
    #slider-container{
        height: 220px;
        margin-bottom: 12px;
    }
    #slider-container img{
        height: 220px;
    }
    #przycisk-koszulki{
        width: 132px;
        height: 42px;
        padding: 10px 16px;
        margin-top: 16px;
    }
    #przycisk-koszulki span{
        font-size: 0.74rem;
        letter-spacing: 0.03em;
    }
}
@media only screen and (max-width:460px) {
    .artykul{
        width: 200px;
        height: 250px;
    }
    #artykuly p{
        margin:2px
    }
    
}
@media only screen and (max-width:420px){
    #Kontakt,#linki{
        min-width: 200px;
    }
    #closebar{
        height: 30px;
        padding-right: 3px;
    }
    #mobileNav a{
        width: 97%;
    }
    #socialeNav{
        width: 100%;
        margin: 0;
    }
    
}
@media only screen and (max-width:420px){
    #spiewnik_glowna a p::before{
        content: 'Przejdź do śpiewnika';
    }
    .app-promo-container{
        padding: 20px 14px 18px;
    }
    .app-promo-visual{
        min-height: 190px;
        margin: 0 0 6px;
    }
    .app-promo-glow{
        width: 145px;
        height: 145px;
    }
    .app-promo-phone{
        width: 142px;
        padding: 10px 8px 12px;
        border-radius: 22px;
    }
    .app-promo-phone img{
        border-radius: 16px;
    }
    .app-promo-container h2{
        font-size: 1.3rem;
    }
    .app-promo-container p{
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .app-promo-btn{
        min-width: 162px;
        min-height: 40px;
        font-size: 0.76rem;
    }
    .produkty{
        border-radius: 14px;
        margin-bottom: 16px;
    }
    .produkty a{
        width: calc(100% - 18px);
        padding: 14px 8px 16px;
    }
    .produkty h2{
        font-size: 1.35rem;
    }
    .produkty a h3{
        font-size: 1.02rem;
    }
    .produkty a p{
        width: 94%;
        font-size: 0.78rem;
    }
    #slider-container{
        height: 180px;
        margin-bottom: 8px;
    }
    #slider-container img{
        height: 180px;
    }
    #przycisk-koszulki{
        width: 120px;
        height: 38px;
        border-radius: 10px;
        margin-top: 14px;
    }
    .home-kalendarz{
        min-height: auto;
    }
    .home-kalendarz a{
        height: auto;
        min-height: 560px;
        padding: 26px 18px 20px;
    }
    .home-kalendarz__intro h2{
        font-size: 1.75rem;
    }
    .home-kalendarz__intro h3{
        font-size: 1.05rem;
    }
    .home-kalendarz__card{
        transform: none;
    }
    .home-kalendarz__note{
        font-size: 0.8rem;
        padding: 8px 12px;
    }
    .home-kalendarz__note--left{
        left: 10px;
        bottom: 32px;
    }
    .home-kalendarz__note--right{
        right: 10px;
        top: 24px;
    }
        #zdrapki a{
        height: auto;
        justify-content: center;
    }
    #zdrapki{
        min-height: auto;
    }
    #zdrapki a>*{
        margin: 10px 0 15px;
    }
    #wyjazd{
        min-height: auto;
    }
    #wyjazd a{
        min-height: 520px;
        padding: 22px 16px 18px;
    }
    #wyjazd h2{
        font-size: 1.7rem;
        margin: 16px 0 8px;
    }
    #wyjazd h3{
        font-size: 0.95rem;
        max-width: 280px;
    }
    .wyjazd__badge{
        font-size: 0.75rem;
        padding: 7px 14px;
    }
    #wyjazd img{
        width: 94%;
        border-radius: 18px;
    }
    .wyjazd__image-wrap::after{
        inset: 0 3%;
        border-radius: 18px;
    }
    .wyjazd__image-label{
        left: 7%;
        bottom: 12px;
        padding: 8px 12px;
        font-size: 0.74rem;
    }
    #wyjazd a p{
        width: 88%;
        min-height: 46px;
        font-size: 0.92rem;
    }
    .scratch-container {
        
        box-shadow: 0 0 3px rgb(71, 153, 201);
        }
    #spiewnik_glowna{
        min-height: auto;
    }
    #spiewnik_glowna a{
        height: 300px;
    }
    #losuj{
        min-height: auto;
    }
}

@media only screen and (max-width: 340px) {

    header{
        height: 70px;
    }
    #logo{
        height: 60px;
    }
    #odstep{
        height: 70px;
    }
    #mobileNav{
        top:70px
    }
    #slider-container{
        height: auto;
    }
    #slider-container img{
        height: 150px;
    }
    #wyjazd a{
        min-height: 470px;
    }
    #wyjazd h2{
        font-size: 1.45rem;
    }
    #wyjazd h3{
        font-size: 0.88rem;
    }
    
    .niepokalana-btn{
        min-width: 100px;
    }
}
@media (max-width: 309px) {
    
    
    html {
        font-size: 14px; /* Mniejsze czcionki */
    }
}
@media only screen and (max-width:260px){
    .app-promo-btn{
        font-size: x-small;
    }
    .app-promo-phone{
        width: 126px;
    }
    .artykul{
        width: 150px;
        height: 180px;
    }
    #menubar,#closebar{
        height: 30px;
    }
}
@media only screen and (max-width:240px){
    .app-promo-btn{
        font-size: xx-small;
    }
    header{
        height: 50px;
    }
    #odstep{
        height: 50px;
    }
    #mobileNav{
        top: 50px;
    }
    #logo{
        height: 40px;
    }
    .niepokalana-btn{
        min-width: 50px;
    }
}

@media only screen and (max-width:200px){
    .app-promo-btn{
        font-size: 8px;
    }
    #logo{
        height: 40px;
    }
    #start h1{
        font-size: 0.8rem;
    }
}

