@charset "utf-8";
/* CSS Document - Vega Product page - Prduct */
/* overwrite background on section page */
/* line 52, ../scss/vega-single-product.scss */
body {
  background: #efefef;
}

/* line 53, ../scss/vega-single-product.scss */
.product-wrapper {
  letter-spacing: 0.07em;
  /* layout */
  margin-bottom: 60px;
  max-width: 1004px;
  margin: 0 auto;
  overflow: hidden;
  /* typography style guide */
  font-family: "depot-new-web", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  /* foundation */
  /* overwriting style.css */
  /* breadcrumb wrapper style */
  /* myvega */
  /* vegasport */
  /* big foot style */
}
/* line 55, ../scss/vega-single-product.scss */
.product-wrapper p {
  letter-spacing: 0;
}
/* line 7, ../scss/vega-single-product.scss */
.product-wrapper h1, .product-wrapper h2, .product-wrapper h3, .product-wrapper h4, .product-wrapper h5, .product-wrapper h6, .product-wrapper p {
  margin-bottom: 8px;
}
/* line 10, ../scss/vega-single-product.scss */
.product-wrapper h1 {
  font-family: 'depot_new_light';
  font-size: 36px;
}
/* line 14, ../scss/vega-single-product.scss */
.product-wrapper h2 {
  font-family: 'depot_new_medium';
  font-size: 24px;
}
/* line 18, ../scss/vega-single-product.scss */
.product-wrapper h3 {
  font-family: 'depot_new_light';
  font-size: 20px;
}
/* line 22, ../scss/vega-single-product.scss */
.product-wrapper h4 {
  font-family: 'depot_new_medium';
  font-size: 16px;
}
/* line 26, ../scss/vega-single-product.scss */
.product-wrapper h5 {
  font-family: 'depot_new_regular';
  font-size: 14px;
}
/* line 30, ../scss/vega-single-product.scss */
.product-wrapper h6 {
  font-family: 'depot_new_regular';
  font-size: 12px;
}
/* line 34, ../scss/vega-single-product.scss */
.product-wrapper p {
  font-family: 'depot_new_light';
  padding: 0;
  color: #666666;
}
/* line 38, ../scss/vega-single-product.scss */
.product-wrapper p.big {
  font-size: 18px;
}
/* line 41, ../scss/vega-single-product.scss */
.product-wrapper p.normal {
  font-size: 16px;
}
/* line 44, ../scss/vega-single-product.scss */
.product-wrapper p.small {
  font-size: 13px;
}
/* line 67, ../scss/vega-single-product.scss */
.product-wrapper .button {
  font-family: 'depot_new_regular';
  font-size: 14px;
  color: #2b2b2b;
  border-radius: 2px;
  padding: 10px 20px;
  display: inline-block;
}
/* line 74, ../scss/vega-single-product.scss */
.product-wrapper .button.solid {
  background-color: #f6f6f6;
}
/* line 77, ../scss/vega-single-product.scss */
.product-wrapper .button.outlined {
  border: 1px solid #2b2b2b;
}
/* line 81, ../scss/vega-single-product.scss */
.product-wrapper .button.small {
  font-family: 'depot_new_light';
  font-size: 16px;
  background-color: #f6f6f6;
  color: #666666;
  padding: 5px 10px;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper meta.foundation-version {
  font-family: "/5.2.3/";
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper meta.foundation-data-attribute-namespace {
  font-family: false;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper html, .product-wrapper body {
  height: 100%;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper *, .product-wrapper *:before, .product-wrapper *:after {
  /*-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box*/
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper html, .product-wrapper body {
  font-size: 100%;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper a:hover {
  cursor: pointer;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper img {
  -ms-interpolation-mode: bicubic;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper #map_canvas img, .product-wrapper #map_canvas embed, .product-wrapper #map_canvas object, .product-wrapper .map_canvas img, .product-wrapper .map_canvas embed, .product-wrapper .map_canvas object {
  max-width: none !important;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .left {
  float: left !important;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .right {
  float: right !important;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .clearfix:before, .product-wrapper .clearfix:after {
  content: " ";
  display: table;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .clearfix:after {
  clear: both;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .hide {
  display: none;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper img {
  display: inline-block;
  vertical-align: middle;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper textarea {
  height: auto;
  min-height: 50px;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper select {
  width: 100%;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /*max-width:62.5em*/
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row:before, .product-wrapper .row:after {
  content: " ";
  display: table;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row:after {
  clear: both;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row.collapse > .column, .product-wrapper .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row .row:before, .product-wrapper .row .row:after {
  content: " ";
  display: table;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row .row:after {
  clear: both;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row .row.collapse:before, .product-wrapper .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .row .row.collapse:after {
  clear: both;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper .column, .product-wrapper .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper [class*="column"] + [class*="column"]:last-child {
  float: right;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper [class*="column"] + [class*="column"].end {
  float: left;
}
@media only screen {
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column, .product-wrapper .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-1 {
    width: 8.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-2 {
    width: 16.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-3 {
    width: 25%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-4 {
    width: 33.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-5 {
    width: 41.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-6 {
    width: 50%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-7 {
    width: 58.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-8 {
    width: 66.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-9 {
    width: 75%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-10 {
    width: 83.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-11 {
    width: 91.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-12 {
    width: 100%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-0 {
    margin-left: 0% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-3 {
    margin-left: 25% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-6 {
    margin-left: 50% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-9 {
    margin-left: 75% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.small-centered, .product-wrapper .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.small-uncentered, .product-wrapper .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.small-centered:last-child, .product-wrapper .columns.small-centered:last-child {
    float: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.small-uncentered:last-child, .product-wrapper .columns.small-uncentered:last-child {
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.small-uncentered.opposite, .product-wrapper .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column, .product-wrapper .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-1 {
    width: 8.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-2 {
    width: 16.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-3 {
    width: 25%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-4 {
    width: 33.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-5 {
    width: 41.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-6 {
    width: 50%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-7 {
    width: 58.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-8 {
    width: 66.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-9 {
    width: 75%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-10 {
    width: 83.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-11 {
    width: 91.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-12 {
    width: 100%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-0 {
    margin-left: 0% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-3 {
    margin-left: 25% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-6 {
    margin-left: 50% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-9 {
    margin-left: 75% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.medium-centered, .product-wrapper .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.medium-uncentered, .product-wrapper .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.medium-centered:last-child, .product-wrapper .columns.medium-centered:last-child {
    float: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.medium-uncentered:last-child, .product-wrapper .columns.medium-uncentered:last-child {
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.medium-uncentered.opposite, .product-wrapper .columns.medium-uncentered.opposite {
    float: right;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column, .product-wrapper .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-1 {
    width: 8.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-2 {
    width: 16.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-3 {
    width: 25%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-4 {
    width: 33.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-5 {
    width: 41.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-6 {
    width: 50%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-7 {
    width: 58.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-8 {
    width: 66.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-9 {
    width: 75%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-10 {
    width: 83.33333%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-11 {
    width: 91.66667%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-12 {
    width: 100%;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-0 {
    margin-left: 0% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-3 {
    margin-left: 25% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-6 {
    margin-left: 50% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-9 {
    margin-left: 75% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.large-centered, .product-wrapper .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.large-uncentered, .product-wrapper .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.large-centered:last-child, .product-wrapper .columns.large-centered:last-child {
    float: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.large-uncentered:last-child, .product-wrapper .columns.large-uncentered:last-child {
    float: left;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .column.large-uncentered.opposite, .product-wrapper .columns.large-uncentered.opposite {
    float: right;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper [class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper [class*="block-grid-"]:before, .product-wrapper [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper [class*="block-grid-"]:after {
  clear: both;
}
/* line 92, ../scss/vega-single-product.scss */
.product-wrapper [class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
@media only screen {
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 92, ../scss/vega-single-product.scss */
  .product-wrapper .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 95, ../scss/vega-single-product.scss */
.product-wrapper .detail-holder {
  padding: 0;
}
/* line 99, ../scss/vega-single-product.scss */
.product-wrapper .breadcrumb-wrapper {
  overflow: hidden;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 640px) {
  /* line 99, ../scss/vega-single-product.scss */
  .product-wrapper .breadcrumb-wrapper {
    margin: 10px 0;
  }
}
/* line 105, ../scss/vega-single-product.scss */
.product-wrapper .breadcrumb-wrapper span {
  float: left;
  margin-right: 4px;
  font-size: 14px;
  font-family: 'depot_new_regular', Arial, Helvetica, sans-serif;
  color: #cccccc;
}
/* line 111, ../scss/vega-single-product.scss */
.product-wrapper .breadcrumb-wrapper span a {
  color: #cccccc;
}
/* line 116, ../scss/vega-single-product.scss */
.product-wrapper .breadcrumb-wrapper ul.breadcrumbs li {
  font-family: 'depot_new_regular', Arial, Helvetica, sans-serif;
  color: #cccccc;
}
@media only screen and (max-width: 640px) {
  /* line 116, ../scss/vega-single-product.scss */
  .product-wrapper .breadcrumb-wrapper ul.breadcrumbs li {
    font-size: 14px;
  }
}
/* line 122, ../scss/vega-single-product.scss */
.product-wrapper .breadcrumb-wrapper ul.breadcrumbs li a {
  color: #cccccc;
}
/* line 130, ../scss/vega-single-product.scss */
.product-wrapper section.product-content {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 60px;
}
@media only screen and (max-width: 640px) {
  /* line 130, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 140, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .row {
    /*margin-left: auto;
    margin-right: auto;*/
  }
}
/* line 146, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .columns {
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  /* line 146, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .columns {
    /*padding-left: 0.9375em;
    padding-right: 0.9375em;*/
  }
}
/* line 156, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row {
  /* left column */
  /* right column */
}
@media only screen and (max-width: 640px) {
  /* line 156, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .detail-product .row .columns .row {
    /*margin-left:auto;
    margin-right:auto;
    padding-left: 0.9375em;
    padding-right: 0.9375em;*/
  }
}
/* line 164, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .title {
  margin: 0 0 20px 0;
}
/* line 166, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .title h1 {
  color: #2b2b2b;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  /* line 175, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .detail-product .row .columns .row .title, .product-wrapper section.product-content .detail-product .row .columns .row .systemgraphic {
    display: none;
  }
}
/* line 180, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .paragraph p {
  font-size: 16px;
  line-height: 30px;
}
/* line 184, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .paragraph ul, .product-wrapper section.product-content .detail-product .row .columns .row .paragraph ol {
  margin-left: 16px;
}
/* line 186, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .paragraph ul li, .product-wrapper section.product-content .detail-product .row .columns .row .paragraph ol li {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-family: 'depot_new_light', Arial, Helvetica, sans-serif;
}
/* line 196, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .detail-holder .title {
  display: none;
}
/* line 198, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .detail-holder .title h2 {
  font-family: 'depot_new_light';
  font-size: 36px;
  color: #2B2B2B;
  text-transform: uppercase;
  background: none;
}
@media only screen and (max-width: 640px) {
  /* line 196, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .detail-product .row .columns .row .detail-holder .title {
    display: block;
  }
}
/* line 209, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .detail-holder .systemgraphic {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 209, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .detail-product .row .columns .row .detail-holder .systemgraphic {
    display: block;
  }
}
/* line 217, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .detail-holder .detail-products .detail-video {
  position: relative;
  width: 100%;
  margin-top: 24px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  left: initial;
  bottom: initial;
}
/* line 227, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .detail-holder .detail-products .detail-product {
  display: block;
  margin: 10px;
  background: url("../img/product-image-bg.png");
  background-size: 100% 100%;
  padding: 30px;
}
/* line 233, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .detail-holder .detail-products .detail-product a {
  color: #66b33e;
  display: block;
  margin: -20px 20px -10px -10px;
}
/* line 237, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-product .row .columns .row .detail-holder .detail-products .detail-product a i {
  color: #66b33e;
}
/* line 250, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .flavor-wrapper {
  overflow: hidden;
  margin: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 250, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .flavor-wrapper {
    margin: 0;
  }
}
/* line 256, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .flavor-wrapper h4 {
  color: #2b2b2b;
}
/* line 260, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .flavor-wrapper ul.flavors li {
  float: left;
  background: #f6f6f6;
  border-radius: 2px;
  padding: 6px 6px 12px;
  line-height: normal;
}
@media only screen and (max-width: 640px) {
  /* line 260, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .flavor-wrapper ul.flavors li {
    display: none;
    padding: 6px;
    line-height: normal;
    margin: 0 10px 0 0;
  }
}
/* line 272, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .flavor-wrapper ul.flavors li P {
  font-size: 16px;
  color: #565656;
}
/* line 276, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .flavor-wrapper ul.flavors li.current {
  background: #d7d7d7;
}
/* line 278, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .flavor-wrapper ul.flavors li.current span {
  color: #333333;
}
/* line 283, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .flavor-wrapper ul.flavors li span {
  color: #666666;
}
/* line 290, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .flavor-wrapper.mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 290, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .flavor-wrapper.mobile {
    display: block;
  }
}
/* line 295, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .flavor-wrapper.mobile select {
  width: 98%;
  /* -webkit-appearance: none; */
  background: #FFF;
  height: 36px;
  padding: 0 10px;
  margin: 8px 4px 10px;
  color: #999;
  border: 2px solid #EEE;
  border-radius: 0 !important;
}
/* line 309, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-button-wrapper {
  margin: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 640px) {
  /* line 309, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .detail-button-wrapper {
    margin: 0;
  }
}
/* line 317, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-button-wrapper a {
  display: inline-block;
  padding: 14px 24px;
}
@media only screen and (max-width: 640px) {
  /* line 317, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .detail-button-wrapper a {
    width: 100%;
  }
}
/* line 323, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-button-wrapper a.buybtn {
  background: #66b33e;
  border-radius: 2px;
  position: relative;
  float: none;
  left: 0;
  bottom: 0;
  margin: 0;
  color: #fff;
}
/* line 331, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-button-wrapper a.buybtn:hover {
  background: #81c75d;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -ms-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
}
@media only screen and (max-width: 640px) {
  /* line 323, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content .detail-button-wrapper a.buybtn {
    margin-bottom: 4px;
  }
}
/* line 344, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-button-wrapper a.locator {
  background: #f6f6f6;
  border-radius: 2px;
  position: relative;
  float: none;
  margin: 0;
  color: #333;
}
/* line 352, ../scss/vega-single-product.scss */
.product-wrapper section.product-content .detail-button-wrapper a:hover {
  text-decoration: none;
}
/* line 357, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient {
  margin: 40px 0;
}
/* line 361, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container {
  border-top: 1px solid #ddd;
}
/* line 363, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 363, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.functional-ingredient .row .columns .container .row {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
/* line 372, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns.header {
  margin-top: 40px;
}
/* line 375, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns h2 {
  background: none;
  color: #2B2B2B;
  text-transform: uppercase;
  padding: 0;
}
/* line 381, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-tab {
  display: block;
}
@media only screen and (max-width: 640px) {
  /* line 381, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-tab {
    display: none;
  }
}
/* line 386, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-tab ul {
  display: inline-block;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  padding: 0;
  margin-top: 10px;
}
/* line 392, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-tab ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  padding: 10px 0;
  border-radius: 2px;
}
/* line 398, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-tab ul li:last-of-type {
  margin-right: 0;
}
/* line 401, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-tab ul li a {
  background-color: #F6F6F6;
  padding: 12px;
}
/* line 404, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-tab ul li a:hover {
  text-decoration: none;
}
/* line 407, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-tab ul li a.current {
  background-color: #d7d7d7;
  color: #333333;
}
/* line 415, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-content {
  margin-top: 46px;
  overflow: visible;
  display: block;
}
@media only screen and (max-width: 640px) {
  /* line 415, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-content {
    display: none;
  }
}
/* line 422, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-content .image-container {
  max-width: 300px;
  margin-right: 20px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 422, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-content .image-container {
    width: 50%;
  }
}
/* line 430, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .ingredient-content .image-container img {
  width: 100%;
}
/* line 439, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 439, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion {
    display: block;
  }
}
/* line 444, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .handler {
  padding: 10px;
  background-color: #F6F6F6;
  margin: 10px 0;
}
/* line 449, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .handler .top {
  display: none;
}
/* line 450, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .handler .bottom {
  display: block;
}
/* line 451, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .handler.current {
  background-color: #d7d7d7;
}
/* line 453, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .handler.current .top {
  display: block;
}
/* line 454, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .handler.current .bottom {
  display: none;
}
/* line 457, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .top {
  float: right;
}
/* line 460, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion span.bottom {
  float: right;
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C complaint browsers */
  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
/* line 471, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .pane {
  display: none;
}
/* line 474, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .image-container {
  max-width: 300px;
  margin-right: 20px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 474, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .image-container {
    width: 100%;
    max-width:100%;
  }
}
/* line 482, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.functional-ingredient .row .columns .container .row .columns .mobilehandle.accordion .image-container img {
  width: 100%;
}
/* line 496, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.promobanner {
  margin: 40px 0;
}
/* line 500, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.promobanner .row .columns .container {
  border-top: 1px solid #ddd;
  text-align: center;
}
/* line 504, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.promobanner .row .columns .container .row .columns {
  margin-top: 68px;
}
@media only screen and (max-width: 640px) {
  /* line 504, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.promobanner .row .columns .container .row .columns {
    margin-top: 34px;
  }
}
/* line 513, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.promobanner .row .columns .container p {
  font-size: 16px;
  margin-top: 16px;
  color: #2b2b2b;
}
/* line 522, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer {
  margin: 40px 0;
}
/* line 528, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs {
  background-color: #d7d7d7;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
}
/* line 532, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li {
  /*background-color:#bdbcbc;*/
  width: auto;
  border-top: none;
  margin: 20px 5px 0;
}
@media only screen and (max-width: 640px) {
  /* line 532, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li {
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }
}
/* line 542, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li.tabs-first {
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 542, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li.tabs-first {
    margin-left: 0;
  }
}
/* line 547, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li.tabs-first a {
  border: none;
}
/* line 551, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li.tabs-right {
  float: left;
  margin-left: 8px;
}
@media only screen and (max-width: 640px) {
  /* line 551, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li.tabs-right {
    margin-left: 0;
  }
}
/* line 559, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li.tabs-last a {
  border: none;
}
/* line 563, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a {
  /* transition */
  -webkit-transition: none;
  transition: none;
  background: #d7d7d7;
  border-radius: 4px;
  color: #fff;
}
/* line 570, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a.current {
  padding: 0;
  z-index: 1;
  position: relative;
  bottom: auto;
  margin-top: auto;
}
/* line 576, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a.current span {
  background-color: #f6f6f6;
  color: #2b2b2b;
}
/* line 581, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a.current .bottom {
  display: none;
}
/* line 582, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a.current .top {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 582, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a.current .top {
    display: block;
  }
}
/* line 584, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a .top {
  display: none;
  float: right;
}
/* line 588, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a .bottom {
  display: none;
  float: right;
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C complaint browsers */
  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
@media only screen and (max-width: 640px) {
  /* line 588, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a .bottom {
    display: block;
  }
}
/* line 603, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a .title {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 603, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a .title {
    text-align: left;
  }
}
/* line 609, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a span {
  background: none;
  background-color: #bdbcbc;
  margin: 0;
  color: #fff;
  padding: 10px;
  border-radius: 2px;
}
@media only screen and (max-width: 900px) {
  /* line 609, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a span {
    min-height: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 609, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a span {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 563, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .tabs li a {
    border: none;
  }
}
/* line 630, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes {
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2), inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2), inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2), inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  border: none;
  /* tab panes font style override */
}
/* line 7, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h1, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h2, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h3, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h4, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h5, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h6, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes p {
  margin-bottom: 8px;
}
/* line 10, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h1 {
  font-family: 'depot_new_light';
  font-size: 36px;
}
/* line 14, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h2 {
  font-family: 'depot_new_medium';
  font-size: 24px;
}
/* line 18, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h3 {
  font-family: 'depot_new_light';
  font-size: 20px;
}
/* line 22, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h4 {
  font-family: 'depot_new_medium';
  font-size: 16px;
}
/* line 26, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h5 {
  font-family: 'depot_new_regular';
  font-size: 14px;
}
/* line 30, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h6 {
  font-family: 'depot_new_regular';
  font-size: 12px;
}
/* line 34, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes p {
  font-family: 'depot_new_light';
  padding: 0;
  color: #666666;
}
/* line 38, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes p.big {
  font-size: 18px;
}
/* line 41, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes p.normal {
  font-size: 16px;
}
/* line 44, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes p.small {
  font-size: 13px;
}
/* line 638, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h2, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes h3 {
  background: none;
  color: #2b2b2b;
  border: none;
  padding: 0;
}
/* line 645, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li {
  background: none;
  list-style-type: disc;
  padding: 0;
}
/* line 7, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h1, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h2, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h3, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h4, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h5, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h6, .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a p {
  margin-bottom: 8px;
}
/* line 10, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h1 {
  font-family: 'depot_new_light';
  font-size: 36px;
}
/* line 14, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h2 {
  font-family: 'depot_new_medium';
  font-size: 24px;
}
/* line 18, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h3 {
  font-family: 'depot_new_light';
  font-size: 20px;
}
/* line 22, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h4 {
  font-family: 'depot_new_medium';
  font-size: 16px;
}
/* line 26, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h5 {
  font-family: 'depot_new_regular';
  font-size: 14px;
}
/* line 30, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a h6 {
  font-family: 'depot_new_regular';
  font-size: 12px;
}
/* line 34, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a p {
  font-family: 'depot_new_light';
  padding: 0;
  color: #666666;
}
/* line 38, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a p.big {
  font-size: 18px;
}
/* line 41, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a p.normal {
  font-size: 16px;
}
/* line 44, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ul li a p.small {
  font-size: 13px;
}
/* line 654, ../scss/vega-single-product.scss */
.product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .panes ol {
  padding-left: 18px;
}
@media only screen and (max-width: 640px) {
  /* line 658, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content section.tabcontainer .row .columns .container .tabs-holder .All-In-One {
    height: auto;
  }
}
/* line 670, ../scss/vega-single-product.scss */
.product-wrapper section.product-content.vegasport {
  margin-bottom: 60px;
  background: #fff;
  padding: 0 60px;
}
@media only screen and (max-width: 640px) {
  /* line 670, ../scss/vega-single-product.scss */
  .product-wrapper section.product-content.vegasport {
    padding: 0 15px;
  }
}
/* line 677, ../scss/vega-single-product.scss */
.product-wrapper section.product-content.vegasport section.tabcontainer {
  margin: 40px 0;
}
/* line 683, ../scss/vega-single-product.scss */
.product-wrapper section.product-content.vegasport section.tabcontainer .row .columns .container .tabs-holder .tabs {
  background-color: #2b2b2b;
}
/* line 685, ../scss/vega-single-product.scss */
.product-wrapper section.product-content.vegasport section.tabcontainer .row .columns .container .tabs-holder .tabs li {
  background-color: #333;
}
/* line 688, ../scss/vega-single-product.scss */
.product-wrapper section.product-content.vegasport section.tabcontainer .row .columns .container .tabs-holder .tabs a {
  background: #2b2b2b;
}
/* line 691, ../scss/vega-single-product.scss */
.product-wrapper section.product-content.vegasport section.tabcontainer .row .columns .container .tabs-holder .tabs a.current span {
  background-color: #f6f6f6;
}
/* line 696, ../scss/vega-single-product.scss */
.product-wrapper section.product-content.vegasport section.tabcontainer .row .columns .container .tabs-holder .tabs span {
  background-color: #333;
}
/* line 708, ../scss/vega-single-product.scss */
.product-wrapper .footnote-container {
  display: inline-block;
  position: relative;
  text-indent: 0;
}
/* line 714, ../scss/vega-single-product.scss */
.product-wrapper .footnote a {
  color: #66b33e;
}
/* line 718, ../scss/vega-single-product.scss */
.product-wrapper .footnote-button {
  position: relative;
  z-index: 5;
  /*top: -0.2em;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding: 0.325em;
  margin: 0 0.1em 0 0.2em;
  height: 1em;
  width: 1em;
  border: none;
  border-radius: 0.6em;
  cursor: pointer;
  /*opacity: 0.3;*/
  /*background-color: #464646;*/
  -webkit-backface-visibility: hidden;
  line-height: 0;
  vertical-align: middle;
  text-decoration: none;
  font-smoothing: antialiased;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 746, ../scss/vega-single-product.scss */
.product-wrapper .footnote-button:hover {
  opacity: 0.6;
}
/* line 750, ../scss/vega-single-product.scss */
.product-wrapper .footnote-button:active {
  opacity: 0.6;
}
/* line 754, ../scss/vega-single-product.scss */
.product-wrapper .footnote-button.active {
  opacity: 0.9;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 760, ../scss/vega-single-product.scss */
.product-wrapper .footnote-button:before {
  content: attr(data-footnote-number);
  position: absolute;
  bottom: 0.63em;
  left: 0;
  right: 0;
  display: block;
  font-size: 0.8em;
  color: #464646;
  font-family: inherit;
  font-weight: bold;
  font-style: normal;
  line-height: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
}
@media not print {
  /* line 778, ../scss/vega-single-product.scss */
  .product-wrapper .footnote-print-only {
    display: none !important;
  }
}
@media print {
  /* line 784, ../scss/vega-single-product.scss */
  .product-wrapper .footnote-button {
    display: none !important;
  }
}
/* line 789, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 90%;
  margin: 1.81924em 0;
  display: inline-block;
  background: #fafafa;
  opacity: 0;
  border-radius: 0.5em;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  line-height: 0;
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 814, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content:not(.fixed-bottom) {
  -webkit-transform: scale(0.1) translateZ(0);
  -ms-transform: scale(0.1) translateZ(0);
  transform: scale(0.1) translateZ(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
/* line 823, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.top {
  top: auto;
  bottom: 0.2em;
}
/* line 828, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.active:not(.fixed-bottom) {
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  opacity: 0.97;
}
/* line 835, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.fixed-bottom {
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translateY(105%);
  -ms-transform: translateY(105%);
  transform: translateY(105%);
  border-radius: 0;
  opacity: 1;
  -webkit-transition: -webkit-transform;
  transition: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 853, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.fixed-bottom.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* line 859, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.fixed-bottom .footnote-main-wrapper {
  max-width: 90%;
  width: 22em;
  margin: 0 auto;
}
/* line 865, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.fixed-bottom .bigfoot-tooltip {
  display: none;
}
/* line 869, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.scrollable:after {
  content: '...';
  position: fixed;
  bottom: 0.45em;
  right: 50%;
  z-index: 20;
  width: 1.5em;
  margin-right: -0.75em;
  opacity: 1;
  background-color: #fafafa;
  font-family: Georgia;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  color: rgba(0, 0, 0, 0.08);
  line-height: 0;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 893, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.scrollable.fully-scrolled:after {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 900, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.scrollable .footnote-main-wrapper:before,
.product-wrapper .footnote-content.scrollable .footnote-main-wrapper:after {
  content: ' ';
  position: absolute;
  width: 100%;
  z-index: 12;
}
/* line 907, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.scrollable .footnote-main-wrapper:before {
  top: -1px;
  left: 0;
  height: 1.1em;
  border-radius: 0.5em 0.5em 0 0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(50%, #fafafa), color-stop(100%, rgba(250, 250, 250, 0)));
  background: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: linear, to bottom, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%;
}
/* line 918, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content.scrollable .footnote-main-wrapper:after {
  bottom: -1px;
  left: 0;
  height: 1.2em;
  border-radius: 0 0 0.5em 0.5em;
  background: #fafafa;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #fafafa), color-stop(50%, #fafafa), color-stop(100%, rgba(250, 250, 250, 0)));
  background: -webkit-linear-gradient(bottom, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: linear, to top, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%;
}
/* line 929, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content ::-webkit-scrollbar {
  display: none;
}
/* line 933, ../scss/vega-single-product.scss */
.product-wrapper .footnote-main-wrapper {
  position: relative;
  z-index: 14;
  width: 22em;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  background-color: #fafafa;
  border-radius: 0.5em;
  -webkit-transition: max-height;
  transition: max-height;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 951, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content-wrapper {
  position: relative;
  z-index: 8;
  display: inline-block;
  max-height: 15em;
  padding: 1.1em 1.3em 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  border-radius: 0.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.3;
}
/* line 968, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content-wrapper img {
  max-width: 100%;
}
/* line 972, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content-wrapper *:last-child {
  margin-bottom: 0;
}
/* line 976, ../scss/vega-single-product.scss */
.product-wrapper .footnote-content-wrapper *:first-child {
  margin-top: 0;
}
/* line 980, ../scss/vega-single-product.scss */
.product-wrapper .bigfoot-tooltip {
  position: absolute;
  z-index: 12;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fafafa;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0;
}
/* line 999, ../scss/vega-single-product.scss */
.product-wrapper .bottom .bigfoot-tooltip {
  top: -0.65em;
  bottom: auto;
}
/* line 1004, ../scss/vega-single-product.scss */
.product-wrapper .top .bigfoot-tooltip {
  bottom: -0.65em;
  top: auto;
}
