div#footer-widgets {
    background-color: #202344;
}

.footer-widget-1 h3.wp-block-heading {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #FDC831;
}

.footer-widget-1 ul.wp-block-list {
    color: #CBCBCB;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.footer-widget-1 p.wp-block-paragraph {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #CBCBCB;
    margin-top: 50px;

}
 
.footer-top {
    background: var(--navy);
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    border-top: 1px solid #FDC831;
}

.footer-top img {
    /* text-align: center; */
    margin-top: 20px;
    align-content: center;
    width: 80%;
}
 
.warning-box {
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
 
.warning-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    color: var(--teal-light);
}
 
.warning-text {
    color: #c9cbe0;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
 
.divider {
    max-width: 1000px;
    margin: 20px;
    width: 500px;
    border: none;
    border-top: 1px solid #737373;
}
 
.socials {
    display: flex;
    justify-content: center;
    gap: 16px;
}
 
.socials a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202344;
    text-decoration: none;
    transition: transform 0.2s ease;
}
 
.socials a:hover {
    transform: translateY(-2px);
}
 
.socials svg {
    width: 20px;
    height: 20px;
}
 

.sticky-bar {
    position: sticky;
    bottom: 0;
    z-index: 50;
    display: flex;
    justify-content: center;
    padding: 24px 0;
    background: #fff; /* pour masquer le contenu qui défile derrière */
}
 
.pill-nav {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #0f9c8f;
    border-radius: 999px;
    height: 48px;
    padding: 0 32px 0 40px;
}
 
  /* demi-cercle blanc qui dépasse à gauche */
.pill-nav::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    /* background: #fff; */
    background-image: url(http://vdlv-multi.ethiko.io/wp-content/uploads/2026/07/Subtract.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* border: 3px solid #0f9c8f; */
}
 
.pill-nav nav {
    display: flex;
    align-items: center;
    gap: 8px;
}
 
.pill-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    white-space: nowrap;
}
 
.pill-nav a:hover {
    opacity: 0.85;
}
 
.scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 60;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bpx-home .hero-mobile-slider,
.bpx-block-banner .hero-mobile-slider {
    display: none;
}

section.benefits {
    padding-top: 20px;

}

.bpx-home a {
    color: var(--base-2);
    text-decoration: none;
}

.bpx-block-newproduct a,
.bpx-block-gear a,
.bpx-block-guides a,
.bpx-block-event a,
.bpx-block-brands a,
.bpx-block-reviews a,
.bpx-block-faq a,
.bpx-block-ourneeds a {
    text-decoration: none;
}

.bpx-home .product-card h3 a,
.bpx-home .vdlv-product-list__link,
.bpx-block-newproduct .product-card h3 a,
.bpx-block-newproduct .vdlv-product-list__link,
.bpx-block-gear .gear-card h3 a,
.bpx-block-gear .vdlv-product-list__link {
    color: var(--blue);
}

.bpx-home .product-card h3 a,
.bpx-block-newproduct .product-card h3 a,
.bpx-block-gear .gear-card h3 a {
    font-family: var(--font-serif);
    font-weight: 600;
}

.bpx-block-gear .gear-card > div:not(.price-row) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bpx-block-gear .gear-card h3 a,
.bpx-block-gear .gear-card .desc {
    display: block;
}

.vdlv-product-list--products {
    width: 100%;
}

.vdlv-product-list--products .vdlv-product-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0;
    margin: 0;
    padding: 0 0 24px;
    align-items: stretch;
}

.vdlv-product-list--products .product-card {
    height: 586px;
    width: 100%;
    max-width: none;
    margin: 25px;
    padding: 0 24px 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 17.2px rgba(0, 0, 0, 0.08), 0 151px 21px rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    position: relative;
    box-sizing: border-box;
}

.vdlv-product-list--products .product-card .visual {
    height: 372px;
    flex: 0 0 372px;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-bottom: 0;
}

.vdlv-product-list--products .product-card .visual img {
    width: 88%;
    height: 88%;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.vdlv-product-list--products .product-card h3 {
    margin: 0 0 16px;
    min-height: 0;
    position: relative;
    z-index: 1;
    color: var(--blue);
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vdlv-product-list--products .product-card h3 a,
.vdlv-product-list--products .vdlv-product-list__link {
    color: var(--blue);
    text-decoration: none;
}

.vdlv-product-list--products .product-card h3 a {
    font-family: var(--font-serif);
    font-weight: 600;
}

.vdlv-product-list--products .product-card .meta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    flex: 0 0 auto;
    margin-top: 0;
}

.vdlv-product-list--products .product-card .meta p {
    margin: 0;
    width: 100%;
    flex: 0 0 auto;
    color: var(--grey);
    font-family: var(--font-body);
    font-weight: 400;
    opacity: 0.6;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.4395px;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.vdlv-product-list--products .price-row {
    display: flex;
    width: 100%;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 16px;
}

.vdlv-product-list--products .price {
    color: var(--blue);
    flex: 1;
    font-family: var(--font-serif);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.vdlv-product-list--products .cart-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--title);
    color: #fff;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.vdlv-product-list--products .cart-btn:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 12px 24px rgba(32, 35, 68, .16);
}

.vdlv-product-list--products .cart-btn svg {
    width: 24px;
    height: 24px;
}

.vdlv-product-list--products .slick-slide {
    height: auto;
}

.vdlv-product-list--products .slick-track {
    display: flex;
    align-items: stretch;
}

.vdlv-product-list--products .slick-slide {
    height: inherit;
}

.vdlv-product-list--products .slick-slide > div {
    height: 100%;
}

.vdlv-product-list--products .slick-slide .product-card {
    height: 100%;
}

.inside-site-info {
    padding: 0; 
}

.vdlv-product-list.vdlv-product-list--related .slick-track article.product-card {
    margin-right: 45px;
}

@media (max-width: 1180px) {
    .vdlv-product-list--products .vdlv-product-list__grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 0;
    }

    .vdlv-product-list--products .product-card {
        flex: 0 0 min(82vw, 360px);
        height: 520px;
        min-height: 360px;
        width: 100%;
        max-width: none;
        margin: 12px;
        padding: 0 22px 22px;
    }

    .vdlv-product-list--products .product-card .visual {
        height: 314px;
        flex-basis: 314px;
        margin-bottom: 15px;
    }

    .vdlv-product-list--products .product-card .visual img {
        width: 100%;
        height: inherit;
        max-height: none;
    }

    .vdlv-product-list--products .product-card h3 {
        min-height: auto;
        font-size: 16px;
    }

    .vdlv-product-list--products .product-card .meta {
        gap: 0;
    }

    .vdlv-product-list--products .product-card .meta p {
        font-size: 15px;
        line-height: 1.25;
    }

    .vdlv-product-list--products .cart-btn svg {
        width: 24px;
        height: 24px;
    }

    .vdlv-product-list--products .slick-dots {
        bottom: -28px;
    }

    .vdlv-product-list--products .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 4px;
    }

    .vdlv-product-list--products .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 0;
    }

    .vdlv-product-list--products .slick-dots li button:before {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #202344;
        color: transparent;
        opacity: 1;
    }

    .vdlv-product-list--products .slick-dots li.slick-active button:before {
        background: #00a29b;
        opacity: 1;
    }

    .bpx-home .vdlv-product-section .slick-dots,
    .bpx-block-newproduct .vdlv-product-section .slick-dots,
    .bpx-block-gear .vdlv-product-section .slick-dots {
        bottom: -28px;
    }

    .bpx-home .vdlv-product-section .slick-dots li,
    .bpx-block-newproduct .vdlv-product-section .slick-dots li,
    .bpx-block-gear .vdlv-product-section .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 4px;
    }

    .bpx-home .vdlv-product-section .slick-dots li button,
    .bpx-block-newproduct .vdlv-product-section .slick-dots li button,
    .bpx-block-gear .vdlv-product-section .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 0;
    }

    .bpx-home .vdlv-product-section .slick-dots li button:before,
    .bpx-block-newproduct .vdlv-product-section .slick-dots li button:before,
    .bpx-block-gear .vdlv-product-section .slick-dots li button:before {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #202344;
        color: transparent;
        opacity: 1;
    }

    .bpx-home .vdlv-product-section .slick-dots li.slick-active button:before,
    .bpx-block-newproduct .vdlv-product-section .slick-dots li.slick-active button:before,
    .bpx-block-gear .vdlv-product-section .slick-dots li.slick-active button:before {
        background: #00a29b;
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bpx-home .hero-mobile-slider,
    .bpx-block-banner .hero-mobile-slider {
        display: none !important;
    }

    .bpx-home .hero,
    .bpx-block-banner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .bpx-home .hero-main,
    .bpx-block-banner .hero-main {
        display: block !important;
        width: 100% !important;
        min-height: 0;
        aspect-ratio: 1.55;
    }

    .bpx-home .hero-side,
    .bpx-block-banner .hero-side {
        display: grid !important;
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px !important;
    }

    .bpx-home .hero-side-card,
    .bpx-block-banner .hero-side-card {
        display: block !important;
        min-height: 0;
        aspect-ratio: 1.65;
    }
}

@media (max-width: 1024px) {
    .vdlv-product-list--products {
        overflow: hidden;
    }

    .vdlv-product-list--products .slick-track {
        display: block;
    }

    .vdlv-product-list--products .vdlv-product-list__grid {
        display: block;
        padding-bottom: 24px;
    }

    .vdlv-product-list--products .slick-list {
        overflow: hidden;
        margin: 0;
    }

    .vdlv-product-list--products .slick-slide > div {
        width: 100%;
        height: auto;
    }

    .vdlv-product-list--products .slick-slide,
    .vdlv-product-list--products .slick-slide .product-card {
        height: auto;
    }

    .vdlv-product-list--products .product-card {
        flex: 0 0 100%;
        width: 100%;
        height: auto;
        min-height: 500px;
        margin: 0;
        padding: 0 22px 22px;
        display: flex;
    }

    .vdlv-product-list--products .product-card .meta {
        align-items: stretch;
    }

    .vdlv-product-list--products .product-card .visual {
        height: 300px;
        flex-basis: 300px;
    }

    .vdlv-product-list--products .product-card .visual img {
        width: 100%;
        height: inherit;
    }

    .vdlv-product-list--products .product-card h3 {
        margin: 0 0 16px;
        font-size: 16px;
        line-height: 1.2;
    }

    .vdlv-product-list--products .product-card .meta p {
        font-size: 15px;
        line-height: 1.25;
    }

    .vdlv-product-list--products .price {
        font-size: 25px;
    }

    .vdlv-product-list--products .slick-dots {
        display: block !important;
        bottom: -28px;
    }

    .vdlv-product-list--products .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 4px;
    }

    .vdlv-product-list--products .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 0;
    }

    .vdlv-product-list--products .slick-dots li button:before {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #202344;
        color: transparent;
        opacity: 1;
    }

    .vdlv-product-list--products .slick-dots li.slick-active button:before {
        background: #00a29b;
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bpx-home .hero-mobile-slider,
    .bpx-block-banner .hero-mobile-slider {
        display: none;
    }

    .bpx-home .hero,
    .bpx-block-banner {
        height: auto;
        min-height: 0;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
    }

    .bpx-home .hero-main,
    .bpx-block-banner .hero-main {
        display: block;
        width: 100%;
        min-height: 440px;
        aspect-ratio: auto;
    }

    .bpx-home .hero-side,
    .bpx-block-banner .hero-side {
        display: flex;
        width: 100%;
        flex: 0 0 auto;
        flex-direction: row;
        gap: 20px;
    }

    .bpx-home .hero-side-card,
    .bpx-block-banner .hero-side-card {
        flex: 1 1 0;
        min-height: 0;
        aspect-ratio: auto;
    }

    .bpx-home .hero-main .hero-card,
    .bpx-home .hero-main img,
    .bpx-block-banner .hero-main .hero-card,
    .bpx-block-banner .hero-main img {
        width: 100%;
        height: 100%;
    }

    .bpx-home .hero-side .hero-card,
    .bpx-home .hero-side img,
    .bpx-block-banner .hero-side .hero-card,
    .bpx-block-banner .hero-side img {
        width: 100%;
        height: 100%;
    }

    .bpx-block-faq .faq-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
}

@media (max-width: 1180px) {
    .bpx-block-gear .vdlv-gear-list {
        width: 100%;
        overflow: hidden;
    }

    .bpx-block-gear .vdlv-gear-list .vdlv-product-list__grid {
        display: block;
        margin: 0;
        padding: 0 0 40px;
        overflow: visible;
    }

    .bpx-block-gear .vdlv-gear-list .slick-list {
        overflow: hidden;
        margin: 0 -12px;
    }

    .bpx-block-gear .vdlv-gear-list .slick-track {
        display: flex;
        align-items: stretch;
        gap: 20px;
    }

    .bpx-block-gear .vdlv-gear-list .slick-slide {
        height: auto;
        padding: 0 12px;
    }

    .bpx-block-gear .vdlv-gear-list .slick-slide > div {
        display: flex;
        height: 100%;
    }

    .bpx-block-gear .vdlv-gear-list .gear-card {
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 586px;
        margin: 0;
    }

    .bpx-block-gear .vdlv-gear-list .price-row {
        margin-top: auto;
    }

    .bpx-block-gear .vdlv-gear-list .slick-arrow {
        display: none !important;
    }

    .bpx-block-gear .vdlv-gear-list .slick-dots {
        bottom: 0;
        display: flex !important;
        justify-content: center;
        gap: 8px;
        line-height: 0;
    }

    .bpx-block-gear .vdlv-gear-list .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0;
    }

    .bpx-block-gear .vdlv-gear-list .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 0;
    }

    .bpx-block-gear .vdlv-gear-list .slick-dots li button::before {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #202344;
        color: transparent;
        opacity: 1;
    }

    .bpx-block-gear .vdlv-gear-list .slick-dots li.slick-active button::before {
        background: #00a29b;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .bpx-block-gear .vdlv-gear-list .slick-list {
        margin: 0;
    }

    .bpx-block-gear .vdlv-gear-list .slick-slide {
        padding: 20px;
        margin: 0;
    }

    .bpx-block-gear .vdlv-gear-list .gear-card {
        min-height: 520px;
    }

    .pill-nav {
      padding: 0 16px 0 32px;
    }
    .pill-nav nav {
      flex-wrap: wrap;
      justify-content: center;
    }
    .pill-nav a {
      padding: 8px 10px;
      font-size: 13px;
    }
    .bpx-home .benefits,
    .bpx-block-benefits {
        height: auto;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: clamp(20px, 3vw, 40px);
    }
    .bpx-home .needs {
        margin: 0 auto;
        padding-block: 0px;
    }
    .bpx-home .needs-left {
        flex: 0 1 511px;
        width: min(100%, 511px);
        min-width: 0;
        padding-top: 40px;
    }
    .bpx-home .hero, .bpx-home .products, .bpx-home .event, .bpx-home .needs, .bpx-home .guides, .bpx-home .trust, .bpx-home .benefits,
    .bpx-block-banner, .bpx-block-benefits {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }
    .vdlv-article-list {
        width: min(100% ,466px);
    }
    .bpx-home .needs-grid {
        padding-bottom: 0;
    }
    .site-content, .site-main {
        padding-bottom: 60px;
    }
    .gear-grid .vdlv-product-list__grid {
        gap: 16px;
        margin-left: 0;
        overflow: visible;
    }
    .bpx-home .product-grid, .bpx-home .gear-grid {
        margin-inline: 0px;
    }
    .bpx-block-newproduct .btn, .bpx-block-event .btn, .bpx-block-ourneeds .btn, .bpx-block-gear .btn, .bpx-block-guides .btn, .bpx-block-faq .btn {
        min-height: 60px;
        padding: 10px 30px;
    }


    .divider {
        width: 100%;
    }

    .bpx-home .hero-mobile-slider,
    .bpx-block-banner .hero-mobile-slider {
        display: block;
        width: 100%;
    }

    .bpx-home .hero-mobile-slide,
    .bpx-block-banner .hero-mobile-slide {
        aspect-ratio: 1;
    }

    .bpx-home .hero-mobile-slide img,
    .bpx-block-banner .hero-mobile-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .bpx-home .hero-mobile-slider.slick-initialized .hero-mobile-slide,
    .bpx-block-banner .hero-mobile-slider.slick-initialized .hero-mobile-slide {
        display: block;
    }

    .bpx-home .hero-mobile-slider .slick-list,
    .bpx-block-banner .hero-mobile-slider .slick-list {
        overflow: hidden;
        border-radius: 10px;
    }

    .bpx-home .hero-mobile-slider .slick-track,
    .bpx-block-banner .hero-mobile-slider .slick-track {
        display: flex;
        gap: 0;
    }

    .bpx-home .hero-mobile-slider .slick-slide,
    .bpx-block-banner .hero-mobile-slider .slick-slide {
        height: auto;
    }

    .bpx-home .hero-mobile-slider .slick-slide > div,
    .bpx-block-banner .hero-mobile-slider .slick-slide > div {
        height: 100%;
    }

    .bpx-home .hero-mobile-slider .slick-dots,
    .bpx-block-banner .hero-mobile-slider .slick-dots {
        bottom: -28px;
    }

    .bpx-home .hero-mobile-slider .slick-dots li,
    .bpx-block-banner .hero-mobile-slider .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 4px;
    }

    .bpx-home .hero-mobile-slider .slick-dots li button,
    .bpx-block-banner .hero-mobile-slider .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 0;
    }

    .bpx-home .hero-mobile-slider .slick-dots li button:before,
    .bpx-block-banner .hero-mobile-slider .slick-dots li button:before {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #202344;
        color: transparent;
        opacity: 1;
    }

    .bpx-home .hero-mobile-slider .slick-dots li.slick-active button:before,
    .bpx-block-banner .hero-mobile-slider .slick-dots li.slick-active button:before {
        background: #00a29b;
        opacity: 1;
    }

    .bpx-home .hero-main,
    .bpx-home .hero-side,
    .bpx-block-banner .hero-main,
    .bpx-block-banner .hero-side {
        display: none;
    }

    .bpx-home .vdlv-product-section {
        display: block;
        margin-inline: 0;
        padding: 0;
        overflow: visible;
    }

    .bpx-block-newproduct .vdlv-product-section,
    .bpx-block-gear .vdlv-product-section {
        display: block;
        margin-inline: 0;
        padding: 0;
        overflow: visible;
    }

    .bpx-home .vdlv-product-section .vdlv-product-list {
        width: 100%;
    }

    .bpx-block-newproduct .vdlv-product-section .vdlv-product-list,
    .bpx-block-gear .vdlv-product-section .vdlv-product-list {
        width: 100%;
    }

    .bpx-home .vdlv-product-section .vdlv-product-list__grid {
        margin: 0;
        padding: 0 0 24px;
    }

    .bpx-block-newproduct .vdlv-product-section .vdlv-product-list__grid,
    .bpx-block-gear .vdlv-product-section .vdlv-product-list__grid {
        margin: 0;
        padding: 0 0 24px;
    }

    .bpx-home .vdlv-product-section .product-card {
        margin: 0;
    }

    .bpx-block-newproduct .vdlv-product-section .product-card, .bpx-block-gear .vdlv-product-section .product-card, .bpx-block-gear .vdlv-product-section .gear-card {
        margin: 20px;
    }

    .bpx-home .vdlv-product-section .slick-arrow {
        display: none !important;
    }

    .bpx-block-newproduct .vdlv-product-section .slick-arrow,
    .bpx-block-gear .vdlv-product-section .slick-arrow {
        display: none !important;
    }

    .bpx-home .vdlv-product-section .slick-dots {
        bottom: 8px;
    }

    .bpx-block-newproduct .vdlv-product-section .slick-dots,
    .bpx-block-gear .vdlv-product-section .slick-dots {
        bottom: 8px;
    }

    .bpx-home .vdlv-product-section .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 4px;
    }

    .bpx-block-newproduct .vdlv-product-section .slick-dots li,
    .bpx-block-gear .vdlv-product-section .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 4px;
    }

    .bpx-home .vdlv-product-section .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 0;
    }

    .bpx-block-newproduct .vdlv-product-section .slick-dots li button,
    .bpx-block-gear .vdlv-product-section .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 0;
    }

    .bpx-home .vdlv-product-section .slick-dots li button:before {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #202344;
        color: transparent;
        opacity: 1;
    }

    .bpx-block-newproduct .vdlv-product-section .slick-dots li button:before,
    .bpx-block-gear .vdlv-product-section .slick-dots li button:before {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #202344;
        color: transparent;
        opacity: 1;
    }

    .bpx-home .vdlv-product-section .slick-dots li.slick-active button:before {
        background: #00a29b;
        opacity: 1;
    }

    .bpx-block-newproduct .vdlv-product-section .slick-dots li.slick-active button:before,
    .bpx-block-gear .vdlv-product-section .slick-dots li.slick-active button:before {
        background: #00a29b;
        opacity: 1;
    }

    section.benefits {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .bpx-home .hero-mobile-slider,
    .bpx-block-banner .hero-mobile-slider {
        display: none !important;
    }

    .bpx-home .hero,
    .bpx-block-banner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .bpx-home .hero-main,
    .bpx-block-banner .hero-main {
        display: block !important;
        width: 100% !important;
        min-height: 0;
        aspect-ratio: 1.55;
    }

    .bpx-home .hero-side,
    .bpx-block-banner .hero-side {
        display: grid !important;
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px !important;
    }

    .bpx-home .hero-side-card,
    .bpx-block-banner .hero-side-card {
        display: block !important;
        min-height: 0;
        aspect-ratio: 1.65;
    }
}

@media (max-width: 590px) {
 
    .bpx-block-newproduct .vdlv-product-section .product-card, .bpx-block-gear .vdlv-product-section .product-card, .bpx-block-gear .vdlv-product-section .gear-card {
        margin: 0px;
    }
    
    .benefit__desc {
        font-size: 12px;
    }
}

.bpx-block-related-products {
    position: relative;
    left: auto;
    width: 100%;
    max-width: none;
    margin: 72px 0;
    overflow: visible;
    color: var(--blue);
    clear: both;
}

.woocommerce-cart .entry-content > .bpx-block-related-products,
.woocommerce-cart .woocommerce > .bpx-block-related-products,
.woocommerce-cart .wp-block-acf-vdlv-related-products {
    width: 100%;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.woocommerce-cart .bpx-cart-main .bpx-block-related-products,
.woocommerce-cart .bpx-cart-main .wp-block-acf-vdlv-related-products {
    width: min(1360px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    margin-right: 0;
    margin-left: 0;
}

.bpx-related-products__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: visible;
}

.bpx-related-products__title {
    margin: 0 0 32px;
    color: var(--title);
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0;
}

.bpx-related-products__title strong {
    font: inherit;
}

.bpx-related-products__title span {
    font-family: var(--font-serif);
    font-weight: 300;
}

.vdlv-product-list--related {
    width: 100%;
    overflow: visible;
    position: relative;
}

.vdlv-product-list--related .vdlv-product-list__grid {
    display: block;
    margin: 0;
    padding: 0 0 42px;
    list-style: none;
}

.vdlv-product-list--related .slick-list {
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px 54px;
}

.vdlv-product-list--related .slick-track {
    display: flex;
    align-items: stretch;
}

.vdlv-product-list--related .slick-slide {
    height: auto;
    margin: 0 15px;
    padding: 0;
    box-sizing: border-box;
}

/* .vdlv-product-list--related .slick-slide > div {
    height: 100%;
} */

.vdlv-product-list--related .product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 298px;
    height: 355px;
    margin: 0;
    padding: 18px 24px 24px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 17.2px rgba(0, 0, 0, 0.08), 0 151px 21px rgba(0, 0, 0, 0);
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 0;
    overflow: hidden;
}.vdlv-product-list--related .product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 298px;
    height: 355px;
    margin: 0;
    padding: 18px 24px 24px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 17.2px rgba(0, 0, 0, 0.08), 0 151px 21px rgba(0, 0, 0, 0);
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 0;
    overflow: hidden;
}

.vdlv-product-list--related .product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 455px;
    height: 355px;
    margin: 0;
    padding: 18px 24px 24px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 17.2px rgba(0, 0, 0, 0.08), 0 151px 21px rgba(0, 0, 0, 0);
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 0;
    overflow: hidden;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(32, 35, 68, .18);
    background-color: #000 !important;
}

.vdlv-product-list--related.slick-initialized,
.vdlv-product-list--related .slick-initialized {
    min-width: 0;
}

.vdlv-product-list--related .slick-slide .product-card {
    min-width: 0;
}

.vdlv-product-list--related .product-card .visual {
    display: grid;
    place-items: center;
    width: 100%;
    height: 190px;
    flex: 0 0 190px;
    margin: 0 0 18px;
    overflow: hidden;
}

.vdlv-product-list--related .product-card .visual img {
    display: block;
    width: 68%;
    height: 68%;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.vdlv-product-list--related .product-card h3 {
    margin: 0 0 14px;
    max-width: 100%;
    color: var(--blue);
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vdlv-product-list--related .product-card h3 a,
.vdlv-product-list--related .vdlv-product-list__link {
    color: var(--blue);
    text-decoration: none;
}

.vdlv-product-list--related .product-card .meta {
    display: flex !important;
    overflow: visible;
    flex-direction: column;
    justify-content: flex-end;
    /* gap: 14px; */
}

.vdlv-product-list--related .product-card .meta p {
    display: -webkit-box !important;
    width: auto;
    max-width: none;
    min-height: 90px;
    margin: 0;
    color: var(--grey);
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 29.25px;
    letter-spacing: 0;
    opacity: 0.6;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 95px;
}

.vdlv-product-list--related .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin-top: auto;
}

.vdlv-product-list--related .price {
    color: var(--blue);
    font-family: var(--font-serif);
    font-size: clamp(20px, 3vw, 25px);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.vdlv-product-list--related .cart-btn {
    position: relative;
    align-self: auto;
    justify-self: end;
    right: auto;
    bottom: auto;
    display: grid !important;
    place-items: center;
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    margin-top: 0;
    border-radius: 50%;
    background: var(--title);
    color: #fff;
    text-decoration: none;
    opacity: 1;
    visibility: visible;
    transition: transform .2s ease, box-shadow .2s ease;
}

.vdlv-product-list--related .cart-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 16px 30px rgba(32, 35, 68, .18);
}

.vdlv-product-list--related .cart-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdlv-product-list--related .cart-btn svg {
    width: 24px;
    height: 24px;
}

.vdlv-product-list--related .slick-arrow {
    z-index: 3;
    width: 40px;
    height: 40px;
    background: transparent;
}

.vdlv-product-list--related button.slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
}

.vdlv-product-list--related .slick-prev {
    left: -58px;
}

.vdlv-product-list--related .slick-next {
    right: -58px;
}

.vdlv-product-list--related button.slick-prev.slick-arrow {
    left: -58px;
}

.vdlv-product-list--related button.slick-next.slick-arrow {
    right: -58px;
}

.vdlv-product-list--related .slick-arrow:hover,
.vdlv-product-list--related .slick-arrow:focus {
    background: transparent;
}

.vdlv-product-list--related .slick-arrow::before {
    position: static;
    display: block;
    color: #111131;
    font-family: slick;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
}

.vdlv-product-list--related button.slick-arrow::before {
    position: static;
    color: #111131;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
}

.vdlv-product-list--related .slick-prev::before {
    content: "←";
}

.vdlv-product-list--related .slick-next::before {
    content: "→";
}

.vdlv-product-list--related .slick-dots {
    bottom: -10px;
}

.vdlv-product-list--related .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 4px;
}

.vdlv-product-list--related .slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
}

.vdlv-product-list--related .slick-dots li button::before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--blue);
    color: transparent;
    opacity: 1;
}

.vdlv-product-list--related .slick-dots li.slick-active button::before {
    background: #00a29b;
    opacity: 1;
}

@media (max-width: 1500px) {
    .vdlv-product-list--related .slick-prev {
        left: -32px;
    }

    .vdlv-product-list--related .slick-next {
        right: -32px;
    }

    .vdlv-product-list--related button.slick-prev.slick-arrow {
        left: -32px;
    }

    .vdlv-product-list--related button.slick-next.slick-arrow {
        right: -32px;
    }
}

@media (max-width: 1180px) {
    .bpx-block-related-products {
        width: 100%;
        max-width: none;
        margin: 56px 0;
    }

    .bpx-related-products__inner {
        width: 100%;
        max-width: 980px;
    }

    .vdlv-product-list--related .vdlv-product-list__grid {
        display: block;
    }

    .vdlv-product-list--related .slick-list {
        margin: 0 -15px;
        padding: 0 15px 48px;
    }

    .vdlv-product-list--related .slick-slide {
        margin: 0 15px;
        padding: 0;
    }

    .vdlv-product-list--related .product-card {
        height: 500px;
        min-height: 360px;
        padding: 0 22px 22px;
    }

    .vdlv-product-list--related .product-card .visual {
        height: 190px;
        flex-basis: 190px;
        margin-bottom: 15px;
    }

    .vdlv-product-list--related .product-card .visual img {
        width: 68%;
        height: 68%;
    }
}

@media (max-width: 900px) {
    .bpx-related-products__inner {
        width: calc(100% - 32px);
        max-width: 620px;
    }

    .bpx-related-products__title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 38px;
    }

    .vdlv-product-list--related .product-card {
        height: auto;
        min-height: 450px;
        padding: 0 22px 22px;
    }

    .vdlv-product-list--related .product-card .meta {
        align-items: flex-end;
        grid-template-columns: minmax(0, 1fr) 54px;
        gap: 16px;
        min-height: 96px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }

    .vdlv-product-list--related .product-card .meta p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.35;
        min-height: 82px;
    }

    .vdlv-product-list--related .cart-btn {
        width: 54px;
        height: 54px;
    }

    .vdlv-product-list--related .cart-btn svg {
        width: 27px;
        height: 27px;
    }
}

@media (max-width: 560px) {
    .bpx-block-related-products {
        width: 100%;
        max-width: none;
        margin: 42px 0;
    }

    .bpx-related-products__inner {
        width: calc(100% - 24px);
        max-width: 420px;
    }

    .vdlv-product-list--related .slick-list {
        margin: 0;
        padding: 0 0 44px;
    }

    .vdlv-product-list--related .slick-slide {
        margin: 0;
        padding: 0;
    }

    .vdlv-product-list--related .product-card {
        min-height: 430px;
    }

    .vdlv-product-list--related .product-card .visual {
        height: 170px;
        flex-basis: 170px;
        margin-bottom: 0;
    }

    .vdlv-product-list--related .product-card .visual img {
        width: 100%;
        height: inherit;
    }

    .vdlv-product-list--related .product-card h3 {
        max-width: 100%;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 1.15;
    }

    .vdlv-product-list--related .product-card .meta p {
        max-width: 100%;
        font-size: 15px;
    }
}

/* Benefits: two compact columns on mobile. */
@media (max-width: 767px) {
    .bpx-home .benefits,
    .bpx-block-benefits {
        width: calc(100% - 24px);
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
        margin-top: 22px;
    }

    .bpx-home .benefit,
    .bpx-block-benefits .benefit {
        width: auto;
        min-width: 0;
        display: block;
        text-align: left;
    }

    .bpx-home .benefit img,
    .bpx-block-benefits .benefit img,
    .bpx-home .benefit:nth-child(4) img,
    .bpx-block-benefits .benefit:nth-child(4) img {
        width: 30px;
        height: 30px;
        margin: 0 0 7px;
    }

    .bpx-home .benefit h3,
    .bpx-block-benefits .benefit h3 {
        font-size: 13px;
        line-height: 1.15;
        letter-spacing: 0;
        margin-bottom: 4px;
    }

    .bpx-home .benefit p,
    .bpx-block-benefits .benefit p,
    .bpx-block-benefits .benefit__desc p {
        font-size: 9px;
        line-height: 1.35;
    }
}

/* Benefits: one row on tablet with compact sizing. */
@media (min-width: 768px) and (max-width: 1024px) {
    .bpx-home .benefits,
    .bpx-block-benefits {
        width: calc(100% - 48px);
        height: auto;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
        margin-top: 28px;
    }

    .bpx-home .benefit,
    .bpx-block-benefits .benefit {
        width: auto;
        min-width: 0;
    }

    .bpx-home .benefit img,
    .bpx-block-benefits .benefit img,
    .bpx-home .benefit:nth-child(4) img,
    .bpx-block-benefits .benefit:nth-child(4) img {
        width: 44px;
        height: 44px;
        margin-bottom: 8px;
    }

    .bpx-home .benefit h3,
    .bpx-block-benefits .benefit h3 {
        font-size: 16px;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .bpx-home .benefit p,
    .bpx-block-benefits .benefit p,
    .bpx-block-benefits .benefit__desc p {
        font-size: 12px;
        line-height: 1.35;
    }
}
