.categoryv3 .banner {
    width: 100%;
    height: 650px;
    position: relative;
}
.categoryv3 .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categoryv3 .head-category {
    max-width: var(--container-width);
    width: 100%;
    margin: auto;
    padding: 48px 0 24px;
}
.categoryv3 .head-category .title {
    display: flex;
    align-items: baseline;
    gap: 18px;
}
.categoryv3 .head-category .title h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
}
.categoryv3 .head-category .title span {
    line-height: 22px;
    color: var(--color-green-light);
}
.categoryv3 .head-category .desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-green-light);
}
.categoryv3 .chronofresh-and-filters-container {
    height: 46px;
    padding: 15px 0;
    position: sticky;
    top: var(--headerv3-height);
    background-color: #3c6256;
    z-index: 5;
    transition: all 0.3s ease;
}
.categoryv3 .chronofresh-and-filters-container.isScrollDown {
    top: 0;
}
.categoryv3 .chronofresh-and-filters .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--container-width);
    width: 100%;
    margin: auto;
}
.categoryv3 .chronofresh-and-filters .chronofresh {
    display: flex;
    align-items: center;
    gap: 10px;
}
.categoryv3 .chronofresh-and-filters .chronofresh img {
    width: 146px;
}
.categoryv3 .chronofresh-and-filters .chronofresh p {
    font-size: 18px;
    line-height: 24px;
    color: var(--color-green-light);
    display: flex;
    gap: 4px;
}
.categoryv3 .chronofresh-and-filters .chronofresh p span:not(.show-d) {
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.categoryv3 .chronofresh-and-filters .filters {
    border: 1px solid var(--color-green-mineur);
    padding: 12px 16px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    line-height: 20px;
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
}
.categoryv3 .chronofresh-and-filters .filters .number {
    display: none;
}
.categoryv3 .chronofresh-and-filters .filters.active {
    background-color: var(--color-green-light);
    border-color: var(--color-green-light);
    color: var(--color-black);
}
.categoryv3 .chronofresh-and-filters .filters.active svg path {
    stroke: var(--color-black);
}
.categoryv3 .chronofresh-and-filters .filters .number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-green-dark);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
}
.categoryv3 .chronofresh-and-filters.behind-header,
.categoryv3 .chronofresh-and-filters.sticky.behind-header{
    top: 64px;
}
.product-list-content{
    overflow: initial;
}
.categoryv3 .cross-sellingv3 .cross-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
}

.categoryv3 .listing-products {
    max-width: var(--container-width);
    width: 100%;
    margin: 64px auto 0;
}
.categoryv3 .listing-products:first-child {
    margin-top: 72px;
}
.categoryv3 .listing-products:last-child {
    margin-bottom: 72px;
}
.categoryv3 .listing-products h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
}
.categoryv3 .listing-products .desc {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-green-light);
    margin-top: 16px;
}
.categoryv3 .listing-products .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 40px;
    align-items: stretch;
}
.categoryv3 .listing-products .products-grid .productblock-v3 {
    height: 100%;
}

.layerfilterproductv3 .title {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
    font-weight: var(--font-weight-bold);
}
.layerfilterproductv3 .ages {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: scroll;
    scrollbar-width: none;
    margin: 16px -48px 32px;
    padding: 0 48px;
}
.layerfilterproductv3 .ages li a {
    background-color: var(--color-green-dark);
    border-radius: 32px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 151px;
    height: 48px;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
    flex-shrink: 0;
}
.layerfilterproductv3 .ages li a .svg-container {
    background-color: var(--color-coral);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.layerfilterproductv3 .ages li a:after {
    content: '';
    background-color: var(--color-coral);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: 0.2s;
}
.layerfilterproductv3 .ages li a > span {
    color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold);
    z-index: 1;
}
.layerfilterproductv3 .ages li a.selected:after {
    width: calc(100% - 8px);
}
.layerfilterproductv3 .filters-list {
    margin-bottom: 32px;
}
.layerfilterproductv3 .filters-list li:first-child {
    margin-top: 36px;
}
.layerfilterproductv3 .filters-list li:not(:first-child) {
    margin-top: 24px;
}
.layerfilterproductv3 .buttonsContainer {
    display: flex;
    gap: 10px;
}
.layerfilterproductv3 .buttonsContainer .button {
    flex: 1;
}

.plv-v3 {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.plv-v3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plv-v3 .textblock {
    position: absolute;
    bottom: 16px;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    z-index: 1;
}
.plv-v3 p {
    font-size: 18px;
    line-height: 26px;
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    z-index: 1;
}
.plv-v3 .cta {
    height: 44px;
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold);
    margin-top: 24px;
}

.plv-chronofresh {
    padding: 48px 0;
    background-color: var(--color-green-dark);
}
.plv-chronofresh .content {
    max-width: 720px;
    width: 100%;
    margin: auto;
    background-color: var(--color-green-primary);
    border-radius: 8px;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    cursor: pointer;
}
.plv-chronofresh .visual {
    max-width: 145px;
}
.plv-chronofresh .logo-chrono {
    max-width: 126px;
}
.plv-chronofresh .icon {
    position: absolute;
    top: 8px;
    right: 8px;
}
.plv-chronofresh p {
    color: var(--color-green-light);
    font-size: 16px;
    line-height: 24px;
}
.plv-chronofresh b {
    color: var(--color-white);
    font-weight: var(--font-weight-bold);
}

@media screen and (pointer: fine) {
    .layerfilterproductv3 .ages li a:hover:after {
        width: calc(100% - 8px);
    }
}

@media screen and (max-width: 1384px) {
    .categoryv3 .head-category {
        padding: 24px var(--padding-mobile-size);
        box-sizing: border-box;
    }
    .categoryv3 .cross-sellingv3 .container-title,
    .categoryv3 .listing-products h2,
    .categoryv3 .listing-products .desc,
    .categoryv3 .listing-products .products-grid{
        padding: 0 var(--padding-mobile-size);
    }
    .categoryv3 .cross-sellingv3{
        padding: 72px var(--padding-mobile-size);
    }
    .plv-chronofresh {
        padding: 32px var(--padding-mobile-size);
    }
}

@media screen and (max-width: 1064px) {
    .categoryv3 .listing-products .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .categoryv3 .head-category .title h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .categoryv3 .banner {
        max-height: 400px;
    }
    .categoryv3 .banner img{
        object-position: bottom center;
    }
    .categoryv3 .listing-products .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
        padding: 0;
    }
    .categoryv3 .head-category .title {
        flex-direction: column;
        gap: 8px;
    }
    .categoryv3 .head-category .title span {
        display: none;
    }
    .categoryv3 .head-category .desc{
        margin-top: 24px;
    }
    .categoryv3 .chronofresh-and-filters-container{
        padding: 10px 0;
        top: 64px;
    }
    .categoryv3 .chronofresh-and-filters{
        padding: 0 15px;
    }
    .categoryv3 .chronofresh-and-filters .chronofresh img {
        display: none;
    }
    .categoryv3 .cross-sellingv3 {
        padding: 32px 0 0;
    }
    .categoryv3 .cross-sellingv3 .cross-title {
        font-size: 18px;
        line-height: 26px;
    }

    .plv-v3 {
        border-radius: 0;
    }
    .plv-chronofresh .visual {
        max-width: 78px;
    }
    .categoryv3 .chronofresh-and-filters .filters{
        font-size: 0;
        gap: 0;
    }
    .categoryv3 .chronofresh-and-filters .chronofresh p{
        font-size: 14px;
        line-height: 20px;
    }
    .categoryv3 .listing-products h2{
        font-size: 18px;
        line-height: 26px;
    }

    .categoryv3 .listing-products:first-child {
        margin-top: 24px;
    }

    .layerfilterproductv3 .popin-content {
        overflow: hidden;
    }
    .layerfilterproductv3 .layer-buttons-container {
        padding: 24px 16px;
    }
    .layerfilterproductv3 .layer-buttons-container a {
        width: 48%;
        padding-left: 0;
        padding-right: 0;
    }
}