:root {
	--jv-product-gutter: clamp(18px, 2vw, 34px);
	--jv-buy-width: minmax(320px, 3fr);
	--jv-control-height: 40px;
	--jv-inline-gap: 5px;
	--jv-section-gap: 26px;
	--jv-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--jv-line-soft: #d9d9d9;
	--jv-error-red: #d22b2b;
}

body.single-product {
	background: #fff;
}

html.jv-drawer-lock,
body.jv-drawer-lock {
	overflow: hidden;
	overscroll-behavior: contain;
}

.jv-product-page,
.jv-product-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.jv-product-page {
	width: 100%;
	margin: 0;
	background: #fff;
	color: #000;
	font-family: var(--jv-font-display);
}

.wp-site-blocks > .jv-product-page {
	margin-block-start: 0;
}

.jv-product-page button {
	font-family: var(--jv-font-display);
	cursor: pointer;
}

.jv-product-shell {
	display: grid;
	grid-template-columns: minmax(0, 7fr) var(--jv-buy-width);
	column-gap: var(--jv-product-gutter);
	align-items: start;
	width: 100%;
	padding: 0 var(--jv-product-gutter) 80px 2px;
}

.jv-product-media {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px;
	min-width: 0;
}

.jv-product-media__item {
	aspect-ratio: 4 / 5;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #f4f4f4;
}

.jv-product-media__image {
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	transform: none !important;
	transition: none !important;
}

.jv-buy-column {
	position: relative;
	z-index: 1;
	min-width: 0;
	align-self: stretch;
}

.jv-buy-card {
	position: sticky;
	top: calc(var(--jvh-visible-header-height, 0px) + var(--jv-section-gap));
	width: calc(100% + 7px);
	margin-left: -7px;
	max-height: calc(100vh - var(--jvh-visible-header-height, 0px) - var(--jv-section-gap) - 8px);
	overflow-y: auto;
	padding: 0 0 0 7px;
	scrollbar-width: none;
	transition:
		top var(--jvh-header-motion, 0.18s) var(--jvh-ease, var(--jv-ease-out)),
		max-height var(--jvh-header-motion, 0.18s) var(--jvh-ease, var(--jv-ease-out));
}

.jv-buy-card::-webkit-scrollbar {
	display: none;
}

body.admin-bar .jv-buy-card {
	top: calc(32px + var(--jvh-visible-header-height, 0px) + var(--jv-section-gap));
	max-height: calc(100vh - 32px - var(--jvh-visible-header-height, 0px) - var(--jv-section-gap) - 8px);
}

.jv-product-title {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
}

.jv-price-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: var(--jv-inline-gap);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
}

.jv-price-current,
.jv-upsell-price-current {
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	padding: 2px 6px;
	background: #f1f1f1;
	color: #000;
}

.jv-price-old {
	display: inline-flex;
	align-items: center;
	color: #a24b4b;
	font-size: 12px;
	line-height: 16px;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.jv-klarna-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: var(--jv-inline-gap);
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #000;
}

.jv-klarna-logo {
	display: inline-block;
	width: 38px;
	height: auto;
	vertical-align: middle;
}

.jv-size-section {
	margin-top: var(--jv-section-gap);
}

.jv-size-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: var(--jv-inline-gap);
}

.jv-size-title {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #000;
}

.jv-size-grid {
	display: grid;
	grid-template-columns: repeat(var(--jv-size-count), minmax(0, 1fr));
	gap: 2px;
	width: 100%;
}

.jv-size-option,
.jv-add-to-cart,
.jv-save-product,
.jv-cart-size-option,
.jv-checkout-link {
	min-height: var(--jv-control-height);
	height: var(--jv-control-height);
	border-radius: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	appearance: none;
	transition:
		border-color 0.42s var(--jv-ease-out),
		background-color 0.18s var(--jv-ease-out),
		color 0.18s var(--jv-ease-out);
}

.jv-product-page button:focus,
.jv-product-page button:focus-visible,
.jv-product-page button:active,
.jv-product-page a:focus,
.jv-product-page a:focus-visible,
.jv-product-page a:active,
.jv-upsell-track:focus,
.jv-upsell-track:focus-visible,
.jv-upsell-track:active {
	outline: 0 !important;
	box-shadow: none !important;
}

.jv-size-option,
.jv-cart-size-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 8px;
	border: 1px solid #000;
	border-color: #000;
	background: #fff;
	color: #000;
}

.jv-size-grid.is-size-warning .jv-size-option:not(:disabled),
.jv-cart-size-grid.is-size-warning .jv-cart-size-option:not(:disabled),
.jv-upsell-drawer__size-grid.is-size-warning .jv-upsell-drawer__size-option:not(:disabled) {
	border-color: var(--jv-error-red);
}

.jv-size-option.is-selected,
.jv-cart-size-option.is-selected {
	background: #000;
	color: #fff;
}

.jv-size-option:disabled,
.jv-cart-size-option:disabled {
	color: #9b9b9b;
	border-color: #bdbdbd;
	cursor: not-allowed;
}

.jv-size-chart-trigger {
	display: block;
	width: max-content;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.jv-product-actions {
	display: grid;
	grid-template-columns: 4fr 1fr;
	gap: 2px;
	width: 100%;
	margin-top: 2px;
}

.jv-add-to-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 14px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	overflow: hidden;
}

.jv-add-to-cart[disabled] {
	cursor: progress;
}

.jv-button-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.jv-button-loader {
	position: absolute;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 4px;
	background: #000;
}

.jv-button-loader span {
	display: block;
	width: 4px;
	height: 18px;
	background: #fff;
	transform: skewX(-18deg) scaleY(0.4);
	animation: jv-loader 0.7s var(--jv-ease-out) infinite;
}

.jv-button-loader span:nth-child(2) {
	animation-delay: 0.08s;
}

.jv-button-loader span:nth-child(3) {
	animation-delay: 0.16s;
}

.jv-add-to-cart.is-loading .jv-button-label {
	opacity: 0;
}

.jv-add-to-cart.is-loading .jv-button-loader {
	display: flex;
}

@keyframes jv-loader {
	0%,
	100% {
		transform: skewX(-18deg) scaleY(0.4);
		opacity: 1;
	}

	50% {
		transform: skewX(-18deg) scaleY(1);
		opacity: 1;
	}
}

.jv-save-product {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0;
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

.jv-save-product svg {
	width: 20px;
	height: 20px;
	display: block;
}

.jv-bookmark-fill {
	fill: #000;
	opacity: 0;
}

.jv-bookmark-line {
	fill: none;
	stroke: #000;
	stroke-width: 1;
	stroke-linejoin: miter;
}

.jv-save-product.is-saved .jv-bookmark-fill {
	opacity: 1;
}

.jv-upsell-block {
	margin-top: var(--jv-section-gap);
}

.jv-upsell-carousel {
	min-width: 0;
	overflow: visible;
}

.jv-upsell-viewport {
	width: 100%;
	overflow: hidden;
	border: 1px solid #000;
}

.jv-upsell-track {
	display: flex;
	gap: 0;
	width: 100%;
	overflow: visible;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	transform: translate3d(0, 0, 0);
	transition: transform 0.46s cubic-bezier(0.76, 0, 0.24, 1);
	will-change: transform;
}

.jv-upsell-track::-webkit-scrollbar {
	display: none;
}

.jv-upsell-card {
	--jv-upsell-card-height: 120px;
	--jv-upsell-image-width: 96px;
	position: relative;
	display: grid;
	grid-template-columns: var(--jv-upsell-image-width) minmax(0, 1fr);
	flex: 0 0 100%;
	width: 100%;
	min-width: 0;
	height: var(--jv-upsell-card-height);
	min-height: var(--jv-upsell-card-height);
	border: 0;
	background: #fff;
	box-shadow: none;
	transform: translateZ(0);
}

.jv-upsell-media {
	display: block;
	width: 100%;
	height: 100%;
	align-self: stretch;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-right: 1px solid #000;
	background: #f4f4f4;
	-webkit-tap-highlight-color: transparent;
}

.jv-upsell-image {
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center center;
}

.jv-upsell-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	padding: 8px 0 0;
}

.jv-upsell-name,
.jv-upsell-price,
.jv-upsell-open,
.jv-upsell-save {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #000;
}

.jv-upsell-name {
	display: -webkit-box;
	overflow: hidden;
	overflow-wrap: anywhere;
	margin: 0;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-tap-highlight-color: transparent;
}

.jv-upsell-name:active,
.jv-upsell-name:focus,
.jv-upsell-name:focus-visible {
	text-decoration: none;
}

.jv-upsell-price {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0 10px;
	color: #000;
}

.jv-upsell-price-current {
	font-size: 12px;
	line-height: 16px;
}

.jv-upsell-price-old {
	display: inline-flex;
	align-items: center;
	color: #a24b4b;
	font-size: 12px;
	line-height: 16px;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.jv-upsell-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 36px;
	width: 100%;
	margin-top: auto;
	border-top: 1px solid #000;
}

.jv-upsell-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 32px;
	height: 32px;
	margin-top: 0;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #000;
	text-align: center;
	text-transform: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.jv-upsell-save {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	min-height: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-left: 1px solid #000;
	border-radius: 0;
	background: #fff;
	color: #000;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.jv-upsell-save svg {
	display: block;
	width: 18px;
	height: 18px;
}

.jv-upsell-save.is-saved .jv-bookmark-fill {
	opacity: 1;
}

.jv-upsell-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: var(--jv-inline-gap);
}

.jv-upsell-arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #000;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	transition: none !important;
}

.jv-upsell-arrow svg {
	display: block;
	width: 22px;
	height: 22px;
	overflow: visible;
	fill: currentColor;
	transition: none !important;
}

.jv-upsell-arrow path {
	fill: currentColor;
	stroke: none;
	transition: none !important;
}

.jv-upsell-arrow:disabled {
	opacity: 1;
	color: #bdbdbd;
	cursor: default;
}

.jv-usp-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--jv-section-gap);
	border: 1px solid #000;
}

.jv-usp-strip__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 7px;
	min-width: 0;
	min-height: 86px;
	padding: 10px 6px 8px;
	border-right: 1px solid #000;
	text-align: center;
}

.jv-usp-strip__item:last-child {
	border-right: 0;
}

.jv-usp-strip__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #000;
}

.jv-usp-strip__icon svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1;
	stroke-linecap: square;
	stroke-linejoin: miter;
}

.jv-usp-strip p,
.jv-usp-strip small {
	display: block;
	margin: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	color: #000;
}

.jv-usp-strip small {
	color: #555;
	font-size: 10px;
	line-height: 13px;
}

.jv-delivery-note {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	margin-top: var(--jv-inline-gap);
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #000;
	overflow: visible;
}

.jv-delivery-note::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #168f46;
	box-shadow: 0 0 0 0 rgba(22, 143, 70, 0.36);
	flex: 0 0 auto;
	animation: jv-delivery-pulse 1.8s ease-out infinite;
}

.jv-delivery-note strong {
	position: relative;
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	color: #000;
	overflow: hidden;
}

.jv-delivery-note strong::after {
	content: attr(data-delivery-text);
	position: absolute;
	inset: 0;
	width: 100%;
	color: transparent;
	background-image: repeating-linear-gradient(
		90deg,
		transparent 0,
		rgba(22, 143, 70, 0) 6px,
		rgba(22, 143, 70, 0.14) 15px,
		rgba(22, 143, 70, 0.5) 24px,
		#168f46 30px,
		#168f46 38px,
		rgba(22, 143, 70, 0.5) 44px,
		rgba(22, 143, 70, 0.14) 53px,
		rgba(22, 143, 70, 0) 62px,
		transparent 78px
	);
	background-position: 0 0;
	background-repeat: repeat;
	background-size: 78px 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 2px rgba(22, 143, 70, 0.34));
	pointer-events: none;
	text-shadow: none;
	animation: jv-delivery-text-sweep 1.55s linear infinite;
}

@keyframes jv-delivery-text-sweep {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 78px 0;
	}
}

@keyframes jv-delivery-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(22, 143, 70, 0.36);
	}

	70% {
		box-shadow: 0 0 0 7px rgba(22, 143, 70, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(22, 143, 70, 0);
	}
}

.jv-accordions {
	margin-top: 18px;
	border-top: 0;
}

.jv-accordion {
	border-bottom: 1px solid #000;
}

.jv-accordion:last-child {
	border-bottom: 0;
}

.jv-accordion__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 36px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	text-transform: uppercase;
}

.jv-accordion__icon {
	position: relative;
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
}

.jv-accordion__icon::before,
.jv-accordion__icon::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 13px;
	height: 1px;
	background: #000;
}

.jv-accordion__icon::after {
	transform: rotate(90deg);
}

.jv-accordion__trigger[aria-expanded="true"] .jv-accordion__icon::after {
	display: none;
}

.jv-accordion__panel {
	padding: 0 0 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #000;
}

.jv-accordion__panel p {
	margin: 0 0 12px;
}

.jv-accordion__panel p:last-child {
	margin-bottom: 0;
}

.jv-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 9997;
	background: rgba(0, 0, 0, 0.34);
	backdrop-filter: none;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.24s var(--jv-ease-out);
}

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

.jv-drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9998;
	width: var(--jv-drawer-width, 30vw);
	min-width: 0;
	height: 100vh;
	background: #fff;
	color: #000;
	transform: translateX(100%);
	transition: transform 0.24s var(--jv-ease-out);
	will-change: transform;
}

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

body.admin-bar .jv-drawer {
	top: 32px;
	height: calc(100vh - 32px);
}

.jv-drawer.jv-drawer--size-chart {
	z-index: 9999;
}

.jv-drawer__close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
}

.jv-drawer__close span {
	position: absolute;
	top: 13px;
	left: 4px;
	width: 20px;
	height: 1px;
	background: currentColor;
}

.jv-drawer__close span:first-child {
	transform: rotate(45deg);
}

.jv-drawer__close span:last-child {
	transform: rotate(-45deg);
}

.jv-cart-drawer {
	height: 100%;
	padding: 56px 18px 18px;
	overflow-y: auto;
}

.jv-cart-drawer h2 {
	margin: 0 0 18px;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
}

.jv-size-chart-drawer {
	height: 100%;
	padding: 56px 18px 18px;
	overflow-y: auto;
}

.jv-size-chart-drawer h2 {
	margin: 0 0 18px;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
}

.jv-size-chart-drawer p {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #000;
}

.jv-size-chart-table {
	display: grid;
	width: 100%;
	border-top: 1px solid var(--jv-line-soft);
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.jv-size-chart-table [role="columnheader"] {
	text-transform: uppercase;
}

.jv-size-chart-table [role="row"] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--jv-line-soft);
}

.jv-size-chart-table span {
	display: block;
	padding: 11px 0;
}

.jv-cart-empty,
.jv-cart-help {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.jv-cart-item {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 12px;
	padding: 0 0 14px;
	border-bottom: 1px solid #000;
}

.jv-cart-item + .jv-cart-item {
	margin-top: 14px;
}

.jv-cart-item img {
	display: block;
	width: 70px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	background: #f4f4f4;
}

.jv-cart-item__title {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.jv-cart-item__meta,
.jv-cart-item__price {
	margin: 5px 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #555;
}

.jv-cart-size-grid {
	display: grid;
	grid-template-columns: repeat(var(--jv-size-count), minmax(0, 1fr));
	gap: 2px;
	width: 100%;
	margin-top: 12px;
}

.jv-cart-summary {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid #000;
}

.jv-cart-summary__row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.jv-checkout-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 14px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}

.jv-checkout-link.is-disabled {
	background: #fff;
	color: #777;
	border-color: #bdbdbd;
	pointer-events: none;
}

.jv-upsell-drawer {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	overflow-y: auto;
}

.jv-upsell-drawer__gallery {
	position: relative;
	flex: 1 1 auto;
	min-height: 280px;
	overflow: hidden;
	background: #fff;
}

.jv-upsell-drawer__gallery-track {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.24s var(--jv-ease-out);
	will-change: transform;
}

.jv-upsell-drawer__gallery-slide {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	margin: 0;
}

.jv-upsell-drawer__gallery-slide img {
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center top;
}

.jv-upsell-drawer__gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	transform: translateY(-50%);
	appearance: none;
}

.jv-upsell-drawer__gallery-arrow--prev {
	left: 8px;
}

.jv-upsell-drawer__gallery-arrow--next {
	right: 8px;
}

.jv-upsell-drawer__gallery-arrow span {
	display: block;
	width: 13px;
	height: 13px;
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
}

.jv-upsell-drawer__gallery-arrow--prev span {
	transform: rotate(-45deg);
}

.jv-upsell-drawer__gallery-arrow--next span {
	transform: rotate(135deg);
}

.jv-upsell-drawer__gallery-count {
	position: absolute;
	left: 50%;
	bottom: 14px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 4px;
	transform: translateX(-50%);
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.jv-upsell-drawer__buy {
	position: sticky;
	bottom: 0;
	z-index: 3;
	flex: 0 0 auto;
	width: 100%;
	padding: 18px;
	background: #fff;
}

.jv-upsell-drawer__title {
	display: block;
	color: #000;
	text-decoration: none;
}

.jv-upsell-drawer__price-old {
	color: #777;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.jv-upsell-drawer__size-grid {
	--jv-size-count: var(--jv-upsell-size-count, 4);
}

.jv-upsell-drawer__size-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--jv-control-height);
	height: var(--jv-control-height);
	padding: 0 8px;
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	appearance: none;
	transition:
		border-color 0.42s var(--jv-ease-out),
		background-color 0.18s var(--jv-ease-out),
		color 0.18s var(--jv-ease-out);
}

.jv-upsell-drawer__size-option.is-selected {
	background: #000;
	color: #fff;
}

.jv-upsell-drawer__size-option:disabled {
	color: #9b9b9b;
	border-color: #bdbdbd;
	cursor: not-allowed;
}

.jv-upsell-drawer__add {
	margin-top: 0;
}

.jv-upsell-drawer__save {
	margin: 0;
}

.jv-upsell-drawer__add:disabled {
	background: #fff;
	color: #777;
	border-color: #bdbdbd;
	cursor: not-allowed;
}

.jv-upsell-drawer__add.is-loading {
	background: #000;
	color: #fff;
	border-color: #000;
	cursor: progress;
}

.jv-upsell-drawer__add.is-loading .jv-upsell-drawer__add-label {
	opacity: 0;
}

.jv-upsell-drawer__add.is-loading .jv-button-loader {
	display: flex;
}

@media (max-width: 900px) {
	.jv-product-shell {
		display: block;
		padding: 0 2px 48px;
	}

	.jv-product-media {
		grid-template-columns: 1fr;
	}

	.jv-buy-card {
		position: static;
		width: auto;
		margin-left: 0;
		max-height: none;
		padding: var(--jv-section-gap) 14px 0;
	}

	.jv-drawer {
		top: auto;
		right: 0;
		bottom: 0;
		width: 100vw;
		min-width: 0;
		height: 100vh;
		transform: translateY(100%);
	}

	.jv-drawer.is-open {
		transform: translateY(0);
	}

	body.admin-bar .jv-drawer {
		top: 0;
		height: 100vh;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jv-drawer,
	.jv-drawer-overlay,
	.jv-buy-card,
	.jv-upsell-track,
	.jv-button-loader span {
		animation: none;
		transition: none;
	}
}
