/* Bloque original comentado
body {
--c7-field-border-radius: 0; 
--c7-button-border-radius: 0; 
--c7-primary-button-bg: #545D58;
--c7-primary-button-bg-hover:#fff;
--c7-primary-button-text-color: #fff;
--c7-alt-button-bg: #545D58;
--c7-alt-button-bg-hover: #fff;
--c7-alt-button-text-color: #fff;
--c7-heading-font-family: "miller-display", sans-serif;
--c7-heading-font-weight: 400;
--c7-font-family: "miller-display", sans-serif;
--c7-body-text-color: #000000;
--c7-link-color: #000000;
--c7-font-size-sub: 18px;
}
*/

body {
	--c7-field-border-radius: 0px;
	--c7-button-border-radius: 0px;
	--c7-primary-button-bg: #545d58;
	--c7-primary-button-bg-hover: #767d79;
	--c7-primary-button-text-color: #fff;
	--c7-heading-font-family: "trade-gothic-next-condensed", sans-serif;
	--c7-heading-font-weight: 500;
	--c7-font-family: "miller-display";
	--c7-body-text-color: #000;
	--c7-link-color: #000;
	--c7-field-option-selected-color: #525d58;

	--c7-alt-button-bg: #545D58;
	--c7-alt-button-bg-hover: #fff;
	--c7-alt-button-text-color: #fff;
	--c7-font-size-sub: 18px;
	--c7-field-option-focus-color: #545D58;
}


/* account header */
#account-header {
	display: inline-flex;
	align-items:center;
}

#account-header #c7-account {
	display:inline-block;
}
#account-header #c7-cart .c7-user-nav__cart {
	display:flex;
}
#c7-account, #c7-cart {
	display:inline-block;
	margin-left: 5px;

}
#account-header > #c7-cart {
	display:inline-flex;
}

#c7-account .c7-user-nav__account a {
	text-transform: uppercase;
	padding:0px;
	font-size: 14px;
	color:var( --e-global-color-1be27ac6 ) !important;
}
#c7-cart .c7-user-nav__cart .c7-link:first-child {
	background-color: transparent;
	border:none;
} 

#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
	width: 15px;
	height: 20px;
	stroke: var(--e-global-color-text);
}
#c7-cart .c7-user-nav__cart__count {
	background-color: var(--e-global-color-text);
}
#c7-cart .c7-user-nav__cart button.c7-link {
	padding: 0px !important;
}
#c7-account .c7-user-nav__account__dropdown a {
	color: var(--c7-body-text-color);
}

body #c7-account .c7-user-nav__account .c7-user-nav__account__dropdown a,
body .c7-user-nav__account__dropdown__header span {
	color: rgb(51, 51, 51)!important;
}

body .c7-user-nav__account__name svg {
	stroke: #fff;
}


/* Overall styling */
body #c7-content h1 {
	text-align: left;
	margin-bottom: 20px;
	color:var(--e-global-color-text);
	text-transform: uppercase;
}
body .c7-btn {
	color: #fff!important;
	background: #545D58!important;
	border:1px solid #545D58!important;
	min-height: 36px;
	padding: 6px 20px;
}
body.home .c7-btn:hover, body .c7-btn:hover, body .c7-cart__buttons .c7-btn:hover {
	color: #000!important;
	background: #fff!important;
	border-color:#000000!important;
}
.c7-side-cart__header button {
	background-color: transparent !important;
	color:#000;
}

#c7-side-cart div:not(.c7-order-item__description), #c7-side-cart a:not(.c7-btn) {
	color: #000!important;
}

body.home #c7-side-cart .c7-order-item__image img {
	filter: none!important;
}

.c7-order-summary__buttons a {
	text-transform: uppercase;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
button.c7-link {
	background-color:transparent !important;
	border: 0px !important;
	color: var(--c7-body-text-color) !important;

}
button.c7-link:hover {
	opacity: 0.6;
}
/* all content should start aligned left */
.c7-account__dashboard__message {
	margin-bottom: 20px;
}

.c7-cart__wrapper, .c7-account__dashboard {
	max-width: 100% !important;
	margin:0px auto !important;
	justify-content: space-between !important;
}
.c7-account-row {
	max-width: 100% !important;
	justify-content: space-between !important;
}
.c7-account-login__password-options {
	text-align:left !important;
}
.c7-account-login__options {
	text-align:left !important;
}
.account-row h1 {
	display:none;
}
/* cart styling */
.cart-row h1 {
	display:none;
}
#c7-cart .c7-order-item__description {
	margin-top: 10px;
	font-size: 10px;
	line-height: 1;
}

/* fix lightboxes that go behind sticky header */
/* body .c7-modal-container {
top: 14%;
} */

body #c7-modal-title {
	text-transform: uppercase;
}

/* hide club cancelation 
.c7-account-club .c7-account-blocks--status .c7-account-block__actions {
display:none !important;
}
.c7-callout--club .c7-callout__details li:nth-child(2), .c7-callout--club .c7-callout__details li:nth-child(3) {
display:none !important;
}
*/
/* hide club skip
.c7-account-club__shipment__footer .c7-btn--skip {
display:none !important;
}
*/

/* hide delete account 
.c7-account-details .c7-account-details__delete-account {
display:none !important;
}
*/

body .c7-custom-form[data-form-code="reservation"] .c7-custom-form__success-message {
	margin: 0;
}

/* collection styling */
.c7-product-collection .c7-product {
	display:block !important;
	text-align: center !important;
}
.c7-product-collection__product-list {
	grid-template-columns: 1fr 1fr 1fr !important;
}
/* fix default right margin on image grid */
.c7-product-collection .c7-product__image {
	margin-right: 0px;
}
.c7-product-collection .c7-product img {
	width: auto;
	object-fit:cover;
}

.c7-product-collection .c7-product__teaser,
.c7-product-collection .c7-product__teaser p {
	margin-bottom: 0;
	display: none;
}

.c7-product-collection .c7-product .c7-product__add-to-cart__form {
	justify-content: center !important;
	align-items: center !important;
}

body #c7-content .c7-product-collection .c7-product__add-to-cart__price {
	justify-content: center;
	margin: 5px 0 20px;
}

body #c7-content .c7-product-collection h1,
body #c7-content .c7-pagination {
	display: none;
}

/* single product */
body #c7-content .c7-product-detail .c7-product__details h1 {
	line-height: 1;
	margin-top: 0;
}

#c7-content :not(h1, h2, h3, h4, h5, h6, .c7-btn, .c7-product__title, .c7-product__title a, .c7-product__title span) {
	font-family: var(--c7-font-family);
	font-weight: 300;
}

body #c7-content .c7-product__title, 
body #c7-content .c7-product__title a,
body #c7-content .c7-product__title span {
	line-height: 1.2;
	font-family: var(--c7-font-family);
}

body #c7-content .c7-product_vintage {
	font-family: "trade-gothic-next-condensed", sans-serif;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 18px;
}

body #c7-content .c7-product__add-to-cart__price {
	display: flex;
}

body #c7-content .c7-product__add-to-cart__price span {
	font-family: "trade-gothic-next-condensed", sans-serif;
	font-size: 14px;
	letter-spacing: 0.72px;
	font-weight: 400;
	height: auto;
}

body #c7-content .c7-product-collection .c7-product__subtitle {
	font-family: "trade-gothic-next-condensed", sans-serif;
	line-height: 1;
	margin-bottom: 0;
}

body #c7-content .c7-product-detail .c7-product__details .c7-product__add-to-cart__price span {
	font-size: 18px;
}

body #c7-content .c7-product__add-to-cart__form__quantity input {
	border: 1px solid #545D58;
	font-family: "trade-gothic-next-condensed", sans-serif;
	height: 38px;	
}

body #c7-content .c7-product-detail__photo__thumbs,
body #c7-content .c7-product__specs {
	display: none;
}

body #c7-content h2.wine-apellation {
	font-family: "trade-gothic-next-condensed", sans-serif;
	font-size: 18px;	
	letter-spacing: 0.72px;
	margin: 0;
}

.winemaking-container {
	display: flex;
	gap: 20px;
}

.winemaking-container > div {
	width: 50%;
}


/* calendar styling ADA fix */
.c7-reservation-widget .c7-date-picker-input button {
	background-color: transparent !important;
	border-radius: 0px !important;
}
.c7-reservation-widget .c7-date-picker-dropdown button {
	color:inherit;
	background-color: inherit;
}
body .c7-reservation-widget .c7-date-picker-dropdown button {
	padding: 0px;
}

/* Collection filter */
#collection-filter-container {
	max-width: 300px;	
	font-family: var(--c7-font-family);	
	z-index: 1;
}

#collection-filter-container .dropdown-filter-container {
	display: flex;
	gap: 10px;
}

#collection-filter-container .elementor-widget-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px
}

#c7-collection-list {
	display:none;
	width: 100%;
	position: absolute;
	top: 40px;
	background: #EBE6E6;
}

#c7-collection-list a {
	display: block;	
	padding: 4px 28px 4px 10px;
	width: 100%;
}

.collection-dropdown-toggle{
	position: relative;
	cursor: pointer;
	padding: 8px 48px 8px 20px;
	background: #EBE6E6;
	letter-spacing: 1px;
	text-transform: uppercase !important;
	color: #000;
	line-height: 1;
}

.collection-dropdown-toggle::before,
.collection-dropdown-toggle::after{
	content:"";
	position:absolute;
	right:20px;
	top:50%;
	width:12px;
	height:2px;
	background:#000;
	transform:translateY(-50%);
	transition:all .2s ease;
}

.collection-dropdown-toggle::after{
	transform:translateY(-50%) rotate(90deg);
}

.collection-dropdown-toggle.open::after{
	opacity:0;
}

/* single product */
.page-id-30 {
	overflow-x: hidden;
}

.page-id-30 #c7-content {
	max-width: unset;
	padding: 50px 0 0;
}

.page-id-30 #c7-content .c7-content {
	padding-bottom: 0;
}

.c7-italic,
.c7-quote {
	font-size: 32px;
	line-height: 56px;
	text-align: center;
} 

.c7-italic {
	font-style: italic;
}

.featured-description div {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
}

.featured-description hr {
	border-color: #000;
}

body #c7-content .download-pdf {
	font-family: "trade-gothic-next-condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	
}

body .c7-product-detail h3,
body .ymal-container h3 {
	font-family: "trade-gothic-next-condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	margin: 0 auto 50px;
	text-align: center;
}

.tabs-heading {
	display: flex;
	justify-content: space-between;
}

.c7-product-tabs {
	padding-top: 30px;
}

.c7-product-tabs .tab-title {
	background: #545D58;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400 !important;
	letter-spacing: 2px;
	box-shadow: none;
	border: 1px solid #545D58;
	width: 24%;
	transition: ease all .2s;
	cursor: pointer;
}

.c7-product-tabs .tab-title.active {
	background: transparent;
	color: #545D58;
}

.c7-product-tabs .tabs-content {
	padding-top: 50px;
}

.winemaking-image {
	display: block;
	height: 455px;
	background-size:cover !important;
}

.winemaking-content div {
	height: 100%;
}

.winemaking-content > div {
	display: flex;
	justify-content: center;
}

.winemaking-content ul {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.winemaking-content ul li {
	font-size: 24px;
	line-height: 1.2;
}

body #c7-content .swiper-pagination {
	position: relative;
}

body #c7-content .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #D9D9D9;
	opacity: 1; 
}

body #c7-content .swiper-pagination-bullet-active {
	background-color: #545D58;
}

body #c7-content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
body #c7-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
}

.c7-accolade,
.c7-accolade * {
	text-align: center;
	margin-top: 30px;
	font-family: "trade-gothic-next-condensed", sans-serif!important;	
	font-size: 18px;
	font-style: normal;
}

.c7-accolade .bold {
	font-weight: 700!important;
}

.tabs-content > div[tabindex="2"],
.tabs-content > div[tabindex="3"] {
	display: flex;
	flex-direction: column;
	min-height: 450px;
	justify-content: center;
}

.c7-featured-recipes {
	background: #EBE6E6;
	padding: 70px 0;
	margin-top: 50px;
	position: relative;
}

.c7-featured-recipes::before {
	content: '';
	height: 100%;
	width: 200vw;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #EBE6E6;	
}

.c7-featured-recipes h3,
.c7-vintages-list h3,
.ymal-container h3 {
	position: relative;
	z-index: 1;
}

.c7-recipes {
	display: flex;
	gap: 1.5%;
	position: relative;
	z-index: 1;
}

.c7-recipes .c7-recipe {
	width: 33%;
	text-align: center;
	font-style: italic;
}

.c7-recipes .c7-recipe .c7-recipe-image {
	height: 350px;
	margin-bottom: 12px;
	background-size: cover;
}

.c7-vintages-list {
	position: relative;
	padding: 70px 0;
}

.c7-vintages-list::before {
	content: '';
	height: 100%;
	width: 200vw;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/wp-content/uploads/2026/04/cde5100aa903423276e692edc6e939cd7e1b55be.jpg);
	background-size: contain;
	background-position: center;
}

.vintages-list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding-left: 0;
}

.vintages-list .vintage-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;	
}

.vintages-list .vintage-item a {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	color: #000;
	transition: ease all .2s;
}

.vintages-list .vintage-item a:hover {
	color: var(--e-global-color-accent);
}

.ymal-container {
	background: #EBE6E6;
	padding: 40px 0;
	position: relative;
}

.ymal-container::before {
	content: '';
	height: 100%;
	width: 200vw;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #EBE6E6;	
}

.ymal-container .c7-product-collection[data-collection-slug="recommended"] {
	position: relative;
	z-index: 1;
}

.ymal-container .c7-product-collection[data-collection-slug="recommended"] h1,
.ymal-container .c7-product-collection[data-collection-slug="recommended"] .c7-product_vintage,
.ymal-container .c7-product-collection[data-collection-slug="recommended"] .c7-form.c7-product__add-to-cart {
	display: none;
}

.ymal-container .c7-product-collection[data-collection-slug="recommended"] .c7-product-collection__product-list {
	margin-bottom: 0;
}

.ymal-container .c7-product-collection[data-collection-slug="recommended"] .c7-product__title {
	font-family: var(--c7-font-family);
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	margin-top: 20px;
}

.page-template-blank-checkout-template #c7-content {
	max-width: unset;
}

/* mobile overrides */
@media screen and (max-width: 1024px){
	.c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr !important;
	} 
}

@media screen and (max-width: 1023px){
	.tabs-heading {
		flex-wrap: wrap;
		row-gap: 15px;
	}

	.c7-product-tabs .tab-title {
		width: 49%;
	}
}

@media screen and (min-width: 769px) {
	body #c7-content .c7-product-detail .c7-product__image,
	body #c7-content .c7-product-detail .c7-product__details {
		flex: unset;
		width: 50%;
	}

	body #c7-content .c7-product-detail .c7-product__details {
		padding-top: 26px;
	}
}

@media screen and (max-width: 767px){

	.reverse-col {
		display:flex !important;
		flex-direction: column-reverse;
	}
	#account-header {
		top: 10px;
	}

	.c7-product-collection__product-list {
		grid-template-columns: 1fr !important;
	} 
	.c7-product-specs {
		text-align: left !important;
		margin: 0px !important;
	}
	.c7-product-specs h2 {
		text-align: left !important;
	}
	.c7-italic,
	.c7-quote {
		font-size: 24px;
		line-height: 36px;
	}
	.winemaking-container {
		flex-direction: column;
	}
	.winemaking-container > div {
		width: 100%;
	}
	.winemaking-content ul li {
		font-size: 18px;
	}
	.c7-product-tabs .tab-title {
		width: 100%;
	}
	.vintages-list {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
	}

	.c7-recipes {
		flex-direction: column;
		gap: 36px;
	}

	.c7-recipes .c7-recipe {
		width: 100%;
	}

	.c7-recipes .c7-recipe .c7-recipe-image {
		height: 200px;
		max-width: 320px;
		margin: 0 auto 8px;
	}

	.imp-tooltip.imp-tooltip-visible {
		width: auto!important;
		left: 0!important;
	}
}