/* Designer top-right toolbar overlap fix */
#product-product .col-sm-3 .btn-group,
#product-product .col-md-3 .btn-group,
.pts-d-container .btn-group,
.pts-product-designer .btn-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: auto !important;
    overflow: visible !important;
}

.pts-d-container .btn-group .btn,
.pts-product-designer .btn-group .btn,
#product-product .btn-group .btn {
    float: none !important;
    position: static !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

.pts-d-container select,
.pts-product-designer select {
    width: auto !important;
    min-width: 82px !important;
    max-width: 95px !important;
}