@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: "quadrattRegular";
  src: url("../fonts/quadratt_regular.otf") format("opentype"), url("../fonts/quadratt_regular.woff") format("woff"); }

@font-face {
  font-family: "quadrattSmallcaps";
  src: url("../fonts/quadratt_smallcaps.ttf") format("truetype"), url("../fonts/quadratt_smallcaps.woff") format("woff"); }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

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

html,
body {
  height: 100%; }

body {
  background: #fdf7f1;
  color: #391e00;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Inter", "Inter", Helvetica, sans-serif;
  line-height: 1.5; }

a {
  color: #9c9c46;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #391e00; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #391e00;
  font-family: "Inter", "Inter", Helvetica, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #333333;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #d6d6d6;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #dddddd;
  color: #391e00;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #a5a5a5;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #101623;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #d6d6d6;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #d6d6d6; }

.table-tfoot {
  border: 1px solid #d6d6d6; }

.table-tbody tr {
  border-bottom: 1px solid #d6d6d6; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #dfdfdf;
  color: #454545;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #989898;
    color: #666666; }
  .button:active {
    background-color: transparent;
    border: 1px solid #454545;
    color: #454545; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #391e00;
  border-color: #391e00;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #e36f1e;
    border-color: #e36f1e;
    color: white; }
  .button--primary:active {
    background-color: #e36f1e;
    border: 1px solid #e36f1e;
    color: white; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #101623; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

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

.form-legend {
  background: transparent;
  border: solid #454545;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #40454f;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #333333;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #191919;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #454545;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #ebebeb;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder {
    color: #a5a5a5; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  color: #191919;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #ebebeb; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #ebebeb; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #454545;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #dfdfdf;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(16, 22, 35, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(16, 22, 35, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(16, 22, 35, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #454545;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #101623;
    box-shadow: 0 0 4px rgba(16, 22, 35, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #989898; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #454545;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #69d66f; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #69d66f; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #ff7d7d; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #ff7d7d; }

.form-field--error .form-input-indicator > svg {
  fill: #ff7d7d; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #d4cb49; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #d4cb49; }

.form-field--warning .form-input-indicator > svg {
  fill: #d4cb49; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #f2f2f2;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #f2f2f2; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #391e00;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #391e00; }
  .breadcrumb.current {
    color: #391e00;
    cursor: default; }
    .breadcrumb.current a {
      color: #391e00;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #391e00;
    content: "";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #40454f;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #391e00;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #d6d6d6;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: #fdf7f1;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #333333;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #391e00; }

.tab.is-active .tab-title {
  color: #391e00;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: #2d2d2d;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #9c9c46;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #333333;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #333333;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #9c9c46; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #9c9c46;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #101623; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #69d66f; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #d4cb49; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #ff7d7d; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #333333; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #d6d6d6 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #d6d6d6 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #391e00;
    padding: 1.85714rem;
    display: block;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #d6d6d6 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #69d66f; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #ff7d7d; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #d4cb49; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fdf7f1;
  padding: 2.25rem 2.25rem;
  border: solid 0 #d6d6d6;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #d6d6d6;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #d6d6d6;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(45, 45, 45, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #989898 #989898;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #454545;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #333333; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #101623; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #101623; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #333333; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }

.slick-prev:before, .slick-next:before {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: #101623;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #101623;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #101623;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.6);
  height: 4.35714rem;
  margin-top: -2.14286rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -15px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #101623;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #101623; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #101623; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  height: 0.35714rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

html,
body {
  height: auto; }
  html > *,
  body > * {
    margin-top: 0px !important; }

body {
  padding-top: 0px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #a5a5a5;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  display: table;
  font-size: 34px;
  line-height: 1;
  margin: 0 0 3rem;
  overflow-x: clip;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap; }
  .page-heading:before, .page-heading:after {
    border-top: 1px solid #d6d6d6;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%; }
  .page-heading:before {
    right: 0.5%; }
  .page-heading:after {
    left: 0.5%; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #333333;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(130, 130, 130, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  color: #da2a2a;
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.form-row .form-fieldset .form-field {
  padding-left: 0;
  padding-right: 0; }
  .form-row .form-fieldset .form-field.form-field-group {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

.form-option-variant--color.color--duotone {
  width: 0.78571rem; }

.form-option-variant--color.color--tritone {
  width: 0.52381rem; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #d6d6d6; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #d6d6d6;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: #fdf7f1;
    border-color: #d6d6d6;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #d6d6d6; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translateX(-50%) translateY(calc(-50% - .1px)); }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 30px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #101623;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #70737b; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #101623; }
  .pagination-item.pagination-item--current {
    border-color: #d6d6d6;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #9c9c46; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #391e00; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #391e00; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous .icon {
  margin-left: -0.85714rem; }

.pagination-item--next .icon {
  margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #333333;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.35s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #101623; }

.button--action {
  background-color: #b0a089;
  border-color: #b0a089;
  color: white;
  border-radius: 4px !important; }
  .button--action:hover, .button--action:focus, .button--action.is-active, .button--action.active {
    background-color: #453522;
    border-color: #453522;
    color: white; }
  .button--action:active {
    background-color: #453522;
    border-color: #453522;
    color: white; }

.tab {
  border-top: 1px solid #d6d6d6;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: #fdf7f1;
      float: left; } }
  .tab.is-active {
    border-left-color: #fdf7f1;
    border-right-color: #fdf7f1; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #d6d6d6;
        border-bottom: 1px solid #fdf7f1; } }
    .tab.is-active .tab-title {
      outline: none; }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.tab-content .hover-card .card-figcaption {
  display: none; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.78571rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #333333;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #101623; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: #101623; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-actions {
  margin: 0 auto;
  max-width: 71.42857rem;
  width: 100%;
  display: block; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem;
  font-size: 15px; }

.form-fileDescription {
  color: #a5a5a5;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  background: none;
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }

.form-option {
  border: 1px solid #d6d6d6;
  color: #40454f;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease;
  z-index: 1; }
  .form-option:hover {
    border-color: #ebebeb; }
  .form-radio:checked + .form-option {
    border-color: #101623;
    box-shadow: 0 0 0 1px #101623; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card {
  position: relative; }

.card-figure {
  background-color: transparent;
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #391e00;
    text-decoration: none; }
    .card-title > a:hover {
      color: rgba(0, 0, 255, 0); }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }
  .card-figcaption-button input {
    display: none; }
  .card-figcaption-button input:checked + label {
    color: #b0a089; }
  .card-figcaption-button label {
    cursor: pointer;
    display: block; }

.card-body {
  text-align: center; }
  .card-body .card-figcaption-button {
    display: none; }

.card-figcaption-utility-buttons {
  margin-right: 0.35714rem;
  pointer-events: all;
  position: absolute;
  right: 0.35714rem;
  top: 0.35714rem; }
  .card-figcaption-utility-buttons .card-figcaption-button {
    font-size: 15px;
    padding: 0.35714rem; }
    .card-figcaption-utility-buttons .card-figcaption-button:hover {
      color: #e36f1e; }

.card-swatches {
  margin-top: 0.35714rem; }
  .card-swatches .swatch-zoom {
    display: none;
    position: absolute;
    border: 1px solid #989898;
    cursor: default;
    transition: all 0.15s ease;
    margin: 0 0.17857rem 0.17857rem 0;
    font-size: 0;
    z-index: 9999;
    bottom: 0; }
    .card-swatches .swatch-zoom .form-option-variant {
      height: 5rem;
      width: 5rem; }
    .card-swatches .swatch-zoom .form-option-variant.color--duotone {
      width: 2.5rem; }
    .card-swatches .swatch-zoom .form-option-variant.color--tritone {
      width: 1.66667rem; }
    .card-swatches .swatch-zoom .form-option-variant.form-option-variant--pattern {
      background-size: contain; }
  .card-swatches .form-option {
    border-color: #989898;
    cursor: default;
    margin: 0 0.17857rem 0.17857rem 0; }
    .card-swatches .form-option .form-option-variant--color,
    .card-swatches .form-option .form-option-variant--pattern {
      height: 1rem;
      width: 1rem; }
      .card-swatches .form-option .form-option-variant--color.color--duotone,
      .card-swatches .form-option .form-option-variant--pattern.color--duotone {
        width: 0.5rem; }
      .card-swatches .form-option .form-option-variant--color.color--tritone,
      .card-swatches .form-option .form-option-variant--pattern.color--tritone {
        width: 0.33333rem; }
    .card-swatches .form-option:hover + .swatch-zoom {
      display: inline-flex; }

.card--alternate {
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: #ebebeb;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover .card-body {
    background-color: #101623; }
    .card--alternate:hover .card-body .card-text {
      color: white; }
  .card--alternate:hover .card-title > a {
    color: white; }

@media (min-width: 801px) {
  .hover-card {
    border: 3px solid #fdf7f1;
    position: relative;
    transition: all 0.15s ease; }
    .hover-card .card-body {
      background-color: transparent;
      bottom: 0;
      display: none;
      padding: 0.78571rem;
      position: absolute;
      text-align: left;
      transition: all 0.15s ease;
      width: 100%; } }
    @media (min-width: 801px) and (min-width: 551px) {
      .hover-card .card-body {
        padding: 1rem; } }

@media (min-width: 801px) {
      .hover-card .card-body .card-figcaption-button {
        display: block;
        border-radius: 4px; }
    .hover-card:hover {
      border-color: rgba(250, 250, 240, 0.5); }
      .hover-card:hover .card-body {
        background-color: rgba(250, 250, 240, 0.5);
        display: block; }
        .hover-card:hover .card-body .card-text {
          color: #391e00; }
      .hover-card:hover .card-figcaption {
        opacity: 1; }
        .hover-card:hover .card-figcaption .card-figcaption-body {
          opacity: 0; }
      .hover-card:hover .card-title > a {
        color: #391e00; }
    .hover-card .card-swatches .swatch-zoom {
      top: 1rem;
      bottom: auto; } }

.card-badges {
  left: 0.78571rem;
  position: absolute;
  top: 0.78571rem;
  z-index: 10; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #dfdfdf;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(16, 22, 35, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(16, 22, 35, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #f2f2f2;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #9c9c46; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #391e00; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #333333;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #333333;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #101623; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section {
  float: right; }
  .actionBar-section .form-field {
    background-color: white;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    overflow: hidden; }
    .actionBar-section .form-field:hover {
      border-color: #ebebeb; }
  .actionBar-section .form-label {
    color: #333333;
    font-size: 13px;
    line-height: 2.14286rem;
    margin-bottom: 0;
    padding-left: 0.78571rem; }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    border: 0;
    padding-left: 0.21429rem;
    width: auto; }
  .actionBar-section .form-label,
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    display: inline-block; }
  .actionBar-section .form-select {
    color: #9c9c46; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser-container.sticky.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12; }
  .navUser-container.sticky.fixed .navUser-item {
    display: none; }
    .navUser-container.sticky.fixed .navUser-item.navUser-item--cart {
      display: block; }
      .navUser-container.sticky.fixed .navUser-item.navUser-item--cart .dropdown-menu {
        min-width: 22.85714rem; }
    .navUser-container.sticky.fixed .navUser-item.navUser-item--compare-container {
      display: block; }
    .navUser-container.sticky.fixed .navUser-item .navUser-action {
      color: #fafaf0; }
      .navUser-container.sticky.fixed .navUser-item .navUser-action .countPill {
        background-color: #fafaf0;
        color: #391e00; }

.navUser {
  right: 0;
  top: 26px;
  width: auto;
  z-index: 50; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0;
      position: relative;
      right: auto;
      text-align: center;
      top: auto;
      transform: none;
      z-index: 50; }
      .navUser .navUser-section--alt {
        display: flex;
        justify-content: center;
        align-items: center;
        float: none;
        padding: 0;
        padding-top: 0;
        font-size: 1rem;
        padding-top: 0.80rem; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    margin-top: 1rem;
    outline: none;
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #e8e8e8 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      position: absolute;
      right: 0.78571rem; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      position: absolute;
      right: 0.92857rem; }

.navUser-container-top {
  background-color: #eaeceb; }
  @media screen and (max-width: 800px) {
    .navUser-container-top {
      display: none; } }

.navUser-action {
  color: #391e00;
  font-weight: 500 !important;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #9c9c46; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #653600;
      stroke: #653600; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #391e00;
    stroke: #391e00;
    transition: all 0.15s ease; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #d6d6d6;
  color: #333333;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-action-logo {
  margin: 0 1.7rem;
  max-width: 75px; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item:last-child {
        border-right: none; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-button-left {
  display: flex;
  justify-content: flex-end; }

.navUser-button-right {
  display: flex; }

.navUser-item-borderleft {
  border-right: 1px solid #391e00; }

.navUser-item-borderright {
  border-left: 1px solid #391e00; }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #391e00; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #653600; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem !important; }
    @media screen and (max-width: 800px) {
      .navUser-item--cart .dropdown-menu {
        width: 22rem !important;
        left: -271px !important;
        top: 49px !important; } }
    .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
      left: auto; }
    .navUser-item--cart .dropdown-menu.is-open:before {
      right: 0.78571rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.92857rem; }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-item--currencies img {
  vertical-align: baseline; }

.navUser-or {
  color: #391e00;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e8e8e8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #ebebeb;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #fafaf0;
  border-radius: 50%;
  color: #391e00;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #dddddd;
  color: #454545; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.header .navPages-container {
  width: 100%; }
  .header .navPages-container .navigation {
    border-top: 1px solid #503528; }
  .header .navPages-container.is-open {
    background-color: white; }
    .header .navPages-container.is-open .navPages-action {
      color: #101623; }
      .header .navPages-container.is-open .navPages-action:hover, .header .navPages-container.is-open .navPages-action:active {
        color: #40454f; }

.navPages {
  height: 100%;
  overflow-y: auto;
  padding: 0 1.5rem 2rem;
  background-color: #fef3e8;
  width: 100%; }
  @media (min-width: 801px) {
    .navPages {
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; } }
  .navPages-container {
    bottom: 0;
    display: none;
    height: calc(100dvh - 70px);
    left: 0;
    position: absolute;
    right: 0;
    z-index: 20;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0); }
    @media (min-width: 801px) {
      .navPages-container {
        background-color: transparent;
        display: block;
        height: auto;
        position: relative;
        padding: 0 32px; } }
    .navPages-container .navLogo {
      bottom: 0;
      display: none;
      height: 40px;
      line-height: 40px;
      margin: auto 0 auto 1.5rem;
      position: absolute;
      top: 0; }
    .navPages-container.is-open {
      display: flex;
      top: 100%; }
      @media (min-width: 801px) {
        .navPages-container.is-open {
          top: auto;
          top: 100%; } }
    .navPages-container.sticky.fixed {
      position: fixed;
      background-color: #fff;
      border-top: none;
      bottom: auto;
      height: auto;
      top: 0;
      z-index: 999; }
      .navPages-container.sticky.fixed .navLogo {
        display: none; }
        .navPages-container.sticky.fixed .navLogo a {
          text-decoration: none; }
          .navPages-container.sticky.fixed .navLogo a .header-logo-text {
            color: #101623;
            font-size: 20px;
            width: auto; }
          .navPages-container.sticky.fixed .navLogo a .header-logo-image {
            max-height: 40px;
            width: auto; }
      .navPages-container.sticky.fixed .navPages > ul {
        max-width: 100%; }
        @media (min-width: 1261px) {
          .navPages-container.sticky.fixed .navPages > ul {
            max-width: none; } }
        .navPages-container.sticky.fixed .navPages > ul .navPages-item {
          float: none; }
          @media (min-width: 801px) {
            .navPages-container.sticky.fixed .navPages > ul .navPages-item {
              display: inline-block; } }
  .navPages-list {
    margin: 0;
    width: 100%; }
    @media (min-width: 801px) {
      .navPages-list {
        display: inline-block;
        float: none; }
        .navPages-list .navPages-item {
          display: inline-block;
          float: none; } }
    .navPages-list .is-open {
      display: flex; }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    display: flex;
    justify-content: space-evenly; }
    @media (min-width: 1261px) {
      .navPages .navPage-subMenu-list {
        gap: 0px; } }
  .navPages-item {
    width: 100%; }
    @media (min-width: 801px) {
      .navPages-item.mobile-only {
        display: none !important; } }
  .navPages-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.6px;
    font-family: "Inter", "Inter", Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 20px;
    border-bottom: 1px solid #b2b2b2;
    width: 100%;
    color: #391e00;
    cursor: pointer; }
    @media (min-width: 801px) {
      .navPages-action {
        border-bottom: none;
        font-weight: 500;
        justify-content: center; }
        .navPages-action.is-open {
          color: #391e00; }
          .navPages-action.is-open svg {
            fill: #fafaf0;
            stroke: #fafaf0; }
          .navPages-action.is-open:hover {
            color: #9c9c46; }
        .navPages-action:hover, .navPages-action:focus {
          color: #9c9c46 !important; }
          .navPages-action:hover svg, .navPages-action:focus svg {
            fill: #9c9c46;
            stroke: #9c9c46; } }
    .navPages-action--back {
      border-top: 1px solid #503528;
      background-color: #fef3e8;
      margin: 0 calc(50% - 50vw);
      width: 100vw;
      padding: 16px 24px;
      justify-content: flex-start;
      gap: 10px; }
      @media (min-width: 801px) {
        .navPages-action--back {
          display: none; } }
      .navPages-action--back::before {
        content: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/ionchevrondownoutline.png");
        transform: rotate(90deg); }
    .navPages-action-storeCredit {
      color: #333333; }
    .navPages-action--compare {
      display: none; }
      .navPages-action--compare.show {
        display: block; }
    .navPages-action-moreIcon {
      height: 100%;
      width: unset;
      margin-left: 0.35714rem;
      transform: rotate(-90deg); }
      @media (min-width: 801px) {
        .navPages-action-moreIcon {
          display: none; } }
      .has-subMenu.is-open .navPages-action-moreIcon {
        transform: rotate(0); }
    .navPages-action svg {
      fill: #fafaf0;
      stroke: #fafaf0;
      transition: all 0.15s ease; }

.navPage-subMenu {
  display: none;
  flex-direction: column;
  outline: 0;
  padding: 0;
  width: 100vw;
  position: absolute;
  top: 0;
  background-color: white;
  left: 0;
  overflow: auto;
  z-index: 1; }
  .navPage-subMenu.is-open {
    display: flex;
    height: calc(100dvh - 70px);
    max-height: calc(100dvh - 70px); }
    @media (min-width: 801px) {
      .navPage-subMenu.is-open {
        height: fit-content;
        box-shadow: 0px 1px 4px #00000040; } }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #fff;
      padding: 1.5rem;
      position: absolute;
      top: 100%;
      max-height: calc(100dvh - 254px);
      padding: 0;
      flex-direction: row;
      overflow: hidden; }
      .navPage-subMenu.is-open {
        display: flex;
        left: 0; }
        .navPages-simple .navPage-subMenu.is-open .navPage-subMenu.navPage-subMenu-horizontal.is-open {
          border: 1px solid #d6d6d6;
          bottom: 0;
          display: table;
          left: 100%;
          top: 0; }
        .navPage-subMenu.is-open a {
          color: #391e00; }
          .navPage-subMenu.is-open a:hover {
            color: #391e00;
            margin-left: 0.75%;
            transition: 0.2s; } }
  .navPage-subMenu__content {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 801px) {
      .navPage-subMenu__content {
        position: relative;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        gap: 45px;
        text-align: left; } }
    .navPage-subMenu__content.padding {
      padding: 0 0 16px 0;
      height: fit-content; }
      @media (min-width: 801px) {
        .navPage-subMenu__content.padding {
          padding: 0 32px 32px;
          overflow-y: auto;
          height: 100%; } }
  .navPage-subMenu__panels {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #FFFCFA;
    padding: 32px;
    height: fit-content;
    position: relative;
    flex-shrink: 0; }
    @media (min-width: 801px) {
      .navPage-subMenu__panels {
        overflow-y: auto;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 61%;
        height: auto; } }
    .navPage-subMenu__panels.full {
      width: 100%;
      max-width: unset;
      background-color: white;
      overflow-y: auto;
      padding-bottom: 2rem; }
      @media (min-width: 801px) {
        .navPage-subMenu__panels.full {
          flex-wrap: wrap;
          justify-content: space-evenly; } }
      .navPage-subMenu__panels.full > div {
        width: 100%;
        flex-grow: 1;
        height: fit-content; }
        @media (min-width: 801px) {
          .navPage-subMenu__panels.full > div {
            width: 10%; } }
        .navPage-subMenu__panels.full > div img {
          aspect-ratio: 6/5; }
    .navPage-subMenu__panels.vertical {
      flex-direction: column; }
      @media (min-width: 801px) {
        .navPage-subMenu__panels.vertical {
          max-width: 25%; } }
      .navPage-subMenu__panels.vertical > div {
        max-width: 100%; }
    .navPage-subMenu__panels__item {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      @media (min-width: 801px) {
        .navPage-subMenu__panels__item {
          max-width: 49%; } }
      .navPage-subMenu__panels__item__image {
        min-width: 266px;
        aspect-ratio: 1;
        border-radius: 8px;
        overflow: hidden; }
        .navPage-subMenu__panels__item__image img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      .navPage-subMenu__panels__item a {
        color: #503528;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        text-align: left;
        text-decoration: none; }
        .navPage-subMenu__panels__item a:hover {
          text-decoration: underline; }
  .navPage-subMenu-item-child .navPage-subMenu-action {
    font-weight: 600;
    letter-spacing: 1.4px; }
    @media (min-width: 801px) {
      .navPage-subMenu-item-child .navPage-subMenu-action {
        padding: 22px 0 20px;
        padding-bottom: 0.75rem;
        letter-spacing: 1.6px; } }
  .navPage-subMenu-list {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    width: 100%;
    margin: 0; }
    @media (min-width: 801px) {
      .navPage-subMenu-list {
        padding: 0; } }
  .navPage-subMenu-action {
    padding: 20px 0;
    justify-content: space-between; }
    .navPage-subMenu-action.has-subMenu::after {
      content: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/ionchevrondownoutline.png"); }
      @media (min-width: 801px) {
        .navPage-subMenu-action.has-subMenu::after {
          display: none; } }
  .navPage-subMenu#navPages-currency .navPages-action {
    justify-content: flex-start;
    gap: 15px; }
    .navPage-subMenu#navPages-currency .navPages-action img {
      rotate: -90deg;
      transform: scaleX(-1); }
    .navPage-subMenu#navPages-currency .navPages-action::after {
      display: none; }
  .navPage-subMenu-subMenu {
    display: none;
    position: fixed;
    top: 0;
    background-color: white;
    left: 0;
    overflow: auto;
    padding: 0;
    width: 100vw;
    height: 100%;
    z-index: 2; }
    @media (min-width: 801px) {
      .navPage-subMenu-subMenu {
        position: relative;
        width: fit-content;
        overflow: unset; } }
    @media (min-width: 801px) {
      .navPage-subMenu-subMenu[data-depth-level="1"] {
        display: flex; } }
    .navPage-subMenu-subMenu .navPage-subMenu-action:after {
      display: none; }
    .navPage-subMenu-subMenu ul {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 1rem; }
      @media (min-width: 801px) {
        .navPage-subMenu-subMenu ul {
          padding: 0; } }
    .navPage-subMenu-subMenu[aria-hidden="false"] .navPage-subMenu-list {
      display: flex; }
    .navPage-subMenu-subMenu .navPage-subMenu-list {
      display: none;
      flex-direction: column;
      padding: 0 24px;
      gap: 0; }
      @media (min-width: 801px) {
        .navPage-subMenu-subMenu .navPage-subMenu-list {
          display: flex;
          gap: 6px;
          padding: 0; } }
      .navPage-subMenu-subMenu .navPage-subMenu-list .navPage-subMenu-action {
        letter-spacing: 1.6;
        border-bottom: 1px solid #b2b2b2;
        padding: 20px 0 !important; }
        @media (min-width: 801px) {
          .navPage-subMenu-subMenu .navPage-subMenu-list .navPage-subMenu-action {
            padding: 0 !important;
            border: none;
            letter-spacing: unset; } }
    .navPage-subMenu-subMenu .navPage-subMenu-action {
      padding: 0 !important;
      color: #503528;
      font-size: 16px;
      font-weight: 400;
      text-transform: capitalize;
      border: none; }

@media (min-width: 801px) {
  .navPages-simple a {
    width: 100%; }
  .navPages-simple li {
    position: relative; }
  .navPages-simple .navPage-subMenu .navPages-action-moreIcon {
    height: 0.57143rem;
    width: 0.57143rem;
    display: inline-block;
    margin-left: 0.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    float: left;
    width: 20%;
    padding: 0 0.75rem !important; }
    .navPage-subMenu-item .navPages-action {
      text-transform: uppercase;
      width: 100%; } }

.navPage-subMenu-item--all {
  display: flex;
  font-weight: 600;
  letter-spacing: 1.4px; }
  @media (min-width: 801px) {
    .navPage-subMenu-item--all {
      display: none; } }

.navPage-childList-action {
  font-weight: 600;
  font-size: 16px; }

.navPages-quickSearch {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0.78571rem;
  padding-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }
    .navPages-quickSearch .form-field .form-input {
      float: left;
      width: 60%; }
    .navPages-quickSearch .form-field .button {
      float: right;
      margin-top: 0;
      width: 38%; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #d6d6d6; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #d6d6d6; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

@media screen and (min-width: 801px) {
  .navFlex {
    display: flex !important;
    justify-content: space-evenly;
    align-content: center;
    max-width: 2115px;
    margin: auto; } }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #333333;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #101623; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px;
  margin: 0 !important; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #70737b; }
    .socialLinks .icon svg {
      fill: #101623;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--pinterest.fix-pinterest-width.at300b {
      height: 1.42857rem;
      width: 1.42857rem; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #333333; }

.pin_it_iframe_widget {
  display: none; }

.google_plusone_iframe_widget {
  width: 40px !important; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  .js .heroCarousel {
    max-height: 0;
    opacity: 1;
    overflow: hidden; }
  .heroCarousel.slick-initialized {
    max-height: 98rem;
    opacity: 1; }
  @media (min-width: 801px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      top: 50%; } }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.6); }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }

@media (min-width: 801px) {
  .heroCarousel-image {
    visibility: hidden; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.6);
      background-color: rgba(255, 255, 255, 0.6);
      left: 0;
      margin: 0 auto;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #101623;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #2d2d2d;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #a5a5a5;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #a5a5a5;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel .slick-prev {
    left: -10px; }
  .productCarousel .slick-next {
    right: -10px; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.quickSearchResults {
  background-color: #ebebeb;
  border: 3px solid #391e00;
  display: none;
  left: auto;
  max-height: 431px;
  overflow: hidden;
  position: absolute;
  right: 16%;
  z-index: 500;
  width: 70%; }
  .quickSearchResults .productGrid {
    height: 404px;
    position: relative;
    margin: 60px 0 0;
    width: 100%; }
    .quickSearchResults .productGrid .product {
      background-color: #ebebeb;
      border-top: 1px solid #d6d6d6;
      display: table;
      width: 100%; }
      .quickSearchResults .productGrid .product .card-figure {
        display: table-cell;
        float: left;
        margin-top: 10px; }
        .quickSearchResults .productGrid .product .card-figure .card-image {
          height: 75px; }
        .quickSearchResults .productGrid .product .card-figure .card-figcaption {
          display: none; }
      .quickSearchResults .productGrid .product .card-body {
        display: table-cell;
        float: left; }
  .quickSearchResults .card--alternate:hover .card-body {
    background-color: #ebebeb; }
    .quickSearchResults .card--alternate:hover .card-body .card-text {
      color: #333333; }
  .quickSearchResults .card--alternate:hover .card-title > a {
    color: #391e00; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #333333;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }
  @media screen and (max-width: 800px) {
    .productView {
      padding-top: 3rem; } }

.productView-images {
  margin-bottom: 3rem;
  position: relative; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 500px; } }
  .productView-image img {
    width: 100%; }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
  text-align: center; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: none;
  display: inline-block;
  padding-left: 0.35714rem;
  padding-right: 0.35714rem; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 2px solid transparent;
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #454545; }
  .productView-thumbnail-link img {
    width: 100%; }

.productView-details {
  margin-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  margin: 0 0 12px;
  font-weight: 400;
  font-size: 24px !important; }

.productView-brand {
  color: #333333;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #333333; }
    .productView-brand a:hover {
      color: #101623; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 30px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    margin-left: 0; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #333333; }
    .productView-reviewLink > a:hover {
      color: #101623; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Inter", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field.swatches .form-option {
      overflow: visible; }
      .productView-options .form-field.swatches .form-option .swatch-zoom {
        display: none;
        position: absolute;
        top: -1px;
        left: 2rem;
        border: 1px solid #989898;
        cursor: default;
        transition: all 0.15s ease;
        margin: 0 0.17857rem 0.17857rem 0;
        font-size: 0;
        z-index: 999;
        padding: 0; }
        .productView-options .form-field.swatches .form-option .swatch-zoom .form-option-variant {
          height: 5rem;
          width: 5rem; }
        .productView-options .form-field.swatches .form-option .swatch-zoom .form-option-variant.color--duotone {
          width: 2.5rem; }
        .productView-options .form-field.swatches .form-option .swatch-zoom .form-option-variant.color--tritone {
          width: 1.66667rem; }
        .productView-options .form-field.swatches .form-option .swatch-zoom .form-option-variant.form-option-variant--pattern {
          background-size: contain; }
      .productView-options .form-field.swatches .form-option:hover .swatch-zoom {
        display: inline-flex; }
  @media (min-width: 551px) and (max-width: 801px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 100%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%;
    border-radius: 4px; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        margin-left: 0.78571rem; } }

.form-field.form-field--increments.collapse-when-sticky {
  display: inline-block; }

.productOptions-list {
  border: 1px solid #d6d6d6;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #d6d6d6; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.infoIcons {
  color: #503528;
  margin: 0;
  padding: 1rem;
  padding-left: 0rem;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 16px; }

.slider-icons {
  padding: 6px;
  height: inherit; }
  .slider-icons-inner {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border: 1px solid #503528;
    color: #503528;
    border-radius: 8px;
    padding: 16px;
    height: 100%; }

.productIconCarousel .slick-track {
  display: flex; }

.productIconCarousel .slick-slider {
  margin-bottom: 60px !important; }

.icon-slider-title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 20px;
  margin: 0; }

.slider-img {
  margin-bottom: 8px; }

.icon-slider-text {
  font-size: 16px;
  margin-bottom: 15px;
  height: 100%; }

.pdp-hr {
  border: solid #391e00;
  border-width: 1px 0 0;
  display: none;
  margin-top: 0; }
  @media (min-width: 801px) {
    .pdp-hr {
      display: block; } }

.smallIcons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  width: 100%; }
  @media (min-width: 1261px) {
    .smallIcons-container {
      flex-wrap: nowrap; } }

.smallIcons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center; }
  @media (min-width: 801px) {
    .smallIcons {
      width: fit-content; } }
  .smallIcons p {
    margin-bottom: 0; }

.smallIconsIMG {
  max-width: 40px;
  margin: 0 auto; }
  @media screen and (max-width: 550px) {
    .smallIconsIMG {
      max-width: 28px; } }

@media screen and (min-width: 710px) {
  .SG-ES-width {
    max-width: 653px;
    margin: 0 auto; } }

.clerk-slider-nav {
  background-color: #503528 !important;
  border-radius: 200px;
  height: 44px !important;
  width: 44px !important; }
  .clerk-slider-nav:hover {
    background-color: #281B14 !important; }
  .clerk-slider-nav:after {
    border-color: white !important; }

.clerk-rec-heading {
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 35px; }

.clerk-slider-item .card {
  margin-bottom: 0; }

.price--rrp,
.price--discounted {
  color: #391e00;
  font-size: 75%;
  text-decoration: line-through; }

.price--withoutTax {
  color: #391e00; }

.price--withoutTaxAlt {
  color: #da2a2a; }

.price-section--minor {
  color: #a5a5a5; }

.compareTable {
  border-top: 1px solid #d6d6d6;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #d6d6d6; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #101623;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(253, 247, 241, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: #fdf7f1;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #d6d6d6;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #333333; }
  .toggleLink:hover {
    color: #101623; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.producDelivery {
  border-bottom: 1px solid #d6d6d6; }

i.fa.fa-plus, .fa-minus {
  font-size: 1rem !important; }

.title-text-toggle {
  text-align: left !important; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 71.42857rem;
  width: 100%;
  border: #d6d6d6 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: black;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 71.42857rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #333333;
    position: relative;
    top: -1px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #d6d6d6;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #d6d6d6;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      text-align: left;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  width: auto; }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.78571rem; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #a5a5a5;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #a5a5a5;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #391e00; }

.cart-remove {
  background-color: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #101623; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #d6d6d6; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #333333;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #333333;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #101623; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: center; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: right;
  margin: 0.5rem 0; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 71.42857rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #d6d6d6; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 1.5rem;
  text-align: center; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #333333;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 71.42857rem;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  display: block;
  padding: 1.5rem 0.78571rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding: 0.35714rem; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.FloatRight.PayPalExpressCheckout.RemoteCheckout.CheckoutButton {
  clear: both; }

.button-primary-cart {
  background-color: #b0a089;
  border-color: #b0a089;
  color: white;
  border-radius: 4px !important; }
  .button-primary-cart:hover {
    background-color: #391e00;
    border-color: #391e00;
    color: white; }

.button-action-cart {
  background-color: #b0a089;
  border-color: #b0a089;
  color: white;
  border-radius: 4px !important; }
  .button-action-cart:hover, .button-action-cart:focus, .button-action-cart.is-active, .button-action-cart.active {
    background-color: #391e00;
    border-color: #391e00;
    color: white; }
  .button-action-cart:active {
    background-color: #391e00;
    border-color: #391e00;
    color: white; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #333333;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #391e00; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #d6d6d6;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 71.42857rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: auto; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #f2f2f2;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 34px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons * {
  float: none !important;
  margin: 0.5rem 0; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Inter";
  margin: 0 0 0.78571rem; }

.cookieMessage {
  background: #e8e8e8;
  bottom: 0;
  color: #454545;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        margin: 0;
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 0.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: sub;
    width: 66.66667%; }
    .cookieMessage-text p {
      font-size: 9px;
      font-weight: 700;
      margin: 0; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 71.42857rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }
  .login-row .forgot-password {
    line-height: 2.5rem; }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 34px;
  margin: 1.5rem 0 0;
  text-align: center; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #d6d6d6;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #d6d6d6;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #a5a5a5;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #333333;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #333333;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #d6d6d6;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #bfbfbf;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #333333;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #101623; }

.account .pagination {
  color: #a5a5a5;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #a5a5a5; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #101623;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #d6d6d6;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #333333;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #333333; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.42857rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 71.42857rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #a5a5a5; }

.icon--ratingFull svg {
  fill: #101623; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

.newsletter-overlay {
  background-color: rgba(45, 45, 45, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999; }
  .newsletter-overlay .newsletter-popup {
    background-color: #fdf7f1;
    bottom: 0;
    display: none;
    height: 60%;
    left: 0;
    margin: auto;
    min-height: 300px;
    padding: 2.25rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 95%; }
    @media (min-width: 551px) {
      .newsletter-overlay .newsletter-popup {
        height: 50%;
        max-height: 320px;
        max-width: 450px;
        width: 65%; } }
    @media (min-width: 801px) {
      .newsletter-overlay .newsletter-popup {
        max-height: 290px;
        min-height: 290px; } }
    .newsletter-overlay .newsletter-popup .form {
      margin: 0; }
    .newsletter-overlay .newsletter-popup .newsletter-popup-decline {
      text-align: center; }
    .newsletter-overlay .newsletter-popup h5.footer-info-heading {
      font-size: 1.57143rem;
      margin: 0;
      text-align: center; }
    .newsletter-overlay .newsletter-popup p {
      font-size: 0.92857rem;
      text-align: center; }
    .newsletter-overlay .newsletter-popup .form-prefixPostfix .form-input {
      width: 100%; }
    .newsletter-overlay .newsletter-popup .form-prefixPostfix .button {
      margin: 0.78571rem 0 0;
      width: 100%; }

.grid-list-switcher {
  float: left;
  line-height: 32px; }
  @media screen and (min-width: 801px) {
    .grid-list-switcher {
      display: none; } }
  .grid-list-switcher .switcher {
    color: #391e00; }
    .grid-list-switcher .switcher.current-view, .grid-list-switcher .switcher:hover {
      color: #9c9c46; }

.productGrid.view-list .product {
  width: 100%; }
  .productGrid.view-list .product .hover-card {
    border: none; }
    .productGrid.view-list .product .hover-card .card-body {
      display: block;
      position: relative; }
    .productGrid.view-list .product .hover-card:hover .card-body {
      background: none; }
      .productGrid.view-list .product .hover-card:hover .card-body .card-text {
        color: #333333; }
    .productGrid.view-list .product .hover-card .card-figcaption-body .button {
      display: none; }
  .productGrid.view-list .product .card {
    border-top: 1px solid #d6d6d6;
    margin: 0;
    overflow: hidden; }
  .productGrid.view-list .product .card-figure {
    float: none;
    position: static;
    width: 100%; }
    .productGrid.view-list .product .card-figure .card-figcaption {
      display: none;
      left: auto;
      height: auto;
      opacity: 1;
      padding: 0.78571rem 0 0;
      width: 25%; }
      @media (min-width: 551px) {
        .productGrid.view-list .product .card-figure .card-figcaption {
          display: block; } }
      @media (min-width: 801px) {
        .productGrid.view-list .product .card-figure .card-figcaption {
          padding: 6rem 0 0; } }
      .productGrid.view-list .product .card-figure .card-figcaption .card-figcaption-utility-buttons {
        margin: 0 0 0.35714rem;
        position: static; }
        .productGrid.view-list .product .card-figure .card-figcaption .card-figcaption-utility-buttons .card-figcaption-button {
          display: inline-block;
          margin: 0; }
      .productGrid.view-list .product .card-figure .card-figcaption .card-figcaption-body {
        transform: none; }
  .productGrid.view-list .product .card-body {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    @media (min-width: 551px) {
      .productGrid.view-list .product .card-body {
        width: 90%; } }
    @media (min-width: 801px) {
      .productGrid.view-list .product .card-body {
        padding: 5%; } }

.page-sidebar + .page-content .productGrid.view-list .product {
  width: 100%; }

.actionBar {
  position: relative; }

.category-count {
  position: relative;
  text-align: center; }
  @media (min-width: 801px) {
    .category-count {
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 320px;
      position: absolute;
      right: 0;
      top: 0; } }

.page-content {
  position: relative; }

.featured-category .card-title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }

.main.full .product.featured-category {
  float: none; }

/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

.badge {
  display: block;
  font-size: 0.9rem;
  padding: 0.17857rem 0.78571rem;
  text-transform: uppercase; }
  .badge.product-grid-tag {
    background-color: white;
    color: #101623; }
  .badge.sale-saving-badge {
    background-color: #da2a2a;
    color: white; }
  .badge.out-of-stock {
    background-color: white;
    color: #101623; }
  .badge.selling-fast-tag {
    background-color: #da2a2a;
    color: white; }
  .badge.new-product-badge {
    background-color: #101623;
    color: white; }

.badge + .badge {
  float: none;
  margin-top: 0.35714rem; }

.home-recent-posts {
  margin: 6.21429rem 0 1.5rem;
  overflow: hidden;
  clear: both; }

.blogGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0; }
  .blogGrid ul,
  .blogGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .blogGrid:before, .blogGrid:after {
    content: " ";
    display: table; }
  .blogGrid:after {
    clear: both; }
  .blogGrid .blogGridPost {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .blogGrid .blogGridPost {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .blogGrid .blogGridPost {
        width: 25%; } }
    .blogGrid .blogGridPost article {
      text-align: center; }
    .blogGrid .blogGridPost img {
      width: auto; }
  .blogGrid:after {
    clear: both; }
  .blogGrid:before, .blogGrid:after {
    content: " ";
    display: table; }

.blog-grid-date {
  color: #333333;
  font-size: 13px; }

.grid-post-body h4 {
  margin-top: 0.78571rem; }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol6 .blogGridPost {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol6 .blogGridPost {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 16.66667%;
      float: left; } }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol5 .blogGridPost {
    width: 20%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol5 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol5 .blogGridPost {
      width: 20%; } }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol4 .blogGridPost {
    width: 25%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol4 .blogGridPost {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; } }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol3 .blogGridPost {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol3 .blogGridPost {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: left; } }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol2 .blogGridPost {
    width: 50%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol2 .blogGridPost {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.blog-post iframe {
  max-width: 100%; }

.hero-carousel {
  margin: 1em -100%;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 1rem;
  background-color: #fdf7f1;
  height: calc(100vh - 30px);
  max-height: 800px; }
  @media (min-width: 801px) {
    .hero-carousel {
      height: calc(100vh - 200px); } }
  .hero-carousel div:not(.hero-carousel-content) {
    height: 100% !important; }
  .hero-carousel-slide {
    position: relative;
    height: 350px; }
    @media (min-width: 801px) {
      .hero-carousel-slide {
        height: 800px; } }
  .hero-carousel-image {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .hero-carousel-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2; }
  .hero-carousel-content {
    z-index: 3;
    position: absolute;
    top: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
    gap: 50px;
    height: fit-content !important; }
    @media (min-width: 801px) {
      .hero-carousel-content {
        top: 25%; } }
  .hero-carousel-title {
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: white;
    text-align: center; }
  .hero-carousel-button {
    background-color: white;
    border: 1px solid white;
    padding: 8px 24px;
    border-radius: 4px;
    color: #503528;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-decoration: none;
    text-align: center; }
    .hero-carousel-button:hover {
      background-color: #fef3e8;
      border-color: #503528; }
  .hero-carousel .slick-dots {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    bottom: 10px; }
    .hero-carousel .slick-dots button {
      border: none; }
      .hero-carousel .slick-dots button:before {
        background: #b2b2b2;
        height: 12px;
        width: 12px; }
      .hero-carousel .slick-dots button:hover:before {
        background: #503528; }
    .hero-carousel .slick-dots .slick-active button:before {
      background: #503528; }

.content-tiles {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 32px;
  margin: 0 calc(50% - 50vw);
  background-color: #fdf7f1; }
  .content-tiles__title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0; }
  .content-tiles__row {
    display: flex;
    flex-direction: column;
    gap: 45px; }
    @media (min-width: 801px) {
      .content-tiles__row {
        flex-direction: row; } }
  .content-tiles__tile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    width: 100%; }
    @media (min-width: 801px) {
      .content-tiles__tile {
        width: 33%; } }
    .content-tiles__tile:hover {
      text-decoration: underline; }
    .content-tiles__tile__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
    .content-tiles__tile__link {
      display: flex;
      align-items: center;
      gap: 5px;
      color: #503528;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.4px; }
      .content-tiles__tile__link:after {
        content: "";
        background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/ionchevrondownoutline.png");
        height: 16px;
        width: 16px;
        rotate: 270deg; }

.image_and_text {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
  margin: 0 calc(50% - 50vw);
  padding: 16px 32px;
  background-color: #fdf7f1; }
  @media (min-width: 1261px) {
    .image_and_text.rightSidedImage {
      flex-direction: row; } }
  @media (min-width: 1261px) {
    .image_and_text {
      flex-direction: row-reverse;
      gap: 30px; } }
  .image_and_text__text {
    width: 100%;
    color: #503528;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 16px 0; }
    @media (min-width: 1261px) {
      .image_and_text__text {
        width: 50%;
        font-size: 24px;
        line-height: 30px;
        padding: 16px; } }
  .image_and_text picture {
    aspect-ratio: 2/1;
    overflow: hidden;
    border-radius: 8px;
    width: 100%; }
    @media (min-width: 1261px) {
      .image_and_text picture {
        width: 50%; } }
    .image_and_text picture img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.image_block {
  margin: 0 calc(50% - 50vw) 0;
  padding: 32px 32px;
  background-color: #fdf7f1; }
  .image_block-image {
    width: 100%;
    border-radius: 8px; }

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fffcfa;
  position: relative;
  width: 100%;
  z-index: 20;
  margin-top: 0 !important; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #d6d6d6;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }
  .header-text-spacing {
    margin-left: 20px; }
    @media (min-width: 551px) {
      .header-text-spacing {
        margin-left: 0; } }

.header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 15px 0 32px !important;
  font-size: 1rem;
  margin: 0 3.92857rem;
  position: relative;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 1rem auto 1.5rem;
      max-width: 77.42857rem;
      min-height: 110px;
      padding: 0 32px !important; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  @media (min-width: 1261px) {
    .header-logo {
      padding: 0 6rem; } }

.header-left {
  display: flex;
  align-items: center;
  gap: 20px; }
  .header-left .navUser-action {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #503528;
    border-left: none; }
    .header-left .navUser-action:hover {
      text-decoration: underline; }

.header-logo--left {
  text-align: center; }
  @media (min-width: 801px) {
    .header-logo--left {
      text-align: left; } }
  .header-logo--left .socialLinks--header {
    right: 2rem; }
  .header-logo--left .header-logo-text {
    margin-left: 0;
    text-align: center; }
    @media (min-width: 801px) {
      .header-logo--left .header-logo-text {
        text-align: left; } }

.header-logo--right {
  text-align: center;
  gap: 20px; }
  @media (min-width: 801px) {
    .header-logo--right {
      text-align: right; } }
  .header-logo--right .socialLinks--header {
    left: 6rem; }
  .header-logo--right .header-logo-text {
    margin-right: 0;
    text-align: center; }
    @media (min-width: 801px) {
      .header-logo--right .header-logo-text {
        text-align: right; } }

.header-logo-text {
  display: block;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.14286rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: block;
      font-size: 50px;
      margin: 0 auto;
      max-width: none;
      white-space: inherit;
      width: 49%; }
      .header.fixed .header-logo-text {
        font-size: 30px; } }

.header-logo-image {
  top: 0;
  height: 70px;
  display: none; }
  .header-logo-image__mobile {
    position: relative;
    display: block;
    max-width: 230px;
    min-width: 150px; }
    .header-logo-image__mobile img {
      height: 100%;
      width: 100%; }
    .header-logo-image__mobile--text {
      position: absolute;
      display: flex;
      flex-direction: column;
      gap: 2px;
      width: 100%;
      bottom: 3px;
      padding: 0 10px; }
      .header-logo-image__mobile--text h1 {
        font-size: 10px;
        margin: 0;
        line-height: 10px;
        color: #503528; }
      .header-logo-image__mobile--text span {
        font-size: 8px;
        line-height: 10px;
        color: #503528; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none;
      height: 110px;
      position: absolute !important;
      display: block; }
      .header-logo-image__mobile {
        display: none; } }

.mobileMenu-toggle {
  height: 2.64286rem;
  width: 2.64286rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  z-index: 50;
  top: 1rem; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #101623;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 2.6rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #101623;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

@media (min-width: 801px) {
  .body {
    margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

#sticky-banner {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  width: 100%;
  top: 43px;
  left: 0;
  background: #fafaf0;
  -moz-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.16);
  z-index: 3; }
  @media screen and (max-width: 1147px) {
    #sticky-banner {
      top: 39px; } }
  @media screen and (max-width: 800pxpx) {
    #sticky-banner {
      top: 86px; } }
  @media screen and (max-width: 680px) {
    #sticky-banner {
      top: 0px;
      border-top: 2px solid #391e00; } }
  #sticky-banner .text-area {
    width: auto;
    font-size: clamp(16px, 1.5vw, 25px);
    margin-top: 2px;
    margin-bottom: 0px;
    color: #391e00;
    letter-spacing: 1.2px;
    padding: 5px; }
  #sticky-banner .overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (max-width: 800px) {
    #sticky-banner .banFontSize-mobile {
      font-size: 1rem !important; } }

.breakoutContainer {
  position: relative;
  width: 100%;
  width: 100vw;
  left: calc(-50vw + 50%);
  display: flex;
  align-items: center;
  justify-content: center; }

.breakoutContainer.white {
  background-color: #fff !important; }

.footer {
  background-color: #391e00;
  border-top: 1px solid #d6d6d6;
  padding: 0;
  clear: both; }
  .footer.footer--simple {
    padding: 0 0 3rem; }
    .footer.footer--simple .newsletter-footer-strip {
      background-color: #eaeceb;
      border: 1px solid #9c9c46; }
      .footer.footer--simple .newsletter-footer-strip .button--primary {
        background-color: #9c9c46;
        border-color: #9c9c46;
        color: #fafaf0; }
        @media (min-width: 1261px) {
          .footer.footer--simple .newsletter-footer-strip .button--primary {
            margin: 0 0 0 0.78571rem; } }
        .footer.footer--simple .newsletter-footer-strip .button--primary:hover, .footer.footer--simple .newsletter-footer-strip .button--primary:focus, .footer.footer--simple .newsletter-footer-strip .button--primary.is-active, .footer.footer--simple .newsletter-footer-strip .button--primary.active {
          background-color: #453522;
          border-color: #453522;
          color: #fafaf0; }
        .footer.footer--simple .newsletter-footer-strip .button--primary:active {
          background-color: #453522;
          border-color: #453522;
          color: #fafaf0; }
    .footer.footer--simple .navPages-container {
      border-bottom: 1px solid #d6d6d6;
      display: block;
      height: auto;
      padding: 0;
      position: relative; }
      @media (min-width: 801px) {
        .footer.footer--simple .navPages-container {
          border-bottom: none; } }
    .footer.footer--simple .footer-payment-icons {
      text-align: center; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-payment-icons {
          margin: 0.78571rem 0 1.5rem; } }
    .footer.footer--simple .footer-copyright {
      margin-top: 3rem;
      padding: 0 0.78571rem; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-copyright {
          margin-top: 0; } }
      .footer.footer--simple .footer-copyright .powered-by {
        text-align: center; }
    .footer.footer--simple .footer-info-col {
      color: #fafaf0;
      margin-bottom: 0;
      margin-top: 1.5rem;
      width: 100%; }
      .footer.footer--simple .footer-info-col .footer-info-heading {
        color: #9c9c46;
        font-weight: 400;
        margin: 0;
        font-family: Open Sans; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-info-col .form {
          float: right;
          width: 55%; }
        .footer.footer--simple .footer-info-col .subscription-info {
          float: left;
          width: 45%; } }
    .footer.footer--simple .navPages-action {
      font-weight: 400; }
    .footer.footer--simple .footer-geotrust-ssl-seal {
      margin-top: 1rem; }
      .footer.footer--simple .footer-geotrust-ssl-seal table {
        margin: 0 auto; }
  .footer .footer-geotrust-ssl-seal table {
    margin: 0 auto; }
    @media (min-width: 551px) {
      .footer .footer-geotrust-ssl-seal table {
        margin: inherit; } }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0 auto !important;
  max-width: 1704px; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 0.5% !important;
  color: #333333;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  margin-top: 0;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: center;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col address {
    font-style: normal; }
  .footer-info-col .subscription-info .footer-info-heading {
    margin-top: 0; }
  .footer-info-col .subscription-info p {
    margin-bottom: 0; }
    .footer-info-col .subscription-info p:last-child {
      margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: uppercase; }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  line-height: 1.55; }
  .footer-info-list a {
    color: #333333;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 2px;
    background-image: linear-gradient(#fafaf0 0 0);
    background-position: 0 100%;
    /*OR bottom left*/
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s; }
    .footer-info-list a:hover {
      background-position: 100% 100%;
      background-size: 100% 2px; }

.footer-copyright {
  color: #fff !important;
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #333333;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #333333;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #101623; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #101623; }

.footer-info-col #nl_email {
  width: 100%; }

.footer-info-col-inner .contact a {
  color: #fef3e8 !important; }
  .footer-info-col-inner .contact a:hover {
    color: #9c9c46 !important; }

.footer-info-col .socialLinks {
  text-align: center; }

.container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 100%;
  padding: 0 1.5rem;
  position: relative;
  width: auto; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 3rem; } }
  @media screen and (max-width: 550px) {
    .container {
      padding: 1rem;
      padding-top: 0rem;
      padding-bottom: 0rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #d6d6d6;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #333333;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 0 2rem; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #d6d6d6;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none; }
    .csscolumns .productGrid--maxCol6 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 16.66667%;
      float: none; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol5 .product {
    width: 20%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol5 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none; }
    .csscolumns .productGrid--maxCol5 .product {
      width: 20%; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol4 .product {
    width: 25%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none; }
    .csscolumns .productGrid--maxCol4 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol2 .product {
    width: 50%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .productGrid--maxCol2 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 551px) and (min-width: 551px) {
    .listItem-figure {
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-direction: column; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      flex-direction: row; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  background: #fdf7f1;
  border-radius: 8px;
  padding: 32px 24px !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px !important;
  height: fit-content; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 45%; } }
  .productView-details .productView-options {
    margin-bottom: 0; }
  .productView-details .form-label {
    font-weight: 400 !important;
    font-size: 16px !important; }
    .productView-details .form-label small {
      display: none; }
  .productView-details .price {
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 16px; }
  .productView-details .form {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 0; }
  .productView-details .form-field {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start; }
    .productView-details .form-field-options {
      display: flex;
      flex-wrap: wrap; }
  .productView-details .form-increment button {
    height: 44px;
    width: 44px;
    border-radius: 4px 0 0 4px;
    border-color: #b2b2b2; }
    .productView-details .form-increment button:hover {
      background-color: #fef3e8; }
    .productView-details .form-increment button .icon {
      height: 24px;
      width: 24px; }
      .productView-details .form-increment button .icon svg {
        fill: #503528; }
    .productView-details .form-increment button[data-action="inc"] {
      border-radius: 0 4px 4px 0; }
  .productView-details .form-increment input {
    height: 44px;
    width: 60px;
    border: 1px solid #b2b2b2;
    border-color: #b2b2b2 white;
    color: #503528;
    font-weight: 400;
    font-size: 16px; }
  .productView-details .addToCart-btn input {
    margin: 8px 0 !important;
    border-color: #503528;
    background-color: #503528;
    height: 44px;
    font-size: 16px;
    font-weight: 600; }
    .productView-details .addToCart-btn input:hover {
      background-color: #281b14; }
  .productView-details .toggle {
    border-color: #b2b2b2 !important; }
    .productView-details .toggle .toggleLink {
      text-transform: uppercase !important;
      font-size: 16px;
      font-weight: 500; }
  .productView-details .form-action {
    display: flex; }
    .productView-details .form-action .wishlist-btn {
      background-color: white;
      border-color: #503528;
      color: #503528;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 400;
      width: fit-content !important;
      padding: 0 24px;
      height: 44px;
      margin: 0px; }
      .productView-details .form-action .wishlist-btn:hover {
        background-color: #fef3e8; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 16px !important; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; }
      .productView-description.below-product {
        clear: none;
        float: none;
        padding: 0;
        width: 100%; } }

[data-content-region="product_above_tabs--global"] p {
  font-weight: 400;
  font-size: 24px; }

.uspSection {
  max-width: 1675px;
  width: 100%;
  padding: 48px 42px 0; }

.productShipping {
  max-width: 800px;
  margin: auto;
  border-color: #b2b2b2 !important; }
  .productShipping .toggleLink {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase !important;
    font-size: 16px;
    color: #503528 !important; }
    .productShipping .toggleLink.is-open .toggleLink-text {
      rotate: 180deg; }
    .productShipping .toggleLink-text {
      top: unset !important;
      rotate: -90deg; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  width: 3.57143rem; }

.sale-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 20; }

.sale-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 20; }

.product:hover .sale-flag-side {
  transition: 800ms ease; }

.sale-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 20; }

.product:hover .sale-flag-sash {
  transition: 800ms ease; }

.product {
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 30px;
  width: 30px;
  pointer-events: inherit;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  -webkit-font-smoothing: initial;
  overflow-x: hidden; }

#maintenance-notice {
  display: none; }

.body {
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .body {
      margin-top: 0; } }
  .body--page .page-content--centered {
    width: 100%; }
    .body--page .page-content--centered img {
      height: auto;
      object-fit: contain;
      max-width: 100%; }
    .body--page .page-content--centered a {
      color: #055fa5;
      text-decoration: none; }
      .body--page .page-content--centered a:hover {
        color: #101623;
        text-decoration: underline; }
    .body--page .page-content--centered p {
      font-size: 1.14286rem; }
      .body--page .page-content--centered p img {
        height: auto !important;
        margin: 1.28571rem 0; }
        @media (min-width: 801px) {
          .body--page .page-content--centered p img {
            margin: 1.28571rem; } }
    .body--page .page-content--centered td {
      padding: 0.5rem; }
      @media (min-width: 801px) {
        .body--page .page-content--centered td {
          padding: 1.5rem; } }
    .body--page .page-content--centered .panel-default {
      background-color: white;
      border-color: #dddddd;
      border-radius: 4px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      padding: 1rem;
      margin-bottom: 1.5rem; }
    .body--page .page-content--centered h2.subtitle {
      font-size: 1.5rem;
      text-align: center;
      text-transform: uppercase; }
    .body--page .page-content--centered #prodAccordion {
      border-top: 1px solid #391e00; }
      .body--page .page-content--centered #prodAccordion .Block {
        border-bottom: 1px solid #391e00; }
      .body--page .page-content--centered #prodAccordion img {
        margin: 1.28571rem; }
    .body--page .page-content--centered .accordion {
      border: none; }
  .body--page.body--croppedImageBg {
    padding-top: 0.78571rem; }
    .body--page.body--croppedImageBg > .container {
      background: transparent; }
  .body--page .page {
    background-color: #fdf7f1;
    padding: 0 1.5rem;
    margin: 0; }
  .body--croppedImageBg {
    background-attachment: fixed;
    background-image: url("../img/background-cropped.jpg");
    background-repeat: repeat;
    background-size: 10%;
    padding: 0 1.5rem; }
    @media screen and (max-width: 550px) {
      .body--croppedImageBg {
        padding: 0.75rem; } }
    .body--croppedImageBg > .container {
      background-color: #fdf7f1; }

.container--subscribe {
  margin-top: 0.78571rem; }

.cookieMessage {
  background-color: #383b75;
  color: white; }
  .cookieMessage p {
    font-size: 1rem; }

.button,
.form-input {
  border-radius: 0; }

.button {
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: 1px; }

.breadcrumbs {
  padding: 1.5rem 11rem 0;
  text-align: left; }

.breadcrumb::before {
  font: normal normal normal 14px/1 FontAwesome; }

.price {
  font-family: "Inter", "Inter", Helvetica, sans-serif;
  font-weight: 700; }

.slick-next, .slick-prev, .slick-next:hover, .slick-prev:hover {
  background-color: transparent; }

.text-centre {
  text-align: center; }

.panel {
  border: 1px solid #101623; }
  .panel-body {
    background-color: #fdf7f1; }
  .panel-header {
    background-color: #fdf7f1; }

body {
  position: relative; }

.slick-lightbox {
  color: #fdf7f1; }
  .slick-lightbox .slick-next::before {
    background: none;
    color: #fdf7f1;
    content: "\f0da";
    font: normal normal normal 36px FontAwesome; }
  .slick-lightbox .slick-next:focus {
    background: none; }
  .slick-lightbox .slick-prev:focus {
    background: none; }
  .slick-lightbox .slick-prev::before {
    background: none;
    color: #fdf7f1;
    content: "\f0d9";
    font: normal normal normal 36px FontAwesome; }

.page-heading {
  white-space: normal; }
  @media (min-width: 551px) {
    .page-heading {
      white-space: nowrap; } }
  @media screen and (max-width: 550px) {
    .page-heading {
      margin-top: 2rem; } }
  .page-heading::before, .page-heading::after {
    width: 10%; }
    @media (min-width: 551px) {
      .page-heading::before, .page-heading::after {
        width: 45%; } }

.login {
  max-width: none; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0; } }
  .login-row {
    max-width: none; }
  @media (min-width: 801px) {
    .login .new-customer {
      padding-right: 0; } }

.account--fixed {
  width: 100%; }

.addressList {
  margin: 0; }

.panel--newAddress .panel-body {
  border: none; }

.button {
  font-family: "Inter", "Inter", Helvetica, sans-serif; }

.button--orange {
  background-color: #e36f1e;
  border-color: #e36f1e; }

.button--proceed {
  background-color: #e36f1e;
  color: #391e00;
  font-weight: 700; }

.medium-up {
  display: none; }
  @media (min-width: 801px) {
    .medium-up {
      display: block; } }

.bottom-padding {
  padding-bottom: 0.78571rem;
  padding-top: 2rem; }

@media (min-width: 801px) {
  .page--sideNav {
    display: flex; } }

@media (min-width: 801px) {
  .page--sideNav .navBar {
    flex: 1 1 33.3%; } }

.page--sideNav .navBar-action {
  color: #337ab7; }
  .page--sideNav .navBar-action:hover {
    color: #23527c;
    text-decoration: underline; }

.form-option-variant--color, .form-option-variant--pattern, .form-option-swatch, .productView-options .form-field.swatches .form-option, .form-option-multi, .form-option--multi {
  border-radius: 50%; }

.form-option-multi, .form-option--multi {
  overflow: hidden; }

.form-option-variant--color.color--duotone, .form-option-variant--color.color--tritone {
  border-radius: 0; }

.cardSwatchImage {
  border-radius: 50%;
  vertical-align: baseline; }

.goog-te-menu-frame {
  max-width: 100% !important; }
  @media (min-width: 1261px) {
    .goog-te-menu-frame {
      width: 1050px !important; } }

@media (min-width: 1261px) {
  .body .container {
    max-width: 1675px; } }

.GiftCert-Text1Container {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem; }

.GiftCert-Text1 {
  width: 500px;
  font-size: medium;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 840px) {
    .GiftCert-Text1 {
      width: 95%; } }

.GiftCert-Text2 {
  width: 776px;
  font-size: medium;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1000px) {
    .GiftCert-Text2 {
      width: 95%; } }

@media screen and (min-width: 801px) {
  .GiftCert-BalanceCheck {
    width: 66.66667% !important; } }

@media screen and (max-width: 800px) {
  .SPDPTextDesktop {
    display: none; } }

@media screen and (min-width: 801px) {
  .SPDPTextMobile {
    display: none; } }

#SPDPTiles1 {
  overflow: hidden; }
  @media (min-width: 801px) {
    #SPDPTiles1 {
      display: flex; } }
  #SPDPTiles1 .SPDPPanel1 {
    box-sizing: border-box;
    height: auto;
    padding-top: 53.64%;
    position: relative;
    width: 100%; }
    @media (min-width: 801px) {
      #SPDPTiles1 .SPDPPanel1 {
        max-width: 33.33%;
        padding-top: 17.88%;
        float: left;
        width: 33.33%; } }
  #SPDPTiles1 .SPDPImage-01 {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background-size: 200%;
    background-image: url("//cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/cabletilesslide.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    transform-origin: 0% 52%;
    transition: 0.7s ease-in-out;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 961px) {
      #SPDPTiles1 .SPDPImage-01 {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0rem; } }
  #SPDPTiles1 .SPDPImage-01:hover {
    background-position-x: right; }
  #SPDPTiles1 .SPDPImage-02 {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background-size: 200%;
    background-image: url("//cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/diamondtilesslide.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    transform-origin: 0% 52%;
    transition: 0.7s ease-in-out;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 961px) {
      #SPDPTiles1 .SPDPImage-02 {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0rem; } }
  #SPDPTiles1 .SPDPImage-02:hover {
    background-position-x: right; }
  #SPDPTiles1 .SPDPImage-03 {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background-size: 200%;
    background-image: url("//cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/treeoflifetilesslide.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    transform-origin: 0% 52%;
    transition: 0.7s ease-in-out;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 961px) {
      #SPDPTiles1 .SPDPImage-03 {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0rem; } }
  #SPDPTiles1 .SPDPImage-03:hover {
    background-position-x: right; }
  #SPDPTiles1 .SPDPoverlay1 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }

#SPDPTiles2 {
  overflow: hidden; }
  @media (min-width: 801px) {
    #SPDPTiles2 {
      display: flex; } }
  #SPDPTiles2 .SPDPPanel2 {
    box-sizing: border-box;
    height: auto;
    padding-top: 53.64%;
    position: relative;
    width: 100%; }
    @media (min-width: 801px) {
      #SPDPTiles2 .SPDPPanel2 {
        max-width: 33.33%;
        padding-top: 17.88%;
        float: left;
        width: 33.33%; } }
  #SPDPTiles2 .SPDPImage-04 {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background-size: 200%;
    background-image: url("//cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/honeycombtilesslide.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    transform-origin: 0% 52%;
    transition: 0.7s ease-in-out;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 961px) {
      #SPDPTiles2 .SPDPImage-04 {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0rem; } }
  #SPDPTiles2 .SPDPImage-04:hover {
    background-position-x: right; }
  #SPDPTiles2 .SPDPImage-05 {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background-size: 200%;
    background-image: url("//cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/trellistilesslide.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    transform-origin: 0% 52%;
    transition: 0.7s ease-in-out;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 961px) {
      #SPDPTiles2 .SPDPImage-05 {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0rem; } }
  #SPDPTiles2 .SPDPImage-05:hover {
    background-position-x: right; }
  #SPDPTiles2 .SPDPImage-06 {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background-size: 200%;
    background-image: url("//cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/zigzagtilesslide.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    transform-origin: 0% 52%;
    transition: 0.7s ease-in-out;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 961px) {
      #SPDPTiles2 .SPDPImage-06 {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0rem; } }
  #SPDPTiles2 .SPDPImage-06:hover {
    background-position-x: right; }
  #SPDPTiles2 .SPDPoverlay2 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }

#SPDPTiles3 {
  overflow: hidden; }
  @media (min-width: 801px) {
    #SPDPTiles3 {
      display: flex;
      justify-content: center; } }
  #SPDPTiles3 .SPDPPanel3 {
    box-sizing: border-box;
    height: auto;
    padding-top: 53.64%;
    position: relative;
    width: 100%; }
    @media (min-width: 801px) {
      #SPDPTiles3 .SPDPPanel3 {
        max-width: 32%;
        padding-top: 17.88%;
        float: left;
        width: 33.33%; } }
  #SPDPTiles3 .SPDPImage-07 {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background-size: 200%;
    background-image: url("//cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/mosstilesslide.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    transform-origin: 0% 52%;
    transition: 0.7s ease-in-out;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 961px) {
      #SPDPTiles3 .SPDPImage-07 {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0rem; } }
  #SPDPTiles3 .SPDPImage-07:hover {
    background-position-x: right; }
  #SPDPTiles3 .SPDPImage-08 {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background-size: 200%;
    background-image: url("//cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/chevrontilesslide.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    transform-origin: 0% 52%;
    transition: 0.7s ease-in-out;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 961px) {
      #SPDPTiles3 .SPDPImage-08 {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0rem; } }
  #SPDPTiles3 .SPDPImage-08:hover {
    background-position-x: right; }
  #SPDPTiles3 .SPDPImage-09 {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background-size: 200%;
    background-image: url("//cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/latticetilesslide.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    transform-origin: 0% 52%;
    transition: 0.7s ease-in-out;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 961px) {
      #SPDPTiles3 .SPDPImage-09 {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0rem; } }
  #SPDPTiles3 .SPDPImage-09:hover {
    background-position-x: right; }
  #SPDPTiles3 .SPDPoverlay3 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }

.SPDPParallax1 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/spdp-3-people-old-image2.jpg");
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .SPDPParallax1 {
      background-attachment: inherit;
      background-size: 79vw;
      min-height: 56vh; } }
  @media screen and (max-width: 600px) {
    .SPDPParallax1 {
      background-attachment: inherit;
      background-size: 109vw;
      min-height: 57vh; } }

.AS2022PARALLAX1 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/asm-autumn-sale-page-parallax-banner-3.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 450px) {
    .AS2022PARALLAX1 {
      min-height: 211px;
      background-attachment: inherit;
      background-size: cover; } }

.AS2024PARALLAX1 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/asm-autumn-sale-page-parallax-banner-2024.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 450px) {
    .AS2024PARALLAX1 {
      min-height: 211px;
      background-attachment: inherit;
      background-size: cover; } }

.C1347PARALLAX1 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/c1347-half-price-banner-img-1.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 450px) {
    .C1347PARALLAX1 {
      min-height: 211px;
      background-attachment: inherit;
      background-size: cover; } }

.R1949PARALLAX1 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/r1949-half-price-banner-img-1.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 450px) {
    .R1949PARALLAX1 {
      min-height: 211px;
      background-attachment: inherit;
      background-size: cover; } }

.AS2022PARALLAX1-IMG {
  float: right;
  height: 500px !important;
  padding: 75px; }
  @media screen and (max-width: 450px) {
    .AS2022PARALLAX1-IMG {
      height: 242px !important;
      padding: 25px; } }

.AS2022PARALLAX1-TABLE1 {
  display: flex;
  justify-content: center; }

.AS2022PARALLAX1-TD1 {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 11px 7px rgba(136, 136, 136, 0.44); }
  @media screen and (max-width: 799px) {
    .AS2022PARALLAX1-TD1 {
      display: flex;
      flex-direction: column;
      box-shadow: 0px 0px 11px 7px rgba(136, 136, 136, 0.44); } }

.AS2022PARALLAX1-TD2 {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 11px 7px rgba(136, 136, 136, 0.44); }
  @media screen and (max-width: 799px) {
    .AS2022PARALLAX1-TD2 {
      display: flex;
      flex-direction: column-reverse; } }

.AS2022PARALLAX1-TIMG {
  margin: 0px !important;
  padding: 10px;
  max-width: 500px !important;
  width: 100%; }

.AS2022PARALLAX1-TTextContainer {
  display: flex;
  flex-direction: column;
  align-items: center; }

.AS2022PARALLAX1-TText {
  margin: 0px !important;
  margin-bottom: 1.5rem !important;
  max-width: 500px !important;
  width: 90%;
  padding: 10px; }

.AS2022PARALLAX1-TButton {
  padding: 10px;
  border: 2px solid #391e00;
  padding-left: 25px;
  padding-right: 25px;
  color: #391e00 !important; }

.AS2022PARALLAX1-TButton:hover {
  background-color: #391e00;
  color: #fafaf0 !important; }

.goog-te-menu-frame {
  max-width: 100% !important; }
  @media (min-width: 1261px) {
    .goog-te-menu-frame {
      width: 1050px !important; } }

#sticky-banner-promo {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  width: 100%;
  top: 43px;
  left: 0;
  background: #fafaf0;
  -moz-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.16);
  z-index: 3; }
  @media screen and (max-width: 1147px) {
    #sticky-banner-promo {
      top: 39px; } }
  @media screen and (max-width: 800pxpx) {
    #sticky-banner-promo {
      top: 86px; } }
  @media screen and (max-width: 680px) {
    #sticky-banner-promo {
      top: 0px;
      border-top: 2px solid #391e00; } }
  #sticky-banner-promo .text-area {
    width: auto;
    font-size: clamp(16px, 1.5vw, 25px);
    margin-top: 2px;
    margin-bottom: 0px;
    color: #391e00;
    letter-spacing: 1.2px;
    padding: 5px; }
  #sticky-banner-promo .overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (max-width: 800px) {
    #sticky-banner-promo .banFontSize-mobile {
      font-size: 1rem !important; } }

.SLPara {
  font-size: 1.14286rem;
  max-width: 1675px;
  text-align: center;
  margin: auto auto 1.5rem auto; }

#Store-Location-Tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem; }
  #Store-Location-Tiles .tile {
    position: relative;
    flex: 1 1 calc(50% - 1rem);
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea; }
    @media screen and (max-width: 768px) {
      #Store-Location-Tiles .tile {
        flex: 1 1 100%; } }
    #Store-Location-Tiles .tile-inis {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/inis-tile.jpg"); }
    #Store-Location-Tiles .tile-dublin {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/dublin-tile.jpg"); }
    #Store-Location-Tiles .tile-galway {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/galway-tile.jpg"); }
    #Store-Location-Tiles .tile-killarney {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/killarney-tile.jpg"); }
    #Store-Location-Tiles .tile .overlay {
      position: absolute;
      bottom: 0.5rem;
      left: 1rem;
      color: #fff;
      padding: 0.5rem 1rem;
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #Store-Location-Tiles .tile .overlay {
          font-size: 1.5rem;
          padding: 0.1rem 0.5rem; } }
      #Store-Location-Tiles .tile .overlay .PMarg {
        margin-bottom: 0.5rem;
        text-shadow: 0px 0px 4px black; }
    #Store-Location-Tiles .tile a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }

.header {
  border: none; }
  @media screen and (min-width: 801px) {
    .header-logo.container {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto 0;
      padding: 0px; } }
  @media (min-width: 801px) {
    .header-logo > a {
      width: 220px;
      margin-right: 7vw;
      position: relative; } }
  @media screen and (min-width: 1418px) {
    .header-logo > a {
      min-width: 220px;
      margin-right: 108.3px; } }
  @media (min-width: 801px) {
    .header-logo-image {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      position: relative;
      object-fit: cover;
      width: 100%; } }
  .header-right {
    display: flex;
    align-items: center;
    gap: 10px; }
    @media (min-width: 801px) {
      .header-right {
        width: auto;
        margin-left: 7vw;
        align-items: center;
        justify-content: flex-start; }
        .header-right .socialLinks--header {
          position: static;
          margin-left: 0px;
          max-width: 9.71429rem; } }
    @media screen and (min-width: 1418px) {
      .header-right {
        width: auto;
        margin-left: 108.3px; }
        .header-right .socialLinks--header {
          position: static;
          margin-left: 0px;
          max-width: 9.71429rem; } }
  .header-text {
    display: block;
    font-size: 1.14286rem;
    font-weight: 400;
    letter-spacing: 0.07143rem;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .header-text small {
      color: inherit;
      display: block;
      font-size: 0.85714rem;
      line-height: 0.5rem; }
    @media screen and (max-width: 800px) {
      .header-text {
        padding-top: 0rem;
        padding-bottom: 0.25rem; } }

.header-left {
  content: ""; }
  @media screen and (max-width: 800px) {
    .header-left {
      display: none; } }

.header-text-small {
  padding-top: 0.15rem; }

.quick-search {
  bottom: auto;
  left: auto;
  margin-left: 0px;
  right: auto;
  top: auto;
  width: 2.28571rem;
  height: 2.28571rem;
  overflow: hidden; }
  @media (min-width: 801px) {
    .quick-search {
      width: 14.28571rem;
      height: 2.85714rem;
      bottom: auto;
      left: auto;
      margin-left: 0px;
      right: auto;
      top: auto; } }
  .quick-search .form-field {
    position: relative; }
  .quick-search__launch {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: none;
    border-radius: 0.57143rem;
    width: 100%;
    height: 100%;
    color: #503528;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-align: left;
    text-transform: uppercase;
    padding: 0; }
    @media (min-width: 801px) {
      .quick-search__launch {
        background-color: white;
        padding: 4px; } }
    .quick-search__launch.is-open .close {
      display: block; }
    .quick-search__launch.is-open .search {
      display: none; }
    .quick-search__launch__icon {
      height: 32px;
      width: 32px; }
      .quick-search__launch__icon.close {
        display: none; }
        @media (min-width: 801px) {
          .quick-search__launch__icon.close {
            display: none !important; } }
      @media (min-width: 801px) {
        .quick-search__launch__icon.search {
          display: block !important; } }
  .quick-search__dropdown {
    align-items: center;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 1.71429rem 1.14286rem; }
    @media (min-width: 801px) {
      .quick-search__dropdown {
        top: calc(100% + 53px);
        padding: 2.28571rem 1.14286rem; } }
    .quick-search__dropdown.is-open {
      display: flex; }
    .quick-search__dropdown__search {
      width: 100%; }
      .quick-search__dropdown__search form {
        max-width: 64.28571rem;
        margin: auto; }
        .quick-search__dropdown__search form .form-field {
          margin: 0; }
          .quick-search__dropdown__search form .form-field input {
            border: none;
            border-bottom: 0.07143rem solid #b2b2b2;
            padding: 0 0.42857rem 0 1.14286rem; }
        .quick-search__dropdown__search form .button--search {
          height: 2.28571rem;
          width: 2.28571rem;
          top: 0.35714rem; }
    .quick-search__dropdown__close {
      height: 2.28571rem;
      width: 2.28571rem;
      display: none; }
      @media (min-width: 801px) {
        .quick-search__dropdown__close {
          display: block; } }
    .quick-search__dropdown__results {
      background: white;
      width: 100%;
      left: 0;
      top: 11.42857rem !important;
      border-top: 1px solid #b2b2b2; }
      @media (min-width: 801px) {
        .quick-search__dropdown__results {
          top: 315px !important;
          border-top: none; } }
      .quick-search__dropdown__results [data-name="container3"] {
        width: 100%;
        max-width: 64.28571rem;
        margin: 1.42857rem auto;
        background: white;
        left: 0;
        filter: none; }
        @media (min-width: 801px) {
          .quick-search__dropdown__results [data-name="container3"] {
            left: -15px; } }
        .quick-search__dropdown__results [data-name="container3"] * {
          background-color: transparent;
          font-size: 1.14286rem;
          font-weight: 400;
          width: 100%;
          height: fit-content; }
        .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-QVkGhAeL > div {
          display: flex;
          justify-content: space-between;
          width: 100%;
          flex-direction: column-reverse; }
          @media (min-width: 801px) {
            .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-QVkGhAeL > div {
              flex-direction: row; } }
        .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-QVkGhAeL .clerk_see_more {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0; }
          @media (min-width: 801px) {
            .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-QVkGhAeL .clerk_see_more {
              margin: 0 0 1rem 8rem; } }
          .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-QVkGhAeL .clerk_see_more a {
            width: 100%; }
            @media (min-width: 801px) {
              .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-QVkGhAeL .clerk_see_more a {
                width: fit-content; } }
            .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-QVkGhAeL .clerk_see_more a button {
              background-color: #503528 !important;
              border-radius: 0.28571rem;
              height: 3.14286rem;
              text-transform: uppercase;
              letter-spacing: 0.11429rem;
              width: 100%; }
              .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-QVkGhAeL .clerk_see_more a button:hover {
                background-color: #281b14 !important; }
              @media (min-width: 801px) {
                .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-QVkGhAeL .clerk_see_more a button {
                  width: fit-content; } }
        .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ {
          overflow: hidden;
          max-width: 600px; }
          .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ > div {
            margin-bottom: 20px; }
          .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .clerk-design-component-a3zaeHbI > div {
            padding: 0; }
            .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .clerk-design-component-a3zaeHbI > div .clerk-design-component-f4Fz5T21_ls {
              width: 100%; }
          .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card {
            border: none; }
            .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card .card-figure a {
              margin: 0; }
            .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card .card-body {
              background-color: #ffffff80; }
              .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card .card-body .card-text,
              .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card .card-body .card-title {
                text-align: left; }
                .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card .card-body .card-text *,
                .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card .card-body .card-title * {
                  font-size: 13px !important; }
              .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card .card-body .price-section {
                display: flex;
                gap: 10px; }
                @media (min-width: 801px) {
                  .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card .card-body .price-section {
                    flex-direction: column;
                    gap: 2px; } }
                .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-UfBgBjsJ .product .hover-card .card-body .price-section span {
                  width: fit-content; }
        @media (min-width: 801px) {
          .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-hl3L46ef {
            width: 300px; } }
        .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-dWRkRLlo {
          text-transform: uppercase;
          letter-spacing: 0.11429rem; }
        .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-f4Fz5T21_ls {
          width: 46.42857rem; }
          .quick-search__dropdown__results [data-name="container3"] .clerk-design-component-f4Fz5T21_ls > div {
            display: grid; }

.quickSearchResults {
  background-color: white;
  margin-top: 35rem;
  overflow: visible; }
  .quickSearchResults::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e8e8e8 transparent;
    border-bottom-style: solid;
    border-color: transparent transparent #391e00 transparent;
    bottom: 100%;
    position: absolute;
    right: 17.4rem; }
  .quickSearchResults::after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    right: 17.51rem; }
  .quickSearchResults .productGrid {
    margin-top: 1.5rem; }
    .quickSearchResults .productGrid .product {
      border: none;
      background-color: white;
      display: flex;
      padding: 0; }
      .quickSearchResults .productGrid .product a {
        text-decoration: none; }
      .quickSearchResults .productGrid .product .card-figure {
        margin-top: 0; }
      .quickSearchResults .productGrid .product:hover .card--alternate {
        background-color: #ebebeb; }
      .quickSearchResults .productGrid .product:hover a {
        color: #9c9c46;
        display: block; }
    .quickSearchResults .productGrid .card-body {
      background-color: white;
      height: 100%;
      text-align: left;
      padding: 0 0 0 0.78571rem; }
      .quickSearchResults .productGrid .card-body .button {
        display: none; }
    .quickSearchResults .productGrid .card--alternate {
      padding: 0.78571rem 1.5rem; }
    .quickSearchResults .productGrid .card-title {
      font-size: 13px;
      letter-spacing: 0;
      text-transform: uppercase; }
    .quickSearchResults .productGrid .card-figure {
      background-color: #fdf7f1;
      border: 1px solid #d6d6d6;
      padding: 4px 5px; }

.button--search {
  align-items: center;
  border: none;
  border-radius: 0;
  display: flex;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem; }
  .button--search .fa {
    vertical-align: middle; }

.navUser-item {
  border-color: #391e00; }

.navUser-item--currencies span {
  color: #503528; }

.navUser-action {
  text-transform: none; }

.navUser.top-bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: white;
  padding: 8px 8px 0;
  color: #503528;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px; }
  .navUser.top-bar h1.tagline {
    color: #503528;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2px;
    display: inline-block;
    margin: 0; }

.header.is-stuck .header-text,
.header.is-stuck #google_translate_element {
  display: block; }

@media (min-width: 801px) {
  .header.is-stuck .header-text,
  .header.is-stuck .trustpilot-widget {
    display: block; } }

.header.is-stuck .trustpilot-widget {
  display: block; }

.trustpilot-widget {
  display: block;
  padding-top: 0.5rem; }

.header.is-stuck .header-text,
.header.is-stuck .trustpilot-widget,
.header.is-stuck #google_translate_element {
  display: none; }

@media (min-width: 801px) {
  .header.is-stuck .header-text,
  .header.is-stuck .trustpilot-widget {
    display: block; } }

#sticky-banner-alt {
  position: -webkit-sticky !important;
  /* Safari */
  position: sticky !important;
  z-index: 4; }
  @media screen and (max-width: 1147px) {
    #sticky-banner-alt {
      top: 0px; } }
  @media screen and (max-width: 800px) {
    #sticky-banner-alt {
      top: -1px; } }
  @media screen and (max-width: 680px) {
    #sticky-banner-alt {
      top: -1px; } }

footer {
  background-color: #503528; }

.container > .footer--simple {
  padding: 0; }

.footer-border {
  margin: 0 3%; }

.footer {
  color: #fdf7f1; }
  .footer--subscribe {
    border-top: none; }
    .footer--subscribe .subscription-info {
      margin-bottom: 0.78571rem; }
    .footer--subscribe .form-field {
      margin-bottom: 0; }
    .footer--subscribe .form-input + .form-input {
      margin-left: 0.78571rem; }
  .footer.footer--subscribe .footer-info-col {
    margin-top: 0;
    padding: 0.78571rem 1.5rem; }
    @media (min-width: 801px) {
      .footer.footer--subscribe .footer-info-col {
        align-items: center;
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 801px) {
      .footer.footer--subscribe .footer-info-col .subscription-info {
        float: none;
        width: 100%; } }
    @media (min-width: 1261px) {
      .footer.footer--subscribe .footer-info-col .subscription-info {
        width: 45%;
        margin-bottom: 0; } }
    @media (min-width: 801px) {
      .footer.footer--subscribe .footer-info-col .form {
        float: none;
        width: 100%; } }
    @media (min-width: 1261px) {
      .footer.footer--subscribe .footer-info-col .form {
        width: 55%; } }
  @media (min-width: 551px) {
    .footer.footer--subscribe .button {
      width: auto;
      margin-top: 0; } }
  .footer.footer--subscribe .form-input {
    flex: 1 1 auto; }
    @media (min-width: 551px) {
      .footer.footer--subscribe .form-input {
        flex: 1; } }
    .footer.footer--subscribe .form-input + .form-input {
      margin: 0.78571rem 0 0 0; }
      @media (min-width: 551px) {
        .footer.footer--subscribe .form-input + .form-input {
          margin: 0 0 0 0.78571rem; } }
  .footer-copyright {
    color: #391e00;
    padding: 1.5rem 0;
    text-align: center; }
    .footer-copyright > .powered-by,
    .footer-copyright a {
      color: inherit; }
  .footer-info-col {
    color: #fef3e8; }
    @media (min-width: 801px) {
      .footer-info-col {
        width: 33%; } }
  .footer-info-heading {
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 1.5rem; }
    .footer-info-heading a {
      color: inherit;
      text-decoration: none; }
  .footer-info-list li {
    display: block; }
  .footer-info-list a {
    color: inherit;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0.35714rem 0; }
    @media (min-width: 801px) {
      .footer-info-list a {
        padding: 0;
        font-size: 1.15rem; } }
    .footer-info-list a:hover, .footer-info-list a:active {
      color: rgba(253, 247, 241, 0.8); }
  .footer-search .form {
    margin-bottom: 0.78571rem; }
  .footer-search .form-field {
    margin-bottom: 0;
    position: relative;
    color: #391e00;
    border: 1px solid rgba(57, 30, 0, 0.17); }
  .footer-search .form-input {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: inherit;
    height: 2.5rem;
    font-size: 11px;
    padding: 0 0.78571rem;
    line-height: 2.5rem; }
  .footer-search .button--search {
    height: 2.5rem;
    width: 2.5rem; }
  .footer-payments img {
    width: 100%;
    height: auto;
    object-fit: contain; }

#consent-manager-update-banner {
  display: none !important; }

#LogoCent {
  text-align: center;
  margin-top: 2rem; }
  #LogoCent .footerLogo {
    max-width: 12%;
    margin-top: 2rem;
    margin: auto; }
    @media screen and (min-width: 801px) {
      #LogoCent .footerLogo {
        padding-right: 10px; } }
    @media screen and (max-width: 801px) {
      #LogoCent .footerLogo {
        max-width: 25%; } }
    @media screen and (max-width: 550px) {
      #LogoCent .footerLogo {
        max-width: 36%;
        margin-top: 5%; } }

@media screen and (max-width: 550px) {
  .SocLinkFooterVis {
    display: none; } }

.SocLinkFooterHid {
  margin: auto;
  max-width: 161px; }
  @media screen and (min-width: 551px) {
    .SocLinkFooterHid {
      display: none; } }

#FooterUSP1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 32px;
  background-color: #FEF3E8;
  background: url("../img/pattern.png") #F7F5F3 50%/cover no-repeat;
  background-blend-mode: soft-light;
  border: none;
  font-size: calc(0.5rem + 0.75rem);
  color: #391e00; }
  @media screen and (max-width: 652px) {
    #FooterUSP1 {
      gap: 1px;
      padding: 32px 5px; } }
  #FooterUSP1 .AIconFlex {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media screen and (max-width: 650px) {
      #FooterUSP1 .AIconFlex {
        font-size: 14px; } }
  #FooterUSP1 .USPFlex {
    display: flex;
    flex-direction: row;
    gap: 150px; }
    #FooterUSP1 .USPFlex._Top {
      margin-right: 70px; }
      @media screen and (max-width: 900px) {
        #FooterUSP1 .USPFlex._Top {
          margin-right: 0px; } }
    #FooterUSP1 .USPFlex._Bottom {
      margin-left: -20px;
      gap: 170px; }
      @media screen and (max-width: 1020px) {
        #FooterUSP1 .USPFlex._Bottom {
          gap: 50px; } }
    @media screen and (max-width: 1020px) {
      #FooterUSP1 .USPFlex {
        gap: 20px; } }
    @media screen and (max-width: 900px) {
      #FooterUSP1 .USPFlex {
        display: block; } }
  #FooterUSP1 .Left {
    justify-content: right; }
    @media screen and (max-width: 900px) {
      #FooterUSP1 .Left {
        justify-content: center; } }
  #FooterUSP1 .Right {
    justify-content: left; }
    @media screen and (max-width: 900px) {
      #FooterUSP1 .Right {
        justify-content: center; } }
  #FooterUSP1 .AUSP {
    max-height: 45px;
    padding-right: 10px; }
  #FooterUSP1 .AOLogo {
    max-width: 115px;
    padding: 0 10px 16px 2px;
    margin-right: 10px; }
    @media screen and (max-width: 601px) {
      #FooterUSP1 .AOLogo {
        max-width: 85px;
        padding: 0 0px 16px 2px; } }
  #FooterUSP1 .ADelRet {
    max-height: 39px;
    padding-right: 10px; }

.heroCarousel {
  height: 10%;
  margin: 0px; }
  .heroCarousel-image {
    width: 100%;
    aspect-ratio: auto 1903 / 1019; }

.productGrid {
  display: flex;
  flex-wrap: wrap; }
  .productGrid::before, .productGrid::after {
    display: none; }
  .productGrid .product {
    margin-bottom: 1.5rem;
    padding: 0; }
    @media (min-width: 801px) {
      .productGrid .product {
        flex-basis: calc(33.3% - 2rem);
        margin-bottom: 3rem;
        margin-right: 3rem; } }
    @media (min-width: 551px) {
      .productGrid .product:nth-child(3n) {
        margin-right: 0; } }
  .productGrid .card {
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .productGrid .card-action {
      text-align: right; } }
  .productGrid .card-action .button--action {
    display: inline-block;
    border-radius: 4px; }
  .productGrid.view-list .card-action {
    text-align: center;
    margin-top: 5%; }
  .productGrid.view-list .card {
    padding: 1rem; }

.productGrid-special-offer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .productGrid-special-offer::before, .productGrid-special-offer::after {
    display: none; }
  .productGrid-special-offer .product {
    margin-bottom: 1.5rem;
    padding: 0; }
    @media (min-width: 551px) {
      .productGrid-special-offer .product {
        flex-basis: calc(33.3% - 1rem);
        margin-right: 1.5rem; } }
    @media (min-width: 801px) {
      .productGrid-special-offer .product {
        flex-basis: calc(33.3% - 2rem);
        margin-bottom: 3rem;
        margin-right: 3rem; } }
    @media (min-width: 551px) {
      .productGrid-special-offer .product:nth-child(3n) {
        margin-right: 0; } }
  .productGrid-special-offer .card {
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .productGrid-special-offer .card-action {
      text-align: right; } }
  .productGrid-special-offer .card-action .button--action {
    display: inline-block; }
  .productGrid-special-offer.view-list .card-action {
    text-align: left; }
  .productGrid-special-offer.view-list .card {
    padding: 1.5rem; }

.product .hover-card {
  border: 6px solid #fdf7f1; }
  .product .hover-card .card-body {
    background-color: rgba(250, 250, 240, 0.6); }
  @media (min-width: 801px) {
    .product .hover-card:hover {
      border-color: #efeee4; } }

.view-grid {
  display: flex;
  flex-wrap: wrap; }
  .view-grid .card {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .view-grid .card-body {
    flex: 1;
    display: flex;
    flex-direction: column; }
    @media (min-width: 801px) {
      .view-grid .card-body {
        display: none; } }
  .view-grid .card-action {
    display: none; }
    @media (min-width: 801px) {
      .view-grid .card-action {
        display: block; } }

#HomeUSP1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  padding: 32px 0px;
  background-color: #FEF3E8;
  background: url("../img/pattern.png") #F7F5F3 50%/cover no-repeat;
  background-blend-mode: soft-light;
  border: none;
  font-size: calc(0.5rem + 0.8rem); }
  @media screen and (max-width: 652px) {
    #HomeUSP1 {
      gap: 20px; } }
  #HomeUSP1 .AIconFlex {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 19%;
    justify-content: center; }
    @media screen and (max-width: 400px) {
      #HomeUSP1 .AIconFlex .IconPad {
        padding-left: 1%; } }
  #HomeUSP1 .AMarg {
    margin-top: 4%; }
  #HomeUSP1 .AOLogo {
    max-width: 135px;
    padding-right: 10px; }
  #HomeUSP1 .ADelRet {
    max-height: 45px;
    padding-right: 10px; }

#HomeUSP2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  padding: 32px 0px;
  background-color: #FEF3E8;
  background: url("../img/pattern.png") #F7F5F3 50%/cover no-repeat;
  background-blend-mode: soft-light;
  border: none;
  font-size: calc(0.5rem + 0.75rem); }
  @media screen and (max-width: 652px) {
    #HomeUSP2 {
      gap: 20px; } }
  #HomeUSP2 .AIconFlex {
    display: flex;
    flex-direction: row;
    align-items: center; }
  #HomeUSP2 .AUSP {
    max-height: 65px;
    padding-right: 10px; }

#AranHist {
  font-size: calc(0.5rem + 1rem);
  text-align: center;
  width: 60%;
  margin: auto; }
  @media screen and (min-width: 801px) {
    #AranHist {
      padding: 3rem 1rem; } }
  @media screen and (max-width: 801px) {
    #AranHist {
      width: 90%; } }
  #AranHist .HistAran {
    width: 130px;
    vertical-align: -3px; }

#HomeUSP3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  padding: 32px 0px;
  background-color: #FEF3E8;
  background: url("../img/pattern.png") #F7F5F3 50%/cover no-repeat;
  background-blend-mode: soft-light;
  border: none;
  font-size: calc(0.5rem + 0.75rem); }
  @media screen and (max-width: 652px) {
    #HomeUSP3 {
      gap: 20px; } }
  #HomeUSP3 .AIconFlex {
    display: flex;
    flex-direction: row;
    align-items: center; }
  #HomeUSP3 .AUSP {
    max-height: 65px;
    padding-right: 10px; }
  #HomeUSP3 .ADelRet {
    max-height: 45px;
    padding-right: 10px; }

#HomeUSP4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  padding: 32px;
  background-color: #FEF3E8;
  background: url("../img/pattern.png") #F7F5F3 50%/cover no-repeat;
  background-blend-mode: soft-light;
  border: none;
  font-size: calc(0.5rem + 0.75rem); }
  @media screen and (max-width: 652px) {
    #HomeUSP4 {
      gap: 20px; } }
  #HomeUSP4 .AIconFlex {
    display: flex;
    flex-direction: row;
    align-items: center; }
  #HomeUSP4 .AUSP {
    max-height: 65px;
    padding-right: 10px; }
  #HomeUSP4 .ADelRet {
    max-height: 45px;
    padding-right: 10px; }
  #HomeUSP4 a {
    color: #333333;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 2px;
    background-image: linear-gradient(#9c9c46 0 0);
    background-position: 0 100%;
    /*OR bottom left*/
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition: 0.3s, background-size 0.3s, background-position 0s 0.3s; }
    #HomeUSP4 a:hover {
      color: #9c9c46;
      background-position: 100% 100%;
      background-size: 100% 2px; }

#homepage-tiles-small-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem; }
  #homepage-tiles-small-1 .tile {
    position: relative;
    flex: 1 1 calc(50% - 1rem);
    aspect-ratio: 16 / 13;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea; }
    @media screen and (max-width: 768px) {
      #homepage-tiles-small-1 .tile {
        flex: 1 1 100%; } }
    #homepage-tiles-small-1 .tile-for-her {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchorwomen3.jpg"); }
    #homepage-tiles-small-1 .tile-for-him {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchormen4.jpg"); }
    #homepage-tiles-small-1 .tile .overlay {
      position: absolute;
      bottom: 0.5rem;
      left: 1rem;
      color: #fff;
      padding: 0.5rem 1rem;
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #homepage-tiles-small-1 .tile .overlay {
          font-size: 1.5rem;
          padding: 0.1rem 0.5rem; } }
      #homepage-tiles-small-1 .tile .overlay .PMarg {
        margin-bottom: 0.5rem; }
    #homepage-tiles-small-1 .tile a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }

#homepage-tiles-small-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem; }
  #homepage-tiles-small-2 .tile {
    position: relative;
    flex: 1 1 calc(50% - 1rem);
    aspect-ratio: 16 / 13;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea; }
    @media screen and (max-width: 768px) {
      #homepage-tiles-small-2 .tile {
        flex: 1 1 100%; } }
    #homepage-tiles-small-2 .tile-sustainability {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchorsustainability2.jpg"); }
    #homepage-tiles-small-2 .tile-news {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchorblog2.jpg"); }
    #homepage-tiles-small-2 .tile .overlay {
      position: absolute;
      bottom: 0.5rem;
      left: 1rem;
      color: #fff;
      padding: 0.5rem 1rem;
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #homepage-tiles-small-2 .tile .overlay {
          font-size: 1.5rem;
          padding: 0.1rem 0.5rem; } }
      #homepage-tiles-small-2 .tile .overlay .PMarg {
        margin-bottom: 0.5rem; }
    #homepage-tiles-small-2 .tile a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }

#homepage-tiles-small-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem; }
  #homepage-tiles-small-3 .tile {
    position: relative;
    flex: 1 1 calc(50% - 1rem);
    aspect-ratio: 16 / 13;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea; }
    @media screen and (max-width: 768px) {
      #homepage-tiles-small-3 .tile {
        flex: 1 1 100%; } }
    #homepage-tiles-small-3 .tile-MadeInIreland {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchormadein3.jpg"); }
    #homepage-tiles-small-3 .tile-OurIslandHome {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchorourisland3.jpg"); }
    #homepage-tiles-small-3 .tile .overlay {
      position: absolute;
      bottom: 0.5rem;
      left: 1rem;
      color: #fff;
      padding: 0.5rem 1rem;
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #homepage-tiles-small-3 .tile .overlay {
          font-size: 1.5rem;
          padding: 0.1rem 0.5rem; } }
      #homepage-tiles-small-3 .tile .overlay .PMarg {
        margin-bottom: 0.5rem; }
    #homepage-tiles-small-3 .tile a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }

#homepage-tiles-large-1 {
  display: block;
  margin: 1rem;
  overflow: hidden; }
  #homepage-tiles-large-1 .tile {
    position: relative;
    aspect-ratio: 15 / 9;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea; }
    @media screen and (max-width: 768px) {
      #homepage-tiles-large-1 .tile {
        flex: 1 1 100%; } }
    #homepage-tiles-large-1 .tile-ASMInisMor {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchorinismor2.jpg");
      min-width: 500px; }
    #homepage-tiles-large-1 .tile .overlay {
      position: absolute;
      bottom: 0.5rem;
      left: 1rem;
      color: #fff;
      padding: 0.5rem 1rem;
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #homepage-tiles-large-1 .tile .overlay {
          font-size: 1.5rem;
          padding: 0.1rem 0.5rem; } }
      #homepage-tiles-large-1 .tile .overlay .PMarg {
        margin-bottom: 0.5rem; }
    #homepage-tiles-large-1 .tile a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }

#homepage-tiles-large-2 {
  display: block;
  margin: 1rem;
  overflow: hidden; }
  #homepage-tiles-large-2 .tile {
    position: relative;
    aspect-ratio: 16 / 11;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea; }
    @media screen and (max-width: 768px) {
      #homepage-tiles-large-2 .tile {
        flex: 1 1 100%; } }
    #homepage-tiles-large-2 .tile-clans {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchorclans2.jpg");
      min-width: 500px; }
    #homepage-tiles-large-2 .tile .overlay {
      position: absolute;
      bottom: 0.5rem;
      left: 1rem;
      color: #fff;
      padding: 0.5rem 1rem;
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #homepage-tiles-large-2 .tile .overlay {
          font-size: 1.5rem;
          padding: 0.1rem 0.5rem; } }
      #homepage-tiles-large-2 .tile .overlay .PMarg {
        margin-bottom: 0.5rem; }
    #homepage-tiles-large-2 .tile a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }

#homepage-tiles-large-3 {
  display: block;
  margin: 1rem;
  margin-top: 0rem;
  overflow: hidden; }
  #homepage-tiles-large-3 .tile {
    position: relative;
    aspect-ratio: 8 / 5;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea; }
    @media screen and (max-width: 768px) {
      #homepage-tiles-large-3 .tile {
        flex: 1 1 100%; } }
    #homepage-tiles-large-3 .tile-history {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchorhistory2.jpg");
      min-width: 500px; }
      @media screen and (max-width: 701px) {
        #homepage-tiles-large-3 .tile-history {
          background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchorhistorymobile2.jpg");
          background-size: cover;
          background-position: top; } }
    #homepage-tiles-large-3 .tile .overlay {
      position: absolute;
      bottom: 0.5rem;
      left: 1rem;
      color: #fff;
      padding: 0.5rem 1rem;
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #homepage-tiles-large-3 .tile .overlay {
          font-size: 1.5rem;
          padding: 0.1rem 0.5rem; } }
      #homepage-tiles-large-3 .tile .overlay .PMarg {
        margin-bottom: 0.5rem; }
    #homepage-tiles-large-3 .tile a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }

#homepage-tiles-large-4 {
  display: block;
  margin: 1rem;
  overflow: hidden; }
  #homepage-tiles-large-4 .tile {
    position: relative;
    aspect-ratio: 13 / 5;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea; }
    @media screen and (max-width: 768px) {
      #homepage-tiles-large-4 .tile {
        flex: 1 1 100%; } }
    #homepage-tiles-large-4 .tile-yarn {
      background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/anchoryarn3.jpg");
      min-width: 500px; }
    #homepage-tiles-large-4 .tile .overlay {
      position: absolute;
      bottom: 0.5rem;
      left: 1rem;
      color: #fff;
      padding: 0.5rem 1rem;
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #homepage-tiles-large-4 .tile .overlay {
          font-size: 1.5rem;
          padding: 0.1rem 0.5rem; } }
      #homepage-tiles-large-4 .tile .overlay .PMarg {
        margin-bottom: 0.5rem; }
    #homepage-tiles-large-4 .tile a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }

.body--category > .container {
  max-width: 91.71429rem; }
  @media (min-width: 1261px) {
    .body--category > .container {
      max-width: 1675px; } }

.body--category .banner img {
  object-fit: contain;
  width: 100%; }

.body--category .page-heading {
  font-size: 26px; }

.body--category .page-content {
  margin-top: 3rem; }

@media (min-width: 551px) {
  .page-heading--category {
    align-items: center;
    display: flex;
    justify-content: center; } }

.page-heading--category h1 {
  font-size: 26px;
  margin: 0; }

@media (min-width: 551px) {
  .page-heading--category .actionBar {
    margin: 0; } }

.page-heading--category .form-field {
  margin: 0;
  margin-bottom: 0px !important; }

.page-heading--category .actionBar-section {
  float: none; }

.subCategories {
  border-bottom: 1px solid #d6d6d6;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem; }
  .subCategories .productGrid {
    text-align: center; }
  .subCategories .featured-category {
    max-width: 14rem;
    padding: 0 1.5rem 1.5rem;
    margin-right: 0; }
    .subCategories .featured-category .card {
      max-width: 10.71429rem; }
  .subCategories .card-image {
    width: 100%;
    object-fit: contain; }

.subCategory-noImage {
  font-size: 1rem;
  width: 100%; }

.subCategory-action {
  color: #391e00;
  text-decoration: none; }
  .subCategory-action:hover {
    color: #9c9c46; }

@media (min-width: 801px) {
  .category--overlayCards .card-body {
    display: block; } }

.category-description {
  text-align: center; }
  @media (min-width: 801px) {
    .category-description td img {
      max-width: none; } }
  .category-description p {
    margin-bottom: 0; }

.card-body .price {
  order: 2; }

.card-body .price--rrp {
  color: #391e00;
  font-size: 100%;
  order: 1;
  margin-right: 0.35714rem; }
  .card-body .price--rrp + .price {
    color: #da2a2a; }

.category-description {
  margin-bottom: 1.5rem; }

.category-filters-wrap {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.5rem;
  position: relative;
  justify-content: center; }
  @media (min-width: 801px) {
    .category-filters-wrap {
      justify-content: center; } }
  @media (min-width: 1261px) {
    .category-filters-wrap {
      align-items: center;
      justify-content: space-between;
      max-width: 1590px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 800px) {
    .category-filters-wrap {
      margin-bottom: 0; } }
  .category-filters-wrap .category-filters {
    width: 100%; }
    @media (min-width: 801px) {
      .category-filters-wrap .category-filters {
        margin-left: 0;
        margin-right: auto;
        width: auto; } }
    .category-filters-wrap .category-filters.category-filters--full-width {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      width: 100%; }
      @media screen and (max-width: 500px) {
        .category-filters-wrap .category-filters.category-filters--full-width .facetedSearch {
          margin-bottom: 1.5rem;
          width: 100%; } }
      @media screen and (max-width: 800px) {
        .category-filters-wrap .category-filters.category-filters--full-width {
          margin-right: 0; }
          .category-filters-wrap .category-filters.category-filters--full-width .accordion-title {
            text-align: center;
            width: 100%; } }
  @media screen and (max-width: 800px) and (min-width: 501px) {
    .category-filters-wrap .category-filters.category-filters--full-width .facetedSearch {
      margin-right: 1.5rem;
      width: calc(50% - 0.78571rem); } }
    .category-filters-wrap .category-filters .facetedSearch-toggle {
      background: white;
      border-color: #d6d6d6;
      color: #191919;
      height: 3rem;
      line-height: 3rem;
      margin-bottom: 0;
      padding: 0;
      position: relative;
      z-index: 20; }
      @media screen and (max-width: 800px) {
        .category-filters-wrap .category-filters .facetedSearch-toggle {
          z-index: 0; } }
      .category-filters-wrap .category-filters .facetedSearch-toggle:hover {
        border-color: #d6d6d6;
        color: #191919; }
      .category-filters-wrap .category-filters .facetedSearch-toggle:active, .category-filters-wrap .category-filters .facetedSearch-toggle.is-open {
        border-color: #ebebeb;
        color: #191919;
        border-bottom: white; }
    .category-filters-wrap .category-filters .facetedSearch-toggle-indicator {
      color: #191919;
      text-align: center;
      width: 100%; }
      .category-filters-wrap .category-filters .facetedSearch-toggle-indicator .toggleLink-text svg {
        fill: #191919;
        height: 1rem;
        width: 1rem;
        vertical-align: middle; }
    .category-filters-wrap .category-filters .accordion--navList .accordion-indicator {
      visibility: visible; }
  @media (min-width: 801px) {
    .category-filters-wrap .facetedSearch-navList {
      margin-top: 0; } }
  .category-filters-wrap .facetedSearch-navList.facetedSearch-navList--shop-by-price {
    display: block; }
    .category-filters-wrap .facetedSearch-navList.facetedSearch-navList--shop-by-price .accordion-navigation {
      margin-top: 0; }
  @media screen and (max-width: 800px) {
    .category-filters-wrap .facetedSearch-navList.is-open {
      background: white;
      left: 0;
      position: relative;
      top: calc(100% - -1px);
      width: 100%;
      z-index: 10; } }
  .category-filters-wrap .facetedSearch-navList .accordion {
    border: 0;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .category-filters-wrap .facetedSearch-navList .accordion {
        display: flex;
        flex-flow: row wrap;
        justify-content: center; } }
    .category-filters-wrap .facetedSearch-navList .accordion.accordion--navList::before, .category-filters-wrap .facetedSearch-navList .accordion.accordion--navList::after {
      display: none; }
    @media (min-width: 801px) {
      .category-filters-wrap .facetedSearch-navList .accordion .accordion-block {
        margin-bottom: 0.78571rem;
        margin-right: 0.78571rem;
        margin-top: 0;
        position: relative; } }
    .category-filters-wrap .facetedSearch-navList .accordion .accordion-block .toggleLink-text {
      color: #191919; }
      .category-filters-wrap .facetedSearch-navList .accordion .accordion-block .toggleLink-text:hover {
        color: #391e00; }
    .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation {
      align-items: center;
      border-radius: 2px;
      color: #391e00;
      display: flex;
      height: 2rem;
      padding: 0 1rem; }
      @media (min-width: 801px) {
        .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation {
          border: none; } }
      .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation:hover {
        position: relative;
        z-index: 1; }
      .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation:active, .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation.is-open {
        border: none;
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        z-index: 20; }
      .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation span {
        color: #191919;
        white-space: nowrap; }
      .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation .accordion-navigation-actions svg {
        fill: #191919;
        width: 13px;
        margin-left: 5px; }
      .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation.accordion-navigation--shop-by-price .accordion-navigation {
        display: none; }
    .category-filters-wrap .facetedSearch-navList .accordion .accordion-title {
      font-weight: 400;
      text-transform: none; }
      @media (min-width: 801px) {
        .category-filters-wrap .facetedSearch-navList .accordion .accordion-title {
          margin-bottom: 0; } }
    .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation-actions {
      left: auto;
      line-height: 0;
      margin-left: auto;
      position: relative;
      right: auto;
      top: auto; }
      @media (min-width: 801px) {
        .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation-actions {
          margin-left: 0.28571rem; } }
      @media (min-width: 801px) {
        .category-filters-wrap .facetedSearch-navList .accordion .accordion-navigation-actions .facetedSearch-clearLink {
          display: none; } }
    .category-filters-wrap .facetedSearch-navList .accordion .accordion-content.is-open {
      background: white;
      border: 1px solid #ebebeb;
      margin-top: -1px;
      position: relative;
      z-index: 1; }
      @media (min-width: 801px) {
        .category-filters-wrap .facetedSearch-navList .accordion .accordion-content.is-open {
          margin-top: 0;
          min-width: 100%;
          padding: 1rem;
          position: absolute;
          top: calc(100% - 2px);
          z-index: 10; } }
      @media (min-width: 801px) {
        .category-filters-wrap .facetedSearch-navList .accordion .accordion-content.is-open.accordion-content--price-range {
          min-width: 20rem; } }
      .category-filters-wrap .facetedSearch-navList .accordion .accordion-content.is-open.accordion-content--price-range .button {
        padding: 0;
        height: 40px;
        min-height: 0;
        line-height: 38px; }
    .category-filters-wrap .facetedSearch-navList .accordion .navList-action--checkbox {
      display: flex;
      white-space: nowrap; }
      .category-filters-wrap .facetedSearch-navList .accordion .navList-action--checkbox .navList-action-close {
        display: none; }
      .category-filters-wrap .facetedSearch-navList .accordion .navList-action--checkbox .navList-count {
        margin: 0 0.35714rem; }
    .category-filters-wrap .facetedSearch-navList .accordion .navList-action {
      color: #191919;
      display: flex;
      white-space: nowrap; }
      .category-filters-wrap .facetedSearch-navList .accordion .navList-action:hover {
        color: #391e00; }
  @media screen and (min-width: 801px) {
    .category-filters-wrap .actionBar {
      margin: 0; } }
  .category-filters-wrap .actionBar--sort {
    display: none;
    margin-bottom: 0.78571rem;
    width: calc(50% - 0.78571rem); }
    @media (min-width: 801px) {
      .category-filters-wrap .actionBar--sort {
        display: block;
        max-width: 14.28571rem;
        order: 3;
        width: auto; } }
    @media (min-width: 1261px) {
      .category-filters-wrap .actionBar--sort {
        margin-left: 0; } }
    .category-filters-wrap .actionBar--sort.actionBar--sort-mobile {
      display: block; }
      @media (min-width: 801px) {
        .category-filters-wrap .actionBar--sort.actionBar--sort-mobile {
          display: none; } }
    .category-filters-wrap .actionBar--sort.actionBar--shop-by-price {
      display: block; }
      @media screen and (max-width: 500px) {
        .category-filters-wrap .actionBar--sort.actionBar--shop-by-price {
          width: 100%; } }
      @media (min-width: 801px) {
        .category-filters-wrap .actionBar--sort.actionBar--shop-by-price {
          margin-left: 0.78571rem; } }
    .category-filters-wrap .actionBar--sort .form-fieldset {
      width: 100%; }
    .category-filters-wrap .actionBar--sort .form-field {
      background: white;
      border-color: #d6d6d6;
      height: 3rem;
      line-height: 3rem;
      min-height: 0;
      padding: 0; }
      @media (min-width: 801px) {
        .category-filters-wrap .actionBar--sort .form-field {
          padding: 0; } }
      .category-filters-wrap .actionBar--sort .form-field:active {
        border-color: #ebebeb; }
        .category-filters-wrap .actionBar--sort .form-field:active .form-label {
          color: #191919; }
    .category-filters-wrap .actionBar--sort .form-label {
      font-size: 15px;
      font-style: normal;
      margin: 0;
      padding-left: 0;
      pointer-events: none;
      text-transform: none; }
      @media (min-width: 801px) {
        .category-filters-wrap .actionBar--sort .form-label {
          left: 0.71429rem;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1; } }
    .category-filters-wrap .actionBar--sort .form-select {
      background-color: transparent;
      color: #191919;
      height: 100%;
      left: 0;
      max-width: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      @media (min-width: 801px) {
        .category-filters-wrap .actionBar--sort .form-select {
          max-width: none;
          opacity: 1;
          padding-left: 5rem;
          padding-right: 2rem;
          position: relative;
          text-overflow: ellipsis; } }
  .category-filters-wrap .actionBar--show-all {
    width: 100%; }
    @media (min-width: 801px) {
      .category-filters-wrap .actionBar--show-all {
        order: 3; } }
    @media (min-width: 1261px) {
      .category-filters-wrap .actionBar--show-all {
        margin-right: 1.5rem;
        order: 1;
        width: auto; } }
  .category-filters-wrap span.accordion-title {
    font-size: 1.25rem; }
  .category-filters-wrap .actionBar--sort .form-label {
    font-size: 1.25rem; }
  .category-filters-wrap .form-select,
  .category-filters-wrap .form-select {
    font-size: 1.25rem; }
  .category-filters-wrap .toggleLink-text {
    font-size: 14px; }
  .category-filters-wrap .toggleLink-text {
    color: #191919; }
  .category-filters-wrap .navList-action {
    font-size: 14px; }
  .category-filters-wrap .accordion-content .toggleLink-text {
    font-size: 15px; }
  .category-filters-wrap .inlineList {
    align-items: center;
    display: flex;
    justify-content: center; }

@media screen and (max-width: 800px) {
  .mobile {
    display: none; } }

@media screen and (max-width: 800px) {
  .form-field-mobile {
    margin-bottom: 0 !important; } }

.form-select--small {
  line-height: 1.1rem !important; }
  @media screen and (max-width: 800px) {
    .form-select--small {
      line-height: 1.2rem !important; } }

@media screen and (min-width: 981px) {
  .mr-category-banner__inner {
    display: table; } }

@media (min-width: 1654px) {
  .productView-details {
    margin-bottom: 0;
    width: 45%;
    padding-right: 7rem; } }

@media (min-width: 801px) {
  .productView-images {
    width: 55%; } }

.productView-thumbnails {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  padding: 0 3rem 0 2.5rem !important; }
  .productView-thumbnails .slick-track {
    display: flex; }
  .productView-thumbnails .slick-next,
  .productView-thumbnails .slick-prev {
    border: 1px solid #503528;
    border-radius: 100%;
    aspect-ratio: 1;
    height: 30px;
    width: 30px;
    padding: 0;
    margin-top: 0;
    top: unset;
    background: transparent; }
    .productView-thumbnails .slick-next:hover,
    .productView-thumbnails .slick-prev:hover {
      background-color: #503528 !important; }
      .productView-thumbnails .slick-next:hover::before,
      .productView-thumbnails .slick-prev:hover::before {
        color: #fef3e8; }
  .productView-thumbnails .slick-next {
    right: 0 !important; }
    .productView-thumbnails .slick-next::before {
      background: none;
      content: "\f105";
      font: normal normal normal 25px FontAwesome;
      height: 100%;
      width: 100%;
      color: #503528; }
    .productView-thumbnails .slick-next:focus {
      background: none; }
  .productView-thumbnails .slick-prev {
    left: 0 !important;
    right: unset; }
    .productView-thumbnails .slick-prev:focus {
      background: none; }
    .productView-thumbnails .slick-prev::before {
      background: none;
      content: "\f104";
      font: normal normal normal 25px FontAwesome;
      height: 100%;
      width: 100%;
      color: #503528; }

.productView-title {
  line-height: normal;
  text-transform: none; }

.productView-price {
  font-size: 34px;
  margin-bottom: 0; }
  .productView-price .price {
    font-weight: 400; }

.productView .price--rrp {
  font-size: 1.28571rem;
  order: 1;
  padding-left: 1%; }

.productView .price-section {
  align-items: baseline;
  display: flex; }

.productView .price-section--saving {
  color: #8b8b8b;
  font-size: 1rem; }

.productView .price--saving {
  margin-left: 0.35714rem; }

.productView-product {
  border: none;
  padding: 0; }

.productView-description {
  clear: both;
  float: none;
  padding: 0;
  width: 100%; }

.productView-info {
  margin-bottom: 0; }

.productView-options .form-field {
  margin-bottom: 0.78571rem; }

.productView-options .form-action {
  margin: 1.5rem 0;
  padding: 0; }

.productView .form-option-rectangle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  height: 44px;
  padding: 0 16px;
  text-transform: uppercase; }
  .productView .form-option-rectangle > span {
    font-size: 16px; }
  .productView .form-option-rectangle:hover {
    background-color: #fef3e8; }

.productView .form-label--alternate {
  font-family: "Inter", "Inter", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.productView-USP {
  clear: both;
  text-align: center; }
  @media (min-width: 551px) {
    .productView-USP {
      text-align: left; } }

.productView .socialLinks {
  text-align: center; }
  @media (min-width: 551px) {
    .productView .socialLinks {
      text-align: center; } }

.body--product .toggle {
  border-color: #391e00;
  margin-bottom: 0; }

.body--product .toggleLink {
  color: #391e00;
  display: block;
  float: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none; }
  .body--product .toggleLink .fa {
    font-size: 2rem; }

.body--product .toggle-title {
  font-size: 21px;
  margin: 1.5rem 0; }

.body--product .toggleLink-text {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%; }

.product-related .page-heading {
  font-size: 24px;
  text-transform: none; }

.product-related .productCarousel {
  margin-bottom: 2.28571rem; }

.product-related .card-action {
  display: none; }

.toggle.productReviews {
  border-bottom: 1px solid #391e00;
  margin-bottom: 3rem; }

#add-review {
  display: none; }

.btn-pagination {
  color: #391e00;
  padding: 0 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }

#LayoutColumn2 .form-select {
  width: auto; }

#LayoutColumn2 .text-centre {
  text-align: center; }
  #LayoutColumn2 .text-centre img {
    margin: 20px 20px 0;
    width: auto !important; }

#LayoutColumn2 hr {
  margin: 20px 0; }

#LayoutColumn2 small {
  font-size: 12px;
  font-style: normal; }

.productReviews-noneText {
  font-size: 16px; }

.productReview {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1.5rem;
  width: 100%; }
  .productReview-title {
    font-size: 20px;
    text-transform: uppercase; }
  .productReview-body {
    font-size: 16px; }
  .productReview-author {
    font-size: 13px; }
    @media (min-width: 551px) {
      .productReview-author {
        flex: 1 0 100%; } }
  @media (min-width: 551px) {
    .productReview-rating {
      margin: 0 0 0 0.78571rem; } }
  @media (min-width: 551px) {
    .productReview header {
      align-items: center;
      display: flex;
      flex-wrap: wrap; } }

.previewCart .productView {
  border: 2px solid #391e00;
  float: none;
  flex-wrap: wrap;
  padding: 1.5rem 0.78571rem;
  width: 100%; }

.previewCart .productView-title {
  font-size: 20px;
  margin-bottom: 1.5rem;
  text-transform: none !important; }

.previewCart .productView-name {
  font-size: 1rem; }

.previewCart .productView-image {
  min-height: auto;
  width: auto; }

.previewCart .productView-details {
  width: auto; }

.previewCart .previewCartCheckout {
  background: none;
  float: none;
  width: 100%; }
  .previewCart .previewCartCheckout .button {
    display: inline-block;
    width: auto; }

.previewCart .button-wrap {
  margin-bottom: 1.5rem; }

.previewCart .productView-price {
  font-size: 1rem; }

.previewCart .previewCartCheckout-price {
  font-family: "Inter", "Inter", Helvetica, sans-serif;
  text-align: left; }

.previewCart .previewCartCheckout-subtotal {
  width: 100%; }

.product-related .productGrid {
  margin-bottom: 0;
  padding-bottom: 1.5rem; }

.modal--image-gallery {
  background-color: transparent;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%; }
  .modal--image-gallery .loadingOverlay {
    background-color: transparent; }
  .modal--image-gallery .modal-content {
    height: 100%; }
    .modal--image-gallery .modal-content #modalImageGallery {
      max-height: unset !important;
      height: 100%;
      padding: 0; }
      .modal--image-gallery .modal-content #modalImageGallery .slick-prev,
      .modal--image-gallery .modal-content #modalImageGallery .slick-next {
        border: 1px solid white;
        border-radius: 50%;
        height: 44px;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .modal--image-gallery .modal-content #modalImageGallery .slick-prev::before,
        .modal--image-gallery .modal-content #modalImageGallery .slick-next::before {
          height: 80%;
          width: 80%;
          filter: invert(1); }
        .modal--image-gallery .modal-content #modalImageGallery .slick-prev:hover,
        .modal--image-gallery .modal-content #modalImageGallery .slick-next:hover {
          background-color: white; }
          .modal--image-gallery .modal-content #modalImageGallery .slick-prev:hover::before,
          .modal--image-gallery .modal-content #modalImageGallery .slick-next:hover::before {
            filter: invert(0); }
      .modal--image-gallery .modal-content #modalImageGallery .slick-prev {
        left: 5px; }
      .modal--image-gallery .modal-content #modalImageGallery .slick-next {
        right: 5px; }
  .modal--image-gallery .modal-header {
    border-bottom: none;
    padding: 0; }
  .modal--image-gallery .modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    background-color: #fff;
    border-radius: 50%; }
  .modal--image-gallery .modal-header-title, .modal--image-gallery .modal-image-alt {
    display: none; }
  .modal--image-gallery .modal-body {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal--image-gallery .modal-body .productView-images {
      padding: 0; }
      @media (min-width: 801px) {
        .modal--image-gallery .modal-body .productView-images {
          height: 100%; } }
      .modal--image-gallery .modal-body .productView-images img {
        height: 100%;
        width: auto; }
      .modal--image-gallery .modal-body .productView-images * {
        width: 100%; }
        @media (min-width: 801px) {
          .modal--image-gallery .modal-body .productView-images * {
            height: 100%; } }
    .modal--image-gallery .modal-body .productView-image {
      display: flex; }

#modalImageGallery .productView-images {
  float: none;
  width: 100%; }

.modal-image-alt {
  text-align: center; }

.form-action.wishlist_btn {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .form-action.wishlist_btn {
      margin-left: 0; } }

.form-action.addToCart-btn {
  margin: 0;
  width: 100%; }

.wishlist-btn {
  margin-left: 0 !important; }

.button-primary-wishlist {
  background-color: #b0a089;
  border-color: #b0a089;
  color: white; }
  .button-primary-wishlist:hover {
    background-color: #453522;
    border-color: #453522;
    color: white; }

.button-primary-modelPrev {
  background-color: #b0a089;
  border-color: #b0a089;
  color: white;
  border-radius: 4px; }
  .button-primary-modelPrev:hover {
    background-color: #453522;
    border-color: #453522;
    color: white; }

.body--product .slick-prev {
  left: -14px; }

.body--product .slick-next {
  right: -14px; }

.newsletter-signup {
  display: flex;
  flex-direction: column; }
  .newsletter-signup__usps {
    background-color: #fdf7f1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 40px;
    padding: 32px; }
    @media (min-width: 801px) {
      .newsletter-signup__usps {
        flex-direction: row; } }
    .newsletter-signup__usps__item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #503528;
      font-size: 16px;
      font-weight: 400; }
  .newsletter-signup__signup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background-color: #FEF3E8;
    background: url("../img/pattern.png") #F7F5F3 50%/cover no-repeat;
    background-blend-mode: soft-light;
    border: none; }
    .newsletter-signup__signup__outer {
      display: flex;
      flex-direction: column; }
    .newsletter-signup__signup h2 {
      margin: 0;
      margin-bottom: 12px;
      color: #503528;
      text-align: center;
      font-size: 24px;
      font-weight: 600; }
    .newsletter-signup__signup span {
      margin-bottom: 24px;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      max-width: 800px; }
  .newsletter-signup__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%; }
    @media (min-width: 801px) {
      .newsletter-signup__buttons {
        flex-direction: row; } }
    .newsletter-signup__buttons input {
      height: 44px;
      background-color: white;
      width: 100%;
      padding: 0 16px;
      border: none; }
      @media (min-width: 801px) {
        .newsletter-signup__buttons input {
          max-width: 300px; } }
      .newsletter-signup__buttons input::placeholder {
        color: #503528; }
    .newsletter-signup__buttons button {
      white-space: nowrap;
      background-color: #503528;
      padding: 0 24px;
      color: white;
      height: 44px;
      font-family: Inter;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      border-radius: 4px;
      width: 100%; }
      @media (min-width: 801px) {
        .newsletter-signup__buttons button {
          width: fit-content; } }
      .newsletter-signup__buttons button:hover {
        background-color: #281B14; }

.is_hidden--unless-sticky {
  display: none; }

@media (max-width: 800px) {
  .sticky-container.sticky-mobile.js-is-sticky,
  .sticky-container.sticky-mobile.js-is-stuck {
    background: #fafaf0;
    border-top: 1px solid #d6d6d6;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0.5rem 0.5rem 0;
    position: fixed !important;
    right: 0;
    z-index: 1004; }
    .sticky-container.sticky-mobile.js-is-sticky .is_hidden--unless-sticky,
    .sticky-container.sticky-mobile.js-is-stuck .is_hidden--unless-sticky {
      display: block; }
    .sticky-container.sticky-mobile.js-is-sticky .product-delivery-info,
    .sticky-container.sticky-mobile.js-is-stuck .product-delivery-info {
      font-size: 0.7rem;
      margin-bottom: 0;
      padding: 0.5rem; }
      .sticky-container.sticky-mobile.js-is-sticky .product-delivery-info .alertBox-icon .icon,
      .sticky-container.sticky-mobile.js-is-stuck .product-delivery-info .alertBox-icon .icon {
        height: 1.28571rem;
        width: 1.28571rem; }
      .sticky-container.sticky-mobile.js-is-sticky .product-delivery-info .alertBox-message,
      .sticky-container.sticky-mobile.js-is-stuck .product-delivery-info .alertBox-message {
        text-align: center; }
    .sticky-container.sticky-mobile.js-is-sticky .product-delivery-options,
    .sticky-container.sticky-mobile.js-is-stuck .product-delivery-options {
      font-size: 0.75rem; }
      .sticky-container.sticky-mobile.js-is-sticky .product-delivery-options .delivery-cutoff,
      .sticky-container.sticky-mobile.js-is-stuck .product-delivery-options .delivery-cutoff {
        font-size: inherit; }
      .sticky-container.sticky-mobile.js-is-sticky .product-delivery-options br, .sticky-container.sticky-mobile.js-is-sticky .product-delivery-options a,
      .sticky-container.sticky-mobile.js-is-stuck .product-delivery-options br,
      .sticky-container.sticky-mobile.js-is-stuck .product-delivery-options a {
        display: none; }
    .sticky-container.sticky-mobile.js-is-sticky .productView-options .form-field,
    .sticky-container.sticky-mobile.js-is-stuck .productView-options .form-field {
      margin: 0.5rem 0 0; }
    .sticky-container.sticky-mobile.js-is-sticky .form-action,
    .sticky-container.sticky-mobile.js-is-stuck .form-action {
      margin: 0 0 0.5rem; }
    .sticky-container.sticky-mobile.js-is-sticky .form-action .button--primary,
    .sticky-container.sticky-mobile.js-is-stuck .form-action .button--primary {
      margin-bottom: 0.1rem; }
    .sticky-container.sticky-mobile.js-is-sticky .sticky-details-panel,
    .sticky-container.sticky-mobile.js-is-stuck .sticky-details-panel {
      background: #fafaf0;
      margin: -0.5rem -0.5rem 0;
      padding: 0.5rem 0.5rem 0;
      overflow: hidden; }
    .sticky-container.sticky-mobile.js-is-sticky .productImage,
    .sticky-container.sticky-mobile.js-is-stuck .productImage {
      display: inline-block;
      padding-right: 0.33rem;
      vertical-align: middle;
      width: 15%; }
    .sticky-container.sticky-mobile.js-is-sticky .productDetails-wrapper,
    .sticky-container.sticky-mobile.js-is-stuck .productDetails-wrapper {
      display: inline-block;
      padding: 0 0.5rem;
      text-align: right;
      vertical-align: middle;
      width: 84%; }
    .sticky-container.sticky-mobile.js-is-sticky .productName,
    .sticky-container.sticky-mobile.js-is-stuck .productName {
      font-size: 10px;
      text-transform: uppercase;
      text-align: left; }
    .sticky-container.sticky-mobile.js-is-sticky .productView-price,
    .sticky-container.sticky-mobile.js-is-sticky .productView-price .price--rrp,
    .sticky-container.sticky-mobile.js-is-sticky .price-section--saving,
    .sticky-container.sticky-mobile.js-is-stuck .productView-price,
    .sticky-container.sticky-mobile.js-is-stuck .productView-price .price--rrp,
    .sticky-container.sticky-mobile.js-is-stuck .price-section--saving {
      font-size: 13px;
      font-weight: 700;
      margin: 0; }
    .sticky-container.sticky-mobile.js-is-sticky .productView-price .price--rrp,
    .sticky-container.sticky-mobile.js-is-stuck .productView-price .price--rrp {
      margin-left: 0.5rem; }
    .sticky-container.sticky-mobile.js-is-sticky .form-label--alternate,
    .sticky-container.sticky-mobile.js-is-stuck .form-label--alternate {
      font-size: 0.75rem;
      margin-bottom: 0.33rem; }
    .sticky-container.sticky-mobile.js-is-sticky .productView-description,
    .sticky-container.sticky-mobile.js-is-sticky form[data-wishlist-add],
    .sticky-container.sticky-mobile.js-is-sticky .collapse-when-sticky,
    .sticky-container.sticky-mobile.js-is-stuck .productView-description,
    .sticky-container.sticky-mobile.js-is-stuck form[data-wishlist-add],
    .sticky-container.sticky-mobile.js-is-stuck .collapse-when-sticky {
      display: none; }
    .sticky-container.sticky-mobile.js-is-sticky .expanded,
    .sticky-container.sticky-mobile.js-is-stuck .expanded {
      display: block; }
    .sticky-container.sticky-mobile.js-is-sticky .reveal-sticky-options,
    .sticky-container.sticky-mobile.js-is-stuck .reveal-sticky-options {
      padding: 0.5rem;
      margin-bottom: 0.5rem; } }

.body--blog_post,
.body--blog {
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0.78571rem; }
  .body--blog_post > .container,
  .body--blog > .container {
    background-color: #fdf7f1;
    border: 1px solid #391e00;
    margin: 0 1.5rem;
    max-width: 91.71429rem;
    width: calc(100% - 3rem); }
    @media (min-width: 1261px) {
      .body--blog_post > .container,
      .body--blog > .container {
        margin: 0 auto;
        width: 100%; } }
  @media (min-width: 801px) {
    .body--blog_post .page-content,
    .body--blog .page-content {
      width: calc(100% - 17.85714rem); } }
  .body--blog_post .page-heading,
  .body--blog .page-heading {
    margin-top: 1.5rem; }
    @media (min-width: 551px) {
      .body--blog_post .page-heading,
      .body--blog .page-heading {
        margin: 0; } }

.blog-post-figure {
  width: 100%; }

.blog-post-body {
  width: 100%; }

.blog-title {
  font-size: 34px;
  text-transform: uppercase; }

.blog-date {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left; }

.socialLinks {
  text-align: left; }

.blog-post {
  font-size: 16px; }

.blog-header .addthis_toolbox {
  margin: 0 0 0.78571rem; }

.page-sidebar--blog {
  display: none; }
  @media (min-width: 801px) {
    .page-sidebar--blog {
      background-color: #391e00;
      color: #fdf7f1;
      display: block;
      height: 100%;
      position: absolute;
      right: 0;
      width: 17.85714rem; } }

.blogSidebar-title {
  color: inherit;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase; }

.blogSidebar-content {
  text-align: center; }
  .blogSidebar-content img {
    margin: 0 auto; }

.blogSidebar-recentPost {
  list-style: none;
  margin-left: 0;
  border-bottom: 1px solid #fdf7f1;
  padding: 0.78571rem 0;
  text-align: left; }
  .blogSidebar-recentPost ul,
  .blogSidebar-recentPost ol {
    list-style: none;
    margin-bottom: 0; }
  .blogSidebar-recentPost a {
    color: inherit;
    font-weight: 700; }

.blog-parallax-seafoam {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/blog-seafoam.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-parallax-winterrose {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/blog-winter-rose.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-parallax-mistyblue {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/blog-misty-marl.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-parallax-sunflower {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/blog-sunflower-yellow.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-parallax-warmlavender {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/blog-warm-lavender.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-parallax-AranIslandsHOR1 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/aran-coastal.jpg");
  min-height: 470px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8px; }

.blog-parallax-AranIslandsHOR3 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/guinness-by-fire-updated.jpg");
  min-height: 470px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8px; }

.blog-parallax-AranIslandsHOR4 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/blog-shop.jpg");
  min-height: 470px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8px; }

.blog-parallax-AranIslandsHOR6 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/copy-of-fot8146.jpg");
  min-height: 470px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-parallax-SpringThrows1 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/product_images/uploaded_images/4011-a1-2.jpg");
  min-height: 470px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.SOOIH-tableImage {
  width: 280px; }
  @media screen and (max-width: 1176px) {
    .SOOIH-tableImage {
      width: 241px; } }
  @media screen and (max-width: 1058px) {
    .SOOIH-tableImage {
      width: 204px; } }
  @media screen and (max-width: 948px) {
    .SOOIH-tableImage {
      width: 171px; } }
  @media screen and (max-width: 848px) {
    .SOOIH-tableImage {
      width: 142px; } }
  @media screen and (max-width: 512px) {
    .SOOIH-tableImage {
      width: 114px; } }
  @media screen and (max-width: 448px) {
    .SOOIH-tableImage {
      width: 100px; } }
  @media screen and (max-width: 398px) {
    .SOOIH-tableImage {
      width: 90px; } }

.SOOIH-Parallax1 {
  content: "";
  background-image: url("//cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/blog-inismor-5-parallax.jpg");
  min-height: 631px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.SOOIH-YTVideo {
  width: 100%;
  height: 534px; }
  @media screen and (max-width: 800px) {
    .SOOIH-YTVideo {
      height: 100%; } }

.SOOIH-Parallax2 {
  content: "";
  background-image: url("//cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/blog-inismeain-2-parallax.jpg");
  min-height: 631px;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }

.SOOIH-Parallax3 {
  content: "";
  background-image: url("https://cdn11.bigcommerce.com/s-scgdirr/images/stencil/original/image-manager/blog-inisoirr-6-parallax.jpg");
  min-height: 631px;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 800px) {
  .blog-parallax-seafoam {
    background-attachment: inherit; }
  .blog-parallax-winterrose {
    background-attachment: inherit; }
  .blog-parallax-mistyblue {
    background-attachment: inherit; }
  .blog-parallax-sunflower {
    background-attachment: inherit; }
  .blog-parallax-warmlavender {
    background-attachment: inherit; }
  .blog-parallax-AranIslandsHOR1 {
    background-attachment: inherit; }
  .blog-parallax-AranIslandsHOR3 {
    background-attachment: inherit; }
  .blog-parallax-AranIslandsHOR4 {
    background-attachment: inherit; }
  .blog-parallax-AranIslandsHOR6 {
    background-attachment: inherit; }
  .SOOIH-Parallax1 {
    background-attachment: inherit;
    min-height: 180px; }
  .SOOIH-Parallax2 {
    background-attachment: inherit;
    min-height: 180px; }
  .SOOIH-Parallax3 {
    background-attachment: inherit;
    min-height: 180px; } }

@media (min-width: 801px) {
  .cart {
    float: left;
    width: 66.6%; } }

.cart-banner {
  margin-bottom: 1.5rem;
  text-align: center; }

.cart-item-name {
  font-size: 1rem;
  letter-spacing: normal; }

.cart-item-title a {
  color: #391e00;
  text-decoration: none;
  text-transform: uppercase; }
  .cart-item-title a:hover {
    color: #9c9c46; }

@media (min-width: 801px) {
  .cart-item-quantity {
    min-width: 7.14286rem; } }

.cart-side-actions {
  border: 1px solid #391e00;
  padding: 1.5rem;
  text-align: center; }
  .cart-side-actions .cart-actions .button {
    float: none; }
  .cart-side-actions .cart-additionalCheckoutButtons .FloatRight div {
    float: none; }

@media (min-width: 801px) {
  .cart-actions-block {
    float: left;
    width: 66.6%; } }

.cart-actions--left {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .cart-actions--left {
      float: left;
      margin-bottom: 0; } }
  @media (min-width: 551px) {
    .cart-actions--left + .cart-actions {
      clear: right; } }

@media (min-width: 801px) {
  .cart-totals-block {
    float: left;
    width: 66.6%; } }

.cart-totals-block .cart-total-label {
  font-weight: 700;
  text-transform: uppercase; }

.cart-totals-block .cart-total-label--grandTotal {
  font-size: 18px;
  text-transform: uppercase; }

.cart-totals {
  float: none;
  width: 100%; }

.cart-total-label {
  color: #391e00;
  font-family: 'Noto Serif', serif;
  padding-left: 0;
  width: auto; }

.cart-total-value {
  float: right;
  font-family: 'Noto Serif', serif;
  font-weight: 700; }

@media (min-width: 801px) {
  .cart-content--side {
    float: right;
    width: 33.3%; } }

@media (min-width: 801px) {
  .cart-content--side {
    padding-left: 1.5rem; } }

.cart-content--side .cart-total {
  font-size: 16px;
  text-align: left; }
  @media (min-width: 801px) {
    .cart-content--side .cart-total {
      border-bottom: none;
      text-align: center; } }

.cart-content--side .cart-total-label {
  float: none;
  font-size: 18px;
  text-align: inherit;
  text-transform: uppercase;
  width: 100%; }

.accordion .content {
  display: none;
  scroll-margin-top: 150px; }
  .accordion .content.active {
    display: block;
    margin: 0; }

.accordion .nested-content {
  display: none;
  scroll-margin-top: 150px; }
  .accordion .nested-content.active {
    display: block;
    margin: 1rem; }

.accordion-navigation {
  border: transparent solid;
  border-width: 2px 0; }
  .accordion-navigation .parent:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0.7rem;
    right: 20px;
    content: "\f067";
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    padding: 2px 6px 0px 5px;
    -webkit-text-stroke: 1px #C2AF90;
    font-stroke: lighter;
    font-size: smaller; }
  .accordion-navigation .parent {
    background-color: #C2AF90;
    color: white !important;
    padding: 0.75rem;
    text-transform: uppercase; }
  .accordion-navigation .parent:hover {
    background-color: #C2AF90;
    text-decoration: none !important;
    color: #453522 !important; }
  .accordion-navigation.active .parent:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0.5;
    right: 20px;
    content: "" !important;
    color: white; }
  .accordion-navigation .child:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0.7rem;
    right: 20px;
    content: "\f067";
    color: white;
    border: 2px solid #391e00;
    border-radius: 50%;
    padding: 2px 6px 0px 5px;
    -webkit-text-stroke: 1px #391e00;
    font-stroke: lighter;
    font-size: smaller; }
  .accordion-navigation .child {
    background-color: #eaeceb;
    color: #000 !important;
    padding: 0.75rem;
    text-transform: uppercase;
    padding-right: 4rem; }
  .accordion-navigation .child:hover {
    background-color: #eaeceb;
    text-decoration: none !important;
    color: #9c9c46 !important; }

.accordion-navigation:first-of-type {
  content: "\f067"; }
  .accordion-navigation:first-of-type.active .parent:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0.5;
    right: 20px;
    content: "" !important;
    color: #fff; }
  .accordion-navigation:first-of-type .active .child:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0.5;
    right: 20px;
    content: "\f067";
    color: #fff; }

ul ul .accordion-navigation > a {
  background-color: #eaeceb;
  color: #000 !important; }
  ul ul .accordion-navigation > a:hover {
    background-color: #eaeceb; }
  ul ul .accordion-navigation > a:before {
    border: 2px solid #000;
    content: "" !important;
    color: black !important; }

li div .accordion .content.active {
  display: block;
  margin: 0;
  background-color: #eaeceb;
  padding: 1rem; }

ul ul .accordion-navigation {
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.icon-grid {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 3rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media (min-width: 551px) {
    .icon-grid {
      grid-template-columns: 1fr 1fr 1fr; } }

.icon-container {
  background-color: #C2AF90;
  width: 17.5rem;
  height: 12rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .icon-container .faq-icons > .tile {
    color: white;
    top: 6rem;
    position: relative;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    text-transform: uppercase; }
    .icon-container .faq-icons > .tile:hover {
      color: #453522;
      text-decoration: none; }
    @media screen and (max-width: 700px) {
      .icon-container .faq-icons > .tile {
        font-size: 0.75rem; } }

.faq-icons {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-size: 5rem;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem; }

.icon-1 {
  background-image: url(../img/Orders.png); }

.icon-2 {
  background-image: url(../img/Delivery.png);
  width: 6rem;
  height: 6rem;
  background-size: 6rem; }

.icon-3 {
  background-image: url(../img/Return.png); }

.icon-4 {
  background-image: url(../img/Size-guide.png); }

.icon-5 {
  background-image: url(../img/Care.png); }

.icon-6 {
  background-image: url(../img/Voucher.png); }

.page-content .accordion + p {
  display: none; }

.accordion-navigation .active .active .child:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0.5;
  right: 20px;
  content: "" !important; }

#google_translate_element {
  position: absolute;
  z-index: 999; }
  @media screen and (max-width: 801px) {
    #google_translate_element {
      position: absolute;
      z-index: 999;
      float: right;
      top: 0; } }

@media screen and (max-width: 800px) {
  div[data-content-region="below_header--global"] {
    padding: 0rem; } }
