.woocommerce .wp-block-woocommerce-product-image-gallery {
    max-width: 100% !important;
}


.product-images ul,
.product-images li {
    display: block;
    margin: 0;
    padding: 0;
}

.product-images img {
    width: 100%;
    margin: 0;
    display: block;
}

@media screen and (max-width: 768px) {
    .product-images ul {
        display: flex;
        gap: 0px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        box-shadow: 0 3px 10px 0 rgba(#000, 0.1);
        -webkit-overflow-scrolling: touch;
        scroll-padding: 1rem;
    }

    .product-images li {
        scroll-snap-align: center;
        flex: 0 0 100%;
        text-align: center;
    }

    .product-images ul::-webkit-scrollbar {
        width: 18px;
        margin: 1rem 0;
    }

    .product-images ul::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px
    }

    .product-images ul::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px;
        border: 6px solid #fff
    }

    .product-images ul::-webkit-scrollbar-thumb:hover {
        background: #555
    }
}






/* === CANISSI — Termék attribútum táblázat === */
.woocommerce-product-attributes.shop_attributes {
    width: 100%;
    max-width: 720px;
    margin: 2rem auto;
    border-collapse: collapse;
    border: none;

}

.woocommerce-product-attributes.shop_attributes tr {
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-product-attributes.shop_attributes tr:last-child {
    border-bottom: none;
}

.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: middle;
    border: none;
    background: transparent;
}

.woocommerce-product-attributes.shop_attributes th {
    width: 40%;
    font-weight: normal !important;
    color: #888;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;

}

.woocommerce-product-attributes.shop_attributes td {
    color: #1a1a1a;
    font-weight: 400;
}

.woocommerce-product-attributes.shop_attributes td p {
    margin: 0;
    padding: 0;
}

.woocommerce-product-attributes.shop_attributes td a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    transition: border-color 0.2s;
}

.woocommerce-product-attributes.shop_attributes td a:hover {
    border-bottom-color: #1a1a1a;
}

/* H2 címek a táblázat fölött */
.wp-block-woocommerce-product-details h2,
h2:has(+ .woocommerce-product-attributes) {

    text-align: center;
    margin: 3rem 0 1.5rem;
    letter-spacing: 0.02em;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* "A termékről" szekció bekezdések igazítása */
.wp-block-woocommerce-product-details {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

.wp-block-woocommerce-product-details p {

    line-height: 1.9;
    margin-bottom: 1.2rem;
    color: #2a2a2a;
}


/* Zebra megszüntetése */
.woocommerce-product-attributes.shop_attributes tr,
.woocommerce-product-attributes.shop_attributes tr:nth-child(even),
.woocommerce-product-attributes.shop_attributes tr:nth-child(odd),
.woocommerce-product-attributes.shop_attributes tr.alt {
    background: transparent !important;
}

.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td {
    background: transparent !important;
}


/* Italic megszüntetése */
.woocommerce-product-attributes.shop_attributes,
.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td,
.woocommerce-product-attributes.shop_attributes td p,
.woocommerce-product-attributes.shop_attributes td a {
    font-style: normal !important;
}