/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 10:00:09 */
:root {
	--slider-width: 100%;
	--slider-height: 200px;
	--margin-top: 20px;
	--scrollbar-bg: #ddd;
	--scrollbar-drag-bg: #ff5733;
}

img.attachment-medium.size-medium.wp-post-image {
    height: 290px;
    min-width: 100%;
}

.product-listItem-title {
  max-width: 280px; /* Giới hạn khung 300px */
  overflow: hidden;
  white-space: nowrap; /* Không cho xuống dòng */
  text-overflow: ellipsis; /* Nếu quá khung thì hiện dấu ... */
}

h3.product-listItem-title {
    color: #000000;
    font-size: 18px;
}

.containerCuahang {
	width: var(--slider-width);
	margin: 20px auto;
	overflow-x: auto;
	white-space: nowrap;
	overflow-y: hidden;
	position: relative;
	padding: 10px;
}

.slider-cuahang {
	display: flex;
	gap: 10px;
	cursor: grab;
	user-select: none;
	width: max-content;
}

.slider__listItem {
	width: 300px;
	height: 350px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 10px;
	overflow: hidden;
}

/* .slider__listItem img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	position: relative;
	background-color: transparent;
	transition: background-color 0.3s ease-in-out;
} */

.containerCuahang {
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.containerCuahang::-webkit-scrollbar {
	display: none;
}

.progress-bar {
	width: 100%;
	height: 8px;
	background: var(--scrollbar-bg);
	position: relative;
	margin-top: var(--margin-top);
	border-radius: 5px;
	overflow: hidden;
}

.progress-bar-fill {
	width: 20%;
	/* Bắt đầu từ 20% */
	height: 100%;
	background: #A66261;
	position: absolute;
	left: 0;
	border-radius: 5px;
	transition: width 0.1s ease-out;
}

/*  */

.slider__listItem {
	position: relative;
}

.motacuahang {
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	gap: 30px;
	text-overflow: ellipsis;
}


.thongtin-cuahang {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	padding: 20px;
	display: block;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.slider__listItem:hover .thongtin-cuahang {
	opacity: 1;
	transform: translateY(0);
}

.cua-hang-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
}
.custom-option {
    border-radius: 2px !important;
}