/*
Theme Name: Simplo Child
Template: twentytwentyfive
Text Domain: simplo-child
Version: 1.0.0
*/
.single-product {
    padding-top: 150px;
}
.single-product header, .wp-block-breadcrumbs {
    display: none;
}
.wp-block-woocommerce-product-meta {
    display: none;
}
footer, #modal-2 ul li{
    color: lightgray;
}

.woocommerce-checkout header, .page-id-146 header {
    display: none;
}
.woocommerce-checkout .entry-content {
    max-width: 600px;
    padding-top: 60px;
}

/* checkout – jedna kolumna */
.woocommerce-checkout .col2-set,
.woocommerce-checkout .col-1 {
    width: 100% !important;
    max-width: 100% !important;
}


.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
    display: none !important;
}


/* Desktop – 3 w jednej linii */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    gap: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    flex: 1;
    margin-bottom: 0;
}

/* MOBILE – 100% szerokości, jedno pod drugim */
@media (max-width: 768px) {

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        display: block !important;
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100% !important;
        flex: none !important;
        margin-bottom: 16px;
    }

    .woocommerce-checkout input {
        width: 100% !important;
    }
}

.woocommerce-billing-fields h3 {
    display: none !important;
}
/* CF7 – pola text */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    padding: 15px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid lightgray;
}

/* CF7 – label */
.wpcf7 label {
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
}
.wpcf7 label .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px; /* odstęp między opisem a polem */
}

/* CF7 – przycisk */
.wpcf7 input[type="submit"] {
    background: #000;
    color: #fff;
    padding: 20px 40px;
    border: none;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    opacity: 0.85;
}

.wpcf7 {
    max-width: 400px;
/*    padding: 40px;*/
/*    border: 1px solid gray;*/
    margin-top: 60px;
}
.wc-block-store-notices {
    display: none;
}