/* Category / shop archive — loaded only on product archives */

.akacja-cat-hero {
	background: #fff;
	border-bottom: 1px solid #fde8c8;
	padding: 1.25rem 0;
}

.akacja-cat-breadcrumb {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	color: #9ca3af;
	margin-bottom: 0.75rem;
}

.akacja-cat-breadcrumb a {
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.2s;
}

.akacja-cat-breadcrumb a:hover {
	color: #f19f03;
}

.akacja-cat-breadcrumb__current {
	color: #374151;
	font-weight: 600;
}

.akacja-cat-hero__row {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.akacja-cat-hero__thumb {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.akacja-cat-hero__title {
	font-family: var(--akacja-font-display);
	font-size: 2rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #111827;
	line-height: 1.1;
	margin: 0;
}

.akacja-cat-hero__count {
	font-size: 0.875rem;
	color: #6b7280;
	margin: 0.25rem 0 0;
}

.akacja-cat-page {
	background: #fefaf3;
	padding: 2rem 0 3rem;
}

.akacja-cat-layout {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

.akacja-cat-sidebar {
	width: 14rem;
	flex-shrink: 0;
	display: none;
}

@media (min-width: 768px) {
	.akacja-cat-sidebar {
		display: block;
	}
}

.akacja-cat-filter + .akacja-cat-filter {
	margin-top: 1.5rem;
}

.akacja-cat-filter__title {
	font-family: var(--akacja-font-display);
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1f2937;
	margin: 0 0 0.75rem;
}

.akacja-cat-filter__list {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.akacja-cat-filter__link {
	display: block;
	padding: 0.375rem 0.75rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	color: #4b5563;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.akacja-cat-filter__link:hover {
	background: #fff7ed;
	color: #111827;
}

.akacja-cat-filter__link.is-active {
	background: #f19f03;
	color: #fff;
	font-weight: 700;
}

.akacja-cat-main {
	flex: 1;
	min-width: 0;
}

.akacja-cat-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.akacja-cat-toolbar__right {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-left: auto;
}

.akacja-cat-toolbar .woocommerce-result-count {
	margin: 0;
	font-size: 0.875rem;
	color: #6b7280;
}

.akacja-cat-toolbar .woocommerce-ordering {
	margin: 0;
}

.akacja-cat-toolbar .woocommerce-ordering select {
	font-size: 0.875rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	padding: 0.375rem 0.75rem;
	background: #fff;
	color: #374151;
	outline: none;
	cursor: pointer;
}

.akacja-cat-view {
	display: flex;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #fff;
}

.akacja-cat-view__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.375rem;
	border: none;
	background: transparent;
	color: #9ca3af;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.akacja-cat-view__btn.is-active {
	background: #f19f03;
	color: #fff;
}

.akacja-shop-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
	clear: none;
}

/* WooCommerce clearfix pseudo-elements break CSS grid — hide them */
.akacja-shop-grid::before,
.akacja-shop-grid::after {
	content: none !important;
	display: none !important;
}

@media (min-width: 1024px) {
	.akacja-shop-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1280px) {
	.akacja-shop-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.akacja-shop-grid .akacja-shop-card,
.woocommerce ul.products.akacja-shop-grid li.product {
	margin: 0 !important;
	width: 100% !important;
	float: none !important;
	clear: none !important;
	padding: 0 !important;
}

.akacja-shop-card__list {
	display: none;
}

.akacja-shop-archive.is-list-view .akacja-shop-card__grid {
	display: none;
}

.akacja-shop-archive.is-list-view .akacja-shop-card__list {
	display: flex;
}

.akacja-shop-archive.is-list-view .akacja-shop-grid {
	grid-template-columns: 1fr;
}

.akacja-shop-card__grid {
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.3s;
}

.akacja-shop-card__grid:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.akacja-shop-card__media {
	position: relative;
	background: #fefaf3;
	display: flex;
	justify-content: center;
	padding: 1.5rem 1rem 0.75rem;
}

.akacja-shop-card__badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 2;
	padding: 0.125rem 0.5rem;
	border-radius: 999px;
	background: #f19f03;
	color: #fff;
	font-family: var(--akacja-font-display);
	font-size: 0.75rem;
	letter-spacing: 0.06em;
}

.akacja-shop-card__image-wrap {
	position: relative;
	width: 160px;
	height: 160px;
}

.akacja-shop-card__image-link {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 0 4px #fff, 0 4px 12px rgba(0, 0, 0, 0.1);
}

.akacja-shop-card__image-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.akacja-shop-card__grid:hover .akacja-shop-card__image-link img {
	transform: scale(1.05);
}

.akacja-shop-card__image-wrap .dc-wishlist-wrap--overlay-bottom-right {
	bottom: 6px;
	right: 6px;
}

.akacja-shop-card__image-wrap .dc-wishlist-btn {
	width: 36px;
	height: 36px;
	padding: 0;
	font-size: 16px;
	background: #fff;
	color: #9ca3af;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.akacja-shop-card__image-wrap .dc-wishlist-btn:hover,
.akacja-shop-card__image-wrap .dc-wishlist-btn.is-active {
	color: var(--akacja-orange);
	background: #fff;
}

.akacja-shop-card__list-actions .dc-wishlist-btn {
	width: 32px;
	height: 32px;
	padding: 0;
	font-size: 14px;
	background: #fff7ed;
	color: var(--akacja-orange);
	box-shadow: none;
}

.akacja-shop-card__body {
	padding: 0.5rem 1rem 1.25rem;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.25rem;
	flex: 1;
	text-align: left;
}

.akacja-shop-card__title {
	font-family: var(--akacja-font-display);
	font-size: 1.05rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
}

.akacja-shop-card__title a {
	color: #111827;
	text-decoration: none;
}

.akacja-shop-card__subtitle {
	font-size: 0.75rem;
	color: #6b7280;
	margin: 0;
}

.akacja-product-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	gap: 0.35rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0.55rem 0 0;
	margin-inline: 0;
	padding: 0;
	padding-inline-start: 0;
	list-style: none;
	text-align: left;
	text-indent: 0;
}

.akacja-product-tags__badge {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin: 0;
	padding: 0.22rem 0.65rem;
	border-radius: 999px;
	border: 1px solid rgba(241, 159, 3, 0.35);
	background: rgba(241, 159, 3, 0.12);
	color: #9a6200;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-indent: 0;
	white-space: nowrap;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.akacja-product-tags__badge:hover,
.akacja-product-tags__badge:focus {
	background: rgba(241, 159, 3, 0.22);
	border-color: rgba(241, 159, 3, 0.55);
	color: #7a4e00;
	outline: none;
}

.akacja-product-tags--card {
	justify-content: flex-start;
	margin-top: 0.4rem;
	align-self: stretch;
}

.akacja-product-tags--card .akacja-product-tags__badge {
	font-size: 0.62rem;
	padding: 0.16rem 0.5rem;
}

.akacja-shop-card__rating {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.akacja-shop-card__reviews {
	font-size: 0.75rem;
	color: #9ca3af;
}

.akacja-shop-card__price {
	font-weight: 800;
	font-size: 1.1rem;
	color: #ea970d;
	line-height: 1.2;
}

.akacja-shop-card__price .woocommerce-Price-amount,
.akacja-shop-card__price .amount {
	color: inherit;
	font-weight: inherit;
}

.akacja-shop-card__price del {
	font-size: 0.75rem;
	color: #9ca3af;
	font-weight: 400;
	margin-left: 0.25rem;
}

.akacja-shop-card__price del .woocommerce-Price-amount,
.akacja-shop-card__price del .amount {
	color: inherit;
	font-weight: inherit;
}

.akacja-shop-card__price ins {
	text-decoration: none;
}

.akacja-shop-card__actions {
	margin-top: auto;
	padding-top: 0.5rem;
	display: flex;
	justify-content: center;
}

.akacja-shop-card__atc {
	display: inline-block;
	width: auto !important;
	max-width: 100%;
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 999px;
	background: #f19f03 !important;
	color: #fff !important;
	font-family: var(--akacja-font-display);
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: filter 0.2s, transform 0.15s;
}

.akacja-shop-card__atc:hover {
	filter: brightness(1.1);
	color: #fff !important;
}

.akacja-shop-card__atc--sm {
	width: auto;
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
}

.akacja-shop-card__list {
	align-items: center;
	gap: 1.25rem;
	padding: 1rem;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	border: 1px solid #f3f4f6;
}

.akacja-shop-card__list-image {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
}

.akacja-shop-card__list-image a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 0 4px #fff7ed;
}

.akacja-shop-card__list-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.akacja-shop-card__list-content {
	flex: 1;
	min-width: 0;
	text-align: left;
}

.akacja-shop-card__badge--inline {
	position: static;
	display: inline-block;
	margin-right: 0.5rem;
}

.akacja-shop-card__list-side {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.5rem;
}

.akacja-shop-card__list-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.akacja-cat-main .woocommerce-pagination {
	margin-top: 2rem;
	text-align: center;
}

.akacja-shop-card__rating .star-rating span::before,
.akacja-product-summary__rating .star-rating span::before {
	color: #f19f03;
}

@media (max-width: 1024px) {
	.akacja-shop-card__title {
		font-size: 0.88rem;
		letter-spacing: normal;
		text-transform: none;
		font-family: var(--akacja-font-body);
		font-weight: 700;
		line-height: 1.3;
	}

	.akacja-shop-card__actions .akacja-shop-card__atc,
	.akacja-shop-card__actions a.button.akacja-shop-card__atc,
	.woocommerce ul.products li.product .akacja-shop-card__atc,
	.woocommerce ul.products li.product a.button.akacja-shop-card__atc {
		padding: 0.4rem 0.75rem !important;
		font-family: var(--akacja-font-body) !important;
		font-size: 0.75rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.01em !important;
		text-transform: none !important;
		line-height: 1.3 !important;
		border-radius: 999px !important;
		box-shadow: none !important;
	}

	.akacja-shop-card__atc--sm,
	.akacja-shop-card__list-actions .akacja-shop-card__atc--sm {
		padding: 0.35rem 0.7rem !important;
		font-size: 0.7rem !important;
	}
}
