.pyalichai-our-collections,
.pyalichai-our-collections * {
	box-sizing: border-box;
}

.pyalichai-our-collections {
	--pyalichai-collections-bg: #fcf8f5;
	--pyalichai-collections-ink: #282725;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	/* Pull the section background over Elementor's inter-widget gap while
	 * preserving the reference spacing before the heading. */
	margin-top: -13px;
	padding: 75px 50px 48px;
	background: var(--pyalichai-collections-bg);
	color: var(--pyalichai-collections-ink);
	font-family: var(--pyalichai-font-body);
}

.pyalichai-our-collections a,
.pyalichai-our-collections a:hover,
.pyalichai-our-collections a:focus,
.pyalichai-our-collections a:visited {
	color: inherit;
	text-decoration: none;
}

.pyalichai-our-collections__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 40px;
}

.pyalichai-our-collections__heading {
	margin: 0;
	padding: 0;
	font-family: var(--pyalichai-font-display);
	font-size: 32px;
	font-weight: 500;
	line-height: 42px;
	letter-spacing: -0.2px;
}

.pyalichai-our-collections__shop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 51px;
	margin-top: -4px;
	border: 1px solid #d9d3cf;
	border-radius: 5px;
	background: transparent;
	font-family: var(--pyalichai-font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	transition: background-color 140ms ease;
}

.pyalichai-our-collections__shop:hover,
.pyalichai-our-collections__shop:focus-visible {
	background: rgba(40, 39, 37, 0.04);
}

.pyalichai-our-collections__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 62px;
	row-gap: 12px;
	width: 100%;
}

.pyalichai-our-collections__card {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.pyalichai-our-collections__media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 5px;
	background: #ece9e6;
}

/* Elementor/themes commonly force images back to height:auto. Keep every
 * collection tile locked to the exact same reference frame instead. */
.pyalichai-our-collections__media > .pyalichai-our-collections__image {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
	transition: transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.pyalichai-our-collections__media:hover .pyalichai-our-collections__image,
	.pyalichai-our-collections__media:focus-visible .pyalichai-our-collections__image {
		transform: scale(1.012);
	}
}

.pyalichai-our-collections__title {
	display: block;
	margin: 11px 10px 0;
	padding: 0;
	font-family: var(--pyalichai-font-display);
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0;
}

@media (max-width: 1100px) and (min-width: 503px) {
	.pyalichai-our-collections {
		padding-left: 32px;
		padding-right: 32px;
	}

	.pyalichai-our-collections__grid {
		column-gap: 28px;
	}
}

@media (max-width: 502px) {
	.pyalichai-our-collections {
		padding: 25px 13px 34px 25px;
		overflow: hidden;
	}

	.pyalichai-our-collections__header {
		display: block;
		margin: 0 0 40px;
	}

	.pyalichai-our-collections__heading {
		font-size: 31px;
		line-height: 38px;
		letter-spacing: -0.3px;
	}

	.pyalichai-our-collections__shop {
		width: 110px;
		height: 51px;
		margin-top: 12px;
		font-size: 18px;
	}

	.pyalichai-our-collections__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 15px;
		row-gap: 11px;
	}

	.pyalichai-our-collections__media {
		aspect-ratio: 4 / 5;
		border-radius: 5px;
	}

	.pyalichai-our-collections__title {
		margin: 11px 10px 0;
		font-size: 20px;
		line-height: 24px;
	}
}