@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Roboto+Mono:100,200,300,400,500,600,700,800,900");
html.pre-production a[href="/blog"] {
  display: none; }

html.pre-production .article-section {
  display: none; }

::-moz-selection {
  /* background: #5c85; */
  background: rgba(223, 178, 64, 0.3);
  text-shadow: none; }

::selection {
  /* background: #5c85; */
  background: rgba(223, 178, 64, 0.3);
  text-shadow: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

html {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f5f5f5), color-stop(50%, #f5f5f5));
  background: linear-gradient(0deg, #f5f5f5 50%, #f5f5f5 50%);
  background-size: 100vw 200px;
  background-position: 0 -200px;
  background-repeat: no-repeat;
  -webkit-transition: 150ms ease transform;
  transition: 150ms ease transform;
  height: 100%; }

template {
  display: none; }

strong, b {
  font-weight: 400; }

body {
  font-family: 'Roboto Mono';
  font-weight: 300;
  font-size: 16px;
  text-transform: lowercase;
  line-height: 1.6;
  margin: 0;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100vw;
  word-break: break-word;
  background-color: #fff;
  background-size: 100vw 50vh;
  background-repeat: no-repeat;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  @media (max-width: 700px) {
    body {
      font-size: 14px; } }
  @media (max-width: 400px) {
    body {
      font-size: 12px; } }

p {
  margin: 1.5em auto; }

header, section, footer {
  padding: 40px 60px;
  margin: 0 auto; }
  @media (max-width: 700px) {
    header, section, footer {
      padding: 20px; } }
  header > .content, section > .content, footer > .content {
    display: block;
    margin: auto;
    clear: both;
    max-width: 1300px; }

footer {
  width: 100%;
  display: block;
  margin: auto;
  clear: both;
  color: #ccc;
  background-color: #111;
  font-weight: 300;
  z-index: 999;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px; }
  footer a {
    color: #aaa; }
    footer a:hover {
      color: #777; }
  footer .fa {
    font-size: 1.8em;
    vertical-align: -5px;
    padding-left: 1px; }
  footer div {
    display: block; }
  footer .copy-notice {
    margin-right: 1ex; }
  footer span {
    display: inline-block; }
  footer .legal-links {
    display: block; }
    footer .legal-links a {
      margin-right: 1ex; }
  footer .social-links {
    float: right; }
    footer .social-links [class*=facebook] {
      margin-right: 8px; }
      footer .social-links [class*=facebook]:hover {
        color: #3b5998; }
    footer .social-links [class*=instagram] {
      position: relative;
      display: inline-block;
      background-color: #000; }
      footer .social-links [class*=instagram]::after {
        background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
        mix-blend-mode: darken;
        content: '';
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: opacity 150ms ease;
        transition: opacity 150ms ease; }
      footer .social-links [class*=instagram]:hover {
        color: #fff; }
      footer .social-links [class*=instagram]:hover::after {
        opacity: 1; }
  @media (max-width: 1100px) {
    footer {
      text-align: center; }
      footer .legal-links a {
        display: block; }
      footer .social-links {
        float: none; }
        footer .social-links span {
          display: block; } }

#footer-logo {
  display: block;
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 20px; }

section > .content {
  z-index: 1;
  position: relative;
  border-radius: 4px;
  margin: 50px auto; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: .5em auto;
  line-height: 1.2; }

h1 {
  font-size: 3.6em; }

h2 {
  font-size: 3.0em; }

h3 {
  font-size: 2.4em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: .6em; }

.centered {
  text-align: center; }
  .centered p {
    margin: 1em auto; }
  .centered hr {
    margin: 32px auto; }

hr {
  border: none;
  border-top: 2px solid #eee;
  width: 100%;
  margin: 2em auto; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #555;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-bottom: 0; }
  a:hover {
    color: #000;
    text-decoration: underline; }

.active {
  color: #000;
  font-weight: 400; }

header {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  display: inline-block;
  right: 0; }
  header a {
    color: inherit; }
  header .logo {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: 400; }
  header > .content {
    display: block;
    margin: auto; }
  header .header-path {
    float: left; }
    header .header-path a:not(:last-child)::after {
      content: ' /';
      opacity: .2;
      display: inline-block;
      text-decoration: none;
      font-weight: 400;
      padding: 0 0 0 1ex; }
    header .header-path b {
      font-weight: 400; }
  header nav {
    float: right; }
    header nav > * {
      pointer-events: auto; }
    header nav a {
      margin: 1ex; }
    header nav .cart-button {
      display: inline;
      vertical-align: 1px;
      padding: 10px 1ex;
      position: relative;
      vertical-align: -2px;
      color: inherit;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: 0; }
      header nav .cart-button .fa {
        font-size: 18px;
        vertical-align: -1px;
        margin-right: 3px;
        margin-left: -1px; }
      @media (max-width: 700px) {
        header nav .cart-button {
          position: static; } }
      header nav .cart-button:hover {
        text-decoration: underline; }
    header nav .cart-count {
      margin-left: 1ex;
      font-weight: 500; }
    header nav .cart-notification {
      pointer-events: none;
      position: absolute;
      background: #111;
      color: #fff;
      top: 45px;
      right: 25px;
      padding: 18px 24px 20px;
      border-radius: 3px;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      text-transform: none;
      white-space: nowrap;
      -webkit-transition: margin-top 200ms ease, opacity 200ms ease;
      transition: margin-top 200ms ease, opacity 200ms ease;
      opacity: 0; }
      header nav .cart-notification.visible {
        opacity: 1;
        margin-top: 10px; }
      header nav .cart-notification::before {
        position: absolute;
        top: -12px;
        right: 16px;
        width: 0px;
        height: 0px;
        content: ' ';
        display: block;
        border: 6px solid transparent;
        border-bottom-color: #111; }
      @media (max-width: 700px) {
        header nav .cart-notification {
          top: -10px;
          margin-top: -48px;
          left: 0;
          right: 0;
          position: fixed;
          border-radius: 0;
          text-align: center; }
          header nav .cart-notification b {
            display: none; } }

footer .logo {
  font-size: 22px;
  float: left;
  display: inline-block;
  margin-top: 10px; }

.logo svg {
  width: 32px;
  vertical-align: -8px;
  margin-right: 10px;
  fill: #333; }

header.dark {
  color: #fff; }
  header.dark .logo, header.dark a:hover, header.dark .active {
    color: #fff; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative; }

@media (max-width: 700px) {
  header {
    top: 35px; }
    header .header-path,
    header nav {
      text-align: center;
      float: none;
      display: block;
      line-height: 3em; }
    header .header-path {
      margin-top: -40px;
      margin-bottom: -10px; }
      header .header-path a {
        font-size: 1.3em; } }

@media (max-width: 1100px) {
  body > header .header-path > *:not(:first-child) {
    display: none; }
  body > header .header-path a:not(:last-child)::after {
    display: none; } }

.dark {
  color: #fff; }

.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none; }

button, .button {
  display: inline-block;
  background: #dfb240;
  background: #db0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  padding: 13px 20px 15px;
  font: inherit;
  border: 0;
  cursor: pointer;
  text-transform: lowercase;
  -webkit-transition: 120ms ease all;
  transition: 120ms ease all;
  margin-top: -1.5ex;
  line-height: 1em;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-radius: 2px; }
  button .iconic, .button .iconic {
    display: none; }
  button .fa, .button .fa {
    font-size: 22px;
    line-height: 0;
    vertical-align: -2px;
    margin-left: -6px;
    margin-right: 6px; }
  button:hover, button:active, .button:hover, .button:active {
    color: #fff;
    background-color: #ca1;
    text-decoration: none; }
  button[disabled], .button[disabled] {
    opacity: .5;
    cursor: default; }
  button.primary, .button.primary {
    background: #5c8;
    color: #fff;
    border-color: #5c8;
    padding: 12px 26px;
    /* box-shadow: 0 10px 20px #0002; */
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.125);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.125);
    border: 0;
    background: radial-gradient(#5da, #5c8);
    background-position: 50% 40px;
    background-size: 500px 100px; }
    button.primary:hover:not([disabled]), .button.primary:hover:not([disabled]) {
      /* box-shadow: 0 10px 25px #0003; */
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1875);
              box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1875);
      background-image: radial-gradient(#5db, #5c8);
      /* text-shadow: 0 1px 3px #0001; */
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.0625); }

button + button, .button + .button,
.button + button, button + .button {
  margin-left: 5px; }

section {
  position: relative; }

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.intro-section {
  height: 100vh;
  overflow: visible;
  text-align: center; }
  .intro-section .content {
    margin-top: 0px; }
  .intro-section > .background {
    background-size: cover;
    background-image: url(/assets/images/dust-colors.jpg); }
  .intro-section .heading {
    font-family: Kaushan Script;
    color: #fc4;
    text-transform: none;
    font-size: 96px;
    line-height: 1;
    margin-bottom: -.2em;
    position: relative;
    z-index: 100;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3125); }
    @media (max-width: 1200px) {
      .intro-section .heading {
        font-size: 72px; } }
    @media (max-width: 400px) {
      .intro-section .heading {
        font-size: 48px; } }
  .intro-section .subheading {
    color: #fff;
    padding: 6px 12px 8px;
    z-index: -100000;
    margin-top: 25px;
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3125); }
  @media (max-width: 900px) {
    .intro-section p {
      max-width: 400px; } }
  @media (max-width: 500px) {
    .intro-section p {
      padding: 0 50px; } }
  .intro-section .button {
    margin-top: 1em;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    color: #000; }
    .intro-section .button:hover {
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.075);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.075); }
    .intro-section .button:active {
      -webkit-transform: translateY(2px);
              transform: translateY(2px);
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      background-color: #fcfcfc; }
  .intro-section > .scroll-arrow {
    position: fixed;
    bottom: 10vw;
    left: 50vw;
    margin-left: -16px;
    width: 48px;
    height: 48px;
    border-radius: 32px;
    text-align: center;
    background-color: #fff;
    font-size: 24px;
    line-height: 46px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -10px 10px rgba(0, 0, 0, 0.02) inset;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -10px 10px rgba(0, 0, 0, 0.02) inset;
    cursor: pointer;
    -webkit-transition: margin-bottom 150ms ease;
    transition: margin-bottom 150ms ease;
    margin-bottom: 0; }
    .intro-section > .scroll-arrow:hover {
      margin-bottom: -5px; }
    @media (max-width: 900px) {
      .intro-section > .scroll-arrow {
        display: none; } }

.about-section {
  text-align: center; }
  .about-section > .body {
    max-width: 650px; }

.icon-list {
  padding: 0;
  display: block;
  margin: 50px auto 75px;
  list-style: none;
  text-align: center;
  max-width: 900px; }
  .icon-list > .list-item {
    width: 32%;
    min-width: 200px;
    display: inline-block;
    margin: 10px 0 10px;
    padding: 10px;
    vertical-align: top; }
    .icon-list > .list-item > .icon {
      display: block;
      margin: auto; }
      @media (max-width: 500px) {
        .icon-list > .list-item > .icon img {
          width: 96px; } }
    .icon-list > .list-item > .title {
      display: inline-block;
      margin: auto;
      margin-top: 0;
      font-weight: 400; }
    .icon-list > .list-item > .description {
      display: block;
      text-align: center;
      color: #555; }

.health-section {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 100px 0; }
  .health-section > .background {
    background-image: url(http://grammagazine.com.au/wp-content/uploads/2016/08/golden_latte_gram_2-660x400.jpg);
    background-position: top;
    background-size: cover;
    opacity: .85; }

.instagram-section {
  border: 1px solid #ddd;
  border-width: 1px 0;
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
  .instagram-section .content {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px; }
  .instagram-section .post-list {
    margin: 50px auto;
    list-style: none;
    padding: 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1120px; }
    @media (max-width: 500px) {
      .instagram-section .post-list {
        height: 336vw;
        overflow: hidden; } }
    @media (max-width: 1200px) {
      .instagram-section .post-list {
        width: 100%; } }
    .instagram-section .post-list > .post-item {
      width: 280px;
      height: 280px;
      display: inline-block;
      padding: 0px;
      position: relative;
      margin: 0;
      position: relative;
      cursor: pointer; }
      .instagram-section .post-list > .post-item > .image {
        position: absolute;
        background-size: cover;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 5px;
        -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1) inset;
                box-shadow: 0 0 80px rgba(0, 0, 0, 0.1) inset; }
      @media (max-width: 1200px) {
        .instagram-section .post-list > .post-item {
          width: 22vw;
          height: 22vw; } }
      @media (max-width: 900px) {
        .instagram-section .post-list > .post-item {
          width: 45vw;
          height: 45vw; } }
      @media (max-width: 500px) {
        .instagram-section .post-list > .post-item {
          width: 84vw;
          height: 84vw; } }
      .instagram-section .post-list > .post-item i {
        display: none; }
      .instagram-section .post-list > .post-item > .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
        z-index: initial; }
      .instagram-section .post-list > .post-item > .caption {
        text-align: left;
        margin-top: 1em;
        text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        z-index: 100; }
      .instagram-section .post-list > .post-item .stats {
        display: none; }
      .instagram-section .post-list > .post-item > .overlay {
        opacity: 1; }
      .instagram-section .post-list > .post-item > .caption {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }

.subscribe-section {
  background-color: #000;
  color: #fff;
  text-align: center; }
  .subscribe-section .background {
    background-position: center 40%;
    background-size: cover;
    opacity: 1;
    background-image: url("/assets/images/acacia-3-lattes");
    -webkit-filter: brightness(50%);
            filter: brightness(50%); }
  .subscribe-section .content {
    margin: 100px auto;
    max-width: 820px; }
  .subscribe-section .subscribe-form {
    margin: 20px auto; }
    .subscribe-section .subscribe-form > input {
      width: 400px;
      display: inline-block; }
      @media (max-width: 700px) {
        .subscribe-section .subscribe-form > input {
          width: 250px; } }
    .subscribe-section .subscribe-form > .name-field:not(:empty) {
      text-transform: capitalize; }
    .subscribe-section .subscribe-form > .email-field {
      padding-right: 40px; }
      .subscribe-section .subscribe-form > .email-field:not(:valid) + .submit-button {
        opacity: .2;
        cursor: default;
        -webkit-transform: translateX(-2px);
                transform: translateX(-2px); }
      .subscribe-section .subscribe-form > .email-field.shake-animation {
        -webkit-animation: shake linear 150ms 3;
                animation: shake linear 150ms 3;
        background: #fee; }
    .subscribe-section .subscribe-form > .submit-button {
      -webkit-transition: 150ms ease all;
      transition: 150ms ease all;
      display: inline-block;
      position: absolute;
      margin-top: 8px;
      margin-left: -34px;
      padding: 0 10px;
      cursor: arrow;
      color: #000; }
      .subscribe-section .subscribe-form > .submit-button:hover {
        -webkit-transform: translateX(2px);
                transform: translateX(2px); }

@-webkit-keyframes shake {
  0% {
    margin-left: 0; }
  33% {
    margin-left: -10px; }
  66% {
    margin-left: 10px; }
  100% {
    margin-left: 0; } }

@keyframes shake {
  0% {
    margin-left: 0; }
  33% {
    margin-left: -10px; }
  66% {
    margin-left: 10px; }
  100% {
    margin-left: 0; } }

.article-section {
  text-align: center; }
  .article-section .heading {
    margin-bottom: 1em; }
  .article-section > .content {
    max-width: 900px; }
  .article-section .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 50px 0; }
    .article-section .article-list > .article-card {
      width: 46%;
      padding: 0;
      text-align: left; }
      .article-section .article-list > .article-card a {
        text-decoration: none;
        color: inherit; }
        .article-section .article-list > .article-card a > .image {
          width: 100%;
          height: 240px;
          background-size: cover;
          -webkit-filter: brightness(97%);
                  filter: brightness(97%); }
        .article-section .article-list > .article-card a > .title {
          margin: 1em 0;
          font-size: 1.2em; }
        .article-section .article-list > .article-card a > .blurb {
          height: calc(4em * 1.6);
          -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), to(transparent));
          -webkit-mask-image: linear-gradient(to bottom, #fff 60%, transparent); }
        .article-section .article-list > .article-card a > .more {
          text-decoration: none; }
        .article-section .article-list > .article-card a:hover > .more {
          text-decoration: underline; }

.contact-section {
  display: none;
  background-color: #222;
  color: #fff;
  height: 800px; }
  .contact-section > div {
    width: auto; }
  .contact-section #contact-box {
    text-align: left;
    display: block;
    width: 900px;
    margin: 100px auto auto; }
    .contact-section #contact-box > * {
      float: left;
      display: block;
      height: 540px; }
      .contact-section #contact-box > * h4 {
        margin-bottom: 1em; }
    .contact-section #contact-box #contact-info {
      width: 300px;
      margin-left: 100px; }
      .contact-section #contact-box #contact-info ul {
        list-style: none;
        padding-left: 0; }
        .contact-section #contact-box #contact-info ul .fa {
          position: absolute;
          margin-left: -20px;
          font-size: 16px; }
        .contact-section #contact-box #contact-info ul b {
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 0.2ex;
          font-size: 14px;
          display: block; }
        .contact-section #contact-box #contact-info ul li {
          margin-bottom: 1em; }
          .contact-section #contact-box #contact-info ul li a:not(:hover) {
            color: inherit; }
  .contact-section #contact-message {
    width: 500px;
    margin: auto;
    text-align: left; }
    .contact-section #contact-message > * {
      display: inline-block;
      float: left;
      width: 320px; }
    .contact-section #contact-message::after {
      clear: both;
      content: '';
      display: block; }
    .contact-section #contact-message button {
      width: 48px;
      height: 48px;
      font-size: 20px;
      border-radius: 48px;
      padding: 0 2px 0 0;
      float: right;
      margin: -25px -23px 0 0; }
      .contact-section #contact-message button[disabled] {
        opacity: 0; }
  .contact-section #contact-form {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: -21px; }
    .contact-section #contact-form [class^=field] {
      text-align: left; }
    .contact-section #contact-form button {
      margin-top: 50px; }
  .contact-section .hidden {
    opacity: 0; }
  .contact-section #contact-thanks {
    margin: 25px auto -35px;
    display: block;
    font-size: 16px; }

select, input, textarea {
  outline: none;
  padding: 10px 14px 12px;
  border: 0;
  border-radius: 2px;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  width: 320px;
  border: 0;
  background: #eee;
  /* box-shadow: 0 10px 20px #0001; */
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all; }
  select:focus, input:focus, textarea:focus {
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }

textarea {
  height: 100px;
  resize: none; }

select:focus, input:focus, textarea:focus {
  /* box-shadow: 0 10px 25px #0002; */
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.125); HORRID */ }

/* Services page */
input, textarea, label, select {
  display: block;
  width: 100%; }

label {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-top: 1.5em; }

select {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 247, 248, 0.875)), to(rgba(246, 247, 248, 0.875))), url(/assets/images/chevron-down);
  background-image: linear-gradient(rgba(246, 247, 248, 0.875), rgba(246, 247, 248, 0.875)), url(/assets/images/chevron-down);
  background-size: auto, 16px;
  background-repeat: repeat, no-repeat;
  background-position: right 10px bottom 50%; }

input:focus, textarea:focus {
  background: #fff;
  border-color: #eee; }

.field-50 {
  width: calc(50% - 10px);
  display: inline-block; }
  .field-50:nth-child(even) {
    margin-left: 20px; }

.field-33 {
  width: 188px;
  display: inline-block;
  margin-left: 18px; }
  .field-33.first-column {
    margin-left: 0; }

#details h3 {
  margin-top: 2em; }

#details input[type=radio] {
  border-radius: 100%;
  border: 2px solid #eee;
  background: radial-gradient(#fff 0%, #fff 10%);
  -webkit-transition: 200ms ease background;
  transition: 200ms ease background;
  width: 24px;
  height: 24px;
  padding: 0;
  display: inline-block;
  cursor: pointer; }
  #details input[type=radio] + label {
    display: inline-block;
    width: auto;
    margin-left: 20px;
    opacity: .6;
    cursor: pointer; }

label h5 {
  font-size: 18;
  color: #000; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

address {
  line-height: 1.4;
  margin: .5em 0;
  font-style: normal; }

#details address {
  position: absolute;
  margin-top: 2em;
  line-height: 1.4;
  margin: 2em 0 0;
  font-size: 16px;
  font-style: normal;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 0; }
  #details address i {
    margin-bottom: .5em;
    display: block; }
  #details address.visible {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 300ms 300ms ease;
    transition: opacity 300ms 300ms ease; }

#details #offer-code-hint {
  opacity: 0;
  -webkit-transition: opacity 300ms ease, height 300ms 300ms ease;
  transition: opacity 300ms ease, height 300ms 300ms ease;
  margin-top: -35px;
  position: absolute;
  text-decoration: underline;
  z-index: -10;
  cursor: pointer; }
  #details #offer-code-hint.visible {
    opacity: 1;
    z-index: 10; }

#offer-code {
  opacity: 0;
  -webkit-transition: opacity 300ms 300ms ease;
  transition: opacity 300ms 300ms ease;
  margin-top: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  #offer-code.visible {
    opacity: 1;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto; }

.thumbnail {
  max-width: 128px;
  max-height: 128px;
  /* border: 1px solid #0001; */
  border: 1px solid rgba(0, 0, 0, 0.0625);
  /* box-shadow: 0 0 0 5px #fff, 0 3px 8px 5px #0003; */
  -webkit-box-shadow: 0 0 0 5px #fff, 0 3px 8px 5px rgba(0, 0, 0, 0.1875);
          box-shadow: 0 0 0 5px #fff, 0 3px 8px 5px rgba(0, 0, 0, 0.1875); }

#file {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0.000001;
  margin-left: -200vw; }

#upload .fa-overlay {
  margin-top: -50px;
  color: #fff;
  font-size: 26px; }

section#blog-post {
  text-transform: none; }
  section#blog-post article {
    width: 700px;
    margin: auto;
    margin-bottom: 100px;
    position: relative; }
    section#blog-post article h1 {
      font-size: 2.3em;
      margin-top: 2em; }
    section#blog-post article h2 {
      font-size: 1.6em; }
    section#blog-post article span.caption {
      color: #aaa;
      font-size: .8em;
      text-align: center;
      margin-top: -.8em;
      display: block; }
    section#blog-post article > .image.fullscreen:first-child {
      margin-top: -300px; }
      section#blog-post article > .image.fullscreen:first-child img {
        -webkit-filter: brightness(60%);
                filter: brightness(60%);
        -webkit-box-shadow: 0 -200px 200px rbga(0, 0, 0, 0.5) inset;
                box-shadow: 0 -200px 200px rbga(0, 0, 0, 0.5) inset; }
      section#blog-post article > .image.fullscreen:first-child + h1 {
        margin-top: -2em;
        color: #fff;
        z-index: 1;
        position: relative; }

.image {
  position: relative; }
  .image img {
    margin: 1em auto;
    display: block;
    width: 100%; }
  .image.float-left, .image.video.float-left {
    float: left;
    width: 70%;
    margin: .5em 40px 1em -20%; }
  .image.overspan img {
    width: 130%;
    margin-left: -15%; }
  .image.fullscreen img {
    width: 100vw;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    margin-left: 50%; }
  .image.video {
    width: 720px;
    height: 395px; }
  .image.video.overspan {
    width: 910px;
    height: 514px;
    margin-left: -15%; }
  .image.video.fullscreen {
    width: 100vw;
    height: 57vw;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    margin-left: 50%; }

#blog-posts {
  text-transform: none; }
  #blog-posts > .content {
    max-width: 900px;
    margin-top: 100px; }
    @media (max-width: 700px) {
      #blog-posts > .content {
        margin-top: 210px; } }
  #blog-posts .list-count {
    font-size: 14px;
    color: #aaa;
    text-align: center; }
  #blog-posts ul.posts {
    list-style: none;
    padding-left: 0; }
    #blog-posts ul.posts li.post {
      position: relative;
      display: block;
      padding: 20px 0 40px; }
      #blog-posts ul.posts li.post:not(:last-child) {
        border-bottom: 1px solid #eee; }
      #blog-posts ul.posts li.post a {
        color: inherit; }
        #blog-posts ul.posts li.post a:hover {
          text-decoration: none; }
          #blog-posts ul.posts li.post a:hover .name {
            text-decoration: underline; }
      #blog-posts ul.posts li.post .name {
        margin-top: -20px;
        display: inline-block;
        font-size: 24px;
        text-decoration: none; }
      #blog-posts ul.posts li.post .image {
        height: 400px;
        background-size: cover;
        background-position: top;
        margin-bottom: 30px; }
      #blog-posts ul.posts li.post .content {
        width: 100%;
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(90%, transparent));
        -webkit-mask: linear-gradient(#fff 30%, transparent 90%);
                mask: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(90%, transparent));
                mask: linear-gradient(#fff 30%, transparent 90%); }
      #blog-posts ul.posts li.post .published {
        display: inline-block;
        color: #aaa;
        font-size: 14px; }

#thankyou > div {
  max-width: 700px; }

#thankyou hr {
  width: 100%;
  border-top: 1px solid #ddd; }

#thankyou .delivery-date {
  padding: 15px 20px;
  background: rgba(80, 192, 128, 0.125);
  border-radius: 3px;
  font-size: 16px; }
  #thankyou .delivery-date b {
    font-weight: 500; }

#thankyou a:not(:hover) {
  color: inherit; }

#thankyou .fa {
  width: 30px;
  display: inline-block; }

.shadow-overlay {
  display: none;
  position: absolute;
  top: -50px;
  left: -50px;
  min-height: 50vh;
  right: -50px;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent)); }
  .shadow-overlay > div {
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.photo-header {
  top: 0;
  left: 0;
  right: 0;
  height: 30vh;
  font-family: Kaushan Script;
  text-align: center;
  color: #fff; }
  .photo-header .background {
    -webkit-filter: brightness(60%);
            filter: brightness(60%); }
  .photo-header .heading {
    margin-top: 8vh;
    text-transform: none; }
  @media (max-width: 700px) {
    .photo-header {
      height: 80vw; }
      .photo-header .heading {
        margin-top: 30vw; } }

body.show-important-message header, body.show-important-message main {
  margin-top: 28px; }

.important-message {
  position: absolute;
  text-transform: none;
  top: 0;
  height: 28px;
  line-height: 28px;
  left: 0;
  right: 0;
  font-weight: 400;
  text-align: center;
  background: #db0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.01);
  color: #fff;
  z-index: 1000;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 5px; }
  @media (max-width: 700px) {
    .important-message {
      font-size: 10px;
      padding: 2px 20px; } }

.photo-header.shop-photo-header .background.shop-header-photo {
  background-image: url("/assets/images/marble-3-lattes");
  background-size: cover;
  background-position: 100% 40%;
  -webkit-filter: brightness(40%);
          filter: brightness(40%); }
  @media (max-width: 700px) {
    .photo-header.shop-photo-header .background.shop-header-photo {
      background-size: 150%;
      background-position: 40% 40%;
      -webkit-filter: brightness(60%);
              filter: brightness(60%); } }

.products-section > .content,
section#commerce-items > .content {
  background: #fff;
  border-radius: 4px;
  padding-top: 30px;
  max-width: 1300px; }
  .products-section > .content h4 .fa,
  section#commerce-items > .content h4 .fa {
    font-size: .7em;
    vertical-align: 2px; }
  .products-section > .content .items,
  section#commerce-items > .content .items {
    text-align: left;
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .products-section > .content .items > .item,
    section#commerce-items > .content .items > .item {
      display: inline-block;
      width: 25%;
      padding: 16px;
      margin-bottom: 40px;
      -webkit-transition: 150ms ease filter;
      transition: 150ms ease filter;
      background-color: #fff;
      border-radius: 4px;
      text-align: center; }
      @media (max-width: 1250px) {
        .products-section > .content .items > .item,
        section#commerce-items > .content .items > .item {
          width: 50%; } }
      @media (max-width: 700px) {
        .products-section > .content .items > .item,
        section#commerce-items > .content .items > .item {
          width: 100%; } }
      .products-section > .content .items > .item .image,
      section#commerce-items > .content .items > .item .image {
        -webkit-transition: -webkit-filter 100ms ease;
        transition: -webkit-filter 100ms ease;
        transition: filter 100ms ease;
        transition: filter 100ms ease, -webkit-filter 100ms ease;
        -webkit-filter: brightness(125%);
                filter: brightness(125%); }
      .products-section > .content .items > .item:hover .name,
      section#commerce-items > .content .items > .item:hover .name {
        text-decoration: underline; }
      .products-section > .content .items > .item:hover .price,
      section#commerce-items > .content .items > .item:hover .price {
        opacity: 1;
        -webkit-transform: none;
                transform: none; }
      .products-section > .content .items > .item .name,
      section#commerce-items > .content .items > .item .name {
        font-weight: 500; }
      .products-section > .content .items > .item .category,
      section#commerce-items > .content .items > .item .category {
        color: #666; }
      .products-section > .content .items > .item .price,
      section#commerce-items > .content .items > .item .price {
        margin-right: 16px;
        display: block;
        text-transform: none;
        opacity: 0;
        -webkit-transition: 150ms ease all;
        transition: 150ms ease all;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
      .products-section > .content .items > .item a,
      section#commerce-items > .content .items > .item a {
        color: inherit; }
        .products-section > .content .items > .item a:hover,
        section#commerce-items > .content .items > .item a:hover {
          text-decoration: none;
          font-weight: inherit; }
      .products-section > .content .items > .item .image,
      section#commerce-items > .content .items > .item .image {
        width: 100%;
        height: 350px;
        background-color: #fff;
        position: relative;
        margin-bottom: 1em; }
        @media (max-width: 700px) {
          .products-section > .content .items > .item .image,
          section#commerce-items > .content .items > .item .image {
            height: 250px; } }
        .products-section > .content .items > .item .image > div,
        section#commerce-items > .content .items > .item .image > div {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-size: auto 120%;
          -webkit-filter: contrast(105%);
                  filter: contrast(105%);
          background-repeat: no-repeat;
          background-position: center; }

@media (min-width: 900px) {
  .commerce-item-view {
    overflow: hidden; }
    .commerce-item-view footer {
      display: none; } }

@media (min-width: 900px) {
  section#commerce-item {
    padding: 0;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute; }
    section#commerce-item > div .images {
      width: 40vw; }
    section#commerce-item > div .details {
      width: 60vw; }
    section#commerce-item > div .images {
      position: relative;
      background-color: #fff;
      -webkit-filter: brightness(97%);
              filter: brightness(97%);
      bottom: 0;
      position: fixed;
      left: 0;
      width: 40vw;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    section#commerce-item > div .details {
      overflow-y: scroll;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 40%;
      right: 0;
      margin: 0;
      -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(95%, #000), to(transparent));
      -webkit-mask-image: linear-gradient(0deg, #000 95%, transparent); } }

section#commerce-item .options {
  margin-bottom: 40px; }
  section#commerce-item .options .values {
    display: inline-block;
    margin: 5px 0 0 5px; }
  section#commerce-item .options button {
    display: block;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    padding: 10px;
    margin: 0; }
    section#commerce-item .options button.selected {
      color: #000;
      font-weight: 400; }
      section#commerce-item .options button.selected::before {
        background: radial-gradient(circle at center, #db0 40%, #fff 50%); }
    section#commerce-item .options button::before {
      background-color: #fff;
      content: '';
      display: inline-block;
      vertical-align: -2px;
      margin-right: 16px;
      width: 16px;
      height: 16px;
      position: relative;
      border-radius: 50px;
      border: 2px solid #eee; }

section#commerce-item > div .images {
  position: relative; }
  @media (max-width: 900px) {
    section#commerce-item > div .images {
      margin-top: 80px;
      height: 100vw; } }
  @media (min-width: 900px) {
    section#commerce-item > div .images {
      top: 0;
      position: absolute;
      bottom: 0; } }
  section#commerce-item > div .images .preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: crosshair;
    width: 100%;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: contrast(99%) brightness(130%);
            filter: contrast(99%) brightness(130%); }
    @media (max-width: 900px) {
      section#commerce-item > div .images .preview {
        top: 20px;
        background-size: auto 130%; } }
  section#commerce-item > div .images .image-navigate {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%; }
  section#commerce-item > div .images .navigate-left {
    left: 0;
    cursor: w-resize; }
  section#commerce-item > div .images .navigate-right {
    right: 0;
    cursor: e-resize; }

section#commerce-item > div ul.thumbs {
  padding-left: 0;
  list-style: none;
  display: none; }
  section#commerce-item > div ul.thumbs li.thumb {
    display: inline-block;
    width: 96px;
    height: 96px;
    background-size: contain;
    background-repeat: no-repeat; }

section#commerce-item > div .details > .content {
  padding-top: 40px;
  margin: auto;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    section#commerce-item > div .details > .content {
      padding: 50px;
      padding-top: 20px;
      max-width: 700px; } }
  section#commerce-item > div .details > .content > .name {
    font-size: 1.6em;
    /* max-width: 500px; */
    /* line-height: .9; */
    margin: 1em 0 1em 0;
    font-weight: 500; }

section#commerce-item > div .details .prices {
  text-transform: none;
  margin: 0;
  display: inline; }
  section#commerce-item > div .details .prices h3 {
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    display: inline;
    margin: 0; }
  section#commerce-item > div .details .prices .sale-price {
    display: none; }
  section#commerce-item > div .details .prices #out-of-stock {
    display: none; }

section#commerce-item > div .details .buttons button {
  width: 100%;
  -webkit-transition: none;
  transition: none;
  display: inline-block; }
  section#commerce-item > div .details .buttons button + button {
    margin-left: 0 !important; }

@media (min-width: 900px) {
  section#commerce-item > div .details .buttons {
    height: 42px;
    position: relative;
    margin-top: 50px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 40%;
    padding: 30px 0 60px;
    margin: 0 50px;
    background: #fff;
    right: 0;
    border-top: 2px solid #eee;
    height: 42px; }
    section#commerce-item > div .details .buttons .cart-button {
      width: calc(50% - 10px);
      margin-left: 10px !important; } }

@media (max-width: 900px) {
  section#commerce-item > div .details .buttons button {
    width: 100% !important;
    display: block;
    margin-bottom: 20px !important; } }

section#commerce-item > div #add-to-cart {
  width: 100%; }
  section#commerce-item > div #add-to-cart.halfsize {
    width: calc(50% - 10px); }

section#commerce-item > div.visible {
  display: inline-block; }

.commerce-cart-view header, .commerce-cart-view .cart-footer {
  margin: 0;
  padding: 3vw 5vw;
  z-index: 1000;
  position: fixed; }

.commerce-cart-view header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.commerce-cart-view #navigation {
  position: fixed; }

.confirm-order-view {
  overflow: hidden; }

.confirm-order-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .confirm-order-section .status-box {
    display: inline-block;
    text-align: center;
    margin: auto;
    max-width: 600px; }
    .confirm-order-section .status-box > .icon {
      display: block; }
    .confirm-order-section .status-box > .heading {
      display: block;
      font-size: 2em; }
    .confirm-order-section .status-box > .button,
    .confirm-order-section .status-box > button {
      margin-top: 1em; }

html.cart-visible {
  overflow: hidden; }
  html.cart-visible, html.cart-visible body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  html.cart-visible .overlay.cart-close {
    display: block; }
  html.cart-visible .cart-container {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15), 0 0 0 2560px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.15), 0 0 0 2560px rgba(0, 0, 0, 0.15);
    right: 0px; }

.overlay.cart-close {
  display: none;
  cursor: disabled; }

.cart-container {
  position: fixed;
  top: 0;
  right: -500px;
  height: 100vh;
  width: 500px;
  z-index: 10000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 0px transparent, 0 0 0 2560px transparent;
          box-shadow: 0 0 0px transparent, 0 0 0 2560px transparent;
  -webkit-transition: 200ms linear box-shadow, 200ms ease right;
  transition: 200ms linear box-shadow, 200ms ease right; }
  @media (max-width: 700px) {
    .cart-container {
      width: 100vw;
      right: 100vw;
      -webkit-transition: 150ms ease box-shadow, 150ms ease right;
      transition: 150ms ease box-shadow, 150ms ease right; } }
  @media (max-width: 701px) {
    .cart-container {
      -webkit-transition: none;
      transition: none; } }
  .cart-container .cart-header,
  .cart-container .cart-list,
  .cart-container .empty-message,
  .cart-container .cart-footer {
    margin: 0 20px; }
  .cart-container .cart-header,
  .cart-container .cart-footer {
    padding: 20px 0; }
  .cart-container .cart-list {
    overflow-y: scroll;
    border: 1px solid #ddd;
    border-width: 1px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0; }
    .cart-container .cart-list > .cart-item {
      position: relative;
      padding: 20px 0;
      height: 122px;
      clear: both; }
      @media (max-width: 400px) {
        .cart-container .cart-list > .cart-item {
          height: 100px; } }
      .cart-container .cart-list > .cart-item:not(:last-child) {
        border-bottom: 1px solid #eee; }
      .cart-container .cart-list > .cart-item > .image {
        width: calc(1.6 * 3em);
        height: calc(1.6 * 3em);
        margin-right: 20px;
        float: left;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 105%;
        -webkit-filter: brightness(150%) saturate(140%) contrast(90%);
                filter: brightness(150%) saturate(140%) contrast(90%); }
      .cart-container .cart-list > .cart-item > .name {
        font-weight: 500;
        text-transform: lowercase;
        left: calc(1.6 * 3em + 20px);
        position: absolute;
        top: 1.8em; }
      .cart-container .cart-list > .cart-item > .quantity-box {
        display: block;
        position: absolute;
        bottom: 1.8em;
        left: calc(1.6 * 3em + 20px);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .cart-container .cart-list > .cart-item > .quantity-box > .value {
          background-color: #eee;
          min-width: 4ex;
          text-align: center;
          display: inline-block; }
        .cart-container .cart-list > .cart-item > .quantity-box > .control {
          cursor: pointer;
          margin: -20px;
          padding: 20px;
          z-index: 1;
          position: relative; }
      .cart-container .cart-list > .cart-item > .price {
        display: block;
        position: absolute;
        bottom: 1.8em;
        right: 0; }
      .cart-container .cart-list > .cart-item > .item-remove {
        position: absolute;
        top: 1.8rem;
        right: 0;
        opacity: .2;
        -webkit-transition: 150ms ease opacity;
        transition: 150ms ease opacity;
        line-height: 1;
        margin: -10px;
        padding: 10px;
        cursor: pointer;
        font-size: 22px; }
      .cart-container .cart-list > .cart-item:hover > .item-remove {
        opacity: 1; }
      @media (max-width: 700px) {
        .cart-container .cart-list > .cart-item > .image {
          display: none; }
        .cart-container .cart-list > .cart-item > .name,
        .cart-container .cart-list > .cart-item > .quantity-box {
          left: 0; } }
  @media (max-width: 700px) {
    .cart-container .cart-list .cart-item .quantity-box {
      margin-left: 5px; } }
  .cart-container .cart-footer {
    -webkit-transition: 150ms ease opacity;
    transition: 150ms ease opacity;
    padding-top: 15px; }
    .cart-container .cart-footer.disabled {
      opacity: .4; }
    .cart-container .cart-footer .cart-checkout {
      height: 48px;
      border: 2px solid transparent;
      margin: auto;
      margin-top: 20px;
      -webkit-transition: 150ms ease opacity,  .5s 0s color ease,  .5s .5s width ease, .5s .5s height ease,  .5s .5s background ease, .5s .5s border-radius ease,  .5s .3s border ease;
      transition: 150ms ease opacity,  .5s 0s color ease,  .5s .5s width ease, .5s .5s height ease,  .5s .5s background ease, .5s .5s border-radius ease,  .5s .3s border ease; }
      .mobile-safari .cart-container .cart-footer .cart-checkout {
        margin-bottom: 68px; }
      .cart-container .cart-footer .cart-checkout.loading {
        width: 48px;
        padding: 0;
        border-radius: 45px;
        background: none;
        text-shadow: none;
        color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: #ddd;
        border-right-color: #222;
        -webkit-animation: spin 925.9259259259ms .88s linear infinite;
                animation: spin 925.9259259259ms .88s linear infinite; }
  .cart-container .cart-close {
    float: right;
    cursor: pointer;
    font-size: 22px;
    margin: -17px -20px -20px;
    padding: 20px;
    line-height: 1;
    display: inline-block; }
  .cart-container .row {
    line-height: 2.2; }
    .cart-container .row > span {
      text-transform: none;
      float: right; }
    .cart-container .row.hidden {
      display: none; }
  .cart-container .cart-total {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px; }
  .cart-container .empty-message {
    position: absolute;
    top: 50%;
    margin-top: -120px;
    left: 0;
    text-align: center;
    right: 0; }
    .cart-container .empty-message .heading {
      font-weight: 500; }
    .cart-container .empty-message .button {
      width: auto;
      display: inline-block;
      margin: 1em auto; }
  .cart-container button,
  .cart-container .button {
    width: 100%;
    display: block;
    margin: 0; }
  @media (max-width: 700px) {
    .cart-container .cart-list {
      bottom: 204px; }
    .cart-container .cart-footer {
      bottom: 72px !important; } }
  @media (max-width: 400px) {
    .cart-container .cart-footer .row {
      line-height: 1.6; }
    .cart-container .cart-footer {
      padding-top: 7px; }
    .cart-container .cart-total {
      margin-top: 7px;
      padding-top: 7px; }
    .cart-container > .cart-footer .cart-checkout {
      margin-top: 14px;
      margin-bottom: 64px;
      height: 36px;
      padding: 0; }
      .cart-container > .cart-footer .cart-checkout.loading {
        width: 36px; }
    .cart-container .cart-header {
      padding: 14px 0; }
    .cart-container .cart-close {
      margin-top: -22px; }
    .cart-container .cart-list > .cart-item {
      height: 72px; }
      .cart-container .cart-list > .cart-item .name {
        top: 14px; }
      .cart-container .cart-list > .cart-item .quantity-box, .cart-container .cart-list > .cart-item .price {
        bottom: 14px; }
      .cart-container .cart-list > .cart-item .item-remove {
        top: 14px; } }

.legal-section > .content {
  margin-top: 150px;
  text-transform: none;
  max-width: 900px; }
  .legal-section > .content .center {
    text-align: center; }
  .legal-section > .content h1, .legal-section > .content h2, .legal-section > .content h3 {
    margin: 2em auto 1em; }
  .legal-section > .content h1 {
    font-size: 2em; }
  .legal-section > .content h2 {
    font-size: 1.6em; }
  .legal-section > .content h3 {
    font-size: 1.3em; }
  .legal-section > .content strong {
    font-size: 1.2em; }
