.elementor-1066 .elementor-element.elementor-element-57cb1f0{--display:flex;}.elementor-1066 .elementor-element.elementor-element-57cb1f0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1066 .elementor-element.elementor-element-d613b80{--display:flex;}@media(min-width:768px){.elementor-1066 .elementor-element.elementor-element-d613b80{--content-width:1260px;}}@media(max-width:1366px) and (min-width:768px){.elementor-1066 .elementor-element.elementor-element-57cb1f0{--width:1176.6px;}}/*=================================
   GRID RESPONSIVE WISHLIST
=================================*/

.sp-my-wishlist-grid{
display:grid !important;
grid-template-columns:repeat(6,1fr) !important;
gap:24px !important;
margin:0 !important;
padding:0 !important;
}

/* 5 columnas */
@media (max-width:1700px){
.sp-my-wishlist-grid{
grid-template-columns:repeat(5,1fr) !important;
}
}

/* 4 columnas */
@media (max-width:1450px){
.sp-my-wishlist-grid{
grid-template-columns:repeat(4,1fr) !important;
}
}

/* 3 columnas */
@media (max-width:1100px){
.sp-my-wishlist-grid{
grid-template-columns:repeat(3,1fr) !important;
}
}

/* 2 columnas */
@media (max-width:700px){
.sp-my-wishlist-grid{
grid-template-columns:repeat(2,1fr) !important;
gap:16px !important;
}
}

/* MÓVIL */
@media (max-width:600px){

.sp-my-wishlist{
padding:0 !important;
box-sizing:border-box;
}

.sp-my-wishlist-grid{
width:100% !important;
margin:0 !important;
gap:12px !important;
}

.sp-my-wishlist-item{
min-width:0 !important;
box-sizing:border-box;
}

}