/* Product White Theme */

.single-product-info > .container > .row > div > .row > .col-lg-5.woo-variation-background-image {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	background-position:center;
}
.woo-variation-background-image .square-photo.responsive-square-photo.product-image {
	position: absolute;
}
.woo-variation-background-image a.btn {    
	position: absolute;
}
@media (min-width: 992px) {
	.postid-2623 .square-photo.responsive-square-photo.product-image, 
	.postid-2635 .square-photo.responsive-square-photo.product-image, 
	.postid-2636 .square-photo.responsive-square-photo.product-image, 
	.postid-2638 .square-photo.responsive-square-photo.product-image {
		padding-bottom: 50%;
	}
	.woo-variation-background-image .square-photo.responsive-square-photo.product-image {
		bottom: -40px;
		left: -100px;
		width: 70%;
		padding-bottom: 50%;
	}
}
@media (max-width: 991px) {
	.single-product-info > .container > .row > div > .row > .col-lg-5.woo-variation-background-image { 
		height: 400px;
		margin: 30px 0;
	}
	.single-product-info > .container > .row > div > .row > .col-lg-5.woo-variation-background-image .mobile-product-title { 
		margin-top: -105px;
		padding-bottom:0;
	}
	.product-white-theme .hsa-badge {
		margin-top: -18px;
	}
	.woo-variation-background-image .square-photo.responsive-square-photo.product-image {
		bottom: -40px;
		left: -70px;
		width: 50%;
		padding-bottom: 50%;
	}
	.postid-2623 .square-photo.responsive-square-photo.product-image, 
	.postid-2635 .square-photo.responsive-square-photo.product-image, 
	.postid-2636 .square-photo.responsive-square-photo.product-image, 
	.postid-2638 .square-photo.responsive-square-photo.product-image {
		padding-bottom: 30%;
	}
}
@media (min-width: 768px) {
	.woo-variation-background-image a.btn {    
		top: 10px;
		right: 10px;
	}
}
@media (max-width: 767px) {
	.woo-variation-background-image .square-photo.responsive-square-photo.product-image {
		display:none;
	}
	.woo-variation-background-image .mobile-product-title {  
	    background: transparent;
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px 15px 15px;
	}  
	.woo-variation-background-image a.btn {    
		bottom: 10px;
		right: 10px;
	}
}
.full-height-image-col .btn.background-mint.text-black {
	color:#333 !important;
}

.product-white-theme .mbm_button_panel {
	flex-direction:column;
}

.product-white-theme .mbm_button_panel > button {    
	flex-direction: column;
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 66px !important;
    border-radius: 0;
    border: 6px solid white;
    min-height: 60px;
    position: relative;
    transition: all .3s;
    text-align: left;
    color: var(--purple);
    background: white;
}
.product-white-theme .mbm_button_panel > button:not([data-is-variant-selected="true"]):hover {
	background:transparent;    
	border-color: white;
    background: rgba(255, 255, 255, 0.7);
}
.product-white-theme .mbm_button_panel > button[data-is-variant-selected="true"] {
	cursor:default;
	    background: rgba(255, 255, 255, 0.7);
    border-color: var(--lavender);
}
.product-white-theme .mbm_button_panel > button .price-size {
	font-size: 1.1rem;
    line-height: 1;
	padding-top: 8px;
    font-weight: 400;
}
.product-white-theme .mbm_button_panel > button:after {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    border-radius: 100%;
    line-height: 18px;
    padding: 10px;
    content: "";
    left: 20px;
    top: 50%;
    right: auto;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    background: transparent;
    border: 1px solid #383d3f;
    transform: none;
    transition: all .3s;
}
.product-white-theme .mbm_button_panel > button[data-is-variant-selected="true"]:after {
    content: "\f00c";
    left: 20px;
    top: 50%;
    right: auto;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    color: white;
    background: var(--lavender);
    border-color:var(--lavender);
}

.product-white-theme .mbm_button_panel > button .yellow-tag {    
	display: inline-block;
    position: absolute;
    background-color: #e2c740;
    padding: 0 0.25rem 0 1.95rem;
    color: black;
    left: -10px;
    top: 2px;
    z-index: 10;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-family: 'p22-underground-pc';
    line-height: 1;
	right:unset;
	bottom:unset;
	font-size:1rem;
}
.product-white-theme .mbm_button_panel > button .pre-text {    
	font-weight: 700;
    font-family: 'p22-underground-sc';
    text-transform: lowercase;
}
.product-white-theme .mbm_button_panel > button .price {  
	padding-top:1rem;
	display: flex;
    gap: 5px;
    align-items: flex-end;
}
.product-white-theme .mbm_button_panel > button .price-num {    
	font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.75rem;
    position: relative;
}
.product-white-theme .mbm_button_panel > button .price-num:before {   
    font-size: 1.2rem;
    font-weight: 700;
    position: absolute;
    left: -11px;
    top: 0;
    display: block;
    line-height: 1;
    content: "$";
}
.product-white-theme .mbm_button_panel > button .price-description {     
	font-size: 1rem;
    font-weight: 400;
    font-family: 'p22-underground-sc';
    text-transform: lowercase;
    position: relative;
    line-height: 1.1;
    padding-left: 11px;
}
.product-white-theme .mbm_button_panel > button .price-description:before {     
	font-size: .75rem;
    font-weight: 400;
    font-family: 'p22-underground-sc';
    text-transform: lowercase;
    position: absolute;
    left: 0px;
    top: 1px;
    display: block;
    line-height: 1;
    content: "/";
}
.product-white-theme .mbm_button_panel > button a.info-link {  
	display:block;
	position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 24px;
	color:var(--purple);
}
.product-white-theme .mbm_button_panel > button a.info-link:hover {  
	color:var(--purple-dark);
}
.product-white-theme .mbm_button_panel > button a.info-link:before {
    display: block;
    content: "Learn More";
    color: var(--purple-dark);
    position: absolute;
    right: 100%;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 24px;
    white-space: nowrap;
    margin-right: 5px;
    top: 5px;
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 0;
    overflow: hidden;
    transition: all .25s;
}
.product-white-theme .mbm_button_panel > button a.info-link:hover:before {
    max-width: 100px;
}

.product-white-theme .icons_text_image_section img {
    height: auto;
    max-width: 100%;
}

/* Smart Supps Button Switch to bypass Shopify checkout */
.postid-4380.product-white-theme #product_buy_button .wps-add-to-cart {
	display:none;
}
