/* Hide Quantity and Out of Stock for exclusive waitlist items */
:where(div.outofstock,div.product_cat-waitlist,div.product_cat-annalee-exclusives) :is(.wishlist-cart-form,.out-of-stock) {
        display: none
}

.single-product .cart .al-wc-pao-addons-container.card-display {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -15px -12px;
}


.card-display .wc-pao-addon-container {
	flex-basis: 50%;
	max-width: 154px;
	margin: 0;
	padding: 15px 12px;	
}

.card-display .wc-pao-addon-container:not(.al-card-style-on) {
	min-width: 100%;	
}

h2.wc-pao-addon-heading {
	margin: 0;
	font-family: inherit;
	font-weight: 700;
	font-size: 1.3125rem; /* 21/31 */
	line-height: 1.476190476190;
}

.card-display .wc-pao-addon-description {
	border: 1px solid var(--border-color);
	border-radius: 10px;
	overflow: hidden;
}


.card-display .wc-pao-addon-wrap {
	display: flex;	
}

.card-display .wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox {
	align-self: flex-start;
	margin-top: 11px;
}

.card-display .wc-pao-addon-wrap label {
	margin-top: 8px;
	margin-left: 3px; /* Mockups had 7px, but the checkbox is already getting 4px on the right */
	font-size: 0.875rem;/* 14/20 */
	line-height: 1.42857142857;
}

/* Single Product Pages */
.ftm-single-product-wrapper {
	margin-bottom: var(--space-xlarge);
	margin-top: var(--space-large);
}

/* Match the border radius om the images */
.ftm-single-product-images .woocommerce-product-gallery__image {
	border: 1px solid var(--gray-light);
	border-radius: 10px;
}

.ftm-single-product-images .flex-viewport {
	border: 1px solid var(--gray-light);
	border-radius: 10px;
}

.ftm-single-product-images .flex-viewport .woocommerce-product-gallery__image {
	border: none;
	border-radius: 0;
}

.woocommerce-product-gallery__trigger {
	background-color: #fff;
	border-radius: 50%;
	font-size: 0;
	padding: 4px;
	right: 1rem;
	text-align: center;
	top: 1rem;
	width: 32px;
}

.woocommerce-product-gallery__trigger::before {
	content: "\f00e";
	font-family: ftm !important;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.single-product .cart .wc-pao-addons-container {
	display: flex;
	flex-direction: column;
}

@media (min-width: 27.5em) {

	.woocommerce-product-gallery .flex-control-thumbs li {
		width: 20%;
	}

}

.summary .entry-title {
	font-family: var(--text-font);
	font-size: 1.16667em; /* 21/31 */
	line-height: 1.47619;
	text-align: center;
}

.summary .al-product-sku-reviews {
	display: flex;
	justify-content: center;
}

.summary .yotpo-small .text-m {
	display: inline;
}

.summary .price {
	font-size: 1.16667em;
	line-height: 1.47619;
	margin: var(--space-small) 0 0;
	text-align: center;
}

.summary .stock.in-stock {
	display: none;
}

.summary .quantity {
	display: flex;
	justify-content: center;
	margin-top: var(--space-large);
}

.summary .quantity::before {
	content: "Qty:";
	display: block;
	font-weight: 700;
	margin-right: var(--space-small);
	text-transform: uppercase;
}

.summary .quantity input {
	max-width: 70px;
}

.product_tag-retired-designs .summary .quantity {
	display: none;
}

label ~ p label {
	font-size: 0.875em;
}

.single_add_to_cart_button {
	margin-top: var(--space-small);
	text-transform: capitalize;
	width: 100%;
}

@media (min-width: 48em) {

	.ftm-single-product-images-summary {
		margin-top: var(--space-large);
	}

	.summary .entry-title {

		font-size: 2.0555em; /* 37/48 */
		line-height: 1.297;
	}

	.summary .price {

		
		font-size: 1.7222em; /* 31/42 */
		line-height: 1.3548;
	}

	.summary .quantity {
		flex-direction: column;
	}

	.summary .quantity::before {
		content: "Quantity";
		margin-left: auto;
		margin-right: auto;
		text-transform: none;
	}

	.summary .quantity input {
		text-align: center;
	}
}

@media (min-width: 48.5em) {

	.summary .entry-title {
		text-align: inherit;
	}

	.summary .al-product-sku-reviews {
		display: flex;
		justify-content: unset;
	}

	.summary .price {
		text-align: inherit;
	}

	.ftm-single-product-quantity-and-button {
		align-items: flex-end;
		display: flex;
	}

	.summary .quantity {
		margin-right: var(--space-normal);
	}

	.summary .quantity::before {
		margin-left: 0;
	}

	.single_add_to_cart_button {
		width: auto;

	}
}
/* Migrated from woocommerce.css */
/* Single Product Pages */
.ftm-single-product-wrapper {
	padding: 0 var(--gutter-width);	
}

.ftm-single-product-inner {
	max-width: var(--max-width-wide);
	margin: 0 auto;	
}

.ftm-single-product-images-summary,
.ftm-single-product-images,
.ftm-single-product-images-summary .summary { 
	margin: var(--space-large) 0;	
}

/* Need this for the little badges */
.ftm-single-product-images {
	position: relative; 
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: block;
	z-index: 9;
	text-decoration: none;
}

figure.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.woocommerce-product-gallery .flex-control-thumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	width: 25%;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
	width: auto;	
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: var(--success-color);
}

.stock.out-of-stock {
	color: var(--error-color);
}

.single_add_to_cart_button {
	margin-top: var(--space-large);
}


@media(min-width: 48.5em){
	
	.ftm-single-product-images-summary {
		display: flex;	
	}

	.ftm-single-product-images {
		min-width: 39.75%;
		max-width: 39.75%;
	}

	.summary {
		padding-left: var(--space-xlarge);	
	}
	
}
/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}
/* These h2s are styled like h4s (single product page custom heading set on product tags) */
h2.al-product-tag-custom-heading {
	font-size: 1.4444em;
	line-height: 1.34615;
}
