/*!/wp-content/plugins/load-more-content/load-more-content.css*/

:root {
    --primary-color: #007AF3;
}

body {
    background: #F2F2F2;
    margin: 0;
    font-family: 'Poppins';
}

a {
    color: #444444;
}

ul {
   list-style-type: none; 
   margin: 0;
   padding: 0;
}

section {
    padding: 1em 1em;
}

.hero {
    text-align: center;
}

.left-col .subhead {
    text-transform: uppercase;
    font-weight: bold;
    color: gray;
    letter-spacing: .3em;
}

.left-col h1 {
    font-size: 2.5em;
    line-height: 1.3em;
    margin-top: .2em;
}

.left-col .primary-cta {
    background: #24262b;
    color: #fff;
    padding: .75em 1.625em;
    font-size: 1.75em;
    min-height: 20px;
    line-height: 20px;
    border: 2px solid #24262b;
    font-family: -apple-system, BlinkMacSystemFont, "proxima_nova", Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    display: inline-block;
}

.hero-img {
    width: 70%;
    margin-top: 3em;
}

@media only screen and (min-width: 1080px) {
    .container {
        width: 1080px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        text-align: left;
        gap: 2em;
    }

    .left-col {
        flex: 2;
        margin: 3em 1em 0 1em;
    }

    .right-col {
        flex: 1;
    }

    section {
        padding: 2em 4em;
    }
}

.product-details {
    font-weight: bold;
    color: #86ac80;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    border-top: 2px dashed #9AA8B7;
    border-bottom: 2px dashed #7E848A;
    padding: 0.5em 0;
}

.right-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

.product-thumbnail {
    width: 35%;
    margin: 0.5em 0;
    border-radius: 15px;
    overflow: hidden;
}

.product-pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
}

.promo-price {
    color: #86ac80;
    font-size: 1.3em;
    margin-right: 0.5em;
}

.old-price {
    text-decoration: line-through;
    color: #888;
}

.shipping-info {
    margin: 0.5em 0;
    color: #444;
    font-size: 0.9em;
}

.buy-now-btn {
    background: #dbdeff;
    color: white;
    text-decoration: none;
    padding: 0.5em 1em;
    font-size: 1.2em;
    border-radius: 5em;
    font-weight: bold;
    display: inline-block;
    margin-top: 0.5em;
}

.custom-product-description {
    margin: 5px auto;
    max-width: 50%;
    padding: 30px;
    background-color: #fdfbfb;
    border: 2px dashed #ddd;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .custom-product-description {
        max-width: 95%;
        padding: 10px;
    }
}

.custom-product-description h1,
.custom-product-description h2,
.custom-product-description h3,
.custom-product-description h4,
.custom-product-description h5,
.custom-product-description h6 {
    color: #333;
}

.custom-product-description p {
    margin-bottom: 15px;
}

.custom-product-description a {
    color: #007aff;
    text-decoration: none;
}

.custom-product-description a:hover {
    text-decoration: underline;
}

.custom-product-description ul,
.custom-product-description ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.custom-product-description li {
    margin-bottom: 10px;
}

.sprw-template-one #comments .sprw-list-img-wrap {
    display: none;
}

/* Nowe style do ukrycia duplikatu gwiazdek */
.custom-product-description .sprw-template-one #respond .stars:nth-of-type(2) {
    display: none;
}

/* Style dla sekcji wprowadzającej do recenzji */
.review-introduction {
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.review-introduction h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
}

.review-introduction p {
    font-size: 1em;
    line-height: 1.5;
    color: #666;
}

/* Dodatkowe style dla formularza recenzji */
.custom-product-description #respond {
    margin-top: 20px;
}

.custom-product-description #respond .comment-reply-title {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 15px;
}

.custom-product-description #respond .comment-form-rating label {
    font-weight: bold;
}

.custom-product-description #respond .stars a {
    color: #ffd700;
}

.custom-product-description #respond .comment-form-comment label {
    display: block;
    margin-bottom: 5px;
}

.custom-product-description #respond textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.custom-product-description #respond .form-submit input[type="submit"] {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-product-description #respond .form-submit input[type="submit"]:hover {
    background-color: #555;
}

/* Dodatkowe style dla poprawy wyglądu formularza recenzji */
.custom-product-description .sprw-review-form-wrapper {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.custom-product-description .sprw-review-form-wrapper .sprw-review-form-button {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-block;
    margin-bottom: 15px;
}

.custom-product-description .sprw-review-form-wrapper .sprw-review-form-button:hover {
    background-color: #555;
}

.custom-product-description .sprw-review-form-wrapper .sprw-forms-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.custom-product-description .sprw-review-form-wrapper .sprw-input-wrap {
    margin-bottom: 15px;
}

.custom-product-description .sprw-review-form-wrapper .sprw-input-wrap label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-product-description .sprw-review-form-wrapper .sprw-input-wrap input[type="text"],
.custom-product-description .sprw-review-form-wrapper .sprw-input-wrap textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.custom-product-description .sprw-review-form-wrapper .sprw-upload-file {
    margin-top: 15px;
}

.custom-product-description .sprw-review-form-wrapper .sprw-file-uploader {
    border: 2px dashed #ddd;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.custom-product-description .sprw-review-form-wrapper .sprw-file-uploader:hover {
    background-color: #f5f5f5;
}

/* Nowe style dla CTA bannera */
.load-full-version-cta {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}

.load-full-version-cta h2 {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.load-full-version-cta p {
    color: #666;
    margin-bottom: 15px;
}

.load-full-version-btn {
    display: inline-block;
    background-color: #dbdeff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.load-full-version-btn:hover {
    background-color: #555;
}

/* Style dla pełnej wersji opisu produktu */
.full-product-description {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.full-product-description h1 {
    color: #333;
    font-size: 2em;
    margin-bottom: 20px;
}

.full-product-description .product-content {
    line-height: 1.6;
}