.two-column-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 20px;
    list-style: none; 
}

.two-column-list li {
    list-style-type: disc;
	display: list-item;
}
.product-section {
	position: relative;
	height: calc(100vh);
}

.product-page-banner img {
	height: calc(100vh + 100px);
	object-fit: cover;
	object-position: top;
}
.product-page-banner video {
	width: 100%;
	object-fit: cover;
	object-position: center 0%;
	height: calc(100vh + 100px);
}

.product-page-banner-caption {
	position: absolute;
	bottom: 15%;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
}
.product-page-banner-caption img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 233/21;
	max-width: 200px;
}
.product-page-banner video{
	width: 100%;
}

.owl-nav button img{
	transform: rotate(-90deg);
}

.product-page-banner-caption h1 {
	font-family: "gin", serif;
	font-size: 400%;
	letter-spacing: 2px;
	text-align: center;
	background: linear-gradient(188.68deg, #FFFFFF -28.16%, #77E2ED 243.93%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.product-section .left-char, .product-section .right-char {
	position: absolute;
	top: 40%;
	transform: translateX(-40%);
}

.product-section .left-char {
	left: 5%;
}

.product-section .right-char {
	right: 2%;
}

.reposado-sec {
	background-image: url(../../images/product/reposado-bg.png);
	background-position: center;
	background-size: cover;
	padding: 4rem 0;
	position: relative;
}

.blanco-sec {
	background-image: url(../../images/product/blanco-bg.png);
	background-position: center;
	background-size: cover;
	padding: 4rem 0;
	position: relative;
}

.blanco-vector-img{
	position: absolute;
	top: 0;
	left: 0;
}

.reposado-img{
	position: absolute;
	top: 0;
	right: 0;
}



.anejo-sec {
	background-image: url(../../images/product/ajendo-bg.png);
	background-position: center;
	background-size: cover;
	padding: 4rem 0;
	position: relative;
}

.anejo-sec .reposado-container .reposado-product-desc{
	display: flex;
	justify-content: center;
	align-items: center;
}
.reposado-container {
	display: flex;
	justify-content: space-between;
}

.reposado-ingri-bottom-content h2{
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
	font-size: 120%;
	text-transform: uppercase;
}

.reposado-ingri-bottom-content p{
	font-weight: 300;
	color: #fff;
	font-size: 100%;
}

.reposado-container .reposado-product-box {
	width: 30%;
	position: relative;
}

.reposado-container .reposado-product-name {
	width: 10%;
	align-self: center;
}

.reposado-container .reposado-product-name h1 {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	color: #CB9E52;
	font-family: "gin", serif;
	font-size: 400%;
	font-weight: 600;
	margin: 0;
	padding: 0 4rem;
	position: relative;
	letter-spacing: 3px;
}


.anejo-sec .reposado-container .reposado-product-name h1{
	color: #fff;
}
.reposado-container .reposado-product-name h1:before{
	content: '';
	position: absolute;
	top:-15%;
	height: 22px;
	width: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../../images/product/reposada-icon.png);
	background-repeat: no-repeat;
}
.reposado-container .reposado-product-name h1:after{
	content: '';
	position: absolute;
	bottom:-16%;
	height: 22px;
	width: 10px;
	right: 45%;
	transform: translateX(-50%);
	background-image: url(../../images/product/reposada-icon.png);
	background-repeat: no-repeat;
}
.blanco-sec .reposado-container .reposado-product-name h1:after,
.blanco-sec .reposado-container .reposado-product-name h1:before{
	background-image: url(../../images/product/blanco-icon.png);
}

.anejo-sec .reposado-container .reposado-product-name h1:after,
.anejo-sec .reposado-container .reposado-product-name h1:before{
	background-image: url(../../images/product/blanco-icon.png);
}

.blanco-sec .reposado-container .reposado-product-name h1 {
	color: #DEFCFF;
	padding: 0;
}

.reposado-container .reposado-product-desc {
	width: 60%;
	align-self: center;
}

.reposado-container .reposado-product-desc .note {
	font-size: 100%;
	margin-bottom: 10%;
}

.reposado-container .reposado-product-desc .note b{
	font-weight: 600;
}

.reposado-container .reposado-product-desc .note p {
	margin-bottom: 0;
	color: #fff;
	padding-bottom: 1rem;
}

.reposado-container .reposado-product-desc .note .testing {
	font-weight: 600;
}

.reposado-product-ingri {
	display: flex;
	justify-content: space-between;
}

.reposado-product-ingri .reposado-ingri .reposado-ingri-detail {
	display: flex;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 0.8px dashed #077FC1;
}

.blanco-sec .reposado-product-ingri .reposado-ingri .reposado-ingri-detail {
	border-bottom: 0.8px dashed #16919E;
}

.reposado-product-ingri .reposado-ingri .reposado-ingri-detail:last-child {
	border-bottom: 0px;
}

.reposado-product-ingri .reposado-ingri .reposado-ingri-detail .ingri-detail {
	align-self: center;
}

.reposado-product-ingri .reposado-ingri {
	width: calc((100% - 50px) / 2);
}

.reposado-product-ingri .reposado-ingri .ingri-img {
	width: 15%;
	margin-right: 15px;
}

.reposado-product-ingri .reposado-ingri .ingri-detail {
	color: #fff;
	font-size: 16px;
	width: 95%;
}

.reposado-product-ingri .reposado-ingri .ingri-detail h6 {
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.reposado-product-ingri .reposado-ingri .ingri-detail p {
	margin-bottom: 0;
	font-weight: 300;
}

.cocktail-sec {
	background-image: url(../../images/product/cocktail-bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 5rem 0;
}

.cocktail-sec .cocktail-header h1 {
	color: #AD7F33;
	text-align: center;
	font-family: "gin", serif;
	font-size: 400%;
	font-style: normal;
	font-weight: 400;
	line-height: 74px; /* 115.625% */
	text-transform: uppercase;
}

.cocktail-container {
	display: flex;
	justify-content: space-between;
}
#cocktail-owl .owl-stage{
	padding-top:5rem;
	z-index: 11;
}

#cocktail-owl .owl-nav{
	position: absolute;
	top: 0%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}
#cocktail-owl.owl-theme .owl-nav .owl-prev{
	position: absolute;
	top:0%;
	left: -5%;
}
#cocktail-owl.owl-theme .owl-nav [class*=owl-]:hover{
	background-color: transparent;
}
#cocktail-owl.owl-theme .owl-nav .owl-next{
	position: absolute;
	bottom:0%;
	right: -5%;
}
.cocktail-container .cocktail-box {
	position: relative;
	height: 100%;
}
.link-cock{
	width: auto !important;
	margin-left: auto;
	margin-top: auto;
}

.cocktail-flip,.product-card {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	height: 100%;
}

.flip p{
	margin:0;
}
.product-card {
	max-height: 85vh;
}
.product-card img {
	max-height: 100%;
}

.cocktial-img,.front {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border-radius: 5px;
}
.reposado-sec .flip{
	position: absolute;
	left: 3%;
	top: 5%;
	color: #fff;
	display: flex;
	z-index: 11;
	align-items: center;
	cursor: pointer;
	flex-direction: row-reverse;
}
.blanco-sec .flip{
	position: absolute;
	right: 33%;
	top: 5%;
	color: #fff;
	display: flex;
	z-index: 11;
	align-items: center;
	cursor: pointer;
}

.flip img{
	transform: rotate(180deg);
}

.reposado-sec .flip img{
	transform: rotate(250deg);
}

.cocktail-container .cocktail-box .cockimg {
	border-radius: 15px;
	width: 100%;
}

.cocktail-container .cocktail-box h3 {
	color: #AD7F33;
	text-align: center;
	font-family: "gin", serif;
	font-size: 180%;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 100% */
	text-transform: uppercase;
	margin-top: 2rem;
}

.cocktail-details ol {
	padding-left: 10px;
	margin-bottom: 0px;
}

.cocktail-details a {
	display: block;
	text-align: right;
}

.cocktail-details {
	padding: 2rem;
}

.cocktail-overlay,.back {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	color: #fff;
}

.cocktail-details ul {
	list-style-type: none;
	padding-left: 0px;
}
.cocktail-details h5{
	font-size: 18px;
}
.cocktail-details ul li, .cocktail-details ol li {
	margin-bottom: 8px;
	font-size: 12px;
}
.cocktail-details ol li:last-child{
	margin-bottom: 0px;
}

.cocktail-overlay, .cocktial-img,.back,.front {
	background-size: cover;
	background-position: center;
	border-radius: 4px;    /* -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1); */
	transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	border-radius: 15px;
}
.back,.front {
	text-align: center;
}

.cocktail-flip:hover .cocktial-img,.product-card.active .front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cocktail-flip:hover .cocktail-overlay,.product-card.active .back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cocktail-overlay .cocktail-details {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.cocktail-box:hover .cocktail-overlay {
	transform: rotateY(0deg);
}

.cocktail-box:hover .cocktial-img {
	transform: rotateY(-180deg);
}
.cocktail-box{
	position: relative;
}
.cocktail-box:hover .cocktail-flip:before{
	content:'';
	position: absolute;
	background-image: url(../images/ele.png);
	width: 75px;
	height: 115px;
	background-repeat: no-repeat;
	top:-13%;
	right: -4%;
	z-index: -1;

}

@media screen and (min-width:1025px) and (max-width:1280px){
	.cocktail-details ul li, .cocktail-details ol li{
		font-size: 10px;
	}
	.cocktail-details h5{
		font-size: 14px;
	}
}

@media screen and (min-width:992px) and (max-width:1024px){
	.cocktail-details h5{
		font-size: 15px;
	}
	.cocktail-details ul li, .cocktail-details ol li{
		margin-bottom: 2px;
		font-size: 12.5px;
	}
	.cocktail-details{
		padding: 1rem;
	}
	#cocktail-owl.owl-theme .owl-nav .owl-prev {
		top: 10%;
		left: -3%;
	}
	#cocktail-owl.owl-theme .owl-nav .owl-next {
		bottom: 5%;
		right: -3%;
	}
	.cocktail-container .cocktail-box h3{
		line-height: 1;
	}
}

@media screen and (min-width:768px) and (max-width:991px){
	.product-section .right-char{
		left: -1%;
	}
	.reposado-sec{
		background-position: left;
	}
	.reposado-container .reposado-product-box{
		align-self: center;
		width: 80%;
	}
	.reposado-container{
		flex-wrap: wrap;
	}
	.reposado-container .reposado-product-name{
		width: 20%;
	}
	.reposado-container .reposado-product-name h1{
		font-size: 500%;
	}
	.blanco-sec .reposado-container{
		flex-wrap: wrap-reverse;
	}
	.blanco-sec .reposado-container .reposado-product-box{
		text-align: right;
	}
	.cocktail-container{
		flex-wrap: wrap;
	}
	.cocktail-container .cocktail-box{
		width: 100%;
	}
	.cocktail-details h5{
		font-size: 25px;
	}
	.cocktail-details ul li, .cocktail-details ol li{
		font-size: 22px;
	}
	.cocktail-container .cocktail-box h3{
		margin-bottom: 3rem;
		margin-top: 1rem;
	}
	.reposado-product-ingri{
		flex-wrap: wrap;
	}
	.reposado-container .reposado-product-desc{
		width: 100%;
	}
	.cocktail-box .cocktail-flip:before{
		top: -7%;
		right: -1%;
	}
	
}
@media screen and (min-width:576px) and (max-width:768px){
	.product-page-banner-caption h1{
		font-size: 250%;
	}
	.product-section .left-char, .product-section .right-char{
		max-width: 40px;
	}
	.product-section .left-char{
		left: 4%;
	}
	.product-section .right-char{
		right: 0%;
	}
	.reposado-sec{
		background-position: left;
	}
	.reposado-container,.reposado-product-ingri{
		flex-wrap: wrap;
	}
	.reposado-container .reposado-product-box{
		width: 78%;
	}
	.reposado-container .reposado-product-name{
		width: 15%;
	}
	.reposado-container .reposado-product-name h1{
		font-size: 300%;
	}
	.reposado-container .reposado-product-desc,.reposado-product-ingri .reposado-ingri{
		width: 100%;
	}
	.blanco-sec .reposado-container {
		flex-flow: wrap-reverse;
	}
	.blanco-sec .reposado-container .reposado-product-name h1{
		margin: 0 1rem;
	}
	.reposado-product-ingri .reposado-ingri:last-child .reposado-ingri-detail:last-child{
		margin-bottom: 0;
		padding: 0;
	}
	.reposado-product-ingri .reposado-ingri:first-child .reposado-ingri-detail{
		border-bottom: 0.8px dashed #16919E;
	}
	.cocktail-container{
		flex-wrap: wrap;
	}
	.cocktail-container .cocktail-box{
		width: 100%;
	}
	.cocktail-details h5{
		font-size: 16px;
	}
	.cocktail-details ul li, .cocktail-details ol li{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.cocktail-container .cocktail-box h3{
		margin-top: 1rem;
		margin-bottom: 2rem;
		font-size: 180%;
	}
}
@media screen and (min-width:320px) and (max-width:576px){
	.product-page-banner-caption h1{
		font-size: 250%;
	}
	.product-section .left-char, .product-section .right-char{
		max-width: 40px;
	}
	.product-section .left-char{
		left: 4%;
	}
	.product-section .right-char{
		right: -4%;
	}
	.reposado-container,.reposado-product-ingri{
		flex-wrap: wrap;
	}
	.reposado-container .reposado-product-box{
		width: 78%;
	}
	.reposado-container .reposado-product-name{
		width: 15%;
	}
	.reposado-container .reposado-product-name h1{
		font-size: 300%;
	}
	.reposado-container .reposado-product-desc,.reposado-product-ingri .reposado-ingri{
		width: 100%;
	}
	.blanco-sec .reposado-container {
		flex-flow: wrap-reverse;
	}
	.reposado-container .reposado-product-name h1:before{
		top: -22%;
	}
	.reposado-container .reposado-product-name h1:after{
		bottom: -22%;
		right: 40%;
		transform: none;
	}
	.reposado-container .reposado-product-name h1{
		margin-bottom: 0 1rem;
	}
	.reposado-product-ingri .reposado-ingri:last-child .reposado-ingri-detail:last-child{
		margin-bottom: 0;
		padding: 0;
	}
	.reposado-product-ingri .reposado-ingri:first-child .reposado-ingri-detail{
		border-bottom: 0.8px dashed #16919E;
	}
	.cocktail-container{
		flex-wrap: wrap;
	}
	.cocktail-container .cocktail-box{
		width: 100%;
	}
	.cocktail-details h5{
		font-size: 16px;
	}
	.cocktail-details ul li, .cocktail-details ol li{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.cocktail-container .cocktail-box h3{
		margin-top: 1rem;
		margin-bottom: 2rem;
		font-size: 180%;
	}
	#cocktail-owl.owl-theme .owl-nav .owl-prev {
		top: 0%;
		left: -1%;
	}
	#cocktail-owl.owl-theme .owl-nav .owl-next {
		bottom: 2%;
		right: -3%;
	}
	.cocktail-box .cocktail-flip:before{
		top: -14%;
		right: -1%;
	}
}


@media screen and (min-width:1600px) and (max-width:1999px){
	.product-page-banner-caption{
		bottom: 7%;
	}
	.product-page-banner-caption img{
		max-width: 200px;
	}

}

/* Add to cart css End */
.cart-container {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-top: 2rem;
  }
  .quantity-selector {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid white;
	border-radius: 5px;
	overflow: hidden;
  }
  .quantity-selector button {
	background-color: transparent;
	color: #CB9E52;
	border: none;
	padding: 14px 11px;
	font-size: 16px;
	cursor: pointer;
  }
  .quantity-selector input {
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	font-size: 16px;
	font-family: 'Karma', serif;
	background-color: transparent;
	color: white;
	padding: 12px 0;
  }
  .add-to-cart-btn {
	display: inline-flex;
	align-items: center;
	background-color: #CB9E52;
	color: white;
	padding: 12px 24px;
	border: none;
	border-radius: 3px;
	font-size: 18px;
	font-family: 'Karma', serif;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.3s ease;
  }
  .add-to-cart-btn svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	fill: white;
  }
  .add-to-cart-btn:hover {
	background-color: #b88d45;
  }
/* Add to cart css End */
