/* ==========================================================================
   Premium Scrub — /scrubs/ collection page
   Full-width page-builder canvas + 1200px content (same as Shop / Homepage)
   ========================================================================== */

.page-id-54 .entry-header,
.page-id-54 .ast-single-post .entry-header,
.page-slug-scrubs .entry-header,
.page-slug-hijab .entry-header,
.page-id-54 h1.entry-title,
.page-slug-scrubs h1.entry-title,
.page-slug-hijab h1.entry-title {
	display: none !important;
}

/* Kill Astra/page padding that shrinks content inside the article */
.page-id-54 #primary,
.page-slug-scrubs #primary,
.page-slug-hijab #primary,
.page-id-54 .site-content > .ast-container,
.page-slug-scrubs .site-content > .ast-container,
.page-slug-hijab .site-content > .ast-container,
.page-id-54 .content-area,
.page-slug-scrubs .content-area,
.page-slug-hijab .content-area {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

.page-id-54 .ast-article-single,
.page-id-54 article.post-54,
.page-id-54 .entry-content,
.page-slug-scrubs .ast-article-single,
.page-slug-scrubs .entry-content,
.page-slug-hijab .ast-article-single,
.page-slug-hijab .entry-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.page-id-54 .entry-content > .ps-scrubs-page,
.page-id-54 .entry-content > *:first-child,
.page-slug-scrubs .entry-content > .ps-scrubs-page,
.page-slug-hijab .entry-content > .ps-scrubs-page,
.page-slug-scrubs .entry-content > *:first-child,
.page-slug-hijab .entry-content > *:first-child {
	margin-top: 0 !important;
}

.ps-scrubs-page {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Shared 1200px content rail — matches Shop #primary / Homepage sections */
.ps-scrubs-inner,
.ps-scrubs-banner__inner {
	width: min(100%, var(--ps-max, 1200px));
	margin-inline: auto;
	padding-inline: var(--ps-space-md, 24px);
	box-sizing: border-box;
}

/* 1) Full-bleed banner; text aligned to the 1200 rail */
.ps-scrubs-banner {
	width: 100%;
	margin: 0;
	padding: 56px 0 48px;
	background: linear-gradient(180deg, #f3f3f3 0%, #f7f7f7 55%, #ffffff 100%);
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.ps-scrubs-banner__crumb {
	margin: 0 0 16px;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	color: #767676;
}

.ps-scrubs-banner__crumb a {
	color: #767676 !important;
	-webkit-text-fill-color: #767676 !important;
	text-decoration: none !important;
}

.ps-scrubs-banner__crumb a:hover {
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
}

.ps-scrubs-banner__sep {
	margin: 0 0.35em;
	color: #767676;
}

.ps-scrubs-banner__title {
	margin: 0 0 12px;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
	font-size: clamp(2rem, 3.5vw, 2.75rem) !important;
	font-weight: 600 !important;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: #111111 !important;
}

.ps-scrubs-banner__sub {
	margin: 0;
	max-width: 36rem;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: #555555;
}

/* 2) Product grid — full 1200 rail, 2-col so two cards fill the row */
.ps-scrubs-grid-section {
	padding: 96px 0 0;
}

.ps-scrubs-grid-section .ps-shop-filters {
	margin-bottom: 28px;
}

.ps-scrubs-page .ps-scrubs-inner > p,
.ps-scrubs-page p.ps-scrubs-grid-section__more {
	margin: 0;
}

.ps-scrubs-grid-section .ps-featured-scrubs--scrubs-page {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 32px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ps-scrubs-grid-section .ps-featured-scrubs--scrubs-page > .ps-product-card {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.ps-scrubs-grid-section__more {
	margin: 28px 0 0 !important;
}

.ps-scrubs-empty {
	margin: 0;
	color: #767676;
	font-size: 15px;
}

.ps-scrubs-page .ps-product-card__atc.add_to_cart_button,
.ps-scrubs-page .ps-product-card a.button.ps-product-card__atc.add_to_cart_button {
	background: #111111 !important;
	border-color: #111111 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: currentColor !important;
}

.ps-scrubs-page .ps-product-card__atc.add_to_cart_button:hover,
.ps-scrubs-page .ps-product-card a.button.ps-product-card__atc.add_to_cart_button:hover {
	background: #333333 !important;
	border-color: #333333 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: currentColor !important;
}

.ps-scrubs-page .ps-product-card__atc,
.ps-scrubs-page .ps-product-card a.ps-product-card__atc {
	-webkit-text-fill-color: currentColor !important;
}

/* 3) Why Our Scrubs — homepage section rhythm (96px) */
.ps-scrubs-why {
	padding: 96px 0;
	margin: 0;
}

.ps-scrubs-why .ps-section__title {
	margin: 0 0 12px !important;
}

.ps-scrubs-why .ps-section__lead {
	margin: 0 0 48px !important;
}

.ps-scrubs-why .ps-benefits {
	width: 100%;
	max-width: none;
	margin: 0;
}

.ps-scrubs-why .ps-benefit {
	max-width: none;
}

@media (max-width: 1100px) {
	.ps-scrubs-grid-section .ps-featured-scrubs--scrubs-page {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 544px) {
	.ps-scrubs-banner {
		padding: 40px 0 32px;
	}

	.ps-scrubs-grid-section {
		padding-top: 64px;
	}

	.ps-scrubs-grid-section .ps-featured-scrubs--scrubs-page {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	.ps-scrubs-why {
		padding: 64px 0 80px;
	}
}
