/*
 * London Premium v54
 * Commerce cards, search dismissal, footer refinement and product media gallery.
 */

:root {
	--lp54-black: #070604;
	--lp54-ink: #17130e;
	--lp54-paper: #fffaf1;
	--lp54-cream: #f1e9dc;
	--lp54-gold: #cba957;
	--lp54-gold-soft: #ead69d;
	--lp54-line: rgba(203, 169, 87, 0.3);
	--lp54-serif: "Cormorant Garamond", Georgia, serif;
	--lp54-sans: "Manrope", sans-serif;
}

/* Shared card actions: preserve every card layout and refine only its controls. */
html body .site .woocommerce ul.products li.product.lp-product-card .lp-product-card__media-footer,
html body .site ul.products.lp-product-grid li.product.lp-product-card .lp-product-card__media-footer {
	left: 18px !important;
	right: 18px !important;
	bottom: 18px !important;
	display: flex !important;
	grid-template-columns: none !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
	pointer-events: none !important;
}

html body .site .woocommerce ul.products li.product.lp-product-card .lp-product-card__reserve,
html body .site .woocommerce-page ul.products li.product.lp-product-card .lp-product-card__reserve,
html body .site ul.products.lp-product-grid li.product.lp-product-card .lp-product-card__reserve {
	width: auto !important;
	min-width: 138px !important;
	max-width: 156px !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 999px !important;
	background: #11100d !important;
	background-image: none !important;
	color: #fff !important;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22) !important;
	font: 850 9px/1 var(--lp54-sans) !important;
	letter-spacing: 0.16em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
	pointer-events: auto !important;
}

html body .site .lp-product-card__reserve > span {
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: inherit !important;
	line-height: 1 !important;
	text-align: center !important;
}

html body .site .lp-product-card__reserve::before,
html body .site .lp-product-card__reserve::after,
html body .site .lp-product-card__reserve > span::before,
html body .site .lp-product-card__reserve > span::after {
	display: none !important;
	content: none !important;
}

html body .site .lp-product-card__reserve:hover {
	border-color: var(--lp54-gold) !important;
	background: var(--lp54-gold) !important;
	color: var(--lp54-black) !important;
	transform: translateY(-2px) !important;
}

html body .site .lp-product-card__private,
html body .site .lp-product-card .js-wishlist-button.lp-product-card__private {
	position: static !important;
	width: 50px !important;
	min-width: 50px !important;
	height: 50px !important;
	min-height: 50px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-grid !important;
	place-items: center !important;
	border: 1px solid rgba(17, 14, 10, 0.18) !important;
	border-radius: 50% !important;
	background: rgba(255, 250, 241, 0.97) !important;
	color: var(--lp54-black) !important;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
	transform: none !important;
	pointer-events: auto !important;
}

html body .site .lp-product-card__private svg {
	width: 21px !important;
	height: 21px !important;
	margin: 0 !important;
	display: block !important;
}

html body .site .lp-product-card__private span {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

html body .site .lp-product-card__private:hover,
html body .site .lp-product-card__private.is-active {
	border-color: var(--lp54-gold) !important;
	background: var(--lp54-black) !important;
	color: var(--lp54-gold-soft) !important;
	transform: translateY(-2px) !important;
}

html body .site .lp-product-card__private.is-active svg {
	fill: none !important;
}

/* Beat the legacy commerce lock without altering card structure. */
html body .site .woocommerce ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__reserve,
html body .site .woocommerce-page ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__reserve,
html body.woocommerce .site-main .lp-shop-main ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__reserve {
	width: auto !important;
	min-width: 138px !important;
	max-width: 156px !important;
	height: 48px !important;
	min-height: 48px !important;
	padding: 0 24px !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
	background: #11100d !important;
	color: #fff !important;
	font: 850 9px/1 var(--lp54-sans) !important;
}

html body .site .woocommerce ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private,
html body .site .woocommerce-page ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private,
html body.woocommerce .site-main .lp-shop-main ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private {
	width: 50px !important;
	min-width: 50px !important;
	height: 50px !important;
	min-height: 50px !important;
	border-color: rgba(17, 14, 10, 0.18) !important;
	background: rgba(255, 250, 241, 0.97) !important;
	color: var(--lp54-black) !important;
}

html body .site .woocommerce ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private svg,
html body .site .woocommerce-page ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private svg,
html body.woocommerce .site-main .lp-shop-main ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private svg {
	width: 21px !important;
	height: 21px !important;
	fill: none !important;
}

html body .site .woocommerce ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private svg path,
html body .site .woocommerce-page ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private svg path,
html body.woocommerce .site-main .lp-shop-main ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private svg path {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.8 !important;
}

html body .site .woocommerce ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private.is-active,
html body .site .woocommerce-page ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private.is-active,
html body.woocommerce .site-main .lp-shop-main ul.products li.product.lp-product-card .lp-product-card__media-footer .lp-product-card__private.is-active {
	border-color: var(--lp54-gold) !important;
	background: var(--lp54-black) !important;
	color: var(--lp54-gold-soft) !important;
}

/* Homepage campaign cards remain deliberately distinct from catalogue cards. */
html body.home .site .lp-v18-collection {
	padding-bottom: clamp(84px, 9vw, 136px) !important;
	background: transparent !important;
}

html body.home .site .lp-v18-collection .woocommerce ul.products {
	width: min(1120px, 100%) !important;
	max-width: 1120px !important;
	margin: clamp(40px, 5vw, 68px) auto 0 !important;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	justify-content: center !important;
	gap: 28px !important;
}

html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card,
html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child {
	grid-column: auto !important;
	width: 100% !important;
	max-width: 354px !important;
	min-height: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	justify-self: center !important;
	border: 1px solid rgba(203, 169, 87, 0.3) !important;
	border-radius: 0 !important;
	background: var(--lp54-black) !important;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24) !important;
	overflow: hidden !important;
}

html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child {
	grid-column: 1 / -1 !important;
	max-width: 440px !important;
}

html body.home .site .lp-v18-collection .lp-product-card__media,
html body.home .site .lp-v18-collection li.product:only-child .lp-product-card__media,
html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child .lp-product-card__media {
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	aspect-ratio: 1 / 1.08 !important;
	border: 0 !important;
	background: var(--lp54-cream) !important;
}

html body.home .site .lp-v18-collection .lp-product-card__image,
html body.home .site .lp-v18-collection li.product:only-child .lp-product-card__image,
html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child .lp-product-card__image {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	display: grid !important;
	place-items: center !important;
	background: var(--lp54-cream) !important;
	overflow: hidden !important;
}

html body.home .site .lp-v18-collection .lp-product-card__image > img,
html body.home .site .lp-v18-collection .lp-product-card__image-secondary img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	mix-blend-mode: multiply !important;
}

html body.home .site .lp-v18-collection .lp-product-card__content,
html body.home .site .lp-v18-collection li.product:only-child .lp-product-card__content,
html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child .lp-product-card__content {
	width: 100% !important;
	min-height: 166px !important;
	padding: 27px 26px 30px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 8px !important;
	border: 0 !important;
	border-top: 1px solid rgba(203, 169, 87, 0.22) !important;
	background:
		radial-gradient(circle at 100% 0%, rgba(203, 169, 87, 0.1), transparent 40%),
		#080705 !important;
	color: #fff !important;
	text-align: left !important;
}

html body.home .site .lp-v18-collection .lp-product-card__meta {
	margin-bottom: 8px !important;
}

html body.home .site .lp-v18-collection .lp-product-card__brand {
	color: var(--lp54-gold) !important;
}

html body.home .site .lp-v18-collection .lp-product-card__stock {
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.48) !important;
}

html body.home .site .lp-v18-collection .woocommerce-loop-product__title,
html body.home .site .lp-v18-collection .woocommerce-loop-product__title a,
html body.home .site .lp-v18-collection li.product:only-child .woocommerce-loop-product__title,
html body.home .site .lp-v18-collection li.product:only-child .woocommerce-loop-product__title a,
html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child .woocommerce-loop-product__title,
html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child .woocommerce-loop-product__title a {
	margin: 0 !important;
	color: #fffaf0 !important;
	font: 500 31px/1 var(--lp54-serif) !important;
	text-align: left !important;
}

html body.home .site .lp-v18-collection .lp-product-card__price,
html body.home .site .lp-v18-collection .lp-product-card__price *,
html body.home .site .lp-v18-collection .woocommerce ul.products li.product.lp-product-card .lp-product-card__price,
html body.home .site .lp-v18-collection .woocommerce ul.products li.product.lp-product-card .lp-product-card__price * {
	margin: 2px 0 0 !important;
	color: var(--lp54-gold-soft) !important;
	font-size: 13px !important;
	text-align: left !important;
}

/* Remove the exposed page canvas below the final homepage campaign. */
html body.home .lp-v49-wide-poster {
	margin-bottom: 0 !important;
}

html body.home .lp-v15-main,
html body.home #primary,
html body.home .site-main {
	background-color: #090704 !important;
}

html body.home .lp-site-footer {
	margin-top: 0 !important;
}

/* Footer journal form: remove the dark block wrapped around the field. */
html body .lp-newsletter-form--minimal {
	padding: 0 !important;
	gap: 12px !important;
	align-items: center !important;
	background: transparent !important;
	box-shadow: none !important;
}

html body .lp-newsletter-form--minimal::before,
html body .lp-newsletter-form--minimal::after {
	display: none !important;
	content: none !important;
}

html body .lp-newsletter-form--minimal input,
html body .lp-newsletter-form--minimal button {
	margin: 0 !important;
}

/* Search brand spacing and mobile dismissal guard. */
html body .lp-overlay--search .lp-v41-search__top {
	height: 104px !important;
	min-height: 104px !important;
	padding-bottom: 28px !important;
}

html body .lp-overlay--search .lp-v10-search__brand img {
	max-height: 52px !important;
}

html body.lp-search-dismiss-lock #masthead .lp-v16-actions {
	pointer-events: none !important;
}

/* Product media gallery */
html body.single-product .lp-v43-product {
	min-height: calc(100dvh - 88px) !important;
	grid-template-columns: minmax(0, 58%) minmax(420px, 42%) !important;
}

html body.single-product .lp-v43-product__gallery {
	position: relative !important;
	min-height: calc(100dvh - 88px) !important;
	padding: 24px 28px 30px !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	grid-template-rows: auto minmax(0, 1fr) auto auto !important;
	background: var(--lp54-cream) !important;
}

html body.single-product .lp-v43-product__gallery-head {
	grid-column: 1 !important;
	padding: 0 2px 14px !important;
}

html body.single-product .lp-v43-product__gallery .lp-product-gallery__main {
	position: relative !important;
	grid-column: 1 !important;
	width: 100% !important;
	height: calc(100dvh - 245px) !important;
	min-height: 560px !important;
	max-height: 820px !important;
	margin: 16px 0 0 !important;
	border: 1px solid rgba(23, 19, 14, 0.08) !important;
	background: var(--lp54-paper) !important;
	overflow: hidden !important;
}

html body.single-product .lp-v43-product__gallery .lp-product-gallery__slide {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	background: var(--lp54-paper) !important;
	place-items: center !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;
	min-width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center !important;
}

html body.single-product .lp-v43-product__gallery .lp-product-gallery__slide video {
	background: #050403 !important;
	mix-blend-mode: normal !important;
}

html body.single-product .lp-v54-gallery__expand {
	position: absolute !important;
	z-index: 8 !important;
	top: 18px !important;
	right: 18px !important;
	width: 48px !important;
	height: 48px !important;
	padding: 0 !important;
	display: grid !important;
	place-items: center !important;
	border: 1px solid rgba(23, 19, 14, 0.16) !important;
	border-radius: 50% !important;
	background: rgba(255, 250, 241, 0.9) !important;
	color: var(--lp54-ink) !important;
	backdrop-filter: blur(10px) !important;
}

html body.single-product .lp-v54-gallery__expand svg {
	width: 19px !important;
	height: 19px !important;
}

html body.single-product .lp-v43-product__gallery .lp-v41-gallery__controls {
	grid-column: 1 !important;
	width: 100% !important;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: 46px 1fr 46px !important;
	align-items: center !important;
	gap: 12px !important;
}

html body.single-product .lp-v43-product__gallery .lp-v41-gallery__arrow {
	position: static !important;
	width: 46px !important;
	height: 46px !important;
	border: 1px solid rgba(23, 19, 14, 0.18) !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--lp54-ink) !important;
}

html body.single-product .lp-v43-product__gallery .lp-v41-gallery__arrow:first-child svg {
	transform: rotate(180deg) !important;
}

html body.single-product .lp-v43-product__gallery .lp-v41-gallery__controls > span {
	text-align: center !important;
	color: #8e6d27 !important;
	font: 800 9px/1 var(--lp54-sans) !important;
	letter-spacing: 0.18em !important;
}

html body.single-product .lp-v43-product__gallery .lp-product-gallery__thumbs {
	grid-column: 1 !important;
	margin: 14px 0 0 !important;
	padding: 0 0 4px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	overflow-x: auto !important;
}

html body.single-product .lp-product-gallery__thumb {
	position: relative !important;
	flex: 0 0 72px !important;
	width: 72px !important;
	height: 72px !important;
	padding: 5px !important;
	border: 1px solid rgba(23, 19, 14, 0.13) !important;
	background: var(--lp54-paper) !important;
	color: var(--lp54-ink) !important;
}

html body.single-product .lp-product-gallery__thumb.is-active {
	border-color: var(--lp54-gold) !important;
	box-shadow: inset 0 0 0 1px var(--lp54-gold) !important;
}

html body.single-product .lp-product-gallery__thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

html body.single-product .lp-product-gallery__thumb--video svg {
	width: 24px !important;
	height: 24px !important;
}

/* Full-screen product media viewer. */
html body .lp-v54-media-viewer {
	position: fixed !important;
	z-index: 100200 !important;
	inset: 0 !important;
	padding: 28px !important;
	display: none !important;
	grid-template-columns: 58px minmax(0, 1fr) 58px !important;
	grid-template-rows: 58px minmax(0, 1fr) 34px !important;
	align-items: center !important;
	gap: 16px !important;
	background: rgba(3, 3, 2, 0.97) !important;
	color: #fff !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

html body .lp-v54-media-viewer.is-open {
	display: grid !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

html body.lp-v54-viewer-open {
	overflow: hidden !important;
}

html body .lp-v54-media-viewer__close {
	grid-column: 3 !important;
	grid-row: 1 !important;
	justify-self: end !important;
	width: 52px !important;
	height: 52px !important;
	padding: 0 !important;
	display: grid !important;
	place-items: center !important;
	border: 1px solid rgba(203, 169, 87, 0.62) !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--lp54-gold-soft) !important;
}

html body .lp-v54-media-viewer__stage {
	position: relative !important;
	grid-column: 2 !important;
	grid-row: 1 / 3 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	display: grid !important;
	place-items: center !important;
}

html body .lp-v54-media-viewer__item {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	display: none !important;
	place-items: center !important;
}

html body .lp-v54-media-viewer__item.is-active {
	display: grid !important;
}

html body .lp-v54-media-viewer__item img,
html body .lp-v54-media-viewer__item video {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
}

html body .lp-v54-media-viewer__arrow {
	grid-row: 2 !important;
	width: 56px !important;
	height: 56px !important;
	padding: 0 !important;
	display: grid !important;
	place-items: center !important;
	border: 1px solid rgba(203, 169, 87, 0.45) !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.03) !important;
	color: var(--lp54-gold-soft) !important;
}

html body .lp-v54-media-viewer__arrow--prev {
	grid-column: 1 !important;
}

html body .lp-v54-media-viewer__arrow--prev svg {
	transform: rotate(180deg) !important;
}

html body .lp-v54-media-viewer__arrow--next {
	grid-column: 3 !important;
}

html body .lp-v54-media-viewer__count {
	grid-column: 2 !important;
	grid-row: 3 !important;
	text-align: center !important;
	color: var(--lp54-gold-soft) !important;
	font: 800 9px/1 var(--lp54-sans) !important;
	letter-spacing: 0.18em !important;
}

/* Related collection and ready-state when the catalogue contains one product. */
html body.single-product .lp-v43-related {
	width: min(1420px, calc(100% - 48px)) !important;
	margin: clamp(78px, 10vw, 140px) auto 0 !important;
	padding: clamp(48px, 6vw, 82px) !important;
	border: 1px solid rgba(203, 169, 87, 0.26) !important;
	background:
		radial-gradient(circle at 84% 12%, rgba(203, 169, 87, 0.12), transparent 34%),
		#090704 !important;
	color: #fff !important;
}

html body.single-product .lp-v43-related .lp-v15-section-head {
	max-width: 760px !important;
	margin: 0 auto 42px !important;
	text-align: center !important;
}

html body.single-product .lp-v43-related .lp-v15-kicker {
	color: var(--lp54-gold) !important;
}

html body.single-product .lp-v43-related .lp-v15-section-head h2 {
	margin: 15px 0 0 !important;
	color: #fffaf0 !important;
	font: 500 clamp(44px, 5vw, 68px)/0.94 var(--lp54-serif) !important;
	letter-spacing: -0.035em !important;
}

html body.single-product .lp-v54-related__intro {
	max-width: 640px !important;
	margin: 18px auto 0 !important;
	color: rgba(255, 255, 255, 0.62) !important;
	font: 500 13px/1.75 var(--lp54-sans) !important;
}

html body.single-product .lp-v54-related__empty {
	max-width: 620px !important;
	margin: 0 auto !important;
	text-align: center !important;
}

html body.single-product .lp-v54-related__empty a {
	min-width: 210px !important;
	height: 52px !important;
	padding: 0 25px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid var(--lp54-gold) !important;
	background: var(--lp54-gold) !important;
	color: var(--lp54-black) !important;
	font: 850 9px/1 var(--lp54-sans) !important;
	letter-spacing: 0.16em !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

@media (max-width: 1060px) {
	html body.home .site .lp-v18-collection .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body.single-product .lp-v43-product {
		grid-template-columns: 1fr !important;
	}

	html body.single-product .lp-v43-product__gallery {
		height: auto !important;
		min-height: 0 !important;
		grid-template-rows: auto auto auto auto !important;
	}
}

@media (max-width: 860px) {
	html body .lp-overlay--search .lp-v41-search__top {
		height: 92px !important;
		min-height: 92px !important;
		padding-bottom: 24px !important;
	}

	html body .lp-overlay--search .lp-v10-search__brand img {
		max-height: 44px !important;
	}

	html body.home .site .lp-v18-collection .woocommerce ul.products {
		width: min(100%, 390px) !important;
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}

	html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card,
	html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child {
		grid-column: 1 !important;
		max-width: 390px !important;
	}

	html body.home .site .lp-v18-collection .lp-product-card__media,
	html body.home .site .lp-v18-collection li.product:only-child .lp-product-card__media,
	html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child .lp-product-card__media {
		aspect-ratio: 1 / 1.04 !important;
	}

	html body.single-product .lp-v43-product__gallery {
		padding: 18px 14px 24px !important;
	}

	html body.single-product .lp-v43-product__gallery .lp-product-gallery__main {
		height: 72svh !important;
		min-height: 480px !important;
		max-height: 680px !important;
		margin-top: 12px !important;
	}

	html body.single-product .lp-v43-product__gallery .lp-product-gallery__thumbs {
		justify-content: flex-start !important;
	}

	html body .lp-v54-media-viewer {
		padding: 14px !important;
		grid-template-columns: 44px minmax(0, 1fr) 44px !important;
		grid-template-rows: 50px minmax(0, 1fr) 32px !important;
		gap: 8px !important;
	}

	html body .lp-v54-media-viewer__close {
		width: 44px !important;
		height: 44px !important;
	}

	html body .lp-v54-media-viewer__arrow {
		width: 42px !important;
		height: 42px !important;
	}

	html body.single-product .lp-v43-related {
		width: calc(100% - 28px) !important;
		margin: 54px auto 0 !important;
		padding: 42px 18px !important;
	}
}

@media (max-width: 520px) {
	html body .site .woocommerce ul.products li.product.lp-product-card .lp-product-card__media-footer,
	html body .site ul.products.lp-product-grid li.product.lp-product-card .lp-product-card__media-footer {
		left: 16px !important;
		right: 16px !important;
		bottom: 16px !important;
	}

	html body .site .woocommerce ul.products li.product.lp-product-card .lp-product-card__reserve,
	html body .site .woocommerce-page ul.products li.product.lp-product-card .lp-product-card__reserve,
	html body .site ul.products.lp-product-grid li.product.lp-product-card .lp-product-card__reserve {
		min-width: 118px !important;
		max-width: 136px !important;
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 17px !important;
		font-size: 8px !important;
	}

	html body .site .lp-product-card__private,
	html body .site .lp-product-card .js-wishlist-button.lp-product-card__private {
		width: 46px !important;
		min-width: 46px !important;
		height: 46px !important;
		min-height: 46px !important;
	}

	html body .site .lp-product-card__private svg {
		width: 20px !important;
		height: 20px !important;
	}

	html body.home .site .lp-v18-collection .lp-product-card__content,
	html body.home .site .lp-v18-collection li.product:only-child .lp-product-card__content,
	html body.home .site .lp-v18-collection .woocommerce ul.products > li.product.lp-product-card:only-child .lp-product-card__content {
		min-height: 152px !important;
		padding: 24px 20px 27px !important;
	}

	html body .lp-newsletter-form--minimal {
		grid-template-columns: 1fr !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html body .lp-v54-media-viewer,
	html body .site .lp-product-card__private,
	html body .site .lp-product-card__reserve {
		transition: none !important;
	}
}
