.awc-carousel,
.awc-carousel * {
	box-sizing: border-box;
}

.awc-carousel {
	position: relative;
}

.awc-carousel__viewport {
	overflow: hidden;
}

.awc-carousel__track {
	display: flex;
	will-change: transform;
}

.awc-slide {
	flex-shrink: 0;
}

.awc-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.awc-card__image {
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.awc-card__image img {
	width: 100%;
	display: block;
}

.awc-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	line-height: 1.4;
}

.awc-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.awc-card__title {
	margin: 0 0 8px;
	text-decoration: none;
	display: block;
}

.awc-card__excerpt {
	margin: 0 0 10px;
}

.awc-card__rating {
	margin-bottom: 8px;
}

.awc-card__price {
	margin-bottom: 12px;
}

.awc-card__price del {
	opacity: 0.7;
	margin-right: 6px;
}

.awc-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 10px 16px;
	border: 1px solid transparent;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	font-size: 14px;
}

.awc-arrow {
	position: absolute;
	transform: translateY(-50%);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.awc-arrow__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.awc-arrow__icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.awc-arrow__icon i {
	display: block;
}

.awc-arrow.is-disabled {
	cursor: default;
}

.awc-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}

.awc-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: none;
	padding: 0;
	cursor: pointer;
}

.awc-empty-notice {
	padding: 20px;
	text-align: center;
	opacity: 0.7;
}

.awc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.awc-header__title {
	margin: 0;
}

.awc-header__view-all {
	white-space: nowrap;
	text-decoration: none;
}

.awc-view-all-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 100%;
	width: 100%;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.awc-view-all-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.awc-view-all-card__icon svg {
	display: block;
}
