/* =======================================
   BRNDS – Front (catalogue, pages)
   Layout & composants — typo via style.css
   ======================================= */

/* Fallback typo là où les classes ne sont pas posables */
.brnds-variations table.variations td.label label {
	font-size: 12px;
	line-height: 1.3;
	color: var(--gris-texte);
	font-weight: 500;
}

.brnds-variations table.variations td.value select {
	font-size: 14px;
	line-height: 1.3;
	color: var(--gris-texte);
}

/* Gravity Forms */
label.gfield_label.gform-field-label,
legend.gfield_label.gform-field-label,
label.gform-field-label.gfield_consent_label {
	font-size: 16px;
	line-height: 1.3;
	color: var(--noir);
	font-weight: 500;
}

#field_2_12, #field_1_18{
	font-size: 12px;
	line-height: 1.1;
	color: var(--gris-texte);
	font-weight: 300;
}
#field_1_15 *:not(.gfield_required), #field_1_16 *:not(.gfield_required), #field_1_17 *:not(.gfield_required),
#field_2_11 *:not(.gfield_required), #field_2_15 *:not(.gfield_required), #field_2_14 *:not(.gfield_required){
	font-size: 14px;
	line-height: 1.1;
	color: var(--gris-texte);
}

.gform_button.button {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600 !important;
	padding: 14px 24px !important;
	border-radius: 0 !important;
	border: 1px solid var(--noir) !important;
	color: var(--noir) !important;
}

.gform_button.button:hover {
	background: transparent !important;
	color: var(--noir) !important;
}

/* Séparateurs */
.brnds-separator,
.brnds-related,
hr {
	border-color: #eee;
}


/************** WOO – CATALOGUE PRODUITS ******************/

.brnds-shop-archive__content ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr))!important;
	gap: 24px 20px;
	margin: 0;
}

.brnds-shop-archive__content ul.products::before,
.brnds-shop-archive__content ul.products::after {
	display: none;
}

.brnds-shop-archive__content ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
}

.brnds-shop-archive__content .woocommerce-notices-wrapper:empty {
	display: none;
}

/* Catalogue – overlay hover (visiteurs non connectés) */
.brnds-product-thumb-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(15, 15, 15, 0.72);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
}

.custom-product-card:hover .brnds-product-thumb-overlay,
.custom-product-thumb-link:focus-visible .brnds-product-thumb-overlay,
.custom-product-card:focus-within .brnds-product-thumb-overlay {
	opacity: 1;
}

.brnds-product-thumb-overlay__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	max-width: 14rem;
	text-align: center;
}

.brnds-product-thumb-overlay__icon {
	flex-shrink: 0;
}

/* Catalogue – bouton Aperçu (membres connectés) */
.brnds-product-thumb-apercu {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 3;
	transform: translateX(-50%) translateY(4px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	border: 1px solid var(--noir);
	background: var(--noir);
	color: var(--blanc)!important;
	text-decoration: none!important;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	text-transform: uppercase;
	width: 200px;
    max-width: calc(100% - 40px);
    border-radius: 8Px;
	transition: 0.3s ease-in-out;
}

.custom-product-card:hover .brnds-product-thumb-apercu,
.custom-product-card:focus-within .brnds-product-thumb-apercu,
.brnds-product-thumb-apercu:focus-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.brnds-product-thumb-apercu:hover,
.brnds-product-thumb-apercu:focus-visible {
	background: var(--blanc);
	border-color: var(--blanc);
	color: var(--noir)!important;
}

.brnds-members-only-price {
	font-style: italic;
}

/************** WOO – LISTE PRODUITS ******************/

.woocommerce ul.products,
.woocommerce-page ul.products {
	row-gap: 20px!important;
}

.woocommerce-js ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 0;
}

.custom-product-thumb {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
}

.custom-product-thumb-link {
	display: block;
	height: 100%;
}

.custom-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

/* Wishlist TI – cards catalogue (haut droite) */
.brnds-wishlist--card {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	line-height: 0;
}

.brnds-wishlist--card .tinv-wraper {
	margin: 0;
}

.brnds-wishlist--card .tinvwl-tooltip {
	display: none;
}

.brnds-wishlist--card .tinvwl_add_to_wishlist_button {
	margin: 0 !important;
	width: 30px !important;
	height: 30px !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-size: 34px;
	margin-top: 0!important;
	margin-left: 0!important;
	transform: translate(-50%, -50%);
}
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
    padding: 5px 15px 10px 15px!important;
}

.custom-product-brand {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.custom-product-link h2,
.custom-product-link .custom-product-title {
	margin-bottom: 5px;
}

.custom-product-link .custom-product-price {
	font-weight: 400 !important;
}

.custom-product-link {
	display: block;
	text-decoration: none!important;
}

@media (max-width: 767px) {
	.woocommerce ul.products, .woocommerce-page ul.products {
		column-gap: 15px !important;
	}
	.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
		font-size: 30px!important;
	}
}

/************** TI WISHLIST ******************/

/* Bouton cœur : icône seule */
.tinvwl_add_to_wishlist-text,
.tinvwl_remove_from_wishlist-text,
.tinvwl_already_on_wishlist-text {
	display: none !important;
}

.tinvwl_add_to_wishlist_button .tinvwl-tooltip,
.tinv-wishlist .tinvwl-tooltip {
	display: none;
}

/* Tableau favoris */
.tinv-wishlist table.tinvwl-table-manage-list {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

.tinv-wishlist table.tinvwl-table-manage-list th,
.tinv-wishlist table.tinvwl-table-manage-list td {
	border: none !important;
	box-shadow: none;
}

.tinv-wishlist table.tinvwl-table-manage-list thead th {
	background: #E8E8E8;
	color: var(--noir, #111);
	font-weight: 600;
}

.tinv-wishlist table.tinvwl-table-manage-list tbody tr:nth-child(odd) {
	background: var(--blanc, #fff);
}

.tinv-wishlist table.tinvwl-table-manage-list tbody tr:nth-child(even) {
	background: var(--gris-clair, #F5F5F5);
}

.tinv-wishlist table.tinvwl-table-manage-list tfoot td {
	background: transparent;
	padding-top: 1.25rem;
}

@media (max-width: 767px) {
	.tinv-wishlist table td, .tinv-wishlist table th {
		padding: 8px;
	}
}

/* Sécurité UI : masquer bulk / colonnes désactivées */
.tinv-wishlist .product-cb,
.tinv-wishlist .product-stock,
.tinv-wishlist .tinvwl-to-left,
.tinv-wishlist button[name="tinvwl-action-product_selected"],
.tinv-wishlist button[name="tinvwl-action-product_apply"] {
	display: none !important;
}


/************** WOO – RECHERCHE ******************/
.search-results.archive .ast-archive-entry-banner {
	min-height: 280px;
    background: transparent;
}
.search-results.archive .ast-archive-entry-banner .ast-archive-title,
.search-results.archive .ast-archive-entry-banner p{
	margin-bottom:10px !important;
}
.search-results.archive .ast-archive-entry-banner p{
	color: var(--gris-texte) !important;
}

/************** WOO – BANNIER ARCHIVE & FILTRES ******************/

/* ARCHIVES : hero */
.archive .ast-archive-entry-banner {
	border-bottom: 1px solid #dcdcdc;
	font-weight: 200 !important;
}

.brnds-brand-archive-banner {
	position: relative;
	overflow: hidden;
	color: var(--blanc);
}

.brnds-brand-archive-banner__media {
	position: absolute;
	inset: 0;
	background-color: var(--noir);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.brnds-brand-archive-banner__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(15, 15, 15, 0.45);
}

.brnds-brand-archive-banner .ast-container {
	position: relative;
	z-index: 1;
}

.brnds-brand-archive-banner__inner {
	min-height: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0;
	gap: 40px;
}

.brnds-brand-archive-banner__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 25px;
	max-width: calc(100% - 320px);
}

.brnds-brand-archive-banner__logo {
	max-width: 320px !important;
    width: auto;
    height: 125px !important;
    object-fit: contain;
    background: white;
    padding: 16px;
    border-radius: 12px;
    aspect-ratio: 1;
}

.brnds-brand-archive-banner__title {
	margin: 0 0 ;
	color: var(--blanc);
	font-size: 42px;
	line-height: 1.1;
}

.brnds-brand-archive-banner__description {
	max-width: 740px;
	margin: 0;
	color: var(--blanc);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}

.brnds-brand-archive-banner__highlights {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 250px;
}

.brnds-brand-archive-banner__highlight {
	display: flex;
	align-items: center;
	gap: 14px;
}

.brnds-brand-archive-banner__highlight-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.72);
	flex-shrink: 0;
}

.brnds-brand-archive-banner__highlight-icon svg {
	width: 16px;
	height: 16px;
}

.brnds-brand-archive-banner__highlight-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.brnds-brand-archive-banner__highlight-title,
.brnds-brand-archive-banner__highlight-text {
	margin: 0;
}

.brnds-brand-archive-banner__highlight-title {
	color: rgba(255, 255, 255, 0.92);
}

.brnds-brand-archive-banner__highlight-text {
	color: rgba(255, 255, 255, 0.46);
}

.post-type-archive-product .ast-woocommerce-container .woocommerce-breadcrumb{
	display: none;
}


/* ARCHIVES : filtres */
.brnds-shop-archive{
	display: flex;
    flex-direction: column;
    align-items: start;
}

.brnds-shop-archive__toggle {
	display: none;
	margin: 0 0 20px;
	padding: 12px 18px !important;
	border: 1px solid var(--noir) !important;
	background: var(--blanc) !important;
	color: var(--noir) !important;
	font-size: 14px;
	font-weight: 600;
}

.brnds-shop-archive__layout {
	display: grid;
	grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
}

.brnds-shop-archive__sidebar {
	position: sticky;
	top: 24px;
}

.brnds-shop-filters {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.brnds-shop-filters__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.brnds-shop-filters__heading,
.brnds-shop-filters__title {
	margin: 0;
	color: var(--noir);
}

.brnds-shop-filters__heading {
	font-size: 20px;
	font-weight: 600;
}

.brnds-shop-filters__toolbar {
	margin-bottom: 20px;
}

.brnds-shop-filters__toolbar .woocommerce-ordering,
.brnds-shop-filters__toolbar .woocommerce-result-count {
	float: none;
	margin: 0;
	font-size: 12px;
	color: var(--gris-texte);
}

.brnds-shop-filters__toolbar .woocommerce-ordering {
	width: 100%;
}

.brnds-shop-filters__toolbar .woocommerce-ordering select {
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
	background: var(--blanc);
	font-size: 12px;
	color: var(--gris-texte);
}

.brnds-shop-filters__title {
	font-size: 14px;
	font-weight: 600;
}

.brnds-shop-filters__close {
	display: none;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--gris-texte) !important;
	font-size: 14px;
}

.brnds-shop-filters__form {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.brnds-shop-filters__group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}


.brnds-shop-filters__group--accordion {
	gap: 0;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
	padding: 12px;
}

.brnds-shop-filters__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
	list-style: none;
	padding: 0;
}

.brnds-shop-filters__summary::-webkit-details-marker {
	display: none;
}

.brnds-shop-filters__summary::after {
	content: "+";
	flex-shrink: 0;
	color: var(--noir);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.brnds-shop-filters__group--accordion[open] .brnds-shop-filters__summary::after {
	content: "-";
}

.brnds-shop-filters__options {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 260px;
	overflow: auto;
	padding-top: 14px;
}

.brnds-shop-filters__option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: var(--gris-texte);
	cursor: pointer;
}

.brnds-shop-filters__option input {
	margin-top: 2px;
}

.brnds-shop-filters__price-values {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 14px;
	color: var(--noir);
	font-weight: 500;
}

.brnds-shop-filters__price-sliders {
	position: relative;
	height: 22px;
}

.brnds-shop-filters__price-sliders::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--noir);
	border-radius: 999px;
}

.brnds-shop-filters__price-sliders input[type="range"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	outline: none;
	box-shadow: none;
	background: transparent;
	color: transparent;
	accent-color: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
}

.brnds-shop-filters__price-sliders input[type="range"]::-webkit-slider-runnable-track {
	height: 2px;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
}

.brnds-shop-filters__price-sliders input[type="range"]::-moz-range-track {
	height: 2px;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
}

.brnds-shop-filters__price-sliders input[type="range"]::-moz-range-progress {
	height: 2px;
	background: transparent;
	border: 0;
}

.brnds-shop-filters__price-sliders input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	margin-top: -6px;
	border: 1px solid var(--noir);
	border-radius: 50%;
	background: var(--blanc);
	pointer-events: auto;
	cursor: pointer;
}

.brnds-shop-filters__price-sliders input[type="range"]::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border: 1px solid var(--noir);
	border-radius: 50%;
	background: var(--blanc);
	pointer-events: auto;
	cursor: pointer;
}

.brnds-shop-filters__price-sliders input[type="range"]:focus,
.brnds-shop-filters__price-sliders input[type="range"]:active {
	outline: none;
	box-shadow: none;
}

.brnds-shop-filters__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.brnds-shop-filters__submit {
	width: 100%;
	justify-content: center;
}

.brnds-shop-filters__reset {
	font-size: 12px;
	color: var(--gris-texte);
	text-align: left;
	text-decoration: underline;
}

.brnds-shop-archive__available-count {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.4;
	color: var(--gris-texte);
	font-weight: 300;
}

.brnds-shop-archive__brand-count {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-bottom: 24px;
	line-height: 1.15;
}
.brnds-shop-archive__brand-count .txt-12 {
	text-transform: uppercase;
}


/* ARCHIVES marques : section pourquoi BRNDS */
.brnds-brand-archive-sections {
	width: 100%;
	margin-top: 0px;
	display: flex;
	flex-direction: column;
}

.brnds-brand-archive-sections__heading {
	margin: 0;
	text-align: center;
}

.brnds-brand-archive-sections__why {
	padding: 60px 0;
	background-color: var(--gris-clair);
}
.sections__why-inner{	
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.brnds-brand-archive-sections__why-grid {
	display: flex;
    justify-content: space-between;
    gap: 20px;
}

.brnds-brand-archive-sections__why-card {
	padding: 28px 24px;
	width: 100%;
	border-radius: 16px;
	background: var(--blanc);
}

.brnds-brand-archive-sections__why-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 16px;
	border-radius: 19px;
	background: var(--gris-clair);
	color: var(--noir);
}

.brnds-brand-archive-sections__why-icon svg {
	width: 20px;
	height: 20px;
}

.brnds-brand-archive-sections__why-card h3,
.brnds-brand-archive-sections__why-card p {
	margin: 0;
}

.brnds-brand-archive-sections__why-card h3 {
	margin-bottom: 8px;
}


/* ARCHIVES marques : section expertise */
.sections__expertise-inner {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
	padding-top: 70px;
	padding-bottom: 70px;
}
.brnds-brand-archive-sections__expertise-media{
	width: 40%;
}
.brnds-brand-archive-sections__expertise-copy{
	width: 60%;
}

.brnds-brand-archive-sections__expertise-media img {
	display: block;
	width: 100%;
	aspect-ratio:3 / 4;
	object-fit: cover;
	border-radius: 18px;
}

.brnds-brand-archive-sections__eyebrow {
	margin: 0 0 12px;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--gris-texte);
	font-weight: 600;
}

.brnds-brand-archive-sections__expertise-copy .brnds-brand-archive-sections__heading {
	text-align: left;
	margin-bottom: 16px;
}

.brnds-brand-archive-sections__expertise-copy .txt-16,
.brnds-brand-archive-sections__expertise-text {
	margin-bottom: 0;
}

.brnds-brand-archive-sections__expertise-text > *:first-child {
	margin-top: 0;
}

.brnds-brand-archive-sections__expertise-text > *:last-child {
	margin-bottom: 0;
}

.brnds-brand-archive-sections__expertise-inner:not(:has(.brnds-brand-archive-sections__expertise-media)) .brnds-brand-archive-sections__expertise-copy {
	width: 100%;
}


/* ARCHIVES marques : section autres marques */
.brnds-brand-archive-sections__others {
	display: flex;
	flex-direction: column;
	gap: 28px;
	border-top: 1px solid #ece8e1;
	padding-top: 70px;
	padding-bottom: 70px;
}

.brnds-brand-archive-sections__others-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	gap: 16px;
	margin-top: 30px;
}

.brnds-brand-archive-sections__other-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	min-height: 124px;
	padding: 18px 16px;
	border-radius: 14px;
	background: #f6f6f4;
	border: 1px solid #ece8e1;
	color: var(--noir);
	text-decoration: none;
	transition: border-color 0.2s ease, transform 0.2s ease;
	width: calc(25% - 12px);
}

.brnds-brand-archive-sections__other-card:hover {
	border-color: #c9c4bc;
	transform: translateY(-2px);
}

.brnds-brand-archive-sections__other-card-actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.brnds-brand-archive-sections__other-card img {
	max-width: 120px;
	max-height: 42px;
	object-fit: contain;
}

.brnds-brand-archive-sections__other-card span {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
}

@media (max-width: 991px) {
	.brnds-brand-archive-sections__why{
		padding: 60px 0;
	}
	.sections__expertise-inner{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.brnds-brand-archive-sections__others{
		padding-top: 60px;
		padding-bottom: 60px;	
	}

	.brnds-brand-archive-sections__other-card{
		width: calc(33.33% - 10px);
	}
}
@media (max-width: 767px) {
	.brnds-brand-archive-sections__why-grid{
		flex-direction: column;
	}
	.brnds-brand-archive-sections__why{
		padding: 50px 0;
	}
	.brnds-brand-archive-sections__why-card{
		padding: 15px;
	}
	.brnds-brand-archive-sections__why-icon{
		justify-content: start;
		margin-bottom: 10px;
	}
    .sections__why-inner{
		gap: 15px;
	}

	.brnds-brand-archive-sections__expertise-media img{
		aspect-ratio: 1 / 1;
	}
	.brnds-brand-archive-sections__others{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sections__expertise-inner{
		padding-top: 50px;
        padding-bottom: 50px;
        flex-direction: column;
        align-items: start;
        gap: 30px;
	}
	.brnds-brand-archive-sections__expertise-media, .brnds-brand-archive-sections__expertise-copy{
		width: 100%;
	}


	.brnds-brand-archive-sections__other-card{
		width: calc(50% - 8px);
	}
}



/************** GALERIE MARQUES ******************/

.brand-logos-wall {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	max-width: 1280px;
	margin: 40px auto 60px auto;
}

.brand-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
}

.brand-logo-item img {
	max-height: 100%;
	width: auto;
	object-fit: contain;
	height: 100% !important;
}

@media (max-width: 991px) {
	.brnds-brand-archive-banner__inner {
		flex-wrap: wrap;
		gap: 30px;
	}
	.brnds-brand-archive-banner__content {
		max-width: 100%;
		width: 100%;
	}

	.brnds-brand-archive-banner__highlights {
		flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
		gap: 12px 40px;
	}

	.brnds-shop-archive__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.brnds-shop-archive__layout {
		grid-template-columns: 1fr;
	}

	.brnds-shop-archive__sidebar {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 9999;
		width: 55vw;
		max-width: 100%;
		transform: translateX(-100%);
		transition: transform 0.25s ease;
		background: var(--blanc);
		box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	}
	.brnds-shop-archive__sidebar.is-open {
		transform: translateX(0);
	}

	.brnds-shop-filters {
		padding: 20px;
		height: 100%;
		overflow: auto;
	}

	.brnds-shop-filters__close {
		display: inline-flex;
	}

	.brnds-shop-archive__brand-count {
		order: -1;
	}


	body.brnds-shop-filters-open {
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.brnds-brand-archive-banner__inner {
		min-height: 240px;
		padding: 40px 0;
		gap: 28px;
	}

	.brnds-brand-archive-banner__logo {
		max-width: 200px!important;
		height: 90px!important;
		padding: 8px;;
	}

	.brnds-brand-archive-banner__title {
		font-size: 32px;
	}

	.brnds-brand-archive-banner__description {
		font-size: 14px;
	}

	.brand-logo-item {
		flex: 1 1 140px;
		height: 48px;
	}

	.brnds-shop-archive__content ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr))!important;
		gap: 20Px;
	}

	.brnds-shop-archive__available-count {
		font-size: 14px;
	}
	.brnds-shop-archive__sidebar{
		width: 100%;
	}
}	
@media (max-width: 500px) {
	.brnds-shop-archive__content ul.products {
		gap: 12Px;
	}
}

/************** PAGES SITE – GRAVITY FORMS / ELEMENTOR ******************/

.elementor-button-info a.elementor-button {
	background-color: var(--btn-gris) !important;
	color: var(--noir) !important;
	border-width: 0 !important;
	cursor: default !important;
	padding: 11px 16px !important;
	font-size: 14px !important;
	border-radius: 30px !important;
	font-weight: 500 !important;
}

.elementor-button-info a svg path {
	fill: var(--noir) !important;
}

.elementor-button-info.btn-light-orange a.elementor-button {
	background-color: var(--rouge-light) !important;
	color: var(--noir) !important;
}

.elementor-button-info.btn-light-orange a svg path {
	fill: var(--noir) !important;
}

.gform_required_legend {
	display: none;
}

.gform-footer {
	justify-content: center;
}


/************** PAGES SITE – PANIER ******************/

/* Panier rempli */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
	font-weight:500!important;
}
tr.wc-block-cart-items__header *,
.wc-block-cart__totals-title {
	font-weight:500!important;
	color: var(--gris-texte)!important;
}
.wc-block-components-totals-footer-item-tax {
    color: var(--gris-texte);
    font-weight: 200 !important;
    font-family: "Inter";
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	background-color:transparent!important;
	color:var(--noir)!important;
}

table.wc-block-cart-items .wc-block-components-product-badge{
	display: none!important;
}


/* Panier vide - empty cart */

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
	margin-bottom: 20px;
	font-weight: 500;
}

.wp-block-woocommerce-empty-cart-block .brnds-empty-cart__cta {
	margin: 0 0 60px;
}

.wp-block-woocommerce-empty-cart-block .brnds-empty-cart__button {
	display: inline-block;
	padding: 14px 28px;
	border: 1px solid var(--noir);
	border-radius: 0;
	background: var(--noir);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none!important;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.wp-block-woocommerce-empty-cart-block .brnds-empty-cart__button:hover,
.wp-block-woocommerce-empty-cart-block .brnds-empty-cart__button:focus {
	background: transparent;
	color: var(--noir);
}

.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
	margin: 60px 0 20px;
	font-weight: 500;
}

.brnds-empty-cart-nouveautes ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.brnds-empty-cart-nouveautes ul.products::before,
.brnds-empty-cart-nouveautes ul.products::after {
	display: none;
}

.brnds-empty-cart-nouveautes ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
}

.brnds-empty-cart-nouveautes {
    margin-bottom: 60px;
}
@media (max-width: 991px) {
	.brnds-empty-cart-nouveautes ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.wp-block-woocommerce-empty-cart-block .brnds-empty-cart__cta{
		margin: 0 0 50px;
	}
	.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title){
		margin: 50px 0 20px;
	}
}

@media (max-width: 767px) {
	.brnds-empty-cart-nouveautes ul.products {
		grid-template-columns: 1fr 1fr;
	}
	.brnds-empty-cart-nouveautes {
		margin-bottom: 40px;
	}
	.wp-block-woocommerce-empty-cart-block .brnds-empty-cart__cta{
		margin: 0 0 40px;
	}
	.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title){
		margin: 40px 0 20px;
	}
}

.wc-block-components-product-details.wc-block-components-product-details{
	margin: 0!important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	opacity:1!important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{
	box-shadow:none!important;
}
.wc-block-components-quantity-selector, .wc-block-components-quantity-selector:after{
	border-radius: 0!important;
	opacity: 1;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
	display: none!important;
}

:root :where(.wp-block-separator.is-style-dots):before{
	content: ""!important;
	border-bottom: 1px solid var(--noir)!important;
	width: 100%;
    display: flex;
    opacity: 0.1;
}



/*** AUTRES ******************/
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
	min-height: 40px!important;
}


/*** CONFIRMATION DE COMMANDE ******************/

.woocommerce-order-received .woocommerce-table--order-details.order_details .wc-item-meta{
	padding-left: 0px;
	margin: 0;
}
.woocommerce-order-received .woocommerce-table--order-details.order_details .wc-item-meta li >*{
	font-weight: 400;
    font-size: 80%;
}