.edkys-pc-section {
	padding: 40px 0 50px;
	overflow: hidden;
}

.edkys-pc-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(24px, 5vw, 38px);
	font-weight: 700;
	color: #3d3d3a;
	text-align: center;
	margin: 0 0 28px;
	position: relative;
}
.edkys-pc-title::after {
	content: '';
	display: block;
	width: 48px;
	height: 2px;
	background: #d9a860;
	margin: 12px auto 0;
	border-radius: 2px;
}

.edkys-pc-shell {
	position: relative;
	outline: none;
}
.edkys-pc-shell:focus-visible {
	box-shadow: 0 0 0 3px rgba(175,125,49,.25);
	border-radius: 14px;
}

.edkys-pc-wrapper {
	overflow: hidden;
	cursor: default;
	user-select: none;
	-webkit-user-select: none;
	touch-action: pan-y pinch-zoom;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}
.edkys-pc-shell.is-dragging .edkys-pc-wrapper,
.edkys-pc-shell.is-dragging .edkys-pc-track {
	cursor: grabbing;
}
.edkys-pc-shell.is-dragging .edkys-pc-img-link,
.edkys-pc-shell.is-dragging .edkys-pc-btn {
	cursor: grabbing;
}

.edkys-pc-track {
	display: flex;
	gap: 16px;
	padding: 10px 46px 24px;
	will-change: transform;
}
.edkys-pc-track.is-manual { cursor: grabbing; }

.edkys-pc-img-link,
.edkys-pc-btn { cursor: pointer; }

.edkys-pc-card {
	background: #ffffff;
	border: 1px solid #f0ebe0;
	border-radius: 12px;
	overflow: hidden;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	transition: box-shadow .25s ease, transform .25s ease;
}
.edkys-pc-card:hover {
	box-shadow: 0 10px 32px rgba(0,0,0,0.13);
	transform: translateY(-4px);
}

.edkys-pc-img-link {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	-webkit-user-drag: none;
}
.edkys-pc-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
	-webkit-user-drag: none;
}
.edkys-pc-card:hover .edkys-pc-img { transform: scale(1.05); }

.edkys-pc-badge-sale {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #c0392b;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 4px;
	z-index: 2;
}

.edkys-pc-body {
	padding: 13px 14px 14px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	flex: 1;
}

.edkys-pc-name {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #3d3d3a;
	margin: 0;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.edkys-pc-price { font-family: 'Poppins', sans-serif; min-height: 21px; }
.edkys-pc-price .woocommerce-Price-amount { font-size: 15px; font-weight: 700; color: #af7d31; }
.edkys-pc-price del .woocommerce-Price-amount { font-size: 12px; font-weight: 400; color: #aaa; }
.edkys-pc-price ins { text-decoration: none; }

.edkys-pc-meta-label {
	font-family: 'Poppins', sans-serif;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #9a9387;
	margin-top: 1px;
}

.edkys-pc-colors {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	min-height: 18px;
}
.edkys-pc-color-dot {
	display: block;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	border-radius: 50%;
	border: 1.5px solid rgba(0,0,0,0.18);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), 0 1px 2px rgba(0,0,0,.12);
}
.edkys-pc-color-dot.is-light { border-color: rgba(0,0,0,.25); }
.edkys-pc-more-colors { font-size: 10px; color: #9a9a92; }

.edkys-pc-sizes {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.edkys-pc-size {
	display: inline-block;
	border: 1px solid #d9a860;
	border-radius: 4px;
	padding: 2px 6px;
	font-size: 10px;
	font-family: 'Poppins', sans-serif;
	color: #3d3d3a;
	line-height: 1.3;
}
.edkys-pc-size-more { border-color: #e0e0e0; color: #aaa; }

.edkys-pc-btn {
	display: block;
	text-align: center;
	padding: 10px 12px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
	text-decoration: none;
	margin-top: 4px;
	transition: opacity .2s ease, transform .2s ease;
}
.edkys-pc-btn:hover { opacity: .9; transform: translateY(-1px); }

.edkys-pc-nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.96);
	color: #4a4740;
	box-shadow: 0 5px 20px rgba(0,0,0,.12);
	font-size: 27px;
	line-height: 34px;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
}
.edkys-pc-nav:hover { transform: translateY(-50%) scale(1.04); }
.edkys-pc-nav-prev { left: 8px; }
.edkys-pc-nav-next { right: 8px; }

.edkys-pc-pause {
	position: absolute;
	right: 18px;
	bottom: 3px;
	z-index: 5;
	width: 28px;
	height: 28px;
	border: 1px solid #ece5d8;
	border-radius: 50%;
	background: rgba(255,255,255,.94);
	color: #6a6257;
	font-size: 11px;
	line-height: 26px;
	padding: 0;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.edkys-pc-pause:hover { background: #fff; }

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 767px) {
	.edkys-pc-section { padding-top: 28px; }
	.edkys-pc-track { padding-left: 16px; padding-right: 16px; padding-bottom: 22px; }
	.edkys-pc-card:hover { transform: none; }
	.edkys-pc-nav { width: 32px; height: 32px; font-size: 22px; line-height: 29px; }
	.edkys-pc-nav-prev { left: 4px; }
	.edkys-pc-nav-next { right: 4px; }
	.edkys-pc-pause { right: 12px; bottom: 0; }
	.edkys-pc-meta-label { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	.edkys-pc-card,
	.edkys-pc-img,
	.edkys-pc-btn,
	.edkys-pc-nav { transition: none !important; }
}
