.section-wrapper.product-section__section.global-section-style {
    background: #537856;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 0 0 50px 50px;
}

.product-section__product-items-modal {
    display: none;
}
.product-section__content-wrapper {
    display: grid
;
    grid-template-columns: calc(40% - 50px) calc(60% - 50px);
    gap: 100px;
}

.product-section__instruction-wrapper {
    height: fit-content;
    padding: 50px;
    border-radius: 20px;
    background: rgba(13, 52, 50, 0.54);
    backdrop-filter: blur(10.050000190734863px);
}

.product-section__instruction-header p {
    margin: 0;
}
.product-section__instruction-header {
    font-size: 25px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
.product-section__instruction-header strong {
    padding: 1px 10px;
    border-radius: 10px;
    background-color: #FFC;
    color: #0B625E;
}
.punkt-value p {
    margin: 0;
}
.punkt-value {
    color: white;
}
.punkt-value strong {
    font-weight: 700;
    color: #FFC
}
.punkt-value a {
    color: #FFC;
}
.product-section__instruction-item {
    display: grid
;
    grid-template-columns: 30px 1fr;
    gap: 20px;
}
.punkt-number {
    width: 35px;
    height: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #ffffcc;
    font-weight: 700;
    color: #0b625e;
}
.product-section__instruction-item {
    margin-top: 20px;
}

.product-section__product-category, .product-section__forbidden-products {
    width: 100px;
}
.item-single-image {
    display: flex
;
    padding: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.item-single-wrapper {
    position: relative;
}
span.count {
    height: 30px;
    width: 30px;
    position: absolute;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #ffffcc;
    border-radius: 5px;
    font-weight: 900;
    color: #0b625e;
    top: -5px;
    right: -5px;
}
.item-single-wrapper {
    border-radius: 10px;
    background: #2d5342;
    height: 120px;
}
.product-section__product-controls {
    display: flex
;
width: 100%;
}
.product-section__product-controls button {
    border: 2px solid #ffffcc;
    background-color: transparent;
    color: #ffffcc;
    font-weight: 900;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.product-section__product-controls button:hover {
    background-color: #ffffcc;
    color: #0b625e;
    outline: none;
    border: 2px solid #ffffcc;
}

.product-section__product-controls button.minus {
    border-radius: 0 0 0 10px;
}
.product-section__product-controls button.plus {
    border-radius: 0 0 10px 0;
}

.product-section__product-category h3 {
    margin: 0;
    text-align: center;
    color: #FFC;
    font-size: 14px;
    margin-top: 5px;
    word-break:keep-all;
    hyphens: always;   
    text-align: center;
}
.product-section__main-product-wrapper {
    position: relative;
}
.danegr-info {
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: white;
    font-weight: 600;
}
.item-single-wrapper.forbidden-product {
    background: #d10000;
}
.item-single-wrapper {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
/* 
.product-section__stages {
    max-width: 400px;
    margin: auto;
    margin-top: 170px;
    text-align: center;
} */

.product-section__stages img {
    width: 400px;
}

.product-section__stages > *:not(:first-child) {
    display: none;
}

.product-section__stage {
    text-align: center;
    margin-top: 200px;
}
.sum-of-money {
    display: flex
;
    gap: 6px;
    color: #ffffcc;
    font-size: 20px;
    align-items: center;
    font-weight: 600;
    justify-content: center;
}
button.button-proceed {
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 10px;
    background: #ffffcc;
    font-weight: 600;
    color: #0b625e;
    outline: none;
    border: none;
    margin: auto;
    margin-top: 10px;
}
button.button-proceed:disabled {
    opacity: 0.67;
    cursor: not-allowed;
}

button.button-proceed:not(:disabled) {
    cursor: pointer;
}

button.button-proceed:not(:disabled):hover {
    background-color: #0B625E;
    color: #FFC;
}

button.button-proceed:not(:disabled):hover svg path {
    fill: #FFC;
}

.product-section__form-wrapper-outer {
    position: fixed;
    left: 0;
    top: 0;
    background: #00000059;
    width: 100%;
    height: 100%;
    left: 100%;
    z-index: 50;
    display: flex    ;
    justify-content: end;
}

.product-section__form-wrapper-inner {
    height: 100%;
    width: 100%;
    display: flex
;
    justify-content: end;
    padding: 50px;
    padding-top: 150px;
    background-color: #2d5342;
    width: fit-content;
    max-width: 400px;
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
.form-group input, .form-group select {
    border: 2px solid #FFC !important;
    background: transparent;
    padding: 10px 15px !important;
    border-radius: 0 !important;
    color: #FFC !important;
    outline: none;
    width: 100% ;
}
.form-group input:focus, .form-group select:focus {
    background-color: #FFC;
    color: #0b625e !important;
    font-weight: 600;
}
.form-group input::placeholder, .form-group select::placeholder {
    color: rgba(255, 255, 204, 0.63);
}
.form-group input:focus::placeholder, .form-group select:focus::placeholder {
    color: #0b625eb6 !important;
}

.back-btn {
    border: 1px solid #FFC;
    padding: 10px 15px;
    border-radius: 0;
    background-color: transparent;
    color: #FFC;
    margin-bottom: 30px;
    cursor: pointer;
}
.back-btn:hover {
    background-color: #FFC;
    border: 1px solid #FFC;
    color: #0B625E;
}
.product-section__form-container {
    width: 100%;
}

.form-group.payment-options {
    display: flex
;
}
.form-group.payment-options > button {
    border: none;
    border: 2px solid #ffc;
    background-color: transparent;
    color: #ffc;
    cursor: pointer;
}
.form-group.payment-options > button:first-child {
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #ffc;
}
.form-group.payment-options > button:last-child {
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #ffc;
}
.form-group.payment-options > button.checked {
    background-color: #FFC;
    color: #0b625e;
    font-weight: 600;
}
button.submit-btn {
    width: 100%;
    padding: 15px 30px;
    background: #ffc;
    border-radius: 10px;
    font-weight: 700;
    color: #0b6285;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}


.product-section__product-items-modal.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000057;
    z-index: 30;
    justify-content: center;
    align-items: center;
}

.product-section__product-items-modal-wrapper {
    padding: 30px;
    background: white;
    border-radius: 10px;
    max-width: 600px;
}
.modal-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-section__product-item {
    padding: 15px;
    border: 2px solid #0B625E;
    border-radius: 5px;
}
.product-section__product-item h4 {
    margin: 0;
    font-size: 14px;
}
.modal-header h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    color: #0B625E;
}
input.product-search {
    width: 100%;
    border: 2px solid #0B625E !important;
    border-radius: 0 !important;
    color: #0B625E;
    font-weight: 600;
    padding: 10px !important;
}
input.product-search::placeholder {
    color: #0b625eb1;
}
.modal-header {
    margin-bottom: 20px;
}
button.close-modal {
    float: right;
    border: 2px solid #0b6268;
    background: transparent;
    font-weight: 600;
    color: #0b6268;
    cursor: pointer;
}

button.close-modal:hover {
    background: #0b6268;
    color: white;
    border: 2px solid #0b6268;
}


.form-group label {
    margin-bottom: 5px;
    display: block;
    color: #ffffcc;
}

div#locker-form .form-group:first-child {
    margin: 0;
}
div#locker-form .form-group:first-child input {
    border-bottom: none !important;
}

@media screen and (max-width: 1600px){
    .product-section__content-wrapper {
    gap: 50px;
}
.product-section__instruction-wrapper {
    padding: 25px;
}
.product-section__instruction-header {
    font-size: 20px;
    font-weight: 500;
}
.punkt-value {
    font-size: 14px;
}
.product-section__stages img {
    width: 300px;
}
.punkt-number {
    height: 30px;
    width: 30px;
}
.product-section__instruction-item {
    display: grid
;
    grid-template-columns: 30px 1fr;
    gap: 10px;
}

.product-section__product-controls button {
    font-size: 14px;
    height: 30px;
    font-weight: 400;
}
.product-section__product-category h3 {
    font-size: 14px;
}
}

@media screen and (max-width: 1200px){
    .product-section__content-wrapper {
    grid-template-columns: 1fr;
    
}

.product-section__form-wrapper-inner {

    padding: var(--global-padding);
    padding-top: 50px;
}

}
@media screen and (max-width: 700px){
    .product-section__stage {
        margin-top: 20px;
    }
    .product-section__product-category, .product-section__forbidden-products.modal {
        width: 100%;
    }
    .product-section__products {
        padding: 0;
    }
    .product-section__instruction-wrapper {
    margin-left: calc(-1 * var(--global-padding));
    margin-right: calc(-1 * var(--global-padding));
    border-radius: 0;
    background-color: transparent;
}
}

.product-section__instruction-wrapper.thanks-list {
    background-color: #0B625E;
    margin-top: 50px;
}

@media screen and (max-width: 700px){
    .product-section__instruction-wrapper.thanks-list {
        margin-top: 0;
    }
}

.item-single-wrapper {
    cursor: pointer;
}

span.item-single-image-overlay {
    color: #ffffcc;
    font-size: 12px;
    position: absolute;
    bottom: 0;
}
.item-single-image {
    position: relative;
}
.product-section__product-item {
    text-align: center;
}
@media screen and (max-width: 1200px){
    .modal-header h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #0B625E;
}
.product-section__product-items-modal-wrapper {
    padding: var(--global-padding);
    background: white;
    border-radius: 10px;
    max-width: calc(100% - var(--global-padding) * 2);
}
.product-section__product-item h4 {
    font-size: 12px;
}
}


.modal-products-wrapper-scroll {
    max-height: 60vh;
    overflow-y: auto;
}

@media screen and (max-width: 700px){
    .product-section__product-item img {
        width: 40px;
    }
    .product-section__product-item {
    padding: 8px;
    border: 1px solid #0B625E;
    border-radius: 5px;
}
.modal-products-wrapper {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}
button.close-modal {
    font-size: 12px;
    margin-bottom: 10px;
}
input.product-search {
    width: 100%;
    font-size: 14px;
    border: 1px solid #0B625E !important;
    border-radius: 0 !important;
    color: #0B625E;
    font-weight: 500;
    padding: 8px !important;
}
}
span.validation-info {
    margin-top: 5px;
    display: block;
    color: #ff6060;
}
button.submit-btn[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Custom checkbox styles */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #FFC;
    border-radius: 3px;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #0B625E;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.privacy-policy a {
    color: #FFC;
    text-decoration: underline;
}

.privacy-policy a:hover {
    text-decoration: none;
}

.product-section__product-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

button.payment-btn.bank-transfer[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

button#openMapBtn {
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    background: #ffffcc;
    border: none;
    cursor: pointer;
}

.product-section__form-container {
    overflow-y: auto;
}