body.single-product .woocommerce-product-gallery__image img {
    max-height: 420px;
    object-fit: contain;
}

body.single-product .cws-product-cro-micro,
body.single-product .cws-product-cro-trust {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.single-product .cws-product-cro-micro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 12px;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.35;
}

body.single-product .cws-product-cro-micro li::before {
    content: "✓";
    margin-right: 6px;
    color: #16a34a;
    font-weight: 800;
}

body.single-product .cws-product-cro-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.86rem;
    line-height: 1.3;
}

body.single-product .cws-product-cro-trust li {
    display: flex;
    align-items: center;
    gap: 6px;
}

body.single-product .summary.entry-summary .single_add_to_cart_button {
    min-height: 52px;
    border-color: #f97316 !important;
    background: #f97316 !important;
    color: #ffffff !important;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(249, 115, 22, 0.22);
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.single-product .summary.entry-summary .single_add_to_cart_button:hover,
body.single-product .summary.entry-summary .single_add_to_cart_button:focus-visible {
    border-color: #ea580c !important;
    background: #ea580c !important;
    box-shadow: 0 10px 22px rgba(234, 88, 12, 0.28);
}

body.single-product .summary.entry-summary .single_add_to_cart_button:focus-visible {
    outline: 3px solid rgba(249, 115, 22, 0.35);
    outline-offset: 3px;
}

body.single-product .summary.entry-summary .single_add_to_cart_button.loading {
    cursor: wait;
    opacity: 0.72;
}

body.single-product .summary.entry-summary .woocommerce-variation-price .price {
    color: #0f172a;
    font-size: clamp(1.75rem, 2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.1;
}

body.single-product .cws-cookie-consent__banner {
    top: 12px;
    right: 12px;
    bottom: auto;
    left: auto;
    width: min(360px, calc(100% - 24px));
    max-height: 42vh;
    overflow-y: auto;
}

@media (max-width: 782px) {
    body.single-product .woocommerce-product-gallery__image img {
        max-height: 260px;
    }

    body.single-product .woocommerce-product-gallery {
        margin-bottom: 4px;
    }

    body.single-product .cws-product-cro-micro,
    body.single-product .cws-product-cro-trust {
        grid-template-columns: 1fr;
    }

    body.single-product .summary.entry-summary .single_add_to_cart_button {
        position: sticky;
        bottom: 12px;
        z-index: 3;
    }

    body.single-product .cws-cookie-consent__banner {
        top: 12px;
        right: 12px;
        left: 12px;
        width: auto;
        max-height: 38vh;
    }
}
