<>
.product-info.item-addToCart.productPDP::after {
content: "Prices may vary depending on current promotions and your region.";
display: block;
padding: 0 2rem;
font-family: 'roboto-bold';
font-size: 1.5rem;
}
@media only screen and (min-width: 860px) {
.modal-flyer-promotion.modal--with-header .product-info .pi--product--img {
max-width: 32rem;
}
}
@media only screen and (min-width: 1200px) {
.modal-flyer-promotion.modal--with-header .product-info .pi--first-col {
position: absolute;
top:0;
}
.product-info .pi--second-col {
min-height: 40rem;
}
}
.modal-flyer-promotion-fallback .mwh__content::after {
content: "Prices may vary depending on current promotions and your region.";
display: block;
padding: 0;
font-family: 'roboto-bold';
font-size: 1.5rem;
}
@media only screen and (min-width: 730px) {
.modal-flyer-promotion-fallback .mwh__content::after {
padding: 0 2rem;
}
>
<>
.product-info .pi--first-col .pi--product--img .pdp-image .pi--main-img {
display:none;
}
.product-info .pi--first-col .pi--product--img .pdp-image .pi--main-img:first-of-type {
display:block
}
><>
.product-info .pi--second-col .pi--add-to-cart .pi--from-flyer-out-of-stock {
font-size: 0;
color: transparent;
}
.product-info .pi--second-col .pi--add-to-cart .pi--from-flyer-out-of-stock::before {
content: 'Temporarily Unavailable for Online Grocery';
font-size: 1.4rem;
color:#656565;
}
>
< type="text/css">
.banniereBioBienEtre {
width: 100%;
display: block;
margin: 20px 0;
}
.banniereBioBienEtre .ImgBioBienEtre-Desk {
display: none;
margin: 0 auto;
max-width: 1187px;
width: 100%;
height: auto;
border: 1px solid #e3e3e3;
}
.ImgBioBienEtre-Mobile {
display: block;
margin: 0 auto;
width: 100%;
height: auto;
border: 1px solid #e3e3e3;
}
@media only screen and (min-width:630px) {
.banniereBioBienEtre .ImgBioBienEtre-Desk {
display: block;
}
.ImgBioBienEtre-Mobile {
display: none;
}
}
/*#########ENTETE########*/
/* .content-toggle {
display: none;
} */
.flyer-container {
display: flex;
padding-bottom: 2rem;
flex-direction: column-reverse;
align-items: center;
}
.flyer-header {
display: none;
}
.category-shop-title {
align-items: center;
display: flex;
padding: 4rem 0;
}
.d-flex {
display: flex !important;
flex-direction: column;
align-items: center;
width: 90%;
}
.category-shop-title picture img {
width: auto;
height: 64px;
max-width: unset;
}
.category-shop-title picture {
max-width: unset;
margin: auto;
}
.title-toggles {
font-size: 16px;
font-: italic;
font-weight: bold;
width: 20%
padding-bottom: 1.2rem;
}
.image-toggles {
background: #D81E05;
border-radius: 50%;
height: 4.8rem;
width: 4.8rem;
border: none;
align-items: center;
cursor: pointer;
display: inline-flex;
font-size: 1.2rem;
justify-content: center;
line-height: 1.42;
min-height: 4rem;
padding: 0 2rem;
position: relative;
text-align: center;
text-decoration: none;
transition: all 0.3s ease-in;
}
.image-toggles img {
height: 2.4rem;
width: 2.4rem;
}
.toggles {
background-color: #E3E3E3;
display: flex;
padding: 0.4rem;
border-radius: 50px;
width: 100%;
}
.disabled {
background-color: transparent !important;
}
.disabled p {
font-weight: normal !important;
}
.bg-toggles {
background-color: white;
padding: 0.4rem;
display: flex;
align-items: center;
border-radius: 38px;
width: 50%;
}
.bg-toggles p {
margin: 0 1.2rem;
font-weight: bold;
}
@media only screen and (min-width: 980px) {
.title-toggles {
padding-bottom: 0;
}
.flyer-container {
flex-direction: row;
justify-content: space-between;
padding-bottom: 3rem;
}
.d-flex {
width: auto;
flex-direction: row;
}
.flyer-header {
display: flex;
margin: 0;
padding: 0;
}
}
#content-toggle{
display: none !important;
}
>