/* Full-width category archive shell */
body.aryarama-product-category-archive .site-content,
body.aryarama-product-category-archive .content-area,
body.aryarama-product-category-archive .inside-article {
	width: 100%;
	max-width: none;
}

body.aryarama-product-category-archive #right-sidebar,
body.aryarama-product-category-archive #left-sidebar {
	display: none !important;
}

body.aryarama-product-category-archive .site-main {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.aryarama-product-category-archive .woocommerce-breadcrumb:not(.aryarama-category-archive-breadcrumb) {
	display: none;
}

.aryarama-category-archive-shell {
	width: 100%;
	max-width: 1648px;
	margin: 0 auto 32px;
	padding: 0 40px;
	box-sizing: border-box;
}

/* Breadcrumb */
.aryarama-category-archive-breadcrumb-bar {
	margin-bottom: 28px;
}

.aryarama-category-archive-breadcrumb {
	margin: 0;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.5;
}

.aryarama-category-archive-breadcrumb__sep {
	margin: 0 6px;
	color: #9ca3af;
}

.aryarama-category-archive-breadcrumb a {
	color: #03427e;
	text-decoration: none;
}

.aryarama-category-archive-breadcrumb a:hover,
.aryarama-category-archive-breadcrumb a:focus {
	text-decoration: underline;
}

/* Hero section */
.aryarama-category-archive-hero {
	text-align: center;
}

.aryarama-category-archive-hero__section-title {
	margin: 0 0 24px;
	color: #03427e;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.2;
}

.aryarama-category-archive-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 28px;
}

.aryarama-category-archive-pills__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 24px;
	border: 1.5px solid #03427e;
	border-radius: 999px;
	background: #ffffff;
	color: #03427e;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.aryarama-category-archive-pills__item:hover,
.aryarama-category-archive-pills__item:focus {
	background: #f0f6fc;
	color: #03427e;
	outline: none;
}

.aryarama-category-archive-pills__item.is-active {
	background: #03427e;
	border-color: #03427e;
	color: #ffffff;
}

.aryarama-category-archive-hero__count {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0 0 28px;
	color: #374151;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

.aryarama-category-archive-hero__count-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #03427e;
}

.aryarama-category-archive-hero__count-number {
	color: #03427e;
	font-weight: 700;
}

.aryarama-category-archive-hero__title {
	margin: 0 0 20px;
	color: #111111;
	font-size: clamp(30px, 3.5vw, 44px);
	font-weight: 700;
	line-height: 1.2;
}

.aryarama-category-archive-hero__description {
	max-width: 920px;
	margin: 0 auto 36px;
	color: #6b7280;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}

.aryarama-category-archive-hero__description p {
	margin: 0 0 12px;
}

.aryarama-category-archive-hero__description p:last-child {
	margin-bottom: 0;
}

/* Shop loop controls */
body.aryarama-product-category-archive .woocommerce-result-count,
body.aryarama-product-category-archive .woocommerce-ordering {
	display: none;
}

body.aryarama-product-category-archive .woocommerce-notices-wrapper {
	max-width: 1648px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

/* Product grid */
body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	width: 100%;
	max-width: 1648px;
	margin: 0 auto 48px;
	padding: 8px 40px 0;
	box-sizing: border-box;
}

body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products::before,
body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products::after {
	display: none;
}

body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products li.product:hover {
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
	transform: translateY(-2px);
}

body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products li.product a.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 24px 0 0;
	text-decoration: none;
}

.aryarama-category-archive-card__badge {
	position: absolute;
	top: 16px;
	inset-inline-start: 16px;
	inset-inline-end: auto;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	max-width: calc(100% - 32px);
	padding: 6px 12px;
	border-radius: 999px;
	background: #e8f1fa;
	color: #03427e;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title,
body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products li.product h2.woocommerce-loop-product__title,
body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products li.product .woocommerce-loop-product__title {
	margin: 18px 28px 0 !important;
	padding: 0 !important;
	color: #111111 !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-transform: none !important;
	text-decoration: none !important;
}

body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products li.product img {
	display: block;
	width: 100%;
	height: 220px;
	margin: 0;
	padding: 12px 28px;
	object-fit: contain;
	box-sizing: border-box;
}

.aryarama-category-archive-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin: 18px 28px 28px;
	padding: 10px 18px;
	border-radius: 8px;
	background: #03427e;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.aryarama-category-archive-card__button:hover,
.aryarama-category-archive-card__button:focus {
	background: #02325f;
	color: #ffffff !important;
	outline: none;
}

body.aryarama-product-category-archive .woocommerce nav.woocommerce-pagination {
	max-width: 1648px;
	margin: 0 auto 48px;
	padding: 0 40px;
	box-sizing: border-box;
}

/* Responsive */
@media (max-width: 1100px) {
	body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.aryarama-category-archive-shell,
	body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products,
	body.aryarama-product-category-archive .woocommerce nav.woocommerce-pagination,
	body.aryarama-product-category-archive .woocommerce-notices-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products {
		padding-top: 4px;
	}

	.aryarama-category-archive-pills {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.aryarama-category-archive-pills::-webkit-scrollbar {
		display: none;
	}

	.aryarama-category-archive-pills__item {
		flex: 0 0 auto;
	}

	.aryarama-category-archive-hero__count {
		font-size: 15px;
	}

	body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.aryarama-product-category-archive .woocommerce ul.products.aryarama-category-archive-products li.product img {
		height: 200px;
	}
}
