.frame-sizer .maximum-frame-area,
.frame-sizer .maximum-frame-area img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@font-face {
  font-family: Ivar;
  src: url(../fonts/IvarDisplay-Medium.woff) format("woff");
  src: url(../fonts/IvarDisplay-Medium.woff) format("woff"),
    url(../fonts/IvarDisplay-Medium.woff2) format("woff");
}
h1,
.h1,
h2,
.h2 {
  font-family: Ivar, Open Sans, HelveticaNeue, Helvetica Neue, sans-serif;
}
html {
  font-size: 10px;
}
#PageContainer,
.content-for-layout.grey {
  background: #fff;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  border: 1px solid #bbb;
  box-sizing: border-box;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 8px;
  height: 8px;
  background: #005e62;
  box-shadow: 0 0 1px #005e62;
  transition: all 0.2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #8888ff;
}
label:hover:before {
  border: 1px solid #999 !important;
}
@media screen and (max-width: 767px) {
  .site-header .desktop {
    display: none;
  }
}
.site-header .desktop .site-header__section--title {
  -webkit-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -webkit-flex: 1 1 0rem;
  -ms-flex: 1 1 0rem;
  flex: 1 1 0rem;
}
.site-header .desktop .site-header__section--nav {
  font-size: 1.6rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.site-header .desktop .site-header__section--button {
  -webkit-flex: 1 1 0rem;
  -ms-flex: 1 1 0rem;
  flex: 1 1 0rem;
  text-align: right;
}
.site-header .desktop .navigation__links__desktop {
  padding: 0.25em 1.5em 0;
}
.site-header .desktop .navigation__links__desktop .navigation__link__desktop {
  display: inline-block;
}
.site-header .desktop .navigation__links__desktop .navigation__link__desktop a {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: #3a3a3a;
  text-decoration: none;
}
.site-header
  .desktop
  .navigation__links__desktop
  .navigation__link__desktop
  + .navigation__link__desktop {
  margin-left: 2em;
}
@media screen and (min-width: 768px) {
  .site-header .mobile {
    display: none;
  }
}
#PageContainer {
  min-height: 100vh;
}
@media screen and (min-width: 750px) {
  .index-section--custom-content .mobile-only {
    display: none;
  }
}
#mailing-list {
  padding: 50px 20px;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  #mailing-list {
    font-size: 4vw;
  }
}
#mailing-list .password-form {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
#mailing-list .password-form p {
  color: #c74036;
  margin: 0;
}
#mailing-list .password-form .password-input-group {
  width: 100%;
  margin: 15px 0 20px;
}
#mailing-list .password-form .password-input-group input {
  position: static;
  float: left;
  border-radius: 0;
  border: none;
  margin: 0;
  line-height: 1.4;
  height: auto;
  font-size: inherit;
  padding: 8px;
}
#mailing-list .password-form .password-input-group input[type="text"] {
  width: 70%;
  background: #e7e7e7;
  color: #c74036;
}
#mailing-list .password-form .password-input-group input[type="submit"] {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  background: #f0f0f0;
  color: #c74036;
  font-weight: 300;
  text-transform: uppercase;
}
#mailing-list .password-form .errors {
  color: #fff;
  border-color: #fff;
  position: static;
  margin-bottom: 20px;
}
.site-footer {
  padding-bottom: 0;
}
.site-footer .site-footer__newsletter,
.site-footer .partners {
  margin-bottom: 2.5rem;
}
.site-footer .partners {
  text-align: left;
}
.site-footer .partners a {
  display: inline-block;
  margin-right: 2.5em;
}
.site-footer .partners img {
  height: 2em;
}
.site-footer .address-text {
  font-size: 0.8em;
  text-align: left;
}
.site-footer .help-text {
  display: block;
  background: #17322b;
  color: #656565;
  text-align: left;
}
.site-footer .help-text .content {
  padding: 0.6em 10px;
  max-width: 1200px;
}
.site-footer .help-text a {
  color: #fff;
  text-decoration: none;
}
#shopify-section-1492807242211 .custom-content-wrapper {
  padding: 40px 0;
}
#front-page-content {
  font-size: 18px;
  font-weight: 700;
}
#front-page-content .splash {
  position: relative;
  color: #17322b;
  height: 50vw;
  min-height: 500px;
  background-position: center;
}
#front-page-content .splash .content {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
}
#front-page-content .splash .content .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  max-width: 400px;
  margin: 0 20px;
  padding: 100px 0;
  padding-right: calc((100% - 800px) / 4);
  box-sizing: content-box;
  float: right;
}
#front-page-content .splash .content .text h1 {
  color: inherit;
  line-height: 1.1;
}
#front-page-content .splash .content:after {
  content: "";
  display: table;
  clear: both;
}
#front-page-content .splash .content a {
  display: inline-block;
  color: #17322b;
  border: 2px solid #17322b;
  padding: 0.2em 0;
  width: 10em;
}
@media screen and (max-width: 767px) {
  #front-page-content .splash {
    background-position: 60% 50%;
  }
  #front-page-content .splash .content .text {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    height: 100%;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0);
    text-align: center;
  }
  #front-page-content .splash .content .text h1 {
    margin: 60px auto auto;
  }
  #front-page-content .splash .content .text a {
    margin: 0 auto 50px;
  }
}
#front-page-content .info {
  background: #17322b;
  color: #fff;
}
#front-page-content .info .columns {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 10px;
}
#front-page-content .info .columns:after {
  content: "";
  display: table;
  clear: both;
}
#front-page-content .info .columns .column {
  padding: 20px 10px;
  text-align: center;
}
@media screen and (min-width: 801px) {
  #front-page-content .info .columns .column {
    float: left;
    width: 33.333%;
  }
}
#front-page-content #home-gallery:after {
  content: "";
  display: table;
  clear: both;
}
#front-page-content #home-gallery div {
  position: relative;
  float: left;
  width: 100%;
  height: 50vw;
}
#front-page-content #home-gallery div.square {
  height: 100vw;
}
#front-page-content #home-gallery div p,
#front-page-content #home-gallery div a {
  color: #005e62;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 50vw;
}
#front-page-content #home-gallery div p span,
#front-page-content #home-gallery div a span {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
}
#front-page-content #home-gallery div.gallery2 a {
  color: #fff;
}
@media screen and (min-width: 801px) {
  #front-page-content #home-gallery div.square {
    width: 50%;
    height: 50vw;
  }
}
.preview {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f3f3f5;
}
.preview .print-only {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
.preview .print-only[data-f-width] {
  box-shadow: 0 0 1px #00000080;
}
.preview .preview-image,
.preview .frame-image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.5s;
  -webkit-backface-visibility: hidden;
}
.preview .frame-image {
  width: 100%;
  height: 100%;
}
.preview.loading .preview-image,
.preview.loading .frame-image {
  opacity: 0;
}
.preview .preview-image:not([src*="//"])
{
  opacity: 0;
}
.preview.mm200x300 .preview-image {
  height: 27%;
}
.preview.mm400x600 .preview-image {
  height: 55%;
}
.preview.mm600x900 .preview-image {
  height: 83%;
}
.preview.mm800x1200 .preview-image {
  height: 90%;
  top: 49%;
  left: 49.5%;
}
.preview.mm215x300b .preview-image {
  height: 23%;
}
.preview.mm425x600b .preview-image {
  height: 47%;
}
.preview.mm635x900b .preview-image {
  height: 75%;
}
.preview.mm835x1200b .preview-image {
  height: 81%;
  top: 48.5%;
  left: 49.5%;
}
.preview.mm300x200 .preview-image {
  width: 27%;
}
.preview.mm600x400 .preview-image {
  width: 55%;
}
.preview.mm900x600 .preview-image {
  width: 83%;
}
.preview.mm1200x800 .preview-image {
  width: 90%;
  top: 48.5%;
  left: 49.5%;
}
.preview.mm300x215b .preview-image {
  width: 23%;
}
.preview.mm600x425b .preview-image {
  width: 47%;
}
.preview.mm900x635b .preview-image {
  width: 75%;
}
.preview.mm1200x835b .preview-image {
  width: 81%;
  top: 48.5%;
  left: 49.5%;
}
.preview.mm300x300 .preview-image {
  width: 27%;
}
.preview.mm600x600 .preview-image {
  width: 55%;
}
.preview.mm900x900 .preview-image,
.preview.mm1200x1200 .preview-image {
  width: 83%;
}
.preview.mm300x300b .preview-image {
  width: 23%;
}
.preview.mm600x600b .preview-image {
  width: 47%;
}
.preview.mm900x900b .preview-image,
.preview.mm1200x1200b .preview-image {
  width: 75%;
}
.preview.zoomed.mm200x300 .preview-image {
  height: 79%;
}
.preview.zoomed.mm400x600 .preview-image {
  height: 82%;
}
.preview.zoomed.mm600x900 .preview-image {
  height: 83%;
}
.preview.zoomed.mm800x1200 .preview-image {
  height: 90%;
  top: 49%;
  left: 49.5%;
}
.preview.zoomed.mm215x300b .preview-image {
  height: 66%;
}
.preview.zoomed.mm425x600b .preview-image {
  height: 72%;
}
.preview.zoomed.mm635x900b .preview-image {
  height: 75%;
}
.preview.zoomed.mm835x1200b .preview-image {
  height: 81%;
  top: 48.5%;
  left: 49.5%;
}
.preview.zoomed.mm300x200 .preview-image {
  width: 79%;
}
.preview.zoomed.mm600x400 .preview-image {
  width: 82%;
}
.preview.zoomed.mm900x600 .preview-image {
  width: 83%;
}
.preview.zoomed.mm1200x800 .preview-image {
  width: 90%;
  top: 48.5%;
  left: 49.5%;
}
.preview.zoomed.mm300x215b .preview-image {
  width: 66%;
}
.preview.zoomed.mm600x425b .preview-image {
  width: 72%;
}
.preview.zoomed.mm900x635b .preview-image {
  width: 75%;
}
.preview.zoomed.mm1200x835b .preview-image {
  width: 81%;
  top: 48.5%;
  left: 49.5%;
}
.preview.zoomed.mm300x300 .preview-image {
  width: 79%;
}
.preview.zoomed.mm600x600 .preview-image {
  width: 82%;
}
.preview.zoomed.mm900x900 .preview-image,
.preview.zoomed.mm1200x1200 .preview-image {
  width: 83%;
}
.preview.zoomed.mm300x300b .preview-image {
  width: 66%;
}
.preview.zoomed.mm600x600b .preview-image {
  width: 72%;
}
.preview.zoomed.mm900x900b .preview-image,
.preview.zoomed.mm1200x1200b .preview-image {
  width: 75%;
}
.resizable-preview {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f3f3f5;
}
.resizable-preview .aspect,
.resizable-preview .preview-image {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.resizable-preview .aspect,
.resizable-preview .preview-image,
.resizable-preview .frame-image,
.resizable-preview .border {
  position: absolute;
  width: 100%;
  height: 100%;
}
.resizable-preview .aspect {
  transition: opacity 0.5s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.resizable-preview.loaded .aspect {
  opacity: 1;
}
.resizable-preview .preview-image:not([src*=http]):not([src*="//cdn"]),.resizable-preview .frame-image:not([src*=http]):not([src*="//cdn"])
{
  opacity: 0;
}
.resizable-preview .border {
  background: #fff;
  width: 95%;
  height: 95%;
}
.resizable-preview:not(.border) .border {
  background: #000;
}
body.template-cart .cart-item,
.cart-drawer__content .cart-item {
  position: relative;
  padding: 20px 0;
  min-height: 130px;
  border-bottom: 1px solid #676767;
}
body.template-cart .cart-item .cart-item-image,
.cart-drawer__content .cart-item .cart-item-image {
  display: block;
  position: absolute;
  width: 90px;
  padding-top: 90px;
  top: 0;
  left: 0;
  border-radius: 0;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
}
body.template-cart .cart-item .cart-img,
.cart-drawer__content .cart-item .cart-img {
  position: absolute;
  width: 90px;
  height: 0;
  text-indent: 0;
}
body.template-cart .cart-item .cart-img .preview-container,
.cart-drawer__content .cart-item .cart-img .preview-container {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
body.template-cart .cart-item .cart-img .preview-container .inner,
.cart-drawer__content .cart-item .cart-img .preview-container .inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.template-cart .cart-item .cart-img .preview,
.cart-drawer__content .cart-item .cart-img .preview {
  background: none;
}
body.template-cart .cart-item .cart-item-content,
.cart-drawer__content .cart-item .cart-item-content {
  margin-left: 90px;
  padding: 0 60px 0 20px;
  font-size: 1.3rem;
  line-height: 1.3;
}
body.template-cart .cart-item .cart-item-content .cart-item-title,
.cart-drawer__content .cart-item .cart-item-content .cart-item-title {
  margin-bottom: 0;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (min-width: 750px) {
  body.template-cart .cart-item .cart-item-content .cart-item-title,
  .cart-drawer__content .cart-item .cart-item-content .cart-item-title {
    font-size: inherit;
    line-height: inherit;
  }
}
body.template-cart .cart-item .cart-item-content .cart-item-properties,
.cart-drawer__content .cart-item .cart-item-content .cart-item-properties {
  padding-left: 0;
  margin: 0.2em 0 0.3em;
}
body.template-cart .cart-item .cart-item-content .not-uploaded,
.cart-drawer__content .cart-item .cart-item-content .not-uploaded {
  font-weight: 700;
  text-transform: uppercase;
}
body.template-cart .cart-item .cart-item-content .preview-link,
.cart-drawer__content .cart-item .cart-item-content .preview-link {
  cursor: pointer;
  text-decoration: underline;
}
body.template-cart .cart-item .cart-item-content .cart-item-quantity,
.cart-drawer__content .cart-item .cart-item-content .cart-item-quantity {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  padding: 0.5em 0.2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: #f3f3f5;
}
body.template-cart .cart-item .cart-item-content .cart-item-delete,
.cart-drawer__content .cart-item .cart-item-content .cart-item-delete {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 5px;
  font-size: 1.2rem;
  border-bottom: none;
}
body.template-cart .cart-summary,
.cart-drawer__footer {
  text-align: center;
}
body.template-cart .cart-summary .cart-subtotal,
.cart-drawer__footer .cart-subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #a6a6a6;
}
body.template-cart .cart-summary .cart-subtotal span,
.cart-drawer__footer .cart-subtotal span {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
body.template-cart .cart-summary .cart-subtotal .cart-subtotal-price,
.cart-drawer__footer .cart-subtotal .cart-subtotal-price {
  margin-left: auto;
}
body.template-cart
  .cart-summary
  .cart-subtotal
  .cart-subtotal-price
  .cart-subtotal-number,
.cart-drawer__footer .cart-subtotal .cart-subtotal-price .cart-subtotal-number {
  font-size: 1.8rem;
}
body.template-cart .cart-summary .cart-disclaimer,
.cart-drawer__footer .cart-disclaimer {
  color: #005e62;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0 12px;
}
body.template-cart .cart-summary .cart-checkout,
.cart-drawer__footer .cart-checkout {
  display: block;
  background: #4b4b4b;
  width: 100%;
}
body.template-cart {
  background: #fff;
}
body.template-cart .main-content {
  min-height: 100vh;
}
body.template-cart .section-header {
  display: none;
}
body.template-cart .back-link {
  background: #f3f3f5;
  padding: 1.2rem 2rem 1.3rem;
  line-height: 1;
}
body.template-cart .back-link a,
body.template-cart .back-link a:visited {
  font-size: 1.4rem;
  color: #4b4b4d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  body.template-cart .cart-columns {
    padding: 20px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4rem;
  }
  body.template-cart .cart-columns .cart-column {
    width: 50%;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding: 0 4rem;
  }
  body.template-cart .cart-columns .cart-column:not(:first-child) {
    border-left: 1px solid #676767;
  }
}
body.template-cart .mobile-width {
  margin: 0 auto;
  max-width: 375px;
  padding: 0 20px;
}
body.template-cart .cart-note label {
  margin: 0;
}
body.template-cart .cart-note textarea {
  background: #f3f3f5;
}
body.template-cart .cart-missing-image {
  position: relative;
  background: #f3f3f5;
  border-radius: 1rem;
  padding: 1.5rem 2rem 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 4rem;
  margin-left: 6.5rem;
}
body.template-cart .cart-missing-image:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 60px;
  background: url(../images/bubble-stem-grey.svg) no-repeat;
  background-size: 100% 100%;
  right: 100%;
  top: calc((100% - 60px) * 0.6);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  body.template-cart .cart-missing-image.mobile-left:before {
    left: auto;
    right: 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
body.template-cart .cart-missing-image a.close-button {
  position: absolute;
  top: 0;
  right: 1rem;
  padding: 0.3rem 0.5rem;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
body.template-cart .cart-missing-image > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .drawer[data-section-id="cart-drawer"] {
    width: 100%;
    right: -100%;
  }
  .drawer--active .drawer[data-section-id="cart-drawer"][data-drawer-push] {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
.cart-drawer__header {
  border-bottom: 2px solid #a6a6a6;
  margin: 0 20px;
  padding: 0;
  font-size: 1.3rem;
}
@media only screen and (min-width: 750px) {
  .cart-drawer__header {
    padding: 0;
  }
}
.cart-drawer__header .cart-drawer__header-title {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
}
.cart-drawer__header .cart-drawer__close-button {
  font-size: 1.1em;
  font-weight: 300;
}
.cart-drawer__content .cart-drawer__content-container {
  padding: 20px 0;
}
.cart-drawer__content .cart-drawer__item-list {
  padding: 0 20px;
}
.cart-drawer__content .cart-drawer__note-container {
  display: none;
}
.cart-drawer__footer {
  min-height: 0;
  border-top: none;
}
.cart-drawer__footer .cart-drawer__footer-container {
  padding: 10px 0 30px;
}
@media only screen and (min-width: 750px) {
  .cart-drawer__footer {
    padding: 0 20px;
  }
}
#cart-preview-popup {
  z-index: 1000000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
#cart-preview-popup.viewing {
  opacity: 1;
}
#cart-preview-popup .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#cart-preview-popup .inner img {
  max-width: 90vw;
  max-height: 80vh;
  max-height: calc(90vh - 80px);
}
#cart-preview-popup .inner .close-button {
  position: absolute;
  bottom: 95%;
  bottom: calc(100% - 15px);
  right: -15px;
  fill: #fff;
  cursor: pointer;
}
#cart-preview-popup:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
}
#how-to {
  background: #fff;
  margin-top: 0;
  color: #3a3a3a;
}
#how-to h1,
#how-to .h1,
#how-to h2,
#how-to .h2,
#how-to h3,
#how-to .h3,
#how-to h4,
#how-to .h4,
#how-to h5,
#how-to .h5,
#how-to h6,
#how-to .h6 {
  color: #3a3a3a;
}
#how-to h2 {
  line-height: 1;
}
#how-to h3 {
  font-weight: 700;
  text-transform: uppercase;
}
#how-to #splash {
  z-index: 2;
  position: relative;
}
#how-to #splash .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../../external_images/24.jpg);
  background-size: cover;
  z-index: -1;
}
#how-to #splash h1 {
  font-size: 72px;
  text-align: center;
  color: #fff;
  padding: 15% 0;
  margin: 0 auto;
}
#how-to #intro {
  padding: 120px 0;
  text-align: center;
}
#how-to #intro p {
  margin: 0 auto;
  max-width: 22em;
}
#how-to #panels .row {
  position: relative;
  width: 100%;
}
#how-to #panels .row .bg,
#how-to #panels .row .text {
  position: relative;
  width: 50%;
}
#how-to #panels .row .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background-size: cover;
}
#how-to #panels .row .text {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ccc;
  padding: 120px;
}
#how-to #panels .row .text h3,
#how-to #panels .row .text p {
  margin-bottom: 25px;
}
#how-to #panels .row .text > * {
  width: 510px;
  max-width: 100%;
}
#how-to #panels .row .text > *:first-child {
  margin-top: auto;
}
#how-to #panels .row .text > *:last-child {
  margin-bottom: auto;
}
#how-to #panels .row:after {
  content: "";
  display: table;
  clear: both;
}
#how-to #panels .row .text:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  border-style: solid;
  border-width: 90px 90px;
  border-color: transparent;
}
#how-to #panels .row:nth-child(odd) .text {
  margin-left: 50%;
}
#how-to #panels .row:nth-child(odd) .text * {
  margin-right: auto;
}
#how-to #panels .row:nth-child(odd) .text:after {
  right: 100%;
  border-right-color: inherit;
}
#how-to #panels .row:nth-child(2n) .bg {
  left: 50%;
}
#how-to #panels .row:nth-child(2n) .text * {
  margin-left: auto;
}
#how-to #panels .row:nth-child(2n) .text:after {
  left: 100%;
  border-left-color: inherit;
}
#how-to #panels .row:nth-child(1) .bg {
  background-image: url(../../external_images/19.jpg);
}
#how-to #panels .row:nth-child(1) .text {
  background: #e1dae1;
  border-color: #e1dae1;
}
#how-to #panels .row:nth-child(2) .bg {
  background-image: url(../../external_images/35.jpg);
}
#how-to #panels .row:nth-child(2) .text {
  background: #dadfe1;
  border-color: #dadfe1;
}
#how-to #panels .row:nth-child(3) .bg {
  background-image: url(../../external_images/33.jpg);
}
#how-to #panels .row:nth-child(3) .text {
  background: #d1e0d7;
  border-color: #d1e0d7;
}
#how-to #panels .row:nth-child(4) .bg {
  background-image: url(../../external_images/21.jpg);
}
#how-to #panels .row:nth-child(4) .text {
  background: #e7e7e7;
  border-color: #e7e7e7;
}
#how-to #pricing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
#how-to #pricing .column {
  width: 740px;
  padding: 150px 120px;
}
#how-to #pricing .column:first-child {
  margin: auto 0 auto auto;
}
#how-to #pricing .column:first-child h3 {
  margin-bottom: 1.5em;
}
#how-to #pricing .column:last-child {
  margin: auto auto auto 0;
}
#how-to #pricing .column:last-child h4 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#how-to #pricing .column:last-child h4 span {
  color: #8e8e8e;
}
#how-to #pricing .column:last-child p {
  color: #000;
}
#how-to #pricing .column:last-child hr {
  width: 50%;
  margin: 50px auto;
}
#how-to #about {
  background-image: url(../../external_images/24.jpg);
  background-size: cover;
  text-align: center;
  padding: 15% 0;
}
#how-to #about h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
#how-to #about h2 {
  color: #fff;
  line-height: 1.3;
}
#how-to #about p {
  color: #fff;
  line-height: 1.3;
  max-width: 18em;
  margin-left: auto;
  margin-right: auto;
}
#how-to #about p:last-of-type {
  margin-bottom: 0;
}
#how-to footer {
  background: #c74036;
  padding-bottom: 10%;
}
@media screen and (max-width: 1200px) {
  #how-to #panels .row .bg,
  #how-to #panels .row .text {
    width: 100%;
    position: static;
  }
  #how-to #panels .row .bg {
    height: 0;
    padding-bottom: 52.08333%;
  }
  #how-to #panels .row:nth-child(odd) .text {
    margin-left: 0;
  }
  #how-to #pricing {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #how-to #pricing .column:first-child {
    margin: 0 auto;
    padding-bottom: 0;
  }
  #how-to #pricing .column:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  #how-to #splash h1 {
    padding: 100px 0;
  }
  #how-to #intro {
    padding: 80px 60px;
  }
  #how-to #intro p {
    max-width: none;
  }
  #how-to #panels .row .text {
    padding: 60px 80px;
  }
  #how-to #pricing {
    margin-top: -40px;
    padding-top: 40px;
  }
  #how-to #pricing .column {
    width: auto;
    padding: 60px 80px;
  }
  #how-to #about {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 480px) {
  #how-to #intro,
  #how-to #panels .row .text {
    padding: 60px 40px;
  }
  #how-to #pricing {
    margin-top: -60px;
    padding-top: 60px;
  }
  #how-to #pricing .column {
    padding: 40px;
  }
  #how-to #pricing .column:last-child h4 {
    margin-bottom: 7px;
  }
}
.print-only-preview {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 95%;
  height: 95%;
}
.print-only-preview.l30 {
  width: 23.75%;
  height: 23.75%;
}
.print-only-preview.l60 {
  width: 47.5%;
  height: 47.5%;
}
.print-only-preview.l90 {
  width: 71.25%;
  height: 71.25%;
}
.print-only-preview .frame-container {
  position: absolute;
}
.print-only-preview .shadow {
  position: absolute;
  right: 100%;
  width: 40%;
  bottom: 0;
  opacity: 0.2;
}
.print-only-preview .reflex {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 101%;
  max-width: 101%;
  top: 100%;
}
.print-only-preview .border {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
.print-only-preview .preview-image {
  position: absolute;
}
@media screen and (min-width: 801px) {
  .size-selector {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .size-selector button:first-child {
    margin-top: auto;
  }
  .size-selector button:last-child {
    margin-bottom: auto;
  }
}
.size-selector button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
}
.size-selector button .size {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.size-selector button .price {
  width: 3em;
  text-align: right;
}
.size-selector button .info {
  width: 100%;
  font-size: 0.75em;
}
.size-selector button.disabled {
  opacity: 0.5;
}
.frame-sizer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.frame-sizer .maximum-frame-area {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  cursor: pointer;
}
.frame-sizer .potential-frame-area {
  width: 100%;
  height: 100%;
  border: 1px dashed #ccc;
}
.frame-sizer .actual-frame-area,
.frame-sizer .frame-image {
  transition: opacity 0.5s;
  -webkit-backface-visibility: hidden;
}
.frame-sizer.loading .actual-frame-area,
.frame-sizer.loading .frame-image {
  opacity: 0;
}
.frame-sizer .actual-frame-area,
.frame-sizer .actual-frame-area .preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frame-sizer .frame-image {
  position: absolute;
}
.frame-sizer.size-sm .frame-tl-image,
.frame-sizer.size-sm .frame-tr-image,
.frame-sizer.size-sm .frame-bl-image,
.frame-sizer.size-sm .frame-br-image {
  width: 1.25%;
  height: 1.25%;
}
.frame-sizer.size-sm .frame-t-image,
.frame-sizer.size-sm .frame-b-image {
  height: 1.25%;
}
.frame-sizer.size-sm .frame-l-image,
.frame-sizer.size-sm .frame-r-image {
  width: 1.25%;
}
.frame-sizer.size-md .frame-tl-image,
.frame-sizer.size-md .frame-tr-image,
.frame-sizer.size-md .frame-bl-image,
.frame-sizer.size-md .frame-br-image {
  width: 2.08333%;
  height: 2.08333%;
}
.frame-sizer.size-md .frame-t-image,
.frame-sizer.size-md .frame-b-image {
  height: 2.08333%;
}
.frame-sizer.size-md .frame-l-image,
.frame-sizer.size-md .frame-r-image {
  width: 2.08333%;
}
.frame-sizer.size-lg .frame-tl-image,
.frame-sizer.size-lg .frame-tr-image,
.frame-sizer.size-lg .frame-bl-image,
.frame-sizer.size-lg .frame-br-image {
  width: 2.91667%;
  height: 2.91667%;
}
.frame-sizer.size-lg .frame-t-image,
.frame-sizer.size-lg .frame-b-image {
  height: 2.91667%;
}
.frame-sizer.size-lg .frame-l-image,
.frame-sizer.size-lg .frame-r-image {
  width: 2.91667%;
}
.frame-sizer.size-xl .frame-tl-image,
.frame-sizer.size-xl .frame-tr-image,
.frame-sizer.size-xl .frame-bl-image,
.frame-sizer.size-xl .frame-br-image {
  width: 2.91667%;
  height: 2.91667%;
}
.frame-sizer.size-xl .frame-t-image,
.frame-sizer.size-xl .frame-b-image {
  height: 2.91667%;
}
.frame-sizer.size-xl .frame-l-image,
.frame-sizer.size-xl .frame-r-image {
  width: 2.91667%;
}
.drop-select {
  position: relative;
  margin-bottom: 20px;
}
.drop-select .expander-icon {
  position: absolute;
  pointer-events: none;
  font-size: 15px;
  right: 6px;
  top: 12px;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drop-select:not(.expanded) .expander-icon:after {
  content: "";
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  position: absolute;
  bottom: 35%;
  right: 35%;
  width: 65%;
  height: 65%;
}
.drop-select.expanded .expander-icon:before {
  content: "";
  border-left: 1px solid black;
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  height: 100%;
}
.drop-select.expanded .expander-icon:after {
  content: "";
  border-top: 1px solid black;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
}
.drop-select .selected-option,
.drop-select .option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.7em 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.drop-select .selected-option .price,
.drop-select .option .price {
  font-size: 0.9em;
  width: 6em;
  margin-left: auto;
  text-align: right;
  margin-right: 15px;
}
.drop-select .selected-option small,
.drop-select .option small {
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  font-size: 10px;
  color: inherit;
  margin-top: 2px;
}
.drop-select .selected-option.disabled,
.drop-select .option.disabled {
  color: #aea9ac;
}
.drop-select .selected-option.disabled small.enabled,
.drop-select .option.disabled small.enabled {
  display: none;
}
.drop-select .selected-option:not(.disabled),
.drop-select .option:not(.disabled) {
  cursor: pointer;
  color: #000;
}
.drop-select .selected-option:not(.disabled) small.disabled,
.drop-select .option:not(.disabled) small.disabled {
  display: none;
}
.drop-select .selected-option:not(.disabled) small.enabled,
.drop-select .option:not(.disabled) small.enabled {
  display: none;
}
.drop-select .selected-option {
  border-bottom: 1px solid black;
}
.drop-select .option {
  background: #fff;
  border-radius: 3px;
  margin: 0.4em 0;
}
.drop-select .option.template {
  display: none;
}
.drop-select ul {
  padding: 0;
  margin: 0.4em 0;
}
.drop-select:not(.expanded) ul {
  display: none;
}
.data-group:not(.checkboxes) {
  margin: 0 -4px;
  font-size: 16px;
  font-weight: 400;
}
.data-group:not(.checkboxes):after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 500px) {
  .data-group:not(.checkboxes) {
    font-size: 14px;
  }
}
.data-group:not(.checkboxes) input {
  display: none;
}
.data-group:not(.checkboxes) .dummy,
.data-group:not(.checkboxes) input + label {
  display: inline-block;
  color: #3a3a3a;
  background: #fff;
  font-size: inherit;
  width: 5.5em;
  max-width: calc((100% - (8px * 2)) / 3);
  height: 4em;
  line-height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0;
  border: 2px solid transparent;
  transition: border 0.1s;
  margin: 0 4px 4px;
}
.data-group:not(.checkboxes) .dummy span,
.data-group:not(.checkboxes) input + label span {
  display: inline-block;
  position: relative;
  top: -4px;
  line-height: 1.2;
  vertical-align: middle;
}
.data-group:not(.checkboxes) input:checked + label {
  border-color: #3a3a3a;
}
.data-group:not(.checkboxes) .dummy,
.data-group:not(.checkboxes) input.disabled + label {
  color: #aaa;
}
.data-group:not(.checkboxes) input.disabled:checked + label {
  border-color: #aaa;
}
.data-group:not(.checkboxes)[data-field="dimensions"] .dummy,
.data-group:not(.checkboxes)[data-field="dimensions"] label {
  width: 4em;
  text-align: left;
}
.data-group:not(.checkboxes)[data-field="dimensions"] span {
  vertical-align: top;
  top: 2px;
  left: 4px;
}
.data-group.checkboxes {
  margin-bottom: 20px;
}
.data-group.checkboxes:after {
  content: "";
  display: table;
  clear: both;
}
.data-group.checkboxes input {
  display: none;
}
.data-group.checkboxes input + label {
  display: inline-block;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 1em;
}
.data-group.checkboxes input + label:before,
.data-group.checkboxes input + label:hover:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 2px solid white !important;
  transition: border 0.1s;
  margin-right: 0.3em;
  vertical-align: middle;
}
.data-group.checkboxes input + label span {
  vertical-align: middle;
}
.data-group.checkboxes input:checked + label:before {
  border-color: #3a3a3a !important;
}
.data-group.checkboxes input.disabled + label {
  color: #aaa;
}
.data-group.checkboxes input.disabled:checked + label:before {
  border-color: #aaa !important;
}
.data-group.checkboxes label + input + label {
  margin-left: 8px;
}
.data-group.checkboxes[data-field="dimensions"] label {
  width: 70px;
  text-align: left;
}
.data-group.checkboxes[data-field="dimensions"] span {
  vertical-align: top;
  top: 2px;
  left: 4px;
}
.cover-image {
  background-size: cover;
  background-repeat: no-repeat;
}
#filepicker_shade {
  z-index: 99999;
}
.fsp-picker .fsp-drop-area__subtitle {
  display: block;
  font-size: 0rem;
}
.fsp-picker .fsp-drop-area__subtitle:before {
  content: "Our Uploader can edit .JPG and .PNG files";
  padding-top: 0.5em;
}
.fsp-picker .fsp-drop-area__subtitle:after {
  content: "For other file types, please email us a download link.";
  margin-top: -1.5em;
}
.fsp-picker .fsp-drop-area__subtitle:before,
.fsp-picker .fsp-drop-area__subtitle:after {
  display: block;
  font-size: 13px;
}
.fsp-picker .fsp-icon--dropbox ~ .fsp-text__title {
  margin-bottom: 0;
}
.fsp-picker .fsp-icon--dropbox ~ .fsp-text__title:after {
  content: "Our Uploader can edit .JPG and .PNG files";
  display: block;
  color: #929292;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 1em;
}
.fsp-picker
  .fsp-icon--dropbox
  ~ .fsp-source-auth__el
  .fsp-text__subheader:before {
  content: "For other file types, please email us a download link.";
  display: block;
  margin-bottom: 1em;
}
.fsp-picker .fsp-button ~ .fsp-source-auth__el .fsp-text__subheader:before {
  content: none;
}
.expandable-tables-page {
  display: none;
  position: relative;
  margin: 0 auto;
  color: #3a3a3a;
  background: #fff;
  max-width: 1200px;
  min-height: 100vh;
}
.expandable-tables-page:after {
  content: "";
  display: table;
  clear: both;
}
.expandable-tables-page .expandable-container {
  padding-top: 40px;
}
.expandable-tables-page .columns {
  padding-top: 3em;
}
.expandable-tables-page .expandable-tables {
  font-size: 17px;
}
.expandable-tables {
  font-weight: 400;
  font-size: 15px;
}
.expandable-tables h1 {
  color: inherit;
}
.expandable-tables header {
  background: none;
}
.expandable-tables ul {
  margin: 0;
}
.expandable-tables:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background: #fff;
  z-index: -1;
}
.expandable-tables .columns {
  padding-bottom: 3em;
}
.expandable-tables .columns:after {
  content: "";
  display: table;
  clear: both;
}
.expandable-tables .column {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.expandable-tables .column:after {
  content: "";
  display: table;
  clear: both;
}
.expandable-tables section {
  margin-bottom: 2em;
}
.expandable-tables section > header {
  padding: 7px 10px;
  border-bottom: 3px solid;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .expandable-tables .column {
    width: 100%;
  }
}
ul.expanders {
  color: inherit;
  list-style: none;
}
ul.expanders li.expander {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid;
}
ul.expanders li.expander header {
  position: relative;
  cursor: pointer;
  padding: 7px 25px 10px 0;
  margin: 0;
  line-height: 1.3;
}
ul.expanders li.expander header .expand-symbol {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 0.85em;
}
ul.expanders li.expander header .expand-symbol:before,
ul.expanders li.expander header .expand-symbol:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.expanders li.expander header .expand-symbol:before {
  width: 1em;
  border-bottom: 1px solid #3a3a3a;
}
ul.expanders li.expander header .expand-symbol:after {
  height: 1em;
  border-right: 1px solid #3a3a3a;
}
ul.expanders li.expander .expander-content a {
  color: inherit;
}
ul.expanders li.expander .expander-content {
  color: #231f20;
  position: relative;
  padding: 3px 11px 15px;
  line-height: 1.375;
}
ul.expanders li.expander .expander-content > * {
  max-width: 100%;
}
ul.expanders li.expander .expander-content > *:last-child {
  margin-bottom: 0;
}
ul.expanders li.expander.open header .expand-symbol:after {
  display: none;
}
ul.expanders li.expander:not(.open) .expander-content {
  display: none;
}
ul.expanders.top-line li.expander:first-of-type {
  border-top: 1px solid;
}
.about-us-content {
  font-size: 22px;
  color: #3a3a3a;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .about-us-content {
    font-size: 3vw;
  }
}
.about-us-content table {
  display: none;
}
.about-us-content .image-container {
  position: relative;
  width: 100%;
  margin: 7% 0;
}
.about-us-content .image-container img {
  width: 100%;
}
.about-us-content .image-container.three-quarter img {
  width: 75%;
}
.about-us-content .image-container.split:after {
  content: "";
  display: table;
  clear: both;
}
.about-us-content .image-container.split div {
  width: 50%;
  float: left;
}
.about-us-content .image-container.split div.stacked img {
  width: 75%;
}
.about-us-content .image-container.split div.stacked img + img {
  margin-top: 10%;
}
.about-us-content .image-container.split div:not(.stacked) img {
  margin-top: 20%;
}
body #privy-container #privy-inner-container span {
  color: #fff;
}
body #privy-container #privy-inner-container button {
  background: #fff !important;
  color: #005e62 !important;
}
body
  #privy-container
  #privy-inner-container
  .privy-bar-container.privy-bottom
  .privy-bar,
body
  #privy-container
  #privy-inner-container
  .privy-bar-container.privy-bottom
  .privy-mobile-bar {
  background: #005e62 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body
  #privy-container
  #privy-inner-container
  .privy-bar-container.privy-bottom
  .privy-bar {
  padding: 30px 18px;
}
body
  #privy-container
  #privy-inner-container
  .privy-bar-container.privy-bottom
  .privy-bar
  .privy-bar-text-container {
  display: block;
  margin-bottom: 15px;
}
body
  #privy-container
  #privy-inner-container
  .privy-bar-container.privy-bottom
  .privy-bar
  .privy-bar-text-container
  .privy-text-element {
  line-height: 1.4 !important;
  padding-right: 0;
}
body #privy-container #privy-inner-container .privy input[type="email"] {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body
  #privy-container
  #privy-inner-container
  .privy-bar-container
  .privy-bar
  .privy-bar-submit-button-container
  .privy-button-element,
body
  #privy-container
  #privy-inner-container
  .privy-form#privy-form-3566728
  input,
body
  #privy-container
  #privy-inner-container
  .privy-form#privy-form-3566728
  button.selectpicker {
  height: 48px;
}
body
  #privy-container
  #privy-inner-container
  .privy-bar-container
  .privy-bar
  .privy-dismiss-content,
body #privy-container #privy-inner-container .privy .privy-dismiss-content,
body
  #privy-container
  #privy-inner-container
  .privy
  .privy-dismiss-content:hover {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body
  #privy-container
  #privy-inner-container
  .privy
  .privy-dismiss-content
  .privy-x {
  color: #fff;
  font-size: 40px;
  font-family: inherit;
}
body #privy-container #privy-inner-container .privy-privacy-container {
  visibility: hidden;
}
body #privy-container #privy-inner-container .privy-powered-by {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}
body
  #privy-container
  #privy-inner-container
  .privy-popup-container.privy-thank-you
  .privy-popup-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
body
  #privy-container
  #privy-inner-container
  .privy-popup-container.privy-thank-you
  .privy-popup-inner-content-wrap {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto !important;
  min-height: 60px;
  box-shadow: 0 -1px 6px #0000004d;
  -moz-box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.3);
}
body
  #privy-container
  #privy-inner-container
  .privy-popup-container.privy-thank-you
  .privy-popup-content {
  height: auto !important;
  margin: 0 auto;
}
body
  #privy-container
  #privy-inner-container
  .privy-popup-container.privy-thank-you
  .privy-text-element-wrapper.privy-element-wrapper-absolute {
  position: relative;
  top: 0 !important;
}
.index-section--image-with-text-overlay .hero__inner {
  background: none;
}
#shopify-product-reviews {
  background: #fff;
  color: #58595b;
}
#shopify-product-reviews h3,
#shopify-product-reviews a {
  color: inherit;
}
#shopify-product-reviews .spr-container {
  border: none;
  padding: 50px 2rem;
}
#shopify-product-reviews .spr-header,
#shopify-product-reviews .spr-form > form,
#shopify-product-reviews .spr-review {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
#shopify-product-reviews .spr-header {
  text-align: center;
}
#shopify-product-reviews .spr-header .spr-icon {
  font-size: 200%;
}
#shopify-product-reviews .spr-header h2 {
  display: none;
}
#shopify-product-reviews .spr-header .spr-summary-starrating {
  display: block;
  margin: 0 0 10px;
}
#shopify-product-reviews .spr-header .spr-summary-caption {
  display: block;
  margin: 0 0 50px;
}
#shopify-product-reviews .spr-header .spr-summary-actions-togglereviews {
  text-decoration: underline;
  cursor: pointer;
}
#shopify-product-reviews .spr-header .spr-summary-actions {
  display: block;
  margin: 0 0 20px;
}
#shopify-product-reviews .spr-header .spr-summary-actions-newreview {
  float: none;
  color: #58595b;
}
#shopify-product-reviews .spr-reviews {
  margin: 34px 0 0;
}
#shopify-product-reviews .spr-review {
  position: relative;
  padding: 30px 0;
  border-top: none;
}
#shopify-product-reviews .spr-review:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 60px);
  max-width: 1240px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  border-top: 1px solid #58595b;
}
#shopify-product-reviews .spr-review .spr-review-header-starratings {
  margin-bottom: 10px;
  margin-left: -2px;
}
#shopify-product-reviews .spr-review h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}
#shopify-product-reviews .spr-review .spr-review-content-body {
  color: #58595b;
  font-size: 18px;
  margin-bottom: 20px;
}
#shopify-product-reviews .spr-review .spr-review-header-byline {
  position: absolute;
  left: 0;
  bottom: 30px;
  margin: 0;
  font-style: normal;
  font-size: 15px;
  color: #58595b;
  opacity: 1;
}
#shopify-product-reviews .spr-review .spr-review-header-byline:before {
  content: "- ";
}
#shopify-product-reviews .spr-review .spr-review-header-byline strong {
  font-weight: inherit;
}
#shopify-product-reviews .spr-review .spr-review-footer {
  display: none;
}
#shopify-product-reviews .spr-form {
  position: relative;
  border: none;
  padding: 50px 0;
}
#shopify-product-reviews .spr-form h3 {
  display: none;
}
#shopify-product-reviews .spr-form input[type="submit"] {
  float: none;
  background: #58595b;
  color: #f7f7f7;
  border-radius: 2px;
  font-weight: 400;
  padding: 0 20px;
}
.spr-icon {
  display: inline-block;
  background-size: cover !important;
  margin: 0 0.2em;
}
.spr-icon:before,
.spr-icon:after {
  content: none !important;
}
.spr-icon.spr-icon-star {
  background: url(../images/star-full.svg) no-repeat;
}
.spr-icon.spr-icon-star-empty {
  background: url(../images/star-empty.svg) no-repeat;
}
.spr-icon.spr-icon-star-hover {
  background: url(../images/star-full.svg) no-repeat;
}
body.template-giftcard {
  background: #fff;
  padding: 0 40px;
}
body.template-giftcard header,
body.template-giftcard .giftcard__wrapper {
  max-width: 600px;
  margin: 0 auto;
}
body.template-giftcard header {
  text-align: left;
  padding: 18px 20px;
}
body.template-giftcard header .site-header__logo-image {
  margin: 0;
}
body.template-giftcard .giftcard__content {
  padding: 20px 40px;
  text-align: left;
  color: #005e62;
  line-height: 1.2;
}
body.template-giftcard .giftcard__content .giftcard__tag {
  display: block;
  margin-bottom: 20px;
}
body.template-giftcard .giftcard__content .giftcard__instructions {
  margin: 0 0 24px;
}
body.template-giftcard .giftcard__content .gift-card-code {
  font-weight: 700;
  margin: 0 0 30px;
}
body.template-giftcard .giftcard__content .giftcard__start-shopping {
  margin: 0;
  letter-spacing: unset;
  text-transform: none;
  font-size: 1em;
  padding: 1em;
  line-height: 1;
}
body.template-giftcard .giftcard__content .giftcard__start-shopping:hover {
  opacity: unset;
}
.slideshow.side-by-side {
  min-height: 0;
  height: calc(100px + 50vw);
  max-height: calc(90vh - 100px);
  padding-top: 60px;
}
.slideshow.side-by-side
  .slideshow__slide
  + .slideshow__slide
  ~ .slideshow__slide {
  display: none;
}
.slideshow.side-by-side .slideshow__slides {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slideshow.side-by-side .slideshow__slide {
  display: block !important;
  position: relative;
  width: 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  transition: none;
  opacity: 1;
}
.slideshow.side-by-side .slideshow__slide h2 {
  max-width: 6.4em;
}
.slideshow.side-by-side .slideshow__slide h3 {
  margin: 2rem auto;
}
.slideshow.side-by-side .slideshow__slide h3 span {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .slideshow.side-by-side {
    max-height: none;
    height: 200vw;
  }
  .slideshow.side-by-side .slideshow__slides {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slideshow.side-by-side .slideshow__slide {
    width: 100%;
  }
}
.slideshow.side-by-side .slideshow__nav,
.slideshow.side-by-side .slideshow__buttons {
  display: none !important;
}
.product-template.editions {
  background: #fff;
}
.product-template.editions .page-width {
  max-width: 1600px;
}
.product-template.editions .product__content-header {
  display: none;
}
.product-template.editions .product__content-main {
  padding-top: 60px;
}
.product-template.editions .feature-slideshow {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  margin-right: 50px;
}
.product-template.editions .product-slideshow {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  height: 500px;
  opacity: 1;
  overflow: hidden;
  background: none;
}
.product-template.editions .product-slideshow__content {
  padding: 0 0 30px;
}
.product-template.editions.landscape .product-slideshow__slide-image {
  height: 140%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-template.editions .product-slideshow__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__slide-select-list {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__slide-select {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__slide-select--active {
  background-color: #000;
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__previous,
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__next {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s;
  outline: none;
  border: none;
  pointer: cursor;
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__previous
  svg,
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__next
  svg {
  display: none;
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__previous:after,
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  width: 1em;
  height: 1em;
  border: none;
  outline: none;
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__previous {
  left: 0;
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__previous:after {
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
  -ms-transform: translate(-25%, -50%) rotate(-45deg);
  transform: translate(-25%, -50%) rotate(-45deg);
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__next {
  right: 0;
}
.product-template.editions
  .product-slideshow__controls
  .product-slideshow__next:after {
  -webkit-transform: translate(-75%, -50%) rotate(135deg);
  -ms-transform: translate(-75%, -50%) rotate(135deg);
  transform: translate(-75%, -50%) rotate(135deg);
}
.product-template.editions
  .product-slideshow__controls:hover
  .product-slideshow__previous,
.product-template.editions
  .product-slideshow__controls:hover
  .product-slideshow__next {
  opacity: 1;
}
.product-template.editions .product-slideshow__slide-image-wrapper {
  display: block;
}
.product-template.editions .product__form-container {
  width: 300px;
}
.product-template.editions
  .product__form-container
  .product-info
  .product__title {
  color: #000;
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
  font-family: Ivar, Open Sans, HelveticaNeue, Helvetica Neue, sans-serif;
}
.product-template.editions
  .product__form-container
  .product-info
  .product__vendor {
  font-family: Open Sans, HelveticaNeue, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  letter-spacing: unset;
  color: #000;
  margin: 0;
}
.product-template.editions
  .product__form-container
  .product-info
  .product__vendor
  a {
  color: inherit;
  text-decoration: none;
}
.product-template.editions
  .product__form-container
  .product-info
  .product__price {
  color: #000;
  font-size: 2.4rem;
  letter-spacing: unset;
  margin-bottom: 0;
}
.product-template.editions
  .product__form-container
  .product-info
  .afterpay-paragraph {
  font-size: 1.1rem;
}
.product-template.editions
  .product__form-container
  .product-info
  .afterpay-paragraph
  img {
  max-height: 15px;
  width: auto !important;
}
.product-template.editions
  .product__form-container
  .product-info
  .afterpay-paragraph
  a
  u {
  font-size: inherit !important;
}
.product-template.editions .product__form-container .product-form {
  margin: 20px 0;
}
.product-template.editions
  .product__form-container
  .product-form
  .product-form__item {
  display: block;
}
.product-template.editions
  .product__form-container
  .product-form
  .product-form__item
  > label {
  position: static;
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #000;
  padding: 0;
}
.product-template.editions
  .product__form-container
  .product-form
  .product-form__item
  > label:after {
  margin-top: 12px;
  right: 0;
}
.product-template.editions
  .product__form-container
  .product-form
  .product-form__item
  select {
  padding: 10px !important;
  background: #f7f7f7;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 768px) {
  .product-template.editions
    .product__form-container
    .product-form
    .product-form__item
    select {
    font-size: 16px;
  }
}
.product-template.editions .product__form-container .product__notes {
  color: #005e62;
  margin: 0;
}
.product-template.editions .product__description-wrapper {
  background: #005e62;
}
.product-template.editions .product__description {
  color: #fff;
  text-align: center;
  font-size: 24px;
  width: 25em;
  max-width: 100%;
  padding: 50px 20px 60px;
  margin: 0 auto;
}
.product-template.editions .product__subimage-list {
  pointer-events: none;
}
.product-template.editions #about-the-artist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 100px 40px;
}
.product-template.editions #about-the-artist > .content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-template.editions #about-the-artist > .content .image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 250px;
  max-width: 25%;
  margin-right: 50px;
}
.product-template.editions #about-the-artist > .content .image img {
  width: 100%;
}
.product-template.editions #about-the-artist > .content .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 25px;
}
.product-template.editions #about-the-artist > .content .text > *:first-child {
  margin-top: auto;
}
.product-template.editions #about-the-artist > .content .text > *:last-child {
  margin-bottom: auto;
}
.product-template.editions #about-the-artist > .content .text .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
}
.product-template.editions #about-the-artist > .content .text .description {
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .product-template.editions #about-the-artist > .content {
    flex-wrap: wrap;
  }
  .product-template.editions #about-the-artist > .content .image {
    margin: 0 auto 20px;
    max-width: 50%;
  }
}
.product-template.editions .product__share-wrapper {
  display: none;
}
.product-template.editions #full-bleed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-template.editions #full-bleed img {
  width: 100%;
}
.product-template.editions #materials {
  position: relative;
  background: #f2cdd4;
}
.product-template.editions #materials h1 {
  position: absolute;
  bottom: 100%;
  padding: 1em 0;
  left: 50%;
  width: 15em;
  margin: 0 0 0 -6em;
  background: #f2cdd4;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
}
.product-template.editions #materials h2 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 25px;
}
.product-template.editions #materials ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 1400px;
  margin: 0 auto;
}
.product-template.editions #materials ul li {
  -webkit-flex: 1 1 0rem;
  -ms-flex: 1 1 0rem;
  flex: 1 1 0rem;
  position: relative;
  list-style: none;
  text-align: center;
  padding: 40px 30px 50px;
}
.product-template.editions #materials ul li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  border-right: 1px solid #c0a1a6;
}
.product-template.editions #materials ul li p {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  color: #000;
}
.product-template.editions #shopify-product-reviews {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-template.editions .feature-slideshow {
    margin-right: 0;
  }
  .product-template.editions .product__form-container {
    max-width: 100%;
    margin: 30px 0 0;
  }
  .product-template.editions .product__subimage-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-template.editions
    .product__subimage-list
    .product__subimage-list-item {
    position: relative;
    -webkit-flex: 1 1 0rem;
    -ms-flex: 1 1 0rem;
    flex: 1 1 0rem;
    width: 100%;
    padding-bottom: 100%;
  }
  .product-template.editions #materials ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  .product-template.editions #materials ul li {
    padding: 30px 30px 50px;
  }
  .product-template.editions #materials ul li:not(:last-child):after {
    left: 30px;
    right: 30px;
    bottom: 0;
    top: auto;
    border-right: 0;
    border-bottom: 1px solid #c0a1a6;
  }
}
.template-collection {
  background: #fff;
}
.template-collection .card__wrapper:hover .card__image {
  transform: unset;
}
.collection-template.editions {
  background: #fff;
}
.collection-template.editions .section-header__title {
  font-family: Ivar, Open Sans, HelveticaNeue, Helvetica Neue, sans-serif;
}
.collection-template.editions .section-header__description {
  max-width: 600px;
  margin: 30px auto;
}
.collection-template.editions select.featured-vendor-filter {
  display: block;
  max-width: 20em;
  margin: 0 auto 50px;
  background-color: #f7f7f7;
  color: #000;
  font-weight: 700;
}
.collection-template.editions select.featured-vendor-filter.hidden {
  display: none;
}
.collection-template.editions .card__info {
  background: #fff;
  font-size: 1.15rem;
}
.collection-template.editions .card__info .card__brand {
  font-size: 1.1em;
  color: #000;
  letter-spacing: 0;
}
.collection-template.editions .card__info .card__name {
  font-size: 2.4em;
  font-family: Ivar, Open Sans, HelveticaNeue, Helvetica Neue, sans-serif;
  color: #000;
  margin: 0 auto;
}
.collection-template.editions .card__info .card__price {
  font-size: 1.1em;
  color: #000;
  letter-spacing: 0;
}
.collection-template.editions .editions-width {
  padding: 0 40px;
}
.collection-template.editions .editions-container {
  position: relative;
}
.collection-template.editions .editions-container:after {
  content: "";
  display: table;
  clear: both;
}
.collection-template.editions .editions-container .card.force-load {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .collection-template.editions .editions-container .card__info {
    padding: 5px 22px 0;
  }
}
@media screen and (min-width: 768px) {
  .collection-template.editions .editions-container .card {
    float: none;
    position: relative;
  }
  .collection-template.editions .editions-container .card .card__info {
    height: 7rem;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .collection-template.editions .editions-container .card:hover .card__info {
    opacity: 1;
  }
  .collection-template.editions .editions-container .card .card__wrapper {
    overflow: visible;
  }
  .collection-template.editions .editions-container .card-container {
    float: left;
    position: relative;
    padding: 0 3.5rem 7rem;
  }
  .collection-template.editions
    .editions-container
    .card-container:nth-child(9n + 1) {
    margin-top: 3.3%;
    width: 60%;
    margin-right: 6.6%;
  }
  .collection-template.editions
    .editions-container
    .card-container:nth-child(9n + 2) {
    width: 33.333%;
  }
  .collection-template.editions
    .editions-container
    .card-container:nth-child(9n + 3) {
    width: 33.333%;
  }
  .collection-template.editions
    .editions-container
    .card-container:nth-child(9n + 4) {
    clear: left;
    margin-top: 18.6%;
    width: 33.333%;
  }
  .collection-template.editions
    .editions-container
    .card-container:nth-child(9n + 5) {
    margin-left: 3.3%;
    margin-top: 2%;
    width: 60%;
  }
  .collection-template.editions
    .editions-container
    .card-container:nth-child(9n + 6) {
    margin-left: 20%;
    width: 60%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .collection-template.editions
    .editions-container
    .card-container:nth-child(9n + 7),
  .collection-template.editions
    .editions-container
    .card-container:nth-child(9n + 8),
  .collection-template.editions
    .editions-container
    .card-container:nth-child(9n + 9) {
    width: 33.333%;
  }
}
.collection-template.editions .view-more {
  display: none;
  margin: 5rem auto 0;
  text-align: center;
}
.collection-template.editions .pagination.hidden {
  display: none;
}
.collection-template.editions .about-the-artist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 30px 40px;
}
.collection-template.editions .about-the-artist:not(.selected) {
  display: none;
}
.collection-template.editions .about-the-artist > .content {
  max-width: 1000px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.collection-template.editions .about-the-artist > .content .image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 250px;
  max-width: 25%;
  margin-right: 50px;
}
.collection-template.editions .about-the-artist > .content .image img {
  width: 100%;
}
.collection-template.editions .about-the-artist > .content .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 25px;
}
.collection-template.editions
  .about-the-artist
  > .content
  .text
  > *:first-child {
  margin-top: auto;
}
.collection-template.editions
  .about-the-artist
  > .content
  .text
  > *:last-child {
  margin-bottom: auto;
}
.collection-template.editions .about-the-artist > .content .text .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
}
.collection-template.editions .about-the-artist > .content .text .description {
  font-size: 20px;
  color: #000;
}
.index-section--featured-vendor-filter-collection
  .featured-collection__heading {
  margin-bottom: 50px;
}
.index-section--featured-vendor-filter-collection
  select.featured-vendor-filter {
  display: block;
  max-width: 20em;
  margin: 0 auto 50px;
}
.article__body.rte {
  position: relative;
}
.article__body.rte img {
  width: 980px;
  max-width: calc(100vw - 30px);
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
@media only screen and (min-width: 990px) {
  .article__content--large {
    width: 83.333%;
  }
}
.index-section--slideshow .slideshow__heading {
  font-family: Ivar, Open Sans, HelveticaNeue, Helvetica Neue, sans-serif;
  max-width: 10em;
  margin-bottom: 0.2em;
}
.index-section--slideshow .slideshow__subheading {
  line-height: 1.1;
}
.index-section--slideshow .slideshow__subheading span {
  font-size: 0.65em;
}
.index-section--slideshow .slideshow__heading-cta.btn {
  background: transparent;
}
.index-section--slideshow .slideshow__button-cta {
  display: none;
}
.index-section--slideshow .slideshow__button--active:after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  width: 200px;
  margin-left: -100px;
  border-bottom: 5px solid #005e62;
  bottom: -16px;
}
@media only screen and (max-width: 749px) {
  .index-section--slideshow .slideshow__button--active:after {
    bottom: -36px;
  }
}
.section-prebuilt-frames {
  margin: 5rem 0;
}
.section-prebuilt-frames header {
  text-align: left;
  margin: 8rem 0 1rem;
}
.section-prebuilt-frames header .section-header__above_title {
  color: #005e62;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2;
}
.section-prebuilt-frames header h1 {
  color: #000;
  font-size: 3.4rem;
}
.section-prebuilt-frames header .section-header__description {
  margin-top: 0.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .section-prebuilt-frames header .section-header__description {
    width: 65%;
  }
}
.section-prebuilt-frames .prebuilt-frames {
  margin: 2rem auto;
}
.section-prebuilt-frames .prebuilt-frames .prebuilt-frame .variant-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-prebuilt-frames .prebuilt-frames .prebuilt-frame .variant-image a {
  opacity: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-decoration: none;
}
.section-prebuilt-frames
  .prebuilt-frames
  .prebuilt-frame
  .variant-image
  a
  span {
  margin: auto auto 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: #005e62;
  color: #fff;
  text-align: center;
  padding: 1.2em;
}
.section-prebuilt-frames .prebuilt-frames .prebuilt-frame .details {
  padding-top: 1rem;
}
.section-prebuilt-frames .prebuilt-frames .prebuilt-frame .details span {
  display: block;
  font-weight: 700;
  line-height: 1.3;
}
.section-prebuilt-frames .prebuilt-frames .prebuilt-frame .details .price {
  float: right;
}
.section-prebuilt-frames .prebuilt-frames .prebuilt-frame .details .delivery {
  color: #005e62;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2;
}
.section-prebuilt-frames .prebuilt-frames .prebuilt-frame .variants {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0;
  font-size: 20px;
}
.section-prebuilt-frames .prebuilt-frames .prebuilt-frame .variants .variant {
  background: gray;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-right: 0.8em;
  cursor: pointer;
}
.section-prebuilt-frames
  .prebuilt-frames
  .prebuilt-frame
  .variants
  .variant.black {
  background: #000;
}
.section-prebuilt-frames
  .prebuilt-frames
  .prebuilt-frame
  .variants
  .variant.natural {
  background: #c59678;
}
.section-prebuilt-frames
  .prebuilt-frames
  .prebuilt-frame
  .variants
  .variant.white {
  background: #cacbc9;
}
.section-prebuilt-frames
  .prebuilt-frames
  .prebuilt-frame
  .variants
  .variant.walnut {
  background: #8f6945;
}
.section-prebuilt-frames
  .prebuilt-frames
  .prebuilt-frame
  .variants
  .variant.limewash {
  background: #eee7e4;
}
@media screen and (min-width: 768px) {
  .section-prebuilt-frames .prebuilt-frames {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-prebuilt-frames .prebuilt-frames .prebuilt-frame {
    width: calc((100% - (4rem * 2)) / 3);
  }
  .section-prebuilt-frames .prebuilt-frames .prebuilt-frame:not(:last-child) {
    margin-right: 4rem;
  }
  .section-prebuilt-frames
    .prebuilt-frames
    .prebuilt-frame
    .variant-image:not(:hover)
    a {
    opacity: 0;
  }
}
.section-prebuilt-frames .call-to-action {
  margin: 2rem auto;
  text-align: center;
}
#builder-breadcrumb {
  position: relative;
  padding: 25px 0 0;
  background: #f3f3f5;
  color: #ccc;
  text-align: center;
}
#builder-breadcrumb ul {
  margin: 0 auto;
  padding: 0;
}
#builder-breadcrumb ul li {
  display: inline-block;
  font-size: 16.3px;
  min-width: 6.5em;
  max-width: 15%;
  padding: 0 5px;
}
@media screen and (max-width: 600px) {
  #builder-breadcrumb ul li {
    min-width: 4.5em;
    max-width: 16%;
  }
}
@media screen and (max-width: 450px) {
  #builder-breadcrumb ul li {
    font-size: 14px;
    min-width: 4em;
    padding: 0 2px;
  }
}
#builder-breadcrumb ul li a {
  color: inherit;
}
#builder-breadcrumb ul li a.enabled {
  color: #666;
}
#builder-breadcrumb ul li a.selected {
  text-decoration: underline;
}
#builder-breadcrumb ul li a.enabled:not(.selected) {
  cursor: pointer;
}
.builder-page #more-info-bar {
  text-align: center;
  color: #fff;
  background: #17322b;
  height: 60px;
}
.builder-page #more-info-bar span {
  font-size: 14px;
  line-height: 60px;
}
@media screen and (max-width: 800px) {
  .builder-page #more-info-bar span {
    font-size: 12px;
  }
}
.builder-page #more-info-bar span:last-of-type {
  opacity: 0.333;
}
.builder-page #quality-materials {
  background: #fff;
  color: #005e62;
  padding: 50px 0;
}
.builder-page #quality-materials .content {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}
.builder-page #quality-materials .content img {
  margin-bottom: 12px;
}
.builder-page #quality-materials .content h1 {
  font-size: 3.85em;
  color: inherit;
}
.builder-page #quality-materials .content > p {
  width: 55%;
  color: inherit;
  font-weight: 400;
  margin: 0 auto 40px;
}
.builder-page #quality-materials .content table {
  display: block;
  float: left;
  width: 25%;
  font-size: 1.7em;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.builder-page #quality-materials .content table h2 {
  color: inherit;
  font-size: inherit;
  margin: 0;
}
.builder-page #quality-materials .content table tr {
  display: block;
  padding: 0 2rem;
}
.builder-page #quality-materials .content table th,
.builder-page #quality-materials .content table td {
  border: none;
  padding-top: 0;
  padding-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .builder-page #quality-materials .content {
    font-size: 2vw;
  }
  .builder-page #quality-materials .content > p {
    width: 90%;
  }
  .builder-page #quality-materials .content table {
    width: 50%;
  }
  .builder-page #quality-materials .content table:nth-of-type(odd) {
    clear: both;
  }
}
.builder-page #quality-materials .content:after {
  content: "";
  display: table;
  clear: both;
}
.builder-page #app-gallery .columns {
  padding: 0;
  max-width: none;
}
.builder-page #app-gallery .columns:after {
  content: "";
  display: table;
  clear: both;
}
.builder-page #app-gallery .column {
  float: left;
  width: 33.333%;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  .builder-page #app-gallery .column {
    width: 100%;
    min-height: 120vw;
  }
}
.builder-page #about-us {
  background: #bccdc5;
}
.builder-page #about-us .columns {
  padding: 0;
  max-width: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.builder-page #about-us .column {
  width: 100%;
  min-height: 50vw;
}
.builder-page #about-us .content {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
.builder-page #about-us .content h1 {
  font-size: 3.85em;
}
.builder-page #about-us .content a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .builder-page #about-us {
    font-size: 2vw;
  }
  .builder-page #about-us .columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .builder-page #about-us .column {
    min-height: 60vw;
  }
  .builder-page #about-us .column:first-child {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media screen and (min-width: 801px) {
  .builder-page #about-us .column {
    position: relative;
    min-height: 0;
    margin: 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
  .builder-page #about-us .content {
    padding: 50px;
    margin: 0;
  }
}
.builder-page .popup-bubble {
  display: none;
  position: absolute;
  z-index: 100;
  width: calc(14.3em + 6rem);
  color: #fff;
  background: #005e62;
  border-radius: 1rem;
  padding: 1.5rem 4rem 2rem 2rem;
  font-size: 1.4rem;
}
.builder-page .popup-bubble a {
  text-decoration: underline;
}
.builder-page .popup-bubble:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 60px;
  background: url(../images/bubble-stem.svg) no-repeat;
  background-size: 100% 100%;
  left: 100%;
  top: 2rem;
}
@media screen and (max-width: 768px) {
  .builder-page .popup-bubble.mobile-left:before {
    left: auto;
    right: 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
.builder-page .popup-bubble a.close-button {
  position: absolute;
  top: 0;
  right: 1rem;
  padding: 0.3rem 0.5rem;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.builder-page .popup-bubble > *:last-child {
  margin-bottom: 0;
}
.builder-page #info {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.builder-page #info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.builder-page #info > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.builder-page #info > ul > li {
  border-top: #ccf275 2px solid;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .builder-page #info > ul > li {
    -webkit-flex: 1 1 0rem;
    -ms-flex: 1 1 0rem;
    flex: 1 1 0rem;
    margin: 0 4rem;
  }
  .builder-page #info > ul > li:first-child {
    margin-left: 0;
  }
  .builder-page #info > ul > li:last-child {
    margin-right: 0;
  }
}
.builder-page #info > ul > li h3 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: inherit;
  margin: 1rem 0;
}
.builder-page #info > ul > li > ul,
.builder-page #info > ul > li dl {
  margin: 0 0 1rem;
}
.builder-page #info > ul > li dt,
.builder-page #info > ul > li dd {
  display: inline;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .builder-page #info {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0 2rem;
  }
  .builder-page #info > ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .builder-page #info > ul h3 {
    cursor: pointer;
  }
  .builder-page #info > ul > li:not(.mobile-expanded) ul,
  .builder-page #info > ul > li:not(.mobile-expanded) dl {
    display: none;
  }
}
.builder-page #faqs {
  background: #f3f3f3;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.builder-page #faqs > header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.builder-page #faqs > header a {
  color: #005e62;
  font-size: 2rem;
  text-decoration: none;
  cursor: pointer;
}
.builder-page #faqs > header a:after {
  display: inline-block;
  position: relative;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-bottom: 1px solid #005e62;
  border-right: 1px solid #005e62;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.3em;
}
.builder-page #faqs > header a.expanded:after {
  -webkit-transform: translate(25%, -25%) rotate(45deg);
  -ms-transform: translate(25%, -25%) rotate(45deg);
  transform: translate(25%, -25%) rotate(45deg);
}
.builder-page #faqs > header span {
  float: right;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .builder-page #faqs > header {
    padding: 2rem 10rem;
  }
}
@media screen and (max-width: 767px) {
  .builder-page #faqs {
    margin-bottom: 0rem;
  }
  .builder-page #faqs > header span {
    display: none;
  }
}
.builder-page #faqs .expandable-tables {
  display: none;
}
.builder-page #faqs .expandable-tables .expand-symbol:before,
.builder-page #faqs .expandable-tables .expand-symbol:after {
  border-color: #58595b;
}
.builder-page #faqs .expandable-tables a {
  color: inherit;
}
.builder-page .text-and-image-panels {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .builder-page .text-and-image-panels {
    padding: 0;
  }
}
.builder-page .text-and-image-panels + #shopify-product-reviews {
  margin-top: -4rem;
}
.builder-page .text-and-image-panels > div {
  padding: 0;
}
.builder-page .text-and-image-panels > div .text-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 2rem 3rem;
}
.builder-page .text-and-image-panels > div .text-wrapper h3 {
  color: inherit;
  font-size: 2.8rem;
}
.builder-page .text-and-image-panels > div .text-wrapper p {
  font-size: 1.4rem;
}
.builder-page .text-and-image-panels > div .image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .builder-page .text-and-image-panels > div .image-wrapper {
    display: block;
  }
}
.builder-page .text-and-image-panels > div .image-wrapper img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .builder-page .text-and-image-panels > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .builder-page .text-and-image-panels > div .text-wrapper {
    width: 50%;
    padding: 6rem;
  }
  .builder-page .text-and-image-panels > div .image-wrapper {
    width: 50%;
    padding: 1rem;
  }
  .builder-page .text-and-image-panels > div:nth-child(odd) .image-wrapper {
    order: 1;
  }
}
.builder-page #variant-info {
  display: none;
}
@keyframes carousel-on-left {
  0% {
    right: 100%;
    visibility: visible;
  }
  to {
    right: 0;
    visibility: visible;
  }
}
@keyframes carousel-on-right {
  0% {
    right: -100%;
    visibility: visible;
  }
  to {
    right: 0;
    visibility: visible;
  }
}
@keyframes carousel-off-left {
  0% {
    right: 0;
    visibility: visible;
  }
  50% {
    opacity: 1;
  }
  to {
    right: -80%;
    visibility: visible;
    opacity: 0;
  }
}
@keyframes carousel-off-right {
  0% {
    right: 0;
    visibility: visible;
  }
  50% {
    opacity: 1;
  }
  to {
    right: 80%;
    visibility: visible;
    opacity: 0;
  }
}
@keyframes carousel-wide-on-left {
  0% {
    right: 640px;
    visibility: visible;
  }
  to {
    right: 0;
    visibility: visible;
  }
}
@keyframes carousel-wide-on-right {
  0% {
    right: -640px;
    visibility: visible;
  }
  to {
    right: 0;
    visibility: visible;
  }
}
@keyframes carousel-wide-off-left {
  0% {
    right: 0;
    visibility: visible;
  }
  50% {
    opacity: 1;
  }
  to {
    right: -528px;
    visibility: visible;
    opacity: 0;
  }
}
@keyframes carousel-wide-off-right {
  0% {
    right: 0;
    visibility: visible;
  }
  50% {
    opacity: 1;
  }
  to {
    right: 528px;
    visibility: visible;
    opacity: 0;
  }
}
.builder-single-page {
  color: #58595b;
  background: #fff;
  overflow: hidden;
}
.builder-single-page #frame-builder {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
.builder-single-page .builder-container {
  position: relative;
}
@media (min-width: 769px) {
  .builder-single-page .builder-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .builder-single-page .builder-container {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}
.builder-single-page .imagery {
  position: relative;
  background: #fff;
  transition: opacity 1s;
}
@media (min-width: 769px) {
  .builder-single-page .imagery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    flex: 1 1 0;
    align-self: stretch;
  }
}
.builder-single-page .imagery.loading {
  opacity: 0;
}
.builder-single-page .height-controller {
  height: 100%;
  max-height: calc(100vw - 337px);
  min-height: calc(
    (((100vw - 17px) / 2) + ((100vw - 17px) / 2 - 320px)) * 2 / 3
  );
  position: relative;
  margin: auto 0 auto auto;
}
@media (min-width: 980px) {
  .builder-single-page .height-controller {
    min-height: calc((((100vw - 17px) / 2) + (980px / 2 - 320px)) * 2 / 3);
  }
}
@media (max-width: 768px) {
  .builder-single-page .height-controller {
    height: 0;
    min-height: 0;
    padding-bottom: 100%;
  }
}
.builder-single-page .carousel-container {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.builder-single-page .aspect {
  height: 100%;
  align-self: stretch;
}
.builder-single-page .carousel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.builder-single-page .slide-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.builder-single-page .slide-wrapper.extend {
  width: 150%;
}
@media (min-width: 769px) {
  .builder-single-page .slide-wrapper {
    max-width: calc(100vw - 337px);
  }
}
@media (min-width: 980px) {
  .builder-single-page .slide-wrapper {
    max-width: calc((100vw - 17px) / 2 + 170px);
  }
}
.builder-single-page .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #fff;
}
.builder-single-page .slide.hidden {
  display: none;
}
.builder-single-page .slide.animate-on-left {
  animation: carousel-on-left 0.5s;
}
.builder-single-page .slide.animate-on-right {
  animation: carousel-on-right 0.5s;
}
.builder-single-page .slide.animate-off-left {
  animation: carousel-off-left 0.5s;
  visibility: hidden;
}
.builder-single-page .slide.animate-off-right {
  animation: carousel-off-right 0.5s;
  visibility: hidden;
}
@media screen and (min-width: 980px) {
  .builder-single-page .slide.animate-on-left {
    animation: carousel-wide-on-left 0.5s;
  }
  .builder-single-page .slide.animate-on-right {
    animation: carousel-wide-on-right 0.5s;
  }
  .builder-single-page .slide.animate-off-left {
    animation: carousel-wide-off-left 0.5s;
  }
  .builder-single-page .slide.animate-off-right {
    animation: carousel-wide-off-right 0.5s;
  }
}
.builder-single-page .slide .image-wrapper {
  position: absolute;
  left: 50%;
  width: 150vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  text-align: center;
}
.builder-single-page .slide .image-wrapper img {
  height: 100%;
}
.builder-single-page .dots {
  position: absolute;
  bottom: 1rem;
  padding: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  font-size: 0.7rem;
}
.builder-single-page .dots .dot {
  display: inline-block;
  padding: 0.5em;
  margin: 0 0.5em;
  cursor: pointer;
}
.builder-single-page .dots .dot:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #b2b2b2;
  border-radius: 50%;
}
.builder-single-page .dots .dot.selected {
  cursor: unset;
}
.builder-single-page .dots .dot.selected:after {
  background: #eee;
}
.builder-single-page .preview {
  background: #fff;
}
.builder-single-page .preview.loading:after,
.builder-single-page .frame-preview.loading:after,
.builder-single-page .print-only-preview.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4em;
  height: 4em;
  background: url(../images/loading.gif) no-repeat;
  background-size: contain;
}
.builder-single-page .options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 50;
  background: #fff;
  width: calc((100% - (4 * 4rem)) / 3 + 4rem);
  padding: 0 0 0 4rem;
  margin: 0 auto 0 0;
  transition: opacity 1s;
}
@media screen and (max-width: 768px) {
  .builder-single-page .options {
    width: 100%;
    padding: 20px 20px 0;
    margin: auto;
  }
}
.builder-single-page .options > *:first-child {
  margin-top: auto;
}
.builder-single-page .options > *:last-child {
  margin-bottom: auto;
}
.builder-single-page .options.loading {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .builder-single-page .options {
    width: 100%;
    margin: 0;
  }
}
.builder-single-page #frame-builder h3 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: inherit;
  margin: 0;
  padding: 0 0.8rem;
  position: relative;
  z-index: 1;
}
.builder-single-page .name-and-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding: 0.8rem 0.8rem 0;
}
.builder-single-page .name-and-price .name {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.builder-single-page .name-and-price .price {
  margin-top: auto;
  margin-left: 1rem;
  text-align: right;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.builder-single-page .view-all {
  color: #005e62;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1rem;
  cursor: pointer;
  margin-bottom: 0.3rem;
  padding: 0.3rem 0.8rem;
}
.builder-single-page .size {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.builder-single-page .size .select-wrapper {
  position: relative;
  border-bottom: 2px solid #dce0e0;
  margin-top: -0.5rem;
}
.builder-single-page .size .select-wrapper select {
  background: none;
  border: none;
  margin: 0;
  padding: 0.5rem 2rem 0.5rem 0.8rem;
}
.builder-single-page .size .select-wrapper select:focus {
  outline: none;
}
.builder-single-page .size .select-wrapper option,
.builder-single-page .size .select-wrapper optgroup {
  font-weight: lighter;
  background: #f7f7f7;
}
.builder-single-page .size .select-wrapper option:disabled,
.builder-single-page .size .select-wrapper optgroup:disabled {
  color: #ccc;
}
.builder-single-page .size .select-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0.4rem;
  border-right: 2px solid #dce0e0;
  border-top: 2px solid #dce0e0;
  width: 1.5rem;
  height: 1.5rem;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.builder-single-page .size .popup-bubble {
  top: -3.3rem;
  right: 75%;
}
@media screen and (max-width: 768px) {
  .builder-single-page .size .popup-bubble {
    right: 10%;
  }
}
.builder-single-page .border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.builder-single-page .border input {
  display: none;
}
.builder-single-page .border label {
  position: relative;
  width: 50%;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 2px solid #dce0e0;
  color: inherit;
}
.builder-single-page .border input:checked + label {
  border-color: #58595b;
}
.builder-single-page .colour {
  margin-bottom: 1rem;
}
.builder-single-page .colour ul {
  margin: 1rem 0 0;
  padding: 0 0.8rem;
}
.builder-single-page .colour li {
  list-style: none;
  display: inline-block;
}
.builder-single-page .colour li a {
  display: inline-block;
  margin-right: 1rem;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  cursor: pointer;
}
.builder-single-page .colour li a.black {
  background: #000;
}
.builder-single-page .colour li a.white {
  background: #f1f2f2;
}
.builder-single-page .colour li a.natural {
  background: #c2b59b;
}
.builder-single-page .colour li a.walnut {
  background: #8f6945;
}
.builder-single-page .colour li a.limewash {
  background: #eee7e4;
}
.builder-single-page .upload {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
}
.builder-single-page .upload a {
  display: inline-block;
  padding: 0.7rem 1rem;
  border-bottom: 2px solid #005e62;
  margin-right: 0.5rem;
  cursor: pointer;
}
.builder-single-page .upload span {
  font-size: 1.1rem;
}
.builder-single-page .upload .popup-bubble {
  top: -3rem;
  right: 100%;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .builder-single-page .upload .popup-bubble {
    right: auto;
    margin-right: 0;
    left: calc(25% - 30px);
  }
}
.builder-single-page .uploaded {
  display: none;
  padding: 0.7rem 1rem;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
}
.builder-single-page .uploaded .remove-button {
  cursor: pointer;
  margin-left: 2rem;
  font-size: 1.3rem;
  border-bottom: 2px solid #005e62;
}
.builder-single-page .purchase {
  margin-bottom: 1.5rem;
  padding: 0 0.8rem;
}
.builder-single-page .purchase #AddToCartForm {
  display: none;
}
.builder-single-page .purchase button {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #58595b;
  border: 1px solid #58595b;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem;
  background: none;
}
.builder-single-page .purchase button:disabled {
  opacity: 0.3;
}
.builder-single-page .purchase p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 1.5;
  font-size: 1.4rem;
}
#builder-single-page-print-only .carousel,
#builder-single-page-print-only .image-preview {
  background: #f3f3f5;
}
/*# sourceMappingURL=/cdn/shop/t/38/assets/format-frames.scss.css.map?v=94317373318687825421720615153 */
