@charset "utf-8";
/* CSS Document */
#product_title span {
  display: none;
}
#product_title:after {
  content: 'Premium quality poster';
}
#description span {
  display: none;
}
#description:after {
  content: '•  Posters printed on high quality satin paper'"\a"'•  The print is waterproof, scratch resistant and won'"\0027"'t fade'"\a"'•  Eco-friendly inks'"\a"'•  Rich and vibrant colors'"\a"'•  Made in the UK';
	white-space: pre-wrap;
	line-height: 200%;
}

/* x small */
#xs span {
  display: none;
}
#xs:before {
  content: '297 mm';
}
/* y small */
#ys span {
  display: none;
}
#ys:before {
  content: '210 mm';
}

/* x medium */
#xm span {
  display: none;
}
#xm:before {
  content: '';
}
/* y medium */
#ym span {
  display: none;
}
#ym:before {
  content: '';
}
/* x large */
#xl span {
  display: none;
}
#xl:before {
  content: '594 mm';
}
/* y large */
#yl span {
  display: none;
}
#yl:before {
  content: '420 mm';
}
/* x xlarge */
#xxl span {
  display: none;
}
#xxl:before {
  content: '841 mm';
}
/* y xlarge */
#yxl span {
  display: none;
}
#yxl:before {
  content: '594 mm';
}