@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500;1,600&family=Playfair+Display:wght@500&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.form-field-swatch .form-field-control, .form-field-date, .form-field-rectangle, .site-footer, .cart-item-options, .cart-additional-checkout-buttons, .collection-product-listing-header, .contact-us .form, .account-wrapper, .account-form-column-container, .account-item-details, .account-receipt-summaries, .account-downloads-gallery-thumbs, .account-invoice-addresses, .account-settings-form, .account-create-details,
.account-create-address {
  *zoom: 1; }
  .form-field-swatch .form-field-control:before, .form-field-date:before, .form-field-rectangle:before, .site-footer:before, .cart-item-options:before, .cart-additional-checkout-buttons:before, .collection-product-listing-header:before, .contact-us .form:before, .account-wrapper:before, .account-form-column-container:before, .account-item-details:before, .account-receipt-summaries:before, .account-downloads-gallery-thumbs:before, .account-invoice-addresses:before, .account-settings-form:before, .account-create-details:before,
  .account-create-address:before, .form-field-swatch .form-field-control:after, .form-field-date:after, .form-field-rectangle:after, .site-footer:after, .cart-item-options:after, .cart-additional-checkout-buttons:after, .collection-product-listing-header:after, .contact-us .form:after, .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
  .account-create-address:after {
    display: table;
    content: ""; }
  .form-field-swatch .form-field-control:after, .form-field-date:after, .form-field-rectangle:after, .site-footer:after, .cart-item-options:after, .cart-additional-checkout-buttons:after, .collection-product-listing-header:after, .contact-us .form:after, .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
  .account-create-address:after {
    clear: both; }

.quick-shop-trigger {
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html {
  box-sizing: border-box; }

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

a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25; }

img {
  max-width: 100%; }

ul,
ol,
dl {
  padding: 0;
  margin: 0; }

ul {
  list-style: outside none; }

ol {
  list-style: outside decimal; }

hr {
  height: 2px;
  border: 0; }

blockquote > *:first-child {
  margin-top: 0; }

blockquote > *:last-child {
  margin-bottom: 0; }

figure {
  margin: 0; }

iframe {
  max-width: 100%;
  border: 0; }

pre {
  padding: 1em;
  background: #fafafa; }

.show-for-sr, .sr-only,
.visually-hidden,
.hidden, .form-field-product-list .form-radio,
.form-field-product-list .form-checkbox,
.form-field-checkbox .form-radio,
.form-field-checkbox .form-checkbox,
.form-field-radio .form-radio,
.form-field-radio .form-checkbox, .product-picklist-radio {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.button, .auth-button-alt {
  display: inline-block;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  .button + .button, .auth-button-alt + .button, .button + .auth-button-alt, .auth-button-alt + .auth-button-alt {
    margin-left: 5px; }

.form-fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.form-label {
  display: block; }

.form-label-text,
.form-label-text-inline {
  display: inline-block; }

.form-input {
  display: block;
  border: 1px solid;
  border-color: inherit;
  border-radius: 0;
  box-sizing: border-box; }
  .form-input::placeholder {
    opacity: 0.8; }

textarea.form-input {
  resize: vertical; }

input[type="color"].form-input, input[type="date"].form-input, input[type="datetime"].form-input, input[type="datetime-local"].form-input, input[type="email"].form-input, input[type="month"].form-input, input[type="number"].form-input, input[type="password"].form-input, input[type="search"].form-input, input[type="tel"].form-input, input[type="text"].form-input, input[type="time"].form-input, input[type="url"].form-input, input[type="week"].form-input, input:not([type]).form-input, textarea.form-input {
  -webkit-appearance: none; }

.form-inline .form-label-text {
  display: inline-block;
  vertical-align: middle; }

.form-inline .form-input {
  display: inline-block; }

table {
  margin: 1em 0;
  background: transparent;
  border: 1px solid;
  border-collapse: separate;
  border-top: 0;
  border-color: inherit; }
  table.table-clean {
    border: 0;
    border-radius: 0; }

td,
th {
  padding: 20px;
  border-top: 1px solid;
  border-top-color: inherit; }
  .table-clean td, .table-clean
  th {
    border: 0; }

th {
  font-weight: bold; }

td {
  border-left: 1px solid;
  border-left-color: inherit; }
  td:first-child {
    border-left: 0; }

html {
  box-sizing: border-box; }

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

/*---------- Images ----------*/
.rte h1, .home .products-featured .section-title, .rte h2, .rte h3, .compare-heading .product-title,
.compare-item .product-title, th, .rte h4, .products-related .section-title,
.products-featured .section-title, .compare-remove, .auth-sub-heading, .rte h5, .review-title, .sitemap-title, .rte h6, h1, h2, h3, h4, h5, h6, .page-title, .quick-shop-product-title {
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.25;
  color: #262626; }

.rte h1, .home .products-featured .section-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 42px; }

.rte h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 36px; }

.rte h3, .compare-heading .product-title,
.compare-item .product-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 32px; }

th, .rte h4, .products-related .section-title,
.products-featured .section-title, .compare-remove, .auth-sub-heading {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

.rte h5, .review-title, .sitemap-title {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 20px; }

.rte h6 {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  font-family: "Source Sans Pro";
  font-size: 14px; }

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 980;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0; }
  .modal-overlay.animating, .modal-overlay.visible {
    display: block;
    transition: opacity 0.3s ease; }
  .modal-overlay.visible {
    opacity: 1; }

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0; }
  .modal-wrapper.animating, .modal-wrapper.visible {
    display: block;
    transition: opacity 0.2s ease; }
  .modal-wrapper.animating-in {
    transition-delay: 0.1s; }
  .modal-wrapper.visible {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1; }

.modal {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.carousel {
  position: relative; }

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  display: none; }
  .carousel-item.visible {
    display: block; }

.carousel-item-image {
  display: block; }
  .carousel-item-image img {
    display: block;
    width: 100%; }

.carousel-item-info {
  position: absolute; }

.carousel-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0; }
  .carousel-navigation.visible {
    opacity: 1; }

.carousel-navigation-item {
  position: absolute;
  cursor: pointer; }
  .carousel-navigation-item.carousel-previous {
    left: 0; }
  .carousel-navigation-item.carousel-next {
    right: 0; }

.carousel-pagination {
  position: absolute;
  bottom: 2%;
  left: 2%; }
  .carousel-pagination .carousel-pagination-item {
    cursor: pointer; }
    .carousel-pagination .carousel-pagination-item.active {
      cursor: default; }

.modal-wrapper {
  z-index: 2000; }

.modal-overlay {
  z-index: 1999;
  background-color: rgba(0, 0, 0, 0.5); }

.modal {
  max-width: 840px;
  max-height: 90%;
  padding: 40px;
  overflow-y: scroll;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }

.modal-heading {
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  border-bottom: 1px solid #eaeaea; }

.modal-content {
  position: relative; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 7px 13px;
  font-size: 26px;
  line-height: 1;
  color: #262626; }

.form-field-swatch .swatch-none .swatch {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .form-field-swatch .swatch-none .swatch svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.advanced-search-form .advanced-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.advanced-search-form .form-field-title {
  display: block;
  text-align: left; }

.advanced-search-form .form-input {
  width: 100%; }

.advanced-search-form .categories-group {
  padding: 20px;
  overflow-y: auto;
  text-align: left; }

.advanced-search-form .advanced-search-price-range,
.advanced-search-form .form-field-select {
  width: 100%; }
  @media (min-width: 768px) {
    .advanced-search-form .advanced-search-price-range,
    .advanced-search-form .form-field-select {
      width: calc(50% - 15px); } }

.advanced-search-form .form-field-select .form-select-wrapper {
  display: block;
  margin-left: 0; }

.advanced-search-form .advanced-search-price-range {
  text-align: left; }
  .advanced-search-form .advanced-search-price-range .form-input {
    height: 60px; }
  .advanced-search-form .advanced-search-price-range .form-field {
    display: inline-block;
    width: calc(50% - 15px); }
    .advanced-search-form .advanced-search-price-range .form-field + .form-field {
      margin-left: 15px; }

.advanced-search-form .form-actions {
  display: flex;
  padding-top: 40px;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .advanced-search-form .form-actions {
      display: block; } }
  .advanced-search-form .form-actions .button, .advanced-search-form .form-actions .auth-button-alt {
    width: 50%; }
    @media (min-width: 768px) {
      .advanced-search-form .form-actions .button, .advanced-search-form .form-actions .auth-button-alt {
        width: auto; } }

.bonsai,
.bonsai > li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.bonsai > li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */ }

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer; }

li.has-children > .thumb:after {
  content: '▸'; }

li.has-children.expanded > .thumb:after {
  content: '▾'; }

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden; }

.bonsai .all,
.bonsai .none {
  cursor: pointer; }

.unavailable-container {
  display: table;
  text-align: center;
  width: 100%;
  height: 100vh;
  font-size: 14px; }
  @media (min-width: 400px) {
    .unavailable-container {
      font-size: 16px; } }

.unavailable-container-inner {
  display: table-cell;
  padding: 20px;
  vertical-align: middle; }

.unavailable-logo {
  margin-top: 0; }

.unavailable-heading {
  font-size: 1.5em; }

.unavailable-message {
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.875em; }

.price-ns-label,
.price-value-label,
.price-rrp-label {
  word-break: break-word; }

.price-rrp,
.price-ns {
  text-decoration: line-through; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.935;
  color: #5E502B;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

p {
  line-height: 1.935; }

h1, h2, h3 {
  font-family: "Playfair Display", serif !important;
  color: #5E502B;
  font-weight: 500; }
  h1.centered, h2.centered, h3.centered {
    text-align: center; }

h1.h2 {
  font-size: 30px; }

h4, h5 {
  font-family: "Montserrat", sans-serif !important;
  color: #5E502B; }

h2 {
  margin-bottom: .5rem; }

a {
  color: #be5400;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover {
    color: #954200; }

.page-content ul li, .content-listing ul li {
  color: #5E502B; }

body {
  font-size: 1rem;
  line-height: 1.666;
  content: "mobile";
  min-width: 300px; }
  @media screen and (min-width: 760px) {
    body {
      content: "desktop"; } }

a {
  color: #be5400;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover {
    color: #954200; }

h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered {
  text-align: center; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

.page-title {
  font-size: 26px; }

.page-heading, .account-heading {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center; }

.page-description {
  margin-bottom: 60px;
  text-align: center; }

.section-title {
  font-size: 18px; }

hr {
  background: #eaeaea; }

cite {
  color: #404040; }

img {
  max-width: 100%;
  height: auto; }

.main-content {
  background-color: #FFF9F2; }

.container {
  overflow: auto;
  background-color: #FFF9F2; }
  @media screen and (max-width: 759px) {
    .container {
      padding-right: 75px;
      padding-left: 75px; } }
  @media screen and (max-width: 499px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 760px) {
    .container {
      padding-right: 40px;
      padding-left: 40px; } }

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 40px; }
  .content::after {
    clear: both;
    content: "";
    display: block; }
  .content .breadcrumb-container {
    margin-top: 20px; }

.scroll-locked {
  overflow-y: hidden; }

@media screen and (max-width: 759px) {
  .scroll-locked-medium {
    overflow-y: hidden;
    position: fixed; } }

.button, .auth-button-alt {
  padding: 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  background: #be5400;
  border-radius: 22px;
  border: 1px solid #be5400;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .button:focus, .auth-button-alt:focus {
    outline: none; }
  .button:hover, .auth-button-alt:hover, .button:active, .auth-button-alt:active, .button:focus, .auth-button-alt:focus {
    color: #ffffff;
    background-color: #582700;
    border-color: #582700; }
  .button.secondary, .secondary.auth-button-alt, .auth-button-alt.account-button-secondary, .button.account-button-secondary {
    color: #5e502b;
    background: transparent;
    border: 1px solid transparent; }
    .button.secondary:hover, .secondary.auth-button-alt:hover, .auth-button-alt.account-button-secondary:hover, .button.account-button-secondary:hover, .button.secondary:active, .secondary.auth-button-alt:active, .auth-button-alt.account-button-secondary:active, .button.account-button-secondary:active, .button.secondary:focus, .secondary.auth-button-alt:focus, .auth-button-alt.account-button-secondary:focus, .button.account-button-secondary:focus {
      color: #18140b; }
  .button.inverted, .auth-button-alt {
    color: #5e502b;
    background-color: transparent;
    border: 1px solid; }
    .button.inverted:hover, .auth-button-alt:hover, .button.inverted:active, .auth-button-alt:active, .button.inverted:focus, .auth-button-alt:focus {
      color: #582700;
      background-color: transparent; }
  .button.disabled, .disabled.auth-button-alt {
    color: #fff;
    background: #999;
    border-color: transparent;
    cursor: not-allowed; }

.cart-preview-footer .button.secondary, .cart-preview-footer .secondary.auth-button-alt, .cart-preview-footer .auth-button-alt.account-button-secondary, .cart-preview-footer .button.account-button-secondary, .read-more, .checkout-multiple {
  color: #daceae; }
  .cart-preview-footer .button.secondary:hover, .cart-preview-footer .secondary.auth-button-alt:hover, .cart-preview-footer .auth-button-alt.account-button-secondary:hover, .cart-preview-footer .button.account-button-secondary:hover, .read-more:hover, .checkout-multiple:hover, .cart-preview-footer .button.secondary:active, .cart-preview-footer .secondary.auth-button-alt:active, .cart-preview-footer .auth-button-alt.account-button-secondary:active, .cart-preview-footer .button.account-button-secondary:active, .read-more:active, .checkout-multiple:active {
    color: #a48c4b; }
  .cart-preview-footer .button.secondary span, .cart-preview-footer .secondary.auth-button-alt span, .cart-preview-footer .auth-button-alt.account-button-secondary span, .cart-preview-footer .button.account-button-secondary span, .read-more span, .checkout-multiple span {
    position: relative; }
    .cart-preview-footer .button.secondary span:after, .cart-preview-footer .secondary.auth-button-alt span:after, .cart-preview-footer .auth-button-alt.account-button-secondary span:after, .cart-preview-footer .button.account-button-secondary span:after, .read-more span:after, .checkout-multiple span:after {
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #5e502b;
      content: ""; }

.option-unavailable {
  opacity: 0.65; }
  .option-unavailable .form-label-text {
    text-decoration: line-through; }

.form-input {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 8px 16px;
  border-radius: 4px;
  font-family: "Source Sans Pro";
  font-size: 14px;
  line-height: 1.6;
  color: #5a5a5a;
  background: #ffffff;
  border: 1px solid #C8B77C;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-input::placeholder {
    color: #8d8d8d; }
  .form-input:focus {
    outline: none; }
  .form-input[type="file"] {
    line-height: 1; }

.form-inline-message {
  display: block; }
  .form-field-invalid .form-inline-message {
    color: #f00f00; }

.form-select-wrapper {
  position: relative;
  display: block;
  max-width: 280px;
  min-height: 38px;
  padding: 8px 15px;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #C8B77C;
  border-radius: 4px;
  color: #8d8d8d;
  font-family: "Source Sans Pro";
  font-size: 14px;
  line-height: 1.6; }
  .form-select-wrapper:after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 9px;
    height: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%235e502b' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 26' xml:space='preserve'%3E %3Cpath d='M47.2,0.6L24.9,22.3L3,0.6c-0.7-0.7-1.7-0.7-2.4,0s-0.7,1.7,0,2.4l22.5,22.4c0.3,0.3,0.7,0.5,1.1,0.5h1.1 c0.4,0,0.9-0.2,1.2-0.5L49.5,3c0.7-0.7,0.7-1.7,0-2.4C48.9-0.1,47.9-0.1,47.2,0.6z'/%3E %3C/svg%3E ");
    content: "";
    transform: translateY(-50%); }
  .form-select-wrapper.is-focused {
    border-color: #999999; }
  .form-select-wrapper select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    appearance: none; }

.form-selected-text-prefix {
  margin-right: 5px;
  font-weight: bold; }

.form-field {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: "Source Sans Pro"; }

.form-label {
  font-family: "Source Sans Pro"; }

.form-field-title {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500; }

.form-label-text {
  user-select: none; }

.product-option-text {
  user-select: none; }

.form-option-text {
  user-select: none; }

.form-field-product-list .form-field-control,
.form-field-checkbox .form-field-control,
.form-field-radio .form-field-control {
  display: inline-block;
  text-transform: uppercase; }

.form-field-product-list .form-input,
.form-field-checkbox .form-input,
.form-field-radio .form-input {
  display: inline-block;
  width: auto; }

.form-field-product-list .form-radio + .form-label-text:before,
.form-field-product-list .form-checkbox + .form-label-text:before,
.form-field-checkbox .form-radio + .form-label-text:before,
.form-field-checkbox .form-checkbox + .form-label-text:before,
.form-field-radio .form-radio + .form-label-text:before,
.form-field-radio .form-checkbox + .form-label-text:before {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  cursor: pointer; }

.required-text {
  font-size: 0;
  color: #ffffff; }
  .required-text:before {
    margin-left: -2px;
    font-size: 15px;
    font-weight: bold;
    color: #f00f00;
    content: "*"; }

.swatch-value {
  font-weight: normal;
  color: #666666; }
  .swatch-value em {
    font-style: normal; }

.form-field-swatch .swatch-wrap {
  position: relative;
  display: block;
  float: left;
  margin-right: -1px; }
  .form-field-swatch .swatch-wrap .form-label-text {
    display: none; }
  .form-field-swatch .swatch-wrap:hover .swatch-pattern-expanded {
    z-index: 5000;
    width: 100px;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0); }

.form-field-swatch .swatch {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 3px;
  opacity: 0.3; }
  .form-field-swatch .swatch svg {
    width: 28px;
    height: 28px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }

.form-field-swatch .swatch-color {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .form-field-swatch .swatch-color.secondary, .form-field-swatch .swatch-color.account-button-secondary {
    left: 50%; }
  .form-field-swatch .swatch-color.tertiary {
    top: 50%;
    left: 50%; }

.form-field-swatch .swatch-radio {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-swatch .swatch-radio + .swatch {
    border: 1px solid #cccccc; }
  .form-field-swatch .swatch-radio:checked + .swatch {
    opacity: 1; }

.form-field-swatch .swatch-pattern-expanded {
  position: absolute;
  left: calc(100% + 13px);
  top: calc(100% + 5px);
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media only screen and (max-device-width: 768px) {
    .form-field-swatch .swatch-pattern-expanded {
      display: none; } }

.form-field-swatch .swatch-pattern-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.form-field-date {
  max-width: 280px; }
  .form-field-date .form-date-year,
  .form-field-date .form-date-month,
  .form-field-date .form-date-day {
    float: left; }
  .form-field-date .form-date-year {
    width: 38%; }
  .form-field-date .form-date-month {
    width: 31%;
    margin-right: 3%;
    margin-left: 3%; }
  .form-field-date .form-date-day {
    width: 25%; }

.product-event-bounds {
  display: inline-block;
  margin-top: 5px; }

.form-field-rectangle .rectangle {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: -1px; }

.form-field-rectangle .rectangle-text {
  display: block;
  min-width: 40px;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  opacity: 0.3; }

.form-field-rectangle .form-input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-rectangle .form-input:checked + .rectangle-text {
    color: black;
    opacity: 1; }

.form-file {
  min-height: 40px; }

.form-file-types,
.form-file-size {
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px; }

.product-picklist-radio + .product-picklist-item-body:before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  cursor: pointer;
  transform: translateY(-50%); }

.product-picklist-item {
  min-width: 350px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea; }
  @media screen and (max-width: 499px) {
    .product-picklist-item {
      min-width: 0; } }
  .product-picklist-item:first-of-type {
    border-top: 1px solid #eaeaea;
    border-radius: 3px 3px 0 0; }
  .product-picklist-item:last-of-type {
    border-radius: 0 0 3px 3px; }

.product-picklist-item-body {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px 10px 5px;
  cursor: pointer; }

.product-picklist-image-wrap {
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 40px;
  transform: translateY(-50%); }

.product-picklist-image {
  position: absolute;
  top: 50%;
  left: 0;
  max-height: 100%;
  padding: 3px;
  transform: translateY(-50%); }

.product-picklist-label-text {
  display: table-cell;
  padding-left: 90px;
  line-height: 1.4;
  color: inherit;
  vertical-align: middle; }
  .picklist-none .product-picklist-label-text {
    padding-left: 35px; }

.facet-option {
  display: none;
  margin-top: 15px; }
  .facet-option.is-open {
    display: block; }

.facet-filter {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eaeaea; }

.facet-heading {
  font-size: 20px; }

.facet-section-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }

.facet-toggle {
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer; }

.facet-select {
  display: inline-block;
  font-family: "Source Sans Pro";
  font-size: 14px;
  color: #666666; }
  .facet-select:hover, .facet-select:active {
    color: #666666; }

.collection-facet-list-toggle {
  appearance: none;
  padding: 0;
  color: #666666;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: "Source Sans Pro";
  font-size: 14px; }
  .collection-facet-list-toggle .show-less-text {
    display: none; }

.facet-range .form-field {
  float: left;
  width: 30%;
  margin: 0 3% 0 0; }

.facet-range .form-actions {
  display: inline-block;
  width: 30%; }

.facet-range .min-price, .facet-range .max-price {
  width: 100%;
  height: 40px;
  padding: 8px 5px;
  text-align: center; }

.facet-range .button, .facet-range .auth-button-alt {
  display: block;
  width: 100%;
  height: 40px;
  padding: 3px;
  font-size: 12px; }

.facet-rating .product-rating {
  display: inline-block;
  text-indent: 0; }

.facet-rating .rating-stars-readonly {
  vertical-align: top; }

.facet-clear {
  float: right;
  color: #666666; }

/* Tables */
table {
  min-width: 100%;
  color: #262626;
  border-color: #eaeaea; }

th {
  color: #262626 !important;
  background: #ff943f;
  border-left: 1px solid #eaeaea; }
  th:first-child {
    border-left: 0; }

td {
  color: #666666;
  text-align: center; }

table.geotrust-ssl-seal-table {
  min-width: auto;
  margin-top: 35px;
  margin-bottom: 0;
  border: 0; }
  table.geotrust-ssl-seal-table td {
    padding: 0;
    border: 0; }

.tab-content-panel {
  display: none; }
  .tab-content-panel.active {
    display: block; }

.rte {
  font-size: 15px;
  color: #262626; }
  .rte ul,
  .rte ol {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    line-height: 25px; }
  .rte ul {
    list-style: disc; }
  .rte blockquote {
    padding-right: 50px;
    padding-left: 40px;
    margin: 60px 0;
    font-size: 26px;
    line-height: 39px;
    border-left: 2px solid #be5400; }
  .rte pre {
    font-size: 12px; }
  .rte .fluid-width-video-wrapper {
    padding-top: 0 !important;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .rte .fluid-width-video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .rte.blog-content, .rte.page-content, .rte.content-listing {
    font-size: 16px;
    line-height: 31px;
    /*
    &:first-letter {
      float: left;
      padding-top: 5px;
      padding-right: 15px;
      padding-left: 5px;
      font-size: 97px;
      line-height: 73px;
      color: $accent-color;
    }
    */ }
    .rte.blog-content ul,
    .rte.blog-content ol, .rte.page-content ul, .rte.content-listing ul,
    .rte.page-content ol,
    .rte.content-listing ol {
      margin-top: 40px;
      margin-bottom: 40px;
      line-height: 31px; }

.rss-feed-item {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea; }

.alert {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 10002;
  width: 80%;
  max-width: 600px;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  transform: translateX(-50%); }
  .product-alert .alert,
  .account-wrapper .alert,
  .subscribed .alert,
  .shipping-errors .alert {
    position: static;
    width: 100%;
    transform: translate(0); }

.alert-dismiss {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  color: #737373;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%); }

.alert-dismiss + .alert-message {
  margin-right: 25px; }

.amp-product-options .form-field-quantity-control {
  position: relative;
  display: block; }
  .amp-product-options .form-field-quantity-control .form-input {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center; }
  .amp-product-options .form-field-quantity-control .quantity-control-action {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer; }
    .amp-product-options .form-field-quantity-control .quantity-control-action:hover {
      color: #be5400; }
  .amp-product-options .form-field-quantity-control .quantity-decrement {
    left: 8px; }
  .amp-product-options .form-field-quantity-control .quantity-increment {
    right: 8px; }

.amp-product-options .button-progress .complete-text {
  top: calc(50% - 10px); }

.banners {
  padding: 0 40px;
  background: #f1eada; }
  .banners .rte {
    font-family: "Source Sans Pro";
    color: #201f1d; }
    .banners .rte p:first-of-type {
      margin-top: 0; }
    .banners .rte p:last-of-type {
      margin-bottom: 0; }

.banner {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea; }
  .banner:last-child {
    border-bottom: 0; }

.breadcrumb-container {
  margin: 40px 10px;
  font-family: "Source Sans Pro";
  font-weight: normal;
  line-height: 2;
  text-align: center; }
  @media screen and (max-width: 499px) {
    .breadcrumb-container {
      padding-top: 20px;
      padding-bottom: 20px;
      margin: 0; } }

.breadcrumb-item {
  display: inline-block;
  font-size: 13.5px; }
  @media screen and (max-width: 499px) {
    .breadcrumb-item {
      font-size: 16px; } }
  .breadcrumb-item:not(:last-child):after {
    display: inline-block;
    width: 5px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%235e502b' viewBox='0 0 26 50' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'%3E %3Cpath d='M0.6 47.1l21.7-22.3L0.6 2.9c-0.7-0.7-0.7-1.7 0-2.4 0.7-0.7 1.7-0.7 2.4 0L25.4 23c0.3 0.3 0.5 0.7 0.5 1.1l0 1.1c0 0.4-0.2 0.9-0.5 1.2L3 49.5c-0.7 0.7-1.7 0.7-2.4 0C-0.1 48.8-0.1 47.8 0.6 47.1z'/%3E %3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    content: ""; }

.breadcrumb-link {
  padding: 12px;
  color: #5e502b; }
  .breadcrumb-link:hover, .breadcrumb-link:active {
    color: #cab98b; }

.breadcrumb-label {
  padding: 12px;
  color: #daceae; }

.cart-preview-wrap {
  position: absolute;
  top: 46px;
  right: 0;
  display: none;
  width: 430px;
  padding: 30px 35px;
  background-color: #ffffff;
  border: 1px solid #eaeaea; }
  @media screen and (min-width: 1650px) {
    .main-header:not(.shopping-tools-top) .cart-preview-wrap {
      top: 74px; } }
  .no-split-menu.logo-right .cart-preview-wrap {
    right: auto;
    left: -60px; }
  .cart-preview-wrap:before {
    position: absolute;
    top: -3px;
    right: 65%;
    display: none;
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    content: "";
    transform: rotate(45deg) translateX(-50%); }
  .cart-preview-wrap.animating, .cart-preview-wrap.visible {
    display: block; }
    @media screen and (max-width: 759px) {
      .cart-preview-wrap.animating, .cart-preview-wrap.visible {
        display: none; } }

.cart-preview-title {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }

.cart-preview-list {
  height: auto;
  max-height: 355px;
  overflow-y: auto; }

.cart-preview-list-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }
  .cart-preview-list-item:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.cart-preview-list-item-remove {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  background-color: #5e502b;
  border-radius: 50%; }
  .cart-preview-list-item-remove:hover, .cart-preview-list-item-remove:active {
    color: #cccccc; }

.cart-preview-list-item-image-wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .cart-preview-list-item-image-wrap:last-child {
    margin-right: 0; }

.cart-preview-list-item-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .cart-preview-list-item-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    .cart-preview-list-item-image a img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: relative;
      display: block;
      height: 100%;
      max-width: none; }

.cart-preview-list-item-details {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  padding-left: 20px;
  font-weight: normal;
  text-transform: none; }
  .cart-preview-list-item-details:last-child {
    margin-right: 0; }

.cart-preview-list-item-brand {
  margin-bottom: 7px;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }

.cart-preview-list-item-name {
  margin-bottom: 5px;
  font-family: "Source Sans Pro";
  font-size: 18px;
  line-height: 1.3em; }
  .cart-preview-list-item-name > a {
    color: #5e502b; }
    .cart-preview-list-item-name > a:hover, .cart-preview-list-item-name > a:active {
      color: #cab98b; }

.cart-preview-list-options {
  color: #daceae; }

.cart-preview-list-item-price {
  font-family: "Source Sans Pro";
  font-size: 18px;
  line-height: 15px;
  color: #daceae; }
  .cart-preview-list-item-price .multiplier {
    font-family: "Source Sans Pro";
    font-weight: bold; }

.cart-preview-footer .button, .cart-preview-footer .auth-button-alt {
  display: inline-block;
  width: 49%;
  padding-right: 0;
  padding-left: 0;
  float: right; }

.cart-preview-footer .button.secondary, .cart-preview-footer .secondary.auth-button-alt, .cart-preview-footer .auth-button-alt.account-button-secondary, .cart-preview-footer .button.account-button-secondary {
  float: left; }

.cart-preview-taxes,
.cart-preview-discount {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eaeaea; }

.cart-preview-pricing {
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }

.cart-preview-total-price {
  font-family: "Source Sans Pro";
  font-size: 21px;
  font-weight: normal;
  text-align: right;
  text-transform: none; }

.cart-preview-empty {
  padding: 40px;
  font-size: 15px;
  line-height: 15px;
  text-align: center; }

footer[style] {
  margin-top: 0 !important; }

.site-footer-wrap {
  background-color: #FFF9F2;
  background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/botanical.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain; }
  .site-footer-wrap a.logo img {
    max-width: 180px; }

.site-footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  padding-bottom: 75px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  color: rgba(94, 80, 43, 0.78); }
  .site-footer::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1239px) {
    .site-footer {
      padding-left: 90px;
      padding-right: 90px; } }
  @media screen and (max-width: 499px) {
    .site-footer {
      padding-left: 35px;
      padding-right: 35px; } }
  .site-footer a {
    color: rgba(94, 80, 43, 0.7); }
    .site-footer a:hover, .site-footer a:active {
      color: #5e502b; }

@media screen and (max-width: 1239px) {
  .site-footer-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 60px; }
    .site-footer-item:last-child {
      margin-right: 0; }
    .main-footer:not(.footer-has-brands) .site-footer-item:nth-child(3n) {
      margin-right: 0; }
    .main-footer:not(.footer-has-brands) .site-footer-item:nth-child(3n+1) {
      clear: left; }
    .footer-has-brands .site-footer-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .footer-has-brands .site-footer-item:last-child {
        margin-right: 0; }
      .footer-has-brands .site-footer-item:nth-child(4n) {
        margin-right: 0; }
      .footer-has-brands .site-footer-item:nth-child(4n+1) {
        clear: left; }
    .site-footer-item.site-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 60px; }
      .site-footer-item.site-info:last-child {
        margin-right: 0; } }

@media screen and (max-width: 759px) {
  .site-footer-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 60px; }
    .site-footer-item:last-child {
      margin-right: 0; }
    .footer-has-brands .site-footer-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 60px; }
      .footer-has-brands .site-footer-item:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1240px) {
  .site-footer-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 100px; }
    .site-footer-item:last-child {
      margin-right: 0; }
    .main-footer:not(.footer-has-brands) .site-footer-item:nth-child(4n) {
      margin-right: 0; }
    .main-footer:not(.footer-has-brands) .site-footer-item:nth-child(4n+1) {
      clear: left; }
    .footer-has-brands .site-footer-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 18.11388%; }
      .footer-has-brands .site-footer-item:last-child {
        margin-right: 0; }
      .footer-has-brands .site-footer-item:nth-child(5n) {
        margin-right: 0; }
      .footer-has-brands .site-footer-item:nth-child(5n+1) {
        clear: left; } }

@media screen and (max-width: 1239px) {
  .footer-branding {
    display: none !important; } }

.footer-branding > .logo {
  display: inline-block;
  max-width: 160px; }

.footer-branding > .text {
  margin: 0;
  font-size: 24px; }

.site-page-nav {
  margin-top: 1.5rem; }

@media screen and (min-width: 768px) {
  .social-icon-nav {
    float: right;
    text-align: right; } }

@media screen and (min-width: 768px) {
  .site-footer-item.footer-branding {
    width: 20%; } }

.social-icon-list {
  margin-top: 10px; }

.site-footer-nav-item {
  margin-bottom: 20px; }
  .site-footer-nav-item a {
    color: #5E502B;
    font-weight: 500;
    text-transform: none; }

@media screen and (max-width: 1239px) {
  .social-icon-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .social-icon-nav:last-child {
      margin-right: 0; } }

.social-icon-nav .social-link svg {
  width: 24px;
  height: 24px; }

.social-icon-nav .social-link:last-of-type {
  margin-right: 0; }

.connect-label {
  margin-bottom: 20px; }

.footer-trademark {
  font-family: "Source Sans Pro";
  text-transform: none;
  opacity: 0.5; }

.site-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 0;
  text-align: right; }
  .site-info:last-child {
    margin-right: 0; }
  @media screen and (max-width: 759px) {
    .site-info {
      text-align: left; } }

.payment-type {
  display: inline-block;
  height: 20px;
  margin-right: 20px; }
  .payment-type:last-of-type {
    margin-right: 0; }
  .payment-type svg {
    width: auto;
    height: 20px; }
  .payment-type path {
    fill: rgba(94, 80, 43, 0.78); }

.footer-copyright {
  display: block; }

.giftwrap-modal {
  max-width: 600px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .modal-wrapper.loaded .giftwrap-modal {
    opacity: 1; }
  .giftwrap-modal .hidden {
    display: none;
    visibility: none; }

.giftwrap-single .form-label,
.giftwrap-multiple .form-label {
  display: block; }
  .giftwrap-single .form-label::after,
  .giftwrap-multiple .form-label::after {
    clear: both;
    content: "";
    display: block; }

@media screen and (min-width: 760px) {
  .giftwrap-single .form-field-title,
  .giftwrap-multiple .form-field-title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .giftwrap-single .form-field-title:last-child,
    .giftwrap-multiple .form-field-title:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1240px) {
  .giftwrap-single .form-field-title,
  .giftwrap-multiple .form-field-title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .giftwrap-single .form-field-title:last-child,
    .giftwrap-multiple .form-field-title:last-child {
      margin-right: 0; } }

.giftwrap-single .form-field-control,
.giftwrap-multiple .form-field-control {
  margin-right: 0; }
  @media screen and (min-width: 760px) {
    .giftwrap-single .form-field-control,
    .giftwrap-multiple .form-field-control {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .giftwrap-single .form-field-control:last-child,
      .giftwrap-multiple .form-field-control:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1240px) {
    .giftwrap-single .form-field-control,
    .giftwrap-multiple .form-field-control {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%; }
      .giftwrap-single .form-field-control:last-child,
      .giftwrap-multiple .form-field-control:last-child {
        margin-right: 0; } }

.giftwrap-single .form-select-wrapper,
.giftwrap-single .form-input,
.giftwrap-multiple .form-select-wrapper,
.giftwrap-multiple .form-input {
  max-width: 400px; }

.giftwrap-form .form-label-text {
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-weight: bold;
  text-transform: none; }

.giftwrap-form .form-actions {
  margin-top: 20px; }

.giftwrap-meta {
  display: block;
  margin-top: 5px;
  color: #666666; }

.main-header {
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 18px;
  margin-bottom: .15rem;
  color: #5e502b;
  background-color: #ffffff; }
  .main-header .main-menu {
    font-weight: 600 !important; }
  @media screen and (max-width: 759px) {
    .main-header {
      height: 90px; } }
  @media screen and (min-width: 760px) {
    .main-header {
      font-weight: 500; }
      .main-header.no-split-menu {
        height: 230px; } }
  @media screen and (min-width: 1650px) {
    .main-header:not(.shopping-tools-top).split-menu {
      padding: 15px 0; }
    .main-header.no-split-menu {
      padding-top: 0;
      padding-bottom: 0; } }

@media screen and (min-width: 760px) {
  .primary-navigation {
    position: relative;
    top: auto !important;
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
    height: 75px;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .no-split-menu .primary-navigation {
      margin-top: 56px; } }

@media screen and (min-width: 1650px) {
  .main-header:not(.shopping-tools-top).split-menu .primary-navigation {
    top: 0; } }

@media screen and (max-width: 759px) {
  .header-tools {
    position: absolute;
    top: 35px;
    right: 28px; } }

@media screen and (min-width: 760px) {
  .header-tools {
    border-bottom: 1px #E6E6E6 solid;
    position: relative;
    width: 100%;
    display: inline-flex;
    padding-bottom: .59rem;
    height: auto !important;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #eaeaea;
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
    height: 56px; }
    .no-split-menu .header-tools {
      height: 115px;
      font-size: 15px; } }

@media screen and (min-width: 1650px) {
  .main-header:not(.shopping-tools-top).split-menu .header-tools {
    height: auto;
    border-bottom: 1px solid #eaeaea; } }

@media screen and (max-width: 759px) {
  .main-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    min-width: 300px;
    padding: 60px 40px 40px;
    overflow-y: scroll;
    font-size: 1.4rem;
    text-align: center;
    background-color: #5E502B; }
    .main-menu a {
      color: white; }
    .main-menu.animating, .main-menu.visible {
      display: block; }
    .main-menu.animating {
      opacity: 0;
      transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .main-menu.visible {
      opacity: 1; } }

@media screen and (min-width: 760px) {
  .main-menu {
    position: relative;
    top: 50%;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    transform: translateY(-50%); }
    .split-menu .main-menu {
      max-width: 850px; } }

.nav-menu-toggle {
  display: none; }
  @media screen and (max-width: 759px) {
    .nav-menu-toggle {
      position: absolute;
      top: 50%;
      left: 40px;
      z-index: 10001;
      display: inline-block;
      width: 24px;
      height: 20px;
      padding: 0;
      background-color: transparent;
      border: 0;
      transform: translateY(-50%);
      color: #5e502b; }
      .nav-menu-toggle:focus {
        outline: none; }
      .nav-menu-toggle .text {
        position: absolute;
        top: 50%;
        left: 35px;
        text-transform: uppercase;
        transform: translateY(-50%); }
      .nav-menu-toggle .icon,
      .nav-menu-toggle .icon:before,
      .nav-menu-toggle .icon:after {
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        background-color: #5e502b;
        border-radius: 9999px;
        content: ""; }
      .nav-menu-toggle .icon {
        top: 50%;
        font-size: 0;
        text-indent: -9999px;
        transform: translateY(-50%); }
      .nav-menu-toggle .icon:before {
        top: -8px;
        transition-property: top, transform; }
      .nav-menu-toggle .icon:after {
        bottom: -8px;
        transition-property: bottom, transform; }
      .nav-menu-toggle .icon:before,
      .nav-menu-toggle .icon:after {
        transition-delay: 0.25s, 0s;
        transition-duration: 0.25s, 0.25s; }
      .nav-menu-toggle.active .icon {
        background-color: transparent; }
      .nav-menu-toggle.active .icon:before,
      .nav-menu-toggle.active .icon:after {
        background-color: white;
        transition-delay: 0s, 0.3s; }
      .nav-menu-toggle.active .icon:before {
        top: 0;
        transform: rotate(45deg); }
      .nav-menu-toggle.active .icon:after {
        bottom: 0;
        transform: rotate(-45deg); } }
  @media screen and (max-width: 499px) {
    .nav-menu-toggle {
      left: 25px; }
      .nav-menu-toggle .text {
        display: none; } }

.nav-menu-toggle:hover:not(.active) {
  color: #cab98b; }
  .nav-menu-toggle:hover:not(.active) .icon,
  .nav-menu-toggle:hover:not(.active) .icon:before,
  .nav-menu-toggle:hover:not(.active) .icon:after {
    background-color: #cab98b; }
  .nav-menu-toggle:hover:not(.active).active .icon {
    background-color: transparent; }

.currency-selector-wrapper {
  position: relative; }
  @media screen and (max-width: 759px) {
    .currency-selector-wrapper {
      position: absolute;
      top: 20px;
      left: 50%;
      z-index: 10001;
      display: block;
      max-width: 250px;
      font-size: 17px;
      color: white;
      transform: translateX(-50%); }
      .header-tools .currency-selector-wrapper {
        display: none; } }
  @media screen and (max-width: 839) and (min-width: 760) {
    .logo-left.no-split-menu .currency-selector-wrapper {
      left: 5px; } }
  @media screen and (min-width: 760px) {
    .currency-selector-wrapper {
      position: absolute;
      top: 50%;
      left: 40px;
      transform: translateY(-50%); }
      .main-menu .currency-selector-wrapper {
        display: none; }
      .no-split-menu.logo-left .currency-selector-wrapper,
      .no-split-menu.logo-right .currency-selector-wrapper {
        position: static;
        display: inline;
        margin-right: 20px; }
        .no-split-menu.logo-left .currency-selector-wrapper .currency-selector,
        .no-split-menu.logo-right .currency-selector-wrapper .currency-selector {
          max-width: 60px; } }
  @media screen and (min-width: 1650px) {
    .split-menu.logo-left .currency-selector-wrapper {
      left: 220px; } }

.currency-selector-label > span {
  position: relative;
  display: inline-block;
  padding-right: 14px;
  color: #5e502b; }
  .currency-selector-wrapper:hover .currency-selector-label > span {
    color: #cab98b; }
  .currency-selector-label > span svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .currency-selector-label > span polygon {
    fill: #daceae; }

.currency-selector {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  appearance: none; }
  @media screen and (max-width: 759px) {
    .main-menu .currency-selector {
      font-size: 17px; } }

.shopping-tools {
  right: 40px;
  z-index: 1001;
  font-size: .85rem;
  text-transform: uppercase;
  text-align: right;
  padding-right: 1rem;
  padding-top: .65rem; }
  @media screen and (min-width: 1650px) {
    .logo-right .shopping-tools {
      right: 215px; } }
  .shopping-tools .search-toggle {
    display: none; }
  @media screen and (min-width: 760px) {
    .shopping-tools {
      display: none; }
      .shopping-tools.animating, .shopping-tools.visible {
        display: block; }
      .shopping-tools.animating {
        opacity: 0;
        transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .logo-right.no-split-menu .shopping-tools {
        right: auto;
        left: 40px; } }
  @media screen and (max-width: 839px) and (min-width: 760px) {
    .logo-center.no-split-menu .shopping-tools {
      right: 5px; } }
  @media screen and (max-width: 499px) {
    .shopping-tools {
      right: 25px; } }

.account-links {
  position: relative; }
  @media screen and (max-width: 759px) {
    .account-links {
      display: none; }
      .main-menu .account-links {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 1px solid white;
        border-bottom: 1px solid white; } }
  @media screen and (min-width: 760px) {
    .main-menu .account-links {
      display: none; }
    .account-links:before {
      position: absolute;
      top: -5px;
      left: 0;
      display: inline-block;
      width: 1px;
      height: 30px;
      background-color: #eaeaea;
      content: ""; }
    .account-links > a {
      color: #5e502b; }
      .account-links > a:hover, .account-links > a:active {
        color: #cab98b; }
    .account-links > a:first-of-type {
      margin-left: 20px; }
      .no-split-menu .account-links > a:first-of-type {
        margin-left: 10px; }
    .account-links > a:last-of-type {
      margin-right: 43px; }
      .no-split-menu .account-links > a:last-of-type {
        margin-right: 30px; } }
  @media screen and (min-width: 1650px) {
    .main-header:not(.shopping-tools-top) .account-links:before {
      top: -14px;
      height: 47px; } }
  .account-links .account-link-separator {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    color: white; }

.shopping-links {
  color: #5e502b;
  cursor: pointer;
  user-select: none; }
  .shopping-links:hover, .shopping-links:active {
    color: #cab98b; }
  @media screen and (min-width: 760px) {
    .shopping-links {
      margin-right: 20px; }
      .no-split-menu .shopping-links {
        margin-right: 10px; } }

.cart-sidebar-toggle {
  cursor: pointer; }

.cart-quantity {
  padding: 3px 10px;
  margin-right: 11px;
  font-weight: normal;
  color: white;
  background-color: #5e502b;
  border-radius: 9999em; }
  @media screen and (max-width: 499px) {
    .cart-quantity {
      margin-right: 0; } }
  [data-cart-count="0"] .cart-quantity {
    display: none; }

@media screen and (max-width: 499px) {
  .cart-label {
    display: none; } }

.search-toggle {
  display: none; }
  @media screen and (min-width: 760px) {
    .search-toggle {
      position: relative;
      display: inline-block;
      width: 17px;
      height: 20px;
      text-indent: -999em;
      vertical-align: middle;
      cursor: pointer; } }

.search-form-wrapper .search-input {
  padding: 10px 20px;
  font-size: 18px;
  font-family: "Source Sans Pro";
  color: white;
  text-align: center;
  overflow: hidden; }
  .search-form-wrapper .search-input:focus {
    outline: none; }
    .search-form-wrapper .search-input:focus::placeholder {
      color: #be5400; }
  .search-form-wrapper .search-input::placeholder {
    text-transform: uppercase; }

@media screen and (max-width: 759px) {
  .search-form-wrapper {
    display: none; }
    .mobile-search .search-form-wrapper {
      display: block; }
    .search-form-wrapper .search-form {
      max-width: 250px;
      margin-right: auto;
      margin-bottom: 15px;
      margin-left: auto; }
    .search-form-wrapper .search-input {
      display: static;
      width: 100%;
      background-color: transparent;
      border: 2px solid white;
      border-radius: 7.5px; }
    .search-form-wrapper .search-close {
      display: none; } }

@media screen and (min-width: 760px) {
  .search-form-wrapper {
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 1002;
    display: none;
    height: 55px;
    margin-top: -56px; }
    .no-split-menu.logo-right .search-form-wrapper:not(.account-links-enabled) {
      right: auto; }
      .no-split-menu.logo-right .search-form-wrapper:not(.account-links-enabled) .search-input {
        float: right;
        margin-left: 20px; }
      .no-split-menu.logo-right .search-form-wrapper:not(.account-links-enabled) .search-close {
        position: relative;
        top: 6px; }
    .no-split-menu .search-form-wrapper {
      top: 28px; }
    .mobile-search .search-form-wrapper {
      display: none !important; }
    .search-form-wrapper .search-input {
      height: 56px;
      font-weight: normal;
      color: #5e502b;
      text-align: left;
      border: 1px solid #eaeaea;
      border-top: 0; }
    .search-form-wrapper .search-close {
      margin-left: 10px;
      font-size: 24px;
      cursor: pointer; }
      .search-form-wrapper .search-close:hover {
        color: #cab98b; }
    .search-form-wrapper.animating, .search-form-wrapper.visible {
      display: block; }
    .search-form-wrapper.animating {
      opacity: 0;
      transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); } }

@media screen and (min-width: 1650px) {
  .search-form-wrapper {
    top: 50%;
    transform: translateY(-50%); }
    .main-header:not(.shopping-tools-top).split-menu .search-form-wrapper {
      margin-top: 0; }
    .logo-right .search-form-wrapper {
      margin-right: 175px; }
    .no-split-menu .search-form-wrapper {
      top: 0; } }

.header-tools.rca-navUser9 {
  background: #002c33;
  padding: 0 !important;
  height: 40px !important;
  line-height: 40px; }

.header-tools.rca-navUser9 .shopping-tools9 {
  color: #fff;
  width: 100% !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  right: 0; }

a.claim_text9 {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-decoration: underline; }

a.shopping-links.cart-preview-trigger9 {
  color: #fff; }

span.account-links a9 {
  color: #fff; }

ul.header-callout li {
  display: inline;
  font-size: 23px;
  font-weight: bolder;
  line-height: 90px;
  position: relative;
  padding: 0 50px;
  color: #002c33; }

ul.header-callout li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%); }

ul.header-callout {
  text-align: center;
  background: hwb(0deg 100% 0%/50%);
  border-radius: 0 0 50px 50px;
  box-shadow: 2px 10px 10px #00000052; }

div[data-content-region="header_bottom--global"] {
  display: none; }

.header_bottom_global {
  position: absolute;
  left: 0;
  top: 117px;
  width: 100%;
  z-index: 9;
  padding: 0 40px; }

.search-toggle svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #5e502b; }
  .search-toggle svg:hover {
    fill: #cab98b; }

.carousel-navigation-item svg {
  width: 30px;
  height: 50px;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  fill: rgba(255, 255, 255, 0.5); }
  .carousel-navigation-item svg:hover {
    fill: white; }
  @media screen and (max-width: 499px) {
    .carousel-navigation-item svg {
      width: 20px;
      height: 40px; } }

.form-field-product-list .form-radio + .form-label-text:before,
.form-field-product-list .form-checkbox + .form-label-text:before,
.form-field-checkbox .form-radio + .form-label-text:before,
.form-field-checkbox .form-checkbox + .form-label-text:before,
.form-field-radio .form-radio + .form-label-text:before,
.form-field-radio .form-checkbox + .form-label-text:before, .product-picklist-radio + .product-picklist-item-body:before, .facet-select:before, .account-create-form .form-radio + .form-label-text:before,
.account-create-form .form-checkbox + .form-label-text:before,
.gift-content .form-radio + .form-label-text:before,
.gift-content .form-checkbox + .form-label-text:before,
.shipping-quotes .form-radio + .form-label-text:before,
.shipping-quotes .form-checkbox + .form-label-text:before,
.form-field-product-list .form-radio:checked + .form-label-text:before,
.form-field-product-list .form-checkbox:checked + .form-label-text:before,
.form-field-checkbox .form-radio:checked + .form-label-text:before,
.form-field-checkbox .form-checkbox:checked + .form-label-text:before,
.form-field-radio .form-radio:checked + .form-label-text:before,
.form-field-radio .form-checkbox:checked + .form-label-text:before,
.product-picklist-radio:checked + .product-picklist-item-body:before,
.facet-select.checked:before,
.account-create-form .form-radio:checked + .form-label-text:before,
.account-create-form .form-checkbox:checked + .form-label-text:before,
.gift-content .form-radio:checked + .form-label-text:before,
.gift-content .form-checkbox:checked + .form-label-text:before,
.shipping-quotes .form-radio:checked + .form-label-text:before,
.shipping-quotes .form-checkbox:checked + .form-label-text:before {
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-right: 5px;
  content: ""; }

.form-field-product-list .form-radio + .form-label-text:before,
.form-field-product-list .form-checkbox + .form-label-text:before,
.form-field-checkbox .form-radio + .form-label-text:before,
.form-field-checkbox .form-checkbox + .form-label-text:before,
.form-field-radio .form-radio + .form-label-text:before,
.form-field-radio .form-checkbox + .form-label-text:before, .product-picklist-radio + .product-picklist-item-body:before, .facet-select:before, .account-create-form .form-radio + .form-label-text:before,
.account-create-form .form-checkbox + .form-label-text:before,
.gift-content .form-radio + .form-label-text:before,
.gift-content .form-checkbox + .form-label-text:before,
.shipping-quotes .form-radio + .form-label-text:before,
.shipping-quotes .form-checkbox + .form-label-text:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 11 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'%3E %3Cpath fill='%23666666' d='M7.6,2.4V9H1V2.4H7.6 M8.6,1.4H0V10h8.6V1.4L8.6,1.4z'/%3E %3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px 11px; }


.form-field-product-list .form-radio:checked + .form-label-text:before,
.form-field-product-list .form-checkbox:checked + .form-label-text:before,
.form-field-checkbox .form-radio:checked + .form-label-text:before,
.form-field-checkbox .form-checkbox:checked + .form-label-text:before,
.form-field-radio .form-radio:checked + .form-label-text:before,
.form-field-radio .form-checkbox:checked + .form-label-text:before,
.product-picklist-radio:checked + .product-picklist-item-body:before,
.facet-select.checked:before,
.account-create-form .form-radio:checked + .form-label-text:before,
.account-create-form .form-checkbox:checked + .form-label-text:before,
.gift-content .form-radio:checked + .form-label-text:before,
.gift-content .form-checkbox:checked + .form-label-text:before,
.shipping-quotes .form-radio:checked + .form-label-text:before,
.shipping-quotes .form-checkbox:checked + .form-label-text:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 11 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'%3E %3Cpath fill='%23666666' d='M10.9,1.3L9.8,0.1L8.5,1.4H0V10h8.6V3.6L10.9,1.3z M7.6,9H1V2.4h6.5L4.3,5.6l-2-2L1.2,4.8l3.1,3.1l3.3-3.3V9 z'/%3E %3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px 11px; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='50' height='50' fill='%235e502b'%3E %3Cpath opacity='.25' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'/%3E %3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z'%3E %3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite' /%3E %3C/path%3E %3C/svg%3E ");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7; }
  .loading.visible {
    display: block; }
  .product-details .loading,
  .sidebar .loading {
    position: absolute;
    background-color: #fff9f2; }
  .quick-shop-modal .loading,
  .cart-preview-wrap .loading {
    position: absolute;
    background-color: #ffffff; }
  .lt-ie9 .loading {
    display: none; }

@media screen and (min-width: 760px) {
  .expanded-nav .nav-menu .nav-menu-item.has-shop-link {
    position: static; }
    .expanded-nav .nav-menu .nav-menu-item.has-shop-link .nav-submenu-item .nav-submenu {
      margin-left: 8px; }
    .expanded-nav .nav-menu .nav-menu-item.has-shop-link .nav-overflow {
      width: 100%;
      overflow: auto; }
      .expanded-nav .nav-menu .nav-menu-item.has-shop-link .nav-overflow > ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-around; }
    .expanded-nav .nav-menu .nav-menu-item.has-shop-link > .nav-submenu {
      display: none;
      margin-left: 0;
      padding-top: 40px;
      min-height: 0;
      min-width: 760px;
      width: 100%; }
      .expanded-nav .nav-menu .nav-menu-item.has-shop-link > .nav-submenu:after {
        content: "";
        flex: auto; }
      .expanded-nav .nav-menu .nav-menu-item.has-shop-link > .nav-submenu > .nav-submenu-item {
        width: 33.3%;
        padding-right: 20px;
        padding-left: 20px; }
        .expanded-nav .nav-menu .nav-menu-item.has-shop-link > .nav-submenu > .nav-submenu-item > .nav-submenu {
          margin-bottom: 30px; } }
    @media screen and (min-width: 760px) and (min-width: 1240px) {
      .expanded-nav .nav-menu .nav-menu-item.has-shop-link > .nav-submenu {
        min-width: 1240px; }
        .expanded-nav .nav-menu .nav-menu-item.has-shop-link > .nav-submenu > .nav-overflow > .nav-submenu-item {
          width: 20%; } }
    @media screen and (min-width: 760px) and (min-width: 1650px) {
      .expanded-nav .nav-menu .nav-menu-item.has-shop-link > .nav-submenu {
        min-width: 1650px; }
        .expanded-nav .nav-menu .nav-menu-item.has-shop-link > .nav-submenu > .nav-overflow > .nav-submenu-item {
          width: 16.6%; } }

@media screen and (min-width: 760px) {
      .expanded-nav .nav-menu .nav-menu-item.has-shop-link > .nav-submenu.visible {
        display: flex; } }

.logo-right.split-menu .main-menu,
.logo-left.split-menu .main-menu {
  max-width: none; }

.nav-menu {
  position: relative;
  list-style-type: none; }
  @media screen and (min-width: 760px) {
    .logo-right.split-menu .nav-menu {
      padding-left: 40px;
      text-align: left; }
    .logo-left.split-menu .nav-menu {
      padding-right: 40px;
      text-align: right; }
    .nav-menu .nav-menu-item {
      display: inline-block;
      margin-right: 10px;
      margin-left: 10px; }
      .logo-center.split-menu .nav-menu .nav-menu-item {
        width: 9%; }
      .nav-menu .nav-menu-item > a {
        overflow: visible; }
      .nav-menu .nav-menu-item a {
        color: #5e502b; }
        .nav-menu .nav-menu-item a:hover, .nav-menu .nav-menu-item a:active {
          color: #cab98b; }
      .nav-menu .nav-menu-item:first-child {
        margin-left: 0; }
      .split-menu.logo-center .nav-menu .nav-menu-item:nth-child(2) {
        margin-right: 140px; }
      .split-menu.logo-center .nav-menu .nav-menu-item:nth-child(3) {
        margin-left: 140px; }
      .split-menu .nav-menu .nav-menu-item:nth-child(4) {
        margin-right: 0; }
      .nav-menu .nav-menu-item.has-dropdown {
        position: relative; }
        .nav-menu .nav-menu-item.has-dropdown a {
          position: relative;
          display: inline-block; }
        .nav-menu .nav-menu-item.has-dropdown.more {
          display: none; } }
  @media screen and (min-width: 1240px) {
    .logo-center.split-menu .nav-menu .nav-menu-item {
      width: 15%; } }

.nav-menu-item > .nav-submenu {
  display: none; }
  .nav-menu-item > .nav-submenu.animating, .nav-menu-item > .nav-submenu.visible {
    display: block; }
  .nav-menu-item > .nav-submenu.more {
    display: none; }
  @media screen and (max-width: 759px) {
    .nav-menu-item > .nav-submenu {
      position: relative;
      padding-top: 20px;
      padding-bottom: 10px;
      margin: 15px 40px;
      font-size: 20px;
      border-top: 1px solid white;
      border-bottom: 1px solid white; }
      .nav-menu-item > .nav-submenu:before {
        position: absolute;
        top: -10px;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        border-left: 10px solid transparent;
        content: "";
        transform: translateX(-50%); } }
  @media screen and (min-width: 760px) {
    .nav-menu-item > .nav-submenu {
      position: absolute;
      top: 75px;
      left: 50%;
      z-index: 1000;
      min-width: 230px;
      padding: 30px 30px 25px;
      font-size: 14px;
      text-align: left;
      background-color: white;
      border: 1px solid #eaeaea;
      transform: translateX(-50%);
      visibility: hidden; }
      .nav-menu-item > .nav-submenu > .nav-submenu-arrow {
        position: absolute;
        top: -4px;
        left: 50%;
        display: block;
        width: 20px;
        height: 20px;
        background-color: white;
        border-top: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
        content: "";
        transform: rotate(45deg) translateX(-50%); } }

[data-shop-link] + .nav-submenu > .nav-submenu-arrow {
  position: absolute;
  top: -4px;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background-color: white;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  content: "";
  transform: rotate(45deg) translateX(-50%); }

@media screen and (min-width: 760px) {
  [data-shop-link] + .nav-submenu .expanded-nav .has-shop-link > .nav-submenu::before {
    display: none; } }

@media screen and (max-width: 759px) {
  [data-shop-link] + .nav-submenu > .nav-submenu-arrow {
    display: none; }
  [data-shop-link] + .nav-submenu:before {
    position: absolute;
    top: -10px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    content: "";
    transform: translateX(-50%); } }

.nav-submenu-item .nav-arrow-icon {
  display: none; }

@media screen and (min-width: 760px) {
  .nav-submenu-item {
    margin-bottom: 10px; }
    .nav-submenu-item:last-of-type {
      margin-bottom: 0; }
    .nav-submenu-item > a {
      display: block; } }

.nav-submenu-item .nav-submenu {
  font-size: 16px;
  text-transform: none; }
  @media screen and (max-width: 759px) {
    .nav-submenu-item .nav-submenu {
      margin-top: 5px;
      margin-bottom: 5px; } }
  @media screen and (min-width: 760px) {
    .nav-submenu-item .nav-submenu {
      margin-top: 10px;
      margin-bottom: 0;
      margin-left: 20px;
      font-size: 14px; }
      .nav-submenu-item .nav-submenu > li {
        margin-bottom: 10px;
        line-height: 1.4; }
        .nav-submenu-item .nav-submenu > li:last-of-type {
          margin-bottom: 0; } }
  .nav-submenu-item .nav-submenu .nav-submenu-item {
    font-weight: 300; }

.branding {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 5;
  width: 200px;
  text-align: center;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 759px) {
    .branding {
      top: 50%; } }
  .branding > .logo {
    display: inline-block; }
    .branding > .logo > img {
      width: 100%;
      vertical-align: text-bottom; }
  .branding > .text {
    margin: 0;
    font-size: 24px; }
    .branding > .text > a {
      display: block; }
  @media screen and (min-width: 760px) {
    .logo-left .branding {
      left: 20px;
      transform: translateY(-50%); }
    .no-split-menu.logo-left .branding {
      left: 40px;
      text-align: left; }
    .logo-right .branding {
      right: 20px;
      left: auto;
      transform: translateY(-50%); }
    .no-split-menu.logo-right .branding {
      right: 40px;
      text-align: right; } }

.js .nav-menu {
  visibility: hidden; }
  .js .nav-menu.show-menu {
    visibility: visible; }

.nav-arrow-icon {
  position: relative;
  width: 6px;
  margin-top: 1px;
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer; }
  .nav-arrow-icon:after {
    display: inline-block;
    margin-bottom: 5px;
    border-top: 6px solid #5e502b;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: ""; }
    @media screen and (max-width: 759px) {
      .nav-arrow-icon:after {
        margin-bottom: 10px;
        border-top-color: #ffffff; } }
  .nav-arrow-icon:hover:after {
    border-top-color: #cab98b; }

@media screen and (max-width: 759px) {
  .visible + .nav-arrow-icon {
    display: none; } }

@media screen and (min-width: 760px) {
  .split-menu .small-menu {
    display: flex;
    justify-content: space-between;
    margin-right: 120px;
    margin-left: 120px; }
    .split-menu .small-menu .nav-menu-item:nth-child(2) {
      margin-right: 0 !important; }
  .split-menu.logo-left .small-menu {
    justify-content: flex-end; }
  .split-menu.logo-right .small-menu {
    justify-content: flex-start; } }

.mobile-search {
  display: none; }

.pagination-wrapper {
  margin-top: 100px;
  margin-bottom: 100px; }

.pagination {
  font-size: 0;
  text-align: center; }
  .pagination .pagination-link,
  .pagination .pagination-disabled {
    display: block;
    padding: 7px 14px;
    font-family: "Source Sans Pro";
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px; }
  .pagination .pagination-link {
    color: #262626; }
    .pagination .pagination-link:hover, .pagination .pagination-link:active {
      border-color: #262626; }
  .pagination .pagination-disabled {
    opacity: 0.5; }

.pagination-part,
.previous,
.next {
  display: inline-block;
  min-width: 35px;
  margin-right: 10px;
  font-size: 14px; }
  .pagination-part:last-of-type,
  .previous:last-of-type,
  .next:last-of-type {
    margin-right: 0; }

.previous .pagination-link,
.previous .pagination-disabled,
.next .pagination-link,
.next .pagination-disabled {
  text-indent: -9999em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 12px; }

.next .pagination-link,
.next .pagination-disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23262626' viewBox='0 0 26 50' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'%3E %3Cpath d='M0.6 47.1l21.7-22.3L0.6 2.9c-0.7-0.7-0.7-1.7 0-2.4 0.7-0.7 1.7-0.7 2.4 0L25.4 23c0.3 0.3 0.5 0.7 0.5 1.1l0 1.1c0 0.4-0.2 0.9-0.5 1.2L3 49.5c-0.7 0.7-1.7 0.7-2.4 0C-0.1 48.8-0.1 47.8 0.6 47.1z'/%3E %3C/svg%3E"); }

.previous .pagination-link,
.previous .pagination-disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23262626' viewBox='0 0 26 50' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'%3E %3Cpath d='M25.4 47.1L3.7 24.8 25.4 2.9c0.7-0.7 0.7-1.7 0-2.4 -0.7-0.7-1.7-0.7-2.4 0L0.6 23c-0.3 0.3-0.5 0.7-0.5 1.1l0 1.1c0 0.4 0.2 0.9 0.5 1.2l22.4 23c0.7 0.7 1.7 0.7 2.4 0C26.1 48.8 26.1 47.8 25.4 47.1z'/%3E %3C/svg%3E"); }

.promo-message {
  padding: 12px;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: bold;
  color: #445c23;
  text-align: center;
  background-color: #cae2aa;
  border-radius: 3px; }
  .promo-message + .mosaic {
    margin-top: 0; }
  .product-container .promo-message {
    margin-top: -20px;
    margin-bottom: 40px; }
  .cart-messages .promo-message {
    margin-top: 40px;
    margin-bottom: -20px; }

.cart-messages {
  padding-right: 40px;
  padding-left: 40px; }

.rating-stars-readonly {
  display: inline-block;
  height: 18px;
  vertical-align: middle; }

.rating-total-votes {
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  font-family: "Source Sans Pro";
  font-size: 13px;
  color: #a6a6a6;
  vertical-align: middle; }
  .rating-total-votes:hover, .rating-total-votes:active {
    color: #262626; }

.rating-star {
  display: inline-block;
  width: 18px;
  height: 18px; }
  .rating-star.star-full {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 15' xml:space='preserve'%3E %3Cpath fill='%23e8d462' d='M7.5,0.5l1.9,5.3H15l-4.4,3.4l1.6,5.3l-4.7-3.1l-4.7,3.1l1.6-5.3L0,5.8h5.6L7.5,0.5z'/%3E %3C/svg%3E "); }
  .rating-star.star-empty {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 15' xml:space='preserve'%3E %3Cpath fill='%23dfdcdc' d='M7.5,0.5l1.9,5.3H15l-4.4,3.4l1.6,5.3l-4.7-3.1l-4.7,3.1l1.6-5.3L0,5.8h5.6L7.5,0.5z'/%3E %3C/svg%3E "); }

.review {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }
  .review:last-of-type {
    padding-bottom: 0;
    border-bottom: 0; }
  .review.supplementary {
    display: none; }
    .all-reviews-visible .review.supplementary {
      display: block; }

.review-header {
  margin-bottom: 20px; }

@media screen and (max-width: 759px) {
  .review-title,
  .review-rating {
    margin-bottom: 5px; } }

@media screen and (min-width: 760px) {
  .review-title,
  .review-rating {
    display: inline-block;
    vertical-align: middle; } }

@media screen and (min-width: 760px) {
  .review-rating {
    margin-left: 15px; } }

.review-meta,
.review-date {
  display: block;
  font-family: "Source Sans Pro";
  font-size: 13px; }

.reviews-leave-review {
  margin-top: 20px; }
  .reviews-leave-review.hidden {
    display: none; }

.reviews-form-wrapper {
  display: none;
  padding-top: 10px;
  margin-top: 30px;
  font-family: "Source Sans Pro";
  border-top: 1px solid #eaeaea; }
  .reviews-form-wrapper.animating, .reviews-form-wrapper.visible {
    display: block; }
  .reviews-form-wrapper .section-title {
    text-align: center; }

.reviews-form {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }
  .reviews-form::after {
    clear: both;
    content: "";
    display: block; }
  .reviews-form .form-field {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .reviews-form .form-field:last-child {
      margin-right: 0; }
    .reviews-form .form-field:nth-of-type(even) {
      margin-right: 0; }
    .reviews-form .form-field .form-input,
    .reviews-form .form-field .form-select-wrapper {
      max-width: none; }
  .reviews-form .form-field-multiline {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .reviews-form .form-field-multiline:last-child {
      margin-right: 0; }
  .reviews-form .form-actions {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 20px; }
    .reviews-form .form-actions:last-child {
      margin-right: 0; }
  .reviews-form .form-submit {
    margin-top: 20px; }
  .reviews-form .g-recaptcha {
    clear: both; }

.share-buttons-nav {
  margin-top: 20px; }
  .post-footer .share-buttons-nav {
    margin-top: 40px;
    margin-bottom: 20px; }

.share-heading {
  display: inline-block;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem;
  font-weight: normal;
  color: #C8B77C; }

.share-buttons {
  display: inline-block;
  margin-left: 20px; }
  .share-buttons a {
    color: #C8B77C; }
    .share-buttons a:hover, .share-buttons a:active {
      color: #262626; }

.social-link {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle; }
  .social-link a {
    display: block;
    font-size: 20px;
    line-height: 1; }
  .social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor; }

.site-subscribe {
  padding: 65px 30px;
  background-color: #f1eada; }
  @media screen and (max-width: 499px) {
    .site-subscribe {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 759px) {
    .site-subscribe {
      padding-top: 55px;
      padding-bottom: 55px; } }
  @media screen and (min-width: 760px) {
    .site-subscribe {
      padding-top: 65px;
      padding-bottom: 65px; } }

.site-subscribe-summary {
  text-align: center; }

.subscription-form {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Source Sans Pro";
  font-size: 1.85rem;
  text-align: center; }
  @media screen and (max-width: 759px) {
    .subscription-form .form-field {
      margin-top: 0; } }

.subscription-form-submit {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 10px;
  font-size: .875rem;
  vertical-align: middle;
  background-color: transparent;
  border: 1px #262626 solid;
  color: #262626;
  border-radius: 25px;
  padding: 8px 20px;
  height: 40px; }
  .subscription-form-submit:hover, .subscription-form-submit:focus {
    color: #262626;
    background-color: #E8D462;
    border-color: #E8D462; }
  @media screen and (max-width: 759px) {
    .subscription-form-submit {
      width: 100px;
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (max-width: 499px) {
    .subscription-form-submit {
      margin-left: 0; } }

.subscription-form-email .form-label {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  color: #262626;
  vertical-align: middle;
  cursor: pointer; }
  @media screen and (max-width: 759px) {
    .subscription-form-email .form-label {
      display: block;
      margin-bottom: 35px; } }
  @media screen and (min-width: 760px) {
    .subscription-form-email .form-label {
      margin-right: 30px; } }

.subscription-form-email .form-input {
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  text-align: left;
  vertical-align: middle;
  border: 0;
  border-radius: 4px; }
  @media screen and (max-width: 759px) {
    .subscription-form-email .form-input {
      width: calc(100% - 110px); } }
  @media screen and (max-width: 499px) {
    .subscription-form-email .form-input {
      width: calc(100% - 100px);
      font-size: 16px; } }
  @media screen and (min-width: 760px) {
    .subscription-form-email .form-input {
      width: 280px; } }
  @media screen and (min-width: 1650px) {
    .main-header:not(.shopping-tools-top) .subscription-form-email .form-input {
      width: 415px; } }

.quantity-text {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }

.form-field-quantity-control {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 150px;
  margin-bottom: 5px;
  font-size: 15px;
  vertical-align: top; }
  .form-field-quantity-control .form-input {
    width: calc(100% - 20px);
    padding: 8px 5px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    -moz-appearance: textfield; }
    .form-field-quantity-control .form-input::-webkit-outer-spin-button, .form-field-quantity-control .form-input::-webkit-inner-spin-button {
      -webkit-appearance: none; }

.quantity-control {
  position: absolute;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #C8B77C;
  border-left: 0;
  user-select: none; }
  .quantity-control.quantity-increment {
    top: 0;
    border-bottom: 0;
    border-radius: 0 4px 0 0; }
  .quantity-control.quantity-decrement {
    bottom: 0;
    border-radius: 0 0 4px 0; }

.quantity-update {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  cursor: pointer; }

.form-field.product-quantity-wrapper {
  margin-top: 0; }

.quick-shop-modal {
  width: 100%;
  max-width: calc(100% - (20px * 4));
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .modal-wrapper.loaded .quick-shop-modal {
    opacity: 1; }
  .quick-shop-modal .product-details,
  .quick-shop-modal .product-info .form {
    border-bottom: 0; }
  .quick-shop-modal .product-main-image {
    text-align: center; }
    .quick-shop-modal .product-main-image .product-image {
      max-height: 600px; }

.quick-shop-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 16px 24px;
  margin: 0;
  font-weight: 400;
  color: #fff9f2;
  text-align: center;
  cursor: pointer;
  background-color: #262626;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 759px) {
    .quick-shop-trigger {
      display: none; } }
  .product-item-thumbnail:hover .quick-shop-trigger {
    opacity: 1;
    visibility: visible; }

.quick-shop-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(248, 213, 172, 0.5); }
  .quick-shop-wrapper.visible {
    visibility: visible;
    opacity: 1; }

.quick-shop {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  max-height: 90%;
  max-width: 1000px;
  width: 100%;
  padding: 40px;
  background: white;
  font-size: 0;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .quick-shop.active {
    opacity: 1; }
  .quick-shop .product-images {
    margin-bottom: 0; }
  .quick-shop .product-details {
    padding-top: 0;
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 0; }
  .quick-shop .form-error-message {
    font-size: 15px; }

.quick-shop-product-title {
  margin: 0;
  font-size: 26px; }

.quick-shop-view-product {
  display: block;
  margin-top: 30px;
  font-family: "Source Sans Pro";
  font-size: 14px;
  color: #262626; }

.apple-pay-checkout-button {
  display: none;
  height: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 5px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black; }
  .cart-additional-checkout-buttons .apple-pay-checkout-button {
    margin-top: 15px;
    margin-bottom: 15px; }
  .apple-pay-supported .apple-pay-checkout-button {
    display: block; }

.cart-options-modal {
  max-width: 600px;
  opacity: 0; }
  .modal-wrapper.loaded .cart-options-modal {
    opacity: 1; }
  .cart-options-modal .reconfigure-errors {
    display: none; }

.cart-item-edit-button {
  font-size: 12px; }

.product-grid, .brands-grid {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .product-grid::after, .brands-grid::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 759px) {
    .product-grid.grid-6 .product-item, .grid-6.brands-grid .product-item, .product-grid.grid-6 .brand-item, .grid-6.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .product-grid.grid-6 .product-item:last-child, .grid-6.brands-grid .product-item:last-child, .product-grid.grid-6 .brand-item:last-child, .grid-6.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-6 .product-item:nth-child(2n), .grid-6.brands-grid .product-item:nth-child(2n), .product-grid.grid-6 .brand-item:nth-child(2n), .grid-6.brands-grid .brand-item:nth-child(2n) {
        margin-right: 0; }
      .product-grid.grid-6 .product-item:nth-child(2n+1), .grid-6.brands-grid .product-item:nth-child(2n+1), .product-grid.grid-6 .brand-item:nth-child(2n+1), .grid-6.brands-grid .brand-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 499px) {
    .product-grid.grid-6 .product-item, .grid-6.brands-grid .product-item, .product-grid.grid-6 .brand-item, .grid-6.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 60px; }
      .product-grid.grid-6 .product-item:last-child, .grid-6.brands-grid .product-item:last-child, .product-grid.grid-6 .brand-item:last-child, .grid-6.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-6 .product-item:nth-child(1n), .grid-6.brands-grid .product-item:nth-child(1n), .product-grid.grid-6 .brand-item:nth-child(1n), .grid-6.brands-grid .brand-item:nth-child(1n) {
        margin-right: 0; }
      .product-grid.grid-6 .product-item:nth-child(1n+1), .grid-6.brands-grid .product-item:nth-child(1n+1), .product-grid.grid-6 .brand-item:nth-child(1n+1), .grid-6.brands-grid .brand-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 760px) {
    .product-grid.grid-6 .product-item, .grid-6.brands-grid .product-item, .product-grid.grid-6 .brand-item, .grid-6.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .product-grid.grid-6 .product-item:last-child, .grid-6.brands-grid .product-item:last-child, .product-grid.grid-6 .brand-item:last-child, .grid-6.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-6 .product-item:nth-child(6n), .grid-6.brands-grid .product-item:nth-child(6n), .product-grid.grid-6 .brand-item:nth-child(6n), .grid-6.brands-grid .brand-item:nth-child(6n) {
        margin-right: 0; }
      .product-grid.grid-6 .product-item:nth-child(6n+1), .grid-6.brands-grid .product-item:nth-child(6n+1), .product-grid.grid-6 .brand-item:nth-child(6n+1), .grid-6.brands-grid .brand-item:nth-child(6n+1) {
        clear: left; } }
  @media screen and (max-width: 759px) {
    .product-grid.grid-5 .product-item, .grid-5.brands-grid .product-item, .product-grid.grid-5 .brand-item, .grid-5.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .product-grid.grid-5 .product-item:last-child, .grid-5.brands-grid .product-item:last-child, .product-grid.grid-5 .brand-item:last-child, .grid-5.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-5 .product-item:nth-child(2n), .grid-5.brands-grid .product-item:nth-child(2n), .product-grid.grid-5 .brand-item:nth-child(2n), .grid-5.brands-grid .brand-item:nth-child(2n) {
        margin-right: 0; }
      .product-grid.grid-5 .product-item:nth-child(2n+1), .grid-5.brands-grid .product-item:nth-child(2n+1), .product-grid.grid-5 .brand-item:nth-child(2n+1), .grid-5.brands-grid .brand-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 499px) {
    .product-grid.grid-5 .product-item, .grid-5.brands-grid .product-item, .product-grid.grid-5 .brand-item, .grid-5.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 60px; }
      .product-grid.grid-5 .product-item:last-child, .grid-5.brands-grid .product-item:last-child, .product-grid.grid-5 .brand-item:last-child, .grid-5.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-5 .product-item:nth-child(1n), .grid-5.brands-grid .product-item:nth-child(1n), .product-grid.grid-5 .brand-item:nth-child(1n), .grid-5.brands-grid .brand-item:nth-child(1n) {
        margin-right: 0; }
      .product-grid.grid-5 .product-item:nth-child(1n+1), .grid-5.brands-grid .product-item:nth-child(1n+1), .product-grid.grid-5 .brand-item:nth-child(1n+1), .grid-5.brands-grid .brand-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 760px) {
    .product-grid.grid-5 .product-item, .grid-5.brands-grid .product-item, .product-grid.grid-5 .brand-item, .grid-5.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 18.11388%; }
      .product-grid.grid-5 .product-item:last-child, .grid-5.brands-grid .product-item:last-child, .product-grid.grid-5 .brand-item:last-child, .grid-5.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-5 .product-item:nth-child(5n), .grid-5.brands-grid .product-item:nth-child(5n), .product-grid.grid-5 .brand-item:nth-child(5n), .grid-5.brands-grid .brand-item:nth-child(5n) {
        margin-right: 0; }
      .product-grid.grid-5 .product-item:nth-child(5n+1), .grid-5.brands-grid .product-item:nth-child(5n+1), .product-grid.grid-5 .brand-item:nth-child(5n+1), .grid-5.brands-grid .brand-item:nth-child(5n+1) {
        clear: left; } }
  @media screen and (max-width: 759px) {
    .product-grid.grid-4 .product-item, .grid-4.brands-grid .product-item, .product-grid.grid-4 .brand-item, .grid-4.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .product-grid.grid-4 .product-item:last-child, .grid-4.brands-grid .product-item:last-child, .product-grid.grid-4 .brand-item:last-child, .grid-4.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-4 .product-item:nth-child(2n), .grid-4.brands-grid .product-item:nth-child(2n), .product-grid.grid-4 .brand-item:nth-child(2n), .grid-4.brands-grid .brand-item:nth-child(2n) {
        margin-right: 0; }
      .product-grid.grid-4 .product-item:nth-child(2n+1), .grid-4.brands-grid .product-item:nth-child(2n+1), .product-grid.grid-4 .brand-item:nth-child(2n+1), .grid-4.brands-grid .brand-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 499px) {
    .product-grid.grid-4 .product-item, .grid-4.brands-grid .product-item, .product-grid.grid-4 .brand-item, .grid-4.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 60px; }
      .product-grid.grid-4 .product-item:last-child, .grid-4.brands-grid .product-item:last-child, .product-grid.grid-4 .brand-item:last-child, .grid-4.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-4 .product-item:nth-child(1n), .grid-4.brands-grid .product-item:nth-child(1n), .product-grid.grid-4 .brand-item:nth-child(1n), .grid-4.brands-grid .brand-item:nth-child(1n) {
        margin-right: 0; }
      .product-grid.grid-4 .product-item:nth-child(1n+1), .grid-4.brands-grid .product-item:nth-child(1n+1), .product-grid.grid-4 .brand-item:nth-child(1n+1), .grid-4.brands-grid .brand-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 760px) {
    .product-grid.grid-4 .product-item, .grid-4.brands-grid .product-item, .product-grid.grid-4 .brand-item, .grid-4.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .product-grid.grid-4 .product-item:last-child, .grid-4.brands-grid .product-item:last-child, .product-grid.grid-4 .brand-item:last-child, .grid-4.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-4 .product-item:nth-child(4n), .grid-4.brands-grid .product-item:nth-child(4n), .product-grid.grid-4 .brand-item:nth-child(4n), .grid-4.brands-grid .brand-item:nth-child(4n) {
        margin-right: 0; }
      .product-grid.grid-4 .product-item:nth-child(4n+1), .grid-4.brands-grid .product-item:nth-child(4n+1), .product-grid.grid-4 .brand-item:nth-child(4n+1), .grid-4.brands-grid .brand-item:nth-child(4n+1) {
        clear: left; } }
  @media screen and (max-width: 759px) {
    .product-grid.grid-3 .product-item, .grid-3.brands-grid .product-item, .product-grid.grid-3 .brand-item, .grid-3.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .product-grid.grid-3 .product-item:last-child, .grid-3.brands-grid .product-item:last-child, .product-grid.grid-3 .brand-item:last-child, .grid-3.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-3 .product-item:nth-child(2n), .grid-3.brands-grid .product-item:nth-child(2n), .product-grid.grid-3 .brand-item:nth-child(2n), .grid-3.brands-grid .brand-item:nth-child(2n) {
        margin-right: 0; }
      .product-grid.grid-3 .product-item:nth-child(2n+1), .grid-3.brands-grid .product-item:nth-child(2n+1), .product-grid.grid-3 .brand-item:nth-child(2n+1), .grid-3.brands-grid .brand-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 499px) {
    .product-grid.grid-3 .product-item, .grid-3.brands-grid .product-item, .product-grid.grid-3 .brand-item, .grid-3.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 60px; }
      .product-grid.grid-3 .product-item:last-child, .grid-3.brands-grid .product-item:last-child, .product-grid.grid-3 .brand-item:last-child, .grid-3.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-3 .product-item:nth-child(1n), .grid-3.brands-grid .product-item:nth-child(1n), .product-grid.grid-3 .brand-item:nth-child(1n), .grid-3.brands-grid .brand-item:nth-child(1n) {
        margin-right: 0; }
      .product-grid.grid-3 .product-item:nth-child(1n+1), .grid-3.brands-grid .product-item:nth-child(1n+1), .product-grid.grid-3 .brand-item:nth-child(1n+1), .grid-3.brands-grid .brand-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 760px) {
    .product-grid.grid-3 .product-item, .grid-3.brands-grid .product-item, .product-grid.grid-3 .brand-item, .grid-3.brands-grid .brand-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .product-grid.grid-3 .product-item:last-child, .grid-3.brands-grid .product-item:last-child, .product-grid.grid-3 .brand-item:last-child, .grid-3.brands-grid .brand-item:last-child {
        margin-right: 0; }
      .product-grid.grid-3 .product-item:nth-child(3n), .grid-3.brands-grid .product-item:nth-child(3n), .product-grid.grid-3 .brand-item:nth-child(3n), .grid-3.brands-grid .brand-item:nth-child(3n) {
        margin-right: 0; }
      .product-grid.grid-3 .product-item:nth-child(3n+1), .grid-3.brands-grid .product-item:nth-child(3n+1), .product-grid.grid-3 .brand-item:nth-child(3n+1), .grid-3.brands-grid .brand-item:nth-child(3n+1) {
        clear: left; } }
  .product-grid.grid-2 .product-item, .grid-2.brands-grid .product-item, .product-grid.grid-2 .brand-item, .grid-2.brands-grid .brand-item {
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 759px) {
      .product-grid.grid-2 .product-item, .grid-2.brands-grid .product-item, .product-grid.grid-2 .brand-item, .grid-2.brands-grid .brand-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 66px; }
        .product-grid.grid-2 .product-item:last-child, .grid-2.brands-grid .product-item:last-child, .product-grid.grid-2 .brand-item:last-child, .grid-2.brands-grid .brand-item:last-child {
          margin-right: 0; }
        .product-grid.grid-2 .product-item:nth-child(1n), .grid-2.brands-grid .product-item:nth-child(1n), .product-grid.grid-2 .brand-item:nth-child(1n), .grid-2.brands-grid .brand-item:nth-child(1n) {
          margin-right: 0; }
        .product-grid.grid-2 .product-item:nth-child(1n+1), .grid-2.brands-grid .product-item:nth-child(1n+1), .product-grid.grid-2 .brand-item:nth-child(1n+1), .grid-2.brands-grid .brand-item:nth-child(1n+1) {
          clear: left; } }
    @media screen and (max-width: 499px) {
      .product-grid.grid-2 .product-item, .grid-2.brands-grid .product-item, .product-grid.grid-2 .brand-item, .grid-2.brands-grid .brand-item {
        margin-bottom: 55px; } }
    @media screen and (min-width: 760px) {
      .product-grid.grid-2 .product-item, .grid-2.brands-grid .product-item, .product-grid.grid-2 .brand-item, .grid-2.brands-grid .brand-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-bottom: 90px; }
        .product-grid.grid-2 .product-item:last-child, .grid-2.brands-grid .product-item:last-child, .product-grid.grid-2 .brand-item:last-child, .grid-2.brands-grid .brand-item:last-child {
          margin-right: 0; }
        .product-grid.grid-2 .product-item:nth-child(2n), .grid-2.brands-grid .product-item:nth-child(2n), .product-grid.grid-2 .brand-item:nth-child(2n), .grid-2.brands-grid .brand-item:nth-child(2n) {
          margin-right: 0; }
        .product-grid.grid-2 .product-item:nth-child(2n+1), .grid-2.brands-grid .product-item:nth-child(2n+1), .product-grid.grid-2 .brand-item:nth-child(2n+1), .grid-2.brands-grid .brand-item:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 1650px) {
      .product-grid.grid-2 .product-item, .grid-2.brands-grid .product-item, .product-grid.grid-2 .brand-item, .grid-2.brands-grid .brand-item {
        margin-bottom: 60px; } }

.product-grid-gutter {
  width: 0; }
  @media screen and (min-width: 760px) {
    .product-grid-gutter {
      width: 2.35765%; } }

.product-item-link {
  display: block; }

.product-item-thumbnail {
  position: relative; }

.product-item-image {
  width: 100%;
  border-radius: 10px; }

.product-item-sale {
  position: absolute;
  top: -18px;
  left: -8px;
  display: inline-block;
  width: 63px;
  height: 63px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
  border: 2px solid #be5400;
  border-radius: 50%; }

.product-item-compare {
  display: inline-block;
  margin-top: 8px; }
  .product-item-compare .form-label-text {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: none; }

.compare-button {
  display: none; }

.compare-button-visible {
  display: inline-block; }

.product-item-title, .brand-item-title {
  margin-bottom: 0.45rem;
  font-size: 25px !important;
  text-transform: uppercase;
  color: #262626 !important; }

.product-item, .brand-item {
  margin-bottom: 50px;
  text-align: center;
  user-select: none; }
  .product-item h4, .brand-item h4 {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif !important;
    color: #5E502B;
    margin-top: .25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    padding-left: 50px;
    padding-right: 50px; }

.products-featured .product-item, .products-featured .brand-item {
  text-align: center; }

.products-featured .product-item-title, .products-featured .brand-item-title {
  font-size: 32px; }

.products-featured .price-withouttax {
  display: none; }

.products-related .section-title,
.products-featured .section-title {
  margin-bottom: 60px;
  text-align: center; }

.products-featured-wrap {
  overflow: auto;
  overflow: auto;
  background-color: #fff9f2; }
  @media screen and (max-width: 759px) {
    .products-featured-wrap {
      padding-right: 75px;
      padding-left: 75px; } }
  @media screen and (max-width: 499px) {
    .products-featured-wrap {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 760px) {
    .products-featured-wrap {
      padding-right: 40px;
      padding-left: 40px; } }

.home .products-featured .section-title {
  font-size: 2.25rem;
  color: #5E502B;
  text-transform: none; }
  @media screen and (max-width: 759px) {
    .home .products-featured .section-title {
      font-size: 1.8rem;
      margin-top: 50px;
      margin-bottom: 36px; } }
  @media screen and (max-width: 499px) {
    .home .products-featured .section-title {
      margin-top: 66px;
      margin-bottom: 55px; } }
  @media screen and (min-width: 760px) {
    .home .products-featured .section-title {
      margin-top: 100px;
      margin-bottom: 66px; } }
  @media screen and (min-width: 1650px) {
    .home .products-featured .section-title {
      margin-top: 100px;
      margin-bottom: 78px; } }

@media screen and (max-width: 759px) {
  .products-related-wrap {
    padding-right: 60px;
    padding-left: 60px; } }

@media screen and (max-width: 759px) {
  .products-related-wrap {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (max-width: 499px) {
  .products-related-wrap {
    padding-right: 30px;
    padding-left: 30px; } }

@media screen and (min-width: 760px) {
  .products-related-wrap {
    padding-right: 40px;
    padding-left: 40px; } }

.products-related {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .products-related::after {
    clear: both;
    content: "";
    display: block; }

.product-slide {
  display: none; }
  .product-slide.active {
    display: block; }

.form-field-quantity-control .form-input {
  height: 40px; }

.move-color {
  color: #002C33; }
  .move-color a, .move-color a:hover, .move-color a:visited {
    color: #002C33; }

.protect-color {
  color: #BE5400; }
  .protect-color a, .protect-color a:hover, .protect-color a:visited {
    color: #BE5400; }

.think-color {
  color: #5E502B; }
  .think-color a, .think-color a:hover, .think-color a:visited {
    color: #5E502B; }

.price-saved {
  font-size: 1rem;
  color: #BE5400; }

.product-info-item .shortDescription {
  display: block;
  padding-top: 1rem; }

.price {
  font-family: "Source Sans Pro";
  color: #666666; }
  .product-details .price {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #5E502B; }
  .product-item-details .price {
    font-size: 18px;
    color: #666666; }
  .price.call-for-price {
    font-size: 20px; }

.price-withouttax,
.price-withtax,
.price-saved {
  display: block;
  margin-bottom: 4px; }

.price-rrp {
  margin-right: 10px;
  text-decoration: line-through; }

.product-details .price-rrp + .price-value {
  color: #be5400; }

.price-value {
  margin-right: 10px; }

.price-tax-label {
  margin-left: 2px;
  font-family: "Source Sans Pro";
  font-size: 14px;
  color: #666666; }

.price-saved {
  font-size: 20px;
  color: #262626; }

.product-item .price .price-tax-label, .brand-item .price .price-tax-label {
  display: none; }

.product-item .price.multiple-prices .price-tax-label, .brand-item .price.multiple-prices .price-tax-label {
  display: inline; }

.product-call-for-price {
  font-family: "Source Sans Pro";
  font-weight: bold;
  color: #666666; }

.wishlist-modal {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 1000;
  padding-right: 20px;
  padding-left: 20px;
  width: 400px;
  background: #ffffff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .wishlist-modal.animating, .wishlist-modal.visible {
    display: block; }
  .wishlist-modal.animating-in {
    transform: translateY(-100px);
    transition: transform 0.3s ease; }
  .wishlist-modal.animating-out {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .wishlist-modal.visible {
    transform: translateY(0);
    opacity: 1; }
  .wishlist-modal .required-text {
    display: none; }

.blog-item {
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #eaeaea; }
  .blog-item:last-of-type {
    padding-bottom: 0;
    border-bottom: 0; }
  .blog-item .post-header {
    text-align: left;
    margin: 0; }
    .blog-item .post-header h2 {
      color: #262626;
      text-align: left;
      margin-top: 0;
      font-size: 30px;
      margin-bottom: .25rem; }
  .blog-item p {
    color: #5E502B; }
  @media screen and (min-width: 768px) {
    .blog-item {
      display: flex;
      align-items: center; }
      .blog-item .left {
        width: 40%; }
        .blog-item .left .post-featured-image-container {
          margin-top: 0;
          margin-bottom: 0; }
      .blog-item .right {
        display: 60%;
        padding-left: 60px; }
        .blog-item .right .post-header .post-timestamp {
          font-size: .8rem; }
        .blog-item .right .blog-content-custom {
          max-width: 650px;
          margin-left: auto;
          margin-right: auto; }
        .blog-item .right .post-footer {
          margin-top: 1.25rem; } }

.blog-post-single {
  margin-bottom: 80px; }

.post-header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 35px;
  text-align: center; }
  .post-header::after {
    clear: both;
    content: "";
    display: block; }
  .post-header h1 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #262626; }
  .post-header .post-timestamp {
    color: #C8B77C; }

.post-header-share {
  margin-bottom: 40px;
  text-align: center; }
  .post-header-share h2.share-heading {
    display: none; }
  .post-header-share .social-link svg {
    fill: #C8B77C; }

.post-featured-image-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 65px; }
  .post-featured-image-container::after {
    clear: both;
    content: "";
    display: block; }
  .post-featured-image-container > img {
    display: block;
    border-radius: 12px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .blog-item .post-featured-image-container {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }
    .blog-item .post-featured-image-container::after {
      clear: both;
      content: "";
      display: block; }

.post-title {
  margin-bottom: 0;
  font-size: 40px;
  text-align: center; }

.post-details {
  margin-top: 15px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  color: #666666;
  text-align: center;
  text-transform: uppercase; }

.post-author:before {
  margin-right: 3px;
  content: "\2014"; }

.blog-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }
  .blog-content::after {
    clear: both;
    content: "";
    display: block; }
  .blog-content p {
    color: #5E502B; }
  .blog-content a {
    color: #BE5400; }
  .blog-content h2 {
    color: #5E502B;
    font-size: 1.8rem;
    font-weight: 500; }

.post-footer {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  .post-footer::after {
    clear: both;
    content: "";
    display: block; }
  .post-footer h2.share-heading {
    display: none; }
  .post-footer ul {
    margin-left: 0; }
  .post-footer .social-link svg {
    fill: #C8B77C; }

.read-more {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Source Sans Pro";
  color: #262626;
  text-transform: uppercase; }

.post-tags {
  margin-top: 10px;
  font-family: "Source Sans Pro"; }
  .post-tags a {
    font-size: .75rem;
    display: inline-block;
    background-color: #ddd2aa;
    color: #5E502B;
    padding: 4px 10px;
    border-radius: 12px;
    margin-right: 4px; }

.brand-item .brand-image-container .brand-link,
.brand-item .brand-image-container .brand-image {
  display: block; }

.brand-item-title {
  margin-top: 0; }
  .brand-image-container ~ .brand-item-title {
    margin-top: 13px; }

.cart-content {
  margin-top: 50px; }
  .cart-content .loading {
    background-color: #fff9f2; }

.cart-product-row {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #eaeaea; }
  .cart-product-row::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1239px) {
    .cart-product-row {
      position: relative;
      text-align: center; } }

.cart-product-figure img {
  width: 100%; }

@media screen and (max-width: 1239px) {
  .cart-product-figure img {
    max-width: 70%; } }

@media screen and (min-width: 1240px) {
  .cart-product-figure {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-left: 4.2649%; }
    .cart-product-figure:last-child {
      margin-right: 0; } }

@media screen and (max-width: 1239px) {
  .gift-card-image svg {
    max-width: 50%; } }

.cart-product-quantity {
  font-family: "Source Sans Pro"; }
  @media screen and (max-width: 1239px) {
    .cart-product-quantity {
      margin-top: 20px; }
      .cart-product-quantity .quantity-clicker {
        display: inline-block; } }
  @media screen and (min-width: 1240px) {
    .cart-product-quantity {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%; }
      .cart-product-quantity:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1240px) {
  .cart-product-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .cart-product-details:last-child {
      margin-right: 0; } }

.cart-product-price {
  font-size: 18px; }
  @media screen and (min-width: 1240px) {
    .cart-product-price {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%;
      margin-top: 15px;
      font-weight: bold;
      text-align: right; }
      .cart-product-price:last-child {
        margin-right: 0; } }

@media screen and (max-width: 1239px) {
  .cart-product-remove {
    position: absolute;
    top: 20px;
    right: 20px; } }

@media screen and (min-width: 1240px) {
  .cart-product-remove {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    margin-top: 15px;
    text-align: right; }
    .cart-product-remove:last-child {
      margin-right: 0; } }

.cart-product-remove > a {
  font-size: 20px;
  color: #262626; }

.cart-product-name {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px; }
  .cart-product-name > a {
    color: #262626; }

.cart-price-per {
  font-size: 0.8em;
  color: #666666; }

.cart-product-brand {
  color: #666666; }

.cart-item-options {
  margin-top: 10px;
  font-size: 12px;
  color: #666666; }
  .cart-item-options dt,
  .cart-item-options dd {
    display: inline-block; }
  .cart-item-options dd {
    margin-left: 2px; }
  @media screen and (max-width: 1239px) {
    .cart-item-options dd:after {
      content: ","; }
    .cart-item-options dd:last-of-type:after {
      content: ""; } }
  @media screen and (min-width: 1240px) {
    .cart-item-options dt,
    .cart-item-options dd {
      float: left; }
    .cart-item-options dt {
      clear: left; } }

.cart-gift-wrap .gift-wrap {
  margin-top: 10px;
  font-size: 11px; }
  .cart-gift-wrap .gift-wrap > dt,
  .cart-gift-wrap .gift-wrap > dd {
    display: inline-block;
    margin: 0; }
  .cart-gift-wrap .gift-wrap > dt {
    font-weight: bold; }
  .cart-gift-wrap .gift-wrap > dd {
    margin-right: 2px; }

.cart-footer {
  display: block; }
  .cart-footer::after {
    clear: both;
    content: "";
    display: block; }

.cart-footer-control {
  display: block; }
  .cart-footer-control::after {
    clear: both;
    content: "";
    display: block; }

@media screen and (min-width: 1240px) {
  .cart-footer-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 8.5298%; }
    .cart-footer-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1240px) {
  .cart-footer-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 17.05961%;
    margin-right: 0; }
    .cart-footer-right:last-child {
      margin-right: 0; } }

.cart-totals-row {
  display: block;
  margin-bottom: 20px; }
  .cart-totals-row::after {
    clear: both;
    content: "";
    display: block; }

.cart-totals-label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  font-size: 14px; }
  .cart-totals-label:last-child {
    margin-right: 0; }

.cart-totals-value {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  font-size: 15px;
  text-align: right; }
  .cart-totals-value:last-child {
    margin-right: 0; }

.order-total,
.order-subtotal {
  padding-top: 20px;
  font-size: 17px;
  text-align: right; }
  .order-total .cart-total-price,
  .order-subtotal .cart-total-price {
    margin-left: 30px; }

.order-total {
  font-size: 21px;
  font-weight: bold;
  border-top: 1px solid #eaeaea; }

.form-gift-certificate,
.form-coupon-code {
  display: block; }
  .form-gift-certificate::after,
  .form-coupon-code::after {
    clear: both;
    content: "";
    display: block; }
  .form-gift-certificate .form-input,
  .form-coupon-code .form-input {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .form-gift-certificate .form-input:last-child,
    .form-coupon-code .form-input:last-child {
      margin-right: 0; }
  .form-gift-certificate .button, .form-gift-certificate .auth-button-alt,
  .form-coupon-code .button,
  .form-coupon-code .auth-button-alt {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-right: 0;
    height: 40px;
    min-width: 0;
    padding: 0;
    line-height: 40px; }
    .form-gift-certificate .button:last-child, .form-gift-certificate .auth-button-alt:last-child,
    .form-coupon-code .button:last-child,
    .form-coupon-code .auth-button-alt:last-child {
      margin-right: 0; }

.cart-coupon-codes,
.cart-gift-certificates {
  margin-bottom: 5px; }
  .cart-coupon-codes .cart-code-remove,
  .cart-gift-certificates .cart-code-remove {
    margin-left: 3px;
    font-size: 12px; }

.form-shipping {
  display: none;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eaeaea; }
  .visible .form-shipping {
    display: block; }
  .form-shipping .label-state {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .form-shipping .label-state:last-child {
      margin-right: 0; }
  .form-shipping .label-zip {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-right: 0; }
    .form-shipping .label-zip:last-child {
      margin-right: 0; }
  .form-shipping .form-field {
    display: block; }
    .form-shipping .form-field::after {
      clear: both;
      content: "";
      display: block; }
  .form-shipping .form-label-text {
    font-family: "Source Sans Pro";
    font-size: 14px; }
    .form-shipping .form-label-text .ups-shipping-badge {
      margin-top: -2px;
      margin-right: 3px;
      vertical-align: middle; }
  .form-shipping .form-select-wrapper {
    max-width: none; }
  .form-shipping .button, .form-shipping .auth-button-alt {
    float: right;
    padding: 10px 15px;
    margin-top: 20px; }

.shipping-toggle {
  float: right;
  color: #be5400;
  cursor: pointer; }

.checkout-row {
  display: block;
  margin-top: 60px;
  margin-bottom: 100px; }
  .checkout-row::after {
    clear: both;
    content: "";
    display: block; }

.cart-checkout-buttons,
.cart-additional-checkout-buttons {
  width: 100%;
  float: right;
  clear: both;
  text-align: center; }
  @media screen and (min-width: 760px) {
    .cart-checkout-buttons,
    .cart-additional-checkout-buttons {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-left: 76.76824%; }
      .cart-checkout-buttons:last-child,
      .cart-additional-checkout-buttons:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1240px) {
    .cart-checkout-buttons,
    .cart-additional-checkout-buttons {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-left: 68.23843%; }
      .cart-checkout-buttons:last-child,
      .cart-additional-checkout-buttons:last-child {
        margin-right: 0; } }
  .cart-checkout-buttons .checkout-button,
  .cart-checkout-buttons > div,
  .cart-additional-checkout-buttons .checkout-button,
  .cart-additional-checkout-buttons > div {
    width: 100%; }
    @media screen and (min-width: 1240px) {
      .cart-checkout-buttons .checkout-button,
      .cart-checkout-buttons > div,
      .cart-additional-checkout-buttons .checkout-button,
      .cart-additional-checkout-buttons > div {
        float: right;
        max-width: 300px;
        text-align: center; } }

.checkout-multiple {
  display: inline-block;
  margin-top: 10px;
  text-align: center; }

.cart-additional-checkout-buttons {
  text-align: center; }
  .cart-additional-checkout-buttons p {
    float: none !important; }
  .cart-additional-checkout-buttons form {
    clear: both; }

.empty-cart {
  text-align: center; }

.shipping-quotes {
  clear: both; }
  .shipping-quotes .button, .shipping-quotes .auth-button-alt {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px; }

.shipping-errors .alert-error {
  margin-top: 20px; }

.price-discounted {
  text-decoration: line-through; }

@media screen and (min-width: 760px) {
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .sidebar:last-child {
      margin-right: 0; } }

@media screen and (max-width: 759px) {
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .sidebar:last-child {
      margin-right: 0; } }

.sidebar.sidebar-disabled {
  display: none; }

.collection-products {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .collection-products:last-child {
    margin-right: 0; }
  @media screen and (min-width: 760px) {
    .sidebar-disabled + .collection-products {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .sidebar-disabled + .collection-products:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 759px) {
    .collection-products {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .collection-products:last-child {
        margin-right: 0; } }

.collection-product-listing-header {
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea; }
  .collection-product-listing-header .sorting-form {
    float: right; }
    .collection-product-listing-header .sorting-form .form-select-wrapper {
      display: inline-block;
      width: 175px; }
    .collection-product-listing-header .sorting-form .form-label {
      display: inline-block;
      margin-right: 15px;
      font-family: "Source Sans Pro";
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase; }

.compare-form {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 1999;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
  .compare-form .form-field {
    padding: 0;
    margin: 0;
    background-color: #ffffff; }

.compare-button {
  display: none;
  height: 45px;
  padding-right: 15px;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  color: #262626;
  text-transform: uppercase;
  background-color: transparent;
  border-width: 0; }
  .compare-button:focus {
    outline: none; }

.compare-button-visible {
  display: inline-block; }

.compare-count {
  display: inline-block;
  min-width: 20px;
  margin-right: 10px;
  margin-left: 15px;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #be5400;
  border-radius: 9999em; }
  .compare-count:empty {
    display: none; }

.collection-product-image {
  display: block;
  width: 100%;
  margin: 0 auto; }

.compare-heading {
  width: 25%;
  padding-left: 0;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: normal;
  vertical-align: top; }

.compare-table {
  border-right: 0;
  border-bottom: 0;
  border-left: 0; }
  .compare-table th,
  .compare-table td {
    background-color: transparent;
    border-top: 1px solid #eaeaea;
    border-right: 0;
    border-bottom: 0;
    border-left: 0; }

.compare-product {
  padding-top: 60px;
  padding-bottom: 0;
  text-align: center;
  vertical-align: top; }
  .compare-product .card-image {
    width: 100%;
    max-width: 172px; }

.compare-heading,
.compare-item {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left; }
  .compare-heading .product-title,
  .compare-item .product-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: none; }
    .compare-heading .product-title > a,
    .compare-item .product-title > a {
      color: #262626;
      text-decoration: none; }
  .compare-heading .price,
  .compare-item .price {
    margin-top: 10px;
    font-size: 18px; }
  .compare-heading .price-value,
  .compare-item .price-value {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Source Sans Pro"; }

.compare-remove {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #262626; }

.details-row td,
.details-row th,
.cta-row td,
.cta-row th {
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
  border-top: 0; }

.cta-row td,
.cta-row th {
  padding-bottom: 40px; }

.contact-us .form-field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 0; }
  .contact-us .form-field:last-child {
    margin-right: 0; }
  .contact-us .form-field:nth-of-type(even) {
    margin-right: 0; }
  .contact-us .form-field .form-input {
    max-width: none; }

.contact-us .form-field-multiline {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .contact-us .form-field-multiline:last-child {
    margin-right: 0; }

.contact-us .form-actions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px; }
  .contact-us .form-actions:last-child {
    margin-right: 0; }

.contact-us .g-recaptcha {
  clear: both; }

.content.contact-us .page-content, .content.contact-us .content-listing {
  max-width: 1000px; }
  @media screen and (min-width: 768px) {
    .content.contact-us .page-content, .content.contact-us .content-listing {
      display: flex; }
      .content.contact-us .page-content .contact-left, .content.contact-us .content-listing .contact-left {
        width: 60%; }
      .content.contact-us .page-content .contact-right, .content.contact-us .content-listing .contact-right {
        width: 35%;
        margin-left: 5%;
        padding-top: 4rem; } }
  .content.contact-us .page-content h2, .content.contact-us .content-listing h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.15rem;
    font-weight: 500;
    margin-top: .35rem;
    margin-bottom: 0; }

.error-search {
  text-align: center; }

.cms-page {
  margin-bottom: 40px; }

.page-content, .content-listing {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }
  .page-content::after, .content-listing::after {
    clear: both;
    content: "";
    display: block; }

#consent-manager .css-10z1g2q {
  background-color: #5E502B; }

.cms-page.Wags.Walks {
  margin-top: 0; }

@media screen and (max-width: 740px) {
  #petexpobadge[style] {
    right: 10px !important;
    top: -50px !important; }
    #petexpobadge[style] img {
      width: 120px !important;
      height: 120px !important; } }

.show-for-medium {
  display: block; }
  @media screen and (max-width: 767px) {
    .show-for-medium {
      display: none; } }

@media screen and (max-width: 767px) {
  [data-sub-layout-container="6972048d-a571-49f1-bf30-8bb53b8dcef4"]:after {
    background-position: left center; } }

@media screen and (min-width: 768px) {
  .columned {
    display: flex;
    align-items: center; }
    .columned .left {
      width: 50%; }
    .columned .right {
      width: 50%; } }

@media screen and (max-width: 767px) {
  .mugshot {
    margin-top: 60px;
    text-align: center; }
    .mugshot .mugshot-photo {
      position: relative; }
      .mugshot .mugshot-photo img {
        margin-top: -40px; } }

@media screen and (min-width: 768px) {
  .mugshot {
    display: flex;
    align-items: center; }
    .mugshot .mugshot-photo {
      width: 25%; }
      .mugshot .mugshot-photo img {
        margin-left: -45px; }
    .mugshot .mugshot-text {
      width: 72%; }
    .mugshot.wider-photo .mugshot-photo {
      width: 43%; }
      .mugshot.wider-photo .mugshot-photo img {
        margin-left: -65px; }
    .mugshot.wider-photo .mugshot-text {
      width: 57%;
      margin-left: -20px; } }

.Expo.LA.Thank {
  padding-bottom: 60px; }

.klaviyo-form input {
  border-radius: 4px !important; }

.klaviyo-form button {
  border-radius: 25px !important;
  border: 1px #262626 solid !important;
  color: #262626 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal !important;
  transition: all .35s ease-in-out;
  font-size: 1rem !important;
  text-transform: uppercase !important; }
  .klaviyo-form button:hover {
    background-color: #BE5400 !important;
    color: #ffffff !important;
    border-color: #BE5400 !important; }

.content.Expo .page-content, .content.Expo .content-listing {
  padding-bottom: 0; }

[data-content-region="home_below_carousel"] {
  max-width: 100vw;
  overflow: hidden; }

[data-sub-layout-container="6408b01e-a6ae-4855-8384-517061a7c731"],
[data-sub-layout-container="9055ac09-78e2-4db1-b779-bc99ca9c38e7"] {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    [data-sub-layout-container="6408b01e-a6ae-4855-8384-517061a7c731"],
    [data-sub-layout-container="9055ac09-78e2-4db1-b779-bc99ca9c38e7"] {
      padding-left: 40px;
      padding-right: 40px; } }

[data-sub-layout-container="a70a3c96-21f0-42ef-b6a8-af7af97ca25e"] {
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: hidden; }
  @media screen and (max-width: 700px) {
    [data-sub-layout-container="a70a3c96-21f0-42ef-b6a8-af7af97ca25e"] {
      padding-top: 20px !important;
      padding-bottom: 40px !important; }
      [data-sub-layout-container="a70a3c96-21f0-42ef-b6a8-af7af97ca25e"] #sd-image-f4f6ef6f-9608-440e-9dd4-02c4c1c7e769 {
        width: 100%;
        overflow-x: hidden; } }

@media screen and (max-width: 700px) {
  [data-widget-id="f4f6ef6f-9608-440e-9dd4-02c4c1c7e769"] {
    width: 100%;
    overflow: hidden; }
    [data-widget-id="f4f6ef6f-9608-440e-9dd4-02c4c1c7e769"] #sd-image-f4f6ef6f-9608-440e-9dd4-02c4c1c7e769 {
      margin-left: -30px; } }

[data-layout-id="77b228ff-8fb9-4f4c-85a5-91960474f6a3"] {
  padding-left: 40px;
  padding-right: 40px; }
  [data-layout-id="77b228ff-8fb9-4f4c-85a5-91960474f6a3"] [data-sub-layout-container='795f36b2-5092-4fab-93d1-e125df21e800'] {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      [data-layout-id="77b228ff-8fb9-4f4c-85a5-91960474f6a3"] [data-sub-layout-container='795f36b2-5092-4fab-93d1-e125df21e800'] {
        padding-top: 70px;
        padding-bottom: 70px; } }
    [data-layout-id="77b228ff-8fb9-4f4c-85a5-91960474f6a3"] [data-sub-layout-container='795f36b2-5092-4fab-93d1-e125df21e800'] div {
      z-index: 1; }
    @media screen and (min-width: 768px) {
      [data-layout-id="77b228ff-8fb9-4f4c-85a5-91960474f6a3"] [data-sub-layout-container='795f36b2-5092-4fab-93d1-e125df21e800'] [data-sub-layout="424727bd-f974-42db-a1d1-4621155bb774"] {
        padding-left: 40px; } }
    [data-layout-id="77b228ff-8fb9-4f4c-85a5-91960474f6a3"] [data-sub-layout-container='795f36b2-5092-4fab-93d1-e125df21e800']:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: white;
      width: 100vw;
      height: 100%;
      left: -50%;
      z-index: -2; }
    [data-layout-id="77b228ff-8fb9-4f4c-85a5-91960474f6a3"] [data-sub-layout-container='795f36b2-5092-4fab-93d1-e125df21e800']:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: white;
      width: 100vw;
      height: 100%;
      right: -50%; }

[data-sub-layout-container="493fe1ed-8aea-4ddb-958c-2c13f839c67f"] {
  padding-top: 2rem; }

.home-icon-row {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 3.75rem;
  justify-content: center; }
  @media screen and (max-width: 700px) {
    .home-icon-row {
      padding-right: 15px; } }
  .home-icon-row ul {
    width: 100%;
    max-width: 1400px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap; }
    .home-icon-row ul li {
      padding-left: 0;
      text-transform: uppercase;
      font-size: .9rem;
      line-height: 1.1rem;
      position: relative;
      margin-bottom: .8rem;
      padding-top: .5rem;
      padding-bottom: .5rem;
      display: flex;
      flex-direction: column;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .home-icon-row ul li {
          width: 33.3%; } }
      @media screen and (min-width: 768px) {
        .home-icon-row ul li {
          flex: 1 auto; } }
      .home-icon-row ul li span {
        display: block;
        text-align: center; }
        .home-icon-row ul li span.image {
          height: 69px;
          display: inline-flex;
          align-items: center;
          justify-content: center; }

@media screen and (max-width: 1280px) {
  [data-sub-layout-container="7ea981a0-9c44-4a5b-ae9f-9500661f37e8"],
  [data-sub-layout-container="0a9fe055-9f24-4ab8-874a-5428c78bd408"],
  [data-sub-layout-container="a627674d-ac08-46a7-807e-468f919f9c9c"] {
    padding-bottom: 5rem; } }

@media screen and (max-width: 700px) {
  [data-sub-layout-container="a627674d-ac08-46a7-807e-468f919f9c9c"] {
    padding-bottom: 2rem; } }

[data-sub-layout="37d0f07b-fc12-4931-bab9-dc99e615894b"],
[data-sub-layout="5418f20f-2ddf-433d-9c34-3a2bbdac87ed"],
[data-sub-layout="bf22ba48-2bfd-404a-a306-dcd1556a9a7c"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

[data-sub-layout="581720d3-ef16-44ad-8db4-18dd4d55b6a0"],
[data-sub-layout="db9615b3-6c61-4a5e-8da1-dd5261308121"] {
  align-items: flex-end; }

@media screen and (max-width: 700px) {
  [data-sub-layout="581720d3-ef16-44ad-8db4-18dd4d55b6a0"] {
    order: 2; } }

@media screen and (max-width: 700px) {
  [data-sub-layout="5418f20f-2ddf-433d-9c34-3a2bbdac87ed"] {
    order: 1; } }

.home-product {
  max-width: 580px; }
  .home-product h2, .home-product h3, .home-product p {
    color: #262626; }
  .home-product h2 {
    margin-bottom: 1.5rem;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 0; }
    @media screen and (max-width: 700px) {
      .home-product h2 {
        margin-top: 2rem; } }
  .home-product h3 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: normal;
    font-size: 1rem;
    font-style: italic;
    margin-bottom: .5rem;
    margin-top: 0; }
  .home-product h3 + p {
    marign-top: .25rem;
    margin-bottom: .25rem; }
  .home-product a.button.outline, .home-product a.outline.auth-button-alt {
    background-color: transparent;
    color: #262626;
    border: 1px #262626 solid; }
    .home-product a.button.outline:hover, .home-product a.outline.auth-button-alt:hover {
      cursor: pointer; }
  .home-product .ingredients {
    margin-bottom: 1.5rem;
    font-size: .8rem; }
    .home-product .ingredients em {
      font-weight: 600; }
  .home-product.move-product a.button.outline:hover, .home-product.move-product a.outline.auth-button-alt:hover {
    border-color: #002C33;
    color: #ffffff;
    background-color: #002C33; }
  .home-product.protect-product a.button.outline:hover, .home-product.protect-product a.outline.auth-button-alt:hover {
    border-color: #BE5400;
    color: #ffffff;
    background-color: #BE5400; }
  .home-product.think-product a.button.outline:hover, .home-product.think-product a.outline.auth-button-alt:hover {
    border-color: #5E502B;
    color: #ffffff;
    background-color: #5E502B; }

[data-sub-layout-container="9b2c8d04-dc33-4fcc-a45a-818769e0433a"] {
  position: relative !important;
  z-index: 90 !important; }

[data-sub-layout-container="795f36b2-5092-4fab-93d1-e125df21e800"] {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media screen and (min-width: 1500px) {
    [data-sub-layout-container="795f36b2-5092-4fab-93d1-e125df21e800"] {
      padding-top: 180px;
      padding-bottom: 230px; } }
  @media screen and (max-width: 700px) {
    [data-sub-layout-container="795f36b2-5092-4fab-93d1-e125df21e800"] {
      background: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/ingredients-mobile.jpg?t=1675959078") !important;
      background-position: center top;
      background-size: cover !important;
      background-repeat: no-repeat;
      padding-bottom: 90px; } }

[data-sub-layout-container="795f36b2-5092-4fab-93d1-e125df21e800"]:after {
  background-position: left center; }
  @media screen and (max-width: 700px) {
    [data-sub-layout-container="795f36b2-5092-4fab-93d1-e125df21e800"]:after {
      display: none !important; } }

[data-sub-layout="fa21aa86-d721-4aad-96ec-1faf2c294716"] {
  align-items: flex-end;
  position: relative !important;
  z-index: 99 !important;
  padding-top: 60px; }

@media screen and (max-width: 700px) {
  [data-sub-layout="db9615b3-6c61-4a5e-8da1-dd5261308121"] {
    order: 2; } }

@media screen and (max-width: 700px) {
  [data-sub-layout="db9615b3-6c61-4a5e-8da1-dd5261308121"] {
    padding-top: 290px; } }

@media screen and (min-width: 551px) and (max-width: 600px) {
  [data-sub-layout="db9615b3-6c61-4a5e-8da1-dd5261308121"] {
    padding-top: 150px; } }

@media screen and (min-width: 481px) and (max-width: 550px) {
  [data-sub-layout="db9615b3-6c61-4a5e-8da1-dd5261308121"] {
    padding-top: 90px; } }

@media screen and (max-width: 480px) {
  [data-sub-layout="db9615b3-6c61-4a5e-8da1-dd5261308121"] {
    padding-top: 0px; } }

@media screen and (min-width: 700px) and (max-width: 1080px) {
  [data-sub-layout="db9615b3-6c61-4a5e-8da1-dd5261308121"] {
    flex-basis: 60% !important;
    max-width: 60% !important; } }

@media screen and (min-width: 1081px) and (max-width: 1280px) {
  [data-sub-layout="db9615b3-6c61-4a5e-8da1-dd5261308121"] {
    flex-basis: 60% !important;
    max-width: 60% !important; } }

@media screen and (min-width: 1281px) and (max-width: 1480px) {
  [data-sub-layout="db9615b3-6c61-4a5e-8da1-dd5261308121"] {
    flex-basis: 50% !important;
    max-width: 50% !important; } }

@media screen and (min-width: 700px) and (max-width: 1080px) {
  [data-sub-layout="424727bd-f974-42db-a1d1-4621155bb774"] {
    flex-basis: 40% !important;
    max-width: 40% !important; } }

@media screen and (min-width: 1081px) and (max-width: 1280px) {
  [data-sub-layout="424727bd-f974-42db-a1d1-4621155bb774"] {
    flex-basis: 40% !important;
    max-width: 40% !important; } }

@media screen and (min-width: 1281px) and (max-width: 1480px) {
  [data-sub-layout="424727bd-f974-42db-a1d1-4621155bb774"] {
    flex-basis: 50% !important;
    max-width: 50% !important; } }

[data-sub-layout="424727bd-f974-42db-a1d1-4621155bb774"] .science-seal {
  width: 300px;
  margin: 0 auto;
  transform: rotate(25deg); }

@media screen and (max-width: 700px) {
  [data-sub-layout="424727bd-f974-42db-a1d1-4621155bb774"] {
    order: 1; }
    [data-sub-layout="424727bd-f974-42db-a1d1-4621155bb774"] .science-seal[style] {
      width: 200px !important; } }

.home-science {
  max-width: 600px; }
  .home-science .science-seal {
    top: -180px;
    width: 170px;
    position: absolute; }
    @media screen and (min-width: 1480px) {
      .home-science .science-seal {
        top: -220px;
        width: 180px; } }
  @media screen and (min-width: 768px) {
    .home-science .home-science-text {
      padding-right: 120px; } }
  .home-science h2, .home-science p {
    color: #262626; }
  .home-science h2 {
    font-size: 32px; }
  .home-science a.button.outline, .home-science a.outline.auth-button-alt {
    background-color: transparent;
    color: #262626;
    border: 1px #262626 solid;
    font-weight: 600; }
    .home-science a.button.outline:hover, .home-science a.outline.auth-button-alt:hover {
      cursor: pointer;
      background-color: #BE5400;
      color: #ffffff;
      border-color: #BE5400; }

.icon-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .icon-list {
      display: flex; }
      .icon-list .home-icons {
        width: 50%; } }
  .icon-list .home-icons li {
    text-transform: uppercase;
    font-size: .9rem;
    position: relative;
    padding-left: 45px;
    margin-bottom: .8rem;
    padding-top: .5rem;
    padding-bottom: .5rem; }
    .icon-list .home-icons li:before {
      position: absolute;
      top: 0;
      content: '';
      background-size: contain;
      width: 25px;
      margin-right: 5px;
      background-repeat: no-repeat;
      display: block;
      height: 40px;
      margin-left: -45px; }
    .icon-list .home-icons li.gluten:before {
      background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/icon-glutenfree.png"); }
    .icon-list .home-icons li.gmo:before {
      background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/icon-gmofree.png"); }
    .icon-list .home-icons li.oil:before {
      background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/icon-oilfree.png"); }
    .icon-list .home-icons li.peptides {
      padding-left: 55px; }
      .icon-list .home-icons li.peptides:before {
        width: 40px;
        margin-left: -55px;
        background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/icon-peptide.png"); }
    .icon-list .home-icons li.amino {
      padding-left: 55px; }
      .icon-list .home-icons li.amino:before {
        width: 40px;
        margin-left: -55px;
        background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/icon-aminoacids.png"); }
    .icon-list .home-icons li.organic {
      padding-left: 55px; }
      .icon-list .home-icons li.organic:before {
        width: 35px;
        margin-left: -55px;
        background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/icon-organic.png"); }

.products-featured-wrap {
  padding-left: 0;
  padding-right: 0; }
  .products-featured-wrap .products-featured {
    padding-left: 40px;
    padding-right: 40px; }

@media screen and (min-width: 760px) {
  #bc-carousel-e05072f9-bba8-4ee6-bd05-e3f3785b8615 {
    margin-left: 30px; } }

#bc-carousel-e05072f9-bba8-4ee6-bd05-e3f3785b8615 .css-b84nxn {
  padding: 0; }

#bc-carousel-e05072f9-bba8-4ee6-bd05-e3f3785b8615 [data-test-id="carousel-title"] {
  color: #5E502B;
  font-family: "Playfair Display", serif;
  font-size: 1.875em; }

#bc-carousel-e05072f9-bba8-4ee6-bd05-e3f3785b8615 [data-test-id="carousel-subtitle"] {
  color: #5E502B;
  font-family: "Montserrat", sans-serif;
  font-size: 1em; }

.css-mwwowe {
  background-color: transparent; }

[data-content-region='page_hero_content'] [data-sub-layout='f387a886-ba45-42b7-84ad-647360b329f0'] {
  padding-left: 0;
  padding-right: 0; }

[data-content-region='page_hero_content'] .go3393032375 {
  display: none; }

.page-content, .content-listing {
  max-width: 800px;
  padding-bottom: 100px; }
  .page-content h1, .content-listing h1 {
    font-size: 2.5rem;
    color: #262626;
    margin-bottom: 0; }
    .page-content h1:first-child:first-letter, .content-listing h1:first-child:first-letter {
      font-size: 2.5rem;
      color: #262626; }
  @media screen and (max-width: 759px) {
    .page-content, .content-listing {
      font-size: 1.8rem; }
      .page-content:first-child:first-letter, .content-listing:first-child:first-letter {
        font-size: 1.8rem; } }
  .page-content h1 + h2, .content-listing h1 + h2 {
    font-family: "Montserrat", sans-serif;
    color: #5E502B;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 3.5rem;
    font-style: italic; }
    @media screen and (max-width: 759px) {
      .page-content h1 + h2, .content-listing h1 + h2 {
        font-size: 1.2rem; } }
  .page-content p, .content-listing p {
    color: #5E502B; }
  .page-content h3, .content-listing h3 {
    font-size: 1.525rem; }
  .page-content p + h2, .content-listing p + h2,
  .page-content p + h3,
  .content-listing p + h3 {
    margin-top: 2.5rem; }
  .page-content .inset, .content-listing .inset {
    margin-top: 3rem;
    margin-bottom: 3.35rem;
    background-color: #d3dee4;
    border-radius: 10px;
    padding: 35px 50px 200px 50px;
    background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/wave2.png?t=1676052959");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom; }
    .page-content .inset h2, .content-listing .inset h2, .page-content .inset h3, .content-listing .inset h3, .page-content .inset h4, .content-listing .inset h4, .page-content .inset p, .content-listing .inset p {
      color: #262626; }

@media screen and (min-width: 701px) {
  .cms-page.Science .ingredients-row {
    display: flex; }
    .cms-page.Science .ingredients-row .text {
      width: 60%; }
    .cms-page.Science .ingredients-row .image-cell {
      width: 40%;
      display: flex;
      align-self: flex-end; } }

.cms-page.Science h3.no-padding {
  margin-top: 0.25rem !important; }

@media screen and (min-width: 701px) {
  .cms-page.Science .icon-row {
    display: flex;
    align-items: center; }
    .cms-page.Science .icon-row .text {
      width: 80%; }
    .cms-page.Science .icon-row .image-cell {
      width: 20%;
      text-align: center; }
      .cms-page.Science .icon-row .image-cell img {
        padding-top: 10px; } }

[data-content-region="header_bottom"] {
  background-color: #FFF9F2; }

@media screen and (min-width: 1280px) {
  #sd-hero-image-4aaed01f-6784-45ba-b85d-9fea5cb0ae63 .go1933007047, #sd-hero-image-4aaed01f-6784-45ba-b85d-9fea5cb0ae63 .go1389369852, #sd-hero-image-4aaed01f-6784-45ba-b85d-9fea5cb0ae63 .go1261036730,
  #sd-hero-image-628ccccf-1899-4bef-9530-61578b778019 .go1933007047,
  #sd-hero-image-628ccccf-1899-4bef-9530-61578b778019 .go1389369852,
  #sd-hero-image-628ccccf-1899-4bef-9530-61578b778019 .go1261036730 {
    min-height: 400px; } }

.cms-page.FAQs {
  position: relative;
  z-index: 1; }
  .cms-page.FAQs h1 {
    font-size: 2.5rem; }
    .cms-page.FAQs h1:first-letter {
      font-size: 2.5rem; }
  .cms-page.FAQs img {
    border-radius: 12px;
    margin-top: 2rem; }
  .cms-page.FAQs h1 + h2, .cms-page.FAQs h2 {
    font-size: .89rem;
    font-weight: 700;
    color: white;
    border-radius: 8px;
    padding: 8px 15px;
    background-color: #BE5400;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-family: "Montserrat", sans-serif !important;
    margin-top: 2.25rem;
    font-style: normal;
    display: inline-block; }
  .cms-page.FAQs h3 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 0; }
  .cms-page.FAQs h3 + p {
    margin-top: .3rem; }

#curcumin {
  position: absolute;
  right: 60px;
  overflow: hidden;
  z-index: 0;
  width: 600px;
  height: 600px;
  text-align: right; }
  @media screen and (max-width: 700px) {
    #curcumin {
      width: 300px;
      height: 300px;
      right: 0; } }
  #curcumin img {
    margin-top: -50px; }

#bark {
  position: absolute;
  left: -300px;
  z-index: 0;
  width: 400px;
  height: 400px;
  text-align: right; }
  @media screen and (max-width: 700px) {
    #bark {
      width: 200px;
      height: 200px; } }

[data-sub-layout="8b29f969-b52f-4e1f-a4a0-0a4b38748b07"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media screen and (min-width: 760px) {
  .cms-page.FAQs {
    background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/magnolia2.png");
    background-position: 111% 0%;
    background-repeat: no-repeat; } }

@media screen and (min-width: 761px) {
  .cms-page.Story {
    max-width: 1380px;
    padding-left: 90px;
    padding-right: 90px;
    background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/leaves-green.png?t=1675979140");
    background-position: 0px 13%;
    background-repeat: no-repeat; } }

.cms-page.Story {
  text-align: center; }
  .cms-page.Story p, .cms-page.Story h2, .cms-page.Story h3, .cms-page.Story h1, .cms-page.Story img {
    z-index: 1; }
  .cms-page.Story img {
    border-radius: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .cms-page.Story p + h3 {
    margin-top: 0 !important; }
  .cms-page.Story p.icon img {
    margin-bottom: 0; }

@media screen and (max-width: 759px) {
  .carousel-navigation {
    top: 22%; } }

/* [Object] Modal
  * =============================== */
.custom-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(38, 38, 38, 0.87);
  transition: opacity .25s ease;
  z-index: 10002; }

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer; }

.modal-state {
  display: none; }

.modal-state:checked + .custom-modal {
  opacity: 1;
  visibility: visible; }

.modal-state:checked + .custom-modal .modal__inner {
  top: 20%; }
  @media screen and (max-width: 768px) {
    .modal-state:checked + .custom-modal .modal__inner {
      top: 20px; } }

.modal__inner {
  transition: top .25s ease;
  position: relative;
  top: -20%;
  width: 50%;
  max-width: 650px;
  margin: auto;
  overflow: auto;
  background: #FFF9F2;
  border-radius: 5px;
  padding: 1em 2em;
  height: auto; }
  @media screen and (max-width: 768px) {
    .modal__inner {
      width: 90%;
      height: 90%;
      box-sizing: border-box; } }
  .modal__inner .modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer; }
    .modal__inner .modal__close:after, .modal__inner .modal__close:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 1.5em;
      background: #5E502B;
      display: block;
      transform: rotate(45deg);
      left: 50%;
      margin: -3px 0 0 -1px;
      top: 0; }
    .modal__inner .modal__close:before {
      transform: rotate(-45deg); }
    .modal__inner .modal__close:hover:before, .modal__inner .modal__close:hover:after {
      background: #BE5400; }

.cms-page.Meet.Pack {
  max-width: 1100px; }
  .cms-page.Meet.Pack h1 {
    text-align: center; }
  .cms-page.Meet.Pack .pack-bio {
    padding-left: 40px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .cms-page.Meet.Pack .pack-bio {
        padding-left: 20px; } }
    .cms-page.Meet.Pack .pack-bio.left-copy {
      padding-left: 70px; }
      @media screen and (max-width: 768px) {
        .cms-page.Meet.Pack .pack-bio.left-copy {
          padding-left: 30px; } }
    .cms-page.Meet.Pack .pack-bio img.pack-title {
      position: absolute;
      left: -20px;
      top: 0; }
      @media screen and (max-width: 768px) {
        .cms-page.Meet.Pack .pack-bio img.pack-title {
          width: 30px;
          top: -90px; } }
    .cms-page.Meet.Pack .pack-bio h2 {
      font-size: 50px; }
    .cms-page.Meet.Pack .pack-bio.olive h2 {
      color: #5E502B; }
    .cms-page.Meet.Pack .pack-bio.orange h2 {
      color: #BE5400; }
    .cms-page.Meet.Pack .pack-bio.blue h2 {
      color: #002C33; }
  @media screen and (max-width: 768px) {
    .cms-page.Meet.Pack .page-content.rte, .cms-page.Meet.Pack .rte.content-listing {
      padding-bottom: 45px; }
    .cms-page.Meet.Pack div[data-sub-layout="6d731405-b1d4-432a-8278-c1a84d46b089"] {
      padding-bottom: 20px; }
    .cms-page.Meet.Pack div[data-sub-layout="014fd7ed-3cfd-4c6e-9b5d-731bbfdef358"] {
      padding-top: 60px; }
    .cms-page.Meet.Pack div[data-sub-layout-container="1c491bbf-23b5-4a15-a4be-61542393d9ef"] > div:first-child,
    .cms-page.Meet.Pack div[data-sub-layout-container="6dc1a3d7-0643-4c40-a5f2-025501741b06"] > div:first-child,
    .cms-page.Meet.Pack div[data-sub-layout-container="ff7d1891-36a8-4b86-8b5b-fa64bcafae65"] > div:first-child {
      order: 2; }
    .cms-page.Meet.Pack div[data-sub-layout-container="1c491bbf-23b5-4a15-a4be-61542393d9ef"] > div:nth-child(2),
    .cms-page.Meet.Pack div[data-sub-layout-container="6dc1a3d7-0643-4c40-a5f2-025501741b06"] > div:nth-child(2),
    .cms-page.Meet.Pack div[data-sub-layout-container="ff7d1891-36a8-4b86-8b5b-fa64bcafae65"] > div:nth-child(2) {
      order: 1; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product-primary-wrapper {
  overflow: auto;
  background-color: #fff9f2; }
  @media screen and (max-width: 759px) {
    .product-primary-wrapper {
      padding-right: 75px;
      padding-left: 75px; } }
  @media screen and (max-width: 499px) {
    .product-primary-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 760px) {
    .product-primary-wrapper {
      padding-right: 40px;
      padding-left: 40px; } }
  .product-primary-wrapper .breadcrumb-container {
    display: none; }

.product-primary {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem; }
  .product-primary::after {
    clear: both;
    content: "";
    display: block; }

@media screen and (max-width: 759px) {
  .product-images,
  .product-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-images:last-child,
    .product-details:last-child {
      margin-right: 0; } }

@media screen and (min-width: 760px) {
  .product-images,
  .product-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .product-images:last-child,
    .product-details:last-child {
      margin-right: 0; } }

.product-images img {
  border-radius: 10px; }

@media screen and (max-width: 759px) {
  .product-images {
    margin-bottom: 55px; } }

@media screen and (max-width: 499px) {
  .product-images {
    margin-bottom: 30px; } }

@media screen and (min-width: 760px) {
  .product-images {
    margin-bottom: 95px; } }

.product-main-image {
  margin-bottom: 20px; }

.product-image {
  width: 100%; }

.product-thumbnails {
  font-size: 0; }
  @media screen and (max-width: 759px) {
    .product-thumbnails {
      text-align: center; } }

.product-thumbnail {
  display: inline-block;
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer; }
  .product-thumbnail > img {
    border-radius: 10px;
    width: 100%;
    max-width: none; }
  .product-thumbnail.active {
    position: relative;
    cursor: auto; }
    .product-thumbnail.active:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      border: 2px solid #C8B77C;
      content: ""; }
  .product-thumbnail:nth-child(4n) {
    margin-right: 0; }

.product-details {
  position: relative; }
  @media screen and (max-width: 759px) {
    .product-details {
      margin-bottom: 90px; } }
  @media screen and (max-width: 499px) {
    .product-details {
      padding-right: 10px;
      padding-left: 10px; } }
  @media screen and (min-width: 760px) {
    .product-details {
      padding-top: 30px;
      padding-left: 6.67%;
      margin-bottom: 115px; } }
  .product-details .product-vendor {
    font-family: "Source Sans Pro";
    font-size: 18px;
    color: #5e502b; }
  .product-details .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase; }
    @media screen and (max-width: 499px) {
      .product-details .page-title {
        font-size: 35px; } }
  .product-details .form-submit-wrapper {
    margin-bottom: 10px; }
    .product-details .form-submit-wrapper .button, .product-details .form-submit-wrapper .auth-button-alt {
      margin-right: 5px;
      margin-bottom: 15px; }
    .product-details .form-submit-wrapper .button ~ .button, .product-details .form-submit-wrapper .auth-button-alt ~ .button, .product-details .form-submit-wrapper .button ~ .auth-button-alt, .product-details .form-submit-wrapper .auth-button-alt ~ .auth-button-alt {
      margin: 0; }

.product-info {
  margin-top: 15px;
  margin-bottom: 0; }
  .product-info:empty {
    display: none; }
  .product-info .product-quantity-wrapper {
    margin-top: 0; }

.product-info-item {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #5E502B; }
  .product-info-item.product-details-hidden {
    display: none; }

.product-info-label {
  margin-right: 5px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #666666; }

.product-bulk-pricing-modal {
  display: none; }
  .product-bulk-pricing-modal.animating, .product-bulk-pricing-modal.visible {
    display: block; }

.product-secondary-wrapper {
  overflow: auto; }

.product-options .form-field-title {
  color: #5E502B;
  font-weight: 500;
  text-transform: none; }

.product-options .form-field-control select {
  border-radius: 4px;
  border: 1px #C8B77C solid; }

.product-options .form-field-quantity-control input {
  border-color: #C8B77C; }

.product-tabs-menu {
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea; }
  @media screen and (max-width: 759px) {
    .product-tabs-menu {
      padding-right: 60px;
      padding-left: 60px; } }
  @media screen and (max-width: 759px) {
    .product-tabs-menu {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 499px) {
    .product-tabs-menu {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (min-width: 760px) {
    .product-tabs-menu {
      padding-right: 40px;
      padding-left: 40px; } }
  .product-tabs-menu .form-select-wrapper {
    display: none; }
    @media screen and (max-width: 499px) {
      .product-tabs-menu .form-select-wrapper {
        display: block;
        margin-top: 35px;
        margin-bottom: 35px; } }
  .product-tabs-menu .selected-text {
    text-transform: uppercase; }

.product-tabs-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0; }
  .product-tabs-list::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 499px) {
    .product-tabs-list {
      display: none; } }

.product-tab-title {
  position: relative;
  display: inline-block;
  margin-right: 70px;
  font-family: "Source Sans Pro";
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }
  .product-tab-title:last-of-type {
    margin-right: 0; }

.product-tab-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #262626;
  user-select: none; }
  .product-tab-link.active {
    color: #5e502b; }
    .product-tab-link.active:after {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #C8B77C;
      content: ""; }

.product-tabs {
  margin-bottom: 60px; }
  @media screen and (max-width: 759px) {
    .product-tabs {
      padding-right: 60px;
      padding-left: 60px;
      margin-top: 50px; } }
  @media screen and (max-width: 499px) {
    .product-tabs {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (min-width: 760px) {
    .product-tabs {
      padding-right: 40px;
      padding-left: 40px;
      margin-top: 60px; } }
  .product-tabs .tab-content-panel {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .product-tabs .tab-content-panel::after {
      clear: both;
      content: "";
      display: block; }

.product-video-wrapper {
  margin-bottom: 50px; }
  .product-video-wrapper:last-child {
    margin-bottom: 0; }

.products-related {
  padding-top: 65px;
  border-top: 1px solid #eaeaea; }

.tab-content-panel {
  padding-bottom: 100px; }
  .tab-content-panel .product-description, .tab-content-panel .ingredients {
    max-width: 950px; }
  .tab-content-panel h2 {
    font-size: 1.75em;
    margin-top: 2.25rem;
    color: #262626; }
    .tab-content-panel h2.uppercase {
      text-transform: uppercase;
      margin: 0 0 .5rem 0; }
  .tab-content-panel h3 {
    font-family: "Montserrat", sans-serif !important;
    color: #262626;
    font-weight: 600;
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 0; }
  .tab-content-panel p, .tab-content-panel li {
    font-weight: 400; }
  .tab-content-panel p + h3 {
    margin-top: 2rem; }
  .tab-content-panel table {
    max-width: 500px;
    min-width: 20px;
    border-color: #C8B77C; }
    .tab-content-panel table td {
      text-align: left; }

.callout {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background-color: #E8D462;
  color: #BE5400; }
  .callout.move-color {
    color: #002C33;
    background-color: #93AEBE; }
  .callout.think-color {
    color: #5E502B;
    background-color: #C8B77C; }
  .callout.protect-color {
    color: #BE5400;
    background-color: #F1CDB6; }

.search-results-suggestion {
  margin-bottom: 20px;
  font-family: "Source Sans Pro";
  color: #daceae;
  text-align: center; }
  .search-results-suggestion a {
    color: inherit; }

.tab-search-toggles {
  display: block;
  margin-bottom: 40px;
  text-align: center; }

.tab-title {
  display: inline-block; }
  .tab-title:only-child {
    margin-right: 0;
    margin-left: 0; }
  .tab-title:first-child {
    margin-right: 20px; }
  .tab-title:last-child {
    margin-left: 20px; }
  .tab-title.tab-empty {
    display: none; }
  .tab-title .tab-search-link {
    padding-bottom: 15px;
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: 0;
    border-radius: 0;
    outline: none;
    appearance: none;
    color: inherit; }
    .tab-title .tab-search-link.active {
      color: #262626;
      border-bottom: 1px solid #262626; }

.brand-category-results {
  font-family: "Source Sans Pro"; }
  .brand-category-results ul {
    margin-top: 15px; }

.search-results-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-weight: bold;
  text-transform: uppercase; }

.content-panel {
  border-top: 1px solid #eaeaea; }

.content-listing {
  margin-top: 20px; }

.content-result {
  margin-bottom: 40px; }
  .content-result:last-child {
    margin-bottom: 0; }

.advanced-search-toggle {
  display: block;
  margin-bottom: 20px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  color: #be5400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .advanced-search-toggle:hover {
    color: #262626; }

.advanced-search-panel {
  margin-bottom: 40px;
  border-bottom: 1px solid #eaeaea; }

.dropdown {
  position: relative; }

.dropdown-panel {
  top: 100%;
  left: 0;
  display: none;
  min-width: 100%;
  padding: 21px 10px 20px; }
  .dropdown-panel.animating, .dropdown-panel.visible {
    display: block; }
  .dropdown-panel.animating-in, .dropdown-panel.animating-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.3s ease; }
  .dropdown-panel.visible {
    opacity: 1;
    transform: translateY(0); }

.advanced-search-form .form-field-title {
  font-family: "Source Sans Pro"; }

.advanced-search-form .form-input,
.advanced-search-form .form-select-wrapper {
  width: 100%;
  max-width: 100%; }

.advanced-search-form .form-actions {
  text-align: center; }

.categories-group {
  background: #ffffff;
  border: 1px solid #cccccc; }

.sitemap-content {
  display: block;
  margin-top: 50px; }
  .sitemap-content::after {
    clear: both;
    content: "";
    display: block; }

.sitemap-group {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .sitemap-group:last-child {
    margin-right: 0; }
  .sitemap-group:nth-child(3n) {
    margin-right: 0; }
  .sitemap-group:nth-child(4n) {
    clear: left; }
  @media screen and (max-width: 759px) {
    .sitemap-group {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 40px; }
      .sitemap-group:last-child {
        margin-right: 0; }
      .sitemap-group:first-child {
        margin-top: 0; } }
  .sitemap-group ul ul {
    margin-bottom: 10px;
    margin-left: 10px; }
  .sitemap-group li {
    margin: 5px 0; }
  .sitemap-group a {
    color: inherit; }

.sitemap-showall {
  display: block;
  margin-top: 15px;
  font-weight: 600; }

.subscribed {
  margin-bottom: 60px; }
  @media screen and (min-width: 760px) {
    .subscribed {
      margin-bottom: 100px; } }
  .subscribed .page-content, .subscribed .content-listing {
    text-align: center; }

.carousel {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 759px) {
    .carousel {
      height: auto !important; } }

.carousel-item {
  display: none; }
  @media screen and (max-width: 759px) {
    .carousel-item {
      position: relative; } }
  .carousel-item.animating {
    display: block;
    transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media screen and (max-width: 759px) {
    .carousel-item.animating-out {
      position: absolute; } }
  .carousel-item.animating-left {
    transform: translateX(100%); }
    .carousel-item.animating-left.animating-out {
      transform: translateX(-100%); }
  .carousel-item.animating-right {
    transform: translateX(-100%); }
    .carousel-item.animating-right.animating-out {
      transform: translateX(100%); }
  .carousel-item.visible, .carousel-item.visible.animating-left, .carousel-item.visible.animating-right {
    display: block;
    transform: translateX(0); }

.carousel-item-image {
  width: 100%; }

.carousel-item-info {
  width: 100%; }
  @media screen and (min-width: 760px) {
    .carousel-item-info {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media screen and (max-width: 759px) {
    .carousel-item-info {
      position: static;
      padding: 70px 40px 80px; } }
  @media screen and (max-width: 759px) {
    .carousel-item-info {
      padding: 20px 45px 20px 20px; } }
  @media screen and (max-width: 499px) {
    .carousel-item-info {
      padding: 20px 15px 25px; } }
  @media screen and (min-width: 760px) {
    .carousel-item-info .carousel-heading,
    .carousel-item-info .carousel-caption,
    .carousel-item-info .carousel-button {
      color: white; } }
  @media screen and (max-width: 759px) {
    .carousel-item-info .carousel-heading,
    .carousel-item-info .carousel-caption,
    .carousel-item-info .carousel-button {
      color: #262626; } }

.carousel-heading {
  margin-top: 0;
  font-family: "Source Sans Pro";
  text-transform: none; }
  @media screen and (min-width: 760px) {
    .carousel-heading {
      margin-bottom: 22px;
      font-size: 68px; } }
  @media screen and (min-width: 1650px) {
    .carousel-heading {
      margin-bottom: 25px;
      font-size: 92px; } }
  @media screen and (max-width: 759px) {
    .carousel-heading {
      margin-bottom: 20px;
      font-size: 58px; } }
  @media screen and (max-width: 499px) {
    .carousel-heading {
      margin-bottom: 15px;
      font-size: 40px; } }

.carousel-caption {
  font-family: "Source Sans Pro"; }
  @media screen and (min-width: 760px) {
    .carousel-caption {
      margin: 15px 0;
      font-size: 30px; } }
  @media screen and (min-width: 1650px) {
    .carousel-caption {
      margin: 20px 0;
      font-size: 40px; } }
  @media screen and (max-width: 759px) {
    .carousel-caption {
      font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .carousel-caption {
      margin: 15px 0; } }

.carousel-button {
  position: relative;
  padding: 0;
  text-transform: uppercase;
  background-color: transparent;
  border-color: transparent; }
  .carousel-button:after {
    position: absolute;
    bottom: -15px;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #be5400;
    content: ""; }
  .carousel-button:hover, .carousel-button:active {
    background-color: transparent;
    border-color: transparent; }
  @media screen and (min-width: 760px) {
    .carousel-button {
      font-size: 21px; } }
  @media screen and (min-width: 1650px) {
    .carousel-button {
      font-size: 23px; } }
  @media screen and (max-width: 759px) {
    .carousel-button {
      font-size: 19px; } }

@media screen and (min-width: 760px) {
  .carousel-navigation-item.carousel-previous {
    left: 55px; } }

@media screen and (min-width: 1650px) {
  .carousel-navigation-item.carousel-previous {
    left: 100px; } }

@media screen and (max-width: 759px) {
  .carousel-navigation-item.carousel-previous {
    left: 40px; } }

@media screen and (max-width: 499px) {
  .carousel-navigation-item.carousel-previous {
    left: 25px; } }

@media screen and (min-width: 760px) {
  .carousel-navigation-item.carousel-next {
    right: 55px; } }

@media screen and (min-width: 1650px) {
  .carousel-navigation-item.carousel-next {
    right: 100px; } }

@media screen and (max-width: 759px) {
  .carousel-navigation-item.carousel-next {
    right: 40px; } }

@media screen and (max-width: 499px) {
  .carousel-navigation-item.carousel-next {
    right: 25px; } }

@media screen and (min-width: 701px) {
  section.carousel .carousel-item:first-child .carousel-item-info, section.carousel .carousel-item:nth-child(2) .carousel-item-info {
    position: absolute;
    transform: none;
    width: 35%;
    top: 6.5%;
    left: 5%;
    text-align: left; }
  section.carousel .carousel-item:nth-child(3) .carousel-item-info {
    top: 25%;
    text-align: center; } }

@media screen and (max-width: 700px) {
  section.carousel .carousel-item:nth-child(3) .carousel-item-image-link {
    background-image: url("https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/slider-jars-to-scale-mobile.jpg?t=1675976548");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1 !important;
    display: block;
    background-position: center center; }
    section.carousel .carousel-item:nth-child(3) .carousel-item-image-link img {
      opacity: 0 !important; } }

section.carousel .carousel-item-info h2.carousel-heading {
  font-family: "Playfair Display", serif;
  font-size: 5.6rem;
  margin-bottom: 0;
  color: #262626; }
  @media screen and (min-width: 760px) and (max-width: 1250px) {
    section.carousel .carousel-item-info h2.carousel-heading {
      font-size: 2.2rem; } }
  @media screen and (max-width: 759px) {
    section.carousel .carousel-item-info h2.carousel-heading {
      font-size: 2rem; } }

section.carousel .carousel-item-info .carousel-caption {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  color: #262626;
  font-weight: 500 !important; }
  @media screen and (max-width: 759px) {
    section.carousel .carousel-item-info .carousel-caption {
      font-size: 1rem; } }

section.carousel .carousel-item-info .button.carousel-button, section.carousel .carousel-item-info .carousel-button.auth-button-alt {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  left: 17%;
  border: 3px #ffffff solid;
  border-radius: 22px;
  padding: 8px 25px; }
  section.carousel .carousel-item-info .button.carousel-button:hover, section.carousel .carousel-item-info .carousel-button.auth-button-alt:hover {
    background-color: #ffc82e; }
  section.carousel .carousel-item-info .button.carousel-button:after, section.carousel .carousel-item-info .carousel-button.auth-button-alt:after {
    display: none; }
  @media screen and (max-width: 759px) {
    section.carousel .carousel-item-info .button.carousel-button, section.carousel .carousel-item-info .carousel-button.auth-button-alt {
      border-color: #262626;
      color: #262626; } }

.account-wrapper {
  font-size: 15px; }

.account-nav,
.account-body {
  vertical-align: top; }

.account-wishlist-wrapper {
  display: grid; }

@media screen and (min-width: 620px) {
  .account-body {
    float: right;
    width: 65%;
    padding-left: 10px; } }

@media screen and (min-width: 900px) {
  .account-body {
    width: 100%; } }

.account-body > :first-child {
  margin-top: 0; }

.account-nav-hidden .account-body {
  float: none;
  width: 100%;
  padding-left: 0;
  margin-left: 0; }

@media screen and (max-width: 619px) {
  .account-nav {
    margin-bottom: 20px; } }

@media screen and (min-width: 620px) {
  .account-nav {
    float: left;
    width: 35%;
    padding-right: 10px; } }

@media screen and (min-width: 900px) {
  .account-nav {
    width: 25%; } }

.account-wrapper .form-label-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px; }

.account-wrapper .form-field-checkbox .form-label-text,
.account-wrapper .form-field-radio .form-label-text {
  width: auto; }

.account-wrapper .form-field {
  margin-bottom: 10px; }

.account-wrapper .form-input {
  width: 100%; }
  .account-wrapper .form-input.account-form-half {
    width: 50%; }

.account-wrapper .form-actions {
  clear: both; }

@media screen and (min-width: 480px) {
  .account-form-column-container .form-field {
    float: left;
    width: 50%; }
    .account-form-column-container .form-field:nth-child(odd) {
      padding-right: 10px; }
    .account-form-column-container .form-field:nth-child(even) {
      padding-left: 10px; } }

.account-wrapper table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }

.account-wrapper td,
.account-wrapper th {
  padding: 10px; }

.account-table-tight th,
.account-table-tight td {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea; }

.account-items {
  margin-bottom: 20px; }

.account-item {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #eaeaea; }
  .account-item:first-of-type {
    border-top: 1px solid #eaeaea; }

.account-item-thumbnail,
.account-item-body,
.account-item-badge,
.account-item-actions {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail,
    .account-item-body,
    .account-item-badge,
    .account-item-actions {
      display: table-cell;
      vertical-align: top; } }

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

.account-item-thumbnail {
  min-width: 100px; }
  .account-item-thumbnail img {
    height: auto;
    max-width: 100px; }

.account-item-body {
  width: 100%; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail + .account-item-body {
      padding-left: 10px; } }

.account-item-title {
  margin-top: 3px;
  font-size: 15px; }
  .account-item-title a {
    color: inherit; }

.account-item-title-large {
  font-size: 18px; }

.account-item-description {
  margin-top: 0;
  margin-bottom: 5px;
  color: #5f5f5f; }

.account-item-details {
  font-size: 15px;
  color: #5f5f5f; }

.account-item-detail {
  float: left;
  margin-top: 10px;
  margin-right: 20px; }

.account-item-detail-title {
  display: block;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #bfbfbf;
  text-transform: uppercase; }

.account-item-actions {
  white-space: nowrap; }

.account-header {
  display: table;
  width: 100%;
  margin-bottom: 10px; }

.account-heading,
.account-toolbar {
  display: table-cell;
  vertical-align: baseline; }
  .account-heading .alert-error,
  .account-toolbar .alert-error {
    display: none; }

.account-toolbar {
  text-align: right; }
  .account-toolbar * {
    display: inline; }

.account-tool {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
  color: inherit;
  border: 0; }
  .account-tool:hover {
    color: #888; }
  .account-tool:focus {
    outline: 0; }

.account-nav-list {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
  border: 1px solid #eaeaea;
  border-radius: 0; }

.account-nav-item {
  color: #888;
  border-top: 1px solid #eaeaea; }
  .account-nav-item:first-child {
    border-top: 0; }
  .account-nav-item.is-active {
    color: #be5400;
    border-left: 3px solid #be5400; }

.account-nav-link {
  display: block;
  padding: 15px;
  color: inherit; }

.account-nav-badge {
  float: right; }

.account-wrapper .pagination {
  margin-top: 10px; }

.account-card, .payment-method-details, .payment-method-edit-form {
  background: #f5f5f5; }
  .account-card .form-input, .payment-method-details .form-input, .payment-method-edit-form .form-input {
    background-color: #ffffff; }

.account-card {
  padding: 10px;
  margin: 10px 0;
  border-radius: 0; }

.account-toggle-hidden {
  display: none; }

.account-status {
  padding: 6px 10px 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #8e8e8e; }

.account-shipments {
  margin-bottom: 20px; }

.account-shipments-table th,
.account-shipments-table td {
  padding: 10px 0;
  text-align: left; }

.account-shipments-table th {
  padding: 10px 0 0;
  border-top: 1px solid #eaeaea; }

.account-wrapper .account-shipments-table {
  margin-top: 0;
  margin-bottom: 0; }

.payment-method-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.payment-method-name {
  width: 100%; }

.payment-method {
  display: flex;
  align-content: center;
  justify-content: center;
  min-height: 250px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #eaeaea; }
  @media screen and (min-width: 400px) {
    .payment-method {
      width: calc(50% - 15px); } }
  .payment-method .panel-payment-method {
    display: block; }
    .payment-method .panel-payment-method:hover .payment-method-title {
      color: #be5400; }
  .payment-method .panel-new-payment-method {
    position: relative;
    width: 100%;
    min-width: 305px; }
    .payment-method .panel-new-payment-method .panel-body {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .payment-method .payment-method-new-icon {
    width: 30px;
    height: 30px; }

.payment-method-card {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 20px; }

.payment-method-brand-contianer {
  display: flex; }

.payment-method-icon-card {
  width: 40px;
  height: 30px; }

.payment-method-brand {
  padding-top: 2px;
  padding-left: 10px; }

.payment-method-default-icon {
  width: 24px;
  height: 24px;
  padding-left: 5px; }

.payment-method-expiry {
  display: flex; }

.payment-method-details {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-top: 20px; }
  .payment-method-details .payment-methods-label {
    width: calc(50% - 20px); }
    @media screen and (min-width: 400px) {
      .payment-method-details .payment-methods-label {
        width: calc(40% - 20px); } }
  .payment-method-details .payment-method-description {
    width: calc(50% - 20px);
    text-align: right; }
    @media screen and (min-width: 400px) {
      .payment-method-details .payment-method-description {
        width: calc(60% - 20px); } }

.payment-method-edit-form {
  padding: 20px 20px 20px; }
  .payment-method-edit-form .form-actions {
    text-align: left; }

.account-page-add-address .account-content {
  padding-top: 10px;
  border-top: 1px solid #eaeaea; }

.account-address-detail {
  display: block; }

.account-address-form {
  padding-top: 10px; }
  @media screen and (min-width: 900px) {
    .account-address-form .form-field {
      float: left;
      width: 50%;
      padding-right: 10px; }
      .account-address-form .form-field:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 10px; }
      .account-address-form .form-field:nth-of-type(2n + 1) {
        clear: left; } }
  .account-address-form .form-actions {
    padding-top: 10px; }

.account-page-orders-receipt .account-content {
  padding-top: 10px;
  border-top: 1px solid #eaeaea; }

.account-receipt-summary {
  float: left;
  width: 33%;
  padding-right: 20px; }
  @media screen and (max-width: 900px) {
    .account-receipt-summary {
      width: 100%;
      padding-right: 0;
      padding-bottom: 20px; } }

.account-receipt-summary-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px; }

.account-receipt-summary-address {
  line-height: 1.5; }

.account-receipt-detail {
  margin-bottom: 5px; }

.account-receipt-detail-title {
  color: #929292; }

.account-receipt-comments {
  white-space: pre-line; }

.account-receipt-items {
  padding-top: 10px; }

.account-receipt-download {
  margin: 10px 0; }

.account-receipt-totals {
  display: table;
  width: 50%;
  margin-left: 50%; }
  @media screen and (max-width: 620px) {
    .account-receipt-totals {
      width: 100%;
      margin-left: 0; } }

.account-receipt-total {
  display: table-row;
  margin-bottom: 10px; }

.account-receipt-total-title,
.account-receipt-total-value {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #eaeaea; }
  .account-receipt-total:first-of-type .account-receipt-total-title, .account-receipt-total:first-of-type
  .account-receipt-total-value {
    border-top: 0; }

.account-receipt-total-title {
  font-weight: normal;
  letter-spacing: 1px;
  color: #929292; }

.account-receipt-total-value {
  text-align: right; }

.account-return-table th {
  text-align: left; }
  .account-return-table th:last-of-type {
    text-align: right; }

.account-return-table .form-field {
  margin-bottom: 0; }

.account-return-fields {
  margin-top: 20px; }
  .account-return-fields .form-field-select {
    width: 50%; }

.account-wishlists {
  margin-bottom: 30px; }

.account-messages-table.table-clean {
  border-bottom: 1px solid #eaeaea; }
  .account-messages-table.table-clean td {
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    border-top: 1px solid #eaeaea; }

.account-messages-table-date {
  width: 22%;
  text-align: right; }

.account-message-subject {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500; }
  .account-message-is-reply .account-message-subject:before {
    padding-right: 5px;
    content: "\21c9"; }
  .account-message-is-read .account-message-subject {
    color: #929292; }

.account-message-content {
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #5f5f5f;
  white-space: pre-line; }
  .account-message-is-read .account-message-content {
    color: #acacac; }

.account-message-date {
  color: #929292; }

.account-messages-form-subject {
  width: 50%; }

.account-download {
  padding: 10px 0 0;
  margin: 10px 0;
  border-top: 1px solid #eaeaea; }

.account-download-title {
  margin: 0;
  font-size: 1em; }

.account-download-link {
  color: inherit;
  text-decoration: underline; }

.account-download-filename {
  font-size: 1.2em; }

.account-download-filesize {
  padding-left: 5px;
  font-weight: normal;
  color: #929292; }

.account-download-description {
  padding-top: 10px;
  padding-bottom: 10px; }

.account-download-expiry {
  font-size: 0.9em;
  color: #929292; }

.account-download-expiry-item {
  display: block;
  padding-bottom: 5px; }
  .account-download-expiry-item:last-of-type {
    padding-bottom: 0; }

.account-downloads-gallery-image {
  text-align: center; }

.account-downloads-gallery-thumbs {
  text-align: center; }

.account-downloads-gallery-thumb {
  display: inline-block;
  width: 10%;
  height: 10%;
  padding: 0 2px;
  vertical-align: middle;
  cursor: pointer; }
  .account-downloads-gallery-thumb img {
    width: 100%;
    height: auto; }

.account-invoice-date {
  margin-top: -20px;
  font-size: 15px; }

.account-invoice-addresses {
  margin-top: 20px;
  margin-bottom: 20px; }

.account-invoice-address {
  float: left;
  margin-right: 20px; }

.account-invoice-address-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px; }

.account-invoice-address-body {
  line-height: 1.5; }

.account-wrapper .account-invoice-table {
  margin-bottom: 0; }

.account-invoice-table th,
.account-invoice-table td {
  padding-right: 10px;
  text-align: left;
  vertical-align: top; }
  .account-invoice-table th:nth-of-type(0n+3),
  .account-invoice-table td:nth-of-type(0n+3) {
    width: 10%; }
  .account-invoice-table th:last-of-type,
  .account-invoice-table td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-invoice-table td:first-of-type {
  width: 85px; }

.account-invoice-item-thumbnail {
  width: 60px;
  height: auto; }

.account-invoice-item-name {
  margin-bottom: 5px;
  font-weight: bold; }

.account-invoice-total-title {
  font-weight: bold; }

.account-wrapper .account-invoice-totals {
  width: auto;
  margin-top: 0;
  margin-left: auto; }

.account-invoice-totals th,
.account-invoice-totals td {
  padding-right: 10px; }
  .account-invoice-totals th:last-of-type,
  .account-invoice-totals td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-page-settings .alert:first-of-type {
  margin-top: 0; }

.account-page-settings .account-content {
  padding-top: 10px;
  border-top: 1px solid #eaeaea; }

.account-settings-form {
  padding-top: 10px; }
  .account-settings-form .form-field {
    float: left;
    width: 50%;
    padding-right: 5px;
    vertical-align: top; }
    .account-settings-form .form-field:nth-of-type(2n+0) {
      padding-right: 0;
      padding-left: 5px; }
  .account-settings-form .form-actions {
    padding-top: 10px; }

.account-page-payment .account-content {
  padding-top: 10px;
  border-top: 1px solid #eaeaea; }

@media screen and (min-width: 400px) {
  .payment-method-form {
    max-width: 60%; } }

.payment-method-form .payment-method-form-column {
  display: flex; }
  .payment-method-form .payment-method-form-column .payment-method-form-inputs {
    width: 70%; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs:last-child {
      width: 30%;
      padding-left: 10px; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs.payment-card-number, .payment-method-form .payment-method-form-column .payment-method-form-inputs.payment-cvv {
      position: relative; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs .payment-method-form-inputs-icon {
      position: absolute;
      top: 50px;
      right: 10px;
      width: 24px;
      height: 24px;
      fill: currentColor; }

.payment-method-form .form-field-checkbox {
  display: flex;
  align-content: center; }
  .payment-method-form .form-field-checkbox .form-field-title {
    position: relative;
    top: 1px;
    margin-bottom: 0; }

.payment-method-form .form-field-control {
  width: 20px; }

.payment-method-form .payment-method-form-details {
  display: inline-block;
  margin-bottom: 20px; }
  .payment-method-form .payment-method-form-details:first-child {
    margin-right: 30px; }

.payment-method-form .payment-method-form-details-description {
  margin-left: 0;
  font-weight: 700; }

.payment-method-form-subheading {
  margin: 0; }

.payment-method-form-cards-icon {
  width: 40px;
  margin-right: 5px; }

.billing-heading {
  margin: 0; }

.billing-addess-form {
  padding-top: 10px;
  border-top: 1px solid #eaeaea; }
  .billing-addess-form .form-field {
    width: 100%; }
    @media screen and (min-width: 400px) {
      .billing-addess-form .form-field {
        float: left;
        width: 50%;
        padding-right: 7.5px; }
        .billing-addess-form .form-field:nth-of-type(2n + 1) {
          clear: left; } }

.billing-actions .button + .button, .billing-actions .auth-button-alt + .button, .billing-actions .button + .auth-button-alt, .billing-actions .auth-button-alt + .auth-button-alt {
  margin-top: 20px; }
  @media screen and (min-width: 400px) {
    .billing-actions .button + .button, .billing-actions .auth-button-alt + .button, .billing-actions .button + .auth-button-alt, .billing-actions .auth-button-alt + .auth-button-alt {
      margin-top: 0;
      margin-left: 5px; } }

.account-page-login .alert {
  max-width: 860px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto; }

.account-login-wrapper {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 620px) {
    .account-login-wrapper {
      display: table;
      width: 100%;
      table-layout: fixed; } }

.account-page-login .account-sub-heading {
  margin: 0 0 20px; }

@media screen and (min-width: 620px) {
  .account-login,
  .account-create {
    display: table-cell;
    vertical-align: top; } }

@media screen and (max-width: 619px) {
  .account-login {
    margin-bottom: 20px; } }

@media screen and (min-width: 620px) {
  .account-login {
    padding: 10px 40px 10px 0; } }

.account-login-button {
  margin-right: 10px; }

.account-create {
  padding: 10px;
  background: #f5f5f5; }

.account-create-intro:empty {
  display: none; }

.account-create-facts {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style: disc; }
  .account-create-facts li:empty {
    display: none; }

.account-page-forgot .account-body {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none; }

.account-forgot-form {
  display: table;
  width: 100%;
  margin-top: 20px; }
  .account-forgot-form .form-field,
  .account-forgot-form .form-actions {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  .account-forgot-form .form-actions {
    width: 1px;
    padding-left: 10px; }

.account-page-create .account-header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }

.account-page-create .account-body {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }

.account-create-form .g-recaptcha > div {
  margin: 0 auto; }

@media screen and (min-width: 620px) {
  .account-create-form .form-field {
    float: left;
    width: 50%;
    padding-right: 10px; }
    .account-create-form .form-field:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 10px; }
    .account-create-form .form-field:nth-of-type(2n + 1) {
      clear: left; } }

.account-create-details,
.account-create-address {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }

.account-create-form-actions {
  text-align: center; }

.account-create-captcha {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 619px) {
    .account-create-captcha {
      margin-bottom: 10px; } }
  @media screen and (min-width: 620px) {
    .account-create-captcha {
      margin-right: 10px; } }

.account-page-created .account-body {
  float: none;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .account-page-created .account-body p {
    margin-bottom: 20px;
    line-height: 1.5; }
  .account-page-created .account-body em {
    font-family: monospace;
    font-style: normal;
    font-weight: bold;
    background: #f5f5f5; }

.account-page-new-password .account-content {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

.new-password-requirements {
  margin-bottom: 20px;
  text-align: center; }

.giftcard-nav {
  padding: 40px;
  margin-bottom: 40px;
  text-align: center; }

.giftcard-nav-item {
  display: inline-block;
  margin: 0 1em;
  color: #888; }
  .giftcard-nav-item.is-active {
    color: #5f5f5f; }

.giftcard-heading-container {
  margin-bottom: 40px;
  text-align: center; }

.giftcard-form-help-message {
  display: block;
  margin-top: 6px; }

.giftcard-form-preview iframe {
  width: 100%; }

.giftcard-single-theme {
  display: none; }

.giftcard-balance-container {
  max-width: 600px;
  margin: 0 auto; }

.form-giftcard-balance {
  position: relative; }
  .form-giftcard-balance .form-field-title {
    position: absolute;
    left: -9999px; }
  .form-giftcard-balance .form-field-control {
    display: block; }
    @media screen and (min-width: 620px) {
      .form-giftcard-balance .form-field-control {
        margin-right: calc(30% + 10px); } }
  @media screen and (min-width: 620px) {
    .form-giftcard-balance .form-actions {
      position: absolute;
      top: 0;
      right: 0;
      width: 30%; } }
  .form-giftcard-balance .button, .form-giftcard-balance .auth-button-alt {
    width: 100%; }

.giftcard-redeem-steps {
  line-height: 1.5; }
  .giftcard-redeem-steps li {
    margin-bottom: 0.75em; }

.account-heading {
  margin: 0; }

.account-wrapper .form-label-text {
  text-transform: none; }

.account-wrapper .form-input {
  max-width: none;
  text-align: left; }

.account-button-primary,
.account-button-secondary {
  padding: 12px 15px;
  font-size: 14px; }
  .form-actions .account-button-primary, .form-actions
  .account-button-secondary {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px; }

.account-nav-list {
  background-color: #ffffff; }

.account-messages-table td {
  text-align: left; }

.account-item:first-of-type {
  border-top: 0; }

.account-item:last-of-type {
  border-bottom: 0; }

@media screen and (max-width: 759px) {
  .account-login-wrapper,
  .account-login,
  .account-create {
    display: block; } }

.account-content {
  margin-top: 50px; }

.account-page-create.account-nav-hidden .account-body {
  float: none; }

.account-create-form .form-select-wrapper {
  max-width: none; }

.account-create-form .form-date-year .form-select-wrapper,
.account-create-form .form-date-month .form-select-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 2.35% !important; }
  .account-create-form .form-date-year .form-select-wrapper:last-child,
  .account-create-form .form-date-month .form-select-wrapper:last-child {
    margin-right: 0; }

.account-create-form .form-date-day .form-select-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .account-create-form .form-date-day .form-select-wrapper:last-child {
    margin-right: 0; }

.account-create-form .form-actions .button-primary,
.gift-content .form-actions .button-primary,
.shipping-quotes .form-actions .button-primary {
  height: 40px;
  padding: 0 15px;
  line-height: 40px; }

.account-create-form .form-checkbox,
.account-create-form .form-radio,
.gift-content .form-checkbox,
.gift-content .form-radio,
.shipping-quotes .form-checkbox,
.shipping-quotes .form-radio {
  display: none;
  width: auto;
  max-width: 0;
  min-width: 0;
  background: none;
  border: 0;
  appearance: none; }

.account-create-form .form-radio + .form-label-text,
.account-create-form .form-checkbox + .form-label-text,
.gift-content .form-radio + .form-label-text,
.gift-content .form-checkbox + .form-label-text,
.shipping-quotes .form-radio + .form-label-text,
.shipping-quotes .form-checkbox + .form-label-text {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-size: 13px; }
  .account-create-form .form-radio + .form-label-text:before,
  .account-create-form .form-checkbox + .form-label-text:before,
  .gift-content .form-radio + .form-label-text:before,
  .gift-content .form-checkbox + .form-label-text:before,
  .shipping-quotes .form-radio + .form-label-text:before,
  .shipping-quotes .form-checkbox + .form-label-text:before {
    display: inline-block;
    margin-right: 3px;
    height: 10px;
    width: 11px;
    cursor: pointer;
    content: ""; }

.account-create-form .form-field-control,
.gift-content .form-field-control,
.shipping-quotes .form-field-control {
  margin-top: 10px; }

.account-create-form .form-field-checkbox,
.gift-content .form-field-checkbox,
.shipping-quotes .form-field-checkbox {
  margin-bottom: 20px; }

.account-create-form .required-text,
.gift-content .required-text,
.shipping-quotes .required-text {
  margin-left: 5px;
  color: #666666;
  text-transform: none; }

.payment-method-form .form-field-checkbox {
  padding-left: 0 !important; }
  .payment-method-form .form-field-checkbox .form-input,
  .payment-method-form .form-field-checkbox .form-checkbox {
    position: relative !important;
    top: 1px;
    z-index: 1;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto; }

.payment-method-form-inputs-icon {
  top: 63px !important; }

[data-payment-method-form] .form-actions {
  padding-top: 20px; }

@media screen and (max-width: 950px) {
  .payment-method {
    width: 100%; } }

.gift-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  .gift-content::after {
    clear: both;
    content: "";
    display: block; }
  .gift-content .form-input {
    max-width: none; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.6.3
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft .4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }
  .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
