.sticky-add-to-cart.sticky-add-to-cart--active .product-bundle-offer__module-wrapper {
	display: none!important;
}

.product-bundle-offer__module-wrapper{
    padding-top: 20px;
    border-top: 1px solid #E7E7E7;
	margin-top: 20px!important;
}

.product-bundle-offer{
	padding: 20px;
	border-radius: 9px;
	border: 1px solid #DEDEDE;
	background: #FFF;
}

.product-bundle-offer__product-offer-wrapper{
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #E7E7E7;
}

.product-bundle-offer__title-header{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}


.product-bundle-offer__title{
	color: #4A4A4A;
	font-size: 19px;
	margin-bottom: 0;
	line-height: normal;
}

.product-bundle-offer__title-quote {
	color: #CECECE;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
}


.product-bundle-offer .button{
	background-color: #2e2e2e!important;
    border-radius: 7px;
    text-align: left;
    line-height: 18px;
    padding: 15px 25px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
	min-width: 250px;
	min-width: fit-content;
	width: 100%;
	margin-top: 10px;
}


.product-bundle-offer .button svg{
    margin-left: 15px;
}

.product-bundle-offer .button.loading svg{
	visibility: hidden;
}


.product-bundle-offer__product-image-wrapper{
	display: flex;
	/* align-items: center; */
}

.product-bundle-offer__product-title,
#product-bundle__offer-product-price{
	font-weight: 600;
	font-size: 16px;
}

.product-bundle-offer__product-price-wrapper{
	display: flex;
	flex-direction: column;
	margin-left: 15px;
	justify-content: center;
	min-width: 120px;
}

.product-bundle-offer_image-plus,
.product-bundle-offer_image-equals{
	padding: 10px;
	font-size: 66px;
	font-weight: 400;
	color: rgba(202, 202, 202, 0.85);
	
	display: flex;
	align-items: center;

}
/* The Modal (background) */
.product-bundle-popup__modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  padding-bottom: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.43);
	backdrop-filter: blur(4.900000095367432px);
}

/* Modal Content */
.product-bundle-popup__modal-content {
	margin: auto;
	padding: 20px;
	width: 70%;
	position: relative;
	border-radius: 12px;
	background: #FFF;
}

.product-bundle-popup__modal-content h4{
	color: #3C3C3C;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.product-bundle-popup__modal-content h4 span{
	color: #FFF;
	border-radius: 7px;
	background: #FF128C;
	padding: 4px 30px;
    margin: 0 10px;
}

.bundle-popup__change-value-div {
    width: calc(20% - 16px);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.bundle-popup__change-value-div img{
	width: 100%;
	border-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* The Close Button */
.product-bundle-popup__close {
  color: #3C3C3C;
  font-size: 36px;
	position: absolute;
	top: 5px;
	right: 20px;
}

.product-bundle-popup__close:hover,
.product-bundle-popup__close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.product-bundle__product-image-extra.bundle-active img{
	border: solid  2px #ff0ea0;
}

.product-bundle__product-image{
	text-align: center;
	max-width: 250px; /* Maximum size */
	width: 100%;
  	/* margin: 0 auto; */
}


.product-bundle__product-image img{
	border: solid 2px #fefefe;
	width: 100%; /* Make image width equal to container's width */
  height: auto; /* Maintain aspect ratio */
  aspect-ratio: 1 / 1; /* Ensure the image is always square */
  border-radius: 50%; /* Make the image round */
  object-fit: cover; /* Ensure the image covers the area without stretching */
		margin-bottom: 10px;
}

.product-bundle-popup__btn{
}

.product-bundle-popup__btn:hover{
	cursor: pointer;
}

.product-bundle-popup__btn u{
	font-weight: 600;
}

.product-bundle-popup__btn .product-bundle__product-title{
	color: #FF128C;
	font-weight: 700;
	text-decoration: none;
}


.product-bundle__savings{
	margin-bottom: 15px;
}

.bundle-popup__product-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 2px #E9E9E9;
}

.bundle-popup__change-value-div:hover{
	cursor: pointer;
}


.bundle-offer-images__product-images{
	display: flex;
	margin-top: 10px;
}

.bundle-offer-images__product-images img{
	height: 45px;
	width: 45px;
	margin-right: 6px;
	border-radius: 100%;
	object-fit: cover;
}

.bundle-offer-images__product-images-number{
	height: 45px;
	width: 45px;
	margin-right: 6px;
	border-radius: 100%;
	   
	background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.product-bundle-offer__price{
	text-align: center;
	font-size: 24px;
}

.product-bundle__product-title{
	text-decoration: underline;
}

#product-bundle-offer__regular-price{
	color: #B3B3B3;
	
}

.line-through{
	text-decoration: line-through;
}

#product-bundle-offer__regular-price .amount{
	color: #B3B3B3;
}

.product-bundle-offer__price-discount-procent{
	text-align: center;
	white-space: nowrap;
	font-size: 16px;
    font-weight: 600;
	color: #FFF;
    border-radius: 7px;
    background: #FF128C;
    padding: 5px 20px;
    margin: 0 10px;
}

#product-bundle-offer__sale-price{
	color: #545454;
	font-weight: 700;
}


.bundle-product__checkbox-container{
	display: flex;
	justify-content: center;
}

.bundle-product__checkbox-container input[type=checkbox]{
	margin: 0;
	margin-right: 6px;
}

.bundle-product__checkbox-container label{
	margin-bottom: 0;
}

#current-product-info{
	display: none;
}
.product-bundle-popup__mobile-heading{
	display: none;
}

.product-bundle-popup__mobile-heading .sale-span{
	border-radius: 7px;
    background: #FF128C;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    padding: 0 15px;
	margin-right: 10px;
    white-space: nowrap;
}


.bundle-popup__change-value-div select {
	text-transform: uppercase;
	margin-top: 6px;
}


@media(max-width: 1250px) and (min-width: 992px) {
	.product-bundle-offer__product-offer-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.product-bundle-offer .button{
		width: 100%;
		margin-top: 15px;
	}
}

@media(max-width: 992px){
	
	.product-bundle-popup__mobile-heading{
		display: block;
		font-size: 16px!important;
		padding: 0 20px;
	}
	
	div.product-bundle-popup__mobile-heading{
		font-size: 24px!important;
		font-weight: 600;
		margin-bottom: 15px;
	}
	
	.product-bundle-popup__desktop-heading{
		display: none;
	}
	
	
	.product-bundle-offer__product-price-wrapper{
		margin: 0;
		margin-top: 15px;
		width: 100%;
	}
	
	.bundle-popup__product-list {
		gap: 10px;
	}
	
	
	.bundle-popup__change-value-div{
		width: calc( 50% - 10px );
	}
	
	.product-bundle-popup__modal-content{
		width: 100%;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.product-bundle-popup__close{
		top: -10px;
	}
	
	.product-bundle-offer__product-image-wrapper{
		flex-wrap: wrap;
	}
		
	.product-bundle__product-image{
		width: 44%;
	}
	.product-bundle-offer_image-plus{
		width: 12%;
		text-align: center;
	}
	
	.product-bundle-offer_image-equals{
		display: none;
	}
	
	.product-bundle-offer__product-title{
		font-size: 14px;
	}
	
	.product-bundle-offer_image-plus{
		font-size: 40px;
	}
	
	
	.product-bundle-offer__price-discount-procent{
		padding: 0 15px;
	}
	
	.product-bundle-offer__product-price-wrapper{
		flex-direction: row;
		justify-content: center;
    	align-items: center;
		border-radius: 10px;
		border: 2px solid rgba(0, 0, 0, 0.12);
		padding: 4px 18px;
	}
	
	.product-bundle-offer__product-offer-wrapper{
		flex-direction: column;
		border-top: 0;
		margin-top: 0;
	}
	
	
	.product-bundle-popup__btn{
		border-radius: 11px;
		background: rgba(0, 0, 0, 0.04);
		margin: 0;
		padding: 10px 20px;
		width: 100%;
	}
	
	.product-bundle-offer .button{
		width: 100%;
	}
	
	.product-bundle-offer {
		padding: 10px;
		margin: 0 -15px;
		margin-bottom: 50px;
	}
	
	
	.bundle-offer-images__product-images img,
	.bundle-offer-images__product-images-number{
		height: 35px;
		width: 35px;
		margin-right: 4px;
	}
	
	.product-bundle-offer__title-header{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.product-bundle-offer__price{
		font-size: 16px;
	}

	
}