.woocommerce-breadcrumb a:first-child svg
{
    transform: translateY(-2px);
}
.woocommerce-breadcrumb svg
{
    transform: translateY(-1px);
}
.page_title
{
    padding: 24px 0 !important;
    font-size: 45px !important;
}
.page_subtitle
{
    margin-top: 0;
}
.woocommerce .woocommerce-breadcrumb
{
    margin: 0 !important;
}
.sub-categories {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.sub-categories li {
    background: #E9E9E9;
    border-radius: 6px;
}
.sub-categories li a {
    text-decoration: none;
    display: block;
    padding: 16px 24px;
    color:#000;
}
.sub-categories li a h2 {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    margin: 0;
    font-family: Inter;
    letter-spacing: 0;
}
#cat-title-block {
    margin-left: 32px!important;
    margin-right: 32px!important;
    align-items: center!important;
    min-height: 407px;
}

/* #region Filter YITH */
.yith-wcan-filters {
    margin: 20px;
    background: transparent;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
    width: 24.6%;
    min-width: 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
    background: #fff;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 16px 40px 16px 24px;
    text-align: left;
}
.yith-wcan-filters.horizontal:not(.filters-modal) {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
/* Couleur */
#filter_250666_3 .filter-content
{
	padding: 10px;
}
#filter_250666_3 .filter-content ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    padding-right: 0 !important;
    padding-left: 5px;
}
#filter_250666_3 .filter-content ul::after
{
    content: "";
    flex: 1;
}
#filter_250666_3 .filter-content ul li
{
    width: 37.5px;
}
#filter_250666_3 .filter-content input
{
	display: none;
}
#filter_250666_3 .term-label
{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(77, 77, 77, 0.2);
    border-radius: 50%;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count {
    border: 1px solid #fbc19c;
    padding: 2px 7px;
    font-size: 0.8em;
    margin: 0 5px;
    border-radius: 50%;
    color: #ff6400;
}
.yith-wcan-filters button
{
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    background: transparent;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #ff6400;
    letter-spacing: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 16px 20px 16px 20px;
    text-align: left;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}
.yith-wcan-filters button:first-of-type
{
    margin-left: 8px;
}
.yith-wcan-filter .filter-content:has(> #filter_250666_4_select)
{
    height: 448px;
    overflow: hidden;
}
.yith-wcan-filter .filter-content:has(> #filter_250666_4_select) .dropdown-wrapper
{
    overflow-y: auto;
    max-height: 100%;
}
.yith-wcan-filter a.show-more
{
    cursor: pointer;
}
.filter-content-footer
{
    background-color: transparent !important;
    margin-bottom: -10px !important;
}
.apply-filters
{
    cursor: pointer;
    text-decoration: none;
    padding: 10px;
    background-color: #343537;
    color: white;
    border-radius: 50px;
}
/* #endregion Filter YITH */

/* #region Grid */
.products_showcase {    
    margin-bottom: 50px;
    margin-top: 50px;
}
.prod_cat_list {
    gap:0
}
.featured-products-title, #product-list h2.wp-block-heading
{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
}
#featured_prods
{
    border-right: none;
    border-top: 1px dashed #bf0a86;
    border-left: 1px dashed #bf0a86;
    display: flex;
    margin: 20px 30px;
    flex-wrap: wrap;
}
.one-line-only-featured
{
    border-top: none !important;
}
#featured_prods li.product
{
    position: relative;
    border-bottom: 1px dashed #bf0a86;
    border-right: 1px dashed #bf0a86;
    width: 275.7px;
    margin: 0;
    display: block;
    min-height: 100%;
    background: #fff;
    transition: box-shadow 220ms ease;
    padding: 20px;
}
#featured_prods li.product:hover
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 3;
}
.one-line-only-featured li.product
{
    border-top: 1px dashed #bf0a86;
}
#featured_prods .woocommerce-loop-product__title
{
    font-size: 16px !important;
    color: black;
    font-family: 'Inter';
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 68px;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.4;
}
section.coupsdecoeur + div > h2
{
    display: none;
}
#product-list ul
{
    border-top: 1px dashed #D3D2D2;
    border-left: 1px dashed #D3D2D2;
    margin: 20px 30px 50px;
    grid-gap: 0;
}
.one-line-only
{
    border-top: none !important;
}
.one-line-only li
{
    border-top: 1px dashed #D3D2D2;
}
.wp-block-post-title
{
    box-sizing: border-box;
    word-break: normal;
    text-align: left;
}
.wp-block-post-title a
{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 68px;
    font-family: Inter;
    font-weight: 500;
}
.wc-block-product-template__responsive .product
{
    position: relative;
    border-bottom: 1px dashed #D3D2D2;
    border-right: 1px dashed #D3D2D2;
    padding: 20px;
    background-color: white;
}
.wc-block-product-template__responsive li.product:hover
{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    z-index: 3;
}
.wc-block-product-template__responsive .product:last-child
{
    
    border-right: 1px dashed #D3D2D2;
    
}
.wc-block-components-product-image__inner-container
{
    padding:0;
    min-height: 254px;
}
.product-badges
{
    position: absolute;
    top: 6px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-wrap: wrap;
}
.product-badge
{
    border-radius: 4px;
    height: fit-content;
}
.badge-heart
{
    background-color: #bf0a86;
}
.badge-out
{
    background-color: #bd0404;
}
.badge-recycle
{
    background-color: #0A9F45;
}
.badge-eu
{
    background-color: #1310c9;
}
.product-badge p
{
    color: white;
    font-size: 12px;
    letter-spacing: -1px;
    margin: 0;
    padding: 4px;
    line-height: 1;
}
.wp-block-woocommerce-product-collection .attachment-woocommerce_thumbnail
{
    margin-top:20px !important;
    margin-bottom: 20px !important;
}
li.product img.woocommerce-placeholder
{
    min-height: 254px;
}
li.product span.price
{
    color: #FF6400;
    font-size: 16px !important;
    font-weight: 500 !important;
}
li.product .price-link {
    text-decoration: none;
    color: #FF6400;
    font-size: 16px;
    font-weight: 500;
}

/* #endregion */

/* #region Load More */

.ajax-pagination-loading {
    display:none;
    margin:15px auto;
    text-align:center;
}
.ajax-pagination-loading img {
    width:50px;
    height:50px;
    margin: auto;
}
.load-more {
    text-align:center;
}
.load-more__button-disable {
    pointer-events:none;
} 
a#ajax-pagination-button {
background-color: #343537;
color: white; 
padding: 13px 35px; 
border-radius: 50px;
text-decoration: none;
}
div.ajax-pagination-loading img {
    margin: auto;
}
.svgloader {
    width:40px;
    height: 40px;
}
.wc-block-product-results-count {
    display: none;
}
/* #endregion Load More*/

/* #region Description */
details summary
{
    cursor: pointer;
    list-style: none;
}
details summary::-webkit-details-marker, details summary::marker
{
    display: none;
}
/* #endregion */
/* For notebooks et landscape */
@media (min-width:993px) and (max-width: 1439px) {
    .page_title
    {
        font-size: 3vw;
    }
    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable
    {
        font-size: 1vw;
    }
    .yith-wcan-filters button
    {
        font-size: 1vw;
    }
    #featured_prods li.product
    {
        width: 20%;
    }
}
/* For mobiles et natels */
@media (max-width: 992px) {
    .page_title
    {
        font-size: 7vw !important;
    }
    #titre-fil-ariane
	{
		padding-left: 10px!important;
	}
    .yith-wcan-filters.horizontal:not(.filters-modal)
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {min-width: 49%; max-width: 49%;margin-left: 0;  margin-right: 0;}
    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    .yith-wcan-filters a:where(:not(.wp-element-button)) {font-size:12px}
    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content {padding: 20px 10px; min-width: auto;}
    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count {position: absolute; right: 23px; background-color: #fff;}
    #product-list ul {margin: 20px 5px 50px; grid-template-columns: repeat(2, 1fr);}
    #product-list h2.wp-block-heading {padding-left: 20px; padding-right: 20px;}
    .sub-categories { list-style: none; display: flex; gap: 10px; justify-content: space-between; flex-wrap: wrap; padding-left: 5px; padding-right: 5px;}
    .sub-categories li {min-width: 48%;}
    .sub-categories li a { font-size: 14px; padding: 16px 15px;}
    .featured-products-title, #product-list h2.wp-block-heading { padding-left: 5px; padding-right: 5px;}
    #featured_prods {width: auto; margin: 20px 5px; flex-wrap: wrap;}
    #featured_prods li.product
    {
        flex: 0 0 50%;
        padding: 2vw;
    }
    .wc-block-product-template__responsive .product
    {
        padding: 2vw;
    }
    .wp-block-post-title a
    {
        font-size: 3.1vw;
    }
    li.product .price-link
    {
        font-size: 3vw;
    }
}
