
/** Product single main photo & product archive thumbnail photos **/
/** ----- Look closer at this and move to appropriate place if it's global --- **/
.woocommerce-product-gallery .ct-media-container {
	justify-content: center;
}
.woocommerce-product-gallery .ct-media-container img
/*body.post-type-archive-product li.product .ct-media-container img */ {
	max-height: 590px;
	width: auto;
    object-fit: scale-down;
/*    object-position: top; */
}
@media (max-width: 689px) {
	.woocommerce-product-gallery .ct-media-container img {
		max-height: 340px;
	}
}



/** Product Single overrides **/
@media (max-width: 999.98px) {
	div.woocommerce-product-gallery {
		margin-bottom: 1em!important;
	}
}
article>.product ul.wc-tabs {
	width: 100%;
	max-width: 100%;
}
.woocommerce-Tabs-panel {
	background-color: var(--theme-palette-color-7);
	padding-bottom: 35px;
	border-bottom: 1px solid var(--tab-border-color, var(--theme-border-color));
}
.entry-summary-items > .woocommerce-product-details__short-description {
	--product-element-spacing: 0px;
}
body.single-product .woocommerce-product-details__short-description {
	font-size: 1.1em;
}


/** Top of page content **/
.single-product header.entry-header {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.entry-header>h2.pack-size-header {
	font: 500 20px/24px var(--theme-font-family-brand);
	text-transform: uppercase;
	margin: 0;
	border: 1px solid #ccc;
	padding: 8px 9px;
}
span.product-single-pa-banner {
	font-size: 1.15em;
}
@media (max-width: 689px) {
	span.product-single-pa-banner  {
		width: auto;
		font-size: 1em;
	}
}
.product-size-container {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}
.product-size-badge.product-single-badge {
	background-color: var(--swe-blue);
	color: #fff;
	gap: 4px;
	padding: 6px 12px 6px 8px;
}
.product-size-badge.product-single-badge:hover {
	cursor: default;
	background-color: var(--swe-blue);
}
.product-size-badge.product-single-badge span {
	text-transform: none;
}
.product-image-disclaimer {
	font-size: .75em;
	line-height: 1.25em;
	margin-top: 2em;
	color: var(--theme-palette-color-3);
}
@media (max-width: 689px) {
	.product-image-disclaimer {text-align: center;}
	.product-image-disclaimer .full-product-image-disclaimer {
		display: none;
	}
}
.woocommerce-product-gallery .product-sku {
	text-align: center;
	margin-top: .5rem;
	font-size: .85rem;
}
@media (max-width: 999.98px) {
	.woocommerce-product-gallery .product-sku {
		margin-top: 0;
	}
}


/** Add To Cart section **/
body.single-product .ct-product-add-to-cart {
	display: flex;
	gap: 20px;
}
body.single-product .product-entry-wrapper p.in-stock {display: none;}

/* Availability notes & Product banners and badges */
div.product-single-item-notes {
	order: 2;
	/*
	flex-basis: 60%;
	flex-grow: 1;
	*/
	display: flex;
	flex-direction: row;
    gap: 12px;
    flex-basis: fit-content;
    align-items: flex-start;
}
@media (max-width: 1199px) {
	div.product-single-item-notes {
		flex-direction: column;
	}
}

/* Out of Stock */
body.single-product p.stock.out-of-stock {
	white-space: nowrap;
	font-size: 1.25rem;
	line-height: 1.33em;
	font-weight: 700;
	margin-bottom: 0;

}
body.single-product #wc_bis_product_form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	padding: 1em;
	background-color: var(--swe-blue-med);
	border-radius: 10px;
	margin-bottom: 0;
}
@media (max-width: 999px) {
	body.single-product p.stock.out-of-stock {
		text-align: center;
	}
	body.single-product #wc_bis_product_form {
		justify-content: center;
		text-align: center;
	}
}
body.single-product #wc_bis_product_form .wc_bis_form_title {
	margin-bottom: 0;
	line-height: 1.333;
}
body.single-product #wc_bis_product_form #wc_bis_email {
	max-width: 480px;
	margin-bottom: 0;
	background-color: #fff;
}
body.single-product #wc_bis_product_form button#wc_bis_send_form {
	margin-bottom: 0;
	white-space: nowrap;
	background-color: var(--theme-button-background-hover-color);
}

p.avail-note {
	font-size: .9em;
}
p.avail-note span.pa-avail-note-highlight {
	background-color: var(--alert-yellow);
	padding: 3px;
}
p.avail-note span.pa-avail-note-highlight:hover {cursor: help;}
.product-single-bannersandbadges {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: stretch;
	flex-wrap: wrap;
    --product-element-spacing: 26px;
}
@media (min-width: 1199px) {
	.twelveship-banner,
	.product-single-bannersandbadges,
	.product-single-badge
	 {
		width: 150px
	}
}
.product-single-badge {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 0.35em;
	box-sizing: border-box;
	min-width: max-content;
	gap: 8px;
	padding: 5px 8px;
	white-space: nowrap;
	background-color: var(--theme-palette-color-6);
}
.product-single-badge:hover {
	background-color: var(--theme-palette-color-5);
	cursor: help;
}
.product-single-badge img {
    width: 28px;
    max-height: 1.5em;
}
.product-single-badge > span {
	font-family: var(--theme-font-family-brand);
	font-size: 1em;
	text-transform: uppercase;
}

/* Exceptions for gift card */
body.gift-cards div.product-single-item-notes {display: none;}
body.single-product.gift-cards .entry-summary-items > .ct-product-add-to-cart > .add-to-cart-grouping {
	max-width: 500px;
	width: -webkit-fill-available;
	width: -moz-available;
}
@media (max-width: 999px) {
	body.single-product.gift-cards .ct-product-add-to-cart,
	body.single-product.gift-cards .swe-prices-wrapper {
		justify-content: center;
	}

}
body.gift-cards .wc_gc_send_as_gift_wrapper label {
	font-size: 1.2rem;
	font-weight: 500;
}


/* WPFactory wishlist button overrides
.product-single-bannersandbadges .alg-wc-wl-toggle-btn {
	margin: 0;
}
*/

.product_single_ratings_badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}


body.single-product .entry-summary-items > .ct-product-add-to-cart .single_add_to_cart_button {
	--theme-button-max-width: 100%;
	flex-grow: 1;
}

@media (max-width: 399px) {
	body.single-product .entry-summary-items > .ct-product-add-to-cart > .cart {
		flex-basis: 100%;
		flex-grow: 1;
		width: 100%;
	}
	body.single-product .entry-summary-items > .ct-product-add-to-cart .single_add_to_cart_button {
		/* flex-basis: 100%; */
	}
}

@media (max-width: 689px) {
	body.single-product .ct-product-add-to-cart {
		flex-direction: column;
	}

}

@media (min-width: 690px) {
/*
	body.single-product .entry-summary-items > .ct-product-add-to-cart > .cart {
		width: 325px;
	}
*/
	body.single-product .entry-summary-items > .ct-product-add-to-cart > .add-to-cart-grouping {
		min-width: 325px;
	}
	/* Add to Cart button */
	body.single-product .entry-summary-items > .ct-product-add-to-cart .single_add_to_cart_button {
		--theme-button-max-width: 100%;
		flex-grow: 1;
	}
	/* Added to cart */
	body.single-product .ct-cart-actions .added_to_cart {
		max-width: 100%;
		flex-basis: 100%;
	}
}
.min-order-label {
	margin: 0.75rem 0 0;
	color: #666;
	text-align: center;
	font-size: .9rem;
}

/* Product Single and Case Prices */
body.single-product .swe-prices-wrapper {
	display: flex;
    align-items: baseline;
    gap: 0 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
@media (max-width: 590px) {
	body.single-product .product-entry-wrapper .swe-prices-wrapper {
		font-size: .85rem;
		justify-content: center;
		gap: 0 18px;
	}
}
body.single-product .product-entry-wrapper .swe-prices-wrapper {

	&& .price.full-case-price {font-size: 1.75em;}
	&& .price {font-size: 1.5em;}
	&& .tariff-price-notice {font-size: 1.25em}

}

body.single-product .swe-prices-wrapper p {margin-bottom: 0}

/* Bulk Discounts Add to Cart buttons */
body.single-product .add-to-cart-grouping {

}
body.single-product .bulk-deals-label {
	margin: 1rem 0 .5rem;
	display: flex;
	gap: 17px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-family: var(--theme-font-family-brand);
}
body.single-product .bulk-deals-label::before,
body.single-product .bulk-deals-label::after {
	content: ' ';
	flex-grow: 1;
	height: 1px;
	border-top: 1px solid #ccc;
}
body.single-product .bulk-deals-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
body.single-product .bulk-deals-buttons form.cart {
}
body.single-product .bulk-deals-buttons div.added_to_cart {
	display: none;
}
body.single-product .entry-summary-items > .ct-product-add-to-cart .bulk-deals-buttons .single_add_to_cart_button {
	display: flex;
	width: 100%;
	padding: 8px 4px;
	background-color: var(--theme-palette-color-1);
}
body.single-product .entry-summary-items > .ct-product-add-to-cart .bulk-deals-buttons .single_add_to_cart_button:hover {
	background-color: var(--theme-palette-color-2);	
}
body.single-product .entry-summary-items > .ct-product-add-to-cart .bulk-deals-buttons .single_add_to_cart_button em,
body.single-product .entry-summary-items > .ct-product-add-to-cart .bulk-deals-buttons .single_add_to_cart_button strong {
	font-style: normal;
	font-weight: 700;
	font-size: 1.1em;
}
body.single-product .entry-summary-items > .ct-product-add-to-cart .bulk-deals-buttons .single_add_to_cart_button strong {
	border-bottom: 2px solid var(--theme-palette-color-2);
}

/* JS QTY dropdowns */
.swe-qty-dropdown {
	/* original styles */
	border: 1px solid var(--theme-palette-color-1);
	border-top: none;
	margin-top: -2px;
	background-color: #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 3;
    position: absolute;
    width: 100%;
    max-height: 335px;
    overflow-y: scroll;
	display: none;
	/* animated styles */
	/* background-color: #fff;
	z-index: 2;
	width: 100%;
	position: absolute;
    border: none; 
    max-height: 0; 
    overflow-y: hidden; 
    transition: max-height 0.2s ease-in-out, border 0.5s ease 0s; */
}

.swe-qty-dropdown.active {
	display:block;
	/* animated styles */
    /* max-height: 335px;
    border: 1px solid var(--theme-palette-color-1); 
    overflow-y: auto; 
    border-top: none;
    margin-top: -2px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
}


.swe-qty-dropdown ul {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 4px;
}
.swe-qty-dropdown ul>li>a {
	display: block;
	text-align: center;
}
.swe-qty-dropdown ul>li>a:hover {
	background-color: var(--theme-palette-color-6);
}


/** Summary & Other options **/
body.single-product .product-summary-and-options {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
}
@media (min-width: 690px) {
	body.single-product .product-summary-and-options {
		flex-direction: row;
	}
}
@media (min-width: 689px) {
	.product-single-other-options {
		min-width: 325px;
	}
}

/** Other options */
.product-single-other-options {
	margin-bottom: var(--product-element-spacing, 20px);
	background-color: var(--theme-palette-color-6);
	padding: 20px;
	display: flex;
	flex-flow: column nowrap;
	gap: 26px;
}
@media (max-width: 688px) {
	.product-single-other-options {
		display: flex;
		flex-direction: column;
		gap: 1.5em;
		align-items: stretch;
	}
	.product-single-other-options-section {
	}
}
@media (min-width: 689px) {
}
.product-single-other-options h4 {
	font: 700 1.1em/1.5em var(--theme-font-family-brand);
	margin-bottom: .6em;
}
.product-single-other-options-section.size-options ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-wrap: wrap;
}
.product-single-other-options-section.size-options li {
	position: relative;
}
.other-options-item {
	background-color: #fff;
	color: var(--theme-palette-color-1);
	border: 1px solid var(--theme-palette-color-2);
	border-radius: 4px;
	padding: 7px;
	font-weight: 500;
	display: flex;
	flex-flow: row wrap;
}
@media (hover) {
	.other-options-item:hover {
		box-shadow: 1px 2px 5px rgb(0,0,0,.5);
		margin-top: -1px;
		margin-bottom: 1px;
	}
}
.other-options-item .options-pill {
	border-radius: 4px;
	font-size: 13px;
	font-family: var(--theme-font-family-brand);
	padding: 2px 0;
	color: var(--theme-palette-color-4);
}
.other-options-item span.options-size {
	flex-grow: 1;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 2px 0 2px 7px;
}
.other-options-item span.options-packsize {
	font-weight: 500;
}
.other-options-item span.options-price {
	flex-grow: 1;
	font-weight: 700;
	text-align: end;
	padding: 2px 7px 2px 0;
}
.other-options-item span.options-price em {
	font-style: normal;
	font-size: .8em;
	font-weight: 300;
}
.other-options-item span.options-extras {
	width: 100%;
	display: flex;
	gap: 10px;
	font-size: .9em;
	text-transform: uppercase;
	padding: 2px 8px;
	background-color: var(--theme-palette-color-1);
	border-radius: 4px;
}
.other-options-item span.options-pa {
	display: flex;
	gap: 4px;
	align-items: center;
	color: #fff;
	font-weight: 700;
}
.other-options-item span.options-pa img {
	height: 1em;
	width: 1em;
}
.other-options-current .other-options-item {
	background-color: var(--theme-palette-color-5);
	color: var(--theme-palette-color-2);
}
.other-options-current span.check {
	position: absolute;
	font-size: 27px;
	right: -3px;
	top: -16px;
	font-weight: 700;
}
@media (hover) {
	.other-options-current .other-options-item:hover {
		box-shadow: none;
		margin-top: 0;
		margin-bottom: 0;
		cursor: default;
	}
}

/* Available Vintages dropdown */
.product-single-other-options-section.vintage-options .swe-dropdown {
	width: 100%;
	border: 1px solid var(--theme-palette-color-2);
	border-radius: 4px;
}
.product-single-other-options-section.vintage-options .swe-dropdown-trigger {
	width: 100%;
	background: #fff;
	display: block;
	padding: 12px;
	border-radius: 4px;
	text-align: center;
	font-weight: 500;
}
.product-single-other-options-section.vintage-options .swe-dropdown-content {
	width: 100%;
}
.product-single-other-options-section.vintage-options  ul.swe-dropdown-content {
	border: 1px solid var(--theme-palette-color-2);
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: -2px -1px 0;
	width: calc(100% + 2px);
}
.product-single-other-options-section.vintage-options .swe-dropdown:hover .swe-dropdown-content {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px 10px 12px;
	align-items: stretch;
}
.product-single-other-options-section.vintage-options  ul.swe-dropdown-content li {
	flex-grow: 1;
	flex-basis: 0;
}
.product-single-other-options-section.vintage-options  ul.swe-dropdown-content li.vintage-options-all-vintages {
	flex-grow: 4;
	white-space: nowrap;
}
.product-single-other-options-section.vintage-options  ul.swe-dropdown-content li a {
	display: block;
	text-align: center;
	padding: 5px 8px;
	border: 1px solid var(--theme-palette-color-2);
	border-radius: 3px;
	font-family: var(--theme-font-family-brand);
	font-weight: 500;
}
.product-single-other-options-section.vintage-options  ul.swe-dropdown-content li a:hover {
	background-color: var(--theme-palette-color-5);
}
@media (hover) {
	.product-single-other-options-section.vintage-options  ul.swe-dropdown-content li a:hover {
		box-shadow: 1px 2px 5px rgb(0,0,0,.5);
		margin-top: -1px;
		margin-bottom: 1px;
		background-color: var(--theme-palette-color-6);
 	}
}

/** Product Meta **/

/* SWE Product Meta */
.product-entry-wrapper .swe-product-meta {
	display: flex;
	gap: 0 50px;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.product-entry-wrapper .swe-product-meta ul.swe-product-meta-list {
	margin: 0;
}
.product-entry-wrapper .swe-product-meta ul.swe-product-meta-list li {
	display: flex;
	flex-flow: nowrap;
	align-items: baseline;
	gap: 0 6px;
	font-size: 1rem;
}
@media (max-width: 689px) {
	.product-entry-wrapper .swe-product-meta ul.swe-product-meta-list li {
		flex-direction: column;
		margin-bottom: .75em;
	}
}
.ct-quick-view-card .product_meta>span, .product[class*=gallery] .product_meta>span,
.product-entry-wrapper .swe-product-meta ul.swe-product-meta-list li span.swe-product-meta-label {
	text-transform: uppercase;
	color: var(--theme-palette-color-3);
	letter-spacing: .05em;
	font-size: .8rem;
	font-weight: 700;
}
.product-entry-wrapper .swe-product-meta ul.swe-product-meta-list li a {}
.product_meta span.sku_wrapper {display: none!important;}

/* Recommended Products in product description - OOS alternatives */
body.single-product .wc-prl-page-product_details {margin-top: 35px;}
body.single-product .wc-prl-page-product_details h3.wc-prl-title {
	font-size: 1.5rem;
}

/** Videos **/
.video-wrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
body.single-product .product_meta + .product-video-gallery {
	margin-top: 25px;
}
body.single-product .product-video-tnails-wrapper {
	overflow: auto;
	display: flex;
	justify-content: center;
}
body.single-product .product-video-tnails {
	display: flex;
    width: max-content;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
body.single-product .product-video-tnails a {
	position: relative;
}
body.single-product .product-video-tnails a::before { /* adds play button */
	position: absolute;
	font-family: "dashicons";
	content: "\f522"; /* play button */
	color: var(--theme-palette-color-2);
	font-size: 30px;
    line-height: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
/*    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5); */
	background-color: rgba(255, 255, 255, .75);
	border-radius: 8px;
	padding: 2px 5px;
}
body.single-product a.product-video-active::before { /* adds play button */
	content: '';
	display: none;
}
body.single-product .product-video-tnail {
	border-color: var(--swe-blue);
	aspect-ratio: 16 / 9;
	object-fit: cover;
	height: auto;
	max-width: 114px;
	box-sizing: content-box;
	border: 3px solid transparent;
}
/*
body.single-product .product-video-tnail:hover,
body.single-product a:hover .product-video-tnail {
	border-color: var(--swe-blue);
}
*/
body.single-product .product-video-tnails a:hover::before {
	background-color: rgba(255, 255, 255, .9);
}
body.single-product a.product-video-active .product-video-tnail {
	background-color: var(--theme-palette-color-2);
}
@media (max-width: 689px) {
/*	body.single-product .product_meta + .product-video-gallery {margin-top: 25px;} */
	body.single-product .product-video-tnails-wrapper {justify-content: left;}
	body.single-product .product-video-tnails {gap: 8px;}
	body.single-product .product-video-tnail {max-width: 84px;}
}

/** Tabs **/
body.single-product .woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 3rem;
}
.woocommerce-tabs[data-type*=type-3] button.ct-accordion-heading {
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce-tabs[data-type*=type-3] button.ct-accordion-heading:hover {
	background-color: var(--theme-palette-color-7);
}
.woocommerce-tabs[data-type*=type-3] button.ct-accordion-heading[aria-expanded="true"]:hover {
	background-color: none;
}
.ct-accordion-tab:last-of-type {
	border-bottom: 1px solid var(--tab-border-color, var(--theme-border-color));
}

body.single-product .woocommerce-tabs article h4 {
	color: var(--Med-Gray, #767785);
	font-family: var(--theme-font-family-brand);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.ct-accordion-tab > button > span {
	background-color: var(--theme-palette-color-1);
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}



/* More panel */
body.single-product .more-section-wrap {
	/* padding: 35px 0; */
	padding: 1rem 0;
}
body.single-product .more-section-wrap h2:not(.woocommerce-loop-product__title) {
	color: var(--Base-gray, #505155);
	font-family: var(--theme-font-family-brand-serif);
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 0;
}


body.single-product .more-section-container {
	display: flex;
	justify-content: center;
	position: relative;
}

@media (max-width: 689px) {
	body.single-product .more-section-container {
		flex-direction: column;
	}
}
@media (min-width: 690px) {
	body.single-product .more-section-container {
		flex-direction: row;
	}

}

/* More - Full Description */
body.single-product .more-section-full-description .more-section-container {
	flex-direction: column;
}
body.single-product .more-section-full-description h4.full-description-header {text-align: center;}


/* More - Producer */
body.single-product .more-section-producer .more-section-container {
	gap: 20px;
	text-align: center;
}
body.single-product .more-section-producer .producer-image {
	text-align: center;
}
body.single-product .more-section-producer .producer-image img {
	background-color: #ccc;
	display: block;
	aspect-ratio: 5/3;
	object-fit: cover;
	width: 100%;
	max-width: 360px;
	height: auto;
	margin-top: auto;
}

body.single-product .more-section-producer .producer-info {
/*	width: 60%; */
	max-width: 700px;
}
body.single-product .more-section-container.has-producer-cpt .producer-info {
	text-align: left;
}
body.single-product .more-section-producer .producer-info .button {
	display: block;
	margin-bottom: .5em;
}

body.single-product .more-section-producer .producer-info .button.btn-producer-shop {
	--theme-button-background-initial-color: var(--theme-palette-color-2);
    --theme-button-background-hover-color: var(--theme-palette-color-1);
}
body.single-product .more-section-producer .producer-info .button.btn-producer-learn-more {
	--theme-button-background-initial-color: var(--theme-palette-color-3);
    --theme-button-background-hover-color: var(--theme-palette-color-1);
}



/* More - Varietal */
body.single-product .more-section-varietal .more-section-container {
	gap: 0 5%;
}
body.single-product .more-section-varietal .varietal-image {
	position: absolute;
	left: -60px;
	top: 0;
	opacity: 8%;
	max-width: 200px;
	width: auto;
}
body.single-product .more-section-varietal .varietal-image img {
	width: 100%;
	height: auto;
}
@media (min-width: 690px) {
	body.single-product .more-section-varietal .varietal-info {
		width: 75%;
		max-width: 725px;
	}
		body.single-product .more-section-varietal .varietal-image {
		width: 20%;
		max-width: 146px;
		padding-top: 18px;
		position: relative;
		left: inherit;
		top: inherit;
		opacity: 100%;
	}
}

/* More - Regions */
body.single-product .more-section-regions .more-section-container {
	max-width: 1224px;
	margin: auto;
	gap: 0 35px;
}
body.single-product .more-section-regions .more_region-col {
	width: 100%;
}
@media (min-width: 690px) {
	body.single-product .more-section-regions .more_region-col {
		max-width: 378px;
	}
}
body.single-product .more-section-regions .more_region-col img {
	display: block;
	background-color: #ccc;
	aspect-ratio: 5/3;
	object-fit: cover;
}
body.single-product .more-section-regions .more_region-col p {
	font-size: 14px;
}

@media (max-width: 689px) {
	body.single-product .more-section-regions .more-section-container {
		flex-direction: column;
	}
	body.single-product .more-section-regions .more_region-col {
		margin-bottom: 3em;
	}
}

/* Ratings & Reviews tab */
body.single-product .rnr-section-wrap {padding: 2.5em 0 0;}
body.single-product .rnr-row {
	display: flex;
    border-top: 1px solid var(--theme-border-color);
    padding: 48px 0;
}
body.single-product .rnr-row:first-of-type {border-top: none; padding-top: 0;}
body.single-product .rnr-row .rnr-rating-col {
	width: 26%;
    min-width: 220px;
    text-align: center;
}
body.single-product .rnr-row .rnr-rating-col h4.winery-notes-reviewer {
	font-weight: 700;
	font-size: 1.05em;
}
body.single-product .rnr-row .rnr-review-col {
	width: 74%;
	padding-right: 5%;
}
body.single-product .rnr-row .rnr-review-col p:last-of-type {margin-bottom: 0;}
@media (max-width: 820px) {
	body.single-product .rnr-row {
		flex-direction: column;
	}
	body.single-product .rnr-row .rnr-rating-col,
	body.single-product .rnr-row .rnr-review-col {
		width: 100%;
	}
	body.single-product .rnr-row .rnr-rating-col {
		padding-bottom: 30px;
	}
	body.single-product .rnr-row .rnr-review-col {
		padding-right: 0;
	}
}

/* Product Recommendations bottom row */
body.single-product .product-single-recommended-wrapper {
	background-color: var(--theme-palette-color-6);
	padding: 2.5rem 0 3.5rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
body.single-product .product-single-recommended-container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: var(--theme-container-width);
	max-width: 1290px;
}
body.single-product .product-single-recommended-container .product .entry-excerpt {display: none;}
body.single-product .product-single-recommended-container h2.wc-prl-title,
body.single-product .product-single-recommended-container h3 {
	font-family: var(--theme-font-family-brand);
	font-size: 1.5rem;
	line-height: 1.25em;
	display: flex;
	flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: .5rem;
}
@media (max-width: 690px) {
	body.single-product .product-single-recommended-container h3 {
		font-size: 1.25rem;
	}
}
body.single-product .product-single-recommended-container h3 span > a.button {
	border-radius: 100rem;
    padding: 0 1em;
    line-height: 1;
}


/* *************** */
/* Product Bundles */
/* *************** */

/* rearrange to move short description above price, options, and add-to-cart */
body.single-product-bundle {

	&& .entry-summary {display: flex; flex-flow: column nowrap;}

	&& .product-summary-and-options {order: -1}

	&& .swe-product-meta {display: none;}

	&& .product_meta {margin-top: 35px;}

}

/* rearrange availability and badges */
body.single-product-bundle {

	&& .product-single-item-notes {
		gap: 12px 30px;
		margin-bottom: 15px;
		max-width: 860px;
	}

	&& .product-single-bannersandbadges {
		flex-wrap: nowrap;
		width: auto;
	}

	&& p.avail-note {margin-bottom: 0;}

	&& form.cart.cart_group.bundle_form.initialized {
		display: flex;
		flex-direction: column;
	}

	&& form.cart.cart_group.bundle_form.initialized::before {
		margin-bottom: 1em;
		font-weight: 700;
		font-size: 1.2rem;
	}

	&&  .ct-product-add-to-cart {
		flex-direction: column-reverse;
		margin-bottom: 0;
	}

}

/* Bundle type = static */
body.single-product-bundle.single-product-bundle-type-static {

	&& form.cart.cart_group.bundle_form.initialized::before {
		content: 'This bundle includes:';
	}

}

/* Bundle type = configurable */
body.single-product-bundle.single-product-bundle-type-configurable {

	&& form.cart.cart_group.bundle_form.initialized::before {
		content: 'Choose options:';
	}

}

/* bundle thumbnail (if not set to hidden) */
body.single-product-bundle.woocommerce-page div.product div.bundled_product_images, .woocommerce-page #content div.product div.bundled_product_images, .woocommerce div.product div.bundled_product_images, .woocommerce #content div.product div.bundled_product_images {
	width: 12%;
}
body.single-product-bundle .bundled_product_summary .bundled_product_images img {
	max-height: 75px;
	object-fit: scale-down;
}

/* bundle add buttons (for optional items) */
.single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox input[type="checkbox"] {
	/* Remove native styling for full control */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	/* Define box size */
	width: 24px;
	height: 24px;

	/* Optional: styling the box */
	border: 2px solid var(--theme-palette-color-2);
	border-radius: 4px;
	background-color: white;
	cursor: pointer;
	position: relative;

	/* For alignment with label */
	vertical-align: middle;
}
.single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox input[type="checkbox"]:checked {
	background-color: var(--theme-palette-color-2);
}
.single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 8px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox input[type="checkbox"]:disabled {
	border-color: #ccc;
	cursor: not-allowed;
	background-color: #f9f9f9;
}

/* bundle item quantity dropdowns */
body.single-product-bundle .bundled_item_wrap {

	&& div.quantity {height: 40px}

	&& .quantity[data-type=type-2] { width:100px }

}

/* bundle description */
body.single-product-bundle {

	&& .add-to-cart-grouping div.bundled_product_summary:not(.thumbnail_hidden) .details {
		width: 88%;
		padding: 0;
	}

	&& h4.bundled_product_title.product_title {
		font-size: 1.1rem;
		line-height: 1.25;
		margin-bottom: 0;
		font-weight: 500;
	}

}
body.single-product-bundle .bundled_item_cart_details .sale-price,
body.single-product-bundle .bundled_item_cart_details .price,
body.single-product-bundle .bundled_product_optional_checkbox .price {
	font-size: 1.1rem;
	font-weight: 700;
}

/* Bundle add to cart buttons */
body.single-product-bundle.single-product-bundle-addtocart-top .cart.bundle_data {
	order: -1;
	margin-bottom: 35px;
}

body.single-product-bundle .bundle_button {
	display: flex;
	gap: 12px;
}
body.single-product .entry-summary-items > .ct-product-add-to-cart button.bundle_add_to_cart_button {
	flex-grow: 0;
}

/* Bundle list and table layouts */
body.single-product-bundle {
	.ct-product-add-to-cart + .ct-product-divider {display: none;}
}

/* Bundle list layouts */
body.single-product-bundle div.product.bundled_product_summary {
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
}
@media (max-width: 590px) {
	body.single-product-bundle div.product.bundled_product_summary {
		display: flex;
		flex-direction: column;
		align-items: center;
	    text-align: center;
	}
}

/* Bundle table layout */
body.single-product-bundle form.cart table.bundled_products {
    border: none;
    border-radius: 24px !important;
    background-color: var(--theme-palette-color-7);
}

/* bundle grid layout */
body.single-product-bundle ul.bundled_products {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* default for mobile */
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 600px) {
  body.single-product-bundle ul.bundled_products {
    grid-template-columns: repeat(2, 1fr); /* tablets */
  }
}

@media (min-width: 1024px) {
  body.single-product-bundle ul.bundled_products {
    grid-template-columns: repeat(2, 1fr); /* desktops */
  }
}

body.single-product-bundle ul.bundled_products {

	&& li.bundled_product {
		display: flex;
		gap: 12px;
		border-bottom: 1px solid rgba(0, 0, 0, .066);
		padding: 0 0 14px 0;
		margin-bottom: 10px;
	}

	&& .bundled_product_summary .bundled_product_images {
		width: 34px !important;
	}

	&& .bundled_product_summary .bundled_product_images figure {
		width: 34px !important;
	}

	&& .details {text-align: left;}

	&& h4.bundled_product_title.product_title {
		line-height: 1.2;
	}

	&& h4.bundled_product_title.product_title .item_qty {white-space: nowrap;}

	&& .bundled_product_summary .bundled_product_optional_checkbox {
		display: block;
		margin: 4px 0 0;
	}

	margin-bottom: 35px;

}

/* Bundle Child Product single page "view bundle" links */
body.single-product {

	& .custom-product-link.bundle-product-link {
		display: flex;
		gap: .75rem 1rem;
		flex-wrap: wrap;
		align-items: center;
		line-height: 1.333;
		margin-bottom: 1rem;
	}

	& .custom-product-link.bundle-product-link:last-of-type {
		margin-bottom: 0;
	}

	& span.parent-bundle-name {
		font-weight: 700;
	}

	& .custom-product-link.bundle-product-link a.button {
		background-color: var(--theme-palette-color-2);
	}

}
@media (max-width: 589px) {
  body.single-product {
  	& .custom-product-link.bundle-product-link {
		justify-content: center;
    }
    & span.bundle-product-link-text {
		text-align: center;
	}
  }
}


