/* Page produit unique */
.arospen_product { padding-top: 40px; }

.arospen-product-header {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.arospen-product-image-wrapper { flex: 1; max-width: 50%; }

.arospen-product-main-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0,0,0,.5);
    display: block;
}

.arospen-product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    width: 100%;
}

.arospen-product-details button { align-self: flex-end; }

.arospen-product-ref {
    font-size: 14px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.arospen-product-price {
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin-bottom: 20px;
}