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

: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: #67CAC1; }
  .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, #2a3559 99.9%, #2a3559 100%); }
  .reviewsio-homepage-wrapper .RatingBarWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, #2a3559 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, #2a3559 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, #2a3559 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--bgac {
    border-bottom-width: 0; }

.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: #b62a28;
    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__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; } }

.checkoutHeader.optimizedCheckout-header {
  background-color: #29365a; }

.checkout-steps {
  counter-reset: li-counter;
  list-style-type: none;
  margin: 0; }
  @media (min-width: 1024px) {
    .checkout-steps {
      padding-right: 0; } }

.checkout-step {
  background-color: #fff;
  border-bottom: none;
  border-radius: 0.5rem;
  padding: 1.5rem; }
  .checkout-step:not(:last-child) {
    margin-bottom: 1rem; }

.stepHeader {
  flex-wrap: wrap !important;
  justify-content: space-between;
  padding: 0;
  text-decoration: none; }

.stepHeader-title {
  color: #29365a;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0; }

.checkout-form {
  margin-left: 0 !important; }
  .checkout-form .form-checklist {
    border: none;
    border-radius: 0; }
  .checkout-form .form-checklist-item {
    background-color: #f4f5f7;
    border-bottom: none;
    margin-bottom: 0.75rem; }
    .checkout-form .form-checklist-item:hover, .checkout-form .form-checklist-item--selected {
      background-color: #f4f5f7; }
  .checkout-form .form-checklist-body {
    margin-left: 1rem;
    margin-right: 1rem; }
    @media (min-width: 551px) {
      .checkout-form .form-checklist-body {
        margin-left: 1rem;
        margin-right: 1rem; } }
  .checkout-form .paymentMethod {
    padding: 0; }

.stepHeader-body {
  flex: 0 0 100%; }
  .checkout-step--customer .stepHeader-body {
    margin-left: 0; }

.sign-in-now-prompt {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem; }
  .sign-in-now-prompt a {
    font-family: 'Nunito', sans-serif; }

.cart {
  border: none;
  border-radius: 0.5rem;
  box-shadow: none; }
  @media (min-width: 1261px) {
    .cart {
      margin-top: 0; } }

.cart-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: calc(32 / 24); }

.cart-header-link .button, .cart-header-link .facetLabel {
  margin-bottom: 0; }

.cart-section-heading {
  font-size: 1rem;
  font-weight: 400; }

.cart-priceItem {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0; }
  .cart-priceItem .cart-priceItem-label {
    font-weight: 700; }
  .cart-priceItem .cart-priceItem-value {
    font-weight: 400; }

.cart-section--subtotals {
  padding-bottom: 0;
  padding-top: 0; }
  .cart-section--subtotals section {
    padding-bottom: 0;
    padding-top: 0; }
    .cart-section--subtotals section > * {
      display: block;
      margin: 0 -1.5rem;
      padding: 1.5rem; }
      .cart-section--subtotals section > *:not(:last-child) {
        border-bottom: 1px solid #ebebeb; }
  .cart-section--subtotals .redeemable-label,
  .cart-section--subtotals .redeemable-entry {
    margin-top: 0; }

.cart-priceItem-coupon {
  position: relative; }
  .cart-priceItem-coupon .cart-priceItem-link {
    bottom: -0.25rem;
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    text-transform: capitalize; }

.cart-priceItem-remove-coupon {
  height: 0.75rem;
  margin-bottom: 2px;
  margin-right: 4px;
  width: 0.75rem; }
  .cart-priceItem-remove-coupon svg {
    fill: #ff6b6b; }

.cart-priceItem--total .cart-priceItem-label {
  font-size: 1.25rem; }

.cart-priceItem--total-vat {
  color: #545e7b;
  display: block;
  font-size: 0.875rem;
  font-weight: 400; }

.instrumentSelect-dropdownMenu {
  border-color: #d4d7de;
  border-radius: 0.5rem;
  margin-top: 0.25rem;
  overflow: auto; }

.form-label {
  color: #29365a;
  -webkit-font-smoothing: auto;
  margin-bottom: 0.25rem; }
  .form-label > div:last-child {
    z-index: 1; }

.form-legend {
  color: #29365a; }

.form-input, #ReviewsWidget .R-Field .R-Field__input,
.form-select {
  border-color: #d4d7de;
  box-shadow: none;
  font-size: 0.875rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  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 {
    border-color: #d4d7de;
    box-shadow: 0 0 0 1px #d4d7de; }
  .form-input:focus, #ReviewsWidget .R-Field .R-Field__input:focus,
  .form-select:focus {
    border-color: #547ef2;
    box-shadow: 0 0 0 1px #547ef2; }

.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 {
  border-color: #cc4749; }
  .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, .form-field--success #ReviewsWidget .R-Field .R-Field__input, #ReviewsWidget .R-Field .form-field--success .R-Field__input,
.form-field--success .form-select {
  border-color: #008a06; }
  .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-input.has-icon + .icon, #ReviewsWidget .R-Field .has-icon.R-Field__input + .icon {
  height: 2.5rem; }

.form-checklist-checkbox ~ .form-label::before,
.form-checklist-checkbox ~ .form-label::after {
  height: 1rem;
  width: 1rem; }

.form-checklist-checkbox ~ .form-label::before {
  border-color: #d4d7de; }

.form-checklist-checkbox:checked ~ .form-label::before {
  border-color: #d4d7de; }

.form-checklist-checkbox ~ .form-label::after {
  transform: scale(0.625); }

.form-ccFields-field--ccCvv .icon {
  height: 1rem;
  margin-left: 0.125rem;
  transform: translateY(-2px);
  width: 1rem; }

.button, .facetLabel {
  background-color: #547ef2;
  border: 1px solid #547ef2;
  border-radius: var(--button-border-radius);
  color: white;
  font-size: 1rem;
  font-weight: var(--button-font-weight);
  line-height: calc(22 / 16);
  padding: 1rem 2rem;
  text-transform: var(--button-text-transform); }
  .button .icon, .facetLabel .icon {
    margin-bottom: 0.125rem; }
  .button svg, .facetLabel svg {
    fill: white; }
  .button:hover, .facetLabel:hover, .button:focus, .facetLabel:focus {
    background-color: #7698f5;
    border: 1px solid #7698f5;
    color: white; }
    .button:hover svg, .facetLabel:hover svg, .button:focus svg, .facetLabel:focus svg {
      fill: white; }
  .button:active, .facetLabel:active {
    background-color: #4365c2;
    border: 1px solid #4365c2;
    color: white; }
    .button:active svg, .facetLabel:active svg {
      fill: white; }

.button--tertiary, .facetLabel {
  font-size: 0.75rem;
  line-height: calc(18 / 12);
  padding: 0.125rem 0.75rem; }

.button--tertiary-grey {
  background-color: #f4f5f7;
  border: 1px solid #f4f5f7;
  color: #29365a; }
  .button--tertiary-grey svg {
    fill: #29365a; }
  .button--tertiary-grey:hover, .button--tertiary-grey:focus {
    background-color: #f6f7f9;
    border: 1px solid #d4d7de;
    color: #29365a; }
    .button--tertiary-grey:hover svg, .button--tertiary-grey:focus svg {
      fill: #29365a; }
  .button--tertiary-grey:active {
    background-color: #c3c4c6;
    border: 1px solid #29365a;
    color: #29365a; }
    .button--tertiary-grey:active svg {
      fill: #29365a; }

.product .product-title,
.product .product-price {
  font-size: 1rem;
  font-weight: 700; }

.product .product-option {
  color: #29365a;
  font-size: 0.875rem;
  -webkit-font-smoothing: auto; }

.customerEmail-container {
  display: flex;
  flex-direction: column; }

.customerEmail-action {
  padding-left: 0; }
  @media (min-width: 551px) {
    .customerEmail-action {
      padding-left: 0; } }

.customerEmail-button {
  width: auto; }

@media (min-width: 551px) {
  .customerEmail-body {
    width: 100%; } }

.checkoutRemote {
  align-items: center;
  background-color: #f6f9fe;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem; }
  @media (min-width: 1024px) {
    .checkoutRemote {
      padding: 1.5rem; } }
  .checkoutRemote > p {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%; }
  .checkoutRemote > :not(:first-child) {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }

#applepayCheckoutButton:empty {
  display: none; }

.cart-modal-link .button, .cart-modal-link .facetLabel {
  margin-bottom: 0; }

.cartDrawer-body {
  font-size: 0.875rem; }
  .cartDrawer-body .cartDrawer-items {
    font-size: 0.875rem; }

.cartDrawer-total {
  font-size: 1.5rem;
  font-weight: bold; }

.orderConfirmation {
  padding-top: 0; }
  .orderConfirmation .optimizedCheckout-headingPrimary {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
  .orderConfirmation .orderConfirmation-section {
    margin-bottom: 1.5rem; }
  .orderConfirmation .continueButtonContainer {
    text-align: center; }
    .orderConfirmation .continueButtonContainer .button, .orderConfirmation .continueButtonContainer .facetLabel {
      font-weight: 400; }
  .orderConfirmation .sign-up-form-fieldset {
    background-color: #fff;
    border: none;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem; }
    .orderConfirmation .sign-up-form-fieldset .form-legend {
      float: left;
      font-family: 'Nunito', sans-serif;
      font-size: 1.25rem;
      font-weight: 700; }
    .orderConfirmation .sign-up-form-fieldset .form {
      display: flex;
      flex-wrap: wrap;
      max-width: none !important; }
    .orderConfirmation .sign-up-form-fieldset .form-field {
      flex: 0 0 100%; }
      @media (min-width: 1024px) {
        .orderConfirmation .sign-up-form-fieldset .form-field {
          flex: 0 0 calc(50% - 16px); }
          .orderConfirmation .sign-up-form-fieldset .form-field + .form-field {
            margin-left: 1rem; } }
    .orderConfirmation .sign-up-form-fieldset .form-actions {
      margin-bottom: 0;
      margin-top: 0.5rem;
      width: 100%; }

.layout-order-confirmation .cart {
  display: block; }

.layout-order-confirmation .product-body {
  order: unset;
  width: 50%; }

.layout-order-confirmation .product-actions {
  align-self: flex-start; }

.orderConfirmation-section {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem; }

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

*:focus {
  outline-color: #4496f6; }

.optimizedCheckout-header {
  background-color: #29365a;
  /* stylelint-disable function-url-quotes*/
  background-image: url();
  /* stylelint-enable */
  background-size: cover;
  border-color: #dddddd;
  color: #333333; }
  @media (min-width: 841px) {
    .optimizedCheckout-header {
      text-align: left; } }

.optimizedCheckout-headingPrimary {
  color: #29365a;
  font-family: "Nunito", Arial, Helvetica, sans-serif; }

.optimizedCheckout-headingSecondary {
  color: #29365a;
  font-family: "Nunito", Arial, Helvetica, sans-serif; }

html {
  font-size: 16px; }

body {
  background-color: #f4f5f7;
  color: #29365a;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0; }

.optimizedCheckout-overlay {
  background-color: white;
  border-color: #dddddd;
  color: #29365a; }

.optimizedCheckout-contentPrimary {
  color: #29365a;
  font-family: "Lato", Arial, Helvetica, sans-serif; }

.optimizedCheckout-contentSecondary {
  color: #757575;
  font-family: "Lato", Arial, Helvetica, sans-serif; }

a {
  color: #547ef2;
  font-family: "Lato", Arial, Helvetica, sans-serif; }
  a:focus, a:hover {
    color: #7698f5; }

.optimizedCheckout-orderSummary {
  background-color: white;
  border-color: #dddddd;
  box-shadow: 0 4px 8px rgba(221, 221, 221, 0.5); }

.optimizedCheckout-orderSummary-cartSection {
  border-color: #dddddd; }

.optimizedCheckout-checkoutStep {
  border-color: #dddddd; }

.optimizedCheckout-step {
  background-color: #757575; }
  .optimizedCheckout-step::before {
    color: white; }
  .optimizedCheckout-step svg {
    fill: white; }

.optimizedCheckout-form-label {
  color: #666666; }

.form-field--error .optimizedCheckout-form-label,
.form-field--error .form-inlineMessage {
  color: #d14343; }

.optimizedCheckout-form-input,
.optimizedCheckout-form-select {
  background-color: white;
  border-color: #d4d7de;
  box-shadow: inset 0 1px 1px rgba(0, 0, 255, 0);
  color: #29365a; }
  .optimizedCheckout-form-input::placeholder,
  .optimizedCheckout-form-select::placeholder {
    color: #999999; }
  .form-field--error .optimizedCheckout-form-input, .form-field--error
  .optimizedCheckout-form-select {
    background-color: white;
    border-color: #d14343;
    box-shadow: 0 0 3px rgba(209, 67, 67, 0.6), inset 0 1px 1px rgba(0, 0, 255, 0); }

.optimizedCheckout-form-input:focus,
.optimizedCheckout-form-select:focus,
.optimizedCheckout-form-select:hover {
  background-color: white;
  border-color: #4496f6;
  box-shadow: 0 0 3px rgba(68, 150, 246, 0.6), inset 0 1px 1px rgba(0, 0, 255, 0); }

.optimizedCheckout-form-radio + .optimizedCheckout-form-label::before,
.optimizedCheckout-form-checkbox + .optimizedCheckout-form-label::before {
  background-color: white;
  border-color: #d4d7de;
  box-shadow: inset 0 1px 1px rgba(0, 0, 255, 0);
  opacity: 1; }

.optimizedCheckout-form-radio:checked + .optimizedCheckout-form-label::before,
.optimizedCheckout-form-checkbox:checked + .optimizedCheckout-form-label::before {
  background-color: #476bef;
  border-color: #476bef;
  box-shadow: none; }

.optimizedCheckout-form-radio:focus + .optimizedCheckout-form-label::before,
.optimizedCheckout-form-checkbox:focus + .optimizedCheckout-form-label::before {
  border-color: #4496f6;
  box-shadow: 0 0 3px rgba(68, 150, 246, 0.6), inset 0 1px 1px rgba(0, 0, 255, 0); }

.optimizedCheckout-form-radio:focus:checked + .optimizedCheckout-form-label::before,
.optimizedCheckout-form-checkbox:focus:checked + .optimizedCheckout-form-label::before {
  box-shadow: 0 0 3px rgba(68, 150, 246, 0.6); }

.optimizedCheckout-discountBanner {
  background-color: #e5e5e5;
  color: #333333;
  font-family: "Lato", Arial, Helvetica, sans-serif; }
  .optimizedCheckout-discountBanner svg {
    fill: #333333; }

.optimizedCheckout-form-checklist {
  background-color: white;
  border-color: #cccccc;
  color: #333333; }

.optimizedCheckout-form-checklist-item {
  background-color: white;
  border-color: #cccccc; }

.optimizedCheckout-form-checklist-item:hover,
.optimizedCheckout-form-checklist-item--selected {
  background-color: whitesmoke;
  border-color: #cccccc; }

.optimizedCheckout-form-checklist-checkbox ~ .form-label::after,
.optimizedCheckout-form-checklist-checkbox ~ .form-label::before {
  background-color: white;
  border-color: #d4d7de;
  top: 0; }

.optimizedCheckout-form-checklist-checkbox:focus ~ .form-label {
  box-shadow: inset 0 0 0 1px #4496f6; }

.optimizedCheckout-form-checklist-checkbox:checked ~ .form-label::before {
  border-color: #476bef; }

.optimizedCheckout-form-checklist-checkbox:checked ~ .form-label::after {
  background: #476bef; }

.optimizedCheckout-loadingToaster {
  background-color: #333333;
  color: white; }

body {
  padding-top: 0; }

.checkoutHeader {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  background-color: #29365a; }
  @media (min-width: 551px) {
    .checkoutHeader {
      min-height: 7.5rem; } }
  @media (min-width: 1024px) {
    .checkoutHeader {
      text-align: left; } }

.checkoutHeader-content {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  padding: 1.5rem; }
  @media (min-width: 551px) {
    .checkoutHeader-content {
      padding: 3rem; } }

.samplesHeader-content {
  max-width: 902px;
  margin: 0 auto; }

.checkoutHeader-content {
  box-sizing: border-box; }

.content-section-wrapper {
  margin: 0 !important;
  flex-wrap: nowrap !important;
  width: 100% !important; }

.items-container--guides-advice {
  justify-content: space-between !important; }

.item {
  max-width: 154px !important; }

#link-icon {
  display: none !important; }

.item-link {
  margin: 12px 0 !important;
  max-width: 154px !important;
  height: fit-content !important; }

.item-image {
  max-width: 154px !important;
  max-height: 154px !important;
  width: 154px !important;
  height: 154px !important;
  min-width: 154px !important;
  min-height: 154px !important; }

.content-section {
  min-height: 0 !important;
  margin: 40px 0 0 !important; }

.button--secondary-outline {
  display: flex;
  align-items: center;
  font-weight: 700; }
  .button--secondary-outline svg {
    margin-top: 3px;
    fill: #4C71DA !important;
    width: 12px;
    height: 14px; }
    .button--secondary-outline svg:hover {
      fill: #4C71DA !important; }

.content-section-one {
  padding: 20px !important;
  background: #EEF2FE !important; }
  .content-section-one h3 {
    color: var(--System-Text-Brand---Primary, #2A3559) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    margin-bottom: 8px !important; }
  .content-section-one p {
    margin-bottom: 8px !important;
    color: var(--System-Text-Brand---Primary, #2A3559) !important;
    font-size: 12px !important; }
  .content-section-one a {
    background: none !important;
    border: none !important;
    color: var(--System-Text-Brand---Primary, #4C71DA) !important;
    font-size: 14px !important;
    text-decoration: none;
    padding: 0 !important; }

.page-link {
  width: fit-content !important; }

.item {
  height: fit-content !important; }

.items-container--guides-advice {
  row-gap: 20px !important; }

.tag-container {
  padding-bottom: 0 !important; }

.samples-body-wrapper {
  margin-top: 40px;
  max-width: 902px;
  margin: 40px auto 0;
  display: flex;
  gap: 12px;
  padding: 0 16px;
  font-family: Nunito; }
  @media (min-width: 551px) {
    .samples-body-wrapper {
      padding: 0 20px; } }
  .samples-body-wrapper .body {
    flex-grow: 1;
    border-radius: 8px;
    background: white;
    padding: 20px;
    height: fit-content;
    margin-bottom: 40px; }
    .samples-body-wrapper .body .textContent {
      margin-bottom: 40px; }
      .samples-body-wrapper .body .textContent h1 {
        margin: 0;
        font-size: 18px; }
        @media (min-width: 551px) {
          .samples-body-wrapper .body .textContent h1 {
            font-size: 24px; } }
      .samples-body-wrapper .body .textContent h2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
      .samples-body-wrapper .body .textContent p {
        margin: 12px 0;
        font-size: 14px; }
    .samples-body-wrapper .body .createAccount {
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: relative;
      margin-bottom: 40px; }
      .samples-body-wrapper .body .createAccount h3 {
        margin: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px; }
        @media (min-width: 551px) {
          .samples-body-wrapper .body .createAccount h3 {
            font-size: 18px; } }
      .samples-body-wrapper .body .createAccount .passwordErrorMessage {
        color: red;
        margin: 0;
        margin-top: -20px; }
      .samples-body-wrapper .body .createAccount button {
        border-radius: var(--Rounded, 100px);
        background: var(--Secondary---Brand-Blue-Base, #547EF2);
        border: none;
        width: fit-content;
        cursor: pointer;
        height: 36px;
        width: 126px; }
        .samples-body-wrapper .body .createAccount button p {
          color: var(--System-Text-System-Light, #FFF);
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 20px;
          letter-spacing: 0.28px;
          font-family: Lato;
          margin: 0; }
        .samples-body-wrapper .body .createAccount button:hover {
          background: var(--Secondary---Brand-Blue-Base, #3b5ab2); }
        .samples-body-wrapper .body .createAccount button svg {
          fill: white;
          animation: rotate 2s linear infinite;
          width: 20px; }
      .samples-body-wrapper .body .createAccount .inputsParentWrapper {
        display: flex;
        gap: 20px;
        flex-direction: column; }
        @media (min-width: 551px) {
          .samples-body-wrapper .body .createAccount .inputsParentWrapper {
            flex-direction: row; } }
        .samples-body-wrapper .body .createAccount .inputsParentWrapper .inputWrapper {
          position: relative;
          display: flex;
          flex-direction: column;
          gap: 8px;
          width: 100%; }
          @media (min-width: 551px) {
            .samples-body-wrapper .body .createAccount .inputsParentWrapper .inputWrapper {
              width: 50%; } }
          .samples-body-wrapper .body .createAccount .inputsParentWrapper .inputWrapper svg {
            position: absolute;
            top: 0;
            right: 0;
            width: 16px;
            height: 18px; }
          .samples-body-wrapper .body .createAccount .inputsParentWrapper .inputWrapper p {
            margin: 0;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            letter-spacing: 0.28px;
            font-family: Lato; }
          .samples-body-wrapper .body .createAccount .inputsParentWrapper .inputWrapper input {
            border-radius: var(--Curved, 4px);
            border: 1px solid var(--Primary---Brand-100, #D4D7DE);
            background: var(--System-Basic-White, #FFF);
            max-height: 42px;
            padding: 12px; }
          .samples-body-wrapper .body .createAccount .inputsParentWrapper .inputWrapper .hoverInfoBox {
            background: white;
            position: absolute;
            bottom: 102%;
            right: 0;
            border: 1px solid black;
            padding: 5px 10px;
            border-radius: 5px; }
            .samples-body-wrapper .body .createAccount .inputsParentWrapper .inputWrapper .hoverInfoBox p {
              font-size: 12px; }
  .samples-body-wrapper .modalBackground {
    min-width: 100vw;
    min-height: 100vh;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6); }
  .samples-body-wrapper .hide {
    display: none !important; }
  .samples-body-wrapper .summaryMobile {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 96% !important;
    min-width: 96% !important;
    z-index: 5; }
    @media (min-width: 551px) {
      .samples-body-wrapper .summaryMobile {
        max-width: 80% !important;
        min-width: 80% !important; } }
    .samples-body-wrapper .summaryMobile .orderSummary-cartSection {
      max-height: 200px;
      overflow: scroll; }
    .samples-body-wrapper .summaryMobile .total {
      padding: 12px 24px !important; }
    .samples-body-wrapper .summaryMobile .orderSummary-cartSectionTotals > div {
      padding: 12px 24px !important; }
  .samples-body-wrapper .summary {
    min-width: 347px;
    max-width: 347px;
    background: #f4f5f7;
    border-radius: 8px;
    top: 50%;
    height: fit-content; }
    @media (min-width: 800px) {
      .samples-body-wrapper .summary #free-samples-summary-modalClose {
        display: none; } }
    .samples-body-wrapper .summary .print {
      display: flex;
      align-items: center;
      gap: 4px;
      cursor: pointer; }
      .samples-body-wrapper .summary .print svg {
        fill: #4C71DA;
        width: 15px; }
      .samples-body-wrapper .summary .print p {
        color: #4C71DA;
        margin: 0; }
    .samples-body-wrapper .summary header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 24px;
      border-bottom: 1px solid #ebebeb; }
      .samples-body-wrapper .summary header h3 {
        margin: 0;
        display: flex;
        gap: 8px; }
        .samples-body-wrapper .summary header h3 .modalClose {
          display: flex;
          align-items: center;
          width: fit-content;
          cursor: pointer; }
    .samples-body-wrapper .summary .orderSummary-cartSectionTotals {
      border-bottom: 1px solid #ebebeb; }
    .samples-body-wrapper .summary .orderSummary-cartSection {
      padding: 24px;
      border-bottom: 1px solid #ebebeb; }
      .samples-body-wrapper .summary .orderSummary-cartSection h3 {
        margin: 0; }
    .samples-body-wrapper .summary .total {
      padding: 24px; }
    .samples-body-wrapper .summary .totalPrice {
      font-size: 37px; }
    .samples-body-wrapper .summary .cart-priceItem--total {
      display: flex;
      justify-content: space-between; }
    .samples-body-wrapper .summary .cart-section--subtotals div {
      margin: 0 !important;
      display: flex;
      justify-content: space-between;
      width: 100%;
      box-sizing: border-box; }
    .samples-body-wrapper .summary ul {
      list-style: none;
      padding: 0;
      gap: 10px;
      display: flex;
      flex-direction: column; }
      .samples-body-wrapper .summary ul li div {
        display: flex; }
        .samples-body-wrapper .summary ul li div figure {
          margin: 0; }
        .samples-body-wrapper .summary ul li div img {
          width: 66px;
          height: 66px;
          padding-right: 24px; }
        .samples-body-wrapper .summary ul li div h5 {
          margin: 0; }
        .samples-body-wrapper .summary ul li div .product-price {
          padding-left: 12px; }
  .samples-body-wrapper .fixedMobileMiniSummary {
    background: white;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 328px;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 8px rgba(221, 221, 221, 0.5);
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: space-between; }
    @media (min-width: 551px) {
      .samples-body-wrapper .fixedMobileMiniSummary {
        width: 90%; } }
    .samples-body-wrapper .fixedMobileMiniSummary .leftSide {
      display: flex;
      gap: 24px;
      align-items: center; }
    .samples-body-wrapper .fixedMobileMiniSummary img {
      width: 48px;
      height: 48px; }
    .samples-body-wrapper .fixedMobileMiniSummary p {
      margin: 0; }
    .samples-body-wrapper .fixedMobileMiniSummary .miniBasketTotal {
      font-size: 24px; }
    .samples-body-wrapper .fixedMobileMiniSummary .expandBtn {
      display: flex;
      flex-direction: column;
      gap: 4px; }
    .samples-body-wrapper .fixedMobileMiniSummary .showDetailsButton {
      color: #4C71DA;
      cursor: pointer; }
