.single-product-wrapper {
    padding-top: 20px;
    padding-bottom: 0px;
}

.product-header .product-title {
    font-size: 28px;
    font-weight: 700;
    color: #ED291E;
    margin-bottom: 12px;
}

.product-header .product-subtitle {
    color: #8C94AC;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 28px;
}

.product-gallery-section {
    margin: 30px 0;
    text-align: center;
    height: 450px;
    align-content: center;

}

.product-gallery {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;

}

.product-gallery .swiper {
    width: 100%;
}

.product-gallery .swiper-slide img {
    /* width: 100%; */
    max-height: 400px;
    display: block;
    margin: auto;

}

/* bullets */
.product-gallery-pagination {
    margin-top: 16px;
    text-align: center;
}

.gallery-bullet {
    width: 12px;
    height: 12px;
    background: rgba(160, 6, 6, 0.2);
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.gallery-bullet-active {
    background: #ED291E;
}

.features-container {
    background: #F6F9FF;
    border-radius: 20px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.features-grid.features-3 {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    justify-items: center;
}

.features-grid.features-2 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    justify-items: center;
}

.features-grid.features-1 {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    justify-items: center;
}


.feature-item {
    display: flex;
}

.feature-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    margin: 35px 0px;
}

.feature-icon img {
    max-width: 70px !important;
    margin: 0 auto 10px;
    height: 70px;
}

.feature-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.feature-desc {
    font-size: 14px;
    color: #8C94AC;
}


.product-benefits-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.benefits-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 25px;
    color: #000;
}

.benefits-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.benefits-desc {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
}

.benefits-desc ul {
    padding-left: 18px;
}

.benefits-desc ul li {
    margin-bottom: 15px;
}

.benefits-desc ul li::marker,
.char-desc ul li::marker {
    color: #f61818;
}

.border-top-bottom {
    border-top: 1px solid #e6e9f2;
    border-bottom: 1px solid #e6e9f2;
    padding: 16px 12px;
    margin-top: 16px;
}

.certs-list img {
    max-height: 50px;
    margin-right: 10px;
}

.friendly-print-link {
    text-decoration: none;
    color: #ED291E;
    font-weight: 600;
    font-size: 12px;
}

.friendly-print-link img {
    max-height: 44px;
}

.friendly-print-text {
    display: inline-block;
    vertical-align: middle;
}

.benefits-center-only .benefits-left {
    display: none;
}

.benefits-center-only .benefits-right {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.benefits-center-only .certs-col,
.benefits-center-only .print-col {
    text-align: center !important;
}

.benefits-center-only .certs-list {
    justify-content: center !important;
}

.benefits-center-only .friendly-print-link {
    justify-content: center !important;
}


.char-files-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background 0.5s ease;
    position: relative;
    min-height: 300px;
}

@media (max-width: 991.98px) {
    .char-files-bg {
        background-image: none !important;
        background-color: #F6F9FF;
    }
}

.char-files-tabs-container {
    margin-top: -4px;
    /* σπρώχνει τα tabs πάνω, ώστε το active line να εφάπτεται στο background */
}

.char-files-tabs .char-tab {
    background: transparent;
    border: none;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    position: relative;
}


.char-files-tabs .char-tab.tab-active {
    color: #ED291E;
    font-weight: 700;
}

.char-files-tabs .char-tab.tab-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #f61818;
    border-radius: 6px 6px 0 0;
}

.product-characteristics-grid {
    margin-top: 18px;
}

.characteristic-item {
    padding: 18px;
    box-sizing: border-box;
    min-height: 160px;
}

.characteristic-inner {
    padding: 18px;
    border-radius: 8px;
    height: 100%;
}

.characteristic-inner .char-full-bg {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.char-icon img {
    min-width: 50px !important;
    min-height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    display: block;
    /* margin: 0 auto 12px; */
}

.char-title {
    font-size: 18px;
    font-weight: 700;
    /* color: #ED291E; */
    color: #000;
    margin: 15px 0px 20px 0px;
    text-align: left;
    text-transform: uppercase;
}

.char-desc {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
}

.product-files-grid {
    margin-top: 18px;
}

.file-item {
    padding: 20px;
}

.file-link {
    text-decoration: none;
    color: inherit;
}

.file-icon {
    max-width: 36px;
    display: block;
}

.file-text {
    font-size: 15px;
    font-weight: 600;
    color: #ED291E;
}

.contact-section {
    padding: 80px 0px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 25px;
    border-radius: 30px;
    border: 2px solid #BA1D2B;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    background: linear-gradient(to right, #BA1D2B 50%, #ffffff 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .35s ease-out;
    color: #BA1D2B;
}

.contact-btn:hover {
    background-position: left bottom;
    color: #fff;
}

.related-title {
    color: #ED291E;
    font-weight: 700;
    font-size: 28px;
}

/* CONTACT FORM CODE */

.contact-title-wrapper {
    background-size: cover !important;
    background-position: center !important;
    padding: 100px 0;
    color: #fff;
}


.spc-product input,
.spc-name input,
.spc-fname input,
.spc-mail input,
.spc-phone input,
.spc-company input,
.spc-title input,
.spc-county input,
.spc-message input {
    border: none !important;
    border-radius: 5px !important;
    background-color: #E2E9F2 !important;
}

.form-control {
    border: none !important;
    border-radius: 5px !important;
    background-color: #E2E9F2 !important;
    padding: 10px !important;
}

.spc-product .form-control,
.spc-product input {
    background-color: #f5f5f5 !important;
    pointer-events: none;
    cursor: default;
}

.contact-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.contact-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 65px 10px 25px;
    border-radius: 50px;
    border: 1px solid #BA1D2B;
    font-size: 1rem;
    cursor: pointer;
    color: #BA1D2B;

    background-image:
        url('http://opendemo.gr/toshiba/wp-content/uploads/2025/11/Group-18618.svg'),
        linear-gradient(to right, #BA1D2B 50%, #fff 50%);
    background-repeat: no-repeat, no-repeat;
    background-position: right 28px center, right bottom;
    background-size: 25px, 200% 100%;
    transition: background-position .35s ease-out, color .35s ease-out;
}

.contact-submit input[type="submit"]:hover {
    background-position: right 28px center, left bottom;
    color: #fff;
}

.contact-submit .wpcf7-spinner {
    display: none !important;
}

/* .wpcf7-list-item, */
.contact-checkboxes {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.contact-checkboxes label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #000;
}

.contact-checkboxes input[type="checkbox"] {
    width: 18px;
    height: 18px;
    /* accent-color: #ffffff; */
}

@media (max-width: 992px) {
    .form-control {
        margin-top: 15px;
    }

    .contact-title-wrapper {
        background: #BA1D2B !important;

    }

}

@media (max-width: 768px) {
    .newsletter-box {
        padding: 40px 25px;
        border-radius: 40px;
    }

    .contact-checkboxes {
        gap: 20px;
    }

    .newsletter-input-group input {
        width: 90%;
    }

    .contact-checkboxes {
        justify-content: flex-start;
        gap: 0px;
    }
}

@media (min-width: 1200px) {
    .product-characteristics-grid .characteristic-item {
        border-bottom: 1px solid #e6e9f2;
        border-right: 1px solid #e6e9f2;
    }

    .product-characteristics-grid .characteristic-item:nth-child(3n) {
        border-right: none;
    }

    .product-files-grid .file-item {
        border-bottom: 1px solid transparent;
    }

    .product-files-grid .file-item {
        border-right: 1px solid #e6e9f2;
    }

    .product-files-grid .file-item:nth-child(3n) {
        border-right: none;
    }
}

.product-characteristics-grid .characteristic-item.no-bottom-border {
    border-bottom: none !important;
}

@media (max-width: 991.98px) {
    .feature-item {
        margin-bottom: 8px;
    }

    .product-characteristics-grid .characteristic-item,
    .product-files-grid .file-item {
        border-right: none !important;
        border-bottom: none !important;
    }

    .char-files-tabs {
        gap: 12px;
    }

    .product-gallery {
        max-width: 100%;
    }
}

.single-product-wrapper img {
    max-width: 100%;
    display: block;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.gap-2 {
    gap: 8px;
}

@media (max-width: 991.98px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 ανά γραμμή σε tablets */
    }

    @media (max-width: 575.98px) {
        .features-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {

        .contact-section {
            padding: 50px 15px;
        }

        .contact-row {
            padding: 30px 25px;
        }

        .contact-btn {
            justify-content: center;
        }
    }