:root {
	--ropa-qv-green: #0d8f43;
	--ropa-qv-red: #ff2442;
	--ropa-qv-ink: #151515;
	--ropa-qv-muted: #6d6d6d;
}

html.ropa-product-quick-view-open,
html.ropa-product-quick-view-open body {
	overflow: hidden !important;
	overscroll-behavior: none;
}

body.ropa-product-quick-view-locked {
	touch-action: none;
}

.ropa-product-quick-view {
	position: fixed;
	inset: 0;
	z-index: 1000001;
	display: grid;
	padding: 24px;
	place-items: center;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease, visibility 0s linear .2s;
}

.ropa-product-quick-view.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0s;
}

.ropa-qv__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(14, 14, 14, .72);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	cursor: zoom-out;
}

.ropa-qv__shell {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1180px, calc(100vw - 64px));
	height: min(800px, calc(100dvh - 48px));
	grid-template-columns: minmax(0, 64%) minmax(330px, 36%);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
	overflow: hidden;
	transform: translateY(14px) scale(.975);
	transition: transform .24s cubic-bezier(.2, .72, .25, 1);
}

.ropa-product-quick-view.is-open .ropa-qv__shell {
	transform: translateY(0) scale(1);
}

.ropa-qv__media {
	position: relative;
	display: grid;
	min-width: 0;
	min-height: 0;
	grid-template-rows: minmax(0, 1fr) auto;
	background: #f3f3f0;
	overflow: hidden;
}

.ropa-qv__stage {
	position: relative;
	display: grid;
	min-height: 0;
	padding: 28px;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr);
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 255, 255, .92), rgba(236, 236, 232, .92) 68%),
		#efefec;
}

.ropa-qv__stage::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(0, 0, 0, .025));
	content: "";
	pointer-events: none;
}

.ropa-qv__stage img,
.ropa-qv__stage video {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	min-width: 0;
	min-height: 0;
	border-radius: 7px;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 9px 24px rgba(0, 0, 0, .08));
}

/*
 * The canonical product page remains available for direct visits and SEO, but
 * its gallery must obey the same media-integrity rule as the modal: never
 * stretch or crop a portrait phone photo to fill a landscape box.
 */
body.single-product.single-product .kiosko-product-gallery__slide {
	align-items: center !important;
	justify-content: center !important;
}

body.single-product.single-product .kiosko-product-gallery__slide img,
body.single-product.single-product .kiosko-product-gallery__slide video {
	width: auto !important;
	height: auto !important;
	max-width: calc(100% - 28px) !important;
	max-height: calc(100% - 108px) !important;
	margin: auto !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.kiosko-tab-btn[hidden] {
	display: none !important;
}

.kiosko-tab-panel-products > .kiosko-tab-panel-videos.ropa-unified-media-feed {
	display: block !important;
	margin-top: 8px;
	padding-top: 0;
}

.ropa-unified-media-feed .kiosko-video-grid-card {
	cursor: zoom-in;
}

.kiosko-tab-panel-products .ropa-unified-video-product {
	box-sizing: border-box;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	break-inside: avoid;
}

.kiosko-tab-panel-products .ropa-unified-video-media {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
	background: #111;
}

.kiosko-tab-panel-products .ropa-unified-video-product .kiosko-video-grid-card {
	display: block;
	width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	aspect-ratio: auto !important;
	border-radius: inherit;
	overflow: hidden;
	cursor: zoom-in;
}

.kiosko-tab-panel-products .ropa-unified-video-media .kiosko-video-grid-card-backdrop,
.kiosko-tab-panel-products .ropa-unified-video-media .kiosko-video-grid-card-media {
	width: 100% !important;
	height: 100% !important;
}

.ropa-qv__stage-image {
	opacity: 1;
	transition: opacity .18s ease;
}

@media (max-width: 767px) {
	body.single-product.single-product .kiosko-product-gallery {
		height: min(64svh, 540px) !important;
		min-height: 460px !important;
		max-height: 540px !important;
		background: #f2f2f2 !important;
	}

	body.single-product.single-product .kiosko-product-gallery__main,
	body.single-product.single-product .kiosko-product-gallery__slide {
		background: #f2f2f2 !important;
	}

	body.single-product.single-product .kiosko-product-gallery__slide img,
	body.single-product.single-product .kiosko-product-gallery__slide video {
		max-width: calc(100% - 32px) !important;
		max-height: calc(100% - 88px) !important;
	}
}

@media (max-width: 390px) {
	body.single-product.single-product .kiosko-product-gallery {
		height: min(64svh, 512px) !important;
		min-height: 440px !important;
	}
}

.ropa-qv__stage-image.is-loading {
	opacity: .88;
}

.ropa-qv__stage video {
	background: #080808;
	filter: none;
}

.ropa-qv__media-counter {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 4;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .64);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.ropa-qv__thumbs {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 78px;
	padding: 10px 14px 12px;
	gap: 9px;
	align-items: center;
	overflow-x: auto;
	background: rgba(255, 255, 255, .88);
	border-top: 1px solid #e4e4e1;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.ropa-qv__thumb {
	position: relative;
	display: grid;
	width: 56px;
	height: 56px;
	min-width: 56px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 9px;
	place-items: center;
	overflow: hidden;
	background: #eee;
	cursor: pointer;
}

.ropa-qv__thumb:hover,
.ropa-qv__thumb.is-active {
	border-color: var(--ropa-qv-ink);
}

.ropa-qv__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ropa-qv__thumb-video::after {
	position: absolute;
	display: grid;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	place-items: center;
	background: rgba(0, 0, 0, .66);
	color: #fff;
	content: "▶";
	font-size: 11px;
}

.ropa-qv__panel {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
}

.ropa-qv__panel-scroll {
	flex: 1 1 auto;
	padding: 34px 30px 22px;
	overflow-y: auto;
	overscroll-behavior: contain;
	touch-action: pan-y;
}

.ropa-qv__eyebrow {
	display: flex;
	margin: 0 46px 24px 0;
	gap: 8px;
	align-items: center;
	color: #555;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ropa-qv__eyebrow::before {
	width: 28px;
	height: 2px;
	background: var(--ropa-qv-red);
	content: "";
}

.ropa-qv__title {
	margin: 0;
	color: var(--ropa-qv-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 2.35vw, 39px);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -.025em;
	text-wrap: balance;
}

.ropa-qv__reference {
	display: inline-flex;
	margin: 14px 0 0;
	padding: 7px 11px;
	border: 1px solid #dedede;
	border-radius: 999px;
	align-items: center;
	background: #fafafa;
	color: #303030;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .04em;
}

.ropa-qv__categories {
	margin: 12px 0 0;
	color: var(--ropa-qv-muted);
	font-size: 13px;
	line-height: 1.45;
}

.ropa-qv__chips {
	display: flex;
	margin: 24px 0 0;
	gap: 8px;
	flex-wrap: wrap;
}

.ropa-qv__chip {
	display: inline-flex;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 8px;
	align-items: center;
	background: #f1f1ee;
	color: #373737;
	font-size: 11px;
	font-weight: 700;
}

.ropa-qv__description {
	margin: 24px 0 0;
	padding-top: 20px;
	border-top: 1px solid #e8e8e5;
	color: #555;
	font-size: 14px;
	line-height: 1.65;
}

.ropa-qv__factory-note {
	display: grid;
	margin: 22px 0 0;
	padding: 16px;
	border: 1px solid #dfe8e2;
	border-radius: 12px;
	gap: 5px;
	background: #f5faf6;
}

.ropa-qv__factory-note strong {
	color: #183a25;
	font-size: 13px;
}

.ropa-qv__factory-note span {
	color: #597060;
	font-size: 12px;
	line-height: 1.5;
}

.ropa-qv__utilities {
	display: grid;
	margin: 20px 0 0;
	gap: 10px;
	align-items: center;
	grid-template-columns: minmax(0, 1fr) auto;
}

.ropa-qv__utility {
	display: inline-flex;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid #d5d5d5;
	border-radius: 9px;
	gap: 7px;
	align-items: center;
	background: #fff;
	color: #282828 !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	cursor: pointer;
}

.ropa-qv__utility:hover {
	border-color: #777;
	background: #f7f7f7;
}

.ropa-qv__utility--save {
	min-width: 0;
	justify-content: center;
}

.ropa-qv__utility--save span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ropa-qv__save-overlay {
	position: absolute;
	inset: 0;
	z-index: 20;
	display: none;
	padding: 20px;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .52);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.ropa-qv__save-overlay.is-open {
	display: flex;
}

.ropa-qv__save-dialog {
	display: flex;
	width: min(520px, 100%);
	max-height: min(680px, calc(100% - 20px));
	flex-direction: column;
	border-radius: 16px;
	background: #fff;
	color: #111;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
	overflow: hidden;
}

.ropa-qv__save-head {
	display: flex;
	padding: 18px 18px 13px;
	border-bottom: 1px solid #ececec;
	gap: 16px;
	align-items: flex-start;
	justify-content: space-between;
}

.ropa-qv__save-head h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.2;
}

.ropa-qv__save-head p {
	margin: 5px 0 0;
	color: #666;
	font-size: 12px;
}

.ropa-qv__save-close {
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	place-items: center;
	background: #f1f1f1;
	color: #111;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.ropa-qv__save-body {
	min-height: 120px;
	padding: 16px 18px;
	overflow-y: auto;
}

.ropa-qv__save-preview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.ropa-qv__save-preview-item {
	position: relative;
	display: block;
	aspect-ratio: 1;
	border-radius: 9px;
	background: #eee;
	overflow: hidden;
}

.ropa-qv__save-preview-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ropa-qv__save-preview-item small {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 3px 6px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .66);
	color: #fff;
	font-size: 9px;
}

.ropa-qv__save-progress {
	height: 5px;
	margin-top: 16px;
	border-radius: 999px;
	background: #e9e9e9;
	overflow: hidden;
}

.ropa-qv__save-progress span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: #111;
	transition: width .2s ease;
}

.ropa-qv__save-status {
	min-height: 18px;
	margin: 8px 0 0;
	color: #666;
	font-size: 12px;
	text-align: center;
}

.ropa-qv__save-foot {
	padding: 13px 18px 18px;
	border-top: 1px solid #ececec;
	background: #fff;
}

.ropa-qv__save-primary,
.ropa-qv__save-zip {
	display: flex;
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border-radius: 9px;
	align-items: center;
	justify-content: center;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.ropa-qv__save-primary {
	border: 1px solid #111;
	background: #111;
	color: #fff;
}

.ropa-qv__save-primary:disabled {
	border-color: #aaa;
	background: #aaa;
	cursor: wait;
}

.ropa-qv__save-zip {
	min-height: 42px;
	margin-top: 8px;
	border: 1px solid #d5d5d5;
	background: #fff;
	color: #111;
}

.ropa-qv__save-zip:disabled {
	opacity: .45;
	cursor: not-allowed;
}

.ropa-qv__save-foot p {
	margin: 9px 0 0;
	color: #777;
	font-size: 10px;
	line-height: 1.45;
	text-align: center;
}

.ropa-qv__actions {
	position: relative;
	z-index: 2;
	display: grid;
	padding: 16px 22px calc(18px + env(safe-area-inset-bottom));
	border-top: 1px solid #e4e4e1;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 -9px 28px rgba(0, 0, 0, .045);
}

.ropa-qv__action {
	box-sizing: border-box;
	display: inline-flex;
	width: 100%;
	min-height: 48px;
	padding: 0 16px;
	border: 0;
	border-radius: 11px;
	gap: 9px;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}

.ropa-qv__action--selection {
	background: var(--ropa-qv-ink);
	color: #fff !important;
}

.ropa-qv__action--selection:hover {
	background: #303030;
}

.ropa-qv__selection-icon {
	position: relative;
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
}

.ropa-qv__selection-count {
	position: absolute;
	top: -10px;
	right: -11px;
	display: inline-flex;
	box-sizing: border-box;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border: 2px solid currentColor;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	background: #e32636;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	line-height: 13px;
	box-shadow: 0 2px 6px rgba(227, 38, 54, .3);
	pointer-events: none;
}

.ropa-qv__selection-count[hidden],
.ropa-qv__actions .added_to_cart.wc-forward {
	display: none !important;
}

.ropa-qv__action--selection.is-added {
	background: #e7eee9;
	color: #28633f !important;
	cursor: pointer;
}

.ropa-qv__action--selection.is-added:hover {
	background: #dce9df;
}

.ropa-qv__action--selection:disabled {
	cursor: wait;
	opacity: .72;
}

.ropa-qv__action--whatsapp {
	background: var(--ropa-qv-green);
	color: #fff !important;
}

.ropa-qv__action--whatsapp .ropa-qv__whatsapp-logo {
	display: block;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .12));
}

.ropa-qv__action--whatsapp:hover {
	background: #0a7838;
}

.ropa-qv__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 8;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	place-items: center;
	background: rgba(255, 255, 255, .94);
	color: #111;
	box-shadow: 0 5px 18px rgba(0, 0, 0, .09);
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.ropa-qv__close:hover {
	background: #111;
	color: #fff;
}

.ropa-qv__product-nav {
	position: absolute;
	top: 50%;
	z-index: 8;
	display: grid;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	place-items: center;
	background: rgba(25, 25, 25, .7);
	color: #fff;
	box-shadow: 0 7px 24px rgba(0, 0, 0, .22);
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.ropa-qv__product-nav:hover {
	background: #111;
}

.ropa-qv__product-nav:disabled {
	visibility: hidden;
}

.ropa-qv__product-nav--prev {
	left: 18px;
}

.ropa-qv__product-nav--next {
	right: calc(36% + 18px);
}

.ropa-qv__position {
	position: absolute;
	top: 16px;
	right: calc(36% + 18px);
	z-index: 6;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .62);
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	pointer-events: none;
}

.ropa-qv__loader,
.ropa-qv__error {
	position: absolute;
	inset: 0;
	z-index: 7;
	display: none;
	padding: 30px;
	place-items: center;
	background: rgba(247, 247, 245, .97);
	color: #333;
	text-align: center;
}

.ropa-qv__loader.is-visible,
.ropa-qv__error.is-visible {
	display: grid;
}

.ropa-qv__loader-inner,
.ropa-qv__error-inner {
	display: grid;
	max-width: 290px;
	gap: 13px;
	place-items: center;
}

.ropa-qv__spinner {
	width: 34px;
	height: 34px;
	border: 3px solid #d9d9d9;
	border-top-color: #151515;
	border-radius: 50%;
	animation: ropaQvSpin .75s linear infinite;
}

.ropa-qv__retry {
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 9px;
	background: #111;
	color: #fff;
	font-weight: 750;
	cursor: pointer;
}

.ropa-qv__toast {
	position: absolute;
	right: 28px;
	bottom: 18px;
	z-index: 12;
	max-width: calc(36% - 56px);
	padding: 11px 14px;
	border-radius: 9px;
	background: rgba(15, 15, 15, .94);
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transform: translateY(7px);
	transition: opacity .18s ease, transform .18s ease;
}

.ropa-qv__toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes ropaQvSpin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1024px) {
	.ropa-product-quick-view {
		padding: 16px;
	}

	.ropa-qv__shell {
		width: calc(100vw - 32px);
		height: calc(100dvh - 32px);
		grid-template-columns: minmax(0, 60%) minmax(310px, 40%);
	}

	.ropa-qv__panel-scroll {
		padding: 28px 24px 20px;
	}

	.ropa-qv__product-nav--next,
	.ropa-qv__position {
		right: calc(40% + 14px);
	}
}

@media (max-width: 767px) {
	.ropa-product-quick-view {
		padding: 0;
	}

	.ropa-qv__backdrop {
		background: #000;
	}

	.ropa-qv__shell {
		width: 100vw;
		height: 100svh;
		height: 100dvh;
		max-height: none;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: minmax(0, min(calc(100vw + 40px), 440px)) minmax(0, 1fr);
		border: 0;
		border-radius: 0;
		transform: translateY(18px);
	}

	.ropa-qv__stage {
		padding: 0;
		background: #e9e9e6;
	}

	.ropa-product-quick-view.is-media-video .ropa-qv__stage {
		background: #090909;
	}

	.ropa-qv__stage::before {
		inset: -24px;
		display: block;
		background:
			linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)),
			var(--ropa-qv-media-bg) center / cover no-repeat;
		filter: blur(18px) saturate(.92);
		opacity: .82;
		transform: scale(1.08);
	}

	.ropa-product-quick-view.is-media-video .ropa-qv__stage::before {
		background:
			linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)),
			var(--ropa-qv-media-bg) center / cover no-repeat;
		filter: blur(20px) saturate(.82);
		opacity: .9;
	}

	.ropa-qv__stage img,
	.ropa-qv__stage video {
		border-radius: 0;
		background: transparent;
		filter: none;
	}

	.ropa-qv__thumbs {
		display: none;
	}

	.ropa-qv__panel {
		z-index: 5;
		border-radius: 18px 18px 0 0;
		margin-top: -18px;
		box-shadow: 0 -8px 28px rgba(0, 0, 0, .18);
	}

	.ropa-qv__panel::before {
		display: none;
	}

	.ropa-qv__panel-scroll {
		padding: 14px 18px 14px;
	}

	.ropa-qv__eyebrow {
		margin: 0 48px 10px 0;
		font-size: 9px;
	}

	.ropa-qv__title {
		font-family: inherit;
		font-size: clamp(21px, 6vw, 28px);
		font-weight: 800;
		line-height: 1.15;
	}

	.ropa-qv__reference {
		margin-top: 9px;
		padding: 5px 9px;
	}

	.ropa-qv__categories {
		margin-top: 8px;
		font-size: 12px;
	}

	.ropa-qv__chips {
		margin-top: 12px;
		gap: 6px;
	}

	.ropa-qv__chip {
		min-height: 26px;
		padding: 0 7px;
		font-size: 9px;
	}

	.ropa-qv__description,
	.ropa-qv__factory-note {
		display: none;
	}

	.ropa-qv__utilities {
		margin-top: 12px;
	}

	.ropa-qv__utility {
		min-height: 40px;
		padding: 0 11px;
		font-size: 11px;
	}

	.ropa-qv__actions {
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 8px;
	}

	.ropa-qv__action {
		min-height: 48px;
		padding: 0 6px;
		gap: 6px;
		font-size: 10px;
		white-space: nowrap;
	}

	.ropa-qv__action--whatsapp .ropa-qv__whatsapp-logo {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
	}

	.ropa-qv__close {
		top: max(14px, env(safe-area-inset-top));
		right: 14px;
		width: 42px;
		height: 42px;
		border-color: rgba(255, 255, 255, .4);
		background: rgba(0, 0, 0, .62);
		color: #fff;
		-webkit-tap-highlight-color: transparent;
	}

	.ropa-qv__product-nav {
		display: none;
	}

	.ropa-qv__position {
		top: max(14px, env(safe-area-inset-top));
		right: auto;
		left: 14px;
	}

	.ropa-qv__media-counter {
		top: auto;
		right: 14px;
		bottom: 30px;
		left: auto;
		padding: 7px 10px;
		background: rgba(20, 20, 20, .72);
		font-size: 11px;
		letter-spacing: .02em;
	}

	.ropa-product-quick-view.is-media-video .ropa-qv__media-counter {
		bottom: 66px;
	}

	.ropa-qv__toast {
		right: 12px;
		bottom: calc(74px + env(safe-area-inset-bottom));
		left: 12px;
		max-width: none;
	}

	.ropa-qv__save-overlay {
		padding: 0;
		align-items: flex-end;
	}

	.ropa-qv__save-dialog {
		width: 100%;
		max-height: min(88svh, 720px);
		border-radius: 18px 18px 0 0;
	}

	.ropa-qv__save-head {
		padding: 17px 16px 12px;
	}

	.ropa-qv__save-body {
		padding: 14px 16px;
	}

	.ropa-qv__save-foot {
		padding: 12px 16px max(16px, env(safe-area-inset-bottom));
	}
}

@media (max-width: 390px), (max-width: 767px) and (max-height: 720px) {
	.ropa-qv__shell {
		grid-template-rows: minmax(0, min(calc(100vw + 40px), 440px)) minmax(0, 1fr);
	}

	.ropa-qv__media-counter {
		bottom: 28px;
	}

	.ropa-product-quick-view.is-media-video .ropa-qv__media-counter {
		bottom: 62px;
	}

	.ropa-qv__save-preview {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.ropa-product-quick-view,
	.ropa-qv__shell,
	.ropa-qv__toast {
		transition: none;
	}

	.ropa-qv__spinner {
		animation-duration: 1.4s;
	}
}
