.breadcrumb{
	margin-bottom: 0;
	padding-left: 0;
	background-color: transparent;
}

.breadcrumb .breadcrumb-item a{
	color: #212529;
}

.breadcrumb .breadcrumb-item.active{
	color: #79baff;
}

.breadcrumb-item+.breadcrumb-item::before{
	color: #b5b5b5;
}

.page-crumb{
	background: #fff;
	border-bottom: 1px solid #eee;
}

.page-crumb .breadcrumb{
	padding: 0.75rem 0;
	flex-wrap: wrap;
}

/* ── Regular product ─────────────────────────────────────────── */

.product-page{
	padding: 1.5rem 15px 4rem;
}

.product-title{
	color: #29292b;
	font-size: 1.75rem;
	margin: 0 0 1.5rem;
	line-height: 1.3;
	word-break: break-word;
}

.product-layout{
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 2rem;
	align-items: start;
}

.product-gallery{
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.product-gallery.is-single{
	grid-template-columns: 1fr;
}

.product-thumbs{
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	max-height: 460px;
	overflow-y: auto;
}

.product-thumb{
	border: 1px solid #c5c5c5;
	background: #fff;
	padding: 0.4rem;
	cursor: pointer;
	display: block;
	width: 100%;
}

.product-thumb img{
	width: 100%;
	height: 68px;
	object-fit: contain;
	display: block;
}

.product-thumb.is-active{
	border-color: #3998fd;
	box-shadow: 0 0 0 1px #3998fd;
}

.product-gallery-main{
	position: relative;
	border: 1px solid #c5c5c5;
	background: #fff;
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.product-gallery-main img{
	width: 100%;
	height: 360px;
	object-fit: contain;
}

.product-gallery-main img[src$=".svg"]{
	width: min(70%, 280px);
	height: auto;
	max-height: 220px;
}

.product-gallery-main img.is-placeholder{
	opacity: 0.35;
}

.section-percent-discount{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.section-percent-discount .new-product-text{
	padding: 0.4rem 0.6rem;
	font-size: 0.85rem;
	color: #fff;
	background-color: #00ab24;
}

.section-percent-discount .percent-discount{
	padding: 0.55rem 0.75rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	background-color: #3998fd;
}

.product-buy{
	min-width: 0;
}

.details-product p{
	margin: 0 0 0.75rem;
	color: #29292b;
}

.details-product p span{
	display: block;
	font-size: 0.85rem;
	color: #666;
}

.details-product p strong,
.details-product .product-price strong{
	font-size: 1.15rem;
}

.action-price strong{
	font-weight: 700;
	font-size: 1.8rem;
	color: #d62828;
}

.product-price strong{
	font-size: 1.8rem;
}

.section-description{
	margin-top: 1.5rem;
	background-color: #29292b;
	border: 1px solid #c5c5c5;
}

.section-description h2,
.section-description h4{
	padding: 0.55rem 1rem;
	color: #fff;
	font-size: 1.05rem;
	margin: 0;
}

.product-description{
	padding: 1rem;
	background-color: #fff;
}

.product-description p{
	margin: 0 0 0.4rem;
}

.add-to-cart-wishlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	margin-top: 1.5rem;
	gap: 0.75rem;
}

.add-to-cart-wishlist > i{
	font-size: 1.8rem;
	color: #3998fd;
	cursor: pointer;
}

.add-to-cart-wishlist .wrapper-add-to-cart button{
	display: inline-block;
	border: 0;
	outline: 0;
	font-size: 1.1rem;
	color: #fff;
	background-color: #3998fd;
	padding: 0.7rem 1.2rem;
	cursor: pointer;
}

.wrapper-add-to-cart button i{
	margin-right: 0.7rem;
}

.section-share{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.75rem 0;
	border-top: 1px solid #c5c5c5;
	gap: 0.5rem;
}

.section-share .wrapper-share{
	display: flex;
	flex-wrap: wrap;
}

.section-share .wrapper-share > section{
	margin-right: 0.8rem;
}

.section-share .wrapper-share > section a{
	font-size: 1.8rem;
	color: #29292b;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.2;
}

/* ── Premium product ─────────────────────────────────────────── */

.pm-hero{
	background: #f4f6f8;
	padding: 2rem 0 2.5rem;
}

.pm-hero-grid{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
	gap: 2rem;
	align-items: start;
}

.pm-stage{
	background: #fff;
	border: 1px solid #e2e4e8;
	border-radius: 10px;
	padding: 1.5rem;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pm-main-img{
	width: 100%;
	height: 380px;
	object-fit: contain;
}

.pm-main-img.is-placeholder{ opacity: 0.3; }

.pm-thumbs{
	display: flex;
	gap: 8px;
	margin-top: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

.pm-thumb{
	width: 64px;
	height: 64px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}

.pm-thumb.is-active{ border-color: #3998fd; box-shadow: 0 0 0 1px #3998fd; }

.pm-thumb img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pm-buy{
	background: #fff;
	border: 1px solid #e2e4e8;
	border-radius: 12px;
	padding: 1.5rem 1.6rem 1.7rem;
}

.pm-kicker{
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b7280;
	margin: 0 0 0.4rem;
}

.pm-title{
	font-size: 1.65rem;
	color: #1c1c1e;
	margin: 0 0 0.5rem;
	line-height: 1.25;
	word-break: break-word;
}

.pm-subtitle{
	color: #555;
	margin: 0 0 1.2rem;
	line-height: 1.5;
}

.pm-block{ margin-bottom: 1.15rem; }

.pm-label{
	font-weight: 600;
	color: #29292b;
	margin: 0 0 0.45rem;
}

.pm-pills{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pm-pill{
	border: 1px solid #d0d4da;
	background: #fff;
	border-radius: 999px;
	padding: 0.4rem 0.9rem;
	cursor: pointer;
	color: #29292b;
}

.pm-pill.is-active{
	border-color: #3998fd;
	background: #eaf4ff;
	color: #1664c0;
	font-weight: 600;
}

.pm-price{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin: 0.2rem 0 1.1rem;
}

.pm-price-now{
	font-size: 2.1rem;
	font-weight: 700;
	color: #29292b;
	line-height: 1;
}

.pm-price-old{
	color: #8a8a8a;
	font-size: 1.05rem;
}

.pm-price-save{
	background: #e8f8ec;
	color: #0a7a2f;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
}

.pm-qty-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-bottom: 1.15rem;
}

.pm-qty-row .pm-label{ margin: 0; }

.pm-stepper{
	display: inline-flex;
	border: 1px solid #d0d4da;
	border-radius: 8px;
	overflow: hidden;
}

.pm-stepper button{
	width: 36px;
	height: 36px;
	border: 0;
	background: #f4f6f8;
	cursor: pointer;
	font-size: 1.2rem;
}

.pm-stepper input{
	width: 48px;
	height: 36px;
	border: 0;
	border-left: 1px solid #d0d4da;
	border-right: 1px solid #d0d4da;
	text-align: center;
	font-size: 1rem;
}

.pm-stock{ font-size: 0.9rem; }
.pm-stock.is-in{ color: #0a7a2f; }
.pm-stock.is-out{ color: #b45309; }

.pm-tiers{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pm-tier{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
	text-align: left;
	background: #f7f9fb;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.65rem 0.8rem;
	cursor: pointer;
}

.pm-tier.is-active{
	background: #fff;
	border-color: #3998fd;
	box-shadow: 0 0 0 1px #3998fd;
}

.pm-tier-left,
.pm-tier-right{
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.pm-badge{
	background: #3998fd;
	color: #fff;
	font-style: normal;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 4px;
	text-transform: uppercase;
}

.pm-tier-off{ color: #1664c0; font-weight: 600; font-size: 0.85rem; }

.pm-tier-right del{ color: #999; font-size: 0.85rem; }

.pm-actions{
	display: flex;
	gap: 10px;
	margin-top: 0.4rem;
}

.pm-btn{
	border: 0;
	border-radius: 8px;
	padding: 0.85rem 1.1rem;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
}

.pm-btn-primary{
	flex: 1;
	background: #3998fd;
	color: #fff;
}

.pm-btn-primary:hover{ background: #2b84e6; color: #fff; }

.pm-btn-dark{
	background: #29292b;
	color: #fff;
	white-space: nowrap;
}

.pm-trust{
	background: #29292b;
	color: #fff;
	padding: 0.9rem 0;
}

.pm-trust-list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem;
}

.pm-trust-list li{
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.92rem;
}

.pm-trust-list i{ color: #3998fd; }

.pm-section{
	padding: 3rem 0;
	background: #fff;
}

.pm-section.is-alt,
.pm-section.pm-features,
.pm-section.pm-specs{
	background: #f7f9fb;
}

.pm-narrow{ max-width: 820px; }

.pm-section h2{
	font-size: 1.55rem;
	color: #1c1c1e;
	margin: 0 0 1.2rem;
	text-align: center;
}

.pm-copy{
	font-size: 1.05rem;
	line-height: 1.75;
	color: #3a3a3a;
	margin: 0 0 0.9rem;
}

.pm-section-img{
	max-width: 100%;
	border-radius: 8px;
	margin-top: 1rem;
}

.pm-feature-grid{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem 1.2rem;
}

.pm-feature-grid li{
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	padding: 0.85rem 1rem;
	line-height: 1.5;
	color: #333;
}

.pm-step-list{
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: step;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.pm-step-list li{
	counter-increment: step;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 10px;
	padding: 1rem 1rem 1rem 4rem;
	position: relative;
	line-height: 1.55;
}

.pm-step-list li::before{
	content: counter(step);
	position: absolute;
	left: 0.85rem;
	top: 0.9rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: #3998fd;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pm-spec-list{
	margin: 0;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 10px;
	overflow: hidden;
}

.pm-spec-list > div{
	display: grid;
	grid-template-columns: 180px 1fr;
	border-bottom: 1px solid #eee;
}

.pm-spec-list > div:last-child{ border-bottom: 0; }

.pm-spec-list dt,
.pm-spec-list dd{
	margin: 0;
	padding: 0.75rem 1rem;
}

.pm-spec-list dt{
	background: #fafbfc;
	font-weight: 600;
	color: #444;
}

.pm-bottom-cta{
	background: #3998fd;
	color: #fff;
	padding: 2rem 0;
	text-align: center;
}

.pm-bottom-cta p{
	font-size: 1.25rem;
	margin: 0 0 0.9rem;
}

.pm-bottom-cta .pm-btn-primary{
	background: #fff;
	color: #1664c0;
	display: inline-flex;
	flex: none;
}

.pm-mobile-bar{
	display: none;
}

/* ── Product / premium mobile ────────────────────────────────── */

@media (max-width: 991px){
	.product-layout,
	.pm-hero-grid{
		grid-template-columns: 1fr;
	}

	.product-gallery{
		grid-template-columns: 1fr;
	}

	.product-thumbs{
		flex-direction: row;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.product-thumb{
		flex: 0 0 72px;
	}

	.product-gallery-main{
		min-height: 240px;
		order: -1;
	}

	.product-title{ font-size: 1.35rem; }

	.pm-trust-list{ grid-template-columns: 1fr 1fr; }

	.pm-feature-grid{ grid-template-columns: 1fr; }

	.pm-spec-list > div{ grid-template-columns: 1fr; }

	.pm-spec-list dt{ padding-bottom: 0; }

	.pm-actions{ flex-direction: column; }

	.pm-btn-dark{ width: 100%; }

	.pm-mobile-bar{
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 40;
		background: #fff;
		border-top: 1px solid #e2e4e8;
		padding: 0.65rem 0.9rem;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		box-shadow: 0 -6px 20px rgba(0,0,0,0.08);
	}

	.pm-mobile-bar-price{
		font-weight: 700;
		font-size: 1.15rem;
	}

	.pm-mobile-bar .pm-btn{ flex: 0 0 auto; padding: 0.7rem 1.1rem; }

	body:has(.pm-mobile-bar){ padding-bottom: 72px; }
}

@media (max-width: 575px){
	.pm-hero{ padding: 1rem 0 1.4rem; }
	.pm-buy{ padding: 1.1rem; }
	.pm-title{ font-size: 1.3rem; }
	.pm-price-now{ font-size: 1.7rem; }
	.pm-trust-list{ grid-template-columns: 1fr; }
	.pm-section{ padding: 2rem 0; }
	.pm-section h2{ font-size: 1.25rem; }
	.product-gallery-main{ min-height: 200px; padding: 1rem; }
}
