.full-width-product {
    width: 100%;
    padding: 100px 5%;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e5e9;
    position: relative;
    overflow: hidden;
}

.full-width-product:nth-child(odd) {
    background-color: #ffffff;
}

.full-width-product:nth-child(even) {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.product-container {
    position: relative;
    z-index: 5;
    display: block;
    color: #2b3036;
    max-width: 1000px;
    margin: 0 auto;
}

.abs-img-left {
    position: absolute;
    top: 10%;
    left: 0;
    margin-left: -5%;
    width: 450px;
    max-width: 35vw;
    z-index: 1;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.1));
    pointer-events: none;
}

.abs-img-right {
    position: absolute;
    bottom: 10%;
    right: 0;
    margin-right: -5%;
    width: 450px;
    max-width: 35vw;
    z-index: 1;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.1));
    pointer-events: none;
}

.product-text h2 {
    margin-top: 0;
    font-size: 2.4rem;
    color: #111827;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 15px;
}

.product-text h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #3b82f6;
    border-radius: 2px;
}

.product-text h4 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.25rem;
    color: #374151;
    font-weight: 600;
}

.product-text p {
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1.05rem;
    color: #4b5563;
    position: relative;
    z-index: 5;
}

.product-text ul {
    margin-bottom: 25px;
    padding-left: 0;
    list-style: none;
    position: relative;
    z-index: 5;
}

.product-text ul li {
    position: relative;
    line-height: 1.8;
    padding-left: 25px;
    font-size: 1.05rem;
    color: #4b5563;
}

.product-text ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #516774;
    font-size: 1.5rem;
    line-height: 1;
    top: 2px;
}

.product-inline-gallery {
    float: right;
    width: 420px;
    max-width: 45%;
    margin-left: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

@media (max-width: 1200px) {

    .abs-img-left,
    .abs-img-right {
        opacity: 0.15;
    }
}

@media (max-width: 768px) {
    .full-width-product {
        padding: 40px 4%;
    }

    .abs-img-left,
    .abs-img-right {
        display: none;
    }

    .product-inline-gallery,
    .product-text > div[style*="float: right"],
    .product-text > div[style*="float:right"] {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .product-text p[style*="font-size: 20px"],
    .product-text p[style*="font-size:20px"] {
        font-size: 1rem !important;
    }

    .product-text h1,
    .product-text h2 {
        font-size: 1.75rem;
    }

    .product-text h4 {
        font-size: 1.1rem;
        margin-top: 25px;
    }

    .product-text p,
    .product-text ul li {
        font-size: 1rem;
    }

    .gallery-main {
        height: 280px;
    }

    .gallery-arrow {
        opacity: 1;
        padding: 8px 12px;
        font-size: 1.2rem;
    }

    .contact-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    .product-table {
        display: block;
        width: 100%;
        overflow: visible;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .product-table thead,
    .product-table tr.table-header-row {
        display: none;
    }

    .product-table tbody,
    .product-table tfoot {
        display: block;
    }

    .product-table tr.table-section-title {
        display: block;
        background: #f2f2f2;
        border: 1px solid #e1e5e9;
        border-bottom: none;
        border-radius: 8px 8px 0 0;
        margin-top: 20px;
        margin-bottom: 0;
        padding: 0;
        box-shadow: none;
    }

    .product-table tr.table-section-title:first-child {
        margin-top: 0;
    }

    .product-table tr.table-section-title th {
        display: block;
        text-align: center;
        font-size: 1.05em;
        padding: 12px 14px;
        border: none;
        background: transparent;
        white-space: normal;
    }

    .product-table tr.table-section-title + tr:not(.table-header-row):not(.table-section-title),
    .product-table tr.table-section-title + tr.table-header-row + tr {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: -1px;
    }

    .product-table tr {
        display: block;
        background: #fff;
        border: 1px solid #e1e5e9;
        border-radius: 8px;
        margin-bottom: 12px;
        padding: 4px 14px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    }

    .product-table tr:hover td {
        background-color: transparent;
    }

    .product-table td {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
        text-align: left;
        white-space: normal;
        word-break: break-word;
        line-height: 1.5;
    }

    .product-table td:last-child {
        border-bottom: none;
    }

    .product-table td[data-label]::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        color: #374151;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        margin-bottom: 4px;
    }

    .product-table td.table-note {
        border-bottom: none;
        padding: 10px 0;
        font-style: italic;
        color: #6b7280;
        font-size: 0.9rem;
    }

    .product-table td.table-note::before {
        display: none;
    }
}

.contact-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    z-index: 10;
}

.btn-call {
    background-color: #4a90e2;
    color: #fff;
    border: 2px solid #4a90e2;
}

.btn-call:hover {
    background-color: #357abd;
    border-color: #357abd;
    transform: translateY(-2px);
}

.btn-whatsapp {
    background-color: #48bb78;
    color: #fff;
    border: 2px solid #48bb78;
}

.btn-whatsapp:hover {
    background-color: #38a169;
    border-color: #38a169;
    transform: translateY(-2px);
}

.btn-email {
    background-color: transparent;
    color: #6b7280;
    border: 2px solid #d1d5db;
}

.btn-email:hover {
    background-color: #f3f4f6;
    border-color: #9ca3af;
    transform: translateY(-2px);
}

.btn-contact {
    background-color: transparent;
    color: #4b5563;
    border: 2px solid #9ca3af;
}

.btn-contact:hover {
    background-color: #e5e7eb;
    border-color: #6b7280;
    transform: translateY(-2px);
}

.gallery-container {
    margin-top: 35px;
    margin-bottom: 30px;
    width: 100%;
}

.gallery-main {
    width: 100%;
    height: 450px;
    background-color: transparent;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.gallery-main img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.gallery-thumbnails {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.gallery-thumb {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}

.gallery-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gallery-thumb.active {
    border-color: #333;
    opacity: 1;
}

.gallery-thumb:hover {
    opacity: 1;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    border-radius: 4px;
    font-size: 1.5rem;
    transition: opacity 0.3s, background 0.2s;
    opacity: 0;
}

.gallery-container:hover .gallery-arrow {
    opacity: 1;
}

.gallery-arrow.arrow-left {
    left: 10px;
}

.gallery-arrow.arrow-right {
    right: 10px;
}

.gallery-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}



.product-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    font-size: 1.05rem;
    color: #4b5563;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.product-table th,
.product-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e5e9;
}

.product-table th {
    background-color: #f8fafc;
    font-weight: 600;
    color: #374151;
}

.product-table tr:last-child td {
    border-bottom: none;
}

.product-table tr {
    transition: background-color 0.2s ease;
}

.product-table tr:hover td {
    background-color: #e2e8f0;
}