.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Binatna — "Nos Catégories" pink card treatment */
.woocommerce ul.products li.product-category {
	border: 1.5px solid rgba(255, 46, 126, 0.35) !important;
	border-radius: 22px !important;
	overflow: hidden;
	transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease, background .3s ease;
	box-shadow: 0 8px 24px rgba(216, 27, 96, 0.08) !important;
	background: linear-gradient(180deg, #FBC7DC 0%, #F98CB4 100%) !important;
}

.woocommerce ul.products li.product-category:hover {
	transform: translateY(-4px);
	border-color: #FF2E7E !important;
	box-shadow: 0 16px 36px rgba(255, 46, 126, 0.28) !important;
	background: linear-gradient(180deg, #FAB8D1 0%, #F877A6 100%) !important;
}

.woocommerce ul.products li.product-category img {
	border-radius: 18px 18px 0 0;
	transition: transform .4s ease;
}

.woocommerce ul.products li.product-category:hover img {
	transform: scale(1.04);
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	padding: 12px 10px;
	color: #3A0E1E !important;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title mark.count {
	background: linear-gradient(135deg, #FF2E7E 0%, #D81B60 100%);
	color: #fff;
	font-weight: 700;
}/* End custom CSS */