/**
 * Aksesvar Product Page V2 Styles
 * Modern e-commerce design with social proof
 * 
 * @package Aksesvar
 * @since 3.2.0
 */

/* ===== PRODUCT PAGE BASE ===== */
/* HTML/BODY'ye DOKUNMA - scrollbar yaratıyor! */

body.single-product {
	background: #f8f9fa;
}

body.single-product .site-content,
body.single-product #primary,
body.single-product #content {
	padding: 0 !important;
	margin: 0 !important;
}

/* ===== PRODUCT CONTAINER ===== */
.aksesvar-single-product-v2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px;
	box-sizing: border-box !important;
	width: 100% !important;
}

.aksesvar-single-product-v2 *,
.aksesvar-single-product-v2 *::before,
.aksesvar-single-product-v2 *::after {
	box-sizing: border-box !important;
}

.aksesvar-single-product-v2 .product {
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	box-sizing: border-box !important;
}

/* ===== CATEGORY RANKING BADGE ===== */
.aksesvar-category-ranking {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: #F5F5F7;
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 12px;
	margin-bottom: 16px;
	font-size: 13px;
	cursor: pointer;
	transition: background 0.15s ease;
}

.aksesvar-category-ranking:hover {
	background: #EBEBEB;
}

.aksesvar-category-ranking svg:first-child {
	flex-shrink: 0;
	color: #0F0F0F;
}

.ranking-category {
	color: #8A8A8A;
}

.ranking-position {
	font-weight: 700;
	color: #0F0F0F;
	margin-left: auto;
}

.aksesvar-category-ranking .arrow-icon {
	flex-shrink: 0;
	color: #8A8A8A;
}

/* ===== PRODUCT TITLE ===== */
.aksesvar-product-title {
	font-size: 20px;
	line-height: 1.4;
	color: #1f2d3d;
	margin: 0 0 16px 0;
	font-weight: 600;
}

.aksesvar-product-title .brand-link {
	color: #1f2d3d;
	text-decoration: none;
	transition: color 0.2s ease;
}

.aksesvar-product-title .brand-link:hover {
	color: #1f2d3d;
}

.aksesvar-product-title strong {
	font-weight: 700;
}

/* ===== ENGAGEMENT SECTION (RATING + Q&A) ===== */
.aksesvar-product-engagement {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 12px;
}

.engagement-reviews,
.engagement-qa {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	background: #f8f9fa;
	border-radius: 8px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	transition: background 0.2s ease;
}

.engagement-reviews:hover,
.engagement-qa:hover {
	background: #e9ecef;
}

.rating-score {
	font-size: 16px;
	font-weight: 700;
	color: #1f2d3d;
}

.star-rating {
	width: 80px;
	height: 14px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M10 1L12 7H18L13 10L15 16L10 13L5 16L7 10L2 7H8L10 1Z" fill="%23ddd"/></pattern><pattern id="filled" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M10 1L12 7H18L13 10L15 16L10 13L5 16L7 10L2 7H8L10 1Z" fill="%231f2d3d"/></pattern></defs><rect width="100" height="20" fill="url(%23stars)"/><rect width="var(--rating)" height="20" fill="url(%23filled)"/></svg>') no-repeat center;
	background-size: contain;
}

.rating-count {
	color: #666;
}

.rating-count strong {
	color: #1f2d3d;
}

.photo-icon {
	flex-shrink: 0;
}

.engagement-qa {
	color: #666;
}

.engagement-qa strong {
	color: #1f2d3d;
}

/* ===== SOCIAL PROOF CAROUSEL ===== */
.aksesvar-social-proof-carousel {
	overflow: hidden;
	margin: 16px 0;
	position: relative;
	height: 44px;
}

.social-proof-track {
	display: flex;
	gap: 12px;
	animation: slideCarousel 30s linear infinite;
	will-change: transform;
}

@keyframes slideCarousel {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.social-proof-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: #F5F5F7;
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 12px;
	white-space: nowrap;
	flex-shrink: 0;
	font-size: 13px;
}

.proof-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #0F0F0F;
	width: 20px;
	height: 20px;
}

.proof-text {
	margin: 0;
	color: #5A5A5A;
}

.proof-text strong {
	font-weight: 700;
	color: #0F0F0F;
}

/* ===== PRICE SECTION ===== */
.aksesvar-price-section {
	margin: 20px 0;
}

.lowest-price-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #155724;
	margin-bottom: 8px;
}

.lowest-price-badge svg {
	flex-shrink: 0;
}

.price-display {
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
}

.regular-price {
	font-size: 18px;
	color: #999;
	text-decoration: line-through;
}

.sale-price {
	font-size: 28px;
	font-weight: 700;
	color: #27ae60;
}

.unit-price {
	font-size: 14px;
	color: #666;
}

/* ===== PRODUCT GALLERY ===== */
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 24px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.woocommerce-product-gallery__wrapper {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background: #f8f9fa;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1 / 1;
}

.woocommerce-product-gallery__image {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	transition: opacity 0.3s ease;
	cursor: zoom-in;
}

/* Gallery Thumbnails */
.woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	scrollbar-width: none;
}

.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
	display: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	overflow: hidden;
	border-radius: 12px;
	background: #f8f9fa;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 2px solid transparent;
	transition: border-color 0.2s ease, transform 0.2s ease;
	cursor: pointer;
}


.woocommerce-product-gallery .flex-control-thumbs li img:hover {
	border-color: #1f2d3d;
	transform: scale(1.05);
}

.woocommerce-product-gallery .flex-control-thumbs li.flex-active-slide img {
	border-color: #1f2d3d;
}

/* ===== ADD TO CART SECTION ===== */
.summary form.cart {
	display: flex;
	gap: 12px;
	align-items: center;
	margin: 24px 0;
}

.summary .quantity input.qty {
	width: 80px;
	height: 48px;
	border: 2px solid #e9ecef;
	border-radius: 12px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #1f2d3d;
	transition: border-color 0.2s ease;
}

.summary .quantity input.qty:focus {
	outline: none;
	border-color: #1f2d3d;
}

.summary .single_add_to_cart_button {
	flex: 1;
	height: 52px;
	background: linear-gradient(135deg, #1f2d3d 0%, #0f1419 100%);
	color: #ffffff;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.3);
}

.summary .single_add_to_cart_button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.5);
}

.summary .single_add_to_cart_button:active {
	transform: translateY(0);
}

/* ===== SHORT DESCRIPTION ===== */
.aksesvar-short-description {
	margin-top: 20px;
	padding: 16px;
	background: #f8f9fa;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

.aksesvar-short-description p {
	margin-bottom: 8px;
}

.aksesvar-short-description p:last-child {
	margin-bottom: 0;
}

/* ===== PRODUCT DESCRIPTION ===== */
.aksesvar-product-description {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e9ecef;
}

.aksesvar-product-description h2 {
	font-size: 20px;
	font-weight: 700;
	color: #1f2d3d;
	margin-bottom: 16px;
}

.aksesvar-product-description .description-content {
	font-size: 14px;
	line-height: 1.7;
	color: #666;
}

.aksesvar-product-description .description-content p {
	margin-bottom: 12px;
}

.aksesvar-product-description .description-content ul,
.aksesvar-product-description .description-content ol {
	margin-left: 20px;
	margin-bottom: 12px;
}

/* ===== REVIEWS SECTION ===== */
.aksesvar-reviews-section {
	margin-top: 48px;
	padding: 32px 0;
	border-top: 1px solid rgba(0,0,0,0.07);
}

/* ===== PRODUCT META ===== */
.summary .product_meta {
	padding: 16px 0;
	border-top: 1px solid rgba(0,0,0,0.07);
	font-size: 13px;
	color: #8A8A8A;
	margin-top: 16px;
}

.summary .product_meta > span {
	display: block;
	margin-bottom: 8px;
}

.summary .product_meta a {
	color: #0F0F0F;
	text-decoration: none;
}

.summary .product_meta a:hover {
	color: #0F0F0F;
	text-decoration: underline;
}

/* ===== PRODUCT ENGAGEMENT BUTTONS ===== */
.aksesvar-product-engagement {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0;
}

.aksesvar-product-engagement button {
	height: 48px;
	border-radius: 14px;
	border: 1px solid rgba(0,0,0,0.1);
	background: #F5F5F7;
	color: #0F0F0F;
	font-weight: 600;
	font-size: 13px;
	padding: 0 16px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background 0.2s ease, border-color 0.2s ease;
	letter-spacing: 0;
	text-transform: none;
}

.aksesvar-product-engagement button:hover {
	background: #EBEBEB;
	border-color: rgba(0,0,0,0.15);
	transform: none;
}

.aksesvar-product-favorite-btn.added {
	background: #0F0F0F;
	color: #fff;
	border-color: #0F0F0F;
}

.aksesvar-product-favorite-btn.loading,
.aksesvar-product-collection-btn.loading {
	opacity: 0.7;
	cursor: wait;
}

/* ===== COLLECTION MODAL ===== */
.aksesvar-product-collection-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.aksesvar-product-collection-modal.active {
	display: flex;
}

.aksesvar-product-collection-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 23, 42, 0.6);
}

.aksesvar-product-collection-content {
	position: relative;
	background: #ffffff;
	border-radius: 20px;
	padding: 32px;
	width: min(520px, 92%);
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.25);
	z-index: 1;
}

.aksesvar-product-collection-close {
	position: absolute;
	top: 15px;
	right: 18px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #1f2d3d;
}

.aksesvar-product-collection-content h3 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 800;
	color: #0f172a;
}

.aksesvar-product-collection-helper {
	margin: 0 0 16px;
	color: #64748b;
	font-size: 14px;
}

.aksesvar-product-collection-feedback {
	min-height: 20px;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 12px;
}

.aksesvar-product-collection-feedback.is-success {
	color: #16a34a;
}

.aksesvar-product-collection-feedback.is-error {
	color: #dc2626;
}

.aksesvar-product-collection-feedback.is-info {
	color: #0f172a;
}

.aksesvar-product-collection-list {
	max-height: 220px;
	overflow-y: auto;
	margin-bottom: 20px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	padding: 12px;
}

.aksesvar-product-collection-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aksesvar-product-collection-list li + li {
	margin-top: 8px;
}

.aksesvar-product-collection-select {
	width: 100%;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 12px;
	padding: 12px 16px;
	background: #f8fafc;
	font-weight: 700;
	color: #0f172a;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.aksesvar-product-collection-select span {
	font-weight: 500;
	font-size: 13px;
	color: #64748b;
}

.aksesvar-product-collection-select:hover {
	background: #0f172a;
	color: #ffffff;
	border-color: #0f172a;
}

.aksesvar-product-collection-select:hover span {
	color: rgba(255, 255, 255, 0.8);
}

.aksesvar-product-collection-loading,
.aksesvar-product-collection-error,
.aksesvar-product-collection-empty {
	text-align: center;
	color: #475569;
	font-size: 14px;
	padding: 10px;
}

.aksesvar-product-collection-create h4 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
}

.aksesvar-product-collection-create input,
.aksesvar-product-collection-create textarea {
	width: 100%;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 14px;
	margin-bottom: 10px;
}

.aksesvar-product-collection-create button {
	width: 100%;
	border: none;
	border-radius: 12px;
	background: linear-gradient(135deg, #1f2d3d 0%, #0f1419 100%);
	color: #fff;
	font-weight: 700;
	padding: 12px 16px;
	cursor: pointer;
}

.aksesvar-product-toast {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%) translateY(40px);
	background: #0f172a;
	color: #fff;
	padding: 12px 20px;
	border-radius: 999px;
	font-weight: 600;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 10000;
}

.aksesvar-product-toast.visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.aksesvar-product-toast-success {
	background: #16a34a;
}

.aksesvar-product-toast-error {
	background: #dc2626;
}

@media (max-width: 540px) {
	.aksesvar-product-engagement button {
		flex: 1 1 100%;
	}

	.aksesvar-product-collection-content {
		padding: 24px 20px;
	}
}

/* ===== SHORT DESCRIPTION ===== */
.summary .woocommerce-product-details__short-description {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 16px;
	margin: 16px 0;
	color: #666;
	line-height: 1.6;
	font-size: 14px;
}

/* ===== PRODUCT TABS ===== */
.woocommerce-tabs {
	margin-top: 32px;
	background: #ffffff;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
	flex-wrap: wrap;
	list-style: none;
}

.woocommerce-tabs ul.tabs li {
	border: none;
	background: #f8f9fa;
	border-radius: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	transition: background 0.2s ease;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 10px 20px;
	color: #666;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: color 0.2s ease;
}

.woocommerce-tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li:hover {
	background: linear-gradient(135deg, #1f2d3d 0%, #0f1419 100%);
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li:hover a {
	color: #ffffff;
}

.woocommerce-Tabs-panel {
	color: #333;
	line-height: 1.7;
}

/* ===== TABLET (640px+) ===== */
@media (min-width: 640px) {
	.aksesvar-single-product-v2 {
		padding: 24px;
	}
	
	.aksesvar-single-product-v2 .product {
		padding: 32px;
	}
	
	.aksesvar-product-title {
		font-size: 24px;
	}
	
	.sale-price {
		font-size: 32px;
	}
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
	.aksesvar-single-product-v2,
	.aksesvar-single-product-v2 .product,
	.woocommerce-product-gallery,
	.product-info-wrapper,
	.woocommerce-tabs,
	.related.products {
		max-width: 100% !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	
	.aksesvar-single-product-v2 .product {
		padding: 16px !important;
	}
	
	.aksesvar-single-product-v2 {
		padding: 12px !important;
	}
}

/* ===== DESKTOP (992px+) ===== */
@media (min-width: 992px) {
	.aksesvar-single-product-v2 .product {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		align-items: start;
	}
	
	.woocommerce-product-gallery {
		margin-bottom: 0;
		position: sticky;
		top: 20px;
		align-self: start;
	}
	
	.aksesvar-product-title {
		font-size: 26px;
	}
	
	.sale-price {
		font-size: 36px;
	}
	
	.woocommerce-product-gallery .flex-control-thumbs li {
		width: 88px;
		height: 88px;
	}
	
	.woocommerce-product-gallery__wrapper {
		aspect-ratio: 3 / 2;
		min-height: 600px;
	}
}

/* ===== LIGHTBOX ===== */
.aksesvar-lightbox {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 9999999 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(0, 0, 0, 0.95) !important;
}

.aksesvar-lightbox.active {
	opacity: 1 !important;
	pointer-events: auto !important;
	display: flex !important;
}

.aksesvar-lightbox-overlay {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	background: rgba(0, 0, 0, 0.95) !important;
	cursor: pointer;
	z-index: 9999998 !important;
}

.aksesvar-lightbox-content {
	position: relative !important;
	max-width: 95vw;
	max-height: 95vh;
	z-index: 9999999 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

.aksesvar-lightbox-image-wrapper {
	position: relative;
	max-width: 100%;
	max-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: grab;
	touch-action: none;
}

.aksesvar-lightbox-image-wrapper.zoomed {
	cursor: grabbing;
}

.aksesvar-lightbox-image {
	max-width: 100%;
	max-height: 90vh;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
	transition: transform 0.3s ease;
	transform-origin: center center;
	user-select: none;
	-webkit-user-drag: none;
}

.aksesvar-lightbox-close {
	position: absolute;
	top: -50px;
	right: 0;
	background: transparent;
	border: none;
	color: #ffffff;
	font-size: 48px;
	font-weight: 300;
	cursor: pointer;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease;
	z-index: 9999999 !important;
}

.aksesvar-lightbox-close:hover {
	opacity: 0.7;
}

.aksesvar-lightbox-prev,
.aksesvar-lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	border: none;
	color: #ffffff;
	font-size: 48px;
	font-weight: 300;
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background 0.2s ease;
	z-index: 9999999 !important;
}

.aksesvar-lightbox-prev:hover,
.aksesvar-lightbox-next:hover {
	background: rgba(0, 0, 0, 0.7);
}

.aksesvar-lightbox-prev {
	left: -80px;
}

.aksesvar-lightbox-next {
	right: -80px;
}

.aksesvar-lightbox-counter {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	background: rgba(0, 0, 0, 0.6);
	padding: 8px 16px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	z-index: 9999999 !important;
}

.aksesvar-lightbox-zoom-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	gap: 8px;
	z-index: 9999999 !important;
}

.aksesvar-lightbox-zoom-btn {
	background: rgba(0, 0, 0, 0.6);
	border: none;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background 0.2s ease;
	backdrop-filter: blur(10px);
}

.aksesvar-lightbox-zoom-btn:hover {
	background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
	.aksesvar-lightbox-prev {
		left: 10px;
	}
	
	.aksesvar-lightbox-next {
		right: 10px;
	}
	
	.aksesvar-lightbox-prev,
	.aksesvar-lightbox-next {
		width: 48px;
		height: 48px;
		font-size: 36px;
	}
}

/* ===== RELATED PRODUCTS ===== */
.related.products {
	margin-top: 48px;
	padding: 0;
}

.related.products h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #1f2d3d;
}

.related.products ul.products {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

@media (min-width: 640px) {
	.related.products ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 992px) {
	.related.products ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
}
