/**
 * Kubra's Elegance — Panier & mini-panier
 */

body {
	--vvv-cart-black: #080604;
	--vvv-cart-brown: #21170f;
	--vvv-cart-cream: #fffaf2;
	--vvv-cart-gold: #c9a45f;
	--vvv-cart-line: rgba(33, 23, 15, .14);
	--vvv-cart-muted: #746a61;
	--vvv-cart-green: #527251;
}

body.vvv-designer-kubraselegance-cart-page {
	overflow-x: clip;
	background: var(--vvv-cart-cream);
}

body.vvv-designer-kubraselegance-cart-page .entry-header,
body.vvv-designer-kubraselegance-cart-page .page-header,
body.vvv-designer-kubraselegance-cart-page .entry-title {
	display: none !important;
}

body.vvv-designer-kubraselegance-cart-page .site-main,
body.vvv-designer-kubraselegance-cart-page main,
body.vvv-designer-kubraselegance-cart-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.vvv-kubras-cart-lock {
	overflow: hidden !important;
}

.vvv-kubras-cart,
.vvv-kubras-cart *,
.vvv-kubras-mini-cart,
.vvv-kubras-mini-cart *,
.vvv-kubras-cart-toast {
	box-sizing: border-box;
}

.vvv-kubras-cart button,
.vvv-kubras-mini-cart button {
	font: inherit;
}

/* PAGE */

.vvv-kubras-cart {
	width: 100%;
	background: var(--vvv-cart-cream);
	color: var(--vvv-cart-black);
}

.vvv-kubras-cart__hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	min-height: 470px;
	padding:
		clamp(160px, 14vw, 235px)
		clamp(20px, 6vw, 110px)
		clamp(65px, 7vw, 105px);
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 20%, rgba(201, 164, 95, .24), transparent 25%),
		linear-gradient(135deg, #080604, #1b120d 68%, #281b12);
	color: var(--vvv-cart-cream);
}

.vvv-kubras-cart__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .1;
	background-image:
		linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
	background-size: 78px 78px;
	mask-image: linear-gradient(90deg, #000, transparent 88%);
	pointer-events: none;
}

.vvv-kubras-cart__hero > div {
	position: relative;
	z-index: 2;
}

.vvv-kubras-cart__hero > div:first-child {
	width: min(820px, 100%);
}

.vvv-kubras-cart__hero > div:first-child > span {
	display: block;
	margin-bottom: 22px;
	color: var(--vvv-cart-gold);
	font-family: Manrope, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.vvv-kubras-cart__hero h1 {
	margin: 0;
	color: var(--vvv-cart-cream);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(72px, 10vw, 154px);
	font-weight: 400;
	line-height: .78;
	letter-spacing: -.06em;
}

.vvv-kubras-cart__hero p {
	max-width: 530px;
	margin: 30px 0 0;
	color: rgba(255, 250, 242, .68);
	font-family: Manrope, sans-serif;
	font-size: 13px;
	line-height: 1.85;
}

.vvv-kubras-cart__hero-count {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 18px 0 8px;
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.vvv-kubras-cart__hero-count strong {
	color: var(--vvv-cart-gold);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
}

.vvv-kubras-cart__hero-count span {
	max-width: 115px;
	color: rgba(255, 250, 242, .68);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 1.5;
	text-transform: uppercase;
}

.vvv-kubras-cart__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(360px, .75fr);
	gap: clamp(36px, 5vw, 88px);
	width: min(100%, 1760px);
	margin: 0 auto;
	padding:
		clamp(70px, 9vw, 145px)
		clamp(18px, 5vw, 88px)
		clamp(80px, 9vw, 145px);
}

.vvv-kubras-cart__main,
.vvv-kubras-cart__aside {
	min-width: 0;
}

.vvv-kubras-cart__aside > .vvv-kubras-cart-summary {
	position: sticky;
	top: 150px;
}

.vvv-kubras-cart__section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	margin: clamp(50px, 6vw, 84px) 0 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--vvv-cart-line);
}

.vvv-kubras-cart__section-heading > div {
	display: flex;
	align-items: center;
	gap: 16px;
}

.vvv-kubras-cart__section-heading span {
	color: var(--vvv-cart-gold);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 17px;
}

.vvv-kubras-cart__section-heading h2 {
	margin: 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(34px, 3vw, 50px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.04em;
}

.vvv-kubras-cart__section-heading > button {
	padding: 0 0 6px;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--vvv-cart-muted);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	cursor: pointer;
}

/* PROGRESSION */

.vvv-kubras-cart-progress {
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(201, 164, 95, .28);
	background: linear-gradient(135deg, rgba(201, 164, 95, .12), rgba(255, 255, 255, .55));
}

.vvv-kubras-cart-progress.is-unlocked {
	border-color: rgba(82, 114, 81, .35);
	background: linear-gradient(135deg, rgba(82, 114, 81, .12), rgba(255, 255, 255, .62));
}

.vvv-kubras-cart-progress__top {
	display: flex;
	align-items: center;
	gap: 16px;
}

.vvv-kubras-cart-progress__icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(201, 164, 95, .45);
	border-radius: 50%;
	color: var(--vvv-cart-gold);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 18px;
	place-items: center;
}

.vvv-kubras-cart-progress.is-unlocked .vvv-kubras-cart-progress__icon {
	border-color: rgba(82, 114, 81, .45);
	color: var(--vvv-cart-green);
}

.vvv-kubras-cart-progress__top strong {
	display: block;
	color: var(--vvv-cart-brown);
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.5;
}

.vvv-kubras-cart-progress__top p {
	margin: 4px 0 0;
	color: var(--vvv-cart-muted);
	font-family: Manrope, sans-serif;
	font-size: 10px;
	line-height: 1.55;
}

.vvv-kubras-cart-progress__track {
	height: 5px;
	margin-top: 22px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(33, 23, 15, .1);
}

.vvv-kubras-cart-progress__track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #9d783d, var(--vvv-cart-gold), #e8d5ad);
	transition: width .6s cubic-bezier(.16, 1, .3, 1);
}

.vvv-kubras-cart-progress.is-unlocked .vvv-kubras-cart-progress__track span {
	background: linear-gradient(90deg, #486847, #70916e);
}

.vvv-kubras-cart-progress__labels {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 8px;
	color: var(--vvv-cart-muted);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 650;
}

/* ARTICLES */

.vvv-kubras-cart-item {
	display: grid;
	grid-template-columns: minmax(170px, 28%) minmax(0, 1fr);
	gap: clamp(22px, 3vw, 42px);
	padding: 30px 0;
	border-bottom: 1px solid var(--vvv-cart-line);
	transition: opacity .3s ease, transform .3s ease;
}

.vvv-kubras-cart-item__media {
	overflow: hidden;
	background: #e9e1d6;
}

.vvv-kubras-cart-item__media a {
	display: block;
	aspect-ratio: .78;
	overflow: hidden;
}

.vvv-kubras-cart-item__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.16, 1, .3, 1);
}

.vvv-kubras-cart-item:hover .vvv-kubras-cart-item__image {
	transform: scale(1.045);
}

.vvv-kubras-cart-item__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 8px 0;
}

.vvv-kubras-cart-item__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.vvv-kubras-cart-item__collection {
	display: block;
	margin-bottom: 10px;
	color: var(--vvv-cart-gold);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.vvv-kubras-cart-item__title {
	display: block;
	margin: 0;
	color: var(--vvv-cart-black);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.04em;
	text-decoration: none;
}

.vvv-kubras-cart-item__line-price {
	flex: 0 0 auto;
	color: var(--vvv-cart-brown);
	font-family: Manrope, sans-serif;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.vvv-kubras-cart-item__details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
	margin-top: 20px;
	color: var(--vvv-cart-muted);
	font-family: Manrope, sans-serif;
	font-size: 10px;
	line-height: 1.55;
}

.vvv-kubras-cart-item__details dl,
.vvv-kubras-cart-item__details p {
	margin: 0;
}

.vvv-kubras-cart-item__details dt,
.vvv-kubras-cart-item__details dd {
	display: inline;
	margin: 0;
}

.vvv-kubras-cart-item__details dt {
	font-weight: 700;
}

.vvv-kubras-cart-item__details dd + dt::before {
	content: " · ";
	margin: 0 5px;
}

.vvv-kubras-cart-item__color {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.vvv-kubras-cart-item__color i {
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid rgba(33, 23, 15, .14);
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
}

.vvv-kubras-cart-item__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	margin-top: auto;
	padding-top: 34px;
}

.vvv-kubras-cart-quantity {
	display: grid;
	grid-template-columns: 40px 46px 40px;
	min-height: 42px;
	border: 1px solid var(--vvv-cart-line);
}

.vvv-kubras-cart-quantity button,
.vvv-kubras-cart-quantity input {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--vvv-cart-brown);
	text-align: center;
	box-shadow: none;
}

.vvv-kubras-cart-quantity button {
	font-size: 17px;
	cursor: pointer;
}

.vvv-kubras-cart-quantity input {
	-moz-appearance: textfield;
	font-family: Manrope, sans-serif;
	font-size: 11px;
	font-weight: 700;
}

.vvv-kubras-cart-quantity input::-webkit-outer-spin-button,
.vvv-kubras-cart-quantity input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.vvv-kubras-cart-item__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px 22px;
}

.vvv-kubras-cart-item__actions button {
	padding: 0 0 5px;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--vvv-cart-muted);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .2s ease;
}

.vvv-kubras-cart-item__actions button:hover {
	color: var(--vvv-cart-gold);
}

/* RÉSUMÉ */

.vvv-kubras-cart-summary {
	padding: clamp(30px, 4vw, 48px);
	border: 1px solid var(--vvv-cart-line);
	background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .42));
	box-shadow: 0 24px 70px rgba(33, 23, 15, .06);
}

.vvv-kubras-cart-summary__eyebrow {
	display: block;
	margin-bottom: 13px;
	color: var(--vvv-cart-gold);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.vvv-kubras-cart-summary h2 {
	margin: 0 0 35px;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(42px, 4vw, 62px);
	font-weight: 400;
	line-height: .9;
	letter-spacing: -.045em;
}

.vvv-kubras-cart-summary__rows {
	display: grid;
	gap: 17px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--vvv-cart-line);
}

.vvv-kubras-cart-summary__rows > div,
.vvv-kubras-cart-summary__total {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	font-family: Manrope, sans-serif;
}

.vvv-kubras-cart-summary__rows span {
	color: var(--vvv-cart-muted);
	font-size: 10px;
}

.vvv-kubras-cart-summary__rows strong {
	max-width: 180px;
	color: var(--vvv-cart-brown);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.45;
	text-align: right;
}

.vvv-kubras-cart-summary__rows .is-discount strong {
	color: var(--vvv-cart-green);
}

.vvv-kubras-cart-coupons {
	padding: 23px 0;
	border-bottom: 1px solid var(--vvv-cart-line);
}

.vvv-kubras-cart-coupons__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--vvv-cart-brown);
	font-family: Manrope, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .07em;
	cursor: pointer;
}

.vvv-kubras-cart-coupons__toggle i {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	transition: transform .3s ease;
}

.vvv-kubras-cart-coupons__toggle[aria-expanded="true"] i {
	transform: rotate(45deg);
}

.vvv-kubras-cart-coupons__panel {
	margin-top: 17px;
}

.vvv-kubras-cart-coupons__panel[hidden] {
	display: none !important;
}

.vvv-kubras-cart-coupons__panel form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.vvv-kubras-cart-coupons__panel input {
	min-width: 0;
	height: 46px;
	margin: 0;
	padding: 0 13px;
	border: 1px solid var(--vvv-cart-line);
	border-right: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, .72);
	color: var(--vvv-cart-brown);
	font-family: Manrope, sans-serif;
	font-size: 10px;
	box-shadow: none;
}

.vvv-kubras-cart-coupons__panel button {
	min-width: 92px;
	padding: 0 15px;
	border: 1px solid var(--vvv-cart-black);
	background: var(--vvv-cart-black);
	color: var(--vvv-cart-cream);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	cursor: pointer;
}

.vvv-kubras-cart-coupons__panel p {
	min-height: 16px;
	margin: 9px 0 0;
	color: var(--vvv-cart-muted);
	font-family: Manrope, sans-serif;
	font-size: 9px;
	line-height: 1.5;
}

.vvv-kubras-cart-coupons__applied {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.vvv-kubras-cart-coupons__applied button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 9px;
	border: 1px solid rgba(82, 114, 81, .28);
	background: rgba(82, 114, 81, .08);
	color: var(--vvv-cart-green);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .08em;
	cursor: pointer;
}

.vvv-kubras-cart-summary__total {
	align-items: center;
	padding: 25px 0;
}

.vvv-kubras-cart-summary__total span {
	color: var(--vvv-cart-brown);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 27px;
}

.vvv-kubras-cart-summary__total strong {
	color: var(--vvv-cart-black);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 32px;
	font-weight: 400;
}

.vvv-kubras-cart-summary__checkout {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	padding: 0 20px;
	overflow: hidden;
	background: var(--vvv-cart-black);
	color: var(--vvv-cart-cream);
	font-family: Manrope, sans-serif;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-decoration: none;
	isolation: isolate;
}

.vvv-kubras-cart-summary__checkout::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, #9d783d, var(--vvv-cart-gold));
	transform: translateX(-102%);
	transition: transform .55s cubic-bezier(.16, 1, .3, 1);
}

.vvv-kubras-cart-summary__checkout:hover::before {
	transform: none;
}

.vvv-kubras-cart-summary__checkout i {
	font-size: 18px;
	font-style: normal;
}

.vvv-kubras-cart-summary__view-cart {
	display: block;
	margin-top: 15px;
	color: var(--vvv-cart-brown);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .12em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-transform: uppercase;
}

.vvv-kubras-cart-summary__reassurance {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 20px;
	color: var(--vvv-cart-muted);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 650;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.vvv-kubras-cart-summary__reassurance span {
	position: relative;
	padding-left: 15px;
}

.vvv-kubras-cart-summary__reassurance span::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--vvv-cart-gold);
}

/* RECOMMANDATIONS */

.vvv-kubras-cart-recommendations {
	padding: clamp(80px, 10vw, 150px) clamp(18px, 5vw, 88px);
	border-top: 1px solid var(--vvv-cart-line);
	background: #f7f0e7;
}

.vvv-kubras-cart-recommendations > header {
	width: min(100%, 1580px);
	margin: 0 auto clamp(42px, 6vw, 76px);
}

.vvv-kubras-cart-recommendations > header span {
	display: block;
	margin-bottom: 15px;
	color: var(--vvv-cart-gold);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.vvv-kubras-cart-recommendations > header h2 {
	max-width: 820px;
	margin: 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(48px, 6vw, 90px);
	font-weight: 400;
	line-height: .9;
	letter-spacing: -.05em;
}

.vvv-kubras-cart-recommendations__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 3vw, 42px);
	width: min(100%, 1580px);
	margin: 0 auto;
}

.vvv-kubras-cart-recommendation__media {
	display: block;
	aspect-ratio: .76;
	overflow: hidden;
	background: #e6ddd0;
}

.vvv-kubras-cart-recommendation__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.16, 1, .3, 1);
}

.vvv-kubras-cart-recommendation:hover .vvv-kubras-cart-recommendation__image {
	transform: scale(1.05);
}

.vvv-kubras-cart-recommendation > div {
	padding-top: 18px;
}

.vvv-kubras-cart-recommendation > div > span {
	display: block;
	margin-bottom: 8px;
	color: var(--vvv-cart-gold);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.vvv-kubras-cart-recommendation > div > a:not(.vvv-kubras-cart-recommendation__link) {
	display: block;
	color: var(--vvv-cart-black);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(27px, 2.5vw, 42px);
	line-height: .98;
	letter-spacing: -.04em;
	text-decoration: none;
}

.vvv-kubras-cart-recommendation > div > strong {
	display: block;
	margin-top: 11px;
	color: var(--vvv-cart-brown);
	font-family: Manrope, sans-serif;
	font-size: 12px;
}

.vvv-kubras-cart-recommendation button,
.vvv-kubras-cart-recommendation__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 17px;
	padding: 0 15px;
	border: 1px solid var(--vvv-cart-line);
	background: transparent;
	color: var(--vvv-cart-brown);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

/* VIDE */

.vvv-kubras-cart__empty-wrap {
	padding: clamp(70px, 9vw, 140px) 18px clamp(90px, 12vw, 180px);
}

.vvv-kubras-cart-empty {
	max-width: 830px;
	margin: 0 auto;
	padding: clamp(55px, 8vw, 105px) clamp(20px, 6vw, 80px);
	border: 1px solid var(--vvv-cart-line);
	background:
		radial-gradient(circle at 50% 0, rgba(201, 164, 95, .16), transparent 44%),
		rgba(255, 255, 255, .46);
	text-align: center;
}

.vvv-kubras-cart-empty__icon {
	display: grid;
	width: 72px;
	height: 72px;
	margin: 0 auto 25px;
	border: 1px solid rgba(201, 164, 95, .42);
	border-radius: 50%;
	place-items: center;
}

.vvv-kubras-cart-empty__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: var(--vvv-cart-gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.3;
}

.vvv-kubras-cart-empty > span {
	display: block;
	margin-bottom: 15px;
	color: var(--vvv-cart-gold);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.vvv-kubras-cart-empty h2 {
	margin: 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(44px, 6vw, 78px);
	font-weight: 400;
	line-height: .92;
	letter-spacing: -.05em;
}

.vvv-kubras-cart-empty p {
	max-width: 500px;
	margin: 20px auto 0;
	color: var(--vvv-cart-muted);
	font-family: Manrope, sans-serif;
	font-size: 12px;
	line-height: 1.8;
}

.vvv-kubras-cart-empty > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin-top: 30px;
	padding: 0 24px;
	background: var(--vvv-cart-black);
	color: var(--vvv-cart-cream);
	font-family: Manrope, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	text-decoration: none;
}

/* MINI-PANIER */

.vvv-kubras-mini-cart-overlay {
	position: fixed;
	inset: 0;
	z-index: 999995;
	background: rgba(8, 6, 4, .34);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s ease, visibility .35s ease;
}

.vvv-kubras-mini-cart-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.vvv-kubras-mini-cart {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999996;
	display: flex;
	flex-direction: column;
	width: min(520px, 100vw);
	height: 100dvh;
	border-left: 1px solid rgba(33, 23, 15, .12);
	background: var(--vvv-cart-cream);
	color: var(--vvv-cart-brown);
	box-shadow: -30px 0 80px rgba(8, 6, 4, .12);
	transform: translateX(105%);
	transition: transform .62s cubic-bezier(.16, 1, .3, 1);
}

.vvv-kubras-mini-cart.is-open {
	transform: none;
}

.vvv-kubras-mini-cart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 105px;
	padding: 22px 28px;
	border-bottom: 1px solid var(--vvv-cart-line);
}

.vvv-kubras-mini-cart__header span {
	display: block;
	margin-bottom: 5px;
	color: var(--vvv-cart-gold);
	font-family: Manrope, sans-serif;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.vvv-kubras-mini-cart__header h2 {
	margin: 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 36px;
	font-weight: 400;
	line-height: .9;
	letter-spacing: -.04em;
}

.vvv-kubras-mini-cart__header button {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--vvv-cart-line);
	border-radius: 50%;
	background: transparent;
	color: var(--vvv-cart-brown);
	font-size: 28px;
	line-height: 1;
	place-items: center;
	cursor: pointer;
}

[data-vvv-mini-cart-content] {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
}

.vvv-kubras-mini-cart__body {
	min-height: 100%;
	padding: 24px 28px 30px;
}

.vvv-kubras-mini-cart .vvv-kubras-cart-progress {
	padding: 20px;
}

.vvv-kubras-mini-cart .vvv-kubras-cart-progress__top strong {
	font-size: 10px;
}

.vvv-kubras-mini-cart .vvv-kubras-cart-progress__top p {
	font-size: 8px;
}

.vvv-kubras-mini-cart__items {
	display: grid;
	margin-top: 20px;
}

.vvv-kubras-mini-cart-item {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid var(--vvv-cart-line);
}

.vvv-kubras-mini-cart-item__media {
	display: block;
	aspect-ratio: .78;
	overflow: hidden;
	background: #e8dfd2;
}

.vvv-kubras-mini-cart-item__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vvv-kubras-mini-cart-item__content {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 3px 30px 3px 0;
}

.vvv-kubras-mini-cart-item__content > div:first-child > span {
	display: block;
	margin-bottom: 6px;
	color: var(--vvv-cart-gold);
	font-family: Manrope, sans-serif;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.vvv-kubras-mini-cart-item__content > div:first-child > a {
	display: block;
	color: var(--vvv-cart-black);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -.035em;
	text-decoration: none;
}

.vvv-kubras-mini-cart-item__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 12px;
}

.vvv-kubras-mini-cart-item__bottom small {
	color: var(--vvv-cart-muted);
	font-family: Manrope, sans-serif;
	font-size: 8px;
}

.vvv-kubras-mini-cart-item__bottom strong {
	color: var(--vvv-cart-brown);
	font-family: Manrope, sans-serif;
	font-size: 10px;
}

.vvv-kubras-mini-cart-item__remove {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--vvv-cart-muted);
	font-size: 21px;
	cursor: pointer;
}

.vvv-kubras-mini-cart__summary {
	margin-top: 25px;
}

.vvv-kubras-cart-summary.is-drawer {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.vvv-kubras-cart-summary.is-drawer .vvv-kubras-cart-summary__rows {
	padding-top: 5px;
}

.vvv-kubras-cart-empty.is-drawer {
	margin: 40px 0 0;
	padding: 45px 20px;
	border: 0;
	background: transparent;
}

.vvv-kubras-cart-empty.is-drawer h2 {
	font-size: 50px;
}

/* MOBILE CHECKOUT */

.vvv-kubras-cart-mobile-checkout {
	display: none;
}

/* TOAST & LOADING */

.vvv-kubras-cart-toast {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 1000000;
	max-width: min(390px, calc(100vw - 34px));
	padding: 15px 18px;
	background: var(--vvv-cart-black);
	color: var(--vvv-cart-cream);
	font-family: Manrope, sans-serif;
	font-size: 10px;
	line-height: 1.55;
	box-shadow: 0 18px 50px rgba(8, 6, 4, .22);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.vvv-kubras-cart-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: none;
}

body.vvv-kubras-cart-loading [data-vvv-kubras-cart-root],
body.vvv-kubras-cart-loading [data-vvv-mini-cart-content] {
	opacity: .58;
	pointer-events: none;
}

[data-vvv-kubras-cart-root],
[data-vvv-mini-cart-content] {
	transition: opacity .22s ease;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
	.vvv-kubras-cart__layout {
		grid-template-columns: 1fr;
	}

	.vvv-kubras-cart__aside > .vvv-kubras-cart-summary {
		position: static;
	}

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

	.vvv-kubras-cart-recommendation:last-child {
		display: none;
	}
}

@media (max-width: 767px) {
	.vvv-kubras-cart__hero {
		display: block;
		min-height: 600px;
		padding: 135px 17px 62px;
	}

	.vvv-kubras-cart__hero h1 {
		font-size: clamp(76px, 23vw, 104px);
	}

	.vvv-kubras-cart__hero p {
		max-width: 350px;
	}

	.vvv-kubras-cart__hero-count {
		width: fit-content;
		margin-top: 42px;
	}

	.vvv-kubras-cart__layout {
		gap: 64px;
		padding: 65px 17px 115px;
	}

	.vvv-kubras-cart-progress {
		padding: 20px;
	}

	.vvv-kubras-cart-progress__icon {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
	}

	.vvv-kubras-cart__section-heading {
		align-items: flex-end;
	}

	.vvv-kubras-cart-item {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 15px;
		padding: 24px 0;
	}

	.vvv-kubras-cart-item__content {
		padding: 0;
	}

	.vvv-kubras-cart-item__top {
		display: block;
	}

	.vvv-kubras-cart-item__title {
		font-size: 29px;
	}

	.vvv-kubras-cart-item__line-price {
		margin-top: 9px;
	}

	.vvv-kubras-cart-item__details {
		display: block;
		margin-top: 12px;
		font-size: 8px;
	}

	.vvv-kubras-cart-item__details > * {
		display: block;
		margin-bottom: 5px !important;
	}

	.vvv-kubras-cart-item__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
		padding-top: 18px;
	}

	.vvv-kubras-cart-quantity {
		grid-template-columns: 34px 38px 34px;
		min-height: 38px;
	}

	.vvv-kubras-cart-item__actions {
		justify-content: flex-start;
		gap: 10px 16px;
	}

	.vvv-kubras-cart-item__actions button {
		font-size: 7px;
	}

	.vvv-kubras-cart-summary {
		padding: 30px 20px;
	}

	.vvv-kubras-cart-recommendations {
		padding: 78px 17px 120px;
	}

	.vvv-kubras-cart-recommendations__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.vvv-kubras-cart-recommendation:last-child {
		display: block;
	}

	.vvv-kubras-cart-mobile-checkout {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99990;
		display: grid;
		grid-template-columns: minmax(82px, .34fr) minmax(0, .66fr);
		align-items: center;
		gap: 12px;
		min-height: 82px;
		padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
		border-top: 1px solid rgba(33, 23, 15, .12);
		background: rgba(255, 250, 242, .95);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
		box-shadow: 0 -14px 35px rgba(8, 6, 4, .08);
		transition: opacity .25s ease, transform .25s ease;
	}

	.vvv-kubras-cart-mobile-checkout.is-hidden {
		opacity: 0;
		transform: translateY(110%);
		pointer-events: none;
	}

	.vvv-kubras-cart-mobile-checkout > div span {
		display: block;
		color: var(--vvv-cart-muted);
		font-family: Manrope, sans-serif;
		font-size: 7px;
		font-weight: 700;
		letter-spacing: .12em;
		text-transform: uppercase;
	}

	.vvv-kubras-cart-mobile-checkout > div strong {
		display: block;
		margin-top: 2px;
		color: var(--vvv-cart-black);
		font-family: "Bodoni Moda", Georgia, serif;
		font-size: 24px;
		font-weight: 400;
	}

	.vvv-kubras-cart-mobile-checkout > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-width: 0;
		min-height: 54px;
		padding: 0 18px;
		background: var(--vvv-cart-black);
		color: var(--vvv-cart-cream);
		font-family: Manrope, sans-serif;
		font-size: 9px;
		font-weight: 750;
		letter-spacing: .11em;
		text-transform: uppercase;
		text-decoration: none;
	}

	.vvv-kubras-mini-cart {
		width: 100vw;
	}

	.vvv-kubras-mini-cart__header {
		min-height: 90px;
		padding: 18px;
	}

	.vvv-kubras-mini-cart__body {
		padding: 18px 17px 26px;
	}

	.vvv-kubras-mini-cart-item {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 13px;
	}

	.vvv-kubras-mini-cart-item__content > div:first-child > a {
		font-size: 22px;
	}

	.vvv-kubras-cart-toast {
		right: 17px;
		bottom: 95px;
		left: 17px;
		max-width: none;
	}
}

@media (max-width: 390px) {
	.vvv-kubras-cart-item {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 12px;
	}

	.vvv-kubras-cart-item__title {
		font-size: 25px;
	}

	.vvv-kubras-cart__section-heading h2 {
		font-size: 34px;
	}

	.vvv-kubras-cart__section-heading > button {
		max-width: 90px;
		text-align: right;
	}
}

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

/* CONFIRMATION APRÈS AJOUT AU PANIER */

.vvv-kubras-cart-toast {
	border-left: 3px solid var(--vvv-cart-gold);
}

.vvv-kubras-cart-toast.is-success {
	border-left-color: var(--vvv-cart-gold);
	background:
		linear-gradient(
			135deg,
			#080604,
			#21170f
		);
}

.vvv-kubras-cart-toast.is-unlocked {
	border-left-color: #7d9b79;
	background:
		linear-gradient(
			135deg,
			#172017,
			#30412f
		);
}

.vvv-kubras-cart-toast.is-unlocked::before {
	content: "✓";
	display: inline-grid;
	width: 19px;
	height: 19px;
	margin-right: 9px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 50%;
	color: #d8e7d5;
	font-size: 10px;
	place-items: center;
	vertical-align: middle;
}
/* =========================================================
   PANIER — STABILITÉ HORIZONTALE MOBILE
   Corrige les textes longs et le mini-panier hors écran.
========================================================= */

body.vvv-designer-kubraselegance-cart-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  overscroll-behavior-x: none;
}

body.vvv-designer-kubraselegance-cart-page
.site-main,
body.vvv-designer-kubraselegance-cart-page
main,
body.vvv-designer-kubraselegance-cart-page
.entry-content,
body.vvv-designer-kubraselegance-cart-page
.woocommerce,
.vvv-kubras-cart,
.vvv-kubras-cart__hero,
.vvv-kubras-cart__layout,
.vvv-kubras-cart__main,
.vvv-kubras-cart__aside,
.vvv-kubras-cart-item,
.vvv-kubras-cart-summary,
.vvv-kubras-cart-recommendations {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.vvv-kubras-cart {
  overflow-x: hidden;
}

/* Tous les textes susceptibles de dépasser restent dans leur bloc. */
.vvv-kubras-cart-item__title,
.vvv-kubras-cart-item__collection,
.vvv-kubras-cart-item__details,
.vvv-kubras-cart-item__actions,
.vvv-kubras-cart-item__actions button,
.vvv-kubras-cart-summary__rows span,
.vvv-kubras-cart-summary__rows strong,
.vvv-kubras-cart-summary__checkout,
.vvv-kubras-cart-recommendation > div > a,
.vvv-kubras-cart-mobile-checkout > a {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

/*
 * Le mini-panier fermé ne doit jamais créer une largeur
 * supplémentaire dans Safari iPhone.
 */
.vvv-kubras-mini-cart {
  right: 0;
  left: auto;
  width: min(520px, 100dvw);
  max-width: 100dvw;
  overflow-x: hidden;
  transform: translate3d(100%, 0, 0);
  will-change: transform;
}

.vvv-kubras-mini-cart.is-open {
  transform: translate3d(0, 0, 0);
}

.vvv-kubras-mini-cart-overlay {
  width: 100dvw;
  max-width: 100dvw;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.vvv-designer-kubraselegance-cart-page {
    position: relative;
  }

  .vvv-kubras-cart__hero,
  .vvv-kubras-cart__layout,
  .vvv-kubras-cart-recommendations {
    overflow-x: hidden;
  }

  .vvv-kubras-cart-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .vvv-kubras-cart-item__media,
  .vvv-kubras-cart-item__content,
  .vvv-kubras-cart-item__top,
  .vvv-kubras-cart-item__bottom,
  .vvv-kubras-cart-item__actions {
    max-width: 100%;
    min-width: 0;
  }

  /*
   * "Déplacer vers la wishlist" et "Supprimer"
   * peuvent revenir à la ligne sans élargir la carte.
   */
  .vvv-kubras-cart-item__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    width: 100%;
    gap: 12px;
  }

  .vvv-kubras-cart-item__actions button {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    padding-right: 0;
    text-align: left;
    line-height: 1.5;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .vvv-kubras-cart-item__line-price {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .vvv-kubras-cart-progress__top,
  .vvv-kubras-cart-progress__labels,
  .vvv-kubras-cart__section-heading,
  .vvv-kubras-cart-summary__rows > div,
  .vvv-kubras-cart-summary__total {
    min-width: 0;
    max-width: 100%;
  }

  .vvv-kubras-cart__section-heading {
    flex-wrap: wrap;
  }

  .vvv-kubras-cart__section-heading > div {
    min-width: 0;
  }

  .vvv-kubras-cart__section-heading > button {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .vvv-kubras-cart-coupons__panel form {
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    max-width: 100%;
  }

  .vvv-kubras-cart-coupons__panel button {
    min-width: 82px;
    max-width: 42vw;
    padding-right: 11px;
    padding-left: 11px;
    white-space: normal;
  }

  .vvv-kubras-cart-summary__checkout {
    gap: 14px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .vvv-kubras-cart-mobile-checkout {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .vvv-kubras-cart-mobile-checkout > div,
  .vvv-kubras-cart-mobile-checkout > a {
    min-width: 0;
  }

  .vvv-kubras-mini-cart {
    width: 100dvw;
    max-width: 100dvw;
  }
}

@media (max-width: 430px) {
  /*
   * Sur les iPhone étroits, l'image et les informations
   * restent côte à côte, mais la colonne texte ne peut plus
   * imposer une largeur supérieure à l'écran.
   */
  .vvv-kubras-cart-item {
    grid-template-columns:
      minmax(88px, 96px)
      minmax(0, 1fr);
  }

  .vvv-kubras-cart-item__title {
    font-size: clamp(24px, 7.2vw, 29px);
  }

  .vvv-kubras-cart-item__actions button {
    font-size: 7px;
    letter-spacing: .075em;
  }
}
