/* Wrapper */
.weight-per-piece-wrapper {
    margin-top: 7px;
	margin-bottom: 12px;
	height: 40px;
	}

/* Label */
.weight-per-piece-wrapper label {
    display: block;
    font-family: inherit;
    font-weight: 600 !important;
    color: #ffff;
    margin-bottom: 12px;
}

/* Select field */
.weight-per-piece-wrapper select {
	font-size: 16px !important;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: 1.5px solid #E4C2C2;
    border-radius: 25px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Dropdown arrow (custom) */
.weight-per-piece-wrapper {
    position: relative;
}

.weight-per-piece-wrapper::after {
    content: "⌄";
    position: absolute;
    right: 33px;
    top: 7px;
    font-size: 18px;
    color: #666;
    pointer-events: none;
}


/* Disabled */
.weight-per-piece-wrapper select:disabled {
    background: #f7f7f7;
    cursor: not-allowed;
}
/* Weight per piece – single line layout */
.weight-per-piece-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Label */
.weight-per-piece-wrapper label {
    margin: 0;
    font-size: 15px;
    font-weight: 600 !important;
    color: #000;
    white-space: nowrap;
}

/* Dropdown */
/* .weight-per-piece-wrapper select { */
    flex: 1;
	height: 40px!important;
    }


/* Minimum order note */
.min-order-note {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000 !important;
	text-align: center;
}

/* Make sure variations form stacks correctly */
.single-product form.variations_form {
    display: flex;
    flex-direction: column;
}
