/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

@media screen and (min-width:980px){
	.main-nav{
		display:flex;
		gap: 20px;
		justify-content: center;
	}}

.wine-slider-section {
	background-color: #5d1f3e;
	font-family: Georgia, serif;
	color: #fff;
}
.wine-slide-inner {
	display: flex;
	align-items: center;
	gap: 60px;
	max-width: 1100px;
	margin: 0 auto;
}
.wine-bottle-col {
	display: flex;
	justify-content: center;
}
.wine-bottle-img {
	max-height: 480px;
	width: auto;
	object-fit: contain;
	filter: drop-shadow(-10px 10px 20px rgba(0,0,0,0.4));
}
.wine-content-col {
	flex: 1;
}
.wine-eyebrow {
	font-family: sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.wine-year {
	font-size: 52px;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	color: #fff;
}
.wine-title {
	font-size: 48px;
	font-weight: 400;
	margin: 0 0 20px;
	color: #fff;
	line-height: 1.1;
}
.wine-description {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.7;
	max-width: 460px;
	margin-bottom: 32px;
}
.wine-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.wine-slider-section {
	overflow: hidden;  /* ← add this */
}

.wine-swiper {
	overflow: hidden;
	padding: 0px;
}
.wine-btn {
	display: inline-block;
	padding: 12px 28px;
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease;
}
.wine-btn--outline {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}
.wine-btn--outline:hover {
	background: #fff;
	color: #6b1a2e;
}
.wine-btn--filled {
	border: 1px solid #fff;
	background: #fff;
	color: #6b1a2e;
}
.wine-btn--filled:hover {
	background: transparent;
	color: #fff;
}

.wine-swiper .swiper-button-prev,
.wine-swiper .swiper-button-next {
	color: #fff;
}
.wine-swiper .swiper-pagination {
	bottom: -10px;
	text-align: left;
	padding: 0px !important;
}
.wine-swiper .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.wine-swiper .swiper-pagination-bullet-active {
	background: #fff;
}
@media (max-width: 768px) {
	.wine-slide-inner {
		flex-direction: column;
		gap: 30px;
	}
	.wine-bottle-col {
		flex: none;
	}
	.wine-year, .wine-title {
		font-size: 32px;
	}
	.wine-swiper .swiper-button-prev,
	.wine-swiper .swiper-button-next {
		display: none;
	}
}