/* =========================================================
   WooCommerce Product Slider — Frontend Styles
   ========================================================= */

.wps-section {
	padding: 15px 0;
}

.wps-section .home_page_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.wps-section .hp_column_desktop_full {
	display: flex;
	max-width: 100%;
	padding: 0 5px;
	width: 100%;
}

.wps-section .hp_column_desktop_full:first-child,
.wps-section .hp_column_desktop_full:last-child {
	padding-left: 0;
	padding-right: 0;
}

/* ── Header ── */
.wps-section .section-title {
	border-bottom: 1px solid #c8d5df;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 7px;
	padding: 7px 0;
	width: 100%;
}

.wps-section .section-title h3 {
	color: #00406b;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

.wps-section .navigation-slider {
	align-items: center;
	display: flex;
	gap: 5px;
}

/* ── Glide track ── */
.wps-section .glide {
	position: relative;
	width: 100%;
}

.wps-section .wrap-carousel-products {
	display: block;
	margin-left: -5px;
	max-width: calc(100% + 10px);
	width: calc(100% + 10px);
}

/* ── Product card ── */
.wps-section .slick-custom-element {
	padding: 10px 5px;
	text-align: center;
}

.wps-section .wps-product.product {
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 64, 107, 0.14);
	position: relative;
}

.wps-section .product-homepage-events {
	display: block;
	overflow: hidden;
	padding: 10px 2px 19px;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

.wps-section .product-homepage-events h2 {
	-webkit-box-orient: vertical;
	color: #00406b;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 600;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	line-height: 1.4;
	margin: 0;
	max-height: 40px;
	min-height: 40px;
	overflow: hidden;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: initial;
}

.wps-section .product-homepage-events .product-name {
	color: #555;
	display: grid;
	font-size: 12px;
	font-weight: 400;
	margin: 5px 0 6px;
	text-align: center;
}

.wps-section .product-img {
	align-items: center;
	display: flex;
	height: 150px;
	justify-content: center;
	margin: auto;
	max-width: 100%;
	padding: 10px;
}

.wps-section .product-img img {
	max-height: 140px;
	max-width: 140px;
	object-fit: contain;
	width: auto;
}

/* ── Prices ── */
.wps-section .price_our_net {
	color: #c80000;
	font-size: 14px;
	font-weight: 500;
}

.wps-section .price_our_net span,
.wps-section .price_our_net .woocommerce-Price-amount {
	font-size: 20px;
	font-weight: 700;
}

.wps-section .price_our_gross {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

/* ── Promotion badges ── */
.wps-section .promotion-labels-wrapper {
	display: flex;
	flex-direction: column;
	gap: 6px;
	left: 0;
	position: absolute;
	top: 0;
}

.wps-section .wps-product span.promotion-label {
	border-radius: 999px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
	color: #3e2e00;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	left: 10px;
	line-height: 1;
	padding: 7px 12px;
	position: relative;
	text-transform: uppercase;
	top: 10px;
	z-index: 20;
}

.wps-section .wps-product span.promotion-label--custom-label {
	background: #ffd95a;
}

.wps-section .wps-product span.promotion-label--best-selling {
	background: #ff8b80;
	color: #4e0901;
}

/* ── Arrows ── */
.wps-section .glide__arrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #d2d2d2;
	color: #333;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	height: 40px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: calc(50% - 20px);
	transition: all 0.3s;
	width: 40px;
	z-index: 20;
}

.wps-section .glide__arrow:hover {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 6px rgba(0, 64, 107, 0.14);
}

.wps-section .glide__arrow--left  { left: 2em; }
.wps-section .glide__arrow--right { right: 2em; }

.wps-section:hover .glide__arrow          { opacity: 1; }
.wps-section:hover .glide__arrow--left    { left: -15px; }
.wps-section:hover .glide__arrow--right   { right: -15px; }

.wps-section .glide__arrow svg {
	height: 20px;
	pointer-events: none;
	width: 20px;
}

/* ── Navigation bullets ── */
.wps-section .glide__bullets {
	align-items: center;
	display: flex;
	gap: 4px;
}

.wps-section .glide__bullet {
	background-color: #dfdfdf;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	height: 6px;
	margin: 0;
	padding: 0;
	transition: background 0.2s ease;
	width: 6px;
	flex-shrink: 0;
}

.wps-section .glide__bullet:hover,
.wps-section .glide__bullet:focus {
	background: #b8b8b8;
	outline: none;
}

.wps-section .glide__bullet--active {
	background: #a6a6a6;
	border-radius: 0;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
	.wps-section .home_page_wrapper {
		max-width: 100%;
		padding: 0 10px;
	}
}
