@import "../../variables";

.ProductEdit-section {
    & + & {
        margin-top: $offset_main * 2;
    }
}

.ProductEdit-track-status-dropdown {
    width: 140px;
}

.ProductEdit-disc-number-input,
.ProductEdit-disc-track-input {
    width: 40px;
}

.ProductEdit-service-list {
    display: inline-block;
    margin-left: $offset_main;
}

.ProductEdit-prices {
    height: 0;
    position: relative;
    transition: $toggle_transition;
}

/* stylelint-disable selector-class-pattern */
.ProductEdit-prices-type1,
.ProductEdit-prices-type2 {
    height: auto;
}

.ProductEdit-prices-wrapper {
    position: relative;
    width: 100%;
}

.ProductEdit-prices-col {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: $toggle_transition;
    visibility: hidden;
    width: 100%;
}

.ProductEdit-prices-type1 .ProductEdit-prices-col-type1,
.ProductEdit-prices-type2 .ProductEdit-prices-col-type2 {
    opacity: 1;
    visibility: visible;
}
/* stylelint-enable selector-class-pattern */
