.hero_gallery-layout {
	margin-block: 0;
}

.hero_gallery-layout .breadcrumb-col {
	margin-bottom: var(--global-row-spacing);
}

.hero_gallery-layout .pk-text {
	font-size: var(--desktop-body-lg);
}
.hero_gallery-layout .pk-button-group {
	margin-top: max(1.5rem, calc(1.5 * var(--su)));
}

.hero_gallery-layout .pk-grid-container:has(.swiper-container) {
	margin-top: max(3rem, calc(3.75 * var(--su)));
}
.hero_gallery-layout .pk-grid-container .swiper-wrapper {
	transition-timing-function: linear !important;
}
.hero_gallery-layout .pk-grid-container .swiper-slide img {
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
	user-select: none;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.hero_gallery-layout .gallery-col {
		padding-inline: 2rem;
	}
}