|
@@ -798,33 +798,7 @@ a:hover {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-@media only screen and (max-device-width:767px) and (orientation:portrait) {
|
|
|
-.cs-product {
|
|
|
- display: inline-block;
|
|
|
- width: 345px !important;
|
|
|
-
|
|
|
- .pwp-img {
|
|
|
- height: 518px;
|
|
|
- width: 345px;
|
|
|
|
|
|
- >a {
|
|
|
- img {
|
|
|
- max-width: 100%;
|
|
|
- height: auto;
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- margin: 0;
|
|
|
- max-height: 100vh;
|
|
|
- width:100%;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-}
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
|
@@ -3543,4 +3517,44 @@ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
|
|
|
+/*Personalizado Modificado a medida*/
|
|
|
+
|
|
|
+
|
|
|
+@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;
|
|
|
+ >a { img { max-height: 100vh; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (min-device-aspect-ratio:768/1024) and (orientation:portrait) {
|
|
|
+ .cs-product { display: inline-block; width: 236px !important;
|
|
|
+ .pwp-img { height: 352px !important; width: 236px !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%; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+@media only screen and (min-width:375px) and (max-width:667px) and (aspect-ratio:375/667) and (orientation:portrait) {
|
|
|
+ .cs-product { display: inline-block; width: 345px !important;
|
|
|
+ .pwp-img { height: 518px !important; width: 345px !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%; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+@media only screen and (min-device-width:530px) and (max-device-width:767px) and (orientation:landscape) {
|
|
|
+ .col-xxs-4 { width: 33.33333333% !important; }
|
|
|
+ .col-xxs-6 { width: 50% !important }
|
|
|
|
|
|
+}
|