* {
     margin: 0;
     padding: 0;
     font-family: Archivo, sans-serif;
     box-sizing: border-box;
}

body {
    margin: 0; 
    font-family: 'Archivo', sans-serif;
    background-color: rgb(255, 255, 255);
   background: url(images/vdswebbackground-01.png) no-repeat center center fixed;/* tlo */
    background-size: cover;
    justify-content: center;
}
@media (max-width: 768px) {
    body {
        background: url(images/background.png) no-repeat center center fixed;
        background-size: cover;
    }
}

/* Wrapper główny kontener */
.wrapper {
    height: 100%;
    width: 100%;
    display: block;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
header {
    display: flex;
    
    position: fixed;
    
    justify-content: center;
    
    width: 100%;
    height: 72px;
     backdrop-filter: blur(80px); 
  background-color: rgb(255, 255, 255); /* półprzezroczyste tło */
    
    
    text-align: right;
    /* mix-blend-mode: difference;  dynamiczny efekt odwrócenia względem tła */     
    z-index: 998;
    
}




md-outlined-button {
    height: 72px;
    --md-sys-color-primary: black;
    --md-sys-color-on-primary: black;
    --md-outlined-button-outline-width: 0.5px;
    --md-outlined-button-outline-radius: 2px;
    font-family: 'Archivo', sans-serif;
    
    font-size: 18pt;
    padding: 20px 30px;
}

.menu md-outlioned-button {
    width: 350%;
    margin: 0 30% 15pt 15pt;
    
}

.buy-btn {
    border-radius: 60px;
    max-height: 90px;


}


.menu.active {
    text-decoration: underline;
    
}
#modal-backdrop {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    z-index: 1000;
}

#modal-backdrop.active {
    display: flex;
}
.modal {
    margin-top: 40px;
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
    z-index: 1000;
}

.modal-content {
    display: flex;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 60px;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    background-color: white;
    width: 95vw;
    max-width: 900px;
    height: auto;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    padding: 8px 12px;
    line-height: 1;
    color: #000;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    min-width: 48px;
    min-height: 48px;
}

.close-modal:hover {
    opacity: 0.7;
}

/* FORMULARZ */
/* --- SHIPPING BOX --- */



.shipping-box {
    margin-top: 0;
    min-height: auto;
    width: 100%;
    gap: 20px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
    z-index: 999;
}

.box-title {
    font-size: 16px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 8px;
}

.space {
    height: 120px;
}

/* Formularz */
.shipping-form {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Rzędy */
.form-row {
    min-height: 12px;
    display: flex;
    gap: 12px;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
}

/* Pola */
.form-field {
    border-left: #000000 4px;
    margin: 10px;
    max-height: 60px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.form-field.full {
    flex: 100%;
    min-width: auto;
}

/* Etykiety */
.form-field label {
    font-size: 12px;
    color: #757575;
    margin-bottom: 1px;
    margin: 5px 0 1px 0;
}

/* Inputy */
.form-field input {
    margin: 2px 2px 2px 2px;
    padding: 10px 12px;
    
    border-top: #000000 ;
    border-left: #000000 ;
    border-radius: 0.4px;
    font-size: 14px;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease;
}

.form-field input:focus {
    border-color: #0088ff;
}

#newsletter {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

.newsletter-field {
    flex-direction: row !important;
    align-items: center;
    gap: 12px !important;
    max-height: none !important;
    margin: 20px 10px !important;
    border-left: none !important;
}

.newsletter-field label {
    margin: 0 !important;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    user-select: none;
}
.newsletter-checkbox {
    
    display: flex;
    position: relative;
    align-items: center;
    gap: 5px;
    margin: 10px 0;
}

/* KOSZYK */
.cart-box-container {
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 30px;
}

.cart-box {
    width: 100%;
    max-width: 600px;
    align-items: center;
    
}

.cart-item {
    color: gray;
    padding-left: 5px;
    height: 100px;
    max-width: 100%;
    display: grid;
    grid-template-columns: 70px 80px 40px 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-top: #0088ff 0.4px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    background-color: white;
    overflow: hidden;
}

.item-thumb img {
    margin-left: 3px;
    width: 70px;
    height: 70px;
    background: #ddd;
    border-radius: 1.5px;
    object-fit: cover;
}

.item-name {
    
    margin-left: 3px;
    font-size: 12px;
    max-width: 160px;
}


.item-size {
    
    text-align:right;
    margin-right: 10px;
    font-weight: bold;
}

.item-price {
    font-weight: bold;
    margin-right: 70px;
}

/* PODSUMOWANIE */
.summary-box {
    position: relative;
    display: inline-block;
    width: 100%;
    justify-content: right;
    background-color: white;
    z-index: 998;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.summary-row span {
  font-weight: 600;  
}
/*payment trigger below shipping form*/
.payment-btn {
    display: block;
    margin-top: 15px;
    margin-left: 160px;
    position: right;
    max-width: 350px;
    width: 170px;
    padding: 14px;
    background: #0088ff;
    color: white;
    border: none;
    border-radius: 60px;
    font-size: 16px;
    cursor: pointer;
    
}









/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 768px) {
    .modal-content {
        padding-right: 50px;
        padding-left: 15px;
    }
    
    .close-modal {
        top: 8px;
        right: 8px;
        font-size: 36px;
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-field {
        flex: 100%;
        min-width: auto;
    }
    
    .modal-content {
        padding-top: 16px;
        padding-right: 45px;
        padding-left: 12px;
        padding-bottom: 20px;
        border-radius: 4px;
    }
    
    .close-modal {
        top: 4px;
        right: 4px;
        font-size: 32px;
        padding: 4px 8px;
        min-width: 44px;
        min-height: 44px;
    }
}








.client-info {
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    max-width: 300px;
    margin: 20px auto;
}   
button {
    display: block;
    height: 45px;
    width: 150px;
    font-size: 12pt;
    font-weight: 700;
    background-color: rgb(255, 255, 255);
    border-color: black;
    border-top: none;
    border-left: none;
    border-width: 3.5px;
    
}


input {
    height: 80px;
width: 100%;
font-size: 18pt;
}

.available-sizes div {
    display: flex;
    flex-direction: column;
    gap: 40px;

}


/* HEADER */
#logotype {
    position: relative;
    height: 40px;
    margin: 10px 20px 30px 10px;
    justify-content: center;
}



header a {
    font-size: 150%;
    display: inline-block; /* dopasowanie szerokości do treści */ 
    text-decoration: none;
    font-weight: 700; color: rgb(0, 0, 0);
    justify-content: center;
}
/* burger icon */
.burger {
  width: 30px;
  cursor: pointer;
  margin: 40px 20px;
position: absolute;
left: 50%;
transform: translateX(-50%);
  display: none; /* pokażemy tylko na mobile */
  flex-direction: column;
  gap: 6px;
}

.burger #active {
  text-decoration: underline;
  
}

.burger span {
  height: 1.5px;
  background: black;
  width: 100%;
  display: block;
}

/* menu wrapper */
.menu-wrapper {
border-radius: 40px;
  display: block;
  max-width: fit-content;
  gap: 5px;
  font-size: 24pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.gallery-item {
    font-size: 18pt;
    padding: 60px 60px;
    display: flex;
    justify-content: center;
    align-content: center;
    color:white;
    width: 100%;
    height: 100%;
}
/* MOBILE */
@media (max-width: 768px) {
#logotype {
    height: 80%;

}

  .header {
    height: 100px;
    width: 100%;
    display: inline;
    justify-content: center;
  }  

  .burger {
    display: flex;
  }

  .menu-wrapper {
    display: none;
    background:rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 20px;
    gap: 5px;
    
    /* Frosted glass effect */
    background: rgba(255, 255, 255, 0.6); /* transparent layer */
    backdrop-filter: blur(12px); /* the blur itself */
    -webkit-backdrop-filter: blur(12px); /* Safari support */
    
  }

  .menu-wrapper.active {
    display: flex;
    background:rgb(255, 255, 255);
    backdrop-filter: blur(100px);
    max-width: 320px;

  }
}

.description-container p {
    height: 200px;
    font-size: 12pt;
    overflow-y: scroll;
    background-color: white;
}
.description-container h1 {
    font-size: 34pt;
    margin-bottom: 20px;
}

.buy {background-color: aliceblue;
}

.product-grid { /* sekcja produktu */
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 5px;
    background-color: dodgerblue;
    padding: 5px;
}

.product-grid div {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
}


#prototype {
    display: inline-block;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    background-color: white;

}

.picture-container {
    grid-column: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.picture-container img { 
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

.picture-container img:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
    image: url('./images/background.png');
}
 .picture-container:hover {
    cursor: pointer;
}




.basket-container {
    height: 100%;
    background: rgba(253, 253, 253, 0.95);
    border: 2px solid black;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    
}

.basket-container h3 {
    margin: 0 0 15px 0;
    font-size: 14pt;
    color: rgb(124, 123, 123);
    text-align: right;
}

.basket-picture-container {
    width: 100px;
    height: 100px;
    border-radius: 20px;
}

.order-list {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid black;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 16pt;
    color: black;
}

.item-name {
    flex: 1;
    text-align: left;
}

.item-price {
    font-weight: 700;
    text-align: right;
    min-width: 100px;
}

.order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-size: 18pt;
    font-weight: 700;
    color: black;
}

.total-label {
    text-align: left;
}

.total-price {
    text-align: right;
    min-width: 100px;
}

.title-container {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 20px 20px;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 5px 20px 20px 30px;
    border-bottom: 0.5px solid rgb(187, 186, 195);   
    outline-width: auto;
    
}
.title h3 {
    text-align: center;
    font-size: 18pt;
}


section {
    max-width: 100%;
    margin: 0px auto; /* centrowanie sekcji */
    padding: 20px;
    border-radius: 10px;
}
    
section h1 {
   margin: 0 0 10px 0;
    
}

section p {
    margin: 1000;
    padding: 10px;    
    border-radius: px;
}

section h3 {
    max-width: 300px;
}

section a {
    display: block;
    font-size: 22px;
    color: rgb(236, 98, 17);
    margin: 20px 0;
    text-align: center;
    padding: 1REM;
    border-radius: 10px;
    background: rgba(253, 253, 253, 0.8);
    mix-blend-mode: difference;
    opacity: 95%;
    box-shadow: -4px 7px 0px #000000;
    
}
#access {
    height: 100px;
    width: 200px;
    
    border-radius: 100px;
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}
#access:hover {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    mix-blend-mode: difference;
    box-shadow: -4px 7px 0px #000000;
    transition: 2s;
    opacity: 100%;
}
    




.collapsible {
  background-color: rgb(17, 17, 17);
    mix-blend-mode: difference;
  color: rgb(255, 255, 255);
  cursor: pointer;
    display: block;
    margin: 0;
  padding: 32px;
  height: 80px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: background-color 1.2s ease;
  font-weight: 100;
}

.inline-list {
    background-color: rgb(241, 241, 241);
    margin: 20px 0 0 75px;
    height: 100px;
    display: flex;
    gap:40px;
    margin-right: 15px;
    align-content: center;
}

.collapsible:hover {
  background-color: #666;
  color: rgb(231, 231, 231);
}

.collapsible.active {
  background-color: #555;
}
.collapsible a {
    display: flex;
    font-size: 22px;
}


.content {
  padding: 0 0 0px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #f1f1f1;
    margin: 0;
}



.divider-wrap {
    
}

/* size advisor*/
#result {
    border: 3px solid black;
    padding: 20px;
    border-radius: 8px;
    font-weight: bold;
}

section a:hover {
    animation: shake 3s;
    text-align: center;
    background: rgb(242, 240, 240);
    box-shadow: -4px 8px 0px #000000;
    transition: 2s;
    opacity: 100%;
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 280px 280px 280px;
    grid-auto-rows: 250px;
    gap: 3px;
}

.gallery-item {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(60px);
    border-radius: 1px;
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    height: 100%;
    margin: 10px 10px;
    display: flex;
}
.about-intro {
    margin: 20px;
    text-align: justify;
    justify-content: center;
    line-height: 2.80px;
    align-items: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#credits {
    height: 220px;
    text-align: center;
    justify-content: center;
    background-color: rgba(243, 245, 255, 1);
    mix-blend-mode: difference;
    border-radius: 0px;
    
}

.vds-type-image {
    width: 100%;
    height: auto;
    
}

footer {
    justify-content: end;
    display: inline-flex;
    width: 100%;
    height: 60px;
    padding-top: 16px;
    text-align: right;
    background: rgba(243, 245, 255, 1);
    mix-blend-mode: difference;
    position: sticky;
    position: bottom;
    
}

/* Footer features: terms and conditions, FAQ */
span {
    margin-left: 35px;    
}



/* Interactive .purchase-btn list styling */
.size-item {
    display: none;
    transition: all 0.3s ease;
}

.size-item.active {
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    border-left: 4px solid black;
    padding-left: 12px;
}

.divider {
    line: 0,8;
    max-width: 600px; 
    
    justify-content: center;

}

.payment-status-success {
    display: flex;
    place-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    overflow: hidden;
    height: 250px;  
    background-color: white;
    border-color: rgb(0, 243, 41);
    border-style: solid;
    border-width: 0.1px;
    max-width: 600px;
    width:75%;
    min-width: 280px;
}
.payment-status-image {
    width: 280px;
    margin: 20px auto;
}

.cta-news a {
     background-color: orangered;
}


.payment-status-failed {
    overflow: hidden;
    height: 300px;
    align-items: center;
    background-color: white;
    border-color: rgb(243, 0, 0);
    border-style: solid;
    border-width: 0.1px;
    max-width: 600px;
    width:75%;
    min-width: 280px;
}
.payment-status-image {
    width: 280px;
}

.socials {
    display: inline-block;
    width: 100%;
    background: white;
    width: 100%;
    justify-content: center;

}

.socials-header {
    width: 100%;
    font-size: 34px;
    font-weight: 800;
    padding: 20px;
    position: center;
    text-align: center;
}
.socials-description {
    display:grid;
    grid-auto-flow: row;
    justify-content: center;
}
.social-buttons {
    display: flex;

}

.social-btn {
    margin: 5px;
    display:flex;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    width: 100%;
    padding: 22px;
    background: rgb(252, 252, 252);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 0px;
    align-items: center;
    
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    
}
