#ar-widget {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
}
#ar-widget .ar-row {
    display: flex;
    flex-wrap: wrap;
    background-color: black;
}
#ar-widget .ar-container {
    max-width: 100%; /* was 1170px */
    margin: 0 auto;
    padding: 0; /* was 0 15px */
}
#ar-widget .ar-col-half {
    width: 100%;
    padding: 0; /* was 0 15px */
}
#ar-widget .section-buttons .nectar-cta:hover .link_text,
#ar-widget .section-buttons .nectar-cta:hover .text {
    color: #844b1f !important;
}
#ar-widget .section-buttons .nectar-cta:hover .link_wrap {
    border-color: #844b1f !important;
}
#ar-widget .section-buttons .nectar-cta:hover .next-arrow polyline {
    stroke: #844b1f !important;
}
#ar-widget .section-buttons .nectar-cta:hover .line {
    background-color: #844b1f !important;
}
#model::part(default-ar-button) {
    display: none;
}
@media (min-width: 768px) {
    #ar-widget model-viewer {
        height: 100% !important;
    }
    #ar-widget .ar-row {
        min-height: 100vh;
    }
    #ar-widget .ar-col-half:first-child,
    #ar-widget .section-image {
        height: 73vh !important;
    }
    #ar-widget .section-buttons,
    #ar-widget .section-text {
        height: 27vh !important;
    }
    .section-buttons {
        order: 3;
    }
    .section-text {
        order: 4;
    }
    .section-image {
        order: 2;
    }
    #ar-widget .ar-col-half {
        width: 50%;
    }
}
