/* ========================================
   PRODUCT DETAIL PAGE - SPECIFIC STYLES
   ======================================== */

/* ========================================
   PAGE CONTAINER
   ======================================== */

.product-detail-page {
	background-color: #ffffff;
	width: 100%;
}

/* ========================================
   PRODUCT DETAIL LAYOUT
   ======================================== */

.product-detail {
	display: flex;
	gap: 27px;
	margin-top: 213px;
	margin-bottom: 37px;
	padding: 0 84px;
	width: 100%;
}

/* ========================================
   PRODUCT GALLERY
   ======================================== */

.product-gallery {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	width: 50%;
}

.product-gallery__main {
	width: 100%;
	aspect-ratio: 710/735;
	border-radius: 8px;
	background-color: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

/* Main Product Image Styling */
.main-product-image {
	position: relative;
	background-color: #f8f9fa;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	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;
}

/* Video Containers */
.videoContainer,
.trainingVideoContainer {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.videoContainer video,
.trainingVideoContainer iframe {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 4px;
}

.product-gallery__thumbnails {
	display: flex;
	gap: 11px;
	margin-top: 10px;
	flex-wrap: wrap;
}

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

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

.product-gallery__thumbnail {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	border: 2px solid transparent;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	object-fit: cover;
}

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

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

.product-gallery__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 360° and Video Thumbnails */
.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;
}

.videoThumbWrapper,
.trainingVideoThumb .videoThumbWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #8a8c49;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contentWrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
}

.contentWrapper i {
	font-size: 1.5rem;
	margin-bottom: 0.25rem;
}

/* 360° View Container */
.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;
}

/* ========================================
   PRODUCT INFORMATION
   ======================================== */

.product-info {
	display: flex;
	flex-direction: column;
	width: 50%;
	gap: 20px;
	flex-shrink: 0;
}

.product-info__badge {
	margin-bottom: 10px;
}

.specBadge {
	border-bottom: 2px solid;
	display: inline-block;
	font-weight: bold;
	padding: 8px 12px;
	border-radius: 4px;
}

.product-info__title {
	font-family: 'Trim-Bold', Helvetica;
	font-weight: 700;
	color: #000000;
	font-size: 34.2px;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

.product-info__subtitle {
	font-family: 'Inter', Helvetica;
	font-weight: 600;
	color: #666;
	font-size: 18px;
	margin: -10px 0 10px 0;
}

.product-info__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.product-info__sizes {
	font-family: 'Inter', Helvetica;
	font-weight: 400;
	color: #666;
	font-size: 14px;
}

.product-info__reference {
	font-family: 'Inter', Helvetica;
	font-weight: 400;
	color: #666;
	font-size: 14px;
}

.product-info__size-guide {
	margin-bottom: 20px;
}

.product-info__size-guide a {
	color: #8a8c49;
	text-decoration: underline;
}

.product-info__variants {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	width: 100%;
}

.product-info__variant {
	width: 56px;
	height: 56px;
	cursor: pointer;
	border-radius: 4px;
	border: 2px solid transparent;
	overflow: hidden;
	transition: all 0.3s ease;
}

.product-info__variant:hover,
.product-info__variant.active {
	border-color: #8a8c49;
	transform: scale(1.05);
}

.product-info__variant img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Info Sections */
.product-info__section {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.product-info__section-title {
	font-family: 'Inter', Helvetica;
	font-weight: 500;
	color: #000000;
	font-size: 21.9px;
	line-height: normal;
	margin: 0;
}

.product-info__section-content {
	font-family: 'Inter', Helvetica;
	font-weight: 400;
	color: #000000;
	font-size: 17.5px;
	line-height: normal;
	margin: 0;
	width: 100%;
}

.product-info__divider {
	width: 100%;
	height: 2px;
	border: none;
	background-color: #e0e0e0;
	margin: 10px 0 0 0;
}

/* Features Grid */
.product-features {
	display: flex;
	gap: 27px;
	width: 100%;
	flex-wrap: wrap;
}

.product-features__item {
	flex: 1;
	min-width: 200px;
}

.product-features__name {
	font-family: 'Inter', Helvetica;
	font-weight: 700;
	color: #000000;
	font-size: 17.5px;
	line-height: normal;
	margin: 0 0 8px 0;
}

.product-features__description {
	font-family: 'Inter', Helvetica;
	font-weight: 400;
	color: #000000;
	font-size: 17.5px;
	line-height: normal;
	margin: 0;
}

/* Product Icons */
.product-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 20px;
}

.product-icon {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 200px;
	padding: 10px;
	background-color: #f8f9fa;
	border-radius: 8px;
}

.product-icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.product-icon span {
	font-family: 'Inter', Helvetica;
	font-weight: 500;
	color: #000;
	font-size: 14px;
}

/* Specifications */
.product-specs {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	margin: 0;
}

.product-specs__row {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.product-specs__label {
	font-family: 'Inter', Helvetica;
	font-weight: 700;
	color: #000000;
	font-size: 17.5px;
	line-height: 1.1;
	margin: 0;
	flex-shrink: 0;
	min-width: 130px;
}

.product-specs__value {
	font-family: 'Inter', Helvetica;
	font-weight: 400;
	color: #000000;
	font-size: 17.5px;
	line-height: 1.1;
	margin: 0;
	flex: 1;
}

.product-specs__size-line {
	display: block;
}

/* Section Header */
.product-info__section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.product-info__download-icon {
	width: 22px;
	height: 22px;
	cursor: pointer;
}

/* Downloads Accordion */
.downloads-accordion .card {
	border: none;
	background: transparent;
}

.downloads-accordion .card-header {
	background: transparent;
	border: none;
	padding: 0;
}

.downloads-accordion .btn-link {
	color: #000;
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
	font-family: 'Inter', Helvetica;
	font-weight: 500;
	font-size: 21.9px;
}

.downloads-accordion .btn-link:hover {
	color: #8a8c49;
	text-decoration: none;
}

.downloads-accordion .btn-link:focus {
	box-shadow: none;
}

.download-chevron {
	transition: transform 0.3s ease;
}

.downloads-accordion .btn-link[aria-expanded='true'] .download-chevron {
	transform: rotate(180deg);
}

/* Remove shadow from all download buttons */
.downloads-accordion .btn {
	box-shadow: none !important;
}

/* Ensure download buttons use the same font as the downloads header */
.downloads-accordion .btn-outline-green {
	font-family: 'Inter', Helvetica;
}

/* Ensure download links use consistent font */
#downloadGroup a {
	font-family: 'Inter', Helvetica;
}

/* Ensure product sheet items use consistent font */
.product-sheet-item {
	font-family: 'Inter', Helvetica;
}

/* Product Details */
.product-details {
	background-color: #f8f9fa;
	padding: 15px;
	border-radius: 8px;
	margin: 10px 0;
}

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

.product-details li {
	padding-left: 1.3em;
	margin-bottom: 8px;
}

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

/* CTA Button */
.btn-cta {
	background-color: #8a8c49;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 25px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 20px;
}

.btn-cta:hover {
	background-color: #6d7038;
	transform: translateY(-2px);
}

.btn-text {
	font-family: 'Inter', Helvetica;
	font-weight: 500;
}

.btn-outline-green {
	border: 1px solid #8a8c49;
	padding: 10px 20px;
	border-radius: 25px;
	color: #8a8c49;
	background-color: transparent;
	text-decoration: none;
	font-weight: 500;
	font-family: inherit;
	transition: all 0.3s ease;
}

.btn-outline-green:hover {
	border-color: #8a8c49;
	background-color: #8a8c49;
	color: white;
}

/* Mobile Gallery (preserved for mobile) */
.mobile-gallery {
	display: none;
	margin: 20px 0;
}

.mobile-gallery .pictureContainer {
	width: 100%;
}

.mobile-gallery .carousel-item.active,
.mobile-gallery .carousel-item-next,
.mobile-gallery .carousel-item-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}

.mobile-gallery .carousel-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin: 0 auto;
}

/* Mobile Product Info */
.mobile-product-info {
	display: none;
}

.mobile-product-info .product-info__title {
	font-family: 'Trim-Bold', Helvetica;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}

.mobile-product-info .product-info__subtitle {
	font-family: 'Inter', Helvetica;
	font-weight: 600;
	color: #666;
	font-size: 16px;
}

.mobile-product-info .product-info__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-product-info .product-info__sizes,
.mobile-product-info .product-info__reference {
	font-family: 'Inter', Helvetica;
	font-weight: 400;
	color: #666;
	font-size: 14px;
}

.mobile-product-info .product-info__size-guide a {
	color: #8a8c49;
	text-decoration: underline;
}

.mobile-product-info .product-info__cta {
	display: flex;
	gap: 10px;
}

.mobile-product-info .product-info__cta .btn-outline-green {
	flex: 1;
	text-align: center;
	padding: 12px 24px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	font-family: inherit;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-product-info .product-info__cta .btn-outline-green:first-child {
	background-color: #8a8c49;
	color: white;
}

.mobile-product-info .product-info__cta .btn-outline-green:last-child {
	background-color: #000;
	color: white;
}

.mobile-product-info .product-info__cta .btn-outline-green:first-child:hover {
	background-color: #6d7038;
	transform: translateY(-2px);
}

.mobile-product-info .product-info__cta .btn-outline-green:last-child:hover {
	background-color: #333;
	transform: translateY(-2px);
}

/* Original Color Selector (exactly as it was in article.css) */
.colorThumb,
.videoThumb.videoThumbMain,
.trainingVideoThumb.videoThumbMain {
	width: 56px;
	height: 56px;
	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;
}

.bg-yellow {
	background-color: #ffc107;
}

/* Background Colors */
.bg-collection {
	background-color: #8a8c49;
	color: white;
}

.bg-light-gray {
	background-color: #f8f9fa;
}

/* ========================================
   RELATED TECHNOLOGIES
   ======================================== */

.related-technologies {
	display: flex;
	gap: 23px;
	margin-bottom: 59px;
	padding: 0 80px;
	width: 100%;
	justify-content: center;
}

.related-technologies__item {
	display: flex;
	flex-direction: column;
	width: calc(33.333% - 15.33px);
	gap: 23px;
	text-decoration: none;
	text-align: center;
}

.related-technologies__image {
	width: 100%;
	aspect-ratio: 411/432;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.related-technologies__card--tiger-grip {
	background-image: url(/assets/images/frame-1321317552.jpg);
}

.related-technologies__card--sj-tex {
	background-image: url(/assets/images/frame-1321317549.jpg);
}

.related-technologies__card--performance-foam {
	background-image: url(/assets/images/frame-1321317546-2.png);
}

.related-technologies__card--sj-foam {
	background-image: url(/assets/images/frame-1321317554.png);
}

.related-technologies__card--sj-foam-winter {
	background-image: url(/assets/images/frame-1321317556.png);
}

.related-technologies__card--comfort {
	background-image: url(/assets/images/frame-1321317548.jpg);
}

.related-technologies__card--recycled {
	background-image: url(/assets/images/frame-1321317554-1.jpg);
}

.related-technologies__title {
	font-family: 'Trim-Bold', Helvetica;
	font-weight: 700;
	color: #000000;
	font-size: 34.2px;
	line-height: normal;
	margin: 0;
}

.related-technologies__description {
	font-family: 'Inter', Helvetica;
	font-weight: 400;
	color: #000000;
	font-size: 20px;
	line-height: normal;
	margin: 0;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1199px) {
	.product-detail {
		padding: 0 40px;
	}

	.product-gallery {
		width: 50%;
	}

	.product-info {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.mobile-gallery {
		display: block !important;
		margin-top: 100px;
	}

	.product-detail {
		display: none;
	}

	.mobile-product-info {
		display: block !important;
		margin-top: 20px;
	}

	.mobile-product-info .product-info__title {
		font-size: 24px;
		line-height: 1.2;
	}

	.videoContainer,
	.trainingVideoContainer {
		width: 100%;
		padding-top: 100%;
		position: relative;
	}

	.videoContainer video,
	.trainingVideoContainer iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* Related Technologies - Stack vertically on mobile */
	.related-technologies {
		flex-direction: column;
		padding: 0 20px;
		gap: 40px;
	}

	.related-technologies__item {
		width: 100%;
		gap: 15px;
	}

	.related-technologies__title {
		font-size: 24px;
	}

	.related-technologies__description {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.product-detail {
		flex-direction: column;
		gap: 40px;
		padding: 0 20px;
	}

	.product-gallery {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.product-gallery__main {
		aspect-ratio: 1;
	}

	.product-gallery__thumbnails {
		justify-content: center;
	}

	.product-info {
		width: 100%;
	}

	.product-info__variants {
		flex-wrap: wrap;
		gap: 12px;
	}

	.product-features {
		flex-direction: column;
		gap: 20px;
	}

	.product-features__item {
		width: 100%;
		min-width: auto;
	}

	.product-specs__row {
		flex-direction: column;
		gap: 4px;
	}

	.product-specs__label {
		min-width: auto;
	}

	.product-icons {
		flex-direction: column;
		gap: 10px;
	}

	.product-icon {
		min-width: auto;
	}

	.product-info__cta {
		flex-direction: column;
		gap: 10px;
	}

	.btn-outline-green {
		text-align: center;
		width: 100%;
	}
}

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

@media (max-width: 550px) {
	.product-gallery__thumbnail {
		width: 60px;
		height: 60px;
	}

	.product-info__variant {
		width: 45px;
		height: 45px;
	}

	.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;
	}
}

/* Utilities */
.d-none {
	display: none !important;
}

.d-flex {
	display: flex !important;
}

.d-lg-none {
	display: flex !important;
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-none.d-lg-block {
		display: block !important;
	}
}

