/* CUSTOM CHANGES */
.line-title {
	margin-bottom: 60px;
	position: relative;
}

.line-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -30px;
	height: 1px;
	width: 48px;
}

.line-title-collection::after {
	border-bottom: 6px solid #8a8c49;
}

.bg-adventure .line-title-collection::after {
	border-color: #000;
}

.btn-outline-green {
	border: 1px solid black;
	padding: 5px 10px;
	border-radius: 20px;
	color: black;
}

.btn-outline-green:hover {
	border: 1px solid #8a8c49;
	background-color: transparent;
	color: black;
}

a.btn-outline-green:link,
a.btn-outline-green:visited,
a.btn-outline-green:hover,
a.btn-outline-green:active {
	text-decoration: initial;
	color: initial;
}

.wrapper-item__photo,
.wrapper-item__content {
	/* width: 50%; */
	padding: 30px 15px;
}

.wrapper-item__photo {
	width: 60%;
}

.wrapper-item__content {
	width: 40%;
}

.wrapper-item__photo-block {
	min-height: 500px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Main Product Image Styling */
.main-product-image {
	position: relative;
	/* background-color: #f8f9fa; */
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image-set {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image-set.active {
	display: flex !important;
}

.main-image-wrapper {
	width: 100%;
	height: 100%;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main-image-wrapper img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 4px;
}

.main-image-wrapper .threesixty {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.availability-disclaimer {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.8rem;
	color: #666;
	background: rgba(255, 255, 255, 0.9);
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
}

/* Image Thumbnails Styling */
.image-thumbnails {
	margin-top: 1rem;
}

.thumbnail-row {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.thumbnail-row.active {
	display: flex !important;
}

.thumbnail-item {
	width: 60px;
	height: 60px;
	border: 2px solid transparent;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumbnail-item:hover {
	border-color: #8a8c49;
	transform: scale(1.05);
}

.thumbnail-item.active {
	border-color: #8a8c49;
	box-shadow: 0 2px 8px rgba(138, 140, 73, 0.3);
}

.thumbnail-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.threesixty-thumb {
	background-color: #8a8c49;
	color: white;
}

.threesixty-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
}

.threesixty-icon i {
	font-size: 1.2rem;
	margin-bottom: 0.2rem;
}

/* 360° View Container - now integrated into main image area */
.threesixty {
	width: 100%;
	height: 100%;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.threesixty img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 4px;
}

.wrapper-item__g-item {
	height: 100px;
	width: 100px;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	border: 1px solid #dbdbdb;
	margin-right: 10px;
}

.wrapper-item__g-item:last-child {
	margin-right: 0;
}

.wrapper-item {
	padding: 0 30px;
}

.wrapper-item__content .specBadge {
	border-bottom: 2px solid;
}

.wapper-name span {
	font-size: 13px;
	font-family: 'usual', sans-serif !important;
}

.wrapper-gallery__img {
	max-width: 50px;
	margin-right: 20px;
}

.wrapper-gallery__item {
	width: calc(100% / 3);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 10px;
}

.wrapper-gallery__item.wrapper-gallery__item-big {
	width: calc(100% / 8);
}

.wrapper-gallery__item.wrapper-gallery__item-big .wrapper-gallery__img {
	max-width: 70px;
}

.wrapper-gallery {
	margin-bottom: 40px;
}

.key-features img {
	width: 100%;
}

@media (max-width: 1199px) {
	.wrapper-item__content {
		width: 100%;
		/* -webkit-transform: translateY(0); */
		/* -ms-transform: translateY(0); */
		/* transform: translateY(0); */
		padding: 30px 15px 10px;
	}

	.wapper-name {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.wapper-name p {
		width: 100%;
		margin-bottom: 0;
	}

	.wrapper-item {
		padding: 0 15px 30px;
	}

	.wrapper-border-b__mobile {
		border-bottom: 1px solid #d0d0d0;
		padding-bottom: 30px;
	}
}

@media (max-width: 1600px) {
	.wrapper-gallery__item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.line-title {
		margin-bottom: 30px;
	}

	.line-title::after,
	.line-title-collection::after {
		content: none;
	}
}

@media (max-width: 576px) {
	.wrapper-gallery__item {
		width: 100%;
	}
}

/* ORIGINAL */
.hidden {
	display: none;
}

.environment .card {
	border: none;
}

.colorThumb,
.videoThumb.videoThumbMain,
.trainingVideoThumb.videoThumbMain {
	width: 56px;
	height: 70px;
	margin: 10px 10px 0 0;
	cursor: pointer;
}

.videoThumb,
.trainingVideoThumb {
	position: relative;
}

.videoThumbWrapper {
	position: absolute;
}

.videoThumb .contentWrapper,
.trainingVideoThumb .contentWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.videoThumb i,
.trainingVideoThumb i {
	font-size: 30px;
}

article.wrapper-gallery__item a {
	align-items: flex-start;
}

article.wrapper-gallery__item a p.wrapper-gallery__text {
	font-weight: bold !important;
	text-decoration: underline;
}

.wrapper-product-movie {
	padding: 70px 0 120px;
}

.detail-text {
	margin-bottom: 30px;
	font-weight: 300;
}

.wrapper-video-movie__item {
	margin-right: 50px;
	width: calc((100% - 50px) / 2);
	border: 0;
}

.wrapper-video-movie__item:last-of-type {
	margin-right: 0;
}

.wrapper-specifications {
	padding: 35px 0 78px;
}

.wrapper-l {
	padding: 45px 0 50px;
	position: relative;
}

.product-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.product-details li {
	padding-left: 1.3em;
}

.product-details li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f00c';
	display: inline-block;
	margin-right: 0.7rem;
}

/* .wrapper-key-list__item-photo {
	height: 219px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: auto;
margin-bottom: 15px;
}

*/
/* .wrapper-key-list__item-photo::after {
	content: '';
} */

/* .wrapper-key-list__item {
	position: relative;
} */

/* .wrapper-key-list__item .arrow::after {
	content: '';
	position: absolute;
	left: 40%;
	bottom: 0;
	border: 20px solid transparent;
	border-bottom: 25px solid #fff;
	z-index: 1;
} */

.wrapper-gallery__text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.wrapper-also {
	padding: 60px 50px 100px;
}

.threesixty {
	/* margin-top: 50%; */
	/* transform: translateY(-50%); */
	position: absolute;
	bottom: 5px;
}

.videoContainer,
.trainingVideoContainer {
	width: 100%;
}

@media (min-width: 991px) {
	.videoContainer,
	.trainingVideoContainer {
		width: 100%;
		padding-top: 100%;
		position: relative;
	}

	.videoContainer video,
	.trainingVideoContainer iframe {
		width: 100%;
		position: absolute;
		/* top: 50%; */
		top: 0;
		left: 0;
		/* transform: translate(0, -50%); */
	}
}

@media (max-width: 992px) {
	.colorThumb,
	.videoThumb.videoThumbMain,
	.trainingVideoThumb.videoThumbMain {
		width: 56px;
		height: 56px;
	}
}

@media (max-width: 767px) {
}

@media (max-width: 550px) {
	.colorThumb,
	.videoThumb.videoThumbMain,
	.trainingVideoThumb.videoThumbMain {
		width: 56px;
		height: 56px;
	}

	.videoThumb i,
	.trainingVideoThumb i {
		font-size: 20px;
	}

	.videoThumb div.contentWrapper,
	.trainingVideoThumb div.contentWrapper {
		font-size: 11px;
	}
}

#mainImage .pictureContainer .availability-disclaimer {
	font-size: 2vw;
}

#mainImageMobile .pictureContainer #shoeCarousel {
	z-index: 5;
}

#mainImageMobile .pictureContainer .availability-disclaimer {
	position: relative;
	float: right;
	z-index: 10;
	font-size: 4.8vw;
	margin-top: -7vw;
}
