/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
  * 1. Change the default font family in all browsers (opinionated).
  * 2. Correct the line height in all browsers.
  * 3. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  */
/* Document
  ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0; }

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2.5em;
  margin: 0.67em 0; }

/* Grouping content
  ========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px; }

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
  ========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0; }

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit; }

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder; }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic; }

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
  ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block; }

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
  ========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block; }

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item; }

/* Scripting
  ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block; }

/**
* Add the correct display in IE.
*/
template {
  display: none; }

/* Hidden
  ========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none; }

@media screen and (min-width: 770px) {
  .cart-menu-slideout-header, .collection-menu-slideout-header, .product-menu-slideout-header, .cart-menu-slideout-content, .collection-menu-slideout-content, .product-menu-slideout-content, .cart-menu, .collection-menu, .product-menu, .site-main, .search-results-groups, .site-footer, .site-header, .collection-menu-inner-wrapper {
    max-width: 1111px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (max-width: 769px) {
  .template-account, .template-account-activate, .template-account-addresses, .template-account-login, .template-account-order, .template-account-register, .template-account-reset, .index-wrapper .shopify-section:not(.section-home-block), .search-section-form, .search-results-groups, .page, .site-footer-item, .section-blog, .section-cart, .section-collection, .site-header-wrapper, .section-list-collections, .product-alert-content {
    padding-right: 20px;
    padding-left: 20px; } }

.contact-rte, .search-result-page-summary, .page-content, .footnav-rte, .article-rte, .product-rte, .product-specs, .tags, .manufacturing-notes .manufacturing-text, .comment-rte, .article-excerpt-rte, .shout-out, .tweet-content, .giftreggie-front {
  font-family: Open Sans;
  font-size: 16px;
  font-size: calc(14px + 0.25vw);
  line-height: 1.5; }
  @media screen and (min-width: 770px) {
    .contact-rte, .search-result-page-summary, .page-content, .footnav-rte, .article-rte, .product-rte, .product-specs, .tags, .manufacturing-notes .manufacturing-text, .comment-rte, .article-excerpt-rte, .shout-out, .tweet-content, .giftreggie-front {
      font-size: 14px;
      font-size: calc(12px + 0.25vw); } }
  .contact-rte h1, .search-result-page-summary h1, .page-content h1, .footnav-rte h1, .article-rte h1, .product-rte h1, .product-specs h1, .tags h1, .manufacturing-notes .manufacturing-text h1, .comment-rte h1, .article-excerpt-rte h1, .shout-out h1, .tweet-content h1, .giftreggie-front h1,
  .contact-rte h2,
  .search-result-page-summary h2,
  .page-content h2,
  .footnav-rte h2,
  .article-rte h2,
  .product-rte h2,
  .product-specs h2,
  .tags h2,
  .manufacturing-notes .manufacturing-text h2,
  .comment-rte h2,
  .article-excerpt-rte h2,
  .shout-out h2,
  .tweet-content h2,
  .giftreggie-front h2,
  .contact-rte h3,
  .search-result-page-summary h3,
  .page-content h3,
  .footnav-rte h3,
  .article-rte h3,
  .product-rte h3,
  .product-specs h3,
  .tags h3,
  .manufacturing-notes .manufacturing-text h3,
  .comment-rte h3,
  .article-excerpt-rte h3,
  .shout-out h3,
  .tweet-content h3,
  .giftreggie-front h3,
  .contact-rte h4,
  .search-result-page-summary h4,
  .page-content h4,
  .footnav-rte h4,
  .article-rte h4,
  .product-rte h4,
  .product-specs h4,
  .tags h4,
  .manufacturing-notes .manufacturing-text h4,
  .comment-rte h4,
  .article-excerpt-rte h4,
  .shout-out h4,
  .tweet-content h4,
  .giftreggie-front h4,
  .contact-rte h5,
  .search-result-page-summary h5,
  .page-content h5,
  .footnav-rte h5,
  .article-rte h5,
  .product-rte h5,
  .product-specs h5,
  .tags h5,
  .manufacturing-notes .manufacturing-text h5,
  .comment-rte h5,
  .article-excerpt-rte h5,
  .shout-out h5,
  .tweet-content h5,
  .giftreggie-front h5,
  .contact-rte h6,
  .search-result-page-summary h6,
  .page-content h6,
  .footnav-rte h6,
  .article-rte h6,
  .product-rte h6,
  .product-specs h6,
  .tags h6,
  .manufacturing-notes .manufacturing-text h6,
  .comment-rte h6,
  .article-excerpt-rte h6,
  .shout-out h6,
  .tweet-content h6,
  .giftreggie-front h6 {
    margin-top: 32px;
    margin-bottom: 32px; }
  .contact-rte h1, .search-result-page-summary h1, .page-content h1, .footnav-rte h1, .article-rte h1, .product-rte h1, .product-specs h1, .tags h1, .manufacturing-notes .manufacturing-text h1, .comment-rte h1, .article-excerpt-rte h1, .shout-out h1, .tweet-content h1, .giftreggie-front h1 {
    font-size: 2.5rem; }
  .contact-rte h2, .search-result-page-summary h2, .page-content h2, .footnav-rte h2, .article-rte h2, .product-rte h2, .product-specs h2, .tags h2, .manufacturing-notes .manufacturing-text h2, .comment-rte h2, .article-excerpt-rte h2, .shout-out h2, .tweet-content h2, .giftreggie-front h2 {
    font-size: 1.5rem; }
  .contact-rte h3, .search-result-page-summary h3, .page-content h3, .footnav-rte h3, .article-rte h3, .product-rte h3, .product-specs h3, .tags h3, .manufacturing-notes .manufacturing-text h3, .comment-rte h3, .article-excerpt-rte h3, .shout-out h3, .tweet-content h3, .giftreggie-front h3 {
    font-size: 1.25rem; }
  .contact-rte h4, .search-result-page-summary h4, .page-content h4, .footnav-rte h4, .article-rte h4, .product-rte h4, .product-specs h4, .tags h4, .manufacturing-notes .manufacturing-text h4, .comment-rte h4, .article-excerpt-rte h4, .shout-out h4, .tweet-content h4, .giftreggie-front h4 {
    font-size: 1rem; }
  .contact-rte h5, .search-result-page-summary h5, .page-content h5, .footnav-rte h5, .article-rte h5, .product-rte h5, .product-specs h5, .tags h5, .manufacturing-notes .manufacturing-text h5, .comment-rte h5, .article-excerpt-rte h5, .shout-out h5, .tweet-content h5, .giftreggie-front h5 {
    font-size: 0.8rem; }
  .contact-rte h6, .search-result-page-summary h6, .page-content h6, .footnav-rte h6, .article-rte h6, .product-rte h6, .product-specs h6, .tags h6, .manufacturing-notes .manufacturing-text h6, .comment-rte h6, .article-excerpt-rte h6, .shout-out h6, .tweet-content h6, .giftreggie-front h6 {
    font-size: 0.65rem; }
  .contact-rte p, .search-result-page-summary p, .page-content p, .footnav-rte p, .article-rte p, .product-rte p, .product-specs p, .tags p, .manufacturing-notes .manufacturing-text p, .comment-rte p, .article-excerpt-rte p, .shout-out p, .tweet-content p, .giftreggie-front p {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #484040; }
  .contact-rte a, .search-result-page-summary a, .page-content a, .footnav-rte a, .article-rte a, .product-rte a, .product-specs a, .tags a, .manufacturing-notes .manufacturing-text a, .comment-rte a, .article-excerpt-rte a, .shout-out a, .tweet-content a, .giftreggie-front a {
    color: inherit; }
    .contact-rte a:hover, .search-result-page-summary a:hover, .page-content a:hover, .footnav-rte a:hover, .article-rte a:hover, .product-rte a:hover, .product-specs a:hover, .tags a:hover, .manufacturing-notes .manufacturing-text a:hover, .comment-rte a:hover, .article-excerpt-rte a:hover, .shout-out a:hover, .tweet-content a:hover, .giftreggie-front a:hover {
      text-decoration: none; }
  .contact-rte img, .search-result-page-summary img, .page-content img, .footnav-rte img, .article-rte img, .product-rte img, .product-specs img, .tags img, .manufacturing-notes .manufacturing-text img, .comment-rte img, .article-excerpt-rte img, .shout-out img, .tweet-content img, .giftreggie-front img {
    max-width: 100%; }
    .contact-rte img[style*="left"], .search-result-page-summary img[style*="left"], .page-content img[style*="left"], .footnav-rte img[style*="left"], .article-rte img[style*="left"], .product-rte img[style*="left"], .product-specs img[style*="left"], .tags img[style*="left"], .manufacturing-notes .manufacturing-text img[style*="left"], .comment-rte img[style*="left"], .article-excerpt-rte img[style*="left"], .shout-out img[style*="left"], .tweet-content img[style*="left"], .giftreggie-front img[style*="left"] {
      margin-right: 16px;
      margin-bottom: 8px; }
    .contact-rte img[style*="right"], .search-result-page-summary img[style*="right"], .page-content img[style*="right"], .footnav-rte img[style*="right"], .article-rte img[style*="right"], .product-rte img[style*="right"], .product-specs img[style*="right"], .tags img[style*="right"], .manufacturing-notes .manufacturing-text img[style*="right"], .comment-rte img[style*="right"], .article-excerpt-rte img[style*="right"], .shout-out img[style*="right"], .tweet-content img[style*="right"], .giftreggie-front img[style*="right"] {
      margin-bottom: 8px;
      margin-left: 16px; }
  .contact-rte blockquote, .search-result-page-summary blockquote, .page-content blockquote, .footnav-rte blockquote, .article-rte blockquote, .product-rte blockquote, .product-specs blockquote, .tags blockquote, .manufacturing-notes .manufacturing-text blockquote, .comment-rte blockquote, .article-excerpt-rte blockquote, .shout-out blockquote, .tweet-content blockquote, .giftreggie-front blockquote {
    padding-left: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 0;
    font-size: 1rem;
    border-left: 3px solid #484040; }
  .contact-rte th, .search-result-page-summary th, .page-content th, .footnav-rte th, .article-rte th, .product-rte th, .product-specs th, .tags th, .manufacturing-notes .manufacturing-text th, .comment-rte th, .article-excerpt-rte th, .shout-out th, .tweet-content th, .giftreggie-front th {
    font-family: Open Sans;
    font-weight: 400;
    text-align: left; }

.page-content img:not([style]), .article-rte img:not([style]) {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .page-content img:not([style]), .article-rte img:not([style]) {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media screen and (max-width: 959px) and (min-width: 640px) {
    .page-content img:not([style]), .article-rte img:not([style]) {
      max-width: calc(540px + (30px * 2)); } }
  @media screen and (min-width: 960px) {
    .page-content img:not([style]), .article-rte img:not([style]) {
      max-width: 540px; } }

.cart-menu-button-calculate-shipping,
.cart-menu-button-cancel-shipping, .collection-menu-button-sortby,
.collection-menu-button-cancel, .product-menu-button-share,
.product-menu-button-continueshopping, .account-register-button-submit, .cart-menu-button-checkout,
.cart-menu-button-update-shipping, .collection-menu-button-refine,
.collection-menu-button-apply, .product-menu-button-atc,
.product-menu-button-selectoptions,
.product-menu-button-cancel,
.product-menu-button-viewcart, .template-account-activate form input[type="submit"], .template-account-login form input[type="submit"], .template-account-register form input[type="submit"], .template-account-reset form input[type="submit"], .page-contact .contact-form input[type="submit"], .storefront-password-form input[type="submit"], .comments-submit input[type="submit"], .template-account-activate form .button, .template-account-login form .button, .template-account-register form .button, .template-account-reset form .button, .page-contact .contact-form .button, .storefront-password-form .button, .comments-submit .button, .account-address-form input[type="submit"], .cart-form-button-checkout-no-js, .see-more-link .see-more-wrapper .see-more, .shout-out a, .newsletter-submit, .notify-me-submit, .product-form-inline-atc > .product-form-inline-atc-button, .add-to-list .gift-reggie-button .btn, .add-to-list .gift-reggie-wishlist-button .btn, .product-form-nojs-atc-button, .out-of-stock-button, .giftreggie-front button, .giftreggie-front input[type="submit"] {
  padding-right: 24px;
  padding-left: 24px;
  font-family: Open Sans;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #61842f;
  border: 0; }
  .cart-menu-button-calculate-shipping:not(:disabled):hover,
  .cart-menu-button-cancel-shipping:not(:disabled):hover, .collection-menu-button-sortby:not(:disabled):hover,
  .collection-menu-button-cancel:not(:disabled):hover, .product-menu-button-share:not(:disabled):hover,
  .product-menu-button-continueshopping:not(:disabled):hover, .account-register-button-submit:not(:disabled):hover, .cart-menu-button-checkout:not(:disabled):hover,
  .cart-menu-button-update-shipping:not(:disabled):hover, .collection-menu-button-refine:not(:disabled):hover,
  .collection-menu-button-apply:not(:disabled):hover, .product-menu-button-atc:not(:disabled):hover,
  .product-menu-button-selectoptions:not(:disabled):hover,
  .product-menu-button-cancel:not(:disabled):hover,
  .product-menu-button-viewcart:not(:disabled):hover, .template-account-activate form input[type="submit"]:not(:disabled):hover, .template-account-login form input[type="submit"]:not(:disabled):hover, .template-account-register form input[type="submit"]:not(:disabled):hover, .template-account-reset form input[type="submit"]:not(:disabled):hover, .page-contact .contact-form input[type="submit"]:not(:disabled):hover, .storefront-password-form input[type="submit"]:not(:disabled):hover, .comments-submit input[type="submit"]:not(:disabled):hover, .template-account-activate form .button:not(:disabled):hover, .template-account-login form .button:not(:disabled):hover, .template-account-register form .button:not(:disabled):hover, .template-account-reset form .button:not(:disabled):hover, .page-contact .contact-form .button:not(:disabled):hover, .storefront-password-form .button:not(:disabled):hover, .comments-submit .button:not(:disabled):hover, .account-address-form input[type="submit"]:not(:disabled):hover, .cart-form-button-checkout-no-js:not(:disabled):hover, .see-more-link .see-more-wrapper .see-more:not(:disabled):hover, .shout-out a:not(:disabled):hover, .newsletter-submit:not(:disabled):hover, .notify-me-submit:not(:disabled):hover, .product-form-inline-atc > .product-form-inline-atc-button:not(:disabled):hover, .add-to-list .gift-reggie-button .btn:not(:disabled):hover, .add-to-list .gift-reggie-wishlist-button .btn:not(:disabled):hover, .product-form-nojs-atc-button:not(:disabled):hover, .out-of-stock-button:not(:disabled):hover, .giftreggie-front button:not(:disabled):hover, .giftreggie-front input[type="submit"]:not(:disabled):hover {
    background: rgba(97, 132, 47, 0.9); }
  .cart-menu-button-calculate-shipping:disabled,
  .cart-menu-button-cancel-shipping:disabled, .collection-menu-button-sortby:disabled,
  .collection-menu-button-cancel:disabled, .product-menu-button-share:disabled,
  .product-menu-button-continueshopping:disabled, .account-register-button-submit:disabled, .cart-menu-button-checkout:disabled,
  .cart-menu-button-update-shipping:disabled, .collection-menu-button-refine:disabled,
  .collection-menu-button-apply:disabled, .product-menu-button-atc:disabled,
  .product-menu-button-selectoptions:disabled,
  .product-menu-button-cancel:disabled,
  .product-menu-button-viewcart:disabled, .template-account-activate form input[type="submit"]:disabled, .template-account-login form input[type="submit"]:disabled, .template-account-register form input[type="submit"]:disabled, .template-account-reset form input[type="submit"]:disabled, .page-contact .contact-form input[type="submit"]:disabled, .storefront-password-form input[type="submit"]:disabled, .comments-submit input[type="submit"]:disabled, .template-account-activate form .button:disabled, .template-account-login form .button:disabled, .template-account-register form .button:disabled, .template-account-reset form .button:disabled, .page-contact .contact-form .button:disabled, .storefront-password-form .button:disabled, .comments-submit .button:disabled, .account-address-form input[type="submit"]:disabled, .cart-form-button-checkout-no-js:disabled, .see-more-link .see-more-wrapper .see-more:disabled, .shout-out a:disabled, .newsletter-submit:disabled, .notify-me-submit:disabled, .product-form-inline-atc > .product-form-inline-atc-button:disabled, .add-to-list .gift-reggie-button .btn:disabled, .add-to-list .gift-reggie-wishlist-button .btn:disabled, .product-form-nojs-atc-button:disabled, .out-of-stock-button:disabled, .giftreggie-front button:disabled, .giftreggie-front input[type="submit"]:disabled {
    cursor: default;
    opacity: 0.5; }

.cart-menu-button-calculate-shipping,
.cart-menu-button-cancel-shipping, .collection-menu-button-sortby,
.collection-menu-button-cancel, .product-menu-button-share,
.product-menu-button-continueshopping, .account-register-button-submit {
  color: #716464;
  background: rgba(45, 40, 40, 0.08); }
  .cart-menu-button-calculate-shipping:not(:disabled):hover,
  .cart-menu-button-cancel-shipping:not(:disabled):hover, .collection-menu-button-sortby:not(:disabled):hover,
  .collection-menu-button-cancel:not(:disabled):hover, .product-menu-button-share:not(:disabled):hover,
  .product-menu-button-continueshopping:not(:disabled):hover, .account-register-button-submit:not(:disabled):hover {
    background: rgba(45, 40, 40, 0.2); }

.collection-sortby-option, .collection-tag-link, .option-value, .giftreggie-front td button {
  position: relative;
  z-index: 5;
  display: inline-table;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: 5px;
  font-family: Open Sans;
  color: #716464;
  text-transform: capitalize;
  cursor: pointer;
  background: rgba(45, 40, 40, 0.08);
  border: 1px solid #e6e6e6; }
  .collection-sortby-option a, .collection-tag-link a, .option-value a, .giftreggie-front td button a,
  .collection-sortby-option label,
  .collection-tag-link label,
  .option-value label,
  .giftreggie-front td button label {
    display: table-cell;
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
    text-align: center;
    vertical-align: middle; }
  .collection-sortby-option a, .collection-tag-link a, .option-value a, .giftreggie-front td button a {
    color: inherit;
    text-decoration: none;
    cursor: inherit; }
  .collection-sortby-option input, .collection-tag-link input, .option-value input, .giftreggie-front td button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: inherit;
    opacity: 0; }

.collection-sortby-option input:focus + label, .collection-tag-link input:focus + label, .option-value input:focus + label, .giftreggie-front td button input:focus + label {
  outline: auto;
  outline: auto 5px -webkit-focus-ring-color; }

.collection-sortby-option.collection-sortby-option-selected, .collection-tag-link[data-collection-tag-selected], .option-value.option-selected {
  z-index: 10;
  color: white;
  background: #61842f;
  border: 1px solid #61842f; }

.option-value.option-disabled {
  cursor: default;
  opacity: 0.5; }

.option-value.option-soldout {
  text-decoration: line-through; }

.section-blog-posts .section-title, .section-featured-products .section-title, .section-instagram .section-title, .mobile-collections-title, .section-twitter-title {
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #2d2828;
  text-transform: uppercase; }
  @media screen and (min-width: 960px) {
    .section-blog-posts .section-title, .section-featured-products .section-title, .section-instagram .section-title, .mobile-collections-title, .section-twitter-title {
      font-size: 1rem; } }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }

  100% {
    background-position: 468px 0; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }

  100% {
    background-position: 468px 0; } }

.instagram-content-placeholder, .tweet-content-placeholder {
  background: #f9f9f9;
  background-size: cover; }
  .content-placeholder-animate.instagram-content-placeholder, .content-placeholder-animate.tweet-content-placeholder {
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f9f9f9), color-stop(18%, #dfdfdf), color-stop(33%, #f9f9f9));
    background: linear-gradient(to right, #f9f9f9 8%, #dfdfdf 18%, #f9f9f9 33%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

.cart-menu-slideout-header::before, .collection-menu-slideout-header::before, .product-menu-slideout-header::before, .cart-menu::before, .collection-menu::before, .product-menu::before, .template-account::before, .template-account-addresses::before, .account-address-form form::before, .account-address-form .input-wrapper::before, .account-addresses::before, .template-account-login .input-wrapper::before, .template-account-order-shipping-info::before, .account-order-totals li::before, .ie9 .footnav::before, .section-cart::before, .cart-total-row::before, .collection-grid::before, .search-results-products::before, .list-collections::before, .article-pagination::before, .cart-item::before, .product-form-inline-atc::before, .product-highlights-normal-wrapper::before, .product-menu-buttons > .quantity::before, .option-header::before, .product-quickshop-details-container::before, .quantity::before, .shipping-calculator-fields::before, .slideshow-slide::before, .giftreggie-front .input-wrapper::before, .cart-menu-slideout-header::after, .collection-menu-slideout-header::after, .product-menu-slideout-header::after, .cart-menu::after, .collection-menu::after, .product-menu::after, .template-account::after, .template-account-addresses::after, .account-address-form form::after, .account-address-form .input-wrapper::after, .account-addresses::after, .template-account-login .input-wrapper::after, .template-account-order-shipping-info::after, .account-order-totals li::after, .ie9 .footnav::after, .section-cart::after, .cart-total-row::after, .collection-grid::after, .search-results-products::after, .list-collections::after, .article-pagination::after, .cart-item::after, .product-form-inline-atc::after, .product-highlights-normal-wrapper::after, .product-menu-buttons > .quantity::after, .option-header::after, .product-quickshop-details-container::after, .quantity::after, .shipping-calculator-fields::after, .slideshow-slide::after, .giftreggie-front .input-wrapper::after {
  display: table;
  content: ""; }
.cart-menu-slideout-header::after, .collection-menu-slideout-header::after, .product-menu-slideout-header::after, .cart-menu::after, .collection-menu::after, .product-menu::after, .template-account::after, .template-account-addresses::after, .account-address-form form::after, .account-address-form .input-wrapper::after, .account-addresses::after, .template-account-login .input-wrapper::after, .template-account-order-shipping-info::after, .account-order-totals li::after, .ie9 .footnav::after, .section-cart::after, .cart-total-row::after, .collection-grid::after, .search-results-products::after, .list-collections::after, .article-pagination::after, .cart-item::after, .product-form-inline-atc::after, .product-highlights-normal-wrapper::after, .product-menu-buttons > .quantity::after, .option-header::after, .product-quickshop-details-container::after, .quantity::after, .shipping-calculator-fields::after, .slideshow-slide::after, .giftreggie-front .input-wrapper::after {
  clear: both; }

.cart-menu-container, .collection-menu-container, .product-menu-container {
  position: fixed;
  top: auto !important;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: none;
  width: 100%;
  text-align: initial;
  background-color: white;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); }
  .cart-menu-container .breadcrumb, .collection-menu-container .breadcrumb, .product-menu-container .breadcrumb {
    display: none; }
    @media screen and (min-width: 890px) {
      .cart-menu-container .breadcrumb, .collection-menu-container .breadcrumb, .product-menu-container .breadcrumb {
        position: absolute;
        top: 50%;
        display: inline-block;
        float: left;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

@media screen and (min-width: 890px) {
  .cart-menu-highlight, .collection-menu-highlight, .product-menu-highlight {
    background-color: #61842f; }
    .cart-menu-highlight .breadcrumb span, .collection-menu-highlight .breadcrumb span, .product-menu-highlight .breadcrumb span,
    .cart-menu-highlight .breadcrumb a,
    .collection-menu-highlight .breadcrumb a,
    .product-menu-highlight .breadcrumb a {
      color: white; }
      .cart-menu-highlight .breadcrumb span:last-child, .collection-menu-highlight .breadcrumb span:last-child, .product-menu-highlight .breadcrumb span:last-child,
      .cart-menu-highlight .breadcrumb a:last-child,
      .collection-menu-highlight .breadcrumb a:last-child,
      .product-menu-highlight .breadcrumb a:last-child {
        color: white;
        opacity: 0.75; } }

.cart-menu-slideout, .collection-menu-slideout, .product-menu-slideout {
  display: none;
  max-height: 65vh;
  overflow-y: hidden;
  background: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  outline: 0; }
  @media screen and (min-width: 890px) {
    .cart-menu-slideout, .collection-menu-slideout, .product-menu-slideout {
      padding-top: 16px;
      padding-bottom: 16px;
      max-height: 50vh; } }

.cart-menu-slideout-button-dimiss, .collection-menu-slideout-button-dimiss, .product-menu-slideout-button-dimiss, .product-quickshop-button-dismiss {
  display: block;
  float: right;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #2d2828;
  cursor: pointer;
  background: none;
  border: 0; }

.cart-menu-slideout-header, .collection-menu-slideout-header, .product-menu-slideout-header {
  display: table;
  width: 100%;
  height: 65px;
  padding: 0 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6; }
  @media screen and (min-width: 890px) {
    .cart-menu-slideout-header, .collection-menu-slideout-header, .product-menu-slideout-header {
      height: auto;
      margin-bottom: 4px;
      border-bottom: 0; } }
  .cart-menu-slideout-header > div, .collection-menu-slideout-header > div, .product-menu-slideout-header > div,
  .cart-menu-slideout-header > span,
  .collection-menu-slideout-header > span,
  .product-menu-slideout-header > span {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 889px) {
      .cart-menu-slideout-header > div, .collection-menu-slideout-header > div, .product-menu-slideout-header > div,
      .cart-menu-slideout-header > span,
      .collection-menu-slideout-header > span,
      .product-menu-slideout-header > span {
        height: 60px; } }

.cart-menu-slideout-header-title, .collection-menu-slideout-header-title, .collection-menu-slideout-header-subtitle, .product-menu-slideout-header-title > span {
  font-family: Open Sans;
  font-weight: bold; }

.cart-menu-slideout-content, .collection-menu-slideout-content, .product-menu-slideout-content {
  display: block;
  max-height: calc(65vh - 80px);
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 890px) {
    .cart-menu-slideout-content, .collection-menu-slideout-content, .product-menu-slideout-content {
      margin-top: 4px;
      margin-bottom: 0;
      max-height: calc(50vh - 80px); } }

.cart-menu, .collection-menu, .product-menu {
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 890px) {
    .cart-menu, .collection-menu, .product-menu {
      padding: 16px 20px; } }

.cart-menu-button-checkout,
.cart-menu-button-update-shipping, .collection-menu-button-refine,
.collection-menu-button-apply, .product-menu-button-atc,
.product-menu-button-selectoptions,
.product-menu-button-cancel,
.product-menu-button-viewcart, .cart-menu-button-calculate-shipping,
.cart-menu-button-cancel-shipping, .collection-menu-button-sortby,
.collection-menu-button-cancel, .product-menu-button-share,
.product-menu-button-continueshopping {
  height: 50px;
  padding: 0 10px;
  font-size: 0.8rem;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (min-width: 890px) {
    .cart-menu-button-checkout,
    .cart-menu-button-update-shipping, .collection-menu-button-refine,
    .collection-menu-button-apply, .product-menu-button-atc,
    .product-menu-button-selectoptions,
    .product-menu-button-cancel,
    .product-menu-button-viewcart, .cart-menu-button-calculate-shipping,
    .cart-menu-button-cancel-shipping, .collection-menu-button-sortby,
    .collection-menu-button-cancel, .product-menu-button-share,
    .product-menu-button-continueshopping {
      padding: 0 40px; } }

@media screen and (min-width: 890px) {
  .cart-menu-highlight .cart-menu-button-checkout, .cart-menu-highlight
  .cart-menu-button-update-shipping, .collection-menu-highlight .collection-menu-button-refine, .collection-menu-highlight
  .collection-menu-button-apply, .product-menu-highlight .product-menu-button-atc, .product-menu-highlight
  .product-menu-button-selectoptions, .product-menu-highlight
  .product-menu-button-cancel, .product-menu-highlight
  .product-menu-button-viewcart {
    color: #61842f;
    background-color: white; }
    .cart-menu-highlight .cart-menu-button-checkout:not(:disabled):hover, .cart-menu-highlight
    .cart-menu-button-update-shipping:not(:disabled):hover, .collection-menu-highlight .collection-menu-button-refine:not(:disabled):hover, .collection-menu-highlight
    .collection-menu-button-apply:not(:disabled):hover, .product-menu-highlight .product-menu-button-atc:not(:disabled):hover, .product-menu-highlight
    .product-menu-button-selectoptions:not(:disabled):hover, .product-menu-highlight
    .product-menu-button-cancel:not(:disabled):hover, .product-menu-highlight
    .product-menu-button-viewcart:not(:disabled):hover {
      background: rgba(255, 255, 255, 0.9); } }

@media screen and (min-width: 890px) {
  .cart-menu-highlight .cart-menu-button-calculate-shipping, .cart-menu-highlight
  .cart-menu-button-cancel-shipping, .collection-menu-highlight .collection-menu-button-sortby, .collection-menu-highlight
  .collection-menu-button-cancel, .product-menu-highlight .product-menu-button-share, .product-menu-highlight
  .product-menu-button-continueshopping {
    color: white;
    background-color: rgba(255, 255, 255, 0.2); }
    .cart-menu-highlight .cart-menu-button-calculate-shipping:not(:disabled):hover, .cart-menu-highlight
    .cart-menu-button-cancel-shipping:not(:disabled):hover, .collection-menu-highlight .collection-menu-button-sortby:not(:disabled):hover, .collection-menu-highlight
    .collection-menu-button-cancel:not(:disabled):hover, .product-menu-highlight .product-menu-button-share:not(:disabled):hover, .product-menu-highlight
    .product-menu-button-continueshopping:not(:disabled):hover {
      background: rgba(255, 255, 255, 0.1); } }

.template-account-activate form input:not([type="submit"]), .template-account-login form input:not([type="submit"]), .template-account-register form input:not([type="submit"]), .template-account-reset form input:not([type="submit"]), .page-contact .contact-form input:not([type="submit"]), .storefront-password-form input:not([type="submit"]), .comments-submit input:not([type="submit"]),
.template-account-activate form textarea,
.template-account-login form textarea,
.template-account-register form textarea,
.template-account-reset form textarea,
.page-contact .contact-form textarea,
.storefront-password-form textarea,
.comments-submit textarea, .search-form-input, .cart-note textarea, .section-password input, .newsletter-input, .notify-me-input, .product-form-nojs-variants-select, .product-form-nojs-quantity, .option-select-input, .shipping-calculator-field select,
.shipping-calculator-field input, .giftreggie-front textarea {
  padding: 15px;
  font-family: Open Sans;
  color: #2d2828;
  background: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .template-account-activate form input:not([type="submit"])::-webkit-input-placeholder, .template-account-login form input:not([type="submit"])::-webkit-input-placeholder, .template-account-register form input:not([type="submit"])::-webkit-input-placeholder, .template-account-reset form input:not([type="submit"])::-webkit-input-placeholder, .page-contact .contact-form input:not([type="submit"])::-webkit-input-placeholder, .storefront-password-form input:not([type="submit"])::-webkit-input-placeholder, .comments-submit input:not([type="submit"])::-webkit-input-placeholder,
  .template-account-activate form textarea::-webkit-input-placeholder,
  .template-account-login form textarea::-webkit-input-placeholder,
  .template-account-register form textarea::-webkit-input-placeholder,
  .template-account-reset form textarea::-webkit-input-placeholder,
  .page-contact .contact-form textarea::-webkit-input-placeholder,
  .storefront-password-form textarea::-webkit-input-placeholder,
  .comments-submit textarea::-webkit-input-placeholder, .search-form-input::-webkit-input-placeholder, .cart-note textarea::-webkit-input-placeholder, .section-password input::-webkit-input-placeholder, .newsletter-input::-webkit-input-placeholder, .notify-me-input::-webkit-input-placeholder, .product-form-nojs-variants-select::-webkit-input-placeholder, .product-form-nojs-quantity::-webkit-input-placeholder, .option-select-input::-webkit-input-placeholder, .shipping-calculator-field select::-webkit-input-placeholder,
  .shipping-calculator-field input::-webkit-input-placeholder, .giftreggie-front textarea::-webkit-input-placeholder {
    color: #8b7d7d; }
  .template-account-activate form input:-ms-input-placeholder:not([type="submit"]), .template-account-login form input:-ms-input-placeholder:not([type="submit"]), .template-account-register form input:-ms-input-placeholder:not([type="submit"]), .template-account-reset form input:-ms-input-placeholder:not([type="submit"]), .page-contact .contact-form input:-ms-input-placeholder:not([type="submit"]), .storefront-password-form input:-ms-input-placeholder:not([type="submit"]), .comments-submit input:-ms-input-placeholder:not([type="submit"]),
  .template-account-activate form textarea:-ms-input-placeholder,
  .template-account-login form textarea:-ms-input-placeholder,
  .template-account-register form textarea:-ms-input-placeholder,
  .template-account-reset form textarea:-ms-input-placeholder,
  .page-contact .contact-form textarea:-ms-input-placeholder,
  .storefront-password-form textarea:-ms-input-placeholder,
  .comments-submit textarea:-ms-input-placeholder, .search-form-input:-ms-input-placeholder, .cart-note textarea:-ms-input-placeholder, .section-password input:-ms-input-placeholder, .newsletter-input:-ms-input-placeholder, .notify-me-input:-ms-input-placeholder, .product-form-nojs-variants-select:-ms-input-placeholder, .product-form-nojs-quantity:-ms-input-placeholder, .option-select-input:-ms-input-placeholder, .shipping-calculator-field select:-ms-input-placeholder,
  .shipping-calculator-field input:-ms-input-placeholder, .giftreggie-front textarea:-ms-input-placeholder {
    color: #8b7d7d; }
  .template-account-activate form input:not([type="submit"])::-ms-input-placeholder, .template-account-login form input:not([type="submit"])::-ms-input-placeholder, .template-account-register form input:not([type="submit"])::-ms-input-placeholder, .template-account-reset form input:not([type="submit"])::-ms-input-placeholder, .page-contact .contact-form input:not([type="submit"])::-ms-input-placeholder, .storefront-password-form input:not([type="submit"])::-ms-input-placeholder, .comments-submit input:not([type="submit"])::-ms-input-placeholder,
  .template-account-activate form textarea::-ms-input-placeholder,
  .template-account-login form textarea::-ms-input-placeholder,
  .template-account-register form textarea::-ms-input-placeholder,
  .template-account-reset form textarea::-ms-input-placeholder,
  .page-contact .contact-form textarea::-ms-input-placeholder,
  .storefront-password-form textarea::-ms-input-placeholder,
  .comments-submit textarea::-ms-input-placeholder, .search-form-input::-ms-input-placeholder, .cart-note textarea::-ms-input-placeholder, .section-password input::-ms-input-placeholder, .newsletter-input::-ms-input-placeholder, .notify-me-input::-ms-input-placeholder, .product-form-nojs-variants-select::-ms-input-placeholder, .product-form-nojs-quantity::-ms-input-placeholder, .option-select-input::-ms-input-placeholder, .shipping-calculator-field select::-ms-input-placeholder,
  .shipping-calculator-field input::-ms-input-placeholder, .giftreggie-front textarea::-ms-input-placeholder {
    color: #8b7d7d; }
  .template-account-activate form input:not([type="submit"])::placeholder, .template-account-login form input:not([type="submit"])::placeholder, .template-account-register form input:not([type="submit"])::placeholder, .template-account-reset form input:not([type="submit"])::placeholder, .page-contact .contact-form input:not([type="submit"])::placeholder, .storefront-password-form input:not([type="submit"])::placeholder, .comments-submit input:not([type="submit"])::placeholder,
  .template-account-activate form textarea::placeholder,
  .template-account-login form textarea::placeholder,
  .template-account-register form textarea::placeholder,
  .template-account-reset form textarea::placeholder,
  .page-contact .contact-form textarea::placeholder,
  .storefront-password-form textarea::placeholder,
  .comments-submit textarea::placeholder, .search-form-input::placeholder, .cart-note textarea::placeholder, .section-password input::placeholder, .newsletter-input::placeholder, .notify-me-input::placeholder, .product-form-nojs-variants-select::placeholder, .product-form-nojs-quantity::placeholder, .option-select-input::placeholder, .shipping-calculator-field select::placeholder,
  .shipping-calculator-field input::placeholder, .giftreggie-front textarea::placeholder {
    color: #8b7d7d; }

.template-account-activate form input:not([type="submit"]), .template-account-login form input:not([type="submit"]), .template-account-register form input:not([type="submit"]), .template-account-reset form input:not([type="submit"]), .page-contact .contact-form input:not([type="submit"]), .storefront-password-form input:not([type="submit"]), .comments-submit input:not([type="submit"]),
.template-account-activate form textarea,
.template-account-login form textarea,
.template-account-register form textarea,
.template-account-reset form textarea,
.page-contact .contact-form textarea,
.storefront-password-form textarea,
.comments-submit textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.6; }
.template-account-activate form input, .template-account-login form input, .template-account-register form input, .template-account-reset form input, .page-contact .contact-form input, .storefront-password-form input, .comments-submit input {
  height: 50px; }
.template-account-activate form label, .template-account-login form label, .template-account-register form label, .template-account-reset form label, .page-contact .contact-form label, .storefront-password-form label, .comments-submit label {
  font-family: Open Sans; }
.template-account-activate form textarea, .template-account-login form textarea, .template-account-register form textarea, .template-account-reset form textarea, .page-contact .contact-form textarea, .storefront-password-form textarea, .comments-submit textarea {
  height: auto;
  max-height: 200px;
  min-height: 100px;
  resize: vertical; }
.template-account-activate form input[type="submit"], .template-account-login form input[type="submit"], .template-account-register form input[type="submit"], .template-account-reset form input[type="submit"], .page-contact .contact-form input[type="submit"], .storefront-password-form input[type="submit"], .comments-submit input[type="submit"] {
  height: 50px;
  min-width: 150px; }
.template-account-activate form .button, .template-account-login form .button, .template-account-register form .button, .template-account-reset form .button, .page-contact .contact-form .button, .storefront-password-form .button, .comments-submit .button {
  padding: 15px 20px; }

.sale-callout, .collection-image-chalk-border, .collection-grid-item-advertisement, .dotw-content, .home-chalk-border {
  margin: -4px;
  border: 8px solid white;
  -webkit-border-image: url(//cdn.shopify.com/s/files/1/2097/3455/t/7/assets/border-image--chalk.png?v=7703209672346994641) 40 round;
  -moz-border-image: url(//cdn.shopify.com/s/files/1/2097/3455/t/7/assets/border-image--chalk.png?v=7703209672346994641) 40 round;
  -o-border-image: url(//cdn.shopify.com/s/files/1/2097/3455/t/7/assets/border-image--chalk.png?v=7703209672346994641) 40 round;
  border-image: url(//cdn.shopify.com/s/files/1/2097/3455/t/7/assets/border-image--chalk.png?v=7703209672346994641) 40 round; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html::after {
  display: none;
  content: "S"; }
  @media screen and (min-width: 890px) {
    html::after {
      content: "M"; } }
  @media screen and (min-width: 960px) {
    html::after {
      content: "L"; } }

body {
  width: 100%;
  padding-bottom: 50px;
  font-family: Open Sans;
  font-size: 0.8rem;
  color: #484040;
  background-color: white; }
  @media screen and (min-width: 960px) {
    body {
      padding-bottom: 100px; } }

html.scroll-lock,
html.scroll-lock body {
  height: 100%;
  overflow: hidden; }

strong {
  font-weight: bold; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans; }

.flickity-viewport {
  -webkit-transition: height 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }

button {
  border-radius: 0; }

input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 0; }

@media print {
  .shopify-section.meganav, .shopify-section.contactbar {
    display: none; } }
.grouped-content {
  margin: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.grouped-content * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.grouped-content-triggers {
  padding: 0;
  margin: 0; }

.grouped-content-contents {
  padding: 0;
  margin: 0; }

.grouped-content.grouped-content-layout-tabs {
  border: 1px solid currentColor; }

.grouped-content-layout-tabs .grouped-content-triggers {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  list-style: none; }

.grouped-content-layout-tabs .grouped-content-contents {
  display: block;
  width: 100%;
  height: auto;
  list-style: none; }

.grouped-content-layout-tabs .grouped-content-trigger {
  display: table-cell;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  padding: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1px;
  margin-left: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
  font-size: 0.8rem;
  color: currentColor;
  text-align: center;
  word-break: break-word;
  cursor: pointer; }

.grouped-content-layout-tabs .grouped-content-trigger:last-child {
  border-right: 0; }

.grouped-content-layout-tabs .grouped-content-trigger.active {
  border-bottom: 1px solid transparent; }

.grouped-content-layout-tabs .grouped-content-content {
  display: none;
  padding: 10px 20px; }

.grouped-content-layout-tabs .grouped-content-content.active {
  display: block; }

.grouped-content-layout-accordion .grouped-content-trigger,
.grouped-content-layout-accordion .grouped-content-content {
  width: 100%;
  padding: 10px;
  margin: 0; }

.grouped-content-layout-accordion .grouped-content-trigger {
  display: block;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1px;
  margin-left: 0;
  font-weight: 700;
  font-size: 0.8rem;
  color: currentColor;
  word-break: break-word;
  cursor: pointer;
  border: 1px solid currentColor; }

.grouped-content-layout-accordion .grouped-content-content {
  display: block;
  height: auto;
  max-height: 0;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  margin-bottom: -1px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  overflow: auto;
  -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1), padding 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1), padding 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.grouped-content-layout-accordion .grouped-content-content.active {
  max-height: 300px;
  margin-bottom: -1px;
  padding: 10px;
  -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1), padding 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1), padding 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.announcement-bar {
  background-color: #cb2027;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold; }

.announcement-bar--link {
  display: block;
  text-decoration: none;
  padding: 4px; }

.announcement-bar--link:hover {
  background-color: #dd272f;
  text-decoration: underline;
  color: white; }

.announcement-bar__text {
  color: white; }

.sale-callout {
  margin: 0;
  margin-bottom: 20px;
  padding: 12px 16px;
  background-color: #61842f;
  opacity: 0.75;
  text-align: center; }
  .sale-callout p {
    opacity: 1;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 1.33;
    font-size: 0.875rem;
    margin-bottom: 4px; }
  .sale-callout .sale-callout-headline {
    font-weight: bold;
    font-size: 1rem; }

.template-404 {
  display: block;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center; }

.template-account {
  margin-bottom: 60px; }
  .template-account a {
    color: inherit; }

.template-account-title {
  display: block;
  margin-bottom: 60px;
  text-align: center; }

.account-order-history {
  display: block;
  width: 100%;
  margin-bottom: 60px; }
  @media screen and (min-width: 960px) {
    .account-order-history {
      float: left;
      width: 60%;
      margin-bottom: 0; } }

.account-order-history-orders {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  table-layout: fixed; }
  .account-order-history-orders tr {
    text-align: left; }

.account-info {
  display: block;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .account-info {
      float: right;
      width: 40%; } }
  .account-info .email {
    display: block;
    margin-bottom: 60px; }

.account-info-address span {
  display: block;
  margin-bottom: 20px; }

.template-account-activate [type="submit"] + a {
  display: block;
  margin-top: 10px; }
  @media screen and (min-width: 640px) {
    .template-account-activate [type="submit"] + a {
      display: inline-block;
      margin-top: 0;
      margin-left: 10px; } }

.template-account-activate-title {
  display: block;
  text-align: center; }

.template-account-addresses a {
  color: inherit; }

.template-account-addresses-title,
.template-account-addresses-subtitle {
  display: block;
  text-align: center; }

.template-account-addresses-subtitle {
  margin-bottom: 50px; }

.account-address-forms {
  display: block;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .account-address-forms {
      float: left;
      width: 50%; } }

.account-address-form {
  display: none; }
  .account-address-form form {
    width: calc(100% + 30px);
    margin-left: -15px; }
  .account-address-form input[type="text"],
  .account-address-form input[type="password"],
  .account-address-form select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px;
    margin: 10px 0 0;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .account-address-form input[type="submit"] {
    height: 50px;
    min-width: 150px; }
  .account-address-form.account-address-form-active {
    display: block; }
  .account-address-form .input-wrapper {
    float: left;
    width: calc(100% - 30px);
    margin: 10px 15px 30px; }
  .account-address-form .input-wrapper-half-width {
    width: calc(50% - 30px); }
  .account-address-form .cancel-edit {
    margin-left: 30px; }

.account-addresses {
  display: block;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .account-addresses {
      float: right;
      width: calc(50% - 150px); } }
  .account-addresses .account-address {
    float: left;
    width: 50%; }
    .account-addresses .account-address:nth-child(2n + 4) {
      clear: left; }
  .account-addresses .pagination {
    float: left; }

.account-address {
  margin-bottom: 20px; }
  .account-address span {
    display: block;
    margin-bottom: 10px; }
  .account-address .delete-address {
    margin-left: 30px; }

.template-account-login-title {
  display: block;
  text-align: center; }

.account-recovery {
  display: none; }
  .account-recovery p {
    text-align: center; }
  .account-recovery input {
    width: 100%; }
    @media screen and (min-width: 640px) {
      .account-recovery input {
        width: auto; } }
  .show-account-recovery .account-recovery {
    display: block; }
    .show-account-recovery .account-recovery ~ .account-login,
    .show-account-recovery .account-recovery ~ .account-register {
      display: none; }
  .account-recovery .errors ul {
    padding: 16px;
    margin-bottom: 32px;
    color: white;
    list-style-type: none;
    background: #61842f; }

.account-recovery-toggle {
  float: right; }

.customer-password-recovery {
  display: none; }
  .show-password-form .customer-password-recovery {
    display: block; }

.account-register-button-submit {
  display: inline-block;
  height: 50px;
  min-width: 150px;
  line-height: 50px; }

.account-order {
  width: 100%;
  border-collapse: collapse; }
  .account-order th {
    padding-bottom: 15px;
    font-family: Open Sans;
    font-size: 0.8rem;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .account-order th {
        text-align: left; } }
  .account-order tr {
    border-bottom: 1px solid #e6e6e6; }
  .account-order td {
    padding: 30px 0;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .account-order td {
        text-align: left; } }
  .account-order svg {
    display: block;
    background: #f9f9f9;
    fill: #b9b9b9; }
  .account-order .order-item-image-title {
    width: 64px; }
  .account-order .order-item-title-title {
    width: calc(60% - 64px); }
  .account-order .order-item-price-title,
  .account-order .order-item-quantity-title,
  .account-order .order-item-total-title {
    width: 20%; }
    @media screen and (min-width: 640px) {
      .account-order .order-item-price-title,
      .account-order .order-item-quantity-title,
      .account-order .order-item-total-title {
        width: 13.33%; } }
  .account-order .order-item-title {
    padding-left: 10px;
    font-family: Open Sans; }
    .account-order .order-item-title a {
      display: block;
      color: inherit;
      text-decoration: none; }
      @media screen and (min-width: 640px) {
        .account-order .order-item-title a {
          display: inline-block; } }
      .account-order .order-item-title a + span {
        margin-top: 10px; }
        @media screen and (min-width: 640px) {
          .account-order .order-item-title a + span {
            margin-top: 0; } }
    .account-order .order-item-title span {
      display: block; }
      @media screen and (min-width: 640px) {
        .account-order .order-item-title span {
          display: inline-block;
          margin-left: 10px; } }
      .account-order .order-item-title span:first-child {
        font-size: 0.8rem; }
      .account-order .order-item-title span:last-child {
        font-size: 0.8rem; }
    @media screen and (min-width: 640px) {
      .account-order .order-item-title {
        padding-left: 30px; } }
  .account-order .order-item-price-title,
  .account-order .order-item-price {
    display: none; }
    @media screen and (min-width: 640px) {
      .account-order .order-item-price-title,
      .account-order .order-item-price {
        display: table-cell; } }
  .account-order .order-item-image a {
    display: block;
    width: 100%;
    height: 100%; }
  .account-order .order-item-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%; }

.template-account-order-title,
.template-account-order-subtitle {
  display: block;
  text-align: center; }
  .template-account-order-title a,
  .template-account-order-subtitle a {
    color: inherit;
    text-decoration: none; }

.template-account-order-history {
  margin-top: 50px; }

.account-address {
  display: block;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .account-address {
      float: left;
      width: 50%; } }

.account-order-totals ul {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6; }
  .account-order-totals ul:last-child {
    border-bottom: 0; }
.account-order-totals li {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6; }
  .account-order-totals li:last-child {
    border-bottom: 0; }
  .account-order-totals li span:first-child {
    float: left;
    width: 80%;
    font-family: Open Sans;
    font-size: 0.8rem; }
    @media screen and (min-width: 960px) {
      .account-order-totals li span:first-child {
        width: 86.67%; } }
  .account-order-totals li span:last-child {
    display: inline-block;
    width: 20%;
    text-align: center;
    word-wrap: break-word; }
    @media screen and (min-width: 960px) {
      .account-order-totals li span:last-child {
        width: 13.33%;
        text-align: left; } }

.template-account-register-title {
  display: block;
  text-align: center; }

.template-account-reset-title {
  display: block;
  text-align: center; }

.giftcard {
  margin-bottom: 80px;
  text-align: center; }

.giftcard-card {
  position: relative;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto; }

.giftcard-image {
  opacity: 0.1; }

.giftcard-code {
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  text-align: center; }

.giftcard-code-value {
  display: inline-block;
  padding: 8px 16px;
  font-family: monospace;
  font-size: 1.5rem;
  background: white; }
  .giftcard-disabled .giftcard-code-value {
    color: #8b7d7d;
    text-decoration: line-through; }

.giftcard-balance {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 1rem; }

.giftcard-balance-remainder {
  margin-left: 5px;
  font-size: 1rem;
  font-style: italic;
  color: #8b7d7d; }

.giftcard-meta {
  margin-top: 4px;
  margin-bottom: 4px; }

.giftcard-qrcode {
  width: 120px;
  margin: 32px auto; }

.giftcard-action-applewallet {
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 16px; }

@media print {
  .page-template-gift-card .shopify-section .site-footer {
    display: none; }
  .page-template-gift-card .shopify-section.site-header > :not(.site-header-wrapper) * {
    display: none; }
  .page-template-gift-card .shopify-section.site-header > .site-header-wrapper > *:not(.site-logo) {
    display: none; }
  .page-template-gift-card .shopify-section .site-logo {
    display: block;
    margin: 0 auto; }
  .page-template-gift-card .shopify-section .site-logo-image-mobile {
    display: none; } }

.index-wrapper .shopify-section:not(.section-home-block) {
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #e6e6e6; }
  .index-wrapper .shopify-section:not(.section-home-block).shopify-section-last {
    margin-bottom: 0; }
  .index-wrapper .shopify-section:not(.section-home-block).shopify-section-first {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }

.section-banner-promo-wrapper {
  margin-bottom: 10px;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  text-align: center; }
  .section-banner-promo-wrapper .section-banner-promo-content {
    padding: 0.5rem 1rem;
    min-height: 50px; }
  .section-banner-promo-wrapper p {
    padding: 0;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .section-banner-promo-wrapper a {
    text-decoration: none; }
  .section-banner-promo-wrapper .promo-headline {
    font-size: 1.25rem;
    font-weight: bold; }
  .section-banner-promo-wrapper .promo-tagline {
    font-size: 0.65rem; }

.home-about {
  text-align: center;
  padding: 2rem 3rem;
  font-size: 1rem; }
  .home-about a {
    color: #61842f;
    font-weight: bold;
    font-size: 0.85rem;
    text-decoration: none; }
    .home-about a:hover {
      text-decoration: underline; }

.page-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px; }
  @media screen and (max-width: 639px) {
    .page-contact {
      display: block; } }
  .page-contact .contact-form {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 590px;
    padding: 32px 38px;
    background: rgba(230, 230, 230, 0.25); }
    .page-contact .contact-form input:not([type="submit"]), .page-contact .contact-form textarea {
      background: white; }
    .page-contact .contact-form .input-field.error {
      border: 1px solid #61842f; }
    .page-contact .contact-form .errors ul {
      padding: 16px;
      margin-bottom: 32px;
      color: white;
      list-style-type: none;
      background: #61842f; }

.page-contact-contactbar {
  position: relative;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .page-contact-contactbar:empty {
    display: none; }
  .page-contact-contactbar .contactbar-map {
    position: static;
    display: block;
    width: 100%;
    height: 100%; }
    .ie9 .page-contact-contactbar .contactbar-map {
      height: 500px; }
    @media screen and (max-width: 639px) {
      .page-contact-contactbar .contactbar-map {
        height: 500px; } }
  .page-contact-contactbar .contactbar-map-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden; }
  .page-contact-contactbar .contactbar-map-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .page-contact-contactbar .contactbar-hasmap {
    width: 100%; }
  .page-contact-contactbar .contactbar-items {
    display: block;
    background: rgba(255, 255, 255, 0.9); }
    .page-contact-contactbar .contactbar-items.contactbar-hasmap {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }
  .ie9 .page-contact-contactbar .contactbar-item, .ie9
  .page-contact-contactbar .contactbar-hasmap .contactbar-item {
    display: inline-block;
    width: auto;
    padding: 20px; }
  @media screen and (max-width: 639px) {
    .page-contact-contactbar .contactbar-item,
    .page-contact-contactbar .contactbar-hasmap .contactbar-item {
      display: inline-block;
      width: auto;
      padding: 20px; } }
  @media screen and (max-width: 1110px) {
    .page-contact-contactbar .contactbar-item,
    .page-contact-contactbar .contactbar-hasmap .contactbar-item {
      width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .ie9 .page-contact-contactbar .contactbar-item-value {
    margin-left: 35px; }
  @media screen and (max-width: 639px) {
    .page-contact-contactbar .contactbar-item-value {
      margin-left: 35px; } }
  .page-contact-contactbar .contactbar-hasmap .contactbar-item {
    width: 50%; }
    @media screen and (max-width: 959px) {
      .page-contact-contactbar .contactbar-hasmap .contactbar-item {
        width: 100%; } }

.search-form {
  position: relative;
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto; }

.search-form-icon {
  position: absolute;
  top: 55%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.search-form-input {
  width: 100%;
  padding: 8px 12px 8px 38px;
  background: transparent; }

.search-results-tabs {
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase; }

.search-results-tab {
  padding: 8px;
  margin-right: 16px;
  margin-left: 16px;
  letter-spacing: 0.9px;
  color: inherit;
  text-decoration: none;
  opacity: 0.5; }

.search-results-tab-selected {
  opacity: 1; }

.search-results-groups {
  margin-top: 48px; }

.search-results-group {
  display: none;
  margin-bottom: 80px; }

.search-results-group-selected {
  display: block; }
  .search-results-group-selected + .search-results-group-selected {
    display: none; }

@media screen and (max-width: 639px) {
  .search-results-product:nth-of-type(2n + 3) {
    clear: left; } }
@media screen and (max-width: 959px) and (min-width: 640px) {
  .search-results-product:nth-of-type(3n + 4) {
    clear: left; } }
@media screen and (min-width: 960px) {
  .search-results-product:nth-of-type(4n + 5) {
    clear: left; } }

.search-result-page {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto; }
  .search-result-page + .search-result-page {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid #e6e6e6; }

.search-result-page-link {
  color: inherit;
  text-decoration: none; }

.search-result-page-title {
  margin-top: 0;
  font-size: 1.5rem; }

.twirl {
  margin-bottom: 12px;
  background: rgba(45, 40, 40, 0.08); }
  .twirl p {
    padding: 0;
    margin: 0; }
  .twirl .twirl-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
    padding: 12px;
    color: #716464; }
    .twirl .twirl-title .twirl-title-text {
      margin-right: 12px; }
    .twirl .twirl-title:hover .twirl-icon {
      transform: rotate(-15deg); }
  .twirl .twirl-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 0;
    margin: auto 0;
    margin-left: 24px;
    background: url(//cdn.shopify.com/s/files/1/2097/3455/t/7/assets/twirl.svg?v=15729181503794223073);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px 20px; }
  .twirl .twirl-content {
    padding: 16px 24px 20px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.15);
    background-color: white; }

.section-blog-posts {
  position: relative;
  overflow: hidden;
  text-align: center; }
  .section-blog-posts .section-title {
    margin-top: 0;
    margin-bottom: 40px; }
    @media screen and (min-width: 960px) {
      .section-blog-posts .section-title {
        margin-bottom: 60px; } }
  .section-blog-posts .article-excerpts {
    text-align: left;
    outline: 0; }
    .section-blog-posts .article-excerpts.flickity-enabled {
      cursor: -webkit-grab;
      cursor: grab; }
  .section-blog-posts .article-excerpt-masonry-gutter-sizer {
    width: 80px; }
  .section-blog-posts .article-excerpt-masonry-item-sizer {
    width: calc(50% - 40px); }
  .section-blog-posts .article-excerpt {
    display: inline-block;
    width: 85%;
    vertical-align: top; }
    @media screen and (min-width: 640px) {
      .section-blog-posts .article-excerpt {
        width: 45%;
        min-width: none; } }
    @media screen and (min-width: 960px) {
      .section-blog-posts .article-excerpt {
        width: calc(50% - 40px);
        margin-bottom: 80px; } }
    @media screen and (max-width: 959px) {
      .section-blog-posts .article-excerpt {
        margin-right: 30px; } }
  .section-blog-posts .article-excerpt-no-image .article-excerpt-content {
    width: 100%; }
  .section-blog-posts .article-excerpt-image {
    position: relative;
    height: 280px;
    overflow: hidden; }
    @media screen and (min-width: 960px) {
      .section-blog-posts .article-excerpt-image {
        height: auto; } }
    @media screen and (max-width: 959px) {
      .section-blog-posts .article-excerpt-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }
  .section-blog-posts .article-excerpt-no-image .article-excerpt-image {
    position: relative;
    height: 0;
    padding-bottom: 100%; }
    .section-blog-posts .article-excerpt-no-image .article-excerpt-image svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f9f9f9;
      fill: #b9b9b9; }
  .section-blog-posts .article-excerpt:not(.article-excerpt-no-image) .article-excerpt-rte,
  .section-blog-posts .article-excerpt:not(.article-excerpt-no-image) .article-excerpt-read-more {
    display: none; }
    @media screen and (min-width: 960px) {
      .section-blog-posts .article-excerpt:not(.article-excerpt-no-image) .article-excerpt-rte,
      .section-blog-posts .article-excerpt:not(.article-excerpt-no-image) .article-excerpt-read-more {
        display: block; } }

.shopify-section.section-featured-collections {
  padding-left: 0;
  padding-right: 0; }

.collection-featured {
  margin: 50px 0; }
  @media screen and (min-width: 960px) {
    .collection-featured {
      margin: 115px 0; } }
  .collection-featured:first-of-type {
    margin-top: 0; }
  .collection-featured:last-of-type {
    margin-bottom: 0; }

.collection-featured-item {
  display: table;
  width: 100%; }

.collection-featured-item-image {
  display: table-cell;
  width: 50%;
  height: auto;
  margin: 0;
  vertical-align: middle; }
  .collection-featured-item-image.collection-featured-image-no-image {
    position: relative;
    height: 0;
    padding-bottom: 50%; }
  .collection-featured-item-image img {
    display: block;
    width: 100%;
    height: auto; }
  .collection-featured-item-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    fill: #b9b9b9; }

.collection-featured-item-info {
  display: table-cell;
  width: 50%;
  padding: 0 15px 0 20px;
  vertical-align: middle; }
  @media screen and (min-width: 960px) {
    .collection-featured-item-info {
      padding: 0 95px 0 125px; } }

.collection-featured-item-description, .collection-featured-item-info p {
  margin-top: 26px;
  margin-bottom: 20px;
  font-size: 0.8rem;
  line-height: 1.6; }
  @media screen and (min-width: 640px) {
    .collection-featured-item-description, .collection-featured-item-info p {
      font-size: 1rem; } }
  .collection-featured-item-description a, .collection-featured-item-info p a {
    color: inherit; }
    .collection-featured-item-description a:hover, .collection-featured-item-info p a:hover {
      text-decoration: none; }

.collection-featured-item-info-no-description {
  padding: 0 20px;
  text-align: center; }

.collection-featured-item-title {
  display: block;
  margin: 0 0 15px;
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #2d2828; }
  @media screen and (min-width: 640px) {
    .collection-featured-item-title {
      font-size: 2rem; } }
  .collection-featured-item-title a {
    color: inherit;
    text-decoration: none; }

.collection-featured-item-cta {
  position: relative;
  display: inline-block;
  font-family: Open Sans;
  font-size: 0.8rem;
  font-weight: bold;
  color: #61842f;
  text-decoration: none;
  text-transform: uppercase; }

.collection-featured-item-cta-text {
  display: inline-block;
  vertical-align: middle; }

.collection-featured-item-cta-arrow {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .collection-featured-item-cta-arrow svg {
    display: block;
    width: 6px;
    height: 10px; }

.section-featured-products {
  position: relative;
  overflow-x: hidden; }
  .section-featured-products .section-title {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .section-featured-products .section-title {
        margin-bottom: 60px; } }

.section-instagram {
  text-align: center; }
  .section-instagram .section-title {
    margin-top: 0;
    margin-bottom: 35px; }
    @media screen and (min-width: 960px) {
      .section-instagram .section-title {
        margin-bottom: 60px; } }

.shopify-section.section-mobile-collections {
  padding-left: 0;
  padding-right: 0; }

.section-mobile-collections {
  border-top: 1px solid #e6e6e6; }
  @media screen and (min-width: 640px) {
    .section-mobile-collections {
      display: none; } }

.mobile-collections-title {
  text-align: center; }

.shopify-section.section-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 10px; }
  .shopify-section.section-slideshow.shopify-section-first {
    padding-bottom: 0; }
    @media screen and (min-width: 640px) {
      .shopify-section.section-slideshow.shopify-section-first {
        border-bottom: 0; } }
  @media screen and (max-width: 639px) {
    .shopify-section.section-slideshow {
      padding-bottom: 0; }
      .shopify-section.section-slideshow::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white calc(100% - 5px));
        content: ""; } }

.slideshow {
  position: relative;
  display: block;
  width: 100%;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .slideshow:not(.flickity-enabled) .slideshow-slide:not(:first-child) {
    display: none; }
  .slideshow.slideshow-slides-1, .slideshow.flickity-enabled {
    opacity: 1; }
  .slideshow.flickity-enabled {
    cursor: -webkit-grab;
    cursor: grab; }

.flickity-prev-next-button {
  position: absolute;
  bottom: 0;
  display: none;
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  cursor: pointer;
  background-color: white;
  border: 0;
  fill: #61842f; }
  @media screen and (min-width: 640px) {
    .flickity-prev-next-button {
      display: block; } }
  .flickity-prev-next-button:hover {
    opacity: 0.5; }
  .flickity-prev-next-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 39px;
    height: 39px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .flickity-prev-next-button.previous {
    right: 10%; }
  .flickity-prev-next-button.next {
    right: 0; }

.section-twitter {
  text-align: center; }

@media screen and (min-width: 960px) {
  .section-twitter-title {
    margin-top: 35px;
    margin-bottom: 45px; } }

.page-content {
  max-width: 540px;
  padding-bottom: 80px;
  margin-right: auto;
  margin-left: auto; }

.site-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.site-footer-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-top: 1px solid #e6e6e6; }

.site-footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media screen and (max-width: 639px) {
    .site-footer-social {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .site-footer-social > .newsletter {
    -webkit-flex-basis: 388px;
    -ms-flex-preferred-size: 388px;
    flex-basis: 388px; }
  .ie9 .site-footer-social {
    text-align: center; }

.site-footer-nav {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 40px;
  padding-bottom: 50px; }
  @media screen and (min-width: 960px) {
    .site-footer-nav {
      -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  @media screen and (max-width: 959px) {
    .site-footer-nav {
      padding-top: 14px;
      border-top: 0; } }

.footnav-title {
  font-family: Open Sans;
  font-size: 0.8rem;
  font-weight: bold;
  color: #2d2828;
  text-transform: uppercase; }

.footnav-text, .footnav-menu {
  margin-top: 0;
  font-family: Open Sans;
  font-size: 0.8rem;
  line-height: 1.87; }

.footnav {
  margin-right: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footnav > * {
    margin-right: 20px;
    margin-left: 20px; }

@media screen and (max-width: 959px) and (min-width: 640px) {
  .footnav-count-3,
  .footnav-count-4,
  .footnav-count-5,
  .footnav-count-6,
  .footnav-count-7,
  .footnav-count-8,
  .footnav-count-9 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.footnav-item {
  min-width: 16%;
  margin-bottom: 32px; }
  .ie9 .footnav-item {
    float: left; }

.footnav-title {
  margin-top: 0;
  margin-bottom: 8px; }

.footnav-menu {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  list-style-type: none; }

.footnav-menu-link {
  margin-bottom: 6px; }
  .footnav-menu-link:last-of-type {
    margin-bottom: 0; }
  .footnav-menu-link a {
    color: inherit;
    text-decoration: none; }

@media screen and (max-width: 639px) {
  .footnav-item-richtext {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
@media screen and (max-width: 959px) and (min-width: 640px) {
  .footnav-item-richtext {
    -webkit-flex-basis: calc(50% - 40px);
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
    margin-right: 50%; }
    .footnav-count-1 .footnav-item-richtext, .footnav-count-2 .footnav-item-richtext, .footnav-count-3 .footnav-item-richtext {
      margin-right: 0; } }
@media screen and (min-width: 960px) {
  .footnav-item-richtext {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%; } }

.footnav-rte {
  font-family: Open Sans; }
  .footnav-rte > :first-child {
    margin-top: 0; }
  .footnav-rte p {
    margin-top: 10px;
    margin-bottom: 10px; }

.article-wrapper {
  padding-top: 250px; }
  @media screen and (min-width: 960px) {
    .article-wrapper {
      padding-top: 550px; } }

.article-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  margin: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  opacity: 0; }
  @media screen and (min-width: 960px) {
    .article-image {
      height: 550px; } }
  .article-image.article-image-positioned {
    opacity: 1;
    -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .article-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.article {
  position: relative;
  display: block;
  width: 100%;
  max-width: 730px;
  padding: 30px 20px;
  margin: 0 auto;
  background-color: white; }
  @media screen and (min-width: 960px) {
    .article {
      top: -120px;
      max-width: 730px;
      padding: 65px 95px; } }
  .article:only-child {
    top: 0; }

.article-title {
  color: #2d2828; }

.article-publication-info,
.article-title {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .article-publication-info,
    .article-title {
      text-align: left; } }

.article-publication-info {
  display: none;
  font-size: 0.8rem;
  letter-spacing: 0.9; }
  @media screen and (min-width: 960px) {
    .article-publication-info {
      display: block; } }

.article-title + .article-publication-info {
  display: block; }
  @media screen and (min-width: 960px) {
    .article-title + .article-publication-info {
      display: none; } }

.article-date,
.article-author,
.article-tag,
.article-comment-count {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Open Sans;
  color: inherit;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase; }
  .article-date a,
  .article-author a,
  .article-tag a,
  .article-comment-count a {
    color: inherit;
    text-decoration: none; }

.article-publication-info-seperator {
  margin-right: 5px;
  margin-left: 5px; }

.article-tag + .article-tag {
  margin-left: 3px; }

.article-rte {
  margin-bottom: 85px; }

.section-blog {
  overflow: hidden;
  text-align: center; }
  .section-blog .page-title {
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #2d2828; }
    @media screen and (min-width: 640px) {
      .section-blog .page-title {
        margin-top: 30px; } }
  .section-blog .blog-rss-feed {
    display: block;
    margin-bottom: 35px; }
    @media screen and (min-width: 960px) {
      .section-blog .blog-rss-feed {
        margin-bottom: 60px; } }
    .section-blog .blog-rss-feed a {
      display: inline-block;
      color: inherit;
      text-decoration: none; }
    .section-blog .blog-rss-feed svg {
      display: block;
      width: 11px;
      height: 11px; }
  .section-blog .article-excerpts {
    width: 100%;
    text-align: left;
    outline: 0; }
    @media screen and (min-width: 640px) {
      .section-blog .article-excerpts {
        width: 100%; } }
  .section-blog .article-excerpt-masonry-gutter-sizer {
    width: 0; }
    @media screen and (min-width: 640px) {
      .section-blog .article-excerpt-masonry-gutter-sizer {
        width: 30px; } }
    @media screen and (min-width: 960px) {
      .section-blog .article-excerpt-masonry-gutter-sizer {
        width: 80px; } }
  .section-blog .article-excerpt-masonry-item-sizer {
    width: 100%; }
    @media screen and (min-width: 640px) {
      .section-blog .article-excerpt-masonry-item-sizer {
        width: calc(50% - 15px); } }
    @media screen and (min-width: 960px) {
      .section-blog .article-excerpt-masonry-item-sizer {
        width: calc(50% - 40px); } }
  .section-blog .article-excerpt {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    vertical-align: top; }
    @media screen and (min-width: 640px) {
      .section-blog .article-excerpt {
        width: calc(50% - 15px); } }
    @media screen and (min-width: 960px) {
      .section-blog .article-excerpt {
        width: calc(50% - 40px); } }
  .section-blog .article-excerpt-image {
    position: relative;
    overflow: hidden; }
    .section-blog .article-excerpt-image svg,
    .section-blog .article-excerpt-image img {
      width: 100%; }
      @media screen and (min-width: 960px) {
        .section-blog .article-excerpt-image svg,
        .section-blog .article-excerpt-image img {
          width: auto; } }

.section-cart {
  margin-bottom: 35px; }

.cart-title {
  width: 100%;
  margin-bottom: 45px;
  font-family: Open Sans;
  font-size: 2rem;
  font-weight: bold;
  text-align: center; }

.cart-form.cart-empty {
  display: none; }

.cart-items {
  width: 100%;
  margin-bottom: 35px; }

.cart-ready-message {
  display: none;
  text-align: center;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.25); }
  .cart-ready-message.cart-ready-message-hidden {
    display: none; }

.cart-empty-message {
  display: block;
  text-align: center; }
  .cart-empty-message.cart-empty-message-hidden {
    display: none; }

.cart-note,
.cart-totals,
.cart-additional-checkout-buttons {
  margin-top: 35px;
  margin-bottom: 35px; }
  @media screen and (min-width: 640px) {
    .cart-note,
    .cart-totals,
    .cart-additional-checkout-buttons {
      float: left;
      margin-top: 0;
      margin-bottom: 16px; } }

.cart-note {
  width: 100%; }
  @media screen and (min-width: 640px) {
    .cart-note {
      width: 60%;
      padding-right: 30px; } }

.cart-note-title {
  display: block;
  margin-bottom: 25px;
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: bold; }

.cart-note-content {
  width: 100%;
  min-height: 150px;
  line-height: 1.6;
  border: 1px solid #e6e6e6;
  resize: vertical; }

.cart-attribute__field .cart-attribute__detail {
  opacity: 0.625; }

.cart-totals,
.cart-additional-checkout-buttons {
  width: 100%; }
  @media screen and (min-width: 640px) {
    .cart-totals,
    .cart-additional-checkout-buttons {
      width: 40%; } }

.psst {
  margin: 0;
  margin-bottom: 20px;
  padding: 12px 16px;
  background-color: #61842f;
  opacity: 0.75;
  text-align: center; }
  .psst span {
    color: white;
    opacity: 1; }

.cart-additional-checkout-buttons > .additional-checkout-button {
  margin-right: 10px;
  margin-left: 0; }
@media screen and (min-width: 640px) {
  .cart-additional-checkout-buttons {
    margin-top: 10px; } }

.cart-total-row-title {
  float: left;
  color: #8b7d7d;
  text-transform: uppercase; }

.cart-total-row-value {
  float: right; }

.cart-form-button-checkout-no-js {
  display: none;
  float: right;
  height: 50px;
  margin-top: 30px; }
  .no-js .cart-form-button-checkout-no-js {
    display: block; }

.collection-header {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
  vertical-align: top; }
  @media screen and (min-width: 640px) {
    .collection-header {
      width: 66.66%; } }
  @media screen and (min-width: 960px) {
    .collection-header {
      width: 50%; } }
  .collection-header.collection-header-no-image {
    width: 100%; }

.collection-header-info {
  position: relative;
  width: 75%;
  padding: 0;
  margin-top: 100px; }
  .collection-header-no-image .collection-header-info {
    display: block;
    width: 100%;
    padding: 35px 35px 40px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .collection-header-no-image .collection-header-info {
        width: 75%; } }
    @media screen and (min-width: 960px) {
      .collection-header-no-image .collection-header-info {
        width: 50%; } }

.collection-header-description {
  line-height: 1.6;
  font-size: 1rem;
  padding: 0 16px; }
  .collection-header-description a {
    color: inherit; }
    .collection-header-description a:hover {
      text-decoration: none; }

.collection-title {
  margin: 0 0 0.33em;
  padding: 16px 16px 0 16px;
  line-height: 32px;
  color: #2d2828;
  background-color: white; }

.collection-image {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  margin: 0;
  overflow: hidden;
  vertical-align: middle; }
  @media screen and (min-width: 640px) {
    .collection-image {
      width: 100%;
      width: calc(100% - 16px);
      height: auto; } }
  .collection-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media screen and (min-width: 960px) {
    .product-item-style-small .collection-image, .product-item-style-medium .collection-image, .product-item-style-large .collection-image {
      height: 0; }
      .product-item-style-small .collection-image img, .product-item-style-medium .collection-image img, .product-item-style-large .collection-image img {
        position: absolute;
        left: 50%;
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .product-item-style-cropped-small .collection-image, .product-item-style-cropped-medium .collection-image, .product-item-style-cropped-large .collection-image {
      height: 0; }
      .product-item-style-cropped-small .collection-image img, .product-item-style-cropped-medium .collection-image img, .product-item-style-cropped-large .collection-image img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .product-item-style-small .collection-image, .product-item-style-cropped-small .collection-image {
      padding-bottom: 75%; }
    .product-item-style-medium .collection-image, .product-item-style-cropped-medium .collection-image {
      padding-bottom: 100%; }
    .product-item-style-large .collection-image, .product-item-style-cropped-large .collection-image {
      padding-bottom: 125%; } }
  .collection-image + .collection-header-info {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    overflow: auto;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .collection-image + .collection-header-info {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        text-align: left; }
        .product-item-style-small .collection-image + .collection-header-info, .product-item-style-medium .collection-image + .collection-header-info, .product-item-style-large .collection-image + .collection-header-info, .product-item-style-cropped-small .collection-image + .collection-header-info, .product-item-style-cropped-medium .collection-image + .collection-header-info, .product-item-style-cropped-large .collection-image + .collection-header-info {
          margin-top: -12%; } }

.collection-image-chalk-border {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: 0; }

.collection-empty {
  display: block;
  width: 100%;
  margin-bottom: 100px;
  text-align: center; }

.collection-grid, .search-results-products {
  width: calc(100% + 32px);
  margin-left: -16px; }
  .collection-grid .pagination, .search-results-products .pagination {
    display: block;
    width: calc(100% - 32px);
    text-align: center; }

.collection-grid-item, .search-results-product {
  display: block;
  float: left;
  width: calc(50% - 32px);
  margin: 0 16px 32px; }
  @media screen and (min-width: 640px) {
    .collection-grid-item, .search-results-product {
      width: calc(33.33% - 32px); } }
  @media screen and (min-width: 960px) {
    .collection-grid-item, .search-results-product {
      width: calc(25% - 32px); } }
  .collection-grid-uninit .collection-grid-item, .collection-grid-uninit .search-results-product {
    display: inline-block;
    float: none;
    vertical-align: top; }

.collection-grid-item-advertisement {
  display: flex;
  flex-flow: column nowrap;
  width: calc(100% - 32px);
  height: 100%;
  padding: 16px 4px 20px;
  background: #61842f;
  opacity: 0.75;
  text-align: center; }
  .collection-grid-item-advertisement p {
    margin: auto 0; }
  @media screen and (min-width: 640px) {
    .collection-grid-item-advertisement {
      width: calc(33.33% - 32px); } }
  @media screen and (min-width: 960px) {
    .collection-grid-item-advertisement {
      width: calc(25% - 32px);
      padding-bottom: 24px; } }

.collection-grid-item-advertisement-image {
  width: 100%;
  max-width: inherit; }

.collection-grid-item-advertisement-text {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: white; }

.collection-grid-item-advertisement-link {
  display: inline-block;
  font-family: Open Sans;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

.collection-grid-item-advertisement-link-text {
  display: inline-block;
  vertical-align: middle; }

.collection-grid-item-advertisement-link-arrow {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  vertical-align: middle; }
  .collection-grid-item-advertisement-link-arrow svg {
    display: block;
    width: 6px;
    height: 10px; }

.rope {
  background-image: url(//cdn.shopify.com/s/files/1/2097/3455/t/7/assets/rope.png?v=4885135247547104260);
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  height: 20px;
  margin: 16px 0; }

.contactbar-item {
  position: relative; }

.contactbar-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }

.contactbar-item-icon {
  width: 20px;
  height: 20px; }

.contactbar-info {
  display: none; }

.contactbar-map {
  position: relative; }

.contactbar-map-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 1280px;
  margin-left: auto;
  background-position: center; }

.page-contact-contactbar .contactbar-items, .contactbar .contactbar-items {
  padding: 20px 40px;
  font-size: 0;
  text-align: center;
  vertical-align: middle; }
  .page-contact-contactbar .contactbar-items.contactbar-hasmap, .contactbar .contactbar-items.contactbar-hasmap {
    display: table-cell; }
.page-contact-contactbar .contactbar-hasmap .contactbar-items-layout, .contactbar .contactbar-hasmap .contactbar-items-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px; }
.page-contact-contactbar .contactbar-item, .contactbar .contactbar-item {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
.page-contact-contactbar .contactbar-item-contents, .contactbar .contactbar-item-contents {
  font-size: 0.8rem;
  font-weight: 300;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase; }
  .page-contact-contactbar .contactbar-item-contents a, .contactbar .contactbar-item-contents a {
    position: relative;
    z-index: 1; }
.page-contact-contactbar .contactbar-hasmap .contactbar-item, .contactbar .contactbar-hasmap .contactbar-item {
  width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  .page-contact-contactbar .contactbar-hasmap .contactbar-item:nth-child(1):nth-last-child(1), .contactbar .contactbar-hasmap .contactbar-item:nth-child(1):nth-last-child(1) {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .page-contact-contactbar .contactbar-hasmap .contactbar-item:nth-child(1):nth-last-child(3):nth-last-child(1), .contactbar .contactbar-hasmap .contactbar-item:nth-child(1):nth-last-child(3):nth-last-child(1), .page-contact-contactbar .contactbar-hasmap .contactbar-item:nth-child(2):nth-last-child(2):nth-last-child(1), .contactbar .contactbar-hasmap .contactbar-item:nth-child(2):nth-last-child(2):nth-last-child(1), .page-contact-contactbar .contactbar-hasmap .contactbar-item:nth-child(3):nth-last-child(1):nth-last-child(1), .contactbar .contactbar-hasmap .contactbar-item:nth-child(3):nth-last-child(1):nth-last-child(1) {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
.page-contact-contactbar .contactbar-item-link, .contactbar .contactbar-item-link {
  display: inline-block; }
.page-contact-contactbar .contactbar-item-link[href="#"], .contactbar .contactbar-item-link[href="#"] {
  cursor: default; }
.page-contact-contactbar .contactbar-item-icon, .contactbar .contactbar-item-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #61842f;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.page-contact-contactbar .contactbar-item-label, .contactbar .contactbar-item-label {
  display: none; }
.page-contact-contactbar .contactbar-item-value, .contactbar .contactbar-item-value {
  letter-spacing: 1.1px; }
  .page-contact-contactbar .contactbar-item-value p, .contactbar .contactbar-item-value p {
    margin-top: 5px;
    margin-bottom: 5px; }

.contactbar {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  margin-top: -16px;
  font-family: Open Sans;
  color: #2d2828;
  background: white;
  -webkit-transform: scaleY(0.95);
  -ms-transform: scaleY(0.95);
  transform: scaleY(0.95);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  .contactbar.animating, .contactbar.visible {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .contactbar.visible {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  .contactbar.animating-out {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  .contactbar .contactbar-layout {
    display: table;
    width: 100%; }
  .contactbar .contactbar-map {
    display: table-cell;
    vertical-align: middle; }
  .contactbar .contactbar-map-image {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media screen and (min-width: 890px) {
  .contactbar-layout {
    max-height: 200px; }

  .contactbar-map {
    width: 50%;
    height: 220px; }

  .contactbar-map-link {
    min-height: 220px; }

  .contactbar-hasmap {
    width: 50%; }

  .contactbar-item-contents {
    padding: 15px 20px; }

  .contactbar-item-value {
    margin-left: 30px; } }
@media screen and (max-width: 959px) and (min-width: 890px) {
  .contactbar {
    max-height: 180px; }

  .contactbar-map {
    width: 30%;
    height: 180px; }

  .contactbar-map-link {
    min-height: 180px; }

  .contactbar-hasmap {
    width: 70%; }

  .contactbar-item-link {
    padding: 15px; }

  .contactbar-item-value {
    margin-left: 30px; } }
@media screen and (max-width: 889px) and (min-width: 640px) {
  .contactbar-item-value {
    margin-left: 50px; } }
@media screen and (max-width: 639px) {
  .contactbar {
    display: none; } }

.mobilenav-contactbar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 60px;
  margin: 0; }
  .mobilenav-contactbar .contactbar {
    display: none; }
  .mobilenav-contactbar .contactbar-map {
    display: none; }
  .mobilenav-contactbar .contactbar-items-layout {
    position: relative;
    z-index: 1001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 60px;
    max-width: 1280px;
    color: white;
    background: #61842f; }
  .mobilenav-contactbar .contactbar-item-value {
    display: none; }
  .mobilenav-contactbar .contactbar-item-label {
    max-width: 100px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mobilenav-contactbar .contactbar-item-icon {
    margin-right: auto;
    margin-bottom: 4px;
    margin-left: auto; }
  .mobilenav-contactbar .contactbar-info {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 1000;
    padding: 20px;
    color: #484040;
    background: white;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -webkit-transition: opacity 250ms, -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms, -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms, transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms, transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .mobilenav-contactbar .contactbar-info.animating, .mobilenav-contactbar .contactbar-info.visible {
      display: block; }
    .mobilenav-contactbar .contactbar-info.visible {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .mobilenav-contactbar .contactbar-info p {
      margin-top: 5px;
      margin-bottom: 0; }
  .mobilenav-contactbar .contactbar-info-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 20px; }
    .mobilenav-contactbar .contactbar-info-close svg {
      color: #484040; }
  .mobilenav-contactbar .contactbar-info-address,
  .mobilenav-contactbar .contactbar-info-hours {
    margin-bottom: 20px; }

.ie9 .contactbar.visible {
  display: block; }

.site-header {
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Open Sans;
  color: #2d2828; }
  @media screen and (min-width: 890px) {
    .site-header {
      padding-top: 20px;
      padding-bottom: 20px; } }

.site-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .site-navigation-flex .site-header-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.site-logo {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 32px;
  color: #61842f;
  text-decoration: none; }
  @media screen and (max-width: 889px) {
    .site-logo {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
      margin-right: 0; } }

.site-logo-header {
  margin: 0; }

.site-logo-text {
  font-size: 1rem; }

.site-logo-image {
  max-width: 240px;
  height: 70px; }
  @media screen and (max-width: 889px) {
    .site-logo-image {
      display: none; } }

.site-logo-image-mobile {
  max-width: 160px;
  height: 46px; }
  @media screen and (min-width: 890px) {
    .site-logo-image-mobile {
      display: none; } }

.site-navigation {
  -webkit-flex-basis: 1%;
  -ms-flex-preferred-size: 1%;
  flex-basis: 1%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media screen and (max-width: 889px) {
    .site-navigation {
      display: none; } }
  .site-navigation-flex .site-navigation {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -15px; }
  .ie9 .site-navigation {
    display: block;
    margin-top: 10px;
    margin-left: -10px; }

.site-navigation-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none; }

.mobilenav-toggle {
  position: relative;
  margin-right: 10px;
  color: #61842f; }
  @media screen and (min-width: 890px) {
    .mobilenav-toggle {
      display: none; } }
  .ie9 .mobilenav-toggle {
    display: none; }

.mobilenav-toggle-link {
  position: absolute;
  top: -10px;
  right: -5px;
  bottom: -10px;
  left: -5px; }

.mobilenav {
  font-family: Open Sans;
  color: #2d2828; }

.mobilenav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  display: none;
  background: rgba(45, 40, 40, 0.75);
  opacity: 0;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms; }
  .mobilenav-overlay.animating, .mobilenav-overlay.visible {
    display: block; }
  .mobilenav-overlay.visible {
    opacity: 1; }
  .mobilenav-overlay svg {
    position: absolute;
    right: 14px;
    bottom: 22px;
    color: white;
    text-align: center;
    cursor: pointer; }

.mobilenav-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 1003;
  display: none;
  width: calc(100% - 45px);
  height: 100%;
  max-width: 480px;
  opacity: 0;
  -webkit-transform: translateX(-32px) scaleX(0.98);
  -ms-transform: translateX(-32px) scaleX(0.98);
  transform: translateX(-32px) scaleX(0.98);
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 50ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .mobilenav-panel.animating, .mobilenav-panel.visible {
    left: 0;
    display: block; }
  .mobilenav-panel.visible {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  .mobilenav-panel.animating-out {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms; }

.mobilenav-panel-content {
  position: absolute;
  top: 0;
  bottom: 60px;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background: white;
  -webkit-overflow-scrolling: touch; }

.mobilenav .meganav-menu {
  background: white;
  border-bottom: 1px solid #e6e6e6; }

.mobilenav .meganav-menu-0 {
  border-bottom: 0; }

.mobilenav-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #e6e6e6; }

.mobilenav-search-icon {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 10px;
  margin-left: 4px; }

.mobilenav-search-input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 150px;
  padding: 5px;
  font-family: Open Sans;
  font-size: 1rem;
  background: transparent;
  border: 0; }
  .mobilenav-search-input:focus {
    outline: 0; }

.mobilenav-search-cancel {
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms; }
  input:focus ~ .mobilenav-search-cancel {
    opacity: 1; }

.site-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  .site-actions a {
    color: inherit; }
    .site-actions a:hover {
      opacity: 0.75; }
  .site-actions svg {
    width: 100%; }
  .site-navigation-flex .site-actions {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .ie9 .site-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block; }

.ie9 .site-actions-currency,
.ie9 .site-actions-account,
.ie9 .site-actions-cart,
.ie9 .site-actions-search {
  display: inline-block;
  vertical-align: middle; }

.site-actions-currency {
  position: relative;
  margin-right: 10px; }
  .site-actions-currency::after {
    display: block;
    width: 5px;
    height: 5px;
    border: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-bottom: 0.5px solid currentColor;
    border-left: 0.5px solid currentColor;
    position: absolute;
    top: 40%;
    right: 8px;
    content: "";
    pointer-events: none; }
    .ie9 .site-actions-currency::after {
      display: none; }

.site-actions-currency-select {
  padding: 15px 18px 15px 15px;
  font-family: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.8px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .site-actions-currency-select::-ms-expand {
    display: none; }

.site-actions-account {
  position: relative;
  width: 18px;
  margin-right: 11px;
  margin-left: 11px;
  color: #61842f; }
  .site-actions-account a {
    display: block; }
  .site-actions-account svg {
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 889px) {
    .site-actions-account {
      display: none; } }

.site-actions-cart {
  position: relative;
  width: 18px;
  margin-right: 11px;
  margin-left: 11px;
  color: #61842f; }
  .site-actions-cart a {
    display: block; }
  .site-actions-cart svg {
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.site-actions-cart-label {
  position: absolute;
  top: 7px;
  left: 50%;
  width: auto;
  font-size: 0.65rem;
  line-height: 1;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.site-actions-search {
  width: 20px;
  margin-left: 11px;
  color: #61842f; }
  @media screen and (max-width: 889px) {
    .site-actions-search {
      display: none; } }

.list-collections-title, .list-collections-filter {
  display: block;
  margin-top: 32px;
  margin-bottom: 65px;
  font-family: Open Sans;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #2d2828;
  text-align: center; }

.list-collections-filter {
  font-size: 1rem; }

.list-collections {
  width: 100%; }
  @media screen and (min-width: 640px) {
    .list-collections {
      width: calc(100% + 30px);
      margin-left: -15px; } }
  .list-collections .collection-item {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 55px;
    vertical-align: top; }
    @media screen and (max-width: 959px) and (min-width: 640px) {
      .list-collections .collection-item:nth-child(2n + 3) {
        clear: left; } }
    @media screen and (min-width: 640px) {
      .list-collections .collection-item {
        width: calc(50% - 30px);
        margin-right: 15px;
        margin-bottom: 55px;
        margin-left: 15px; } }
    @media screen and (min-width: 960px) {
      .list-collections .collection-item {
        width: calc(33.33% - 30px); }
        .list-collections .collection-item:nth-child(3n + 4) {
          clear: left; } }
  .list-collections .collection-item-description {
    line-height: 1.6; }
  .list-collections .collection-item-title {
    color: #2d2828; }

@media screen and (min-width: 890px) {
  .meganav {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1000;
    display: none;
    padding-top: 32px;
    padding-bottom: 24px;
    margin-top: -16px;
    color: #2d2828;
    background: #f9f9f9;
    -webkit-transform: scaleY(0.95);
    -ms-transform: scaleY(0.95);
    transform: scaleY(0.95);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
    .meganav.animating, .meganav.visible {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .meganav.visible {
      opacity: 1;
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
    .meganav.animating-out {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }

  .meganav-menu {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px; }

  .meganav-menu-panel {
    max-width: 1111px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    .meganav-menu-panel::before, .meganav-menu-panel::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 48px;
      pointer-events: none;
      background: -webkit-gradient(linear, left top, right top, from(white), color-stop(16px, white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, white, white 16px, rgba(255, 255, 255, 0));
      content: "";
      opacity: 0;
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms; }
    .meganav-menu-panel::after {
      right: 0;
      left: auto;
      background: -webkit-gradient(linear, right top, left top, from(white), color-stop(16px, white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to left, white, white 16px, rgba(255, 255, 255, 0)); }
    .meganav-menu-panel.fadepanel-left::before, .meganav-menu-panel.fadepanel-right::after {
      opacity: 1; }

  .meganav-menu-panel-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 24px;
    overflow-x: auto; }
    .meganav-menu-1 .meganav-menu-panel-contents, .meganav-menu-2 .meganav-menu-panel-contents, .meganav-menu-3 .meganav-menu-panel-contents, .meganav-menu-4 .meganav-menu-panel-contents {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }

  .meganav-menu-group {
    min-width: 18.5%;
    padding-right: 16px;
    padding-left: 16px; }
    .meganav-menu-1 .meganav-menu-group, .meganav-menu-2 .meganav-menu-group, .meganav-menu-3 .meganav-menu-group {
      width: 22%; }
    .meganav-menu-4 .meganav-menu-group {
      width: 25%; }
    .meganav-menu-5 .meganav-menu-group {
      width: 20%; }

  .meganav-close {
    max-width: 160px;
    margin: 0 auto;
    padding: 0 4px 8px;
    margin-bottom: -40px;
    text-align: center;
    font-size: 0.65rem;
    letter-spacing: 1px;
    z-index: 1011;
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }
    .meganav-close a {
      text-decoration: none;
      cursor: pointer;
      color: #8b7d7d; }

  .meganav-menu-header {
    color: inherit;
    text-decoration: none; }

  .meganav-menu-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Open Sans;
    font-size: 0.875rem;
    letter-spacing: 0.8px;
    text-transform: uppercase; }

  .meganav-menu-image {
    display: none;
    margin-bottom: 24px; }
    .meganav-show-images .meganav-menu-image {
      display: block; }
    .meganav-menu-image img,
    .meganav-menu-image svg {
      width: 100%; }
    .meganav-menu-image svg {
      background: #f9f9f9;
      fill: #b9b9b9; }

  .meganav-menu-item {
    line-height: 1.2; }

  .meganav-menu-link {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #716464;
    text-decoration: none;
    text-transform: capitalize; }
    .meganav-menu-link[href]:hover {
      color: #61842f; } }
@media screen and (max-width: 889px) {
  .meganav {
    display: none;
    color: #2d2828; }

  .meganav-close {
    display: none; }

  .meganav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Open Sans; }

  .meganav-menu-group {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms; }
    .meganav-menu-group.meganav-menu-active {
      background: rgba(45, 40, 40, 0.05); }
    .meganav-menu-group:first-of-type {
      padding-top: 8px; }
    .meganav-menu-group:last-of-type {
      padding-bottom: 8px; }

  .meganav-menu-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: inherit;
    text-decoration: none;
    cursor: pointer; }
    .meganav-menu-header::after {
      display: block;
      width: 7px;
      height: 7px;
      border: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      border-bottom: 1px solid currentColor;
      border-left: 1px solid currentColor;
      position: absolute;
      top: 45%;
      right: 0;
      content: "";
      -webkit-transform: scaleY(1) rotate(-45deg) translateY(-50%);
      -ms-transform: scaleY(1) rotate(-45deg) translateY(-50%);
      transform: scaleY(1) rotate(-45deg) translateY(-50%);
      -webkit-transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .meganav-menu-active .meganav-menu-header::after {
      -webkit-transform: scaleY(-1) rotate(-45deg) translateY(-50%);
      -ms-transform: scaleY(-1) rotate(-45deg) translateY(-50%);
      transform: scaleY(-1) rotate(-45deg) translateY(-50%); }
    .meganav-menu-header.meganav-menu-empty::after {
      display: none; }

  .meganav-menu-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    overflow: hidden; }
    .meganav-menu-image img,
    .meganav-menu-image svg {
      display: block;
      width: 100%;
      background: #f9f9f9;
      fill: #b9b9b9; }

  .meganav-menu-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Open Sans;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase; }

  .meganav-menu-items {
    display: none;
    padding-bottom: 8px; }
    .meganav-show-images .meganav-menu-items {
      margin-left: 55px; }

  .meganav-menu-link {
    display: inline-block;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8b7d7d;
    text-decoration: none;
    text-transform: none; } }
.section-password {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center; }
  .section-password .newsletter,
  .section-password .storefront-password-form {
    display: block;
    width: 250px;
    max-width: 350px;
    margin: 0 auto 25px; }
    @media screen and (min-width: 640px) {
      .section-password .newsletter,
      .section-password .storefront-password-form {
        width: 350px; } }
  .section-password .section-password-wrapper {
    display: table-cell;
    vertical-align: middle; }
  .section-password .newsletter-input {
    width: 100%;
    margin-bottom: 30px; }
    .ie9 .section-password .newsletter-input {
      width: 100%; }
  .section-password .newsletter-submit, .section-password .notify-me-submit {
    width: 100%;
    height: 50px; }
  .section-password form {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto; }
  .section-password input {
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.9px;
    text-transform: uppercase; }
    @media screen and (min-width: 960px) {
      .section-password input {
        font-size: 0.8rem; } }

.storefront-password-form .errors ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.dotw {
  text-align: center;
  color: white;
  font-size: 1.25rem; }

.dotw-banner {
  background: tan;
  background: url(//cdn.shopify.com/s/files/1/2097/3455/t/7/assets/infinite-cardboard.jpg?v=12754376438988179791);
  margin: 16px;
  max-width: 770px; }
  @media screen and (min-width: 770px) {
    .dotw-banner {
      margin: 0 auto 16px; } }

.dotw-reminder {
  background: tan;
  background: url(//cdn.shopify.com/s/files/1/2097/3455/t/7/assets/infinite-cardboard.jpg?v=12754376438988179791);
  margin: 16px 0; }

.dotw-wrapper {
  padding: 1px; }

.dotw-content {
  padding: 8px 12px; }

.dotw-title {
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Bitter";
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25); }

.dotw-code {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Bitter";
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25); }

.dotw-text {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 8px; }

.dotw-fine-print {
  text-align: center;
  font-size: 0.8rem;
  margin: 0; }

.product-wrapper {
  position: relative;
  padding-bottom: 24px; }

.product-images {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
  outline-style: none; }
  @media screen and (min-width: 770px) {
    .product-images {
      display: inline-block;
      width: 50%;
      padding-left: 0; } }
  @media screen and (max-width: 639px) {
    .no-js .product-images {
      width: calc(100% - 20px);
      margin-left: 10px; } }
  @media screen and (max-width: 889px) and (min-width: 640px) {
    .no-js .product-images {
      width: calc(100% - 50px);
      margin-left: 25px; } }

.product-image {
  width: 90%;
  height: auto;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }
  @media screen and (min-width: 960px) {
    .product-image {
      top: 0;
      width: auto;
      height: auto;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 48px;
      margin-left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .product-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%; }
  .no-js .product-image {
    width: 100%;
    padding: 0;
    margin-bottom: 48px; }

.coming-soon svg {
  background: #f9f9f9;
  fill: #b9b9b9;
  width: 100%;
  height: 870px; }
  @media screen and (max-width: 959px) {
    .coming-soon svg {
      height: 620px; } }
  @media screen and (max-width: 639px) {
    .coming-soon svg {
      height: 700px; } }
  @media screen and (max-width: 479px) {
    .coming-soon svg {
      height: 430px; } }

.product-image-fade {
  opacity: 0.6; }

.product-image-zoomable:not(.product-image-zoomed) {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.product-image-zoomable.product-image-zoomed {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.product-details {
  display: block;
  width: 100%;
  padding: 20px; }
  @media screen and (min-width: 640px) {
    .product-details {
      padding: 35px 20px; } }
  @media screen and (min-width: 770px) {
    .product-details {
      display: inline-block;
      width: 45%;
      vertical-align: top; } }
  @media screen and (min-width: 960px) {
    .product-details {
      padding: 32px 0 32px 32px; } }
  .product-details .product-price {
    display: block;
    margin-bottom: 30px;
    font-family: Open Sans;
    color: #716464;
    font-size: 1.25rem;
    font-weight: normal; }

.product-details-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -10px; }

.product-details-hidden {
  z-index: -1;
  opacity: 0; }

.product-details > .share-buttons-wrapper {
  margin-bottom: 10px;
  text-align: left; }
  .product-details > .share-buttons-wrapper .share-buttons-label {
    display: none; }

.product-title {
  font-family: Open Sans;
  font-size: 1.125rem;
  color: #2d2828; }

.product-description {
  margin: 12px 0 !important;
  font-size: 0.85em; }

.free-shipping {
  background: #61842f;
  color: white;
  font-size: 0.75rem;
  padding: 4px 8px;
  margin: 0;
  margin-top: -15px;
  letter-spacing: 0.5px;
  text-align: center; }

.not-free-shipping {
  font-size: 0.75rem;
  font-weight: lighter; }

.almost-free-shipping-block {
  margin-bottom: 16px; }
  .almost-free-shipping-block .almost-free-shipping {
    width: 100%;
    background: rgba(45, 40, 40, 0.08);
    border-radius: 12px;
    padding: 2px;
    margin-top: 16px; }
    .almost-free-shipping-block .almost-free-shipping .almost-bar {
      background: #61842f;
      border-radius: 8px;
      color: white;
      text-align: center;
      padding: 4px; }

.edit-product {
  display: block;
  background: rgba(0, 0, 0, 0.25);
  margin: 0;
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 3px;
  text-decoration: none;
  width: 100%;
  text-align: center; }
  .edit-product:hover, .edit-product:active {
    background: rgba(128, 128, 128, 0.25); }
  .edit-product .edit-link {
    color: white;
    font-size: 0.75em;
    text-decoration: none; }

.admin-details {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  padding: 12px 16px;
  margin: 16px auto;
  line-height: 1.5;
  max-width: 420px; }
  .admin-details h3 {
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #d8d8d8; }
  .admin-details li {
    margin-bottom: 8px; }

#product-tagline, #product-tagline p {
  color: #8b7d7d;
  margin: 24px 0;
  padding: 0;
  font-size: 0.85rem; }

.discontinued-bar {
  display: block;
  background: #cb2027;
  color: white;
  padding: 1px 8px 4px;
  text-align: center; }
  .discontinued-bar .discontinued-header {
    font-weight: bold;
    font-size: 1.25rem; }
  .discontinued-bar .discontinued-details {
    opacity: 0.75; }

.hide-this {
  display: none; }

.product-specs {
  font-size: 0.85rem;
  margin: 32px auto;
  max-width: 640px; }
  .product-specs .specs-header {
    font-weight: bold;
    text-transform: uppercase;
    margin: 8px 0;
    padding: 0;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none; }
    .product-specs .specs-header#peekaboo-trigger {
      text-align: center;
      cursor: pointer;
      color: #61842f; }
      .product-specs .specs-header#peekaboo-trigger:hover {
        text-decoration: underline; }
  .product-specs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .product-specs table, .product-specs tbody {
    border: none; }
  .product-specs td {
    padding: 4px 8px;
    margin: 0;
    border: none;
    text-align: left;
    width: 50%; }
    .product-specs td:nth-child(odd) {
      text-align: right; }
  .product-specs tr {
    padding: 0;
    margin: 0;
    border: none; }
    .product-specs tr:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.03); }
  .product-specs .peekaboo {
    display: none; }

.see-more-link {
  display: block;
  margin: 2px auto 32px;
  text-decoration: none;
  max-width: 320px; }
  .see-more-link .see-more-wrapper {
    display: block;
    text-align: center; }
    .see-more-link .see-more-wrapper .see-more {
      padding: 16px;
      border-radius: 3px; }

.tags {
  text-align: center;
  padding: 0 16px;
  margin: 12px auto; }
  .tags .tags-header {
    margin: 8px;
    padding: 0; }
  .tags ul {
    padding: 0;
    margin: 0; }
  .tags a {
    padding: 0;
    margin: 0;
    list-style: none; }
  .tags li {
    display: inline-block;
    list-style: none;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.25);
    color: white;
    margin: 0 4px 8px 0;
    padding: 2px 8px;
    font-size: 0.85rem; }
    .tags li:hover {
      background: rgba(128, 128, 128, 0.25); }

.product-vendor {
  font-family: Open Sans;
  color: #484040; }
  .product-vendor a {
    color: inherit;
    text-decoration: none; }

.manufacturing-notes {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  padding: 48px 24px;
  text-align: center; }
  .manufacturing-notes .manufacturing-icon {
    display: block;
    margin: 12px auto;
    padding: 0;
    width: 120px;
    height: auto;
    fill: #b9b9b9; }
  .manufacturing-notes .manufacturing-text h2, .manufacturing-notes .manufacturing-text p {
    margin: 0;
    margin-bottom: 12px;
    padding: 0; }
  .manufacturing-notes .manufacturing-text p:last-child {
    margin-bottom: 6px; }

.section-related-products {
  position: relative;
  padding: 32px 20px 48px;
  margin-top: 24px;
  overflow-x: hidden;
  border-top: 1px solid #e6e6e6; }
  @media screen and (min-width: 640px) {
    .section-related-products {
      padding: 60px 20px 50px; } }
  @media screen and (min-width: 770px) {
    .section-related-products {
      padding: 60px 0 50px; } }

.related-products-title {
  display: block;
  margin-bottom: 40px;
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase; }

.comments-list {
  padding: 50px 0 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6; }
  .comments-list .pagination {
    text-align: center; }

.comments-list-title {
  text-align: center; }
  .comments-list-title a {
    color: inherit;
    text-decoration: none; }

.comment {
  margin: 50px 0; }

.comment-author,
.comment-publication-info-separator,
.comment-date {
  display: inline-block;
  margin: 0;
  font-size: 0.8rem;
  font-weight: normal;
  color: #2d2828; }

.comment-publication-info-separator,
.comment-date {
  font-size: 0.8rem;
  text-decoration: none; }

.comment-form-title {
  text-align: center; }

.article-excerpt {
  text-align: left; }

.article-excerpt-no-image {
  padding: 25px;
  border: 1px solid #e6e6e6; }

.article-excerpt-image {
  width: 100%;
  margin: 0;
  margin-bottom: 25px; }
  .article-excerpt-image img,
  .article-excerpt-image svg {
    max-width: 100%; }

.article-excerpt-content {
  width: 100%; }
  @media screen and (min-width: 960px) {
    .article-excerpt-content {
      width: 75%; } }

.article-excerpt-date {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 0.75rem;
  text-transform: uppercase; }
  .article-excerpt-no-image .article-excerpt-date {
    margin-top: 0; }

.article-excerpt-title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: #2d2828; }
  .article-excerpt-title a {
    color: inherit;
    text-decoration: none; }

.article-excerpt-rte {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 0.75rem; }

.article-excerpt-read-more {
  display: inline-block;
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: bold;
  color: #61842f;
  text-decoration: none;
  text-transform: uppercase; }

.article-excerpt-read-more-text {
  display: inline-block;
  vertical-align: middle; }

.article-excerpt-read-more-arrow {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  vertical-align: middle; }
  .article-excerpt-read-more-arrow svg {
    display: block;
    width: 6px;
    height: 10px; }

.article-pagination {
  position: relative;
  padding: 35px 0;
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.article-pagination-blog {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 640px) {
    .article-pagination-blog {
      display: inline-block; } }

.article-pagination-blog,
.article-pagination-previous-post,
.article-pagination-next-post {
  height: 13px;
  font-family: Open Sans;
  font-size: 0.8rem;
  font-weight: bold;
  color: #61842f;
  text-decoration: none;
  text-transform: uppercase; }

.article-pagination-blog-text,
.article-pagination-previous-text,
.article-pagination-next-text {
  display: inline-block;
  line-height: 13px;
  vertical-align: middle; }

.article-pagination-previous-text {
  margin-left: 5px; }

.article-pagination-next-text {
  margin-right: 5px; }

.article-pagination-arrow {
  display: inline-block;
  width: auto;
  height: 13px;
  vertical-align: middle; }
  .article-pagination-arrow svg {
    display: block;
    width: auto;
    height: 13px; }
  .article-pagination-blog .article-pagination-arrow, .article-pagination-previous-post .article-pagination-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.article-pagination-previous-post {
  display: block; }
  @media screen and (min-width: 640px) {
    .article-pagination-previous-post {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); } }

.article-pagination-next-post {
  display: block; }
  @media screen and (min-width: 640px) {
    .article-pagination-next-post {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); } }

.breadcrumb {
  line-height: 16px; }
  .breadcrumb span,
  .breadcrumb a {
    font-size: 0.8rem;
    color: #484040;
    text-decoration: none; }
    .breadcrumb span:last-child,
    .breadcrumb a:last-child {
      color: #8b7d7d; }
  .breadcrumb a:hover {
    text-decoration: underline; }

.cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-bottom: 25px;
  margin-top: 25px; }

.cart-item-column {
  float: left; }

.cart-item-column-mobile {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }
  @media screen and (min-width: 640px) {
    .cart-item-column-mobile {
      display: none; } }

.cart-item-column-1 {
  width: 120px; }

.cart-item-column-2,
.cart-item-column-3,
.cart-item-column-4,
.cart-item-column-5 {
  display: none; }
  @media screen and (min-width: 640px) {
    .cart-item-column-2,
    .cart-item-column-3,
    .cart-item-column-4,
    .cart-item-column-5 {
      display: block; } }

.cart-item-column-mobile-2 {
  width: calc(100% - 142px);
  padding-left: 20px; }

.cart-item-row {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-align: left; }

.cart-item-row-4 {
  width: 140px;
  margin-top: 25px; }

.cart-item-column-2 {
  width: calc(50% - 112.33333px);
  padding-left: 45px; }
  @media screen and (min-width: 960px) {
    .cart-item-column-2 {
      width: calc(50% - 140.66667px); } }

.cart-item-column-3,
.cart-item-column-4 {
  width: calc(25% - 112.33333px);
  text-align: center; }
  @media screen and (min-width: 960px) {
    .cart-item-column-3,
    .cart-item-column-4 {
      width: calc(25% - 140.66667px); } }

.cart-item-column-5 {
  width: 195px;
  padding-right: 40px;
  padding-left: 30px; }
  @media screen and (min-width: 960px) {
    .cart-item-column-5 {
      width: 280px;
      padding-right: 90px;
      padding-left: 45px; } }

.cart-item-column-6 {
  width: 22px;
  margin-bottom: 65px; }
  @media screen and (min-width: 640px) {
    .cart-item-column-6 {
      margin-bottom: 0; } }

.cart-item-image {
  margin: 0; }
  .cart-item-image img,
  .cart-item-image svg {
    display: block;
    width: 100%;
    height: auto; }

.cart-item-title,
.cart-item-options,
.cart-item-price {
  display: block;
  width: 100%;
  word-break: break-word; }

.cart-item-title {
  font-size: 0.8rem;
  font-weight: normal;
  text-transform: uppercase; }
  .cart-item-title a {
    color: inherit;
    text-decoration: none; }

.cart-item-options {
  font-size: 0.8rem;
  font-family: Open Sans;
  font-weight: 300;
  color: #8b7d7d; }

.cart-item-price {
  font-family: Open Sans;
  font-size: 0.8rem; }

.cart-item-button-dismiss svg {
  display: block;
  width: 100%;
  height: auto;
  color: #2d2828; }
.cart-item-button-dismiss:hover svg {
  opacity: 0.5; }

.cart-menu-buttons {
  display: block;
  width: 100%; }
  @media screen and (min-width: 890px) {
    .cart-menu-buttons {
      float: right;
      width: auto; } }

.cart-menu-buttons-slideout-closed {
  display: block; }
  .cart-menu-slideout-open .cart-menu-buttons-slideout-closed {
    display: none; }

.cart-menu-buttons-slideout-open {
  display: none; }
  .cart-menu-slideout-open .cart-menu-buttons-slideout-open {
    display: block; }

.cart-menu-button {
  float: left;
  width: 50%; }
  @media screen and (min-width: 890px) {
    .cart-menu-button {
      float: none;
      width: auto;
      min-width: 250px; } }

.cart-menu-button-inline {
  display: none;
  margin: 0 !important;
  height: 44px; }
  @media screen and (min-width: 890px) {
    .cart-menu-button-inline {
      display: inline-block; } }

.cart-menu-button-title {
  display: none; }
  @media screen and (min-width: 890px) {
    .cart-menu-button-title {
      display: block; } }

.cart-menu-button-sticky {
  display: inherit; }
  @media screen and (min-width: 890px) {
    .cart-menu-button-sticky {
      display: none; } }

@media screen and (min-width: 960px) {
  .cart-menu-button-checkout,
  .cart-menu-button-update-shipping {
    margin-left: 30px; } }

.cart-menu-button-checkout-text {
  display: block; }
  @media screen and (min-width: 960px) {
    .cart-menu-button-checkout-text {
      display: inline-block; } }

.cart-menu-button-checkout-price {
  padding-left: 10px;
  font-family: Open Sans;
  font-size: 1rem; }

.collection-item-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0; }
  .collection-item-image img,
  .collection-item-image svg {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }
  .collection-item-image svg {
    background: #f9f9f9;
    fill: #b9b9b9; }

.collection-item-title {
  display: block;
  margin: 25px 0;
  font-family: Open Sans;
  font-size: 1.25rem;
  letter-spacing: 0.2px;
  text-align: center; }
  .collection-item-title a {
    color: inherit;
    text-decoration: none; }

.shout-out {
  text-align: center;
  margin-bottom: 48px; }
  .shout-out a {
    padding: 8px 10px;
    border-radius: 2px;
    font-size: 0.75rem; }

.collection-menu-buttons {
  display: none;
  width: 100%;
  text-align: right; }
  @media screen and (min-width: 890px) {
    .collection-menu-buttons {
      float: right;
      width: auto; } }

.collection-menu-button {
  float: left;
  width: 50%; }
  @media screen and (min-width: 890px) {
    .collection-menu-button {
      float: none;
      width: auto;
      min-width: 250px; } }

@media screen and (min-width: 890px) {
  .collection-menu-button-refine,
  .collection-menu-button-apply {
    margin-left: 30px; } }

@media screen and (min-width: 890px) {
  .collection-menu-slideout-content {
    display: flex; } }
.collection-menu-slideout-content .collection-menu-slideout-box {
  flex-basis: 1; }

.collection-sortby-values {
  display: block; }

.collection-tag-link {
  font-size: 0.65rem; }
  .collection-tag-link #color-tag {
    display: inline-block;
    margin: 8px 0 8px 8px;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1px solid white;
    opacity: 0.75; }

.credits {
  padding: 26px 16px;
  font-size: 0.65rem;
  line-height: 2;
  text-align: center;
  text-transform: uppercase; }
  .credits a {
    color: #8b7d7d;
    text-decoration: none; }

.grouped-content .grouped-content-trigger {
  font-family: Open Sans;
  color: #484040;
  text-decoration: none;
  border-color: #e6e6e6;
  -webkit-transition: color 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .grouped-content .grouped-content-trigger a {
    font-family: inherit;
    color: inherit;
    text-decoration: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
  .grouped-content .grouped-content-trigger:hover {
    color: #c7c0c0;
    -webkit-transition: color 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
.grouped-content .grouped-content-content {
  border-color: #e6e6e6; }
.grouped-content.grouped-content-layout-tabs {
  border-color: #e6e6e6; }
  .grouped-content.grouped-content-layout-tabs .grouped-content-trigger {
    color: #c7c0c0;
    text-align: center; }
    .grouped-content.grouped-content-layout-tabs .grouped-content-trigger:hover, .grouped-content.grouped-content-layout-tabs .grouped-content-trigger.active {
      color: #484040; }

@-webkit-keyframes loading-opacity {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes loading-opacity {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.loader-element-phalange {
  -webkit-animation: loading-opacity 800ms linear infinite;
  animation: loading-opacity 800ms linear infinite; }
  .loader-element-phalange:nth-child(2) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms; }
  .loader-element-phalange:nth-child(3) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms; }
  .loader-element-phalange:nth-child(4) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms; }
  .loader-element-phalange:nth-child(5) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms; }
  .loader-element-phalange:nth-child(6) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms; }
  .loader-element-phalange:nth-child(7) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms; }
  .loader-element-phalange:nth-child(8) {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms; }

.instagram-photos {
  width: calc(100% + 14px);
  margin-left: -7px; }
  @media screen and (min-width: 640px) {
    .instagram-photos {
      width: calc(100% + 28px);
      margin-left: -14px; } }
  .instagram-photos.instagram-photo-count-1 {
    width: 100%;
    margin: 0; }

.instagram-photo-template {
  display: none; }

.instagram-photo-container {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: 7px;
  margin-bottom: 14px;
  margin-left: 7px;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .instagram-photo-container {
      margin-right: 14px;
      margin-bottom: 28px;
      margin-left: 14px; } }
  .instagram-photo-count-1 .instagram-photo-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .instagram-photo-count-2 .instagram-photo-container {
    width: calc(50% - 14px); }
    @media screen and (min-width: 640px) {
      .instagram-photo-count-2 .instagram-photo-container {
        width: calc(50% - 28px); } }
  .instagram-photo-count-3 .instagram-photo-container, .instagram-photo-count-6 .instagram-photo-container {
    width: calc(33.33% - 14px); }
    @media screen and (min-width: 640px) {
      .instagram-photo-count-3 .instagram-photo-container, .instagram-photo-count-6 .instagram-photo-container {
        width: calc(33.33% - 28px); } }
  .instagram-photo-count-4 .instagram-photo-container, .instagram-photo-count-8 .instagram-photo-container {
    width: calc(33.33% - 14px); }
    @media screen and (min-width: 640px) {
      .instagram-photo-count-4 .instagram-photo-container, .instagram-photo-count-8 .instagram-photo-container {
        width: calc(33.33% - 28px); } }
    @media screen and (min-width: 960px) {
      .instagram-photo-count-4 .instagram-photo-container, .instagram-photo-count-8 .instagram-photo-container {
        width: calc(25% - 28px); } }
    @media screen and (max-width: 959px) {
      .instagram-photo-count-4 .instagram-photo-container:nth-child(n + 7), .instagram-photo-count-8 .instagram-photo-container:nth-child(n + 7) {
        display: none; } }

.instagram-photo {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin: 0; }

.instagram-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%; }

.instagram-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .instagram-image.instagram-image-scale-x {
    width: 100%; }
  .instagram-image.instagram-image-scale-y {
    height: 100%; }

.instagram-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  color: white;
  text-align: left;
  background: #61842f; }
  @media screen and (min-width: 960px) {
    .instagram-photo:hover .instagram-overlay {
      display: block; } }

.instagram-likes-wrapper {
  display: block;
  height: 16px;
  text-align: left; }

.instagram-likes-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .instagram-likes-icon svg {
    width: 16px;
    height: 16px; }

.instagram-likes {
  margin-left: 5px;
  font-family: Open Sans;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle; }

.instagram-caption {
  position: relative;
  height: calc(100% - 79px);
  margin: 25px 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-word; }
  .instagram-caption::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 1.6em;
    text-align: right;
    background: -webkit-gradient(linear, left top, right top, from(rgba(97, 132, 47, 0)), color-stop(50%, #61842f));
    background: linear-gradient(to right, rgba(97, 132, 47, 0), #61842f 50%);
    content: ""; }
    @media screen and (max-width: 1110px) {
      .instagram-caption::after {
        width: 100%;
        height: 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 132, 47, 0)), color-stop(50%, #61842f));
        background: linear-gradient(to bottom, rgba(97, 132, 47, 0), #61842f 50%); } }

.instagram-timestamp {
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase; }

.instagram-content-placeholder {
  position: relative;
  height: 0;
  padding-bottom: 100%; }
  .instagram-content-placeholder.content-placeholder-animate {
    -webkit-animation-duration: 4s;
    animation-duration: 4s; }
  .instagram-photo-count-1 .instagram-content-placeholder {
    padding-bottom: 100%; }
  .instagram-photo-count-2 .instagram-content-placeholder {
    padding-bottom: calc(50% - 14px); }
    @media screen and (min-width: 640px) {
      .instagram-photo-count-2 .instagram-content-placeholder {
        padding-bottom: calc(50% - 28px); } }
  .instagram-photo-count-3 .instagram-content-placeholder, .instagram-photo-count-6 .instagram-content-placeholder {
    padding-bottom: calc(33.33% - 14px); }
    @media screen and (min-width: 640px) {
      .instagram-photo-count-3 .instagram-content-placeholder, .instagram-photo-count-6 .instagram-content-placeholder {
        padding-bottom: calc(33.33% - 28px); } }
  .instagram-photo-count-4 .instagram-content-placeholder, .instagram-photo-count-8 .instagram-content-placeholder {
    padding-bottom: calc(33.33% - 14px); }
    @media screen and (min-width: 960px) {
      .instagram-photo-count-4 .instagram-content-placeholder, .instagram-photo-count-8 .instagram-content-placeholder {
        padding-bottom: calc(25% - 28px); } }
  .instagram-content-placeholder svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    fill: #2d2828; }

.map {
  position: relative;
  width: 100%;
  height: 100%; }

.map-container {
  position: relative;
  width: 100%;
  height: 100%; }

.map-error-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #cb2027;
  line-height: 1.5; }
  .map-error-message > p {
    margin: 0;
    text-align: center; }
  .map-error-message a {
    color: inherit; }

.masthead-title {
  margin-top: 32px;
  margin-bottom: 64px;
  font-size: 3rem;
  color: #2d2828;
  text-align: center; }

.masthead-subtitle {
  margin-top: -42px;
  margin-bottom: 40px;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center; }

.navmenu {
  margin: 0;
  list-style: none; }

.navmenu-id-sale {
  color: #cb2027 !important; }
  .navmenu-id-sale .navmenu-link:hover, .navmenu-id-sale .navmenu-link:active {
    color: black !important; }

.site-navigation .navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }
.site-navigation .navmenu-depth-1 {
  position: relative;
  z-index: 1001; }
.site-navigation .navmenu-submenu {
  position: absolute;
  z-index: 1002;
  display: none;
  max-width: 100%;
  min-width: 100px;
  padding: 10px 0 10px 20px;
  background: #f9f9f9;
  -webkit-transform: scaleY(0.95);
  -ms-transform: scaleY(0.95);
  transform: scaleY(0.95);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  font-size: 0.75rem; }
  .site-navigation .navmenu-submenu.animating, .site-navigation .navmenu-submenu.visible {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .site-navigation .navmenu-submenu.visible {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  .site-navigation .navmenu-submenu.animating-out {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
.site-navigation .navmenu-id-originals .navmenu-submenu {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  column-gap: 48px;
  padding: 16px; }
  .site-navigation .navmenu-id-originals .navmenu-submenu ul, .site-navigation .navmenu-id-originals .navmenu-submenu li, .site-navigation .navmenu-id-originals .navmenu-submenu a {
    padding: 0;
    margin: 0; }
  .site-navigation .navmenu-id-originals .navmenu-submenu .navmenu-link {
    margin-bottom: 16px; }
.site-navigation .navmenu-submenu .navmenu-submenu {
  -webkit-transform: scaleX(0.95);
  -ms-transform: scaleX(0.95);
  transform: scaleX(0.95); }
  .site-navigation .navmenu-submenu .navmenu-submenu.animating, .site-navigation .navmenu-submenu .navmenu-submenu.visible {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .site-navigation .navmenu-submenu .navmenu-submenu.visible {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .site-navigation .navmenu-submenu .navmenu-submenu.animating-out {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
.site-navigation .navmenu-depth-2 {
  margin-left: -20px;
  padding-left: 0; }
.site-navigation .navmenu-depth-3 {
  top: 0;
  left: 100%;
  width: 100%;
  min-height: 100%;
  padding-left: 0; }
.site-navigation .navmenu-link {
  display: block;
  padding: 15px;
  letter-spacing: 0.15px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase; }
  .site-navigation .navmenu-link:hover {
    color: #61842f; }
.site-navigation .navmenu-submenu .navmenu-link {
  padding: 10px 30px 10px 15px; }
.site-navigation [data-navmenu-trigger] {
  position: relative; }
.site-navigation .navmenu-link-parent,
.site-navigation [data-navmenu-trigger] .navmenu-link {
  position: relative;
  margin-right: 4px; }
  .site-navigation .navmenu-link-parent::after,
  .site-navigation [data-navmenu-trigger] .navmenu-link::after {
    display: block;
    width: 5px;
    height: 5px;
    border: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-bottom: 0.5px solid currentColor;
    border-left: 0.5px solid currentColor;
    position: absolute;
    top: 40%;
    right: 4px;
    content: ""; }
.site-navigation .navmenu-submenu .navmenu-link-parent::after,
.site-navigation .navmenu-submenu [data-navmenu-trigger] .navmenu-link::after {
  display: block;
  width: 6px;
  height: 6px;
  border: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-right: 0.5px solid currentColor;
  border-bottom: 0.5px solid currentColor;
  right: 10px; }
.site-navigation .navtrigger-shim {
  z-index: 1; }

.mobilenav .navmenu {
  padding: 10px 16px;
  font-size: 0.8rem;
  text-transform: uppercase; }
.mobilenav .navmenu-submenu {
  position: relative;
  top: -12px;
  display: none;
  padding: 0;
  font-size: 0.8rem;
  color: #8b7d7d;
  text-transform: none; }
.mobilenav .navmenu-submenu .navmenu-submenu {
  display: block;
  margin-top: 0;
  margin-left: 12px; }
.mobilenav .navmenu-link {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  font-weight: 400;
  color: inherit;
  text-decoration: none; }
.mobilenav .navmenu-submenu .navmenu-link {
  padding: 12px 0;
  padding-left: 12px;
  font-weight: 300; }
.mobilenav .navmenu-link-parent {
  position: relative;
  width: 100%; }
  .mobilenav .navmenu-link-parent::after {
    display: block;
    width: 7px;
    height: 7px;
    border: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    position: absolute;
    top: 45%;
    right: 0;
    content: "";
    -webkit-transform: scaleY(1) rotate(-45deg) translateY(-50%);
    -ms-transform: scaleY(1) rotate(-45deg) translateY(-50%);
    transform: scaleY(1) rotate(-45deg) translateY(-50%);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .mobilenav .navmenu-link-parent.navmenu-selected::after {
    -webkit-transform: scaleY(-1) rotate(-45deg) translateY(-50%);
    -ms-transform: scaleY(-1) rotate(-45deg) translateY(-50%);
    transform: scaleY(-1) rotate(-45deg) translateY(-50%); }
.mobilenav .navmenu-submenu .navmenu-link-parent::after {
  display: none; }
.mobilenav .navmenu-depth-3 {
  padding-top: 12px; }

.ie9 .navmenu-item {
  display: inline-block; }

.newsletter .contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .newsletter .contact-form {
      margin-right: 20px; } }

.newsletter-input, .notify-me-input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 65%;
  font-size: 0.8rem;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border-right: 0; }
  .ie9 .newsletter-input, .ie9 .notify-me-input {
    width: 300px; }

.ie9 .newsletter-submit, .ie9 .notify-me-submit {
  padding: 17px 15px; }

@media screen and (max-width: 639px) {
  .newsletter-success {
    width: 100%;
    text-align: center; } }

.newsletter-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1501;
  max-width: 600px;
  min-width: 300px;
  padding: 20px 40px;
  background: white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.newsletter-modal-title {
  text-align: center; }

.newsletter-modal-success {
  text-align: center; }

.newsletter-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: inherit; }

.newsletter-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500;
  display: block;
  background-color: rgba(45, 40, 40, 0.75); }

.pagination {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
  list-style: none; }
  .pagination li {
    display: inline-block; }
    .pagination li:last-child {
      margin-right: 0; }
  .pagination a {
    padding: 5px;
    font-family: Open Sans;
    font-size: 1rem;
    color: #61842f;
    text-decoration: none;
    font-weight: bold; }
  .pagination .pagination-active a {
    color: #8b7d7d; }

.payment {
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px; }
  .payment > * {
    margin-right: 10px;
    margin-left: 10px; }
  @media screen and (min-width: 960px) {
    .payment {
      padding-top: 40px;
      margin-right: 0;
      margin-left: 0; } }
  .ie9 .payment {
    text-align: center; }

.payment-type {
  padding-top: 15px; }
  @media screen and (min-width: 960px) {
    .payment-type {
      padding-top: 0; } }
  .ie9 .payment-type {
    display: inline-block; }

.payment-type svg {
  height: 26px; }

.shopify_pay svg {
  height: 30px; }

.product-alert {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  padding: 20px;
  color: white;
  background: #61842f;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 250ms opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 250ms -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 250ms opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 250ms -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 250ms opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 250ms transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 250ms opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 250ms transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 250ms -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-alert.animating, .product-alert.visible {
    display: block; }
  .product-alert.visible {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  .product-alert.animating-out {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.product-alert-fixed {
  position: fixed;
  top: 0; }

.product-alert-error {
  background: #cb2027; }

.product-alert-content {
  position: relative; }

.product-alert-dismiss {
  position: absolute;
  top: 50%;
  right: -10px;
  padding: 10px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .product-alert-dismiss svg {
    display: block; }

.product-alert-message, .product-alert-custom {
  font-size: 0.8rem;
  text-align: center; }
  .product-alert-message a, .product-alert-custom a {
    color: inherit; }

.no-js .product-form-inline {
  display: none; }

.product-form-inline .product-options {
  margin-top: 5px; }

.product-options-hidden {
  display: none; }

.product-form-inline .option {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top; }
.product-form-inline .product-options-count-2 .option {
  width: calc(50% - 11px); }
  .product-form-inline .product-options-count-2 .option:first-of-type {
    margin-right: 22px; }
.product-form-inline .product-options-count-3 .option:first-of-type, .product-form-inline .product-options-count-3 .option:nth-of-type(2) {
  width: calc(50% - 11px); }
.product-form-inline .product-options-count-3 .option:first-of-type {
  margin-right: 22px; }

.product-form-inline-atc {
  margin-top: 5px;
  margin-bottom: 40px; }
  .product-form-inline-atc > .quantity {
    float: left;
    width: 53%; }
  .product-form-inline-atc > .product-form-inline-atc-button {
    float: right;
    width: 47%;
    height: 50px; }
    @media screen and (max-width: 959px) {
      .product-form-inline-atc > .product-form-inline-atc-button {
        height: 52px; } }

.product-form-nojs {
  display: none;
  max-width: 275px;
  margin-top: 30px; }
  .no-js .product-form-nojs {
    display: block; }

.product-form-nojs-variants {
  position: relative;
  margin-bottom: 30px; }

.product-form-nojs-variants-select {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.product-form-nojs-variants-select-arrow {
  position: absolute;
  top: 50%;
  right: 23px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.product-form-nojs-quantity {
  display: inline-block;
  height: 50px;
  max-width: 60px;
  padding: 0 5px;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
  vertical-align: top;
  cursor: default;
  border-radius: 0;
  outline: 0;
  -moz-appearance: textfield; }
  .product-form-nojs-quantity::-webkit-inner-spin-button, .product-form-nojs-quantity::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none; }

.add-to-list {
  width: 100%; }
  .add-to-list .gift-reggie-button, .add-to-list .gift-reggie-wishlist-button {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-top: 8px;
    padding: 0; }
    @media screen and (min-width: 890px) {
      .add-to-list .gift-reggie-button, .add-to-list .gift-reggie-wishlist-button {
        width: calc(50% - 1.75px); } }
    .add-to-list .gift-reggie-button .btn, .add-to-list .gift-reggie-wishlist-button .btn {
      background: rgba(0, 0, 0, 0.25);
      width: 100%;
      margin: 0;
      padding: 8px 0;
      font-size: 0.5rem; }
      .add-to-list .gift-reggie-button .btn:first-child, .add-to-list .gift-reggie-wishlist-button .btn:first-child {
        margin-right: 8px; }

.product-form-nojs-atc-button {
  display: inline-block;
  height: 50px;
  vertical-align: top; }

.product-highlights .product-highlights-normal-wrapper {
  display: block;
  outline: 0; }
  .product-highlights .product-highlights-normal-wrapper.flickity-enabled {
    cursor: -webkit-grab;
    cursor: grab; }
.product-highlights .product-highlights-emphasized-wrapper {
  display: none; }

.product-highlights-emphasized .product-highlights-normal-wrapper {
  display: block;
  outline: 0; }
  .product-highlights-emphasized .product-highlights-normal-wrapper.flickity-enabled {
    cursor: -webkit-grab;
    cursor: grab; }
  @media screen and (min-width: 960px) {
    .product-highlights-emphasized .product-highlights-normal-wrapper {
      display: none; } }
.product-highlights-emphasized .product-highlights-emphasized-wrapper {
  display: none; }
  @media screen and (min-width: 960px) {
    .product-highlights-emphasized .product-highlights-emphasized-wrapper {
      display: block; } }

.product-highlights-column {
  display: inline-block;
  vertical-align: top; }
  .product-highlights-column .product-item {
    width: 100%;
    margin-bottom: 15px;
    vertical-align: top; }

.product-highlights-count-1 .product-highlights-first-column {
  width: 100%; }
.product-highlights-count-2 .product-highlights-first-column, .product-highlights-count-3 .product-highlights-first-column {
  width: calc(33.33% - 15px);
  margin-right: 15px; }
.product-highlights-count-4 .product-highlights-first-column, .product-highlights-count-5 .product-highlights-first-column {
  width: calc(25% - 15px);
  margin-right: 15px; }

.product-highlights-count-1 .product-highlights-second-column {
  width: 0; }
.product-highlights-count-2 .product-highlights-second-column, .product-highlights-count-3 .product-highlights-second-column {
  width: calc(66.66% - 15px);
  margin-left: 15px; }
.product-highlights-count-4 .product-highlights-second-column, .product-highlights-count-5 .product-highlights-second-column {
  width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px; }

.product-highlights-count-1 .product-highlights-third-column, .product-highlights-count-2 .product-highlights-third-column, .product-highlights-count-3 .product-highlights-third-column {
  width: 0; }
.product-highlights-count-4 .product-highlights-third-column, .product-highlights-count-5 .product-highlights-third-column {
  width: calc(25% - 15px);
  margin-left: 15px; }

.product-highlights-normal-wrapper {
  width: 100%; }
  @media screen and (min-width: 960px) {
    .product-highlights-normal-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px; } }
  .product-highlights-normal-wrapper .product-item {
    width: 36%;
    margin-right: 15px;
    vertical-align: top; }
    @media screen and (min-width: 960px) {
      .product-highlights-normal-wrapper .product-item {
        float: left;
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px; } }
    @media screen and (min-width: 960px) {
      .product-highlights-count-1 .product-highlights-normal-wrapper .product-item {
        width: calc(100% - 30px); } }
    @media screen and (min-width: 960px) {
      .product-highlights-count-2 .product-highlights-normal-wrapper .product-item {
        width: calc(50% - 30px); } }
    @media screen and (min-width: 960px) {
      .product-highlights-count-3 .product-highlights-normal-wrapper .product-item {
        width: calc(33.33% - 30px); } }
    @media screen and (min-width: 960px) {
      .product-highlights-count-4 .product-highlights-normal-wrapper .product-item {
        width: calc(25% - 30px); } }
    @media screen and (min-width: 960px) {
      .product-highlights-count-5 .product-highlights-normal-wrapper .product-item {
        width: calc(20% - 30px); } }

.product-item {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .product-item:hover .product-item-badge-free-shipping, .product-item:active .product-item-badge-free-shipping {
    background: #61842f; }

.product-item-image {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 16px;
  overflow: hidden;
  background-size: 0; }
  .product-item-no-image .product-item-image {
    height: 0;
    padding-bottom: 125%; }
  .product-item-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }
  .product-item-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    fill: #b9b9b9; }
  .in-theme-editor .product-item-style-small .product-item-image, .in-theme-editor .product-item-style-medium .product-item-image, .in-theme-editor .product-item-style-large .product-item-image {
    background-color: rgba(45, 40, 40, 0.08); }
  .product-item-style-small .product-item-image img,
  .product-item-style-small .product-item-image svg, .product-item-style-medium .product-item-image img,
  .product-item-style-medium .product-item-image svg, .product-item-style-large .product-item-image img,
  .product-item-style-large .product-item-image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .product-item-style-small .product-item-image, .product-item-style-medium .product-item-image, .product-item-style-large .product-item-image, .product-item-style-cropped-small .product-item-image, .product-item-style-cropped-medium .product-item-image, .product-item-style-cropped-large .product-item-image {
    height: 0; }
  .product-item-style-small .product-item-image, .product-item-style-cropped-small .product-item-image {
    padding-bottom: 75%; }
  .product-item-style-medium .product-item-image, .product-item-style-cropped-medium .product-item-image {
    padding-bottom: 100%; }
  .product-item-style-large .product-item-image, .product-item-style-cropped-large .product-item-image {
    padding-bottom: 125%; }
  .product-item-style-cropped-small .product-item-image img,
  .product-item-style-cropped-small .product-item-image svg, .product-item-style-cropped-medium .product-item-image img,
  .product-item-style-cropped-medium .product-item-image svg, .product-item-style-cropped-large .product-item-image img,
  .product-item-style-cropped-large .product-item-image svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover; }
  .product-item-style-cropped-small .product-item-image.product-item-image-no-objectfit, .product-item-style-cropped-medium .product-item-image.product-item-image-no-objectfit, .product-item-style-cropped-large .product-item-image.product-item-image-no-objectfit {
    background-position: center;
    background-size: cover; }
    .product-item-style-cropped-small .product-item-image.product-item-image-no-objectfit img, .product-item-style-cropped-medium .product-item-image.product-item-image-no-objectfit img, .product-item-style-cropped-large .product-item-image.product-item-image-no-objectfit img {
      display: none; }

.product-item-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 75%;
  padding: 10px 14px;
  font-family: Open Sans;
  color: white;
  text-transform: uppercase;
  vertical-align: middle;
  background: rgba(203, 32, 39, 0.5); }

.product-item-badge-discontinued {
  background: rgba(0, 0, 0, 0.25); }

.product-item-badge-free-shipping {
  background: rgba(97, 132, 47, 0.75);
  top: initial;
  bottom: 0;
  width: 100%;
  max-width: 100%; }

.discontinued-image {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

.product-item-title {
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.33;
  color: #2d2828;
  text-transform: capitalize;
  margin: 0.25rem 0; }
  .product-item-title a {
    color: inherit;
    text-decoration: none; }

.product-item-vendor {
  margin: 0.25rem 0;
  font-family: Open Sans;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.33;
  color: #716464; }
  .product-item-vendor a {
    color: inherit;
    text-decoration: none; }

.product-item-price.product-price {
  font-size: 1rem;
  font-weight: normal;
  color: #716464; }

.product-menu-slideout-header .product-price {
  margin-top: 5px; }
.product-menu-success .product-menu-slideout-header {
  border-bottom: 0; }

.product-menu-slideout-header-title {
  text-align: left; }

.product-menu-slideout-content {
  text-align: left; }
  .product-menu-slideout-content .share-buttons-label {
    display: none; }

@media screen and (min-width: 960px) {
  .product-menu {
    min-height: 100px; } }
.product-menu .product-quickshop-link {
  display: none; }

.product-menu > .breadcrumb {
  max-width: 30%;
  max-height: 48px;
  padding: 5px;
  overflow: hidden; }

.product-menu-buttons {
  display: none;
  width: 100%;
  text-align: right; }
  @media screen and (min-width: 960px) {
    .product-menu-buttons {
      float: right;
      width: auto; } }

.product-menu-button {
  float: left;
  width: 50%; }
  @media screen and (min-width: 960px) {
    .product-menu-button {
      width: auto; } }

@media screen and (min-width: 960px) {
  .product-menu-button-atc,
  .product-menu-button-selectoptions,
  .product-menu-button-cancel,
  .product-menu-button-viewcart {
    min-width: 240px;
    margin-left: 30px; } }
.product-menu-button-atc .money,
.product-menu-button-selectoptions .money,
.product-menu-button-cancel .money,
.product-menu-button-viewcart .money {
  display: block; }

.product-menu-button-cancel {
  width: 100%; }
  @media screen and (min-width: 960px) {
    .product-menu-button-cancel {
      width: auto; } }

@media screen and (min-width: 960px) {
  .product-menu-container .option {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 0;
    vertical-align: top; }
  .product-menu-container .product-options-count-1 .option {
    width: 100%; }
  .product-menu-container .product-options-count-2 .option {
    width: 50%; } }
.product-menu-buttons > .quantity {
  float: left;
  width: 50%;
  height: 50px; }
  .product-menu-buttons > .quantity + .product-menu-button {
    margin-left: 0; }
  @media screen and (min-width: 960px) {
    .product-menu-buttons > .quantity {
      width: 165px;
      margin-left: 30px; } }
  @media screen and (max-width: 959px) {
    .product-menu-buttons > .quantity {
      border-top: 0;
      border-right: 0;
      border-bottom: 0; } }
@media screen and (max-width: 959px) {
  .product-menu-buttons-has-share > .quantity {
    width: calc(50% - 50px); } }

@media screen and (min-width: 960px) {
  .product-menu-highlight .product-menu-buttons > .quantity .quantity-increment, .product-menu-highlight .product-menu-buttons > .quantity
  .quantity-decrement {
    color: white;
    background-color: rgba(255, 255, 255, 0.2); } }

@media screen and (min-width: 960px) {
  .product-menu-highlight .product-menu-buttons > .quantity .product-menu-input-quantity {
    color: #61842f;
    background-color: white; } }

.product-menu-button-selectoptions {
  width: 100%; }
  @media screen and (min-width: 960px) {
    .product-menu-button-selectoptions {
      width: auto; } }
  @media screen and (max-width: 959px) {
    .product-menu-buttons-has-share .product-menu-button-selectoptions {
      width: calc(100% - 50px); } }

.sold-out {
  display: block;
  width: 100%;
  margin: -30px 0 24px; }

.out-of-stock-button {
  width: 100%;
  background-color: #cb2027;
  color: white !important;
  margin: 0;
  padding: 8px;
  z-index: 999999; }
  .out-of-stock-button .notify-me-note {
    color: white;
    font-size: 0.5rem; }
  .out-of-stock-button p {
    padding: 2px 4px;
    margin: 0; }
  .ie9 .out-of-stock-button {
    padding: 17px 15px; }
  .out-of-stock-button:hover, .out-of-stock-button:active {
    color: white !important;
    background-color: #9f191f !important; }

#notify-me-wrapper {
  display: block;
  width: 100%;
  padding: 24px 8px 12px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.025);
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) inset; }

.notify-me-note {
  color: #8b7d7d;
  font-size: 0.75rem;
  text-align: center; }

.notify-me-input {
  background-color: white; }

.notify-me-submit {
  height: 46px;
  margin-left: -4px;
  padding: 1px 26px 2px; }

.product-menu-button-share {
  position: relative;
  width: 50px; }
  @media screen and (min-width: 960px) {
    .product-menu-button-share {
      width: auto; } }
  .product-menu-button-share .product-menu-button-share-text {
    display: none; }
    @media screen and (min-width: 960px) {
      .product-menu-button-share .product-menu-button-share-text {
        display: block; } }
  .product-menu-button-share .product-menu-button-share-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 960px) {
      .product-menu-button-share .product-menu-button-share-icon {
        display: none; } }
    .product-menu-button-share .product-menu-button-share-icon svg {
      display: block;
      width: 18px;
      height: 18px; }

.product-atc-success-message {
  max-width: 400px;
  margin: 50px auto;
  text-align: center; }

.product-atc-success-message-title {
  font-size: 1.5rem;
  font-weight: bold; }

.product-atc-success-message-variant-options {
  font-size: 0.8rem;
  color: #8b7d7d; }

.product-atc-success-message-title,
.product-atc-success-message-product-title,
.product-atc-success-message-variant-options {
  display: block;
  margin-bottom: 10px;
  font-family: Open Sans; }

.product-atc-success-message-title {
  font-family: Open Sans; }

.product-atc-success-message-image {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  color: inherit; }

.product-atc-success-message-variant-quantity {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 100%;
  color: white;
  -webkit-transform: translateX(-50%) translateY(-75%);
  -ms-transform: translateX(-50%) translateY(-75%);
  transform: translateX(-50%) translateY(-75%); }

.product-atc-failure-message {
  display: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  color: #cb2027;
  text-align: center; }

.option {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px; }

.option-values {
  display: block; }

.option-header {
  margin-bottom: 10px; }

.option-name {
  display: block;
  float: left;
  font-family: Open Sans; }

.option-value-name {
  font-size: 0.65rem; }

.option-select {
  position: relative;
  margin-bottom: 30px; }

.option-select-input {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (max-width: 639px) {
    .option-select-input {
      font-size: 1rem; } }

.option-select-arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 65px;
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0));
  pointer-events: none; }
  .option-select-arrow svg {
    position: absolute;
    top: 50%;
    right: 23px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

.money-compare-at {
  margin-right: 10px;
  text-decoration: line-through; }
  .money-compare-at.money-compare-at-hidden {
    display: none; }
  .money-compare-at:not(.money-compare-at-hidden) + .money {
    color: #61842f; }

.special-sale {
  font-size: 0.75rem; }

.product-quickshop-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 40, 40, 0.75); }
  .product-quickshop-backdrop.animating, .product-quickshop-backdrop.visible {
    display: table; }
  .product-quickshop-backdrop.animating {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .product-quickshop-backdrop.visible {
    opacity: 1; }

.product-quickshop {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle; }
  .product-quickshop .breadcrumb {
    display: none; }
  .product-quickshop .product-quickshop-link {
    position: absolute;
    top: 50%;
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    color: #484040;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .product-quickshop .product-quickshop-link svg {
      margin-left: 10px;
      vertical-align: middle; }
  .product-quickshop .product-menu-highlight .product-quickshop-link {
    color: white; }
  .product-quickshop .product-menu-button-continueshopping {
    display: none; }
  .product-quickshop .product-menu {
    padding-left: 30px;
    padding-right: 30px; }

.product-quickshop-details-container {
  position: relative;
  display: inline-block;
  width: 75%;
  height: 65vh;
  max-width: 925px;
  min-height: 500px;
  padding: 30px 30px 130px;
  overflow: hidden;
  text-align: initial;
  background-color: white; }
  .product-quickshop-details-container .product-menu-container {
    position: absolute;
    bottom: 0;
    left: 0; }

.product-quickshop-button-dismiss {
  position: absolute;
  top: 15px;
  right: 15px; }

.product-quickshop-image-thumbnails,
.product-quickshop-featured-image,
.product-quickshop-details {
  display: block;
  float: left;
  height: 100%; }

.product-quickshop-image-thumbnails {
  position: relative;
  width: 97px;
  height: 100%; }
  .product-quickshop-image-thumbnails + .product-quickshop-featured-image {
    width: calc(60% - 97px);
    padding-left: 30px; }

.product-quickshop-image-thumbnails-slide {
  position: relative;
  top: 10%;
  height: 80%;
  padding-right: 15px;
  margin-right: -15px;
  overflow-y: auto; }

.product-quickshop-featured-image {
  width: 60%; }

.product-quickshop-details {
  width: calc(40% - 22px);
  padding-right: 30px;
  padding-left: 30px;
  overflow-x: hidden;
  overflow-y: auto; }

.product-quickshop-image-thumbnail {
  cursor: pointer; }
  .product-quickshop-image-thumbnail.product-quickshop-image-thumbnail-selected {
    padding: 2px;
    border: 1px solid #61842f; }

.product-quickshop-image,
.product-quickshop-image-thumbnail {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0; }
  .product-quickshop-image img,
  .product-quickshop-image-thumbnail img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }

.product-quickshop-image {
  width: 100%;
  height: 100%; }

.product-quickshop-image-thumbnails-button-up {
  position: absolute;
  top: -13px;
  left: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #2d2828;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-transform: rotate(-90deg) translateX(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%);
  transform: rotate(-90deg) translateX(-50%);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left; }

.product-quickshop-image-thumbnails-button-down {
  position: absolute;
  bottom: -13px;
  left: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #2d2828;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left; }

.product-quickshop-image-thumbnail {
  margin-bottom: 30px; }

.quantity {
  border: 1px solid #e6e6e6; }

.quantity-decrement,
.quantity-input,
.quantity-increment {
  float: left;
  width: 33.33%;
  height: 50px;
  border-radius: 0; }
  @media screen and (min-width: 960px) {
    .quantity-decrement,
    .quantity-input,
    .quantity-increment {
      height: 48px; } }

.quantity-decrement,
.quantity-increment {
  padding: 0 5px;
  font-size: 1.5rem;
  color: #484040;
  cursor: pointer;
  background-color: rgba(45, 40, 40, 0.08);
  border: 0; }
  @media screen and (min-width: 640px) {
    .quantity-decrement,
    .quantity-increment {
      padding: 0 15px; } }
  @media screen and (min-width: 770px) {
    .quantity-decrement,
    .quantity-increment {
      font-size: 1rem; } }
  .quantity-decrement:disabled,
  .quantity-increment:disabled {
    color: rgba(72, 64, 64, 0.5); }

.quantity-decrement {
  border-right: 1px solid #e6e6e6; }

.quantity-increment {
  float: right;
  border-left: 1px solid #e6e6e6; }

.quantity-input {
  font-size: 1rem;
  color: #484040;
  text-align: center;
  cursor: default;
  background-color: white;
  border: 0;
  -moz-appearance: textfield; }
  @media screen and (min-width: 770px) {
    .quantity-input {
      font-size: 1rem; } }
  .quantity-input::-webkit-inner-spin-button, .quantity-input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none; }

.share-buttons-wrapper {
  text-align: center; }

.share-buttons-label {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Open Sans;
  line-height: 24px;
  text-decoration: none;
  vertical-align: middle; }

.share-buttons {
  display: inline-block;
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
  vertical-align: middle; }
  .share-buttons a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 24px;
    margin-right: 15px;
    color: #61842f; }
    .share-buttons a:hover {
      opacity: 0.5; }
    .share-buttons a:last-of-type {
      margin-right: 0; }
  .share-buttons svg {
    display: block;
    width: 24px;
    height: 24px; }

.shipping-calculator-fields {
  display: block;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .shipping-calculator-fields {
      width: calc(100% + 30px);
      margin-left: -15px; } }

.shipping-calculator-field {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 640px) {
    .shipping-calculator-field {
      float: left;
      width: calc(33.33% - 30px);
      margin-top: 0;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }
  .shipping-calculator-field label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-family: Open Sans;
    font-size: 0.65rem;
    text-transform: uppercase; }
  .shipping-calculator-field select,
  .shipping-calculator-field input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.shipping-calculator-select-wrapper {
  position: relative; }
  .shipping-calculator-select-wrapper select {
    position: relative;
    z-index: 2; }
  .shipping-calculator-select-wrapper .shipping-calculator-select-arrow {
    position: absolute;
    top: 50%;
    right: 23px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

.shipping-calculator-response {
  margin-top: 20px; }

.slideshow-slide {
  position: relative;
  width: 100%;
  padding-bottom: 30px; }
  @media screen and (min-width: 640px) {
    .slideshow-slide {
      width: 100%;
      padding-bottom: 0; } }

.slideshow-slide-info {
  position: relative;
  width: 100%;
  padding: 8px 1px 16px 1px;
  margin-top: 0;
  margin-left: -1px;
  background-color: white;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .slideshow-slide-info {
      position: absolute;
      top: 50%;
      left: 0;
      width: 50%;
      padding: 30px 30px 30px 20px;
      margin-top: 0;
      margin-left: 0;
      background-color: transparent;
      opacity: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
      text-align: left; }
      .slideshow-slide-layout-default-right .slideshow-slide-info {
        left: 50%;
        width: 50%;
        padding: 30px 30px 30px 50px; }
      .slideshow-slide-layout-full-width-center .slideshow-slide-info {
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .slideshow-slide-layout-full-width-right .slideshow-slide-info {
        right: 0;
        left: auto; }
      .slideshow-slide-layout-full-width-left .slideshow-slide-info {
        padding-left: 50px; } }
  @media screen and (min-width: 960px) {
    .slideshow-slide-info {
      width: 50%; } }
  .slideshow-slides-1 .slideshow-slide-info, .is-selected .slideshow-slide-info {
    opacity: 1; }

.slideshow-slide-title {
  display: block;
  margin-bottom: 15px;
  font-family: Open Sans;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media screen and (max-width: 639px) {
    .slideshow-slide-title {
      color: #2d2828 !important;
      text-shadow: none !important; } }
  @media screen and (min-width: 640px) {
    .slideshow-slide-title {
      margin-bottom: 20px;
      font-size: 2.25rem; }
      .slideshow-slide-layout-default-right .slideshow-slide-title {
        margin-right: -20px; } }
  @media screen and (min-width: 960px) {
    .slideshow-slide-title {
      font-size: 2.5rem; } }
  .slideshow-slide-title a {
    color: inherit;
    text-decoration: none; }

.slideshow-slide-text {
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.6;
  word-break: break-word; }
  @media screen and (max-width: 639px) {
    .slideshow-slide-text {
      color: #484040 !important;
      text-shadow: none !important; } }
  @media screen and (min-width: 640px) {
    .slideshow-slide-text {
      margin-top: 20px;
      margin-bottom: 25px;
      font-size: 1rem; } }
  .slideshow-slide-text :first-child {
    margin-top: 0; }
  .slideshow-slide-text :last-child {
    margin-bottom: 0; }

.slideshow-slide-link {
  display: inline-block;
  max-width: 75%;
  margin-top: 0;
  font-family: Open Sans;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
  word-wrap: break-word;
  padding: 16px 20px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .slideshow-slide-link:active, .slideshow-slide-link:hover {
    opacity: 0.85; }
  @media screen and (max-width: 639px) {
    .slideshow-slide-link {
      padding: 12px 16px;
      border-radius: 3px;
      box-shadow: none;
      opacity: 1;
      width: 90%;
      max-width: 100%; } }

.slideshow-slide-link-arrow {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 10px; }
  .slideshow-slide-link-arrow svg {
    display: block;
    width: 6px;
    height: 10px; }

.slideshow-slide-image {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .slideshow-slide-image {
      width: 100%; }
      .slideshow-slide-layout-default-left .slideshow-slide-image, .slideshow-slide-layout-default-right .slideshow-slide-image {
        width: auto;
        max-width: 60%; }
      .slideshow-slide-layout-default-left .slideshow-slide-image {
        float: right; }
      .slideshow-slide-layout-default-right .slideshow-slide-image {
        float: left; } }
  .slideshow-slide-no-image .slideshow-slide-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67%; }
    @media screen and (min-width: 640px) {
      .slideshow-slide-no-image .slideshow-slide-image {
        padding-bottom: 40%; } }
  .slideshow-slide-image a {
    display: block;
    width: 100%;
    height: 100%; }
  .slideshow-slide-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }
  .slideshow-slide-image svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    fill: #b9b9b9; }

.home-blocks {
  margin: 0;
  margin-bottom: 20px; }
  @media screen and (max-width: 769px) {
    .home-blocks {
      margin: 0 20px 20px; } }

.home-block {
  position: relative;
  width: 100%;
  text-align: center; }

.home-block-title {
  display: block;
  width: calc(100% - 20px);
  position: absolute;
  padding: 1px;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 0 auto;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: white;
  font-family: "Bitter";
  font-weight: bold;
  letter-spacing: -0.5px;
  text-shadow: 2px 2px 1px rgba(64, 32, 0, 0.375); }
  .home-block-title a {
    color: inherit;
    text-decoration: none; }
  @media screen and (max-width: 639px) {
    .home-block-title {
      padding: 2px 8px; } }

.home-block-subtitle {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.25);
  text-align: center; }

.home-block-horiz .home-block-title {
  font-size: calc(3.25rem + 0.5vw); }
  @media screen and (max-width: 639px) {
    .home-block-horiz .home-block-title {
      font-size: calc(1.25rem + 1vw); } }
  @media screen and (max-width: 769px) and (min-width: 640px) {
    .home-block-horiz .home-block-title {
      font-size: calc(2.25rem + 1vw); } }

.home-block-vert .home-block-title {
  font-size: calc(2rem + 0.5vw); }
  @media screen and (max-width: 769px) {
    .home-block-vert .home-block-title {
      font-size: calc(1.5rem + 1vw); } }

.home-block-link-wrapper {
  display: block;
  width: 50%;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%); }
  @media screen and (max-width: 769px) {
    .home-block-link-wrapper {
      padding: 0 20px;
      width: 100%; } }

.home-block-link {
  display: block;
  padding: 20px 20px 22px;
  min-height: 50px;
  font-family: Open Sans;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
  word-wrap: break-word;
  background: white;
  color: #222222;
  box-shadow: 2px 2px 1px rgba(64, 32, 0, 0.25); }
  .home-block-link:hover {
    box-shadow: 2px 4px 6px rgba(64, 32, 0, 0.125);
    transform: translateY(-1px); }
  .home-block-link:active {
    box-shadow: 0 0 1px rgba(64, 32, 0, 0.0625);
    transform: translateY(0); }
  @media screen and (max-width: 769px) {
    .home-block-link {
      padding: 12px;
      max-height: 48px;
      min-height: auto; } }

.home-block-link-arrow {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 10px; }
  .home-block-link-arrow svg {
    display: block;
    width: 6px;
    height: 10px; }

.home-block-image {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden; }
  .home-block-image a {
    display: block;
    width: 100%;
    height: 100%; }
  .home-block-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }

.home-block-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.075);
  background: linear-gradient(rgba(96, 48, 0, 0.15), rgba(0, 0, 0, 0)); }

.home-chalk-border {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: 0; }

.home-blocks-pair {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 20px; }
  .home-blocks-pair .home-block-vert {
    margin-bottom: 0; }
  .home-blocks-pair .home-block-vert:first-child {
    margin-right: 20px; }
  @media screen and (max-width: 639px) {
    .home-blocks-pair {
      flex-flow: column nowrap; }
      .home-blocks-pair .home-block-vert:first-child {
        margin-right: 0;
        margin-bottom: 20px; } }

.social {
  margin-right: -8px;
  margin-left: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .social > * {
    margin-right: 8px;
    margin-left: 8px; }
  @media screen and (max-width: 639px) {
    .social {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-top: 34px; } }
  .ie9 .social {
    margin-top: 20px; }

.social-link {
  display: block;
  color: #484040; }
  .social-link:hover {
    opacity: 0.55; }
  .social-link svg {
    width: 24px;
    height: 24px; }
  .ie9 .social-link {
    display: inline-block; }

.tweet {
  display: block;
  max-width: 485px;
  margin: 0 auto;
  font-family: Open Sans; }
  .tweet .Emoji {
    max-width: 20px; }

.tweet-content {
  position: relative;
  margin-bottom: 30px;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.6;
  word-wrap: break-word; }
  @media screen and (min-width: 640px) {
    .tweet-content {
      font-size: 1.25rem; } }
  @media screen and (min-width: 960px) {
    .tweet-content {
      padding-bottom: 30px; }
      .tweet-content::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 40px;
        border-bottom: 1px solid #e6e6e6;
        content: "";
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .tweet-content .link.customisable {
    display: block;
    height: 1.4em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .tweet-content .u-hiddenVisually {
    display: none; }

.tweet-username {
  font-size: 1rem;
  color: #61842f;
  text-decoration: none; }
  @media screen and (max-width: 959px) {
    .tweet-username::before {
      margin-right: 5px;
      content: "\2014"; } }

.tweet-content-placeholder {
  position: relative;
  height: 140px; }
  .tweet-content-placeholder.tweet-content-placeholder-username {
    display: block;
    width: 50%;
    height: 24px;
    margin: 0 auto; }
  .tweet-content-placeholder.tweet-content-placeholder-animate {
    display: block;
    width: 50%;
    margin: 0 auto; }

.tweet-content-placeholder-masker {
  position: absolute;
  background: white; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-first-line, .tweet-content-placeholder-masker.tweet-content-placeholder-second-line, .tweet-content-placeholder-masker.tweet-content-placeholder-third-line, .tweet-content-placeholder-masker.tweet-content-placeholder-first-start, .tweet-content-placeholder-masker.tweet-content-placeholder-second-start, .tweet-content-placeholder-masker.tweet-content-placeholder-third-start, .tweet-content-placeholder-masker.tweet-content-placeholder-fourth-start, .tweet-content-placeholder-masker.tweet-content-placeholder-first-end, .tweet-content-placeholder-masker.tweet-content-placeholder-second-end, .tweet-content-placeholder-masker.tweet-content-placeholder-third-end, .tweet-content-placeholder-masker.tweet-content-placeholder-fourth-end {
    top: 0;
    right: -1px;
    left: -1px;
    width: auto;
    height: 24px; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-first-line, .tweet-content-placeholder-masker.tweet-content-placeholder-second-line, .tweet-content-placeholder-masker.tweet-content-placeholder-third-line {
    width: auto;
    height: 15px; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-first-line {
    top: 24px; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-second-line {
    top: 63px; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-third-line {
    top: 102px; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-first-start {
    top: 0;
    right: 80%; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-first-end {
    top: 0;
    left: 80%; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-second-start {
    top: 39px;
    right: 90%; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-second-end {
    top: 39px;
    left: 90%; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-third-start {
    top: 78px;
    right: 80%; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-third-end {
    top: 78px;
    left: 80%; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-fourth-start {
    top: 117px;
    right: 70%; }
  .tweet-content-placeholder-masker.tweet-content-placeholder-fourth-end {
    top: 117px;
    left: 70%; }

.giftreggie-front {
  margin: 16px; }
  .giftreggie-front h3 {
    margin: 16px 0; }
    .giftreggie-front h3 a {
      text-decoration: none; }
    .giftreggie-front h3:hover, .giftreggie-front h3:active {
      text-decoration: underline; }
  .giftreggie-front .giftreggie-band {
    background: inherit !important; }
  .giftreggie-front .giftreggie-registry-title {
    margin-top: 8px; }
  .giftreggie-front .giftreggie-body {
    text-align: center;
    border: none !important;
    margin-bottom: 32px !important; }
    .giftreggie-front .giftreggie-body a {
      color: #61842f;
      text-decoration: none;
      font-weight: bold; }
      .giftreggie-front .giftreggie-body a:hover, .giftreggie-front .giftreggie-body a:active {
        text-decoration: underline; }
  .giftreggie-front .giftreggie-registry-summary {
    margin-bottom: 32px; }
  .giftreggie-front td, .giftreggie-front th {
    border: none !important; }
  .giftreggie-front th {
    font-weight: bold; }
  .giftreggie-front button {
    height: 50px;
    margin: 16px; }
  .giftreggie-front button#discard-changes {
    background: rgba(0, 0, 0, 0.25); }
  .giftreggie-front .giftreggie-edit-description {
    text-align: center; }
    .giftreggie-front .giftreggie-edit-description button {
      height: auto;
      padding: 4px 8px;
      font-size: 0.5rem;
      font-weight: normal;
      background: rgba(0, 0, 0, 0.25); }
  .giftreggie-front .giftreggie-registry-image img {
    max-height: 480px; }
  .giftreggie-front td input {
    text-align: center; }
  .giftreggie-front .giftreggie-browse-add-products {
    text-align: center; }
  .giftreggie-front .registry-profile button {
    height: auto;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.25); }
  .giftreggie-front .input-wrapper {
    float: left;
    width: calc(100% - 30px);
    margin: 10px 15px 30px; }
  .giftreggie-front textarea {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.6;
    height: auto;
    max-height: 200px;
    min-height: 100px;
    resize: vertical; }
  .giftreggie-front input[type="text"],
  .giftreggie-front input[type="password"],
  .giftreggie-front select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px;
    margin: 10px 0 0;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .giftreggie-front input[type="submit"] {
    height: 50px;
    min-width: 150px; }
  .giftreggie-front .giftreggie-errors {
    color: #cb2027; }

.wholesale .wholesale-header {
  text-align: center; }
.wholesale .wholesale-collection-title {
  margin: 16px;
  padding: 32px; }
.wholesale .wholesale-product-info {
  text-transform: capitalize; }
