<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.js-product-controls-wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
}

.js-product-controls-wrapper &gt; div {
    order: 99;
    
}

.param-show {
    animation: 2s param-show forwards ease;
}

@keyframes param-show {
    from {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

.js-store-prod-all-charcs {
    display: none !important;
}</pre></body></html>