.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1300px;
}

.ws-single-magasin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ws-single-magasin__row {
    max-width: 1300px;
    width: calc(100% - 100px);
    display: flex;
	align-items: flex-start;
	gap: 30px;
    padding: 50px 0;
    border-top: 1px solid var(--hs-grey);
}

.ws-single-magasin__row:first-child {
    border-top: none;
}

/* Contact block */

.ws-single-magasin__contact {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background-color: #f7f7f7;
	padding: 45px 30px;
}

.ws-single-magasin__contact > div {
    padding-bottom: 30px;
}

.ws-single-magasin__logo img {
    height: 130px;
}

.ws-single-magasin__address {
    font-size: 1.2rem;
}

div.ws-single-magasin__phone-number {
    font-weight: bold;
    padding-bottom: 30px;
}

div.ws-single-magasin__phone-number a {
    color: var(--e-global-color-primary);
}

div.ws-single-magasin__website a {
    color: black;
    font-size: 1.3rem;
}

.ws-single-magasin__social {
    display: flex;
    gap: 25px;
}

.ws-single-magasin__social i.bi {
    font-size: 40px;
    color: var(--hs-grey);
}

/* ---- */

.ws-single-magasin__google {
	max-width: calc(100% / 3 * 2);
}

/* ---- */

.ws-single-magasin__gallery,
.ws-single-magasin__reviews {
	position: relative;
	padding: 0 50px;
}

.ws-single-magasin__gallery .swiper-button-prev,
.ws-single-magasin__gallery .swiper-button-next,
.ws-single-magasin__reviews .swiper-button-prev,
.ws-single-magasin__reviews .swiper-button-next {
	background-color: var(--hs-blue);
	height: auto;
	left: -10px;
	width: auto;
	color: #fff;
	padding: 5px;
	border-radius: 100px;
	transition: background-color 0.1s ease;
}
.ws-single-magasin__gallery .swiper-button-next,
.ws-single-magasin__reviews .swiper-button-next {
	right: -10px;
	left: unset;
}

.ws-single-magasin__gallery .swiper-button-prev:hover,
.ws-single-magasin__gallery .swiper-button-next:hover,
.ws-single-magasin__reviews .swiper-button-prev:hover,
.ws-single-magasin__reviews .swiper-button-next:hover {
	background-color: var(--hs-dark-blue);
}

.ws-single-magasin__gallery .swiper-button-prev::after,
.ws-single-magasin__gallery .swiper-button-next::after,
.ws-single-magasin__reviews .swiper-button-prev::after,
.ws-single-magasin__reviews .swiper-button-next::after {
	font-size: 33px;
}

/* ---- */

.ws-single-magasin__gallery {
	padding-bottom: 40px;
	border-bottom: 1px dotted var(--hs-blue);
	margin-bottom: 40px;
}

.ws-single-magasin__gallery .swiper-wrapper {
    align-items: center;
}

.ws-single-magasin__gallery .swiper-slide {
	width: auto;
	max-width: 100%;
}

/* ---- */

.ws-single-magasin__rating {
	padding: 10px 10px 20px 10px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	border-bottom: 1px dotted var(--hs-blue);
	margin-bottom: 40px;
}

.ws-single-magasin__rating .ws-single-magasin__rating-link {
	color: var(--hs-blue);
}
.ws-single-magasin__rating .ws-single-magasin__rating-link:hover {
	color: var(--hs-dark-blue);
}

/* ---- */

.ws-single-magasin__reviews .swiper-slide {
	width: auto;
	max-width: 100%;
}

.ws-single-magasin__review {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	font-size: 14px;
	color: #2f2f2f;
}

.ws-single-magasin__review-author {
	display: flex;
	gap: 10px;
	align-items: center;
}

.ws-single-magasin__review-author img {
	width: 40px;
}

.ws-single-magasin__review-meta,
.ws-single-magasin__review-visit-date {
	font-size: 12px;
	color: #797979;
}

.ws-single-magasin__review-text.truncated {
	overflow: hidden;
	max-height: 150px;
}

.ws-single-magasin__review-rating {
	color: #2f2f2f;
}

/* Schedule block */

.ws-single-magasin__schedule {
	width: 100%;
}

.ws-single-magasin__schedule .ws-single-magasin__schedule-title {
    color: inherit;
    width: 100%;
    flex: 1;
	padding-bottom: 10px;
    margin: 0;
	font-size: 1.5rem;
    text-align: center;
}

.ws-single-magasin__schedule-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 10px 0;
    border-bottom: 1px dotted var(--hs-grey);
}

.ws-single-magasin__schedule-row.current-day {
    color: var(--e-global-color-primary);
}

.ws-single-magasin__schedule-row:last-child {
    border-bottom: none;
}

.ws-single-magasin__day {
    font-size: 1.2rem;
    font-weight: bold;
}

.ws-single-magasin__hours {
    display: flex;
    justify-content: center;
    text-align: center;
    flex: 1;
}

.ws-single-magasin__morning-hours,
.ws-single-magasin__afternoon-hours {
    width: 100%;
}

.ws-single-magasin__schedule-addition {
    padding-top: 20px;
}

/* Shop informations block */
.ws-single-magasin__shop-informations-container {
    display: flex;
    width: 100%;
    height: 100%;
}

.ws-single-magasin__shop-informations {
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 2;
}

.ws-single-magasin__stats {
    display: flex;
    gap: 64px;
    text-align: center;
}

.ws-single-magasin__icon {
    width: 225px;
	height: 70px;
}

.ws-single-magasin__stat-title {
    font-size: 1.6rem;
    padding-top: 32px;
}

.ws-single-magasin__stat-value {
    font-size: 1.6rem;
    font-weight: bold;
}

.ws-single-magasin__description > div {
    color: var(--e-global-color-text) !important;
}

.ws-single-magasin__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.ws-single-magasin__row.cookiesDeclined {
    display: none;
}

.ws-single-magasin__video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* Map block */
#hs-map {
    height: 500px;
    flex: 1;
    z-index: 0;
}

.ws-single-magasin__services-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.ws-single-magasin__service-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.ws-single-magasin__service {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.ws-single-magasin__service-title {
    align-self: center;
    flex: 1;
}

.ws-single-magasin__service-image img,
.ws-single-magasin__service-image svg {
	width: 70px;
	height: 70px;
}

@media (max-width: 1023px) {
    .ws-single-magasin__row {
        padding: 20px;
    }

    .ws-single-magasin__hours {
        gap: 50px;
    }

    .ws-single-magasin__shop-informations-container {
        flex-direction: column;
        gap: 32px;
    }

    #hs-map {
        flex: none;
    }

    .ws-single-magasin__stats {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ws-single-magasin__logos {
        justify-content: center;
    }

    .ws-single-magasin__services-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .ws-single-magasin__row {
        width: 100%;
        flex-direction: column;
        border-top: none;
		padding: 10px;
		margin-bottom: 40px;
	}

	.ws-single-magasin__contact {
		width: 100%;
	}
	.ws-single-magasin__google {
		width: 100%;
		max-width: none;
    }

    .ws-single-magasin__hours {
        gap: 20px;
    }

	.ws-single-magasin__gallery .swiper-button-prev,
	.ws-single-magasin__reviews .swiper-button-prev {
		left: 0px;
	}
	.ws-single-magasin__gallery .swiper-button-next,
	.ws-single-magasin__reviews .swiper-button-next {
		right: 0px;
	}

    .ws-single-magasin__schedule {
        border-top: 1px solid var(--hs-grey);
        border-left: none;
		padding: 25px 0 0 0 !important;
	}

	.ws-single-magasin__services-container {
		grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
	}

    .ws-single-magasin__service-image {
        flex: unset;
    }

    .ws-single-magasin__shop-informations {
        padding-right: 0;
    }
    }
