summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
blob: 0a615c342574c6e715e490c86b5e122cf207368c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.collection #collection { display: block }
.collection #footer .filter { display: block }
#collection {
  display: none;
  text-align: center;
}
#collection .item {
  text-align: center;
  display: inline-block;
  max-width: 49vw;
}
#collection .item img {
  width: 49vw;
  height: 63vw;
}

.product #product { display: block }
.product #footer .back { display: block }
.product #footer .addtocart { display: block }
#product {
  display: none;
}

#gallery,
#gallery .slider,
#gallery .slider .item {
}

#gallery .slider .item {
  float: left;
  width: 10vw;
}
#gallery .slider .item img {
  max-width: 10vw;
}