summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
blob: bac0d116216eada5c23eb69caaa4b0f230e0c18b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.collection #collection { display: block }
.collection #footer .filter { display: block }
#content.collection { overflow: scroll }
#collection {
  display: none;
}

.product #product { display: block }
.product #footer .buynow { display: block }
.product #footer .addtocart { display: block }
#content.product { overflow: scroll }
#product {
  display: none;
}