/** Catalog, discovery and product-media presentation. */
html[lang="fa-IR"] .berelianstone-catalog-layout {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	grid-template-columns: minmax(14rem, 20rem) minmax(0, 1fr);
}

html[lang="fa-IR"] .berelianstone-catalog-filters {
	align-self: start;
	background: var(--wp--preset--color--stone-surface, #EDEBE7);
	border: 1px solid var(--wp--preset--color--stone-border, #DAD7D2);
	border-radius: var(--berelian-radius);
	padding: 1rem;
}

html[lang="fa-IR"] :where(.wc-block-components-checkbox__input, input[type="radio"], input[type="checkbox"]) {
	block-size: 1.25rem;
	inline-size: 1.25rem;
	min-block-size: 1.25rem;
	min-inline-size: 1.25rem;
	padding: 0;
}

html[lang="fa-IR"] :where(.wc-block-components-chip__remove, .wc-block-cart-item__remove-link, .remove) {
	align-items: center;
	display: inline-flex;
	font-size: 1rem;
	justify-content: center;
	min-block-size: 2.75rem;
	min-inline-size: 2.75rem;
}

html[lang="fa-IR"] :where(.wc-block-product-template, .products) img {
	aspect-ratio: 4 / 3;
	background: var(--wp--preset--color--stone-surface, #EDEBE7);
	display: block;
	height: auto;
	inline-size: 100%;
	object-fit: contain;
}

html[lang="fa-IR"] .berelianstone-home-products__grid {
	display: grid;
	gap: clamp(1rem, 2.5vw, 2rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	padding: 0;
}

html[lang="fa-IR"] .berelianstone-home-products__actions { text-align: center; }

html[lang="fa-IR"] .berelianstone-category-nav { position: relative; }
html[lang="fa-IR"] .berelianstone-category-nav summary {
	cursor: pointer;
	font-weight: 700;
	min-block-size: 2.75rem;
	padding: .65rem .85rem;
}
html[lang="fa-IR"] .berelianstone-category-nav__panel {
	background: var(--wp--preset--color--base, #fff);
	border: 1px solid var(--wp--preset--color--stone-border, #DAD7D2);
	border-radius: var(--berelian-radius);
	box-shadow: var(--berelian-shadow, 0 0.5rem 1.5rem rgb(32 31 29 / 6%));
	inline-size: min(22rem, calc(100vw - 2rem));
	inset-block-start: 100%;
	inset-inline-start: 0;
	padding: 1rem;
	position: absolute;
	z-index: 30;
}
html[lang="fa-IR"] .berelianstone-category-nav ul { list-style: none; margin: 0; padding-inline-start: 1rem; }
html[lang="fa-IR"] .berelianstone-category-nav a[aria-current="page"] { font-weight: 800; text-decoration: underline; }

@media (width <= 900px) {
	html[lang="fa-IR"] .berelianstone-catalog-layout { grid-template-columns: 1fr; }
	html[lang="fa-IR"] .berelianstone-home-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	html[lang="fa-IR"] .berelianstone-category-nav__panel { position: static; }
}

@media (width <= 480px) {
	html[lang="fa-IR"] .berelianstone-home-products__grid { grid-template-columns: 1fr; }
}
