/*
 * Module GRWEB Code-barres produit
 */
.grbarcode-product-wrapper {
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
    float: none !important;
    margin: 0.85rem 0 0 0 !important;
}

.grbarcode-product-block {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 0.75rem 0.9rem;
    border-left: 3px solid #ff7a00;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    color: #2b2b2b;
    text-align: center;
    line-height: 1.35;
}

.product-actions .grbarcode-product-wrapper,
.product-add-to-cart .grbarcode-product-wrapper,
.product-quantity .grbarcode-product-wrapper,
.product-information .grbarcode-product-wrapper {
    flex-basis: 100% !important;
    width: 100% !important;
    clear: both !important;
}

.grbarcode-product-title {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
}

.grbarcode-product-label {
    font-weight: 700;
    font-size: 0.95rem;
}

.grbarcode-product-type {
    font-weight: 400;
    opacity: 0.75;
    font-size: 0.78rem;
}

.grbarcode-product-visual {
    display: block;
}

.grbarcode-svg {
    display: block;
    width: 240px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.grbarcode-product-value,
.grbarcode-product-empty,
.grbarcode-product-readable {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    font-size: 0.95rem;
}

.grbarcode-product-empty {
    letter-spacing: normal;
    color: #777;
}

@media (max-width: 767px) {
    .grbarcode-product-block {
        width: 100%;
    }

    .grbarcode-svg {
        width: 260px;
    }
}
