/*
 * Boutique Kubra's Elegance — V2
 * Design premium, catégories automatiques, grille plein écran.
 */

.vvv-designer-kubraselegance-shop-page,
.vvv-designer-kubraselegance-shop-page * {
	box-sizing: border-box;
}

.vvv-designer-kubraselegance-shop-page {
	background: #fffaf2;
	color: #21170f;
}

.vvv-designer-kubraselegance-shop {
	--vvv-shop-black: #080604;
	--vvv-shop-brown: #21170f;
	--vvv-shop-cream: #fffaf2;
	--vvv-shop-gold: #c9a45f;
	--vvv-shop-muted: #746a61;
	--vvv-shop-line: rgba(33, 23, 15, .14);
	--vvv-shop-soft: #efe6db;
	--vvv-shop-white: #ffffff;
	position: relative;
	width: 100%;
	overflow: clip;
	background: var(--vvv-shop-cream);
	color: var(--vvv-shop-brown);
	font-family: Manrope, Arial, sans-serif;
}

.vvv-designer-kubraselegance-shop a {
	color: inherit;
	text-decoration: none;
}

.vvv-designer-kubraselegance-shop button,
.vvv-designer-kubraselegance-shop input,
.vvv-designer-kubraselegance-shop select {
	font: inherit;
}

.vvv-designer-kubraselegance-shop button {
	border: 0;
}

.vvv-designer-kubraselegance-shop img {
	display: block;
	max-width: 100%;
}

.vvv-designer-kubraselegance-shop .woocommerce-notices-wrapper {
	position: fixed;
	top: 95px;
	right: 20px;
	z-index: 2147482500;
	width: min(430px, calc(100vw - 40px));
}

.vvv-designer-kubraselegance-shop .woocommerce-message,
.vvv-designer-kubraselegance-shop .woocommerce-error,
.vvv-designer-kubraselegance-shop .woocommerce-info {
	margin: 0 0 10px;
	padding: 18px 20px;
	border: 1px solid rgba(201, 164, 95, .38);
	border-radius: 0;
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
	box-shadow: 0 25px 70px rgba(8, 6, 4, .25);
	font-size: 12px;
	line-height: 1.6;
}

/* =========================================================
   HERO
========================================================= */

.vvv-kubras-shop-hero {
	position: relative;
	min-height: max(760px, 96svh);
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(8, 6, 4, .98) 0 48%, rgba(8, 6, 4, .72) 72%, rgba(8, 6, 4, .88) 100%),
		#080604;
	color: var(--vvv-shop-cream);
	isolation: isolate;
}

.vvv-kubras-shop-hero__background,
.vvv-kubras-shop-hero__veil,
.vvv-kubras-shop-hero__grain {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.vvv-kubras-shop-hero__background {
	z-index: -4;
	background:
		radial-gradient(circle at 73% 28%, rgba(201, 164, 95, .18), transparent 23%),
		radial-gradient(circle at 89% 72%, rgba(255, 250, 242, .06), transparent 20%),
		linear-gradient(135deg, #080604 0%, #1e130d 58%, #0d0907 100%);
}

.vvv-kubras-shop-hero.has-media .vvv-kubras-shop-hero__background {
	background:
		linear-gradient(90deg, rgba(8, 6, 4, .98) 0%, rgba(8, 6, 4, .9) 42%, rgba(8, 6, 4, .3) 100%),
		var(--vvv-shop-hero-image) center / cover no-repeat;
}

.vvv-kubras-shop-hero__veil {
	z-index: -3;
	overflow: hidden;
}

.vvv-kubras-shop-hero__veil::before,
.vvv-kubras-shop-hero__veil::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(201, 164, 95, .16);
	border-radius: 46% 54% 58% 42% / 58% 38% 62% 42%;
	transform: rotate(-14deg);
}

.vvv-kubras-shop-hero__veil::before {
	top: -25%;
	right: -6%;
	width: 58vw;
	height: 125vh;
	background:
		linear-gradient(135deg, rgba(201, 164, 95, .08), rgba(255, 250, 242, .018) 42%, transparent 64%);
	box-shadow:
		inset 0 0 100px rgba(255, 250, 242, .025),
		0 0 0 80px rgba(201, 164, 95, .012);
}

.vvv-kubras-shop-hero__veil::after {
	top: 14%;
	right: 8%;
	width: 37vw;
	height: 82vh;
	border-color: rgba(255, 250, 242, .08);
	transform: rotate(17deg);
}

.vvv-kubras-shop-hero__grain {
	z-index: 5;
	opacity: .05;
	background-image:
		url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.vvv-kubras-shop-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	min-height: max(760px, 96svh);
	padding: clamp(125px, 10vw, 175px) clamp(24px, 5vw, 88px) clamp(34px, 4vw, 58px);
	flex-direction: column;
}

.vvv-kubras-shop-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 250, 242, .46);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.vvv-kubras-shop-breadcrumb a {
	transition: color .25s ease;
}

.vvv-kubras-shop-breadcrumb a:hover {
	color: var(--vvv-shop-gold);
}

.vvv-kubras-shop-breadcrumb strong {
	color: rgba(255, 250, 242, .78);
	font-weight: 700;
}

.vvv-kubras-shop-hero__content {
	display: flex;
	width: min(1220px, 90%);
	margin-top: auto;
	padding-top: clamp(70px, 10vw, 145px);
	flex-direction: column;
}

.vvv-kubras-shop-hero__eyebrow {
	display: block;
	color: var(--vvv-shop-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.vvv-kubras-shop-hero h1 {
	max-width: 1320px;
	margin: 18px 0 0;
	color: var(--vvv-shop-cream);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(68px, 8.1vw, 148px);
	font-weight: 400;
	line-height: .78;
	letter-spacing: -.07em;
}

.vvv-kubras-shop-hero h1 span,
.vvv-kubras-shop-hero h1 em {
	display: block;
}

.vvv-kubras-shop-hero h1 em {
	color: var(--vvv-shop-gold);
	font-weight: 400;
}

.vvv-kubras-shop-hero__content > p {
	max-width: 690px;
	margin: clamp(30px, 4vw, 46px) 0 0;
	color: rgba(255, 250, 242, .64);
	font-size: clamp(11px, .85vw, 14px);
	line-height: 1.9;
}

.vvv-kubras-shop-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 38px;
}

.vvv-kubras-shop-hero__actions a,
.vvv-kubras-shop-hero__actions button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	min-width: 255px;
	min-height: 58px;
	padding: 0 20px;
	border: 1px solid rgba(255, 250, 242, .23);
	background: rgba(8, 6, 4, .16);
	color: var(--vvv-shop-cream);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
	cursor: pointer;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition:
		background .3s ease,
		color .3s ease,
		border-color .3s ease,
		transform .3s ease;
}

.vvv-kubras-shop-hero__actions a {
	border-color: var(--vvv-shop-gold);
	background: var(--vvv-shop-gold);
	color: var(--vvv-shop-black);
}

.vvv-kubras-shop-hero__actions a:hover,
.vvv-kubras-shop-hero__actions button:hover {
	transform: translateY(-3px);
}

.vvv-kubras-shop-hero__actions button:hover {
	border-color: var(--vvv-shop-gold);
	color: var(--vvv-shop-gold);
}

.vvv-kubras-shop-hero__actions i {
	font-size: 17px;
	font-style: normal;
}

.vvv-kubras-shop-hero__footer {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(760px, 100%);
	margin-top: auto;
	border-top: 1px solid rgba(255, 250, 242, .14);
	border-left: 1px solid rgba(255, 250, 242, .14);
}

.vvv-kubras-shop-hero__footer > div {
	padding: 17px 20px;
	border-right: 1px solid rgba(255, 250, 242, .14);
}

.vvv-kubras-shop-hero__footer strong,
.vvv-kubras-shop-hero__footer span {
	display: block;
}

.vvv-kubras-shop-hero__footer strong {
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(25px, 2vw, 38px);
	font-weight: 400;
	line-height: 1;
}

.vvv-kubras-shop-hero__footer span {
	margin-top: 6px;
	color: rgba(255, 250, 242, .43);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* =========================================================
   CATÉGORIES DYNAMIQUES
========================================================= */

.vvv-kubras-shop-category-rail {
	padding: clamp(78px, 8vw, 120px) 0 clamp(85px, 9vw, 135px);
	background: var(--vvv-shop-cream);
}

.vvv-kubras-shop-category-rail__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 35px;
	padding: 0 clamp(18px, 4vw, 68px);
}

.vvv-kubras-shop-category-rail__header > span {
	color: var(--vvv-shop-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.vvv-kubras-shop-category-rail__header p {
	max-width: 520px;
	margin: 0;
	color: var(--vvv-shop-muted);
	font-size: 10px;
	line-height: 1.7;
}

.vvv-kubras-shop-category-rail__track {
	display: grid;
	grid-auto-columns: minmax(280px, 26vw);
	grid-auto-flow: column;
	gap: 12px;
	margin-top: 34px;
	padding: 0 clamp(18px, 4vw, 68px) 15px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-width: thin;
	scrollbar-color: var(--vvv-shop-gold) transparent;
}

.vvv-kubras-shop-category-card {
	min-width: 0;
	border: 1px solid var(--vvv-shop-line);
	background: var(--vvv-shop-white);
	scroll-snap-align: start;
	transition:
		transform .35s ease,
		box-shadow .35s ease;
}

.vvv-kubras-shop-category-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 60px rgba(33, 23, 15, .1);
}

.vvv-kubras-shop-category-card__visual {
	position: relative;
	height: clamp(320px, 38vw, 520px);
	overflow: hidden;
	background: #17100c;
}

.vvv-kubras-shop-category-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.16, 1, .3, 1);
}

.vvv-kubras-shop-category-card:hover .vvv-kubras-shop-category-card__visual img {
	transform: scale(1.045);
}

.vvv-kubras-shop-category-card__placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 24px;
	background:
		radial-gradient(circle at 68% 28%, rgba(201, 164, 95, .2), transparent 27%),
		linear-gradient(145deg, #24170f, #080604);
	flex-direction: column;
	justify-content: space-between;
}

.vvv-kubras-shop-category-card__placeholder span {
	color: rgba(201, 164, 95, .3);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(90px, 9vw, 150px);
	line-height: .8;
}

.vvv-kubras-shop-category-card__placeholder small {
	max-width: 85%;
	color: var(--vvv-shop-cream);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(34px, 3.5vw, 58px);
	line-height: .9;
}

.vvv-kubras-shop-category-card--all .vvv-kubras-shop-category-card__visual {
	display: grid;
	background:
		repeating-linear-gradient(45deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 12px),
		linear-gradient(145deg, #080604, #24170f);
	place-items: center;
}

.vvv-kubras-shop-category-card--all .vvv-kubras-shop-category-card__visual span {
	color: var(--vvv-shop-gold);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(48px, 4.5vw, 76px);
}

.vvv-kubras-shop-category-card__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 105px;
	padding: 18px 20px;
}

.vvv-kubras-shop-category-card__content > div {
	min-width: 0;
}

.vvv-kubras-shop-category-card__content strong,
.vvv-kubras-shop-category-card__content small {
	display: block;
}

.vvv-kubras-shop-category-card__content strong {
	overflow: hidden;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vvv-kubras-shop-category-card__content small {
	margin-top: 7px;
	color: var(--vvv-shop-muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vvv-kubras-shop-category-card__content > i {
	display: grid;
	width: 43px;
	height: 43px;
	flex: none;
	border: 1px solid var(--vvv-shop-line);
	border-radius: 50%;
	font-size: 15px;
	font-style: normal;
	place-items: center;
	transition:
		background .25s ease,
		color .25s ease,
		transform .25s ease;
}

.vvv-kubras-shop-category-card:hover .vvv-kubras-shop-category-card__content > i {
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
	transform: rotate(45deg);
}

/* =========================================================
   COLLECTION / TOOLBAR
========================================================= */

.vvv-kubras-shop-collection {
	padding: clamp(90px, 10vw, 150px) clamp(10px, 2.6vw, 44px) clamp(110px, 11vw, 170px);
	background:
		linear-gradient(180deg, #f6eee4 0, var(--vvv-shop-cream) 440px);
	scroll-margin-top: 95px;
}

.vvv-kubras-shop-collection__header {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	align-items: end;
	gap: 60px;
	margin-bottom: clamp(52px, 6vw, 82px);
}

.vvv-kubras-shop-collection__header > div > span {
	color: var(--vvv-shop-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.vvv-kubras-shop-collection__header h2 {
	margin: 17px 0 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(60px, 7.4vw, 118px);
	font-weight: 400;
	line-height: .8;
	letter-spacing: -.067em;
}

.vvv-kubras-shop-collection__header h2 em {
	display: block;
	color: var(--vvv-shop-gold);
	font-weight: 400;
}

.vvv-kubras-shop-collection__header > p {
	max-width: 520px;
	margin: 0;
	color: var(--vvv-shop-muted);
	font-size: 11px;
	line-height: 1.85;
}

.vvv-kubras-shop-toolbar {
	position: sticky;
	top: 0;
	z-index: 180;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 0;
	border-top: 1px solid var(--vvv-shop-line);
	border-bottom: 1px solid var(--vvv-shop-line);
	background: rgba(255, 250, 242, .92);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.admin-bar .vvv-kubras-shop-toolbar {
	top: 32px;
}

.vvv-kubras-shop-toolbar__categories {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.vvv-kubras-shop-toolbar__categories::-webkit-scrollbar {
	display: none;
}

.vvv-kubras-shop-toolbar__categories button {
	flex: none;
	min-height: 39px;
	padding: 0 13px;
	border: 1px solid transparent;
	background: transparent;
	color: var(--vvv-shop-muted);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .25s ease;
}

.vvv-kubras-shop-toolbar__categories button:hover,
.vvv-kubras-shop-toolbar__categories button.is-active {
	border-color: var(--vvv-shop-black);
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
}

.vvv-kubras-shop-toolbar__tools {
	display: flex;
	align-items: center;
	flex: none;
	gap: 8px;
}

.vvv-kubras-shop-toolbar__tools > span {
	margin-right: 9px;
	color: var(--vvv-shop-muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.vvv-kubras-shop-toolbar__tools > button,
.vvv-kubras-shop-toolbar__tools label {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 42px;
	border: 1px solid var(--vvv-shop-line);
	background: rgba(255, 255, 255, .58);
}

.vvv-kubras-shop-toolbar__tools > button {
	gap: 9px;
	padding: 0 14px;
	color: var(--vvv-shop-brown);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}

.vvv-kubras-shop-toolbar__tools > button svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.vvv-kubras-shop-toolbar__tools > button i {
	display: grid;
	min-width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--vvv-shop-gold);
	color: var(--vvv-shop-black);
	font-size: 7px;
	font-style: normal;
	place-items: center;
}

.vvv-kubras-shop-toolbar__tools label::after {
	content: "⌄";
	position: absolute;
	top: 50%;
	right: 13px;
	font-size: 12px;
	transform: translateY(-58%);
	pointer-events: none;
}

.vvv-kubras-shop-toolbar__tools select {
	min-width: 175px;
	height: 42px;
	padding: 0 35px 0 13px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--vvv-shop-brown);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	appearance: none;
	cursor: pointer;
}

.vvv-kubras-shop-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition:
		height .3s ease,
		margin .3s ease,
		opacity .3s ease;
}

.vvv-kubras-shop-active-filters.has-filters {
	height: auto;
	margin-top: 17px;
	overflow: visible;
	opacity: 1;
}

.vvv-kubras-shop-active-filters button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 34px;
	padding: 0 11px;
	border: 1px solid var(--vvv-shop-line);
	background: var(--vvv-shop-white);
	color: var(--vvv-shop-muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	cursor: pointer;
}

.vvv-kubras-shop-active-filters i {
	color: var(--vvv-shop-brown);
	font-size: 14px;
	font-style: normal;
}

.vvv-kubras-shop-grid-wrap {
	position: relative;
	width: 100%;
	min-height: 440px;
	margin-top: clamp(30px, 4vw, 58px);
}

.vvv-kubras-shop-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(48px, 5vw, 86px) clamp(8px, 1.35vw, 24px);
}

/* =========================================================
   PRODUITS
========================================================= */

.vvv-kubras-shop-card {
	min-width: 0;
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity .72s cubic-bezier(.16, 1, .3, 1),
		transform .72s cubic-bezier(.16, 1, .3, 1);
	transition-delay: calc((var(--vvv-shop-card-index, 0) % 4) * 60ms);
}

.vvv-kubras-shop-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.vvv-kubras-shop-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5.15;
	background: var(--vvv-shop-soft);
}

.vvv-kubras-shop-card__image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.vvv-kubras-shop-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:
		opacity .58s ease,
		transform .85s cubic-bezier(.16, 1, .3, 1),
		filter .3s ease;
}

.vvv-kubras-shop-card__image--main {
	z-index: 1;
}

.vvv-kubras-shop-card__image--hover {
	z-index: 2;
	opacity: 0;
	transform: scale(1.018);
}

.vvv-kubras-shop-card:hover .vvv-kubras-shop-card__image--main {
	transform: scale(1.028);
}

.vvv-kubras-shop-card:hover .vvv-kubras-shop-card__image--hover {
	opacity: 1;
	transform: scale(1);
}

.vvv-kubras-shop-card__image.is-changing {
	opacity: .28;
	filter: blur(5px);
}

.vvv-kubras-shop-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 6;
	padding: 8px 10px;
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.vvv-kubras-shop-card__wishlist {
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 7;
	display: grid;
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .62);
	border-radius: 50%;
	background: rgba(255, 250, 242, .78);
	color: var(--vvv-shop-black);
	line-height: 0;
	cursor: pointer;
	place-items: center;
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	transition:
		background .25s ease,
		color .25s ease,
		transform .25s ease;
}

.vvv-kubras-shop-card__wishlist svg {
	width: 18px;
	height: 18px;
	fill: transparent;
	stroke: currentColor;
	stroke-width: 1.5;
}

.vvv-kubras-shop-card__wishlist:hover,
.vvv-kubras-shop-card__wishlist.is-active {
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-gold);
}

.vvv-kubras-shop-card__wishlist.is-active svg {
	fill: currentColor;
}

.vvv-kubras-shop-card__actions {
	position: absolute;
	right: 9px;
	bottom: 9px;
	left: 9px;
	z-index: 8;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	opacity: 0;
	transform: translateY(15px);
	transition:
		opacity .3s ease,
		transform .3s ease;
}

.vvv-kubras-shop-card:hover .vvv-kubras-shop-card__actions {
	opacity: 1;
	transform: translateY(0);
}

.vvv-kubras-shop-card__actions button,
.vvv-kubras-shop-card__actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 49px;
	padding: 0 9px;
	background: rgba(8, 6, 4, .92);
	color: var(--vvv-shop-cream);
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition:
		background .25s ease,
		color .25s ease;
}

.vvv-kubras-shop-card__actions button:hover,
.vvv-kubras-shop-card__actions a:hover {
	background: var(--vvv-shop-gold);
	color: var(--vvv-shop-black);
}

.vvv-kubras-shop-card__content {
	padding: 17px 1px 0;
}

.vvv-kubras-shop-card__eyebrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	color: var(--vvv-shop-gold);
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.vvv-kubras-shop-card__eyebrow small {
	color: var(--vvv-shop-muted);
	font-size: 7px;
	letter-spacing: .01em;
}

.vvv-kubras-shop-card h2 {
	margin: 9px 0 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(28px, 2.15vw, 42px);
	font-weight: 400;
	line-height: .92;
	letter-spacing: -.042em;
}

.vvv-kubras-shop-card h2 a {
	background-image: linear-gradient(var(--vvv-shop-gold), var(--vvv-shop-gold));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size .3s ease;
}

.vvv-kubras-shop-card h2 a:hover {
	background-size: 100% 1px;
}

.vvv-kubras-shop-card__price {
	margin-top: 9px;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 19px;
	line-height: 1.1;
}

.vvv-kubras-shop-card__price del {
	margin-right: 6px;
	color: var(--vvv-shop-muted);
	font-size: 14px;
	opacity: .7;
}

.vvv-kubras-shop-card__price ins {
	text-decoration: none;
}

.vvv-kubras-shop-card__swatches {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 28px;
	margin-top: 14px;
}

.vvv-kubras-shop-card__swatches button,
.vvv-kubras-shop-filter__colors label > span,
.vvv-kubras-shop-quick__swatches button {
	display: block;
	flex: 0 0 auto;
	padding: 0;
	border-radius: 50%;
	line-height: 0;
	aspect-ratio: 1 / 1;
}

.vvv-kubras-shop-card__swatches button {
	width: 19px;
	min-width: 19px;
	max-width: 19px;
	height: 19px;
	min-height: 19px;
	max-height: 19px;
	border: 3px solid var(--vvv-shop-cream);
	box-shadow: 0 0 0 1px var(--vvv-shop-line);
	cursor: pointer;
	transition:
		transform .2s ease,
		box-shadow .2s ease;
}

.vvv-kubras-shop-card__swatches button:hover,
.vvv-kubras-shop-card__swatches button.is-active {
	transform: scale(1.12);
	box-shadow:
		0 0 0 1px var(--vvv-shop-black),
		0 0 0 3px var(--vvv-shop-cream);
}

.vvv-kubras-shop-card__swatches > span {
	margin-left: 3px;
	overflow: hidden;
	color: var(--vvv-shop-muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .06em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.vvv-kubras-shop-card__availability {
	margin-top: 14px;
	color: var(--vvv-shop-muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* =========================================================
   ÉTATS
========================================================= */

.vvv-kubras-shop-loader {
	position: absolute;
	inset: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: rgba(255, 250, 242, .87);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.vvv-kubras-shop-loader[hidden] {
	display: none;
}

.vvv-kubras-shop-loader span,
.vvv-kubras-shop-quick__loading span {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(33, 23, 15, .14);
	border-top-color: var(--vvv-shop-gold);
	border-radius: 50%;
	animation: vvvKubrasSpinner .8s linear infinite;
}

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

.vvv-kubras-shop-loader p,
.vvv-kubras-shop-quick__loading p {
	margin: 17px 0 0;
	color: var(--vvv-shop-muted);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.vvv-kubras-shop-empty {
	display: flex;
	align-items: center;
	min-height: 560px;
	padding: 50px 20px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.vvv-kubras-shop-empty[hidden] {
	display: none;
}

.vvv-kubras-shop-empty > span {
	color: var(--vvv-shop-gold);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.vvv-kubras-shop-empty h3 {
	max-width: 760px;
	margin: 18px 0 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(48px, 6vw, 86px);
	font-weight: 400;
	line-height: .86;
	letter-spacing: -.055em;
}

.vvv-kubras-shop-empty p {
	margin: 22px 0 0;
	color: var(--vvv-shop-muted);
	font-size: 11px;
}

.vvv-kubras-shop-empty button {
	min-height: 52px;
	margin-top: 30px;
	padding: 0 22px;
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
}

.vvv-kubras-shop-load-more {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: clamp(65px, 8vw, 110px);
}

.vvv-kubras-shop-load-more button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
	min-width: 315px;
	min-height: 60px;
	padding: 0 20px;
	border: 1px solid var(--vvv-shop-black);
	background: transparent;
	color: var(--vvv-shop-black);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		background .25s ease,
		color .25s ease;
}

.vvv-kubras-shop-load-more button:hover {
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
}

.vvv-kubras-shop-load-more button[hidden] {
	display: none;
}

.vvv-kubras-shop-load-more i {
	font-size: 17px;
	font-style: normal;
}

.vvv-kubras-shop-load-more p {
	margin: 14px 0 0;
	color: var(--vvv-shop-muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* =========================================================
   RÉASSURANCE
========================================================= */

.vvv-kubras-shop-reassurance {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--vvv-shop-line);
	border-left: 1px solid var(--vvv-shop-line);
	background: var(--vvv-shop-cream);
}

.vvv-kubras-shop-reassurance article {
	min-height: 220px;
	padding: clamp(30px, 3.5vw, 52px);
	border-right: 1px solid var(--vvv-shop-line);
	border-bottom: 1px solid var(--vvv-shop-line);
}

.vvv-kubras-shop-reassurance strong {
	display: block;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(28px, 2.3vw, 40px);
	font-weight: 400;
	line-height: .95;
}

.vvv-kubras-shop-reassurance p {
	max-width: 320px;
	margin: 15px 0 0;
	color: var(--vvv-shop-muted);
	font-size: 9px;
	line-height: 1.75;
}

/* =========================================================
   BOUTON FLOTTANT
========================================================= */

.vvv-kubras-shop-floating-filter {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 2400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-width: 205px;
	min-height: 68px;
	padding: 0 13px 0 22px;
	border: 1px solid rgba(201, 164, 95, .7);
	border-radius: 60px;
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
	box-shadow: 0 22px 55px rgba(8, 6, 4, .28);
	cursor: pointer;
	transition:
		transform .3s ease,
		box-shadow .3s ease;
}

.vvv-kubras-shop-floating-filter:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 70px rgba(8, 6, 4, .36);
}

.vvv-kubras-shop-floating-filter span {
	display: block;
	text-align: left;
}

.vvv-kubras-shop-floating-filter small,
.vvv-kubras-shop-floating-filter strong {
	display: block;
}

.vvv-kubras-shop-floating-filter small {
	color: var(--vvv-shop-gold);
	font-size: 6px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.vvv-kubras-shop-floating-filter strong {
	margin-top: 3px;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.vvv-kubras-shop-floating-filter > i {
	display: grid;
	width: 42px;
	height: 42px;
	flex: none;
	border-radius: 50%;
	background: var(--vvv-shop-gold);
	color: var(--vvv-shop-black);
	font-size: 18px;
	font-style: normal;
	place-items: center;
}

/* =========================================================
   DRAWERS AU-DESSUS DU HEADER
========================================================= */

.vvv-kubras-shop-filter,
.vvv-kubras-shop-quick {
	--vvv-shop-black: #080604;
	--vvv-shop-brown: #21170f;
	--vvv-shop-cream: #fffaf2;
	--vvv-shop-gold: #c9a45f;
	--vvv-shop-muted: #746a61;
	--vvv-shop-line: rgba(33, 23, 15, .14);
	--vvv-shop-soft: #efe6db;
	--vvv-shop-white: #ffffff;
	color: var(--vvv-shop-brown);
	font-family: Manrope, Arial, sans-serif;
	box-sizing: border-box;
}

.vvv-kubras-shop-filter *,
.vvv-kubras-shop-quick * {
	box-sizing: border-box;
}


.vvv-kubras-shop-filter,
.vvv-kubras-shop-quick {
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483647 !important;
	visibility: hidden;
	width: 100vw;
	height: 100dvh;
	opacity: 0;
	transition:
		visibility .45s,
		opacity .45s ease;
	isolation: isolate;
}

.vvv-kubras-shop-filter.is-open,
.vvv-kubras-shop-quick.is-open {
	visibility: visible;
	opacity: 1;
}

.vvv-kubras-shop-filter__backdrop,
.vvv-kubras-shop-quick__backdrop {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(8, 6, 4, .72);
	cursor: pointer;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.vvv-kubras-shop-filter__panel {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: flex;
	width: min(610px, 100%);
	height: 100%;
	overflow: hidden;
	background: var(--vvv-shop-cream);
	flex-direction: column;
	transform: translateX(102%);
	transition: transform .55s cubic-bezier(.16, 1, .3, 1);
}

.vvv-kubras-shop-filter.is-open .vvv-kubras-shop-filter__panel {
	transform: translateX(0);
}

.vvv-kubras-shop-filter__panel > header {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 25px;
	padding: 30px 30px 25px;
	border-bottom: 1px solid var(--vvv-shop-line);
	background: var(--vvv-shop-cream);
}

.vvv-kubras-shop-filter__panel > header span {
	color: var(--vvv-shop-gold);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.vvv-kubras-shop-filter__panel > header h2 {
	margin: 9px 0 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 400;
	line-height: .9;
	letter-spacing: -.045em;
}

.vvv-kubras-shop-filter__panel > header > button,
.vvv-kubras-shop-quick__close {
	display: grid;
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	padding: 0;
	border: 1px solid var(--vvv-shop-line);
	border-radius: 50%;
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	place-items: center;
}

.vvv-kubras-shop-filter form {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
	overflow-y: auto;
}

.vvv-kubras-shop-filter form > section {
	padding: 27px 30px;
	border-bottom: 1px solid var(--vvv-shop-line);
}

.vvv-kubras-shop-filter form h3 {
	margin: 0 0 17px;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 24px;
	font-weight: 400;
}

.vvv-kubras-shop-filter__search {
	position: relative;
	display: block;
}

.vvv-kubras-shop-filter__search input {
	width: 100%;
	height: 54px;
	padding: 0 48px 0 15px;
	border: 1px solid var(--vvv-shop-line);
	border-radius: 0;
	outline: 0;
	background: var(--vvv-shop-white);
	color: var(--vvv-shop-brown);
	font-size: 11px;
}

.vvv-kubras-shop-filter__search input:focus {
	border-color: var(--vvv-shop-gold);
}

.vvv-kubras-shop-filter__search svg {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: var(--vvv-shop-brown);
	stroke-width: 1.5;
	transform: translateY(-50%);
	pointer-events: none;
}

.vvv-kubras-shop-filter__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.vvv-kubras-shop-filter__choices label {
	position: relative;
	cursor: pointer;
}

.vvv-kubras-shop-filter__choices input,
.vvv-kubras-shop-filter__colors input,
.vvv-kubras-shop-filter__switch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.vvv-kubras-shop-filter__choices span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 48px;
	padding: 0 13px;
	border: 1px solid var(--vvv-shop-line);
	background: var(--vvv-shop-white);
	color: var(--vvv-shop-muted);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	transition: all .25s ease;
}

.vvv-kubras-shop-filter__choices small {
	font-size: 8px;
}

.vvv-kubras-shop-filter__choices input:checked + span {
	border-color: var(--vvv-shop-black);
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
}

.vvv-kubras-shop-filter__colors {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 15px 8px;
}

.vvv-kubras-shop-filter__colors label {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.vvv-kubras-shop-filter__colors label > span {
	width: 36px;
	min-width: 36px;
	max-width: 36px;
	height: 36px;
	min-height: 36px;
	max-height: 36px;
	border: 3px solid var(--vvv-shop-cream);
	box-shadow: 0 0 0 1px var(--vvv-shop-line);
	transition:
		transform .2s ease,
		box-shadow .2s ease;
}

.vvv-kubras-shop-filter__colors label > span.is-all {
	background:
		conic-gradient(#111 0 25%, #d7afb0 25% 50%, #8e9b7e 50% 75%, #d8c5a6 75% 100%);
}

.vvv-kubras-shop-filter__colors input:checked + span {
	transform: scale(1.08);
	box-shadow:
		0 0 0 1px var(--vvv-shop-black),
		0 0 0 4px var(--vvv-shop-cream),
		0 0 0 5px var(--vvv-shop-gold);
}

.vvv-kubras-shop-filter__colors small {
	width: 100%;
	margin-top: 7px;
	overflow: hidden;
	color: var(--vvv-shop-muted);
	font-size: 6px;
	font-weight: 700;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.vvv-kubras-shop-filter__prices {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.vvv-kubras-shop-filter__prices label > span {
	display: block;
	margin-bottom: 8px;
	color: var(--vvv-shop-muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vvv-kubras-shop-filter__prices label > div {
	position: relative;
}

.vvv-kubras-shop-filter__prices input {
	width: 100%;
	height: 50px;
	padding: 0 34px 0 13px;
	border: 1px solid var(--vvv-shop-line);
	border-radius: 0;
	outline: 0;
	background: var(--vvv-shop-white);
	color: var(--vvv-shop-brown);
	font-size: 11px;
}

.vvv-kubras-shop-filter__prices i {
	position: absolute;
	top: 50%;
	right: 14px;
	color: var(--vvv-shop-muted);
	font-size: 10px;
	font-style: normal;
	transform: translateY(-50%);
}

.vvv-kubras-shop-filter__switch {
	display: flex;
	align-items: center;
	gap: 14px;
	cursor: pointer;
}

.vvv-kubras-shop-filter__switch > span {
	position: relative;
	width: 44px;
	height: 24px;
	flex: none;
	border-radius: 30px;
	background: #d8d0c6;
	transition: background .25s ease;
}

.vvv-kubras-shop-filter__switch > span::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--vvv-shop-white);
	box-shadow: 0 2px 7px rgba(0, 0, 0, .16);
	transition: transform .25s ease;
}

.vvv-kubras-shop-filter__switch input:checked + span {
	background: var(--vvv-shop-black);
}

.vvv-kubras-shop-filter__switch input:checked + span::after {
	transform: translateX(20px);
}

.vvv-kubras-shop-filter__switch strong {
	font-size: 9px;
	font-weight: 700;
}

.vvv-kubras-shop-filter form > footer {
	position: sticky;
	bottom: 0;
	display: grid;
	grid-template-columns: .7fr 1.3fr;
	gap: 8px;
	margin-top: auto;
	padding: 16px 18px;
	border-top: 1px solid var(--vvv-shop-line);
	background: rgba(255, 250, 242, .96);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.vvv-kubras-shop-filter form > footer button {
	min-height: 56px;
	padding: 0 16px;
	border: 1px solid var(--vvv-shop-line);
	background: transparent;
	color: var(--vvv-shop-brown);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}

.vvv-kubras-shop-filter form > footer button:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-color: var(--vvv-shop-black);
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream);
}

.vvv-kubras-shop-filter form > footer button:last-child span {
	display: grid;
	min-width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--vvv-shop-gold);
	color: var(--vvv-shop-black);
	font-size: 7px;
	place-items: center;
}

/* =========================================================
   APERÇU RAPIDE
========================================================= */

.vvv-kubras-shop-quick__panel {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: min(1080px, 94vw);
	height: 100%;
	overflow-y: auto;
	background: var(--vvv-shop-cream);
	transform: translateX(102%);
	transition: transform .58s cubic-bezier(.16, 1, .3, 1);
}

.vvv-kubras-shop-quick.is-open .vvv-kubras-shop-quick__panel {
	transform: translateX(0);
}

.vvv-kubras-shop-quick__close {
	position: fixed;
	top: 18px;
	right: 18px;
	z-index: 20;
}

.vvv-kubras-shop-quick__loading {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: var(--vvv-shop-cream);
}

.vvv-kubras-shop-quick__loading[hidden] {
	display: none;
}

.vvv-kubras-shop-quick__layout {
	display: grid;
	grid-template-columns: minmax(420px, 1fr) minmax(380px, .9fr);
	min-height: 100%;
}

.vvv-kubras-shop-quick__media {
	min-height: 100vh;
	background: var(--vvv-shop-soft);
}

.vvv-kubras-shop-quick__image {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	object-fit: cover;
}

.vvv-kubras-shop-quick__content {
	display: flex;
	padding: clamp(60px, 7vw, 100px);
	flex-direction: column;
	justify-content: center;
}

.vvv-kubras-shop-quick__content > span {
	color: var(--vvv-shop-gold);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.vvv-kubras-shop-quick__content h2 {
	margin: 17px 0 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(54px, 5.6vw, 88px);
	font-weight: 400;
	line-height: .82;
	letter-spacing: -.06em;
}

.vvv-kubras-shop-quick__price {
	margin-top: 22px;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 28px;
}

.vvv-kubras-shop-quick__description {
	margin-top: 29px;
	color: var(--vvv-shop-muted);
	font-size: 10px;
	line-height: 1.85;
}

.vvv-kubras-shop-quick__swatches {
	margin-top: 32px;
	padding-top: 25px;
	border-top: 1px solid var(--vvv-shop-line);
}

.vvv-kubras-shop-quick__swatches > strong {
	display: block;
	margin-bottom: 15px;
	font-size: 8px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.vvv-kubras-shop-quick__swatches > div {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.vvv-kubras-shop-quick__swatches button {
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	border: 3px solid var(--vvv-shop-cream);
	box-shadow: 0 0 0 1px var(--vvv-shop-line);
	cursor: pointer;
	transition:
		transform .2s ease,
		box-shadow .2s ease;
}

.vvv-kubras-shop-quick__swatches button:hover,
.vvv-kubras-shop-quick__swatches button.is-active {
	transform: scale(1.08);
	box-shadow:
		0 0 0 1px var(--vvv-shop-black),
		0 0 0 4px var(--vvv-shop-cream),
		0 0 0 5px var(--vvv-shop-gold);
}

.vvv-kubras-shop-quick__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 59px;
	margin-top: 35px;
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-cream) !important;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.vvv-kubras-shop-quick__reassurance {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
	border-top: 1px solid var(--vvv-shop-line);
	border-left: 1px solid var(--vvv-shop-line);
}

.vvv-kubras-shop-quick__reassurance span {
	padding: 12px 8px;
	border-right: 1px solid var(--vvv-shop-line);
	border-bottom: 1px solid var(--vvv-shop-line);
	color: var(--vvv-shop-muted);
	font-size: 6px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.vvv-kubras-shop-quick__error {
	display: flex;
	min-height: 100vh;
	padding: 50px;
	flex-direction: column;
	justify-content: center;
}

.vvv-kubras-shop-quick__error h2 {
	max-width: 700px;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(55px, 7vw, 95px);
	font-weight: 400;
	line-height: .83;
	letter-spacing: -.06em;
}

.vvv-kubras-shop-quick__error p {
	color: var(--vvv-shop-muted);
}

/* =========================================================
   VERROUILLAGE / ENTRÉE
========================================================= */

html.vvv-kubras-shop-is-locked {
	overflow: hidden;
}

html.vvv-kubras-shop-is-locked body {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.vvv-kubras-shop-hero__content,
.vvv-kubras-shop-hero__footer {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity .9s ease,
		transform .9s cubic-bezier(.16, 1, .3, 1);
}

.vvv-designer-kubraselegance-shop.is-ready .vvv-kubras-shop-hero__content,
.vvv-designer-kubraselegance-shop.is-ready .vvv-kubras-shop-hero__footer {
	opacity: 1;
	transform: translateY(0);
}

.vvv-designer-kubraselegance-shop.is-ready .vvv-kubras-shop-hero__footer {
	transition-delay: .12s;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1380px) {
	.vvv-kubras-shop-grid {
		column-gap: 18px;
	}

	.vvv-kubras-shop-reassurance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.vvv-kubras-shop-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vvv-kubras-shop-category-rail__track {
		grid-auto-columns: minmax(300px, 40vw);
	}

	.vvv-kubras-shop-collection__header {
		grid-template-columns: 1fr;
	}

	.vvv-kubras-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.vvv-kubras-shop-toolbar__tools {
		justify-content: space-between;
	}
}

@media (max-width: 780px) {
	.vvv-kubras-shop-hero {
		min-height: 100svh;
	}

	.vvv-kubras-shop-hero__inner {
		min-height: 100svh;
		padding: 112px 18px 28px;
	}

	.vvv-kubras-shop-hero__content {
		width: 100%;
		padding-top: 72px;
	}

	.vvv-kubras-shop-hero h1 {
		font-size: clamp(58px, 17vw, 88px);
		line-height: .8;
	}

	.vvv-kubras-shop-hero__content > p {
		font-size: 10px;
	}

	.vvv-kubras-shop-hero__actions {
		display: grid;
		width: 100%;
	}

	.vvv-kubras-shop-hero__actions a,
	.vvv-kubras-shop-hero__actions button {
		width: 100%;
		min-width: 0;
	}

	.vvv-kubras-shop-hero__footer {
		grid-template-columns: 1fr;
		margin-top: 44px;
		border-left: 0;
	}

	.vvv-kubras-shop-hero__footer > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 13px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 250, 242, .12);
	}

	.vvv-kubras-shop-hero__footer strong {
		font-size: 27px;
	}

	.vvv-kubras-shop-hero__footer span {
		margin-top: 0;
		text-align: right;
	}

	.vvv-kubras-shop-category-rail {
		padding: 72px 0 86px;
	}

	.vvv-kubras-shop-category-rail__header {
		align-items: flex-start;
		padding: 0 18px;
		flex-direction: column;
		gap: 12px;
	}

	.vvv-kubras-shop-category-rail__track {
		grid-auto-columns: minmax(285px, 80vw);
		padding-right: 18px;
		padding-left: 18px;
	}

	.vvv-kubras-shop-category-card__visual {
		height: 400px;
	}

	.vvv-kubras-shop-collection {
		padding: 88px 9px 105px;
	}

	.vvv-kubras-shop-collection__header {
		gap: 28px;
		padding: 0 9px;
		margin-bottom: 44px;
	}

	.vvv-kubras-shop-collection__header h2 {
		font-size: clamp(54px, 16vw, 82px);
	}

	.vvv-kubras-shop-toolbar {
		top: 0;
		margin: 0 -9px;
		padding: 10px 9px;
	}

	.admin-bar .vvv-kubras-shop-toolbar {
		top: 46px;
	}

	.vvv-kubras-shop-toolbar__tools {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 7px;
	}

	.vvv-kubras-shop-toolbar__tools > span {
		display: none;
	}

	.vvv-kubras-shop-toolbar__tools > button,
	.vvv-kubras-shop-toolbar__tools label,
	.vvv-kubras-shop-toolbar__tools select {
		width: 100%;
	}

	.vvv-kubras-shop-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 42px 0;
	}

	.vvv-kubras-shop-card__media {
		aspect-ratio: 4 / 5.35;
	}

	.vvv-kubras-shop-card__badge {
		top: 8px;
		left: 8px;
		padding: 6px 7px;
		font-size: 5.8px;
	}

	.vvv-kubras-shop-card__wishlist {
		top: 7px;
		right: 7px;
		width: 35px;
		height: 35px;
		min-width: 35px;
		min-height: 35px;
	}

	.vvv-kubras-shop-card__actions {
		display: none;
	}

	.vvv-kubras-shop-card__content {
		padding-top: 11px;
	}

	.vvv-kubras-shop-card__eyebrow {
		display: block;
		font-size: 6px;
	}

	.vvv-kubras-shop-card__eyebrow small {
		display: none;
	}

	.vvv-kubras-shop-card h2 {
		font-size: clamp(23px, 7vw, 31px);
	}

	.vvv-kubras-shop-card__price {
		font-size: 17px;
	}

	.vvv-kubras-shop-card__swatches {
		gap: 5px;
	}

	.vvv-kubras-shop-card__swatches button {
		width: 16px;
		min-width: 16px;
		max-width: 16px;
		height: 16px;
		min-height: 16px;
		max-height: 16px;
	}

	.vvv-kubras-shop-card__swatches > span {
		display: none;
	}

	.vvv-kubras-shop-load-more button {
		width: min(100%, 330px);
		min-width: 0;
	}

	.vvv-kubras-shop-reassurance {
		grid-template-columns: 1fr;
		border-left: 0;
	}

	.vvv-kubras-shop-reassurance article {
		min-height: 190px;
		padding: 34px 18px;
		border-right: 0;
	}

	.vvv-kubras-shop-floating-filter {
		right: 12px;
		bottom: 12px;
		min-width: 176px;
		min-height: 60px;
		padding: 0 10px 0 17px;
	}

	.vvv-kubras-shop-floating-filter strong {
		font-size: 19px;
	}

	.vvv-kubras-shop-floating-filter > i {
		width: 38px;
		height: 38px;
	}

	.vvv-kubras-shop-filter__panel > header,
	.vvv-kubras-shop-filter form > section {
		padding-right: 18px;
		padding-left: 18px;
	}

	.vvv-kubras-shop-filter__choices {
		grid-template-columns: 1fr;
	}

	.vvv-kubras-shop-filter__colors {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.vvv-kubras-shop-filter form > footer {
		padding: 11px;
	}

	.vvv-kubras-shop-quick__panel {
		width: 100%;
	}

	.vvv-kubras-shop-quick__layout {
		grid-template-columns: 1fr;
	}

	.vvv-kubras-shop-quick__media,
	.vvv-kubras-shop-quick__image {
		min-height: 0;
		height: min(70vh, 620px);
	}

	.vvv-kubras-shop-quick__content {
		padding: 44px 18px 65px;
	}

	.vvv-kubras-shop-quick__content h2 {
		font-size: clamp(52px, 16vw, 79px);
	}

	.vvv-kubras-shop-quick__reassurance {
		grid-template-columns: 1fr;
	}

	.vvv-designer-kubraselegance-shop .woocommerce-notices-wrapper {
		top: 75px;
		right: 10px;
		width: calc(100vw - 20px);
	}
}

@media (max-width: 390px) {
	.vvv-kubras-shop-hero h1 {
		font-size: 58px;
	}

	.vvv-kubras-shop-grid {
		column-gap: 6px;
	}

	.vvv-kubras-shop-card h2 {
		font-size: 22px;
	}

	.vvv-kubras-shop-filter__prices {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vvv-designer-kubraselegance-shop *,
	.vvv-designer-kubraselegance-shop *::before,
	.vvv-designer-kubraselegance-shop *::after,
	.vvv-kubras-shop-filter *,
	.vvv-kubras-shop-quick * {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* =========================================================
   BOUTIQUE V3 — HERO 16/9, CARTES & SLIDERS
========================================================= */

.vvv-kubras-shop-hero {
	height: min(100svh, 56.25vw);
	min-height: 720px;
	max-height: 1080px;
	aspect-ratio: 16 / 9;
	background: #080604;
}

.vvv-kubras-shop-hero__background {
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 6, 4, .94) 0%, rgba(8, 6, 4, .76) 42%, rgba(8, 6, 4, .18) 78%, rgba(8, 6, 4, .28) 100%),
		var(--vvv-shop-hero-image) center center / cover no-repeat !important;
	transform: scale(1.01);
}

.vvv-kubras-shop-hero__veil {
	display: none;
}

.vvv-kubras-shop-hero__grain {
	opacity: .035;
}

.vvv-kubras-shop-hero__inner {
	min-height: 100%;
	height: 100%;
	padding-top: clamp(118px, 8vw, 155px);
	padding-bottom: clamp(30px, 3vw, 48px);
}

.vvv-kubras-shop-hero__content {
	width: min(960px, 76%);
	margin-top: auto;
	padding-top: 0;
	padding-bottom: clamp(25px, 4vw, 48px);
}

.vvv-kubras-shop-hero h1 {
	max-width: 1050px;
	font-size: clamp(66px, 7vw, 126px);
	line-height: .82;
	letter-spacing: -.062em;
	text-shadow: 0 16px 60px rgba(0, 0, 0, .34);
}

.vvv-kubras-shop-hero__content > p {
	max-width: 630px;
}

.vvv-kubras-shop-hero__footer {
	width: min(720px, 100%);
}

.vvv-kubras-shop-category-rail__header p {
	max-width: 410px;
}

/* Slider complet des cartes et de l'aperçu rapide */

.vvv-kubras-shop-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--vvv-shop-soft);
}

.vvv-kubras-shop-slider__viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	touch-action: pan-y;
}

.vvv-kubras-shop-slider__track {
	display: flex;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform .62s cubic-bezier(.16, 1, .3, 1);
	will-change: transform;
}

.vvv-kubras-shop-slider__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.vvv-kubras-shop-slider__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.001);
	transition:
		transform .85s cubic-bezier(.16, 1, .3, 1),
		filter .3s ease;
}

.vvv-kubras-shop-card:hover .vvv-kubras-shop-slider__image {
	transform: scale(1.022);
}

.vvv-kubras-shop-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 12;
	display: grid;
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 50%;
	background: rgba(255, 250, 242, .76);
	color: var(--vvv-shop-black);
	font-family: Georgia, serif;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50%) scale(.92);
	place-items: center;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition:
		opacity .25s ease,
		transform .25s ease,
		background .25s ease,
		color .25s ease;
}

.vvv-kubras-shop-slider__arrow--prev {
	left: 13px;
}

.vvv-kubras-shop-slider__arrow--next {
	right: 13px;
}

.vvv-kubras-shop-card:hover .vvv-kubras-shop-slider__arrow,
.vvv-kubras-shop-slider--quick .vvv-kubras-shop-slider__arrow {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.vvv-kubras-shop-slider__arrow:hover {
	background: var(--vvv-shop-black);
	color: var(--vvv-shop-gold);
}

.vvv-kubras-shop-slider__arrow[hidden],
.vvv-kubras-shop-slider__dots[hidden],
.vvv-kubras-shop-slider__counter[hidden] {
	display: none !important;
}

.vvv-kubras-shop-slider__dots {
	position: absolute;
	right: 50%;
	bottom: 13px;
	z-index: 12;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 7px 9px;
	border-radius: 40px;
	background: rgba(8, 6, 4, .38);
	transform: translateX(50%);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
}

.vvv-kubras-shop-slider__dots button {
	width: 5px;
	height: 5px;
	min-width: 5px;
	min-height: 5px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 250, 242, .45);
	cursor: pointer;
	transition:
		width .25s ease,
		background .25s ease;
}

.vvv-kubras-shop-slider__dots button.is-active {
	width: 18px;
	border-radius: 10px;
	background: var(--vvv-shop-gold);
}

.vvv-kubras-shop-slider__counter {
	position: absolute;
	right: 13px;
	bottom: 13px;
	z-index: 12;
	padding: 7px 9px;
	border-radius: 30px;
	background: rgba(8, 6, 4, .42);
	color: var(--vvv-shop-cream);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .08em;
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
}

.vvv-kubras-shop-card__image-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.vvv-kubras-shop-card__product-overlay {
	position: absolute;
	inset: 0;
	z-index: 4;
}

.vvv-kubras-shop-card__wishlist {
	z-index: 15;
}

.vvv-kubras-shop-card__actions {
	z-index: 14;
}

/* Nouvelle présentation produit */

.vvv-kubras-shop-card__content {
	padding: 19px 2px 0;
}

.vvv-kubras-shop-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	color: var(--vvv-shop-gold);
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.vvv-kubras-shop-card__meta small {
	color: var(--vvv-shop-muted);
	font-size: 7px;
	letter-spacing: .01em;
}

.vvv-kubras-shop-card__title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 16px;
	margin-top: 9px;
}

.vvv-kubras-shop-card__title-row h2 {
	margin: 0;
}

.vvv-kubras-shop-card__title-row .vvv-kubras-shop-card__price {
	margin-top: 2px;
	text-align: right;
	white-space: nowrap;
}

.vvv-kubras-shop-card__color-dock {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 48px;
	margin-top: 16px;
	padding: 8px 11px;
	border: 1px solid rgba(33, 23, 15, .08);
	border-radius: 30px;
	background: rgba(255, 255, 255, .62);
	box-shadow: 0 8px 26px rgba(33, 23, 15, .035);
}

.vvv-kubras-shop-card__color-dock > span {
	flex: none;
	color: var(--vvv-shop-muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.vvv-kubras-shop-card__swatches {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	margin: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.vvv-kubras-shop-card__swatches::-webkit-scrollbar {
	display: none;
}

.vvv-designer-kubraselegance-shop .vvv-kubras-shop-card__swatches button {
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	min-height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
	padding: 0 !important;
	border: 3px solid #fffaf2 !important;
	border-radius: 50% !important;
	outline: 0 !important;
	box-shadow: 0 0 0 1px rgba(33, 23, 15, .1) !important;
	transform: none;
	appearance: none;
	-webkit-appearance: none;
}

.vvv-designer-kubraselegance-shop .vvv-kubras-shop-card__swatches button:hover {
	transform: translateY(-2px) scale(1.06);
	box-shadow:
		0 0 0 1px rgba(201, 164, 95, .55),
		0 7px 16px rgba(201, 164, 95, .16) !important;
}

.vvv-designer-kubraselegance-shop .vvv-kubras-shop-card__swatches button.is-active {
	transform: translateY(-1px) scale(1.08);
	box-shadow:
		0 0 0 2px #fffaf2,
		0 0 0 4px rgba(201, 164, 95, .86),
		0 8px 20px rgba(201, 164, 95, .2) !important;
}

/* Aperçu rapide avec slider */

.vvv-kubras-shop-quick__media {
	position: relative;
	min-height: 100vh;
}

.vvv-kubras-shop-slider--quick {
	min-height: 100vh;
}

.vvv-kubras-shop-slider--quick .vvv-kubras-shop-slider__dots {
	bottom: 22px;
}

.vvv-kubras-shop-slider--quick .vvv-kubras-shop-slider__counter {
	right: 20px;
	bottom: 20px;
}

.vvv-kubras-shop-quick__swatches-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.vvv-kubras-shop-quick__swatches-heading strong {
	font-size: 8px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.vvv-kubras-shop-quick__swatches-heading span {
	color: var(--vvv-shop-muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vvv-kubras-shop-quick__swatches > div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* Bouton flottant déplacé sur le côté, loin du retour en haut */

.vvv-kubras-shop-floating-filter {
	top: 52%;
	right: 0;
	bottom: auto;
	min-width: 182px;
	border-right: 0;
	border-radius: 34px 0 0 34px;
	transform: translateY(-50%);
}

.vvv-kubras-shop-floating-filter:hover {
	transform: translateY(calc(-50% - 4px));
}

/* Toutes les couleurs du drawer restent bien rondes */

.vvv-kubras-shop-filter__colors label > span {
	aspect-ratio: 1 / 1 !important;
	border-radius: 50% !important;
}

/* Responsive V3 */

@media (max-width: 1100px) {
	.vvv-kubras-shop-hero {
		height: min(100svh, 68vw);
		min-height: 680px;
	}

	.vvv-kubras-shop-hero__content {
		width: min(900px, 88%);
	}
}

@media (max-width: 780px) {
	.vvv-kubras-shop-hero {
		width: 100%;
		height: 100svh;
		min-height: 720px;
		aspect-ratio: auto;
	}

	.vvv-kubras-shop-hero__background {
		background:
			linear-gradient(180deg, rgba(8, 6, 4, .35) 0%, rgba(8, 6, 4, .52) 42%, rgba(8, 6, 4, .94) 100%),
			var(--vvv-shop-hero-image) center center / cover no-repeat !important;
	}

	.vvv-kubras-shop-hero__content {
		width: 100%;
		padding-bottom: 22px;
	}

	.vvv-kubras-shop-card__title-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.vvv-kubras-shop-card__title-row .vvv-kubras-shop-card__price {
		text-align: left;
	}

	.vvv-kubras-shop-card__color-dock {
		min-height: 42px;
		padding: 7px 8px;
	}

	.vvv-kubras-shop-card__color-dock > span {
		display: none;
	}

	.vvv-designer-kubraselegance-shop .vvv-kubras-shop-card__swatches button {
		width: 17px !important;
		height: 17px !important;
		min-width: 17px !important;
		min-height: 17px !important;
		max-width: 17px !important;
		max-height: 17px !important;
	}

	.vvv-kubras-shop-slider__arrow {
		width: 36px;
		height: 36px;
		min-width: 36px;
		min-height: 36px;
		opacity: 1;
		transform: translateY(-50%);
	}

	.vvv-kubras-shop-slider__arrow--prev {
		left: 8px;
	}

	.vvv-kubras-shop-slider__arrow--next {
		right: 8px;
	}

	.vvv-kubras-shop-slider__counter {
		right: 8px;
		bottom: 8px;
	}

	.vvv-kubras-shop-slider__dots {
		bottom: 8px;
	}

	.vvv-kubras-shop-floating-filter {
		top: auto;
		right: auto;
		bottom: 18px;
		left: 50%;
		min-width: 188px;
		border-right: 1px solid rgba(201, 164, 95, .7);
		border-radius: 60px;
		transform: translateX(-50%);
	}

	.vvv-kubras-shop-floating-filter:hover {
		transform: translateX(-50%) translateY(-3px);
	}

	.vvv-kubras-shop-quick__media,
	.vvv-kubras-shop-slider--quick {
		min-height: 0;
		height: min(68vh, 620px);
	}
}



/* Le clic et le swipe sont gérés par le slider, le lien invisible ne bloque rien. */
.vvv-kubras-shop-card__product-overlay {
	pointer-events: none;
}

/* =========================================================
   BOUTIQUE V3.1 — GRILLE PLEINE LARGEUR ET INFOS SUR L'IMAGE
   Modification ciblée : grille, cartes et aperçu rapide desktop.
   ========================================================= */

/* La section collection reste structurée, mais la grille touche les bords. */
.vvv-kubras-shop-collection {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.vvv-kubras-shop-collection__header,
.vvv-kubras-shop-toolbar,
.vvv-kubras-shop-active-filters,
.vvv-kubras-shop-load-more {
  margin-right: clamp(18px, 3vw, 52px);
  margin-left: clamp(18px, 3vw, 52px);
}

.vvv-kubras-shop-grid-wrap {
  width: 100%;
  max-width: none;
  margin-top: clamp(30px, 4vw, 56px);
}

.vvv-kubras-shop-grid {
  width: 100%;
  max-width: none;
  gap: 0 !important;
}

/* Cartes totalement jointives. */
.vvv-kubras-shop-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 250, 242, 0.12);
  border-bottom: 1px solid rgba(255, 250, 242, 0.12);
  background: #080604;
  isolation: isolate;
}

.vvv-kubras-shop-card:nth-child(4n) {
  border-right: 0;
}

.vvv-kubras-shop-card__media {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 5.18;
  background: #17120e;
}

/*
 * Dégradé éditorial qui garantit la lisibilité sans créer
 * un bloc séparé sous l'image.
 */
.vvv-kubras-shop-card::after {
  position: absolute;
  inset: 0;
  z-index: 8;
  background:
    linear-gradient(
      180deg,
      rgba(8, 6, 4, 0.05) 0%,
      rgba(8, 6, 4, 0.02) 38%,
      rgba(8, 6, 4, 0.28) 58%,
      rgba(8, 6, 4, 0.92) 100%
    );
  content: "";
  pointer-events: none;
}

/* Toutes les informations passent par-dessus la photo. */
.vvv-kubras-shop-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  display: flex;
  min-width: 0;
  padding:
    clamp(82px, 8vw, 130px)
    clamp(15px, 1.5vw, 25px)
    clamp(16px, 1.6vw, 26px);
  flex-direction: column;
  color: var(--vvv-shop-cream);
  pointer-events: none;
}

.vvv-kubras-shop-card__content a,
.vvv-kubras-shop-card__color-dock,
.vvv-kubras-shop-card__color-dock button {
  pointer-events: auto;
}

.vvv-kubras-shop-card__meta {
  color: rgba(255, 250, 242, 0.72);
  font-size: 6.5px;
  letter-spacing: 0.15em;
}

.vvv-kubras-shop-card__meta small {
  color: var(--vvv-shop-gold);
}

.vvv-kubras-shop-card__title-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
  margin-top: 10px;
}

.vvv-kubras-shop-card h2,
.vvv-kubras-shop-card__title-row h2 {
  margin: 0;
  color: var(--vvv-shop-cream);
  font-size: clamp(28px, 2.2vw, 43px);
  line-height: 0.9;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.34);
}

.vvv-kubras-shop-card h2 a {
  color: inherit;
  background-image:
    linear-gradient(var(--vvv-shop-gold), var(--vvv-shop-gold));
}

.vvv-kubras-shop-card__price,
.vvv-kubras-shop-card__title-row .vvv-kubras-shop-card__price {
  margin: 0;
  color: var(--vvv-shop-cream);
  font-size: clamp(17px, 1.25vw, 23px);
  text-align: right;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.36);
}

.vvv-kubras-shop-card__price del {
  color: rgba(255, 250, 242, 0.52);
}

/*
 * Les couleurs restent sur l'image dans une capsule très légère,
 * sans recréer une fiche séparée sous le produit.
 */
.vvv-kubras-shop-card__color-dock {
  width: fit-content;
  max-width: 100%;
  min-height: 40px;
  margin-top: 15px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 999px;
  background: rgba(8, 6, 4, 0.34);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vvv-kubras-shop-card__color-dock > span {
  max-width: 105px;
  overflow: hidden;
  color: rgba(255, 250, 242, 0.7);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button {
  border-color: rgba(255, 250, 242, 0.88) !important;
  box-shadow:
    0 0 0 1px rgba(255, 250, 242, 0.18) !important;
}

.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button.is-active {
  box-shadow:
    0 0 0 2px rgba(8, 6, 4, 0.44),
    0 0 0 4px rgba(201, 164, 95, 0.94),
    0 8px 22px rgba(0, 0, 0, 0.2) !important;
}

/*
 * Actions intégrées à droite, sans recouvrir le titre,
 * les couleurs ou les contrôles du slider.
 */
.vvv-kubras-shop-card__actions {
  top: 72px;
  right: 12px;
  bottom: auto;
  left: auto;
  z-index: 17;
  width: min(132px, calc(100% - 24px));
  grid-template-columns: 1fr;
  gap: 6px;
}

.vvv-kubras-shop-card__actions button,
.vvv-kubras-shop-card__actions a {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 250, 242, 0.2);
  background: rgba(8, 6, 4, 0.58);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vvv-kubras-shop-card__actions button:hover,
.vvv-kubras-shop-card__actions a:hover {
  border-color: var(--vvv-shop-gold);
}

/* Les points du slider sont en haut : aucun conflit avec les informations. */
.vvv-kubras-shop-slider--card .vvv-kubras-shop-slider__dots {
  top: 17px;
  bottom: auto;
}

.vvv-kubras-shop-slider--card .vvv-kubras-shop-slider__counter {
  display: none !important;
}

.vvv-kubras-shop-card__badge {
  top: 14px;
  left: 14px;
  z-index: 18;
}

.vvv-kubras-shop-card__wishlist {
  top: 13px;
  right: 13px;
  z-index: 19;
}

/* =========================================================
   APERÇU RAPIDE DESKTOP — IMAGE SANS ZONE VIDE
   ========================================================= */

@media (min-width: 781px) {
  .vvv-kubras-shop-quick__panel {
    width: min(1260px, 96vw);
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .vvv-kubras-shop-quick__layout {
    display: grid;
    grid-template-columns:
      minmax(0, 1.12fr)
      minmax(410px, 0.88fr);
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .vvv-kubras-shop-quick__media {
    position: relative;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    background: #17120e;
  }

  .vvv-kubras-shop-slider--quick,
  .vvv-kubras-shop-slider--quick
    .vvv-kubras-shop-slider__viewport,
  .vvv-kubras-shop-slider--quick
    .vvv-kubras-shop-slider__track,
  .vvv-kubras-shop-slider--quick
    .vvv-kubras-shop-slider__slide {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
  }

  .vvv-kubras-shop-slider--quick
    .vvv-kubras-shop-slider__image {
    display: block;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    object-fit: cover;
    object-position: center center;
  }

  .vvv-kubras-shop-quick__content {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    padding:
      clamp(54px, 5vw, 86px)
      clamp(42px, 4vw, 72px);
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: center;
    background:
      radial-gradient(
        circle at 90% 7%,
        rgba(201, 164, 95, 0.12),
        transparent 27%
      ),
      var(--vvv-shop-cream);
  }
}

/* =========================================================
   RESPONSIVE DE LA NOUVELLE GRILLE
   ========================================================= */

@media (max-width: 1100px) and (min-width: 781px) {
  .vvv-kubras-shop-card:nth-child(4n) {
    border-right: 1px solid rgba(255, 250, 242, 0.12);
  }

  .vvv-kubras-shop-card:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 780px) {
  .vvv-kubras-shop-collection__header,
  .vvv-kubras-shop-toolbar,
  .vvv-kubras-shop-active-filters,
  .vvv-kubras-shop-load-more {
    margin-right: 9px;
    margin-left: 9px;
  }

  .vvv-kubras-shop-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
  }

  .vvv-kubras-shop-card,
  .vvv-kubras-shop-card:nth-child(2n),
  .vvv-kubras-shop-card:nth-child(3n),
  .vvv-kubras-shop-card:nth-child(4n) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-right: 0 !important;
  }

  .vvv-kubras-shop-card__content {
    padding:
      72px
      11px
      12px;
  }

  .vvv-kubras-shop-card__meta {
    font-size: 5.5px;
  }

  .vvv-kubras-shop-card h2,
  .vvv-kubras-shop-card__title-row h2 {
    font-size: clamp(22px, 6.8vw, 30px);
  }

  .vvv-kubras-shop-card__title-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .vvv-kubras-shop-card__price,
  .vvv-kubras-shop-card__title-row
    .vvv-kubras-shop-card__price {
    font-size: 15px;
    text-align: left;
  }

  .vvv-kubras-shop-card__color-dock {
    width: 100%;
    min-height: 35px;
    margin-top: 10px;
    padding: 6px 8px;
  }

  .vvv-kubras-shop-card__actions {
    display: none;
  }

  .vvv-kubras-shop-slider--card
    .vvv-kubras-shop-slider__dots {
    top: 11px;
  }

  .vvv-kubras-shop-card__badge {
    top: 9px;
    left: 8px;
  }

  .vvv-kubras-shop-card__wishlist {
    top: 8px;
    right: 8px;
  }
}

/* =========================================================
   BOUTIQUE V3.2 — RESPIRATION ACTIONS + DOCK COLORIS LARGE
   Modification ciblée uniquement.
   ========================================================= */

/*
 * Les actions quittent le bord droit et gagnent un peu de largeur.
 * Elles restent au-dessus de l'image sans toucher les informations.
 */
.vvv-kubras-shop-card__actions {
  top: 82px;
  right: clamp(18px, 1.45vw, 28px);
  width: clamp(136px, 9.5vw, 158px);
  max-width: calc(100% - 36px);
  gap: 7px;
}

.vvv-kubras-shop-card__actions button,
.vvv-kubras-shop-card__actions a {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 2px;
}

/*
 * Le dock couleurs utilise presque toute la largeur disponible.
 * Une grande quantité de couleurs défile horizontalement sans
 * comprimer, ovaliser ou faire sortir les pastilles.
 */
.vvv-kubras-shop-card__color-dock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: calc(100% - 2px);
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  margin-top: 16px;
  padding: 8px 13px;
  gap: 14px;
}

.vvv-kubras-shop-card__swatches {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 3px 2px 5px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.vvv-kubras-shop-card__swatches::-webkit-scrollbar {
  display: none;
}

.vvv-kubras-shop-card__color-dock > span {
  max-width: 118px;
  min-width: 0;
  padding-left: 2px;
  text-align: right;
}

/* Les pastilles ne se compressent jamais, même avec beaucoup de coloris. */
.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button {
  flex: 0 0 20px !important;
}

/* Tablette : les boutons gardent une marge correcte sur les cartes plus étroites. */
@media (max-width: 1100px) and (min-width: 781px) {
  .vvv-kubras-shop-card__actions {
    right: 18px;
    width: 140px;
    max-width: calc(100% - 36px);
  }

  .vvv-kubras-shop-card__color-dock {
    width: 100%;
    padding-right: 11px;
    padding-left: 11px;
  }

  .vvv-kubras-shop-card__color-dock > span {
    max-width: 88px;
  }
}

/* Mobile : toutes les couleurs utilisent la largeur du dock. */
@media (max-width: 780px) {
  .vvv-kubras-shop-card__color-dock {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-height: 40px;
    padding: 6px 8px;
    gap: 0;
  }

  .vvv-kubras-shop-card__color-dock > span {
    display: none;
  }

  .vvv-kubras-shop-card__swatches {
    padding: 3px 1px 4px;
  }

  .vvv-designer-kubraselegance-shop
    .vvv-kubras-shop-card__swatches button {
    flex-basis: 17px !important;
  }
}

/* =========================================================
   BOUTIQUE V3.3 — COLORIS SANS RECTANGLE
   Modification ciblée uniquement.
   ========================================================= */

.vvv-kubras-shop-card__color-dock {
  width: 100%;
  min-height: 34px;
  margin-top: 14px;
  padding: 2px 0 3px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.vvv-kubras-shop-card__swatches {
  padding: 3px 4px 5px 2px;
}

.vvv-kubras-shop-card__color-dock > span {
  padding-right: 2px;
  color: rgba(255, 250, 242, 0.74);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
}

/*
 * Les pastilles restent lisibles directement sur l'image,
 * sans recréer une capsule ou un bloc autour d'elles.
 */
.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button {
  box-shadow:
    0 0 0 1px rgba(255, 250, 242, 0.3),
    0 4px 14px rgba(0, 0, 0, 0.22) !important;
}

.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button.is-active {
  box-shadow:
    0 0 0 2px rgba(8, 6, 4, 0.36),
    0 0 0 4px rgba(201, 164, 95, 0.94),
    0 8px 20px rgba(0, 0, 0, 0.28) !important;
}

@media (max-width: 780px) {
  .vvv-kubras-shop-card__color-dock {
    min-height: 30px;
    margin-top: 10px;
    padding: 1px 0 2px;
  }

  .vvv-kubras-shop-card__swatches {
    padding-right: 2px;
    padding-left: 1px;
  }
}

/* =========================================================
   BOUTIQUE V3.4 — BOUTONS SANS BORDURE
   Modification ciblée : cartes et aperçu rapide uniquement.
   ========================================================= */

/* Actions sur les cartes : aucun contour, rendu mode et discret. */
.vvv-kubras-shop-card__actions button,
.vvv-kubras-shop-card__actions a {
  border: 0 !important;
  border-radius: 0;
  background:
    linear-gradient(
      135deg,
      rgba(8, 6, 4, 0.78),
      rgba(8, 6, 4, 0.58)
    );
  color: var(--vvv-shop-cream);
  box-shadow:
    0 12px 32px rgba(8, 6, 4, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.vvv-kubras-shop-card__actions button:hover,
.vvv-kubras-shop-card__actions a:hover {
  border: 0 !important;
  background: var(--vvv-shop-gold);
  color: var(--vvv-shop-black);
  box-shadow:
    0 14px 34px rgba(8, 6, 4, 0.24);
}

/* =========================================================
   APERÇU RAPIDE — COMMANDES PROPRES SANS BORDURE
   ========================================================= */

/* Croix de fermeture */
.vvv-kubras-shop-quick__close {
  border: 0 !important;
  background: rgba(8, 6, 4, 0.82);
  color: var(--vvv-shop-cream);
  box-shadow:
    0 12px 34px rgba(8, 6, 4, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vvv-kubras-shop-quick__close:hover {
  border: 0 !important;
  background: var(--vvv-shop-gold);
  color: var(--vvv-shop-black);
}

/* Flèches du slider dans l'aperçu rapide */
.vvv-kubras-shop-slider--quick
  .vvv-kubras-shop-slider__arrow {
  border: 0 !important;
  background: rgba(255, 250, 242, 0.82);
  color: var(--vvv-shop-black);
  box-shadow:
    0 10px 28px rgba(8, 6, 4, 0.16);
}

.vvv-kubras-shop-slider--quick
  .vvv-kubras-shop-slider__arrow:hover {
  border: 0 !important;
  background: var(--vvv-shop-black);
  color: var(--vvv-shop-gold);
}

/* Bouton principal du popup */
.vvv-kubras-shop-quick__cta {
  border: 0 !important;
  background: var(--vvv-shop-black);
  color: var(--vvv-shop-cream) !important;
  box-shadow:
    0 16px 38px rgba(8, 6, 4, 0.14);
  transition:
    background 0.28s ease,
    color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.vvv-kubras-shop-quick__cta:hover {
  border: 0 !important;
  background: var(--vvv-shop-gold);
  color: var(--vvv-shop-black) !important;
  transform: translateY(-2px);
  box-shadow:
    0 18px 42px rgba(201, 164, 95, 0.22);
}

/*
 * Pastilles du popup : aucune bordure visible,
 * uniquement un halo fin sur la couleur active.
 */
.vvv-kubras-shop-quick__swatches button,
.vvv-kubras-shop-quick__swatches button:hover,
.vvv-kubras-shop-quick__swatches button:focus,
.vvv-kubras-shop-quick__swatches button:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow:
    0 5px 14px rgba(8, 6, 4, 0.12) !important;
}

.vvv-kubras-shop-quick__swatches button.is-active {
  border: 0 !important;
  outline: 0 !important;
  box-shadow:
    0 0 0 3px rgba(201, 164, 95, 0.92),
    0 8px 20px rgba(8, 6, 4, 0.16) !important;
}

/* Les blocs de réassurance ne ressemblent plus à des boutons encadrés. */
.vvv-kubras-shop-quick__reassurance {
  border: 0;
  gap: 1px;
  background: rgba(33, 23, 15, 0.08);
}

.vvv-kubras-shop-quick__reassurance span {
  border: 0;
  background: var(--vvv-shop-cream);
}

/* Mobile : mêmes règles, sans rajouter de contour. */
@media (max-width: 780px) {
  .vvv-kubras-shop-quick__close,
  .vvv-kubras-shop-slider--quick
    .vvv-kubras-shop-slider__arrow,
  .vvv-kubras-shop-quick__cta {
    border: 0 !important;
  }
}

/* =========================================================
   BOUTIQUE V3.6 — CORRECTION STRICTE
   1. Texte Aperçu rapide blanc au repos.
   2. Pastilles couleurs redessinées.
   Aucun changement de forme des boutons d'action.
   ========================================================= */

/*
 * Le rectangle noir glass d'origine est conservé.
 * Seule la couleur du texte au repos est corrigée.
 */
.vvv-kubras-shop-card__actions button {
  color: #ffffff !important;
}

/* Le hover doré existant reste inchangé. */
.vvv-kubras-shop-card__actions button:hover {
  color: var(--vvv-shop-black) !important;
}

/* =========================================================
   PASTILLES COULEURS — LUXE, FINES ET SANS BORDURE LOURDE
   ========================================================= */

/*
 * Aucun rectangle autour des couleurs :
 * le dock transparent validé reste intact.
 */
.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button,
.vvv-kubras-shop-quick__swatches button {
  position: relative;
  flex: 0 0 auto !important;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  outline: 0 !important;
  background-clip: border-box !important;
  box-shadow:
    0 5px 14px rgba(8, 6, 4, 0.18) !important;
  appearance: none;
  -webkit-appearance: none;
  transform: translateZ(0);
  transition:
    transform 0.24s cubic-bezier(.16, 1, .3, 1),
    box-shadow 0.24s ease,
    filter 0.24s ease;
  isolation: isolate;
}

/*
 * Anneau extérieur très fin, invisible au repos.
 * Il ne crée aucune bordure noire ou blanche permanente.
 */
.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button::before,
.vvv-kubras-shop-quick__swatches button::before {
  position: absolute;
  inset: -4px;
  z-index: -1;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.82);
  transition:
    opacity 0.24s ease,
    transform 0.24s cubic-bezier(.16, 1, .3, 1),
    border-color 0.24s ease,
    box-shadow 0.24s ease;
  pointer-events: none;
}

/* Hover : mouvement léger, aucune grosse bordure. */
.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button:hover,
.vvv-kubras-shop-quick__swatches button:hover {
  border: 0 !important;
  outline: 0 !important;
  filter: saturate(1.08) brightness(1.04);
  transform: translateY(-2px) scale(1.08);
  box-shadow:
    0 8px 20px rgba(8, 6, 4, 0.22) !important;
}

.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button:hover::before,
.vvv-kubras-shop-quick__swatches button:hover::before {
  border-color: rgba(201, 164, 95, 0.46);
  opacity: 1;
  transform: scale(0.96);
}

/*
 * Couleur active :
 * halo doré fin, sans bordure noire et sans double cercle lourd.
 */
.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button.is-active,
.vvv-kubras-shop-quick__swatches button.is-active {
  border: 0 !important;
  outline: 0 !important;
  filter: saturate(1.1) brightness(1.04);
  transform: translateY(-1px) scale(1.1);
  box-shadow:
    0 8px 22px rgba(8, 6, 4, 0.22) !important;
}

.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button.is-active::before,
.vvv-kubras-shop-quick__swatches button.is-active::before {
  border-color: rgba(201, 164, 95, 0.95);
  box-shadow:
    0 0 16px rgba(201, 164, 95, 0.22);
  opacity: 1;
  transform: scale(1);
}

/* Focus clavier discret, sans retour de bordure noire. */
.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button:focus,
.vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__swatches button:focus-visible,
.vvv-kubras-shop-quick__swatches button:focus,
.vvv-kubras-shop-quick__swatches button:focus-visible {
  border: 0 !important;
  outline: 0 !important;
}

/* Les nombreuses couleurs restent à taille fixe et défilent horizontalement. */
.vvv-kubras-shop-card__swatches,
.vvv-kubras-shop-quick__swatches > div:last-child {
  align-items: center;
}

@media (max-width: 780px) {
  .vvv-designer-kubraselegance-shop
    .vvv-kubras-shop-card__swatches button,
  .vvv-kubras-shop-quick__swatches button {
    width: 19px !important;
    min-width: 19px !important;
    max-width: 19px !important;
    height: 19px !important;
    min-height: 19px !important;
    max-height: 19px !important;
  }
}
/* =========================================================
   BOUTIQUE — MOBILE 1 PRODUIT PAR LIGNE
   Correctif final basé sur le shop.css actuel.
========================================================= */

@media (max-width: 780px) {
  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 0 !important;
  }

  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card,
  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card:nth-child(2n),
  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card:nth-child(3n),
  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card:nth-child(4n) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-right: 0 !important;
  }

  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__media {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 4 / 5.15 !important;
  }

  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__content {
    padding:
      clamp(96px, 27vw, 142px)
      18px
      20px !important;
  }

  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card h2,
  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__title-row h2 {
    font-size: clamp(34px, 10.5vw, 46px) !important;
  }

  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__price,
  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__title-row
  .vvv-kubras-shop-card__price {
    font-size: 18px !important;
  }

  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__meta {
    font-size: 6.5px !important;
  }

  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-card__color-dock {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* =========================================================
   BOUTIQUE — FLÈCHE DES CARTES CATÉGORIES SANS EMOJI IPHONE
   Le caractère HTML est masqué et remplacé par une flèche CSS.
========================================================= */

.vvv-designer-kubraselegance-shop
.vvv-kubras-shop-category-card__content > i {
  position: relative !important;
  display: grid !important;
  flex: 0 0 43px !important;
  place-items: center !important;
  width: 43px !important;
  min-width: 43px !important;
  max-width: 43px !important;
  height: 43px !important;
  min-height: 43px !important;
  max-height: 43px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;

  /*
   * Masque le caractère Unicode original afin que Safari
   * ne puisse jamais le transformer en emoji.
   */
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;

  font-family: Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-variant-emoji: text;
  -webkit-font-smoothing: antialiased;

  border: 1px solid var(--vvv-shop-line) !important;
  border-radius: 50% !important;
  background: transparent;
  color: var(--vvv-shop-brown);
  transform: none !important;
  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .25s ease !important;
}

.vvv-designer-kubraselegance-shop
.vvv-kubras-shop-category-card__content > i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  content: "";
  transform: translate(-50%, -50%);

  /*
   * Flèche vectorielle indépendante de toute police.
   * Compatible Safari iOS grâce à -webkit-mask.
   */
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M9 7h8v8' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M9 7h8v8' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.vvv-designer-kubraselegance-shop
.vvv-kubras-shop-category-card:hover
.vvv-kubras-shop-category-card__content > i {
  border-color: var(--vvv-shop-black) !important;
  background: var(--vvv-shop-black) !important;
  color: var(--vvv-shop-cream) !important;
  transform: translate(2px, -2px) !important;
}

@media (max-width: 780px) {
  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-category-card__content > i {
    flex-basis: 41px !important;
    width: 41px !important;
    min-width: 41px !important;
    max-width: 41px !important;
    height: 41px !important;
    min-height: 41px !important;
    max-height: 41px !important;
  }

  .vvv-designer-kubraselegance-shop
  .vvv-kubras-shop-category-card__content > i::before {
    width: 15px;
    height: 15px;
  }
}
/* =========================================================
   BOUTIQUE V4 — ARCHITECTURE CONVERSION
   Boutique = hub catégories / Archives = catalogue produits
========================================================= */

/* ---------- HUB BOUTIQUE ---------- */

.vvv-designer-kubraselegance-shop--hub {
  overflow-x: clip;
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero {
  height: auto;
  min-height: max(690px, 88svh);
  max-height: none;
  aspect-ratio: auto;
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__inner {
  height: auto;
  min-height: max(690px, 88svh);
  padding-bottom: clamp(58px, 7vw, 92px);
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__content {
  width: min(980px, 88%);
  margin-top: auto;
  padding-bottom: 0;
}

.vvv-kubras-shop-hero__note {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin-top: 28px;
  color: rgba(255, 250, 242, .52);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vvv-kubras-shop-hero__note span {
  position: relative;
  padding-left: 13px;
}

.vvv-kubras-shop-hero__note span::before {
  position: absolute;
  top: .48em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--vvv-shop-gold);
  content: "";
}

.vvv-kubras-shop-directory,
.vvv-kubras-shop-selections {
  width: 100%;
  padding:
    clamp(86px, 9vw, 145px)
    clamp(18px, 5vw, 86px);
  background: var(--vvv-shop-cream);
}

.vvv-kubras-shop-directory__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  width: min(100%, 1580px);
  margin: 0 auto clamp(46px, 6vw, 82px);
}

.vvv-kubras-shop-directory__header span,
.vvv-kubras-shop-selections > header span,
.vvv-kubras-shop-results-head span {
  color: var(--vvv-shop-gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.vvv-kubras-shop-directory__header h2,
.vvv-kubras-shop-selections > header h2,
.vvv-kubras-shop-results-head h2 {
  margin: 15px 0 0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.055em;
}

.vvv-kubras-shop-directory__header h2 {
  font-size: clamp(58px, 7vw, 112px);
  line-height: .84;
}

.vvv-kubras-shop-directory__header h2 em,
.vvv-kubras-shop-results-head h2 em {
  display: block;
  color: var(--vvv-shop-gold);
  font-weight: 400;
}

.vvv-kubras-shop-directory__header p {
  max-width: 510px;
  margin: 0;
  color: var(--vvv-shop-muted);
  font-size: 11px;
  line-height: 1.85;
}

.vvv-kubras-shop-directory__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
  width: min(100%, 1580px);
  margin: 0 auto;
}

.vvv-kubras-shop-directory-card {
  min-width: 0;
  overflow: hidden;
}

.vvv-kubras-shop-directory-card .vvv-kubras-shop-category-card__visual {
  height: clamp(430px, 44vw, 720px);
}

.vvv-kubras-shop-directory-card .vvv-kubras-shop-category-card__content {
  min-height: 118px;
  padding: 22px 24px;
}

.vvv-kubras-shop-directory-card .vvv-kubras-shop-category-card__content strong {
  font-size: clamp(31px, 3vw, 48px);
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.vvv-kubras-shop-directory-card .vvv-kubras-shop-category-card__content small {
  max-width: 460px;
  line-height: 1.6;
  white-space: normal;
}

.vvv-kubras-shop-directory__empty {
  width: min(100%, 1580px);
  margin: 0 auto;
  padding: 40px;
  border: 1px solid var(--vvv-shop-line);
}

.vvv-kubras-shop-directory__empty span {
  color: var(--vvv-shop-gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vvv-kubras-shop-directory__empty p {
  margin: 10px 0 0;
  color: var(--vvv-shop-muted);
}

.vvv-kubras-shop-selections {
  padding-top: 0;
}

.vvv-kubras-shop-selections > header {
  width: min(100%, 1580px);
  margin: 0 auto 38px;
  padding-top: clamp(72px, 8vw, 115px);
  border-top: 1px solid var(--vvv-shop-line);
}

.vvv-kubras-shop-selections > header h2 {
  font-size: clamp(45px, 5vw, 76px);
  line-height: .9;
}

.vvv-kubras-shop-directory__grid--selection {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vvv-kubras-shop-directory-card--selection .vvv-kubras-shop-category-card__visual {
  height: clamp(360px, 34vw, 540px);
}

.vvv-kubras-shop-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  width: calc(100% - clamp(36px, 10vw, 172px));
  max-width: 1580px;
  margin: 0 auto clamp(88px, 10vw, 150px);
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(201, 164, 95, .32);
  background:
    radial-gradient(circle at 90% 10%, rgba(201, 164, 95, .14), transparent 26%),
    #080604;
  color: var(--vvv-shop-cream);
}

.vvv-kubras-shop-guide span {
  color: var(--vvv-shop-gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.vvv-kubras-shop-guide h2 {
  max-width: 850px;
  margin: 14px 0 0;
  color: var(--vvv-shop-cream);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
}

.vvv-kubras-shop-guide p {
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(255, 250, 242, .58);
  font-size: 10px;
  line-height: 1.8;
}

.vvv-kubras-shop-guide > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 270px;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid var(--vvv-shop-gold);
  background: var(--vvv-shop-gold);
  color: var(--vvv-shop-black);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vvv-kubras-shop-guide > a i {
  font-size: 17px;
  font-style: normal;
}

/* ---------- ARCHIVES CATÉGORIES ---------- */

.vvv-designer-kubraselegance-shop--archive {
  overflow-x: clip;
}

.vvv-kubras-shop-archive-head {
  width: 100%;
  padding:
    clamp(155px, 13vw, 215px)
    clamp(18px, 5vw, 86px)
    clamp(48px, 5vw, 72px);
  border-bottom: 1px solid var(--vvv-shop-line);
  background:
    radial-gradient(circle at 86% 8%, rgba(201, 164, 95, .1), transparent 25%),
    var(--vvv-shop-cream);
}

.vvv-kubras-shop-archive-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: min(100%, 1580px);
  margin: 0 auto;
  color: var(--vvv-shop-muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.vvv-kubras-shop-archive-breadcrumb a:hover {
  color: var(--vvv-shop-gold);
}

.vvv-kubras-shop-archive-breadcrumb strong {
  color: var(--vvv-shop-brown);
}

.vvv-kubras-shop-archive-head__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: end;
  gap: clamp(34px, 7vw, 110px);
  width: min(100%, 1580px);
  margin: clamp(42px, 5vw, 72px) auto 0;
}

.vvv-kubras-shop-archive-head__inner > div:first-child > span {
  color: var(--vvv-shop-gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.vvv-kubras-shop-archive-head h1 {
  max-width: 100%;
  margin: 12px 0 0;
  color: var(--vvv-shop-black);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(66px, 8vw, 124px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.065em;
  overflow-wrap: anywhere;
}

.vvv-kubras-shop-archive-head__aside {
  min-width: 0;
  padding-bottom: 4px;
}

.vvv-kubras-shop-archive-head__aside p {
  max-width: 520px;
  margin: 0;
  color: var(--vvv-shop-muted);
  font-size: 11px;
  line-height: 1.82;
}

.vvv-kubras-shop-archive-head__aside strong {
  display: block;
  width: fit-content;
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid var(--vvv-shop-line);
  color: var(--vvv-shop-gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vvv-kubras-shop-switcher {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 12px clamp(18px, 5vw, 86px);
  border-bottom: 1px solid var(--vvv-shop-line);
  background: rgba(255, 250, 242, .97);
}

.vvv-kubras-shop-switcher__back {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding-right: 16px;
  border-right: 1px solid var(--vvv-shop-line);
  color: var(--vvv-shop-brown);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vvv-kubras-shop-switcher__rail {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.vvv-kubras-shop-switcher__rail::-webkit-scrollbar {
  display: none;
}

.vvv-kubras-shop-switcher__rail a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  color: var(--vvv-shop-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.vvv-kubras-shop-switcher__rail a:hover,
.vvv-kubras-shop-switcher__rail a.is-active {
  background: var(--vvv-shop-black);
  color: var(--vvv-shop-cream);
}

.vvv-kubras-shop-collection--archive {
  padding-top: clamp(48px, 6vw, 88px);
  background: var(--vvv-shop-cream);
}

.vvv-kubras-shop-results-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .65fr);
  align-items: end;
  gap: clamp(30px, 6vw, 80px);
  margin:
    0
    clamp(18px, 3vw, 52px)
    clamp(36px, 5vw, 62px);
}

.vvv-kubras-shop-results-head h2 {
  font-size: clamp(46px, 5.5vw, 86px);
  line-height: .86;
}

.vvv-kubras-shop-results-head > p {
  max-width: 470px;
  margin: 0;
  color: var(--vvv-shop-muted);
  font-size: 10px;
  line-height: 1.75;
}

.vvv-kubras-shop-toolbar--archive {
  top: 88px;
  flex-direction: row;
}

.admin-bar .vvv-kubras-shop-toolbar--archive {
  top: 120px;
}

.vvv-kubras-shop-toolbar__count {
  color: var(--vvv-shop-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vvv-kubras-shop-toolbar--archive .vvv-kubras-shop-toolbar__tools {
  margin-left: auto;
}

/* ---------- RESPONSIVE COMPLET ---------- */

@media (max-width: 1100px) {
  .vvv-kubras-shop-directory__header,
  .vvv-kubras-shop-archive-head__inner,
  .vvv-kubras-shop-results-head {
    grid-template-columns: 1fr;
  }

  .vvv-kubras-shop-directory__grid--selection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vvv-kubras-shop-guide {
    grid-template-columns: 1fr;
  }

  .vvv-kubras-shop-guide > a {
    width: fit-content;
  }

  .vvv-kubras-shop-toolbar--archive {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 780px) {
  .vvv-designer-kubraselegance-shop--hub,
  .vvv-designer-kubraselegance-shop--archive {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero {
    width: 100%;
    min-height: 100svh;
    height: auto;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__inner {
    min-height: 100svh;
    height: auto;
    padding:
      calc(96px + env(safe-area-inset-top))
      17px
      52px;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__content {
    width: 100%;
    max-width: 100%;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero h1 {
    max-width: 100%;
    font-size: clamp(55px, 15.5vw, 76px);
    line-height: .86;
    letter-spacing: -.045em;
    overflow-wrap: break-word;
  }

  .vvv-kubras-shop-hero__note {
    gap: 9px 16px;
  }

  .vvv-kubras-shop-directory,
  .vvv-kubras-shop-selections {
    padding:
      74px
      16px
      88px;
  }

  .vvv-kubras-shop-directory__header {
    gap: 24px;
    margin-bottom: 36px;
  }

  .vvv-kubras-shop-directory__header h2 {
    font-size: clamp(48px, 14vw, 66px);
    line-height: .9;
  }

  .vvv-kubras-shop-directory__grid,
  .vvv-kubras-shop-directory__grid--selection {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .vvv-kubras-shop-directory-card .vvv-kubras-shop-category-card__visual,
  .vvv-kubras-shop-directory-card--selection .vvv-kubras-shop-category-card__visual {
    height: min(118vw, 570px);
  }

  .vvv-kubras-shop-directory-card .vvv-kubras-shop-category-card__content {
    min-height: 102px;
    padding: 18px 17px;
  }

  .vvv-kubras-shop-directory-card .vvv-kubras-shop-category-card__content strong {
    font-size: clamp(29px, 9vw, 39px);
  }

  .vvv-kubras-shop-directory-card .vvv-kubras-shop-category-card__content small {
    max-width: calc(100vw - 105px);
    overflow-wrap: anywhere;
  }

  .vvv-kubras-shop-guide {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    margin-bottom: 88px;
    padding: 30px 20px;
  }

  .vvv-kubras-shop-guide h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .vvv-kubras-shop-guide > a {
    width: 100%;
    min-width: 0;
  }

  .vvv-kubras-shop-archive-head {
    padding:
      calc(84px + env(safe-area-inset-top) + 28px)
      16px
      38px;
  }

  .vvv-kubras-shop-archive-head__inner {
    gap: 24px;
    margin-top: 31px;
  }

  .vvv-kubras-shop-archive-head h1 {
    font-size: clamp(52px, 15vw, 74px);
    line-height: .88;
    letter-spacing: -.045em;
  }

  .vvv-kubras-shop-archive-head__aside p {
    font-size: 10px;
  }

  .vvv-kubras-shop-switcher {
    width: 100%;
    max-width: 100%;
    padding: 9px 10px;
    overflow: hidden;
  }

  .vvv-kubras-shop-switcher__back {
    padding-right: 11px;
  }

  .vvv-kubras-shop-switcher__rail {
    max-width: 100%;
  }

  .vvv-kubras-shop-collection--archive {
    padding-top: 48px;
  }

  .vvv-kubras-shop-results-head {
    gap: 19px;
    margin:
      0
      15px
      34px;
  }

  .vvv-kubras-shop-results-head h2 {
    font-size: clamp(42px, 12vw, 57px);
    line-height: .9;
  }

  .vvv-kubras-shop-toolbar--archive {
    top: calc(72px + env(safe-area-inset-top));
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-right: 0;
    margin-left: 0;
    padding: 9px;
  }

  .admin-bar .vvv-kubras-shop-toolbar--archive {
    top: calc(118px + env(safe-area-inset-top));
  }

  .vvv-kubras-shop-toolbar__count {
    padding: 2px 3px 0;
  }

  .vvv-kubras-shop-toolbar--archive .vvv-kubras-shop-toolbar__tools {
    width: 100%;
    margin-left: 0;
  }

  .vvv-kubras-shop-toolbar--archive .vvv-kubras-shop-toolbar__tools > button,
  .vvv-kubras-shop-toolbar--archive .vvv-kubras-shop-toolbar__tools label {
    min-width: 0;
  }

  .vvv-kubras-shop-toolbar--archive .vvv-kubras-shop-toolbar__tools select {
    min-width: 0;
  }

  .vvv-kubras-shop-filter__panel,
  .vvv-kubras-shop-quick__panel {
    max-width: 100dvw;
  }

  .vvv-kubras-shop-filter form,
  .vvv-kubras-shop-filter form > section,
  .vvv-kubras-shop-filter form > footer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 430px) {
  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero h1 {
    font-size: clamp(50px, 14.5vw, 63px);
  }

  .vvv-kubras-shop-directory,
  .vvv-kubras-shop-selections {
    padding-right: 14px;
    padding-left: 14px;
  }

  .vvv-kubras-shop-directory-card .vvv-kubras-shop-category-card__visual,
  .vvv-kubras-shop-directory-card--selection .vvv-kubras-shop-category-card__visual {
    height: min(122vw, 530px);
  }

  .vvv-kubras-shop-archive-head {
    padding-right: 14px;
    padding-left: 14px;
  }

  .vvv-kubras-shop-archive-head h1 {
    font-size: clamp(48px, 14vw, 62px);
  }

  .vvv-kubras-shop-results-head {
    margin-right: 13px;
    margin-left: 13px;
  }

  .vvv-kubras-shop-results-head h2 {
    font-size: clamp(39px, 11.5vw, 50px);
  }

  .vvv-kubras-shop-toolbar--archive .vvv-kubras-shop-toolbar__tools {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  }
}
/* =========================================================
   BOUTIQUE V4.1 — TOUTES LES CATÉGORIES ENSEMBLE
   "Nouveautés" reste dans la grille principale.
========================================================= */

.vvv-designer-kubraselegance-shop--hub
.vvv-kubras-shop-directory__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 780px) {
  .vvv-designer-kubraselegance-shop--hub
  .vvv-kubras-shop-directory__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =========================================================
   BOUTIQUE V4.2 — HERO PHOTO PURE, SANS EFFET
========================================================= */

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero {
  position: relative;
  background: #fdf8f0 !important;
  color: var(--vvv-shop-brown);
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__veil,
.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__grain {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #fdf8f0 !important;
  background-image: var(--vvv-shop-hero-image) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: none !important;
  filter: none !important;
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__background::before,
.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__background::after,
.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero::before,
.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero::after {
  display: none !important;
  content: none !important;
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-breadcrumb {
  color: rgba(33, 23, 15, .5);
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-breadcrumb strong {
  color: rgba(33, 23, 15, .82);
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero h1 {
  color: var(--vvv-shop-black);
  text-shadow: none !important;
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__content > p {
  color: rgba(33, 23, 15, .68);
}

.vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__note {
  color: rgba(33, 23, 15, .56);
}

@media (min-width: 1101px) {
  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero {
    height: min(900px, 56.25vw) !important;
    min-height: min(900px, 56.25vw) !important;
    max-height: 900px !important;
    aspect-ratio: 16 / 9;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__inner {
    height: 100% !important;
    min-height: 100% !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__content {
    width: min(760px, 48vw);
    max-width: 48%;
  }
}

@media (max-width: 1100px) and (min-width: 781px) {
  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero {
    height: 76svh !important;
    min-height: 720px !important;
    max-height: 900px !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__background {
    background-position: 62% center !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__content {
    width: min(620px, 54vw);
    max-width: 54%;
  }
}

@media (max-width: 780px) {
  .vvv-designer-kubraselegance-shop--hub,
  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero {
    display: flex;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    flex-direction: column;
    overflow: hidden;
    background: #fdf8f0 !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__background {
    position: relative !important;
    inset: auto !important;
    z-index: 0 !important;
    width: 100%;
    height: clamp(390px, 72svh, 610px);
    min-height: 390px;
    flex: 0 0 auto;
    background-color: #fdf8f0 !important;
    background-image: var(--vvv-shop-hero-image) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 72% center !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__inner {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 0 !important;
    height: auto !important;
    padding: 26px 17px 52px !important;
    background: #fdf8f0 !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-breadcrumb {
    width: 100%;
    max-width: 100%;
    margin: 0 0 36px;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero h1 {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    color: var(--vvv-shop-black);
    font-size: clamp(49px, 14.5vw, 67px);
    line-height: .88;
    letter-spacing: -.04em;
    text-shadow: none !important;
    overflow-wrap: break-word;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__content > p {
    max-width: 100%;
    margin-top: 24px;
    color: rgba(33, 23, 15, .68);
    font-size: 10px;
    line-height: 1.8;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__actions {
    width: 100%;
    margin-top: 28px;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__actions a {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__background {
    height: clamp(360px, 66svh, 540px);
    min-height: 360px;
    background-position: 76% center !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__inner {
    padding: 24px 14px 46px !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero h1 {
    font-size: clamp(46px, 13.8vw, 58px);
  }
}

/* =========================================================
   BOUTIQUE V4.3 — DESKTOP PHOTO 100% PLEINE LARGEUR
========================================================= */
@media (min-width: 1101px) {
  .vvv-designer-kubraselegance-shop--hub,
  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero {
    min-height: 0 !important;
    height: 56.25vw !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    background: #fdf8f0 !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__background {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    background-color: #fdf8f0 !important;
    background-image: var(--vvv-shop-hero-image) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    transform: none !important;
    filter: none !important;
  }

  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__inner {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;
  }
}

/* =========================================================
   BOUTIQUE V4.4 — CONTENU HERO LÉGÈREMENT PLUS HAUT
   Desktop uniquement.
========================================================= */
@media (min-width: 1101px) {
  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__content {
    margin-top: auto !important;
    margin-bottom: clamp(55px, 5vw, 95px) !important;
  }
}

/* =========================================================
   BOUTIQUE V4.5 — CONTENU HERO NETTEMENT PLUS HAUT
   Desktop uniquement : le bloc est réellement remonté.
========================================================= */
@media (min-width: 1101px) {
  .vvv-designer-kubraselegance-shop--hub .vvv-kubras-shop-hero__content {
    margin-top: auto !important;
    margin-bottom: clamp(145px, 9vw, 190px) !important;
  }
}


/* =========================================================
   BOUTIQUE V4.6 — FLÈCHES GALERIE GLASS OPAQUE
   Visibles en permanence sur les cartes archive.
   ========================================================= */

.vvv-designer-kubraselegance-shop--archive
.vvv-kubras-shop-card
.vvv-kubras-shop-slider__arrow {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: grid !important;
	place-items: center !important;
	width: 46px !important;
	min-width: 46px !important;
	max-width: 46px !important;
	height: 46px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	padding: 0 0 2px !important;
	border: 1px solid rgba(201, 164, 95, .34) !important;
	border-radius: 50% !important;
	background: rgba(255, 250, 242, .92) !important;
	color: var(--vvv-shop-black, #080604) !important;
	box-shadow:
		0 14px 34px rgba(8, 6, 4, .18),
		inset 0 1px 0 rgba(255, 255, 255, .96) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 28px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(-50%) scale(1) !important;
	backdrop-filter: blur(18px) saturate(145%) !important;
	-webkit-backdrop-filter: blur(18px) saturate(145%) !important;
	transition:
		background .28s ease,
		color .28s ease,
		border-color .28s ease,
		box-shadow .28s ease,
		transform .28s cubic-bezier(.16, 1, .3, 1) !important;
}

.vvv-designer-kubraselegance-shop--archive
.vvv-kubras-shop-card
.vvv-kubras-shop-slider__arrow--prev {
	left: 14px !important;
}

.vvv-designer-kubraselegance-shop--archive
.vvv-kubras-shop-card
.vvv-kubras-shop-slider__arrow--next {
	right: 14px !important;
}

.vvv-designer-kubraselegance-shop--archive
.vvv-kubras-shop-card
.vvv-kubras-shop-slider__arrow:hover {
	border-color: rgba(201, 164, 95, .78) !important;
	background: rgba(8, 6, 4, .92) !important;
	color: var(--vvv-shop-gold, #c9a45f) !important;
	box-shadow:
		0 18px 42px rgba(8, 6, 4, .26),
		0 0 0 1px rgba(201, 164, 95, .14) !important;
	transform: translateY(-50%) scale(1.06) !important;
}

.vvv-designer-kubraselegance-shop--archive
.vvv-kubras-shop-card
.vvv-kubras-shop-slider__arrow:focus-visible {
	outline: 2px solid var(--vvv-shop-gold, #c9a45f) !important;
	outline-offset: 3px;
}

.vvv-designer-kubraselegance-shop--archive
.vvv-kubras-shop-card
.vvv-kubras-shop-slider__arrow[hidden] {
	display: none !important;
}

@media (max-width: 780px) {
	.vvv-designer-kubraselegance-shop--archive
	.vvv-kubras-shop-card
	.vvv-kubras-shop-slider__arrow {
		width: 42px !important;
		min-width: 42px !important;
		max-width: 42px !important;
		height: 42px !important;
		min-height: 42px !important;
		max-height: 42px !important;
		font-size: 25px !important;
		background: rgba(255, 250, 242, .94) !important;
	}

	.vvv-designer-kubraselegance-shop--archive
	.vvv-kubras-shop-card
	.vvv-kubras-shop-slider__arrow--prev {
		left: 10px !important;
	}

	.vvv-designer-kubraselegance-shop--archive
	.vvv-kubras-shop-card
	.vvv-kubras-shop-slider__arrow--next {
		right: 10px !important;
	}
}
