.wpbingoLogo,
.wpbingoLogo a {
  position: relative;
  display: inline-block;
  overflow: visible !important;
}

.wpbingoLogo img {
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.wpbingoLogo:hover img {
  transform: translateY(-1px);
  filter:
    drop-shadow(0 0 8px rgba(182, 213, 135, 0.12))
    drop-shadow(0 0 10px rgba(35, 120, 3, 0.12))
    drop-shadow(0 0 12px rgba(250, 132, 0, 0.10));
}

/* Base commune des pattes */
.wpbingoLogo::before,
.wpbingoLogo::after,
.wpbingoLogo a::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  background:
    radial-gradient(circle at 50% 72%, var(--paw-color) 0 28%, transparent 29%),
    radial-gradient(circle at 20% 34%, var(--paw-color) 0 10%, transparent 11%),
    radial-gradient(circle at 40% 16%, var(--paw-color) 0 10%, transparent 11%),
    radial-gradient(circle at 62% 16%, var(--paw-color) 0 10%, transparent 11%),
    radial-gradient(circle at 82% 34%, var(--paw-color) 0 10%, transparent 11%);
  background-repeat: no-repeat;
  transform: translateY(8px) scale(0.8) rotate(-10deg);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.08));
}

/* Patte 1 */
.wpbingoLogo::before {
  --paw-color: #fa8400;
  left: 10%;
  top: 1%;
}

/* Patte 2 */
.wpbingoLogo::after {
  --paw-color: #237803;
  left: 34%;
  top: 44%;
}

/* Patte 3 */
.wpbingoLogo a::after {
  --paw-color: #fa8400;
  left: 62%;
  top: 16%;
}

/* Animation douce et lente */
.wpbingoLogo:hover::before {
  animation: pawSoft 2.2s ease-out 0s 1 both;
}

.wpbingoLogo:hover::after {
  animation: pawSoft 2.2s ease-out 0.45s 1 both;
}

.wpbingoLogo:hover a::after {
  animation: pawSoft 2.2s ease-out 0.9s 1 both;
}

@keyframes pawSoft {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.8) rotate(-10deg);
  }
  25% {
    opacity: 0.95;
  }
  65% {
    opacity: 0.95;
    transform: translateY(0) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateY(-2px) scale(1) rotate(2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wpbingoLogo img,
  .wpbingoLogo::before,
  .wpbingoLogo::after,
  .wpbingoLogo a::after {
    animation: none !important;
    transition: none !important;
  }
}


.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-right .header-buy-wrap {
	margin-right: 22px;
	flex: 0 0 auto;
}

.header-right .header-page-link {
	flex: 0 0 auto;
}

.header-btn-atc a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	background: #237803 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	border: 2px solid #237803 !important;
	box-shadow: 0 10px 24px rgba(35, 120, 3, 0.22);
	transition: all 0.25s ease;
	white-space: nowrap;
}

.header-btn-atc a:hover {
	background: #fff !important;
	color: #237803 !important;
	border-color: #237803 !important;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(35, 120, 3, 0.28);
}

.header-buy-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.header-buy-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.header-buy-text {
	display: inline-block;
}

/* Ajustement si le thème met trop d’espace partout */
.header-btn-atc,
.header-btn-atc .button {
	margin: 0 !important;
}



.bwp-header.header-v3 .header-top .header-left .header-search-form .search-from #searchsubmit2 {
    height: 60px;
    background: #fa8400;
    text-align: center;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 80px;
}

.bwp-header.header-v3 .header-wrapper {
    background: #237803;
}
.bwp-header.header-v3 .header-top .header-left .header-search-form .search-from #searchsubmit2:hover {
    background: #ed8d22;
}
.bwp-header .header-page-link .wishlist-box .count-wishlist {
    position: absolute;
    top: 0;
    right: -11px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #fa8400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
}
a:focus, a:hover {
    color: #fa8400;
    text-decoration: unset;
    outline: unset;
}
.bwp-header .header-page-link .mini-cart .cart-icon .icons-cart .cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    font-family: Nunito, sans-serif;
    color: #fff;
    text-align: center;
    background: #fa8400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
}
.mini-cart div.empty .go-shop {
    display: inline-block;
    background: #fa8400;
    font-size: 16px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    line-height: 28px;
    margin-top: 5px;
    text-transform: capitalize;
    position: relative;
}
.text-color {
    color: #fa8400;
}
.categories-vertical-menu .bwp-vertical-navigation&gt;div ul.menu li.level-0&gt;a:hover {
    color: #fa8400!important;
}

.bwp-filter-homepage.tab_category_default .bwp-filter-heading .title-block h2 span, .bwp-filter-homepage.tab_product_default .bwp-filter-heading .title-block h2 span {
    color: #fa8400;
}
.bwp-widget-video.default .bwp-video:hover {
    border: 1px solid #fa8400;
    background: #fa8400;
    animation: r .7s infinite alternate;
}
.bwp-header .header-mobile .mini-cart .cart-icon .icons-cart .cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-family: Nunito, sans-serif;
    color: #fff;
    text-align: center;
    background: #fa8400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 12px;
}

@media (max-width: 991px) {
    .bwp-canvas-vertical .bwp-canvas-navigation .remove-megamenu, .content-mobile-menu .bwp-canvas-navigation .remove-megamenu {
        font-size: 0;
        cursor: pointer;
        height: 35px;
        width: 35px;
        position: absolute;
        top: 20px;
        right: 20px;
        box-sizing: border-box;
        line-height: 35px;
        display: inline-block;
        background: #fa8400;
        box-shadow: 0 7px 44px 0 rgba(34, 34, 34, .11);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10;
    }
}

@media (max-width: 991px) {
    .bwp-canvas-vertical .remove-verticalmenu {
        font-size: 0;
        cursor: pointer;
        height: 35px;
        width: 35px;
        position: absolute;
        top: 20px;
        right: 20px;
        box-sizing: border-box;
        line-height: 35px;
        display: inline-block;
        background: #fa8400;
        box-shadow: 0 7px 44px 0 rgba(34, 34, 34, .11);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10;
    }
}
.bwp-header .wpbingoLogo img {
    max-width: 200px;
    width: auto !important;
    height: auto !important;
    margin-top: 0;
}

.newsletterpopup .close-popup:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    background-color: #fa8400;
    width: 28px;
    height: 28px;
    margin: -15px 0 0 -17px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

.newsletterpopup .content-newsletter input[type=submit] {
    border: 0;
    padding: 0 15px;
    background: #fa8400;
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 0;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.bwp-filter-homepage.tab_category_default .bwp-filter-heading .filter-category li.active, .bwp-filter-homepage.tab_category_default .bwp-filter-heading .filter-orderby li.active, .bwp-filter-homepage.tab_product_default .bwp-filter-heading .filter-category li.active, .bwp-filter-homepage.tab_product_default .bwp-filter-heading .filter-orderby li.active
Specificity: (0,5,1)
 {
    padding: 0 28px;
    background: rgb(182 213 135);
    color: #222;
}
.bwp-header.header-v4 .header-top .header-left .header-search-form .search-from #searchsubmit2 
 {
    height: 60px;
    background: #fa8400!important;
    text-align: center;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 80px;
}

.bwp-header.header-v4 .header-top .header-left .header-search-form .search-from #searchsubmit2:hover {
    background: #fa8400c7;
}

.bwp-header .header-page-link .mini-cart .cart-icon .icons-cart:hover {
    color: #fa8400;
}

.bwp-header .header-page-link .wishlist-box:hover i {
    top: 4px;
    color: #fa8400;
}

.entry-date time {
    color: #fa8400;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.bwp-header.header-v4 .bwp-navigation ul&gt;li.level-0&gt;a:hover

 {
    color: #fa8400;
}

.bwp-sidebar.sidebar-blog&gt;.widget .widget-title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #fa8400;
}
.widget_search .form-content #searchsubmit {
    position: absolute;
    top: 0;
    border-radius: 10px;
    right: 0;
    background: #fa8400;
}
.author .read-more, .category-posts .cate-post-content .read-more, .post-related .read-more, .search .read-more {
    padding: 10px 30px;
    font-weight: 800;
    background: #237803;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    font-family: Nunito, sans-serif;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.bwp-sidebar&gt;.widget.widget_search .wp-block-search__button:hover {
    background: #fa8400;
}

.entry-date:hover time {
    color: #237803;
}
.widget_search .form-content #searchsubmit:hover {
    background: #fa8400cf;
}
.bwp-recent-post.sidebar .item .post-content span.entry-date time {
    color: #237803;
    font-size: 14px;
}
.bwp-recent-post.sidebar .item .post-content h2.entry-title a:hover {
    color: #e98612;
}
.author .read-more:hover, .category-posts .cate-post-content .read-more:hover, .post-related .read-more:hover, .search .read-more:hover
Specificity: (0,4,0)
 {
    background: #fa8400;
}

.loop-pagination&gt;ul.page-numbers li a.current, .loop-pagination&gt;ul.page-numbers li a:focus, .loop-pagination&gt;ul.page-numbers li a:hover, .loop-pagination&gt;ul.page-numbers li span.current, .loop-pagination&gt;ul.page-numbers li span:focus, .loop-pagination&gt;ul.page-numbers li span:hover, .woocommerce-pagination&gt;ul.page-numbers li a.current, .woocommerce-pagination&gt;ul.page-numbers li a:focus, .woocommerce-pagination&gt;ul.page-numbers li a:hover, .woocommerce-pagination&gt;ul.page-numbers li span.current, .woocommerce-pagination&gt;ul.page-numbers li span:focus, .woocommerce-pagination&gt;ul.page-numbers li span:hover {
    border-color: #237803;
    background: #237803;
    color: #fff;
}
.bwp-header.header-v4 .bwp-navigation ul&gt;li.level-0.current-menu-ancestor&gt;a, .bwp-header.header-v4 .bwp-navigation ul&gt;li.level-0.current-menu-item&gt;a, .bwp-header.header-v4 .bwp-navigation ul&gt;li.level-0.current_page_item&gt;a, .bwp-header.header-v4 .bwp-navigation ul&gt;li.level-0:hover&gt;a {
    color: #237803;
    background: url(../images/background-menu-2.png) no-repeat;
    background-size: contain;
}

.back-top:after {
    position: absolute;
    font-family: feather;
    content: "e914";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fa8400;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.back-top svg.progress-circle path {
    stroke: #fa8400;
    stroke-width: 4;
    box-sizing: border-box;
    fill: none;
}
#bwp-footer ul.social-link li a i {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #237803;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#bwp-footer ul.social-link li a i:hover {
    background: #fa8501;
}

.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix {
    position: relative;
    background: #ff8b03;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.content-newsletter-2 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix:hover, .content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix:hover {
    background: #fa8400cf;
}

.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix:before {
    position: absolute;
    content:"\e901";
    font-family: icomoon;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    top: calc(65% - 25px);
    left: calc(50% - 14px);
}

#bwp-footer.footer-2 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix:before
 {
    position: absolute;
    content:"\e901";
    font-family: icomoon;
    display: inline-block;
    font-size: 21px;
    color: #fb8400;
    top: -6px;
    right: 0;
}

.bwp-recent-post.slider .entry-dates span {
    color: #fa8400;
    margin-left: 3px;
}

.bwp-recent-post.slider .btn-read-more {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    background: #fa8400;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    line-height: 40px;
    padding: 0 27px;
}

.sale-nofication .scroll-notification {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #fa8400;
    width: 100%;
    opacity: 0;
}

.bwp-recent-post.slider .btn-read-more:hover {
    background: #fa8400;
}

.bwp-recent-post.slider .slick-arrow:hover {
    border: 1px solid transparent;
    background: #fa8400;
    color: #fff;
}
.bwp-navigation ul&gt;li.level-0&gt;ul.sub-menu li a:hover {
    color: #fa8400;
}

.bwp-header .block-top-link&gt;.widget .widget-custom-menu .widget-title:hover {
    color: #237803;
}

.mini-cart div.empty .go-shop:hover {
    background: #237803;
}

.categories-vertical-menu .bwp-vertical-navigation&gt;div ul.menu li.level-0:hover&gt;a&gt;span {
    color: #fa8400;
}
.error404 {
    background: #ffffff;
}

.error404 .page-404 {
    position: relative;
    background: #ffffff;
    padding: 144px 15px 0;
}

.error404 .page-404 .content-page-404 a {
    margin-top: 25px;
    padding: 0 35px;
    height: 50px;
    line-height: 46px;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    font-size: 16px;
    background: #fa8f24;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: relative;
    z-index: 1;
    border: 2px solid #fa8f24;
}

.error404 .page-404 .content-page-404 a:hover {
    background: #217218;
    border: 2px solid #227419;
}
.bwp-header .header-campbar a {
    color: #fff;
}
.bwp-header .header-campbar {
    text-align: center;
    padding: 15px;
    background-color: #d7eec2 !important;
    color: #fff;
    font-size: 11px;
    font-family: Mochiy Pop P One, sans-serif;
    letter-spacing: 3px;
}
.bwp-filter-homepage.tab_product_default .bwp-filter-heading .filter-orderby li.active {
    padding: 0 28px;
    background: #d7eec2;
    color: #237803;
}
.bwp-header.header-v4 .wpbingoLogo {
    position: relative;
    top: 0;
    width: auto;
    max-width: 200px;
}
@media (max-width: 991px) {
    .bwp-header.header-v4 .wpbingoLogo {
        width: auto !important;
        max-width: 100% !important;
        top: 0 !important;
    }
}

.bwp-widget-banner.layout-6 .info {
    border: 2px dashed #fff;
    border-radius: 10px;
    padding: 17px 28px;
    background-color: #ffffff89;
}

.breadcrumb {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    color: #858585;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    justify-content: center;
    background: transparent;
    color: hsl(114.67deg 64.29% 27.45%);
}

.breadcrumb .delimiter {
    margin: 0 8px;
    color: #858585;
}

ul.woocommerce-product-subcategories li h2 a {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    color: #fa8f24;
}

breadcrumb a {
    color: hsl(114.67deg 64.29% 27.45%)!important;
    position: relative;
}
.breadcrumb a {
    color: hsl(114deg 64.29% 27.45%);
    position: relative;
}

.price, .price ins {
    font-size: 15px;
    color: #217218;
}

.hot {
    right: 15px;
    background: #217319;
}

.products-list.grid .product-wapper .products-content .btn-atc a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding: 5px 10px;
    font-weight: 800;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    min-width: 139px;
    background: #fa8f23;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    position: relative;
    font-family: Nunito, sans-serif;
}

.products-list.grid .product-wapper .products-thumb .product-button&gt;:before {
    content: attr(data-title);
    padding: 0 10px;
    background: #e98612;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    line-height: 24px;
    font-weight: 800;
    white-space: nowrap;
    font-size: 12px;
    z-index: 10;
    left: -20px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.products-list.grid .product-wapper .products-thumb .product-button .woosw-btn:hover {
    background: #e98612;
}

.products-list.grid .product-wapper .products-thumb .product-button .product-quickview:hover&gt;a {
    background: #fa8f23!important;
}
a {
    color: #23741a;
}

.bwp-header.header-v3 .header-top .header-left .header-search-form .search-from {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    max-width: 500px;
    padding-left: 35px;
    border: 0;
    background: #fff;
    height: 60px;
    width: 100%;
}

.bwp-header .header-search-form .search-from .search-box input[type=text] {
    background: #fff;
    padding: 0;
    border: 0;
    color: #222;
    display: inline-block;
    width: calc(100% - 15px);
    line-height: 35px;
    border-radius: 0;
    float: left;
}

.bwp-header .header-search-form .search-from .search-box {
    text-align: left;
    flex: 1;
    background-color: #fff;
    width: 100%;
}

.bwp-header.header-v4 .header-top .header-left .header-search-form .search-from {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    max-width: 500px;
    padding-left: 35px;
    border: 0;
    background: #ffffff;
    height: 60px;
    width: 100%;
}
.bwp-top-bar .display li a.active .icon-column .layer&gt;span, .bwp-top-bar .display li a:hover .icon-column .layer&gt;span {
    background: #fa8f24;
}

.bwp-top-bar .woocommerce-ordering .pwb-dropdown-menu li a:hover, .bwp-top-bar .woocommerce-sort-count .pwb-dropdown-menu li a:hover {
    color: #fa8f24;
}

.bwp-sidebar&gt;.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) li:not(.recentcomments).current-cat, .bwp-sidebar&gt;.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) li:not(.recentcomments) a:not(.rsswidget).active, .bwp-sidebar&gt;.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) li:not(.recentcomments) a:not(.rsswidget):hover
Specificity: (0,8,3)
 {
    color: #e98612;
}

.bwp-filter-ajax #bwp_form_filter_product h3:before
Specificity: (1,1,2)
 {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #fb9125;
}

.bwp-filter-ajax #bwp_form_filter_product .bwp-filter-price #bwp_slider_price .ui-slider-handle {
    width: 12px;
    height: 12px;
    background: #e98612;
    top: -6px;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: -5px;
}

.bwp-sidebar.sidebar-product&gt;.widget .widget-title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #fb9025;
}

.bwp-widget-feature-product .content-bottom .item-title a:hover {
    color: #fa8e23;
}
ul.woocommerce-product-subcategories li h2 a:hover {
    color: #227403;
}

.bwp-filter-ajax #bwp_form_filter_product h3:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #e98612;
}

.bwp-filter-homepage.tab_category_default .bwp-filter-heading .filter-category li.active {
    padding: 0 28px;
    background: rgb(225 234 205);
    color: #222;
}
.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix:before {
    /* padding-bottom: 30px; */
    position: absolute;
    content:"\e901";
    font-family: icomoon;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    top: 7px;
    left: calc(50% - 14px);
}

.single-product .countdown-single .product-countdown .countdown-content&gt;span {
    font-size: 14px;
    color: #227403;
}

.single-product .countdown-single .product-countdown .countdown-content

 {
    background: #d7eec2;
    box-shadow: -6px 4px 44px 0 rgba(0, 0, 0, .05);
    padding: 0 25px;
    display: inline-block;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    line-height: 40px;
}

.single-product .entry-summary .price {
    color: #fa8400;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-family: Mochiy Pop P One, sans-serif;
}

.single-product .bwp-single-info .percent_quantity_stock .quantity_stock span {
    color: #fa8400;
    margin: 0 3px;
}

.single-product .bwp-single-info .single_add_to_cart_button.button {
    -webkit-transition: none;
    transition: none;
    font-size: 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    font-family: Nunito, sans-serif;
    text-transform: capitalize;
    line-height: 50px;
    background: #fa8400 !important;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    flex: 1;
    margin: 0;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.woocommerce button.button:hover {
    background: #22741a!important;
}

.single-product .bwp-single-info .button.quick-buy:after {
    content: "";
    position: absolute;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #22741a;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    background: #fb9024;
}
.bwp-header.sticky .header-sticky .wpbingoLogo {
    margin: 0;
    max-width: 200px;
}

.contents-detail .bwp-single-product .woocommerce-product-gallery&gt;.row&gt;div.col-sm-12 .slick-arrow {
    top: calc(50% - 12.5px);
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: transparent;
    font-size: 18px;
    border: 0;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    background: #fa8400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.contents-detail .bwp-single-product .woocommerce-product-gallery&gt;.row&gt;div.col-sm-12 .slick-arrow:hover {
    background: #fa8400;
}
.bwp-main .page-title h1 {
    margin-top: 0;
    font-size: 40px;
    text-align: center;
    color: #227403;
}
.breadcrumb a {
    color: hsl(31.68deg 100% 49.02%)!important;
    position: relative;
}

@media (max-width: 767px) {

  /* Header mobile */
  .bwp-header .header-mobile {
    position: relative;
    overflow: visible !important;
  }

  .bwp-header .header-mobile .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .bwp-header .header-mobile .row {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    align-items: center;
    min-height: 92px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 8px;
  }

  /* Burger à gauche — position relative + z-index pour rester cliquable sous le logo */
  .bwp-header .header-mobile .header-left {
    grid-column: 1;
    position: relative !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    z-index: 30 !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  /* Logo centré — ne doit pas recouvrir burger / panier */
  .bwp-header .header-mobile .header-center {
    grid-column: 2;
    position: relative !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1 !important;
    overflow: hidden !important;
  }

  .bwp-header .header-mobile .wpbingoLogo {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto !important;
    max-width: 100% !important;
    margin: 6px 0 0 0 !important;
  }

  .bwp-header .header-mobile .wpbingoLogo a {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .bwp-header .header-mobile .wpbingoLogo img {
    width: auto !important;
    max-width: 130px !important;
    max-height: 48px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain;
  }

  /* Panier / icône à droite */
  .bwp-header .header-mobile .header-right {
    grid-column: 3;
    position: relative !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    z-index: 30 !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  .bwp-header .header-mobile .navbar-toggle,
  .bwp-header .header-mobile .cart-icon {
    position: relative !important;
    z-index: 31 !important;
    pointer-events: auto !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  /* Sécurité pour les icônes */
  .bwp-header .header-mobile .header-left *,
  .bwp-header .header-mobile .header-right * {
    overflow: visible !important;
  }
}

.bwp-main .page-title .back-to-shop:hover {
    color: #227403;
}
.bwp-filter-ajax #bwp_form_filter_product .filter_category_product .item-category.active&gt;a {
    color: #fa8400;
}
.bwp-filter-ajax #bwp_form_filter_product .filter_category_product .item-category a:hover {
    color: #217319;
}
ul.woocommerce-product-subcategories.image_categories li.active&gt;a:before, ul.woocommerce-product-subcategories.image_categories li&gt;a:hover:before {
    position: absolute;
    content: "";
    width: calc(100% + 11px);
    height: calc(100% + 11px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #227403;
}
/* Variations produit - affichage propre */
.single-product form.variations_form table.variations,
.single-product form.variations_form table.variations tbody {
    display: block !important;
    width: 100% !important;
}

/* Grille desktop */
@media (min-width: 768px) {
    .single-product form.variations_form table.variations tbody {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 18px;
    }

    /* Le poids reste en pleine largeur car c'est la vraie variation importante */
    .single-product form.variations_form table.variations tr.type_attribute:first-child {
        grid-column: 1 / -1;
    }
}

/* Chaque ligne de variation */
.single-product form.variations_form table.variations tr.type_attribute,
.single-product form.variations_form table.variations tr.type_attribute.select {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    height: auto !important;
}

/* Label + champ */
.single-product form.variations_form table.variations td.label,
.single-product form.variations_form table.variations td.value {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Label */
.single-product form.variations_form table.variations td.label label {
    display: block !important;
    margin: 0 0 7px 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
}

/* Select */
.single-product form.variations_form table.variations select {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 24px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-size: 14px !important;
}

/* Mobile : une seule colonne, moins espacé */
@media (max-width: 767px) {
    .single-product form.variations_form table.variations tbody {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .single-product form.variations_form table.variations td.label label {
        margin-bottom: 6px !important;
        font-size: 14px !important;
    }

    .single-product form.variations_form table.variations select {
        height: 44px !important;
        min-height: 44px !important;
    }
}
.single-product .social-icon .social-share&gt;a i:hover

 {
    background: #fb9024!important;
    border: 1px solid transparent;
    color: #fff;
}

.single-product .bwp-single-info .product_meta .posted_in a:hover {
    color: #fb9024;
}

.single-product .bwp-single-info .woosw-btn:hover::before {
    color: rgb(255, 255, 255);
    background: #fb9024;
    border-color: #fb9024;
}

.single-product .bwp-single-info .quantity button:focus, .single-product .bwp-single-info .quantity button:hover {
    border: none;
    color: #227403;
}
.single-product .bwp-single-info .product_meta .sku_wrapper  {
   display: none;
   
}

 .recent-view .content-product-list .slick-arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;
    color: #fff;
    top: 30%;
    background: #fa8400;
}

.recent-view .content-product-list .slick-arrow:hover {
    background: #227319;
}
.main-single-product .sticky-product .select-cart-option:hover {
    background: #227319;
    color: #fff;
    border-color: #227318;
}
.woocommerce-product-subcategorie-content .slick-arrow:hover 
{
    background: #227319;
    color: #fff;
    border-color: #227318;
}

#bwp-footer.footer-4 .wpbingo-newsletter.newsletter-default .content-newsletter input[type=submit]:hover, #bwp-footer.footer-5 .wpbingo-newsletter.newsletter-default .content-newsletter input[type=submit]:hover {
    color: #fa8400;
}

.bwp-main .page-title .back-to-shop {
    display: none;
    font-size: 0;
    cursor: pointer;
    color: #000000;
    margin-right: 10px;
}

.woocommerce-product-subcategorie-content .slick-arrow {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: calc(35% + 5px);
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #02020200;
    color: #000000;
    font-size: 20px;
    box-shadow: unset;
}
.contents-detail .bwp-single-product .image-thumbnail .slick-slide.slick-current&gt;.img-thumbnail-scroll
{
    border-color: #227403;
}

.contents-detail .bwp-single-product .image-thumbnail .slick-slide:hover&gt;.img-thumbnail-scroll
{
    border-color: #227403;
}

.contents-detail .bwp-single-product .woocommerce-product-gallery&gt;.row&gt;div.col-md-10 .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #fa8400;
    text-align: center;
    top: calc(50% - 15px);
    opacity: 1;
    visibility: visible;
    z-index: 100;
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contents-detail .bwp-single-product .woocommerce-product-gallery&gt;.row&gt;div.col-md-10 .slick-arrow:hover {
    background: #fa8400;
    color: #fff;
}

.bwp-filter-ajax #bwp_form_filter_product .bwp-filter-brand ul li:hover, .bwp-filter-ajax #bwp_form_filter_product .bwp-filter-types ul li:hover {
    color: #fa8d23!important;
}
.bwp-filter-ajax #bwp_form_filter_product .bwp-filter-brand ul li:hover&gt;span, .bwp-filter-ajax #bwp_form_filter_product .bwp-filter-types ul li:hover&gt;span {
    border-color: #fa8d22 !important;
}

#bwp-footer.footer-4 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix:before, #bwp-footer.footer-5 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix:before
Specificity: (1,5,1)
 {
    position: absolute;
    content:"\e901";
    font-family: icomoon;
    display: inline-block;
    font-size: 21px;
    color: #fa8400!important;
    top: -6px;
    right: 0;
}
.mini-cart .cart-popup .cart_item a.remove {
    width: 18px;
    height: 18px;
    background: #fa8400!important;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
}

.mini-cart .cart-popup .buttons .button.view-cart {
    background: #fa8400;
}

.mini-cart .cart-popup .buttons .button:before
 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    bottom: 0;
    top: auto;
    background: #fa8400;
}
.bwp-countdown.mc-weekly-selection {
    border: 2px dashed #fa8e23;
    border-radius: 10px;
    padding: 30px 40px 40px;
}

.bwp-countdown.slider2 .products-content .btn-atc-countdown a

 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    padding: 0 20px;
    font-weight: 800;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    min-width: 141px;
    background: #fa8400;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    position: relative;
    font-family: Nunito, sans-serif;
}

.bwp-countdown.mc-weekly-selection .products-content .price .wcsatt-sub-discount {
    display: inline;
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color, #fa8400);
    margin-left: 2px;
}

.bwp-header .header-mobile .header-mobile-fixed a:hover
Specificity: (0,4,1)
 {
    color: #fa8400;
}

@media (max-width: 767px) {
    .back-top, .back-top:after {
        width: 45px;
        height: 45px;
    }
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner .woosw-page {
    font-size: 14px;
    text-transform: capitalize;
    border: 0;
    display: inline-block;
    line-height: 35px;
    padding: 0 25px;
    background: #fa8400;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    position: relative;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner .woosw-page {
    font-size: 14px;
    text-transform: capitalize;
    border: 0;
    display: inline-block;
    line-height: 35px;
    padding: 0 25px;
    background: #fa8400!important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    position: relative;
}
.breadcrumb .current, .breadcrumb a:hover {
    color: #227403;
}

.single-product .entry-summary .price {
    color: #fa8400;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-family: Mochiy Pop P One, sans-serif;
}
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #217319;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
}
.bwp-header .header-campbar a {
    color: #fff !important;
    text-decoration: none;
    text-underline-offset: 2px;
}

/* ============================================================
   MAÎTRE CROQUETTES — STYLES ARTICLES DE BLOG
   Thème : Peeboo (peeboo-child) — WooCommerce

   PÉRIMÈTRE VERROUILLÉ (3 conditions cumulatives) :
     1. .single-post   -&gt; uniquement un ARTICLE seul (body),
                          jamais archive / page / boutique
     2. catégorie =  .category-blog
                  OU .category-blogfiche-chats
                  OU .category-blogfiche-chiens
     3. .post-excerpt  -&gt; uniquement le conteneur de texte
   Si UNE de ces 3 conditions manque, AUCUNE règle ne s'applique.
   =&gt; Aucun impact possible sur le reste du site.

   NB : .category-blog ne matche PAS .category-blogfiche-chats
   (tokens de classe distincts) -&gt; pas de collision entre les 3.

   OÙ COLLER : Apparence → Personnaliser → CSS additionnel → Publier
   (puis purger WP Rocket : cache page + cache CSS minifié)
   ============================================================ */


/* ---- PALETTE (hex exacts du thème) ---- */
.single-post .category-blog,
.single-post .category-blogfiche-chats,
.single-post .category-blogfiche-chiens {
  --mc-primary:      #237803;  /* vert marque — titres H2 + puces */
  --mc-primary-dark: #1c5e02;  /* vert profond — en-tête de tableau */
  --mc-accent:       #fa8400;  /* orange marque — barre des citations */
  --mc-accent-soft:  #fff4e6;  /* fond clair orangé des citations */
  --mc-h3:           #2a2a2a;
  --mc-h4:           #444444;
  --mc-text:         #333333;
  --mc-rule:         #e6e6e6;  /* trait fin au-dessus des H2 */
  --mc-table-border: #e0e0e0;
  --mc-zebra:        #f1f8ed;  /* lignes paires du tableau */
  --mc-hover:        #e9f3df;  /* survol d'une ligne */
}


/* ============================  TITRES  ============================ */
.single-post .category-blog .post-excerpt h2,
.single-post .category-blogfiche-chats .post-excerpt h2,
.single-post .category-blogfiche-chiens .post-excerpt h2 {
  color: var(--mc-primary) !important;
  font-size: 1.8rem !important;
  line-height: 1.25 !important;
  margin-top: 3.5rem !important;
  margin-bottom: 1.2rem !important;
  padding-top: 2rem !important;
  border-top: 1px solid var(--mc-rule) !important;
}
/* Le 1er H2 ne porte pas le trait séparateur */
.single-post .category-blog .post-excerpt h2:first-of-type,
.single-post .category-blogfiche-chats .post-excerpt h2:first-of-type,
.single-post .category-blogfiche-chiens .post-excerpt h2:first-of-type {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 2rem !important;
}

.single-post .category-blog .post-excerpt h3,
.single-post .category-blogfiche-chats .post-excerpt h3,
.single-post .category-blogfiche-chiens .post-excerpt h3 {
  color: var(--mc-h3) !important;
  font-size: 1.4rem !important;
  margin-top: 2.5rem !important;
  margin-bottom: 1.2rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single-post .category-blog .post-excerpt h4,
.single-post .category-blogfiche-chats .post-excerpt h4,
.single-post .category-blogfiche-chiens .post-excerpt h4 {
  color: var(--mc-h4) !important;
  font-size: 1.15rem !important;
  margin-top: 1.8rem !important;
  margin-bottom: 0.4rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* =========================  PARAGRAPHES  ========================= */
.single-post .category-blog .post-excerpt p,
.single-post .category-blogfiche-chats .post-excerpt p,
.single-post .category-blogfiche-chiens .post-excerpt p {
  color: var(--mc-text) !important;
  margin-bottom: 1.3rem !important;
  line-height: 1.75 !important;
}


/* =====================  IMAGES (dans <figure>)  ===================== */
.single-post .category-blog .post-excerpt img,
.single-post .category-blogfiche-chats .post-excerpt img,
.single-post .category-blogfiche-chiens .post-excerpt img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.5rem auto !important;
  border-radius: 8px;
}
.single-post .category-blog .post-excerpt figure,
.single-post .category-blogfiche-chats .post-excerpt figure,
.single-post .category-blogfiche-chiens .post-excerpt figure {
  margin: 2.5rem 0 !important;
  text-align: center;
}


/* ===========================  LISTES  =========================== */
.single-post .category-blog .post-excerpt ul,
.single-post .category-blog .post-excerpt ol,
.single-post .category-blogfiche-chats .post-excerpt ul,
.single-post .category-blogfiche-chats .post-excerpt ol,
.single-post .category-blogfiche-chiens .post-excerpt ul,
.single-post .category-blogfiche-chiens .post-excerpt ol {
  margin-top: 1.5rem !important;
  margin-bottom: 2rem !important;
  padding-left: 1.5rem !important;
}
.single-post .category-blog .post-excerpt li,
.single-post .category-blogfiche-chats .post-excerpt li,
.single-post .category-blogfiche-chiens .post-excerpt li {
  margin-bottom: 0.6rem !important;
  line-height: 1.7 !important;
  color: var(--mc-text);
}
/* Puces colorées à la marque (listes à puces uniquement) */
.single-post .category-blog .post-excerpt ul li::marker,
.single-post .category-blogfiche-chats .post-excerpt ul li::marker,
.single-post .category-blogfiche-chiens .post-excerpt ul li::marker {
  color: var(--mc-primary);
}
.single-post .category-blog .post-excerpt ul li:last-child,
.single-post .category-blog .post-excerpt ol li:last-child,
.single-post .category-blogfiche-chats .post-excerpt ul li:last-child,
.single-post .category-blogfiche-chats .post-excerpt ol li:last-child,
.single-post .category-blogfiche-chiens .post-excerpt ul li:last-child,
.single-post .category-blogfiche-chiens .post-excerpt ol li:last-child {
  margin-bottom: 0 !important;
}


/* =========================  CITATIONS  ========================= */
.single-post .category-blog .post-excerpt blockquote,
.single-post .category-blogfiche-chats .post-excerpt blockquote,
.single-post .category-blogfiche-chiens .post-excerpt blockquote {
  margin: 2.5rem 0 !important;
  padding: 1.4rem 1.8rem !important;
  border-left: 4px solid var(--mc-accent) !important;
  background-color: var(--mc-accent-soft) !important;
  font-style: italic !important;
  color: #444444 !important;
  border-radius: 0 6px 6px 0;
}
/* Texte de la citation : taille contrôlée (sinon le thème le rend trop gros) */
.single-post .category-blog .post-excerpt blockquote p,
.single-post .category-blogfiche-chats .post-excerpt blockquote p,
.single-post .category-blogfiche-chiens .post-excerpt blockquote p {
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
  margin: 0 0 0.4rem 0 !important;
  color: #444444 !important;
}
.single-post .category-blog .post-excerpt blockquote p:last-child,
.single-post .category-blogfiche-chats .post-excerpt blockquote p:last-child,
.single-post .category-blogfiche-chiens .post-excerpt blockquote p:last-child {
  margin-bottom: 0 !important;
}
.single-post .category-blog .post-excerpt blockquote cite,
.single-post .category-blogfiche-chats .post-excerpt blockquote cite,
.single-post .category-blogfiche-chiens .post-excerpt blockquote cite {
  display: block;
  margin-top: 0.4rem;
  font-style: normal;
  font-weight: 600;
  font-size: 0.95rem !important;
  color: var(--mc-primary);
}


/* ==========================  TABLEAUX  ========================== */
.single-post .category-blog .post-excerpt table,
.single-post .category-blogfiche-chats .post-excerpt table,
.single-post .category-blogfiche-chiens .post-excerpt table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 15px !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  border-radius: 8px;
  overflow: hidden;
}
.single-post .category-blog .post-excerpt table thead tr,
.single-post .category-blogfiche-chats .post-excerpt table thead tr,
.single-post .category-blogfiche-chiens .post-excerpt table thead tr {
  background-color: var(--mc-primary-dark) !important;
}
.single-post .category-blog .post-excerpt table thead th,
.single-post .category-blog .post-excerpt table thead tr th,
.single-post .category-blogfiche-chats .post-excerpt table thead th,
.single-post .category-blogfiche-chats .post-excerpt table thead tr th,
.single-post .category-blogfiche-chiens .post-excerpt table thead th,
.single-post .category-blogfiche-chiens .post-excerpt table thead tr th {
  padding: 14px 18px !important;
  text-align: left !important;
  font-weight: 600 !important;
  border: 1px solid var(--mc-primary-dark) !important;
  background-color: var(--mc-primary-dark) !important;
  color: #ffffff !important;
}
.single-post .category-blog .post-excerpt table td,
.single-post .category-blogfiche-chats .post-excerpt table td,
.single-post .category-blogfiche-chiens .post-excerpt table td {
  padding: 12px 18px !important;
  border: 1px solid var(--mc-table-border) !important;
}
.single-post .category-blog .post-excerpt table tbody tr:nth-child(even),
.single-post .category-blogfiche-chats .post-excerpt table tbody tr:nth-child(even),
.single-post .category-blogfiche-chiens .post-excerpt table tbody tr:nth-child(even) {
  background-color: var(--mc-zebra) !important;
}
.single-post .category-blog .post-excerpt table tbody tr:hover,
.single-post .category-blogfiche-chats .post-excerpt table tbody tr:hover,
.single-post .category-blogfiche-chiens .post-excerpt table tbody tr:hover {
  background-color: var(--mc-hover) !important;
}


/* =========================  RESPONSIVE  ========================= */
@media (max-width: 600px) {
  .single-post .category-blog .post-excerpt h2,
  .single-post .category-blogfiche-chats .post-excerpt h2,
  .single-post .category-blogfiche-chiens .post-excerpt h2 {
    font-size: 1.5rem !important;
    margin-top: 2.8rem !important;
    padding-top: 1.6rem !important;
  }
  .single-post .category-blog .post-excerpt table,
  .single-post .category-blogfiche-chats .post-excerpt table,
  .single-post .category-blogfiche-chiens .post-excerpt table {
    font-size: 13.5px !important;
    display: block;
    overflow-x: auto;          /* tableau scrollable sur mobile */
    -webkit-overflow-scrolling: touch;
  }
}

/* Taille des icônes SVG du footer (corrige l'affichage géant hors home) */
#bwp-footer .elementor-icon-list-icon svg,
#bwp-footer .social-link svg,
#bwp-footer .e-font-icon-svg {
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle;
}