.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: #f3f3f3;
}

.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: 22px;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
}

.product-bundle-offer .button{
	background-color: #2e2e2e!important;
    border-radius: 7px;
    text-align: left;
    line-height: 18px;
    padding: 12px 6px;
	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;
}

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

.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;
  position: fixed;
  z-index: 9999999;
  padding-top: 50px;
  padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
	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;
    align-items: center;
    text-align: center;
}

.bundle-popup__change-value-div img{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
	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  3px #ff0ea0;
	opacity: 1;
}

.product-bundle__product-image{
	text-align: center;
	max-width: 250px;
	width: 100%;
}

.product-bundle__product-image img{
	border: solid 2px #fefefe;
	width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
	margin-bottom: 10px;
}

.product-bundle__product-image-extra img {
		opacity: 0.6;
}

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

.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: 8px;
	object-fit: cover;
}

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

.product-bundle__product-image-extra select,
.bundle-popup__change-value-div select {
	text-transform: uppercase;
}

.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,
#bundle-product-size-select,
#current-product-size-select {
	margin-top: 6px;
	font-size: 14px;
}


@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;
	}
	
	.product-bundle-offer__title-quote {
		font-size: 20px;
	}

}

/* Popup product title & price */
.bundle-popup__product-title {
    font-size: 16px;
    font-weight: 600;
    color: #3C3C3C;
    margin: 12px 0 2px;
    line-height: 1.3;
    text-align: center;
}

.bundle-popup__product-price {
    color: #666;
    margin: 0 0 6px;
    text-align: center;
}

/* "Select this instead" button in popup */
.bundle-popup__select-btn {
    display: block;
    width: 100%;
    padding: 10px 8px;
    background: #FF128C;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.3;
    transition: background 0.2s ease;
    margin: 0;
    margin-top: auto;
}

.bundle-popup__select-btn:hover {
    background: #d4007a;
}

/* Hint text */
.product-bundle-offer__hint {
    font-size: 13px;
    color: #888;
    margin: 0 0 10px;
    line-height: 1.4;
}
