/* =======================================================

~~~~~ HEY, READ ME YO! ~~~~~~
COMPANY: Who Gives A Crap
URL: https://au.whogivesacrap.org
DEVELOPER: Ben Rellick
URL: http://www.benrellick.com
EMAIL: benrellick@gmail.com
---
NOTES:
First made these edits on July 2015. Converted to SCSS in September 2016.
The theme consists of 3 files..
1) Mobilia base CSS theme
2) Custom edits (~*YOU ARE HERE*~) built on top of the mobilia theme. Includes general edits, the 2016 Impact Update, the New Template, and media queries.
3) Country-specific CSS files. There are three of these (AU, USA, and UK), so each theme includes the appropriate file on top of the 2 afformentioned files.

=======================================================*/
/* == $Colors */
/* == Colors on September 2018 Impact Update Page */
/* holiday 2018 colours */
/* Gift edition */
/* == Fonts */
/* == Pre-load some images to avoid flicker */
body:after {
  display: none;
  content: url("//cdn.shopify.com/s/files/1/1502/3454/files/giftedition_soldout_happyface.png?v=5868656023050016122");
  /* semicolon after last image, no commas */ }

/* == Mixins */
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1600; }

  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 1600; }

  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes rainbow {
  0% {
    filter: hue-rotate(360deg); }

  40% {
    filter: hue-rotate(360deg); }

  60% {
    filter: hue-rotate(234deg); }

  100% {
    filter: hue-rotate(234deg); } }

@keyframes rainbow {
  0% {
    filter: hue-rotate(360deg); }

  40% {
    filter: hue-rotate(360deg); }

  60% {
    filter: hue-rotate(234deg); }

  100% {
    filter: hue-rotate(234deg); } }

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* ===================== Home page & General Styles ====================== */
/* Hide content on homepage */
.good-for + div {
  display: none !important; }

.guarantee {
  background: #5b96ff;
  color: white;
  margin: 0;
  font-family: "gilroy-extrabold", "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif";
  text-align: center; }
  .guarantee.white-bg {
    background: #fff;
    color: #5b96ff; }
  .guarantee .container {
    padding: 11px 0; }
    .guarantee .container div + div {
      margin: 44px 0 44px;
      font-size: 16px;
      text-transform: none !important; }
  .guarantee img {
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .guarantee img {
        max-width: 110px; } }

div.section.good-for {
  margin: 40px 0; }
  div.section.good-for h3 {
    text-align: center; }
  div.section.good-for a {
    color: #5b96ff; }
  div.section.good-for p {
    font-size: 18px; }
    @media screen and (min-width: 678px) {
      div.section.good-for p {
        padding: 0 16%; } }
  @media screen and (min-width: 678px) {
    div.section.good-for .one-third:nth-child(2) p p {
      padding: 0 10%; } }

.section.three-items {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  margin-bottom: 26px;
  margin-top: 30px;
  clear: both;
  overflow: auto; }
  .section.three-items span {
    font-family: "gilroy-extrabold", "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif";
    font-size: 14px;
    color: #5b96ff; }
  .section.three-items .thumbnail {
    margin-bottom: 0; }
    .section.three-items .thumbnail.wide-icon img {
      max-width: 70px;
      margin-top: 6px;
      margin-bottom: 3px; }
  .section.three-items img {
    margin-right: 6px; }
  .section.three-items div span {
    vertical-align: middle; }
  .section.three-items div img {
    vertical-align: middle;
    max-width: 43px; }
.section.good-for img {
  width: 80%; }

@media only screen and (max-width: 959px) {
  .section.three-items span {
    font-size: 13px; } }
/* hides header that gives extra space at top */
.container .columns.header {
  border-bottom: none;
  display: none; }

/* light blue background, on pages that aren't the homepage */
.highlighted-content {
  background-color: #dfebff; }

div.section.clearfix {
  overflow: visible; }

/* Show best value seal. ".best-value" is set by jquery in product-loop.liquid */
.product_row div.best-value::after {
  content: " ";
  /* background: url("//cdn.shopify.com/s/files/1/1502/3454/files/newbrand_best-value-pebble.png?v=9831543859054386130") no-repeat center center; */
  background-size: 100%;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  top: 10px;
  right: 10px; }

/* Homepage slider */
#homepage_slider a.mobile-image {
  display: none; }

/* Bulk, roll model, etc lines with icon in center */
.line-through {
  /* Bulk boxes */ }
  .line-through h3 {
    z-index: 200;
    position: relative;
    text-align: center;
    padding: 0.5em 0 0.1em;
    font-size: 22px;
    line-height: 1.7em;
    color: #5b96ff; }
    .line-through h3 a {
      color: #e025a6; }
  .line-through hr.line-centered:after {
    content: url("//cdn.shopify.com/s/files/1/1502/3454/files/test-boxes.png?v=4543280783238132658");
    bottom: 50px; }

/* Roll Model logo (on bulk page) */
.bulk .line-through hr.line-centered {
  margin-bottom: 16px; }
  .bulk .line-through hr.line-centered:after {
    content: url("//cdn.shopify.com/s/files/1/1502/3454/files/rollmodel-white-bg.png?v=4785261196956629373"); }

/* WGAC small logo (on Roll Model page) */
.rollmodel .line-through hr.line-centered {
  margin-bottom: 27px; }
  .rollmodel .line-through hr.line-centered:after {
    content: url("//cdn.shopify.com/s/files/1/1502/3454/files/wgac-logo-white-bg.png?v=12688987221842567562");
    bottom: 32px; }

/* hr with centered item */
hr.line-centered {
  text-align: center;
  margin: 30px 0 15px; }
  hr.line-centered:after {
    content: "";
    color: #999;
    /* for vertical centering and background knockout */
    display: inline;
    /* same as background color... */
    background-color: white;
    /* size of background color knockout */
    padding: 0 0.5em;
    position: relative; }

/* add extra margin to top when following "good for" part */
.highlighted-content + .container .line-through {
  margin-top: 60px; }

.impact-line-wrap {
  margin-top: 40px; }
  .impact-line-wrap span {
    position: relative;
    top: -14px;
    background: #ecf2f3;
    padding: 0 16px; }
    .impact-line-wrap span.impact-to-date {
      font-family: "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif";
      text-transform: uppercase;
      color: #5b96ff;
      font-size: 28px; }
  .impact-line-wrap a {
    font-family: "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif";
    text-transform: uppercase;
    color: #5b96ff;
    font-size: 16px;
    border-bottom: 1px dotted #5b96ff; }
    .impact-line-wrap a:hover {
      border-bottom: 1px dashed #5b96ff; }
  .impact-line-wrap hr.line-centered.impact-dash {
    margin: 0; }
    .impact-line-wrap hr.line-centered.impact-dash:after {
      content: "";
      background: transparent; }

hr.line-centered.impact-dash:after {
  content: "Our Impact to Date:";
  bottom: 10px;
  font-family: "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif";
  text-transform: uppercase;
  color: #5b96ff;
  font-size: 28px;
  padding: 0 34px; }

/* ==== Footer animations and adjustments */
.seasonable-animation {
  width: 16%;
  margin: 0 auto; }
  .seasonable-animation img {
    max-width: 100%; }

p.credits {
  color: #999;
  text-align: center;
  line-height: 140%;
  font-size: 12px; }

#contact_email:not(.contact_email) {
  margin-bottom: 10px;
  border: none; }

#email_signup {
  margin-bottom: 0; }

.klaviyo_form_actions {
  display: inline-block; }

#mc-embedded-subscribe-form + p {
  color: #888; }

/* International selector */
h6.change-location {
  margin-top: 20px; }

.icons.location li.us a {
  background-position: -25px bottom; }
.icons.location li.uk a {
  background-position: -50px bottom; }
.icons.location li a {
  background: url("https://cdn.shopify.com/s/files/1/0149/0065/t/23/assets/international-switcher.png?14434333619354742982") no-repeat;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background-position: left bottom;
  filter: grayscale(100%); }
  .icons.location li a:hover {
    filter: none; }
.icons.location li.selected a {
  filter: none; }

/* ===================== Hellobar ====================== */
/* @extend-elements */
#hellobar-container a, #hellobar-container a:link, #hellobar-container a:visited, #hellobar-container a:hover {
  color: white;
  font-size: 16px;
  padding: 0;
  border: none;
  text-decoration: underline; }

#hellobar-pusher {
  height: 30px;
  position: relative;
  overflow: hidden;
  /* @media screen and (max-width: 500px) {
    height: 50px;
  }*/ }

#hellobar-wrapper {
  height: 30px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2; }
  @media screen and (max-width: 500px) {
    #hellobar-wrapper.christmas-last-chance {
      height: 50px; } }

#hellobar-container {
  font-family: "gilroy-extrabold", "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif";
  background: #2dcb98;
  color: white;
  border-bottom-color: #0011ff;
  border-bottom: none;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1000;
  text-transform: none; }
  @media screen and (max-width: 500px) {
    #hellobar-container.christmas-last-chance {
      height: 50px;
      padding: 5px 38px 0;
      width: auto;
      line-height: 20px; } }

/* ===================== Header images ====================== */
/* Full width images at the top of the pages */
.fullwidth {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*  FAQ page parallax header */ }
  .fullwidth.about {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/Website-refresh-page-headers-About_us-no-animals2.jpg?v=9773450069845211388"); }
    @media screen and (min-width: 1530px) {
      .fullwidth.about {
        background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/Website-refresh-page-headers-About_us.jpg?v=13423658790858439341"); } }
  .fullwidth.beciorpin {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/WGAC_NewSite_Banner_Beci.jpg?v=11029783779152630044"); }
  .fullwidth.bulk {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/Website-refresh-page-headers-bulk.jpg?v=9522169055410216565"); }
  .fullwidth.craig-karl {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/WGAC_NewSite_Banner_Craig_Karl.jpg?v=13594911976067365296"); }
  .fullwidth.impact {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/Website-refresh-page-headers-why2.jpg?v=10454040161311764237"); }
  .fullwidth.rollmodel {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/WGAC_NewSite_Banner_RollModel.jpg?v=10912690250508254583"); }
  .fullwidth.shop {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/Website-refresh-page-headers-good2.jpg?v=10350407866251201925"); }
  .fullwidth.jobs {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/WGAC_NewSite_BannerImages_Careers.jpg?v=4479726494778675323"); }
  .fullwidth.shipping {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/Website-refresh-page-headers-shipping.jpg?v=4987553351142990061");
    background-position: top center; }
  .fullwidth.christmas2016 {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/WGAC_XMAS2016_header2.jpg?v=2978958633618597621"); }
  .fullwidth.fundraising {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/WGAC_NewSite_Banner_Shipping.jpg?v=2129208012054236285"); }
  .fullwidth.for-the-workplace {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/WGAC_Workplace.jpg?v=13651150632801198962");
    background-position: top center; }
  .fullwidth.distributors {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/WGAC_Workplace_Distributors.jpg?v=8553465259085567587"); }
  .fullwidth.bathroom-poetry {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/temporary-bathroom-poetry-header.jpg?116719"); }
  .fullwidth.dads {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/rad-dads.png?v=7232015963386332902"); }
  .fullwidth.landing {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/September-growth-Header.png?v=5251018491050905841"); }
  .fullwidth.crafting {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/Xmas-Craft-Header2.jpg?v=967204522293206186"); }
  .fullwidth.listicle {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/listicle_Aheader.jpg?v=12323440263867058889"); }
  .fullwidth.listicle.listicle-header-B {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/listicle_Bheader.jpg?v=1182156820418604288"); }
  .fullwidth.global-launch-fullwidth {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/WGAC_OGimages_USUKLaunch.png?v=6521198097999949732");
    background-color: #5b96ff;
    background-size: 70%;
    -webkit-filter: hue-rotate(-31deg);
    filter: hue-rotate(-31deg); }
    @media (min-width: 1200px) {
      .fullwidth.global-launch-fullwidth {
        background-size: 60%; } }
    @media (min-width: 1400px) {
      .fullwidth.global-launch-fullwidth {
        background-size: 40%; } }
  .fullwidth.faq {
    margin-bottom: 16px;
    background: #5b96ff;
    background-image: url("//p6.zdassets.com/hc/theme_assets/480926/200200037/pattern2.jpg");
    background-position: 50% 0;
    text-align: center;
    color: white;
    height: auto;
    min-height: 400px;
    -webkit-filter: hue-rotate(40deg);
    filter: hue-rotate(40deg); }
    .fullwidth.faq h1 {
      line-height: 1;
      color: white;
      margin-top: 120px;
      font-size: 48px;
      margin-bottom: 12px; }
    .fullwidth.faq p {
      font-size: 24px;
      line-height: 1.4em;
      padding: 0 10% 3%; }
    .fullwidth.faq a {
      font-size: 24px;
      color: white;
      display: inline-block;
      border-bottom: 1px dotted white;
      padding: 0; }

/* ===================== Page intro text, general page styles ====================== */
/* @extend-elements */
.page .page-intro, .shippingOutput p#shippingOutput__large-intro {
  font-family: "gilroy-extrabold", "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 28px;
  text-align: center;
  line-height: 1.4em;
  color: #222;
  margin-top: 40px; }

.page {
  text-align: center; }
  .page .page-intro.impact-page-intro strong {
    font-weight: normal;
    color: #5b96ff; }
  .page .page-intro.impact-page-intro p {
    line-height: 1.4em; }

/* Blue box heading that overlaps images */
.box-overlay {
  background: white;
  border: 3px solid #5b96ff;
  padding: 12px 8%;
  position: relative;
  top: -38px;
  text-align: center;
  display: inline-block;
  z-index: 200; }
  .box-overlay h1 {
    font-size: 66px;
    line-height: 66px;
    color: #5b96ff;
    display: block; }

.craig-karl .container {
  padding-top: 80px; }
.craig-karl .two-column-photo img {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 20px; }
.craig-karl .two-column-photo-text h3 {
  margin-top: 0; }

.two-column-photo-text h3 {
  margin-top: 20px; }
.two-column-photo-text p {
  font-size: 16px;
  text-align: left; }

.impact-columns .container {
  padding: 80px 0; }

.about .two-column-photo img {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* Bulk / Roll Model */
.bulk p.page-intro {
  padding: 2% 0; }
  .bulk p.page-intro.bulk {
    font-size: 16px;
    text-align: center; }
    .bulk p.page-intro.bulk a {
      color: #e025a6;
      font-family: "gilroy-extrabold", "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif"; }

.rollmodel p.page-intro {
  padding: 2% 0; }

/* FAQ */
.container.faq div.collection_nav {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

/* ===================== Limited edition ====================== */
.button.orange {
  background: #F2674A;
  font-size: 26px;
  margin: 24px 0;
  line-height: 100%;
  padding: 12px 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.beciorpin.container div.collection_nav,
.christmas.container div.collection_nav,
.limited-edition.container div.collection_nav {
  border-bottom: none; }

h3.show-us-yours {
  text-align: center;
  color: #5b96ff;
  margin-top: 50px; }

h3.show-us-yours + p {
  font-size: 16px; }

.beciorpin p a,
.christmas p a,
.limited-edition p a {
  border-bottom: 1px dotted #5b96ff; }

.beciorpin p a:hover,
.christmas p a:hover,
.limited-edition p a:hover {
  border-bottom: 1px dashed #5b96ff;
  color: #5b96ff; }

.beciorpin .row,
.christmas .row,
.limited-edition .row {
  line-height: 0;
  margin-bottom: 0; }

.beciorpin .row img,
.christmas .row img,
.limited-edition .row img {
  margin-bottom: 20px; }

.beciorpin form,
.christmas form,
.limited-edition form {
  margin-bottom: 0; }

.beciorpin span.buy-now-label,
.christmas span.buy-now-label,
.limited-edition span.buy-now-label {
  color: #404040;
  font-size: 20px;
  bottom: -14px;
  position: relative; }

.beciorpin form + span.buy-now-label,
.christmas form + span.buy-now-label,
.limited-edition form + span.buy-now-label {
  bottom: 0;
  top: -10px; }

/* ===================== Impact page ====================== */
.impact-graphic h3, .impact-blue-wrap .impact-graphic h3 {
  text-align: center;
  color: #5b96ff;
  text-decoration: none; }

.impact-blue-wrap .social-box h2, .social-box h2 {
  color: white;
  line-height: 1.3em;
  padding: 0 20px;
  font-size: 24px;
  margin-top: 0; }

.impact-graphic div {
  margin-top: 6px; }
  .impact-graphic div:last-child {
    margin-top: 0; }
  .impact-graphic div:nth-child(3) {
    margin-top: 8px; }

.impact-blue-wrap {
  background: #8c5ef7; }
  .impact-blue-wrap h2 {
    color: #5b96ff;
    font-size: 32px;
    margin-top: 20px; }
  .impact-blue-wrap h3.view-report {
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
    font-size: 24px; }
  .impact-blue-wrap .container div.collection_nav {
    border-bottom: none;
    margin-bottom: 0; }

.impact-dash {
  background: url("//cdn.shopify.com/s/files/1/1502/3454/files/impact-dash.png?v=2001774865580348125") repeat-x 53% center;
  border: none;
  height: 5px;
  margin: 80px 0 40px; }

/* Social icons in purple box */
.social-box {
  text-align: center; }
  .social-box.bottom h2 {
    color: #8c5ef7; }
  .social-box.bottom .icons li.facebook a {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/newbrand_facebook_purple.png?v=2074076266581342861"); }
  .social-box.bottom .icons li.twitter a {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/newbrand_twitter_purple.png?v=11344828148615671335"); }
  .social-box.bottom .icons li.email a {
    background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/newbrand_email_purple2.png?v=9256417348834140573"); }
  .social-box .icons {
    margin-bottom: 0; }
    .social-box .icons li {
      margin-bottom: 0;
      float: none;
      display: inline; }
      .social-box .icons li a {
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 1;
        background-size: 94%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .social-box .icons li a:hover {
          opacity: 0.8; }
      .social-box .icons li.facebook a {
        background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/newbrand_facebook_white.png?v=10887352479921266719"); }
      .social-box .icons li.twitter a {
        background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/newbrand_twitter_white.png?v=15728932633282901415"); }
      .social-box .icons li.email a {
        background-image: url("//cdn.shopify.com/s/files/1/1502/3454/files/newbrand_email_white.png?v=10558178085968856621"); }

.did-you-know {
  padding: 30px 0; }
  .did-you-know h3 {
    text-align: center;
    font-size: 36px; }
    @media screen and (min-width: 480px) {
      .did-you-know h3 {
        font-size: 48px; } }
  .did-you-know p {
    text-align: center;
    font-size: 24px;
    padding: 20px 0 0;
    font-family: "gilroy-extrabold", "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif";
    line-height: 120%; }
    @media screen and (min-width: 768px) {
      .did-you-know p {
        padding: 20px 10%; } }

/* ===================== About and Jobs pages ====================== */
.team_name, .team_title, .overlay_body {
  color: white;
  display: block;
  padding: 0 20px;
  line-height: 1.2em;
  margin-top: 4px; }

.current-openings h2, .current-openings h3 {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: none;
  font-size: 16px;
  text-align: left;
  margin: 0;
  font-weight: bold;
  line-height: 150%; }

@media screen and (min-width: 768px) {
  .about .page-intro {
    padding: 40px 0; } }
.about h3 {
  text-align: center;
  margin-bottom: 40px; }
.about .say-hello {
  margin: 50px 0 16px; }
.about .say-hello-p {
  font-size: 18px; }
  .about .say-hello-p a {
    color: #e025a6; }
.about .row {
  margin-bottom: 0; }
  .about .row .one-third {
    margin-bottom: 20px; }
.about.container div.collection_nav {
  border-bottom: none; }

.team .column {
  position: relative;
  overflow: hidden; }
  .team .column:hover .overlay {
    opacity: 1; }
.team .row {
  line-height: 0; }
  .team .row .overlay {
    line-height: 1.7em; }

.overlay {
  background: #5b96ff;
  text-align: center;
  padding: 40px 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease; }

.team_name {
  font-family: "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 80px; }

.jobs .page p {
  text-align: left;
  font-size: 16px; }
  .jobs .page p.secondary-intro {
    margin: 30px 0; }
  .jobs .page p.page-intro {
    text-align: center;
    font-size: 36px;
    margin: 60px 0; }
.jobs.container div.collection_nav {
  border-bottom: none; }

.current-openings {
  margin: 50px 0; }
  .current-openings ul {
    text-align: left; }
  .current-openings h3 {
    font-style: italic; }
    .current-openings h3 span {
      color: #5b96ff; }

/* ===================== Upsell ====================== */
/* Upsell pop up */
#giveacceptbtn {
  display: none;
  background: #5b96ff !important;
  color: white !important;
  border: 0 !important;
  padding: 8px 20px !important;
  font-family: "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif" !important;
  font-weight: normal !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 16px; }

#giveclosebtn {
  display: none;
  text-decoration: none !important;
  text-shadow: none !important;
  background-color: #ddd !important;
  font-size: 16px;
  margin-top: -5px !important; }

.two-product-upsell {
  /* After the pop up opens, we use postMessage to verify that it's the correct iframe, and then
we display the button as it's moved to the corret position (in media query) */ }
  .two-product-upsell #giveclosebtn {
    display: block; }
  .two-product-upsell.upselladded {
    /* After someone clicks on an addtocart button */ }
    .two-product-upsell.upselladded #giveacceptbtn {
      display: block; }
    .two-product-upsell.upselladded #giveclosebtn {
      display: none; }

.one-product-upsell #giveclosebtn {
  display: block; }
.one-product-upsell.upselladded #giveacceptbtn {
  display: block; }
.one-product-upsell.upselladded #giveclosebtn {
  display: none; }

/*#product_slider ul.slides li:first-child:after {
  content: " ";
  background: url("//cdn.shopify.com/s/files/1/1502/3454/files/guarantee-seal.png?v=17312432661130115215") no-repeat center center;
  width: 112px;
  height: 112px;
  @include border-radius(50%);
  position: absolute;
  top: 10px;
  left: 10px;
}*/
/* no guarantee label on upsell product
#product-1941497921 #product_slider ul.slides li:first-child:after {
  background: none;
}*/
h2.product-header-centered {
  text-align: center;
  margin: 40px 0; }

h2.product-header-related {
  font-size: 21px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 55px;
  line-height: 1.23;
  color: #3f3f42; }

#facebox a.close img {
  display: block !important; }

/* make width of facebox on mobile 90% */
@media screen and (min-width: 1024px) {
  h2.product-header-related {
    font-size: 32.5px;
    margin-top: 40px; } }
@media screen and (max-width: 750px) {
  #facebox {
    width: 100% !important; }
    #facebox .content {
      width: 100% !important; }
    #facebox iframe {
      width: 100% !important; }
    #facebox .popup {
      width: 90% !important;
      margin: 0 5% !important; } }
/* =================== Shipping page, character limit box  =================== */
.map-rwd {
  position: relative;
  padding-bottom: 470px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  pointer-events: none; }

.shippingOutput {
  margin-bottom: 20px;
  max-width: 600px;
  margin: 0 auto; }
  .shippingOutput.zone1 {
    display: none; }
  .shippingOutput.zone2 {
    display: none; }
  .shippingOutput.zone3 {
    display: none; }
  .shippingOutput.other {
    display: none; }

#mobile_nav_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: black;
  opacity: 0.6; }

.cart_count_mobile {
  display: none; }

#characters_remaining {
  font-size: 12px; }

form#postCodeForm input {
  display: inline-block;
  line-height: 100%; }
form#postCodeForm input[type=text] {
  position: relative;
  top: -3px; }
form#postCodeForm input[type=submit] {
  background: #e025a6;
  padding: 9px 20px;
  position: relative;
  border: none;
  top: -2px; }

.shipping-initial.loading {
  color: #999; }

.fullwidth.shipping.showing-map {
  background: #eeeeee url("//cdn.shopify.com/s/files/1/1502/3454/files/loading.gif?v=15466571795375666222") center center no-repeat; }

.button.go-back {
  background: #cccccc; }

.shipping .collection_nav.page {
  border-bottom: 0;
  padding-bottom: 0; }
  .shipping .collection_nav.page div.section.clearfix {
    margin-top: -20px; }

textarea#note {
  margin-bottom: 0; }

label span.small-print {
  font-size: 12px;
  display: block;
  line-height: 120%;
  color: #999; }

/* ============ Ambassador Landing Page CSS ==============*/
.fadeandscalepopup {
  min-height: 20px;
  padding: 40px;
  margin: 0 5% 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: inset 0 1px 1px 0.05;
  box-shadow: inset 0 1px 1px 0.05;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  max-width: 400px; }
  .fadeandscalepopup img {
    max-width: 100%; }
  .fadeandscalepopup button {
    width: 100%; }
  .fadeandscalepopup small {
    margin-top: 12px;
    display: block;
    text-align: center;
    color: #888; }
  .fadeandscalepopup p {
    text-align: center; }
  .fadeandscalepopup h4 {
    text-align: center; }
  .fadeandscalepopup h5 {
    text-align: center;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: none;
    padding-bottom: 12px; }

span.code {
  text-align: center;
  display: inline-block;
  background: #ffffb7;
  color: #787b1b;
  font-weight: bold;
  font-size: 18px;
  padding: 1% 2%;
  width: 50%;
  margin: 0 23% 16px; }
span.copy-code {
  opacity: 0.6; }
  span.copy-code:hover {
    cursor: pointer; }

.popup_visible .fadeandscalepopup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* BEGIN TOOLTIP STYLES */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
    .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: black; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
    .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: black; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
    .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: black; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }
    .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: black; }
  .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.clearfix:before {
  content: " ";
  display: table; }
.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/* END TOOLTIP STYLES */
#christmas-last-chance, #earth-day-sold-out, #premium-sold-out, #uk-sold-out, #us-sold-out, #whoops-not-sold, #whoops-sold-out, #xmas-ooo {
  background: #5b96ff;
  border: none;
  border-radius: 0; }

#christmas-last-chance h3, #earth-day-sold-out h3, #premium-sold-out h3, #uk-sold-out h3, #us-sold-out h3, #whoops-not-sold h3, #whoops-sold-out h3, #xmas-ooo h3 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 42px; }

#christmas-last-chance p, #earth-day-sold-out p, #premium-sold-out p, #uk-sold-out p, #us-sold-out p, #whoops-not-sold p, #whoops-sold-out p, #xmas-ooo p {
  color: white; }

#christmas-last-chance form, #earth-day-sold-out form, #premium-sold-out form, #uk-sold-out form, #us-sold-out form, #whoops-not-sold form, #whoops-sold-out form, #xmas-ooo form {
  text-align: center; }

#christmas-last-chance form input, #earth-day-sold-out form input, #premium-sold-out form input, #uk-sold-out form input, #us-sold-out form input, #whoops-not-sold form input, #whoops-sold-out form input, #xmas-ooo form input {
  border: none;
  border-radius: 0;
  margin: 0 auto 18px;
  padding: 14px;
  text-align: center; }

#christmas-last-chance form button, #earth-day-sold-out form button, #premium-sold-out form button, #uk-sold-out form button, #us-sold-out form button, #whoops-not-sold form button, #whoops-sold-out form button, #xmas-ooo form button {
  transition: all .2s;
  border: none;
  background: #ce2ea3;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 20px;
  box-shadow: none;
  top: -1px;
  position: relative;
  color: #fff;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  text-align: center;
  text-transform: none;
  width: 230px !important;
  margin: 0 auto; }

#christmas-last-chance form button:focus, #christmas-last-chance form button:hover, #earth-day-sold-out form button:focus, #earth-day-sold-out form button:hover, #premium-sold-out form button:focus, #premium-sold-out form button:hover, #uk-sold-out form button:focus, #uk-sold-out form button:hover, #us-sold-out form button:focus, #us-sold-out form button:hover, #whoops-not-sold form button:focus, #whoops-not-sold form button:hover, #whoops-sold-out form button:focus, #whoops-sold-out form button:hover, #xmas-ooo form button:focus, #xmas-ooo form button:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

#christmas-last-chance #earth-day-sold-out_close, #christmas-last-chance #whoops-not-sold-close, #christmas-last-chance #whoops-sold-out-close, #christmas-last-chance #xmas-ooo_close, #christmas-last-chance .christmas-last-chance_close, #christmas-last-chance .premium-sold-out-button, #christmas-last-chance .uk-sold-out_close, #christmas-last-chance .us-sold-out_close, #earth-day-sold-out #earth-day-sold-out_close, #earth-day-sold-out #whoops-not-sold-close, #earth-day-sold-out #whoops-sold-out-close, #earth-day-sold-out #xmas-ooo_close, #earth-day-sold-out .christmas-last-chance_close, #earth-day-sold-out .premium-sold-out-button, #earth-day-sold-out .uk-sold-out_close, #earth-day-sold-out .us-sold-out_close, #premium-sold-out #earth-day-sold-out_close, #premium-sold-out #whoops-not-sold-close, #premium-sold-out #whoops-sold-out-close, #premium-sold-out #xmas-ooo_close, #premium-sold-out .christmas-last-chance_close, #premium-sold-out .premium-sold-out-button, #premium-sold-out .uk-sold-out_close, #premium-sold-out .us-sold-out_close, #uk-sold-out #earth-day-sold-out_close, #uk-sold-out #whoops-not-sold-close, #uk-sold-out #whoops-sold-out-close, #uk-sold-out #xmas-ooo_close, #uk-sold-out .christmas-last-chance_close, #uk-sold-out .premium-sold-out-button, #uk-sold-out .uk-sold-out_close, #uk-sold-out .us-sold-out_close, #us-sold-out #earth-day-sold-out_close, #us-sold-out #whoops-not-sold-close, #us-sold-out #whoops-sold-out-close, #us-sold-out #xmas-ooo_close, #us-sold-out .christmas-last-chance_close, #us-sold-out .premium-sold-out-button, #us-sold-out .uk-sold-out_close, #us-sold-out .us-sold-out_close, #whoops-not-sold #earth-day-sold-out_close, #whoops-not-sold #whoops-not-sold-close, #whoops-not-sold #whoops-sold-out-close, #whoops-not-sold #xmas-ooo_close, #whoops-not-sold .christmas-last-chance_close, #whoops-not-sold .premium-sold-out-button, #whoops-not-sold .uk-sold-out_close, #whoops-not-sold .us-sold-out_close, #whoops-sold-out #earth-day-sold-out_close, #whoops-sold-out #whoops-not-sold-close, #whoops-sold-out #whoops-sold-out-close, #whoops-sold-out #xmas-ooo_close, #whoops-sold-out .christmas-last-chance_close, #whoops-sold-out .premium-sold-out-button, #whoops-sold-out .uk-sold-out_close, #whoops-sold-out .us-sold-out_close, #xmas-ooo #earth-day-sold-out_close, #xmas-ooo #whoops-not-sold-close, #xmas-ooo #whoops-sold-out-close, #xmas-ooo #xmas-ooo_close, #xmas-ooo .christmas-last-chance_close, #xmas-ooo .premium-sold-out-button, #xmas-ooo .uk-sold-out_close, #xmas-ooo .us-sold-out_close {
  display: block;
  color: #277596;
  text-align: center; }

#christmas-last-chance #earth-day-sold-out_close:hover, #christmas-last-chance #whoops-not-sold-close:hover, #christmas-last-chance #whoops-sold-out-close:hover, #christmas-last-chance #xmas-ooo_close:hover, #christmas-last-chance .christmas-last-chance_close:hover, #christmas-last-chance .premium-sold-out-button:hover, #christmas-last-chance .uk-sold-out_close:hover, #christmas-last-chance .us-sold-out_close:hover, #earth-day-sold-out #earth-day-sold-out_close:hover, #earth-day-sold-out #whoops-not-sold-close:hover, #earth-day-sold-out #whoops-sold-out-close:hover, #earth-day-sold-out #xmas-ooo_close:hover, #earth-day-sold-out .christmas-last-chance_close:hover, #earth-day-sold-out .premium-sold-out-button:hover, #earth-day-sold-out .uk-sold-out_close:hover, #earth-day-sold-out .us-sold-out_close:hover, #premium-sold-out #earth-day-sold-out_close:hover, #premium-sold-out #whoops-not-sold-close:hover, #premium-sold-out #whoops-sold-out-close:hover, #premium-sold-out #xmas-ooo_close:hover, #premium-sold-out .christmas-last-chance_close:hover, #premium-sold-out .premium-sold-out-button:hover, #premium-sold-out .uk-sold-out_close:hover, #premium-sold-out .us-sold-out_close:hover, #uk-sold-out #earth-day-sold-out_close:hover, #uk-sold-out #whoops-not-sold-close:hover, #uk-sold-out #whoops-sold-out-close:hover, #uk-sold-out #xmas-ooo_close:hover, #uk-sold-out .christmas-last-chance_close:hover, #uk-sold-out .premium-sold-out-button:hover, #uk-sold-out .uk-sold-out_close:hover, #uk-sold-out .us-sold-out_close:hover, #us-sold-out #earth-day-sold-out_close:hover, #us-sold-out #whoops-not-sold-close:hover, #us-sold-out #whoops-sold-out-close:hover, #us-sold-out #xmas-ooo_close:hover, #us-sold-out .christmas-last-chance_close:hover, #us-sold-out .premium-sold-out-button:hover, #us-sold-out .uk-sold-out_close:hover, #us-sold-out .us-sold-out_close:hover, #whoops-not-sold #earth-day-sold-out_close:hover, #whoops-not-sold #whoops-not-sold-close:hover, #whoops-not-sold #whoops-sold-out-close:hover, #whoops-not-sold #xmas-ooo_close:hover, #whoops-not-sold .christmas-last-chance_close:hover, #whoops-not-sold .premium-sold-out-button:hover, #whoops-not-sold .uk-sold-out_close:hover, #whoops-not-sold .us-sold-out_close:hover, #whoops-sold-out #earth-day-sold-out_close:hover, #whoops-sold-out #whoops-not-sold-close:hover, #whoops-sold-out #whoops-sold-out-close:hover, #whoops-sold-out #xmas-ooo_close:hover, #whoops-sold-out .christmas-last-chance_close:hover, #whoops-sold-out .premium-sold-out-button:hover, #whoops-sold-out .uk-sold-out_close:hover, #whoops-sold-out .us-sold-out_close:hover, #xmas-ooo #earth-day-sold-out_close:hover, #xmas-ooo #whoops-not-sold-close:hover, #xmas-ooo #whoops-sold-out-close:hover, #xmas-ooo #xmas-ooo_close:hover, #xmas-ooo .christmas-last-chance_close:hover, #xmas-ooo .premium-sold-out-button:hover, #xmas-ooo .uk-sold-out_close:hover, #xmas-ooo .us-sold-out_close:hover {
  cursor: pointer; }

@media (max-width: 768px) {
  #christmas-last-chance #earth-day-sold-out_close, #christmas-last-chance #whoops-not-sold-close, #christmas-last-chance #whoops-sold-out-close, #christmas-last-chance #xmas-ooo_close, #christmas-last-chance .christmas-last-chance_close, #christmas-last-chance .premium-sold-out-button, #christmas-last-chance .uk-sold-out_close, #christmas-last-chance .us-sold-out_close, #earth-day-sold-out #earth-day-sold-out_close, #earth-day-sold-out #whoops-not-sold-close, #earth-day-sold-out #whoops-sold-out-close, #earth-day-sold-out #xmas-ooo_close, #earth-day-sold-out .christmas-last-chance_close, #earth-day-sold-out .premium-sold-out-button, #earth-day-sold-out .uk-sold-out_close, #earth-day-sold-out .us-sold-out_close, #premium-sold-out #earth-day-sold-out_close, #premium-sold-out #whoops-not-sold-close, #premium-sold-out #whoops-sold-out-close, #premium-sold-out #xmas-ooo_close, #premium-sold-out .christmas-last-chance_close, #premium-sold-out .premium-sold-out-button, #premium-sold-out .uk-sold-out_close, #premium-sold-out .us-sold-out_close, #uk-sold-out #earth-day-sold-out_close, #uk-sold-out #whoops-not-sold-close, #uk-sold-out #whoops-sold-out-close, #uk-sold-out #xmas-ooo_close, #uk-sold-out .christmas-last-chance_close, #uk-sold-out .premium-sold-out-button, #uk-sold-out .uk-sold-out_close, #uk-sold-out .us-sold-out_close, #us-sold-out #earth-day-sold-out_close, #us-sold-out #whoops-not-sold-close, #us-sold-out #whoops-sold-out-close, #us-sold-out #xmas-ooo_close, #us-sold-out .christmas-last-chance_close, #us-sold-out .premium-sold-out-button, #us-sold-out .uk-sold-out_close, #us-sold-out .us-sold-out_close, #whoops-not-sold #earth-day-sold-out_close, #whoops-not-sold #whoops-not-sold-close, #whoops-not-sold #whoops-sold-out-close, #whoops-not-sold #xmas-ooo_close, #whoops-not-sold .christmas-last-chance_close, #whoops-not-sold .premium-sold-out-button, #whoops-not-sold .uk-sold-out_close, #whoops-not-sold .us-sold-out_close, #whoops-sold-out #earth-day-sold-out_close, #whoops-sold-out #whoops-not-sold-close, #whoops-sold-out #whoops-sold-out-close, #whoops-sold-out #xmas-ooo_close, #whoops-sold-out .christmas-last-chance_close, #whoops-sold-out .premium-sold-out-button, #whoops-sold-out .uk-sold-out_close, #whoops-sold-out .us-sold-out_close, #xmas-ooo #earth-day-sold-out_close, #xmas-ooo #whoops-not-sold-close, #xmas-ooo #whoops-sold-out-close, #xmas-ooo #xmas-ooo_close, #xmas-ooo .christmas-last-chance_close, #xmas-ooo .premium-sold-out-button, #xmas-ooo .uk-sold-out_close, #xmas-ooo .us-sold-out_close {
    padding-top: 24px; } }
#whoops-not-sold, #whoops-sold-out {
  padding: 8%;
  background: #5b96ff; }

#whoops-not-sold h3, #whoops-sold-out h3 {
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none; }

@media screen and (max-width: 479px) {
  #whoops-not-sold h3, #whoops-sold-out h3 {
    font-size: 32px; } }
#whoops-not-sold p, #whoops-sold-out p {
  font-size: 16px; }

#whoops-not-sold p span, #whoops-sold-out p span {
  position: relative; }

#whoops-not-sold .whoops-not-sold-button, #whoops-not-sold .whoops-sold-out-button, #whoops-sold-out .whoops-not-sold-button, #whoops-sold-out .whoops-sold-out-button {
  margin-top: 40px;
  transition: all .2s;
  border: none;
  background: #fff;
  padding: 10px 30px;
  font-size: 20px;
  box-shadow: none;
  top: -1px;
  position: relative;
  color: #fe5b45;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  text-align: center; }

#whoops-not-sold .whoops-not-sold-button:focus, #whoops-not-sold .whoops-not-sold-button:hover, #whoops-not-sold .whoops-sold-out-button:focus, #whoops-not-sold .whoops-sold-out-button:hover, #whoops-sold-out .whoops-not-sold-button:focus, #whoops-sold-out .whoops-not-sold-button:hover, #whoops-sold-out .whoops-sold-out-button:focus, #whoops-sold-out .whoops-sold-out-button:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

#whoops-sold-out h3 {
  font-size: 22px; }

@media screen and (max-width: 540px) {
  #whoops-sold-out h3 {
    font-size: 18px; } }
@media screen and (max-width: 435px) {
  #whoops-sold-out h3 {
    font-size: 15px; } }
#christmas-last-chance {
  padding: 8%;
  background: #f5cf30; }

#christmas-last-chance h3 {
  font-size: 28px;
  color: #dc3a42; }

#christmas-last-chance p {
  color: #222222; }

#christmas-last-chance p a {
  color: #222;
  text-decoration: underline; }

#christmas-last-chance a.button.christmas-last-chance_close {
  transition: all .2s;
  border: none;
  background: #fff;
  border-radius: 50px;
  padding: 10px 22px;
  border-radius: 3px;
  font-size: 16px;
  box-shadow: none;
  top: -1px;
  position: relative;
  color: #dc3a42;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  text-align: center; }

#christmas-last-chance a.button.christmas-last-chance_close:focus, #christmas-last-chance a.button.christmas-last-chance_close:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

#premium-sold-out {
  padding: 8%;
  background-color: #fadfec; }

@media screen and (min-width: 768px) {
  #premium-sold-out {
    padding: 8% 16% 8% 8%;
    background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/giftedition_mod7_cat.gif?v=4337038778150945747);
    background-position: 97% 50%;
    background-size: 32%;
    background-repeat: no-repeat; } }
#premium-sold-out h3 {
  font-size: 36px;
  line-height: 110%;
  color: #6cb644;
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  #premium-sold-out h3 {
    text-align: left;
    max-width: 340px;
    font-size: 42px; } }
#premium-sold-out p {
  color: #000;
  margin-bottom: 24px; }

@media screen and (min-width: 768px) {
  #premium-sold-out p {
    text-align: left;
    max-width: 80%; } }
#premium-sold-out .premium-sold-out-button {
  transition: all .2s;
  border: none;
  background: #6cb644;
  border-radius: 50px;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 16px;
  box-shadow: none;
  top: -1px;
  position: relative;
  color: #fff;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  text-align: center;
  border-radius: 100px; }

#premium-sold-out .premium-sold-out-button:focus, #premium-sold-out .premium-sold-out-button:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 768px) {
  #premium-sold-out .premium-sold-out-button {
    max-width: 240px; } }
#xmas-ooo {
  padding: 8%;
  background: #fff;
  border-radius: 14px; }

#xmas-ooo p {
  font-size: 17px;
  color: #222;
  line-height: 190%;
  margin-bottom: 30px; }

#xmas-ooo .xmas-ooo_close {
  transition: all .2s;
  border: none;
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 16px;
  box-shadow: none;
  top: -1px;
  position: relative;
  color: #000;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #444444; }

#xmas-ooo .xmas-ooo_close:focus, #xmas-ooo .xmas-ooo_close:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 768px) {
  #xmas-ooo .xmas-ooo_close {
    max-width: 240px;
    margin: auto; } }
@font-face {
  font-family: Mr_Marcoozie_MEDIUM;
  src: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/Mr_Marcoozie_MEDIUM.ttf.woff?v=8583729780650150799) format("woff"), url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/Mr_Marcoozie_MEDIUM.ttf.svg?v=14735491808563288222#Mr_Marcoozie_MEDIUM) format("svg"), url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/Mr_Marcoozie_MEDIUM.ttf.eot?v=4138245120485738302), url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/Mr_Marcoozie_MEDIUM.ttf.eot?v=4138245120485738302?#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }

.impact-slides .slide {
  min-height: 400px;
  background: #fcfcfc; }

.impact-slides .slide img {
  max-width: 100%; }

.impact-slides .slide.slide-01 {
  background-color: #9153a9;
  text-align: center;
  color: #fff;
  min-height: 600px;
  padding: 50px 0 0;
  position: relative;
  overflow: hidden; }

.impact-slides .slide.slide-01 h1 {
  color: #fff;
  text-align: center;
  font-size: 120px;
  font-family: Mr_Marcoozie_MEDIUM, 'Garage Gothic Bd', Oswald, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 100%;
  margin-top: 60px; }

.impact-slides .slide.slide-01 h2 {
  color: #fff;
  text-align: center; }

.impact-slides .slide.slide-01 h3 {
  color: #fff;
  text-align: center; }

.impact-slides .slide.slide-01 p {
  font-family: Mr_Marcoozie_MEDIUM, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif; }

.impact-slides .slide.slide-02 {
  background: #fff;
  text-align: center;
  padding: 160px 0 120px; }

.impact-slides .slide.slide-02 h2 {
  color: #42b7e9; }

.impact-slides .slide.slide-03 {
  background: #fe8d92;
  color: #fff;
  text-align: center;
  padding: 80px 0 30px; }

.impact-slides .slide.slide-03 h2 {
  font-size: 170px;
  margin-bottom: 0;
  color: white; }

.impact-slides .slide.slide-04 {
  background: #38bfbc;
  text-align: center;
  color: #fff;
  padding: 80px 0; }

.impact-slides .slide.slide-04 h2 {
  color: #fff;
  font-size: 100px;
  margin-bottom: 20px; }

.impact-slides .slide.slide-04 img {
  width: 120px; }

.impact-slides .slide.slide-05 {
  background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/jeronimu-smaller.jpg?v=12417487437483293933);
  background-size: cover;
  background-position: 60% center;
  min-height: 800px; }

.impact-slides .slide.slide-05 h2 {
  color: white; }

.impact-slides .slide.slide-06 {
  background: #fff;
  padding: 60px 0 30px; }

.impact-slides .slide.slide-06 h2 {
  color: #42b7e9; }

.impact-slides .slide.slide-07 {
  background: linear-gradient(to bottom, #646e7b 0, #646e7b 50%, white 50%, white 100%);
  padding: 80px 0 30px;
  color: #fff;
  text-align: center; }

.impact-slides .slide.slide-07 h2 {
  color: white; }

.impact-slides .slide.slide-07 p {
  margin-bottom: 60px; }

.impact-slides .slide.slide-07 img {
  border: 5px solid #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0 3px 10px .2;
  max-width: 97%; }

.impact-slides .slide.slide-08 {
  background: #9de8c4;
  color: #fff;
  text-align: center;
  padding: 120px 0 100px; }

.impact-slides .slide.slide-08 img {
  width: 200px; }

.impact-slides .slide.slide-08 h2 {
  color: #fff;
  font-size: 100px;
  width: 50%;
  margin: auto; }

.impact-slides .slide.slide-09 {
  background: #fff;
  text-align: center;
  padding: 160px 0 120px; }

.impact-slides .slide.slide-09 h2 {
  color: #42b7e9; }

.impact-slides .slide.slide-10 {
  background: #42b7e9;
  text-align: center;
  padding: 100px 0 20px; }

.impact-slides .slide.slide-10 h2 {
  color: #fff;
  font-size: 100px;
  margin-bottom: 30px; }

.impact-slides .slide.slide-10 h3 {
  color: #fff;
  text-align: center;
  font-size: 50px; }

.impact-slides .slide.slide-10 p {
  font-family: Mr_Marcoozie_MEDIUM, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  color: white; }

.impact-slides .slide.slide-11 {
  background: grey;
  background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/huddle.jpg?v=5486164563762148070);
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 290px;
  filter: grayscale(100%); }

.impact-slides .slide.slide-11 h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 80px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.impact-slides .slide.slide-11 h3 {
  color: #fff;
  font-family: Mr_Marcoozie_MEDIUM;
  text-align: center; }

.impact-slides .slide.slide-12 {
  background: #fff;
  color: #888;
  text-align: center;
  padding: 120px 0; }

.impact-slides .slide.slide-12 img {
  width: 173px; }

.impact-slides .slide.slide-12 h2 {
  color: #42b7e9;
  font-size: 70px;
  margin-bottom: 20px; }

.impact-slides .slide.slide-12 p.bold {
  color: #777;
  font-weight: 700; }

.impact-slides .slide.slide-13 {
  padding-top: 320px;
  background: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/impact-fade-fullsize.png?v=10727675679455252010) 50% 0 no-repeat, url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/impact-bg-slice.png?v=17987999900747927706) top left repeat-x;
  background-color: #cbb7e4;
  color: #fff;
  text-align: center; }

.impact-slides .slide.slide-13 h2 {
  color: #fff;
  font-size: 80px;
  margin-bottom: 0; }

.impact-slides .slide.slide-13 h3 {
  color: white; }

.impact-slides .slide.slide-13 p {
  color: #fff;
  font-family: 'Garage Gothic Bd', Oswald, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 0; }

.impact-slides h1 {
  font-family: "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif; }

.impact-slides h2 {
  font-family: 'Garage Gothic Bd', Oswald, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 56px;
  line-height: 100%; }

.impact-slides h3 {
  font-family: "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif; }

.impact-slides p {
  font-size: 20px; }

.impact-slides .footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  background: #fff;
  z-index: 3000;
  color: #5b96ff;
  font-family: "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all 0.4s; }

.impact-slides .footer p {
  margin: 0;
  padding: 10px;
  letter-spacing: -.4px;
  vertical-align: middle; }

.impact-slides .footer p img {
  height: 20px;
  vertical-align: middle; }

.impact-slides .footer p a.social img {
  width: 44px;
  height: 44px;
  vertical-align: middle; }

.impact-slides .footer p.mobile {
  display: none; }

.impact-slides .footer p.mobile a.social img {
  width: 40px;
  height: 40px;
  margin: 0 4px; }

.impact-slides .footer p.desktop img.tablet {
  display: none; }

.impact-slides .footer span {
  vertical-align: middle; }

.impact-slides .footer a:hover {
  opacity: 0.8; }

.impact-slides .footer a:hover img {
  box-shadow: none; }

@-moz-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@media only screen and (max-width: 768px) {
  .impact-slides p {
    font-size: 16px; }

  .impact-slides .slide.slide-02 {
    padding: 80px 0 60px; }

  .impact-slides .slide.slide-03 {
    padding: 40px 0 15px;
    font-weight: 700; }

  .impact-slides .slide.slide-03 h2 {
    font-size: 100px; }

  .impact-slides .slide.slide-04 {
    padding: 40px 0; }

  .impact-slides .slide.slide-04 h2 {
    font-size: 70px; }

  .impact-slides .slide.slide-04 p {
    font-weight: 700; }

  .impact-slides .slide.slide-04 img {
    width: 80px; }

  .impact-slides .slide.slide-05 {
    background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/impact-jeronimu-mobile.jpg?v=5113052966315794108);
    background-size: cover;
    background-position: center 0;
    min-height: 600px; }

  .impact-slides .slide.slide-08 {
    padding: 40px 0; }

  .impact-slides .slide.slide-08 h2 {
    width: auto;
    font-size: 50px; }

  .impact-slides .slide.slide-08 img {
    width: 160px; }

  .impact-slides .slide.slide-09 {
    padding: 60px 0 40px; }

  .impact-slides .slide.slide-10 {
    padding: 50px 0 20px; }

  .impact-slides .slide.slide-10 h2 {
    font-size: 36px; }

  .impact-slides .slide.slide-10 h3 {
    font-size: 28px; }

  .impact-slides .slide.slide-10 p {
    line-height: 100%; }

  .impact-slides .slide.slide-11 {
    padding-top: 190px; }

  .impact-slides .slide.slide-11 h2 {
    font-size: 60px; }

  .impact-slides .slide.slide-12 {
    padding: 60px 0; }

  .impact-slides .slide.slide-12 h2 {
    font-size: 50px; }

  .impact-slides .slide.slide-01 h1 {
    font-size: 62px; }

  .impact-slides .slide.slide-13 h2 {
    font-size: 50px; }

  .impact-slides h2 {
    font-size: 36px; } }
@media only screen and (max-width: 480px) {
  .impact-slides .slide.slide-13 {
    background-size: 125%, .56%;
    padding-top: 170px; } }
@media screen and (max-width: 865px) {
  .impact-slides .footer p.desktop img.desktop {
    display: none; }

  .impact-slides .footer p.desktop img.tablet {
    display: inline-block; } }
@media screen and (max-width: 550px) {
  .impact-slides .footer {
    width: 100% !important;
    bottom: 0; }

  .impact-slides .footer p.desktop {
    display: none; }

  .impact-slides .footer p.mobile {
    display: block;
    margin: 6px 0;
    padding: 0; } }
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .impact-slides .footer p.desktop {
    display: none; }

  .impact-slides .footer p.mobile {
    display: block;
    margin: 6px 0;
    padding: 0; } }
.product-page .social-buttons-wrap {
  display: none; }

.product-page .product-top-wrap {
  background: #dfebff;
  padding-top: 48px; }

.product-page #add-to-cart:not(.new-pdp-button) {
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  text-shadow: none;
  padding: 20px;
  font-size: 18px;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  background: #ea43bd; }

.product-page #add-to-cart:not(.new-pdp-button):hover {
  background: #ca31a0; }

.product-page .product_name {
  color: #303030;
  margin-bottom: 0;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 100%; }

.product-page .product_name2 {
  font-size: 16px;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  color: #303030;
  position: relative; }

.product-page .description {
  color: #303030;
  font-size: 15px;
  padding: 0 0 16px 0; }

.product-page .description ul {
  list-style: none;
  margin: 0;
  margin-left: 15px; }

.product-page .description ul li {
  text-indent: -15px; }

.product-page .description ul li:before {
  content: " +";
  left: -10px;
  margin-right: 5px; }

.product-page .pop-up-trigger {
  display: block;
  text-align: center;
  color: #888;
  text-decoration: none;
  margin-bottom: 30px; }

.product-page .pop-up-trigger span {
  text-decoration: underline; }

.product-page .fadeandscalepopup#product-details-popup {
  width: 650px;
  max-width: none;
  border-radius: 0;
  color: #888;
  font-family: Lato, helvetica, sans-serif; }

.product-page .fadeandscalepopup#product-details-popup strong {
  font-family: Lato, sans-serif;
  font-size: 16px; }

.product-page .fadeandscalepopup#product-details-popup div {
  float: left;
  width: 50%; }

.product-page .fadeandscalepopup#product-details-popup div:first-child {
  width: 45%;
  margin-right: 5%; }

@media only screen and (max-width: 480px) {
  .product-page .fadeandscalepopup#product-details-popup {
    width: 80%;
    padding: 5%;
    margin-top: 30%; }

  .product-page .fadeandscalepopup#product-details-popup div {
    width: 100%; }

  .product-page .fadeandscalepopup#product-details-popup div:first-child {
    width: 100%; } }
.product-page select {
  padding: 16px 24px 16px 16px;
  font-family: Avenir, Lato, Helvetica, sans-serif;
  border: 2px solid #888;
  width: 100%; }

.product-page .section.three-items {
  display: none; }

.product-page label span {
  color: #303030 !important;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px; }

.product-page .rc_label span.subscribe-subtext {
  display: block;
  font-family: Lato, helvetica, sans-serif;
  font-weight: 400;
  text-transform: initial; }

.product-page .subscribe-details-wrap {
  display: none; }

.product-page .subscription-pop-up-trigger {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/questionmark-icon.png?v=14082503909253985533);
  background-size: 100%;
  text-indent: -9999px;
  margin-left: 10px;
  -webkit-filter: hue-rotate(40deg);
  filter: hue-rotate(40deg); }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .product-page .subscription-pop-up-trigger {
    position: absolute;
    right: -45px; } }
del {
  color: #aaaaaa; }

.out-for-christmas {
  color: red;
  background-color: #fff2f2;
  padding: 20px 20%;
  text-align: center; }

p.cart_product_title {
  margin-bottom: 0; }

.impact_homepage_section {
  background: #5b96ff;
  background: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/WGAC_SalesShapesPattern.jpg?v=4725772597350022204);
  color: #fff;
  text-align: center;
  padding: 60px 0; }

.impact_homepage_section h3 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  margin: 30px 0;
  display: inline-block; }

.impact_homepage_section p {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto; }

.impact_homepage_section a {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background: #0092c2;
  font-family: "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 4px;
  margin-top: 20px;
  transition: all 0.2s; }

.impact_homepage_section a:hover {
  background: #077396; }

body.product-10249804237.product-page .product-top-wrap {
  background: #fff;
  padding-top: 0; }

body.product-10249804237.product-page .product-top-wrap div.rc_option.active {
  background: 0 0 !important;
  box-shadow: none; }

body.product-10249804237.product-page .product-top-wrap .box-overlay {
  display: block; }

@media (max-width: 950px) {
  body.product-10249804237.product-page .product-top-wrap .box-overlay {
    display: inline-block;
    width: 62%;
    margin: 0 11%; } }
body.product-10249804237.product-page .product-top-wrap .box-overlay h1 {
  margin-bottom: 0;
  font-size: 55px;
  line-height: 55px;
  color: #222222; }

body.product-10249804237.product-page .product-top-wrap h2 {
  color: #5b96ff; }

body.product-10249804237.product-page .product-top-wrap .still-here {
  text-align: center; }

body.product-10249804237.product-page .product-top-wrap .still-here h2 {
  font-size: 48px;
  line-height: 100%;
  margin: 20px 0; }

body.product-10249804237.product-page .product-top-wrap .still-here p {
  font-size: 16px;
  color: #888888; }

body.product-10249804237.product-page .product-top-wrap .still-here ul {
  list-style: none inside;
  margin: 0; }

body.product-10249804237.product-page .product-top-wrap .still-here ul li {
  font-weight: 700;
  color: #74e1c8;
  font-style: italic;
  margin: 30px 0;
  font-size: 16px; }

body.product-10249804237.product-page .product-top-wrap .blue-section {
  background: #e3f4fe; }

#subscription-details-popup_wrapper {
  display: none; }

@media only screen and (max-width: 960px) {
  body.product-10249804237.product-page .product-top-wrap .box-overlay h1 {
    font-size: 44px;
    line-height: 44px; } }
@media only screen and (max-width: 767px) {
  body.product-10249804237.product-page .product-top-wrap .box-overlay {
    width: 90%;
    margin: 0; }

  body.product-10249804237.product-page .product-top-wrap .box-overlay h1 {
    font-size: 36px;
    line-height: 100%; } }
@media only screen and (max-width: 479px) {
  body.product-10249804237.product-page .product-top-wrap .box-overlay h1 {
    font-size: 24px;
    line-height: 100%; }

  body.product-10249804237.product-page .product-top-wrap .still-here h2 {
    font-size: 28px; } }
body.product-9488431181.product-page .product-top-wrap {
  background: #5ed0d6;
  background: -moz-linear-gradient(top, #5ed0d6 0, #93418c 25%, #feb645 50%, #5ed0d6 80%, #93418c 100%);
  background: -webkit-linear-gradient(top, #5ed0d6 0, #93418c 25%, #feb645 50%, #5ed0d6 80%, #93418c 100%);
  background: linear-gradient(to bottom, #5ed0d6 0, #93418c 25%, #feb645 50%, #5ed0d6 80%, #93418c 100%); }

body.product-9488431181.product-page .product-top-wrap span.earth-day-list {
  color: #3fb5e6;
  font-family: "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 27px;
  text-align: center;
  display: block;
  margin: 27px 0; }

body.product-9488431181.product-page div.main.content {
  padding: 0; }

body.product-9488431181.product-page div.guarantee {
  display: none; }

body.product-9488431181.product-page div.footer {
  display: none; }

body.product-9488431181.product-page #talkable-offer {
  display: none; }

body.product-9488431181.product-page #earth-day-sold-out {
  padding: 8%; }

body.product-9488431181.product-page #earth-day-sold-out .earth-day-sold-out-button {
  transition: all .2s;
  border: 1px solid #882f92;
  background: #a142ac;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 20px;
  box-shadow: 0 4px 0 0 #882f92;
  top: -1px;
  position: relative;
  color: #fff;
  font-family: "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center; }

body.product-9488431181.product-page #earth-day-sold-out .earth-day-sold-out-button:focus, body.product-9488431181.product-page #earth-day-sold-out .earth-day-sold-out-button:hover {
  box-shadow: none;
  top: 3px; }

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  background: #fff;
  z-index: 3000;
  color: #5b96ff;
  font-family: "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all 0.4s; }

.fixed-footer p {
  margin: 0;
  padding: 10px;
  letter-spacing: -.4px;
  vertical-align: middle; }

.fixed-footer p img {
  height: 26px;
  vertical-align: middle; }

.fixed-footer p a.social img {
  width: 44px;
  height: 44px;
  vertical-align: middle; }

.fixed-footer p.mobile {
  display: none; }

.fixed-footer p.mobile a.social img {
  width: 40px;
  height: 40px;
  margin: 0 4px; }

.fixed-footer p.desktop img.tablet {
  display: none; }

.fixed-footer span {
  vertical-align: middle; }

.fixed-footer a:hover {
  opacity: 0.8; }

.fixed-footer a:hover img {
  box-shadow: none; }

#account-subscription-wrapper {
  background: #dfebff;
  padding: 40px; }
  @media (max-width: 479px) {
    #account-subscription-wrapper {
      background: none;
      padding: 0; } }
  #account-subscription-wrapper a {
    background: #5b96ff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 35px 8px;
    font-size: 18px;
    display: block;
    width: 40%;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 4px 0 0 #5182d8;
    position: relative;
    margin: 0 auto;
    font-family: "gilroy-extrabold", "Garage Gothic Bd", "Oswald", "Helvetica Neue", "Helvetica", "sans-serif"; }
    @media (max-width: 959px) {
      #account-subscription-wrapper a {
        width: 60%; } }
    @media (max-width: 767px) {
      #account-subscription-wrapper a {
        width: 76%; } }
    #account-subscription-wrapper a:hover, #account-subscription-wrapper a:focus {
      box-shadow: none;
      top: 3px;
      cursor: pointer; }
    #account-subscription-wrapper a span {
      margin-right: 10px; }

span.sub-code:hover {
  cursor: pointer; }

.sub-description, .sub-description span {
  color: #888;
  font-weight: 400;
  margin-bottom: 0; }

.sub-description strong {
  font-weight: 700; }

#sub-description__discounted-price, #sub-description__price {
  font-family: unset;
  color: #888888 !important; }

.product-top-wrap .recurring-option-wrapper {
  position: relative;
  z-index: 1; }

@keyframes nudge_upwards {
  0% {
    top: -120px; }

  1% {
    top: -110px; }

  2% {
    top: -130px; }

  4% {
    top: -115px; }

  6% {
    top: -130px; }

  7% {
    top: -120px; }

  100% {
    top: -120px; } }

@font-face {
  font-display: swap;
  font-family: gilroy-light;
  src: url(http://cdn.shopify.com/s/files/1/0094/6955/8884/t/14/assets/http://cdn.shopify.com/s/files/1/0094/6955/8884/t/14/assets/gilroy-light-webfont.woff2) format("woff2"), url(gilroy-light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: gilroy-extrabold;
  src: url(http://cdn.shopify.com/s/files/1/0094/6955/8884/t/14/assets/http://cdn.shopify.com/s/files/1/0094/6955/8884/t/14/assets/gilroy-extrabold-webfont.woff2) format("woff2"), url(gilroy-extrabold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

a.large-link {
  cursor: default; }

a.large-link li, a.large-link p, a.large-link span {
  color: initial; }

a.button.new {
  padding: 12px 40px;
  font-size: 28px;
  text-shadow: none;
  border-radius: 4px;
  border: 1px solid #49bad8;
  border-bottom: 4px solid #49bad8;
  transition: all 0.3s; }

a.button.new:hover {
  background: #3eabc7;
  border: 1px solid #3ca1bb;
  border-bottom: 4px solid #3ca1bb; }

body.extra-discount #talkable-offer {
  display: none !important; }

@media screen and (max-width: 400px) {
  #hellobar-container.hellobar-shipping {
    font-size: 14px; }

  #hellobar-container.hellobar-shipping a {
    font-size: 14px; } }
@media screen and (max-width: 340px) {
  #hellobar-container.hellobar-shipping {
    font-size: 13px; }

  #hellobar-container.hellobar-shipping a {
    font-size: 13px; } }
#hellobar-container.extra-discount {
  background: #f96664;
  height: 40px; }

#hellobar-container.extra-discount #hello-bar-text {
  line-height: 40px; }

#hellobar-container a span {
  display: none; }

#hellobar-container span.tablet {
  display: none; }

#hellobar-container span.mobile {
  display: none; }

.gift-message-overlay {
  background: #000;
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s; }

.gift-message-div {
  margin-bottom: -15px; }

.gift-message-div .gift-message {
  transition: all .4s;
  margin: 0 2px 0; }

@media only screen and (max-width: 767px) {
  .gift-message-div .gift-message {
    width: 95%; } }
.gift-message-div #gift-message-from, .gift-message-div #gift-message-to {
  margin: 0 2px 6px;
  display: inline-block; }

.gift-message-div label, .gift-message-div span {
  position: relative;
  z-index: 101; }

body.product-173706346522.product-page .guarantee, body.product-186080886808.product-page .guarantee, body.product-20597571602.product-page .guarantee {
  background: #5b96ff; }

body.product-173706346522.product-page #hellobar-container, body.product-186080886808.product-page #hellobar-container, body.product-20597571602.product-page #hellobar-container {
  background: #5b96ff; }

body.product-173706346522.product-page .slider-wrap, body.product-186080886808.product-page .slider-wrap, body.product-20597571602.product-page .slider-wrap {
  position: relative;
  margin-bottom: 90px; }

body.product-173706346522.product-page .slider-wrap img.rolls, body.product-186080886808.product-page .slider-wrap img.rolls, body.product-20597571602.product-page .slider-wrap img.rolls {
  position: absolute;
  z-index: 100;
  bottom: 0;
  transform: translate(-50%, 50.8%);
  width: 100%;
  max-width: 960px;
  left: 50%; }

body.product-173706346522.product-page .slider-wrap .border, body.product-186080886808.product-page .slider-wrap .border, body.product-20597571602.product-page .slider-wrap .border {
  position: absolute;
  z-index: 40;
  bottom: 30px;
  left: 30px;
  top: 30px;
  right: 30px;
  border: 3px solid rgba(255, 255, 255, 0.3); }

body.product-173706346522.product-page .slider-wrap span.border-header, body.product-186080886808.product-page .slider-wrap span.border-header, body.product-20597571602.product-page .slider-wrap span.border-header {
  position: absolute;
  z-index: 1000;
  color: #fff;
  font-family: Gilroy-extrabold;
  font-size: 22px;
  top: 22px;
  right: 50%;
  transform: translateX(50%);
  padding: 0 12px;
  white-space: nowrap; }

body.product-173706346522.product-page .slider-wrap span.border-header.green, body.product-186080886808.product-page .slider-wrap span.border-header.green, body.product-20597571602.product-page .slider-wrap span.border-header.green {
  background: #70d8b6; }

@media screen and (max-width: 767px) {
  body.product-173706346522.product-page .slider-wrap span.border-header.green, body.product-186080886808.product-page .slider-wrap span.border-header.green, body.product-20597571602.product-page .slider-wrap span.border-header.green {
    background: -moz-linear-gradient(left, #69cbaa 0, #70d8b6 100%);
    background: -webkit-linear-gradient(left, #69cbaa 0, #70d8b6 100%);
    background: linear-gradient(to right, #69cbaa 0, #70d8b6 100%); } }
@media screen and (max-width: 479px) {
  body.product-173706346522.product-page .slider-wrap span.border-header, body.product-186080886808.product-page .slider-wrap span.border-header, body.product-20597571602.product-page .slider-wrap span.border-header {
    display: none; } }
body.product-173706346522.product-page #xmas2017-banner .xmas-header-content-wrapper, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content-wrapper, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content-wrapper {
  position: absolute;
  top: 100px;
  z-index: 80;
  width: 100%; }

@media screen and (max-width: 959px) {
  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content-wrapper, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content-wrapper, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content-wrapper {
    top: 56px; } }
body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container {
  text-align: center;
  position: relative; }

body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container h2 {
  color: #fff;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  font-size: 70px;
  line-height: 100%;
  margin-bottom: 30px; }

body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container p, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container p, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container p {
  font-family: Gilroy-Regular, Lato, helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  padding: 0 14%; }

body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container a.cta, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container a.cta, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container a.cta {
  background: #fff;
  color: #5b96ff;
  padding: 20px 80px;
  position: relative;
  transition: all .2s;
  display: inline-block;
  margin-top: 12px;
  font-size: 20px;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700; }

@media screen and (max-width: 480px) {
  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container a.cta, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container a.cta, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container a.cta {
    width: 86%;
    padding: 20px; } }
body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container a.cta:hover, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container a.cta:hover, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container a.cta:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 1100px) and (min-width: 960px) {
  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container h2 {
    padding: 0 10%; } }
@media screen and (max-width: 959px) {
  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container h2 {
    font-size: 56px; }

  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container p, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container p, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container p {
    padding: 0 5%; } }
@media screen and (max-width: 767px) {
  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container h2 {
    font-size: 48px; }

  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container p, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container p, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container p {
    font-size: 17px; } }
@media only screen and (max-width: 767px) and (min-width: 480px) {
  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container {
    width: 70% !important; } }
@media screen and (max-width: 480px) {
  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container h2, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container h2 {
    font-size: 36px; }

  body.product-173706346522.product-page #xmas2017-banner .xmas-header-content.container p, body.product-186080886808.product-page #xmas2017-banner .xmas-header-content.container p, body.product-20597571602.product-page #xmas2017-banner .xmas-header-content.container p {
    font-size: 16px; } }
body.product-173706346522.product-page .product-top-wrap, body.product-186080886808.product-page .product-top-wrap, body.product-20597571602.product-page .product-top-wrap {
  background: white; }

body.product-173706346522.product-page .product-top-wrap img, body.product-186080886808.product-page .product-top-wrap img, body.product-20597571602.product-page .product-top-wrap img {
  max-width: 100%; }

body.product-173706346522.product-page .product-top-wrap *, body.product-186080886808.product-page .product-top-wrap *, body.product-20597571602.product-page .product-top-wrap * {
  font-family: Gilroy-Regular, Lato, helvetica, sans-serif; }

body.product-173706346522.product-page .product-top-wrap a, body.product-186080886808.product-page .product-top-wrap a, body.product-20597571602.product-page .product-top-wrap a {
  text-transform: none;
  color: #5b96ff; }

body.product-173706346522.product-page .product-top-wrap a.button, body.product-186080886808.product-page .product-top-wrap a.button, body.product-20597571602.product-page .product-top-wrap a.button {
  background: #5b96ff;
  font-size: 18px;
  font-weight: 700;
  color: white; }

body.product-173706346522.product-page .product-top-wrap a.button:hover, body.product-186080886808.product-page .product-top-wrap a.button:hover, body.product-20597571602.product-page .product-top-wrap a.button:hover {
  background: #4a7ace; }

body.product-173706346522.product-page .product-top-wrap h1, body.product-173706346522.product-page .product-top-wrap h2, body.product-173706346522.product-page .product-top-wrap h3, body.product-173706346522.product-page .product-top-wrap h4, body.product-173706346522.product-page .product-top-wrap h5, body.product-173706346522.product-page .product-top-wrap h6, body.product-186080886808.product-page .product-top-wrap h1, body.product-186080886808.product-page .product-top-wrap h2, body.product-186080886808.product-page .product-top-wrap h3, body.product-186080886808.product-page .product-top-wrap h4, body.product-186080886808.product-page .product-top-wrap h5, body.product-186080886808.product-page .product-top-wrap h6, body.product-20597571602.product-page .product-top-wrap h1, body.product-20597571602.product-page .product-top-wrap h2, body.product-20597571602.product-page .product-top-wrap h3, body.product-20597571602.product-page .product-top-wrap h4, body.product-20597571602.product-page .product-top-wrap h5, body.product-20597571602.product-page .product-top-wrap h6 {
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none; }

body.product-173706346522.product-page .product-top-wrap .christmas-details img, body.product-186080886808.product-page .product-top-wrap .christmas-details img, body.product-20597571602.product-page .product-top-wrap .christmas-details img {
  display: block; }

body.product-173706346522.product-page .product-top-wrap .christmas-details h2, body.product-186080886808.product-page .product-top-wrap .christmas-details h2, body.product-20597571602.product-page .product-top-wrap .christmas-details h2 {
  background: #fe5b45;
  color: #fff;
  text-align: center;
  line-height: 200%;
  position: absolute;
  transform: translateY(-50%);
  width: 90%;
  margin: 0 5%; }

body.product-173706346522.product-page .product-top-wrap .christmas-details .columns, body.product-186080886808.product-page .product-top-wrap .christmas-details .columns, body.product-20597571602.product-page .product-top-wrap .christmas-details .columns {
  background-color: #ecf2f3;
  position: relative;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 855px; }

@media screen and (max-width: 767px) {
  body.product-173706346522.product-page .product-top-wrap .christmas-details .columns, body.product-186080886808.product-page .product-top-wrap .christmas-details .columns, body.product-20597571602.product-page .product-top-wrap .christmas-details .columns {
    height: auto; } }
body.product-173706346522.product-page .product-top-wrap .christmas-details .columns:first-child, body.product-186080886808.product-page .product-top-wrap .christmas-details .columns:first-child, body.product-20597571602.product-page .product-top-wrap .christmas-details .columns:first-child {
  background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/xmas2017_Group-Rolls-naughty.png?v=10215549862715058183); }

@media screen and (max-width: 767px) {
  body.product-173706346522.product-page .product-top-wrap .christmas-details .columns:first-child, body.product-186080886808.product-page .product-top-wrap .christmas-details .columns:first-child, body.product-20597571602.product-page .product-top-wrap .christmas-details .columns:first-child {
    margin-bottom: 30px; } }
body.product-173706346522.product-page .product-top-wrap .christmas-details .columns:nth-child(2), body.product-186080886808.product-page .product-top-wrap .christmas-details .columns:nth-child(2), body.product-20597571602.product-page .product-top-wrap .christmas-details .columns:nth-child(2) {
  background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/xmas2017_Group-Rolls-nice.png?v=16336619851839019572); }

body.product-173706346522.product-page .product-top-wrap .christmas-details .columns ul, body.product-186080886808.product-page .product-top-wrap .christmas-details .columns ul, body.product-20597571602.product-page .product-top-wrap .christmas-details .columns ul {
  margin-top: 50px;
  font-weight: 700;
  list-style-type: disc;
  padding: 0 30px 190px;
  font-size: 16px; }

body.product-173706346522.product-page .product-top-wrap .rolls-detail-grid, body.product-186080886808.product-page .product-top-wrap .rolls-detail-grid, body.product-20597571602.product-page .product-top-wrap .rolls-detail-grid {
  -webkit-perspective: 600px;
  perspective: 600px; }

@media only screen and (max-width: 767px) {
  body.product-173706346522.product-page .product-top-wrap .rolls-detail-grid, body.product-186080886808.product-page .product-top-wrap .rolls-detail-grid, body.product-20597571602.product-page .product-top-wrap .rolls-detail-grid {
    -webkit-perspective: 6000px;
    perspective: 6000px; } }
body.product-173706346522.product-page .product-top-wrap .rolls-detail-grid h2, body.product-186080886808.product-page .product-top-wrap .rolls-detail-grid h2, body.product-20597571602.product-page .product-top-wrap .rolls-detail-grid h2 {
  margin-top: 8px;
  text-align: center; }

body.product-173706346522.product-page .product-top-wrap .rolls-detail-grid h2 a, body.product-186080886808.product-page .product-top-wrap .rolls-detail-grid h2 a, body.product-20597571602.product-page .product-top-wrap .rolls-detail-grid h2 a {
  font-size: 16px;
  color: #333;
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif; }

body.product-173706346522.product-page .product-top-wrap .rolls-detail-grid h2 a:hover, body.product-186080886808.product-page .product-top-wrap .rolls-detail-grid h2 a:hover, body.product-20597571602.product-page .product-top-wrap .rolls-detail-grid h2 a:hover {
  border-bottom: 3px solid #333333; }

body.hide-talkable #talkable-offer {
  display: none !important; }

@keyframes pulse {
  0% {
    transform: scale(1); }

  50% {
    transform: scale(1.15); }

  100% {
    transform: scale(1); } }

.price_total {
  font-family: gilroy-extrabold, "Garage Gothic Bd", Oswald, "Helvetica Neue", Helvetica, sans-serif; }

li.close {
  background: #5b96ff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/newbrand_li-close.png?v=16388767675682828000); }

.good-for-product-wrap {
  background: #dfebff;
  width: 100%; }

.klaviyo_submit_button:not(.klaviyo_button_ui) {
  background: #ea43bd;
  color: #fff;
  font-size: 16px;
  border-radius: 0; }

.yotpo-label.yotpo-small-box {
  display: none; }

.yotpo .yotpo-regular-box.yotpo-bottomline {
  border-top: none; }

.yotpo a, .yotpo div, .yotpo form, .yotpo i, .yotpo img, .yotpo label, .yotpo li, .yotpo p, .yotpo span, .yotpo strong, .yotpo ul {
  font-familY: Gilroy-Regular, Lato, helvetica, sans-serif; }

.yotpo .yotpo-review .yotpo-main .content-review {
  font-size: 16px;
  line-height: 140%; }

.product-page .slides li:nth-of-type(2):before {
  content: '';
  background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/WGAC_Canstar_logo.png?v=9159146844430582473);
  position: absolute;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 110px;
  left: 7%;
  display: none; }

@media screen and (min-width: 480px) {
  .product-page .slides li:nth-of-type(2):before {
    width: 120px;
    height: 130px;
    left: 9%; } }
@media screen and (min-width: 960px) {
  .product-page .slides li:nth-of-type(2):before {
    left: 16%; } }
.product-page.not-toilet-paper-product .slides li:nth-of-type(2)::before {
  display: none !important; }

.yotpo .text-m {
  font-size: 12px !important; }

.yotpo-bottomLine-wrap {
  display: inline-block; }

.yotpo-bottomline {
  margin-top: 16px !important; }

.nav-account__accounts-link {
  display: block !important; }

.account__wrapper {
  min-height: 100vh; }

@media screen and (min-width: 1024px) {
  .account__wrapper {
    margin-left: 200px; } }
@media screen and (min-width: 1440px) {
  .account__wrapper {
    margin-left: 0; } }
.account__wrapper .sixteen.columns {
  width: 100%; }

/* .account--settings .orders__item {
  display: none
} */
.account--settings .orders__item:first-of-type {
  display: block; }

.yotpo-wrap {
  display: block; }

.button.product-sold-out, .button.product-sold-out:hover {
  color: #999;
  background: #eee;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #ddd;
  text-shadow: none; }

.button.product-sold-out {
  margin-bottom: 10px; }

.button.product-sold-out:hover {
  cursor: auto; }

#hellobar-container {
  display: flex;
  justify-content: center; }

#hellobar-container #hello-bar-text {
  display: flex;
  justify-content: center; }

#hellobar-container #hello-bar-text span.not-mobile {
  display: none; }

@media screen and (min-width: 768px) {
  #hellobar-container #hello-bar-text span.not-mobile {
    display: block; } }
#hellobar-pusher .christmas-last-chance {
  height: 60px; }

#hellobar-container.hellobar-shipping.christmas-last-chance {
  background: #dc3a42;
  color: white; }

ul.top_menu li a, ul.top_menu li a:active, ul.top_menu li a:visited {
  padding: 5px 30px;
  border-radius: 50px;
  margin-bottom: 12px;
  border: 1px solid #dddddd; }

h1.account_title {
  font-size: 36px;
  display: block;
  line-height: 36px;
  margin-top: 24px; }

@media screen and (min-width: 768px) {
  h1.account_title {
    font-size: 48px;
    line-height: 48px; } }
h4.your-orders {
  font-size: 12px;
  margin-bottom: 0;
  border-bottom: none;
  color: #999;
  text-transform: uppercase;
  text-align: center; }

.order_number_container {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #dbe3e5; }

.account_order_new {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 20px;
  background: #fff; }
  .account_order_new h3 {
    color: #999;
    font-size: 12px;
    margin-bottom: 0; }
  .account_order_new .order_number_container {
    display: flex;
    margin-bottom: 16px;
    border-bottom: 1px solid #dbe3e5; }
  .account_order_new h4.order_number {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    width: 50%; }
    @media screen and (min-width: 768px) {
      .account_order_new h4.order_number {
        width: auto; } }
    .account_order_new h4.order_number a {
      font-size: 14px;
      border: 1px solid #5b95fa;
      border-radius: 50px;
      display: block;
      transition: none;
      margin-right: 16px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .account_order_new h4.order_number a {
          padding: 0 30px; } }
      .account_order_new h4.order_number a:hover {
        background: #5b95fa;
        color: #fff;
        cursor: pointer; }
  .account_order_new .status_unfulfilled {
    color: #be5137; }
  .account_order_new .status_fulfilled {
    color: #4CAF50; }
  .account_order_new a.track-your-order {
    padding: 8px 25px;
    border-radius: 50px;
    background: #5b95fa;
    color: #fff; }

#view_address {
  border-radius: 56px;
  background: #eee;
  color: #666;
  text-shadow: none;
  font-size: 13px; }
  #view_address:hover {
    cursor: pointer; }

#edit-sub-address {
  background: #f9f7b3;
  color: #666;
  text-shadow: none;
  font-size: 13px;
  line-height: 13px;
  border-radius: 0;
  text-align: left; }
  #edit-sub-address span {
    color: #5b95fa; }
  #edit-sub-address svg {
    position: relative;
    top: 5px; }
  #edit-sub-address:hover {
    cursor: pointer; }

#edit-sub-address.sub-addresss-large {
  width: 100%;
  margin-bottom: 12px;
  line-height: 25px;
  font-size: 14px; }

#view_address {
  border-radius: 56px;
  background: #eee;
  color: #666;
  text-shadow: none;
  font-size: 13px; }

#view_address:hover {
  cursor: pointer; }

#edit-sub-address {
  background: #f9f7b3;
  color: #666;
  text-shadow: none;
  font-size: 13px;
  line-height: 13px;
  border-radius: 0;
  text-align: left; }

#edit-sub-address span {
  color: #5b95fa; }

#edit-sub-address svg {
  position: relative;
  top: 5px; }

#edit-sub-address:hover {
  cursor: pointer; }

a.button {
  text-shadow: none; }

a.button.is-rounded {
  border-radius: 1000px; }

.errors {
  margin-top: 10px; }

.errors ul {
  list-style: none inside;
  padding: 0;
  margin: 0; }

.errors ul li {
  font-family: Gilroy-Regular;
  padding: 20px;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 16px;
  color: #444;
  background: #ffe8e8;
  color: #fa5b5b;
  text-align: center; }

.errors ul li strong {
  font-family: gilroy-extrabold; }

.errors ul li a {
  color: #fa5b5b;
  font-family: gilroy-extrabold;
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .shipping-initial {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 80px; } }
@media screen and (max-width: 480px) {
  #hellobar-pusher.xmas-ooo {
    height: 47px; } }
#hellobar-container.xmas-ooo {
  background: #fc422e; }

@media screen and (max-width: 580px) {
  #hellobar-container.xmas-ooo #hello-bar-text, #hellobar-container.xmas-ooo .hellobar-cta-link {
    font-size: 13px; } }
@media screen and (max-width: 480px) {
  #hellobar-container.xmas-ooo {
    height: 47px;
    padding: 5px 20%;
    line-height: 120%;
    width: auto; } }
@media screen and (max-width: 420px) {
  #hellobar-container.xmas-ooo {
    padding: 8px 10% 0; } }
label[for=locksmith_email] {
  font-size: 18px;
  max-width: 400px;
  margin: 0 auto;
  line-height: 180%;
  color: #aaa;
  display: none; }

@media screen and (max-width: 580px) {
  .fixed-footer {
    width: 100% !important;
    bottom: 0; }

  .fixed-footer p.desktop {
    display: none; }

  .fixed-footer p.mobile {
    display: block;
    margin: 6px 0;
    padding: 0; } }
@media only screen and (min-width: 768px) {
  body.product-9488431181.product-page .product-top-wrap span.earth-day-list {
    font-size: 24px; } }
@media only screen and (min-width: 960px) {
  body.product-9488431181.product-page .product-top-wrap span.earth-day-list {
    font-size: 27px; } }
@media only screen and (max-width: 767px) {
  .original_line_price_total {
    display: none; }

  .out-for-christmas {
    padding: 20px; } }
@media only screen and (max-width: 969px) {
  .section.three-items img {
    display: block;
    margin: 0 auto; } }
@media only screen and (max-width: 768px) {
  #hellobar-container span.mobile {
    display: none; }

  #hellobar-container span.tablet {
    display: block; }

  #hellobar-container span.desktop {
    display: none; }

  .box-overlay {
    padding: 12px 4%; }

  .fullwidth {
    height: 300px; }

  .klaviyo_form_actions {
    display: block; }

  .klaviyo_form_actions #sign_up {
    margin-left: 0;
    width: 99%; }

  .social-buttons-wrap {
    text-align: center; }

  #header-pusher {
    display: block;
    height: 70px;
    width: 100%; }

  #header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px 0.2; }

  #header > div {
    padding: 5px 0; }

  .about .row .one-third {
    margin-bottom: 20px;
    float: none;
    display: inline-block;
    width: 300px; }

  .content .three-items {
    display: none; }

  .nav ul li a.cart {
    border: none; }

  .nav ul li a.cart.active {
    background: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/cart_blue.png?v=16405834729773831132) no-repeat 9px 7px; }

  .nav ul li a.cart span.cart_count_mobile {
    display: block;
    text-indent: 0;
    position: absolute;
    right: -16px;
    top: 5px;
    font-size: 11px;
    color: #fff;
    background: #5b96ff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    padding: 3px 4px 5px 5.5px;
    width: 7.5px;
    height: 10px;
    line-height: 100%;
    font-weight: 700; }

  .nav ul.mobile_menu li.active {
    background: #5b96ff; }

  .logo img {
    width: 60px; }

  input[type=submit].guest_button {
    border: none; }

  ul.nav_buttons {
    top: 15px; }

  .toggle_menu.nav {
    position: fixed;
    top: 130px;
    width: 90%;
    margin: 0 5%;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    z-index: 3000;
    box-shadow: 0 0 20px .4;
    overflow: visible; }

  .toggle_menu.nav:after {
    bottom: 100%;
    left: 77.5%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }

  .toggle_menu.nav ul.mobile_menu {
    background-color: #fff;
    margin-top: 1em; }

  .toggle_menu.nav ul.mobile_menu li {
    border-top: 1px solid white; }

  .toggle_menu.nav ul.mobile_menu li a {
    box-shadow: none;
    text-shadow: none; }

  .mobile_menu li:hover {
    background: #5b96ff; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .guarantee img {
    margin-top: 34%; } }
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .product_row div.best-value::after {
    right: 0;
    left: 10px; }

  .product_row div.four.columns a img {
    width: 50%;
    float: left; }

  .product_row div.four.columns a .info {
    margin-left: 55%;
    text-align: left;
    padding-top: 0; } }
@media only screen and (max-width: 480px) {
  .fullwidth {
    height: 180px; }

  .footer ul.icons li {
    float: none;
    display: inline; }

  .class {
    color: blue; }

  .guarantee img {
    margin-top: 20px; }

  #hellobar-container a span {
    display: none; }

  #hellobar-container span.mobile {
    display: block; }

  #hellobar-container span.tablet {
    display: none; }

  #hellobar-container span.desktop {
    display: none; }

  .box-overlay h1 {
    font-size: 36px;
    line-height: 36px; }

  #homepage_slider a.wide_has-mobile {
    display: none; }

  #homepage_slider a.mobile-image {
    display: block; }

  #homepage_slider a.wide_no-mobile {
    display: block; }

  .container.main.content.product {
    padding-top: 20px; } }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .nav ul li a.cart.active {
    background-image: url(//cdn.shopify.com/s/files/1/0094/6955/8884/files/cart_blue2x.png?v=1807104891243756247);
    background-size: 16px 64px; } }
@media screen and (min-width: 768px) {
  .shipping-initial {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 80px; } }

#usa-standard-shipping-info,
#standard-shipping-info {
  text-align: left; }
  #usa-standard-shipping-info p.page-intro,
  #standard-shipping-info p.page-intro {
    text-align: left;
    font-size: 23px;
    font-family: "Gilroy-Regular", "Lato", "helvetica", "sans-serif";
    /* font-weight: bold; */
    /* color: #65a0fa; */
    line-height: 137%;
    margin-top: 53px;
    padding-top: 24px;
    padding-bottom: 36px; }
    @media screen and (min-width: 768px) {
      #usa-standard-shipping-info p.page-intro,
      #standard-shipping-info p.page-intro {
        border-left: 2px solid #6acc98;
        background: #f1fff7;
        padding-left: 20px;
        padding: 40px; } }
  #usa-standard-shipping-info h2,
  #standard-shipping-info h2 {
    font-size: 16px; }
  #usa-standard-shipping-info p,
  #standard-shipping-info p {
    font-family: "Gilroy-Regular", "Lato", "helvetica", "sans-serif";
    font-size: 16px;
    margin-bottom: 24px; }
  #usa-standard-shipping-info + p,
  #standard-shipping-info + p {
    text-align: left;
    font-size: 16px; }

@media screen and (max-width: 400px) {
  #hellobar-container.hellobar-shipping {
    font-size: 14px; }
    #hellobar-container.hellobar-shipping a {
      font-size: 14px; } }
@media screen and (max-width: 340px) {
  #hellobar-container.hellobar-shipping {
    font-size: 13px; }
    #hellobar-container.hellobar-shipping a {
      font-size: 13px; } }
#hellobar-container.extra-discount {
  background: #f96664;
  /* old #e97978 */
  height: 40px; }
  #hellobar-container.extra-discount #hello-bar-text {
    line-height: 40px; }
#hellobar-container a span {
  display: none; }
#hellobar-container span.tablet {
  display: none; }
#hellobar-container span.mobile {
  display: none; }

/* Cart page */
del {
  color: #aaa; }

.out-for-christmas {
  color: red;
  background-color: #fff2f2;
  padding: 20px 20%;
  text-align: center; }

p.empty-cart {
  font-size: 24px;
  padding: 80px 0px 20px;
  color: #aaa; }

span.empty-cart-products {
  color: #888;
  margin-bottom: 10px;
  display: block;
  text-align: center; }

p.cart_product_title {
  margin-bottom: 0; }

#cart_form hr,
#cart_form .container .sixteen.columns hr {
  border-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #dbe3e5; }

#how-did-you-hear-about-us {
  font-family: gilroy-regular,Gilroy,sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  display: inline-block;
  border-radius: 6px;
  padding: 11px 10px 11px;
  border: 1px solid #ddd;
  font-weight: 700;
  line-height: 100%;
  width: 400px; }

@media only screen and (max-width: 767px) {
  .checkout_table_header, .price_total, .remove_column, .update_subtotal {
    display: none; } }
.remember-me-check label[for="remember-me"] {
  display: inline-block; }

.shipping .collection_nav.page div.section.clearfix .shippingOutput {
  margin-top: 20px; }

#shipping-package-info {
  border-left: 2px solid #6acc98;
  background: #f1fff7;
  padding-left: 20px;
  padding: 40px;
  margin-bottom: 40px;
  text-align: left; }
  #shipping-package-info p {
    font-size: 16px; }
  #shipping-package-info ul {
    margin-bottom: 0; }
    #shipping-package-info ul li {
      color: inherit;
      font-family: inherit;
      font-weight: inherit;
      font-size: 16px; }
  #shipping-package-info a {
    color: #6acc98; }

.shipping-initial table {
  border-collapse: collapse; }
  .shipping-initial table td, .shipping-initial table th {
    border: 1px solid #dbe3e5;
    padding: 4px; }

#shopify-section-app-module-mainsectionaz {
  scroll-margin-top: 80px; }

#homepage_slider.flexslider.min-height {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(0.25turn, transparent, white, transparent), linear-gradient(#f0f0f0, #f0f0f0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: calc(50vw * -1) 0, 0 0;
  animation: slider-loading 1.5s infinite;
  min-height: 320px; }
  @media screen and (min-width: 375px) {
    #homepage_slider.flexslider.min-height {
      min-height: 375px; } }
  @media screen and (min-width: 425px) {
    #homepage_slider.flexslider.min-height {
      min-height: 425px; } }
  @media screen and (min-width: 480px) {
    #homepage_slider.flexslider.min-height {
      min-height: calc(100vw * 0.3); } }

@keyframes slider-loading {
  to {
    background-position: calc(100vw) 0, 0 0; } }
