.v65-productWrapper .v65-product-rightCol {
    float: right;
    width: 37.5%;
}

.v65-productWrapper .v65-product-leftCol {
    float: left;
    width: 54.5%;
    margin-right: 5%;
}

.v65-productWrapper h1 {
	letter-spacing: 0.04375em;
	line-height: 1.16;
}

.v65-product-brand {
	display:none;
}
.product-breadcrumb {
	font-family: Roboto, sans-serif;
	color: #969696;
	font-size:14px;
	margin-bottom:10px;
}

.unit-price {
	font-family: Roboto, sans-serif;
	color: #383838;
	font-weight:500;
	font-size:17px;
}
.tax-shipping {
	font-family: Roboto, sans-serif;
	color: #383838;
	font-size:14px;
	margin-top:6px;
}

.size-heading {
	margin-top:30px;
	font-family: Roboto, sans-serif;
	color: #383838;
	font-size:14px;
}
.size-value {
	font-family: Roboto, sans-serif;
	color: #383838;
	font-size:14px;
	display: inline-block;
    background-color: #cecfcb; /* Change to your preferred color */
    padding: 4px 20px;
    border-radius: 12px; /* Rounded corners */
    text-align: center;
    white-space: nowrap;
	margin-top:5px;
}

.v65-product-addToCart-priceWrapper {
    font-size: 1.2em;
    display: none;
}
.v65-productAddToCart-drilldown {
	margin-top:30px;
	
}
.v65-product-addToCart-quantity {
    display: block;
	margin-bottom: 10px;
}

.v65-product-addToCart-button button.defaultBtn{
	background-color:#000;
	width:170px;
}
.v65-product-addToCart-button button.defaultBtn span{
	font-family: Roboto, sans-serif;
}

.v65-product-buyCase-button {
	display:none;
}

.v65-product-actionMessage {
	font-family: Roboto, sans-serif;
	font-size:14px;
}

p {
	font-family: Roboto, sans-serif;
	color: #383838;
}


@media only screen and (max-width: 880px) {
	
	.v65-productWrapper .v65-product-rightCol {
		float: right;
		width: 45.5%;
	}

	.v65-productWrapper .v65-product-leftCol {
		float: left;
		width: 40.5%;
		margin-right: 5%;
	}
	
}

@media only screen and (max-width: 840px) {
	
	.v65-productWrapper .v65-product-rightCol {
		float: right;
		width: 55.5%;
	}

	.v65-productWrapper .v65-product-leftCol {
		float: left;
		width: 30.5%;
		margin-right: 5%;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.v65-productWrapper .v65-product-rightCol {
		float: right;
		width: 100%;
		margin-top:16px;
	}

	.v65-productWrapper .v65-product-leftCol {
		float: left;
		width: 100%;
		margin-right: 0%;
	}
	
}

.v65-product-photo {
  margin: 0 auto 1em auto;
  position: relative;
  text-align: center;
  width: 100%;
  border: solid 0px #ccc;
  padding: 25px;
  box-sizing: border-box;
}
.review-wrapper {
	margin-top: 60px;
}
.review-heading {
	font-family: "Playfair Display", serif;
	color: #383838;
	font-weight:500;
	font-size:28px;
	letter-spacing: 0.02375em;
	line-height: 1.16;
}






.accordion-wrapper {
	margin-top: 40px;
}

.accordion {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
}

.accordion-item {
	border-bottom: 1px solid #ccc;
}

.accordion-header {
	padding: 15px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Roboto, sans-serif;
	color: #383838;
}


.accordion-content {
	height: 0;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Roboto, sans-serif;
	color: #383838;
	font-size: 16px;
	transition: height 0.3s ease-out, padding 0.3s ease-out;
	padding-top:5px;
}

.icon {
	width: 26px;
	height: 26px;
	transition: transform 0.3s ease;
	transform-origin: center; /* Ensures correct rotation */
}

.active .icon {
	transform: rotate(180deg); /* Open: Up */
}

.tasting-notes-panel-content .v65-product-attributeLabel {
	display:none;
}
.tasting-notes-panel-content .v65-product-media-title a {
	color:#383838;
}
.tasting-notes-panel-content .v65-product-media-title a:hover {
	text-decoration:underline;
}

.award-panel-content .v65-product-media-title a {
	color:#383838;
}
.award-panel-content .v65-product-media-title a:hover {
	text-decoration:underline;
}


.vintage-panel-content .v65-product-attributeLabel {
	display:none;
}

.winemaking-panel-content .v65-product-attributeLabel {
	display:none;
}


.accordion-content .v65-product-attributeValue {
	line-height: 24.8333px;
}

@media only screen and (min-width: 820px) {
	.review-mobile {
		display:none;
	}
	.review-desktop {
		display:block;
	}
}

@media only screen and (max-width: 820px) {
	.review-mobile {
		display:block;
	}
	.review-desktop {
		display:none;
	}
}



.related-products {
	
}

.v65-product-relatedProducts .v65-product-relatedProducts-product {
	float: left;
	margin: 0 0 1.5em;
	text-align: center;
	width: 18%;
	margin-left:1%;
	margin-right:1%;
}
.related-products .v65-product-title.v65-title {
  font-family: Roboto, sans-serif;
  color: #383838;
  font-weight: 500;
  font-size: 16px;
  max-width: 80%;
  margin: auto;
  margin-bottom: 1.2em;
}

.related-products .v65-product-relatedProducts-title {
	font-family: "Playfair Display", serif;
	color: #383838;
	font-weight:500;
	font-size:28px;
	letter-spacing: 0.02375em;
	line-height: 1.16;
}

.related-products .v65-product-actionMessage {
	display:none;
}

.related-products .v65-product-addToCart-quantity {
	display:none;
}

.related-products .v65-product-addToCart-price {
  font-family: Roboto, sans-serif;
  color: #383838;
  font-weight: 500;
  font-size: 16px;
}

.related-products .v65-addToCart.v65-addToCartCase {
	display:none;
}
.related-products .v65-product-addToCart-priceWrapper {
	margin-right:0px;
}
.related-products .v65-product-relatedProducts .v65-product-photo img {
  max-width: unset;
}
.related-products .v65-product-addToCart-unitDescription {
	display:none;
}
.related-products .v65-product-photo {
	border:0px;
}
.related-products .product-relatedProducts .v65-product-addToCart-priceWrapper {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1300px) {
	
	.v65-product-relatedProducts .v65-product-relatedProducts-product {
		float: left;
		margin: 0 0 1.5em;
		text-align: center;
		width: 23%;
		margin-left:1%;
		margin-right:1%;
	}
	.v65-product-relatedProducts .v65-product-relatedProducts-product:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1050px) {
	
	.v65-product-relatedProducts .v65-product-relatedProducts-product {
		float: left;
		margin: 0 0 1.5em;
		text-align: center;
		width: 31.2%;
		margin-left:1%;
		margin-right:1%;
	}
	.v65-product-relatedProducts .v65-product-relatedProducts-product:first-child {
		margin-left: 0;
	}
	.related-products .v65-productBadge {
		display:none;
	}
}

@media only screen and (max-width: 800px) {
	
	.v65-product-relatedProducts .v65-product-relatedProducts-product {
		float: left;
		margin: 0 0 1.5em;
		text-align: center;
		width: 46%;
		margin-left:1%;
		margin-right:1%;
	}
	.v65-product-relatedProducts .v65-product-relatedProducts-product:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 580px) {
	
	.v65-product-relatedProducts .v65-product-relatedProducts-product {
		float: left;
		margin: 0 0 1.5em;
		text-align: center;
		width: 98%;
		margin-left:1%;
		margin-right:1%;
	}
	
	.v65-productWrapper .v65-product-addToCart .v65-addToCart {
		 border:0px;
	}
	
}

@media screen and (max-width: 680px) {
  .v65-productWrapper .v65-productAddToCart-drilldownActivate {
    background: transparent;
    border: 0;
    margin: 0;
    width: 100%;
    margin-top: 30px;
	position: unset;
  }
  .v65-productWrapper .v65-productAddToCart-drilldownActivate .v65-product-addToCart {
    margin: 0;
    padding: 0;
  }

}



.product-specials .v65-productGroup-title {
	font-family: "Playfair Display", serif;
	color: #383838;
	font-weight:500;
	font-size:28px;
	letter-spacing: 0.02375em;
	line-height: 1.16;
	margin-bottom: 50px;
}

.product-specials {
	margin-top:60px;
}
.product-specials .v65-product-reviewStats {
	display:none;
}
.product-specials .v65-productGroup-teaser {
	display:none;
}
.product-specials .v65-product-photo {
	border: 0px;
	padding: 0px;
}
.product-specials .v65-product-title {
	font-family: Roboto, sans-serif;
	color: #383838;
	font-weight: 500;
	font-size: 16px;
	max-width: 80%;
	margin: auto;
	margin-bottom: 1.2em;
}
.product-specials .v65-product-addToCart-quantity {
	display:none;
}
.product-specials .v65-product-addToCart-price {
  font-family: Roboto, sans-serif;
  color: #383838;
  font-weight: 500;
  font-size: 16px;
}

.product-specials .v65-addToCart.v65-addToCartCase {
	display:none;
}
.product-specials .v65-product-addToCart-priceWrapper {
	margin-right:0px;
}

.product-specials .v65-productGroup-product {
	float: left;
	margin: 0 0 1.5em;
	text-align: center;
	width: 18%;
	margin-left:1%;
	margin-right:1%;
}


@media only screen and (max-width: 1300px) {
	
	.product-specials .v65-productGroup-product {
		float: left;
		margin: 0 0 1.5em;
		text-align: center;
		width: 23%;
		margin-left:1%;
		margin-right:1%;
	}
	.product-specials .v65-productGroup-product:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1050px) {
	
	.product-specials .v65-productGroup-product {
		float: left;
		margin: 0 0 1.5em;
		text-align: center;
		width: 31.2%;
		margin-left:1%;
		margin-right:1%;
	}
	.product-specials .v65-productGroup-product:first-child {
		margin-left: 0;
	}
	.related-products .v65-productBadge {
		display:none;
	}
}

@media only screen and (max-width: 800px) {
	
	.product-specials .v65-productGroup-product {
		float: left;
		margin: 0 0 1.5em;
		text-align: center;
		width: 46%;
		margin-left:1%;
		margin-right:1%;
	}
	.product-specials .v65-productGroup-product:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 580px) {
	
	.product-specials .v65-productGroup-product {
		float: left;
		margin: 0 0 1.5em;
		text-align: center;
		width: 98%;
		margin-left:1%;
		margin-right:1%;
	}
	
}
