.bloc-look {
    width: 100%;
    margin: 0 auto 80px;
}

.bloc-look .hp-bloc-swiper-visuel {
    display: flex;
    align-items: top;
    padding: 40px 0 40px 40px;
}

.bloc-look .hp-bloc-swiper-visuel * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
}

.bloc-look .hp-bloc-swiper-visuel .first-carousel {
    margin-right: 20px;
    width: 40%;
}

.bloc-look .hp-bloc-swiper-visuel .first-carousel a.link-picture,
.bloc-look .hp-bloc-swiper-visuel .first-carousel .swiper-slide {
    display: inline-block;
    width: 100%;
    height: 517px;
    background-size: cover;
    background-position: var(--focal-point-x) var(--focal-point-y);
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .bloc-look .hp-bloc-swiper-visuel a.link-picture,
    .bloc-look .hp-bloc-swiper-visuel .swiper-slide {
        height: 100%;
}
}
a[id*="hp-bloc-swiper-image"].link-picture {
    background-image: var(--bloc-plp-image-desktop);
}

.bloc-look .title-section{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.bloc-look .title-section h2{
    font-family: 'Oswald';
    font-size: 34px;
    text-transform: none;
    margin-right: 10px;
}

.bloc-look .title-section .hp-bloc-swiper-visuel-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 4rem;
    text-transform: uppercase;
    padding: 1.2rem 2rem;
    border-radius: 4px;
    font-family: 'Oswald';
    text-align: center;
    text-decoration: none;
}

.bloc-look .section-carousel {
    max-width: calc(60% - 20px);
    width: 100%;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .swiper-button-horizontal {
    padding: 0 10px;
    cursor: pointer;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .swiper-button-horizontal:hover {
    background: rgba(255, 255, 255, .5);
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .swiper-slide {
    padding-bottom: 10px;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe.inside-carousel .swiper-slide img {
    height: 356px;
    object-fit: cover;
    object-position: center;

}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a {
    display: block;
    text-decoration: none;
    text-align: left;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a img {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .product-name {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    font-size: 1.6rem;
    color: #002e5e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    padding: 0 1.5rem 0 0;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .product-pricing {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .price-copy {
    font-size: 1.2rem;
    text-transform: lowercase;
    color: #002e5e;
    line-height: 1.6rem;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .product-sales-price {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.9rem;
    color: #002e5e;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .product-standard-price {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #002e5e;
    text-decoration-line: line-through;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag {
    display: flex;
    position: relative;
    font-size: 1.2rem;
    padding: 0.4rem .8rem;
    border-radius: 0.8rem;
    color: #002e5e;
    gap: 0.4rem;
    align-items: center;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag.empty-color,
.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag.empty-color .promotion-block-info {
    background-color: #fff;
    border: 0.1rem solid #002e5e;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag .promotion-block-info {
    border: 0;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
    border-radius: .8rem;
    background: transparent;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag .promotion-block-info svg path {
    stroke: inherit;
}
.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag .tooltip-flag-text {
    width: 13rem;
    font-size: 1.2rem;
    background-color: #bdd4e5;
    color: #002e5e;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    bottom: 150%;
    left: 7rem;
    margin-left: -6rem;
    z-index: 999;
    font-style: italic;
    display: none;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag .tooltip-flag-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35%;
    margin-left: -0.5rem;
    border-width: 0.5rem;
    border-style: solid;
    border-color: #bdd4e5 transparent transparent transparent;
}

.bloc-look  a.cta-under-product {
	margin: 2rem auto 0 auto;
	width: fit-content;
	height: 4rem;
	padding: 1.2rem 2rem;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.8rem;
	text-align: center;
	border-radius: 4px;
	border: 1px solid;
	text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .bloc-look .section-carousel a.cta-under-product {
       margin-top: 2rem;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .product-sales-price {
        font-size: 1.4rem;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .product-standard-price {
        font-size: 1.2rem;
    }
}

.bloc-look .section-carousel a.cta-under-product .icon-eye-btn {
    margin-right: 8px;
}


.bloc-look .section-carousel a.cta-under-product span.cta-text {
	display: inline-block;
	font-family: 'Oswald';
}

.bloc-look .section-carousel {
    display: flex;
    flex-direction: column;
    position: relative;
}

.bloc-look .inside-carousel.carousel2, .bloc-look .inside-carousel.carousel3, .bloc-look .inside-carousel.carousel4, .bloc-look .inside-carousel.carousel5, .bloc-look .cta-under-product.cta-2, .bloc-look .cta-under-product.cta-3, .bloc-look .cta-under-product.cta-4, .bloc-look .cta-under-product.cta-5 {
    display: none;
}

.bloc-look .inside-carousel.carousel1, .bloc-look .cta-under-product.cta-1 {
    display: flex;
}

.bloc-look .first-carousel .swiper-bullets {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    z-index: 1;
    gap: 1rem;
}

.bloc-look .first-carousel .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px #002e5e solid;
    opacity: 1;
    cursor: pointer;
}

.bloc-look .first-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #002e5e;
}

.bloc-look .first-carousel .swiper-bullet-2, .bloc-look .first-carousel .swiper-bullet-3, .bloc-look .first-carousel .swiper-bullet-4, .bloc-look .first-carousel .swiper-bullet-5 {
    background-color: transparent;
}

@media screen and (max-width: 1024px) {
    .bloc-look{
        margin: 0 0 36px;
    }
    .bloc-look .title-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
        margin: 0 0 20px;
        gap: 2rem;
    }
    .bloc-look .hp-bloc-swiper-visuel {
        flex-direction: column;
        padding: 20px;
    }
    .bloc-look .section-carousel {
        width: 100%;
        max-width: 100%;
    }
    .bloc-look .title-section h2 {
        margin: 0;
        text-transform: none;
        font-size: 28px;
        font-weight: 600;
        text-align: left;
        font-family: "Oswald", sans-serif;
    }
    .bloc-look .hp-bloc-swiper-visuel a.link-picture {
        width: 100%;
    }
    .bloc-look .hp-bloc-swiper-visuel .first-carousel {
        width: 100%;
        max-width: 100%;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe {
        margin-top: 20px;
    }
    .bloc-look .hp-bloc-swiper-visuel a.link-picture {
        width: 100%;
        height: 33.5rem;
        background-position: var(--focal-point-x-mob) var(--focal-point-y-mob);
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a img {
        height: 234px;
        object-fit: cover;
        object-position: center;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .product-name {
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .product-pricing {
        gap: 0.8rem;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a .price-copy {
        font-size: 1rem;
        margin-right: 0.5rem;
    }

    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag .promotion-block-info {
        font-size: 0.7rem;
        padding: 0 0.4rem;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag .tooltip-flag-text {
        font-size: 1rem;
        width: 11.3rem;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .product-promotion-flag .tooltip-flag-text::after {
        left: 70%;
    }
    .bloc-look .first-carousel .swiper-bullets {
        bottom: 2.5rem;
    }
}
