/* ==========================================================================
   POS Qatar — Test Homepage (Zebra-inspired, black & white)
   ========================================================================== */

.pq-test-home {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	color: #111111;
	line-height: 1.6;
	overflow-x: hidden;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	display: block !important;
}
.pq-test-home *, .pq-test-home *::before, .pq-test-home *::after {
	box-sizing: border-box;
}

/* Force full-bleed layout — break out of Electro container */
body.page-template-page-test #content,
body.page-template-page-test .site-content,
body.page-id-39296 #content,
body.page-id-39296 .site-content {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: none !important;
}
body.page-template-page-test #content > .container,
body.page-template-page-test .site-content > .container,
body.page-template-page-test .container,
body.page-id-39296 #content > .container,
body.page-id-39296 .site-content > .container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
body.page-template-page-test .site-content-inner.row,
body.page-template-page-test #primary,
body.page-template-page-test #main,
body.page-template-page-test #main.site-main,
body.page-template-page-test .pq-test-home,
body.page-id-39296 .site-content-inner.row,
body.page-id-39296 #primary,
body.page-id-39296 #main,
body.page-id-39296 .pq-test-home {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	flex: 0 0 100% !important;
	left: auto !important;
	right: auto !important;
}
body.page-template-page-test .site-content-inner.row::before,
body.page-template-page-test .site-content-inner.row::after,
body.page-id-39296 .site-content-inner.row::before,
body.page-id-39296 .site-content-inner.row::after {
	display: none !important;
}
body.page-template-page-test .woocommerce-breadcrumb,
body.page-id-39296 .woocommerce-breadcrumb {
	display: none !important;
}

/* ---------- HERO ---------- */
.pq-hero {
	background: #000000;
	color: #ffffff;
	padding: 100px 0 80px;
	position: relative;
	overflow: hidden;
}
.pq-hero::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -20%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
	border-radius: 50%;
}
.pq-hero__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}
.pq-hero__content {
	max-width: 720px;
}
.pq-hero__title {
	font-size: clamp(2.2rem, 5vw, 3.5rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 24px;
	letter-spacing: -0.02em;
	color: #ffffff;
}
.pq-hero__title span {
	color: #ffffff;
	background: none;
	-webkit-text-fill-color: #ffffff;
}
.pq-hero__subtitle {
	font-size: 1.15rem;
	color: rgba(255,255,255,0.75);
	margin: 0 0 36px;
	line-height: 1.7;
	max-width: 600px;
}
.pq-hero__cta {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

/* Buttons */
.pq-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
	cursor: pointer;
	border: 2px solid transparent;
}
.pq-btn--primary {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff;
}
.pq-btn--primary:hover {
	background: #e8e8e8;
	border-color: #e8e8e8;
	color: #000000;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
}
.pq-btn--outline {
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255,0.45);
}
.pq-btn--outline:hover {
	border-color: #fff;
	color: #fff;
	background: rgba(255,255,255,0.1);
}
.pq-btn--white {
	background: #fff;
	color: #000;
	border-color: #fff;
}
.pq-btn--white:hover {
	background: #e8e8e8;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(255,255,255,0.15);
	color: #000;
}
.pq-btn--outline-white {
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255,0.5);
}
.pq-btn--outline-white:hover {
	border-color: #fff;
	color: #fff;
	background: rgba(255,255,255,0.1);
}

/* Ticker */
.pq-hero__visual {
	margin-top: 60px;
}
.pq-hero__ticker {
	overflow: hidden;
	position: relative;
	padding: 16px 0;
}
.pq-hero__ticker::before,
.pq-hero__ticker::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	z-index: 2;
}
.pq-hero__ticker::before {
	left: 0;
	background: linear-gradient(to right, #000000, transparent);
}
.pq-hero__ticker::after {
	right: 0;
	background: linear-gradient(to left, #000000, transparent);
}
.pq-hero__ticker-track {
	display: flex;
	gap: 32px;
	animation: ticker-scroll 30s linear infinite;
	white-space: nowrap;
}
.pq-hero__ticker-track span {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.2);
	padding: 10px 24px;
	border-radius: 100px;
	font-size: 0.9rem;
	color: rgba(255,255,255,0.75);
	flex-shrink: 0;
}
@keyframes ticker-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* ---------- ZEBRA PRODUCTS SLIDER ---------- */
.pq-zebra-slider {
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	padding: 64px 0;
}
.pq-zebra-slider__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}
.pq-zebra-slider__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
	text-align: left;
}
.pq-zebra-slider__header > div:first-child {
	text-align: left;
	margin-right: auto;
}
.pq-section-title--left,
.pq-zebra-slider .pq-section-title,
.pq-zebra-slider h2.pq-section-title {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 8px;
}
.pq-section-subtitle--left,
.pq-zebra-slider .pq-section-subtitle {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin: 0;
}
.pq-zebra-slider__nav {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}
.pq-zebra-slider__btn {
	width: 44px;
	height: 44px;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	border-radius: 6px;
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.2s ease;
	line-height: 1;
}
.pq-zebra-slider__btn:hover {
	background: #000000;
	color: #ffffff;
}
.pq-zebra-slider__viewport {
	overflow: hidden;
}
.pq-zebra-slider__track {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 4px;
}
.pq-zebra-slider__track::-webkit-scrollbar {
	display: none;
}
.pq-zebra-slide {
	flex: 0 0 240px;
	scroll-snap-align: start;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: #111111;
	display: flex;
	flex-direction: column;
	transition: all 0.25s ease;
}
.pq-zebra-slide:hover {
	border-color: #000000;
	box-shadow: 0 10px 28px rgba(0,0,0,0.1);
	color: #111111;
	transform: translateY(-3px);
}
.pq-zebra-slide__img {
	aspect-ratio: 4/3;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.pq-zebra-slide__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.pq-zebra-slide__body {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.pq-zebra-slide__cat {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #666666;
	font-weight: 600;
	margin-bottom: 6px;
}
.pq-zebra-slide__title {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex-grow: 1;
}
.pq-zebra-slide__cta {
	font-size: 0.85rem;
	font-weight: 600;
	color: #000000;
}

/* ---------- STATS (legacy, unused) ---------- */
.pq-stats {
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	padding: 60px 0;
}
.pq-stats__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	text-align: center;
}
.pq-stat__number {
	display: block;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: #000000;
	line-height: 1.2;
}
.pq-stat__label {
	display: block;
	font-size: 0.95rem;
	color: #555555;
	margin-top: 8px;
}

/* ---------- PRODUCTS ---------- */
.pq-products {
	background: #f5f5f5;
	padding: 80px 0;
}
.pq-products__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}
.pq-section-title {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 800;
	color: #000000;
	margin: 0 0 12px;
	text-align: center;
}
.pq-section-title--light {
	color: #ffffff;
}
.pq-section-subtitle {
	font-size: 1.05rem;
	color: #555555;
	text-align: center;
	max-width: 600px;
	margin: 0 auto 48px;
}

.pq-products__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	gap: 24px;
}

.pq-product-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 24px;
	text-decoration: none;
	color: #111111;
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}
.pq-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.1);
	border-color: #000000;
	color: #111111;
}
.pq-product-card__icon {
	color: #000000;
	margin-bottom: 20px;
}
.pq-product-card h3 {
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.3;
}
.pq-product-card p {
	font-size: 0.9rem;
	color: #555555;
	margin: 0 0 16px;
	flex-grow: 1;
}
.pq-product-card__link {
	font-size: 0.9rem;
	font-weight: 600;
	color: #000000;
}
.pq-product-card:hover .pq-product-card__link {
	color: #333333;
}

/* ---------- BEST SELLERS ---------- */
.pq-bestsellers {
	background: #ffffff;
	padding: 80px 0;
}
.pq-bestsellers__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}
.pq-bestsellers__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 24px;
	margin-top: 48px;
}

.pq-seller-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: #111111;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}
.pq-seller-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.1);
	border-color: #000000;
	color: #111111;
}
.pq-seller-card__img {
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.pq-seller-card__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}
.pq-seller-card:hover .pq-seller-card__img img {
	transform: scale(1.05);
}
.pq-seller-card__body {
	padding: 16px 20px 8px;
	flex-grow: 1;
}
.pq-seller-card__cat {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #666666;
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
}
.pq-seller-card__title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pq-seller-card__rating {
	display: flex;
	align-items: center;
	gap: 2px;
}
.pq-seller-card__rating .star {
	color: #cccccc;
	font-size: 1rem;
}
.pq-seller-card__rating .star.filled {
	color: #000000;
}
.pq-seller-card__reviews {
	font-size: 0.8rem;
	color: #888888;
	margin-left: 6px;
}
.pq-seller-card__cta {
	display: block;
	padding: 12px 20px 16px;
	font-size: 0.85rem;
	font-weight: 600;
	color: #000000;
}

/* ---------- ABOUT ---------- */
.pq-about {
	background: #000000;
	color: #ffffff;
	padding: 80px 0;
}
.pq-about__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 60px;
	align-items: start;
}
.pq-about__content p {
	color: rgba(255,255,255,0.8);
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 18px;
}
.pq-about__brands h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 20px;
	color: rgba(255,255,255,0.9);
}
.pq-about__brand-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.pq-brand-badge {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.25);
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: rgba(255,255,255,0.95);
}

/* ---------- REVIEWS ---------- */
.pq-reviews {
	background: #f5f5f5;
	padding: 80px 0;
}
.pq-reviews__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}
.pq-reviews__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
	flex-wrap: wrap;
	gap: 24px;
}
.pq-reviews__badge {
	text-align: right;
}
.pq-reviews__score {
	display: block;
	font-size: 1.1rem;
	font-weight: 800;
	color: #000000;
	letter-spacing: 0.05em;
}
.pq-reviews__count {
	display: block;
	font-size: 0.85rem;
	color: #555555;
	margin-top: 2px;
}
.pq-reviews__source {
	display: block;
	font-size: 0.85rem;
	color: #000000;
	margin-top: 4px;
}

.pq-reviews__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 24px;
}

.pq-review-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 28px;
	border: 1px solid #e5e5e5;
	transition: box-shadow 0.3s ease;
}
.pq-review-card:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.pq-review-card__stars {
	font-size: 1.2rem;
	color: #000000;
	margin-bottom: 12px;
}
.pq-review-card__text {
	font-size: 0.95rem;
	color: #333333;
	line-height: 1.7;
	margin: 0 0 16px;
	font-style: italic;
}
.pq-review-card__author {
	font-size: 0.85rem;
	font-weight: 700;
	color: #000000;
}

/* ---------- CTA ---------- */
.pq-cta {
	background: #000000;
	color: #ffffff;
	padding: 80px 0;
	text-align: center;
}
.pq-cta__inner {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 24px;
}
.pq-cta h2 {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 800;
	margin: 0 0 16px;
	color: #ffffff;
}
.pq-cta p {
	font-size: 1.1rem;
	color: rgba(255,255,255,0.8);
	margin: 0 0 32px;
}
.pq-cta__buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.pq-cta__contact {
	display: flex;
	gap: 32px;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 0.9rem;
	color: rgba(255,255,255,0.8);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
	.pq-stats__inner {
		grid-template-columns: repeat(2, 1fr);
	}
	.pq-about__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media (max-width: 768px) {
	.pq-hero {
		padding: 70px 0 60px;
	}
	.pq-hero__title {
		font-size: 2rem;
	}
	.pq-zebra-slider__header {
		flex-direction: column;
		align-items: flex-start;
	}
	.pq-zebra-slide {
		flex: 0 0 200px;
	}
	.pq-stats__inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
	.pq-products__grid {
		grid-template-columns: 1fr;
	}
	.pq-bestsellers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	.pq-reviews__grid {
		grid-template-columns: 1fr;
	}
	.pq-reviews__header {
		flex-direction: column;
		align-items: flex-start;
	}
	.pq-reviews__badge {
		text-align: left;
	}
	.pq-cta__contact {
		flex-direction: column;
		gap: 12px;
	}
}

@media (max-width: 480px) {
	.pq-hero__cta {
		flex-direction: column;
	}
	.pq-btn {
		width: 100%;
		text-align: center;
	}
	.pq-stats__inner {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.pq-bestsellers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px;
	}
	.pq-seller-card__body {
		padding: 10px 12px 6px;
	}
	.pq-seller-card__title {
		font-size: 0.85rem;
	}
	.pq-seller-card__cta {
		padding: 8px 12px 12px;
		font-size: 0.75rem;
	}
	.pq-cta__buttons {
		flex-direction: column;
	}
}
