.rfq-wrapper {
	--rfq-primary: #111827;
	--rfq-primary-hover: #020617;
	--rfq-accent: #078dcc;
	--rfq-accent-soft: #eef5fc;
	--rfq-success: #078dcc;
	--rfq-success-soft: #eef5fc;
	--rfq-danger: #dc2626;
	--rfq-danger-soft: #fef2f2;
	--rfq-error: var(--rfq-danger);
	--rfq-warning: #f59e0b;
	--rfq-text: #111827;
	--rfq-muted: #64748b;
	--rfq-soft-text: #94a3b8;
	--rfq-border: #e5e7eb;
	--rfq-border-strong: #cbd5e1;
	--rfq-bg: #ffffff;
	--rfq-soft-bg: #f8fafc;
	--rfq-card-bg: #ffffff;
	--rfq-radius-sm: 8px;
	--rfq-radius-md: 12px;
	--rfq-radius-lg: 18px;
	--rfq-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
	--rfq-shadow-md: 0 12px 32px rgba(15, 23, 42, 0.08);

	position: relative;
	z-index: 2;
	isolation: isolate;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	color: var(--rfq-text);
	font: inherit;
}

.rfq-loop-add-form,
.rfq-loop-options-link {
	--rfq-primary: #111827;
	--rfq-primary-hover: #020617;
	--rfq-accent: #078dcc;
	--rfq-accent-soft: #eef5fc;
	--rfq-danger: #dc2626;
	--rfq-danger-soft: #fef2f2;
	--rfq-text: #111827;
	--rfq-muted: #64748b;
	--rfq-border: #e5e7eb;
	--rfq-border-strong: #cbd5e1;
	--rfq-bg: #ffffff;
	--rfq-soft-bg: #f8fafc;
	--rfq-radius-md: 12px;
	--rfq-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.gsp-theme .rfq-wrapper,
.gsp-theme .rfq-loop-add-form,
.gsp-theme .rfq-loop-options-link {
	--rfq-primary: var(--gsp-primary-dark, #34364f);
	--rfq-primary-hover: var(--gsp-navy, #3a3c56);
	--rfq-accent: var(--gsp-primary-2, #078dcc);
	--rfq-accent-soft: var(--gsp-light-blue, #eef5fc);
	--rfq-success: var(--gsp-primary-2, #078dcc);
	--rfq-success-soft: var(--gsp-light-blue, #eef5fc);
	--rfq-danger: #dc2626;
	--rfq-danger-soft: #fef2f2;
	--rfq-warning: #f59e0b;
	--rfq-text: var(--gsp-primary-dark, #34364f);
	--rfq-muted: var(--gsp-muted, #7a7d8f);
	--rfq-soft-text: var(--gsp-muted, #7a7d8f);
	--rfq-border: var(--gsp-border, #e4eaf1);
	--rfq-border-strong: #c9d7e4;
	--rfq-bg: #ffffff;
	--rfq-soft-bg: var(--gsp-soft-blue, #f5f9fd);
	--rfq-card-bg: #ffffff;
	--rfq-radius-sm: var(--gsp-radius-sm, 8px);
	--rfq-radius-md: var(--gsp-radius-md, 14px);
	--rfq-radius-lg: var(--gsp-radius-lg, 22px);
	--rfq-shadow-sm: 0 10px 24px rgba(52, 54, 79, 0.045);
	--rfq-shadow-md: var(--gsp-shadow-hover, 0 18px 45px rgba(52, 54, 79, 0.13));
}

.rfq-wrapper *,
.rfq-wrapper *::before,
.rfq-wrapper *::after {
	box-sizing: inherit;
}

.rfq-wrapper button,
.rfq-wrapper a,
.rfq-wrapper input,
.rfq-wrapper textarea,
.rfq-wrapper select,
.rfq-loop-add-form,
.rfq-loop-add-form *,
.rfq-loop-options-link {
	pointer-events: auto;
}

.rfq-product-box,
.rfq-form-section,
.rfq-empty-state,
.rfq-confirmation-state {
	display: grid;
	gap: 18px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 20px 0;
	padding: 20px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-lg);
	background: var(--rfq-card-bg);
	box-shadow: var(--rfq-shadow-sm);
}

.rfq-confirmation-state--screen {
	align-content: center;
	min-height: min(680px, calc(100svh - 180px));
}

.rfq-request-list {
	display: grid;
	gap: 18px;
	width: min(100%, 1100px);
	max-width: 100%;
	min-width: 0;
	margin: 24px auto;
	padding: 0 16px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.rfq-product-box__header,
.rfq-request-list__header,
.rfq-form-section__header,
.rfq-form-header {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.rfq-product-box__title,
.rfq-request-list__title,
.rfq-request-title,
.rfq-customer-form__title,
.rfq-form-title,
.rfq-empty-state__title,
.rfq-request-card__title,
.rfq-product-name {
	margin: 0;
	color: var(--rfq-text);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
}

.rfq-product-box__title,
.rfq-customer-form__title,
.rfq-form-title,
.rfq-empty-state__title {
	font-size: clamp(1.25rem, 2.5vw, 1.4rem);
}

.rfq-request-list__title,
.rfq-request-title {
	font-size: clamp(1.38rem, 5vw, 1.88rem);
}

.rfq-product-box__description,
.rfq-request-list__intro,
.rfq-request-description,
.rfq-form-section__description,
.rfq-form-description,
.rfq-empty-state__text,
.rfq-submit-area__note,
.rfq-submit-help,
.rfq-field-help {
	margin: 0;
	color: var(--rfq-muted);
	font-size: 0.96rem;
	line-height: 1.55;
}

.rfq-request-header {
	gap: 16px;
	padding: 20px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-lg);
	background: linear-gradient(180deg, var(--rfq-bg) 0%, var(--rfq-soft-bg) 100%);
	box-shadow: var(--rfq-shadow-sm);
}

.rfq-request-header__body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.rfq-request-description,
.rfq-request-list__intro {
	max-width: 68ch;
	font-size: 1rem;
}

.rfq-request-badge,
.rfq-request-list__count {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid rgba(56, 168, 224, 0.24);
	border-radius: 999px;
	background: var(--rfq-accent-soft);
	color: var(--rfq-accent);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.rfq-request-summary {
	display: grid;
	gap: 10px;
	width: 100%;
	padding: 14px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-md);
	background: var(--rfq-soft-bg);
}

.rfq-request-summary__item {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	padding: 10px 12px;
	border-radius: var(--rfq-radius-sm);
	background: var(--rfq-bg);
	box-shadow: var(--rfq-shadow-sm);
}

.rfq-request-summary__item span {
	color: var(--rfq-muted);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.35;
}

.rfq-request-summary__item strong {
	color: var(--rfq-text);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.35;
}

.rfq-min-qty {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-md);
	background: var(--rfq-soft-bg);
}

.rfq-min-qty__label {
	color: var(--rfq-muted);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
}

.rfq-min-qty__value {
	color: var(--rfq-text);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

.rfq-product-box__form,
.rfq-request-card__form,
.rfq-customer-form,
.rfq-form-grid,
.rfq-submit-area {
	display: grid;
	gap: 14px;
	width: 100%;
	min-width: 0;
}

.rfq-form-field {
	display: grid;
	gap: 8px;
	width: 100%;
	min-width: 0;
	margin: 0;
	color: var(--rfq-text);
	font-weight: 650;
}

.rfq-label,
.rfq-quantity-label {
	display: inline-flex;
	color: var(--rfq-text);
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.35;
}

.rfq-wrapper .rfq-input,
.rfq-wrapper .rfq-textarea,
.rfq-form-field input,
.rfq-form-field textarea,
.rfq-form-field select {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid var(--rfq-border-strong);
	border-radius: var(--rfq-radius-md);
	background: var(--rfq-bg);
	color: var(--rfq-text);
	font: inherit;
	font-size: 0.98rem;
	line-height: 1.35;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.rfq-wrapper .rfq-textarea,
.rfq-form-field textarea {
	min-height: 128px;
	resize: vertical;
}

.rfq-form-field input[readonly] {
	background: var(--rfq-soft-bg);
	color: var(--rfq-muted);
}

.rfq-privacy-consent {
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: start;
	gap: 10px 12px;
	padding: 14px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-md);
	background: var(--rfq-soft-bg);
	font-size: 0.9rem;
	line-height: 1.5;
}

.rfq-privacy-consent .rfq-checkbox {
	width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 2px 0 0;
	accent-color: var(--rfq-primary);
}

.rfq-privacy-consent__text {
	color: var(--rfq-text);
	font-weight: 650;
}

.rfq-privacy-consent__text a {
	color: var(--rfq-accent);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.rfq-privacy-consent .rfq-inline-error {
	grid-column: 2;
}

.rfq-form-field input:focus,
.rfq-form-field textarea:focus,
.rfq-form-field select:focus,
.rfq-privacy-consent .rfq-checkbox:focus-visible,
.rfq-quantity-control:focus-within {
	border-color: var(--rfq-accent);
	box-shadow: 0 0 0 4px rgba(56, 168, 224, 0.14);
	outline: none;
}

.rfq-form-field input[aria-invalid="true"],
.rfq-form-field textarea[aria-invalid="true"],
.rfq-form-field select[aria-invalid="true"] {
	border-color: var(--rfq-danger);
}

.rfq-quantity-control {
	display: grid;
	grid-template-columns: 52px minmax(72px, 1fr) 52px;
	align-items: stretch;
	width: 100%;
	max-width: 360px;
	min-height: 52px;
	border: 1px solid var(--rfq-border-strong);
	border-radius: var(--rfq-radius-md);
	overflow: hidden;
	background: var(--rfq-bg);
	box-shadow: var(--rfq-shadow-sm);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.rfq-qty-button,
.rfq-quantity-control__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	min-width: 52px;
	min-height: 52px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--rfq-soft-bg);
	color: var(--rfq-primary);
	font: inherit;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.rfq-qty-button:hover,
.rfq-quantity-control__button:hover {
	background: var(--rfq-accent-soft);
	color: var(--rfq-accent);
}

.rfq-qty-button:focus-visible,
.rfq-quantity-control__button:focus-visible {
	box-shadow: inset 0 0 0 3px rgba(56, 168, 224, 0.22);
	outline: none;
}

.rfq-qty-input,
.rfq-quantity-control__input {
	display: block;
	width: 100% !important;
	min-width: 0;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 8px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--rfq-bg) !important;
	color: var(--rfq-text) !important;
	box-shadow: none !important;
	text-align: center;
	text-indent: 0;
	font-variant-numeric: tabular-nums;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1;
	appearance: textfield;
	-webkit-appearance: none;
}

.rfq-qty-input::-webkit-inner-spin-button,
.rfq-qty-input::-webkit-outer-spin-button,
.rfq-quantity-control__input::-webkit-inner-spin-button,
.rfq-quantity-control__input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.rfq-inline-error,
.rfq-error {
	min-height: 18px;
	color: var(--rfq-danger);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.35;
}

.rfq-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.rfq-button,
.rfq-secondary-link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: var(--rfq-radius-md);
	font: inherit;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	appearance: none;
	-webkit-appearance: none;
	touch-action: manipulation;
	cursor: pointer;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.rfq-button:hover,
.rfq-secondary-link:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.rfq-button:focus-visible,
.rfq-secondary-link:focus-visible {
	box-shadow: 0 0 0 4px rgba(56, 168, 224, 0.18);
	outline: none;
}

.rfq-button:disabled,
.rfq-button[disabled] {
	cursor: not-allowed;
	opacity: 0.58;
	transform: none;
}

.rfq-button--primary {
	border-color: var(--rfq-primary);
	background: var(--rfq-primary);
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

.rfq-button--primary:hover {
	border-color: var(--rfq-primary-hover);
	background: var(--rfq-primary-hover);
	color: #ffffff;
}

.rfq-button--secondary,
.rfq-secondary-link {
	border-color: var(--rfq-border-strong);
	background: var(--rfq-bg);
	color: var(--rfq-primary);
}

.rfq-button--secondary:hover,
.rfq-secondary-link:hover {
	border-color: var(--rfq-accent);
	background: var(--rfq-accent-soft);
	color: var(--rfq-accent);
}

.rfq-button--danger {
	border-color: rgba(220, 38, 38, 0.2);
	background: var(--rfq-danger-soft);
	color: var(--rfq-danger);
	box-shadow: none;
}

.rfq-button--danger:hover {
	border-color: rgba(220, 38, 38, 0.38);
	background: #fee2e2;
	color: #991b1b;
}

.rfq-button--ghost {
	border-color: transparent;
	background: transparent;
	color: var(--rfq-muted);
	box-shadow: none;
}

.rfq-alert {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-md);
	background: var(--rfq-soft-bg);
	color: var(--rfq-text);
	font-size: 0.96rem;
	font-weight: 650;
	line-height: 1.5;
	box-shadow: var(--rfq-shadow-sm);
}

.rfq-alert--success {
	border-color: rgba(56, 168, 224, 0.28);
	background: var(--rfq-success-soft);
	color: var(--rfq-primary);
}

.rfq-alert--error {
	border-color: rgba(220, 38, 38, 0.22);
	background: var(--rfq-danger-soft);
	color: #991b1b;
}

.rfq-alert--warning {
	border-color: rgba(245, 158, 11, 0.3);
	background: #fffbeb;
	color: #92400e;
}

.rfq-alert--info {
	border-color: rgba(56, 168, 224, 0.24);
	background: var(--rfq-accent-soft);
	color: var(--rfq-accent);
}

.rfq-empty-state {
	justify-items: start;
	text-align: left;
}

.rfq-confirmation-state {
	justify-items: center;
	max-width: 780px;
	margin: 32px auto;
	padding: 28px 20px;
	border-color: rgba(56, 168, 224, 0.26);
	background:
		linear-gradient(180deg, rgba(238, 245, 252, 0.94), rgba(255, 255, 255, 0.97)),
		var(--rfq-card-bg);
	text-align: center;
	box-shadow: var(--rfq-shadow-md);
}

.rfq-confirmation-state__icon {
	position: relative;
	width: 58px;
	height: 58px;
	border-radius: 999px;
	background: var(--rfq-success);
	box-shadow: 0 12px 26px rgba(7, 141, 204, 0.24);
}

.rfq-confirmation-state__icon::after {
	position: absolute;
	top: 16px;
	left: 19px;
	width: 19px;
	height: 11px;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	content: "";
	transform: rotate(-45deg);
}

.rfq-confirmation-state__eyebrow {
	margin: 0;
	color: var(--rfq-success);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rfq-confirmation-state__title {
	max-width: 620px;
	margin: 0;
	color: var(--rfq-text);
	font-size: clamp(24px, 4vw, 34px);
	font-weight: 800;
	line-height: 1.12;
}

.rfq-confirmation-state__text {
	max-width: 610px;
	margin: 0;
	color: var(--rfq-muted);
	font-size: 16px;
	line-height: 1.65;
}

.rfq-confirmation-state__meta {
	margin: 0;
	padding: 10px 14px;
	border: 1px solid rgba(56, 168, 224, 0.28);
	border-radius: var(--rfq-radius-md);
	background: var(--rfq-success-soft);
	color: var(--rfq-primary);
	font-size: 14px;
	font-weight: 800;
}

.rfq-confirmation-state__email {
	display: grid;
	gap: 4px;
	width: 100%;
	max-width: 610px;
	padding: 14px 16px;
	border: 1px solid;
	border-radius: var(--rfq-radius-md);
	text-align: left;
}

.rfq-confirmation-state__email strong {
	color: inherit;
	font-size: 14px;
}

.rfq-confirmation-state__email span {
	color: inherit;
	font-size: 13px;
	line-height: 1.55;
}

.rfq-confirmation-state__email--success {
	border-color: rgba(56, 168, 224, 0.28);
	background: var(--rfq-success-soft);
	color: var(--rfq-primary);
}

.rfq-confirmation-state__email--warning {
	border-color: rgba(245, 158, 11, 0.3);
	background: #fffbeb;
	color: #92400e;
}

.rfq-confirmation-state__actions {
	display: grid;
	width: 100%;
	max-width: 360px;
	gap: 10px;
}

.rfq-confirmation-state__reset {
	margin: 0;
	color: var(--rfq-muted);
	font-size: 12px;
	line-height: 1.5;
}

.rfq-empty-state__icon {
	width: 46px;
	height: 46px;
	border: 1px solid var(--rfq-border);
	border-radius: 999px;
	background:
		linear-gradient(var(--rfq-primary), var(--rfq-primary)) center 17px / 18px 2px no-repeat,
		linear-gradient(var(--rfq-primary), var(--rfq-primary)) center 24px / 18px 2px no-repeat,
		var(--rfq-soft-bg);
}

.rfq-request-list__items {
	display: grid;
	gap: 14px;
	width: 100%;
	min-width: 0;
}

.rfq-action-bar,
.rfq-request-list__toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-width: 0;
	padding: 4px 0 8px;
	background: transparent;
}

.rfq-request-card {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 14px;
	width: 100%;
	min-width: 0;
	padding: 16px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-lg);
	background: var(--rfq-card-bg);
	box-shadow: var(--rfq-shadow-sm);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.rfq-request-card:hover {
	border-color: rgba(56, 168, 224, 0.24);
	box-shadow: var(--rfq-shadow-md);
	transform: translateY(-1px);
}

.rfq-request-card__media {
	width: 64px;
	height: 64px;
	overflow: hidden;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-md);
	background:
		linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
}

.rfq-request-card__image,
.rfq-request-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rfq-request-card__content,
.rfq-product-info,
.rfq-request-card__actions,
.rfq-request-card__qty,
.rfq-request-card__meta-list,
.rfq-product-meta {
	display: grid;
	min-width: 0;
}

.rfq-request-card__content,
.rfq-product-info {
	gap: 10px;
	align-content: center;
}

.rfq-request-card__actions,
.rfq-request-card__qty {
	grid-column: 1 / -1;
	gap: 12px;
	align-content: start;
	padding-top: 2px;
}

.rfq-request-card__title,
.rfq-product-name {
	font-size: clamp(1.06rem, 3.8vw, 1.16rem);
	font-weight: 850;
	line-height: 1.22;
	overflow-wrap: anywhere;
}

.rfq-request-card__title a,
.rfq-product-name a {
	color: inherit;
	text-decoration: none;
}

.rfq-request-card__title a:hover,
.rfq-product-name a:hover {
	color: var(--rfq-accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rfq-request-card__meta-list,
.rfq-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rfq-request-card__meta,
.rfq-product-chip {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	min-height: 32px;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid var(--rfq-border);
	border-radius: 999px;
	background: var(--rfq-soft-bg);
	color: var(--rfq-muted);
	line-height: 1.25;
}

.rfq-product-chip--min {
	border-color: rgba(56, 168, 224, 0.24);
	background: var(--rfq-accent-soft);
	color: var(--rfq-accent);
}

.rfq-request-card__meta span,
.rfq-product-chip__label {
	color: inherit;
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.rfq-request-card__meta strong,
.rfq-product-chip__value {
	color: var(--rfq-text);
	font-size: 0.9rem;
	font-weight: 850;
	overflow-wrap: anywhere;
}

.rfq-product-chip--min .rfq-product-chip__value {
	color: var(--rfq-accent);
}

.rfq-request-card__actions .rfq-form-field {
	gap: 9px;
}

.rfq-request-card__actions .rfq-label,
.rfq-quantity-label {
	font-size: 0.94rem;
	font-weight: 850;
}

.rfq-request-card__actions .rfq-field-help,
.rfq-quantity-help {
	color: var(--rfq-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.rfq-request-card__remove-form {
	justify-items: stretch;
	width: 100%;
}

.rfq-remove-button {
	min-height: 46px;
	padding: 11px 14px;
	font-size: 0.92rem;
}

.rfq-remove-button__icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	pointer-events: none;
}

/* Compact request list: keeps many RFQ items easier to scan, especially on mobile. */
.rfq-request-list__items {
	gap: 10px;
}

.rfq-request-card {
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 10px 12px;
	padding: 12px;
	border-radius: var(--rfq-radius-md);
}

.rfq-request-card:hover {
	transform: none;
}

.rfq-request-card__media {
	width: 54px;
	height: 54px;
	border-radius: 10px;
}

.rfq-request-card__content,
.rfq-product-info {
	gap: 7px;
}

.rfq-request-card__actions,
.rfq-request-card__qty {
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px 10px;
	align-items: end;
	padding-top: 0;
}

.rfq-request-card__actions .rfq-form-field {
	gap: 6px;
}

.rfq-request-card__title,
.rfq-product-name {
	font-size: clamp(0.98rem, 3.6vw, 1.08rem);
	line-height: 1.18;
}

.rfq-request-card__meta-list,
.rfq-product-meta {
	gap: 6px;
}

.rfq-request-card__meta,
.rfq-product-chip {
	min-height: 26px;
	padding: 4px 8px;
	border-radius: 999px;
}

.rfq-request-card__meta span,
.rfq-product-chip__label {
	font-size: 0.68rem;
}

.rfq-request-card__meta strong,
.rfq-product-chip__value {
	font-size: 0.82rem;
}

.rfq-request-card__actions .rfq-label,
.rfq-quantity-label {
	font-size: 0.82rem;
}

.rfq-request-card__actions .rfq-field-help,
.rfq-quantity-help {
	font-size: 0.78rem;
	line-height: 1.25;
}

.rfq-request-card__actions .rfq-quantity-control {
	width: min(100%, 210px);
	min-height: 42px;
}

.rfq-request-card__actions .rfq-quantity-control__button {
	width: 42px;
	min-height: 42px;
}

.rfq-request-card__actions .rfq-quantity-control__input {
	min-height: 42px;
	font-size: 1rem;
}

.rfq-request-card__remove-form {
	align-self: end;
	justify-items: end;
	width: auto;
}

.rfq-remove-button {
	width: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 0;
	border-radius: 12px;
}

.rfq-remove-button__text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.rfq-request-list[data-rfq-request-page] {
	width: 100%;
	gap: 18px;
	margin: 0;
	padding: 0 0 112px;
}

.rfq-request-page .gsp-page-content {
	padding-top: 22px;
}

.rfq-request-page .gsp-page-title-block {
	display: none;
}

.rfq-request-page .gsp-entry-card:has(> .rfq-request-list[data-rfq-request-page]) {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-header {
	gap: 8px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-title {
	font-size: clamp(1.7rem, 8vw, 2rem);
	line-height: 1.08;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-description {
	max-width: 35ch;
	font-size: 0.96rem;
	line-height: 1.45;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-badge {
	display: none;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card {
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 8px 10px;
	padding: 10px 12px 8px;
	border-radius: 14px;
	box-shadow: 0 5px 16px rgba(15, 23, 42, 0.065);
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__media {
	width: 42px;
	height: 42px;
	border-radius: 9px;
	background: var(--rfq-accent-soft);
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__content,
.rfq-request-list[data-rfq-request-page] .rfq-product-info {
	gap: 4px;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__title,
.rfq-request-list[data-rfq-request-page] .rfq-product-name {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.98rem;
	line-height: 1.15;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__meta-list,
.rfq-request-list[data-rfq-request-page] .rfq-product-meta {
	gap: 5px;
	align-items: center;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__meta,
.rfq-request-list[data-rfq-request-page] .rfq-product-chip {
	min-height: 20px;
	padding: 2px 6px;
	border: 0;
	background: transparent;
}

.rfq-request-list[data-rfq-request-page] .rfq-product-chip--min {
	background: var(--rfq-accent-soft);
	color: var(--rfq-accent);
}

.rfq-request-list[data-rfq-request-page] .rfq-product-chip__label,
.rfq-request-list[data-rfq-request-page] .rfq-request-card__meta span {
	font-size: 0.68rem;
}

.rfq-request-list[data-rfq-request-page] .rfq-product-chip__value,
.rfq-request-list[data-rfq-request-page] .rfq-request-card__meta strong {
	font-size: 0.72rem;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions,
.rfq-request-list[data-rfq-request-page] .rfq-request-card__qty {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 7px;
	align-items: center;
	margin: 2px -12px -8px;
	padding: 8px 10px;
	border-top: 1px solid var(--rfq-border);
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.48), rgba(248, 250, 252, 0.72));
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__remove-form {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	justify-items: start;
}

.rfq-request-list[data-rfq-request-page] .rfq-remove-button {
	width: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 10px;
}

.rfq-request-list[data-rfq-request-page] .rfq-remove-button__icon {
	width: 17px;
	height: 17px;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-form-field {
	grid-column: 2;
	grid-row: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 6px 8px;
	align-items: center;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-label,
.rfq-request-list[data-rfq-request-page] .rfq-quantity-label {
	font-size: 0.78rem;
	color: var(--rfq-muted);
	white-space: nowrap;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-quantity-control {
	width: 100%;
	max-width: 220px;
	min-height: 38px;
	grid-template-columns: 38px minmax(72px, 1fr) 38px;
	border-radius: 10px;
	box-shadow: none;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-quantity-control__button,
.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-quantity-control__input {
	min-height: 38px;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-quantity-control__button {
	width: 38px;
	min-width: 38px;
	font-size: 1.08rem;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-quantity-control__input {
	width: 100% !important;
	min-width: 72px;
	padding-inline: 6px !important;
	font-size: 0.94rem;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-field-help,
.rfq-request-list[data-rfq-request-page] .rfq-quantity-help {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-inline-error {
	grid-column: 1 / -1;
}

.rfq-request-summary--compact {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.rfq-request-summary--compact p {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--rfq-muted);
	font-size: 0.84rem;
	font-weight: 750;
	line-height: 1.25;
}

.is-rfq-js .rfq-request-list[data-rfq-request-page] .rfq-action-bar:not(.is-visible) {
	display: none;
}

.rfq-request-list[data-rfq-request-page] .rfq-action-bar {
	display: inline-flex;
	width: auto;
	gap: 6px;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 10px;
	border: 1px solid rgba(7, 141, 204, 0.18);
	border-radius: var(--rfq-radius-md);
	background: rgba(238, 247, 252, 0.86);
}

.rfq-action-bar__message {
	color: var(--rfq-primary);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
}

.rfq-request-list[data-rfq-request-page] .rfq-action-bar .rfq-button {
	width: auto;
	min-height: 40px;
	padding: 9px 12px;
	font-size: 0.84rem;
}

.rfq-request-list[data-rfq-request-page] .rfq-customer-form {
	gap: 16px;
	margin-top: 0;
	padding: 20px 16px;
	border-radius: var(--rfq-radius-md);
	box-shadow: none;
}

.rfq-request-list[data-rfq-request-page] .rfq-form-title {
	font-size: 1.22rem;
	line-height: 1.15;
}

.rfq-request-list[data-rfq-request-page] .rfq-form-description {
	font-size: 0.96rem;
	line-height: 1.45;
}

.rfq-request-list[data-rfq-request-page] .rfq-label {
	font-size: 0.88rem;
	font-weight: 850;
}

.rfq-request-list[data-rfq-request-page] .rfq-input,
.rfq-request-list[data-rfq-request-page] .rfq-textarea,
.rfq-request-list[data-rfq-request-page] .rfq-form-field input,
.rfq-request-list[data-rfq-request-page] .rfq-form-field textarea {
	width: 100%;
	min-width: 0;
	min-height: 50px;
	font-size: 16px;
	text-overflow: clip;
}

.rfq-request-list[data-rfq-request-page] .rfq-textarea {
	min-height: 118px;
}

.rfq-request-list[data-rfq-request-page] .rfq-privacy-consent {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: start;
	min-height: 0;
	padding: 14px 16px;
}

.rfq-request-list[data-rfq-request-page] .rfq-privacy-consent .rfq-checkbox {
	align-self: start;
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 2px 0 0;
	padding: 0;
}

.rfq-request-list[data-rfq-request-page] .rfq-privacy-consent .rfq-inline-error {
	grid-column: 2;
}

.rfq-request-list[data-rfq-request-page] .rfq-submit-button {
	width: 100%;
	min-height: 54px;
	font-size: 1rem;
}

.rfq-qty-button:disabled,
.rfq-quantity-control__button:disabled {
	background: #f1f5f9;
	color: #94a3b8;
	cursor: not-allowed;
	opacity: 0.7;
}

.rfq-button.is-loading {
	cursor: wait;
	opacity: 0.72;
}

.rfq-sticky-quote-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.12);
	backdrop-filter: blur(14px);
}

.rfq-sticky-quote-bar__count {
	min-width: 0;
	color: var(--rfq-text);
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1.2;
}

.rfq-sticky-quote-bar__button {
	width: auto;
	min-width: 154px;
	min-height: 48px;
	padding: 12px 16px;
	white-space: nowrap;
}

.rfq-request-page .rfq-drawer-root {
	display: none !important;
}

body:has(.rfq-request-list[data-rfq-request-page]) .gsp-site-footer {
	padding-top: 26px;
	padding-bottom: 88px;
}

body:has(.rfq-request-list[data-rfq-request-page]) .gsp-footer-grid {
	gap: 18px;
}

body:has(.rfq-request-list[data-rfq-request-page]) .gsp-footer-logo img {
	max-height: 64px;
}

body:has(.rfq-request-list[data-rfq-request-page]) .gsp-footer-menu a,
body:has(.rfq-request-list[data-rfq-request-page]) .gsp-footer-contact p {
	font-size: 12px;
}

body:has(.rfq-request-list[data-rfq-request-page]) .gsp-copyright {
	margin-top: 18px;
	font-size: 10px;
}

.rfq-customer-form {
	gap: 20px;
	margin-top: 8px;
	padding: 22px;
	border-color: var(--rfq-border);
	background:
		linear-gradient(180deg, var(--rfq-bg) 0%, var(--rfq-soft-bg) 100%);
	box-shadow: var(--rfq-shadow-sm);
}

.rfq-form-section__description,
.rfq-form-description {
	max-width: 66ch;
	font-size: 0.96rem;
}

.rfq-form-grid {
	gap: 16px;
}

.rfq-form-field--full,
.rfq-submit-area {
	grid-column: 1 / -1;
}

.rfq-submit-area {
	gap: 14px;
	padding-top: 4px;
}

.rfq-submit-area .rfq-button--primary,
.rfq-submit-button {
	min-height: 56px;
	min-width: 220px;
	padding-inline: 24px;
	font-size: 1.02rem;
}

.rfq-success {
	color: var(--rfq-success);
}

.rfq-drawer-root {
	--rfq-drawer-width: 460px;
	--rfq-drawer-z: 99999;
	--rfq-trigger-bottom: 96px;
	--rfq-trigger-right: 24px;
	--rfq-trigger-left: 24px;
}

.rfq-drawer-trigger {
	position: fixed;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: var(--rfq-drawer-z);
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	min-height: 56px;
	padding: 12px 14px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	background: var(--rfq-primary);
	color: #ffffff;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.24);
	font: inherit;
	cursor: pointer;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.rfq-drawer-trigger:hover {
	background: var(--rfq-primary-hover);
	transform: translateY(-1px);
}

.rfq-drawer-trigger:focus-visible,
.rfq-drawer__close:focus-visible {
	box-shadow: 0 0 0 4px rgba(56, 168, 224, 0.24);
	outline: none;
}

.rfq-drawer-trigger__label {
	font-size: 0.98rem;
	font-weight: 850;
	line-height: 1.1;
}

.rfq-drawer-trigger__count {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.rfq-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: calc(var(--rfq-drawer-z) + 1);
	background: rgba(15, 23, 42, 0.36);
	opacity: 0;
	transition: opacity 180ms ease;
}

.rfq-drawer-overlay[hidden] {
	display: none;
	pointer-events: none;
}

.rfq-drawer-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.rfq-drawer {
	position: fixed;
	inset: auto 0 0;
	z-index: calc(var(--rfq-drawer-z) + 2);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: 100%;
	max-height: min(88vh, 720px);
	border: 1px solid var(--rfq-border);
	border-radius: 20px 20px 0 0;
	background: var(--rfq-bg);
	box-shadow: 0 -18px 48px rgba(15, 23, 42, 0.18);
	visibility: hidden;
	pointer-events: none;
	transform: translateY(100%);
	transition: transform 220ms ease, visibility 220ms ease;
}

.rfq-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.rfq-drawer__header,
.rfq-drawer__footer {
	padding: 16px;
	background: var(--rfq-bg);
}

.rfq-drawer__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 12px;
	align-items: start;
	border-bottom: 1px solid var(--rfq-border);
	border-radius: 20px 20px 0 0;
}

.rfq-drawer__heading {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.rfq-drawer__eyebrow {
	margin: 0;
	color: var(--rfq-accent);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.rfq-drawer__title {
	margin: 0;
	color: var(--rfq-text);
	font-size: 1.3rem;
	font-weight: 850;
	line-height: 1.16;
}

.rfq-drawer__description {
	margin: 0;
	color: var(--rfq-muted);
	font-size: 0.94rem;
	line-height: 1.45;
}

.rfq-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--rfq-border);
	border-radius: 999px;
	background: var(--rfq-soft-bg);
	color: var(--rfq-text);
	font: inherit;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.rfq-drawer__close:hover {
	border-color: var(--rfq-border-strong);
	background: var(--rfq-bg);
	color: var(--rfq-danger);
}

.rfq-drawer__body {
	display: grid;
	gap: 14px;
	align-content: start;
	min-height: 0;
	padding: 16px;
	overflow-y: auto;
	background: var(--rfq-soft-bg);
}

.rfq-drawer__items {
	display: grid;
	gap: 12px;
}

.rfq-drawer-empty {
	display: grid;
	gap: 12px;
	align-content: center;
	min-height: 220px;
	padding: 18px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-lg);
	background: var(--rfq-bg);
	text-align: left;
}

.rfq-drawer-empty__title {
	margin: 0;
	color: var(--rfq-text);
	font-size: 1.12rem;
	font-weight: 850;
	line-height: 1.2;
}

.rfq-drawer-empty__text {
	margin: 0;
	color: var(--rfq-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.rfq-drawer-item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	padding: 12px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-lg);
	background: var(--rfq-bg);
	box-shadow: var(--rfq-shadow-sm);
}

.rfq-drawer-item__media {
	display: block;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-md);
	background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
}

.rfq-drawer-item__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rfq-drawer-item__content {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.rfq-drawer-item__title {
	margin: 0;
	color: var(--rfq-text);
	font-size: 0.98rem;
	font-weight: 850;
	line-height: 1.25;
}

.rfq-drawer-item__title a {
	color: inherit;
	text-decoration: none;
}

.rfq-drawer-item__title a:hover {
	color: var(--rfq-accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rfq-drawer-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	color: var(--rfq-muted);
	font-size: 0.82rem;
	font-weight: 750;
	line-height: 1.35;
}

.rfq-drawer-item__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--rfq-soft-bg);
}

.rfq-drawer-item__controls,
.rfq-drawer-item__qty {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.rfq-drawer-item__qty .rfq-form-field {
	gap: 6px;
}

.rfq-quantity-control--compact {
	grid-template-columns: 42px minmax(58px, 1fr) 42px;
	max-width: 220px;
	min-height: 42px;
	border-radius: 10px;
}

.rfq-quantity-control--compact .rfq-qty-button,
.rfq-quantity-control--compact .rfq-quantity-control__button {
	width: 42px;
	min-width: 42px;
	min-height: 42px;
	font-size: 1.12rem;
}

.rfq-quantity-control--compact .rfq-qty-input,
.rfq-quantity-control--compact .rfq-quantity-control__input {
	min-height: 42px;
	font-size: 0.98rem;
}

.rfq-drawer-item__update,
.rfq-drawer-item__remove {
	min-height: 42px;
	padding: 9px 12px;
	font-size: 0.88rem;
}

.rfq-drawer__footer {
	display: grid;
	gap: 10px;
	border-top: 1px solid var(--rfq-border);
	box-shadow: 0 -8px 18px rgba(15, 23, 42, 0.04);
}

.rfq-loop-add-form {
	display: grid;
	gap: 8px;
	width: 100%;
	min-width: 0;
	margin-top: 10px;
}

.gsp-theme .gsp-product-card .rfq-loop-add-form {
	margin-top: auto;
	padding-top: 2px;
}

.rfq-loop-add-form__min {
	display: inline-flex;
	width: fit-content;
	max-width: 100%;
	min-height: 28px;
	align-items: center;
	padding: 5px 9px;
	border: 1px solid var(--rfq-border);
	border-radius: 999px;
	background: var(--rfq-soft-bg);
	color: var(--rfq-muted);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.2;
}

.rfq-loop-add-button,
.rfq-loop-options-link {
	min-height: 44px;
	padding: 11px 14px;
	font-size: 0.9rem;
}

.gsp-theme .gsp-product-card .rfq-loop-add-button,
.gsp-theme .gsp-product-card .rfq-loop-options-link {
	width: 100%;
	min-height: 42px;
	border-radius: var(--gsp-radius-sm, 8px);
	background: linear-gradient(180deg, var(--gsp-primary, #38a8e0), var(--gsp-primary-2, #078dcc));
	box-shadow: 0 8px 16px rgba(7, 141, 204, 0.2);
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.gsp-theme .gsp-product-card .rfq-loop-add-button:hover,
.gsp-theme .gsp-product-card .rfq-loop-options-link:hover {
	background: linear-gradient(180deg, var(--gsp-primary, #38a8e0), var(--gsp-primary-2, #078dcc));
	box-shadow: 0 12px 22px rgba(7, 141, 204, 0.28);
	color: #ffffff;
	filter: saturate(1.08);
}

.gsp-theme .gsp-product-card .rfq-loop-add-form__min {
	min-height: 22px;
	padding: 3px 7px;
	border-color: rgba(56, 168, 224, 0.35);
	background: #eaf7fe;
	color: var(--gsp-primary-2, #078dcc);
	font-size: 0.66rem;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
	.rfq-wrapper *,
	.rfq-wrapper *::before,
	.rfq-wrapper *::after {
		animation: none !important;
		transition: none !important;
	}
}

@media (min-width: 768px) {
	.rfq-product-box,
	.rfq-form-section,
	.rfq-empty-state,
	.rfq-confirmation-state {
		gap: 22px;
		padding: 24px;
	}

	.rfq-confirmation-state {
		padding: 40px 48px;
	}

	.rfq-request-list {
		gap: 20px;
		padding-inline: 20px;
	}

	.rfq-request-header {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 20px;
		align-items: start;
		padding: 24px;
	}

	.rfq-request-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 12px;
	}

	.rfq-request-card {
		grid-template-columns: 58px minmax(0, 1fr) minmax(220px, 260px) 44px;
		gap: 14px;
		align-items: center;
		padding: 14px;
	}

	.rfq-request-card__media {
		width: 58px;
		height: 58px;
	}

	.rfq-request-card__actions,
	.rfq-request-card__qty {
		grid-column: auto;
		display: contents;
		gap: 0;
		justify-items: start;
		padding-top: 0;
	}

	.rfq-request-card__actions .rfq-form-field {
		grid-column: 3;
		gap: 6px;
	}

	.rfq-request-card__remove-form {
		grid-column: 4;
		justify-items: end;
		width: auto;
	}

	.rfq-remove-button {
		width: 42px;
		min-height: 42px;
		padding: 0;
	}

	.rfq-action-bar,
	.rfq-request-list__toolbar {
		padding-top: 2px;
	}

	.rfq-button,
	.rfq-secondary-link {
		width: auto;
	}

	.rfq-drawer-trigger {
		right: var(--rfq-trigger-right);
		bottom: var(--rfq-trigger-bottom);
		left: auto;
		width: auto;
		min-width: 210px;
		padding-inline: 16px;
	}

	.rfq-drawer-root--bottom_left .rfq-drawer-trigger {
		right: auto;
		left: var(--rfq-trigger-left);
	}

	.rfq-drawer {
		inset: 0 0 0 auto;
		width: min(100%, var(--rfq-drawer-width));
		max-height: none;
		height: 100vh;
		border-radius: 20px 0 0 20px;
		box-shadow: -20px 0 56px rgba(15, 23, 42, 0.18);
		transform: translateX(100%);
	}

	.rfq-drawer.is-open {
		transform: translateX(0);
	}

	.rfq-drawer__header {
		border-radius: 20px 0 0;
		padding: 20px;
	}

	.rfq-drawer__body,
	.rfq-drawer__footer {
		padding: 18px;
	}

	.rfq-drawer-item__controls {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
	}

	.rfq-drawer-item__remove-form {
		justify-self: end;
	}

	.rfq-drawer-item__remove,
	.rfq-drawer-item__update {
		width: auto;
	}

	.rfq-loop-add-form {
		justify-items: start;
	}

	.rfq-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 20px;
	}

	.rfq-submit-area {
		justify-items: start;
		max-width: 620px;
	}
}

@media (min-width: 1024px) {
	.rfq-product-box {
		max-width: 620px;
	}

	.rfq-request-list {
		width: min(100%, 1100px);
		gap: 22px;
		padding-inline: 24px;
	}

	.rfq-form-section {
		padding: 28px;
	}

	.rfq-request-card {
		grid-template-columns: 60px minmax(0, 1fr) minmax(230px, 280px) 44px;
		padding: 14px 16px;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card {
		grid-template-columns: 60px minmax(0, 1fr) minmax(230px, 280px) 44px;
		padding: 14px 16px;
	}

	.rfq-request-card__title,
	.rfq-product-name {
		font-size: 1.05rem;
	}

	.rfq-request-card__meta strong,
	.rfq-product-chip__value {
		font-size: 0.84rem;
	}

	.rfq-customer-form {
		padding: 30px;
	}
}

@media (min-width: 1280px) {
	.rfq-request-list {
		width: min(100%, 1120px);
	}
}

@media (min-width: 768px) {
	.rfq-request-list[data-rfq-request-page] {
		width: min(100%, 1100px);
		padding-bottom: 24px;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-badge {
		display: inline-flex;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card {
		grid-template-columns: 58px minmax(0, 1fr) minmax(220px, 260px) 44px;
		gap: 14px;
		align-items: center;
		padding: 14px;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card__media {
		width: 58px;
		height: 58px;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions,
	.rfq-request-list[data-rfq-request-page] .rfq-request-card__qty {
		grid-column: auto;
		display: contents;
		gap: 0;
		margin: 0;
		padding: 0;
		border-top: 0;
		background: transparent;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-form-field {
		grid-column: 3;
		grid-row: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		align-items: start;
		min-width: 0;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-quantity-control {
		width: 100%;
		max-width: none;
		min-height: 44px;
		grid-template-columns: 44px minmax(76px, 1fr) 44px;
		border-radius: var(--rfq-radius-md);
		box-shadow: var(--rfq-shadow-sm);
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-quantity-control__button,
	.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-quantity-control__input {
		min-height: 44px;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-quantity-control__button {
		width: 44px;
		min-width: 44px;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card__remove-form {
		grid-column: 4;
		grid-row: auto;
		justify-items: end;
		width: auto;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-remove-button {
		width: 42px;
		min-width: 42px;
		min-height: 42px;
		padding: 0;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card__actions .rfq-field-help,
	.rfq-request-list[data-rfq-request-page] .rfq-quantity-help {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		overflow: visible;
		clip: auto;
		white-space: normal;
	}

	.rfq-sticky-quote-bar {
		display: none;
	}

body:has(.rfq-request-list[data-rfq-request-page]) .gsp-site-footer {
		padding-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.rfq-request-list[data-rfq-request-page] .rfq-request-card {
		grid-template-columns: 60px minmax(0, 1fr) minmax(230px, 280px) 44px;
		padding: 14px 16px;
	}

	.rfq-request-list[data-rfq-request-page] .rfq-request-card__media {
		width: 60px;
		height: 60px;
	}
}

@keyframes rfq-soft-reveal {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes rfq-soft-highlight {
	0% {
		box-shadow: 0 0 0 0 rgba(7, 141, 204, 0);
	}
	35% {
		box-shadow: 0 0 0 5px rgba(7, 141, 204, 0.14), var(--rfq-shadow-sm);
	}
	100% {
		box-shadow: var(--rfq-shadow-sm);
	}
}

@keyframes rfq-quantity-pulse {
	0% {
		background: #fff;
		transform: scale(1);
	}
	42% {
		background: rgba(238, 247, 252, 0.95);
		transform: scale(1.035);
	}
	100% {
		background: #fff;
		transform: scale(1);
	}
}

@keyframes rfq-min-bump {
	0%, 100% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-3px);
	}
	55% {
		transform: translateX(3px);
	}
	78% {
		transform: translateX(-1px);
	}
}

@keyframes rfq-button-loading {
	to {
		transform: rotate(360deg);
	}
}

@keyframes rfq-confirmation-mark {
	from {
		opacity: 0;
		transform: scale(0.84);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.is-rfq-js .rfq-wrapper :where(.rfq-button, .rfq-qty-button, .rfq-drawer-trigger, .rfq-remove-button) {
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		box-shadow 180ms ease,
		color 160ms ease,
		opacity 160ms ease,
		transform 160ms ease;
}

.is-rfq-js .rfq-wrapper :where(.rfq-button, .rfq-qty-button, .rfq-drawer-trigger, .rfq-remove-button):active {
	transform: translateY(1px) scale(0.985);
}

.is-rfq-js .rfq-request-card,
.is-rfq-js .rfq-drawer-item,
.is-rfq-js .rfq-product-box,
.is-rfq-js .rfq-empty-state,
.is-rfq-js .rfq-customer-form,
.is-rfq-js .rfq-alert {
	animation: rfq-soft-reveal 320ms ease both;
}

.is-rfq-js .rfq-request-list__items .rfq-request-card:nth-child(2),
.is-rfq-js .rfq-drawer__items .rfq-drawer-item:nth-child(2) {
	animation-delay: 45ms;
}

.is-rfq-js .rfq-request-list__items .rfq-request-card:nth-child(3),
.is-rfq-js .rfq-drawer__items .rfq-drawer-item:nth-child(3) {
	animation-delay: 90ms;
}

.is-rfq-js .rfq-request-list__items .rfq-request-card:nth-child(4),
.is-rfq-js .rfq-drawer__items .rfq-drawer-item:nth-child(4) {
	animation-delay: 135ms;
}

.is-rfq-feedback .rfq-drawer-trigger {
	animation: rfq-soft-highlight 780ms ease both;
}

.rfq-request-list.is-rfq-feedback-highlight,
.is-rfq-feedback .rfq-product-box,
.is-rfq-feedback .rfq-alert--success {
	animation: rfq-soft-highlight 860ms ease both;
}

.rfq-quantity-control.is-min-bump {
	animation: rfq-min-bump 380ms ease both;
}

.rfq-quantity-control__input.is-quantity-pulse,
.rfq-qty-input.is-quantity-pulse {
	animation: rfq-quantity-pulse 320ms ease both;
}

.rfq-request-list.is-rfq-saving .rfq-action-bar.is-visible {
	animation: rfq-soft-reveal 180ms ease both;
}

.rfq-button.is-loading,
.rfq-customer-form.is-rfq-submitting .rfq-submit-button,
.rfq-customer-form.is-rfq-submitting ~ .rfq-sticky-quote-bar .rfq-sticky-quote-bar__button {
	position: relative;
	color: transparent !important;
	pointer-events: none;
}

.rfq-button.is-loading::after,
.rfq-customer-form.is-rfq-submitting .rfq-submit-button::after,
.rfq-customer-form.is-rfq-submitting ~ .rfq-sticky-quote-bar .rfq-sticky-quote-bar__button::after {
	position: absolute;
	inset: 50% auto auto 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 2px solid rgba(255, 255, 255, 0.55);
	border-top-color: #fff;
	border-radius: 999px;
	content: "";
	animation: rfq-button-loading 720ms linear infinite;
}

.rfq-confirmation-state--screen {
	animation: rfq-soft-reveal 420ms ease both;
}

.rfq-confirmation-state__icon {
	animation: rfq-confirmation-mark 420ms cubic-bezier(.2, .8, .2, 1) both;
}

.rfq-drawer {
	transition:
		transform 260ms cubic-bezier(.2, .8, .2, 1),
		visibility 260ms ease;
	will-change: transform;
}

.rfq-drawer-overlay {
	transition: opacity 220ms ease;
}

.rfq-admin-requests {
	max-width: 1120px;
	margin: 0 auto;
	padding: 18px 16px 34px;
	color: var(--rfq-text);
}

.rfq-admin-requests__header {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 16px 18px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-lg);
	background: linear-gradient(135deg, #fff 0%, var(--rfq-soft-bg) 100%);
	box-shadow: var(--rfq-shadow-sm);
}

.rfq-admin-requests__eyebrow {
	margin: 0 0 4px;
	color: var(--rfq-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.rfq-admin-requests__title {
	margin: 0;
	color: var(--rfq-primary);
	font-size: clamp(22px, 2.5vw, 30px);
	line-height: 1.12;
	font-weight: 800;
}

.rfq-admin-requests__description {
	max-width: 680px;
	margin: 6px 0 0;
	color: var(--rfq-muted);
	font-size: 13px;
	line-height: 1.4;
}

.rfq-admin-requests__count {
	align-self: start;
	justify-self: start;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 10px;
	border: 1px solid rgba(7, 141, 204, .18);
	border-radius: 999px;
	background: rgba(238, 247, 252, .92);
	color: var(--rfq-accent);
	font-size: 13px;
	font-weight: 800;
}

.rfq-admin-requests__filters {
	display: grid;
	gap: 12px;
	margin-bottom: 14px;
	padding: 12px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-md);
	background: var(--rfq-bg);
	box-shadow: var(--rfq-shadow-sm);
}

.rfq-admin-requests__field {
	display: grid;
	gap: 6px;
}

.rfq-admin-requests__field label {
	color: var(--rfq-primary);
	font-size: 13px;
	font-weight: 800;
}

.rfq-admin-requests__list {
	display: grid;
	gap: 10px;
}

.rfq-admin-request-card {
	display: grid;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-md);
	background: var(--rfq-card-bg, #fff);
	box-shadow: var(--rfq-shadow-sm);
}

.rfq-admin-request-card__top {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
}

.rfq-admin-request-card__meta {
	margin: 4px 0 0;
	color: var(--rfq-muted);
	font-size: 12px;
	font-weight: 700;
}

.rfq-admin-request-card__title {
	margin: 0;
	color: var(--rfq-primary);
	font-size: 17px;
	line-height: 1.25;
	font-weight: 800;
}

.rfq-admin-request-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: flex-end;
}

.rfq-admin-request-card__status {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(238, 247, 252, .95);
	color: var(--rfq-accent);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.rfq-admin-request-card__product-count {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--rfq-soft-bg);
	color: var(--rfq-muted);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.rfq-admin-request-card__status--closed,
.rfq-admin-request-card__status--quoted {
	background: rgba(22, 163, 74, .1);
	color: #15803d;
}

.rfq-admin-request-card__status--discarded {
	background: var(--rfq-danger-soft);
	color: var(--rfq-danger);
}

.rfq-admin-request-card__grid {
	display: grid;
	gap: 10px;
}

.rfq-admin-request-card__section {
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.rfq-admin-request-card__section h3 {
	margin: 0 0 12px;
	color: var(--rfq-primary);
	font-size: 15px;
	line-height: 1.25;
	font-weight: 800;
}

.rfq-admin-request-card__details {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0;
}

.rfq-admin-request-card__details div {
	display: grid;
	gap: 2px;
	min-width: 0;
	max-width: 100%;
}

.rfq-admin-request-card__details dt {
	color: var(--rfq-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.rfq-admin-request-card__details dd {
	min-width: 0;
	margin: 0;
	color: var(--rfq-primary);
	font-size: 13px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.rfq-admin-request-card__message {
	display: -webkit-box;
	margin: 9px 0 0;
	color: var(--rfq-muted);
	font-size: 13px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.rfq-admin-request-card__items {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rfq-admin-request-card__items li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2px 10px;
	align-items: center;
	padding: 7px 9px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-sm);
	background: var(--rfq-soft-bg);
}

.rfq-admin-request-card__items strong {
	color: var(--rfq-primary);
	font-size: 13px;
	line-height: 1.35;
	font-weight: 800;
}

.rfq-admin-request-card__item-meta,
.rfq-admin-request-card__muted {
	color: var(--rfq-muted);
	font-size: 12px;
	line-height: 1.4;
}

.rfq-admin-request-card__item-qty {
	grid-row: 1 / span 2;
	grid-column: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #fff;
	color: var(--rfq-accent);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.rfq-admin-request-card__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
	padding-top: 2px;
}

.rfq-admin-request-card__actions .rfq-button {
	width: auto;
	min-height: 36px;
	padding: 8px 11px;
	font-size: 12px;
}

.rfq-admin-requests__pagination {
	margin-top: 22px;
}

.rfq-admin-requests__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rfq-admin-requests__pagination a,
.rfq-admin-requests__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid var(--rfq-border);
	border-radius: var(--rfq-radius-sm);
	background: #fff;
	color: var(--rfq-primary);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.rfq-admin-requests__pagination .current {
	border-color: var(--rfq-accent);
	background: var(--rfq-accent);
	color: #fff;
}

.rfq-admin-requests--blocked {
	max-width: 720px;
}

.rfq-admin-requests--blocked .rfq-alert {
	padding: 22px;
	border-radius: var(--rfq-radius-lg);
}

.rfq-admin-requests--blocked h2 {
	margin: 0 0 8px;
	color: var(--rfq-primary);
	font-size: 22px;
}

.rfq-admin-requests--blocked p {
	margin: 0 0 16px;
}

@media (min-width: 768px) {
	.rfq-admin-requests {
		padding: 24px 24px 46px;
	}

	.rfq-admin-requests__header {
		padding: 18px 20px;
	}

	.rfq-admin-requests__count {
		justify-self: end;
	}

	.rfq-admin-requests__filters {
		grid-template-columns: minmax(260px, 1fr) minmax(190px, 240px) auto;
		align-items: end;
		padding: 12px;
	}

	.rfq-admin-request-card {
		padding: 14px 16px;
	}

	.rfq-admin-request-card__grid {
		grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
	}

	.rfq-admin-request-card__actions {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.rfq-admin-request-card__section {
		padding: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rfq-wrapper *,
	.rfq-wrapper *::before,
	.rfq-wrapper *::after,
	.rfq-drawer,
	.rfq-drawer-overlay {
		animation: none !important;
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
