/* line 5, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../scss/partials/_typography.scss */
.page {
  font-family: 'FrutigerLTW01-45Light';
}
/* line 3, ../scss/partials/_typography.scss */
.page h1 {
  font-size: 3.157em;
}
@media screen and (max-width: 960px) {
  /* line 3, ../scss/partials/_typography.scss */
  .page h1 {
    font-size: 2.369em;
  }
}
/* line 9, ../scss/partials/_typography.scss */
.page h2 {
  font-size: 2.369em;
}
@media screen and (max-width: 960px) {
  /* line 9, ../scss/partials/_typography.scss */
  .page h2 {
    font-size: 1.777em;
  }
}
/* line 15, ../scss/partials/_typography.scss */
.page h3 {
  font-size: 1.777em;
}
@media screen and (max-width: 960px) {
  /* line 15, ../scss/partials/_typography.scss */
  .page h3 {
    font-size: 1.333em;
  }
}
/* line 21, ../scss/partials/_typography.scss */
.page p {
  line-height: 1.333em;
  margin-bottom: 0.8em;
}
/* line 25, ../scss/partials/_typography.scss */
.page a {
  text-decoration: none;
  color: inherit;
}
/* line 29, ../scss/partials/_typography.scss */
.page .icon {
  width: 1em;
  height: 1em;
  color: white;
  fill: currentColor;
}
/* line 35, ../scss/partials/_typography.scss */
.page .type {
  text-transform: uppercase;
  padding: 0 0.5rem;
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
/* line 42, ../scss/partials/_typography.scss */
.page .video-gallery-item h3 {
  font-size: 1.5em;
  margin: 0.4em 0 0.2em 0;
}
/* line 46, ../scss/partials/_typography.scss */
.page .video-gallery-item .type {
  font-size: 1em;
  padding: 0;
}

/* line 1, ../scss/partials/_global.scss */
body {
  background: #4d0f56;
}

/* line 5, ../scss/partials/_global.scss */
.page {
  background: white;
  position: absolute;
  min-height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}
/* line 11, ../scss/partials/_global.scss */
.page.default {
  padding-bottom: 42px;
}
@media screen and (max-width: 960px) {
  /* line 11, ../scss/partials/_global.scss */
  .page.default {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 5, ../scss/partials/_global.scss */
  .page {
    padding-bottom: 0;
  }
}

/* line 1, ../scss/partials/_header.scss */
header {
  position: relative;
  z-index: 5;
  padding: 8px;
  max-width: 100%;
  overflow: hidden;
  padding: 0.5rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 530px) {
  /* line 1, ../scss/partials/_header.scss */
  header {
    overflow: visible;
  }
}
/* line 9, ../scss/partials/_header.scss */
.default header {
  border-bottom: 1px solid #d8d8d8;
}
/* line 12, ../scss/partials/_header.scss */
header .logo {
  display: block;
  padding: 0.5rem;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
  height: 65px;
}
@media screen and (max-width: 1260px) {
  /* line 12, ../scss/partials/_header.scss */
  header .logo {
    margin: 0 auto;
    float: none;
  }
}
/* line 20, ../scss/partials/_header.scss */
header .logo .text {
  color: #4d0f56;
  fill: currentColor;
}
/* line 25, ../scss/partials/_header.scss */
header nav {
  display: block;
  padding: 0.5rem;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  margin-top: 0.8rem;
  color: #3f3f3f;
}
/* line 28, ../../extensions/griddle/stylesheets/_griddle.scss */
header nav + * {
  clear: left;
}
@media screen and (max-width: 1420px) {
  /* line 25, ../scss/partials/_header.scss */
  header nav {
    font-size: 1em;
  }
}
@media screen and (max-width: 1260px) {
  /* line 25, ../scss/partials/_header.scss */
  header nav {
    text-align: center;
    width: 100%;
    margin-top: 0em;
  }
  /* line 37, ../scss/partials/_header.scss */
  header nav ul {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  /* line 25, ../scss/partials/_header.scss */
  header nav {
    max-width: 45em;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 530px) {
  /* line 25, ../scss/partials/_header.scss */
  header nav {
    position: relative;
  }
  /* line 48, ../scss/partials/_header.scss */
  header nav ul {
    display: block;
    position: absolute;
    top: 42px;
    left: 0.5em;
    right: 0.5em;
    width: auto;
    max-height: 0;
    overflow: hidden;
    background: white;
    z-index: 4;
    border: 1px solid #cccccc;
    border-top: 0;
    opacity: 0;
    -webkit-transition: max-height 0.5s ease, opacity 0.1s ease 0.4s;
            transition: max-height 0.5s ease, opacity 0.1s ease 0.4s;
  }
}
/* line 65, ../scss/partials/_header.scss */
header nav .nav-btn {
  display: none;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
}
@media screen and (max-width: 530px) {
  /* line 65, ../scss/partials/_header.scss */
  header nav .nav-btn {
    display: block;
  }
}
/* line 73, ../scss/partials/_header.scss */
header nav .nav-btn.active + ul {
  max-height: 500px;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease, max-height 0.5s ease 0.05s;
          transition: opacity 0.1s ease, max-height 0.5s ease 0.05s;
}
/* line 79, ../scss/partials/_header.scss */
header nav li {
  float: left;
}
@media screen and (max-width: 1260px) {
  /* line 79, ../scss/partials/_header.scss */
  header nav li {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 530px) {
  /* line 79, ../scss/partials/_header.scss */
  header nav li {
    display: block;
  }
}
/* line 88, ../scss/partials/_header.scss */
header nav li a {
  padding: 0.5em 1em;
  display: block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 1420px) {
  /* line 88, ../scss/partials/_header.scss */
  header nav li a {
    padding: 0.5em 0.8em;
    letter-spacing: 0;
  }
}
/* line 97, ../scss/partials/_header.scss */
header nav li a:hover, header nav li a.nav-path-selected {
  color: #831a93;
}

/* line 1, ../scss/partials/_slideshow.scss */
.slideshow {
  position: absolute;
  top: 5.5em;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  /* line 1, ../scss/partials/_slideshow.scss */
  .slideshow {
    top: 8em;
  }
}
@media screen and (max-width: 960px) {
  /* line 1, ../scss/partials/_slideshow.scss */
  .slideshow {
    position: static;
  }
}
/* line 14, ../scss/partials/_slideshow.scss */
.slideshow .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  /* line 14, ../scss/partials/_slideshow.scss */
  .slideshow .slide {
    position: static;
  }
}
/* line 23, ../scss/partials/_slideshow.scss */
.slideshow .slide img {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  /* line 23, ../scss/partials/_slideshow.scss */
  .slideshow .slide img {
    position: static;
  }
}
/* line 33, ../scss/partials/_slideshow.scss */
.slideshow .slide-text {
  position: absolute;
  bottom: 10em;
  left: 6em;
  font-size: 1.1em;
  color: white;
}
@media screen and (max-width: 960px) {
  /* line 33, ../scss/partials/_slideshow.scss */
  .slideshow .slide-text {
    position: static;
    padding: 1em 2em 2em 2em;
    color: #4d0f56;
  }
}
@media screen and (max-width: 500px) {
  /* line 33, ../scss/partials/_slideshow.scss */
  .slideshow .slide-text {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 400px) {
  /* line 33, ../scss/partials/_slideshow.scss */
  .slideshow .slide-text {
    font-size: 0.7em;
  }
}
/* line 50, ../scss/partials/_slideshow.scss */
.slideshow .slide-text h1 {
  font-size: 5.61em;
  letter-spacing: -0.05em;
  line-height: 1.333em;
}
/* line 55, ../scss/partials/_slideshow.scss */
.slideshow .slide-text p {
  text-transform: uppercase;
  line-height: 1.333em;
  font-size: 1.333em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 960px) {
  /* line 55, ../scss/partials/_slideshow.scss */
  .slideshow .slide-text p {
    color: black;
  }
}
/* line 64, ../scss/partials/_slideshow.scss */
.slideshow .slide-text .gallery-link {
  font-size: 0.844em;
  letter-spacing: 0;
  line-height: 1em;
  display: inline-block;
  text-transform: none;
  background: #4d0f56;
  padding: 0.5em 1em;
  margin-top: 1em;
}
@media screen and (max-width: 960px) {
  /* line 64, ../scss/partials/_slideshow.scss */
  .slideshow .slide-text .gallery-link {
    color: white;
  }
}
@media screen and (max-width: 400px) {
  /* line 64, ../scss/partials/_slideshow.scss */
  .slideshow .slide-text .gallery-link {
    font-size: 1em;
  }
}
/* line 79, ../scss/partials/_slideshow.scss */
.slideshow .slide-text .gallery-link .icon {
  position: relative;
  top: 0.1em;
  width: 0.844em;
  height: 0.844em;
  margin-left: 0.3em;
}

/* line 1, ../scss/partials/_content.scss */
.main {
  max-width: 70em;
  overflow: hidden;
  padding: 3rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../scss/partials/_content.scss */
  .main {
    padding: 2rem;
  }
}
@media screen and (max-width: 960px) {
  /* line 1, ../scss/partials/_content.scss */
  .main {
    max-width: 45em;
    overflow: hidden;
    padding: 2rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  /* line 1, ../scss/partials/_content.scss */
  .main {
    max-width: 45em;
    overflow: hidden;
    padding: 1rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
/* line 12, ../scss/partials/_content.scss */
.main h1 {
  display: block;
  padding: 0.5rem;
  float: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4d0f56;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 650px) {
  /* line 12, ../scss/partials/_content.scss */
  .main h1 {
    margin-bottom: 0;
  }
}
/* line 20, ../scss/partials/_content.scss */
.main h2 {
  margin-bottom: 0.5em;
}
/* line 23, ../scss/partials/_content.scss */
.main.gallery-page {
  max-width: 90em;
  padding-bottom: 0;
}

/* line 29, ../scss/partials/_content.scss */
.gallery {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
/* line 31, ../scss/partials/_content.scss */
.gallery .gallery-item {
  display: block;
  padding: 0.5rem;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 650px) {
  /* line 31, ../scss/partials/_content.scss */
  .gallery .gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  /* line 31, ../scss/partials/_content.scss */
  .gallery .gallery-item {
    width: 100%;
  }
}
/* line 41, ../scss/partials/_content.scss */
.gallery .gallery-item img {
  max-width: 100%;
  height: auto !important;
}

/* line 48, ../scss/partials/_content.scss */
.feature-table {
  padding: 0.5rem;
}
/* line 50, ../scss/partials/_content.scss */
.feature-table table {
  width: 100%;
}
/* line 53, ../scss/partials/_content.scss */
.feature-table td {
  border: 1px solid black;
  padding: 1em;
}
@media screen and (max-width: 650px) {
  /* line 58, ../scss/partials/_content.scss */
  .feature-table table, .feature-table tbody, .feature-table tr, .feature-table td {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}

/* line 67, ../scss/partials/_content.scss */
.contact .left, .contact .right {
  display: block;
  padding: 0.5rem;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 960px) {
  /* line 67, ../scss/partials/_content.scss */
  .contact .left, .contact .right {
    width: 100%;
  }
}
/* line 74, ../scss/partials/_content.scss */
.contact .left {
  padding-right: 2rem;
}
@media screen and (max-width: 960px) {
  /* line 74, ../scss/partials/_content.scss */
  .contact .left {
    padding: 1rem;
  }
}
/* line 80, ../scss/partials/_content.scss */
.contact .right {
  padding-left: 2em;
}
@media screen and (max-width: 960px) {
  /* line 80, ../scss/partials/_content.scss */
  .contact .right {
    padding: 0.5rem;
  }
}
/* line 86, ../scss/partials/_content.scss */
.contact h2 {
  color: #4d0f56;
  margin-bottom: 0.5em;
}
/* line 90, ../scss/partials/_content.scss */
.contact h3 {
  display: block;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #4d0f56;
}
/* line 96, ../scss/partials/_content.scss */
.contact p {
  line-height: 1.333em;
  margin-bottom: 0.8em;
}
/* line 99, ../scss/partials/_content.scss */
.contact p a {
  color: #4d0f56;
  text-transform: uppercase;
}
/* line 104, ../scss/partials/_content.scss */
.contact .location-text {
  overflow: hidden;
  margin-bottom: 1em;
}
/* line 107, ../scss/partials/_content.scss */
.contact .location-text img {
  max-width: 50%;
  height: auto !important;
  float: right;
}
@media screen and (max-width: 400px) {
  /* line 107, ../scss/partials/_content.scss */
  .contact .location-text img {
    max-width: 100%;
    margin-bottom: 1em;
  }
}
/* line 117, ../scss/partials/_content.scss */
.contact table, .contact tbody, .contact tr, .contact td {
  vertical-align: top;
}
@media screen and (max-width: 400px) {
  /* line 117, ../scss/partials/_content.scss */
  .contact table, .contact tbody, .contact tr, .contact td {
    display: block;
    width: 100%;
  }
}
/* line 124, ../scss/partials/_content.scss */
.contact input, .contact textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-family: 'FrutigerLTW01-45Light';
}
/* line 132, ../scss/partials/_content.scss */
.contact .ccm-input-button {
  background: #4d0f56;
  border: 0;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.8em 1em;
}
/* line 140, ../scss/partials/_content.scss */
.contact .question {
  width: 130px;
}

/* line 145, ../scss/partials/_content.scss */
.content-text {
  padding: 8px;
  padding: 0.5rem;
  display: block;
  width: 100%;
  clear: both;
}

/* line 153, ../scss/partials/_content.scss */
.item {
  display: block;
  padding: 0.5rem;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 650px) {
  /* line 153, ../scss/partials/_content.scss */
  .item {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  /* line 153, ../scss/partials/_content.scss */
  .item {
    width: 100%;
  }
}
/* line 164, ../scss/partials/_content.scss */
.item img {
  max-width: 100%;
  height: auto !important;
}

/* line 170, ../scss/partials/_content.scss */
.product-list {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 500px;
}
/* line 173, ../scss/partials/_content.scss */
.product-list .product {
  display: block;
  padding: 0.5rem;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 960px) {
  /* line 173, ../scss/partials/_content.scss */
  .product-list .product {
    width: 100%;
  }
}
/* line 179, ../scss/partials/_content.scss */
.product-list .product .inner {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  position: relative;
  color: #707064;
  background: white;
}
/* line 185, ../scss/partials/_content.scss */
.product-list .product .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  bottom: 0;
  right: 45%;
  z-index: 2;
  background: #707064;
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
}
/* line 198, ../scss/partials/_content.scss */
.product-list .product .product-image {
  display: block;
  padding: 0;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  position: relative;
  z-index: 1;
}
/* line 28, ../../extensions/griddle/stylesheets/_griddle.scss */
.product-list .product .product-image + * {
  clear: left;
}
/* line 203, ../scss/partials/_content.scss */
.product-list .product .product-image img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
/* line 209, ../scss/partials/_content.scss */
.product-list .product .product-info {
  display: block;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  color: white;
  padding: 2em;
  position: absolute;
  left: 0;
  z-index: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 400px) {
  /* line 209, ../scss/partials/_content.scss */
  .product-list .product .product-info {
    width: 60%;
    font-size: 0.75em;
  }
}
/* line 225, ../scss/partials/_content.scss */
.product-list .product .product-name {
  display: block;
  font-size: 1.333em;
  letter-spacing: -0.03em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #d4d4d0;
}
/* line 232, ../scss/partials/_content.scss */
.product-list .product .more {
  font-size: 0.844em;
  text-transform: uppercase;
  margin-top: 1.333em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1260px) {
  /* line 232, ../scss/partials/_content.scss */
  .product-list .product .more {
    font-size: 0.75em;
  }
}

/* line 244, ../scss/partials/_content.scss */
.product-detail-block {
  position: absolute;
  top: 5.5em;
  left: 0;
  bottom: 0;
  right: 0;
  background: #4d0f56;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  /* line 244, ../scss/partials/_content.scss */
  .product-detail-block {
    top: 8em;
  }
}
@media screen and (max-width: 960px) {
  /* line 244, ../scss/partials/_content.scss */
  .product-detail-block {
    position: static;
  }
}
/* line 258, ../scss/partials/_content.scss */
.product-detail-block .product-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 22em;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 960px) {
  /* line 258, ../scss/partials/_content.scss */
  .product-detail-block .product-image {
    position: static;
    height: 0;
    padding-bottom: 70%;
  }
}
/* line 274, ../scss/partials/_content.scss */
.product-detail-block .product-info {
  padding: 32px;
  padding: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22em;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #f2f2f2;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 960px) {
  /* line 274, ../scss/partials/_content.scss */
  .product-detail-block .product-info {
    position: static;
    width: 100%;
    background: white;
    min-height: 220px;
  }
}
@media screen and (max-width: 650px) {
  /* line 274, ../scss/partials/_content.scss */
  .product-detail-block .product-info {
    padding: 1rem;
  }
}
/* line 297, ../scss/partials/_content.scss */
.product-detail-block .product-name {
  font-size: 2.369em;
  margin: 0.8em 0;
  letter-spacing: -0.03em;
  color: #666666;
}
@media screen and (max-width: 960px) {
  /* line 297, ../scss/partials/_content.scss */
  .product-detail-block .product-name {
    margin-top: 0;
  }
}
/* line 306, ../scss/partials/_content.scss */
.product-detail-block .product-description {
  line-height: 1.333em;
}
/* line 309, ../scss/partials/_content.scss */
.product-detail-block #product-sample {
  max-height: 215px;
  max-width: 280px;
  overflow: hidden;
  margin-top: 1.5em;
}
/* line 314, ../scss/partials/_content.scss */
.product-detail-block #product-sample img {
  max-width: 100%;
}
/* line 318, ../scss/partials/_content.scss */
.product-detail-block #product-video {
  margin-top: 1.5em;
  margin-bottom: 4em;
}
/* line 321, ../scss/partials/_content.scss */
.product-detail-block #product-video img {
  max-width: 100%;
}
/* line 325, ../scss/partials/_content.scss */
.product-detail-block .Colours, .product-detail-block .Sizes {
  display: block;
  padding: 0.5em 0.75em 0 0.75em;
  margin-bottom: 0;
  margin-top: 1em;
  font-size: 1.333em;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
/* line 335, ../scss/partials/_content.scss */
.product-detail-block ul {
  display: block;
  padding: 0.5em 1em;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
/* line 341, ../scss/partials/_content.scss */
.product-detail-block ul li {
  border-top: 1px solid #999999;
  display: block;
  padding: 0.3em 0;
}
/* line 345, ../scss/partials/_content.scss */
.product-detail-block ul li:first-child {
  border-top: 0;
}

/* line 352, ../scss/partials/_content.scss */
.video-gallery {
  max-width: 84em;
  overflow: hidden;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
/* line 354, ../scss/partials/_content.scss */
.video-gallery-item {
  display: block;
  padding: 0.5rem;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
/* line 357, ../scss/partials/_content.scss */
.video-gallery-item img {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
/* line 364, ../scss/partials/_content.scss */
.video-gallery-item .video {
  position: relative;
}
/* line 367, ../scss/partials/_content.scss */
.video-gallery-item .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  background: url(../img/play_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

/* line 1, ../scss/partials/_footer.scss */
footer {
  display: block;
  padding: 0.5rem;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: rgba(61, 12, 68, 0.7);
  overflow: hidden;
  color: #ede7ee;
  font-size: 0.844em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 960px) {
  /* line 1, ../scss/partials/_footer.scss */
  footer {
    position: static;
    width: 100%;
    background: #4d0f56;
    height: auto;
  }
}
/* line 19, ../scss/partials/_footer.scss */
footer p {
  margin: 0;
}
/* line 22, ../scss/partials/_footer.scss */
.default footer, .product-detail footer {
  background: #4d0f56;
}
/* line 25, ../scss/partials/_footer.scss */
footer .right {
  display: block;
  padding: 0.5rem;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 28, ../../extensions/griddle/stylesheets/_griddle.scss */
footer .right + * {
  clear: left;
}
@media screen and (max-width: 960px) {
  /* line 25, ../scss/partials/_footer.scss */
  footer .right {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
  }
}
/* line 34, ../scss/partials/_footer.scss */
footer .contacts {
  display: block;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  /* line 34, ../scss/partials/_footer.scss */
  footer .contacts {
    display: inline-block;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  /* line 34, ../scss/partials/_footer.scss */
  footer .contacts {
    line-height: 1.666em;
  }
}
/* line 45, ../scss/partials/_footer.scss */
footer nav {
  display: block;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #c9b7cc;
  margin-left: 1em;
  padding-left: 0.5em;
}
@media screen and (max-width: 960px) {
  /* line 45, ../scss/partials/_footer.scss */
  footer nav {
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 650px) {
  /* line 45, ../scss/partials/_footer.scss */
  footer nav {
    padding-left: 0;
    border-left: 0;
    margin-top: 1.5em;
    margin-bottom: .5em;
    margin-left: 0;
  }
}
/* line 61, ../scss/partials/_footer.scss */
footer nav li {
  float: left;
}
/* line 63, ../scss/partials/_footer.scss */
footer nav li a {
  padding: 0.3em 0.5em;
}
/* line 68, ../scss/partials/_footer.scss */
footer .legals {
  display: block;
  padding: 0.5rem;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  /* line 68, ../scss/partials/_footer.scss */
  footer .legals {
    text-align: center;
    width: 100%;
  }
}
