/* Plugin extras on top of theme tokens */
.butic-muted-note {
	color: var(--butic-muted);
	font-size: 0.9rem;
	margin: 0 0 0.5rem;
}

.butic-pdp-cart .single_add_to_cart_button,
.butic-pdp-cart button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.25rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--butic-accent), #e8a06a);
	color: #140e0a !important;
	font-weight: 700;
	border: none;
	cursor: pointer;
}

.butic-pdp-cart .quantity {
	margin-right: 0.75rem;
}

body.butic-is-landing.butic-hide-chrome .butic-header,
body.butic-is-landing.butic-hide-chrome .butic-footer,
body.butic-is-landing.butic-hide-chrome .butic-skip {
	display: none !important;
}

body.butic-is-landing .butic-main {
	min-height: 100vh;
	padding: 0;
}

/* Fast order drawer */
.butic-cart-link {
	cursor: pointer;
	font: inherit;
	color: inherit;
	background: transparent;
}

.butic-cart-link__icon {
	display: inline-flex;
	line-height: 0;
}

.butic-fo-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 90;
	border: 0;
}

.butic-fo {
	position: fixed;
	top: 0;
	right: 0;
	width: min(420px, 100vw);
	height: 100vh;
	z-index: 91;
	background: #12161d;
	border-left: 1px solid var(--butic-line, rgba(247, 245, 241, 0.12));
	display: flex;
	flex-direction: column;
	box-shadow: -20px 0 50px rgba(0, 0, 0, 0.45);
	animation: butic-fo-in 0.28s ease;
}

@keyframes butic-fo-in {
	from {
		transform: translateX(12px);
		opacity: 0.6;
	}
	to {
		transform: none;
		opacity: 1;
	}
}

.butic-fo[hidden],
.butic-fo-overlay[hidden] {
	display: none !important;
}

.butic-fo__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1.1rem 1.15rem;
	border-bottom: 1px solid var(--butic-line, rgba(247, 245, 241, 0.12));
}

.butic-fo__title {
	margin: 0.15rem 0 0;
	font-family: var(--butic-display, Georgia, serif);
	font-size: 1.45rem;
}

.butic-fo__close {
	border: 1px solid var(--butic-line, rgba(247, 245, 241, 0.12));
	background: transparent;
	color: inherit;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	font-size: 1.4rem;
	cursor: pointer;
	line-height: 1;
}

.butic-fo__body {
	overflow: auto;
	padding: 1rem 1.15rem 2rem;
	flex: 1;
}

.butic-fo__empty {
	color: var(--butic-muted, #a8a49c);
	margin: 0 0 1rem;
}

.butic-fo__item {
	display: flex;
	gap: 0.75rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--butic-line, rgba(247, 245, 241, 0.12));
}

.butic-fo__item-thumb {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	object-fit: cover;
	flex: none;
	background: var(--butic-surface, #1a2029);
}

.butic-fo__item-content {
	flex: 1;
	min-width: 0;
}

.butic-fo__item-main {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.butic-fo__item-price {
	color: var(--butic-muted, #a8a49c);
	font-size: 0.9rem;
}

.butic-fo__item-actions {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.butic-fo__item-actions button {
	width: 30px;
	height: 30px;
	border-radius: 8px;
	border: 1px solid var(--butic-line, rgba(247, 245, 241, 0.12));
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.butic-fo__form {
	display: grid;
	gap: 0.65rem;
	margin-top: 1.25rem;
}

.butic-fo__form label {
	display: grid;
	gap: 0.3rem;
	font-size: 0.88rem;
}

.butic-fo__form input,
.butic-fo__form textarea {
	width: 100%;
	border-radius: 10px;
	border: 1px solid var(--butic-line, rgba(247, 245, 241, 0.12));
	background: #0b0d10;
	color: inherit;
	padding: 0.7rem 0.8rem;
	font: inherit;
}

.butic-fo__label {
	margin: 0.75rem 0 0.15rem;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--butic-muted, #a8a49c);
}

.butic-fo__pay {
	display: grid;
	gap: 0.45rem;
}

.butic-fo__pay-opt {
	display: flex !important;
	align-items: center;
	gap: 0.55rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--butic-line, rgba(247, 245, 241, 0.12));
	border-radius: 10px;
}

.butic-fo__terms {
	display: flex !important;
	align-items: flex-start;
	gap: 0.55rem;
	font-size: 0.88rem;
}

.butic-fo__terms input {
	width: auto;
	margin-top: 0.2rem;
}

.butic-fo__legal {
	font-size: 0.8rem;
	color: var(--butic-muted, #a8a49c);
	margin: 0.25rem 0;
}

.butic-fo__total-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 0.5rem 0 0.75rem;
	font-size: 1.05rem;
}

.butic-fo__submit {
	width: 100%;
}

.butic-fo__msg {
	color: #f0a0a0;
	font-size: 0.9rem;
	margin: 0;
}

.butic-fo__success h3 {
	font-family: var(--butic-display, Georgia, serif);
	margin-top: 0;
}

body.butic-fo-open {
	overflow: hidden;
}
