.ppc-container-a8fa27f7 {
	width: 100%;
	overflow: hidden;
}

.ppc-header-a8fa27f7 {
	margin-bottom: 40px;
}

.ppc-title-a8fa27f7 {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #1a1a1a;
}

.ppc-subtitle-a8fa27f7 {
	font-size: 16px;
	color: #666;
	margin: 0;
	max-width: 600px;
}

.ppc-header-a8fa27f7[style*="text-align: center"] .ppc-subtitle-a8fa27f7 {
	margin-left: auto;
	margin-right: auto;
}

.ppc-header-a8fa27f7[style*="text-align: right"] .ppc-subtitle-a8fa27f7 {
	margin-left: auto;
}

.ppc-item-a8fa27f7 {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.ppc-item-a8fa27f7:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.ppc-image-link-a8fa27f7 {
	display: block;
	position: relative;
	padding-top: 120%; /* 5:6 aspect ratio */
	overflow: hidden;
}

.ppc-product-image-a8fa27f7 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.ppc-item-a8fa27f7:hover .ppc-product-image-a8fa27f7 {
	transform: scale(1.05);
}

.ppc-content-a8fa27f7 {
	padding: 25px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: center;
}

.ppc-product-title-a8fa27f7 {
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.ppc-product-title-a8fa27f7 a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.ppc-product-title-a8fa27f7 a:hover {
	color: #000;
}

.ppc-product-price-a8fa27f7 {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	flex-grow: 1;
}

.ppc-product-price-a8fa27f7 del {
	opacity: 0.5;
	margin-right: 5px;
	font-size: 0.9em;
}

.ppc-product-price-a8fa27f7 ins {
	text-decoration: none;
}

.ppc-button-a8fa27f7 {
	display: inline-block;
	padding: 12px 25px;
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	transition: all 0.3s ease;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}

.ppc-button-a8fa27f7:hover {
	background-color: #444;
	color: #fff;
}

.ppc-carousel-wrapper-a8fa27f7 {
	padding-bottom: 50px; /* Space for pagination */
}

/* Swiper overrides */
.ppc-carousel-wrapper-a8fa27f7 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #000;
	opacity: 0.2;
	transition: all 0.3s ease;
}

.ppc-carousel-wrapper-a8fa27f7 .swiper-pagination-bullet-active {
	opacity: 0.8;
	transform: scale(1.2);
}
