summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
blob: 9ded00d1b422baba7aa256ec7a1ee41b5c9e6c15 (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 {
  width: 100vw;
  height: 63vw;
}

#gallery .item {
  width: 100vw;
  height: 63vw;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}