*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background-color: #fff;
}

body > .wp-site-blocks {
	gap: 0 !important;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body > .wp-site-blocks > * + * {
	margin-top: 0 !important;
}

body > .wp-site-blocks > main,
body > .wp-site-blocks > .wp-block-group:not(.opcards-header):not(.opcards-footer) {
	flex-grow: 1;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* --- Announcement Bar --- */
.opcards-announcement-bar {
	background: #c42029;
	text-align: center;
	padding: 0.65rem 1rem;
}

.opcards-announcement-bar p {
	margin: 0;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.03em;
}

/* --- Header --- */
.opcards-header {
	background: #111;
	position: sticky;
	top: 0;
	z-index: 999;
}

.opcards-header.is-scrolled {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Header container: logo | search | actions */
.opcards-header__container {
	display: flex;
	align-items: center;
	gap: 2rem;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0.75rem 1.5rem;
}

.opcards-header__logo {
	flex-shrink: 0;
}

.opcards-header__logo-img {
	height: auto;
	width: 180px;
}

/* Search bar */
.opcards-header__search {
	flex: 1;
	max-width: 520px;
}

.opcards-header__search-form {
	margin: 0;
	padding: 0;
}

.opcards-header__search-wrapper {
	display: flex !important;
	align-items: center !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border: none !important;
	border-radius: 50px !important;
	padding: 0 1.25rem !important;
	height: 42px !important;
	transition: all 0.2s ease !important;
	box-shadow: none !important;
}

.opcards-header__search-wrapper:focus-within {
	background: rgba(255, 255, 255, 0.15) !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) !important;
}

.opcards-header__search-icon {
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.4);
	display: flex;
	align-items: center;
}

.opcards-header .opcards-header__search-input,
.opcards-header input[type="search"].opcards-header__search-input {
	flex: 1 !important;
	border: none !important;
	background: transparent !important;
	padding: 0 0.75rem !important;
	height: 42px !important;
	font-size: 0.85rem !important;
	font-weight: 400 !important;
	color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	min-width: 0 !important;
}

.opcards-header .opcards-header__search-input::placeholder {
	color: rgba(255, 255, 255, 0.4);
	font-weight: 400;
}

/* Header actions (account, cart) */
.opcards-header__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-shrink: 0;
	margin-left: auto;
}

.opcards-header__action {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0.35rem;
	border-radius: 8px;
	transition: all 0.15s ease;
	text-decoration: none;
}

.opcards-header__action:hover {
	color: var(--wp--preset--color--primary);
}

.opcards-header__action-label {
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.7);
}

.opcards-header__action:hover .opcards-header__action-label {
	color: var(--wp--preset--color--primary);
}

/* Cart badge */
.opcards-header__action--cart {
	position: relative;
}

.opcards-cart-count {
	display: none;
	position: absolute;
	top: -4px;
	right: -4px;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-size: 0.6rem;
	font-weight: 700;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}

.opcards-cart-count.has-items {
	display: block;
}

.opcards-header__action--search-mobile {
	display: none;
}

/* Mobile hamburger */
.opcards-header__mobile-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0.35rem;
}

.opcards-header__hamburger {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.opcards-header__hamburger span {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--wp--preset--color--contrast);
	border-radius: 2px;
	transition: all 0.2s ease;
}

/* --- Navigation Bar --- */
.opcards-nav {
	background: #1a1a1a;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.opcards-nav__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 1400px;
	margin: 0 auto;
}

.opcards-nav__item {
	position: relative;
}

.opcards-nav__link {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0.85rem 1.5rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.15s ease;
	white-space: nowrap;
}

.opcards-nav__link:hover {
	color: #fff;
}

.opcards-nav__arrow {
	opacity: 0.5;
	transition: transform 0.2s ease;
	stroke: #fff;
}

.opcards-nav__item--has-dropdown:hover > .opcards-nav__link .opcards-nav__arrow {
	transform: rotate(180deg);
}

/* Dropdown menus */
.opcards-nav__dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	padding: 0.4rem;
	min-width: 200px;
	list-style: none;
	z-index: 100;
}

.opcards-nav__item--has-dropdown:hover > .opcards-nav__dropdown {
	display: block;
}

.opcards-nav__dropdown-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.55rem 0.85rem;
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.15s ease;
}

.opcards-nav__dropdown-link:hover {
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--primary);
}

/* Nested dropdown */
.opcards-nav__dropdown-item {
	position: relative;
}

.opcards-nav__dropdown--sub {
	display: none;
	position: absolute;
	top: -0.4rem;
	left: 100%;
	margin-left: 0.25rem;
}

.opcards-nav__dropdown-item:hover > .opcards-nav__dropdown--sub {
	display: block;
}

/* --- Mobile Menu --- */
.opcards-mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 85%;
	max-width: 320px;
	height: 100vh;
	background: #fff;
	z-index: 1001;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	flex-direction: column;
}

.opcards-mobile-menu.is-open {
	display: flex;
	transform: translateX(0);
}

.opcards-mobile-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.opcards-mobile-menu__title {
	font-size: 0.9rem;
	font-weight: 700;
}

.opcards-mobile-menu__close {
	background: none;
	border: none;
	font-size: 1.5rem;
	color: var(--wp--preset--color--contrast);
	cursor: pointer;
	line-height: 1;
}

.opcards-mobile-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.opcards-mobile-menu__list li a,
.opcards-mobile-menu__sub-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.85rem 1.25rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.opcards-mobile-menu__list li a:hover,
.opcards-mobile-menu__sub-toggle:hover {
	color: var(--wp--preset--color--primary);
}

.opcards-mobile-menu__sub {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: var(--wp--preset--color--surface);
}

.opcards-mobile-menu__sub.is-open {
	display: block;
}

.opcards-mobile-menu__sub li a,
.opcards-mobile-menu__sub .opcards-mobile-menu__sub-toggle {
	padding-left: 2rem;
	font-weight: 500;
	font-size: 0.85rem;
}

.opcards-mobile-menu__sub .opcards-mobile-menu__sub li a {
	padding-left: 3rem;
}

.opcards-mobile-menu__overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1000;
}

.opcards-mobile-menu__overlay.is-visible {
	display: block;
}

/* Mobile menu auth buttons */
.opcards-mobile-menu__auth {
	margin-top: auto;
	padding: 1.25rem;
	display: flex;
	gap: 0.625rem;
	border-top: 1px solid var(--wp--preset--color--border);
}

.opcards-mobile-menu__auth-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	font-size: 0.82rem;
	font-weight: 700;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.opcards-mobile-menu__auth-btn--login {
	background: #111;
	color: #fff;
}

.opcards-mobile-menu__auth-btn--login:hover {
	background: var(--wp--preset--color--primary);
}

.opcards-mobile-menu__auth-btn--register {
	background: transparent;
	color: #111;
	border: 1.5px solid var(--wp--preset--color--border);
}

.opcards-mobile-menu__auth-btn--register:hover {
	border-color: #111;
}

/* Category banner */
.opcards-category-banner {
	background: #c41e3a url('/wp-content/uploads/logo/banniere-pc-ct.webp') center/cover no-repeat;
	width: 100%;
	min-height: 180px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}

.opcards-category-banner__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.5rem var(--wp--preset--spacing--30);
	min-height: 180px;
}

@media (max-width: 768px) {
	.opcards-category-banner {
		min-height: 120px;
		border-radius: 0 0 20px 20px;
	}

	.opcards-category-banner__inner {
		padding: 1.5rem 1.25rem;
		min-height: 120px;
	}
}

/* Mobile search */
.opcards-mobile-search {
	display: none;
	padding: 0.75rem var(--wp--preset--spacing--30);
	border-top: 1px solid var(--wp--preset--color--border);
}

.opcards-mobile-search.is-open {
	display: block;
}

.opcards-mobile-search input[type="search"] {
	width: 100%;
	padding: 0.65rem 0.85rem !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-radius: 8px !important;
	font-size: 0.85rem !important;
	background: var(--wp--preset--color--surface) !important;
}

/* --- Mobile responsive --- */
@media (max-width: 768px) {
	.opcards-header__search {
		display: none;
	}

	.opcards-header__action--account {
		display: none;
	}

	.opcards-header__action--search-mobile {
		display: none !important;
	}

	.opcards-header__action-label {
		display: none;
	}

	.opcards-header__action--search-mobile {
		display: flex;
	}

	.opcards-header__mobile-toggle {
		display: block;
	}

	.opcards-header__container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0;
		padding: 0.6rem 1.25rem;
	}

	.opcards-header__mobile-toggle {
		flex: 0 0 40px;
	}

	.opcards-header__hamburger span {
		background: #fff;
	}

	.opcards-header__logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.opcards-header__logo-img {
		height: auto;
		width: 130px;
	}

	.opcards-header__actions {
		flex: 0 0 auto;
	}

	.opcards-nav {
		display: none;
	}
}

@media (max-width: 768px) {
	.opcards-search-bar {
		display: none;
	}

	.opcards-account-link {
		display: none;
	}

	.opcards-header-top {
		gap: 1rem !important;
	}
}

.opcards-header.is-scrolled {
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
}

.opcards-header .wp-block-navigation__responsive-container-open {
	color: var(--wp--preset--color--contrast);
}

.opcards-header .wp-block-navigation a {
	color: var(--wp--preset--color--contrast);
	transition: color 0.2s ease;
	font-weight: 600;
}

.opcards-header .wp-block-navigation a:hover {
	color: var(--wp--preset--color--primary);
}

/* --- Dropdown submenus --- */
.opcards-header .wp-block-navigation__submenu-container {
	background: #fff !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-radius: 10px !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1) !important;
	padding: 0.5rem !important;
	min-width: 200px !important;
	margin-top: 0.5rem !important;
	gap: 2px !important;
}

.opcards-header .wp-block-navigation__submenu-container .wp-block-navigation-item a {
	padding: 0.55rem 0.85rem !important;
	border-radius: 6px !important;
	font-size: 0.82rem !important;
	font-weight: 500 !important;
	color: var(--wp--preset--color--contrast) !important;
	transition: all 0.15s ease;
}

.opcards-header .wp-block-navigation__submenu-container .wp-block-navigation-item a:hover {
	background: var(--wp--preset--color--surface) !important;
	color: var(--wp--preset--color--primary) !important;
}

/* Nested submenu (Display > FR/JAP) */
.opcards-header .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	margin-top: 0 !important;
	margin-left: 0.35rem !important;
	border-radius: 8px !important;
}

/* Submenu arrow icon */
.opcards-header .wp-block-navigation__submenu-icon {
	width: 10px !important;
	height: 10px !important;
	opacity: 0.5;
}

/* Current item in submenu */
.opcards-header .wp-block-navigation__submenu-container .current-menu-item > a {
	background: rgba(196, 30, 58, 0.06) !important;
	color: var(--wp--preset--color--primary) !important;
	font-weight: 600 !important;
}

/* --- Surface sections — map texture --- */
.has-surface-background-color.has-background {
	background-color: transparent !important;
	background-image: url("../img/mapop.webp") !important;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/* --- Reassurance Bar --- */
.opcards-reassurance {
	background-image: url("../img/mapop.webp");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	border-top: 1px solid var(--wp--preset--color--border);
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding: 1rem 2rem;
}

.opcards-reassurance__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.opcards-reassurance__item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-reassurance__item svg {
	flex-shrink: 0;
	opacity: 0.7;
}

.opcards-reassurance__item span {
	font-size: 0.8125rem;
	font-weight: 600;
	white-space: nowrap;
}

.opcards-reassurance__sep {
	width: 1px;
	height: 24px;
	background: var(--wp--preset--color--border);
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.opcards-reassurance {
		padding: 0.85rem 0;
		overflow: hidden;
	}

	.opcards-reassurance__inner {
		display: flex;
		animation: opcards-marquee 18s linear infinite;
		gap: 3.5rem;
		width: max-content;
	}

	.opcards-reassurance__item {
		gap: 0.5rem;
	}

	.opcards-reassurance__item span {
		font-size: 0.75rem;
	}

	.opcards-reassurance__item svg {
		width: 18px;
		height: 18px;
	}

	.opcards-reassurance__sep {
		display: none;
	}
}

@keyframes opcards-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* --- Categories Section --- */
.opcards-categories {
	background-image: url("../img/mapop.webp");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--30);
}

.opcards-categories__inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.opcards-categories__label {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
	margin: 0 0 0.25rem;
}

.opcards-categories__title {
	font-size: var(--wp--preset--font-size--xx-large);
	font-weight: 700;
	margin: 0 0 var(--wp--preset--spacing--40);
}

.opcards-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.opcards-cat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 2rem 1.25rem 1.5rem;
	text-decoration: none;
	color: var(--wp--preset--color--contrast);
	transition: all 0.25s ease;
}

.opcards-cat-card:hover {
	border-color: var(--wp--preset--color--contrast);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

.opcards-cat-card__icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--wp--preset--color--surface);
	border-radius: 14px;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-cat-card__name {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 0.4rem;
}

.opcards-cat-card__desc {
	font-size: 0.8rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.5;
	margin: 0 0 1rem;
}

.opcards-cat-card__link {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	margin-top: auto;
}

.opcards-cat-card--soon {
	opacity: 0.55;
	pointer-events: none;
}

.opcards-cat-card__badge {
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--wp--preset--color--muted);
	background: var(--wp--preset--color--surface);
	padding: 0.25rem 0.75rem;
	border-radius: 20px;
	margin-top: auto;
}

@media (max-width: 768px) {
	.opcards-categories {
		padding: 2.5rem 1.25rem;
	}

	.opcards-categories__title {
		font-size: 1.4rem !important;
	}

	.opcards-categories__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
	}

	.opcards-cat-card {
		padding: 1.25rem 1rem 1rem;
	}

	.opcards-cat-card__icon {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		margin-bottom: 0.75rem;
	}

	.opcards-cat-card__icon svg {
		width: 22px;
		height: 22px;
	}

	.opcards-cat-card__name {
		font-size: 0.9rem;
	}

	.opcards-cat-card__desc {
		font-size: 0.72rem;
	}
}

/* --- Hero Section --- */
.opcards-hero {
	position: relative;
}

/* --- Cards --- */
.opcards-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--border-radius--medium);
	transition: all 0.2s ease;
}

.opcards-card:hover {
	border-color: var(--wp--preset--color--surface-alt);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

/* --- Product Cards --- */
.opcards-product-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--border-radius--medium);
	transition: all 0.25s ease;
	overflow: hidden;
}

.opcards-product-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

.opcards-product-card .wc-block-components-product-image img {
	transition: transform 0.4s ease;
}

.opcards-product-card:hover .wc-block-components-product-image img {
	transform: scale(1.03);
}

/* --- Block Styles: Outline Card --- */
.is-style-glass-card {
	background: var(--wp--preset--color--surface) !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-radius: var(--wp--custom--border-radius--medium);
}

/* --- Block Styles: Gradient Text --- */
.is-style-gradient-text {
	background: linear-gradient(135deg, var(--wp--preset--color--primary) 0%, #9b1b30 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* --- Block Styles: Primary Button --- */
.is-style-glow .wp-block-button__link {
	background: var(--wp--preset--color--primary) !important;
	color: #fff !important;
	transition: all 0.2s ease;
}

.is-style-glow .wp-block-button__link:hover {
	background: #a8182f !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(196, 30, 58, 0.25);
}

/* --- Block Styles: Outline Button --- */
.is-style-gold-outline .wp-block-button__link {
	background: transparent !important;
	color: var(--wp--preset--color--contrast) !important;
	border: 1.5px solid var(--wp--preset--color--contrast) !important;
	transition: all 0.2s ease;
}

.is-style-gold-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--contrast) !important;
	color: #fff !important;
}

/* --- Footer banner --- */
.opcards-footer-banner {
	width: 100%;
	line-height: 0;
}

.opcards-footer-banner__img {
	width: 100%;
	height: auto;
	display: block;
}


/* --- Footer --- */
.opcards-footer {
	background: var(--wp--preset--color--contrast);
	color: #fff;
	padding: 0;
}

.opcards-footer__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 4rem 1.5rem 0;
}

.opcards-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
	gap: 2.5rem;
	padding-bottom: 3rem;
}

.opcards-footer__brand {
	padding-right: 2rem;
}

.opcards-footer__logo img {
	width: 140px;
	height: auto;
	margin-bottom: 1.25rem;
}

.opcards-footer__desc {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.82rem;
	line-height: 1.7;
	margin: 0;
}

.opcards-footer__title {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	margin: 0 0 1.25rem 0;
}

.opcards-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.opcards-footer__links li {
	margin-bottom: 0.6rem;
}

.opcards-footer__links a {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	font-size: 0.82rem;
	transition: color 0.15s ease;
}

.opcards-footer__links a:hover {
	color: #fff;
}

/* Footer socials */
.opcards-footer__title--social {
	margin-top: 1.5rem;
}

.opcards-footer__socials {
	display: flex;
	gap: 0.75rem;
}

.opcards-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.55);
	transition: all 0.15s ease;
}

.opcards-footer__social-link:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.opcards-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1.5rem 0;
}

.opcards-footer__bottom-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1rem;
}

.opcards-footer__copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.75rem;
}

.opcards-footer__legal {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.opcards-footer__legal li a {
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.72rem;
	text-decoration: none;
	transition: color 0.15s ease;
}

.opcards-footer__legal li a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.opcards-footer__disclaimer {
	margin: 0 auto;
	max-width: 700px;
	color: rgba(255, 255, 255, 0.25);
	font-size: 0.68rem;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 768px) {
	.opcards-footer__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}

	.opcards-footer__brand {
		padding-right: 0;
	}

	.opcards-footer__logo {
		display: flex;
		justify-content: center;
	}

	.opcards-footer__links {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.opcards-footer__socials {
		justify-content: center;
	}

	.opcards-footer__inner {
		padding: 2.5rem 1.25rem 0;
	}

	.opcards-footer__bottom-top {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.opcards-footer__legal {
		justify-content: center;
		flex-wrap: wrap;
	}
}

/* --- Legal Pages — Simple --- */
/* --- Legal Pages --- */
.opcards-legal-page {
	max-width: 720px;
	margin: 0 auto;
	padding-bottom: 4rem;
}

.opcards-legal-page h1 {
	font-size: 1.6rem;
	font-weight: 800;
	margin-bottom: 0.5rem;
}

.page-id-64 .wp-block-post-title {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.opcards-legal-updated {
	color: var(--wp--preset--color--muted);
	font-size: 0.82rem;
	margin-bottom: 2.5rem;
}

.opcards-legal-page h2 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.opcards-legal-page p {
	font-size: 0.88rem;
	line-height: 1.8;
	color: var(--wp--preset--color--muted);
	margin-bottom: 1rem;
}

.opcards-legal-page a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.opcards-legal-page a:hover {
	color: var(--wp--preset--color--contrast);
}

.opcards-legal-page h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.8rem;
	margin-bottom: 0.6rem;
}

.opcards-legal-page h3:first-child {
	margin-top: 0;
}

.opcards-legal-page ul,
.opcards-legal-page ol {
	margin: 0.8rem 0 1rem 1.2rem;
	padding: 0;
	font-size: 0.88rem;
	line-height: 1.8;
	color: var(--wp--preset--color--muted);
}

.opcards-legal-page ul {
	list-style: disc;
}

.opcards-legal-page ol {
	list-style: decimal;
}

.opcards-legal-page ul li,
.opcards-legal-page ol li {
	margin-bottom: 0.3rem;
}

.opcards-legal-page strong {
	color: var(--wp--preset--color--contrast);
}

/* --- Legal Pages — Premium Design --- */

/* Hero */
.opcards-legal__hero {
	background: var(--wp--preset--color--contrast);
	padding: 4rem 1.5rem 3.5rem;
	text-align: center;
}

.opcards-legal__hero-inner {
	max-width: 600px;
	margin: 0 auto;
}

.opcards-legal__badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0.35rem 1rem;
	border-radius: 50px;
	margin-bottom: 1.25rem;
}

.opcards-legal__title {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 0 0 0.75rem;
}

.opcards-legal__subtitle {
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.82rem;
	margin: 0;
}

/* Content wrapper */
.opcards-legal__content {
	max-width: 960px;
	margin: 0 auto;
	padding: 3rem 1.5rem 4rem;
}

/* Info cards */
.opcards-legal__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	margin-bottom: 3.5rem;
	margin-top: -2rem;
	position: relative;
	z-index: 1;
}

.opcards-legal__card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 14px;
	padding: 1.5rem;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.opcards-legal__card-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(196, 30, 58, 0.06);
	border-radius: 10px;
	color: var(--wp--preset--color--primary);
	margin-bottom: 1rem;
}

.opcards-legal__card-title {
	font-size: 0.9rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-legal__card p {
	font-size: 0.78rem;
	line-height: 1.65;
	color: var(--wp--preset--color--muted);
	margin: 0 0 0.4rem;
}

.opcards-legal__card a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.opcards-legal__card a:hover {
	text-decoration: underline;
}

/* Sections with numbers */
.opcards-legal__sections {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.opcards-legal__section {
	display: flex;
	gap: 2rem;
	padding: 2rem 0;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.opcards-legal__section:last-child {
	border-bottom: none;
}

.opcards-legal__section-number {
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--wp--preset--color--border);
	width: 50px;
	line-height: 1.2;
}

.opcards-legal__section-content {
	flex: 1;
}

.opcards-legal__section-content h2 {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-legal__section-content p {
	font-size: 0.85rem;
	line-height: 1.8;
	color: var(--wp--preset--color--muted);
	margin: 0 0 0.85rem;
}

.opcards-legal__section-content p:last-child {
	margin-bottom: 0;
}

.opcards-legal__section-content a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.opcards-legal__section-content a:hover {
	color: var(--wp--preset--color--contrast);
}

.opcards-legal__section-content h3 {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 1.8rem 0 0.6rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-legal__section-content h3:first-child {
	margin-top: 0;
}

.opcards-legal__section-content ul {
	margin: 0.8rem 0 1rem 1.2rem;
	padding: 0;
	list-style: disc;
	line-height: 1.8;
	color: #444;
	font-size: 0.95rem;
}

.opcards-legal__section-content ul li {
	margin-bottom: 0.3rem;
}

.opcards-legal__table-wrapper {
	overflow-x: auto;
	margin: 1.2rem 0;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}

.opcards-legal__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
	line-height: 1.6;
}

.opcards-legal__table thead {
	background: #f7f7f7;
}

.opcards-legal__table th {
	padding: 0.75rem 1rem;
	text-align: left;
	font-weight: 700;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #333;
	border-bottom: 2px solid #e5e5e5;
	white-space: nowrap;
}

.opcards-legal__table td {
	padding: 0.7rem 1rem;
	color: #444;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}

.opcards-legal__table tbody tr:last-child td {
	border-bottom: none;
}

.opcards-legal__table tbody tr:hover {
	background: #fafafa;
}

.opcards-legal__table code {
	background: rgba(196, 30, 58, 0.06);
	color: #c41e3a;
	padding: 0.15em 0.45em;
	border-radius: 4px;
	font-size: 0.82rem;
	font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
	white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px) {
	.opcards-legal__hero {
		padding: 3rem 1.25rem 2.5rem;
	}

	.opcards-legal__title {
		font-size: 1.6rem;
	}

	.opcards-legal__cards {
		grid-template-columns: 1fr 1fr;
		margin-top: -1.5rem;
	}

	.opcards-legal__content {
		padding: 2rem 1.25rem 3rem;
	}

	.opcards-legal__section {
		flex-direction: column;
		gap: 0.5rem;
		padding: 1.5rem 0;
	}

	.opcards-legal__section-number {
		font-size: 1.1rem;
	}

	.opcards-legal__table {
		font-size: 0.82rem;
	}

	.opcards-legal__table th,
	.opcards-legal__table td {
		padding: 0.55rem 0.7rem;
	}

	/* Tables 4+ colonnes : passer en cards empilées sur mobile */
	.opcards-legal-page .opcards-legal__table-wrapper {
		border: none;
		border-radius: 0;
	}

	.opcards-legal-page .opcards-legal__table thead {
		display: none;
	}

	.opcards-legal-page .opcards-legal__table,
	.opcards-legal-page .opcards-legal__table tbody,
	.opcards-legal-page .opcards-legal__table tr,
	.opcards-legal-page .opcards-legal__table td {
		display: block;
		width: 100%;
	}

	.opcards-legal-page .opcards-legal__table tr {
		background: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 10px;
		padding: 1rem;
		margin-bottom: 0.75rem;
	}

	.opcards-legal-page .opcards-legal__table td {
		padding: 0.25rem 0;
		border-bottom: none;
	}

	.opcards-legal-page .opcards-legal__table td::before {
		content: attr(data-label);
		display: block;
		font-size: 0.7rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		color: #999;
		margin-bottom: 0.15rem;
	}
}

@media (max-width: 480px) {
	.opcards-legal__cards {
		grid-template-columns: 1fr;
	}
}

/* --- Contact Page --- */
.opcards-contact-page {
	padding-bottom: 0;
}

.opcards-contact__header {
	text-align: center;
	padding: 3.5rem 1.5rem 3rem;
}

.opcards-contact__badge {
	display: inline-block;
	background: rgba(196, 30, 58, 0.08);
	color: var(--wp--preset--color--primary);
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0.35rem 1rem;
	border-radius: 50px;
	margin-bottom: 1rem;
}

.opcards-contact__title {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	color: var(--wp--preset--color--contrast);
	margin: 0 0 0.75rem;
}

.opcards-contact__intro {
	font-size: 0.88rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
	max-width: 480px;
	margin: 0 auto;
}

.opcards-contact__body {
	max-width: 880px;
	margin: 0 auto;
	padding: 3rem 1.5rem 4rem;
}

.opcards-contact__info-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-bottom: 3rem;
	margin-top: -1.5rem;
	position: relative;
	z-index: 1;
}

.opcards-contact__info-card {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 14px;
	padding: 1.25rem 1.5rem;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.opcards-contact__info-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border-color: rgba(0, 0, 0, 0.12);
}

.opcards-contact__card-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(196, 30, 58, 0.06);
	border-radius: 10px;
	color: var(--wp--preset--color--primary);
}

.opcards-contact__card-label {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--wp--preset--color--muted);
	margin: 0 0 0.3rem;
}

.opcards-contact__card-value {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	margin: 0 0 0.15rem;
	line-height: 1.4;
}

.opcards-contact__card-value a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}

.opcards-contact__card-value a:hover {
	color: var(--wp--preset--color--primary);
}

.opcards-contact__card-sub {
	font-size: 0.75rem;
	color: var(--wp--preset--color--muted);
	margin: 0;
	line-height: 1.4;
}

/* Form wrapper */
.opcards-contact__form-wrapper {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 16px;
	padding: 2.5rem;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

.opcards-contact__form-header {
	margin-bottom: 2rem;
}

.opcards-contact__form-title {
	font-size: 1.2rem;
	font-weight: 800;
	margin: 0 0 0.4rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-contact__form-desc {
	font-size: 0.82rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.7;
	margin: 0;
}

.opcards-contact__form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.opcards-contact__form-group {
	margin-bottom: 1.25rem;
}

.opcards-contact__form-group label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	margin-bottom: 0.4rem;
}

.opcards-contact__form-group input,
.opcards-contact__form-group select,
.opcards-contact__form-group textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	font-size: 0.85rem;
	font-family: inherit;
	color: var(--wp--preset--color--contrast);
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	outline: none;
	box-sizing: border-box;
}

.opcards-contact__form-group input:focus,
.opcards-contact__form-group select:focus,
.opcards-contact__form-group textarea:focus {
	border-color: var(--wp--preset--color--contrast);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
	background: #fff;
}

.opcards-contact__form-group input::placeholder,
.opcards-contact__form-group textarea::placeholder {
	color: var(--wp--preset--color--muted);
	opacity: 0.5;
}

.opcards-contact__form-group select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	padding-right: 2.5rem;
	cursor: pointer;
}

.opcards-contact__form-group textarea {
	resize: vertical;
	min-height: 140px;
}

.opcards-contact__submit {
	display: block;
	width: 100%;
	padding: 0.9rem 2rem;
	font-size: 0.9rem;
	font-weight: 700;
	font-family: inherit;
	color: #fff;
	background: var(--wp--preset--color--contrast);
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.opcards-contact__submit:hover {
	background: var(--wp--preset--color--primary);
}

/* Contact success/error messages */
.opcards-contact__message {
	padding: 1rem 1.25rem;
	border-radius: 10px;
	font-size: 0.85rem;
	margin-bottom: 1.5rem;
}

.opcards-contact__message--success {
	background: rgba(34, 197, 94, 0.08);
	color: #166534;
	border: 1px solid rgba(34, 197, 94, 0.2);
}

.opcards-contact__message--error {
	background: rgba(239, 68, 68, 0.08);
	color: #991b1b;
	border: 1px solid rgba(239, 68, 68, 0.2);
}

@media (max-width: 768px) {
	.opcards-contact__header {
		padding: 2.5rem 0 2rem;
	}

	.opcards-contact__title {
		font-size: 1.5rem;
	}

	.opcards-contact__body {
		padding: 2rem 0 3rem;
	}

	.opcards-contact__info-cards {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		margin-top: -1rem;
	}

	.opcards-contact__info-card {
		padding: 1rem 1.25rem;
	}

	.opcards-contact__form-wrapper {
		padding: 1.5rem;
		border-radius: 14px;
	}

	.opcards-contact__form-row {
		grid-template-columns: 1fr;
	}

	.opcards-contact__form-title {
		font-size: 1.05rem;
	}
}

/* --- Separator --- */
.wp-block-separator {
	opacity: 1;
	border-color: var(--wp--preset--color--border);
}

/* --- Search --- */
.wp-block-search__input {
	background: var(--wp--preset--color--surface) !important;
	color: var(--wp--preset--color--contrast) !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-radius: var(--wp--custom--border-radius--small) !important;
	transition: border-color 0.2s ease;
}

.wp-block-search__input:focus {
	border-color: var(--wp--preset--color--contrast) !important;
	outline: none;
}

.wp-block-search__button {
	background: var(--wp--preset--color--contrast) !important;
	color: #fff !important;
	border: none !important;
	border-radius: var(--wp--custom--border-radius--small) !important;
}

/* --- Section divider --- */
.opcards-featured-section {
	position: relative;
}

/* --- Forms --- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea,
select {
	background: #fff !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	color: var(--wp--preset--color--contrast) !important;
	border-radius: var(--wp--custom--border-radius--small) !important;
	padding: 0.7rem 0.9rem !important;
	transition: border-color 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
	border-color: var(--wp--preset--color--contrast) !important;
	outline: none !important;
	box-shadow: none !important;
}

/* --- Mini Cart --- */
.wc-block-mini-cart__badge {
	background: var(--wp--preset--color--primary) !important;
}

/* --- Sale badge --- */
.wc-block-components-product-sale-badge,
.onsale {
	background: var(--wp--preset--color--primary) !important;
	color: #fff !important;
	border-radius: 4px !important;
	font-weight: 600;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* --- Pagination --- */
.wp-block-query-pagination {
	margin-top: 2rem !important;
	gap: 0.5rem !important;
}

.wp-block-query-pagination-numbers .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--contrast);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 0 0.75rem;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers:hover {
	background: var(--wp--preset--color--contrast);
	color: #fff;
	border-color: var(--wp--preset--color--contrast);
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 0 1rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
	transition: all 0.2s ease;
}

.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
	border-color: var(--wp--preset--color--contrast);
	background: var(--wp--preset--color--contrast);
	color: #fff;
}

/* --- Archive product grid --- */
.wc-block-product-template.is-flex-container,
.wc-block-product-template,
.wp-block-woocommerce-product-template {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 1.25rem !important;
	flex-wrap: unset !important;
}

.wc-block-product-template.is-flex-container > li,
.wc-block-product-template > li {
	width: 100% !important;
	max-width: 100% !important;
}

/* Hide store notices inside product cards */
.opcards-product-card .wc-block-components-notices {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* Kill any gap caused by hidden notices */
.opcards-product-card.is-layout-flow > * {
	margin-block-start: 0 !important;
}

/* --- Archive: Filters Sidebar (Desktop) --- */
.opcards-filters-toggle {
	display: none;
}

.opcards-filters-close {
	display: none;
}

.opcards-filters-overlay {
	display: none;
}

.opcards-filters-sidebar {
	position: sticky;
	top: 90px;
	align-self: flex-start;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 1.5rem 1.25rem;
}

/* --- Archive: filter sections with border-bottom --- */
.opcards-filter-section {
	padding: 1rem 0;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.opcards-filter-section:last-of-type {
	border-bottom: none;
}

.opcards-filter-title {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.opcards-archive-layout {
	align-items: flex-start !important;
}

/* --- Archive: Filters Sidebar (Mobile) --- */
@media (max-width: 768px) {
	.opcards-mobile-toolbar {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
		margin-bottom: 0;
	}

	main,
	main.wp-block-group {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	/* Front-page : sections alignfull bord à bord */
	body.home main,
	body.home main.wp-block-group {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	main.opcards-archive-product > * {
		margin-block-start: 0 !important;
	}

	main.opcards-archive-product {
		padding-top: 1rem !important;
		padding-bottom: 2rem !important;
	}

	main.opcards-archive-product .wc-block-breadcrumbs {
		margin-bottom: 0.5rem !important;
	}

	main.opcards-archive-product .wp-block-query-title {
		font-size: 1.4rem;
		margin-bottom: 1rem !important;
	}

	.opcards-archive-product .opcards-mobile-toolbar {
		margin-bottom: 0.75rem;
	}

	.opcards-products-col > *:not(.wp-block-query-pagination) {
		margin-block-start: 0 !important;
	}

	.opcards-products-col > .wp-block-query-pagination {
		margin-top: 1.5rem !important;
	}

	.opcards-archive-layout {
		gap: 0 !important;
	}

	.opcards-products-col .opcards-archive-toolbar {
		display: none !important;
		margin: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
	}

	.opcards-filters-sidebar {
		margin-block-start: 0 !important;
	}

	.opcards-filters-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.4rem;
		background: #fff;
		border: 1px solid var(--wp--preset--color--border);
		border-radius: 12px;
		padding: 0 1rem;
		font-size: 0.8rem;
		font-weight: 600;
		color: var(--wp--preset--color--contrast);
		cursor: pointer;
		transition: all 0.2s ease;
		flex: 1;
		min-height: 42px;
	}

	.opcards-filters-toggle:hover {
		border-color: var(--wp--preset--color--contrast);
	}

	.opcards-filters-toggle svg {
		flex-shrink: 0;
	}

	/* Sorting: hide desktop, show mobile clone */
	.opcards-archive-toolbar {
		display: none !important;
	}

	.opcards-products-col .wp-block-woocommerce-product-collection {
		margin-block-start: 0 !important;
	}

	.opcards-mobile-sorting {
		display: flex !important;
	}

	.opcards-mobile-sorting .woocommerce-ordering {
		flex: 1;
		display: flex;
		margin: 0;
	}

	.opcards-mobile-sorting .woocommerce-ordering select {
		flex: 1;
		width: 100% !important;
		height: 42px !important;
		font-size: 0.8rem !important;
		font-weight: 600 !important;
		border: 1px solid var(--wp--preset--color--border) !important;
		border-radius: 12px !important;
		padding: 0 0.75rem !important;
		background: #fff !important;
		color: var(--wp--preset--color--contrast) !important;
		-webkit-appearance: none;
		appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
		background-repeat: no-repeat !important;
		background-position: right 0.75rem center !important;
		padding-right: 2rem !important;
	}

	.opcards-filters-toggle {
		height: 42px !important;
		box-sizing: border-box;
	}

	.opcards-filters-sidebar {
		position: fixed !important;
		top: 0 !important;
		left: 0;
		width: 85% !important;
		max-width: 320px;
		height: 100vh;
		background: #fff;
		z-index: 1000;
		overflow-y: auto;
		padding: 1.5rem !important;
		flex-basis: auto !important;
		transform: translateX(-100%);
		transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		box-shadow: none;
	}

	.opcards-filters-sidebar.is-open {
		transform: translateX(0);
		box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
	}

	.opcards-filters-close {
		display: block;
		background: none;
		border: none;
		font-size: 1.75rem;
		line-height: 1;
		color: var(--wp--preset--color--contrast);
		cursor: pointer;
		padding: 0;
		margin-bottom: 1rem;
		margin-left: auto;
		width: fit-content;
	}

	.opcards-filters-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 999;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.opcards-filters-overlay.is-visible {
		display: block;
		opacity: 1;
	}
}

/* --- Archive: category list --- */
.opcards-filters-sidebar .wc-block-product-categories-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
}

.opcards-filters-sidebar .wc-block-product-categories-list li {
	margin: 0;
}

.opcards-filters-sidebar .wc-block-product-categories-list a {
	display: block;
	padding: 0.5rem 0.75rem;
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.15s ease;
}

.opcards-filters-sidebar .wc-block-product-categories-list a:hover {
	background: rgba(196, 30, 58, 0.06);
	color: var(--wp--preset--color--primary);
}

.opcards-filters-sidebar .wc-block-product-categories-list .current-cat > a,
.opcards-filters-sidebar .wc-block-product-categories-list a[aria-current="page"] {
	background: rgba(196, 30, 58, 0.08);
	color: var(--wp--preset--color--primary);
	font-weight: 700;
}

/* --- Archive: hide WooCommerce filter buttons (apply/reset) --- */
.opcards-filters-sidebar .wc-block-filter-title-placeholder,
.opcards-filters-sidebar .wc-block-components-filter-reset-button,
.opcards-filters-sidebar .wc-block-components-filter-submit-button {
	display: none !important;
}

/* --- Archive: reset filters link --- */
.opcards-reset-filters {
	display: block;
	text-align: center;
	margin-top: 0.5rem;
	font-size: 0.78rem;
	font-weight: 500;
	color: var(--wp--preset--color--muted) !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

.opcards-reset-filters:hover {
	color: var(--wp--preset--color--primary) !important;
}

/* --- Mobile sorting clone: hidden on desktop --- */
.opcards-mobile-sorting {
	display: none;
}

/* --- Archive toolbar / sorting --- */
.opcards-archive-toolbar {
	justify-content: flex-start !important;
}

.opcards-archive-toolbar .wc-block-catalog-sorting {
	width: calc(25% - 0.9375rem);
}

.opcards-archive-toolbar .wc-block-catalog-sorting .woocommerce-ordering {
	width: 100%;
}

.opcards-archive-toolbar .woocommerce-ordering select,
.opcards-archive-toolbar select {
	width: 100% !important;
	background: #fff !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-radius: 12px !important;
	padding: 0 0.75rem !important;
	height: 42px !important;
	font-size: 0.8rem !important;
	font-weight: 600 !important;
	color: var(--wp--preset--color--contrast) !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.75rem center !important;
	padding-right: 2rem !important;
}

/* Out of stock label */
.opcards-out-of-stock {
	color: var(--wp--preset--color--primary) !important;
	font-size: 0.78rem;
	font-weight: 600;
	margin: 0;
	padding: 0.25rem;
}

/* Clamp product titles to 2 lines */
.opcards-product-card .wp-block-post-title,
.opcards-product-card .wp-block-post-title a {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* --- Responsive --- */
@media (max-width: 768px) {
	.wp-block-columns {
		flex-direction: column !important;
	}
	.wp-block-column {
		flex-basis: 100% !important;
	}
	.wc-block-product-template.is-flex-container,
	.wc-block-product-template,
	.wp-block-woocommerce-product-template {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 0.75rem !important;
	}

	/* --- Homepage mobile --- */

	/* Hero: réduire la hauteur et le padding */
	.opcards-hero {
		min-height: 520px !important;
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.opcards-hero h1 {
		font-size: 1.75rem !important;
	}

	.opcards-hero p {
		font-size: 0.9rem !important;
	}

	.opcards-hero .wp-block-buttons {
		flex-direction: column !important;
		width: 100%;
	}

	.opcards-hero .wp-block-button {
		width: 100%;
	}

	.opcards-hero .wp-block-button__link {
		width: 100% !important;
		text-align: center;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	/* Sections paddings */
	main > .wp-block-group.alignfull {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	/* Headers de section "Titre + Tout voir" : empiler */
	main > .wp-block-group .is-content-justification-space-between,
	main > .wp-block-group [style*="space-between"] {
		flex-wrap: wrap !important;
		gap: 0.25rem !important;
	}

	/* Titres de section */
	main > .wp-block-group h2 {
		font-size: 1.4rem !important;
	}

	/* Catégories cards : gap entre les cards empilées */
	main > .has-surface-background-color .wp-block-columns {
		gap: 0.75rem !important;
	}

	/* CTA section */
	.wp-block-cover:not(.opcards-hero) {
		padding: 2.5rem 1.25rem !important;
	}

	.wp-block-cover:not(.opcards-hero) h2 {
		font-size: 1.3rem !important;
	}
}

/* ============================================
   Shipping / Livraison Page
   ============================================ */

.opcards-shipping-page {
	max-width: 620px;
	margin: 0 auto;
	padding-bottom: 4rem;
}

/* Header */
.opcards-shipping-header {
	text-align: left;
	padding: 2.5rem 0 0;
}

.opcards-shipping-header__title {
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 0.6rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-shipping-header__sub {
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
	margin: 0;
	line-height: 1.6;
}

/* Tableau transporteurs */
.opcards-shipping-table-wrap {
	margin-top: 2.5rem;
}

.opcards-shipping-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #f8f8f9;
	border-radius: 14px;
	overflow: hidden;
}

.opcards-shipping-table thead th {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wp--preset--color--muted);
	padding: 1rem 1.25rem 0.75rem;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.opcards-shipping-table tbody td {
	font-size: 0.85rem;
	color: var(--wp--preset--color--contrast);
	padding: 1rem 1.25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.opcards-shipping-table tbody tr:last-child td {
	border-bottom: none;
}

.opcards-shipping-table tbody td strong {
	display: block;
	font-weight: 700;
}

.opcards-shipping-table tbody td span {
	display: block;
	font-size: 0.75rem;
	color: var(--wp--preset--color--muted);
	margin-top: 0.15rem;
}

.opcards-shipping-table-note {
	font-size: 0.78rem;
	color: var(--wp--preset--color--muted);
	margin: 0.75rem 0 0;
	text-align: left;
	line-height: 1.6;
}

/* Sections texte */
.opcards-shipping-section {
	margin-top: 2.5rem;
}

.opcards-shipping-section h2 {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.5rem;
	color: var(--wp--preset--color--contrast);
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.opcards-shipping-section h2 svg {
	flex-shrink: 0;
	color: var(--wp--preset--color--primary);
}

.opcards-shipping-section p {
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.7;
	margin: 0;
}

.opcards-shipping-section a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.opcards-shipping-section a:hover {
	color: var(--wp--preset--color--contrast);
}

/* FAQ */
.opcards-shipping-faq {
	margin-top: 3rem;
}

.opcards-shipping-faq__title {
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
	margin: 0 0 1.25rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-shipping-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.opcards-shipping-faq__item {
	background: #f8f8f9;
	border-radius: 14px;
	padding: 1.1rem 1.25rem;
}

.opcards-shipping-faq__item summary {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.2s ease;
}

.opcards-shipping-faq__item summary:hover {
	color: var(--wp--preset--color--primary);
}

.opcards-shipping-faq__item summary::-webkit-details-marker {
	display: none;
}

.opcards-shipping-faq__item summary::after {
	content: "";
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 0v12M0 6h12' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") center/12px no-repeat;
	border-radius: 50%;
	transition: all 0.2s ease;
	margin-left: 1rem;
}

.opcards-shipping-faq__item[open] summary::after {
	background: var(--wp--preset--color--contrast) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M0 6h12' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") center/12px no-repeat;
}

.opcards-shipping-faq__item p {
	font-size: 0.8rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
	margin: 0.75rem 0 0;
	padding-right: 2.5rem;
}

.opcards-shipping-faq__item a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.opcards-shipping-faq__item a:hover {
	color: var(--wp--preset--color--contrast);
}

/* CTA */
.opcards-shipping-cta {
	margin: 3rem auto 0;
	text-align: center;
	background: var(--wp--preset--color--contrast);
	padding: 2.5rem 2rem;
	border-radius: 20px;
}

.opcards-shipping-cta p {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0 1.25rem;
}

.opcards-shipping-cta__btn {
	display: inline-block;
	padding: 0.85rem 2.5rem;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
	background: var(--wp--preset--color--primary);
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.opcards-shipping-cta__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(196, 30, 58, 0.35);
	color: #fff;
}

/* Responsive mobile */
@media (max-width: 768px) {
	.opcards-shipping-header {
		padding: 1.5rem 0 0;
	}

	.opcards-shipping-header__title {
		font-size: 1.6rem;
	}

	.opcards-shipping-table-wrap {
		margin-top: 2rem;
	}

	.opcards-shipping-table thead th {
		padding: 0.85rem 1rem 0.6rem;
		font-size: 0.68rem;
	}

	.opcards-shipping-table tbody td {
		padding: 0.85rem 1rem;
		font-size: 0.8rem;
	}

	.opcards-shipping-section {
		margin-top: 2rem;
	}

	.opcards-shipping-section h2 {
		font-size: 1rem;
	}

	.opcards-shipping-faq {
		margin-top: 2.5rem;
	}

	.opcards-shipping-faq__title {
		font-size: 1.15rem;
	}

	.opcards-shipping-cta {
		margin-top: 2.5rem;
		padding: 2rem 1.25rem;
		border-radius: 16px;
	}
}

/* ============================================
   Returns / Retours Page
   ============================================ */

.opcards-returns-page {
	max-width: 620px;
	margin: 0 auto;
	padding-bottom: 4rem;
}

.opcards-returns-header {
	text-align: center;
	padding: 2.5rem 0 0;
}

.opcards-returns-header__title {
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 0.6rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-returns-header__sub {
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
	margin: 0;
	line-height: 1.6;
}

/* Sections texte */
.opcards-returns-section {
	margin-top: 2.5rem;
}

.opcards-returns-section h2 {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.5rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-returns-section p {
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.7;
	margin: 0;
}

.opcards-returns-section a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.opcards-returns-section a:hover {
	color: var(--wp--preset--color--contrast);
}

/* Liste conditions */
.opcards-returns-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.opcards-returns-list li {
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.6;
	padding: 0.85rem 1.25rem;
	background: #f8f8f9;
	border-radius: 12px;
}

.opcards-returns-list li strong {
	color: var(--wp--preset--color--contrast);
}

/* Étapes numérotées */
.opcards-returns-steps {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: step;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.opcards-returns-steps li {
	counter-increment: step;
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.6;
	padding: 0.85rem 1.25rem 0.85rem 3.25rem;
	background: #f8f8f9;
	border-radius: 12px;
	position: relative;
}

.opcards-returns-steps li::before {
	content: counter(step);
	position: absolute;
	left: 1.25rem;
	top: 0.85rem;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	font-weight: 800;
	color: #fff;
	background: var(--wp--preset--color--contrast);
	border-radius: 50%;
	line-height: 1;
}

.opcards-returns-steps li a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Exception */
.opcards-returns-exception {
	background: #f8f8f9;
	border-radius: 14px;
	padding: 1.5rem 1.25rem;
}

.opcards-returns-exception h2 {
	color: var(--wp--preset--color--primary);
}

/* FAQ */
.opcards-returns-faq {
	margin-top: 3rem;
}

.opcards-returns-faq__title {
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
	margin: 0 0 1.25rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-returns-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.opcards-returns-faq__item {
	background: #f8f8f9;
	border-radius: 14px;
	padding: 1.1rem 1.25rem;
}

.opcards-returns-faq__item summary {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.2s ease;
}

.opcards-returns-faq__item summary:hover {
	color: var(--wp--preset--color--primary);
}

.opcards-returns-faq__item summary::-webkit-details-marker {
	display: none;
}

.opcards-returns-faq__item summary::after {
	content: "";
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 0v12M0 6h12' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") center/12px no-repeat;
	border-radius: 50%;
	transition: all 0.2s ease;
	margin-left: 1rem;
}

.opcards-returns-faq__item[open] summary::after {
	background: var(--wp--preset--color--contrast) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M0 6h12' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") center/12px no-repeat;
}

.opcards-returns-faq__item p {
	font-size: 0.8rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
	margin: 0.75rem 0 0;
	padding-right: 2.5rem;
}

/* CTA */
.opcards-returns-cta {
	margin: 3rem auto 0;
	text-align: center;
	background: var(--wp--preset--color--contrast);
	padding: 2.5rem 2rem;
	border-radius: 20px;
}

.opcards-returns-cta p {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0 1.25rem;
}

.opcards-returns-cta__btn {
	display: inline-block;
	padding: 0.85rem 2.5rem;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
	background: var(--wp--preset--color--primary);
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.opcards-returns-cta__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(196, 30, 58, 0.35);
	color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
	.opcards-returns-header {
		padding: 1.5rem 0 0;
	}

	.opcards-returns-header__title {
		font-size: 1.6rem;
	}

	.opcards-returns-section {
		margin-top: 2rem;
	}

	.opcards-returns-section h2 {
		font-size: 1rem;
	}

	.opcards-returns-faq {
		margin-top: 2.5rem;
	}

	.opcards-returns-faq__title {
		font-size: 1.15rem;
	}

	.opcards-returns-cta {
		margin-top: 2.5rem;
		padding: 2rem 1.25rem;
		border-radius: 16px;
	}
}

/* ============================================
   Preorder / Précommande Page
   ============================================ */

.opcards-preorder-page {
	max-width: 620px;
	margin: 0 auto;
	padding-bottom: 4rem;
}

.opcards-preorder-header {
	text-align: left;
	padding: 2.5rem 0 0;
}

.opcards-preorder-header__title {
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 0.6rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-preorder-header__sub {
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
	margin: 0;
	line-height: 1.6;
}

.opcards-preorder-section {
	margin-top: 2.5rem;
}

.opcards-preorder-section h2 {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.5rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-preorder-section p {
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.7;
	margin: 0;
}

.opcards-preorder-section a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.opcards-preorder-section a:hover {
	color: var(--wp--preset--color--contrast);
}

.opcards-preorder-steps {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: step;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.opcards-preorder-steps li {
	counter-increment: step;
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.6;
	padding: 0.85rem 1.25rem 0.85rem 3.25rem;
	background: #f8f8f9;
	border-radius: 12px;
	position: relative;
}

.opcards-preorder-steps li::before {
	content: counter(step);
	position: absolute;
	left: 1.25rem;
	top: 0.85rem;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	font-weight: 800;
	color: #fff;
	background: var(--wp--preset--color--contrast);
	border-radius: 50%;
	line-height: 1;
}

.opcards-preorder-stock {
	background: #f8f8f9;
	border-radius: 14px;
	padding: 1.5rem 1.25rem;
}

.opcards-preorder-stock h2 {
	color: var(--wp--preset--color--primary);
}

.opcards-preorder-faq {
	margin-top: 3rem;
}

.opcards-preorder-faq__title {
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
	margin: 0 0 1.25rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-preorder-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.opcards-preorder-faq__item {
	background: #f8f8f9;
	border-radius: 14px;
	padding: 1.1rem 1.25rem;
}

.opcards-preorder-faq__item summary {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.2s ease;
}

.opcards-preorder-faq__item summary:hover {
	color: var(--wp--preset--color--primary);
}

.opcards-preorder-faq__item summary::-webkit-details-marker {
	display: none;
}

.opcards-preorder-faq__item summary::after {
	content: "";
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 0v12M0 6h12' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") center/12px no-repeat;
	border-radius: 50%;
	transition: all 0.2s ease;
	margin-left: 1rem;
}

.opcards-preorder-faq__item[open] summary::after {
	background: var(--wp--preset--color--contrast) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M0 6h12' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") center/12px no-repeat;
}

.opcards-preorder-faq__item p {
	font-size: 0.8rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
	margin: 0.75rem 0 0;
	padding-right: 2.5rem;
}

.opcards-preorder-cta {
	margin: 3rem auto 0;
	text-align: center;
	background: var(--wp--preset--color--contrast);
	padding: 2.5rem 2rem;
	border-radius: 20px;
}

.opcards-preorder-cta p {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0 1.25rem;
}

.opcards-preorder-cta__btn {
	display: inline-block;
	padding: 0.85rem 2.5rem;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
	background: var(--wp--preset--color--primary);
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.opcards-preorder-cta__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(196, 30, 58, 0.35);
	color: #fff;
}

@media (max-width: 768px) {
	.opcards-preorder-header {
		padding: 1.5rem 0 0;
	}

	.opcards-preorder-header__title {
		font-size: 1.6rem;
	}

	.opcards-preorder-section {
		margin-top: 2rem;
	}

	.opcards-preorder-section h2 {
		font-size: 1rem;
	}

	.opcards-preorder-faq {
		margin-top: 2.5rem;
	}

	.opcards-preorder-faq__title {
		font-size: 1.15rem;
	}

	.opcards-preorder-cta {
		margin-top: 2.5rem;
		padding: 2rem 1.25rem;
		border-radius: 16px;
	}
}

/* ============================================
   FAQ Page
   ============================================ */

.opcards-faq-page {
	max-width: 680px;
	margin: 0 auto;
	padding-bottom: 4rem;
}

.opcards-faq-header {
	text-align: center;
	padding: 2.5rem 0 0;
}

.opcards-faq-header__title {
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 0.5rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-faq-header__sub {
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
	margin: 0 0 1.5rem;
	line-height: 1.6;
}

/* Barre de recherche */
.opcards-faq-search {
	max-width: 480px;
	margin: 0 auto;
	position: relative;
}

.opcards-faq-search::before {
	content: "";
	position: absolute;
	left: 1.1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") center/18px no-repeat;
	pointer-events: none;
	z-index: 1;
}

.opcards-faq-search input {
	width: 100%;
	padding: 1rem 1.25rem 1rem 3.5rem !important;
	font-size: 0.88rem;
	font-family: inherit;
	color: var(--wp--preset--color--contrast);
	background: #f8f8f9 !important;
	border: 1.5px solid transparent !important;
	border-radius: 50px !important;
	outline: none;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.opcards-faq-search input:focus {
	border-color: var(--wp--preset--color--contrast);
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.opcards-faq-search input::placeholder {
	color: #aaa;
}

/* Filtres par catégorie */
.opcards-faq-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.opcards-faq-filter {
	padding: 0.45rem 1rem;
	font-size: 0.78rem;
	font-weight: 600;
	font-family: inherit;
	color: var(--wp--preset--color--muted);
	background: #f8f8f9;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.opcards-faq-filter:hover {
	color: var(--wp--preset--color--contrast);
	background: #eee;
}

.opcards-faq-filter.active {
	color: #fff;
	background: var(--wp--preset--color--contrast);
}

/* Groupes de questions */
.opcards-faq-list {
	margin-top: 2.5rem;
}

.opcards-faq-group {
	margin-bottom: 2rem;
}

.opcards-faq-group.hidden {
	display: none;
}

.opcards-faq-group__title {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.75rem;
	color: var(--wp--preset--color--contrast);
}

.opcards-faq-group__items {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

/* Items FAQ */
.opcards-faq-item {
	background: #f8f8f9;
	border-radius: 14px;
	padding: 1rem 1.25rem;
}

.opcards-faq-item.hidden {
	display: none;
}

.opcards-faq-item summary {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.2s ease;
}

.opcards-faq-item summary:hover {
	color: var(--wp--preset--color--primary);
}

.opcards-faq-item summary::-webkit-details-marker {
	display: none;
}

.opcards-faq-item summary::after {
	content: "";
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 0v12M0 6h12' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") center/12px no-repeat;
	border-radius: 50%;
	transition: all 0.2s ease;
	margin-left: 1rem;
}

.opcards-faq-item[open] summary::after {
	background: var(--wp--preset--color--contrast) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M0 6h12' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") center/12px no-repeat;
}

.opcards-faq-item p {
	font-size: 0.8rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
	margin: 0.75rem 0 0;
	padding-right: 2.5rem;
}

.opcards-faq-item a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.opcards-faq-item a:hover {
	color: var(--wp--preset--color--contrast);
}

/* No result */
.opcards-faq-noresult {
	text-align: center;
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
	padding: 2rem 0;
}

.opcards-faq-noresult a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* CTA */
.opcards-faq-cta {
	margin: 3rem auto 0;
	text-align: center;
	background: var(--wp--preset--color--contrast);
	padding: 2.5rem 2rem;
	border-radius: 20px;
}

.opcards-faq-cta p {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0 1.25rem;
}

.opcards-faq-cta__btn {
	display: inline-block;
	padding: 0.85rem 2.5rem;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
	background: var(--wp--preset--color--primary);
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.opcards-faq-cta__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(196, 30, 58, 0.35);
	color: #fff;
}

@media (max-width: 768px) {
	.opcards-faq-header {
		padding: 1.5rem 0 0;
	}

	.opcards-faq-header__title {
		font-size: 1.6rem;
	}

	.opcards-faq-filters {
		gap: 0.35rem;
		margin-top: 1.25rem;
	}

	.opcards-faq-filter {
		padding: 0.4rem 0.75rem;
		font-size: 0.72rem;
	}

	.opcards-faq-list {
		margin-top: 2rem;
	}

	.opcards-faq-cta {
		margin-top: 2.5rem;
		padding: 2rem 1.25rem;
		border-radius: 16px;
	}
}
