@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:1024px)/";
  width: 551px; }

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

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

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, .card-compare input {
  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 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: inherit;
  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; }

/*! 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: white;
  color: #29365a;
  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: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

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

a {
  color: #547ef2;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #7698f5; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #29365a;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    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.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .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 #d4d7de;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 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 #d4d7de; }

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

.table-tbody tr {
  border-bottom: 1px solid #d4d7de; }
  .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, .facetLabel {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Nunito", 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: #545e7b;
  color: #545e7b;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .facetLabel:hover, .button:focus, .facetLabel:focus, .button.is-active, .is-active.facetLabel, .button.active, .active.facetLabel {
    background-color: transparent;
    border-color: #545e7b;
    color: white; }
  .button:active, .facetLabel:active {
    background-color: transparent;
    border: 1px solid #192036;
    color: white; }
  .button:focus, .facetLabel:focus, .button.is-active, .is-active.facetLabel, .button.active, .active.facetLabel {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, .facetLabel + .button, .button + .facetLabel, .facetLabel + .facetLabel {
      margin-left: 0.75rem; } }

/*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: #547ef2;
  border-color: #547ef2;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #7698f5;
    border-color: #7698f5;
    color: white; }
  .button--primary:active {
    background-color: #4365c2;
    border: 1px solid #4365c2;
    color: white; }

.button[disabled], .facetLabel[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  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.5625rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #29365a; }

/*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, .buttonGroup > .facetLabel {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, .buttonGroup > .facetLabel:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child, .buttonGroup > .facetLabel: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: #e5e5e5;
  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: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  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.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*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 #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  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: #29365a;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input, #ReviewsWidget .R-Field .R-Field__input {
  appearance: none;
  background-color: white;
  border-color: #d4d7de;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #29365a;
  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, #ReviewsWidget .R-Field .R-Field__input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly], #ReviewsWidget .R-Field .R-Field__input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus, #ReviewsWidget .R-Field .R-Field__input:focus {
    border-color: #547ef2;
    outline: none; }
  .form-input[rows], #ReviewsWidget .R-Field .R-Field__input[rows] {
    height: auto; }
  .form-input[type="search"], #ReviewsWidget .R-Field .R-Field__input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder, #ReviewsWidget .R-Field .R-Field__input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear, #ReviewsWidget .R-Field .R-Field__input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder, #ReviewsWidget .R-Field .R-Field__input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder, #ReviewsWidget .R-Field .R-Field__input:-ms-input-placeholder {
    color: #999999; }

/*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: #d4d7de;
  color: #29365a;
  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: #547ef2; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #547ef2; }

/*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 #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 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.375rem;
    padding-left: 1.875rem;
    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 #d4d7de;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.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(84, 126, 242, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(84, 126, 242, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(84, 126, 242, 0.999);
  border: 3px solid white;
  border-radius: 0.875rem; }

/*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, #ReviewsWidget .R-Field .has-action.R-Field__input {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction, #ReviewsWidget .R-Field .has-action.R-Field__input + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*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, #ReviewsWidget .R-Field .has-icon.R-Field__input {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon, #ReviewsWidget .R-Field .has-icon.R-Field__input + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*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, .form-prefixPostfix #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-prefixPostfix .R-Field__input {
    flex: 1; }
  .form-prefixPostfix .button, .form-prefixPostfix .facetLabel {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  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, #ReviewsWidget .R-Field .form-prefixPostfix-label--prefix + .R-Field__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: #29365a;
    box-shadow: 0 0 4px rgba(41, 54, 90, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: 0.375rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.375rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.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 #999999;
    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.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input, .form-field--success #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-field--success .R-Field__input,
.form-field--error .form-input,
.form-field--error #ReviewsWidget .R-Field .R-Field__input,
#ReviewsWidget .R-Field .form-field--error .R-Field__input,
.form-field--warning .form-input,
.form-field--warning #ReviewsWidget .R-Field .R-Field__input,
#ReviewsWidget .R-Field .form-field--warning .R-Field__input {
  float: left; }

.form-field--success .form-input, .form-field--success #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-field--success .R-Field__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: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }


.form-field--error .form-input,
.form-field--error #ReviewsWidget .R-Field .R-Field__input,
#ReviewsWidget .R-Field .form-field--error .R-Field__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: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }


.form-field--warning .form-input,
.form-field--warning #ReviewsWidget .R-Field .R-Field__input,
#ReviewsWidget .R-Field .form-field--warning .R-Field__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: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*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: #e5e5e5;
  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: #e5e5e5; }
  .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: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    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: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #d4d7de;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #29365a; }

.tab.is-active .tab-title {
  color: #29365a;
  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: black;
  font-size: 15px;
  padding: 0.75rem; }

/*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: #547ef2;
  font-size: 15px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 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: #547ef2; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #547ef2;
  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.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button, .alertBox .facetLabel {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.125rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #999999; }

/*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: #d4d7de solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 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: #d4d7de solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #29365a;
    padding: 1.875rem;
    display: block;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #d4d7de solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 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: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #d4d7de;
  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 #d4d7de;
  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 #d4d7de;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button, .modal-footer .facetLabel {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .modal-footer .facetLabel {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@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.375rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 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.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    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, .actionBar .facetLabel {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 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.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input,
    .actionBar-section #ReviewsWidget .R-Field .R-Field__input,
    #ReviewsWidget .R-Field .actionBar-section .R-Field__input {
      display: inline-block;
      width: 12.5rem; } }

@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 #999999;
  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: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.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; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

.slick-arrow.slick-hidden {
  display: none; }

/* 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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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: #8f8f8f;
    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-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .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: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1024px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

.nanobar {
  display: none;
  height: 0.3125rem;
  pointer-events: none;
  top: 0;
  user-select: none;
  overflow: hidden;
  width: 100%;
  z-index: 9999; }
  .nanobar .bar {
    background-color: #999999;
    height: 100%;
    transition: height 0.1s;
    width: 0; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Lato", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #29365a;
    font-size: 1.875rem; }
  .swal2-modal .swal2-content {
    color: #29365a;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #d4d7de;
    color: #29365a; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #29365a; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Nunito", 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: #545e7b;
    color: #545e7b;
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #545e7b;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #192036;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #547ef2;
    border-color: #547ef2;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #7698f5;
    border-color: #7698f5;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #4365c2;
    border-color: #4365c2;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #545e7b;
    color: #545e7b; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #545e7b;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #192036;
    color: white; }
  .swal2-modal .button + .button, .swal2-modal .facetLabel + .button, .swal2-modal .button + .facetLabel, .swal2-modal .facetLabel + .facetLabel {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 1024px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.75rem; }

body {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  font-size: 28px;
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 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(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.375rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #d4d7de; }
  .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, .table-actions .facetLabel {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button, .table-actions .facetLabel {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button, .table-actions .facetLabel + .button, .table-actions .button + .facetLabel, .table-actions .facetLabel + .facetLabel {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #d4d7de;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #d4d7de;
    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 #d4d7de; }
    .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 {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus, .dropdown-menu .facetLabel:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open, .is-open.order-sample-dropdown {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important;
  top: 36px !important;
  z-index: 9999 !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open, .is-open.order-sample-dropdown {
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    #wishlist-dropdown.is-open, .is-open.order-sample-dropdown {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open, .is-open.order-sample-dropdown {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus, .is-open.order-sample-dropdown:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist], .is-open.order-sample-dropdown [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button, .is-open.order-sample-dropdown .button, #wishlist-dropdown.is-open .facetLabel, .is-open.order-sample-dropdown .facetLabel {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items, .is-open.order-sample-dropdown .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button, .is-open.order-sample-dropdown li:not(:last-child) .button, #wishlist-dropdown.is-open li:not(:last-child) .facetLabel, .is-open.order-sample-dropdown li:not(:last-child) .facetLabel {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

@media (min-width: 1024px) {
  .modal--medium {
    width: 605px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.75rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 1024px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #29365a;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #547ef2;
      border-color: #547ef2;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #7698f5;
      border-color: #7698f5;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #4365c2;
      border-color: #4365c2;
      color: white; }

.hide-content {
  opacity: 0; }

.container nav.breadcrumb-container {
  display: flex;
  width: auto;
  overflow: auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0; }

nav.breadcrumb-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  height: 3.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2%; }
  @media (min-width: 551px) {
    nav.breadcrumb-container {
      font-size: 10px;
      line-height: 16px; } }
  @media (min-width: 1024px) {
    nav.breadcrumb-container {
      font-size: 14px;
      line-height: 20px; } }
  nav.breadcrumb-container ol.breadcrumbs {
    display: flex;
    flex: none;
    width: auto;
    margin-bottom: 0;
    font-weight: 700; }
    nav.breadcrumb-container ol.breadcrumbs li:last-child {
      display: flex;
      font-weight: 400; }
    @media (min-width: 551px) {
      nav.breadcrumb-container ol.breadcrumbs li:not(:first-child) {
        display: flex; } }
  nav.breadcrumb-container .breadcrumb {
    display: flex; }
    nav.breadcrumb-container .breadcrumb .breadcrumb-label {
      color: #2a3559;
      cursor: pointer;
      text-decoration: none; }
    nav.breadcrumb-container .breadcrumb.is-active > .breadcrumb-label {
      cursor: default;
      font-weight: 700;
      color: #6A728B; }
    nav.breadcrumb-container .breadcrumb:not(:first-child)::before {
      border-right: 1px solid #2a3559;
      content: '';
      display: inline-block;
      height: 20px;
      right: 0;
      bottom: 2px;
      transform: rotate(15deg); }

.panel-title {
  font-size: 16px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 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: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #d4d7de;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #547ef2; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #7698f5; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #7698f5; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.25rem;
  margin-top: -0.125rem;
  width: 1.25rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.75rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.75rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .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, .facetLabel {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button, .facetLabel + .button, .button + .facetLabel, .facetLabel + .facetLabel {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .button + .button, .facetLabel + .button, .button + .facetLabel, .facetLabel + .facetLabel {
        margin-left: 0.75rem; } }

.button[disabled], .facetLabel[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #d4d7de;
  float: none; }
  @media (min-width: 1024px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 1024px) {
      .tab.is-active {
        border: 1px solid #d4d7de;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.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; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 1024px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.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 {
  color: #29365a;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 1024px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 1024px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 1024px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 1024px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 1024px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.75rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 1024px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.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-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem; }

.alertBox--info {
  background-color: #707070;
  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,
.form-field--error #ReviewsWidget .R-Field .R-Field__input,
#ReviewsWidget .R-Field .form-field--error .R-Field__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(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type='text'], .form-field--success #ReviewsWidget .R-Field .R-Field__input[type='text'], #ReviewsWidget .R-Field .form-field--success .R-Field__input[type='text'] {
  padding-right: 3rem;
  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(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name='credit_card_number'], .form-field--success #ReviewsWidget .R-Field .R-Field__input[name='credit_card_number'], #ReviewsWidget .R-Field .form-field--success .R-Field__input[name='credit_card_number'] {
  background-position: right 2.25rem center; }

.form-field--success .form-input[name='cvv'], .form-field--success #ReviewsWidget .R-Field .R-Field__input[name='cvv'], #ReviewsWidget .R-Field .form-field--success .R-Field__input[name='cvv'] {
  background-position: right 2.25rem center; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  width: auto !important; }
  .form-checkbox + .form-label:last-child,
  .form-radio + .form-label:last-child {
    display: block;
    margin-bottom: -0.3125rem; }
  .form-checkbox + .form-label::after,
  .form-radio + .form-label::after {
    top: 0.25rem; }
  .form-checkbox + .form-label::before,
  .form-radio + .form-label::before {
    top: 0.1875rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .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 .facetLabel,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button, .form-actions .facetLabel,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions .facetLabel + .button, .form-actions .button + .facetLabel, .form-actions .facetLabel + .facetLabel,
    .form-actions .button + input,
    .form-actions .facetLabel + input,
    .form-actions .button + a,
    .form-actions .facetLabel + a,
    .form-actions input + .button,
    .form-actions input + .facetLabel,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + .facetLabel,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button, .form-actions .facetLabel + .button, .form-actions .button + .facetLabel, .form-actions .facetLabel + .facetLabel,
        .form-actions .button + input,
        .form-actions .facetLabel + input,
        .form-actions .button + a,
        .form-actions .facetLabel + a,
        .form-actions input + .button,
        .form-actions input + .facetLabel,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + .facetLabel,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.375rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #d4d7de;
  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 #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-prefixPostfix .R-Field__input, .form-prefixPostfix .button, .form-prefixPostfix .facetLabel {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input, .form-prefixPostfix #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-prefixPostfix .R-Field__input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder, .form-prefixPostfix #ReviewsWidget .R-Field .R-Field__input::-webkit-input-placeholder, #ReviewsWidget .R-Field .form-prefixPostfix .R-Field__input::-webkit-input-placeholder {
  color: #29365a; }

.form-prefixPostfix .form-input::-moz-placeholder, .form-prefixPostfix #ReviewsWidget .R-Field .R-Field__input::-moz-placeholder, #ReviewsWidget .R-Field .form-prefixPostfix .R-Field__input::-moz-placeholder {
  color: #29365a; }

.form-prefixPostfix .form-input:-ms-input-placeholder, .form-prefixPostfix #ReviewsWidget .R-Field .R-Field__input:-ms-input-placeholder, #ReviewsWidget .R-Field .form-prefixPostfix .R-Field__input:-ms-input-placeholder {
  color: #29365a; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button, .form-prefixPostfix .facetLabel {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button, .form-increment .facetLabel {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  text-align: center;
  vertical-align: middle; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.quantity-input-container {
  position: relative;
  width: 174px; }
  @media (max-width: 930px) and (min-width: 841px) {
    .quantity-input-container {
      width: 130px; } }
  .quantity-input-container input {
    width: 100%;
    max-width: 100% !important;
    text-align: center !important; }
  .quantity-input-container button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .quantity-input-container button:first-child {
    left: 11px; }
  .quantity-input-container button:last-child {
    right: 11px; }

.form-option {
  border: 1px solid #d4d7de;
  color: #29365a;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #547ef2; }
  .form-radio:checked + .form-option {
    border-color: #547ef2;
    box-shadow: 0 0 0 1px #547ef2; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  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.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.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, .form-minMaxRow .facetLabel {
    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:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 1024px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }
  .productGrid.view-list .card-image {
    right: auto; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: #29365a;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #545e7b; }

.card-text {
  margin-bottom: 0.1875rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.375rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card-buttons {
  margin-top: 5px; }
  .card-buttons .button, .card-buttons .facetLabel {
    margin-bottom: 5px; }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #29365a; }
    .card--alternate:hover .card-body {
      background-color: #29365a; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }
    .card--alternate:hover .card-buttons .button, .card--alternate:hover .card-buttons .facetLabel {
      color: white; }
    .card--alternate:hover .card-swatches .form-option {
      border-color: white; }

.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.375rem;
  padding-left: 1.875rem;
  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 #d4d7de;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .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(84, 126, 242, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(84, 126, 242, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .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: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #547ef2; }
  .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.75rem; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #29365a; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.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 #d4d7de;
    border-radius: 4px; }
    .actionBar-section .form-field:hover {
      border-color: #547ef2; }
  .actionBar-section .form-label {
    color: #757575;
    font-size: 13px;
    line-height: 2.125rem;
    margin-bottom: 0;
    padding-left: 0.75rem; }
  
  .actionBar-section .form-input,
  .actionBar-section #ReviewsWidget .R-Field .R-Field__input,
  #ReviewsWidget .R-Field .actionBar-section .R-Field__input,
  .actionBar-section .form-select {
    border: 0;
    padding-left: 0.1875rem;
    width: auto; }
  .actionBar-section .form-label,
  .actionBar-section .form-input,
  .actionBar-section #ReviewsWidget .R-Field .R-Field__input,
  #ReviewsWidget .R-Field .actionBar-section .R-Field__input,
  .actionBar-section .form-select {
    display: inline-block; }
  .actionBar-section .form-select {
    color: #547ef2;
    height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%; }
  .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: 1024px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .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%;
      left: 0.875rem;
      position: absolute; }

@media (min-width: 1024px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: white;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: white; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: white;
      stroke: white; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.75rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.875rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

.navUser-action-divider {
  border-right: 1px solid #d4d7de;
  color: #757575;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: block; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .navUser-item.displayNone {
      display: none; } }
  @media (min-width: 1024px) {
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (min-width: 1024px) {
    .navUser-item--cart .displayNone {
      display: none; } }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: white; }

.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-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-or {
  color: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  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 #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    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, .dropdown--quickSearch #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .dropdown--quickSearch .R-Field__input {
    font-size: 16px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #ffc619;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0; }
  @media (min-width: 1024px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1024px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1024px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1024px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1024px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: white;
    stroke: white; }
  .navPages-action:hover, .navPages-action.activePage {
    color: white; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: white;
      stroke: white; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1024px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }
  @media (min-width: 1024px) and (max-width: 1175px) {
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
      margin: 0 0 0 .5rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1024px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1024px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 13.4375rem; } }

@media (min-width: 1024px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 13.4375rem;
    padding: 0 !important;
    top: 0;
    width: 14.4375rem; } }

@media (min-width: 1024px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.125rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.375rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #d4d7de;
  margin-bottom: 0.75rem; }
  @media (min-width: 1024px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #d4d7de; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #d4d7de; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

.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: #757575;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .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: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1024px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 43.75rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 16px;
  margin: 0; }
  @media (min-width: 1024px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1024px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 1024px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 1024px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.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.75rem;
        padding-top: 0.75rem; } }
    .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.1875rem; }
  @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: #999999;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @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;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  @media (min-width: 1024px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .productCarousel-slide {
    max-width: 310px !important; }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }
    .productCarousel-slide .card .card-body {
      padding: 12px 16px; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.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: 1024px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.375rem; }

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

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem;
  position: relative; }

@media (min-width: 450px) and (max-width: 840px) {
  .image-medium-wrapper {
    padding: 0 40px !important;
    background: white; } }

@media (min-width: 630px) and (max-width: 840px) {
  .image-medium-wrapper {
    padding: 0 100px !important;
    background: white; } }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 1024px) {
  .productView-product > :last-child {
    margin-bottom: 0; } }

.productView-title {
  font-size: 16px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 1024px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 16px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 1024px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.product-card-price-old {
  color: #fe0000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
  margin: 0 4px; }
  @media (min-width: 841px) {
    .product-card-price-old {
      line-height: 20px; } }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.75rem; }
  .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.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Nunito", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options:before, .productView-options:after {
  content: " ";
  display: table; }

.productView-options:after {
  clear: both; }

@media (min-width: 551px) {
  .productView-options {
    text-align: left; } }

.productView-options .form {
  display: inline; }
  .productView-options .form .add-to-cart-wrapper {
    display: inline; }
  .productView-options .form .productView-header-sticky-buttons {
    display: none !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: white;
    border: 1px solid red;
    transition: transform 0.3s ease; }
    @media (min-width: 841px) {
      .productView-options .form .productView-header-sticky-buttons {
        display: none; } }
    .productView-options .form .productView-header-sticky-buttons .top {
      padding: 20px 16px; }
    .productView-options .form .productView-header-sticky-buttons .bottom {
      padding: 12px;
      background: #F4F5F7; }
    .productView-options .form .productView-header-sticky-buttons .productView-cuts-wastage {
      margin: 16px 0 0; }
  .productView-options .form .productView-header-sticky-buttons-slide-up {
    transform: translateY(100%); }

.productView-options input[type='file'] {
  font-size: 13px; }

.productView-options .form-field {
  font-size: 0;
  margin-bottom: 2rem; }
  .productView-options .form-field .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      .productView-options .form-field .form-field > .form-checkbox + .form-label > .form-checkbox + .form-label {
        display: inline-block;
        margin-left: 1.5rem;
        width: auto; }
        @media (min-width: 551px) {
          .productView-options .form-field .form-field > .form-checkbox + .form-label > .form-checkbox + .form-label {
            margin-left: 0;
            width: 100%; } }
      @media (min-width: 551px) {
        .productView-options .form-field .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .form-field > .form-label:nth-of-type(2) {
    margin-left: 0; }

@media (min-width: 551px) {
  .productView-options .form-action {
    float: left;
    padding: 0 0.625rem;
    width: 50%; } }

@media (min-width: 551px) {
  .productView-options .form-action .form-action {
    float: left;
    padding: 0 0.625rem;
    width: 50%; } }

@media (min-width: 1024px) {
  .productView-options .form-action .form-action {
    padding: 0;
    width: auto; } }

@media (min-width: 1024px) {
  .productView-options .form-action .form-action {
    padding: 0;
    width: auto; } }

@media (min-width: 1261px) {
  .productView-options .form-action .form-action {
    display: inline-block;
    margin-top: 1rem; } }

@media (min-width: 1261px) {
  .productView-options .form-action .form-action {
    display: inline-block;
    margin-top: 1rem; } }

.productView-options .form-action .form-action .button, .productView-options .form-action .form-action .facetLabel {
  width: 100%; }
  .productView-options .form-action .form-action .button .button, .productView-options .form-action .form-action .facetLabel .button, .productView-options .form-action .form-action .button .facetLabel, .productView-options .form-action .form-action .facetLabel .facetLabel {
    width: 100%; }
    @media (min-width: 1024px) {
      .productView-options .form-action .form-action .button .button, .productView-options .form-action .form-action .facetLabel .button, .productView-options .form-action .form-action .button .facetLabel, .productView-options .form-action .form-action .facetLabel .facetLabel {
        width: auto; } }
    @media (min-width: 1024px) {
      .productView-options .form-action .form-action .button .button, .productView-options .form-action .form-action .facetLabel .button, .productView-options .form-action .form-action .button .facetLabel, .productView-options .form-action .form-action .facetLabel .facetLabel {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .form-action .button .button, .productView-options .form-action .form-action .facetLabel .button, .productView-options .form-action .form-action .button .facetLabel, .productView-options .form-action .form-action .facetLabel .facetLabel {
        margin-right: 0.75rem; } }
  @media (min-width: 1261px) {
    .productView-options .form-action .form-action .button, .productView-options .form-action .form-action .facetLabel {
      margin-right: 0.75rem; } }

.productView-options .form-action .form-action .button--primary {
  margin-right: 0.75rem; }

.productView-options .form-action .button--primary {
  margin-right: 0.75rem; }

.productOptions-list {
  border: 1px solid #d4d7de;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #d4d7de;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem;
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #d4d7de; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #d4d7de; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle;
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem;
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem;
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center;
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.form-wrapper {
  margin-bottom: 40px; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #d4d7de;
  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 #d4d7de; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 1024px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 1024px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 1024px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  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: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button, .compareTable-action .facetLabel {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 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: 62.5rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #d4d7de;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .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; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #d4d7de 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: 1024px) {
    .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: 1024px) {
    .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: 1024px) {
      .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: 1024px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #29365a;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 1024px) {
    .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 #d4d7de;
  display: block; }
  @media (min-width: 1024px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #d4d7de;
  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: 1024px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1024px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px;
  height: 100%;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  object-fit: contain; }
  @media (min-width: 1024px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

[data-shipping-info] {
  width: 100%;
  margin-right: 0;
  margin: 1rem 0; }
  @media (min-width: 1024px) {
    [data-shipping-info] {
      float: left;
      margin-bottom: 1rem;
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    [data-shipping-info] {
      width: 50%; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 1024px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #29365a;
  float: left;
  margin-bottom: 0.375rem;
  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: 1024px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 1024px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #29365a; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.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: 1024px) {
    .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: 1024px) {
    .cart-total + .cart-total {
      border-top: 1px solid #d4d7de; } }
  .cart-total .form-input, .cart-total #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .cart-total .R-Field__input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 1024px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1024px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  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 #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .coupon-form .R-Field__input,
  .coupon-form .button,
  .coupon-form .facetLabel,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form #ReviewsWidget .R-Field .R-Field__input,
  #ReviewsWidget .R-Field .cart-gift-certificate-form .R-Field__input,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .facetLabel {
    float: left; }
  .coupon-form .form-input, .coupon-form #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .coupon-form .R-Field__input,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form #ReviewsWidget .R-Field .R-Field__input,
  #ReviewsWidget .R-Field .cart-gift-certificate-form .R-Field__input {
    width: 78%; }
  
  .coupon-form .button,
  .coupon-form .facetLabel,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .facetLabel {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input, .estimator-form #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .estimator-form .R-Field__input {
    margin-bottom: 0.75rem;
    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: 2rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.625rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input, .estimator-form-input #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .estimator-form-input .R-Field__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, .cart-actions .facetLabel {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button, .cart-actions .facetLabel {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.previewCartWrapper {
  max-height: calc(100dvh - 6rem);
  overflow: auto;
  background: #FFF; }

.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: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0;
  padding-right: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.1875rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #d4d7de;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button, .previewCartAction .facetLabel {
    margin: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .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-checkout {
  padding-right: 0.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0.375rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.cart-item .previewGridContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem; }
  @media (max-width: 1024px) {
    .cart-item .previewGridContainer {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 551px) {
    .cart-item .previewGridContainer {
      grid-template-columns: 1fr; } }
  .cart-item .previewGridContainer .gridItem {
    display: flex;
    align-items: center;
    border: dashed 2px black;
    padding: .25rem;
    height: 6rem; }
    .cart-item .previewGridContainer .gridItem.active {
      border: solid 2px #547EF2; }
    .cart-item .previewGridContainer .gridItem .imageSquare {
      height: 100%; }
    .cart-item .previewGridContainer .gridItem h4 {
      margin: 0 0; }

.cart-item .previewBottomContainer {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  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: 15.625rem;
    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.75rem;
    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, .panel--address .form-actions .facetLabel {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions .facetLabel + .button, .panel--address .form-actions .button + .facetLabel, .panel--address .form-actions .facetLabel + .facetLabel {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button, .panel--address .form-actions .facetLabel + .button, .panel--address .form-actions .button + .facetLabel, .panel--address .form-actions .facetLabel + .facetLabel {
            margin-left: 0.375rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #7698f5; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #d4d7de;
    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: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .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: 1024px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  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.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1024px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.875rem; }

.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: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1024px) {
    .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: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button, .previewCartCheckout .facetLabel {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p, .previewCartCheckout .facetLabel + p {
      margin-top: 0.75rem; }
    .previewCartCheckout .button:not(:last-child), .previewCartCheckout .facetLabel:not(:last-child) {
      margin-bottom: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 1024px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Nunito";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 1024px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  display: none;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 1024px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    align-self: center;
    display: inline-flex; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    position: relative;
    top: 0.125em; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3e67f8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    display: inline-block;
    position: relative; }
  .adminBar-private .tooltip .tooltiptext {
    background-color: #313440;
    border-radius: 6px;
    color: #fff;
    padding: 5px 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: auto;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    left: 50%;
    margin-left: -60px;
    top: 135%; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  padding-right: 5px;
  text-align: right; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 10px; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button, .cookieMessage .facetLabel {
    width: 100%; }
    @media (min-width: 1024px) {
      .cookieMessage .button, .cookieMessage .facetLabel {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button, .cookieMessage .facetLabel {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 1024px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 56.25rem; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 1024px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .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.75rem; }

.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; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1024px) {
      .quickSearchResults .modal-close {
        display: block; } }

.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: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.cls-measure {
  min-height: 75vh; }

.cls-overwrite {
  min-height: 0 !important;
  margin-bottom: 1.5rem; }

.navBar--account {
  display: none; }
  @media (min-width: 1024px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #d4d7de;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #d4d7de;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #d4d7de;
  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.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  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-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    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.1875rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  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: #757575;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.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: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #d4d7de;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 16px; }

.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: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  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: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.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: #29365a;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #d4d7de;
  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: #757575;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .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: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #d4d7de;
  border-radius: 0.1875rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button, .paymentMethod .facetLabel {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.newsletter-overlay {
  background-color: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999; }
  .newsletter-overlay .newsletter-popup {
    background-color: white;
    bottom: 0;
    display: none;
    height: 60%;
    left: 0;
    margin: auto;
    min-height: 300px;
    max-height: 370px;
    padding: 2.25rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 95%; }
    @media (min-width: 551px) {
      .newsletter-overlay .newsletter-popup {
        height: 80%;
        max-width: 450px;
        width: 65%; } }
    @media (min-width: 1024px) {
      .newsletter-overlay .newsletter-popup {
        min-height: 370px; } }
    .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.375rem;
      margin: 0;
      text-align: center; }
    .newsletter-overlay .newsletter-popup p {
      font-size: 0.8125rem;
      text-align: center; }
    .newsletter-overlay .newsletter-popup .form-prefixPostfix .form-input, .newsletter-overlay .newsletter-popup .form-prefixPostfix #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .newsletter-overlay .newsletter-popup .form-prefixPostfix .R-Field__input {
      width: 100%; }
    .newsletter-overlay .newsletter-popup .form-prefixPostfix .button, .newsletter-overlay .newsletter-popup .form-prefixPostfix .facetLabel {
      margin: 0.75rem 0 0;
      width: 100%; }
  .newsletter-overlay .modal-close {
    top: 0.5rem;
    right: 0.5rem; }
  .newsletter-overlay .newsletter-logo {
    text-align: center;
    background-color: #29365A;
    padding: 5px 0; }
  .newsletter-overlay .footer-info-heading {
    margin: 15px 0 10px;
    text-align: center; }

.card-swatches {
  margin-top: 0.375rem; }
  .card-swatches .form-option {
    border-color: #757575;
    cursor: default;
    margin: 0 0.1875rem 0.1875rem 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; }

.grid-list-switcher {
  float: left;
  line-height: 32px; }
  .grid-list-switcher .switcher {
    color: #4365c2; }
    .grid-list-switcher .switcher.current-view, .grid-list-switcher .switcher:hover {
      color: #547ef2; }

.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: #757575; }
  .productGrid.view-list .product .card {
    border-top: 1px solid #d4d7de;
    margin: 0;
    overflow: hidden;
    padding: 2rem 0; }
  .productGrid.view-list .product .card-figure {
    float: left;
    position: static;
    width: 15%;
    margin-left: 1rem; }
    .productGrid.view-list .product .card-figure .card-figcaption {
      display: none;
      left: auto;
      height: auto;
      opacity: 1;
      padding: 0.75rem 0 0;
      width: 25%; }
      @media (min-width: 551px) {
        .productGrid.view-list .product .card-figure .card-figcaption {
          display: block; } }
      @media (min-width: 1024px) {
        .productGrid.view-list .product .card-figure .card-figcaption {
          padding: 0; } }
      .productGrid.view-list .product .card-figure .card-figcaption .card-figcaption-utility-buttons {
        margin: 0 0 0.375rem;
        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; }
        @media (min-width: 551px) {
          .productGrid.view-list .product .card-figure .card-figcaption .card-figcaption-body {
            transform: translate3d(0, -50%, 0); } }
  .productGrid.view-list .product .card-body {
    float: left;
    margin-left: 10%;
    text-align: left;
    width: 65%; }
    @media (min-width: 551px) {
      .productGrid.view-list .product .card-body {
        width: 40%; } }
    @media (min-width: 1024px) {
      .productGrid.view-list .product .card-body {
        padding: 2rem 0; } }
  .productGrid.view-list .product .card-img-container {
    position: relative; }
  .productGrid.view-list .product .card-figcaption-button--cart-action {
    display: none; }

.page-sidebar + .page-content .productGrid.view-list .product {
  width: 100%; }

.card-badges {
  left: 0.75rem;
  position: absolute;
  top: 0.75rem;
  z-index: 10; }
  .card-badges .cut-sku-sample {
    color: #29365a;
    background-color: #98b2f7;
    padding: 0.25rem 0.5rem;
    border-radius: 0 0 0.5rem 0;
    z-index: 1;
    font-size: 0.875rem;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: calc(20 / 14);
    text-transform: none; }
    @media screen and (max-width: 400px) {
      .card-badges .cut-sku-sample {
        font-size: 0.625rem; } }

.badge {
  display: block;
  font-size: 0.9rem;
  padding: 0.1875rem 0.75rem;
  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.375rem; }

.product-custom-badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0%; }
  .product-custom-badge .badge {
    border-radius: 0px 0px 8px 0px;
    text-transform: none;
    font-size: 16px;
    padding: 8px 16px; }
  .product-custom-badge .badge-custom-image {
    width: auto;
    height: 30px;
    padding: 0; }

.content-manager--development.consent-manager--popup,
.content-manager--page-builder.consent-manager--popup {
  overflow: auto !important; }

.content-manager--development #consent-manager,
.content-manager--page-builder #consent-manager {
  display: none !important; }

.consent-manager--popup #consent-manager {
  display: none; }

.consent-manager--popup.consent-manager-open {
  overflow: hidden; }
  .consent-manager--popup.consent-manager-open #consent-manager {
    background-color: rgba(0, 0, 0, 0.3) !important; }

.consent-manager--popup #consent-manager > *,
.consent-manager--popup #consent-manager-update-banner > * {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-style: normal !important; }

.consent-manager--popup #consent-manager {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 500; }
  .consent-manager--popup #consent-manager > :first-child > :first-child {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 12.5rem;
    background: white;
    border: 1px solid #707070;
    color: #333333;
    left: 0.625rem;
    right: 0.625rem;
    font-family: inherit; }
    @media (min-width: 1024px) {
      .consent-manager--popup #consent-manager > :first-child > :first-child {
        max-width: 40.625rem;
        left: 50%;
        transform: translate(-50%, -50%); } }
    .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child {
      justify-content: center;
      align-items: center; }
      .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child > div {
        text-align: center;
        width: 100%; }
        .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child > div > p {
          font-size: 16px; }
        .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child > div > button {
          font-size: 14px;
          font-weight: 700;
          color: #333333;
          min-height: 2.875rem;
          border-radius: 3.125rem;
          border: 1px solid #333333;
          padding: 0 3rem;
          margin-top: 1rem !important; }
          .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child > div > button:last-child {
            margin-top: 1rem; }
      .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child > :last-child {
        flex-flow: row wrap;
        justify-content: center; }
        .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child > :last-child > :last-child {
          margin-top: 0.75rem;
          background-color: #999999;
          border-color: #999999;
          color: white; }
          @media (min-width: 450px) {
            .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child > :last-child > :last-child {
              margin-top: 0; } }
          @media (min-width: 1024px) {
            .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child > :last-child > :last-child {
              margin-top: 0.75rem; } }
          @media (min-width: 895px) {
            .consent-manager--popup #consent-manager > :first-child > :first-child > :first-child > :last-child > :last-child {
              margin-top: 0; } }

.search-spring-facets {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 101;
  padding: 0 1rem;
  overflow: auto;
  transform: translateX(-100vw);
  transition: transform 200ms ease-in-out; }
  .search-spring-facets.is-open {
    transform: translateX(0); }
  @media (min-width: 1024px) {
    .search-spring-facets {
      position: relative !important;
      z-index: 0;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      transition: none; } }

.search-spring-facets-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #29365a;
  background-color: #ffffff;
  z-index: 1; }
  @media (min-width: 1024px) {
    .search-spring-facets-title-container {
      position: relative;
      top: auto;
      border-bottom: none;
      margin-bottom: 0; } }
  .search-spring-facets-title-container .icon {
    width: 1.5rem;
    height: 1.5rem; }
  .search-spring-facets-title-container button {
    padding: 0.25rem;
    border-radius: 0.25rem; }
    .search-spring-facets-title-container button:focus {
      box-shadow: 0 0 0 2px rgba(41, 54, 90, 0.25); }
    @media (min-width: 1024px) {
      .search-spring-facets-title-container button {
        display: none; } }

.search-spring-facets-title {
  font-size: 1.25rem;
  color: #29365a;
  margin: 0; }

@keyframes app-loading-spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.app-loading__wrapper {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.app-loading__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 185px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.5rem;
  text-align: center;
  border-radius: 0.25rem; }

.app-loading__spinner {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: text-bottom;
  border: 0.2em solid white;
  border-right-color: transparent;
  border-radius: 50%;
  animation: app-loading-spinner 0.75s ease-in-out infinite;
  color: #f8f9fa; }

.app-loading__text {
  font-size: 0.95rem;
  color: #fff;
  margin-top: 0.5rem;
  font-weight: bold;
  margin-bottom: 0; }

.searchspring-filter-page-heading {
  margin-bottom: 1.5rem; }
  .searchspring-filter-page-heading h1.page-heading {
    margin-bottom: 0;
    line-height: 1.1; }
  .searchspring-filter-page-heading p {
    font-size: 1.125rem;
    opacity: 0.75;
    margin: 0; }

.search-spring-facets-active {
  margin-left: -0.75rem; }
  .search-spring-facets-active > li {
    display: block;
    float: left;
    list-style: none;
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }
    .search-spring-facets-active > li:last-child {
      clear: both;
      margin-top: 0.625rem;
      margin-left: 0; }
  .search-spring-facets-active .navList-action--clear-all {
    text-decoration: underline;
    margin-left: 0.75rem; }

.search-spring-facet-pill {
  background: #e5e5e5;
  border-radius: 4px;
  padding: .21429rem .5rem .21429rem .71429rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .search-spring-facet-pill svg {
    height: 0.75rem;
    width: 0.75rem;
    fill: #757575;
    display: inline-block;
    margin-left: 0.3125rem; }

.search-spring-facets-title {
  font-size: 1.07143rem; }

#searchspring-results--category .actionBar--refine-by-btn,
#searchspring-results--search .actionBar--refine-by-btn {
  display: block;
  margin-bottom: 0.9375rem; }
  #searchspring-results--category .actionBar--refine-by-btn > button,
  #searchspring-results--search .actionBar--refine-by-btn > button {
    padding: 0.625rem 2rem;
    width: 100%; }
    @media (min-width: 551px) {
      #searchspring-results--category .actionBar--refine-by-btn > button,
      #searchspring-results--search .actionBar--refine-by-btn > button {
        width: auto; } }
  @media (min-width: 551px) {
    #searchspring-results--category .actionBar--refine-by-btn,
    #searchspring-results--search .actionBar--refine-by-btn {
      float: left;
      margin-right: 1.25rem;
      margin-bottom: 0;
      width: auto; } }
  @media (min-width: 1024px) {
    #searchspring-results--category .actionBar--refine-by-btn,
    #searchspring-results--search .actionBar--refine-by-btn {
      display: none; } }

#searchspring-results--category .actionBar-section .form-select,
#searchspring-results--search .actionBar-section .form-select {
  height: 100%;
  background-position: right 0.5625rem top 50%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

#searchspring-results--category .grid-list-switcher > button,
#searchspring-results--search .grid-list-switcher > button {
  border: 0 none;
  padding: 0.125rem; }
  #searchspring-results--category .grid-list-switcher > button.is-active,
  #searchspring-results--search .grid-list-switcher > button.is-active {
    color: #333; }
  #searchspring-results--category .grid-list-switcher > button + button,
  #searchspring-results--search .grid-list-switcher > button + button {
    margin-left: 0; }

#searchspring-results--category .sidebarBlock ul,
#searchspring-results--search .sidebarBlock ul {
  margin-bottom: 0; }

#searchspring-results--category .sidebarBlock fieldset,
#searchspring-results--search .sidebarBlock fieldset {
  border: 0 none;
  padding: 0; }
  #searchspring-results--category .sidebarBlock fieldset legend,
  #searchspring-results--search .sidebarBlock fieldset legend {
    width: 100%; }

#searchspring-results--category .sidebarBlock + .sidebarBlock,
#searchspring-results--search .sidebarBlock + .sidebarBlock {
  border-top: 0;
  margin-top: 1rem;
  padding-top: 1rem; }

#searchspring-results--category .sidebarBlock .navList-action,
#searchspring-results--search .sidebarBlock .navList-action {
  display: flex;
  align-items: center;
  font-size: 1rem;
  position: relative;
  cursor: pointer; }
  #searchspring-results--category .sidebarBlock .navList-action > input[type="checkbox"],
  #searchspring-results--search .sidebarBlock .navList-action > input[type="checkbox"] {
    margin-right: 0.875rem;
    opacity: 0;
    cursor: pointer; }
    #searchspring-results--category .sidebarBlock .navList-action > input[type="checkbox"]:checked ~ .checkbox-placeholder,
    #searchspring-results--search .sidebarBlock .navList-action > input[type="checkbox"]:checked ~ .checkbox-placeholder {
      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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      color: rgba(51, 51, 51, 0.999);
      content: "";
      font-size: 1rem;
      line-height: 1;
      opacity: 1;
      text-align: center; }
  #searchspring-results--category .sidebarBlock .navList-action .checkbox-placeholder,
  #searchspring-results--search .sidebarBlock .navList-action .checkbox-placeholder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1rem;
    width: 1rem;
    background-color: transparent;
    border: 1px solid #8f8f8f;
    border-radius: 4px; }
    #searchspring-results--category .sidebarBlock .navList-action .checkbox-placeholder::after,
    #searchspring-results--search .sidebarBlock .navList-action .checkbox-placeholder::after {
      content: "";
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      height: 0;
      width: 0;
      opacity: 1; }

#searchspring-results--category .sidebarBlock .navList-item__show-more,
#searchspring-results--search .sidebarBlock .navList-item__show-more {
  margin-left: 1.25rem;
  margin-top: 0.625rem;
  text-decoration: underline; }

#searchspring-results--category .sidebarBlock-heading,
#searchspring-results--search .sidebarBlock-heading {
  margin-bottom: 0;
  position: relative;
  z-index: 1; }
  #searchspring-results--category .sidebarBlock-heading.is-open,
  #searchspring-results--search .sidebarBlock-heading.is-open {
    margin-bottom: 0.78571rem; }
  #searchspring-results--category .sidebarBlock-heading > button,
  #searchspring-results--search .sidebarBlock-heading > button {
    width: 100%;
    padding: 0;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #searchspring-results--category .sidebarBlock-heading > button svg,
    #searchspring-results--search .sidebarBlock-heading > button svg {
      fill: #999;
      width: 1rem;
      height: 1rem; }
  #searchspring-results--category .sidebarBlock-heading .navList-action--clear-group,
  #searchspring-results--search .sidebarBlock-heading .navList-action--clear-group {
    position: absolute;
    top: 0;
    right: 1.25rem;
    z-index: 2;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    width: auto;
    text-decoration: underline; }

#searchspring-results--category .pagination-container .results-per-page,
#searchspring-results--search .pagination-container .results-per-page {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    #searchspring-results--category .pagination-container .results-per-page,
    #searchspring-results--search .pagination-container .results-per-page {
      margin-bottom: 2rem; } }
  #searchspring-results--category .pagination-container .results-per-page > select,
  #searchspring-results--search .pagination-container .results-per-page > select {
    display: inline-block;
    width: auto;
    margin: 0 0.625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 2.5rem;
    background-position: right 0.5625rem top 50%; }

#searchspring-results--category .pagination-container--results,
#searchspring-results--search .pagination-container--results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 1024px) {
    #searchspring-results--category .pagination-container--results,
    #searchspring-results--search .pagination-container--results {
      flex-direction: row; } }

body.searchspring-enabled .quickSearchResults p[role="status"] {
  margin: 0;
  padding: 0.5rem 1rem;
  text-align: center; }

body.searchspring-enabled .quick-search-results__container {
  padding: 0 1rem;
  margin: 0.375rem 0; }
  body.searchspring-enabled .quick-search-results__container .productGrid {
    margin: 0 -1rem; }
    body.searchspring-enabled .quick-search-results__container .productGrid .product {
      padding: 0 1rem; }
      body.searchspring-enabled .quick-search-results__container .productGrid .product .card-wishlist,
      body.searchspring-enabled .quick-search-results__container .productGrid .product .card-buttons,
      body.searchspring-enabled .quick-search-results__container .productGrid .product .product-item-stock {
        display: none; }
  body.searchspring-enabled .quick-search-results__container .product a {
    text-decoration: none; }

body.searchspring-enabled .quick-search-results-product {
  display: flex;
  align-items: center;
  padding: 0.375rem 0; }
  body.searchspring-enabled .quick-search-results-product p {
    margin: 0; }
    body.searchspring-enabled .quick-search-results-product p:last-child {
      padding-left: 0.5rem; }

body.searchspring-enabled .quick-search-results-product__image-container {
  width: 4.5rem;
  height: 4.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  position: relative; }
  body.searchspring-enabled .quick-search-results-product__image-container img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  body.searchspring-enabled .quick-search-results-product__image-container + p {
    flex: 1; }

body.searchspring-enabled .quick-search-results__wrapper {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

body.searchspring-enabled .quick-search-results__header {
  font-weight: bold;
  padding: 0 1rem;
  font-size: 1rem; }
  body.searchspring-enabled .quick-search-results__header:not(:last-child) p {
    border-bottom: 1px solid #d4d7de; }
  body.searchspring-enabled .quick-search-results__header:last-child p {
    border-top: 1px solid #d4d7de; }
  body.searchspring-enabled .quick-search-results__header p {
    padding: 0.5rem 0;
    margin: 0;
    display: flex;
    align-items: center; }

body.searchspring-enabled .quick-search-results__view-all {
  margin-left: auto;
  font-weight: 300;
  text-decoration: underline; }

body.searchspring-enabled .quick-search-results__categories {
  list-style: none;
  margin: 0;
  font-size: 1rem;
  margin-top: 0.25rem; }
  body.searchspring-enabled .quick-search-results__categories li {
    padding: 0.25rem 1rem; }
  body.searchspring-enabled .quick-search-results__categories a {
    text-decoration: none; }

body.searchspring-enabled .quick-search-results__category-query {
  font-weight: bold;
  color: #547ef2; }

.skip-to-main-link {
  background: #29365a;
  color: #29365a;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: #29365a;
  border-bottom: 1px solid #d4d7de;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #d4d7de;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1024px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1024px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 1024px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #29365a;
    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.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    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: #29365a;
      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); }

*:focus {
  outline: none !important; }

*:not(input[type="checkbox"]):not(input[type="radio"]):focus {
  -webkit-appearance: none !important; }

.body {
  margin-bottom: 6rem;
  background-color: #F4F5F7; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .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: 1024px) {
    .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; } }

.footer {
  background-color: #29365a;
  border-top: 1px solid #d4d7de;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .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;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .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;
    width: 50%; } }

@media (min-width: 1024px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

#chatbotize #zowieFloatingButton,
#chatbotize #zowieCallToAction {
  z-index: 19; }

#zowieFloatingButtonMobile {
  z-index: 19 !important; }

#chatbotize #zowieShadow {
  z-index: 18; }

.container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: static;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.page-heading {
  padding-bottom: 10px !important; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .blog {
      margin: auto;
      width: 100%;
      background: #eaebef; } }
  .blog + .blog {
    border-top: 1px solid #d4d7de;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center;
    display: none; }
  .blog .socialLinks {
    text-align: center;
    display: none; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.375rem;
  margin-left: 0px !important; }
  .blog-title a {
    text-decoration: none; }

.readmorebutton {
  font-family: 'Roobert-Medium';
  font-style: normal;
  font-size: 1.1em;
  line-height: 120%;
  align-items: center;
  text-align: center;
  color: #474747;
  border: 1px solid #c4c4c4;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 5px; }

.blog-date,
.blog-author {
  color: #757575;
  display: none; }

.linkBlog {
  color: #29365a; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #d4d7de;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }

.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: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .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: 100%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .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.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .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;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@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-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    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.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1024px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1024px) {
    .listItem-title {
      font-size: 16px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .listItem-price {
      font-size: 16px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button, .listItem-actions .facetLabel {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions .facetLabel {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions .facetLabel + .button, .listItem-actions .button + .facetLabel, .listItem-actions .facetLabel + .facetLabel {
        margin: 0.75rem 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;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .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: 1024px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #d4d7de;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #547ef2;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .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: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.account .wishlists-table .table-tbody a,
.account .wishlists-table .table-tbody td {
  font-weight: 300; }

.account .wishlists-table tr td:first-of-type {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 1024px) {
    .account .wishlists-table tr td:first-of-type {
      max-width: 150px; } }

:root {
  --dark-blue: $dark-blue;
  --bright-blue: $bright-blue;
  --yellow: $yellow;
  --orange: $orange;
  --teal: $teal;
  --mint: $mint;
  --turquoise: $turquoise;
  --text-body: $dark-blue;
  --text-link: $color-textLink; }

.link--secondary {
  color: #545e7b; }
  .link--secondary:hover, .link--secondary:focus {
    color: #767e95; }
  .link--secondary:active {
    color: #29365a; }

.font-heading {
  font-family: "Nunito", Arial, Helvetica, sans-serif; }

.font-body {
  font-family: "Lato", Arial, Helvetica, sans-serif; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 500; }

:root {
  --alert-bar-height: 0px;
  --header-height: remCalc(148); }
  @media (min-width: 551px) {
    :root {
      --header-height: remCalc(165); } }

body {
  background-color: #f4f5f7;
  padding-top: 0; }

.body {
  margin-bottom: 0; }

.mobileStickySamplesButton {
  position: fixed;
  bottom: 40px;
  left: 22px;
  border-radius: 100px;
  background: #FFC619;
  z-index: 999;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  cursor: pointer; }
  @media (min-width: 841px) {
    .mobileStickySamplesButton {
      display: none; } }
  .mobileStickySamplesButton p {
    margin: 0;
    color: var(--System-Text-System-Dark, #222A47);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.28px;
    margin-left: 8px; }

.floating-reviews-io {
  position: fixed;
  bottom: 1.5625rem;
  right: 1.5625rem;
  z-index: 20; }
  @media screen and (max-width: 900px) {
    .floating-reviews-io {
      z-index: 15; } }

.navigation-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #192036;
  opacity: 0.9;
  z-index: 1;
  transition: opacity .25s linear; }

.basket-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #192036;
  opacity: 0.8;
  z-index: 1; }

.mm-panel-wrapper {
  display: none; }
  @media (min-width: 1024px) {
    .mm-panel-wrapper {
      display: list-item;
      margin-left: auto !important; } }

.mm-panel {
  display: none; }
  @media (min-width: 1024px) {
    .mm-panel {
      display: block; } }
  .mm-panel p {
    margin: 0; }
    .mm-panel p:nth-child(2), .mm-panel p:nth-child(3) {
      padding: 3px 12px; }
    .mm-panel p:nth-child(2) {
      font-size: 14px;
      padding-top: 12px; }
    .mm-panel p:nth-child(3) {
      padding-bottom: 12px;
      font-weight: bold;
      font-size: 16px; }
    .mm-panel p > img {
      width: 250px;
      border-radius: 8px; }
      @media screen and (max-width: 1200px) {
        .mm-panel p > img {
          width: 230px;
          height: 230px; } }
    .mm-panel p > a {
      text-decoration: none;
      position: relative;
      display: inline-flex;
      align-items: center;
      color: #29365a;
      width: auto;
      max-width: 250px; }

.modal-background {
  background-color: rgba(25, 32, 54, 0.9);
  z-index: 9999993; }

/* PLP + PDP badges - copied in from script manager */
.badge_section {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px 0 0 62%;
  z-index: 10;
  top: 0; }

.badge_section-pdp {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 10;
  top: 0;
  right: 0; }

.svg_badge_price {
  width: 60px; }

.badge_section-roundel {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 110px;
  max-height: 110px; }

.badge_section_text {
  display: flex;
  position: absolute;
  margin: 8px 2px 5px 0;
  flex-direction: column;
  color: #ffffff;
  align-items: center;
  line-height: 1;
  --transform: rotate(-45deg);
  font-weight: bold; }

.badge_section .badge_heading {
  font-size: 12px;
  font-family: Nunito, Arial, Helvetica, sans-serif; }

.badge_section-pdp .badge_heading-pdp {
  font-size: 18px;
  font-family: Nunito, Arial, Helvetica, sans-serif; }

.badge_section .badge_heading2 {
  font-size: 10px;
  font-family: Nunito, Arial, Helvetica, sans-serif; }

.badge_section .badge_price {
  font-size: 18px;
  font-family: Nunito, Arial, Helvetica, sans-serif; }

.badge_section-pdp .badge_price-pdp {
  font-size: 30px;
  font-family: Nunito, Arial, Helvetica, sans-serif; }

.circle-badge {
  width: 75px;
  height: 75px;
  background-color: #e2001d;
  color: white;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  border-radius: 50%;
  border: 3px solid white;
  /* Adds a white outline */
  margin: 10px;
  /* Adds a gap around the badge */ }

.circle-badge-pdp {
  width: 110px;
  height: 110px;
  background-color: #e2001d;
  color: white;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  border-radius: 50%;
  border: 3px solid white;
  /* Adds a white outline */
  margin: 10px;
  /* Adds a gap around the badge */ }

@media only screen and (max-width: 640px) {
  .circle-badge {
    width: 80px;
    height: 80px; }
  .badge_section {
    margin: -10px 0 0 74%; } }

[data-content-region] .badge_section_text {
  width: 65px;
  height: 65px;
  left: 11px;
  top: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

[data-content-region] .badge_section {
  margin: 0 0 0 0;
  z-index: 10;
  top: 0;
  right: 0; }

[data-content-region] .circle-badge {
  height: 65px;
  width: 65px; }

[data-content-region] .badge_heding {
  font-size: 12px; }

[data-content-region] .badge_price {
  font-size: 16px; }

.header-container {
  background: white;
  height: 6.3125rem; }
  @media (min-width: 1024px) {
    .header-container {
      height: 8.8125rem;
      position: relative;
      z-index: 9999; } }
  @media (min-width: 1261px) {
    .header-container {
      height: 8.125rem; } }
  .header-container .header {
    transition: opacity .25s linear;
    position: relative;
    z-index: 9999993; }
    .header-container .header-logo {
      height: 1.625rem; }
      @media (min-width: 1024px) {
        .header-container .header-logo {
          height: 2.0625rem; } }
      .header-container .header-logo img {
        height: 1.625rem; }
        @media (min-width: 1024px) {
          .header-container .header-logo img {
            height: 2.0625rem; } }
    .header-container .header .navUser-item--cart img {
      width: 1.25rem;
      height: 1rem; }
      @media (min-width: 1024px) {
        .header-container .header .navUser-item--cart img {
          height: 1.25rem; } }
    .header-container .header .navUser-item--cart .previewCartItem-image img {
      width: 5rem !important;
      height: auto !important; }
    .header-container .header .navUser-item--contact img {
      width: 1rem;
      height: 1rem; }
      @media (min-width: 1024px) {
        .header-container .header .navUser-item--contact img {
          width: 1.25rem;
          height: 1.25rem; } }
    .header-container .header .navUser-item .navUser-action {
      justify-content: center;
      gap: 0.1875rem; }
      .header-container .header .navUser-item .navUser-action img {
        display: block; }
  .header-container .quickSearchResults .no-results {
    padding: 0.75rem;
    margin: 0; }
  .header-container--offscreen {
    opacity: 0; }
    .header-container--offscreen .header {
      opacity: 0;
      transition: opacity .25s linear; }
  .header-container--condensed {
    opacity: 1; }
    .header-container--condensed .header {
      z-index: 9999993;
      position: fixed;
      height: 4rem;
      box-shadow: 0px 4px 4px 0 rgba(25, 32, 54, 0.15);
      opacity: 1;
      transition: opacity .25s linear;
      display: flex;
      align-content: center; }
      .header-container--condensed .header [data-content-region="alertBar--global"] {
        display: none; }
        @media (min-width: 1024px) {
          .header-container--condensed .header [data-content-region="alertBar--global"] {
            display: block; } }
    @media (min-width: 1024px) {
      .header-container--condensed .navUser-item--cart {
        margin-left: 0.625rem !important; } }
    .header-container--condensed .navUser-item--cart .navUser-action p {
      display: none; }
    .header-container--condensed .navUser-item--cart img {
      height: 1.25rem !important; }
    .header-container--condensed .navUser-item--cart .previewCartItem-image img {
      width: 5rem !important;
      height: auto !important; }
    .header-container--condensed .navUser-item--cart .countPill {
      top: -11px;
      right: -13px; }
    .header-container--condensed .navUser-item--cart .navUser-action {
      padding-left: 0; }
    @media (min-width: 1024px) {
      .header-container--condensed .navPages-item > .navPages-action {
        font-size: 0.75rem !important; } }
    @media (min-width: 1261px) {
      .header-container--condensed .navPages-item > .navPages-action {
        font-size: 0.875rem !important; } }
    .header-container--condensed .header-logo {
      display: none; }
    .header-container--condensed .logo-reduced {
      display: block;
      margin-right: 0; }
    .header-container--condensed .search-nav-icon {
      margin-left: 0.9375rem;
      width: 0.9375rem;
      height: 0.9375rem; }
      .header-container--condensed .search-nav-icon .icon {
        width: 0.9375rem;
        height: 0.9375rem; }
    .header-container--condensed .navUser-item--contact {
      display: none; }
    @media (min-width: 1024px) {
      .header-container--condensed .basket-overlay,
      .header-container--condensed #cart-preview-dropdown {
        margin-top: 0; } }
    .header-container--condensed .header-logo-container {
      display: grid;
      grid-template-columns: 20px 35px 1fr 35px;
      padding-top: 0;
      padding-bottom: 0;
      gap: 10px;
      height: 64px; }
      @media (min-width: 1024px) {
        .header-container--condensed .header-logo-container {
          display: block;
          gap: unset; } }
      .header-container--condensed .header-logo-container .mobileMenu-toggle {
        position: static;
        max-width: 20px;
        max-height: 18px;
        padding: 0;
        grid-column: 1 / 2; }
      .header-container--condensed .header-logo-container .logo-reduced {
        grid-column: 2 / 3;
        margin: 0 auto; }
      .header-container--condensed .header-logo-container .nav-header-search {
        grid-column: 3 / 4;
        order: unset;
        position: static; }
        @media (min-width: 551px) {
          .header-container--condensed .header-logo-container .nav-header-search {
            position: relative; } }
      .header-container--condensed .header-logo-container .navUser {
        grid-column: 4 / 5; }
      @media (min-width: 1024px) {
        .header-container--condensed .header-logo-container {
          height: 0;
          overflow: hidden;
          padding: 0; } }
    @media (min-width: 1024px) {
      .header-container--condensed .search-nav-icon {
        display: block !important; } }
    .header-container--condensed .quickSearchResults {
      left: 1rem;
      right: 1rem;
      width: auto;
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .header-container--condensed .quickSearchResults {
          left: unset;
          right: unset;
          width: 100%;
          margin-top: 0.25rem; } }
    .header-container--condensed .search-list {
      padding: 0 1rem; }
  .header-container--search-open .navPages-item,
  .header-container--search-open .navUser-item--cart {
    display: none; }
  .header-container--search-open .search-nav-icon {
    display: none !important; }
  .header-container--search-open .nav-header-search {
    display: block;
    position: relative; }
    @media (min-width: 1024px) {
      .header-container--search-open .nav-header-search .form,
      .header-container--search-open .nav-header-search .quickSearchResults {
        margin: 0 7.5rem; } }
    .header-container--search-open .nav-header-search .quickSearchResults {
      width: auto;
      left: 0;
      right: 0; }
    .header-container--search-open .nav-header-search .reduced-search-close {
      opacity: 1;
      visibility: visible; }

.header {
  border-bottom: none;
  background: white;
  position: static;
  display: unset;
  height: 6.3125rem;
  max-height: 6.3125rem; }
  @media (min-width: 1024px) {
    .header {
      height: 8.8125rem;
      max-height: 8.8125rem; } }
  @media (min-width: 1261px) {
    .header {
      height: 8.125rem;
      max-height: 8.125rem; } }
  .header .navPages-action[aria-label="Sale"] {
    border-radius: 0.25rem;
    background: #D53437;
    color: white;
    padding: 0.5rem;
    margin-top: 0.75rem; }
    @media (min-width: 1024px) {
      .header .navPages-action[aria-label="Sale"] {
        margin-top: 0;
        padding: 0.25rem 0.5rem; } }
    .header .navPages-action[aria-label="Sale"]:hover, .header .navPages-action[aria-label="Sale"]:focus {
      color: white;
      background: #D53437; }
    .header .navPages-action[aria-label="Sale"] svg {
      fill: white;
      stroke: white; }
  .header .navPages-action.is-open[aria-label="Sale"] {
    background-color: #D53437; }
    .header .navPages-action.is-open[aria-label="Sale"]::after {
      background-color: #D53437; }
  @media (min-width: 1024px) {
    .header .navPages-action-moreIcon {
      display: none; } }
  .has-activeNavPages .header .navPages-container {
    position: fixed; }
  .header .navPages-container.is-open .logo-reduced {
    display: none; }
  .header .search-nav-icon {
    display: none; }
  .header .navUser {
    position: unset;
    padding: 0; }
    .header .navUser-action p {
      font-weight: 400; }
    .header .navUser .account-dropdown-menu.is-open::before, .header .navUser .is-open.contact-dropdown-menu::before {
      right: 18px !important; }
    .header .navUser .account-dropdown-menu.is-open::after, .header .navUser .is-open.contact-dropdown-menu::after {
      right: 20px !important; }
    @media (min-width: 551px) {
      .header .navUser-item--contact {
        position: relative; } }
    @media screen and (max-width: 510px) {
      .header .navUser .contact-dropdown-menu {
        width: auto !important;
        left: 1.25rem !important;
        right: 1.25rem !important; } }
    @media (min-width: 551px) {
      .header .navUser .contact-dropdown-menu {
        width: 300px !important; } }
    .header .navUser .contact-dropdown-menu ul {
      text-align: left;
      font-size: 0.875rem;
      display: flex;
      flex-direction: column;
      gap: 0.625rem; }
    .header .navUser .contact-dropdown-menu a {
      color: var(--dark-blue);
      text-decoration: none; }
    .header .navUser .contact-dropdown-menu .icon {
      margin-right: 0.3125rem; }
    .header .navUser .contact-dropdown-menu.is-open {
      display: flex;
      max-width: unset; }
      .header .navUser .contact-dropdown-menu.is-open::before {
        right: 94px !important; }
        @media (min-width: 551px) {
          .header .navUser .contact-dropdown-menu.is-open::before {
            right: 24px !important; } }
      .header .navUser .contact-dropdown-menu.is-open::after {
        right: 96px !important; }
        @media (min-width: 551px) {
          .header .navUser .contact-dropdown-menu.is-open::after {
            right: 26px !important; } }

.header-logo-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3125rem 1rem 0.75rem;
  visibility: visible;
  opacity: 1;
  max-height: fit-content;
  margin-bottom: 0;
  position: relative; }
  @media (min-width: 1024px) {
    .header-logo-container {
      padding: 0.75rem 1.5rem;
      margin: 0 auto; } }
  .header-logo-container:not(.not-vis) .reduced-search-close {
    display: none; }
  .header-logo-container.not-vis {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    margin: 0 0; }
  .header-logo-container.visibility-hack {
    visibility: visible;
    opacity: 1; }

.header-logo {
  flex: 1;
  margin: 0;
  order: 0;
  height: 2rem; }
  @media (min-width: 1024px) {
    .header-logo {
      height: 3rem; } }

.header-logo--left {
  margin-left: 3rem; }
  @media (min-width: 1024px) {
    .header-logo--left {
      margin-left: 0; } }

.header-logo-image {
  margin-left: 0;
  max-height: 2rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: 3rem; } }

.logo-reduced {
  display: none;
  cursor: pointer; }
  .logo-reduced-vis {
    display: block;
    margin-right: 0; }

.header-logo-image-container {
  display: flex;
  align-items: center; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: 3rem; } }

.header-logo__link {
  justify-content: flex-start;
  width: auto; }

.header-search {
  flex: 0 0 100%;
  position: relative;
  order: 2; }
  .header-search.navSearchVisible .quickSearchResults {
    margin: 0 12rem;
    width: calc(100% - (12rem * 2)); }
  .header-search .form {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .header-search .form.form-reduced-margin {
        margin: 0 12rem; } }
  .header-search .form-input, .header-search #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .header-search .R-Field__input {
    font-size: 1rem;
    padding: 0.4375rem 2.1875rem 0.4375rem 0.75rem;
    line-height: calc(20);
    height: 2.375rem;
    border-color: #555D7A; }
    @media (min-width: 551px) {
      .header-search .form-input, .header-search #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .header-search .R-Field__input {
        font-size: 0.875rem; } }
  @media (min-width: 1024px) {
    .header-search {
      margin-top: 0;
      flex: 2;
      order: 1; } }

.header-search-actions {
  position: relative;
  height: 100%; }

.header-search-submit {
  position: absolute;
  top: 50%;
  right: 0.5625rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 0;
  padding: 0.3125rem; }
  .header-search-submit .icon {
    height: 1rem;
    width: 1rem; }
    .header-search-submit .icon svg {
      fill: #2A3559; }

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 1px solid #545e7b;
  min-height: 2rem;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease;
  max-height: 4rem;
  background: #2A3559; }
  .header-top.not-vis {
    opacity: 0;
    visibility: hidden;
    min-height: 0;
    margin: 0 0;
    padding: 0 0;
    height: 0; }

.header-contact-dropdown-toggle {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75rem;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-weight: 400; }
  .header-contact-dropdown-toggle .icon {
    transform: rotate(90deg); }
  .header-contact-dropdown-toggle svg {
    fill: #ffffff; }
  @media (min-width: 960px) {
    .header-contact-dropdown-toggle {
      display: none; } }

.header-contact {
  position: relative;
  line-height: 1; }

.header-contact__list {
  display: none;
  list-style: none;
  margin: 0; }
  [aria-expanded='true'] + .header-contact__list {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 101;
    background-color: #ffffff;
    right: 0;
    top: 100%;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    margin-left: 0; }
    [aria-expanded='true'] + .header-contact__list .header-contact__list-item {
      color: #29365a;
      text-align: right; }
      [aria-expanded='true'] + .header-contact__list .header-contact__list-item:first-child {
        display: none; }
      [aria-expanded='true'] + .header-contact__list .header-contact__list-item a {
        color: #29365a;
        display: flex;
        align-items: center; }
      [aria-expanded='true'] + .header-contact__list .header-contact__list-item .icon {
        display: inline-block; }
      [aria-expanded='true'] + .header-contact__list .header-contact__list-item svg {
        fill: #29365a; }
  @media (min-width: 960px) {
    .header-contact__list {
      display: flex;
      align-items: center; } }

.header-contact__list-item {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: calc(16 / 12);
  margin-left: 0;
  padding: 0.5rem 0; }
  .header-contact__list-item .icon {
    margin-right: 0.25rem;
    height: 0.75rem;
    width: 0.75rem; }
  .header-contact__list-item svg {
    fill: #ffffff; }
  .header-contact__list-item a {
    color: #ffffff;
    text-decoration: none; }
  .header-contact__list-item:first-child {
    display: none; }
  @media (min-width: 551px) {
    .header-contact__list-item {
      margin-left: 1rem; } }
  @media (min-width: 1024px) {
    .header-contact__list-item:first-child {
      display: list-item; } }

.mobileMenu-toggle {
  bottom: 4.3rem;
  top: 0.3125rem;
  bottom: auto;
  display: flex;
  align-items: center;
  height: 3.1875rem; }
  .mobileMenu-toggle svg {
    fill: #2A3559; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    width: 1.5rem;
    background-color: #2A3559; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background-color: #2A3559; }

.skip-to-main-link {
  background-color: #ffffff;
  transform: translate(-50%, -240px); }

.quickSearchResults {
  margin-top: 0.25rem;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 100;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  max-height: 22.5rem;
  overflow: auto; }
  .quickSearchResults .quickSearch-header {
    padding: 0.5rem 0;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #d4d7de;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .quickSearchResults .quickSearch-header a {
      font-size: 0.875rem; }
  .quickSearchResults .quickSearch-categories {
    padding: 0 1rem; }
    .quickSearchResults .quickSearch-categories ul {
      list-style: none;
      margin: 0;
      padding: 0.25rem 0; }
    .quickSearchResults .quickSearch-categories li {
      padding: 0.125rem 0; }
    .quickSearchResults .quickSearch-categories a {
      text-decoration: none;
      color: #29365a; }
    .quickSearchResults .quickSearch-categories .quickSearch-highlight {
      color: #547ef2; }
  .quickSearchResults .quickSearch-see-all {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
    padding: 0 1rem; }
  .quickSearchResults .productGrid.view-list {
    margin: 0;
    padding: 0 1rem; }
    @media (min-width: 1024px) {
      .quickSearchResults .productGrid.view-list {
        margin: 0; } }
    .quickSearchResults .productGrid.view-list .product {
      padding: 0;
      margin-bottom: 0; }
      .quickSearchResults .productGrid.view-list .product:not(:first-child) {
        border-top: 1px solid #d4d7de; }
      .quickSearchResults .productGrid.view-list .product .card {
        border-top: none;
        flex-direction: row;
        padding: 1rem 0; }
      .quickSearchResults .productGrid.view-list .product .card-figure {
        width: 4.5rem;
        margin-left: 0.5rem; }
      .quickSearchResults .productGrid.view-list .product .card-badge {
        display: none; }
      .quickSearchResults .productGrid.view-list .product .card-body {
        width: auto;
        margin-left: 0;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        @media (min-width: 551px) {
          .quickSearchResults .productGrid.view-list .product .card-body {
            width: auto; } }
        @media (min-width: 1024px) {
          .quickSearchResults .productGrid.view-list .product .card-body {
            padding: 0.5rem 1rem; } }
      .quickSearchResults .productGrid.view-list .product .card-compare,
      .quickSearchResults .productGrid.view-list .product .card-wishlist {
        display: none; }

@media (min-width: 1024px) {
  .displayNone {
    display: none; } }

.overflowHidden {
  overflow: hidden; }

.sticky-nav-open {
  position: fixed !important; }

@media (min-width: 1024px) {
  .navPages-container {
    margin-top: auto; } }

@media (min-width: 1261px) {
  .navPages-container > .container {
    padding: 0 1.5rem; } }

.navPages-container .navPages .navPages-list {
  display: block; }
  @media (min-width: 1024px) {
    .navPages-container .navPages .navPages-list {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1024px) {
    .navPages-container .navPages .navPages-list > .navPages-item {
      padding: 0.75rem 0.3125rem; } }
  .navPages-container .navPages .navPages-list > .navPages-item .navPage-subMenu .menu-wrapper {
    max-width: 81rem;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .navPages-container .navPages .navPages-list > .navPages-item .navPage-subMenu .menu-wrapper {
        padding: 0 1.5rem; } }
  .navPages-container .navPages .navPages-list > .navPages-item .navPage-subMenu .navPage-subMenu-list {
    max-width: unset; }

.reviews-io-reviews {
  background-color: #ffffff;
  padding: 2.25rem 1.5rem 0; }

.footer-info {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap; }

.footer-info-heading {
  color: #d4d7de;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400; }

.footer-info-list li {
  padding: 0.25rem 0; }

.footer-info-list a {
  color: #ffffff;
  line-height: calc(22 / 16); }
  .footer-info-list a:hover, .footer-info-list a:focus {
    color: #547EF2; }
  .footer-info-list a:active {
    color: #6c90f4; }

.footer-info-list + [data-content-region] .footer-info-list {
  margin-top: -1rem; }

.footer-info-list .icon {
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem; }
  .footer-info-list .icon svg {
    fill: #ffffff; }

.footer-info-col {
  color: #ffffff;
  text-align: left; }
  .footer-info-col .socialLinks--alt .icon {
    height: 1.6875rem;
    width: 2.5rem; }
    .footer-info-col .socialLinks--alt .icon svg {
      fill: #ffffff; }
  @media (min-width: 1024px) {
    .footer-info-col {
      width: auto;
      flex: 0 0 auto; }
      .footer-info-col:not(:last-child) {
        margin-right: 4rem; } }

@media (min-width: 1024px) {
  .footer-info-col--social {
    flex: 0 0 40%; } }

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap; }
  .footer-copyright > .powered-by {
    color: #d4d7de;
    font-size: 0.875rem; }

.footer-payment-icons {
  margin-top: 0; }
  .footer-payment-icons svg {
    fill: #ffffff; }
  .footer-payment-icons img {
    margin-right: 0.375rem; }
  .footer-payment-icons .footer-payment-icon {
    height: 2rem;
    width: 2.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 0; } }

.footer-copyright-links-wrapper {
  flex: 0 0 100%; }
  @media (min-width: 1024px) {
    .footer-copyright-links-wrapper {
      flex: 1; } }

.footer-copyright-links {
  display: flex;
  flex-direction: column;
  text-align: left;
  list-style: none;
  margin: 0; }
  .footer-copyright-links li {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
  .footer-copyright-links a {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: calc(20 / 14); }
    .footer-copyright-links a:hover, .footer-copyright-links a:focus, .footer-copyright-links a:active {
      color: #ffffff;
      text-decoration: underline; }
  @media (min-width: 1024px) {
    .footer-copyright-links {
      flex-direction: row; }
      .footer-copyright-links li {
        margin-bottom: 0; } }

.productView-add-to-cart-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1.25rem 0; }
  @media (min-width: 551px) {
    .productView-add-to-cart-container {
      grid-template-columns: 1fr 1fr;
      align-items: center;
      flex-direction: row; } }
  .productView-add-to-cart-container .button, .productView-add-to-cart-container .facetLabel {
    margin: 0;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem; }
    .productView-add-to-cart-container .button--primary:hover, .productView-add-to-cart-container .button--primary:focus {
      color: white;
      background: #3b58a9; }
    .productView-add-to-cart-container .button--secondary {
      background: #ffc619;
      color: #29365a;
      border: 1px solid #ffc619; }
      .productView-add-to-cart-container .button--secondary:hover, .productView-add-to-cart-container .button--secondary:focus {
        background: #eef2fe;
        border: 1px solid #ffc619;
        color: inherit; }
      .productView-add-to-cart-container .button--secondary .icon {
        margin: 0 0 0 0.5rem;
        float: unset;
        width: 0.625rem;
        height: 0.625rem;
        transform: rotate(270deg); }
  .productView-add-to-cart-container .order-sample-dropdown-container {
    position: relative; }
    .productView-add-to-cart-container .order-sample-dropdown-container .dropdown-menu {
      padding-right: 0; }
    .productView-add-to-cart-container .order-sample-dropdown-container .dropdown-menu-button span {
      white-space: nowrap; }
    @media (min-width: 841px) and (max-width: 975px) {
      .productView-add-to-cart-container .order-sample-dropdown-container .dropdown-menu-button i {
        display: none; } }

.productView-add-to-cart__button.hide,
.productView-add-to-cart__contact.hide {
  display: none; }

.productView-delivery-estimate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 1.25rem 0;
  padding: 1rem 0.75rem;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  background-color: #F0FAF9; }
  .productView-delivery-estimate div {
    display: grid;
    grid-template-columns: 1.375rem 1fr auto;
    align-items: center;
    gap: 0.625rem; }
  .productView-delivery-estimate strong {
    color: inherit;
    font-weight: 700; }
  .productView-delivery-estimate a {
    font-size: 0.75rem;
    color: inherit; }
  .productView-delivery-estimate .icon {
    height: 1.375rem;
    width: 1.375rem; }
  .productView-delivery-estimate div {
    width: 100%; }
  .productView-delivery-estimate .text-container {
    width: 100%;
    display: flex; }
    @media (max-width: 840px) {
      .productView-delivery-estimate .text-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px; } }

.productView-delivery-estimate-message {
  display: flex;
  flex-direction: column; }

.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  background-color: #000; }
  .video-wrapper.hidden {
    display: none; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto; }

.video-player {
  display: block;
  color: #fff;
  font-size: 20px; }

.productView .productView-images {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  margin-bottom: 0; }

.productView .easyzoom-flyout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .productView .easyzoom-flyout img {
    width: auto;
    max-width: none !important;
    height: auto; }

.product-gallery {
  position: relative;
  width: 100%;
  min-height: 10rem;
  aspect-ratio: 1/1;
  margin: 0 0 44px 0;
  pointer-events: auto; }
  .product-gallery.single-image {
    display: block; }
    .product-gallery.single-image a {
      display: block;
      width: 100%;
      height: 100%; }
      .product-gallery.single-image a img {
        width: 100%; }
  @media (min-width: 1024px) {
    .product-gallery {
      margin: 0;
      overflow: hidden; } }
  .product-gallery .productView-img-container {
    position: relative;
    width: 100%;
    max-width: unset;
    aspect-ratio: 1/1;
    margin: 0; }
    .product-gallery .productView-img-container[data-zoomed="true"] {
      z-index: 999992; }
    .product-gallery .productView-img-container::after {
      padding-bottom: 0; }
  .product-gallery img {
    position: relative;
    margin: 0;
    object-fit: unset; }
  .product-gallery img.slick-slide {
    height: 100%; }
  .product-gallery.slick-dotted.slick-slider {
    margin-bottom: 2.75rem; }
  .product-gallery .slick-list {
    position: relative; }
  .product-gallery .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 0.375rem;
    position: absolute;
    bottom: -44px; }
    @media (min-width: 1024px) {
      .product-gallery .slick-dots {
        display: none !important; } }
    .product-gallery .slick-dots li {
      display: flex;
      align-items: center;
      height: 2.75rem;
      width: 1.25rem;
      padding: 0; }
  .product-gallery.slick-initialized {
    opacity: 1; }
  .product-gallery:not(:has(.slick-track)) {
    overflow: hidden; }

[data-content-region='product_below_gallery--global'] {
  padding: 1.25rem 1rem;
  background: white; }
  @media (max-width: 840px) {
    [data-content-region='product_below_gallery--global'] {
      padding: 0 1rem 1.25rem; } }
  @media (min-width: 1024px) {
    [data-content-region='product_below_gallery--global'] {
      margin: 0 0 1.25rem 0;
      padding: unset;
      background: unset; } }

.productView-placeholder-image {
  margin-bottom: 1.25rem; }
  .productView-placeholder-image img {
    width: 100%; }
  @media (min-width: 1024px) {
    .productView-placeholder-image {
      display: none; } }

.productView-thumbnails {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
  margin: 1.25rem 0 0; }
  @media (min-width: 1024px) {
    .productView-thumbnails {
      display: flex; } }
  .productView-thumbnails::before {
    content: none; }
  .productView-thumbnails .productView-thumbnail {
    padding: 0;
    width: 3.75rem;
    height: 3.75rem; }
    .productView-thumbnails .productView-thumbnail-link {
      border: 2px solid transparent;
      padding: 0; }
      .productView-thumbnails .productView-thumbnail-link.is-active {
        border: 2px solid #547ef2; }
    .productView-thumbnails .productView-thumbnail .video-thumbnail-image, .productView-thumbnails .productView-thumbnail-link,
    .productView-thumbnails .productView-thumbnail img {
      width: 3.75rem;
      height: 3.75rem; }
    .productView-thumbnails .productView-thumbnail .video-thumbnail-image {
      background-size: contain;
      border: 2px solid transparent;
      padding: 0;
      box-sizing: content-box;
      display: block; }
      .productView-thumbnails .productView-thumbnail .video-thumbnail-image.is-active {
        border: 2px solid #547ef2; }
      .productView-thumbnails .productView-thumbnail .video-thumbnail-image > div {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3.75rem;
        height: 3.75rem; }
        .productView-thumbnails .productView-thumbnail .video-thumbnail-image > div::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: #29365a;
          opacity: 0.8; }
        .productView-thumbnails .productView-thumbnail .video-thumbnail-image > div img {
          width: 2.1875rem;
          height: 2.1875rem;
          position: relative;
          z-index: 1; }
    .productView-thumbnails .productView-thumbnail img {
      display: block; }

/* 888888888888888888888888888888888888888888888888888888888888888888888888 */
/* 888888888888888888888888888888888888888888888888888888888888888888888888 */
/* 888888888888888888888888888888888888888888888888888888888888888888888888 */
body:has([data-zoom-container][data-toggled='true']) {
  overflow: hidden; }

html:has(.productView-image) {
  scroll-behavior: smooth !important; }

.productView-zoom-swipe {
  display: none; }

.productView-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit;
      pointer-events: all !important; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

.productView-zoom__container {
  position: absolute;
  bottom: 44px;
  left: 0;
  width: auto;
  aspect-ratio: 1/1; }
  .productView-zoom__container .productView-zoom__main,
  .productView-zoom__container .productView-zoom__overlay,
  .productView-zoom__container .productView-zoom__close {
    display: none; }
  .productView-zoom__container[data-toggled='true'] {
    width: 100%;
    height: 100%; }
    .productView-zoom__container[data-toggled='true'] .productView-zoom__main,
    .productView-zoom__container[data-toggled='true'] .productView-zoom__overlay,
    .productView-zoom__container[data-toggled='true'] .productView-zoom__close {
      display: block; }
    .productView-zoom__container[data-toggled='true'] .productView-zoom__open {
      display: none; }
  @media (min-width: 1024px) {
    .productView-zoom__container {
      display: none; } }

.productView-zoom__button {
  position: absolute;
  bottom: 12px;
  left: 10px;
  border: 1px solid #2a3559;
  background-color: white;
  aspect-ratio: 1;
  border-radius: 100%;
  color: black;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 999993;
  pointer-events: all !important; }
  .productView-zoom__button svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.productView-zoom__main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999992; }

.productView-zoom__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999991;
  background-color: rgba(0, 0, 0, 0.5); }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .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-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails.slick-initialized {
    opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: relative;
    width: 50px;
    margin: 0;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.375rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #d4d7de;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-header {
  position: relative; }

.productView-header--mobile {
  padding: 1.25rem;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .productView-header--mobile {
      display: none; } }

.productView-header--desktop {
  display: none;
  margin-bottom: 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #D4D7DE; }
  @media (min-width: 1024px) {
    .productView-header--desktop {
      display: block; } }

.productView-title {
  margin: 0; }
  @media (min-width: 1024px) {
    .productView-title {
      font-size: 0.9375rem;
      padding-right: 2.5rem; } }

.productView-size {
  margin-bottom: 1.25rem; }
  .productView-size label {
    font-weight: 700;
    font-size: 0.875rem; }

.productView-rating {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  flex-wrap: wrap; }
  .productView-rating a {
    font-size: 0.75rem; }
  .productView-rating > span:first-child {
    display: flex;
    gap: 0.25rem;
    margin-right: 0.4375rem; }
  .productView-rating--reviews {
    color: var(--bright-blue);
    text-decoration: none; }
  .productView-rating--questions {
    margin-left: 0.4375rem;
    text-decoration: underline; }
  .productView-rating .icon {
    width: 1.125rem;
    height: 1.125rem; }
    @media (min-width: 1024px) {
      .productView-rating .icon {
        width: 1.125rem;
        height: 1.125rem; } }
  .productView-rating .icon--ratingFull svg {
    fill: #ffc619; }

.productView-add-to-wishlist {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 2.25rem;
  height: 2.25rem; }
  @media (min-width: 1024px) {
    .productView-add-to-wishlist {
      top: 0;
      bottom: auto;
      right: 0; } }
  .productView-add-to-wishlist #wishlist-dropdown.is-open, .productView-add-to-wishlist .is-open.order-sample-dropdown {
    width: auto !important;
    right: 0;
    padding-right: 0; }
  .productView-add-to-wishlist .dropdown-menu .button, .productView-add-to-wishlist .dropdown-menu .facetLabel {
    max-width: 15.625rem;
    text-overflow: ellipsis;
    overflow: hidden; }
  .productView-add-to-wishlist > a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #29365a;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem; }
    .productView-add-to-wishlist > a.is-open, .productView-add-to-wishlist > a:hover {
      background: #547ef2;
      border-color: #547ef2; }
      .productView-add-to-wishlist > a.is-open .icon svg, .productView-add-to-wishlist > a:hover .icon svg {
        fill: #fff; }
  .productView-add-to-wishlist .icon {
    height: 1.625rem;
    width: 1.625rem; }
    .productView-add-to-wishlist .icon svg {
      fill: #29365a; }

.productView .form-increment {
  display: flex;
  flex-direction: column; }

.productView-price {
  margin-bottom: 0;
  text-align: left; }
  .productView-price .price-section {
    display: flex;
    flex-direction: column; }
    .productView-price .price-section .price--withTax {
      font-size: 2rem;
      font-weight: 700;
      line-height: calc(40 / 32);
      display: inline-flex;
      align-items: baseline; }
      .productView-price .price-section .price--withTax > sup {
        top: -0.5rem; }
    .productView-price .price-section .price--strikethrough {
      text-decoration: line-through;
      font-size: 1rem;
      color: #545e7b; }
    .productView-price .price-section .price--sale {
      color: #ff6b6b; }

.productView-price-unit {
  font-size: 1rem;
  font-weight: 400;
  line-height: calc(22 / 16); }

.quantity-price {
  font-size: 0.875rem; }

.page--product {
  overflow-x: hidden; }

.productView {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 100%;
  grid-template-areas: 'ProductGrid1' 'ProductGrid3' 'ProductGrid2';
  padding: 0; }
  @media (min-width: 1024px) {
    .productView {
      grid-template-rows: 1fr auto;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: 'ProductGrid1 ProductGrid3' 'ProductGrid2 ProductGrid3';
      align-items: start;
      gap: 1.5rem;
      margin: 0; } }
  .productView::before, .productView::after {
    content: none; }

.productView-product .roomvo-stimr {
  padding: 0; }
  .productView-product .roomvo-stimr[data-active='false'] {
    display: none; }
    .productView-product .roomvo-stimr[data-active='false'] + .svg-room-vo {
      display: none; }

.product-options {
  padding: 0 1rem 1rem 1rem;
  background-color: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem; }
  .product-options .form-field {
    margin-bottom: 0.5rem; }

@media (max-width: 450px) {
  .tooltip-custom {
    height: 1rem;
    width: 1rem; } }

.tooltip-width-container {
  width: 20px; }

.remove-bottom-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.tile-calculator--container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  vertical-align: bottom;
  width: 100%;
  position: relative; }
  @media (min-width: 1024px) {
    .tile-calculator--container {
      width: auto;
      margin-top: -1.125rem; } }

.button--tile-calculator-wrapper {
  width: 100%;
  margin-right: 0.25rem; }
  .button--tile-calculator-wrapper .button--tile-calculator {
    width: 100%;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    line-height: 1.25rem;
    flex-grow: 1;
    text-align: left;
    display: flex;
    align-items: center; }
  .button--tile-calculator-wrapper .icon-calculator {
    height: 2rem;
    width: 2rem;
    margin-right: 0.3125rem; }
    .button--tile-calculator-wrapper .icon-calculator svg {
      fill: var(--button-color, #545e7b) !important; }
  .button--tile-calculator-wrapper .dropdown-icon {
    margin-left: auto;
    margin-right: 0.15625rem; }
    .button--tile-calculator-wrapper .dropdown-icon svg {
      fill: #29365a;
      stroke-width: 5px; }
  .button--tile-calculator-wrapper .tooltip-icon {
    margin-left: 0.3125rem; }

.product-view-payments {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }

.productView-cuts-wastage {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.5rem 0 1rem 0; }
  .productView-cuts-wastage .cuts-wastage-text {
    color: #222A47;
    font-size: 12px;
    height: 1.5rem;
    display: flex !important;
    align-items: center; }
  .productView-cuts-wastage .form-switch + .form-label {
    margin: 0;
    padding: 0 0 0 3.75rem; }
    .productView-cuts-wastage .form-switch + .form-label::before, .productView-cuts-wastage .form-switch + .form-label::after {
      right: auto; }
    .productView-cuts-wastage .form-switch + .form-label::before {
      left: 0;
      width: 3rem;
      height: 1.5rem;
      background-color: #fff;
      border: 1px solid #2a3559; }
    .productView-cuts-wastage .form-switch + .form-label::after {
      top: 0;
      bottom: 0;
      left: 0.25rem;
      width: 1.125rem;
      height: 1.125rem;
      margin: auto;
      background-color: #2a3559;
      transform: translateX(0);
      box-shadow: none; }
  .productView-cuts-wastage .form-switch:checked + .form-label::after,
  .productView-cuts-wastage .form-switch:focus:checked + .form-label::after {
    transform: translateX(1.375rem);
    box-shadow: none; }

.productView-share-and-guides {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative; }
  .productView-share-and-guides .button, .productView-share-and-guides .facetLabel {
    margin-bottom: 0; }
  .productView-share-and-guides div {
    top: 30px !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important; }
    .productView-share-and-guides div svg {
      width: 20px; }

.product-questions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  font-size: 0.875rem;
  line-height: calc(20 / 14); }
  .product-questions .icon {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.5rem; }
  .product-questions svg {
    fill: #29365a; }
  .product-questions p {
    margin-bottom: 0; }

.product-suitability {
  background-color: #ffffff;
  border: 1px solid #d4d7de;
  border-radius: 0.5rem;
  padding: 1rem; }
  .product-suitability h2 {
    font-weight: 500;
    font-size: 1rem;
    line-height: calc(20 / 16);
    margin: 0;
    display: inline-flex;
    align-items: center; }
    .product-suitability h2 .tooltip-icon {
      line-height: 0;
      margin-left: 0.3125rem; }
  .product-suitability hr {
    border-top: 1px solid #d4d7de;
    margin: 0.75rem 0; }

.productView-description-content > :last-child {
  margin-bottom: 0; }

.page--product .sibling-header {
  text-align: center;
  padding-top: 0.75rem;
  margin-top: 0; }

.page--product .carousel-container,
.page--product .product-colours {
  margin-bottom: 1rem;
  padding-bottom: 0.0125rem;
  height: auto;
  background: #ffffff; }
  @media (min-width: 551px) {
    .page--product .carousel-container,
    .page--product .product-colours {
      height: auto;
      padding-bottom: 0.75rem; } }
  .page--product .carousel-container .slick-prev,
  .page--product .product-colours .slick-prev {
    color: #545e7b;
    top: 3.125rem; }
  .page--product .carousel-container .slick-next,
  .page--product .product-colours .slick-next {
    color: #545e7b;
    top: 3.125rem; }
  .page--product .carousel-container .related-products,
  .page--product .carousel-container .related-products-mobile,
  .page--product .product-colours .related-products,
  .page--product .product-colours .related-products-mobile {
    width: 96px !important;
    height: 71px !important;
    border: 1px solid #d4d7de;
    display: flex;
    margin-right: 0.25rem;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    float: none; }
    .page--product .carousel-container .related-products img,
    .page--product .carousel-container .related-products-mobile img,
    .page--product .product-colours .related-products img,
    .page--product .product-colours .related-products-mobile img {
      width: 32px;
      height: 32px;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    .page--product .carousel-container .related-products p,
    .page--product .carousel-container .related-products-mobile p,
    .page--product .product-colours .related-products p,
    .page--product .product-colours .related-products-mobile p {
      font-size: 0.75rem;
      text-decoration: none;
      min-width: 66px;
      max-width: 66px;
      height: 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: lato, Arial, Helvetica, sans-serif;
      text-transform: initial;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center;
      color: #29365a; }

.page--product .product-colours {
  width: 100%;
  height: 1.875rem;
  background: #ffffff;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden; }
  .page--product .product-colours::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 16px;
    top: 75px;
    background: transparent linear-gradient(180deg, #ffffff00 0%, #ffffff 100%) 0% 0% no-repeat padding-box; }
  .page--product .product-colours .slick-track {
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative; }
  .page--product .product-colours img {
    opacity: 0.1; }
  .page--product .product-colours h4 {
    text-align: left;
    padding-left: 1rem;
    margin-top: 0;
    padding: 0;
    font-size: 1rem;
    color: #29365a; }
  .page--product .product-colours .products-header-section {
    padding-top: 0.625rem;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: baseline; }
  .page--product .product-colours .available-colours-btn-up {
    transform: rotate(180deg); }
  @media (min-width: 1024px) {
    .page--product .product-colours {
      display: none; } }

.page--product .expand-selection {
  overflow: visible;
  height: auto;
  padding-bottom: 0.25rem; }
  .page--product .expand-selection img {
    opacity: 1; }
  .page--product .expand-selection::after {
    display: none; }

.productView-details.product-data {
  order: 0; }

.product-container h3 {
  font-size: 1.25rem;
  margin-top: 0;
  font-weight: bold;
  color: #29365a; }

@media (min-width: 1024px) {
  .product-container {
    display: flex;
    justify-content: space-between; } }

.product-container .product-description {
  flex: 0 0 100%;
  margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .product-container .product-description {
      flex: 0 0 calc(50% - 16px); } }
  .product-container .product-description h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  .product-container .product-description p {
    font-weight: normal; }
  .product-container .product-description .productView-description-content {
    margin-bottom: 1rem; }

.product-container .product-specification {
  flex: 0 0 100%;
  display: block; }
  @media (min-width: 1024px) {
    .product-container .product-specification {
      flex: 0 0 calc(50% - 16px); } }

#link-icon {
  fill: #545e7b;
  width: 1rem;
  height: 1rem;
  margin-top: 0.5rem;
  margin-right: 0.2rem; }

.link-container {
  display: flex;
  width: 100%;
  align-items: center; }

.page-link {
  display: flex;
  width: 280px;
  margin-bottom: 0.2rem; }

.productView-reviews {
  width: 100vw;
  height: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 5rem;
  overflow-x: hidden;
  background: #ffffff;
  padding: 1rem;
  overflow: visible; }
  @media (min-width: 1024px) {
    .productView-reviews {
      padding: 3rem;
      margin-top: 6rem; } }
  .productView-reviews .section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 6rem;
    margin-bottom: 1.625rem; }
    @media (min-width: 1024px) {
      .productView-reviews .section-container {
        row-gap: 1.5rem; } }
    @media (min-width: 1261px) {
      .productView-reviews .section-container {
        flex-direction: row;
        gap: 6rem; } }
    .productView-reviews .section-container .product-reviews {
      flex: 0 0 35%; }
      .productView-reviews .section-container .product-reviews h2 {
        font-size: 1.5rem;
        color: #29365a; }
      .productView-reviews .section-container .product-reviews hr {
        margin: 0 0 0 0;
        margin-bottom: 1.5rem; }
      .productView-reviews .section-container .product-reviews .product-review h4 {
        font-size: 1.25rem;
        color: #29365a;
        font-weight: bold;
        -moz-font-smoothing: antialiased;
        margin-top: 0.75rem; }
      .productView-reviews .section-container .product-reviews .product-review h5 {
        text-transform: initial;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
        font-size: 0.875rem; }
      .productView-reviews .section-container .product-reviews .product-review p {
        margin-bottom: 0; }
      .productView-reviews .section-container .product-reviews .product-review .review-description {
        width: 95%; }
      @media (min-width: 1261px) {
        .productView-reviews .section-container .product-reviews .product-review #final-username {
          margin-bottom: 4.6875rem; } }
    .productView-reviews .section-container .customer-qa {
      flex: 0 0 40%; }
      .productView-reviews .section-container .customer-qa hr {
        margin: 0 0 0 0;
        margin-bottom: 0.9375rem; }
      .productView-reviews .section-container .customer-qa .customer-question-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2.75rem; }
        .productView-reviews .section-container .customer-qa .customer-question-link p,
        .productView-reviews .section-container .customer-qa .customer-question-link h2 {
          margin-top: 0;
          margin-bottom: 0; }
        .productView-reviews .section-container .customer-qa .customer-question-link p {
          text-decoration: underline; }
      .productView-reviews .section-container .customer-qa .Qa-section {
        background: #f4f5f7;
        border: 1px solid #d4d7de;
        border-radius: 8px;
        padding: 1.5rem;
        margin-bottom: 1rem; }
        .productView-reviews .section-container .customer-qa .Qa-section .Qa-submitter {
          display: flex;
          justify-content: space-between; }
          .productView-reviews .section-container .customer-qa .Qa-section .Qa-submitter p {
            font-size: 14px; }
        .productView-reviews .section-container .customer-qa .Qa-section #Qa-question {
          font-weight: bold;
          -moz-font-smoothing: antialiased;
          margin-bottom: 1rem; }
        .productView-reviews .section-container .customer-qa .Qa-section #Qa-answer {
          margin-bottom: 0.75rem; }
        .productView-reviews .section-container .customer-qa .Qa-section h5 {
          font-family: lato, Arial, Helvetica, sans-serif;
          font-size: 14px;
          text-transform: initial;
          color: #545e7b;
          margin-top: 0; }
        .productView-reviews .section-container .customer-qa .Qa-section h4 {
          margin-top: 0; }
    .productView-reviews .section-container .review-section {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .productView-reviews .section-container .review-section .review-rating-section {
        display: flex; }
        .productView-reviews .section-container .review-section .review-rating-section #review-stars {
          width: 29px;
          height: 29px;
          background: #00b67a;
          margin-right: 0.5rem; }
      .productView-reviews .section-container .review-section p {
        font-size: 14px;
        color: #545e7b;
        margin-bottom: 0; }
  .productView-reviews .pagination-item-container {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    @media (min-width: 1261px) {
      .productView-reviews .pagination-item-container {
        height: 150px; } }
    .productView-reviews .pagination-item-container .pagination {
      display: flex;
      justify-content: center;
      margin-top: 2.625rem; }
      @media (min-width: 1024px) {
        .productView-reviews .pagination-item-container .pagination {
          gap: 14.375rem; } }
      @media (min-width: 1261px) {
        .productView-reviews .pagination-item-container .pagination {
          gap: 5.375rem; } }
      .productView-reviews .pagination-item-container .pagination .review-rating-pagination {
        display: flex;
        justify-content: center;
        gap: 0.25rem; }
      .productView-reviews .pagination-item-container .pagination .pagination-buttons {
        width: 44px;
        height: 44px;
        background: #f4f5f7;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .productView-reviews .pagination-item-container .pagination .pagination-left {
        background: none; }
      .productView-reviews .pagination-item-container .pagination .active-pagination-button {
        background: #98b2f7; }

#ReviewsWidget .R-PaginationControls .R-PaginationControls__item,
#QuestionsWidget .R-PaginationControls .R-PaginationControls__item {
  height: 2.75rem;
  width: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f5f7;
  border-radius: 50%; }
  #ReviewsWidget .R-PaginationControls .R-PaginationControls__item.isActive,
  #QuestionsWidget .R-PaginationControls .R-PaginationControls__item.isActive {
    border-bottom: none !important;
    background-color: #547ef2;
    color: #ffffff; }

#ReviewsWidget .ElementsWidget-prefix .ElementsWidget--spacing-lg .R-ContentList .R-ContentList__item,
#QuestionsWidget .ElementsWidget-prefix .ElementsWidget--spacing-lg .R-ContentList .R-ContentList__item {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

#ReviewsWidget .ElementsWidget__header,
#QuestionsWidget .ElementsWidget__header {
  display: block !important; }

#ReviewsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--right,
#QuestionsWidget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--right {
  flex-basis: auto;
  width: auto; }

#ReviewsWidget .ElementsWidget__subheader {
  border-bottom: none;
  margin-bottom: 0.5rem;
  min-height: 3.5rem; }

#ReviewsWidget .header__inner .R-Button--primary {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #29365a;
  text-decoration: underline;
  padding: 0.5rem 0;
  margin-bottom: 0 !important; }

#ReviewsWidget .header__inner .R-Button--secondary {
  text-decoration: underline; }

#ReviewsWidget .R-Field__icon {
  left: 0.5rem;
  color: #29365a; }

#ReviewsWidget .R-Field--leftIcon .R-Field__input {
  padding-left: 2rem; }

#ReviewsWidget .ElementsWidget .R-ContentList .R-ContentList__item {
  --common-sidebar-width: remCalc(170);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }

#ReviewsWidget .ElementsWidget .ElementsWidget__search .R-Field {
  max-width: 11.25rem; }

#ReviewsWidget.questions .R-ContentList__item {
  border-radius: 0.5rem;
  padding: 1.5rem;
  background-color: #f4f5f7;
  border: 1px solid #d4d7de; }

#ReviewsWidget.questions .ElementsWidget__form.isActive {
  overflow: visible; }
  #ReviewsWidget.questions .ElementsWidget__form.isActive .u-hr--top {
    margin-top: 0; }
  #ReviewsWidget.questions .ElementsWidget__form.isActive .u-hr--bottom {
    display: none; }

.productView-roomVO {
  display: flex;
  align-items: center;
  padding: 20px 20px 0;
  background: white;
  position: relative; }
  @media (max-width: 840px) {
    .productView-roomVO {
      padding: 0 0 16px; } }

@media (min-width: 841px) {
  .productView-roomVo-overwrite-padding {
    padding: 20px !important; } }

.slick-track > div {
  box-sizing: content-box;
  padding: 0 10px !important; }

.slick-track .recommended-image {
  padding: 0; }

.productCarousel-slide {
  width: 298px !important;
  height: 285px !important;
  margin-bottom: 10px; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      height: 334px !important; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      height: 438px !important; } }
  .productCarousel-slide .card {
    height: 100%; }
    .productCarousel-slide .card .card-body {
      padding: 12px 16px 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .productCarousel-slide .card .card-body h3 {
        max-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin: 0; }
      .productCarousel-slide .card .card-body .productView-rating {
        width: fit-content;
        display: flex; }
      .productCarousel-slide .card .card-body .card-price {
        display: flex;
        gap: 8px; }
        .productCarousel-slide .card .card-body .card-price p {
          color: #222A47;
          font-family: Lato;
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 20px;
          letter-spacing: 0.28px;
          margin: 0; }
        .productCarousel-slide .card .card-body .card-price .strikethrough {
          color: #6A728B;
          font-family: Lato;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: 0.28px;
          margin: 0;
          text-decoration-line: line-through; }

.productView-ask-question {
  padding: 32px;
  overflow-x: hidden;
  overflow-y: auto; }
  .productView-ask-question p {
    margin-bottom: 12px; }
  .productView-ask-question h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 1rem; }
  .productView-ask-question .product-enquiry__radios {
    display: flex;
    margin-bottom: 0.5rem; }
    .productView-ask-question .product-enquiry__radios .form-label {
      width: auto;
      padding-left: 1.5rem;
      margin-right: 1.5rem;
      font-weight: 700; }
  .productView-ask-question .product-enquiry__contact_preference {
    font-weight: 700; }
    @media (min-width: 1024px) {
      .productView-ask-question .product-enquiry__contact_preference {
        margin-top: 1.5rem; } }
  .productView-ask-question .product-enquiry__form-error {
    color: #ff6b6b;
    font-size: 0.875rem;
    display: block;
    padding: 0.25rem 0; }
  .productView-ask-question .product-enquiry__form-success {
    margin-top: 1.5rem;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.125rem; }
  .productView-ask-question .form {
    margin-bottom: 0; }
    .productView-ask-question .form label {
      margin-right: 20px; }
    .productView-ask-question .form textarea {
      width: 100%;
      border: 1px solid #d4d7de; }
    .productView-ask-question .form .question-form-label span {
      color: #ff6b6b; }
    .productView-ask-question .form .question-form-input {
      border: 1px solid #d4d7de;
      height: 40px;
      border-radius: 4px;
      width: 100%; }
      @media (min-width: 551px) {
        .productView-ask-question .form .question-form-input {
          width: 55%; } }
      @media (min-width: 1024px) {
        .productView-ask-question .form .question-form-input {
          width: 100%; } }
    .productView-ask-question .form .flex-row {
      display: block; }
      @media (min-width: 1024px) {
        .productView-ask-question .form .flex-row {
          display: flex;
          flex-wrap: wrap; }
          .productView-ask-question .form .flex-row .form-field {
            flex: 0 0 50%;
            margin-bottom: 0; }
          .productView-ask-question .form .flex-row .product-enquiry__form-error {
            padding: 0.25rem 0.75rem; } }
    .productView-ask-question .form .form-field.flex-direction {
      display: flex;
      flex-direction: column; }
    .productView-ask-question .form .ask-question-form {
      margin: 24px 0; }
    .productView-ask-question .form .button--primary {
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .productView-ask-question .form .button--primary {
          width: auto;
          margin-top: 1.5rem; } }

.share-dropdown {
  background-color: #ffffff;
  border-radius: 9999px;
  padding: 0 1rem;
  margin-top: 0.25rem;
  transform: translate(1rem, 0.25rem);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  width: auto !important;
  z-index: 99999; }
  @media (min-width: 551px) {
    .share-dropdown {
      transform: translate(0, 0.25rem); } }
  @media (min-width: 1024px) {
    .share-dropdown {
      transform: translate(100%, 50%); } }
  .share-dropdown[aria-hidden='true'] {
    display: none; }
  .share-dropdown .socialLinks-item {
    text-align: center;
    margin: 0 0.5rem 0.375rem 0.5rem; }

.illustrative-tiles-text {
  margin-top: 0.625rem; }

.productView-info {
  margin: 0.3125rem 0 0.625rem; }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 0; } }
  @media (min-width: 1024px) {
    .productView-info {
      margin: 0.3125rem 0 1rem; } }
  .productView-info-name,
  .productView-info-value {
    font-size: 0.75rem;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    display: inline-block;
    margin: 0;
    font-weight: unset; }
    @media (min-width: 551px) {
      .productView-info-name,
      .productView-info-value {
        float: left; } }
    @media (min-width: 1024px) {
      .productView-info-name,
      .productView-info-value {
        font-size: 0.875rem; } }
  .productView-info-name {
    margin-right: 0.3125rem; }

.productView-col .productView-images,
.productView-col .productView-details,
.productView-col .productView-description,
.productView-col .productView-delivery {
  float: unset;
  width: unset;
  height: unset;
  padding: unset;
  clear: unset; }

.productView-col .collapse-section {
  background: #fff;
  border-radius: 4px;
  margin: 0 1.25rem 0.75rem; }
  @media (min-width: 1024px) {
    .productView-col .collapse-section {
      margin: 0 0 1.25rem; } }
  .productView-col .collapse-section-header {
    padding: 0.75rem;
    display: flex;
    align-items: center;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .productView-col .collapse-section-header {
        padding: 1.25rem; } }
    .productView-col .collapse-section-header[aria-expanded='true'] svg {
      transform: rotate(90deg); }
    .productView-col .collapse-section-header h2 {
      margin: 0;
      font-size: 1rem; }
      @media (min-width: 1024px) {
        .productView-col .collapse-section-header h2 {
          font-size: 1.125rem; } }
    .productView-col .collapse-section-header span {
      margin-left: auto; }
      .productView-col .collapse-section-header span svg {
        width: 0.75rem;
        height: 0.75rem;
        transform: rotate(270deg); }
  .productView-col .collapse-section-content {
    padding: 0 0.75rem 0.75rem;
    font-size: 0.875rem; }
    @media (min-width: 1024px) {
      .productView-col .collapse-section-content {
        padding: 0 1.25rem 1.25rem; } }

.productView-1 {
  grid-area: ProductGrid1; }

.productView-2 {
  grid-area: ProductGrid2; }

.productView-2 .productView-available-in h4 {
  color: #222A47; }

.productView-2 .productView-available-in .slick-prev {
  left: -16px; }

.productView-2 .productView-available-in .slick-next {
  right: -16px; }

@media (max-width: 840px) {
  .productView-2 .productView-options-padding {
    padding-top: 150px !important; }
  .productView-2 .productView-available-in h4 {
    position: relative; }
  .productView-2 .productView-available-in .slick-arrow {
    display: none !important; } }

@media (max-width: 840px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 841px) {
  .hide-desktop {
    display: none; } }

.hide {
  display: none; }

.productView-2 .productView-options {
  background: white;
  padding: 0 1rem; }

.productView-2 .productView-2-share {
  background: white;
  padding: 16px 1rem; }
  .productView-2 .productView-2-share svg {
    min-width: 20px; }
  .productView-2 .productView-2-share button {
    margin-bottom: 0; }

@keyframes slideUp {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-350px); } }

@keyframes slideDown {
  from {
    transform: translateY(-350px); }
  to {
    transform: translateY(0); } }

.productView-mobileScroll-buttons {
  position: fixed;
  bottom: -350px;
  left: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 10px -6px 25px -5px rgba(23, 23, 23, 0.06);
  z-index: 9999; }
  @media (min-width: 500px) {
    .productView-mobileScroll-buttons {
      display: none; } }
  .productView-mobileScroll-buttons .top {
    padding: 20px 16px; }
  .productView-mobileScroll-buttons .bottom {
    background: var(--System-Background, #F4F5F7);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 45px; }
  .productView-mobileScroll-buttons .row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .productView-mobileScroll-buttons .productView-stock-levels {
    margin: 0; }
  .productView-mobileScroll-buttons .productView-cuts-wastage {
    margin: 16px 0 0; }
  .productView-mobileScroll-buttons .productView-add-to-cart-container {
    flex-direction: row;
    display: flex;
    width: 100%;
    gap: 0px;
    justify-content: space-between;
    margin: 0; }
    .productView-mobileScroll-buttons .productView-add-to-cart-container input, .productView-mobileScroll-buttons .productView-add-to-cart-container a, .productView-mobileScroll-buttons .productView-add-to-cart-container div {
      width: 50%; }
    .productView-mobileScroll-buttons .productView-add-to-cart-container .dropdown-menu {
      top: auto !important;
      bottom: 50px !important;
      margin: 0; }
    .productView-mobileScroll-buttons .productView-add-to-cart-container svg, .productView-mobileScroll-buttons .productView-add-to-cart-container i {
      display: none; }
    .productView-mobileScroll-buttons .productView-add-to-cart-container .dropdown-menu-button {
      display: flex;
      justify-content: center; }
    .productView-mobileScroll-buttons .productView-add-to-cart-container input, .productView-mobileScroll-buttons .productView-add-to-cart-container a {
      margin-right: 8px; }

.slideUp {
  animation: slideUp 1.5s cubic-bezier(0.32, 0.72, 0, 1) forwards; }

.slideDown {
  animation: slideDown 1.5s cubic-bezier(0.32, 0.72, 0, 1) forwards; }

.productView-3 {
  grid-area: ProductGrid3;
  padding: 0.3125rem 0.3125rem;
  background: #fff;
  order: 0;
  color: #222A47; }
  .productView-3 .form-select, .productView-3 .form-input, .productView-3 #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .productView-3 .R-Field__input, .productView-3 .form-quantity-label {
    color: #2A3559; }
  @media (min-width: 1024px) {
    .productView-3 {
      position: sticky;
      top: 3.125rem;
      padding: 1.25rem;
      order: unset; } }
  @media (max-width: 840px) {
    .productView-3 {
      padding-bottom: 0; } }

.productView-description {
  margin-top: 1.25rem !important; }
  .productView-description p {
    font-size: 0.875rem; }
    @media (min-width: 1024px) {
      .productView-description p {
        font-size: 1rem; } }
  .productView-description .product-questions {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0; }
    .productView-description .product-questions p {
      font-size: 0.875rem; }
      .productView-description .product-questions p strong {
        display: block; }
        @media (min-width: 551px) {
          .productView-description .product-questions p strong {
            display: unset;
            margin-right: 0.625rem; } }

.productView-specifications .specifications-table {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 0; }
  .productView-specifications .specifications-table dt {
    grid-column-start: 1;
    min-height: 40px; }
    .productView-specifications .specifications-table dt:nth-of-type(1n) {
      background: #f4f5f7; }
    .productView-specifications .specifications-table dt:nth-of-type(2n) {
      background: #eaebef; }
  .productView-specifications .specifications-table dd {
    text-align: left;
    min-height: 40px;
    grid-column-start: 2;
    margin-bottom: 0;
    padding-right: 1.25rem;
    font-weight: normal; }
    .productView-specifications .specifications-table dd:nth-of-type(1n) {
      background: #f4f5f7; }
    .productView-specifications .specifications-table dd:nth-of-type(2n) {
      background: #eaebef; }
  .productView-specifications .specifications-table dt,
  .productView-specifications .specifications-table dd {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    padding-left: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    font-size: 0.875rem;
    color: #29365a; }

.productView-suitability .product-suitability-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-left: 0;
  margin-bottom: 0; }
  .productView-suitability .product-suitability-list .icon {
    height: 2rem;
    width: 2rem;
    margin-right: 0.5rem;
    flex: 0 0 auto; }
  .productView-suitability .product-suitability-list li {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    border-radius: 6.25rem;
    background: #f4f5f7;
    padding: 0 0.625rem; }

.productView-delivery h3 {
  font-size: 1rem;
  margin-top: 2rem; }
  .productView-delivery h3:first-of-type {
    margin-top: 0; }

.productView-delivery p {
  font-size: 0.875rem; }

.productView-available-in {
  margin: 0 0 1.25rem;
  background: white;
  padding: 1.25rem 1rem; }
  @media (min-width: 1024px) {
    .productView-available-in {
      padding: 1.25rem; } }
  @media (max-width: 840px) {
    .productView-available-in {
      margin-bottom: 0;
      padding: 0 1rem 1.25rem; } }
  .productView-available-in h4 {
    margin: 0 0 1.25rem; }
  .productView-available-in .negative-margin-left {
    margin-left: -1.4375rem !important; }
  .productView-available-in .extra-padding {
    padding: 0 10px; }
  .productView-available-in .slick-track {
    margin: 0; }
    .productView-available-in .slick-track:before, .productView-available-in .slick-track:after {
      content: none; }
    @media (max-width: 840px) {
      .productView-available-in .slick-track {
        display: flex;
        justify-content: flex-start;
        width: 100vw !important;
        overflow: auto;
        margin-left: -1.125rem;
        /* Hide scrollbar for IE, Edge and Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        .productView-available-in .slick-track::-webkit-scrollbar {
          display: none; } }
  .productView-available-in .slick-slider {
    margin: 0; }
    @media (max-width: 840px) {
      .productView-available-in .slick-slider {
        margin-left: -16px;
        width: 100vw;
        padding: 0; } }
  .productView-available-in .slick-dots {
    bottom: 0;
    background-color: #fff; }
  .productView-available-in .related-products {
    text-align: center;
    text-decoration: none;
    color: #29365a;
    margin: 0 0.5rem; }
    @media (max-width: 840px) {
      .productView-available-in .related-products {
        min-width: 5.375rem;
        width: 5.375rem !important; }
        .productView-available-in .related-products:first-of-type {
          margin-left: 1rem; }
        .productView-available-in .related-products:last-of-type {
          padding-right: 1rem;
          box-sizing: content-box; } }
    .productView-available-in .related-products img {
      border-radius: 50%;
      width: 3.125rem;
      height: 3.125rem;
      display: block;
      margin: 0 auto 0.5rem; }
    .productView-available-in .related-products p {
      font-size: 0.875rem;
      margin: 0; }

.productView .productView-quantity__heading {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  font-family: Lato;
  color: #222A47; }
  @media (max-width: 365px) {
    .productView .productView-quantity__heading > strong {
      width: 99px; } }

.productView-label {
  font-size: 0.875rem;
  font-family: Lato;
  color: #222A47; }

.productView-calculator-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 1.25rem;
  color: #547ef2;
  font-family: Lato;
  font-size: 12px; }
  .productView-calculator-link .icon {
    width: 1.25rem;
    height: 1.25rem; }
    .productView-calculator-link .icon svg {
      fill: #547ef2; }

.productView-quantity__wrapper {
  display: flex;
  align-items: center;
  gap: 16px; }
  .productView-quantity__wrapper input {
    width: 100%;
    min-width: 48px;
    appearance: none;
    border: none; }

.productView-increment__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.875rem;
  min-width: 122px; }
  .productView-increment__wrapper:only-child {
    font-size: 0; }

.productView-increment__label-wrap {
  display: flex;
  align-items: center;
  background-color: #F4F5F7;
  border: 1px solid var(--Primary---Brand-100, #D4D7DE);
  border-radius: 4px;
  overflow: hidden; }
  @media (min-width: 840px) {
    .productView-increment__label-wrap {
      max-width: 227px; } }
  .productView-increment__label-wrap > div {
    border-right: 1px solid var(--Primary---Brand-100, #D4D7DE);
    height: 42px; }
    @media (min-width: 500px) {
      .productView-increment__label-wrap > div {
        height: 48px; } }
  .productView-increment__label-wrap label {
    border: none; }
    @media (max-width: 500px) {
      .productView-increment__label-wrap label {
        font-size: 14px !important; } }

.productView-increment {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  font-size: 1.25rem;
  line-height: calc(22 / 20); }
  .productView-increment button {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 48px;
    background: white;
    border: none;
    width: 42px; }
    @media (min-width: 500px) {
      .productView-increment button {
        height: 48px; } }
  .productView-increment input {
    height: 42px; }
    @media (max-width: 370px) {
      .productView-increment input {
        width: 42px;
        box-sizing: content-box;
        padding: 0 16px; } }
    @media (min-width: 500px) {
      .productView-increment input {
        height: 48px; } }
  @media (max-width: 370px) {
    .productView-increment .increment-qty {
      width: 30px;
      min-width: 30px;
      padding: 0 8px; } }

.productView-increment__quantity .productView-increment {
  grid-template-columns: repeat(3, auto); }

.productView-increment__price .strong {
  display: inline-flex;
  font-weight: 700; }

@media (min-width: 1024px) {
  .form-field--increments {
    margin-top: 1.25rem; } }

.productView-stock-levels {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
  font-size: 0.875rem; }
  .productView-stock-levels .icon {
    height: 1.375rem;
    width: 1.375rem;
    margin-right: 0.125rem; }
  .productView-stock-levels svg {
    fill: #398039; }

.productView-stock-item {
  display: grid;
  grid-template-columns: 1.375rem auto;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem; }

.productView-stock__in-stock {
  font-weight: bold;
  color: #398039; }

.productView-stock__warning {
  display: none;
  padding: 0.75rem;
  background-color: #FEF1EA; }
  .productView-stock__warning.show {
    display: grid; }
  .productView-stock__warning--copy {
    font-weight: bold;
    margin-bottom: 0.25rem; }
  .productView-stock__warning--secondary {
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 1rem; }

.productView-stock__blocked {
  grid-template-columns: 1.375rem auto 1fr;
  line-height: 1rem;
  color: #6A728B; }
  .productView-stock__blocked--copy {
    font-weight: bold; }
  .productView-stock__blocked--secondary {
    align-self: end;
    margin-bottom: 0;
    font-size: 0.75rem; }

.custom-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 78rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .custom-container {
      padding: 0 3rem; } }

.container-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 78rem;
  padding: 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .container-wide {
      padding: 1.5rem 3rem; } }

.container--wide {
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 1261px) {
    .container--wide {
      max-width: 81.25rem; } }
  .container--wide .breadcrumb-container {
    margin-left: 0 !important;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .container--wide .breadcrumb-container::-webkit-scrollbar {
      display: none; }

.page--tile-calculator .body .container {
  position: static; }

.tile-calculator-banner {
  padding: 4rem;
  text-align: center;
  border-radius: 0.5rem;
  background-color: grey;
  margin-bottom: 1rem;
  background-image: url("../img/tile-calculator-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .tile-calculator-banner h1 {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0; }

.tile-calculator-wrapper {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  margin: 0 -0.75rem; }
  .tile-calculator-wrapper > p {
    font-size: 1.25rem;
    font-family: "Nunito", Arial, Helvetica, sans-serif; }
  @media (min-width: 551px) {
    .tile-calculator-wrapper {
      padding: 2rem 1rem;
      margin: auto; } }
  @media (min-width: 1024px) {
    .tile-calculator-wrapper {
      padding: 4rem; } }

.tile-calculator-header {
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: calc(22 / 14);
  color: #29365a;
  background-color: #f4f5f7;
  border-color: #f4f5f7;
  border-radius: 0.25rem;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex: 1; }
  .tile-calculator-header .icon {
    height: 2rem;
    width: 2rem; }
    .tile-calculator-header .icon svg {
      fill: #29365a; }
  @media (min-width: 551px) {
    .tile-calculator-header {
      margin-left: 0;
      flex: 0 0 auto; } }
  @media (min-width: 1024px) {
    .tile-calculator-header {
      width: initial; } }

.tile-calculator-pdp {
  width: 100%; }
  .tile-calculator-pdp.display-none {
    display: none; }

.tile-calculator-section {
  background-color: #f4f5f7;
  margin: 0 -1.5rem;
  overflow: hidden;
  padding: 0.5rem 1rem 0;
  text-align: left;
  width: 100%;
  margin-inline: auto; }
  .tile-calculator-section:nth-of-type(2) {
    padding-top: 1rem; }
  .tile-calculator-section.tile-calculator-section--total {
    padding: 1rem; }
  .tile-calculator-section h2 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: calc(24 / 20);
    color: #29365a;
    margin-top: 0; }
  .tile-calculator-section .form-label {
    font-size: 0.875rem; }
  .tile-calculator-section .section-heading-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .tile-calculator-section .section-heading-container .chevron-down-container {
      cursor: pointer;
      margin-bottom: 0.9375rem; }
      .tile-calculator-section .section-heading-container .chevron-down-container svg {
        fill: #29365A; }
  .tile-calculator-section .measure-title {
    margin-bottom: 0.5rem; }
  @media (min-width: 551px) {
    .tile-calculator-section {
      margin: auto; } }

.tile-calculator-radio-group {
  display: flex;
  flex-direction: column; }
  .tile-calculator-radio-group:not(:last-child) {
    margin-bottom: 0.75rem; }
  .tile-calculator-radio-group p {
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0; }
  .tile-calculator-radio-group fieldset {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0 0;
    border: none; }
  .tile-calculator-radio-group .form-field {
    margin-bottom: 0;
    margin-right: 0.75rem;
    display: flex;
    cursor: pointer; }
    .tile-calculator-radio-group .form-field .form-label {
      margin: 0 0 0 0.3125rem; }
    .tile-calculator-radio-group .form-field input[type="radio"] {
      cursor: pointer; }
    .tile-calculator-radio-group .form-field:last-child {
      margin-right: 0; }
  @media (min-width: 1024px) {
    .tile-calculator-radio-group {
      flex-direction: row;
      align-items: center; } }

.tile-calculator-input-table {
  display: block; }
  .tile-calculator-input-table--display-none {
    display: none; }
  .tile-calculator-input-table .tile-calculator-input-table-row {
    display: flex;
    align-items: center;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 0.75rem; }
    @media (max-width: 475px) {
      .tile-calculator-input-table .tile-calculator-input-table-row {
        flex-wrap: wrap; } }
    .tile-calculator-input-table .tile-calculator-input-table-row:not(:last-child) {
      margin-bottom: 1.25rem; }
    .tile-calculator-input-table .tile-calculator-input-table-row .icon {
      margin: 1.5625rem 0 0 0.9375rem; }

.tile-calculator-input-table-cell {
  padding: 0;
  vertical-align: middle;
  padding: 0; }
  .tile-calculator-input-table-cell--label {
    flex: 0 0 100%; }
  .tile-calculator-input-table-cell--width {
    margin-left: 0.9375rem; }
  @media (max-width: 475px) {
    .tile-calculator-input-table-cell--total {
      width: 100%; } }
  .tile-calculator-input-table-cell--width {
    padding-right: 0; }
  .tile-calculator-input-table-cell--total {
    padding-left: 0;
    margin-left: auto; }
  .tile-calculator-input-table-cell .form-input, .tile-calculator-input-table-cell #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .tile-calculator-input-table-cell .R-Field__input {
    width: auto;
    max-width: 6rem;
    display: inline-block;
    font-weight: 400;
    height: 2.5rem; }
    @media (max-width: 350px) {
      .tile-calculator-input-table-cell .form-input, .tile-calculator-input-table-cell #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .tile-calculator-input-table-cell .R-Field__input {
        width: 4.0625rem; } }
    @media (max-width: 300px) {
      .tile-calculator-input-table-cell .form-input, .tile-calculator-input-table-cell #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .tile-calculator-input-table-cell .R-Field__input {
        width: 3.4375rem; } }
  .tile-calculator-input-table-cell .form-select {
    width: auto;
    font-weight: 400; }
  .tile-calculator-input-table-cell label {
    font-weight: 400;
    display: block; }
  .tile-calculator-input-table-cell .icon {
    margin-left: 0.75rem; }
    .tile-calculator-input-table-cell .icon svg {
      fill: #29365a; }

.tile-calculator-input-table-row-total {
  display: flex;
  align-items: center;
  margin-top: 1.5625rem; }
  @media (max-width: 475px) {
    .tile-calculator-input-table-row-total {
      margin-top: 0.75rem; } }
  .tile-calculator-input-table-row-total span {
    margin-left: 0; }

.faux-border {
  border-top: 1px solid #D4D7DE;
  width: calc(100% + 38px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0; }

.form-label--alternate {
  font-size: 1rem; }

.productView-quantity__wrapper .form-quantity-label {
  background-color: #F4F5F7; }

.tile-calculator-total {
  margin-left: 0.25rem;
  text-align: right; }
  @media (min-width: 875px) and (max-width: 950px) {
    .tile-calculator-total {
      max-width: 3.75rem; } }

.tile-calculator-input-add-new {
  font-size: 1rem;
  line-height: calc(20 / 14);
  color: #29365a;
  text-decoration: underline;
  padding: 0; }
  .tile-calculator-input-add-new:hover, .tile-calculator-input-add-new:focus {
    color: #3d5086; }
  .tile-calculator-input-add-new:active {
    color: #1d2640; }

.tile-calculator-input-table-row-name {
  display: block; }
  @media (min-width: 551px) {
    .tile-calculator-input-table-row-name {
      margin-top: 1.5rem; } }

.tile-calculator-remove-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto; }
  @media (max-width: 475px) {
    .tile-calculator-remove-container {
      margin-left: 0; } }
  .tile-calculator-remove-container .tile-calculator-remove-input {
    margin: 0 0;
    padding: 0 0;
    text-align: right; }
    @media (max-width: 475px) {
      .tile-calculator-remove-container .tile-calculator-remove-input {
        text-align: left; } }

.tile-calculator-product-lookup-dropdown-trigger {
  width: 100%; }

.tile-calculator-product-lookup-row {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap; }

.tile-calculator-product-lookup {
  flex: 0 0 100%;
  padding: 0 1rem; }
  .tile-calculator-product-lookup .form-field {
    position: relative;
    margin-bottom: 0; }
    .tile-calculator-product-lookup .form-field .form-input, .tile-calculator-product-lookup .form-field #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .tile-calculator-product-lookup .form-field .R-Field__input {
      padding-left: 3rem; }
    .tile-calculator-product-lookup .form-field button {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      height: 3rem;
      width: 3rem; }
      .tile-calculator-product-lookup .form-field button:hover .icon, .tile-calculator-product-lookup .form-field button:focus .icon {
        opacity: 0.7; }
    .tile-calculator-product-lookup .form-field .icon {
      opacity: 0.5; }
  .tile-calculator-product-lookup form {
    margin-bottom: -0.75rem; }
  .tile-calculator-product-lookup + .tile-calculator-product-lookup {
    margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .tile-calculator-product-lookup {
      flex: 0 0 50%; }
      .tile-calculator-product-lookup + .tile-calculator-product-lookup {
        margin-top: 0; } }
  .tile-calculator-product-lookup [data-radix-popper-content-wrapper] {
    z-index: 100;
    margin-top: 0.25rem; }

.tile-calculator-area-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0; }
  .tile-calculator-area-container hr {
    border: 1px solid #D4D7DE; }
  .tile-calculator-area-container button {
    color: #29365A;
    font-size: 0.875rem; }
  .tile-calculator-area-container--display-none {
    display: none; }
  .tile-calculator-area-container .tile-calculator-section-footer {
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-weight: 700; }

.tile-calculator-section-footer {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  margin-bottom: 0.17188rem; }

.tile-calculator-product-lookup-dropdown {
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #d4d7de;
  z-index: 100;
  max-height: 12.5rem;
  overflow: auto; }
  .tile-calculator-product-lookup-dropdown [data-radix-collection-item]:not(:last-child) {
    border-bottom: 1px solid #d4d7de; }

.tile-calculator-product-lookup-selected-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem 0; }
  .tile-calculator-product-lookup-selected-item img {
    object-fit: contain;
    object-position: center; }
  .tile-calculator-product-lookup-selected-item form {
    flex: 0 0 100%;
    margin-top: 1rem; }
  .tile-calculator-product-lookup-selected-item .button--primary {
    width: 100%; }

.tile-calculator-product-lookup-dropdown-item {
  display: flex;
  padding: 1rem;
  cursor: pointer; }
  [data-radix-collection-item]:focus .tile-calculator-product-lookup-dropdown-item {
    background-color: #f6f9fe; }
  .tile-calculator-product-lookup-dropdown-item:hover, .tile-calculator-product-lookup-dropdown-item:focus {
    background-color: #f6f9fe; }
  .tile-calculator-product-lookup-dropdown-item img {
    object-fit: contain;
    object-position: center; }

.tile-calculator-product-lookup-dropdown-item-image-wrapper {
  height: 5rem;
  width: 5rem;
  margin-right: 1rem;
  overflow: hidden; }

.tile-calculator-product-lookup-dropdown-item-description h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700; }

.tile-calculator-product-lookup-dropdown-item-description p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }

.tile-calculator-product-lookup-dropdown-item-description .card-text--price {
  font-size: 1rem;
  font-weight: 700; }

.tile-calculator-product-lookup-no-results {
  display: block;
  font-size: 0.875rem;
  padding-top: 0.125rem;
  padding-left: 0.5rem; }

.tile-calculator-remove-input {
  font-size: 0.75rem;
  text-decoration: underline;
  margin-bottom: 0.125rem;
  margin-left: 0.5rem;
  cursor: pointer; }
  .tile-calculator-remove-input:disabled {
    display: none; }

.need-title {
  margin: 0 0 0.3125rem 0; }

.total-bold {
  font-weight: 700; }

.button:hover .dropdown-icon svg, .facetLabel:hover .dropdown-icon svg {
  fill: var(--button-color, #545e7b); }

.multiplyIcon svg {
  fill: #29365A; }

.flip-180 {
  transform: rotate(180deg) !important; }

.productGrid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -1.5rem 1.5rem -1.5rem; }
  @media (min-width: 1024px) {
    .productGrid {
      margin: 0 -0.75rem 1.5rem -0.75rem; } }
  .productGrid::before, .productGrid::after {
    display: none; }
  .page-sidebar + .page-content .productGrid .product {
    flex: 0 0 100%; }
    @media (min-width: 551px) {
      .page-sidebar + .page-content .productGrid .product {
        flex: 0 0 calc(100% / 2); } }
    @media (min-width: 551px) {
      .page-sidebar + .page-content .productGrid .product {
        flex: 0 0 calc(100% / 3); } }
  .productGrid .product {
    margin-bottom: 3rem;
    padding: 0;
    overflow: visible; }
    @media (min-width: 1024px) {
      .productGrid .product {
        padding: 0.75rem; } }
    .productGrid .product .card {
      height: 100%; }

.blue-light-discount-banner img {
  object-fit: cover; }

.blue-light-discount-wrapper {
  background-color: #fff;
  margin: 1rem auto; }
  .blue-light-discount-wrapper .blue-light-discount-content {
    margin: 0 auto;
    max-width: 100%;
    padding: 16px;
    border-radius: 0.5rem; }
    @media (min-width: 551px) {
      .blue-light-discount-wrapper .blue-light-discount-content {
        max-width: 600px;
        padding: 4rem 0 0; } }
    .blue-light-discount-wrapper .blue-light-discount-content h1 {
      font-size: 1.8125rem;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 1.5rem; }
      @media (min-width: 1024px) {
        .blue-light-discount-wrapper .blue-light-discount-content h1 {
          font-size: 2.5rem; } }
    .blue-light-discount-wrapper .blue-light-discount-content p:first-of-type {
      font-size: 20px;
      font-family: "Nunito", Arial, Helvetica, sans-serif; }
    .blue-light-discount-wrapper .blue-light-discount-content p:last-child {
      margin-bottom: 0; }
  .blue-light-discount-wrapper .t-and-c {
    margin-top: 24px;
    padding-bottom: 64px;
    text-align: center;
    font-size: 0.875rem; }
  .blue-light-discount-wrapper form {
    margin: 0; }
  .blue-light-discount-wrapper .form-field {
    margin-bottom: 0; }
  .blue-light-discount-wrapper [type="file"] {
    display: none; }
  .blue-light-discount-wrapper [data-file-selected] {
    margin-top: 0.5rem;
    font-size: 14px;
    display: block; }
  .blue-light-discount-wrapper [data-file-upload-error] {
    display: none;
    color: #d14343; }

.blue-light-discount-signin {
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  background-color: #F6F9FE;
  padding: 32px; }
  @media (min-width: 1024px) {
    .blue-light-discount-signin {
      margin-top: 2.5rem; } }
  .blue-light-discount-signin p {
    margin: 0;
    font-weight: bold; }
    .blue-light-discount-signin p:first-child {
      font-size: 1.25rem;
      font-family: "Nunito", Arial, Helvetica, sans-serif; }
  .blue-light-discount-signin .need-account--text {
    margin-top: 32px; }
  .blue-light-discount-signin .button, .blue-light-discount-signin .facetLabel {
    margin: 32px auto 0;
    width: 100%; }
    @media (min-width: 551px) {
      .blue-light-discount-signin .button, .blue-light-discount-signin .facetLabel {
        width: auto;
        max-width: 160px; } }
  .blue-light-discount-signin input[type='file'] {
    color: rgba(0, 0, 0, 0); }
  .blue-light-discount-signin .no-file-chosen {
    font-weight: 400;
    font-size: 0.875rem; }
  .blue-light-discount-signin .need-account--text {
    font-family: "Nunito", Arial, Helvetica, sans-serif; }

@media (min-width: 1261px) {
  .categories-carousel {
    margin: 24px auto !important; } }

.banner--advice {
  background: #ffffff; }
  @media (min-width: 1261px) {
    .banner--advice .banner-wrapper {
      max-width: 76rem;
      margin: 0 auto; } }

@media (min-width: 1261px) {
  .content-section-wrapper:not(.content-section-wrapper--full-width),
  .categories-carousel {
    max-width: 76rem;
    margin: 0 auto; } }

.reviewsio-homepage-wrapper {
  padding: 0.9375rem 0.625rem;
  background: #eef2fe; }
  .reviewsio-homepage-wrapper .RatingBarWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--100,
  .reviewsio-homepage-wrapper .RatingBarWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, #000000 99.9%, #2a3559 100%); }
  .reviewsio-homepage-wrapper .RatingBarWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, #000000 50%, var(--common-star-disabled-color) 50.1%); }
  .reviewsio-homepage-wrapper .RatingBarWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--25 {
    background-image: linear-gradient(to right, #000000 38%, var(--common-star-disabled-color) 38.1%); }
  .reviewsio-homepage-wrapper .RatingBarWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--75 {
    background-image: linear-gradient(to right, #000000 60%, var(--common-star-disabled-color) 60.1%); }

@media (max-width: 551px) {
  .layout-checkout .layout-main {
    padding-left: 0;
    padding-right: 0; } }

.layout {
  padding: 0 0 7.5rem 0;
  max-width: 75rem; }
  @media (min-width: 1024px) {
    .layout {
      padding: 0 1.5rem 7.5rem 1.5rem; } }

@media (min-width: 1261px) {
  .layout-main {
    padding-right: 0;
    width: 60%; } }

@media (min-width: 1261px) {
  .layout-cart {
    width: 40%; } }

.button, .facetLabel {
  color: var(--button-color, #545e7b);
  background-color: var(--button-background-color, white);
  border: 1px solid var(--button-border-color, #545e7b);
  border-radius: var(--button-border-radius, 100px);
  font-size: 1rem;
  font-weight: var(--button-font-weight, 400);
  text-transform: var(--button-text-transform, none);
  line-height: calc(22 / 16);
  padding: 1rem 2rem; }
  .button .icon, .facetLabel .icon {
    transform: translateY(-1px); }
  .button svg, .facetLabel svg {
    fill: var(--button-color, #545e7b); }
  .button:hover, .facetLabel:hover, .button:focus, .facetLabel:focus {
    color: var(--button-hover-color, white);
    background-color: var(--button-hover-background-color, #545e7b);
    border: 1px solid var(--button-hover-border-color, #545e7b); }
    .button:hover svg, .facetLabel:hover svg, .button:focus svg, .facetLabel:focus svg {
      fill: var(--button-hover-color, white); }
  .button:active, .facetLabel:active {
    color: var(--button-active-color, white);
    background-color: var(--button-active-background-color, #192036);
    border: 1px solid var(--button-active-border-color, #192036); }
    .button:active svg, .facetLabel:active svg {
      fill: var(--button-active-color, white); }

.button--primary {
  --button-color: stencilColor('button--primary-color');
  --button-background-color: stencilColor('button--primary-backgroundColor');
  --button-border-color: stencilColor('button--primary-borderColor');
  --button-border-radius: stencilNumber('button--primary-borderRadius', 'px');
  --button-font-weight: stencilString('button--primary-fontWeight');
  --button-text-transform: stencilString('button--primary-textTransform');
  --button-hover-color: stencilColor('button--primary-colorHover');
  --button-hover-background-color: stencilColor('button--primary-backgroundColorHover');
  --button-hover-border-color: stencilColor('button--primary-borderColorHover');
  --button-active-color: stencilColor('button--primary-colorActive');
  --button-active-background-color: stencilColor('button--primary-backgroundColorActive');
  --button-active-border-color: stencilColor('button--primary-borderColorActive');
  color: white;
  background-color: #547ef2;
  border-color: #547ef2;
  border-radius: 100px;
  font-weight: 700;
  text-transform: none; }
  .button--primary:hover {
    color: white;
    background-color: #7698f5;
    border-color: #7698f5; }
  .button--primary:active {
    color: white;
    background-color: #4365c2;
    border-color: #4365c2; }
  .button--primary-outline {
    --button-color: stencilColor('button--primary-backgroundColor');
    --button-background-color: stencilColor('button--primary-color');
    color: #547ef2;
    background-color: white; }

.button--secondary {
  --button-color: stencilColor('button--secondary-color');
  --button-background-color: stencilColor('button--secondary-backgroundColor');
  --button-border-color: stencilColor('button--secondary-borderColor');
  --button-border-radius: stencilNumber('button--secondary-borderRadius', 'px');
  --button-font-weight: stencilString('button--secondary-fontWeight');
  --button-text-transform: stencilString('button--secondary-textTransform');
  --button-hover-color: stencilColor('button--secondary-colorHover');
  --button-hover-background-color: stencilColor('button--secondary-backgroundColorHover');
  --button-hover-border-color: stencilColor('button--secondary-borderColorHover');
  --button-active-color: stencilColor('button--secondary-colorActive');
  --button-active-background-color: stencilColor('button--secondary-backgroundColorActive');
  --button-active-border-color: stencilColor('button--secondary-borderColorActive');
  color: white;
  background-color: #29365a;
  border-color: #29365a;
  border-radius: 100px;
  font-weight: 700;
  text-transform: none; }
  .button--secondary:hover {
    color: white;
    background-color: #545e7b;
    border-color: #545e7b; }
  .button--secondary:active {
    color: white;
    background-color: #192036;
    border-color: #192036; }
  .button--secondary-outline {
    --button-color: stencilColor('button--secondary-backgroundColor');
    --button-background-color: stencilColor('button--secondary-color');
    color: #29365a;
    background-color: white; }

.button--tertiary, .facetLabel {
  font-size: 0.75rem;
  line-height: calc(18 / 12);
  padding: 0.125rem 0.75rem;
  --button-border-radius: 100px;
  --button-font-weight: 400;
  --buton-text-transform: none;
  --button-color: #29365a;
  --button-background-color: #ffffff;
  --button-border-color: #d4d7de;
  --button-hover-color: #29365a;
  --button-hover-background-color: #d4d7de;
  --button-hover-border-color: #d4d7de;
  --button-active-color: #ffffff;
  --button-active-background-color: #29365a;
  --button-active-border-color: #29365a;
  border-radius: 100px;
  font-weight: 400;
  text-transform: none;
  color: #29365a;
  background-color: #ffffff;
  border-color: #d4d7de; }
  .button--tertiary:hover, .facetLabel:hover {
    color: #29365a;
    background-color: #d4d7de;
    border-color: #d4d7de; }
  .button--tertiary:active, .facetLabel:active {
    color: #ffffff;
    background-color: #29365a;
    border-color: #29365a; }
  .button--tertiary-blue {
    --button-color: #29365a;
    --button-background-color: #98b2f7;
    --button-border-color: #98b2f7;
    --button-hover-color: #29365a;
    --button-hover-background-color: #adc1f9;
    --button-hover-border: #adc1f9;
    --button-active-color: #29365a;
    --button-active-background-color: #7a8ec6;
    --button-active-border: #7a8ec6;
    color: #29365a;
    background-color: #98b2f7;
    border-color: #98b2f7; }
    .button--tertiary-blue:hover {
      color: #29365a;
      background-color: #adc1f9;
      border-color: #adc1f9; }
    .button--tertiary-blue:active {
      color: #29365a;
      background-color: #7a8ec6;
      border-color: #7a8ec6; }
  .button--tertiary-grey {
    --button-color: #29365a;
    --button-background-color: #f4f5f7;
    --button-border-color: #f4f5f7;
    --button-hover-color: #29365a;
    --button-hover-background-color: #f6f7f9;
    --button-hover-border: #f6f7f9;
    --button-active-color: #29365a;
    --button-active-background-color: #c3c4c6;
    --button-active-border: #c3c4c6;
    color: #29365a;
    background-color: #f4f5f7;
    border-color: #f4f5f7; }
    .button--tertiary-grey:hover {
      color: #29365a;
      background-color: #f6f7f9;
      border-color: #f6f7f9; }
    .button--tertiary-grey:active {
      color: #29365a;
      background-color: #c3c4c6;
      border-color: #c3c4c6; }
  .button--tertiary-teal {
    --button-color: #29365a;
    --button-background-color: #a4dfda;
    --button-border-color: #a4dfda;
    --button-hover-color: #29365a;
    --button-hover-background-color: #b6e5e1;
    --button-hover-border: #b6e5e1;
    --button-active-color: #29365a;
    --button-active-background-color: #83b2ae;
    --button-active-border: #83b2ae;
    color: #29365a;
    background-color: #a4dfda;
    border-color: #a4dfda; }
    .button--tertiary-teal:hover {
      color: #29365a;
      background-color: #b6e5e1;
      border-color: #b6e5e1; }
    .button--tertiary-teal:active {
      color: #29365a;
      background-color: #83b2ae;
      border-color: #83b2ae; }
  .button--tertiary-red {
    --button-color: #29365a;
    --button-background-color: #ffa8a8;
    --button-border-color: #ffa8a8;
    --button-hover-color: #29365a;
    --button-hover-background-color: #ffb9b9;
    --button-hover-border: #ffb9b9;
    --button-active-color: #29365a;
    --button-active-background-color: #cc8686;
    --button-active-border: #cc8686;
    color: #29365a;
    background-color: #ffa8a8;
    border-color: #ffa8a8; }
    .button--tertiary-red:hover {
      color: #29365a;
      background-color: #ffb9b9;
      border-color: #ffb9b9; }
    .button--tertiary-red:active {
      color: #29365a;
      background-color: #cc8686;
      border-color: #cc8686; }

.button--heroCarousel {
  color: #29365a;
  background-color: white;
  border-color: white;
  border-radius: 100px;
  text-transform: none; }
  .button--heroCarousel:hover {
    color: white;
    background-color: #547ef2;
    border-color: #547ef2; }
  .button--heroCarousel:active {
    color: white;
    background-color: #4365c2;
    border-color: #4365c2; }
  .button--heroCarousel-outline {
    color: white;
    background-color: #29365a; }

.button-remove {
  font-size: 12px;
  font-weight: 400;
  color: #29365a;
  display: flex;
  align-items: center; }
  .button-remove svg {
    margin-right: 0.25rem; }
  .button-remove:hover {
    color: #545e7b; }
    .button-remove:hover svg {
      fill: #FF8989; }

.form-prefixPostfix .button, .form-prefixPostfix .facetLabel {
  line-height: 1rem; }

.form-input, #ReviewsWidget .R-Field .R-Field__input,
.form-select {
  transition: border-color 100ms ease-out, box-shadow 100ms ease-out; }
  .form-input:hover, #ReviewsWidget .R-Field .R-Field__input:hover, .form-input:active, #ReviewsWidget .R-Field .R-Field__input:active,
  .form-select:hover,
  .form-select:active {
    z-index: 1;
    box-shadow: 0 0 0 1px #d4d7de; }
  .form-input:focus, #ReviewsWidget .R-Field .R-Field__input:focus,
  .form-select:focus {
    z-index: 1;
    box-shadow: 0 0 0 1px #547ef2; }

.form-field--error .form-input:hover, .form-field--error #ReviewsWidget .R-Field .R-Field__input:hover, #ReviewsWidget .R-Field .form-field--error .R-Field__input:hover, .form-field--error .form-input:focus, .form-field--error #ReviewsWidget .R-Field .R-Field__input:focus, #ReviewsWidget .R-Field .form-field--error .R-Field__input:focus, .form-field--error .form-input:active, .form-field--error #ReviewsWidget .R-Field .R-Field__input:active, #ReviewsWidget .R-Field .form-field--error .R-Field__input:active,
.form-field--error .form-select:hover,
.form-field--error .form-select:focus,
.form-field--error .form-select:active {
  box-shadow: 0 0 0 1px #cc4749; }

.form-field--success .form-input:hover, .form-field--success #ReviewsWidget .R-Field .R-Field__input:hover, #ReviewsWidget .R-Field .form-field--success .R-Field__input:hover, .form-field--success .form-input:focus, .form-field--success #ReviewsWidget .R-Field .R-Field__input:focus, #ReviewsWidget .R-Field .form-field--success .R-Field__input:focus, .form-field--success .form-input:active, .form-field--success #ReviewsWidget .R-Field .R-Field__input:active, #ReviewsWidget .R-Field .form-field--success .R-Field__input:active,
.form-field--success .form-select:hover,
.form-field--success .form-select:focus,
.form-field--success .form-select:active {
  box-shadow: 0 0 0 1px #008a06; }

.form-checkbox + .form-label::before {
  height: 1.5rem;
  width: 1.5rem; }

.form-checkbox + .form-label::after {
  left: 0.3125rem;
  top: 0.25rem;
  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(255, 255, 255, 1)' /%3E%3C/svg%3E"); }

.form-checkbox:checked + .form-label::before {
  background-color: #547ef2;
  border-color: #547ef2; }

.form-switch {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-switch + .form-label {
    position: relative;
    display: inline-block;
    padding-right: 3rem; }
    .form-switch + .form-label::before {
      content: '';
      display: block;
      width: 2.5rem;
      height: 1.5rem;
      border-radius: 0.75rem;
      background-color: #c3c4c6;
      z-index: 0;
      position: absolute;
      top: 0;
      right: 0;
      transition: background-color 150ms ease-out; }
    .form-switch + .form-label::after {
      content: '';
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      border-radius: 0.625rem;
      background-color: #ffffff;
      z-index: 1;
      position: absolute;
      top: 0.125rem;
      right: 0.125rem;
      transform: translateX(-16px);
      transition: transform 150ms ease-out, box-shadow 150ms ease-out; }
    .form-switch + .form-label:focus::after, .form-switch + .form-label:active::after {
      box-shadow: 0 0 0 0.25rem rgba(195, 196, 198, 0.5); }
  .form-switch:checked + .form-label::before {
    background-color: #67cac1; }
  .form-switch:checked + .form-label::after {
    transform: translateX(0); }
  .form-switch:checked:focus::after, .form-switch:checked:active::after {
    box-shadow: 0 0 0 0.25rem rgba(103, 202, 193, 0.5); }
  .form-switch:focus + .form-label::after, .form-switch:active + .form-label::after {
    box-shadow: 0 0 0 0.25rem rgba(195, 196, 198, 0.5); }
  .form-switch:focus:checked + .form-label::after, .form-switch:active:checked + .form-label::after {
    box-shadow: 0 0 0 0.25rem rgba(103, 202, 193, 0.5); }

.form-quantity {
  display: inline-flex; }
  .form-quantity .form-input, .form-quantity #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-quantity .R-Field__input {
    padding: 0.75rem 0.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: calc(20 / 14);
    text-align: left;
    border: 1px solid #d4d7de;
    border-radius: 0.25rem 0 0 0.25rem;
    width: auto;
    max-width: 176px;
    font-variant-numeric: tabular-nums; }
    @media (max-width: 1100px) {
      .form-quantity .form-input, .form-quantity #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-quantity .R-Field__input {
        max-width: 93px; } }
  .form-quantity + .form-quantity {
    margin-left: 1rem; }
  .form-quantity input::-webkit-outer-spin-button,
  .form-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-quantity input[type='number'] {
    -moz-appearance: textfield; }

.form-quantity-label {
  display: block;
  padding: 0.75rem;
  font-size: 1.25rem;
  line-height: calc(22 / 20);
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #f4f5f7;
  border: 1px solid var(--Primary---Brand-100, #d4d7de);
  border-width: 1px 1px 1px 0; }

.form-radio-rectangle + .form-label {
  line-height: 1; }

.form-radio-rectangle:checked + .form-label {
  font-weight: 700;
  z-index: 1; }

.form-minMaxRow {
  display: flex;
  flex-wrap: wrap; }
  .form-minMaxRow::before, .form-minMaxRow::after {
    display: none; }
  .form-minMaxRow .form-field {
    flex: 0 0 50%; }
  .form-minMaxRow .form-field:last-child {
    flex: 0 0 100%;
    margin-top: 1rem; }
  .form-minMaxRow .form-input, .form-minMaxRow #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-minMaxRow .R-Field__input {
    border-radius: 0; }

.dropdown-menu-button.button.is-open, .dropdown-menu-button.is-open.facetLabel {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px; }

.dropdown-menu-button.button--primary.is-open {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px; }

.dropdown-menu-button.button--secondary.is-open {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px; }

.dropdown-menu-button .icon {
  height: 1.25rem;
  width: 1.25rem; }

.dropdown-menu {
  margin-top: 0.25rem;
  max-height: 100dvh; }
  .dropdown-menu .button, .dropdown-menu .facetLabel {
    --button-hover-color: $dark-blue;
    --button-active-color: $dark-blue;
    border-color: #d4d7de; }
    .dropdown-menu .button:not(:disabled):hover, .dropdown-menu .facetLabel:not(:disabled):hover {
      text-decoration: underline; }
    .dropdown-menu .button:disabled, .dropdown-menu .facetLabel:disabled {
      color: rgba(41, 54, 90, 0.5); }
  .dropdown-menu li:first-child .button, .dropdown-menu li:first-child .facetLabel {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; }
  .dropdown-menu li:not(:last-child) .button, .dropdown-menu li:not(:last-child) .facetLabel {
    border-top: 1px solid #d4d7de; }
  .dropdown-menu li:last-child .button, .dropdown-menu li:last-child .facetLabel {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }

#wishlist-dropdown.is-open li:not(:last-child) .button, .is-open.order-sample-dropdown li:not(:last-child) .button, #wishlist-dropdown.is-open li:not(:last-child) .facetLabel, .is-open.order-sample-dropdown li:not(:last-child) .facetLabel {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top: 1px solid #d4d7de; }

#wishlist-dropdown.is-open [data-wishlist], .is-open.order-sample-dropdown [data-wishlist] {
  border-top: 1px solid #d4d7de; }

.order-sample-dropdown button {
  color: #29365a;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .order-sample-dropdown button:hover, .order-sample-dropdown button:active, .order-sample-dropdown button:focus {
    background-color: white;
    border-width: 1px; }

@media (max-width: 840px) {
  .pdp-desktop-sample {
    display: none !important; } }

.background-sample-pdp {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  min-height: 100vh !important;
  min-width: 100vw !important;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99998; }
  .background-sample-pdp[aria-hidden='true'] {
    display: none; }
  @media (min-width: 841px) {
    .background-sample-pdp {
      display: none; } }

@keyframes slideUpDraw {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-400px); } }

@keyframes slideDownDraw {
  from {
    transform: translateY(-400px); }
  to {
    transform: translateY(0); } }

.drawOpen {
  animation: slideUpDraw 0.7s cubic-bezier(0.32, 0.72, 0, 1) forwards; }

.drawClosed {
  animation: slideDownDraw 0.7s cubic-bezier(0.32, 0.72, 0, 1) forwards; }

.sample-pdp-drawer {
  position: fixed !important;
  left: 0;
  bottom: -400px;
  height: fit-content !important;
  top: auto !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 99999 !important; }
  @media (min-width: 841px) {
    .sample-pdp-drawer {
      display: none; } }
  .sample-pdp-drawer[aria-hidden='true'] {
    display: none; }
  .sample-pdp-drawer div {
    width: 100% !important; }
  .sample-pdp-drawer .top {
    background: #F4F5F7;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .sample-pdp-drawer .top p {
      color: var(--Primary---Brand-Base, #2A3559);
      font-family: Nunito;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
      margin: 0; }
    .sample-pdp-drawer .top svg {
      width: 16px; }
  .sample-pdp-drawer .body {
    background: white;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .sample-pdp-drawer .body p {
      margin: 0;
      color: var(--System-Text-System-Dark, #222A47);
      font-family: Lato;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; }
    .sample-pdp-drawer .body div {
      display: flex;
      align-items: center;
      gap: 12px; }
      .sample-pdp-drawer .body div p {
        color: var(--Primary---Brand-Base, #2A3559);
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: 0; }
      .sample-pdp-drawer .body div img {
        width: 41px;
        height: 41px; }
  .sample-pdp-drawer .bottom {
    background: #F4F5F7;
    padding: 12px 12px 35px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .sample-pdp-drawer .bottom button {
      border-radius: var(--Rounded, 100px);
      width: 100%;
      height: 36px;
      color: var(--System-Text-System-Light, #FFF);
      font-family: Lato;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0.28px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px; }
    .sample-pdp-drawer .bottom p {
      margin: 0; }
    .sample-pdp-drawer .bottom .blue {
      background: var(--Secondary---Brand-Blue-Base, #547EF2); }
      .sample-pdp-drawer .bottom .blue svg {
        width: 12px;
        fill: white; }
    .sample-pdp-drawer .bottom .white {
      border-radius: var(--Rounded, 100px);
      border: 1px solid var(--Primary---Brand-Base, #2A3559);
      background: var(--System-Basic-White, #FFF);
      color: var(--System-Text-Brand---Primary, #2A3559); }
      .sample-pdp-drawer .bottom .white svg {
        width: 12px;
        fill: #2A3559; }
    .sample-pdp-drawer .bottom .viewSamplesBottomLine p {
      cursor: pointer;
      text-align: center;
      color: var(--Primary---Brand-Base, #2A3559);
      font-family: Lato;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      /* 142.857% */
      letter-spacing: 0.28px; }

#order-cut-sample, #order-cut-sample {
  font-family: "Nunito"; }

.modal {
  border-radius: 0.5rem;
  z-index: 9999994; }

.modal-header {
  border-bottom: 0;
  padding: 2rem; }

.modal-close {
  top: 2rem;
  right: 1.5rem; }

.modal-header-title {
  text-align: left;
  width: 80%; }

.modal-body {
  padding: 0 2rem 2rem 2rem; }

.accordion-title {
  font-size: 1.25rem;
  line-height: calc(24 / 20); }

.accordion-navigation.toggleLink .icon {
  height: 1.25rem;
  width: 1.25rem;
  transform: rotate(90deg); }

.accordion-navigation.toggleLink.is-open .icon {
  transform: rotate(-90deg); }

.accordion-navigation.toggleLink span.button, .accordion-navigation.toggleLink span.facetLabel {
  margin-bottom: 0;
  margin-right: 0.5rem; }

.pagination-list .pagination-item {
  border-radius: 50%;
  border: none;
  background-color: #ffffff; }
  .pagination-list .pagination-item.pagination-item--current, .pagination-list .pagination-item:hover, .pagination-list .pagination-item:focus {
    border: none;
    border-radius: 50%;
    background-color: #98b2f7;
    color: #29365a; }
    .pagination-list .pagination-item.pagination-item--current svg, .pagination-list .pagination-item:hover svg, .pagination-list .pagination-item:focus svg {
      fill: #29365a; }
  .pagination-list .pagination-item:active:not(.pagination-item--current) {
    background-color: #29365a;
    color: #ffffff; }
    .pagination-list .pagination-item:active:not(.pagination-item--current) svg {
      fill: #ffffff; }
  .pagination-list .pagination-item .pagination-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    height: 2.75rem;
    width: 2.75rem; }
    .pagination-list .pagination-item .pagination-link svg {
      fill: #29365a; }

.pagination-item.pagination-item--previous.disabled,
.pagination-item.pagination-item--next.disabled {
  pointer-events: none;
  opacity: 0.9;
  color: #545e7b; }
  .pagination-item.pagination-item--previous.disabled svg,
  .pagination-item.pagination-item--next.disabled svg {
    fill: #545e7b; }

.pagination-item.pagination-item--previous .icon,
.pagination-item.pagination-item--next .icon {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0; }

.pagination-item.pagination-item--previous > .pagination-link:hover, .pagination-item.pagination-item--previous > .pagination-link:focus,
.pagination-item.pagination-item--next > .pagination-link:hover,
.pagination-item.pagination-item--next > .pagination-link:focus {
  color: #29365a; }
  .pagination-item.pagination-item--previous > .pagination-link:hover .icon > svg, .pagination-item.pagination-item--previous > .pagination-link:focus .icon > svg,
  .pagination-item.pagination-item--next > .pagination-link:hover .icon > svg,
  .pagination-item.pagination-item--next > .pagination-link:focus .icon > svg {
    fill: #29365a; }

.pagination-item.pagination-item--previous > .pagination-link:active,
.pagination-item.pagination-item--next > .pagination-link:active {
  color: #ffffff; }
  .pagination-item.pagination-item--previous > .pagination-link:active .icon > svg,
  .pagination-item.pagination-item--next > .pagination-link:active .icon > svg {
    fill: #ffffff; }

.pagination-list {
  display: flex;
  align-items: center;
  margin-bottom: 6rem; }
  .pagination-list .pagination-item.pagination-item--previous {
    margin-right: auto; }
  .pagination-list .pagination-item.pagination-item--next {
    margin-left: auto; }

.pagination-list .pagination-item--spacer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 0;
  padding-bottom: 0.5rem;
  height: 2.75rem;
  width: 2.75rem; }

.alertBox--info {
  background-color: #98b2f7;
  border: 1px solid #547ef2;
  border-radius: 0.25rem;
  color: #29365a;
  text-align: center;
  margin-bottom: 1rem; }
  .alertBox--info a {
    color: #29365a; }

.alertBox-column,
.alertBox-message {
  display: block;
  text-align: center; }

.navPages {
  position: relative;
  margin-bottom: 0px !important; }
  @media (min-width: 1024px) {
    .navPages {
      position: static;
      text-align: left; } }
  @media (min-width: 841px) {
    .navPages-list {
      display: flex;
      align-items: center; } }

.navPages-container {
  padding-bottom: 3rem; }
  @media (min-width: 1024px) {
    .navPages-container .navPagesFlex, .navPages-container .header-container--condensed .navPages, .header-container--condensed .navPages-container .navPages {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 4rem; }
      .navPages-container .navPagesFlex .navPages-list, .navPages-container .header-container--condensed .navPages .navPages-list, .header-container--condensed .navPages-container .navPages .navPages-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        .navPages-container .navPagesFlex .navPages-list .navPages-item, .navPages-container .header-container--condensed .navPages .navPages-list .navPages-item, .header-container--condensed .navPages-container .navPages .navPages-list .navPages-item {
          padding: 0.75rem 0.625rem; } }
      @media (min-width: 1024px) and (max-width: 1175px) {
        .navPages-container .navPagesFlex .navPages-list .navPages-item, .navPages-container .header-container--condensed .navPages .navPages-list .navPages-item, .header-container--condensed .navPages-container .navPages .navPages-list .navPages-item {
          padding: 0.75rem 0.3125rem; } }
  .navPages-container.is-open {
    padding-top: 0;
    z-index: 50; }
  @media (min-width: 1024px) {
    .navPages-container {
      right: auto;
      padding-bottom: 0; }
      .navPages-container.is-open {
        z-index: 0; } }

.navPages-item {
  margin: 0 -1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid #eaebef; }
  @media (min-width: 1024px) {
    .navPages-item {
      margin: 0;
      border-bottom: none; }
      .navPages .navPages-list > .navPages-item {
        padding: 0.75rem 1rem; } }
    @media (min-width: 1024px) and (max-width: 1175px) {
      .navPages .navPages-list > .navPages-item {
        padding: 0.75rem 0.625rem; } }
  @media (min-width: 1024px) {
      .navPages-item .navPage-subMenu.is-open {
        height: 300px;
        overflow-y: auto; } }
    @media (min-width: 1024px) and (min-width: 930px) {
      .navPages-item .navPage-subMenu.is-open {
        height: 580px;
        padding-bottom: 0 !important; } }
    @media (min-width: 1024px) and (min-width: 1000px) {
      .navPages-item .navPage-subMenu.is-open {
        height: 520px;
        padding-bottom: 0 !important; } }
    @media (min-width: 1024px) and (min-width: 1100px) {
      .navPages-item .navPage-subMenu.is-open {
        height: 500px;
        padding-bottom: 0 !important; } }
    @media (min-width: 1024px) and (min-width: 1261px) {
      .navPages-item .navPage-subMenu.is-open {
        height: 410px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .navPages-item .navPage-subMenu.is-open {
        margin-top: -1px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 741px) and (orientation: landscape) {
  .navPages-action {
    padding: 1px; } }

.navPages-action,
.navPage-subMenu-action,
.navPage-childList-action,
.navPage-subMenu-back {
  color: #29365a;
  font-size: 1rem;
  font-family: "Nunito", Arial, Helvetica, sans-serif; }
  .navPages-action svg,
  .navPage-subMenu-action svg,
  .navPage-childList-action svg,
  .navPage-subMenu-back svg {
    fill: #29365a;
    stroke: #29365a; }
  .navPages-action.is-open svg,
  .navPage-subMenu-action.is-open svg,
  .navPage-childList-action.is-open svg,
  .navPage-subMenu-back.is-open svg {
    fill: #29365a;
    stroke: #29365a; }
  .navPages-action:hover, .navPages-action:focus,
  .navPage-subMenu-action:hover,
  .navPage-subMenu-action:focus,
  .navPage-childList-action:hover,
  .navPage-childList-action:focus,
  .navPage-subMenu-back:hover,
  .navPage-subMenu-back:focus {
    color: #547ef2;
    text-decoration: underline; }
    .navPages-action:hover svg, .navPages-action:focus svg,
    .navPage-subMenu-action:hover svg,
    .navPage-subMenu-action:focus svg,
    .navPage-childList-action:hover svg,
    .navPage-childList-action:focus svg,
    .navPage-subMenu-back:hover svg,
    .navPage-subMenu-back:focus svg {
      fill: #547ef2;
      stroke: #547ef2; }
  .navPages-action:active,
  .navPage-subMenu-action:active,
  .navPage-childList-action:active,
  .navPage-subMenu-back:active {
    color: #324c91;
    text-decoration: underline; }
    .navPages-action:active svg,
    .navPage-subMenu-action:active svg,
    .navPage-childList-action:active svg,
    .navPage-subMenu-back:active svg {
      fill: #324c91;
      stroke: #324c91; }
  @media (min-width: 1024px) {
    .navPages-action,
    .navPage-subMenu-action,
    .navPage-childList-action,
    .navPage-subMenu-back {
      font-family: "Lato", Arial, Helvetica, sans-serif; } }

.navPages-action {
  text-transform: none; }
  .navPages-action.activePage {
    color: inherit; }
  @media (min-width: 1024px) {
    .navPages-item > .navPages-action {
      position: relative;
      padding: 0;
      font-size: 0.875rem;
      font-family: "Nunito", Arial, Helvetica, sans-serif;
      line-height: calc(19 / 14);
      color: #2A3559; }
      .navPages-item > .navPages-action svg {
        fill: #2A3559;
        stroke: #2A3559; }
      .navPages-item > .navPages-action:hover, .navPages-item > .navPages-action:focus, .navPages-item > .navPages-action:active, .navPages-item > .navPages-action.activePage {
        color: #2A3559;
        text-decoration: none; }
        .navPages-item > .navPages-action:hover svg, .navPages-item > .navPages-action:focus svg, .navPages-item > .navPages-action:active svg, .navPages-item > .navPages-action.activePage svg {
          fill: #2A3559;
          stroke: #2A3559; }
      .navPages-item > .navPages-action.is-open, .navPages-item > .navPages-action:hover {
        background-color: transparent; }
        .navPages-item > .navPages-action.is-open::after, .navPages-item > .navPages-action:hover::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 0.25rem;
          bottom: -0.75rem;
          left: 0;
          background-color: #67cac1; } }

.navPage-subMenu {
  position: absolute;
  top: 3rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1; }
  @media (min-width: 1024px) {
    .navPage-subMenu {
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
      .navPage-subMenu.is-open {
        top: 100%; } }

.navPages .navPage-subMenu-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column; }
  @media (min-width: 1261px) {
    .navPages .navPage-subMenu-list {
      flex-direction: row; } }
  @media (min-width: 1024px) {
    .navPages .navPage-subMenu-list {
      flex-direction: row; } }
  .navPages .navPage-subMenu-list::before, .navPages .navPage-subMenu-list::after {
    content: none; }

@media (min-width: 1024px) {
  .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: none;
    text-decoration: none; }
    .navPage-subMenu-item > .navPage-subMenu-action:hover {
      text-decoration: none; } }

.navPage-subMenu-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  float: none; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item {
      width: auto;
      padding: 0 2rem 1rem 0; } }
  @media (min-width: 1261px) {
    .navPage-subMenu-item {
      padding-right: 3.5rem !important; } }

.navPage-subMenu-item--mm-panel {
  display: none;
  padding-right: 0 !important; }
  @media (min-width: 551px) {
    .navPage-subMenu-item--mm-panel {
      display: list-item; } }

.navPage-childList {
  padding-left: 0;
  border-left: none; }

.navPage-childList-item {
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 1px solid #eaebef; }
  .navPage-subMenu-item--sub-categories .navPage-childList-item {
    padding-right: 0;
    padding-left: 0; }
  @media (min-width: 1024px) {
    .navPage-childList-item {
      border-bottom: none; } }

.navPage-childList-action {
  padding: 1rem 0;
  line-height: calc(20 / 16);
  font-size: 1rem;
  font-weight: 500; }
  .navPage-subMenu-item--sub-categories .navPage-childList-action {
    padding: 0.5rem 0; }
  @media (min-width: 1024px) {
    .navPage-childList-action {
      padding: 0.5rem 0;
      font-size: 0.875rem; } }

.navPage-subMenu-item--sub-categories {
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 1px solid #eaebef; }
  .navPage-subMenu-item--sub-categories .navPage-childList-item {
    border-bottom: none; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item--sub-categories {
      border-bottom: none; } }
  .navPage-subMenu-item--sub-categories span.navPages-action {
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .navPage-subMenu-item--sub-categories span.navPages-action .navPages-action-moreIcon {
      transform: rotate(0deg); }
    .navPage-subMenu-item--sub-categories span.navPages-action.is-open .navPages-action-moreIcon {
      transform: rotate(-180deg); }
    @media (min-width: 1024px) {
      .navPage-subMenu-item--sub-categories span.navPages-action {
        color: #545e7b;
        font-size: 0.875rem;
        line-height: calc(20 / 14);
        padding: 0.5rem 0;
        margin-bottom: 0; }
        .navPage-subMenu-item--sub-categories span.navPages-action .navPages-action-moreIcon {
          display: none; } }

.navPage-subMenu-item--top-level-categories {
  padding-top: 0;
  padding-bottom: 0; }
  .navPage-subMenu-item--top-level-categories > .navPage-childList {
    display: block;
    border-left: none;
    margin: 0;
    padding-left: 0; }

.menu-wrapper {
  display: flex;
  justify-content: space-between; }

.navPages-mobile-header {
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  margin: 0 -1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 3rem; }
  .navPages-mobile-header img {
    height: 1.5rem; }
  .navPages-mobile-header .icon {
    height: 1.5rem;
    width: 1.5rem; }
  .navPages-mobile-header svg {
    fill: #192036; }
  .navPages-mobile-header button.is-open {
    padding: 0; }
  @media (min-width: 1024px) {
    .navPages-mobile-header {
      display: none; } }

.navPages-mobile-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  background-color: #192036;
  justify-content: center;
  z-index: 2; }
  .navPages-mobile-footer::before {
    content: '';
    pointer-events: none;
    background: transparent linear-gradient(180deg, rgba(84, 94, 123, 0) 0%, #545e7b 100%) 0% 0% no-repeat padding-box;
    height: 1rem;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    opacity: 0.2; }
  .navPages-container.is-open .navPages-mobile-footer {
    display: flex; }
    @media (min-width: 1024px) {
      .navPages-container.is-open .navPages-mobile-footer {
        display: none; } }
  @media (min-width: 1024px) {
    .navPages-mobile-footer {
      display: none; } }

.navPages-mobile-footer-action {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center; }
  .navPages-mobile-footer-action .icon {
    height: 1rem;
    width: 1rem;
    margin-right: 0.25rem; }
  .navPages-mobile-footer-action:hover, .navPages-mobile-footer-action:focus, .navPages-mobile-footer-action:active {
    color: #ffffff;
    text-decoration: underline; }

.navPage-subMenu-back {
  background-color: #ffffff;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.875rem;
  border-bottom: 1px solid #eaebef;
  padding: 0.75rem 1rem;
  width: 100%;
  position: sticky;
  top: 0; }
  .navPage-subMenu-back .icon {
    transform: rotate(90deg);
    margin: 0 0.75rem 0 0 !important; }
  @media (min-width: 1024px) {
    .navPage-subMenu-back {
      display: none; } }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
  padding-left: 0;
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 700; }
  @media (min-width: 1024px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
      font-size: 0.875rem; } }

.navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
  margin-left: 0; }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  margin-right: 0; }

.navUser {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  flex: 1;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  order: 1;
  transform: none; }
  @media (min-width: 1024px) {
    .navUser {
      order: 2; } }

.navUser-item {
  display: block;
  width: 4.625rem; }
  @media (min-width: 1024px) {
    .navUser-item {
      width: fit-content;
      margin-left: 1.25rem !important; } }

.navUser-action {
  text-transform: none;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1024px) {
    .navUser-action.displayNone {
      display: none; } }
  .navUser-action p {
    color: #2A3559;
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0;
    white-space: nowrap; }
  .navUser-action .icon {
    height: 1.25rem;
    width: 1.25rem; }
    .navUser-action .icon svg {
      stroke: none; }

.navUser-action-new {
  display: grid;
  place-items: center; }
  .navUser-action-new.navReduced {
    position: relative; }
  .navUser-action-new.not-vis {
    display: none; }

.navUser-action.navUser-action--help-advice {
  display: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: calc(16 / 12);
  max-height: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  @media (min-width: 1024px) {
    .navUser-action.navUser-action--help-advice.displayNone {
      display: none; } }
  .navUser-action.navUser-action--help-advice .icon {
    height: 1rem;
    width: 1rem;
    margin-right: 0.25rem; }
  @media (min-width: 551px) {
    .navUser-action.navUser-action--help-advice {
      display: flex;
      align-items: center; } }

.account-dropdown-menu, .header .navUser .contact-dropdown-menu {
  flex-direction: column;
  border-radius: 0.5rem;
  border: 1px solid #d4d7de;
  box-shadow: 0px 2px 2px rgba(25, 32, 54, 0.26);
  padding: 1rem;
  text-align: center;
  max-width: 8.5rem; }
  .account-dropdown-menu.is-open, .header .navUser .is-open.contact-dropdown-menu {
    display: flex; }
    .navUser .account-dropdown-menu.is-open::before, .header .navUser .is-open.contact-dropdown-menu::before {
      left: auto;
      right: 0.75rem; }
    .navUser .account-dropdown-menu.is-open::after, .header .navUser .is-open.contact-dropdown-menu::after {
      left: auto;
      right: 0.875rem; }
  .account-dropdown-menu .button--primary, .header .navUser .contact-dropdown-menu .button--primary {
    margin-bottom: 0.75rem;
    padding: 0.5rem 1.5rem; }

.account-dropdown-menu__introduction {
  color: #29365a;
  font-size: 1.25rem;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: calc(24 / 20);
  margin-bottom: 0.5rem; }

.account-dropdown-menu__sign-up {
  font-size: 1rem;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: calc(20 / 16); }

.navUser-item--cart {
  position: relative; }
  .navUser-item--cart.navReduced {
    position: relative; }
  .navUser-item--cart .navUser-action {
    padding-right: 0; }
    @media (min-width: 1024px) {
      .navUser-item--cart .navUser-action.displayNone {
        display: none; } }
  .navUser-item--cart .dropdown-menu {
    background: white;
    left: auto !important;
    right: 0;
    top: 0 !important;
    bottom: 0 !important;
    position: fixed;
    z-index: 101; }
    .navUser-item--cart .dropdown-menu.is-open {
      opacity: 1;
      visibility: visible; }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        display: none; }

.cart-icon-reduced {
  display: none; }

.cart-icon-reduced-vis {
  display: block; }

.navUser-item--cart .countPill {
  color: #29365a;
  line-height: 1rem;
  position: absolute;
  top: -6px;
  right: -12px;
  height: 1rem;
  width: 1rem; }
  .navUser-item--cart .countPill-wrapper {
    position: relative; }

.countPill-new {
  display: none; }
  .countPill-new.navReduced {
    display: block;
    top: 0px;
    right: -2px; }

.navUser-item--account {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item--account.displayNone {
      display: none; } }
  @media (min-width: 1024px) {
    .navUser-item--account {
      display: block; } }

.navUser-item--compare-wrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 8.375rem);
  transition: transform 200ms ease-in-out;
  text-align: center;
  z-index: 3; }
  .navUser-item--compare-wrapper.is-open {
    transform: translate(-50%, 0); }
  .navUser-item--compare-wrapper.is-loading .app-loading__spinner {
    display: block; }
  .navUser-item--compare-wrapper.is-loading .navUser-action .icon {
    display: none; }
  .navUser-item--compare-wrapper .app-loading__spinner {
    height: 1.1875rem;
    width: 1.1875rem;
    border-width: 0.125rem;
    border-color: #29365a;
    border-right-color: transparent;
    display: none;
    margin-right: 0.75rem; }

.navUser-item--compare {
  padding: 0.5rem 0.75rem;
  background-color: #67cac1;
  color: #29365a;
  border-radius: 0.25rem 0.25rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: calc(16 / 22);
  transition: background-color 100ms ease-in-out; }
  .navUser-item--compare.show {
    display: inline-flex;
    align-items: center; }
  .navUser-item--compare:hover, .navUser-item--compare:focus {
    background-color: #83d4cd;
    color: #29365a; }
    .navUser-item--compare:hover svg, .navUser-item--compare:focus svg {
      fill: #29365a; }
  .navUser-item--compare:active {
    background-color: #4bc0b5;
    color: #29365a; }
    .navUser-item--compare:active svg {
      fill: #29365a; }
  .navUser-item--compare .countPill {
    color: inherit;
    width: auto;
    height: auto;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    background-color: transparent;
    margin-left: 0; }
  .navUser-item--compare .icon {
    margin-right: 0.5rem;
    height: 1.25rem;
    width: 1.25rem; }
  .navUser-item--compare svg {
    fill: #29365a; }

.compare-products-preview {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1rem;
  max-width: 100vw;
  min-height: 8.375rem; }
  .compare-products-preview .button--primary,
  .compare-products-preview .button--secondary {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
    flex: 1 1 50%; }
    .compare-products-preview .button--primary:last-child,
    .compare-products-preview .button--secondary:last-child {
      margin-bottom: 0; }
  .compare-products-preview .button--primary {
    margin-right: 0.5rem !important;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .compare-products-preview .button--primary {
        margin-right: 0 !important;
        margin-bottom: 1rem; } }

.compare-products-preview-controls {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  margin-top: 0.5rem; }
  @media (min-width: 551px) {
    .compare-products-preview-controls {
      flex: 1 1 auto;
      flex-direction: column;
      justify-content: stretch;
      margin-top: 0; } }

.compare-products-preview-list {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  min-width: 12.5rem;
  list-style: none; }
  @media (min-width: 551px) {
    .compare-products-preview-list {
      flex: 1 1 auto;
      margin-right: 1.25rem !important;
      min-width: 0; } }

.compare-products-preview-item {
  position: relative;
  text-align: center; }
  .compare-products-preview-item:not(:last-child) {
    margin-right: 1rem; }
  .compare-products-preview-item img {
    max-width: 5rem;
    max-height: 5rem; }
  .compare-products-preview-item h3 {
    font-size: 0.875rem;
    line-height: 1;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0;
    max-width: 12ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.comparison-preview-item-remove {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem;
  height: 1.5rem;
  width: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
  .comparison-preview-item-remove:hover {
    background-color: #fcfcfc; }
  .comparison-preview-item-remove svg {
    fill: #ff6b6b; }

.navUser-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: none; }

.search-nav-icon {
  display: none;
  cursor: pointer; }
  .search-nav-icon svg {
    fill: #2A3559; }
  .search-nav-icon-vis {
    display: block;
    margin-left: auto; }

@media (min-width: 1024px) {
  .nav-header-search {
    display: none; } }

.nav-header-search.navSearchVisible {
  display: block; }

.reduced-search-close {
  display: block;
  color: #2A3559;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  margin: 0 0;
  opacity: 0;
  visibility: hidden; }
  .reduced-search-close-vis {
    opacity: 1;
    visibility: visible; }

#cart-preview-dropdown {
  margin-top: 0;
  width: 21rem;
  max-width: 95vw;
  display: block;
  pointer-events: none;
  transition: transform 300ms ease-in-out;
  transform: translateX(100%);
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  left: auto !important;
  right: 0;
  top: 0 !important;
  bottom: 0 !important;
  position: fixed;
  z-index: 9999995;
  height: 100vh;
  background: #e5e5e5;
  font-size: 1rem;
  opacity: 0; }
  #cart-preview-dropdown.is-open {
    pointer-events: auto;
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  @media (min-width: 551px) {
    #cart-preview-dropdown {
      width: 25.75rem; } }

.basket-overlay {
  z-index: 9999994;
  height: 100vh; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#cart-preview-dropdown:has(.previewCart-freeSamples) {
  background: white; }

.previewCart-modal .ApplePayCheckout {
  display: none; }

.previewCart-modal.apple-pay-supported .ApplePayCheckout {
  display: block; }

.previewCart-modal .previewCartCheckout {
  background-color: #ffffff;
  margin: 0 -1rem;
  padding: 0 1rem; }

.previewCart-modal .previewCartCheckout-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.25rem; }

.previewCart-modal .previewCartCheckout-price {
  font-size: 1.25rem; }

.previewCart-modal .previewModal-items {
  padding: 1rem;
  margin: 0 -1rem;
  border-radius: 0.25rem;
  background-color: #f6f9fe;
  display: flex;
  flex-direction: row;
  align-items: flex-start; }

.previewCart-modal .productView-image {
  width: 8rem;
  height: 8rem;
  min-height: 8rem;
  border: 1px solid #d4d7de;
  padding: 0;
  margin: 0;
  float: none; }
  @media (min-width: 1024px) {
    .previewCart-modal .productView-image {
      width: 8rem;
      height: 8rem;
      min-height: 8rem;
      border: 1px solid #d4d7de;
      padding: 0; } }

.previewCart-modal .productView-details {
  padding: 0 1rem; }
  .previewCart-modal .productView-details p {
    font-size: 0.875rem;
    margin: 0 0 0.5rem 0; }

.previewCart-modal .productView-title {
  font-size: 1rem;
  font-family: "Lato", Arial, Helvetica, sans-serif; }
  @media (min-width: 1024px) {
    .previewCart-modal .productView-title {
      font-size: 1rem;
      font-weight: 700;
      line-height: calc(22 / 16);
      margin-bottom: 0.5rem; } }

.previewCart-modal .productView-price {
  font-size: 1rem;
  font-weight: 700; }
  @media (min-width: 1024px) {
    .previewCart-modal .productView-price {
      font-size: 1rem; } }

.previewCart-modal .previewCartCheckout .button:not(:last-child), .previewCart-modal .previewCartCheckout .facetLabel:not(:last-child) {
  margin-bottom: 1.5rem; }

.previewCart-modal .or-use-label {
  margin-bottom: 1.5rem; }

.dropdown-menu {
  max-width: 322px !important; }
  @media (min-width: 1024px) {
    .dropdown-menu {
      max-width: 400px !important; } }

.sampleText {
  width: 100%;
  border-radius: var(--Rounded, 100px);
  background: var(--Primary---Brand-50, #EAEBEE);
  color: var(--System-Text-Brand---Primary, #2A3559);
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  padding: 2px 12px;
  margin-top: 8px; }

.previewCart .paid-basket-samples {
  border-radius: var(--Curved, 4px);
  background: var(--System-Background, #F4F5F7);
  padding: 12px;
  margin: 16px; }

.previewCart .previewCart-freeSamples-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .previewCart .previewCart-freeSamples-body .button-remove-freeSample svg {
    width: 14px;
    height: 18px;
    pointer-events: none; }
  .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-head-target {
    cursor: pointer; }
  .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-head {
    position: relative; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-head h3 {
      color: #222A47;
      font-size: 16px;
      font-family: Lato;
      margin: 0 0 8px; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-head h4 {
      color: #222A47;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      font-family: Lato;
      margin: 0; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-head .paid-h3 {
      margin: 0; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-head svg {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) scale(1.5);
      cursor: pointer; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-head .reverse {
      transform: translateY(-50%) scale(1.5) rotate(180deg); }
  .previewCart .previewCart-freeSamples-body .paid-basket-sample-list {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    justify-content: flex-start !important;
    gap: 8px !important; }
    .previewCart .previewCart-freeSamples-body .paid-basket-sample-list li {
      width: 82px !important;
      min-height: 147px !important; }
  .previewCart .previewCart-freeSamples-body .hide {
    display: none !important; }
  .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples {
    display: flex;
    justify-content: space-between !important;
    border-bottom: 1px solid #D4D7DE;
    padding-bottom: 20px;
    position: relative; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples li {
      display: flex;
      min-height: 155px;
      width: 90.7px;
      border-radius: 4px;
      position: relative;
      flex-direction: column; }
      .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples li h6 {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Lato;
        color: #222A47 !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        /* 133.333% */
        margin: 8px 0;
        height: 100%;
        max-height: 32px;
        text-transform: capitalize; }
        .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples li h6 a {
          color: #222A47 !important;
          text-decoration: none; }
      .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples li h6.multiline {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to two lines */
        -webkit-box-orient: vertical; }
      .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples li .previewCartItem-image {
        width: 100%;
        padding-bottom: 100%;
        /* This sets the height to the same as the width to create a square container */
        position: relative;
        /* Required for absolute positioning of the image */
        max-height: 80px;
        max-width: 95px;
        height: 80px !important;
        /* Remove max-height constraint */ }
        @media (min-width: 840px) {
          .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples li .previewCartItem-image {
            min-height: 95px !important;
            width: 95px; } }
        .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples li .previewCartItem-image img {
          width: 100%;
          height: 80px !important;
          position: absolute;
          /* Make the image fill the container */
          top: 0;
          left: 0;
          border-radius: 4px;
          object-fit: cover;
          max-height: 100% !important;
          /* Ensure the image covers the container */ }
          @media (min-width: 840px) {
            .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples li .previewCartItem-image img {
              min-height: 95px !important;
              width: 95px; } }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples .emptySample {
      background-color: #FFD75E;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
      padding: 10px 5px;
      cursor: pointer; }
      @media (min-width: 840px) {
        .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples .emptySample {
          max-width: 95px;
          width: 100% !important; } }
      .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples .emptySample p {
        color: #222A47;
        margin: 0;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px; }
        .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples .emptySample p b {
          font-family: "Font Awesome 5 Free";
          font-size: 16px;
          font-style: normal;
          font-weight: 900;
          line-height: normal; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples #one {
      left: 0; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples #two {
      left: 50%;
      transform: translateX(-50%); }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-samples #three {
      right: 0; }
  .previewCart .previewCart-freeSamples-body .paid-basket {
    position: relative;
    z-index: 2;
    background: #F4F5F7; }
  .previewCart .previewCart-freeSamples-body .previewCartItem .previewCartItem-name,
  .previewCart .previewCart-freeSamples-body .previewCartItem .previewCartItem-price {
    font-size: 16px;
    font-weight: 700;
    color: #29365a; }
  .previewCart .previewCart-freeSamples-body .previewCartItem .previewCartItem-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem; }
  .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form h5 {
      color: #222A47;
      text-transform: none;
      margin: 0;
      font-family: Lato;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      /* 150% */ }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .hide {
      display: none !important; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form form {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form #previewCart-freeSamples-addressLineOne-input {
      background-image: none !important; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-input-div {
      display: flex;
      flex-direction: column;
      gap: 8px;
      min-height: 68.15px;
      position: relative; }
      .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-input-div ul {
        position: absolute;
        top: calc(100% - 8px);
        background: white;
        z-index: 999;
        border: 1px solid #D4D7DE;
        border-radius: 4px;
        width: 100%;
        max-height: 225px;
        overflow: scroll; }
        .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-input-div ul li {
          padding: 7.5px 5px;
          font-size: 14px; }
          .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-input-div ul li:hover {
            cursor: pointer;
            background: #efefef; }
      .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-input-div label {
        color: #222A47;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.28px; }
        .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-input-div label span {
          color: #D53437; }
      .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-input-div input {
        border-radius: 8px;
        border: 1px solid #D4D7DE;
        background: #FFF;
        font-size: 14px;
        padding: 7px 12px; }
    .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-show-addressLineTwo {
      display: flex;
      gap: 8px;
      align-items: center;
      cursor: pointer; }
      .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-show-addressLineTwo svg {
        fill: #547EF2; }
      .previewCart .previewCart-freeSamples-body .previewCart-freeSamples-form .previewCart-freeSamples-show-addressLineTwo p {
        color: #547EF2;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: 0; }

.previewCart .previewCart-freeSamples-wrapper {
  background: #FFF;
  display: flex;
  flex-direction: column;
  position: relative; }
  .previewCart .previewCart-freeSamples-wrapper .freeSample-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999; }
  .previewCart .previewCart-freeSamples-wrapper .previewCart-freeSamples-buttons {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F4F5F7;
    box-shadow: 0px -4px 4px -15px rgba(25, 32, 54, 0.15);
    padding: 12px; }
    .previewCart .previewCart-freeSamples-wrapper .previewCart-freeSamples-buttons .errorBox {
      border-radius: 4px;
      background: #FAE1E1;
      padding: 8px 16px;
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 10px; }
      .previewCart .previewCart-freeSamples-wrapper .previewCart-freeSamples-buttons .errorBox svg {
        fill: #D53437;
        min-width: 16px; }
      .previewCart .previewCart-freeSamples-wrapper .previewCart-freeSamples-buttons .errorBox p, .previewCart .previewCart-freeSamples-wrapper .previewCart-freeSamples-buttons .errorBox a {
        color: #000;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: left; }
    .previewCart .previewCart-freeSamples-wrapper .previewCart-freeSamples-buttons button {
      width: 100%;
      height: 42px;
      border-radius: 100px;
      background: #547EF2;
      color: #FFF;
      font-family: Lato;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0.28px;
      margin-bottom: 12px;
      transition: 0.1s linear; }
      .previewCart .previewCart-freeSamples-wrapper .previewCart-freeSamples-buttons button:hover {
        background-color: #7698f5; }
      .previewCart .previewCart-freeSamples-wrapper .previewCart-freeSamples-buttons button svg {
        fill: white;
        animation: rotate 2s linear infinite; }
    .previewCart .previewCart-freeSamples-wrapper .previewCart-freeSamples-buttons p {
      color: #2A3559;
      font-family: Lato;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0.28px;
      cursor: pointer;
      text-align: center;
      margin: 0; }

.previewCart .previewCart-header {
  background-color: #EAEBEF;
  padding: 24px;
  display: flex;
  justify-content: space-between; }
  .previewCart .previewCart-header .modal-close {
    position: relative;
    top: auto;
    right: auto; }

.previewCart h2 {
  font-size: 20px;
  color: #29365a;
  margin: 0;
  font-weight: 700; }
  .previewCart h2 span {
    font-size: 16px;
    font-weight: 400; }

.previewCart .modal-close span {
  color: #29365a; }

.previewCart a:not(.button):not(.facetLabel) {
  color: #29365a; }

.previewCart svg {
  height: 12px;
  width: 12px; }

.previewCart .samplesContainerBorder {
  border-top: 1px solid #D4D7DE; }

.previewCart .samplesContainer {
  margin: 0 16px 180px !important; }

.previewCart .previewCartList {
  padding: 16px 16px 0;
  margin: 16px;
  width: calc(100% - 32px); }
  .previewCart .previewCartList .previewCartItem {
    display: flex; }
    .previewCart .previewCartList .previewCartItem .previewCartItem-name,
    .previewCart .previewCartList .previewCartItem .previewCartItem-price {
      font-size: 16px;
      font-weight: 700;
      color: #29365a; }
    .previewCart .previewCartList .previewCartItem .previewCartItem-price {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 0.5rem; }

.previewCart .previewCartAction {
  padding: 0;
  background-color: #EAEBEF;
  padding: 24px;
  box-shadow: 0px -4px 4px rgba(25, 32, 54, 0.15);
  position: absolute;
  bottom: 0; }
  .previewCart .previewCartAction h2 {
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-weight: 700; }
    .previewCart .previewCartAction h2 span {
      font-size: 20px;
      font-weight: 400; }
  .previewCart .previewCartAction svg {
    width: 13px;
    height: 16px; }
  .previewCart .previewCartAction .previewCartAction-checkout {
    width: 100%;
    padding: 10px 0; }
  .previewCart .previewCartAction .previewCartAction-viewCart {
    text-align: center;
    width: 100%; }

.previewCartItem-content {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.previewCartItem-square-metres {
  display: flex;
  align-items: baseline; }

.previewCartItem-square-metres,
.previewCartItem-quantity,
.previewCartItem-quantity-square-metres,
.previewCartItem-dimensions {
  font-size: 0.875rem;
  display: block; }

.previewCartItem-dimensions {
  display: block; }

.previewCartItem-image img {
  width: 5rem;
  bottom: auto;
  top: 1rem;
  margin-left: 0; }

.productView-details .loadingOverlay {
  position: fixed; }

.suggestiveCart {
  display: block;
  margin-right: -2rem;
  margin-bottom: -2rem !important;
  margin-left: -2rem; }
  @media (min-width: 551px) {
    .suggestiveCart {
      margin-right: 0;
      margin-bottom: 0 !important;
      margin-left: 0; } }

.previewMainContainer {
  background-color: white;
  border: solid 1.5px #EAEBEF;
  border-radius: .5rem;
  padding: 1.5rem;
  margin: 1.5rem 0 0 0;
  display: none; }
  .previewMainContainer.displayBlock {
    display: block; }
  .previewMainContainer.cartDisplay {
    padding: 1rem;
    margin-bottom: 1rem;
    margin-top: 0; }
  @media (max-width: 500px) {
    .previewMainContainer {
      border: solid 1.5px transparent;
      margin-top: 3rem;
      padding: 0 0; } }
  .previewMainContainer h1, .previewMainContainer h2 {
    margin: 0 0; }
  .previewMainContainer .previewGridContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem; }
    .previewMainContainer .previewGridContainer.gridTwo {
      grid-template-columns: 1fr 1fr; }
      @media (max-width: 500px) {
        .previewMainContainer .previewGridContainer.gridTwo {
          grid-template-columns: 1fr; } }
    @media (max-width: 800px) {
      .previewMainContainer .previewGridContainer {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 500px) {
      .previewMainContainer .previewGridContainer {
        grid-template-columns: 1fr; } }
    .previewMainContainer .previewGridContainer a {
      text-decoration: none; }
    .previewMainContainer .previewGridContainer .gridItem {
      display: flex;
      align-items: center;
      border: dashed 2px #D2CFD1;
      padding: .5rem;
      height: 6rem;
      cursor: pointer;
      transition: all .75s ease;
      outline: solid 2px transparent;
      transition: all .75s ease;
      position: relative; }
      @media (max-width: 500px) {
        .previewMainContainer .previewGridContainer .gridItem {
          height: 4rem; } }
      .previewMainContainer .previewGridContainer .gridItem::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        height: calc(100% + 4px);
        width: calc(100% + 4px);
        border: solid 2px #547EF2;
        opacity: 0;
        transition: all .75s ease; }
      @media (min-width: 1000px) {
        .previewMainContainer .previewGridContainer .gridItem:hover > h4 {
          border-bottom: solid 2px black; } }
      .previewMainContainer .previewGridContainer .gridItem.active::before {
        opacity: 1; }
      .previewMainContainer .previewGridContainer .gridItem .imageSquare {
        height: 100%; }
      .previewMainContainer .previewGridContainer .gridItem h4 {
        margin: 0 0 0 1.5rem;
        text-decoration: none;
        border-bottom: solid 2px transparent;
        transition: all .75s ease; }
      .previewMainContainer .previewGridContainer .gridItem .itemCartUrl {
        display: none; }

.previewBottomContainer {
  margin: 1rem 0 0 0; }
  .previewBottomContainer .textCont {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .previewBottomContainer .addToCartButton {
    display: block;
    margin: 1rem 0 0 auto; }
  .previewBottomContainer p {
    margin: 0 0; }

.facetedSearch .sidebarBlock-heading,
.facetedSearch .accordion-title {
  font-size: 1.25rem;
  line-height: calc(24 / 20);
  font-weight: 700;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  text-align: left; }

.facetedSearch .navList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  .facetedSearch .navList::before, .facetedSearch .navList::after {
    display: none; }
  .facetedSearch .navList--colors {
    grid-template-columns: repeat(3, 1fr); }

.facetedSearch .navList-action {
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  width: 100%;
  padding: 0.5rem 0.75rem;
  background-color: #ffffff;
  border: 1px solid #d4d7de;
  color: #29365a;
  transition: color 100ms ease-out, border-color 100ms ease-out, box-shadow 100ms ease-out; }
  .facetedSearch .navList-action:not(.is-selected):hover, .facetedSearch .navList-action:not(.is-selected):active, .facetedSearch .navList-action:not(.is-selected):focus {
    box-shadow: 0 0 0 1px #d4d7de; }
  .facetedSearch .navList-action.is-shape, .facetedSearch .navList-action.is-colour {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .facetedSearch .navList-action .facet-color-swatch {
    height: 2rem;
    width: 2rem;
    border-radius: 0.125rem;
    margin-bottom: 0.25rem; }
    .facetedSearch .navList-action .facet-color-swatch--white, .facetedSearch .navList-action .facet-color-swatch--transparent {
      border: 1px solid #d4d7de; }
  .facetedSearch .navList-action .icon--shape {
    height: 2.5rem;
    width: auto;
    max-width: 5rem;
    margin-bottom: 0.25rem; }
    .facetedSearch .navList-action .icon--shape-square svg, .facetedSearch .navList-action .icon--shape-rectangle svg, .facetedSearch .navList-action .icon--shape-plank svg, .facetedSearch .navList-action .icon--shape-modular svg {
      stroke: #29365a; }
    .facetedSearch .navList-action .icon--shape-other svg, .facetedSearch .navList-action .icon--shape-hexagon svg, .facetedSearch .navList-action .icon--shape-rhombus svg, .facetedSearch .navList-action .icon--shape-fan svg {
      fill: #29365a; }
  .facetedSearch .navList-action.is-selected {
    border-color: #547ef2;
    box-shadow: 0 0 0 1px #547ef2;
    color: #547ef2;
    font-weight: 700; }
    .facetedSearch .navList-action.is-selected .icon--shape-square svg, .facetedSearch .navList-action.is-selected .icon--shape-rectangle svg, .facetedSearch .navList-action.is-selected .icon--shape-plank svg, .facetedSearch .navList-action.is-selected .icon--shape-modular svg {
      stroke: #547ef2; }
    .facetedSearch .navList-action.is-selected .icon--shape-other svg, .facetedSearch .navList-action.is-selected .icon--shape-hexagon svg, .facetedSearch .navList-action.is-selected .icon--shape-rhombus svg, .facetedSearch .navList-action.is-selected .icon--shape-fan svg {
      fill: #547ef2; }

.filterDropdown {
  z-index: 9999999 !important; }
  @media (max-width: 840px) {
    .filterDropdown {
      overflow: scroll;
      max-height: 90vh; } }

.facetLabel {
  --button-color: $dark-blue;
  --button-background-color: #ffffff;
  --button-border-color: #d4d7de;
  --button-hover-color: $dark-blue;
  --button-hover-background-color: #d4d7de;
  --button-hover-border-color: #d4d7de;
  --button-active-color: #ffffff;
  --button-active-background-color: $dark-blue;
  --button-active-border-color: $dark-blue;
  margin-bottom: 0; }
  .facetLabel .icon {
    margin-left: 0.125rem; }
  .facetLabel svg {
    transform: scale(1.05); }

.factedSearch--no-filters {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 0 1rem; }
  @media (min-width: 1024px) {
    .factedSearch--no-filters {
      padding: 0;
      margin-bottom: 2rem; } }

.facetedSearch {
  display: none; }
  @media (max-width: 841px) {
    .facetedSearch {
      position: fixed;
      width: 100vw;
      max-width: 22.5rem;
      top: calc(var(--header-height) + var(--alert-bar-height));
      bottom: 0;
      left: 0;
      background-color: #ffffff;
      z-index: 500;
      overflow: auto; } }
  .facetedSearch.is-open {
    display: block; }
  @media (min-width: 1024px) {
    .facetedSearch {
      display: block; } }

@media (max-width: 841px) {
  .facetedSearch-navList {
    display: block;
    border-top: 1px solid #d4d7de; }
    .facetedSearch-navList .accordion {
      border: none;
      border-radius: 0; }
    .facetedSearch-navList .accordion-navigation {
      border: none;
      border-radius: 0; }
    .facetedSearch-navList .accordion-content {
      border-bottom: 1px solid #d4d7de; }
    .facetedSearch-navList .accordion-nav-clear-holder {
      border-bottom: 1px solid #d4d7de; } }

.facetedSearch-refineFilters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem; }
  .facetedSearch-refineFilters .sidebarBlock-heading {
    margin: 0; }
  .facetedSearch-refineFilters .modal-close {
    top: 0;
    right: 0;
    position: static;
    color: #29365a; }
  .facetedSearch-refineFilters .button--tertiary, .facetedSearch-refineFilters .facetLabel {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: 1rem; }
    @media (min-width: 1024px) {
      .facetedSearch-refineFilters .button--tertiary, .facetedSearch-refineFilters .facetLabel {
        margin-right: 0;
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .facetedSearch-refineFilters {
      padding: 0; }
      .facetedSearch-refineFilters .sidebarBlock-heading {
        margin: 0.75rem 0; }
      .facetedSearch-refineFilters .modal-close {
        display: none; } }

.facetedSearch-sort {
  display: block;
  padding: 1rem; }
  .facetedSearch-sort .form-field {
    margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .facetedSearch-sort {
      display: none; } }

.facetedSearch-active-facets {
  padding: 0 1rem; }
  @media (min-width: 1024px) {
    .facetedSearch-active-facets {
      padding: 0; } }

.page--compare .page-heading--left-align {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px; }

.page--compare .page-background {
  background-color: #fff;
  padding: 64px 0;
  margin: 0 -1.5rem; }
  @media (min-width: 1024px) {
    .page--compare .page-background {
      margin: 0 auto; } }

.page--compare .compareTable {
  border-top: none;
  display: flex;
  width: 100%;
  overflow: auto; }
  @media (min-width: 1024px) {
    .page--compare .compareTable {
      justify-content: center;
      flex-wrap: wrap; } }
  .page--compare .compareTable .comparison-column .card {
    border: 1px solid #D4D7DE;
    width: 274px;
    margin: 0 6px; }
  .page--compare .compareTable .comparison-column p {
    margin: 0; }
  .page--compare .compareTable .comparison-column .card-figure .card-img-container .card-image {
    padding: 6px; }
  .page--compare .compareTable .comparison-column .compare-text {
    padding: 0 15px;
    min-height: 7.5rem; }
    .page--compare .compareTable .comparison-column .compare-text .card-title a {
      color: #29365a;
      font-weight: 700;
      font-size: 16px; }
    .page--compare .compareTable .comparison-column .compare-text .productView-price .price,
    .page--compare .compareTable .comparison-column .compare-text .productView-price .price-section {
      font-size: 14px; }
  .page--compare .compareTable .comparison-column .compare-has-sizes {
    margin-top: 8px;
    font-size: 12px; }
  .page--compare .compareTable .comparison-column .button, .page--compare .compareTable .comparison-column .facetLabel {
    margin: 16px 0; }
  .page--compare .compareTable .comparison-column .compare-myStile {
    text-align: center;
    padding: 8px;
    background-color: #EAEBEF;
    border-bottom: 5px solid #fff;
    font-size: 14px; }
    .page--compare .compareTable .comparison-column .compare-myStile img {
      margin-top: 8px;
      max-height: 2.75rem;
      background-color: #ffffff;
      border-radius: 0.25rem; }
  .page--compare .compareTable .comparison-column .compare-all-specifications h4 {
    padding: 8px 7px;
    color: #fff;
    background-color: #29365a;
    margin: 0; }
  .page--compare .compareTable .comparison-column .compare-all-specifications ul {
    list-style-type: none;
    margin: 0; }
  .page--compare .compareTable .comparison-column .compare-all-specifications .compare-specification {
    border-top: 2px solid #fff;
    padding: 8px 7px;
    min-height: 66px; }
    .page--compare .compareTable .comparison-column .compare-all-specifications .compare-specification > span:first-child {
      font-weight: 700; }
    .page--compare .compareTable .comparison-column .compare-all-specifications .compare-specification:nth-child(odd) {
      background-color: #F4F5F7; }
    .page--compare .compareTable .comparison-column .compare-all-specifications .compare-specification:nth-child(even) {
      background-color: #EAEBEF; }
    .page--compare .compareTable .comparison-column .compare-all-specifications .compare-specification.wall-floor-suitability {
      height: 90px; }
  .page--compare .compareTable .comparison-column .remove-compare {
    text-align: right; }
    .page--compare .compareTable .comparison-column .remove-compare svg {
      width: 12px;
      height: 12px; }
    .page--compare .compareTable .comparison-column .remove-compare a {
      font-size: 12px;
      color: #29365a; }

.floating-compare {
  border-radius: 4px 4px 0px 0px;
  background-color: #67cac1;
  width: 166px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .floating-compare a {
    color: #29365a; }

.category-header {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem; }

.category-header-text {
  background-color: #29365a;
  color: #ffffff;
  padding: 2rem;
  text-align: left;
  flex: 1; }
  .category-header-text .page-heading {
    color: #ffffff;
    font-size: 2rem;
    text-align: left;
    line-height: calc(40 / 32);
    margin-bottom: 1rem;
    padding-top: 0; }
  .category-header-text .category-paragraph-text p:last-of-type {
    margin-bottom: 0.25rem; }
  .category-header-text .category-paragraph-text.desktop p {
    font-size: 1rem;
    font-weight: 400;
    line-height: calc(22 / 16);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    max-height: calc(3 * 22px); }
    @media (min-width: 551px) {
      .category-header-text .category-paragraph-text.desktop p {
        display: inline; } }
  .category-header-text .category-paragraph-text.desktop h1, .category-header-text .category-paragraph-text.desktop h2, .category-header-text .category-paragraph-text.desktop h3 {
    color: #ffffff;
    margin-top: 0; }
  .category-header-text .category-paragraph-text.mobile p {
    display: inline; }
  .category-header-text .category-header-text-more {
    color: #D4D7DE;
    border-bottom: 1px solid #D4D7DE;
    padding-bottom: 0.1875rem;
    cursor: pointer; }
    @media (min-width: 551px) {
      .category-header-text .category-header-text-more {
        display: none; } }
  .category-header-text ul:last-child {
    display: none; }
  @media (min-width: 551px) {
    .category-header-text {
      padding: 3rem 2rem; }
      .category-header-text p {
        display: inline;
        max-height: none; } }
  @media (min-width: 1024px) {
    .category-header-text {
      padding: 4rem 3rem; } }

.category-header-image-wrapper {
  flex: 0 0 100%;
  position: relative; }
  @media (min-width: 1024px) {
    .category-header-image-wrapper {
      flex: 0 0 50%; } }

.category-header-image {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }

.cls-measure {
  min-height: 75vh; }

.page--cart .page-heading {
  margin-bottom: 1.5rem;
  padding-top: 0; }
  .page--cart .page-heading small {
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Lato", Arial, Helvetica, sans-serif; }

.page--cart sup {
  font-size: 55%;
  top: -0.65em;
  left: -0.125em; }

.page--cart .payment-icons-widget {
  text-align: center; }

.cart {
  margin-bottom: 0; }
  .cart.has-samples {
    margin-bottom: 0; }

.cart-list {
  border-radius: 0.5rem;
  border: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 1024px) {
    .cart-list {
      display: flex;
      flex-direction: column; } }
  .cart-list.cart-list--samples {
    margin-bottom: 0; }

.cart-wrapper {
  margin-top: 1.25rem; }

.cart-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }

.cart-column {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem; }
  @media (min-width: 1024px) {
    .cart-column:first-child {
      flex: 0 0 60%; }
    .cart-column:last-child {
      flex: 0 0 40%; } }

.cart-column-totals-content {
  background-color: #ffffff;
  border-radius: 0.5rem; }

.cart-totals {
  width: 100%;
  padding: 1rem;
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      width: 100%;
      float: none; } }
  @media (min-width: 1024px) {
    .cart-totals {
      width: 100%;
      padding: 1.5rem; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 100%; } }

.cart-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1rem;
  border-bottom: 1px solid #eaebef;
  background-color: #ffffff; }
  .cart-item:last-child {
    border-bottom: none; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 1rem; } }
  @media (min-width: 1024px) {
    .cart-item {
      display: flex; } }

.cart-item-delivery-estimate {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background-color: #ebebeb;
  font-size: 0.875rem; }
  @media (max-width: 410px) {
    .cart-item-delivery-estimate {
      max-width: 270px; } }
  .cart-item-delivery-estimate--success {
    background-color: #e1f4f3; }
  .cart-item-delivery-estimate--warning {
    background-color: #fff4d1; }
  .cart-item-delivery-estimate--danger {
    background-color: #ffa8a8; }
  .cart-item-delivery-estimate .icon {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.75rem; }
    .cart-item-delivery-estimate .icon svg {
      fill: #29365a; }

.cart-item-figure {
  height: 6rem;
  width: 6rem;
  float: none;
  margin-right: 0.75rem; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-left: 0; } }
  @media (min-width: 1024px) {
    .cart-item-figure {
      height: 6rem;
      width: 6rem;
      padding: 0; } }

.cart-item-details {
  flex: 1; }
  .cart-item-details .definitionList {
    font-size: 0.875rem;
    line-height: calc(20 / 14);
    display: flex;
    flex-direction: column; }
  .cart-item-details .definitionList-row {
    display: block; }
  .cart-item-details .definitionList-key {
    color: #29365a; }

.cart-item-name + .definitionList {
  margin-top: 0.5rem; }

.cart-item-name__label {
  font-size: 1rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: calc(22 / 16);
  color: #29365a;
  text-decoration: none; }

.cart-item-info {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end; }
  .cart-item-info .form-increment,
  .cart-item-info .cart-item-value {
    flex: 0 0 50%;
    margin: 0.5rem 0; }
  .cart-item-info .cart-item-value {
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-item-info {
      flex-direction: column;
      justify-content: baseline;
      float: none;
      width: auto;
      flex: 1; } }
  @media (min-width: 1024px) {
    .cart-item-info {
      width: auto;
      flex: 1; } }

.cart-item-quantity {
  overflow: visible; }
  .cart-item-quantity .form-increment {
    display: inline-flex; }
    @media (min-width: 551px) {
      .cart-item-quantity .form-increment {
        margin: 0; } }

.cart-item-value {
  font-size: 2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end; }
  @media (min-width: 551px) {
    .cart-item-value {
      margin: 0.75rem 0 1rem 0;
      justify-content: baseline; } }

.cart-remove {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  float: none;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  text-decoration: underline; }
  .cart-remove .icon {
    margin-right: 0.25rem;
    margin-top: 0.0625rem;
    height: 0.75rem;
    width: 0.75rem; }
  .cart-remove svg {
    fill: #ff6b6b; }

.form-quantity-label--samples {
  display: flex;
  flex-direction: column;
  padding: 0.25rem; }
  .form-quantity-label--samples button {
    height: auto;
    flex: 0 0 50%;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    line-height: 0;
    transition: background-color 100ms ease-in-out; }
    .form-quantity-label--samples button:hover, .form-quantity-label--samples button:focus {
      background-color: #dee1e7; }
    .form-quantity-label--samples button:active {
      background-color: #cfd3dc; }

.cart-total {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  line-height: calc(24 / 20);
  color: #29365a;
  margin: 0 -1rem;
  padding: 0 1rem;
  border-bottom: 1px solid #eaebef; }
  .cart-total + .cart-total {
    border-top: none;
    border-bottom: 1px solid #eaebef; }
  .cart-total:first-child .cart-total-label,
  .cart-total:first-child .cart-total-value {
    padding-top: 0; }
  .cart-total small {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin-top: 0.5rem;
    margin-bottom: 0;
    text-align: left; }
  @media (min-width: 1024px) {
    .cart-total {
      margin: 0 -1.5rem;
      padding: 0 1.5rem; } }

.shipping-estimate-value {
  text-decoration: none;
  color: #29365a; }

.cart-total--weight {
  padding-bottom: 1rem; }
  .cart-total--weight .cart-total-label,
  .cart-total--weight .cart-total-value {
    padding-bottom: 0; }
  .cart-total--weight small {
    float: left; }
  @media (min-width: 1024px) {
    .cart-total--weight {
      padding-bottom: 1.5rem; } }

.cart-total-label,
.cart-total-value {
  padding: 1.5rem 0;
  float: none; }

.cart-item-saving-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end; }

.cart-item-saving {
  color: #FF6B6B;
  margin-bottom: 0.625rem; }

.cart-total-label {
  color: #29365a;
  width: 50%;
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 60%; } }

.cart-total-value {
  width: 50%;
  text-align: right; }
  @media (min-width: 551px) {
    .cart-total-value {
      width: 40%; } }

.cart-total--grand-total {
  display: flex;
  align-items: center; }

.cart-total-grandTotal {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  top: auto;
  font-size: 2rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.cart-actions {
  padding: 1rem;
  text-align: center; }
  .cart-column-totals-content .cart-actions {
    padding-top: 0; }
    .cart-column-totals-content .cart-actions .button, .cart-column-totals-content .cart-actions .facetLabel {
      width: 100%; }
  .cart-actions .button, .cart-actions .facetLabel {
    float: none; }
  @media (min-width: 1024px) {
    .cart-actions {
      padding: 1.5rem; }
      .cart-column-totals-content .cart-actions {
        padding-top: 0; } }

.cart-blue-light-banner {
  margin: 1.5rem 0 0.5rem 0; }

.cart-blue-light-link {
  text-align: center;
  color: #29365a;
  font-size: 0.875rem; }

@media (min-width: 1024px) {
  .show-mobile {
    display: none; } }

.cart-item-you-may-also-need-mobile-wrapper {
  padding: 12px 0;
  background: #F4F5F7; }

.show-desktop {
  display: none; }
  @media (min-width: 1024px) {
    .show-desktop {
      display: block; } }

.cart-item-you-may-also-need {
  flex: 0 0 100%; }
  @media (min-width: 1024px) {
    .cart-item-you-may-also-need {
      margin-top: 1rem; } }
  .cart-item-you-may-also-need .you-may-also-need-carousel {
    background: #EAEBEE;
    border-radius: 4px; }
    .cart-item-you-may-also-need .you-may-also-need-carousel h3 {
      font-size: 16px;
      color: #2A3559; }
      @media (min-width: 1024px) {
        .cart-item-you-may-also-need .you-may-also-need-carousel h3 {
          font-size: 18px; } }
    .cart-item-you-may-also-need .you-may-also-need-carousel .slick-arrow {
      width: 2.25rem;
      height: 2.25rem;
      top: 1.5rem;
      border: 1px solid #2A3559; }
    .cart-item-you-may-also-need .you-may-also-need-carousel .slick-arrow::before {
      width: 2.25rem;
      height: 2.25rem;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .cart-item-you-may-also-need .you-may-also-need-carousel .slick-disabled {
      border: 1px solid #AAAEBD; }
    .cart-item-you-may-also-need .you-may-also-need-carousel .slick-track {
      width: 100% !important; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .slick-track > div:first-child {
        padding-left: 0 !important; }
    .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card {
      flex-direction: column;
      flex-wrap: nowrap;
      padding: 0.75rem;
      max-width: 10.75rem;
      width: 10.75rem !important;
      min-width: 10.75rem !important;
      margin: 0;
      box-sizing: border-box; }
    .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-figure {
      width: 100%; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-figure a {
        max-height: 100%; }
    .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-body {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      padding: 0;
      margin-bottom: 0.75rem; }
    .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .icon {
      width: 12px; }
    .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-title {
      font-size: 12px;
      color: #222A47;
      line-height: 16px; }
    .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-text {
      font-size: 14px;
      color: #222A47;
      font-weight: 700; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-text .strike-through {
        margin-left: 0.25rem;
        font-size: 12px;
        text-decoration-line: line-through;
        color: #6A728B; }
    .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions {
      max-height: 84px; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions .form-input-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        border: 1px solid #D4D7DE;
        border-radius: 4px; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions .form-quantity {
        position: absolute;
        cursor: pointer;
        fill: #2a3559;
        height: 100%;
        display: flex;
        flex-direction: column;
        top: 50%;
        transform: translateY(-50%);
        justify-content: center; }
        .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions .form-quantity svg {
          width: 0.75rem; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions .minus-button {
        left: 0;
        padding: 0 0.75rem; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions .plus-button {
        right: 0;
        padding: 0 0.75rem; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions .basket-recommended-input:focus {
        border: none;
        border-radius: 2px; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions .basket-recommended-input {
        border: none;
        max-width: 50%; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions .basket-recommended-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: textfield; }
      .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions form {
        display: flex;
        flex-direction: column;
        gap: 0.75rem; }
        .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions form input {
          width: 100%;
          height: 2.25rem;
          text-align: center;
          padding: 0;
          line-height: 38px; }
        .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions form .button-submit {
          border-radius: 100px;
          border: 1px solid #2A3559;
          margin: 0;
          font-size: 14px;
          color: #2A3559;
          padding: 0;
          min-height: 2.25rem; }
          .cart-item-you-may-also-need .you-may-also-need-carousel .you-may-also-need-slide .card-actions form .button-submit:hover {
            background: #eef2ff; }

.icon--ratingEmpty svg {
  fill: #d4d7de; }

.icon--ratingFull svg {
  fill: #547ef2; }

.icon--ratingHalf {
  position: relative; }
  .icon--ratingHalf svg:first-child {
    fill: #d4d7de; }
  .icon--ratingHalf svg:last-child {
    position: absolute;
    left: 0;
    top: 0;
    clip-path: inset(0 50% 0 0);
    fill: #ffc619; }

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }
  .card .productView-rating {
    margin-bottom: 0.5rem; }

.card-figure {
  padding: 0.5rem 0.5rem 0 0.5rem; }
  @media (min-width: 1024px) {
    .card-figure {
      padding: 0.25rem 0.25rem 0 0.25rem; } }

.card-body {
  background-color: #ffffff;
  padding: 1rem;
  flex: 1; }

.card-title {
  font-weight: 700;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: calc(22 / 16);
  margin-top: 0;
  text-align: left; }

.card-text--price {
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  color: #29365a;
  align-items: flex-end; }
  .card-text--price .price--base-price {
    margin-right: 0.5rem; }
  .card-text--price .price--sale-price {
    color: #ff6b6b; }
  .card-text--price .price--strikeout-grey {
    color: #545E7B; }

.plp-price-align {
  display: grid;
  grid-template-columns: repeat(3, 2.5rem); }

.card-sizes {
  border-top: 1px solid #d4d7de;
  font-size: 0.75rem;
  line-height: calc(16 / 12);
  padding-top: 0.375rem; }

.card-badge {
  position: absolute;
  left: 0.25rem;
  top: 2.375rem; }
  .card-badge:not(.card-badge--image) {
    padding: 0.25rem 0.5rem;
    border-radius: 0 0 0.5rem 0;
    z-index: 1;
    font-size: 0.875rem;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: calc(20 / 14); }
  .card-badge.has-cut-sku, .card-badge.custom-badge {
    top: 0.25rem; }

.card-text--price-wishlist-compare {
  display: flex;
  align-items: baseline; }
  .card-text--price-wishlist-compare .card-text--sale-price {
    color: #ff6b6b; }
  .card-text--price-wishlist-compare .card-text--strikethrough {
    font-size: 0.875rem;
    text-decoration: line-through; }

.card-text--flex {
  display: flex; }

.card-compare {
  position: relative;
  cursor: pointer;
  margin-left: auto; }
  .card-compare .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .card-compare svg {
    fill: #545e7b;
    cursor: pointer; }
  .card-compare input:checked + label svg {
    fill: #98b2f7; }
  .card-compare:hover svg, .card-compare:focus svg {
    fill: #767e95; }
  .card-compare:active svg {
    fill: #29365a; }

.card-wishlist {
  position: relative; }

.card-wishlist--attraqt .dropdown-menu.is-open {
  left: auto;
  right: 1.25rem;
  background-color: transparent;
  width: auto; }

.card-wishlist--attraqt .button, .card-wishlist--attraqt .facetLabel {
  background-color: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  margin-top: -1px;
  width: 14.0625rem;
  text-overflow: ellipsis;
  overflow: hidden; }
  .card-wishlist--attraqt .button:hover, .card-wishlist--attraqt .facetLabel:hover, .card-wishlist--attraqt .button:focus, .card-wishlist--attraqt .facetLabel:focus, .card-wishlist--attraqt .button:active, .card-wishlist--attraqt .facetLabel:active {
    background-color: #ffffff; }
  .card-wishlist--attraqt .button:hover, .card-wishlist--attraqt .facetLabel:hover {
    text-decoration: underline; }

.card-wishlist-button {
  padding: 0;
  margin-left: 0.5rem; }
  .card-wishlist-button .icon {
    height: 1.5rem;
    width: 1.5rem; }
  .card-wishlist-button svg {
    fill: #98b2f7; }
  .card-wishlist-button:hover svg, .card-wishlist-button:focus svg {
    fill: #547ef2; }
  .card-wishlist-button:active svg {
    fill: #324c91; }

.card--category .card-text {
  color: #29365a; }

.card--category ul {
  font-size: 0.75rem;
  line-height: calc(16 / 12);
  margin: 0.75rem 0; }

.card--category li {
  padding: 0.375rem 0; }
  .card--category li:not(:last-child) {
    border-bottom: 1px solid #ececec; }

.card--category .card-image {
  height: 100%;
  object-fit: cover;
  object-position: center; }

.actionBar--attraqt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 24px; }
  @media (min-width: 1024px) {
    .actionBar--attraqt {
      margin: 24px 0; } }
  .actionBar--attraqt::before, .actionBar--attraqt::after {
    display: none; }
  .actionBar--attraqt .form-field {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0; }
    .actionBar--attraqt .form-field::before, .actionBar--attraqt .form-field::after {
      display: none; }
  .actionBar--attraqt .form-label {
    margin-bottom: 0;
    margin-right: 0.5rem; }
  .actionBar--attraqt .form-select {
    width: auto; }
  .actionBar--attraqt .button--secondary-outline {
    display: block; }
    @media (min-width: 1024px) {
      .actionBar--attraqt .button--secondary-outline {
        display: none; } }

.actionBar-products-per-page .form-field {
  margin-right: 0.5rem; }

.actionBar-sort {
  display: none; }
  @media (min-width: 1024px) {
    .actionBar-sort {
      display: block; } }

.hero-carousel {
  position: relative;
  margin-bottom: 0 !important; }
  @media screen and (min-width: 1950px) {
    .hero-carousel {
      max-width: 1950px;
      margin-inline: auto;
      overflow: hidden; } }
  .hero-carousel .heroCarousel-content {
    height: 40%;
    max-height: 100%;
    width: 100%;
    background: rgba(25, 32, 54, 0.9);
    margin: 0;
    position: absolute;
    bottom: 2.75rem;
    left: 0;
    padding: 16px;
    text-align: left; }
    @media (min-width: 551px) {
      .hero-carousel .heroCarousel-content {
        transform: translate(0);
        top: unset; } }
    @media (min-width: 1024px) {
      .hero-carousel .heroCarousel-content {
        height: 100%;
        width: 635px;
        margin: 0 150px;
        padding: 0 48px;
        bottom: 0; } }
    .hero-carousel .heroCarousel-content .heroCarousel-title {
      color: white;
      font-size: 20px;
      line-height: 24px;
      font-family: "Nunito";
      font-weight: 300;
      text-align: left; }
      @media (min-width: 1024px) {
        .hero-carousel .heroCarousel-content .heroCarousel-title {
          font-size: 76px;
          line-height: 80px;
          margin-bottom: 1rem;
          display: block; } }
    .hero-carousel .heroCarousel-content .heroCarousel-description {
      color: white;
      font-size: 14px;
      font-family: "Lato", Arial, Helvetica, sans-serif;
      line-height: calc(32 / 24);
      text-align: left;
      margin-bottom: 1rem; }
      @media (min-width: 1024px) {
        .hero-carousel .heroCarousel-content .heroCarousel-description {
          font-size: 24px;
          margin-bottom: 1.5rem; } }
    .hero-carousel .heroCarousel-content .heroCarousel-action {
      font-size: 14px;
      padding: 0.5rem 1rem;
      margin: 0 16px 0 0;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .hero-carousel .heroCarousel-content .heroCarousel-action {
          font-size: 16px;
          padding: 1rem 2rem; } }
      .hero-carousel .heroCarousel-content .heroCarousel-action.button--heroCarousel {
        font-size: 14px;
        padding: 0.5rem 1rem; }
        @media (min-width: 1024px) {
          .hero-carousel .heroCarousel-content .heroCarousel-action.button--heroCarousel {
            font-size: 16px;
            padding: 1rem 2rem; } }
  .hero-carousel .heroCarousel-image-wrapper {
    height: 28.125rem; }
    @media screen and (min-width: 543px) {
      .hero-carousel .heroCarousel-image-wrapper {
        height: 37.5rem; } }
  .hero-carousel .heroCarousel-image-wrapper-video {
    position: relative;
    height: 28.125rem; }
    @media (min-width: 1024px) {
      .hero-carousel .heroCarousel-image-wrapper-video {
        height: 37.5rem; } }
    .hero-carousel .heroCarousel-image-wrapper-video .heroCarousel-video {
      height: 28.125rem;
      aspect-ratio: 16 / 9;
      position: absolute; }
      @media screen and (min-width: 841px) {
        .hero-carousel .heroCarousel-image-wrapper-video .heroCarousel-video {
          height: 56.25rem; } }
      @media screen and (min-width: 1500px) {
        .hero-carousel .heroCarousel-image-wrapper-video .heroCarousel-video {
          height: 63.75rem; } }
      @media screen and (min-width: 1800px) {
        .hero-carousel .heroCarousel-image-wrapper-video .heroCarousel-video {
          height: 68.75rem; } }
  .hero-carousel .heroCarousel-image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .hero-carousel .slick-arrow {
    height: 32px;
    width: 32px;
    border-radius: 50%; }
    .hero-carousel .slick-arrow::before {
      height: 9px;
      width: 5px; }
    .hero-carousel .slick-arrow.slick-prev {
      left: 10px; }
      .hero-carousel .slick-arrow.slick-prev::before {
        transition: 0.2s ease-in-out;
        background-image: unset;
        width: 9px;
        height: 9px;
        border-left: 2px solid #545e7b;
        border-bottom: 2px solid #545e7b;
        position: absolute;
        top: calc(50% - 5px);
        right: unset;
        left: calc(50% - 3px);
        transform: rotate(45deg); }
    .hero-carousel .slick-arrow.slick-next {
      right: 10px; }
      .hero-carousel .slick-arrow.slick-next::before {
        transition: 0.2s ease-in-out;
        background-image: unset;
        width: 9px;
        height: 9px;
        border-left: 2px solid #545e7b;
        border-bottom: 2px solid #545e7b;
        position: absolute;
        top: calc(50% - 5px);
        left: unset;
        right: calc(50% - 3px);
        transform: rotate(-135deg); }
  .hero-carousel .slick-dots {
    bottom: 0.5625rem;
    text-align: center;
    width: 100%;
    margin-top: 10px; }
    @media (min-width: 1024px) {
      .hero-carousel .slick-dots {
        width: auto;
        margin-left: 150px;
        padding-left: 30px;
        text-align: left; } }
    .hero-carousel .slick-dots li button {
      border-radius: 2px;
      width: 24px;
      height: 4px;
      border: 1px solid #ffffffcc;
      background-color: #ffffffcc; }
  .hero-carousel .heroCarousel-content--desktop {
    display: none; }
  .hero-carousel .heroCarousel-content--mobile {
    display: flex;
    align-items: center; }
  @media (min-width: 1024px) {
    .hero-carousel .heroCarousel-content--desktop {
      display: flex;
      align-items: center; }
    .hero-carousel .heroCarousel-content--mobile {
      display: none; } }

.usp-area-wrapper {
  background-color: #eef2fe; }

.usp-banner {
  height: 36px;
  background-color: #eef2fe;
  display: flex;
  align-items: center;
  max-width: 81rem;
  margin: 0 auto; }
  .usp-banner .usp-banner-container {
    padding: 0 1rem;
    opacity: 0;
    transition: opacity .25s linear; }
    .usp-banner .usp-banner-container.slick-initialized {
      opacity: 1; }
    .usp-banner .usp-banner-container .banner-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 !important; }
      .usp-banner .usp-banner-container .banner-item svg,
      .usp-banner .usp-banner-container .banner-item img {
        fill: #29365a;
        height: 1.375rem;
        width: 1.375rem;
        margin-right: 0.5rem; }
      .usp-banner .usp-banner-container .banner-item p {
        margin: 0;
        font-weight: 700;
        font-size: 12px;
        font-family: Nunito, Arial, Helvetica, sans-serif;
        color: #2A3559; }
        .usp-banner .usp-banner-container .banner-item p a {
          text-decoration: none; }
      .usp-banner .usp-banner-container .banner-item a {
        color: #2A3559; }
    .usp-banner .usp-banner-container .slick-list {
      padding: 0 !important; }
    .usp-banner .usp-banner-container .slick-arrow {
      border-radius: unset !important;
      width: 1.875rem;
      height: 1.875rem;
      padding: 0; }
      .usp-banner .usp-banner-container .slick-arrow.slick-prev, .usp-banner .usp-banner-container .slick-arrow.slick-next {
        background: unset;
        border: unset;
        margin: 0;
        padding: 0 0.625rem; }
      .usp-banner .usp-banner-container .slick-arrow.slick-prev {
        left: 0px; }
        .usp-banner .usp-banner-container .slick-arrow.slick-prev::before {
          width: 0.5rem;
          height: 0.5rem;
          content: '';
          border-right: 2px solid #0d0c22;
          border-bottom: 2px solid #0d0c22;
          transform: rotate(135deg);
          background-image: unset; }
      .usp-banner .usp-banner-container .slick-arrow.slick-next {
        right: 0px; }
        .usp-banner .usp-banner-container .slick-arrow.slick-next::before {
          width: 0.5rem;
          height: 0.5rem;
          content: '';
          border-right: 2px solid #0d0c22;
          border-bottom: 2px solid #0d0c22;
          transform: rotate(-45deg);
          background-image: unset; }

.content-section {
  min-height: 310px;
  margin: 45px 0; }
  .content-section .content-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% - 32px);
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden; }
    @media (min-width: 551px) {
      .content-section .content-section-wrapper {
        flex-direction: row; } }
    .content-section .content-section-wrapper.switch-image-position {
      flex-direction: column; }
      @media (min-width: 551px) {
        .content-section .content-section-wrapper.switch-image-position {
          flex-direction: row-reverse; } }
    .content-section .content-section-wrapper.content-section-wrapper--full-width {
      width: 100%;
      border-radius: 0;
      flex-direction: column-reverse; }
      @media (min-width: 1024px) {
        .content-section .content-section-wrapper.content-section-wrapper--full-width {
          flex-direction: row-reverse; } }
      .content-section .content-section-wrapper.content-section-wrapper--full-width .content-section-two {
        min-height: 320px; }
      .content-section .content-section-wrapper.content-section-wrapper--full-width .content-section-one,
      .content-section .content-section-wrapper.content-section-wrapper--full-width .content-section-two {
        width: 100%; }
        @media (min-width: 1024px) {
          .content-section .content-section-wrapper.content-section-wrapper--full-width .content-section-one,
          .content-section .content-section-wrapper.content-section-wrapper--full-width .content-section-two {
            width: 50%; } }
    @media (min-width: 551px) {
      .content-section .content-section-wrapper .content-section-one,
      .content-section .content-section-wrapper .content-section-two {
        width: 50%; } }
    .content-section .content-section-wrapper .content-section-one {
      background-color: #fff;
      padding: 48px 16px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (min-width: 551px) {
        .content-section .content-section-wrapper .content-section-one {
          padding: 32px;
          align-items: flex-start; } }
      @media (min-width: 1024px) {
        .content-section .content-section-wrapper .content-section-one {
          padding: 64px 96px; } }
      @media (min-width: 1024px) {
        .content-section .content-section-wrapper .content-section-one.content-section-one--slim-line {
          padding: 48px; } }
      .content-section .content-section-wrapper .content-section-one h3,
      .content-section .content-section-wrapper .content-section-one p {
        text-align: center; }
        @media (min-width: 551px) {
          .content-section .content-section-wrapper .content-section-one h3,
          .content-section .content-section-wrapper .content-section-one p {
            text-align: left; } }
      .content-section .content-section-wrapper .content-section-one p {
        font-size: 1rem;
        margin: 0 0 1.5rem; }
        .content-section .content-section-wrapper .content-section-one p .mystile-my {
          color: #f37130; }
        .content-section .content-section-wrapper .content-section-one p .mystile-stile {
          font-weight: 700; }
      .content-section .content-section-wrapper .content-section-one .button, .content-section .content-section-wrapper .content-section-one .facetLabel {
        margin: 0; }
    .content-section .content-section-wrapper .content-section-two {
      position: relative;
      overflow: hidden;
      min-height: 172px; }
      .content-section .content-section-wrapper .content-section-two img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }

.content-section-full-width .content-section-wrapper {
  width: 100%;
  flex-direction: column-reverse; }
  @media (min-width: 1024px) {
    .content-section-full-width .content-section-wrapper {
      flex-direction: row-reverse; } }
  .content-section-full-width .content-section-wrapper .content-section-one {
    width: 100%; }
    @media (min-width: 1024px) {
      .content-section-full-width .content-section-wrapper .content-section-one {
        width: 50%; } }
    .content-section-full-width .content-section-wrapper .content-section-one p {
      font-size: 16px; }
  .content-section-full-width .content-section-wrapper .content-section-two {
    min-height: 320px;
    width: 100%; }
    @media (min-width: 1024px) {
      .content-section-full-width .content-section-wrapper .content-section-two {
        width: 50%; } }

.text--orange {
  color: #f37130; }

.section-header {
  font-size: 32px;
  font-weight: 700;
  color: #29365a;
  margin: 0 0 16px; }

.categories-carousel {
  margin-left: 24px; }
  .categories-carousel h3 {
    margin-left: 8px; }
    .categories-carousel h3 span {
      color: #545e7b; }
  .categories-carousel > h3 {
    font-size: 2rem;
    line-height: calc(40 / 32); }
  .categories-carousel .slick-dots {
    display: flex !important;
    padding-right: 2.5rem;
    padding-left: 1rem;
    justify-content: space-between; }
    .categories-carousel .slick-dots li {
      width: 2rem;
      padding-right: 0;
      padding-left: 0; }
      .categories-carousel .slick-dots li button {
        width: 100%; }
    .categories-carousel .slick-dots li:not(.slick-active) button {
      background-color: #ffffff !important;
      border: 1px solid #ffffff !important; }
    .categories-carousel .slick-dots::before {
      content: "";
      position: absolute;
      width: calc(100% - 56px);
      left: 1rem;
      top: calc(50% + 1px);
      height: 0.25rem;
      border-radius: 0.125rem;
      background-color: #ffffff; }
  .categories-carousel .carousel-category {
    margin: 8px;
    border-radius: 12px;
    background-color: #fff;
    max-width: 312px;
    position: relative; }
    @media (min-width: 1024px) {
      .categories-carousel .carousel-category {
        max-width: 400px; } }
    .categories-carousel .carousel-category .custom-badge {
      font-size: 16px;
      height: 38px;
      width: auto;
      border-radius: 8px 0px 8px 0px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
      left: 0; }
    .categories-carousel .carousel-category .carousel-category-text {
      padding: 32px 24px; }
    .categories-carousel .carousel-category h3,
    .categories-carousel .carousel-category p {
      margin: 0;
      color: #29365a; }
    .categories-carousel .carousel-category a {
      text-decoration: none; }
  .categories-carousel .slick-list {
    padding: 0 20% 0 0 !important; }
  .categories-carousel .slick-arrow.slick-next {
    right: 20px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.8); }
    .categories-carousel .slick-arrow.slick-next::before {
      transition: .2s ease-in-out;
      background-image: unset;
      width: 12px;
      height: 12px;
      border-left: 2px solid #545e7b;
      border-bottom: 2px solid #545e7b;
      position: absolute;
      top: calc(50% - 6px);
      left: unset;
      right: calc(50% - 4px);
      transform: rotate(-135deg); }
    .categories-carousel .slick-arrow.slick-next:hover {
      background-color: white; }
  .categories-carousel .slick-arrow.slick-prev {
    display: none !important; }

.categories-carousel .carousel-category-text h3 {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 500;
  margin-bottom: 0.5rem; }

.section-carousel-background-image {
  padding: 50px 16px 220px; }
  @media (min-width: 551px) {
    .section-carousel-background-image {
      padding: 50px 16px 250px; } }
  @media (min-width: 1024px) {
    .section-carousel-background-image {
      padding: 50px 48px 230px; } }
  .section-carousel-background-image .carousel-background-image-wrapper {
    background-image: url("/assets/img/reasons-to-shop-with-us.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 8px;
    max-height: 230px;
    text-align: center;
    position: relative; }
    @media (min-width: 551px) {
      .section-carousel-background-image .carousel-background-image-wrapper {
        min-height: 390px; } }
    .section-carousel-background-image .carousel-background-image-wrapper h2 {
      font-size: 32px;
      line-height: 50px;
      color: #fff;
      font-weight: 700;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      width: 80%; }
      @media (min-width: 551px) {
        .section-carousel-background-image .carousel-background-image-wrapper h2 {
          font-size: 48px;
          line-height: 50px; } }
      @media (min-width: 1024px) {
        .section-carousel-background-image .carousel-background-image-wrapper h2 {
          font-size: 48px;
          line-height: calc(58 / 48); } }
    .section-carousel-background-image .carousel-background-image-wrapper .container {
      padding-top: 200px; }
      @media (min-width: 551px) {
        .section-carousel-background-image .carousel-background-image-wrapper .container {
          padding-top: 355px; } }
    .section-carousel-background-image .carousel-background-image-wrapper .banner-item {
      text-align: center;
      color: #545E7B;
      font-size: 0.875rem; }
      .section-carousel-background-image .carousel-background-image-wrapper .banner-item span {
        font-weight: 700;
        font-family: "Nunito", Arial, Helvetica, sans-serif;
        color: #29365a;
        font-size: 1rem; }
      .section-carousel-background-image .carousel-background-image-wrapper .banner-item .banner-circle {
        border: 1px solid #fff;
        border-radius: 50%;
        height: 64px;
        width: 64px;
        padding: 15px 10px;
        margin: 0 auto;
        margin-bottom: 1rem;
        background-color: #fff; }
        .section-carousel-background-image .carousel-background-image-wrapper .banner-item .banner-circle .icon {
          width: 30px;
          height: 30px;
          margin: 0 auto; }
        .section-carousel-background-image .carousel-background-image-wrapper .banner-item .banner-circle .icon-free-delivery {
          fill: #547ef2;
          width: 26px;
          height: 29px; }
        .section-carousel-background-image .carousel-background-image-wrapper .banner-item .banner-circle .icon-scissors {
          fill: #ffc619;
          width: 26px;
          height: 29px; }
        .section-carousel-background-image .carousel-background-image-wrapper .banner-item .banner-circle .icon-price-tag {
          fill: #67cac1;
          width: 32px;
          height: 32px; }
        .section-carousel-background-image .carousel-background-image-wrapper .banner-item .banner-circle .icon-contact-us {
          fill: #f37130;
          width: 36px;
          height: 32px; }

.help-panel {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #d4d7de; }
  .help-panel ul {
    list-style: none;
    margin: -0.375rem 0; }
  .help-panel h2 {
    font-size: 1rem;
    line-height: calc(20 / 16);
    margin: 0;
    color: #29365a; }
  .help-panel hr {
    border-color: #d4d7de;
    margin: 0.75rem 0; }
  .help-panel br {
    display: none; }
  .help-panel p {
    margin-bottom: 0; }
  .help-panel a {
    color: #29365a;
    font-size: 0.875rem;
    line-height: calc(20 / 14);
    display: block;
    padding: 0.375rem 0; }
    .help-panel a[href^=tel\:], .help-panel a[href^=mailto\:] {
      text-decoration: none; }
    .help-panel a[href^=tel\:]::before {
      content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(41, 54, 90)' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M1.27 1.18h2.65l.86 2.14-1.38.91a.61.61 0 0 0-.26.49.18.18 0 0 0 0 .06.72.72 0 0 0 0 .19 3.13 3.13 0 0 0 .15.64A4.62 4.62 0 0 0 4.5 7.5a4.62 4.62 0 0 0 1.85 1.18 3.13 3.13 0 0 0 .65.15.72.72 0 0 0 .19 0h.1a.59.59 0 0 0 .52-.33l.4-.79 2.62.44v2.55a8.55 8.55 0 0 1-7.27-2.26 8.55 8.55 0 0 1-2.29-7.26ZM4.37 5l1.06-.7a1.17 1.17 0 0 0 .44-1.42L5 .74A1.17 1.17 0 0 0 3.92 0H1.24A1.13 1.13 0 0 0 .11 1a9.78 9.78 0 0 0 2.61 8.28 9.78 9.78 0 0 0 8.33 2.61 1.13 1.13 0 0 0 .95-1.13V8.18A1.19 1.19 0 0 0 11 7l-2.61-.42a1.17 1.17 0 0 0-1.25.63l-.2.41-.22-.06a3.58 3.58 0 0 1-1.39-.89 3.58 3.58 0 0 1-.89-1.39A1.8 1.8 0 0 1 4.37 5Z'/%3E%3C/svg%3E");
      margin-right: 0.25rem; }
    .help-panel a[href^=mailto\:]::before {
      content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(41, 54, 90)' width='12.5' height='10' viewBox='0 0 12.5 10'%3E%3Cpath d='M0 1.25A1.25 1.25 0 0 1 1.25 0h10a1.25 1.25 0 0 1 1.25 1.25v7.5A1.25 1.25 0 0 1 11.25 10h-10A1.25 1.25 0 0 1 0 8.75Zm2.2 0 4.05 3.54 4.05-3.54Zm9.05.83-4.59 4a.64.64 0 0 1-.82 0l-4.59-4v6.67h10Z'/%3E%3C/svg%3E");
      margin-right: 0.25rem; }

.payment-icons-widget img:not(:last-child) {
  margin-right: 0.375rem; }

.attraqt-carousel h2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700; }
  @media (max-width: 500px) {
    .attraqt-carousel h2 {
      font-size: 25px; } }

.attraqt-carousel .productCarousel .slick-track {
  display: flex;
  align-items: stretch; }

.attraqt-carousel .slick-initialized .slick-slide {
  height: unset; }

.img-banner-section.container {
  padding: 0;
  max-width: 76rem; }
  @media (min-width: 1261px) {
    .img-banner-section.container {
      padding: 0; } }

.you-may-also-need-carousel {
  position: relative;
  padding: 1rem;
  background-color: #f6f9fe; }
  .you-may-also-need-carousel .productCarousel {
    margin: 0;
    position: static; }
  .you-may-also-need-carousel h3 {
    font-size: 1.25rem;
    margin-top: 0; }
  .you-may-also-need-carousel .card {
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 1rem; }
    .you-may-also-need-carousel .card .productView-rating {
      margin-bottom: 0; }
  .you-may-also-need-carousel .card-figure {
    height: 6rem;
    width: 6rem;
    flex: 0 0 96px; }
  .you-may-also-need-carousel .card-title {
    font-size: 0.875rem;
    font-family: "Lato", Arial, Helvetica, sans-serif; }
  .you-may-also-need-carousel .card-body {
    flex: 1;
    font-size: 0.875rem;
    padding-top: 0.5rem; }
  .you-may-also-need-carousel .card-actions {
    flex: 0 0 100%;
    margin-top: auto; }
    .you-may-also-need-carousel .card-actions form {
      margin-bottom: 0;
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
    .you-may-also-need-carousel .card-actions .button, .you-may-also-need-carousel .card-actions .facetLabel {
      margin-left: 1rem;
      flex: 1;
      padding-top: 0;
      padding-bottom: 0;
      vertical-align: middle; }
    .you-may-also-need-carousel .card-actions .button, .you-may-also-need-carousel .card-actions .facetLabel,
    .you-may-also-need-carousel .card-actions .form-input,
    .you-may-also-need-carousel .card-actions #ReviewsWidget .R-Field .R-Field__input,
    #ReviewsWidget .R-Field .you-may-also-need-carousel .card-actions .R-Field__input {
      margin-bottom: 0;
      height: 3.375rem; }
    
    .you-may-also-need-carousel .card-actions .form-input,
    .you-may-also-need-carousel .card-actions #ReviewsWidget .R-Field .R-Field__input,
    #ReviewsWidget .R-Field .you-may-also-need-carousel .card-actions .R-Field__input {
      width: 6rem; }
  .you-may-also-need-carousel .card-text {
    text-align: left; }
  .you-may-also-need-carousel .slick-track {
    display: flex;
    align-items: stretch; }
  .you-may-also-need-carousel .slick-slide {
    height: auto; }
  .you-may-also-need-carousel .slick-next,
  .you-may-also-need-carousel .slick-prev {
    top: 2rem;
    transform: none;
    height: 2rem;
    width: 2rem; }
    .you-may-also-need-carousel .slick-next::before,
    .you-may-also-need-carousel .slick-prev::before {
      background-size: 100%;
      background-position: center;
      background-size: 60%;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
  .you-may-also-need-carousel .slick-next {
    right: 1rem; }
  .you-may-also-need-carousel .slick-prev {
    left: auto;
    right: 3.75rem; }

.you-may-also-need-slide:not(:last-child) .card {
  margin-right: 1rem; }

.previewCart-you-may-also-need .you-may-also-need-carousel {
  background-color: transparent;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #d4d7de; }
  @media (min-width: 551px) {
    .previewCart-you-may-also-need .you-may-also-need-carousel {
      padding-left: 2rem;
      padding-right: 2rem;
      border: 1px solid #d4d7de;
      border-radius: 0.5rem; } }
  @media (min-width: 1024px) {
    .previewCart-you-may-also-need .you-may-also-need-carousel {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .previewCart-you-may-also-need .you-may-also-need-carousel > h3 {
    font-size: 1.5rem;
    text-align: left; }
    @media (min-width: 1024px) {
      .previewCart-you-may-also-need .you-may-also-need-carousel > h3 {
        padding: 0 1rem; } }

.previewCart-you-may-also-need .slick-prev::before,
.previewCart-you-may-also-need .slick-next::before {
  background-size: 85%; }

.previewCart-you-may-also-need .slick-prev {
  top: 50%;
  right: auto;
  left: 1.25rem; }

.previewCart-you-may-also-need .slick-next {
  top: 50%;
  right: 1.25rem;
  left: auto; }

.productView-you-may-also-need {
  float: left;
  width: 100%;
  margin-top: 2rem; }
  .productView-you-may-also-need .you-may-also-need-carousel {
    background-color: transparent;
    margin: 0 -0.75rem; }
    @media (min-width: 1024px) {
      .productView-you-may-also-need .you-may-also-need-carousel {
        margin: 0; } }
    .productView-you-may-also-need .you-may-also-need-carousel > h3 {
      font-size: 1.5rem; }
      @media (min-width: 1024px) {
        .productView-you-may-also-need .you-may-also-need-carousel > h3 {
          font-size: 2rem; } }
  .productView-you-may-also-need .slick-prev,
  .productView-you-may-also-need .slick-next {
    height: 2.75rem;
    width: 2.75rem;
    display: none !important; }
    @media (min-width: 1024px) {
      .productView-you-may-also-need .slick-prev,
      .productView-you-may-also-need .slick-next {
        display: inline-block !important; } }
  .productView-you-may-also-need .slick-prev {
    top: calc(50% + 24px);
    right: auto;
    left: -3rem; }
  .productView-you-may-also-need .slick-next {
    top: calc(50% + 24px);
    right: -3rem;
    left: auto; }

.productView-product-regions {
  clear: both; }
  .productView-product-regions div {
    display: block;
    padding: 0; }

.product-carousels h2 {
  font-size: 30px;
  color: #2A3559;
  margin-bottom: 12px; }

@media (min-width: 1024px) {
  div[data-content-region="alertBar--global"] {
    position: relative;
    z-index: 9999; } }

div[data-content-region="alertBar--global"] div[data-sub-layout] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.custom-alert-bar {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 2.5625rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: bold;
  font-family: lato, Arial, Helvetica, sans-serif;
  padding: 0.5rem 1.5rem; }
  .content-manager--page-builder .custom-alert-bar {
    display: flex !important; }
  .custom-alert-bar__dark-blue {
    background-color: #cc0000;
    color: #ffffff; }
  .custom-alert-bar__blue {
    background-color: #547EF2;
    color: #ffffff; }
  .custom-alert-bar__orange {
    background-color: #F37130;
    color: #222A47; }
    .custom-alert-bar__orange .custom-alert-bar__close svg path {
      fill: #222A47; }
  .custom-alert-bar__yellow {
    background-color: #FFC619;
    color: #222A47; }
    .custom-alert-bar__yellow .custom-alert-bar__close svg path {
      fill: #222A47; }
  .custom-alert-bar__turquoise {
    background-color: #67CAC1;
    color: #222A47; }
    .custom-alert-bar__turquoise .custom-alert-bar__close svg path {
      fill: #222A47; }
  .custom-alert-bar__Dark-green {
    background-color: #84947a;
    color: #222A47; }
    .custom-alert-bar__Dark-green .custom-alert-bar__close svg path {
      fill: #222A47; }
  .custom-alert-bar__content {
    padding: 0 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    font-size: 0.75rem; }
    @media (min-width: 551px) {
      .custom-alert-bar__content {
        flex-direction: row;
        gap: 1.25rem; } }
  .custom-alert-bar__close {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 1rem;
    cursor: pointer; }
    .custom-alert-bar__close svg {
      fill: #000; }
  .custom-alert-bar span a {
    color: inherit; }

.guides-advice {
  margin: 0 -10px;
  opacity: 0; }
  .guides-advice.slick-initialized {
    opacity: 1; }
  .guides-advice .slick-track {
    margin-left: 0;
    margin-right: 0; }
  .guides-advice__item-content {
    padding: 0 0.625rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem; }
  .guides-advice__item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0.25rem; }
  .guides-advice__item-link {
    width: auto;
    font-size: 1rem;
    text-decoration: none;
    color: #29365a;
    font-weight: 700; }
  .guides-advice__item-tag {
    display: flex;
    padding-bottom: 3rem;
    margin-left: -0.2rem; }
    .guides-advice__item-tag span {
      font-size: 12px;
      padding: 0.1rem 0.6rem;
      background-color: #98B2F7;
      border: 1px solid #98B2F7;
      border-radius: 100px;
      text-align: center; }
  .guides-advice .video-container {
    position: relative;
    aspect-ratio: 1; }
    .guides-advice .video-container iframe {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.banner--advice .banner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #fff;
  padding: 96px 8px; }
  @media (min-width: 1024px) {
    .banner--advice .banner-wrapper {
      grid-template-columns: 1fr 1fr 1fr; } }
  .banner--advice .banner-wrapper .banner-middle-text {
    margin: 24px 28px 0;
    text-align: center;
    grid-row: 2;
    grid-column: 1 / span 2; }
    .banner--advice .banner-wrapper .banner-middle-text h3 {
      margin-top: 0.75rem; }
    @media (min-width: 1024px) {
      .banner--advice .banner-wrapper .banner-middle-text {
        grid-row: 1;
        grid-column: 2; } }

.roofed-square {
  background-color: #29365a;
  width: 12px;
  height: 9px;
  margin: 0 auto;
  position: relative;
  border-radius: 2px; }
  .roofed-square::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 4px solid #29365a; }

.background-image-right {
  text-align: right; }

.carousel-tooltip {
  display: none !important; }

.slick-dots li button {
  border-radius: 2px;
  width: 24px;
  height: 4px;
  border: 1px solid #D4D7DE;
  background-color: #D4D7DE; }
  .slick-dots li button:hover::before {
    display: none; }

.slick-dots li button::before {
  display: none; }

.slick-dots .slick-active button {
  background-color: #f37130 !important;
  border: 1px solid #f37130 !important; }
  .slick-dots .slick-active button::before {
    opacity: 0 !important; }
  .slick-dots .slick-active button:hover {
    background-color: #FFFFFF; }
  .slick-dots .slick-active button .carousel-tooltip {
    display: none; }

.slick-arrow {
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 50%; }

.slick-prev,
.slick-next {
  background-color: #ffffff; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #fdfdfd;
    border-color: #fdfdfd; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.9; }
    .slick-prev.slick-disabled::before,
    .slick-next.slick-disabled::before {
      opacity: 0.5; }
  .slick-prev::before,
  .slick-next::before {
    background-size: 125%; }

.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(84, 94, 123)' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
  background-position: center -1px; }

.slick-prev:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(84, 94, 123)' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E"); }

.slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='transform: rotate(180deg);' fill='rgb(84, 94, 123)' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
  background-position: 0 -1px; }

.slick-next:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='transform: rotate(180deg);' fill='rgb(84, 94, 123)' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E"); }

.page--createaccount {
  background-color: #F4F5F7; }
  @media (min-width: 1024px) {
    .page--createaccount .form-actions {
      display: flex; } }
  .page--createaccount .field-required {
    color: red; }
  .page--createaccount .field-optional {
    color: #545E7B; }
  .page--createaccount .form-row:before {
    display: none; }
  .page--createaccount fieldset {
    border: 0px;
    padding: 0; }

.create-account-container {
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem auto; }
  @media (min-width: 1261px) {
    .create-account-container {
      width: 90%; } }

.account {
  width: 90%; }

.account-body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .account-body p {
    font-weight: bold;
    color: #29365a; }

.page-heading {
  padding-top: 2rem;
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
  color: #29365a; }

.sign-in {
  text-align: center;
  padding-top: 1rem; }
  @media (min-width: 1024px) {
    .sign-in {
      display: flex;
      gap: 0.2rem; } }

.details-section, .address-section, password-section {
  padding-bottom: 2rem; }

.account-creation-sections p {
  font-family: nunito;
  font-weight: bold; }

.account-creation-sections .details-fields {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "firstName" "lastName" "email" "phone"; }
  .account-creation-sections .details-fields #FormField_4 {
    grid-area: firstName; }
  .account-creation-sections .details-fields #FormField_5 {
    grid-area: lastName; }
  .account-creation-sections .details-fields #FormField_1 {
    grid-area: email; }
  .account-creation-sections .details-fields #FormField_7 {
    grid-area: phone; }
  @media (min-width: 1024px) {
    .account-creation-sections .details-fields {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 0 1rem;
      grid-template-areas: "firstName lastName" "email phone"; } }

.account-creation-sections .address-fields {
  display: grid;
  grid-template-areas: "address1" "address2" "companyName" "city" "province" "country"; }
  .account-creation-sections .address-fields #FormField_8 {
    grid-area: address1; }
  .account-creation-sections .address-fields #FormField_9 {
    grid-area: address2; }
  .account-creation-sections .address-fields #FormField_6 {
    grid-area: companyName; }
  .account-creation-sections .address-fields #FormField_10 {
    grid-area: city; }
  .account-creation-sections .address-fields #FormField_29 {
    grid-area: province; }
  .account-creation-sections .address-fields #FormField_11 {
    grid-area: country; }
  @media (min-width: 1024px) {
    .account-creation-sections .address-fields {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 0 1rem;
      grid-template-areas: "address1 address2" "companyName city" "province country"; } }

@media (min-width: 1024px) {
  .account-creation-sections .password-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem; } }

.account-creation-sections .details-section-header {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .account-creation-sections .details-section-header #required-label {
    font-weight: normal; }
    .account-creation-sections .details-section-header #required-label span {
      color: red; }

.offers label {
  display: none; }

.offers .form-field {
  margin: 0 0 1rem; }

.offers #FormField_31 {
  padding-bottom: 0.5rem; }

.privacy-policy-span {
  margin-bottom: 1rem; }

.page--login .body {
  margin: 0 auto; }
  .page--login .body > .container {
    max-width: 100%;
    padding: 0 0;
    overflow: auto; }

.page--login .footer .footer-info {
  padding: 0 6rem; }

.page--login .footer .footer-copyright {
  padding: 0 6rem; }

.login {
  background-image: url(../img/login-page-background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 8rem; }
  @media (min-width: 1024px) {
    .login {
      padding-top: 1rem; } }
  @media (min-width: 1261px) {
    .login {
      padding-bottom: 9rem; } }

.login-row {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(25, 32, 54, 0.15);
  background: #FFFFFF;
  max-width: 382px; }
  @media (min-width: 1024px) {
    .login-row {
      max-width: 504px; } }
  @media (min-width: 1261px) {
    .login-row {
      max-width: 620px; } }

.login-form {
  width: 95%; }
  .login-form h1 {
    font-weight: bold;
    padding-bottom: 1rem;
    margin-top: 2rem; }
  .login-form .login-field {
    margin: 0 0 1rem; }
  .login-form .forgot-password {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .login-form .forgot-password a {
      color: #545E7B; }
  .login-form .form-actions {
    display: inline; }
    .login-form .form-actions input {
      width: 100%; }
  .login-form .sign-up {
    margin-top: 1rem;
    font-weight: bold; }
  @media (min-width: 1024px) {
    .login-form {
      margin-top: 0rem; }
      .login-form .form-actions input {
        width: initial; } }
  @media (min-width: 1261px) {
    .login-form {
      width: 80%; } }

.page--account_orderstatus .body, .page--account_inbox .body, .page--account_addressbook .body,
.page--wishlists .body, .page--account_recentitems .body, .page--editaccount .body, .page--shippingaddressform .body,
.page--add-wishlist .body, .page--wishlist .body, .page--account_order .body, .page--account_returns .body, .page--account_new_return .body,
.page--account_saved_return .body, .page--account_paymentmethods .body, .page--account_addpaymentmethod .body {
  background-color: #F4F5F7;
  margin-bottom: 0;
  margin-top: 0; }
  .page--account_orderstatus .body .container, .page--account_inbox .body .container, .page--account_addressbook .body .container,
  .page--wishlists .body .container, .page--account_recentitems .body .container, .page--editaccount .body .container, .page--shippingaddressform .body .container,
  .page--add-wishlist .body .container, .page--wishlist .body .container, .page--account_order .body .container, .page--account_returns .body .container, .page--account_new_return .body .container,
  .page--account_saved_return .body .container, .page--account_paymentmethods .body .container, .page--account_addpaymentmethod .body .container {
    margin: 0 auto;
    padding-bottom: 6rem;
    padding: 1.25rem 1rem; }
    @media (min-width: 1261px) {
      .page--account_orderstatus .body .container, .page--account_inbox .body .container, .page--account_addressbook .body .container,
      .page--wishlists .body .container, .page--account_recentitems .body .container, .page--editaccount .body .container, .page--shippingaddressform .body .container,
      .page--add-wishlist .body .container, .page--wishlist .body .container, .page--account_order .body .container, .page--account_returns .body .container, .page--account_new_return .body .container,
      .page--account_saved_return .body .container, .page--account_paymentmethods .body .container, .page--account_addpaymentmethod .body .container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        padding-top: 2rem;
        padding-bottom: 6rem; } }

.page--account_orderstatus .account-head, .page--account_inbox .account-head, .page--account_addressbook .account-head,
.page--wishlists .account-head, .page--account_recentitems .account-head, .page--editaccount .account-head, .page--shippingaddressform .account-head,
.page--add-wishlist .account-head, .page--wishlist .account-head, .page--account_order .account-head, .page--account_returns .account-head, .page--account_new_return .account-head,
.page--account_saved_return .account-head, .page--account_paymentmethods .account-head, .page--account_addpaymentmethod .account-head {
  margin-bottom: 1rem; }

.page--account_orderstatus .account-heading, .page--account_inbox .account-heading, .page--account_addressbook .account-heading,
.page--wishlists .account-heading, .page--account_recentitems .account-heading, .page--editaccount .account-heading, .page--shippingaddressform .account-heading,
.page--add-wishlist .account-heading, .page--wishlist .account-heading, .page--account_order .account-heading, .page--account_returns .account-heading, .page--account_new_return .account-heading,
.page--account_saved_return .account-heading, .page--account_paymentmethods .account-heading, .page--account_addpaymentmethod .account-heading {
  color: #29365A;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: start; }

.page--account_orderstatus .page-heading, .page--account_inbox .page-heading, .page--account_addressbook .page-heading,
.page--wishlists .page-heading, .page--account_recentitems .page-heading, .page--editaccount .page-heading, .page--shippingaddressform .page-heading,
.page--add-wishlist .page-heading, .page--wishlist .page-heading, .page--account_order .page-heading, .page--account_returns .page-heading, .page--account_new_return .page-heading,
.page--account_saved_return .page-heading, .page--account_paymentmethods .page-heading, .page--account_addpaymentmethod .page-heading {
  color: #29365A;
  font-size: 2rem;
  font-weight: bold;
  text-align: start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0; }

.page--account_orderstatus .account-body, .page--account_inbox .account-body, .page--account_addressbook .account-body,
.page--wishlists .account-body, .page--account_recentitems .account-body, .page--editaccount .account-body, .page--shippingaddressform .account-body,
.page--add-wishlist .account-body, .page--wishlist .account-body, .page--account_order .account-body, .page--account_returns .account-body, .page--account_new_return .account-body,
.page--account_saved_return .account-body, .page--account_paymentmethods .account-body, .page--account_addpaymentmethod .account-body {
  padding: 0 0.75rem; }

.page--account_orderstatus .addressList, .page--account_inbox .addressList, .page--account_addressbook .addressList,
.page--wishlists .addressList, .page--account_recentitems .addressList, .page--editaccount .addressList, .page--shippingaddressform .addressList,
.page--add-wishlist .addressList, .page--wishlist .addressList, .page--account_order .addressList, .page--account_returns .addressList, .page--account_new_return .addressList,
.page--account_saved_return .addressList, .page--account_paymentmethods .addressList, .page--account_addpaymentmethod .addressList {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .page--account_orderstatus .addressList, .page--account_inbox .addressList, .page--account_addressbook .addressList,
    .page--wishlists .addressList, .page--account_recentitems .addressList, .page--editaccount .addressList, .page--shippingaddressform .addressList,
    .page--add-wishlist .addressList, .page--wishlist .addressList, .page--account_order .addressList, .page--account_returns .addressList, .page--account_new_return .addressList,
    .page--account_saved_return .addressList, .page--account_paymentmethods .addressList, .page--account_addpaymentmethod .addressList {
      padding-left: 1.875rem; } }
  @media (min-width: 1261px) {
    .page--account_orderstatus .addressList, .page--account_inbox .addressList, .page--account_addressbook .addressList,
    .page--wishlists .addressList, .page--account_recentitems .addressList, .page--editaccount .addressList, .page--shippingaddressform .addressList,
    .page--add-wishlist .addressList, .page--wishlist .addressList, .page--account_order .addressList, .page--account_returns .addressList, .page--account_new_return .addressList,
    .page--account_saved_return .addressList, .page--account_paymentmethods .addressList, .page--account_addpaymentmethod .addressList {
      padding-left: 1.125rem; } }

.page--account_orderstatus .address-heading, .page--account_inbox .address-heading, .page--account_addressbook .address-heading,
.page--wishlists .address-heading, .page--account_recentitems .address-heading, .page--editaccount .address-heading, .page--shippingaddressform .address-heading,
.page--add-wishlist .address-heading, .page--wishlist .address-heading, .page--account_order .address-heading, .page--account_returns .address-heading, .page--account_new_return .address-heading,
.page--account_saved_return .address-heading, .page--account_paymentmethods .address-heading, .page--account_addpaymentmethod .address-heading {
  color: #29365A;
  font-size: 2rem;
  font-weight: bold; }

.page--account_orderstatus .field-required, .page--account_orderstatus #required-label span, .page--account_inbox .field-required, .page--account_inbox #required-label span, .page--account_addressbook .field-required, .page--account_addressbook #required-label span,
.page--wishlists .field-required,
.page--wishlists #required-label span, .page--account_recentitems .field-required, .page--account_recentitems #required-label span, .page--editaccount .field-required, .page--editaccount #required-label span, .page--shippingaddressform .field-required, .page--shippingaddressform #required-label span,
.page--add-wishlist .field-required,
.page--add-wishlist #required-label span, .page--wishlist .field-required, .page--wishlist #required-label span, .page--account_order .field-required, .page--account_order #required-label span, .page--account_returns .field-required, .page--account_returns #required-label span, .page--account_new_return .field-required, .page--account_new_return #required-label span,
.page--account_saved_return .field-required,
.page--account_saved_return #required-label span, .page--account_paymentmethods .field-required, .page--account_paymentmethods #required-label span, .page--account_addpaymentmethod .field-required, .page--account_addpaymentmethod #required-label span {
  color: red; }

.page--account_orderstatus .details-section-header, .page--account_inbox .details-section-header, .page--account_addressbook .details-section-header,
.page--wishlists .details-section-header, .page--account_recentitems .details-section-header, .page--editaccount .details-section-header, .page--shippingaddressform .details-section-header,
.page--add-wishlist .details-section-header, .page--wishlist .details-section-header, .page--account_order .details-section-header, .page--account_returns .details-section-header, .page--account_new_return .details-section-header,
.page--account_saved_return .details-section-header, .page--account_paymentmethods .details-section-header, .page--account_addpaymentmethod .details-section-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 1.5rem;
  font-family: nunito, lato, Arial, Helvetica, sans-serif; }
  .page--account_orderstatus .details-section-header #required-label, .page--account_inbox .details-section-header #required-label, .page--account_addressbook .details-section-header #required-label,
  .page--wishlists .details-section-header #required-label, .page--account_recentitems .details-section-header #required-label, .page--editaccount .details-section-header #required-label, .page--shippingaddressform .details-section-header #required-label,
  .page--add-wishlist .details-section-header #required-label, .page--wishlist .details-section-header #required-label, .page--account_order .details-section-header #required-label, .page--account_returns .details-section-header #required-label, .page--account_new_return .details-section-header #required-label,
  .page--account_saved_return .details-section-header #required-label, .page--account_paymentmethods .details-section-header #required-label, .page--account_addpaymentmethod .details-section-header #required-label {
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: normal; }

.page--account_orderstatus .change-password-section, .page--account_inbox .change-password-section, .page--account_addressbook .change-password-section,
.page--wishlists .change-password-section, .page--account_recentitems .change-password-section, .page--editaccount .change-password-section, .page--shippingaddressform .change-password-section,
.page--add-wishlist .change-password-section, .page--wishlist .change-password-section, .page--account_order .change-password-section, .page--account_returns .change-password-section, .page--account_new_return .change-password-section,
.page--account_saved_return .change-password-section, .page--account_paymentmethods .change-password-section, .page--account_addpaymentmethod .change-password-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .page--account_orderstatus .change-password-section .details-section-fields, .page--account_inbox .change-password-section .details-section-fields, .page--account_addressbook .change-password-section .details-section-fields,
    .page--wishlists .change-password-section .details-section-fields, .page--account_recentitems .change-password-section .details-section-fields, .page--editaccount .change-password-section .details-section-fields, .page--shippingaddressform .change-password-section .details-section-fields,
    .page--add-wishlist .change-password-section .details-section-fields, .page--wishlist .change-password-section .details-section-fields, .page--account_order .change-password-section .details-section-fields, .page--account_returns .change-password-section .details-section-fields, .page--account_new_return .change-password-section .details-section-fields,
    .page--account_saved_return .change-password-section .details-section-fields, .page--account_paymentmethods .change-password-section .details-section-fields, .page--account_addpaymentmethod .change-password-section .details-section-fields {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 1rem; } }

.page--account_orderstatus .form-actions, .page--account_inbox .form-actions, .page--account_addressbook .form-actions,
.page--wishlists .form-actions, .page--account_recentitems .form-actions, .page--editaccount .form-actions, .page--shippingaddressform .form-actions,
.page--add-wishlist .form-actions, .page--wishlist .form-actions, .page--account_order .form-actions, .page--account_returns .form-actions, .page--account_new_return .form-actions,
.page--account_saved_return .form-actions, .page--account_paymentmethods .form-actions, .page--account_addpaymentmethod .form-actions {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .page--account_orderstatus .form-actions, .page--account_inbox .form-actions, .page--account_addressbook .form-actions,
    .page--wishlists .form-actions, .page--account_recentitems .form-actions, .page--editaccount .form-actions, .page--shippingaddressform .form-actions,
    .page--add-wishlist .form-actions, .page--wishlist .form-actions, .page--account_order .form-actions, .page--account_returns .form-actions, .page--account_new_return .form-actions,
    .page--account_saved_return .form-actions, .page--account_paymentmethods .form-actions, .page--account_addpaymentmethod .form-actions {
      flex-direction: row;
      flex-wrap: nowrap; } }

@media (min-width: 1261px) {
  .page--account_orderstatus .account--fixedLarge, .page--account_inbox .account--fixedLarge, .page--account_addressbook .account--fixedLarge,
  .page--wishlists .account--fixedLarge, .page--account_recentitems .account--fixedLarge, .page--editaccount .account--fixedLarge, .page--shippingaddressform .account--fixedLarge,
  .page--add-wishlist .account--fixedLarge, .page--wishlist .account--fixedLarge, .page--account_order .account--fixedLarge, .page--account_returns .account--fixedLarge, .page--account_new_return .account--fixedLarge,
  .page--account_saved_return .account--fixedLarge, .page--account_paymentmethods .account--fixedLarge, .page--account_addpaymentmethod .account--fixedLarge {
    margin: initial; } }

@media (min-width: 1261px) {
  .page--account_orderstatus .account--fixed, .page--account_inbox .account--fixed, .page--account_addressbook .account--fixed,
  .page--wishlists .account--fixed, .page--account_recentitems .account--fixed, .page--editaccount .account--fixed, .page--shippingaddressform .account--fixed,
  .page--add-wishlist .account--fixed, .page--wishlist .account--fixed, .page--account_order .account--fixed, .page--account_returns .account--fixed, .page--account_new_return .account--fixed,
  .page--account_saved_return .account--fixed, .page--account_paymentmethods .account--fixed, .page--account_addpaymentmethod .account--fixed {
    margin: initial; } }

.navBar--account {
  display: block; }
  .navBar--account .icon svg {
    fill: #29365a; }

@media (min-width: 1261px) {
  .page--account_order .account {
    margin-bottom: 1.5rem; } }

.account {
  padding: 0.1rem 1rem 1rem 1rem;
  margin-bottom: 4rem;
  background: #ffffff;
  border-radius: 8px;
  width: 100%; }
  @media (min-width: 1261px) {
    .account {
      padding-left: 2rem;
      padding-right: 2rem;
      margin-bottom: 5rem;
      flex: 1;
      flex: 1; } }

.delete-icon {
  fill: #ff6b6b;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  margin-top: 0.1rem; }

.new-address-heading {
  margin: 0 -1rem 3rem; }

.pagination-list .pagination-item.pagination-item--current {
  border-radius: 25px; }

@media (min-width: 1261px) {
  .page--editaccount .form {
    margin-left: 0.3125rem;
    margin-right: 7.875rem; } }

.page--editaccount .address-heading {
  color: #29365A;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.375rem; }

.page--account_returns .account--fixed {
  padding-top: 2rem; }

.page--account_returns .account-heading {
  font-size: 2rem; }

.page--account_returns .account--fixed, .page--account_new_return .account--fixed, .page--account_saved_return .account {
  min-height: 75vh; }

.page--account_new_return .account--fixed p {
  padding-top: 1rem; }

@media (min-width: 1261px) {
  .page--account_saved_return .account {
    margin: 0; } }

.page--account_orderstatus .account--fixed {
  min-height: 75vh; }

@media (min-width: 551px) {
  .page--account_orderstatus .table-mobile-hr {
    display: none; } }

.page--account_orderstatus .table-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "order-col total-col" "order-row total-row" "date-col status-col" "date-row status-row"; }
  .page--account_orderstatus .table-container .order-col {
    grid-area: order-col;
    font-weight: bold;
    width: 44px; }
  .page--account_orderstatus .table-container .order-row {
    grid-area: order-row;
    width: 160px; }
  .page--account_orderstatus .table-container .date-col {
    grid-area: date-col;
    font-weight: bold;
    margin-top: 1rem;
    width: 96px; }
  .page--account_orderstatus .table-container .date-row {
    grid-area: date-row;
    width: 96px; }
  .page--account_orderstatus .table-container .total-col {
    grid-area: total-col;
    font-weight: bold;
    width: 96px; }
  .page--account_orderstatus .table-container .total-row {
    grid-area: total-row;
    width: 96px; }
  .page--account_orderstatus .table-container .status-col {
    grid-area: status-col;
    font-weight: bold;
    margin-top: 1rem;
    width: 82px; }
  .page--account_orderstatus .table-container .status-row {
    grid-area: status-row;
    width: 82px; }
  @media (min-width: 551px) {
    .page--account_orderstatus .table-container {
      display: none; } }

.page--account_orderstatus .table-container-med {
  display: none; }
  @media (min-width: 551px) {
    .page--account_orderstatus .table-container-med {
      display: block; }
      .page--account_orderstatus .table-container-med .table-header {
        display: flex; }
        .page--account_orderstatus .table-container-med .table-header h6 {
          font-weight: bold; }
      .page--account_orderstatus .table-container-med .table-body {
        display: flex;
        align-items: center; }
        .page--account_orderstatus .table-container-med .table-body a {
          color: #29365a; }
      .page--account_orderstatus .table-container-med .order-col, .page--account_orderstatus .table-container-med .order-row {
        width: 110px;
        margin-right: 1.5rem; }
      .page--account_orderstatus .table-container-med .order-row {
        font-weight: normal;
        font-family: nunito, Arial, Helvetica, sans-serif; }
      .page--account_orderstatus .table-container-med .date-col, .page--account_orderstatus .table-container-med .date-row {
        width: 96px;
        margin-right: 1.8125rem; }
      .page--account_orderstatus .table-container-med .total-col, .page--account_orderstatus .table-container-med .total-row {
        width: 96px;
        margin-right: 1.6875rem; }
      .page--account_orderstatus .table-container-med .status-col, .page--account_orderstatus .table-container-med .status-row {
        width: auto; }
      .page--account_orderstatus .table-container-med hr {
        margin: 1.5rem 0; } }
  @media (min-width: 1261px) {
    .page--account_orderstatus .table-container-med .order-col, .page--account_orderstatus .table-container-med .order-row {
      width: 160px;
      margin-right: 1.5rem; }
    .page--account_orderstatus .table-container-med .date-col, .page--account_orderstatus .table-container-med .date-row {
      width: 96px;
      margin-right: 1.5rem; }
    .page--account_orderstatus .table-container-med .total-col, .page--account_orderstatus .table-container-med .total-row {
      width: 96px;
      margin-right: 11.875rem; }
    .page--account_orderstatus .table-container-med .status-col, .page--account_orderstatus .table-container-med .status-row {
      width: 256px; } }

.page--account_orderstatus h6 {
  margin: 0;
  text-transform: initial;
  font-size: 16px;
  color: #29365a; }

.page--account_order .account-content--fixedSmall .account-orderTotal {
  width: 100%; }

@media (min-width: 551px) {
  .page--account_order .account-content--fixedSmall {
    width: 100%; }
    .page--account_order .account-content--fixedSmall .account-list {
      width: 100%; }
    .page--account_order .account-content--fixedSmall .account-listItem {
      width: 100%; } }

@media (min-width: 1261px) {
  .page--account_order .account-content--fixedSmall {
    width: 55%; }
    .page--account_order .account-content--fixedSmall .account-orderTotal {
      width: 70%; } }

@media (min-width: 551px) {
  .page--account_order .account-sidebar {
    width: 100%; } }

@media (min-width: 1261px) {
  .page--account_order .account-sidebar {
    width: 45%; } }

.page--account_order .definitionList-key {
  color: black;
  font-weight: bold;
  font-size: 1rem;
  font-family: "Nunito", Arial, Helvetica, sans-serif; }

.page--account_order .definitionList-value {
  text-align: end;
  font-size: 1rem;
  font-family: "Nunito", Arial, Helvetica, sans-serif; }

.page--account_order .button-invoice {
  border-radius: 100px;
  border: 1px solid #A4DFDA;
  background: #A4DFDA;
  font-size: 0.75rem;
  width: 100%;
  height: 31px; }
  @media (min-width: 551px) {
    .page--account_order .button-invoice {
      width: initial;
      height: inherit; } }

.page--account_order .account-list .account-product-checkItem {
  padding-right: 0.75rem; }

@media (min-width: 1261px) {
  .page--account_order .account-list {
    padding-left: 2rem; } }

.page--account_order .order-details-info {
  margin-bottom: 4rem; }
  .page--account_order .order-details-info .button, .page--account_order .order-details-info .facetLabel {
    width: 15.625rem;
    margin: 0 auto; }
    @media (min-width: 551px) {
      .page--account_order .order-details-info .button, .page--account_order .order-details-info .facetLabel {
        width: initial; } }

.page--account_order .account-product-title {
  color: #29365a; }

.page--account_order .account-orderTotal-key {
  color: #29365a;
  font-weight: bold; }

.page--account_order .account-order-address #order-name {
  font-weight: bold;
  padding-bottom: 1rem; }

.page--account_order .account-order-address #order-country {
  padding-bottom: 1.5rem; }

.page--account_order .account-order-address .account-product-figure {
  margin: 0 5rem 0 0; }

.page--account_order .account-product--alignMiddle {
  display: flex; }

.page--account_order .account-product-body {
  width: 100%;
  padding-left: 0.75rem; }
  .page--account_order .account-product-body .account-product-price, .page--account_order .account-product-body .account-product-title {
    font-weight: bold;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1rem; }

.page--account_order hr {
  margin: 1rem 0; }

.page--wishlists .button--edit {
  border: none;
  background: #A4DFDA;
  padding: 0.5rem 1rem;
  font-family: lato, Arial, Helvetica, sans-serif; }

.page--wishlists .button--tertiary-teal, .page--wishlists .button--tertiary-red {
  font-family: lato, Arial, Helvetica, sans-serif; }

.page--wishlists .button--delete {
  border: none;
  background-color: #FFA8A8 !important;
  padding: 0.5rem 1rem; }

.page--wishlists .button--share {
  border: none;
  background-color: #F4F5F7 !important;
  padding: 0.5rem 1rem; }

.page--wishlists .delete-wishlist-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-left: 0rem; }
  @media (min-width: 1024px) {
    .page--wishlists .delete-wishlist-section {
      align-items: start;
      justify-content: start;
      padding-left: 3rem; } }

.page--wishlists .button-wishlist-delete {
  border: none;
  border-radius: 0px;
  background: none;
  width: auto;
  font-size: 0.75rem;
  text-decoration: underline; }
  .page--wishlists .button-wishlist-delete:hover {
    opacity: 0.8; }

.page--wishlists .form-actions {
  padding-top: 2.5rem; }

.page--wishlists .table-thead {
  font-family: nunito, Arial, Helvetica, sans-serif; }

.page--wishlists .table-tbody {
  font-family: nunito, Arial, Helvetica, sans-serif; }

.page--wishlists .form-actions--wishlist {
  padding-bottom: 1.875rem; }

.page--wishlist .account {
  min-height: 75vh;
  margin: 0; }

.page--wishlist .share-wishlist {
  max-width: 100%; }

.page--wishlist .share-wishlist-text {
  display: flex;
  justify-content: space-between; }

.page--wishlist #sharelist-text {
  margin-top: 0;
  text-align: start;
  font-weight: bold;
  text-transform: initial; }

.page--wishlist .panel-body {
  background: #F4F5F7 0% 0% no-repeat padding-box;
  border: 1px solid #d4d7de;
  border-radius: 8px !important;
  margin-bottom: 2rem; }
  .page--wishlist .panel-body .copy-url {
    padding: 0;
    margin: 0;
    width: 70px; }

.page--wishlist .productGrid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.page--wishlist .product {
  margin-bottom: 2.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem; }
  @media (min-width: 1024px) {
    .page--wishlist .product {
      max-width: auto;
      margin-right: 0; } }
  @media (min-width: 1261px) {
    .page--wishlist .product {
      max-width: 300px; } }

@media (min-width: 1024px) {
  .page--wishlist .product {
    width: calc(100% / 3); } }

.page--wishlist .product .card {
  height: auto;
  border: 1px solid #EAEBEF; }

.page--wishlist .card-body {
  display: flex;
  flex-direction: column; }

.page--wishlist .card-roomvo {
  background-color: #EAEBEF;
  padding: 0.5rem;
  text-align: center;
  margin: 4.75rem -1rem -1rem -1rem;
  flex-grow: 1; }
  @media (min-width: 600px) and (max-width: 668px) {
    .page--wishlist .card-roomvo {
      margin: 5.625rem -1rem -1rem -1rem; } }
  .page--wishlist .card-roomvo p {
    margin-bottom: 0.5rem; }
  .page--wishlist .card-roomvo img {
    max-height: 3rem;
    background-color: #ffffff;
    border-radius: 0.25rem; }

.page--wishlist .remove-item-form {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 0.75rem;
  margin-top: 0.5rem; }
  .page--wishlist .remove-item-form svg {
    fill: red;
    width: 0.8rem;
    height: 0.8rem; }
  .page--wishlist .remove-item-form .button--delete {
    border: none;
    background: none;
    text-decoration: underline; }

.page--add-wishlist .account {
  padding-bottom: 3rem; }
  @media (min-width: 1261px) {
    .page--add-wishlist .account {
      margin: 0; } }

.form-actions--wishlist {
  display: flex;
  align-items: center; }

.productGrid .slick-list {
  min-width: 100%;
  position: static; }

.productGrid .slick-track {
  position: static; }

.card--wishlist .card-title {
  height: 40px !important; }

@media (min-width: 1024px) {
  .page--account_addressbook .account--fixedLarge {
    padding-bottom: 3.125rem; } }

@media (min-width: 1024px) {
  .page--account_addressbook .address-heading {
    margin-left: 0.625rem; } }

@media (min-width: 1261px) {
  .page--account_addressbook .address-heading {
    margin-left: 0; } }

.page--account_addressbook .addressList {
  display: flex;
  flex-wrap: wrap; }
  .page--account_addressbook .addressList .address {
    flex: 0 0 100%; }
    @media (min-width: 551px) {
      .page--account_addressbook .addressList .address {
        flex: 0 0 50%; } }
    @media (min-width: 1024px) {
      .page--account_addressbook .addressList .address {
        flex: 0 0 33.333333%; } }

.page--account_addressbook .panel {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .page--account_addressbook .panel {
      height: 251px; } }
  @media (min-width: 1261px) {
    .page--account_addressbook .panel {
      height: 274px;
      margin-left: 0; } }

.page--account_addressbook .panel--newAddress .panel-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .page--account_addressbook .panel--newAddress .panel-body .address-addNew {
    top: auto;
    left: auto;
    position: static;
    transform: none; }

.page--account_addressbook .panel-body {
  width: 100%;
  min-height: 276px;
  max-height: 280px;
  margin-top: 0.875rem;
  padding: 1rem;
  border-radius: 4px; }
  .page--account_addressbook .panel-body ul, .page--account_addressbook .panel-body dd {
    font-size: 0.875rem; }
  .page--account_addressbook .panel-body .address-details--postal {
    min-height: 105px;
    max-height: 105px; }
  .page--account_addressbook .panel-body .address-details-name {
    font-weight: bold;
    font-family: lato, Arial, Helvetica, sans-serif;
    text-transform: initial; }
  .page--account_addressbook .panel-body .address-description {
    height: 21px; }

.page--account_addressbook .secondary {
  background: #FFA8A8;
  border: none; }

.page--account_addressbook .edit-button {
  width: 128px;
  height: 31px;
  border-radius: 16px;
  color: #29365a;
  text-decoration: none;
  padding: 0.5rem 3rem;
  background-color: #A4DFDA;
  text-align: center;
  font-size: 12px; }
  @media (min-width: 1024px) {
    .page--account_addressbook .edit-button {
      width: 45px;
      height: 23px;
      padding: 0.1rem 0; } }

.page--account_addressbook .delete-button {
  background-color: #FFA8A8;
  width: 128px;
  height: 31px;
  border-radius: 16px;
  color: #29365a;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 12px; }
  @media (min-width: 1024px) {
    .page--account_addressbook .delete-button {
      width: 59px;
      height: 23px;
      padding: 0 0; } }

.page--account_addressbook .form-actions-address {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  gap: 0.5rem; }
  @media (min-width: 1024px) {
    .page--account_addressbook .form-actions-address {
      justify-content: flex-start;
      align-items: flex-start; } }

.page--account_addressbook .address-symbol {
  color: #29365A; }

.page--account_addressbook .address-circle {
  display: block;
  width: 75px;
  height: 75px;
  background: #A4DFDA;
  border-radius: 50%;
  border: 10px solid #A4DFDA;
  margin-bottom: 1rem;
  margin-left: 1.5rem; }

.page--account_addressbook .address-title {
  font-weight: normal;
  font-size: 1.25rem !important; }

.page--account_addressbook .address {
  padding: 0; }
  @media (min-width: 1024px) {
    .page--account_addressbook .address {
      padding: 0 0.375rem;
      width: initial; } }

.page--shippingaddressform .account {
  padding: 0 2rem; }

@media (min-width: 1261px) {
  .page--shippingaddressform .account-body {
    margin-left: 0.3125rem;
    margin-right: 7.875rem; } }

.page--shippingaddressform .page-heading {
  margin-top: 0;
  padding-top: 2rem; }
  @media (min-width: 1261px) {
    .page--shippingaddressform .page-heading {
      margin-left: 0.1875rem; } }

.page--shippingaddressform #FormField_7 {
  margin-bottom: 3rem; }

.page--shippingaddressform .form-actions {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem; }
  @media (min-width: 1024px) {
    .page--shippingaddressform .form-actions {
      align-items: center;
      justify-content: flex-start; } }
  .page--shippingaddressform .form-actions .button-cancel {
    border-bottom: 1px solid black;
    background: none;
    text-decoration: none;
    color: black;
    width: 15%; }
    @media (min-width: 1024px) {
      .page--shippingaddressform .form-actions .button-cancel {
        width: initial; } }

.page--account_paymentmethods .account--fixedLarge, .page--account_editpaymentmethod .account--fixed {
  min-height: 75vh; }

.paymentMethod {
  width: 70%; }

.payment-circle {
  display: block;
  width: 75px;
  height: 75px;
  background: #A4DFDA;
  border-radius: 50%;
  border: 10px solid #A4DFDA;
  margin-bottom: 1rem; }

.newPaymentMethod {
  min-height: auto;
  padding: 1rem 0; }

.newPaymentMethod-icon {
  text-align: center;
  color: #29365a; }

.newPaymentMethod-title {
  margin: 0; }

.paymentMethodForm-column {
  gap: 1rem; }

.paymentMethodForm {
  max-width: initial; }
  @media (min-width: 1261px) {
    .paymentMethodForm {
      margin-left: 0.3125rem;
      margin-right: 7.875rem; } }

@media (min-width: 1024px) {
  .paymentMethodForm-inputs:first-child, .paymentMethodForm-inputs:last-child {
    width: 50%;
    padding-left: 0; } }

.navBar {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1261px) {
    .navBar {
      flex: 0 0 16rem;
      margin-right: 1rem;
      min-height: 100%; } }

.navBar-dropdown-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 8px; }
  @media (min-width: 1024px) {
    .navBar-dropdown-container {
      margin-bottom: 1rem; } }
  @media (min-width: 1261px) {
    .navBar-dropdown-container {
      width: 100%;
      display: none; } }

.navBar-dropdown-button {
  width: 100%;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  padding-left: 1.1875rem;
  font-family: nunito, lato; }

.navBar-dropdown-chevron {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  stroke-width: 2px;
  stroke: #29365a; }

.navBar-dropdown {
  position: relative;
  display: inline-block; }

.navBar-dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%; }
  @media (min-width: 1024px) {
    .navBar-dropdown-content {
      margin-top: -1rem; } }
  @media (min-width: 1261px) {
    .navBar-dropdown-content {
      margin-top: 0; } }
  @media (min-width: 1261px) {
    .navBar-dropdown-content {
      display: block;
      z-index: 0;
      height: 100%; } }

.navBar--sub {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .navBar--sub {
      margin-bottom: 0; } }

.navBar-section {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px; }
  .navBar-section li {
    font-family: "Nunito", Arial, Helvetica, sans-serif; }
    @media (min-width: 1261px) {
      .navBar-section li {
        width: 90%; } }
  .navBar-section svg {
    fill: #29365a; }
  .navBar-section .is-active {
    background-color: #547EF2;
    color: #FFFFFF;
    border-radius: 2px; }
    .navBar-section .is-active svg {
      fill: #ffffff; }
  @media (min-width: 1261px) {
    .navBar-section {
      height: 100%; } }

.navBar-remove-border-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #d4d7de;
  border-bottom: none; }
  @media (min-width: 1261px) {
    .navBar-remove-border-bottom {
      border: none; } }

.navBar-remove-border-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid #d4d7de;
  border-top: none; }
  .navBar .navBar-remove-border-top {
    padding-bottom: 0.75rem; }
  @media (min-width: 1261px) {
    .navBar-remove-border-top {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border: none; }
      .navBar .navBar-remove-border-top {
        padding-bottom: 0; } }

.navBar--sub .navBar-item.is-active {
  border-bottom: none; }
  .navBar--sub .navBar-item.is-active .navBar-action {
    color: #ffffff;
    width: 100%; }

.navBar--sub .navBar-action {
  padding: 0.5rem;
  color: #29365A;
  font-size: 1.25rem;
  text-align: left;
  font-weight: bold;
  width: 100%; }

.navBar-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem; }
  .navBar-item .icon {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 0.25rem;
    vertical-align: 0; }

@media (min-width: 1024px) {
  .navBar--sub .navBar-item {
    display: flex; } }

@media (min-width: 1261px) {
  .navBar--sub .navBar-item {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

.navBar-active {
  display: block; }

.tippy-box[data-animation='fade'][data-state='hidden'] {
  opacity: 0; }

[data-tippy-root] {
  max-width: calc(100vw - 10px); }

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity; }

.tippy-box[data-placement^='top'] > .tippy-arrow {
  bottom: 0; }

.tippy-box[data-placement^='top'] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top; }

.tippy-box[data-placement^='bottom'] > .tippy-arrow {
  top: 0; }

.tippy-box[data-placement^='bottom'] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom; }

.tippy-box[data-placement^='left'] > .tippy-arrow {
  right: 0; }

.tippy-box[data-placement^='left'] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left; }

.tippy-box[data-placement^='right'] > .tippy-arrow {
  left: 0; }

.tippy-box[data-placement^='right'] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right; }

.tippy-box[data-inertia][data-state='visible'] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333; }

.tippy-arrow:before {
  content: '';
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1; }

.tooltip-icon svg {
  fill: #98b2f7; }

.tippy-content p:last-child {
  margin-bottom: 0; }

.product-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white; }
  .product-card .product-card-image {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer; }
    .product-card .product-card-image img {
      object-fit: cover;
      aspect-ratio: 1; }
      .product-card .product-card-image img.product-card-second-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out; }
    .product-card .product-card-image .product-card-badge {
      position: absolute;
      top: 0;
      left: 0;
      padding: 4px 12px;
      border-bottom-right-radius: 4px;
      font-size: 14px;
      font-weight: 400;
      color: #2a3559;
      background-color: #f37130; }
    .product-card .product-card-image .roundel-image {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 0;
      width: 65px;
      height: 65px; }
  .product-card .product-card-rating {
    display: flex;
    gap: 4px;
    flex-direction: row;
    padding-inline: 12px;
    margin-bottom: 8px; }
    @media (min-width: 841px) {
      .product-card .product-card-rating {
        margin-bottom: unset; } }
    .product-card .product-card-rating .product-card-rating-count {
      font-size: 12px;
      display: flex;
      align-items: center;
      height: max-content;
      transform: translateY(-2px); }
    .product-card .product-card-rating .product-card-rating-stars {
      position: relative;
      display: flex;
      justify-content: space-between;
      max-width: 75px;
      min-width: 75px; }
    .product-card .product-card-rating .product-card-rating-stars-filled {
      position: absolute;
      display: flex;
      justify-content: space-between;
      max-width: 75px;
      min-width: 75px;
      top: 0;
      left: 0; }
    .product-card .product-card-rating svg {
      color: #f6c849;
      width: 14px;
      height: 14px;
      max-width: 14px;
      max-height: 14px; }
  .product-card .product-card-heart {
    display: none;
    margin-left: auto;
    height: 22px;
    transform: translateY(-3px); }
    .product-card .product-card-heart svg {
      width: 20px !important;
      height: 100% !important;
      max-width: unset !important;
      max-height: unset !important; }
    .product-card .product-card-heart[data-in-wishlist='true'] .product-card .product-card-heart svg {
      fill: currentColor; }
  .product-card .product-card-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-inline: 12px;
    cursor: pointer; }
    .product-card .product-card-details .product-card-name {
      color: #222a47;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 16px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2; }
      @media (min-width: 841px) {
        .product-card .product-card-details .product-card-name {
          font-size: 14px;
          line-height: 20px; } }
    .product-card .product-card-details .product-card-price {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-bottom: 12px; }
      @media (min-width: 841px) {
        .product-card .product-card-details .product-card-price {
          gap: 8px;
          flex-direction: row; } }
      .product-card .product-card-details .product-card-price .product-card-price-new {
        color: #222a47;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; }
      .product-card .product-card-details .product-card-price .product-card-price-old {
        color: #6A728B;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-decoration: line-through; }
        @media (min-width: 841px) {
          .product-card .product-card-details .product-card-price .product-card-price-old {
            font-size: 12px;
            line-height: 20px; } }
  .product-card .product-card-compare {
    display: none;
    gap: 8px;
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    align-items: center; }
    .product-card .product-card-compare input {
      visibility: hidden;
      position: absolute; }
    .product-card .product-card-compare::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 2px solid #6A728B;
      border-radius: 2px;
      position: relative;
      background-position: bottom;
      background-repeat: no-repeat;
      top: 0; }
    .product-card .product-card-compare:has(input:checked)::before {
      background-color: #2a3559;
      background-position: center;
      border: none;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23FFFFFF" viewBox="0 0 16 16"><path d="M6.5 12.5L2 8l1.5-1.5 3 3 6-6L14 5z"/></svg>');
      transition: all 0.1s ease-in-out; }
  .product-card .product-card-actions {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    padding-inline: 12px; }
    .product-card .product-card-actions .product-card-buttons {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: 12px;
      padding-bottom: 12px;
      font-size: 14px;
      font-weight: 700; }
      @media (min-width: 1261px) {
        .product-card .product-card-actions .product-card-buttons {
          flex-direction: row; } }
      .product-card .product-card-actions .product-card-buttons .product-card-sample-unavailable {
        margin: auto;
        font-size: 14px;
        color: #6A728B;
        font-weight: 700; }
    .product-card .product-card-actions button,
    .product-card .product-card-actions a {
      width: 100%;
      border-radius: 100px;
      text-decoration: none;
      text-align: center;
      height: 36px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 841px) {
        .product-card .product-card-actions button,
        .product-card .product-card-actions a {
          width: auto; } }
      .product-card .product-card-actions button.product-card-view,
      .product-card .product-card-actions a.product-card-view {
        background-color: #2a3559;
        color: #ffffff;
        min-width: 65px; }
        .product-card .product-card-actions button.product-card-view:only-child,
        .product-card .product-card-actions a.product-card-view:only-child {
          width: 100%; }
        .product-card .product-card-actions button.product-card-view:hover,
        .product-card .product-card-actions a.product-card-view:hover {
          background-color: #1a2033; }
      .product-card .product-card-actions button.product-card-sample,
      .product-card .product-card-actions a.product-card-sample {
        background-color: #ffc619;
        color: #2a3559;
        border: 1px solid #ffc619; }
        .product-card .product-card-actions button.product-card-sample svg:not(.dont-hide),
        .product-card .product-card-actions a.product-card-sample svg:not(.dont-hide) {
          display: none; }
        .product-card .product-card-actions button.product-card-sample .dont-hide,
        .product-card .product-card-actions a.product-card-sample .dont-hide {
          margin-left: 4px; }
        .product-card .product-card-actions button.product-card-sample:hover,
        .product-card .product-card-actions a.product-card-sample:hover {
          background-color: #eff2fd; }
        @media (min-width: 841px) {
          .product-card .product-card-actions button.product-card-sample,
          .product-card .product-card-actions a.product-card-sample {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px; }
            .product-card .product-card-actions button.product-card-sample svg,
            .product-card .product-card-actions a.product-card-sample svg {
              display: block;
              transform: translateY(1.5px); } }

#order-full-sample {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  #order-full-sample svg {
    width: 12px;
    margin-right: 4px; }
  #order-full-sample p:first-child {
    color: var(--Primary---Brand-Base, #2A3559); }
  #order-full-sample p:nth-child(2) {
    color: var(--Primary---Brand-300, #6A728B); }

.desktop-sample-text {
  margin: 0 !important;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  max-width: 145px; }

@media (min-width: 1024px) {
  .desktop-sample-text-pdp {
    margin: 0 !important;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 133.333% */ } }

.desktop-sample-text-pdp-added-free {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #2A3559 !important; }
  .desktop-sample-text-pdp-added-free svg {
    width: 12px;
    margin-right: 4px; }

.desktop-sample-text-grey {
  color: #6A728B !important; }

.desktop-sample-button {
  display: flex;
  align-items: center;
  justify-content: center; }

.sample-add-btn-desktop {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .sample-add-btn-desktop p:first-child {
    color: var(--Primary---Brand-Base, #2A3559); }
  .sample-add-btn-desktop p:nth-child(2) {
    color: var(--Primary---Brand-300, #6A728B); }
  .sample-add-btn-desktop:hover {
    text-decoration: underline; }

.sample-add-btn-desktop-added {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  cursor: default; }
  .sample-add-btn-desktop-added svg {
    width: 12px; }

.product-card-drawer {
  min-height: 342px;
  background-color: #f4f5f7;
  width: 100vw;
  position: fixed;
  bottom: 0;
  z-index: 1001;
  padding-block: 22px;
  display: flex;
  flex-direction: column; }
  .product-card-drawer > * {
    padding-inline: 22px; }
  .product-card-drawer .product-card-sample-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px; }
  .product-card-drawer h2 {
    margin: unset;
    font-size: 16px; }
  .product-card-drawer p {
    background-color: white;
    margin: unset;
    padding-top: 16px;
    font-size: 14px; }
  .product-card-drawer .product-card-sample-info {
    display: flex;
    gap: 12px;
    padding-block: 22px;
    flex-grow: 1;
    background-color: white; }
    .product-card-drawer .product-card-sample-info img {
      width: 41px;
      height: 41px; }
    .product-card-drawer .product-card-sample-info span {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px; }
  .product-card-drawer .product-card-sample-actions {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    padding-top: 16px;
    justify-content: center;
    padding-bottom: 30px; }
    .product-card-drawer .product-card-sample-actions .product-card-sample-actions-link {
      color: #2a3559;
      background: #f4f5f7;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0.28px;
      text-align: center;
      padding: 0;
      text-decoration: none; }
    .product-card-drawer .product-card-sample-actions .product-card-sample-action-blue {
      background-color: #ffc619 !important;
      border-radius: 100px;
      color: #2a3559;
      padding-inline: 12px;
      padding-block: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 4px; }
      .product-card-drawer .product-card-sample-actions .product-card-sample-action-blue:hover {
        background-color: #4157a3; }
    .product-card-drawer .product-card-sample-actions .product-card-sample-action-outline {
      border: 1px solid #2a3559;
      background-color: white;
      border-radius: 100px;
      color: #2a3559;
      padding-inline: 12px;
      padding-block: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 4px; }
      .product-card-drawer .product-card-sample-actions .product-card-sample-action-outline:hover {
        background-color: #eff2fd; }
    .product-card-drawer .product-card-sample-actions .blocked {
      opacity: 0.5 !important; }

.product-card-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(42, 53, 89, 0.4); }

.product-card-popover {
  background-color: white;
  padding: 6px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 8px; }
  .product-card-popover:empty {
    display: none; }
  .product-card-popover button,
  .product-card-popover a,
  .product-card-popover input {
    padding: 12px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #2a3559;
    text-decoration: none; }
    .product-card-popover button:not(:last-child),
    .product-card-popover a:not(:last-child),
    .product-card-popover input:not(:last-child) {
      border-bottom: 1px solid #e0e0e0; }

.productGrid--attraqt {
  all: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px; }
  @media (min-width: 1261px) {
    .productGrid--attraqt {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; } }
  .productGrid--attraqt .product {
    width: 100% !important;
    margin: unset; }

.busy {
  opacity: 0.9;
  pointer-events: none; }

body:has(.busy) {
  cursor: wait; }

.product-card-discount {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #cf2c2b;
  border: 3px solid white;
  color: white;
  width: 65px;
  height: 65px;
  padding: 5px; }
  .product-card-discount span {
    font-size: 12px;
    margin-top: 8px; }
  .product-card-discount b {
    margin-top: -6px; }

.search-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 1rem; }
  .search-list > .list-product {
    display: flex;
    align-items: center;
    padding-block: 12px;
    padding-right: 24px;
    width: 100%;
    gap: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #29365a; }
    .search-list > .list-product:not(:last-child) {
      border-bottom: 1px solid #e6e6e6; }
    .search-list > .list-product:last-child {
      padding-bottom: 0px; }
    .search-list > .list-product > img {
      height: 68px;
      aspect-ratio: 1; }
    .search-list > .list-product > div {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 4px; }
    .search-list > .list-product .product-details {
      display: flex;
      justify-content: space-between;
      font-size: 14px; }

.no-results-region {
  clear: both; }
  .no-results-region div {
    padding: 0; }
  .no-results-region .widgetContainer {
    margin: 0;
    max-width: 100% !important; }

.no-results {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 551px) {
    .no-results {
      flex-direction: row;
      gap: 40px; } }
  .no-results--container {
    max-width: unset;
    padding: 0; }
    .no-results--container .help {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      padding: 24px 20px;
      background: #fff; }
      @media (min-width: 1024px) {
        .no-results--container .help {
          padding: 24px 20px; } }
      .no-results--container .help h1 {
        margin: 0 0 8px;
        font-size: 18px;
        color: #2A3559; }
        @media (min-width: 1024px) {
          .no-results--container .help h1 {
            font-size: 24px; } }
      .no-results--container .help svg {
        width: 16px;
        height: 16px;
        max-width: 16px;
        max-height: 16px;
        color: #2A3559; }
        @media (min-width: 1024px) {
          .no-results--container .help svg {
            width: 20px;
            height: 20px;
            max-width: 20px;
            max-height: 20px; } }
      .no-results--container .help .links {
        display: flex;
        flex-direction: column;
        font-family: Lato;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        gap: 8px;
        border-bottom: 1px solid #d4d7de;
        padding-bottom: 20px;
        color: #2A3559; }
        @media (min-width: 1261px) {
          .no-results--container .help .links {
            flex-direction: row;
            gap: 16px; } }
        .no-results--container .help .links a {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-decoration: none;
          color: #2A3559;
          line-height: 20px;
          gap: 5px;
          margin-right: 0px; }
          @media (min-width: 1024px) {
            .no-results--container .help .links a {
              margin-right: 40px; } }
          .no-results--container .help .links a span {
            font-size: 14px;
            line-height: 20px;
            white-space: nowrap; }
            @media (min-width: 1024px) {
              .no-results--container .help .links a span {
                font-size: 16px;
                line-height: 24px; } }
    .no-results--container .opening-times {
      display: flex;
      margin-top: 20px;
      gap: 5px;
      color: #2A3559; }
      .no-results--container .opening-times span {
        font-family: Lato;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0em; }
        @media (min-width: 1024px) {
          .no-results--container .opening-times span {
            font-size: 16px;
            line-height: 24px; } }
      .no-results--container .opening-times :first-child {
        font-weight: 700; }
    .no-results--container .tips,
    .no-results--container .result-heading {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .no-results--container .tips h1,
      .no-results--container .result-heading h1 {
        font-family: Nunito;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0em;
        margin-top: 0;
        margin-bottom: 12px;
        color: #2A3559; }
        @media (min-width: 1024px) {
          .no-results--container .tips h1,
          .no-results--container .result-heading h1 {
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 20px; } }
        .no-results--container .tips h1 span,
        .no-results--container .result-heading h1 span {
          font-weight: 700; }
      .no-results--container .tips p,
      .no-results--container .result-heading p {
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin: 0 0 8px;
        color: #2A3559; }
        @media (min-width: 1024px) {
          .no-results--container .tips p,
          .no-results--container .result-heading p {
            font-size: 18px;
            line-height: 28px; } }
      .no-results--container .tips ul,
      .no-results--container .result-heading ul {
        display: block;
        margin-top: 0;
        margin-bottom: 0; }
      .no-results--container .tips li,
      .no-results--container .result-heading li {
        font-family: Lato;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #2A3559; }
        @media (min-width: 1024px) {
          .no-results--container .tips li,
          .no-results--container .result-heading li {
            font-size: 16px;
            line-height: 24px; } }

.svg-info-border {
  stroke: #98b2f7; }

.svg-info-icon {
  stroke: #98b2f7;
  fill: #98b2f7; }

.svg-all {
  margin: 7px; }

.svg-room-vo {
  margin: 7px; }

.svg-order-sample {
  margin-left: 2px; }

.roomvo-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  border-radius: var(--Curved, 4px);
  background: var(--Secondary---Brand-Blue-50, #EEF2FE);
  gap: 20px; }
  @media (max-width: 840px) {
    .roomvo-container {
      padding: 6px 8px;
      gap: 8px; } }
  .roomvo-container div {
    display: flex;
    align-items: center;
    width: 100%; }
  .roomvo-container p {
    margin: 0;
    color: #222A47;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 840px) {
      .roomvo-container p {
        font-size: 14px; } }

@media (max-width: 840px) {
  .tile-visualiser-button {
    padding: 0 0 0 4px; } }

.tile-visualiser-button p {
  color: #547EF2;
  font-weight: 700; }
  @media (max-width: 840px) {
    .tile-visualiser-button p {
      font-size: 14px; } }
  .tile-visualiser-button p:hover {
    color: #4C71DA; }
  .tile-visualiser-button p span {
    margin-left: 5px; }
    @media (max-width: 840px) {
      .tile-visualiser-button p span {
        margin-left: 0; } }

.form-quantity {
  align-content: flex-start;
  flex-wrap: wrap; }
  .form-quantity .form-input, .form-quantity #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-quantity .R-Field__input {
    line-height: 0; }

.form-inlineMessage {
  font-size: 0.94rem !important;
  padding-top: 2px; }

.each-Section {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  text-align: center !important; }

.price-Each-Section {
  font-size: 16px !important;
  font-weight: bold; }

.priceSection {
  display: flex;
  flex-direction: row; }

.m2-container-PLP {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.eachPrice-index {
  line-height: calc(20 / 14);
  color: #29365a;
  display: flex;
  flex-direction: row;
  font-style: italic;
  font-size: 12px; }
  @media (min-width: 841px) and (max-width: 920px) {
    .eachPrice-index {
      display: flex;
      flex-direction: column !important; } }

.card-text--align {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

@media (max-width: 767px) {
  .quickSearchResults .eachPrice-index {
    display: flex;
    flex-direction: column; } }

.compare-wishlist-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.compare-and-wishlist {
  display: flex;
  margin-left: -61px; }

.togglebutton-valuechange {
  margin: 0 0 0.75rem 0;
  font-weight: bold;
  text-align: left;
  font-size: 14px; }

.hide-PrivacyPolicy {
  display: none; }

/* Loader Container Styles */
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.866);
  z-index: 9999; }

/* Loader Styles */
.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite; }

/* Loader Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loadingQuotes {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100; }

.price-compare {
  display: flex;
  flex-direction: column; }

.compare--sale-price {
  color: #ff6b6b; }

.price-wishlist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.25rem; }
  @media (min-width: 700px) and (max-width: 768px) {
    .price-wishlist {
      margin-top: 3.25rem !important; } }
  @media (min-width: 600px) and (max-width: 668px) {
    .price-wishlist {
      margin-top: 4.25rem !important; } }

.wishlist--sale-price {
  color: #ff6b6b; }

.card-text-wishlist {
  height: 40px; }

.sample-addtocart--plp {
  height: 39px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  border: 1px solid var(--button-border-color, #545e7b);
  margin-right: 0;
  color: #29365a;
  border-color: #547ef2;
  background-color: #ffc619;
  border-radius: 100px;
  border-width: 0;
  font-weight: 700;
  text-transform: none;
  transition: all .75s ease;
  width: 150px;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 10px;
  display: none; }

.a-dd2 {
  display: none; }

.a-dd1 {
  display: none; }

.sample-addtocart--url {
  text-decoration: none; }

.sample-plp-align {
  display: flex;
  justify-content: center; }

#sample-dropdown .dropdown-content {
  margin-top: 46px;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
  border-radius: 9px;
  border: 1px solid #beb3b3; }

.dropdown-content-active {
  display: block !important; }

#sample-dropdown .dropdown-content a {
  font-size: 14px;
  color: #29365a;
  padding: 12px 16px;
  text-decoration: none; }

.a-dd1 {
  border-bottom: 1px solid #beb3b3; }

#sample-dropdown .dropdown-content a:hover {
  text-decoration: underline; }

#sample-dropdown.active .dropdown-content {
  display: block; }

.dropdown-sample {
  outline: none;
  position: absolute;
  display: flex;
  justify-content: center; }

.a-unavailbe {
  font-size: 14px !important;
  color: rgba(41, 54, 90, 0.5) !important;
  cursor: not-allowed !important; }

.copmpare-wishlist--inside {
  display: flex;
  flex-direction: row; }

.card-body-align {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }

.quickSearchResults .sample-plp-align {
  display: none; }

.buttonOK {
  border: 1px solid var(--button-border-color, #545e7b);
  border-radius: var(--button-border-radius, 100px);
  font-size: 1rem;
  font-weight: var(--button-font-weight, 400);
  text-transform: var(--button-text-transform, none);
  line-height: calc(22 / 16);
  padding: 1rem 2rem;
  background-color: #547ef2;
  border-color: #547ef2;
  color: white; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000; }

.popup {
  display: none;
  width: max-content;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 1001; }

.button-text-align {
  display: flex;
  flex-direction: column;
  align-items: center; }

.successMessage {
  font-size: 14px;
  color: #ff6b6b;
  display: none; }

.displaymessage {
  display: block !important;
  text-align: center; }

.changed-color {
  pointer-events: none !important;
  background-color: #ffc619 !important;
  cursor: not-allowed !important;
  opacity: 50% !important; }

.disablebtn {
  color: #f0b3b3 !important;
  opacity: 50% !important;
  cursor: not-allowed !important;
  pointer-events: none;
  background-color: #ffffff; }

.changed-color-cs {
  opacity: 40% !important;
  pointer-events: none !important; }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .plp-price-align {
    display: flex !important;
    flex-direction: column !important; } }

@media (max-width: 1143px) {
  .eachPrice-index {
    display: flex;
    flex-direction: column; } }
