/* Viachrono compatibility fixes for Porto 5.1 / Magento 2.4.8-p5. */

/* Keep the quantity selector inside its own 104px column. */
.catalog-product-view .product-info-main .fieldset > .field.qty,
.catalog-product-view .product-info-main .nested.options-list > .field.qty {
    flex: 0 0 104px;
    width: 104px;
}

.catalog-product-view .product-info-main .qty.field .control,
.catalog-product-view .product-info-main .qty.field .qty-changer {
    margin-left: 0;
}

.catalog-product-view .product-info-main .qty.field .control {
    width: 104px;
}

.catalog-product-view .product-info-main .qty.field .qty-changer > a:first-child {
    right: 0;
}

.catalog-product-view .product-add-form .box-tocart .fieldset {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.catalog-product-view .product-add-form .box-tocart .field.qty,
.catalog-product-view .product-add-form .box-tocart .actions {
    margin: 0;
}

/* Compact and align the delivery/returns benefits in the product sidebar. */
.catalog-product-view .sidebar .custom-block.custom-block-1 {
    margin-top: 0;
    overflow: hidden;
    border: 1px solid #dae2e6;
    border-radius: 2px;
}

.catalog-product-view .sidebar .custom-block-1 > div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    min-height: 0;
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid #dae2e6;
}

.catalog-product-view .sidebar .custom-block-1 > div:last-child {
    border-bottom: 0;
}

.catalog-product-view .sidebar .custom-block-1 > div > em {
    grid-row: 1 / span 2;
    align-self: center;
    float: none;
    font-size: 26px;
    line-height: 1;
    color: #6b7a83;
}

.catalog-product-view .sidebar .custom-block-1 > div h3,
.catalog-product-view .sidebar .custom-block-1 > div p {
    grid-column: 2;
    margin: 0;
    text-align: left;
}

.catalog-product-view .sidebar .custom-block-1 > div h3 {
    font-size: 14px;
    line-height: 1.4;
}

.catalog-product-view .sidebar .custom-block-1 > div p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .catalog-product-view .product-add-form .box-tocart .fieldset {
        align-items: flex-start;
    }

    .catalog-product-view .sidebar .custom-block-1 > div {
        padding: 15px;
    }
}

/* Official ANPC online SAL pictogram in the footer. */
.page-footer .consumer-protection-badge {
    max-width: 289px;
    margin-top: 12px;
    padding: 0 !important;
}

.page-footer .consumer-protection-badge a,
.page-footer .consumer-protection-badge img {
    display: block;
}

.page-footer .consumer-protection-badge img {
    width: 100%;
    max-width: 289px;
    height: auto;
}

.page-footer .consumer-protection-text-link {
    margin-top: 8px;
}
