|
@@ -3520,6 +3520,46 @@ white-space: nowrap;
|
|
|
/*Personalizado Modificado a medida*/
|
|
|
|
|
|
|
|
|
+@media only screen and (min-device-width:360px) and (max-device-width:409px) and (min-device-aspect-ratio:360/640) and (orientation:portrait) {
|
|
|
+ .cs-product { display: inline-block; width: 330px !important;
|
|
|
+ .pwp-img { height: 440px !important; width: 295px !important;
|
|
|
+ >a { img { max-height: 100vh; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 295px !important; }
|
|
|
+ .slide-pwp_img { width: 295px !important; height: 440px !important; }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+@media only screen and (min-device-width:410px) and (max-device-width:736px) and (min-device-aspect-ratio:414/736) and (orientation:portrait) {
|
|
|
+ .cs-product { display: inline-block; width: 380px !important;
|
|
|
+ .pwp-img { height: 510px !important; width: 340px !important;
|
|
|
+ >a { img { max-height: 100vh; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 340px !important; }
|
|
|
+ .slide-pwp_img { width: 340px !important; height: 510px !important; }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-device-width:668px) and (max-device-width:766px) and (min-device-aspect-ratio:414/736) and (orientation:landscape) {
|
|
|
+ .cs-product { display: inline-block; width: 335px !important;
|
|
|
+ .pwp-img { height: 500px !important; width: 335px !important;
|
|
|
+ >a { img { max-height: 100vw; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 335px !important; }
|
|
|
+ .slide-pwp_img { width: 335px !important; height: 500px !important; }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (min-device-aspect-ratio:768/1024) and (orientation:landscape) {
|
|
|
.cs-product { display: inline-block; width: 226px !important;
|
|
|
.pwp-img { height: 335px !important; width: 226px !important;
|
|
@@ -3540,6 +3580,10 @@ white-space: nowrap;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (min-device-aspect-ratio:768/1024) and (orientation:landscape) {
|
|
|
+ .adsb-inner2 { height: 280px !important; }
|
|
|
+ .search-toggle { right: -26px !important; }
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
|
@@ -3557,4 +3601,15 @@ white-space: nowrap;
|
|
|
.col-xxs-4 { width: 33.33333333% !important; }
|
|
|
.col-xxs-6 { width: 50% !important }
|
|
|
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-device-aspect-ratio:1024/1366) and (orientation:portrait) {
|
|
|
+ .cs-product { display: inline-block; width: 230px !important;
|
|
|
+ .pwp-img { height: 340px !important; width: 230px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vh; width: 100%; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .adsb-inner2 { height: 280px !important; }
|
|
|
+ .search-toggle { right: -26px !important; }
|
|
|
}
|