Sac DAAZOU PM – Carré Rayé – Petite pochette tissée main
123€
/* ===== IMAGES LISTINGS ACCUEIL ===== */
/* Desktop */
@media (min-width: 1025px) {
body.home img.rtcl-thumbnail,
body.front-page img.rtcl-thumbnail {
height: 300px !important;
width: 100% !important;
object-fit: cover !important;
}
}
/* Tablette */
@media (max-width: 1024px) and (min-width: 768px) {
body.home img.rtcl-thumbnail,
body.front-page img.rtcl-thumbnail {
height: 220px !important;
width: 100% !important;
object-fit: cover !important;
}
}
/* Mobile */
@media (max-width: 767px) {
body.home img.rtcl-thumbnail,
body.front-page img.rtcl-thumbnail {
height: 180px !important;
width: 100% !important;
object-fit: cover !important;
}
}



