main.secondary-page{
	padding-top: 3rem;
}
.product .product__left{
	width: 39.6875rem;
}
.product .product__gallery img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}
.product .product__gallery .gallery__main{
	height: 25.8125rem;
}
.product .product__gallery .gallery__main img{
	border-radius: 0.5rem;
}
.product .product__gallery .gallery__thumbs{
	height: 7.25rem;
}
.product .product__gallery .gallery__thumbs img{
	border-radius: 0.375rem;
}

.product .product__summary{
	width: 42.1875rem;
}
.product .box{
	padding: 1.5rem;
	border-radius: 0.5rem;
	border: 1px solid var(--base-white-200, #D7D7D7);
}

.product .box .box__list{
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.product .box .box__list .list__item + .list__item{
	padding-top: 0.75rem;
	border-top: 1px solid var(--base-white-200, #D7D7D7);
}

.product .box .box__list .list__item .item__name::first-letter{
	text-transform: capitalize;
}

/* LIGHTBOX */
.product__gallery-expanded .popup__body{
	background-color: transparent;
	width: 50.25rem;
	height: 40rem;
	flex-direction: row;
}
.product__gallery-expanded .gallery__thumbs{
	flex: 0 0 9.25rem;
}
.product__gallery-expanded .gallery__thumbs img{
	width: 100%;
	height: 100%;
	border-radius: 0.375rem;
}
.product__gallery-expanded .swiper-slide.swiper-slide-thumb-active img{
	border: 0.25rem solid var(--primary-primary-1000, #0062FF);
}
.product__gallery-expanded .gallery__main img{
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	object-fit: contain;
	background-color: rgba(255, 255, 255, 0.5);
}
.product__gallery-expanded .gallery__main .swiper-counter{
	left: 2.625rem;
	top: 1.5rem;
}

.product__gallery-expanded .popup__close{
	position: absolute;
	right: 2.625rem;
	top: 1.5rem;
	border-radius: 0.375rem;
	background-color: var(--base-black-500, rgba(0, 0, 0, 0.30));
	padding: 0.625rem;
	z-index: 5;
	transition: all .3s linear;
}

.product__gallery-expanded .popup__close:hover{
	background-color: rgba(0, 0, 0, 1);
}

.product__gallery-expanded .swiper-pagination{
	position: absolute;
	left: 50%;
	bottom: 1.5rem;
	transform: translate(-50%);
	z-index: 5;
}
.product__details .damage-zones-display{
	padding: 1.5rem;
}
.product__details .damage-zones-display img{
	width: 26.125rem;
	height: auto;
}
.product__details .damage-zones-display label{
	display: flex;
	align-items: center;
}
.product__details .list__item:has(.damage-zones-display){
	gap: 1.5rem;
}
.product__details .damage-zones-display.damage-zones-display--up{
	display: grid;
	gap: 1rem;
}
.product__details .damage-zones-display.damage-zones-display--up{
	grid-template-columns: 1fr auto 1fr;
}
.product__details .damage-zones-display.damage-zones-display--up label:nth-of-type(2),
.product__details .damage-zones-display.damage-zones-display--up label:nth-of-type(7){
	justify-content: center;
}
.product__details .damage-zones-display.damage-zones-display--up label:nth-of-type(3),
.product__details .damage-zones-display.damage-zones-display--up label:nth-of-type(5),
.product__details .damage-zones-display.damage-zones-display--up label:nth-of-type(8){
	justify-content: flex-end;
}
.product__details .damage-zones-display.damage-zones-display--side{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
@media screen and (min-width: 960px){
	.product .product__summary{
		position: -webkit-sticky;
		  position: sticky;
		  top: 5.25rem;
	}
}
@media screen and (max-width: 959px){
	main.secondary-page {
		padding-top: 3.5rem;
	}
	.product .product__left,
	.product .product__details{
		flex: 0 0 auto;
		width: 100%;
	}
	
	.product .product__gallery .gallery__main{
		height: 22.375rem;
	}
	
	.product .product__gallery .gallery__thumbs{
		height: 5.25rem;
	}
	
	.product__bid-mobile{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
		border-top: 1px solid var(--base-white-200, #D7D7D7);
		background: var(--base-white-1000, #FFF);

		padding: 1rem 1.5rem;
		box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03);
	}
	
	.product__gallery-expanded{
		align-items: center;
	}
	.product__gallery-expanded .popup__body{
		flex-direction: column-reverse;
		width: 100%;
		height: auto;
		padding: 1rem;
	}
	.product__gallery-expanded .gallery__thumbs{
		flex: 1 1 auto;
		width: 100%;
		height: 4rem;
	}
	
	.product__gallery-expanded .gallery__main{
		width: 100%;
		height: 57vh;
	}
	.product__gallery-expanded .gallery__main .swiper-counter{
		left: 1.5rem;
	}

	.product__gallery-expanded .popup__close{
		right: 1.5rem;
	}
	
	.product__details .damage-zones-display{
		padding: 0rem;
	}
	.product__details .damage-zones-display img{
		width: 16.875rem;
	}
	.product__details .list__item:has(.damage-zones-display){
		gap: 2.625rem;
	}
	.product__details .damage-zones-display.damage-zones-display--up{
		display: grid;
		gap: 1rem 0rem;
	}
}

.similar-cars .similar-cars__nav {
	position: static;
	left: auto;
	bottom: auto;
	transform: none;
}

.similar-cars .similar-cars__nav .swiper-pagination-btn {
	opacity: 1;
}

.similar-cars .similar-cars-swiper .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.similar-cars .similar-cars-swiper .product-card {
	height: 100%;
}

@media (orientation: landscape) and (max-width: 959px){
	.product__gallery-expanded .popup__body{
		padding: 0;
		height: auto;
	}
	
	.product__gallery-expanded{
		align-items: stretch;
	}
	
	.product__gallery-expanded .gallery__thumbs {
        flex: 0 0 auto;
        width: 100%;
        height: 4rem;
    }
	
	.product__gallery-expanded .gallery__main {
        width: 100%;
        height: 4rem;
        flex: 1 1 auto;
    }
}