.gudaima-wholesale-order {
	box-sizing: border-box;
	width: min(100% - 32px, 1180px);
	margin: 2rem auto 8rem;
	color: #181318;
}

.gudaima-wholesale-order *,
.gudaima-wholesale-order *::before,
.gudaima-wholesale-order *::after {
	box-sizing: border-box;
}

.gudaima-wholesale-order__hero {
	margin-bottom: 1.2rem;
	padding: clamp(1.25rem, 4vw, 2.2rem);
	border-radius: 24px;
	background: linear-gradient(130deg, #171217 0%, #35202d 100%);
	color: #fff;
}

.gudaima-wholesale-order__hero span {
	color: #ff3aa0;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.gudaima-wholesale-order__hero h1 {
	max-width: 760px;
	margin: 0.4rem 0 0.65rem;
	color: #fff;
	font-size: clamp(1.7rem, 4vw, 3.1rem);
	line-height: 1.02;
}

.gudaima-wholesale-order__hero p {
	max-width: 760px;
	margin: 0;
	color: #eadfe6;
	font-size: 0.95rem;
	line-height: 1.55;
}

.gudaima-wholesale-order__search {
	display: grid;
	grid-template-columns: minmax(250px, 1.5fr) minmax(180px, 0.8fr) auto;
	align-items: end;
	gap: 0.8rem;
	padding: 1rem;
	border: 1px solid #e8dce3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(38, 18, 30, 0.06);
}

.gudaima-wholesale-order__search label span {
	display: block;
	margin-bottom: 0.35rem;
	color: #5c5057;
	font-size: 0.72rem;
	font-weight: 850;
}

.gudaima-wholesale-order__search input,
.gudaima-wholesale-order__search select {
	width: 100%;
	min-height: 46px;
	padding: 0.65rem 0.8rem;
	border: 1px solid #d9ccd4;
	border-radius: 11px;
	background: #fff;
	color: #181318;
	font: inherit;
}

.gudaima-wholesale-order__search button,
.gudaima-wholesale-order__selection button {
	min-height: 46px;
	padding: 0.72rem 1.2rem;
	border: 0;
	border-radius: 11px;
	background: #d70a79;
	color: #fff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.gudaima-wholesale-order__status {
	min-height: 38px;
	padding: 0.85rem 0.15rem 0.45rem;
	color: #665a61;
	font-size: 0.8rem;
	font-weight: 750;
}

.gudaima-wholesale-order__status.is-error {
	color: #a22235;
}

.gudaima-wholesale-order__results {
	display: grid;
	gap: 0.8rem;
}

.gudaima-quick-order-product {
	border: 1px solid #e6d9e1;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(39, 17, 31, 0.05);
	overflow: hidden;
}

.gudaima-quick-order-product summary {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.9rem;
	padding: 0.8rem 1rem;
	list-style: none;
	cursor: pointer;
}

.gudaima-quick-order-product summary::-webkit-details-marker {
	display: none;
}

.gudaima-quick-order-product summary img {
	width: 72px;
	height: 90px;
	border-radius: 10px;
	object-fit: cover;
	background: #f3edf0;
}

.gudaima-quick-order-product summary strong,
.gudaima-quick-order-product summary span,
.gudaima-quick-order-product summary small {
	display: block;
}

.gudaima-quick-order-product summary strong {
	font-size: 1rem;
}

.gudaima-quick-order-product summary span,
.gudaima-quick-order-product summary small {
	margin-top: 0.18rem;
	color: #766970;
	font-size: 0.72rem;
}

.gudaima-quick-order-product__chevron {
	color: #d70a79 !important;
	font-size: 1.4rem !important;
	transition: transform 150ms ease;
}

.gudaima-quick-order-product details[open] .gudaima-quick-order-product__chevron {
	transform: rotate(180deg);
}

.gudaima-quick-order-product__rows {
	border-top: 1px solid #eee5ea;
}

.gudaima-quick-order-row {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.8rem;
	min-height: 88px;
	padding: 0.65rem 1rem;
	border-bottom: 1px solid #f1e9ed;
}

.gudaima-quick-order-row > img {
	width: 56px;
	height: 70px;
	border-radius: 8px;
	object-fit: cover;
	background: #f3edf0;
}

.gudaima-quick-order-row__name > strong {
	display: block;
	font-size: 0.84rem;
}

.gudaima-quick-order-row__name > span {
	display: block;
	margin-top: 0.15rem;
	color: #82747c;
	font-size: 0.68rem;
}

.gudaima-quick-order-row__name small {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 0.7rem;
	margin-top: 0.32rem;
	color: #5f535a;
	font-size: 0.69rem;
}

.gudaima-quick-order-row__name small strong {
	color: #d70a79;
}

.gudaima-quick-order-row__quantity {
	display: grid;
	grid-template-columns: 36px 48px 36px;
	align-items: stretch;
	height: 40px;
	border: 1px solid #d8cbd3;
	border-radius: 10px;
	overflow: hidden;
}

.gudaima-quick-order-row__quantity button,
.gudaima-quick-order-row__quantity input {
	min-width: 0;
	border: 0;
	background: #fff;
	color: #181318;
	font: inherit;
	font-weight: 850;
	text-align: center;
}

.gudaima-quick-order-row__quantity button {
	background: #f8f3f6;
	font-size: 1rem;
	cursor: pointer;
}

.gudaima-quick-order-row__quantity input {
	width: 48px;
	border-right: 1px solid #e6dbe1;
	border-left: 1px solid #e6dbe1;
	appearance: textfield;
}

.gudaima-quick-order-row__quantity input::-webkit-outer-spin-button,
.gudaima-quick-order-row__quantity input::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.gudaima-quick-order-product__link {
	display: inline-block;
	margin: 0.7rem 1rem 0.8rem;
	color: #6d5f67;
	font-size: 0.72rem;
	font-weight: 800;
}

.gudaima-wholesale-order__selection {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99940;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding: 0.8rem max(1rem, env(safe-area-inset-right)) calc(0.8rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
	border-top: 1px solid #e6d9e1;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 -12px 35px rgba(28, 14, 22, 0.12);
	backdrop-filter: blur(12px);
}

.gudaima-wholesale-order__selection[hidden] {
	display: none;
}

.gudaima-wholesale-order__selection strong,
.gudaima-wholesale-order__selection small {
	display: block;
}

.gudaima-wholesale-order__selection small {
	margin-top: 0.15rem;
	color: #756971;
	font-size: 0.7rem;
}

@media (max-width: 720px) {
	.gudaima-wholesale-order {
		width: min(100% - 20px, 1180px);
		margin-top: 1rem;
	}

	.gudaima-wholesale-order__hero {
		border-radius: 18px;
	}

	.gudaima-wholesale-order__search {
		grid-template-columns: 1fr;
		padding: 0.85rem;
		border-radius: 15px;
	}

	.gudaima-wholesale-order__search button {
		width: 100%;
	}

	.gudaima-quick-order-product summary {
		grid-template-columns: 58px minmax(0, 1fr) auto;
		padding: 0.65rem 0.75rem;
	}

	.gudaima-quick-order-product summary img {
		width: 58px;
		height: 72px;
	}

	.gudaima-quick-order-row {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 0.6rem;
		padding: 0.6rem 0.7rem;
	}

	.gudaima-quick-order-row > img {
		width: 46px;
		height: 58px;
	}

	.gudaima-quick-order-row__quantity {
		grid-column: 1 / -1;
		grid-template-columns: 42px minmax(58px, 1fr) 42px;
		width: 100%;
	}

	.gudaima-quick-order-row__quantity input {
		width: 100%;
	}

	.gudaima-wholesale-order__selection {
		justify-content: space-between;
		gap: 0.7rem;
	}

	.gudaima-wholesale-order__selection small {
		display: none;
	}

	.gudaima-wholesale-order__selection button {
		max-width: 58%;
		font-size: 0.76rem;
	}
}
