/* Product list / archive — theme overrides */



.product_page .wow.animated {
	visibility: visible;
}

/* Product single — tem27 banner breadcrumb */
.product_page .product-single-breadcrumb {
	padding: 0;
}

.product_page .product-single-breadcrumb .image img {
	width: 100%;
	display: block;
}

.product_page .product-single-breadcrumb .item {
	padding: 10px 0;
	color: #333 !important;
	background-color: #fff;
}

.product_page .product-single-breadcrumb .title h1.normal {
	margin: 0;
}

.product_page .product-single-breadcrumb .tem01-location {
	color: #333 !important;
}

.product_page .product-single-breadcrumb .tem01-location a,
.product_page .product-single-breadcrumb .tem01-location span {
	color: #333 !important;
}

.product_page .product-single-breadcrumb .tem01-location a:hover,
.product_page .product-single-breadcrumb .tem01-location a:focus-visible {
	color: var(--main-color, #0068b7) !important;
}

.product_page .tem30-bread .title h1.normal {
	margin: 0;
}

.product_page .tem30-bread .tem01-location {
	color: #333;
}

.product_page .tem30-bread .tem01-location a,
.product_page .tem30-bread .tem01-location span {
	color: inherit;
}

.product_page .tem01-list-menu .bg-color-h .list-group-item > a:hover,
.product_page .tem01-list-menu .list-group-item > a.bg-color,
.product_page .tem01-list-menu .list-group2 .list-group2_item > a:hover,
.product_page .tem01-list-menu .list-group2 .list-group2_item > a.bg-color {
	color: #fff !important;
	background-color: var(--main-color, #0068b7);
}

.product_page .tem01-list-menu .list-group-item.has-children > .list-group2 {
	display: none;
}

.product_page .tem01-list-menu .list-group-item.has-children.is-open > .list-group2 {
	display: block;
}

.product_page .tem01-list-menu .list-group-item > a {
	position: relative;
}

.product_page .tem01-list-menu .sbp-menu-toggle,
.product_page .tem01-list-menu .sbp-menu-arrow {
	cursor: pointer;
}

.product_page .tem01-list-menu .sbp-menu-toggle {
	display: inline-block;
	vertical-align: middle;
}

.product_page .tem01-list-menu .list-group-item.has-children > a span.sbp-menu-toggle::before {
	transform: none;
}

.product_page .tem01-list-menu .list-group-item.has-children > a .sbp-menu-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
	font-size: 14px;
	opacity: 0.55;
	transition: transform 0.2s ease;
}

.product_page .tem01-list-menu .list-group-item.has-children.is-open > a .sbp-menu-arrow {
	transform: rotate(180deg);
}

.product_page .tem01-list-menu .list-group-item.has-children > a:hover .sbp-menu-arrow,
.product_page .tem01-list-menu .list-group-item.has-children > a.bg-color .sbp-menu-arrow {
	opacity: 1;
	color: inherit;
}

.product_page .sbp-product-empty {
	padding: 40px 0;
	text-align: center;
	color: #666;
}

.product_page .stslite-en-pagination .page-numbers {
	margin: 0 5px 5px 0;
	font-size: 14px;
	padding: 6px 15px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #666;
	display: inline-block;
	text-align: center;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.product_page .stslite-en-pagination .page-numbers.current {
	color: #bbb;
}

.product_page .stslite-en-pagination .page-numbers.dots {
	border: none;
	background: transparent;
}

/* Product single — image column fits 500px cap, info sits closer on PC */
@media (min-width: 1025px) {
	.product_page .sbp-product-main {
		grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
		gap: 40px;
		align-items: start;
	}

	.product_page .sbp-product-images {
		width: 100%;
		max-width: 500px;
	}

	.product_page .sbp-product-details {
		min-width: 0;
	}
}

/* Product single — mobile / tablet overflow fixes */
@media (max-width: 1024px) {
	.product_page .home-layout,
	.product_page .sbp-single-product {
		max-width: 100%;
		overflow-x: clip;
	}

	.product_page .sbp-product-main {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		width: 100%;
	}

	.product_page .sbp-product-images,
	.product_page .sbp-product-details,
	.product_page .sbp-product-content,
	.product_page .sbp-product-content-body {
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	.product_page .sbp-product-images {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.product_page .sbp-main-image-wrap,
	.product_page .sbp-main-image,
	.product_page .sbp-main-image img {
		max-width: 100%;
	}

	.product_page .sbp-product-content-body img,
	.product_page .sbp-product-content-body table,
	.product_page .sbp-product-content-body iframe,
	.product_page .sbp-product-content-body video,
	.product_page .sbp-product-content-body .elementor-widget-wrap,
	.product_page .sbp-product-content-body .elementor-image-gallery {
		max-width: 100%;
	}

	.product_page .sbp-product-content-body .gallery img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.product_page .sbp-single-product {
		padding-left: 16px;
		padding-right: 16px;
	}

	.product_page .sbp-product-params .sbp-product-meta-item {
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.product_page .sbp-product-params .sbp-product-meta-item strong {
		min-width: 0;
		margin-right: 0;
	}

	.product_page .sbp-product-meta-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.product_page .sbp-product-meta-item strong {
		width: auto;
	}

	.product_page .sbp-product-details .description.key dl,
	.product_page .sbp-product-short-desc .description.key dl {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.product_page .sbp-product-details .description.key dt,
	.product_page .sbp-product-short-desc .description.key dt {
		flex: none;
		max-width: none;
	}
}

/* Product single — Elementor image gallery: 4 columns on PC */
@media (min-width: 1025px) {
	.product_page .sbp-product-content-body .elementor-image-gallery .gallery-columns-3 .gallery-item {
		width: 25%;
	}
}
