/*
 * London Premium V67
 * Cart terms flow and mobile product precision.
 */

:root {
	--lp67-black: #070604;
	--lp67-ink: #17130e;
	--lp67-paper: #f7f1e7;
	--lp67-cream: #fffaf2;
	--lp67-gold: #d2b35f;
	--lp67-line: rgba(199, 165, 89, 0.26);
	--lp67-line-soft: rgba(18, 16, 12, 0.12);
}

body.single-product .woocommerce-notices-wrapper {
	position: relative !important;
	z-index: 2 !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--lp67-paper) !important;
}

body.single-product .woocommerce-notices-wrapper > *,
body.woocommerce-cart .woocommerce-notices-wrapper > * {
	margin: 0 !important;
	padding: 18px clamp(20px, 5vw, 72px) !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(199, 165, 89, 0.18) !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	background: #fffaf2 !important;
	box-shadow: none !important;
	color: var(--lp67-ink) !important;
	font: 650 14px/1.65 var(--lp-font-body, "Manrope", sans-serif) !important;
}

body.single-product .lp-v15-product-main {
	background: var(--lp67-paper) !important;
}

body.single-product .lp-v43-product {
	overflow: hidden !important;
}

body.single-product .lp-v43-product__gallery-head {
	position: relative !important;
	z-index: 3 !important;
}

body.single-product .lp-v43-product__summary form.cart .quantity {
	display: grid !important;
	place-items: center !important;
	overflow: hidden !important;
	border-radius: 999px !important;
	border-color: rgba(210, 179, 95, 0.44) !important;
	background: rgba(255, 250, 242, 0.03) !important;
}

body.single-product .lp-v43-product__summary form.cart .quantity .qty,
body.single-product .lp-v43-product__summary form.cart input.qty {
	display: block !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	appearance: textfield !important;
	line-height: 1 !important;
	text-align: center !important;
}

body.single-product .lp-v43-product__summary form.cart .quantity .qty::-webkit-inner-spin-button,
body.single-product .lp-v43-product__summary form.cart .quantity .qty::-webkit-outer-spin-button {
	margin: 0 !important;
	appearance: none !important;
}

body.single-product .lp-v43-product__summary form.cart .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 999px !important;
	text-align: center !important;
	white-space: nowrap !important;
}

body .lp-mini-cart__actions {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 14px !important;
	align-items: stretch !important;
}

body .lp-mini-cart__actions .lp-button,
body .lp-mini-cart__actions button.lp-button {
	width: 100% !important;
	min-height: 58px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 0 !important;
	font: 900 10px/1 var(--lp-font-body, "Manrope", sans-serif) !important;
	letter-spacing: 0.16em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	appearance: none !important;
	cursor: pointer !important;
}

body .lp-mini-cart__actions .lp-button--ghost {
	border: 1px solid rgba(18, 16, 12, 0.16) !important;
	background: transparent !important;
	color: var(--lp67-ink) !important;
}

body .lp-mini-cart__actions .lp-button--solid,
body .lp-mini-cart__actions button.lp-button--solid {
	border: 1px solid var(--lp67-black) !important;
	background: var(--lp67-black) !important;
	color: #fff !important;
}

body .lp-mini-cart__terms[hidden] {
	display: none !important;
}

body .lp-mini-cart__terms {
	display: block !important;
	margin-top: 18px !important;
	padding: 22px !important;
	border: 1px solid var(--lp67-line) !important;
	background: linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(239, 229, 211, 0.92)) !important;
	color: var(--lp67-ink) !important;
}

body .lp-mini-cart__terms-kicker {
	margin: 0 0 10px !important;
	color: #97732e !important;
	font: 900 9px/1 var(--lp-font-body, "Manrope", sans-serif) !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase !important;
}

body .lp-mini-cart__terms h3 {
	margin: 0 0 16px !important;
	color: var(--lp67-ink) !important;
	font-family: var(--lp-font-heading, "Cormorant Garamond", Georgia, serif) !important;
	font-size: clamp(32px, 4vw, 44px) !important;
	font-weight: 500 !important;
	letter-spacing: -0.035em !important;
	line-height: 0.96 !important;
}

body .lp-mini-cart__terms .lp-v62-purchase-terms {
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--lp67-ink) !important;
}

body .lp-mini-cart__terms .lp-v62-purchase-terms__label {
	grid-template-columns: 26px minmax(0, 1fr) !important;
	gap: 14px !important;
	align-items: start !important;
}

body .lp-mini-cart__terms .lp-v62-purchase-terms__box {
	width: 26px !important;
	height: 26px !important;
	border-color: rgba(18, 16, 12, 0.34) !important;
	background: #fffdf8 !important;
	box-shadow: inset 0 0 0 3px rgba(255, 250, 242, 0.95) !important;
}

body .lp-mini-cart__terms .lp-v62-purchase-terms__copy {
	color: rgba(18, 16, 12, 0.74) !important;
	font-size: 12px !important;
	line-height: 1.62 !important;
}

body .lp-mini-cart__terms .lp-v62-purchase-terms__note,
body .lp-mini-cart__terms .lp-v62-purchase-terms.has-error::after {
	margin-left: 40px !important;
}

body .lp-mini-cart__terms .lp-v62-checkout-button {
	min-height: 56px !important;
	border-color: var(--lp67-gold) !important;
	background: linear-gradient(135deg, #d8ba68 0%, #b9913c 52%, #ecd387 100%) !important;
	color: var(--lp67-black) !important;
}

body.woocommerce-cart .lp-v43-cart {
	padding-top: clamp(36px, 5vw, 70px) !important;
}

body.woocommerce-cart .lp-v43-cart__summary {
	border: 1px solid var(--lp67-line) !important;
	background:
		radial-gradient(circle at 100% 0%, rgba(199, 165, 89, 0.12), transparent 42%),
		#080705 !important;
	box-shadow: 0 34px 90px rgba(18, 13, 7, 0.14) !important;
}

body.woocommerce-cart .lp-v43-cart__summary .cart_totals .checkout-button,
body.woocommerce-cart .lp-v43-cart__summary .wc-proceed-to-checkout {
	display: none !important;
}

body.woocommerce-cart .lp-v43-cart__summary form {
	margin: 0 !important;
}

body.woocommerce-cart .lp-v43-cart__summary .lp-v62-purchase-terms {
	margin: 24px 0 16px !important;
	padding: 22px !important;
	border-radius: 0 !important;
}

body.woocommerce-cart .lp-v43-cart__summary .lp-v62-checkout-button {
	margin-top: 0 !important;
}

body.woocommerce-cart .lp-v43-cart__summary .lp-v62-purchase-terms__label,
body.woocommerce-cart .lp-v63-cart-block-terms .lp-v62-purchase-terms__label,
body .lp-mini-cart__terms .lp-v62-purchase-terms__label {
	cursor: pointer !important;
}

body.woocommerce-cart .lp-v43-cart__summary .lp-v62-purchase-terms__box,
body.woocommerce-cart .lp-v63-cart-block-terms .lp-v62-purchase-terms__box,
body .lp-mini-cart__terms .lp-v62-purchase-terms__box {
	border-radius: 50% !important;
	display: block !important;
	flex: 0 0 auto !important;
}

body.woocommerce-cart .lp-v43-cart__summary .lp-v62-purchase-terms__label input:checked + .lp-v62-purchase-terms__box,
body.woocommerce-cart .lp-v63-cart-block-terms .lp-v62-purchase-terms__label input:checked + .lp-v62-purchase-terms__box,
body .lp-mini-cart__terms .lp-v62-purchase-terms__label input:checked + .lp-v62-purchase-terms__box {
	background: var(--lp67-black) !important;
	border-color: var(--lp67-gold) !important;
	box-shadow: 0 0 0 1px var(--lp67-gold), inset 0 0 0 4px var(--lp67-black) !important;
}

body.woocommerce-cart .lp-page-content--cart-block {
	width: min(1320px, calc(100vw - 40px)) !important;
	max-width: 1320px !important;
	margin-inline: auto !important;
	padding-top: clamp(40px, 6vw, 84px) !important;
	padding-bottom: clamp(88px, 8vw, 140px) !important;
}

body.woocommerce-cart .lp-v63-cart-block-terms {
	position: relative !important;
	width: min(760px, 100%) !important;
	max-width: 760px !important;
	margin: clamp(34px, 5vw, 72px) auto clamp(84px, 8vw, 132px) !important;
	padding: clamp(28px, 5vw, 48px) !important;
	border: 1px solid var(--lp67-line) !important;
	background:
		radial-gradient(circle at 100% 0%, rgba(199, 165, 89, 0.16), transparent 38%),
		linear-gradient(145deg, #100d09 0%, #050504 100%) !important;
	color: #fff !important;
	box-shadow: 0 34px 90px rgba(18, 13, 7, 0.18) !important;
	overflow: hidden !important;
}

body.woocommerce-cart .lp-v63-cart-block-terms::before,
body.woocommerce-cart .lp-v63-cart-block-terms::after {
	display: none !important;
	content: none !important;
}

body.woocommerce-cart .lp-v63-cart-block-terms__eyebrow {
	color: var(--lp67-gold) !important;
}

body.woocommerce-cart .lp-v63-cart-block-terms h2 {
	max-width: 620px !important;
	margin-bottom: 24px !important;
	font-size: clamp(38px, 5vw, 58px) !important;
	letter-spacing: -0.045em !important;
}

body.woocommerce-cart .lp-v63-cart-block-terms .lp-v62-purchase-terms {
	margin-bottom: 18px !important;
	padding: 22px !important;
	border: 1px solid rgba(199, 165, 89, 0.22) !important;
	background: rgba(255, 250, 242, 0.06) !important;
}

body.woocommerce-cart .lp-v63-cart-block-terms .lp-v62-checkout-button {
	width: 100% !important;
}

body.woocommerce-cart .lp-v43-cart-item__quantity .quantity {
	display: grid !important;
	place-items: center !important;
	width: 78px !important;
	height: 44px !important;
	border: 1px solid var(--lp67-line-soft) !important;
	border-radius: 999px !important;
	background: #fffaf2 !important;
	overflow: hidden !important;
}

body.woocommerce-cart .lp-v43-cart-item__quantity .quantity .qty {
	width: 100% !important;
	height: 42px !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--lp67-ink) !important;
	font: 800 14px/1 var(--lp-font-body, "Manrope", sans-serif) !important;
	text-align: center !important;
}

body.woocommerce-cart .lp-v43-cart-item__quantity .quantity .qty::-webkit-inner-spin-button,
body.woocommerce-cart .lp-v43-cart-item__quantity .quantity .qty::-webkit-outer-spin-button {
	margin: 0 !important;
	appearance: none !important;
}

body.woocommerce-cart .lp-v43-cart-item__footer {
	align-items: end !important;
}

body.woocommerce-cart .lp-v43-cart-item__remove {
	justify-content: flex-end !important;
}

body.woocommerce-cart .lp-v43-cart__utilities {
	gap: 16px !important;
}

@media (max-width: 980px) {
	body.single-product .lp-v43-product {
		display: block !important;
		padding-top: 0 !important;
	}

	body.single-product .lp-v43-product__gallery {
		padding: 30px 12px 28px !important;
		min-height: 0 !important;
		display: block !important;
		grid-template-rows: none !important;
		background: var(--lp67-paper) !important;
	}

	body.single-product .lp-v43-product__gallery-head {
		display: none !important;
	}

	body.single-product .lp-v43-product__gallery .lp-product-gallery__main {
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		aspect-ratio: 0.82 / 1 !important;
		background: #fffaf4 !important;
		overflow: hidden !important;
	}

	body.single-product .lp-v43-product__gallery .lp-product-gallery__slide {
		padding: 0 !important;
	}

	body.single-product .lp-v43-product__gallery .lp-product-gallery__slide img,
	body.single-product .lp-v43-product__gallery .lp-product-gallery__slide video {
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: center !important;
		padding: 0 !important;
	}

	body.single-product .lp-v54-gallery__expand {
		top: 18px !important;
		right: 18px !important;
		width: 50px !important;
		height: 50px !important;
		background: rgba(255, 250, 242, 0.96) !important;
		color: var(--lp67-black) !important;
		box-shadow: 0 14px 34px rgba(17, 12, 6, 0.16) !important;
	}

	body.single-product .lp-v43-product__summary-inner {
		padding: 44px 22px 54px !important;
	}

	body.single-product .lp-v43-product__summary form.cart {
		display: grid !important;
		grid-template-columns: 74px minmax(0, 1fr) !important;
		gap: 12px !important;
		align-items: stretch !important;
	}

	body.single-product .lp-v43-product__summary form.cart .quantity,
	body.single-product .lp-v43-product__summary form.cart .quantity .qty {
		width: 74px !important;
		height: 56px !important;
		border-radius: 999px !important;
	}

	body.single-product .lp-v43-product__summary form.cart .single_add_to_cart_button {
		min-width: 0 !important;
		height: 56px !important;
		padding: 0 16px !important;
		border-radius: 999px !important;
		letter-spacing: 0.16em !important;
	}

	body .lp-mini-cart__actions {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart .lp-v43-cart {
		padding-inline: 18px !important;
		padding-top: 34px !important;
	}

	body.woocommerce-cart .lp-v43-cart__header {
		padding: 42px 22px !important;
		text-align: left !important;
	}

	body.woocommerce-cart .lp-v43-cart__layout {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	body.woocommerce-cart .lp-v43-cart__summary {
		position: relative !important;
		top: auto !important;
		width: 100% !important;
		padding: 26px 22px !important;
	}

	body.woocommerce-cart .lp-v43-cart__summary .lp-v62-purchase-terms {
		padding: 18px !important;
	}

	body.woocommerce-cart .lp-v43-cart__summary .lp-v62-purchase-terms__label,
	body.woocommerce-cart .lp-v63-cart-block-terms .lp-v62-purchase-terms__label {
		grid-template-columns: 28px minmax(0, 1fr) !important;
	}

	body.woocommerce-cart .lp-v43-cart__summary .lp-v62-purchase-terms__box,
	body.woocommerce-cart .lp-v63-cart-block-terms .lp-v62-purchase-terms__box {
		width: 28px !important;
		height: 28px !important;
	}
}

@media (max-width: 980px) {
	html body.single-product .lp-v43-product {
		display: block !important;
		min-height: 0 !important;
		padding-top: 0 !important;
	}

	html body.single-product .lp-v43-product__gallery {
		min-height: 0 !important;
		padding: 14px 12px 28px !important;
		display: block !important;
		grid-template-rows: none !important;
	}

	html body.single-product .lp-v43-product__gallery-head {
		display: none !important;
	}

	html body.single-product .lp-v43-product__gallery .lp-product-gallery__main {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		aspect-ratio: 0.82 / 1 !important;
	}

	html body.single-product .lp-v43-product__gallery .lp-product-gallery__slide {
		position: absolute !important;
		inset: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
	}

	html body.single-product .lp-v43-product__gallery .lp-product-gallery__slide img,
	html body.single-product .lp-v43-product__gallery .lp-product-gallery__slide video {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	html body.single-product .lp-v43-product__summary form.cart {
		grid-template-columns: 74px minmax(0, 1fr) !important;
	}

	html body.single-product .lp-v43-product__summary form.cart .quantity,
	html body.single-product .lp-v43-product__summary form.cart .quantity .qty {
		width: 74px !important;
		height: 56px !important;
		border-radius: 999px !important;
	}

	html body.single-product .lp-v43-product__summary form.cart .single_add_to_cart_button {
		height: 56px !important;
		border-radius: 999px !important;
	}
}

@media (max-width: 430px) {
	html body.single-product .lp-v43-product__gallery {
		padding: 12px 10px 24px !important;
	}

	html body.single-product .lp-v43-product__summary form.cart {
		grid-template-columns: 64px minmax(0, 1fr) !important;
		gap: 10px !important;
	}

	html body.single-product .lp-v43-product__summary form.cart .quantity,
	html body.single-product .lp-v43-product__summary form.cart .quantity .qty {
		width: 64px !important;
		height: 54px !important;
	}

	html body.single-product .lp-v43-product__summary form.cart .single_add_to_cart_button {
		font-size: 9px !important;
		letter-spacing: 0.12em !important;
	}

	body.woocommerce-cart .lp-v43-cart-item {
		grid-template-columns: 96px minmax(0, 1fr) !important;
		gap: 16px !important;
		padding: 16px 0 !important;
	}

	body.woocommerce-cart .lp-v43-cart-item__image {
		width: 96px !important;
		height: 126px !important;
		min-height: 126px !important;
	}

	body.woocommerce-cart .lp-v43-cart-item__title {
		font-size: 30px !important;
		line-height: 0.98 !important;
	}

	body.woocommerce-cart .lp-v43-cart-item__footer {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		align-items: stretch !important;
	}

	body.woocommerce-cart .lp-v43-cart-item__quantity {
		align-items: flex-start !important;
	}

	body.woocommerce-cart .lp-v43-cart-item__quantity .quantity {
		width: 78px !important;
		height: 46px !important;
	}

	body.woocommerce-cart .lp-v43-cart-item__remove {
		width: max-content !important;
		justify-content: flex-start !important;
	}

	body .lp-mini-cart__terms {
		padding: 18px !important;
	}

	body .lp-mini-cart__terms .lp-v62-purchase-terms__label {
		grid-template-columns: 28px minmax(0, 1fr) !important;
	}

	body .lp-mini-cart__terms .lp-v62-purchase-terms__box {
		width: 28px !important;
		height: 28px !important;
	}
}
