* {

    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    background-color: #f3f3f3;
    height: 100%;
    background: radial-gradient(circle 900px at calc(50% - 500px) 40%, rgba(255, 255, 255, 0.867)40%, #f3f3f3);


}

.checkout>h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.inpost {
    width: 7.5vw;
}

p {
    text-align: center;
    margin: 0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ogloszenia {
    background-color: #040404;
    width: 100%;
    height: 5.9vw;
    color: #efefef;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center;
    position: fixed;
    z-index: 999;
}

.ogloszenia-text {
    text-align: center;
    padding: 0.5vw;
    flex: 1;
    font-size: 0.9vw;
}

.navbar {
    width: 100%;
    height: 3.5vw;
    background-image: linear-gradient(45deg, #fff, #eee);
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    margin-bottom: 0.5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hrefs {
    width: 4%;
    margin-left: 1vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hrefs>a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    margin-top: 0.2vw;
    padding-left: 1vw;
    width: 27%;
}

.logo>img {
    width: 15vw;
}

.search {
    width: 66%;
}

.lupa {
    position: absolute;
    right: 0.7vw;
    top: 50%;
    transform: translateY(-50%);
    height: 1.4vw;
    pointer-events: none;
}

.search-field {
    width: 40vw;
    height: 2.4vw;
    z-index: 10;
    border-radius: 2vw;
    padding: 0vw 1vw 0 1vw;
    border: 1px solid #404040;
    font-size: 0.9vw;
}

.cart {
    width: 4%;
    display: flex;
    align-items: center;
    margin-right: 0.5vw;


}

.main {
    width: 100%;
    background-color: #f3f3f3;
    height: auto;

}

.title-page {

    height: 65vh;
    width: 100%;
    border-bottom: 1px solid gray;
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    background-image: url("icons/main-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: border-box;

}

.title {
    font-size: 4.5vw;
    color: #707070;
    font-weight: 1000;
    margin-top: 5vw;
    letter-spacing: 0.1vw;
    width: 60%;
    margin-left: 20%;
}

.poster-section {
    margin-top: 5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin-left: 5%;
    height: 84vw;
    overflow: hidden;

}

.outer-poster {
    margin: auto;
    margin-bottom: 2vw;
    color: #606060;
    width: 13vw;
    height: 25vw;
    padding-top: 1vw;
}

.poster {
    width: 13vw;
    height: 18vw;
    background-color: white;
    border-radius: 0.5vw;
    box-shadow: 0px 0px 1vw 0 rgba(0, 0, 0, 0.3);
    margin: auto;


}

.shader {
    width: 100%;
    height: 8vw;
    background-image: linear-gradient(#eee, #f3f3f3);
}

.album-title {
    font-size: 1.5vw;
    padding: 1vw;
    padding-left: 0vw;
    text-align: left;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #606060
}

.poster-description {
    font-size: 1vw;
    text-align: left;
    padding-left: 0.5vw;
    word-wrap: break-word;
    overflow-wrap: break-word;

}

.plus {
    font-size: 17vw;
}

.reviews-title {
    margin-top: 3vw;
    font-size: 3.6vw;
}

.reviews-block-title {
    font-size: 3vw;
    margin: 1.5vw;
}

.reviews-body {
    padding-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reviews-left,
.reviews-right {
    width: 13%;
    padding: 1vw;
}

.line {
    width: 0.13vw;
    height: 5vw;
    background-color: black;
}

.star {
    width: 3.5vw;
    cursor: pointer;

}

.stars {
    display: flex;

}


.star:hover,
.star:hover~.star {
    background-color: white;
}

.star:hover {
    background-color: black;
}

.star:hover~.star {
    background-color: white;
}

.star:hover~.star,
.star:hover {
    background-color: white;
}

.stars:hover .star {
    background-color: black;
}

.star:hover~.star {
    background-color: white;
}

.stars {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reviews-right {
    padding-left: 1.5vw;
}

.btn1 {
    border-radius: 2vw;
    height: 3.3vw;
    width: 10vw;
    font-size: 1.2vw;
    cursor: pointer;
}

.show {
    border-radius: 1vw;
    height: 3.3vw;
    width: auto;
    font-size: 13pt;
    cursor: pointer;
    margin: auto;
    margin-top: 30px;
    padding: 0 20px;
    display: block;
    color: rgb(234, 234, 234);
    background-color: rgb(0, 0, 0);
    top: 50%;
    left: 50%;
    font-weight: 800 !important;

}


.reviews-section {
    padding-top: 3vw;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
    height: 20vw;
    flex-direction: row;
    overflow: hidden;
    align-items: flex-start;
}

.review {
    background-color: white;
    border-radius: 1.5vw;
    width: 19vw;
    height: auto;
    max-height: 15vw;
    padding: 1vw;
    padding-top: 1vw;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.25);
    min-height: 4.5vw;
    overflow: hidden;

}

.review-product {
    font-size: 1.5vw;
    text-align: left;
    margin-bottom: 0.5vw
}

.review-stars {
    font-size: 2vw;
    text-align: left;
    margin-bottom: 0.5vw;
    color: rgb(68, 68, 68);
}

.review-photo {
    width: auto;
    height: 65%;
    border: 1px solid gray;
    border-radius: 0.5vw;
    margin-bottom: 0.5vw
}

.poster-main {
    background: radial-gradient(circle 900px at calc(50% - 425px) 40%, rgba(255, 255, 255, 0.867)40%, #e8e8e8);

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6vw;
}

.review-text {
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-left: 0.2vw;
    line-height: 1.4vw;
}

.rev-txt {
    color: #545454;
    text-align: left;
    font-size: 1.2vw;
    cursor: pointer;
}

.outer-photo {
    margin: 5vw;
    width: 50%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 2vw;

}

.order {
    flex: 1;
}

.poster-photo {
    width: auto;
    height: 40vw;
    background-color: white;
    box-shadow: 0px 0px 1vw 0 rgba(0, 0, 0, 0.35);
    border-radius: 1.5vw;
    margin-top: 2vw;
}

.order-title {
    margin-top: 4vw;
    font-size: 3.5vw;
    width: 80%;
    text-align: left;
    padding-left: 1.2vw;
    margin-bottom: 2vw;
}

.order-price {
    font-size: 3vw;
    text-align: left;
    padding-left: 1.2vw;
    margin-top: 1vw;
}

.ramki {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin-top: 2vw;
    margin-left: 1vw;
    gap: 1vw;
    position: relative;

}

.btn2 {
    padding: 1.1vw;
    border: 1px solid #ccc;
    width: 8vw;
    border-radius: 2vw;
    text-align: center;
    font-size: 1.25vw;
    background-color: white;
    cursor: pointer;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 0px 0px 0.5vw 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.rozmiary {
    margin-top: 2vw;
    margin-left: 1vw;
    z-index: 10;
    position: relative;

}

.rozmiar {
    position: relative;
    width: 10vw;
    font-size: 1.5vw;
    border: 1px solid #ccc;
    border-radius: 2vw;
    padding: 1vw 1vw 1vw 1.5vw;
    align-items: center;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;

    box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.25);


}


.poster-text {
    margin-top: 2vw;
    margin-left: 1vw;

}

.poster-field {
    padding: 1.5vw 2vw 0.5vw 2vw;
    border: 1px solid #ccc;
    width: 30vw;
    border-radius: 1vw;
    text-align: center;
    font-size: 1.5vw;
    background-color: white;
    word-wrap: break-word;
    overflow-wrap: break-word;
    height: 2.7vw;
    scrollbar-width: none;
    box-shadow: 0px 0px 0.5vw 0 rgba(0, 0, 0, 0.25);
}

.poster-lower {
    margin-top: 2vw;
    margin-left: 1vw;

}

.add-cart {
    display: block;
    width: 34vw;
    font-size: 1.5vw;
    padding: 14px;
    border-radius: 1vw;
    background: black;
    color: #fff;
    border: none;
    margin-top: 16px;
    cursor: pointer;
}

.description {
    width: 34vw;
    text-align: center;
    margin-top: 2vw;
}

.description-text {
    font-size: 1.5vw;
    margin-bottom: 1vw;
}

.description-text>p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
    font-size: 1.2vw;
    margin-top: 1vw;
}

a {
    text-decoration: none;
    color: black;
}

.btn3 {
    padding: 1vw;
    border: 1px solid gray;
    width: 11vw;
    border-radius: 2vw;
    text-align: center;
    font-size: 1.5vw;
    background-color: white;
    margin-top: 2vw;
    margin-left: 1vw;
}

.photos {
    margin-top: 1vw;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

.mini-photo {
    height: 12.5vw;
    width: 10vw;
    background-color: white;
    border-radius: 0.75vw;
    margin: auto;
    cursor: pointer;
    box-shadow: 0px 0px 0.5vw 0 rgba(0, 0, 0, 0.25);

}

.mini-photo-highlited {
    height: 13.5vw;
    width: 11vw;
    background-color: white;
    border-radius: 0.75vw;
    margin: auto;
    box-shadow: 0px 0px 0.5vw 0 rgba(0, 0, 0, 0.35);

}

.similar {
    width: 100%;
    margin-left: 7vw;
    margin-right: 7vw;

}

.similar-title {
    margin-bottom: 2vw;
    text-align: left;
    font-size: 3.8vw;
    margin-left: 1vw;

}

.similar-body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer {
    width: 95.95%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #bfbfbf;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    padding: 2vw;
    height: auto;

}

.footer-element {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    padding-top: 2vw;
}

.footer-title {
    font-size: 1.5vw;
    font-weight: 800;
    width: 100%;
    text-align: left;
    margin-bottom: 1vw;

}

.starimg {
    width: 9vw;
    z-index: 3;
    position: absolute;
}

.footer-content {
    width: 100%;
    text-align: left;
    padding: 0 0 0.5vw 0.5vw;
}

#cart-toggle {
    cursor: pointer;
}

.poster-wrapper {
    background: radial-gradient(circle 500px, #fff 20%, #efefef);
}

.popup-cart {

    width: 35%;
    height: 90%;
    position: fixed;
    background: radial-gradient(#fff 20%, #eee);
    z-index: 9999;
    margin: 5.9vw 0 0 65%;

    border-left: 1px solid #ccc;
    overflow-y: auto;
    box-shadow: 0px 0px 1vw 0 rgba(0, 0, 0, 0.3);



}

.cart-title {
    text-align: left;
    margin: 2vw;
    font-size: 3vw;
}

.cart-poster {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 1vw;

}

.product-info {
    font-size: 1.1vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
    padding-left: 1vw;
    max-height: 4.5vw;
    overflow-y: scroll;
    scrollbar-width: none;

}

.cart-products,
.custom-cart-products {
    margin-left: 2vw;
    display: flex;
    flex-wrap: wrap;


    height: 83%;
}

.cart-album-title {
    font-size: 2vw;
    margin-left: 1vw;
    width: 95%;
    text-align: left;
    padding-bottom: 1vw;

}

.cart-album-price {
    font-size: 2.25vw;
    margin-left: 1vw;
    width: 90%;
    text-align: left;
    padding-bottom: 1vw;
}

.qty-control {
    margin-left: 0.5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.qty-btn {
    padding: 0.4vw 0.8vw;
    font-size: 1.5vw;
    margin: 0.5vw;
    background-color: #ffffff;
    border: 1px solid rgb(14, 14, 14);
    border-radius: 0.3vw;
    cursor: pointer;
}

.qty-number {
    font-size: 1.5vw;
}

.c-poster {
    width: 12vw;
    height: 16vw;
    background-color: white;
    box-shadow: 0px 0px 0.5vw 0 rgba(0, 0, 0, 0.5);
    border-radius: 0.75vw;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4vw;
    justify-content: space-between;
    overflow: hidden;



}

.c-poster>p {
    padding: 1vw;
    text-shadow: 1px 0px 2px rgb(201, 201, 201);
    ;
    margin-top: -25%;


}

.final-price {
    font-size: 2.5vw;
}

.products-price {
    text-align: left;
    width: 45%;
    font-size: 1.3vw;
}

.delivery-price {
    text-align: right;
    font-size: 1.3vw;
}

#deliv {
    width: 72%;
}

.finalization {
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    padding: 1vw;
    padding-bottom: 0vw;
    width: 93%;
}

.fin-wrap {
    background-color: white;
    border-radius: 1vw;
    width: 95%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.sum-price {
    font-size: 2vw;
    text-align: left;
    margin-left: 0.5vw;
}

.sum-p {
    font-size: 2vw;
    text-align: left;
    width: 40%;
}

.order-btn {
    padding: 0.8vw;
    font-size: 1.5vw;
    margin-bottom: 3vw;
    flex: 1;
    display: block;
    width: 100%;
    border-radius: 0.75vw;
    background: black;
    color: #fff;
    border: none;
    margin-top: 16px;
    cursor: pointer;
}

.annoucement {
    position: absolute;
    top: 50%;
    height: 10vw;
    font-size: 2vw;
    width: 20vw;
    color: white;
    z-index: 100;
    background-color: black;
}

.frame-highlited {
    padding: 1vw;
    border: 0.195vw solid rgb(0, 0, 0);
    width: 8vw;
    border-radius: 2vw;
    text-align: center;
    font-size: 1.25vw;
    background-color: white;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.5vw 0 rgba(0, 0, 0, 0.25);
    z-index: 2;

}

#frame {
    position: relative;
}

#noframe {
    z-index: 2;
    margin-left: 5vw;
}

.color {
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    border: 1px solid gray;
}

#czarny {
    background-color: black !important;
}

#bialy {
    background-color: rgb(241, 241, 241) !important;
}

.color-checked {
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    border: 0.2vw solid white;
    box-shadow: 0 0 0 0.1vw rgb(30, 30, 30);
}

.frame-colors {
    gap: 0.5vw;
    padding: 1vw;
    padding-left: 3.75vw;
    border: 0.11vw solid rgb(165, 165, 165);
    width: 9vw;
    height: 3.75vw;
    border-radius: 2vw;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0px 0px 0vw 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 0;
    position: absolute;
    transform: translatex(50%);
    display: flex;
    align-items: center;
}

.rozmiar-menu {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 11.5vw;
    padding: 1vw;
    padding-left: 0;
    padding-top: 2vw;
    margin-top: -2vw;
    border-top: none;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    padding-bottom: 1.5vw;
    z-index: 0;
    display: none;
    transition: height 1s ease-in-out;
    box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.25);
    clip-path: inset(1.7vw -1.7vw 0 -1.7vw);
}

.rozmiar-element {
    width: calc(92% - 1px);
    font-size: 1.5vw;
    padding: 0.5vw;
    padding-left: 1.5vw;
    cursor: pointer;
}

.rozmiar-element:hover {
    background-color: rgb(205, 205, 205);
}

.size-p {
    font-size: 1.2vw;
    color: #404040;

}

.ccart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
    margin: 1vw;
    margin-top: 8vw;
    height: 100%;
    margin-right: 4.3%;


}

.cart-element {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 30%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    width: 70%;
}

.cart-product-photo {
    width: 12vw;
    text-shadow: 1px 0px 2px rgb(201, 201, 201);
    height: 15vw;
    background-color: white;
    border-radius: 0.5vw;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4vw;
    justify-content: space-between;
    box-shadow: 0px 0px 0.5vw 0 rgba(0, 0, 0, 0.25);


}

.c-elem {
    width: 60%;
    margin: 0
}

.cart-product-photo>p {
    padding: 1vw;
    margin-top: -25%;
    font-size: 1.3vw;
    color: white;
}

.product-name {
    font-size: 1.7vw;
    text-align: left;
    width: 100%;
    margin-bottom: 1vw;

}

.product-price {
    font-size: 2.5vw;
    text-align: left;
    width: 100%;
}

.product-section1 {
    display: flex;
    flex-wrap: wrap;
    width: 25%;
    height: 100%;
}

.product-section2 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 30%;
    padding-left: 1vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.checkbox {
    transform: scale(1.5);
    margin-right: 1vw;
}




.product-section1 {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vline {
    width: 0.13vw;
    background-color: gray;
    height: 7vw;
    border-radius: 2vw;

}

.product-section2 {
    flex: 1 1 60%;
    overflow: hidden;
    word-break: break-word;
}

.cart-element {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    box-sizing: border-box;
    height: 15vw;
}

.cart-product-photo {
    flex: 0 0 12vw;
    height: 15vw;
    background-color: white;
    border-radius: 0.5vw;
    margin-right: 1vw;
    box-sizing: border-box;
}

.product-content {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    align-items: center;
    height: 15vw;
    margin-left: 1vw;
}

.checkout {
    flex: 1;
    height: auto;
    margin-top: 5.9vw;
    padding: 2vw;
    padding-top: 1vw;
    background-color: #fefefe;
    box-shadow: 0px 0px 0.5vw 0 rgba(0, 0, 0, 0.25);


}

.checkout-title {
    font-size: 2.5vw;
    text-align: left;
}

#checkout-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 30vw;
    margin: 0;

}

.par {
    font-size: 2.5vw
}

.par2 {
    font-size: 1.5vw;
    text-align: left;
}

#checkout-form>input {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2vw;
    padding: 0.8vw 0.8vw 0.8vw 1.3vw;
    font-size: 1.2vw;
    border: 1px solid darkgrey;
    margin: 0.75vw 0 0.75vw 0;
    box-shadow: 0px 0px 0.2vw 0 rgba(0, 0, 0, 0.25);

}

.product-desc {
    text-align: center;
    width: 100%;
}

.delete-btn {
    width: 1.7vw;
    padding: 0 0 0 1vw;
    cursor: pointer;
}

.cfinalization {

    width: 93%;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    padding: 1vw;
    padding-bottom: 0vw;


}

.qty-display {
    font-size: 1.5vw;
    text-align: left;
    margin-top: 1vw;
}

#total-new-price {
    font-size: 1.2vw;
    color: gray;
    text-decoration: line-through;
    margin-bottom: 0.25vw;
}

.promo-code-btn {
    padding: 0.75vw 1vw;
    width: auto;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;


    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background: #fafafa;
    outline: none;
    transition: border 0.2s;
    margin: 0.5vw 0 1vw 0;
    height: 1.3vw;
    box-shadow: 0px 0px 0.2vw 0 rgba(0, 0, 0, 0.25);
    background-color: black;
    color: white;
}

#products-new-price {
    font-size: 0.9vw;
    color: gray;
    text-decoration: line-through;
    text-align: right;
    margin-bottom: 0.125vw;
    margin-right: 0.5vw;
}

.con {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-right: 0;
    justify-content: right;
    width: auto;

}

#form-code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#form-code>input {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #fafafa;
    outline: none;
    transition: border 0.2s;
    margin: 0.5vw 0 1vw 0;
    height: 1.3vw;
    box-shadow: 0px 0px 0.2vw 0 rgba(0, 0, 0, 0.25);
}

#form-code>button {
    border-radius: 2vw;
    height: 3.3vw;
    font-size: 1.2vw;
    border: 1px solid black;
    flex: 1;
    margin-left: 1vw;
}

.poster-name {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 1vw 1vw 1vw 1.5vw;
    font-size: 1.17vw;
    border-radius: 15px;
    border: 1px solid #ccc;
    margin: 1vw 0 1vw 0;
    box-shadow: 0px 0px 0.5vw 0 rgba(0, 0, 0, 0.25);


}

.default_products {
    width: 100%;
}

.custom_products {
    width: 100%;
}

.popup-review {
    background-color: white;
    width: 30vw;
    height: 26vw;
    position: fixed;
    z-index: 10;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid black;
    border-radius: 1.5vw;
    box-shadow: 0px 0px 1.3vw 0 rgba(0, 0, 0, 0.25);

}

.review-input {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2vw;
    padding: 0.8vw 0.8vw 0.8vw 1.3vw;
    font-size: 1.2vw;
    border: 1px solid black;
    margin: 1vw 0 1vw 0;
}

.review-field {
    padding: 2vw 2vw 1vw 2vw;
    border: 1px solid gray;
    width: 74%;
    border-radius: 2vw;
    text-align: center;
    font-size: 1.5vw;
    background-color: white;
    word-wrap: break-word;
    overflow-wrap: break-word;
    height: 2.7vw;
    scrollbar-width: none;
    margin-bottom: 1vw;
}

.img_wrapper {
    width: 9vw;
    height: 2.75vw;
    position: relative;

}

.star_filler {
    background-color: black;
    height: 2.2vw;
    position: absolute;
    z-index: 2;

}

.search_products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    margin-top: 9vw;
    margin-left: 4.5%;
    margin-right: 4.5%;

}

.search-poster {
    margin: auto;
    margin-bottom: 2vw;
    color: #606060;
    width: 15vw;
    height: 25vw;
    padding-top: 1vw;
}

.cart>img {
    width: 3.5vw;
}

.reviewstar {
    align-items: center;
    font-size: 2vw;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hrefs>a>img {
    width: 1.7vw;
}

.opis-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    font-size: 1.3vw;
    margin-top: 1vw;
}

@media (max-width: 600px) {
    .title-page {
        background-size: contain;
        min-height: 70vw;
        max-height: 100vw;
        margin-top: 10vw;
        background-image: url("icons/mobile-bg.webp");
        background-attachment: scroll;
        background-position: center;
    }

    .cart-product-photo>p {

        font-size: 1.75vh;

    }

    .cart-element {
        height: 9vh !important;
    }

}

@media (max-width: 767px) {

    .frame-colors{
        height: 36.5px;
        transform: translateX(85%);
        width: 80px;
        padding-left: 25px;
        gap: 5px;
    }

.color {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid gray;
}

#czarny {
    background-color: black !important;
}

#bialy {
    background-color: rgb(241, 241, 241) !important;
}

.color-checked {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 0 1px rgb(30, 30, 30);
}
   .ramki {
       width: 250px;
   }
    #noframe{
        margin-left: 70px;
    }
    body {
        min-height: 90vh;
    }

    .hrefs>a>img {
        width: 1.7vw;
    }

    .opis-text {
        font-size: 1.3vh;
        text-align: center !important;
    }

    .ogloszenia {
        background-color: #040404;
        width: 100%;
        height: 8vh;
        color: #efefef;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        justify-content: center;
        position: fixed;
        z-index: 999;
    }

    .inpost {
        width: 10vh;
    }

    .ogloszenia-text {
        text-align: center;
        padding: 0.5vh;
        flex: 1;
        font-size: clamp(0.8vh, 2.3vw, 1.1vh);
    }

    .navbar {
        width: 100%;
        height: 5.5vh;
        background-color: #efefef;
        border-top-left-radius: 1vh;
        border-top-right-radius: 1vh;
        margin-bottom: 0.5vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .hrefs {
        width: 4%;
        margin-left: 1vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .hrefs>a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .logo {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 100%;
        margin-top: 0.2vh;
        padding-left: 1vh;
        width: clamp(100px, 40vw, 130px);
    }

    .logo>img {
        width: clamp(100px, 40vw, 200px);
        min-width: 75px;

    }

    .search {
        width: 45vw;
    }

    .lupa {
        position: absolute;
        right: 0.7vh;
        top: 50%;
        transform: translateY(-50%);
        height: 1.4vh;
        pointer-events: none;
    }

    .search-field {
        width: 40vw;
        height: 3vh;
        z-index: 10;
        border-radius: 2vh;
        padding: 0vh 1vh 0 1.1vh;
        border: 1px solid #404040;
        font-size: 1vh;
    }

    .poster-name {
        width: 99%;
        min-height: 4vh;
        border-radius: 12px;
        border: 1px solid #ccc;
        font-size: 1.6vh;
        padding: 10px;
        margin-top: 10px;
        box-sizing: border-box;
    }

    .cart {
        width: 4%;
        display: flex;
        align-items: center;
        margin-right: 5vw;


    }

    .cart>img {
        width: 4vh;

    }

    .poster-section {
        margin-top: 5vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 95%;
        gap: 12px;
        margin-left: 2.5%;
        height: 89vh;
        overflow: hidden;
        justify-content: center;

    }

    .outer-poster {
        display: block;
        margin: 0;
        color: #606060;
        width: 14vh;
        height: 27.5vh;
        padding-top: 1vh;
        text-decoration: none;
    }

    .poster {
        margin: 0;
        width: 13vh;
        height: 19vh;
        background-color: white;
        border-radius: 1.5vh;
        box-shadow: 0px 0px 1.3vh 0 rgba(0, 0, 0, 0.25);


    }

    .search-poster {
        margin: auto;
        width: 12vh;
        height: 18vh;
        border-radius: 1.5vh;
        margin-bottom: 12vh;
        margin-top: 0;



    }

    .search_products {
        margin-top: 10vh;
    }

    .album-title {
        font-size: 1.7vh;
        padding: 1vh;
        padding-left: 0.5vh;
        text-align: left;
        height: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #606060
    }

    .poster-description {
        font-size: 1.5vh;
        text-align: left;
        padding-left: 0.5vh;
        word-wrap: break-word;
        overflow-wrap: break-word;

    }

    .title {
        font-size: 4.5vh;
        width: 90%;
        margin-left: 5%;
    }

    .plus {
        font-size: 17vh;
    }


    .reviews-title {
        margin-top: 3vh;
        font-size: 4.5vh;
    }

    .reviews-block-title {
        font-size: 5vh;
        margin: 1.5vh;
    }

    .reviews-body {
        padding-top: 3vh;
    }

    .reviews-left,
    .reviews-right {
        padding: 1.5vh;
        width: 16vh;
    }

    .line {
        width: 1px;
        height: 8vh;
        background-color: black;
    }

    .btn1 {
        border-radius: 20vh;
        height: 5vh;
        width: 15vh;
        font-size: 1.7vh;
    }

    .reviews-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 3vh;
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-bottom: 5vh;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        height: 26vh;
        margin-bottom: 3vw;
        padding-bottom: 20vw;
        overflow: hidden;




    }

    .review {
        display: block;
        background-color: white;
        border: 1px solid gray;
        border-radius: 2vh;
        width: 35%;
        min-height: 11vw;
        max-height: 100vw;
        padding: 1.5vh;
        padding-top: 2vh;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.25);
        margin-bottom: 0;
        font-size: 3vw;
        margin-bottom: 6vh;


    }

    .review-text {
        line-height: 4vw;
        font-size: 1.5vh;
    }

    .par {
        font-size: 3.5vh
    }

    .par2 {
        font-size: 1.5vh;
        text-align: left;
    }

    .starimg {
        width: 10vh;
    }

    .reviewstar {
        align-items: center;
    }

    .img_wrapper {
        width: 9.7vh;
        height: 3.6vh;
        position: relative;


    }

    .reviews {
        height: auto;
    }

    .star_filler {
        background-color: black;
        height: 2.7vh;
        position: absolute;
        z-index: 2;
        margin-top: 1px;
        margin-left: 1px;

    }

    .review-product {
        font-size: 2vh;
        text-align: left;
        margin-bottom: 0.5vw
    }

    .review-stars {
        font-size: 2.5vh;
        text-align: left;
        margin-bottom: 0.5vh
    }

    .popup-review {
        background-color: white;
        width: 40vh;
        height: 34vh;
        position: fixed;
        z-index: 10;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid black;
        border-radius: 2vh;
        box-shadow: 0px 0px 1.3vw 0 rgba(0, 0, 0, 0.25);

    }

    .star {
        width: 4vh;
        cursor: pointer;
        margin-bottom: 1.5vh;

    }

    .review-input {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        border-radius: 2vh;
        padding: 0.8vh 0.8vh 0.8vh 1.3vh;
        font-size: 1.5vh;
        border: 1px solid black;
        margin: 1vw 0 1vw 0;
        height: 2.5vh;
    }

    .review-field {
        padding: 2vh 2vh 1vh 2vh;
        border: 1px solid gray;
        width: 74%;
        border-radius: 2vh;
        text-align: center;
        font-size: 1.5vh;
        background-color: white;
        word-wrap: break-word;
        overflow-wrap: break-word;
        height: 2.7vh;
        scrollbar-width: none;
        margin-bottom: 1vh;
        margin: 1vh;
        margin-bottom: 2vw;
    }


    .footer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
   
        border-top-left-radius: 2vh;
        border-top-right-radius: 2vh;
        padding: 2vh;
        height: auto;

    }

    .footer-element {
        display: flex;
        flex-wrap: wrap;
        width: 30%;
        padding-top: 2vh;
    }

    .footer-title {
        font-size: 2.5vh;
        font-weight: 800;
        width: 100%;
        text-align: left;
        margin-bottom: 1vh;

    }

    .footer-content {
        width: 100%;
        text-align: left;
        padding: 0 0 0.5vh 0.5vh;
        font-size: 1.3vh;
    }

    .fin-wrap {
        border-radius: 1vh;
    }

    .finalization {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .popup-cart {

        width: 80%;
        height: 97%;
        position: fixed;
        background-color: #eee;
        z-index: 9999;
        margin: 8vh 0 0 20%;
        box-shadow: 0px 0px 0.5vh 0 rgba(0, 0, 0, 0.25);
        border-left: 1px solid #ccc;
        overflow-y: auto;



    }

    .cart-title {
        text-align: left;
        margin: 2vh;
        font-size: 3vh;
    }

    .qty-control {
        margin-left: 0.5vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        ;

    }

    .qty-btn {
        padding: 0.6vh 1vh;
        font-size: 2vh;
        margin: 0.7vh;
        border-radius: 0.5vh !important
    }

    .qty-number {
        font-size: 2vh;
    }

    .c-poster {
        width: 14vh;
        height: 20vh;
        background-color: white;
        border-radius: 1vh;
        display: flex;
        flex-wrap: wrap;
        font-size: 1.4vh;
        justify-content: space-between;


    }

    .c-poster>p {
        padding: 1vh;

        font-size: 1.75vh;
        height: 1vh;
    }

    .final-price {
        font-size: 2.5vh;
    }

    .products-price {
        text-align: left;
        width: 45%;
        font-size: 1.3vh;
    }

    .delivery-price {
        text-align: right;
        font-size: 2vh;
    }

    .cart-album-title {
        font-size: 2.5vh;
        margin-left: 1vh;
        width: 110%;
        text-align: left;
        padding-bottom: 1vh;
    }

    .cart-album-price {
        font-size: 3vh;
        margin-left: 1vh;
        width: 90%;
        text-align: left;
        padding-bottom: 1vh;
    }

    .delete-btn {
        width: 1.7vh;
        padding: 0 0 0 1vh;
        cursor: pointer;
    }

    .c-elem {
        width: 35vw;
        margin: 0;
        padding-left: 1vh;
    }

    .finalization {
        background-color: white;
        width: 88%;
        z-index: 20;
        display: flex;
        flex-wrap: wrap;
        padding: 2vh;
        padding-bottom: 0vh;
    }

    .sum-price {
        font-size: 3vh;
        text-align: left;
        margin-left: 0.5vh;
    }

    .sum-p {
        font-size: 3vh;
        text-align: left;
        width: 40%;
    }

    #products-new-price,
    #total-new-price {
        font-size: 1.5vh;
    }

    .order-btn {
        padding: 1vh;
        border: 1px solid black;
        border-radius: 2vh;
        font-size: 1.75vh;
        margin-bottom: 3vh;
        flex: 1;
        width: 100%;
    }

    .ccart {
        margin-top: 15vh
    }

    .cart-product-photo {
        flex: 0 0 12vw;
        width: 14vh;
        height: 20vh;
        background-color: white;
        border-radius: 0.5vw;
        margin-right: 1vw;
        box-sizing: border-box;
    }

    .product-name {
        font-size: 2vh;
    }

    .cart-element {
        width: 90%;
        margin-bottom: 13vh;
    }

    .product-section1 {
        width: 50%;

    }

    .product-content {
        width: 100%;
        height: auto;
        margin-left: 1.5vh;
    }

    .product-section1 {
        width: 44% !important;
        flex: none;
    }

    .product-section2 {
        width: 54% !important;
        flex: none
    }

    .vline {
        width: 0.20vh !important;
        height: 7vh;
        margin-left: 2%;
        flex: none;
    }

    .product-price {
        font-size: 2.5vh;
    }

    .qty-display {
        font-size: 2vh;
    }

    .ccart {
        width: 100%;
    }

    #total-sum {
        font-size: 2.5vh;
    }

    .product-desc {
        font-size: 1.3vh;
    }

    .products-price {
        text-align: left;
        width: 45%;
        font-size: 2vh;
    }

    .cart-poster {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-bottom: 1.5vh;

    }

    .poster-main {
        background-color: #ededed;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10vh;
    }

    .poster-photo {
        width: 40vh;
        height: 25vh;
        background-color: white;
        border-radius: 2vw;
    }

    .photos {
        margin-top: 7vw;
        width: 40vh;
    }

    .outer-photo {
        width: 100%;
    }

    .poster-photo {
        height: 60vh;
    }

    .mini-photo {
        height: 15vh;
        width: 10vh;
    }

    .mini-photo-highlited {
        height: 17vh;
        width: 12vh;
    }

    .order {
        position: -webkit-sticky;
        position: sticky;
        top: 50vh;
        z-index: 20;
        background: #fff;
        border-radius: 16px 16px 0 0;
        padding: 16px;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
        width: 100%;
        box-sizing: border-box;
    }

    .order-title {
        font-size: 2.8vh;
        font-weight: 700;
        margin: 0 0 8px 0;
        text-align: left;
    }

    .order-price {
        font-size: 2.4vh;
        font-weight: 600;
        color: #191919;
        margin: 0 0 12px 0;
        text-align: left;
    }

    .ramki {
        display: flex;
        gap: 10px;
        margin-bottom: 12px;
        position: relative;
    }

    .btn2,
    .frame-highlited {
        flex: 1;
        font-size: 12px;
        padding: 10px;
        text-align: center;
        border-radius: 12px;
        border: 1px solid #ccc;
        background: #fafafa;
        cursor: pointer;
        width: 60px !important;
    }
 
    .frame-highlited {
        border: 2px solid #000;
        background: #fff;
        font-weight: 600;
    }

    .rozmiary {
        margin: 12px 0;
        margin-left: 4px !important;
    }

    .rozmiar {
        width: 92.5%;
        font-size: 1.8vh;
        padding: 12px;
        border-radius: 12px;
        border: 1px solid #ccc;
        background: #fafafa;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .rozmiar-menu {
        width: 98.5%;
        border: 1px solid #ccc;
        background: #fafafa;
        height: 15vh;

    }

    .rozmiar-element {
        font-size: 2vh !important;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: 5vh;
        padding-left: 3vw;
    }

    .size-p {
        font-size: 2vh !important;
        width: 50%;
    }

    .poster-text .poster-field {
        width: 99%;
        min-height: 8vh;
        border-radius: 12px;
        border: 1px solid #ccc;
        font-size: 1.6vh;
        padding: 10px;
        margin-top: 10px;
        box-sizing: border-box;
    }

    .poster-field {
        font-size: 2vh !important;
        padding-top: 3vh !important;
    }


    .add-cart {
        display: block;
        width: 100%;
        font-size: 2vh;
        padding: 14px;
        border-radius: 12px;
        background: black;
        color: #fff;
        border: none;
        margin-top: 16px;
        cursor: pointer;
    }

    .description {
        margin-top: 16px;
        padding: 12px;
        border-top: 1px solid #eee;
        width: 90%;

    }

    .description-text {
        font-size: 2vh;
        font-weight: 600;
        margin-bottom: 8px;
        text-align: left;
        text-align: center;
    }

    .cart-products {
        margin-left: 2vh;
    }

    .description p:last-child {
        font-size: 1.7vh;
        line-height: 1.5;
        color: #444;
        text-align: left;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .description-text>p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: left;
        font-size: 1.3vh;
        margin-top: 1vw;
    }

    .poster-main {
        margin-top: 10vh !important;
    }



}

h2 {
    font-size: 1.5vw;
    font-weight: 600;
    margin: 0 0 10px;
}

label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;


}

#checkout-form>input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #fafafa;
    outline: none;
    transition: border 0.2s;
    margin: 0.3vw;
    height: 1.3vw;
}

#checkout-form>input:focus {
    border-color: #333;
    background: #fff;
}

.delivery-method {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 1vw;

}

.delivery-method input {
    display: none;

}

.delivery-method label {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    background: #fafafa;
    transition: 0.2s;
}

.delivery-method input:checked+label {
    border-color: #000;
    background: #eee;
    font-weight: 600;
}

.form-section {
    display: none;
    flex-direction: column;
    gap: 15px;
}

.form-section.active {
    display: flex;
}

.button {
    background: #000;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}

.button:hover {
    background: #333;
}

.cfin-txt {
    padding-top: 0.5vw;
    margin-top: 2vw;
    background-color: #f9f9f9;

    border-radius: 0.75vw;
    width: 100%;
    box-shadow: 0px 0px 0.2vw 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .promo-code-btn {
        width: auto !important;
        height: auto;
        padding: 10px !important;
    }

    #result {
        margin-top: 0;
        width: 100%;
        text-align: left;
    }

    .show {
        border-radius: 7px;
        height: 25px;
        width: auto;
        font-size: 8pt;
        cursor: pointer;
        margin: auto;
        margin-top: 30px;
        padding: 0 10px;
        display: block;
        color: white;
        background-color: rgb(0, 0, 0);
        top: 50%;
        left: 50%;

    }

    .hrefs {
        display: none;
    }

    .checkout {
        width: 100%;
        margin-top: 4vh;
        padding: 16px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    }

    .checkout h2 {
        font-size: 2.2vh;
        font-weight: 700;
        margin-bottom: 16px;
        text-align: left;
    }

    #checkout-form {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    #checkout-form>input {
        padding: 12px;
        border-radius: 10px;
        border: 1px solid #ccc;
        font-size: 1.8vh;
        margin: 0;
        box-shadow: none;
    }

    .delivery-method {
        display: flex;
        gap: 10px;
        margin: 12px 0;
    }

    .delivery-method label {
        flex: 1;
        text-align: center;
        padding: 12px;
        font-size: 1.7vh;
        border-radius: 10px;
        border: 1px solid #ccc;
        background: #fafafa;
        cursor: pointer;
        transition: all 0.2s;
    }

    .delivery-method input:checked+label {
        border-color: #000;
        background: #eee;
        font-weight: 600;
    }

    .cfin-txt {
        margin-top: 20px;
        background: #f9f9f9;
        border-radius: 10px;
        padding: 12px;
        font-size: 1.7vh;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    }

    .cfinalization {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        font-size: 1.7vh;
    }

    .sum-p,
    .sum-price {
        font-size: 2vh;
        font-weight: 700;
    }

    #form-code {
        display: flex;
        gap: 8px;
        margin-top: 12px;
    }

    #form-code input {
        flex: 1;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #ccc;
        font-size: 1.6vh;
    }

    .promo-code-btn {
        padding-bottom: 15px;
        border-radius: 10px;
        font-size: 1.6vh;
        background: #000;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }

    .order-btn {
        margin-top: 16px;
        width: 100%;
        padding: 14px;
        font-size: 2vh;
        border: none;
        border-radius: 12px;
        background: black;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
    }

    #checkout-form>.client-name,
    #checkout-form>.client-surname {
        width: 40% !important;
        display: inline-block;
    }


    #checkout-form>.client-postal-code,
    #checkout-form>.client-city {
        width: 40% !important;
        display: inline-block;
    }

}

/* Wrapper */
.agree-wrap {
    width: 99%;
    margin-top: 16px;
    font-size: 1vw;
    text-align: left;
}

/* Ukrycie natywnego checkboxa */
.custom-checkbox input {
    display: none;
}

/* Styl etykiety */
.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1vw;
    color: #333;
    position: relative;
    padding-left: 32px;
    line-height: 1.4;
    margin-left: 1vw
}


.custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: all 0.2s ease;

}

/* Po zaznaczeniu */
.custom-checkbox input:checked~.checkmark {
    background: black;
    border-color: black;
}

/* Ikona ptaszka */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Pokazanie ptaszka */
.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Link */
.custom-checkbox a {
    color: black;
    font-weight: 600;
    margin-left: 4px;
    text-decoration: underline;
    transition: color 0.2s;
}

.custom-checkbox a:hover {
    color: #555;
}

/* 🔹 Mobile responsywność */
@media (max-width: 767px) {
    .agree-wrap {
        font-size: 1.6vh;
        margin-top: 12px;
    }

    .custom-checkbox {
        font-size: 1.6vh;
        padding-left: 28px;
    }

    .custom-checkbox .checkmark {
        height: 18px;
        width: 18px;
        border-radius: 5px;
    }

    .custom-checkbox .checkmark:after {
        left: 5px;
        top: 1px;
        width: 4px;
        height: 9px;
    }
}