@charset "UTF-8";
/*!
Theme Name: Barebones
Theme URI: https://benchmark.co.uk/barebones
Author: Benchmark Studios
Author URI: https://benchmark.co.uk/
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 3.X
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/
/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/**
 * Spacing
 */
.mt-xs {
  margin-top: 6px; }

.mb-xs {
  margin-bottom: 6px; }

.ml-xs {
  margin-left: 6px; }

.mr-xs {
  margin-right: 6px; }

.my-xs {
  margin-top: 6px;
  margin-bottom: 6px; }

.mx-xs {
  margin-left: 6px;
  margin-right: 6px; }

.pt-xs {
  padding-top: 6px; }

.pb-xs {
  padding-bottom: 6px; }

.pl-xs {
  padding-left: 6px; }

.pr-xs {
  padding-right: 6px; }

.py-xs {
  padding-top: 6px;
  padding-bottom: 6px; }

.px-xs {
  padding-left: 6px;
  padding-right: 6px; }

.mt-sm {
  margin-top: 12px; }

.mb-sm {
  margin-bottom: 12px; }

.ml-sm {
  margin-left: 12px; }

.mr-sm {
  margin-right: 12px; }

.my-sm {
  margin-top: 12px;
  margin-bottom: 12px; }

.mx-sm {
  margin-left: 12px;
  margin-right: 12px; }

.pt-sm {
  padding-top: 12px; }

.pb-sm {
  padding-bottom: 12px; }

.pl-sm {
  padding-left: 12px; }

.pr-sm {
  padding-right: 12px; }

.py-sm {
  padding-top: 12px;
  padding-bottom: 12px; }

.px-sm {
  padding-left: 12px;
  padding-right: 12px; }

.mt-md {
  margin-top: 24px; }

.mb-md {
  margin-bottom: 24px; }

.ml-md {
  margin-left: 24px; }

.mr-md {
  margin-right: 24px; }

.my-md {
  margin-top: 24px;
  margin-bottom: 24px; }

.mx-md {
  margin-left: 24px;
  margin-right: 24px; }

.pt-md {
  padding-top: 24px; }

.pb-md {
  padding-bottom: 24px; }

.pl-md {
  padding-left: 24px; }

.pr-md {
  padding-right: 24px; }

.py-md {
  padding-top: 24px;
  padding-bottom: 24px; }

.px-md {
  padding-left: 24px;
  padding-right: 24px; }

.mt-lg {
  margin-top: 48px; }

.mb-lg {
  margin-bottom: 48px; }

.ml-lg {
  margin-left: 48px; }

.mr-lg {
  margin-right: 48px; }

.my-lg {
  margin-top: 48px;
  margin-bottom: 48px; }

.mx-lg {
  margin-left: 48px;
  margin-right: 48px; }

.pt-lg {
  padding-top: 48px; }

.pb-lg {
  padding-bottom: 48px; }

.pl-lg {
  padding-left: 48px; }

.pr-lg {
  padding-right: 48px; }

.py-lg {
  padding-top: 48px;
  padding-bottom: 48px; }

.px-lg {
  padding-left: 48px;
  padding-right: 48px; }

.mt-xl {
  margin-top: 72px; }

.mb-xl {
  margin-bottom: 72px; }

.ml-xl {
  margin-left: 72px; }

.mr-xl {
  margin-right: 72px; }

.my-xl {
  margin-top: 72px;
  margin-bottom: 72px; }

.mx-xl {
  margin-left: 72px;
  margin-right: 72px; }

.pt-xl {
  padding-top: 72px; }

.pb-xl {
  padding-bottom: 72px; }

.pl-xl {
  padding-left: 72px; }

.pr-xl {
  padding-right: 72px; }

.py-xl {
  padding-top: 72px;
  padding-bottom: 72px; }

.px-xl {
  padding-left: 72px;
  padding-right: 72px; }

.mt-2xl {
  margin-top: 96px; }

.mb-2xl {
  margin-bottom: 96px; }

.ml-2xl {
  margin-left: 96px; }

.mr-2xl {
  margin-right: 96px; }

.my-2xl {
  margin-top: 96px;
  margin-bottom: 96px; }

.mx-2xl {
  margin-left: 96px;
  margin-right: 96px; }

.pt-2xl {
  padding-top: 96px; }

.pb-2xl {
  padding-bottom: 96px; }

.pl-2xl {
  padding-left: 96px; }

.pr-2xl {
  padding-right: 96px; }

.py-2xl {
  padding-top: 96px;
  padding-bottom: 96px; }

.px-2xl {
  padding-left: 96px;
  padding-right: 96px; }

.mt-3xl {
  margin-top: 120px; }

.mb-3xl {
  margin-bottom: 120px; }

.ml-3xl {
  margin-left: 120px; }

.mr-3xl {
  margin-right: 120px; }

.my-3xl {
  margin-top: 120px;
  margin-bottom: 120px; }

.mx-3xl {
  margin-left: 120px;
  margin-right: 120px; }

.pt-3xl {
  padding-top: 120px; }

.pb-3xl {
  padding-bottom: 120px; }

.pl-3xl {
  padding-left: 120px; }

.pr-3xl {
  padding-right: 120px; }

.py-3xl {
  padding-top: 120px;
  padding-bottom: 120px; }

.px-3xl {
  padding-left: 120px;
  padding-right: 120px; }

.mt-4xl {
  margin-top: 144px; }

.mb-4xl {
  margin-bottom: 144px; }

.ml-4xl {
  margin-left: 144px; }

.mr-4xl {
  margin-right: 144px; }

.my-4xl {
  margin-top: 144px;
  margin-bottom: 144px; }

.mx-4xl {
  margin-left: 144px;
  margin-right: 144px; }

.pt-4xl {
  padding-top: 144px; }

.pb-4xl {
  padding-bottom: 144px; }

.pl-4xl {
  padding-left: 144px; }

.pr-4xl {
  padding-right: 144px; }

.py-4xl {
  padding-top: 144px;
  padding-bottom: 144px; }

.px-4xl {
  padding-left: 144px;
  padding-right: 144px; }

/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row {
  list-style: none;
  margin-left: -24px; }
  .row:not(.row--flex):before, .row:not(.row--flex):after {
    content: " ";
    display: table; }
  .row:not(.row--flex):after {
    clear: both; }
  .row.row--gutterless {
    margin-left: 0; }
  .row.row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .row.row--flex.row--flex--valign {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .row.row--marginbottom {
    margin-bottom: 24px; }

.col {
  float: left;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .row--gutterless .col {
    padding-left: 0; }

/**
 * Columns generator
 */
@media only screen and (min-width: 1136px) {
  .col--lg-offset-0 {
    margin-left: 0%; }
  .col--lg-1 {
    width: 8.33333%; }
    .row--flex .col--lg-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-1 {
    margin-left: 8.33333%; }
  .col--lg-2 {
    width: 16.66667%; }
    .row--flex .col--lg-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-2 {
    margin-left: 16.66667%; }
  .col--lg-3 {
    width: 25%; }
    .row--flex .col--lg-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-4 {
    width: 33.33333%; }
    .row--flex .col--lg-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-4 {
    margin-left: 33.33333%; }
  .col--lg-5 {
    width: 41.66667%; }
    .row--flex .col--lg-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-5 {
    margin-left: 41.66667%; }
  .col--lg-6 {
    width: 50%; }
    .row--flex .col--lg-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-7 {
    width: 58.33333%; }
    .row--flex .col--lg-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-7 {
    margin-left: 58.33333%; }
  .col--lg-8 {
    width: 66.66667%; }
    .row--flex .col--lg-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-8 {
    margin-left: 66.66667%; }
  .col--lg-9 {
    width: 75%; }
    .row--flex .col--lg-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-10 {
    width: 83.33333%; }
    .row--flex .col--lg-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-10 {
    margin-left: 83.33333%; }
  .col--lg-11 {
    width: 91.66667%; }
    .row--flex .col--lg-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-11 {
    margin-left: 91.66667%; }
  .col--lg-12 {
    width: 100%; }
    .row--flex .col--lg-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--lg-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 1135px) and (max-width: 1135px) {
  .col--md-offset-0 {
    margin-left: 0%; }
  .col--md-1 {
    width: 8.33333%; }
    .row--flex .col--md-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--md-offset-1 {
    margin-left: 8.33333%; }
  .col--md-2 {
    width: 16.66667%; }
    .row--flex .col--md-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--md-offset-2 {
    margin-left: 16.66667%; }
  .col--md-3 {
    width: 25%; }
    .row--flex .col--md-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-4 {
    width: 33.33333%; }
    .row--flex .col--md-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--md-offset-4 {
    margin-left: 33.33333%; }
  .col--md-5 {
    width: 41.66667%; }
    .row--flex .col--md-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--md-offset-5 {
    margin-left: 41.66667%; }
  .col--md-6 {
    width: 50%; }
    .row--flex .col--md-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-7 {
    width: 58.33333%; }
    .row--flex .col--md-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--md-offset-7 {
    margin-left: 58.33333%; }
  .col--md-8 {
    width: 66.66667%; }
    .row--flex .col--md-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--md-offset-8 {
    margin-left: 66.66667%; }
  .col--md-9 {
    width: 75%; }
    .row--flex .col--md-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-10 {
    width: 83.33333%; }
    .row--flex .col--md-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--md-offset-10 {
    margin-left: 83.33333%; }
  .col--md-11 {
    width: 91.66667%; }
    .row--flex .col--md-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--md-offset-11 {
    margin-left: 91.66667%; }
  .col--md-12 {
    width: 100%; }
    .row--flex .col--md-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 481px) and (max-width: 1134px) {
  .col--sm-offset-0 {
    margin-left: 0%; }
  .col--sm-1 {
    width: 8.33333%; }
    .row--flex .col--sm-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-1 {
    margin-left: 8.33333%; }
  .col--sm-2 {
    width: 16.66667%; }
    .row--flex .col--sm-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-2 {
    margin-left: 16.66667%; }
  .col--sm-3 {
    width: 25%; }
    .row--flex .col--sm-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-4 {
    width: 33.33333%; }
    .row--flex .col--sm-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-4 {
    margin-left: 33.33333%; }
  .col--sm-5 {
    width: 41.66667%; }
    .row--flex .col--sm-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-5 {
    margin-left: 41.66667%; }
  .col--sm-6 {
    width: 50%; }
    .row--flex .col--sm-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-7 {
    width: 58.33333%; }
    .row--flex .col--sm-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-7 {
    margin-left: 58.33333%; }
  .col--sm-8 {
    width: 66.66667%; }
    .row--flex .col--sm-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-8 {
    margin-left: 66.66667%; }
  .col--sm-9 {
    width: 75%; }
    .row--flex .col--sm-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-10 {
    width: 83.33333%; }
    .row--flex .col--sm-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-10 {
    margin-left: 83.33333%; }
  .col--sm-11 {
    width: 91.66667%; }
    .row--flex .col--sm-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-11 {
    margin-left: 91.66667%; }
  .col--sm-12 {
    width: 100%; }
    .row--flex .col--sm-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%; }
  .col--xs-1 {
    width: 8.33333%; }
    .row--flex .col--xs-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-1 {
    margin-left: 8.33333%; }
  .col--xs-2 {
    width: 16.66667%; }
    .row--flex .col--xs-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-2 {
    margin-left: 16.66667%; }
  .col--xs-3 {
    width: 25%; }
    .row--flex .col--xs-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--xs-offset-3 {
    margin-left: 25%; }
  .col--xs-4 {
    width: 33.33333%; }
    .row--flex .col--xs-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-4 {
    margin-left: 33.33333%; }
  .col--xs-5 {
    width: 41.66667%; }
    .row--flex .col--xs-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-5 {
    margin-left: 41.66667%; }
  .col--xs-6 {
    width: 50%; }
    .row--flex .col--xs-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--xs-offset-6 {
    margin-left: 50%; }
  .col--xs-7 {
    width: 58.33333%; }
    .row--flex .col--xs-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-7 {
    margin-left: 58.33333%; }
  .col--xs-8 {
    width: 66.66667%; }
    .row--flex .col--xs-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-8 {
    margin-left: 66.66667%; }
  .col--xs-9 {
    width: 75%; }
    .row--flex .col--xs-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--xs-offset-9 {
    margin-left: 75%; }
  .col--xs-10 {
    width: 83.33333%; }
    .row--flex .col--xs-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-10 {
    margin-left: 83.33333%; }
  .col--xs-11 {
    width: 91.66667%; }
    .row--flex .col--xs-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-11 {
    margin-left: 91.66667%; }
  .col--xs-12 {
    width: 100%; }
    .row--flex .col--xs-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--xs-offset-12 {
    margin-left: 100%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 24px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

* {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0; }

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block; }
  input[disabled],
  select[disabled],
  textarea[disabled],
  button[disabled] {
    cursor: not-allowed; }

button {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    text-align: left; }

@media only screen and (min-width: 1136px) {
  .visible-lg {
    display: block !important; } }

@media only screen and (min-width: 1136px) {
  .hidden-lg {
    display: none !important; } }

@media only screen and (min-width: 1135px) and (max-width: 1135px) {
  .visible-md {
    display: block !important; } }

@media only screen and (min-width: 1135px) and (max-width: 1135px) {
  .hidden-md {
    display: none !important; } }

@media only screen and (min-width: 481px) and (max-width: 1134px) {
  .visible-sm {
    display: block !important; } }

@media only screen and (min-width: 481px) and (max-width: 1134px) {
  .hidden-sm {
    display: none !important; } }

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important; } }

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important; } }

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left; }
  img .alignleft, img
  .float-left {
    margin-right: 24px; }

.alignright,
.float-right {
  float: right; }
  img .alignright, img
  .float-right {
    margin-left: 24px; }

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  img .aligncenter, img
  .float-center {
    margin-bottom: 24px; }

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

.clearfix:after {
  clear: both; }

/**
* Alignment
*/
.align-text-left {
  text-align: left; }

.align-text-right {
  text-align: right; }

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

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important; }
  @media screen and (max-width: 1134px) {
    .visible-on-mobile {
      display: block !important; } }

.visible-on-tablet {
  display: none !important; }
  @media screen and (max-width: 1135px) {
    .visible-on-tablet {
      display: block !important; } }
  @media screen and (max-width: 1134px) {
    .visible-on-tablet {
      display: none !important; } }

@media screen and (max-width: 1135px) {
  .visible-on-desktop {
    display: none !important; } }

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

body {
  color: #444;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal; }

h1,
h2,
.section.section--one-column h1,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 24px; }
  h1:last-child,
  h2:last-child,
  .section.section--one-column h1:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  p:last-child,
  hr:last-child,
  ul:last-child,
  ol:last-child,
  dl:last-child {
    margin-bottom: 0; }

/**
 * Basic styles for links
 */
a {
  color: #1F3280;
  text-decoration: none; }
  a:hover {
    color: #444;
    text-decoration: underline; }

a[href^="tel"] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit; }

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #444; }

.grid {
  display: grid;
  grid-gap: 24px; }
  @media screen and (max-width: 1134px) {
    .grid {
      grid-gap: 12px; } }
  @media only screen and (min-width: 1136px) {
    .grid.grid--lg-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--lg-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--lg-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--lg-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--lg-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--lg-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  @media only screen and (min-width: 1135px) and (max-width: 1135px) {
    .grid.grid--md-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--md-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--md-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--md-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--md-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--md-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  @media only screen and (min-width: 481px) and (max-width: 1134px) {
    .grid.grid--sm-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--sm-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--sm-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--sm-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--sm-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--sm-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  @media only screen and (max-width: 480px) {
    .grid.grid--xs-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--xs-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--xs-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--xs-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--xs-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--xs-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/**
 * This file contains all @font-face declarations, if any.
 */
@font-face {
  font-family: 'Effra';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Effra_Std_Rg.woff") format("woff"); }

@font-face {
  font-family: 'Effra';
  src: url("fonts/Effra-Bold.woff2") format("woff2"), url("fonts/Effra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Effra Light';
  src: url("fonts/Effra-Light.woff") format("woff");
  font-weight: light;
  font-display: swap; }

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

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto; }

*:focus {
  outline: 0; }

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #444;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #444;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto; }

input[type="file"] {
  line-height: normal;
  height: auto;
  padding: 6px 12px; }

input[type="submit"] {
  -webkit-border-radius: 0;
          border-radius: 0; }

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed; }

select {
  line-height: normal;
  padding: 0;
  padding-left: 12px; }

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block; }

.form .form__group {
  display: block;
  margin-bottom: 24px; }
  .form .form__group .form__label {
    display: block;
    margin-bottom: 12px; }

ul,
ol {
  margin-left: 24px; }

li > ul,
li > ol {
  margin-bottom: 0; }

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

.list--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px; }
  .list--social li {
    margin-right: 10px; }
    .list--social li i {
      font-size: 30px;
      font-size: 1.875rem;
      background-color: #437CFF;
      padding: 12px 36px 10px 15px;
      -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
      width: 75px; }

.list--account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: 1.5rem; }
  .list--account li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px; }
    .list--account li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .list--account li .margin-right {
      margin-right: 12px; }

.list--features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase; }
  .list--features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list--features li.divider:after {
      display: block;
      content: '';
      width: 1px;
      height: 50px;
      border-right: 1px #fff solid;
      -webkit-transform: rotate(25deg);
          -ms-transform: rotate(25deg);
              transform: rotate(25deg); }
    @media screen and (max-width: 1134px) {
      .list--features li {
        font-size: 16px;
        font-size: 1rem; } }
  .list--features img {
    margin-right: 10px;
    max-height: 80px; }
    @media screen and (max-width: 1134px) {
      .list--features img {
        max-height: 45px; } }

.list--logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1134px) {
    .list--logos img {
      max-height: 25px;
      margin: 0 12px; } }

.list--options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0; }
  .list--options li {
    margin-bottom: 24px; }

.table {
  width: 100%; }
  .table th, .table td {
    padding: 5px;
    vertical-align: top; }

h1,
h2,
.section.section--one-column h1,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600; }

em {
  font-style: italic; }

small,
.small {
  font-size: .75em; }

.flush {
  margin: 0; }

hr {
  margin: 24px 0; }

.strong, .text-price {
  font-weight: bold; }

.text-md {
  font-size: 18px;
  font-size: 1.125rem; }

.text-lg {
  font-size: 28px;
  font-size: 1.75rem; }

.text-xl {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1em; }

.text-price {
  color: #1F3280;
  font-size: 42px;
  font-size: 2.625rem; }
  .text-price:hover {
    text-decoration: none; }

.font-light, .woocommerce .woocommerce-product-details__short-description p:not(.text-price) {
  font-family: 'Effra Light'; }

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

h1,
.h1 {
  font-size: 85px;
  font-size: 5.3125rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1em; }
  @media screen and (max-width: 480px) {
    h1,
    .h1 {
      font-size: 55px;
      font-size: 3.4375rem; } }


h2,
.section.section--one-column h1,
.h2 {
  font-size: 46px;
  font-size: 2.875rem;
  color: #1F3280;
  margin-bottom: 48px;
  text-transform: uppercase; }
  @media screen and (max-width: 480px) {
    
    h2,
    .section.section--one-column h1,
    .h2 {
      font-size: 34px;
      font-size: 2.125rem; } }

h3,
.h3,
.mega-menu .mega-menu__column ul li.mega-menu__heading {
  font-size: 20px;
  font-size: 1.25rem;
  color: #1F3280;
  margin-bottom: 5px; }

p {
  line-height: 1.2em; }

.underline {
  color: #000;
  text-decoration: underline; }

html {
  scroll-behavior: smooth; }

body.cart-open, body.mega-menu-open {
  overflow: hidden; }

body.workwear .header__navigation:before {
  background-color: #437CFF; }
  @media screen and (max-width: 1134px) {
    body.workwear .header__navigation:before {
      background-color: #1F3280; } }

body.workwear .nav--header {
  background-color: #437CFF; }
  @media screen and (max-width: 1134px) {
    body.workwear .nav--header {
      background-color: #1F3280; } }

body.workwear .banner__features {
  background-color: #1F3280; }

body.workwear .footer__player {
  display: none; }

body .body__overlay {
  position: fixed;
  top: 206px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -100;
  -webkit-transition: ease-in-out 250ms;
  -o-transition: ease-in-out 250ms;
  transition: ease-in-out 250ms; }
  body .body__overlay.cart-open, body .body__overlay.mega-menu-open {
    background-color: rgba(0, 0, 0, 0.62);
    z-index: 502; }

@media screen and (max-width: 1134px) {
  body {
    margin-top: 159.8px; } }

@media screen and (max-width: 480px) {
  body {
    margin-top: 144px; } }

.cart-contents-mobile {
  display: none;
  position: fixed;
  top: 120px;
  background-color: #FFF;
  z-index: 10;
  width: 100%;
  padding-bottom: 12px; }
  .cart-contents-mobile ul {
    margin-top: 0; }
    .cart-contents-mobile ul .cart-anchor {
      font-size: 18px;
      font-size: 1.125rem; }
    .cart-contents-mobile ul img {
      height: 26px; }
  @media screen and (max-width: 1134px) {
    .cart-contents-mobile {
      display: block; } }
  @media screen and (max-width: 480px) {
    .cart-contents-mobile {
      top: 105px; } }

.shopping-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 40%;
  padding: 48px 24px;
  background-color: #FFF;
  z-index: 1000;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease-in-out 250ms;
  -o-transition: ease-in-out 250ms;
  transition: ease-in-out 250ms;
  min-height: 500px;
  overflow: scroll; }
  .shopping-basket.cart-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .shopping-basket .container {
    height: 100%; }
    .shopping-basket .container .row--flex {
      height: 100%; }
      .shopping-basket .container .row--flex .shopping-basket__item {
        margin-bottom: 24px; }
        .shopping-basket .container .row--flex .shopping-basket__item .item__header {
          font-size: 18px;
          font-size: 1.125rem;
          color: #1F3280; }
        @media screen and (max-width: 480px) {
          .shopping-basket .container .row--flex .shopping-basket__item img {
            margin-bottom: 24px; } }
      .shopping-basket .container .row--flex .nav-burger {
        top: 12px; }
        .shopping-basket .container .row--flex .nav-burger.open .nav-burger__line {
          background-color: #1F3280; }
      .shopping-basket .container .row--flex .shopping-basket__header {
        margin-bottom: 24px; }
        @media screen and (max-width: 480px) {
          .shopping-basket .container .row--flex .shopping-basket__header h2, .shopping-basket .container .row--flex .shopping-basket__header .section.section--one-column h1, .section.section--one-column .shopping-basket .container .row--flex .shopping-basket__header h1 {
            font-size: 32px;
            font-size: 2rem;
            margin-bottom: 24px;
            text-align: center; } }
      .shopping-basket .container .row--flex .shopping-basket__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-top: 48px;
        margin-bottom: 48px; }
        .shopping-basket .container .row--flex .shopping-basket__footer .shopping-basket__subtotal {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          font-size: 29px;
          font-size: 1.8125rem;
          margin-bottom: 12px;
          text-transform: uppercase;
          font-weight: 300; }
  .shopping-basket form.woocommerce-cart-form--sidebar .product-quantity,
  .shopping-basket form.woocommerce-cart-form--sidebar .form__update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .shopping-basket form.woocommerce-cart-form--sidebar .product-quantity .qty,
    .shopping-basket form.woocommerce-cart-form--sidebar .form__update .qty {
      width: 3.631em;
      text-align: center; }
  .shopping-basket form.woocommerce-cart-form--sidebar .form__update {
    margin-top: 24px; }
    .shopping-basket form.woocommerce-cart-form--sidebar .form__update button {
      color: #1F3280; }
    .shopping-basket form.woocommerce-cart-form--sidebar .form__update .product-remove a {
      color: red; }
  @media screen and (max-width: 1134px) {
    .shopping-basket {
      width: 70%;
      padding: 72px 0; } }
  @media screen and (max-width: 480px) {
    .shopping-basket {
      width: 100%;
      padding: 72px 0; } }

.mega-menu {
  display: none;
  position: absolute;
  padding: 24px 0;
  top: 206px;
  z-index: 503;
  background-color: #fff;
  width: 100%; }
  .mega-menu .row + .row .mega-menu__column {
    padding-top: 0; }
  .mega-menu .mega-menu__column {
    margin-bottom: 48px; }
    .mega-menu .mega-menu__column .h3, .mega-menu .mega-menu__column ul li.mega-menu__heading {
      display: inline-block;
      text-transform: capitalize;
      margin-bottom: 24px; }
    .mega-menu .mega-menu__column ul {
      list-style: none;
      margin-left: 0; }
      .mega-menu .mega-menu__column ul li {
        margin-bottom: 6px; }
        .mega-menu .mega-menu__column ul li.mega-menu__heading {
          padding-top: 24px; }
          .mega-menu .mega-menu__column ul li.mega-menu__heading a {
            color: #1F3280 !important; }
        .mega-menu .mega-menu__column ul li a {
          line-height: unset;
          color: #000; }
  .mega-menu a[href="#"] {
    pointer-events: none; }

.breadcrumb {
  padding: 48px 0 24px; }
  .breadcrumb span, .breadcrumb a {
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
    font-size: 0.875rem; }
  .breadcrumb span[aria-current="page"] {
    color: #000; }

.search-bar {
  display: none;
  padding: 12px;
  background-color: #1F3280; }
  .search-bar.search-bar--desktop {
    position: absolute;
    top: 100%;
    width: 100%; }
  .search-bar.search-bar--mobile {
    margin-bottom: 96px; }
  .search-bar form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%; }
    .search-bar form button {
      margin-left: 24px; }
      .search-bar form button img {
        height: 35px; }

.header {
  position: relative;
  z-index: 10;
  padding: 24px 0 0 0;
  color: #1F3280; }
  .header.cart-open, .header.mega-menu-open {
    z-index: 505; }
    .header.cart-open .header__overlay, .header.mega-menu-open .header__overlay {
      z-index: 506;
      background-color: rgba(0, 0, 0, 0.5); }
  .header .header__overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 207px;
    left: 0;
    z-index: -100;
    -webkit-transition: ease-in-out 250ms;
    -o-transition: ease-in-out 250ms;
    transition: ease-in-out 250ms; }
  .header .header__logo img {
    max-height: 73px; }
  .header .header__preheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 1134px) {
      .header .header__preheader {
        display: none; } }
  .header .header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px; }
    .header .header__navigation .search-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #FFD236;
      padding: 0 24px;
      -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
      margin-left: -1px; }
      .header .header__navigation .search-button img {
        width: 25px; }
      @media screen and (max-width: 1134px) {
        .header .header__navigation .search-button {
          background-color: unset;
          -webkit-clip-path: unset;
                  clip-path: unset;
          margin: 24px 0 24px 24px;
          padding: 0; } }
    @media screen and (max-width: 1134px) {
      .header .header__navigation {
        display: none;
        margin-top: 0;
        overflow-y: scroll;
        overflow-x: hidden; } }
  @media screen and (max-width: 1134px) {
    .header {
      position: fixed;
      width: 100%;
      top: 0;
      padding: 24px 0;
      background: #FFF; } }

.footer {
  position: relative;
  background-color: #1F3280;
  color: #fff;
  padding: 24px 0;
  overflow-x: clip; }
  .footer .container {
    position: relative; }
  .footer .footer__player {
    position: absolute;
    right: 0;
    top: -24px;
    right: -24px;
    height: 100%;
    width: auto; }
    @media screen and (max-width: 1134px) {
      .footer .footer__player {
        height: 75%; } }
    @media screen and (max-width: 480px) {
      .footer .footer__player {
        display: none; } }
  .footer .footer__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0; }
  .footer .footer__navigation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 33.333%; }
    .footer .footer__navigation a {
      color: #fff; }
    .footer .footer__navigation .nav li {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 0;
      font-weight: bold; }
  .footer .footer__telephone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer .footer__telephone img {
      height: 28px;
      margin-right: 12px; }
  .footer .footer__colophone {
    margin-top: 24px; }
  .footer .footer__logos {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 480px) {
      .footer .footer__logos ul {
        margin-bottom: 24px; } }
    @media screen and (max-width: 480px) {
      .footer .footer__logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.woocommerce .post__footer {
  display: none; }

.woocommerce .woocommerce-product-details__short-description {
  margin-bottom: 24px; }
  .woocommerce .woocommerce-product-details__short-description h1 {
    font-size: 28px;
    font-size: 1.75rem;
    text-transform: none;
    color: #1F3280;
    margin-bottom: 24px; }

.woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 24px; }

.woocommerce .return-to-shop {
  margin-bottom: 48px; }

.woocommerce .single-product select {
  background-color: #E6E6E6;
  color: #000;
  border: none;
  text-transform: uppercase;
  width: 150px;
  max-width: unset !important;
  min-width: unset !important;
  display: inline;
  margin: 0 24px 24px 0; }

.woocommerce .single-product .slider-for {
  margin-bottom: 48px; }

.woocommerce .single-product .single-product__social-share-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #1F3280; }
  .woocommerce .single-product .single-product__social-share-icons span {
    text-transform: uppercase;
    color: #1F3280;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold; }
  .woocommerce .single-product .single-product__social-share-icons ul {
    list-style: none;
    display: inline; }
    .woocommerce .single-product .single-product__social-share-icons ul li {
      display: inline-block;
      margin-right: 12px; }
      .woocommerce .single-product .single-product__social-share-icons ul li a i {
        font-size: 28px;
        font-size: 1.75rem; }

.woocommerce .single-product .related {
  text-align: center; }

.woocommerce .single-product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 48px; }

.woocommerce .single-product .variations_form .h3, .woocommerce .single-product .variations_form .mega-menu .mega-menu__column ul li.mega-menu__heading, .mega-menu .mega-menu__column ul .woocommerce .single-product .variations_form li.mega-menu__heading {
  margin-bottom: 24px; }

.woocommerce .single-product .variable-sizes {
  display: none; }
  .woocommerce .single-product .variable-sizes.variable-sizes--edit-basket {
    display: inline-block; }

.woocommerce .single-product .variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px !important; }
  .woocommerce .single-product .variations .label {
    display: none; }
  .woocommerce .single-product .variations tr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .woocommerce .single-product .variations select {
    background-color: #E6E6E6;
    color: #000;
    border: none;
    text-transform: uppercase;
    width: 150px;
    max-width: unset !important;
    min-width: unset !important;
    display: inline; }

.woocommerce .single-product .btn--dark {
  margin-left: 12px; }
  @media screen and (max-width: 480px) {
    .woocommerce .single-product .btn--dark {
      margin: 24px 0 0 0; } }

.woocommerce .customisation-errors {
  display: block;
  width: 100%;
  float: right;
  padding-top: 24px; }

.woocommerce .woocommerce-checkout {
  padding-bottom: 24px; }
  .woocommerce .woocommerce-checkout #customer_details {
    margin-bottom: 24px; }
  .woocommerce .woocommerce-checkout .woocommerce-additional-fields {
    display: none; }
  .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 24px; }

.woocommerce article.product {
  padding-top: 24px; }
  .woocommerce article.product .post__header,
  .woocommerce article.product .post__footer {
    display: none; }

.woocommerce article.product-type-variable .woocommerce-variation-add-to-cart .h3, .woocommerce article.product-type-variable .woocommerce-variation-add-to-cart .mega-menu .mega-menu__column ul li.mega-menu__heading, .mega-menu .mega-menu__column ul .woocommerce article.product-type-variable .woocommerce-variation-add-to-cart li.mega-menu__heading {
  margin-bottom: 24px; }

.woocommerce article.product-type-variable .woocommerce-variation {
  margin-bottom: 24px; }
  .woocommerce article.product-type-variable .woocommerce-variation .woocommerce-Price-amount,
  .woocommerce article.product-type-variable .woocommerce-variation .woocommerce-variation-availability {
    color: #1F3280; }
    .woocommerce article.product-type-variable .woocommerce-variation .woocommerce-Price-amount p,
    .woocommerce article.product-type-variable .woocommerce-variation .woocommerce-variation-availability p {
      color: #1F3280; }

.woocommerce article.product-type-variable .custom-add-to-cart-form {
  margin-bottom: 24px; }
  .woocommerce article.product-type-variable .custom-add-to-cart-form.custom-add-to-cart-form--single-colour select.variable-sizes {
    display: inline-block; }
  .woocommerce article.product-type-variable .custom-add-to-cart-form.custom-add-to-cart-form--single-colour .variable-colour {
    display: none !important; }
  .woocommerce article.product-type-variable .custom-add-to-cart-form .h3, .woocommerce article.product-type-variable .custom-add-to-cart-form .mega-menu .mega-menu__column ul li.mega-menu__heading, .mega-menu .mega-menu__column ul .woocommerce article.product-type-variable .custom-add-to-cart-form li.mega-menu__heading {
    font-weight: bold; }
  .woocommerce article.product-type-variable .custom-add-to-cart-form .btn--dark {
    margin-left: 12px; }
    @media screen and (max-width: 480px) {
      .woocommerce article.product-type-variable .custom-add-to-cart-form .btn--dark {
        margin: 24px 0 0 0; } }

.woocommerce form.woocommerce-cart-form .variation {
  display: none; }

.woocommerce form.woocommerce-ordering {
  margin-bottom: 48px; }

.woocommerce form .coupon input {
  min-width: 110px; }

.woocommerce .woocommerce-checkout-review-order .variation {
  display: none; }

.woocommerce ul.products .product {
  text-align: center; }
  .woocommerce ul.products .product .woocommerce-LoopProduct-link h2, .woocommerce ul.products .product .woocommerce-LoopProduct-link .section.section--one-column h1, .section.section--one-column .woocommerce ul.products .product .woocommerce-LoopProduct-link h1 {
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: none;
    text-align: center; }
  @media screen and (max-width: 480px) {
    .woocommerce ul.products .product {
      width: 100% !important; } }

.woocommerce ul.products .featured-products__images--rollover {
  position: relative; }
  .woocommerce ul.products .featured-products__images--rollover:hover .featured-products__image--rollover {
    display: block; }
  .woocommerce ul.products .featured-products__images--rollover:hover .featured-products__image--main {
    display: none; }
  .woocommerce ul.products .featured-products__images--rollover .featured-products__image--rollover {
    display: none; }
  .woocommerce ul.products .featured-products__images--rollover img {
    -webkit-transition: ease-in-out 250ms;
    -o-transition: ease-in-out 250ms;
    transition: ease-in-out 250ms; }

.woocommerce section.related {
  display: block;
  width: 100%;
  float: left;
  margin-top: 48px; }

.woocommerce .product-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  margin-bottom: 96px;
  border-top: .25px solid #1F3280;
  border-bottom: .25px solid #1F3280;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #000;
  font-weight: bold; }
  .woocommerce .product-filters .product-filters__options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .woocommerce .product-filters .product-filters__options select {
      margin-left: 24px;
      width: 140px;
      border: none;
      text-transform: uppercase;
      color: #000; }
      @media screen and (max-width: 480px) {
        .woocommerce .product-filters .product-filters__options select {
          display: block;
          width: 100%;
          margin-left: 0;
          margin-top: 12px;
          padding-left: 0; } }
    .woocommerce .product-filters .product-filters__options .clear-filters {
      margin-left: 12px;
      font-size: 12px;
      font-size: 0.75rem;
      text-transform: capitalize; }
    @media screen and (max-width: 480px) {
      .woocommerce .product-filters .product-filters__options {
        display: block;
        width: 100%; } }
  @media screen and (max-width: 480px) {
    .woocommerce .product-filters span {
      display: block; } }
  @media screen and (max-width: 480px) {
    .woocommerce .product-filters {
      display: block; } }

.woocommerce .woocommerce-pagination {
  margin-bottom: 36px; }

.product-customisation {
  display: block;
  padding: 48px 0 24px 24px;
  float: right;
  width: 100%; }
  .product-customisation .product-customisation__header {
    padding: 24px;
    background-color: #1F3280;
    color: #FFF; }
  .product-customisation .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px; }
  .product-customisation .switch input {
    display: none; }
  .product-customisation .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .product-customisation .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 26px; }
  .product-customisation input:checked + .slider {
    background-color: #66bb6a; }
  .product-customisation input:checked + .slider:before {
    -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
            transform: translateX(26px); }
  .product-customisation .slider.round {
    -webkit-border-radius: 34px;
            border-radius: 34px; }
  .product-customisation .slider.round:before {
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .product-customisation .product-options {
    list-style: none;
    margin-left: 0; }
    .product-customisation .product-options table {
      border-collapse: separate;
      border-spacing: 0px 15px; }
      .product-customisation .product-options table tr {
        margin-bottom: 24px; }
      .product-customisation .product-options table td input,
      .product-customisation .product-options table td select {
        margin-bottom: 0 !important;
        margin-right: 24px; }
    .product-customisation .product-options .product-options__sponsor {
      margin-bottom: 24px; }
      .product-customisation .product-options .product-options__sponsor .sponsor__header {
        position: relative;
        cursor: pointer; }
        .product-customisation .product-options .product-options__sponsor .sponsor__header.open:after {
          -webkit-transform: rotateX(180deg);
                  transform: rotateX(180deg); }
        .product-customisation .product-options .product-options__sponsor .sponsor__header.open + .sponsor__content {
          display: block; }
        .product-customisation .product-options .product-options__sponsor .sponsor__header:after {
          content: '';
          display: block;
          position: absolute;
          right: 24px;
          top: 0;
          height: 16px;
          width: 36px;
          background-image: url("./img/chevron-down--black.svg");
          -webkit-background-size: cover;
                  background-size: cover;
          background-repeat: no-repeat;
          -webkit-transition: ease-in-out 250ms;
          -o-transition: ease-in-out 250ms;
          transition: ease-in-out 250ms; }
          @media screen and (max-width: 480px) {
            .product-customisation .product-options .product-options__sponsor .sponsor__header:after {
              height: 11px;
              width: 25px; } }
      .product-customisation .product-options .product-options__sponsor .sponsor__content {
        display: none;
        margin-top: 24px; }
      .product-customisation .product-options .product-options__sponsor .text-lg {
        color: #1F3280; }
      .product-customisation .product-options .product-options__sponsor hr {
        background-color: #1F3280; }
    .product-customisation .product-options li .option__header {
      position: relative;
      padding: 24px;
      background-color: #E6E6E6;
      color: #000;
      margin-bottom: 6px;
      font-size: 22px;
      font-size: 1.375rem;
      cursor: pointer; }
      .product-customisation .product-options li .option__header.open:after {
        -webkit-transition: ease-in-out 250ms;
        -o-transition: ease-in-out 250ms;
        transition: ease-in-out 250ms;
        -webkit-transform: translateY(-50%) rotateX(180deg);
                transform: translateY(-50%) rotateX(180deg); }
      .product-customisation .product-options li .option__header.first + .option__form {
        display: block; }
      .product-customisation .product-options li .option__header:after {
        content: '';
        display: block;
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 16px;
        width: 36px;
        background-image: url("./img/chevron-down--black.svg");
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat; }
        @media screen and (max-width: 480px) {
          .product-customisation .product-options li .option__header:after {
            height: 11px;
            width: 25px; } }
      @media screen and (max-width: 480px) {
        .product-customisation .product-options li .option__header span.option__title {
          margin-bottom: 12px; } }
      @media screen and (max-width: 480px) {
        .product-customisation .product-options li .option__header span {
          display: block; } }
      @media screen and (max-width: 480px) {
        .product-customisation .product-options li .option__header {
          padding: 24px 60px 24px 24px;
          font-size: 18px;
          font-size: 1.125rem; } }
    .product-customisation .product-options li .option__form {
      display: none;
      padding: 24px 0; }
      .product-customisation .product-options li .option__form img {
        display: block; }
      .product-customisation .product-options li .option__form .error {
        display: none;
        color: red;
        margin-bottom: 24px; }
        .product-customisation .product-options li .option__form .error.active {
          display: block; }
      .product-customisation .product-options li .option__form input,
      .product-customisation .product-options li .option__form textarea {
        margin-bottom: 24px; }
      .product-customisation .product-options li .option__form input,
      .product-customisation .product-options li .option__form textarea {
        border: 1px solid #E6E6E6; }
      .product-customisation .product-options li .option__form select,
      .product-customisation .product-options li .option__form input {
        width: 275px; }
      .product-customisation .product-options li .option__form input[type="checkbox"] {
        width: unset; }
      .product-customisation .product-options li .option__form textarea {
        height: 140px; }
      .product-customisation .product-options li .option__form .list--options li {
        margin-right: 24px;
        text-align: center; }
        .product-customisation .product-options li .option__form .list--options li .option__radio-label {
          display: inline-block;
          height: 80px;
          width: 80px;
          cursor: pointer;
          opacity: .5;
          -webkit-transition: ease-in-out 250ms;
          -o-transition: ease-in-out 250ms;
          transition: ease-in-out 250ms;
          -webkit-background-size: contain;
                  background-size: contain; }
          .product-customisation .product-options li .option__form .list--options li .option__radio-label.option__radio-label--zoom:hover {
            -webkit-transform: scale(2);
                -ms-transform: scale(2);
                    transform: scale(2);
            background-color: #FFF;
            border: 1px solid;
            opacity: 1;
            z-index: 10; }
          .product-customisation .product-options li .option__form .list--options li .option__radio-label.active {
            opacity: 1; }
          .product-customisation .product-options li .option__form .list--options li .option__radio-label input {
            display: none; }
    .product-customisation .product-options li .form__header {
      color: #1F3280;
      font-size: 22px;
      font-size: 1.375rem; }
    .product-customisation .product-options li .option__title {
      margin-right: 12px; }
  .product-customisation .btn--additional-sponsor {
    margin-bottom: 24px; }
  .product-customisation .product-customisation__total {
    color: #1F3280; }
  .product-customisation .confirm-customisation {
    margin: 24px; }

.workwear .woocommerce-loop-product__title {
  line-height: 1.1; }

.btn {
  background-color: #FFD236;
  color: #1F3280;
  text-transform: uppercase;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6px 48px 6px 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.125rem; }
  .btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .btn:hover {
    text-decoration: none;
    background-color: #1F3280;
    color: #FFD236;
    border-color: #1F3280; }
  .btn.is-disabled, .btn:disabled {
    pointer-events: none;
    opacity: .65; }

.btn--dark {
  background-color: #1F3280;
  color: #FFD236;
  border: 1px solid #1F3280; }
  .btn--dark:hover {
    background-color: #FFD236;
    color: #1F3280;
    border-color: #FFD236; }

.btn--light {
  background-color: #E6E6E6;
  color: #1F3280;
  border: 1px solid #E6E6E6; }
  .btn--light:hover {
    background-color: #1F3280;
    color: #E6E6E6;
    border-color: #1F3280; }

.btn-rectangle {
  padding: 6px 24px;
  -webkit-clip-path: none;
          clip-path: none; }

.btn--block {
  display: block;
  width: 100%; }
  .btn--block + .btn--block {
    margin-top: 6px; }

.btn--link {
  background-color: transparent;
  color: #1F3280; }

.btn--empty {
  background-color: transparent;
  color: #444; }
  .btn--empty:hover {
    text-decoration: underline;
    border-color: transparent; }

.btn--back {
  color: #FFF; }

.btn--load {
  background-color: transparent;
  color: #000;
  border-color: #000; }

/**
 * Hamburger menu
 */
.nav-burger {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 550;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.nav-burger__line {
  width: 35px;
  height: 8px;
  background-color: #1F3280;
  display: none;
  margin: 8px auto;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  @media screen and (max-width: 1134px) {
    .nav-burger__line {
      display: block; } }
  .nav-burger.open .nav-burger__line:nth-child(2) {
    opacity: 0; }
  .nav-burger.open .nav-burger__line:nth-child(1) {
    -webkit-transform: translateY(16px) rotate(45deg);
        -ms-transform: translateY(16px) rotate(45deg);
            transform: translateY(16px) rotate(45deg);
    background-color: #fff; }
  .nav-burger.open .nav-burger__line:nth-child(3) {
    -webkit-transform: translateY(-16px) rotate(-45deg);
        -ms-transform: translateY(-16px) rotate(-45deg);
            transform: translateY(-16px) rotate(-45deg);
    background-color: #fff; }

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0; }
  .nav > li {
    display: inline-block;
    margin-right: 24px; }
    .nav > li:last-child {
      margin-right: 0; }
    .nav > li > a {
      display: block; }

.nav--preheader li {
  margin: 0; }
  .nav--preheader li:last-child:after {
    display: none; }
  .nav--preheader li a {
    display: inline-block; }
  .nav--preheader li:after {
    display: inline-block;
    content: '/';
    float: right;
    margin: 0 12px; }

.header__navigation {
  position: relative; }
  .header__navigation .nav--header {
    background-color: #1F3280; }
    .header__navigation .nav--header .mega-menu__column {
      display: none;
      margin-left: 0;
      opacity: 0; }
      .header__navigation .nav--header .mega-menu__column li {
        padding-left: 0; }
      .header__navigation .nav--header .mega-menu__column.open {
        opacity: 1; }
      @media screen and (max-width: 1134px) {
        .header__navigation .nav--header .mega-menu__column h3 {
          text-transform: capitalize;
          color: #fff;
          margin-left: 24px; } }
      @media screen and (max-width: 1134px) {
        .header__navigation .nav--header .mega-menu__column {
          padding: 12px 0; } }
    .header__navigation .nav--header .sub-menu {
      list-style: none; }
      .header__navigation .nav--header .sub-menu li {
        padding-left: 0;
        text-transform: none;
        padding-bottom: 0; }
        .header__navigation .nav--header .sub-menu li a {
          color: #FFF;
          line-height: unset; }
  .header__navigation .header__logo,
  .header__navigation .nav--preheader {
    display: none; }
    @media screen and (max-width: 1134px) {
      .header__navigation .header__logo,
      .header__navigation .nav--preheader {
        display: block; } }
  .header__navigation li {
    position: relative;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: background 250ms;
    -o-transition: background 250ms;
    transition: background 250ms;
    font-size: 18px;
    font-size: 1.125rem; }
    .header__navigation li.menu-item-has-sub-menu.open a:after {
      -webkit-transition: ease-in-out 250ms;
      -o-transition: ease-in-out 250ms;
      transition: ease-in-out 250ms;
      -webkit-transform: translateY(-50%) rotateX(180deg);
              transform: translateY(-50%) rotateX(180deg); }
    .header__navigation li.menu-item-has-sub-menu > a {
      position: relative; }
      @media screen and (max-width: 1134px) {
        .header__navigation li.menu-item-has-sub-menu > a:after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: 15px;
          width: 35px;
          background-image: url("./img/chevron-down.svg");
          -webkit-background-size: cover;
                  background-size: cover;
          background-repeat: no-repeat; } }
    .header__navigation li:hover, .header__navigation li.active {
      background-color: #FFD236; }
      .header__navigation li:hover > a, .header__navigation li.active > a {
        color: #1F3280 !important; }
        @media screen and (max-width: 1134px) {
          .header__navigation li:hover > a, .header__navigation li.active > a {
            color: #FFD236 !important; } }
      @media screen and (max-width: 1134px) {
        .header__navigation li:hover, .header__navigation li.active {
          background-color: unset; } }
    .header__navigation li.active {
      z-index: 510; }
    .header__navigation li.current-menu-item a {
      color: #FFD236; }
    .header__navigation li > a {
      padding: 18px 24px;
      font-weight: 700; }
      @media screen and (max-width: 1134px) {
        .header__navigation li > a {
          padding: 0; } }
  .header__navigation a {
    color: #fff;
    -webkit-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms; }
    .header__navigation a:hover {
      color: #FFD236;
      text-decoration: none; }
  .header__navigation:before {
    display: block;
    position: absolute;
    content: '';
    background-color: #1F3280;
    width: 50vw;
    height: 100%;
    left: -50vw; }
  .header__navigation .header__logo {
    position: absolute;
    top: 24px;
    left: 24px; }
    .header__navigation .header__logo img {
      max-width: 210px; }
  @media screen and (max-width: 1134px) {
    .header__navigation {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: -50px;
      width: 100%;
      height: 100%;
      margin: 0;
      opacity: 1;
      background-color: #1F3280;
      -webkit-overflow-scrolling: touch;
      z-index: 500; }
      .header__navigation .nav--header {
        position: relative;
        margin: 105px 24px 24px 24px;
        overflow: visible;
        padding: 0;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none;
        -webkit-overflow-scrolling: touch; }
        .header__navigation .nav--header > li {
          width: 100%;
          margin: 0;
          font-size: 48px;
          font-size: 3rem;
          font-weight: bold;
          padding: 0; } }
      @media screen and (max-width: 1134px) and (max-width: 480px) {
        .header__navigation .nav--header > li {
          font-size: 38px;
          font-size: 2.375rem; } }
  @media screen and (max-width: 1134px) {
      .header__navigation .nav--preheader {
        margin-left: 24px; }
        .header__navigation .nav--preheader > li {
          display: block;
          padding: 0;
          text-transform: none;
          margin-bottom: 6px; } }

.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 24px; }
  .alert.alert--success {
    color: #5CB85C;
    border-color: #5CB85C; }
  .alert.alert--info {
    color: #1F3280;
    border-color: #1F3280; }
  .alert.alert--warning {
    color: #F0AD4E;
    border-color: #F0AD4E; }
  .alert.alert--danger {
    color: #D9534F;
    border-color: #D9534F; }

.section.section--banner {
  position: relative;
  margin-top: -30px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  .section.section--banner .banner_background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 72px 24px;
    color: #fff;
    clear: both;
    min-height: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    margin: auto; }
    .section.section--banner .banner_background:before, .section.section--banner .banner_background:after {
      position: absolute;
      z-index: 1;
      height: 100%;
      background: rgba(0, 0, 0, 0.65); }
    .section.section--banner .banner_background:before {
      display: block;
      content: '';
      top: 0;
      left: calc(-50vw + 24px);
      width: 50vw; }
      @media screen and (max-width: 480px) {
        .section.section--banner .banner_background:before {
          display: none; } }
    .section.section--banner .banner_background:after {
      display: block;
      content: '';
      top: 0;
      width: 33%;
      background: rgba(0, 0, 0, 0.65);
      -webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%); }
      @media screen and (max-width: 1134px) {
        .section.section--banner .banner_background:after {
          width: 350px; } }
      @media screen and (max-width: 480px) {
        .section.section--banner .banner_background:after {
          top: unset;
          left: 0;
          right: 0;
          width: 100%;
          -webkit-clip-path: polygon(0 44%, 100% 81%, 100% 100%, 0% 100%);
                  clip-path: polygon(0 44%, 100% 81%, 100% 100%, 0% 100%); } }
    @media screen and (max-width: 480px) {
      .section.section--banner .banner_background {
        padding: 144px 24px; } }
  @media screen and (max-width: 1134px) {
    .section.section--banner {
      margin-top: 0; } }

.section .banner__overlay {
  position: absolute;
  top: 0;
  width: 230px;
  height: 100%;
  background: rgba(255, 210, 54, 0.3);
  -webkit-clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
  left: 23.5%; }
  @media screen and (max-width: 1134px) {
    .section .banner__overlay {
      left: 250px;
      -webkit-clip-path: polygon(53% 0%, 100% -25%, 35% 100%, 0% 100%);
              clip-path: polygon(53% 0%, 100% -25%, 35% 100%, 0% 100%); } }
  @media screen and (max-width: 480px) {
    .section .banner__overlay {
      top: unset;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-clip-path: polygon(0 33%, 100% 71%, 100% 100%, 0% 100%);
              clip-path: polygon(0 33%, 100% 71%, 100% 100%, 0% 100%); } }

.section .banner_content {
  position: relative;
  z-index: 2;
  max-width: 400px; }

.section .banner__features {
  background-color: #437CFF;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 480px) {
    .section .banner__features {
      display: none; } }

.section.section--logos {
  padding: 48px 0; }
  @media screen and (max-width: 480px) {
    .section.section--logos {
      display: none; } }

.section.section--featured-products {
  position: relative;
  padding: 0 0 48px 0; }
  @media screen and (max-width: 480px) {
    .section.section--featured-products .container {
      padding: 0; } }
  .section.section--featured-products .products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .section.section--featured-products .products-list > div {
      width: 25%; }
      .section.section--featured-products .products-list > div img {
        margin-bottom: 12px; }
    .section.section--featured-products .products-list p {
      margin-bottom: 0; }
  .section.section--featured-products .featured-products__images--rollover {
    position: relative; }
    .section.section--featured-products .featured-products__images--rollover:hover .featured-products__image--rollover {
      display: block; }
    .section.section--featured-products .featured-products__images--rollover:hover .featured-products__image--main {
      display: none; }
    .section.section--featured-products .featured-products__images--rollover .featured-products__image--rollover {
      display: none; }
    .section.section--featured-products .featured-products__images--rollover img {
      -webkit-transition: ease-in-out 250ms;
      -o-transition: ease-in-out 250ms;
      transition: ease-in-out 250ms; }
  .section.section--featured-products .slider {
    display: none; }
    .section.section--featured-products .slider .slide {
      padding: 0 24px; }
      .section.section--featured-products .slider .slide img {
        margin: 0 auto 24px; }
    @media screen and (max-width: 480px) {
      .section.section--featured-products .slider {
        display: block; } }
  @media screen and (max-width: 1134px) {
    .section.section--featured-products {
      padding: 48px 0; } }

.section.section--feature-boxes, .section.section--kit-builder {
  padding: 72px 0 48px; }
  .section.section--feature-boxes .feature-boxes, .section.section--kit-builder .feature-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section.section--feature-boxes .feature-boxes > div, .section.section--kit-builder .feature-boxes > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      width: 33.33%;
      color: #fff;
      padding: 10px;
      position: relative;
      padding: 24px 12px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; }
      @media screen and (max-width: 1134px) {
        .section.section--feature-boxes .feature-boxes > div:last-of-type, .section.section--kit-builder .feature-boxes > div:last-of-type {
          margin-bottom: 0; } }
      @media screen and (max-width: 1134px) {
        .section.section--feature-boxes .feature-boxes > div, .section.section--kit-builder .feature-boxes > div {
          width: 100%;
          padding: 72px 12px 24px;
          margin-bottom: 24px; } }
    .section.section--feature-boxes .feature-boxes a, .section.section--kit-builder .feature-boxes a {
      color: #fff;
      text-decoration: none; }
    .section.section--feature-boxes .feature-boxes .feature-boxes__title, .section.section--kit-builder .feature-boxes .feature-boxes__title {
      display: block;
      text-transform: uppercase;
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 1em;
      color: #fff;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .section.section--feature-boxes .feature-boxes .feature-boxes__title, .section.section--kit-builder .feature-boxes .feature-boxes__title {
          font-size: 52px;
          font-size: 3.25rem; } }
    .section.section--feature-boxes .feature-boxes .feature-boxes__subtitle, .section.section--kit-builder .feature-boxes .feature-boxes__subtitle {
      display: block;
      max-width: 50%;
      margin-bottom: 24px; }
    @media screen and (max-width: 1134px) {
      .section.section--feature-boxes .feature-boxes, .section.section--kit-builder .feature-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media screen and (max-width: 1134px) {
    .section.section--feature-boxes, .section.section--kit-builder {
      padding: 48px 0 0; } }

.section.section--promotional-banner {
  padding: 24px 0;
  margin-top: 96px;
  background-color: #FFD236; }
  .section.section--promotional-banner.section--no-padding {
    padding-bottom: 0; }
  @media screen and (max-width: 1134px) {
    .section.section--promotional-banner .container {
      padding: 0; } }
  .section.section--promotional-banner .promotional-banner__content h2, .section.section--promotional-banner .promotional-banner__content .section.section--one-column h1, .section.section--one-column .section.section--promotional-banner .promotional-banner__content h1 {
    margin-bottom: 12px; }
  @media screen and (max-width: 1134px) {
    .section.section--promotional-banner .promotional-banner__content {
      padding: 0 24px; } }
  .section.section--promotional-banner .promotional-banner__image {
    margin-top: -96px; }
    @media screen and (max-width: 1134px) {
      .section.section--promotional-banner .promotional-banner__image {
        margin: 48px 0 0 -10%;
        max-width: unset;
        width: 120%; } }
  @media screen and (max-width: 1134px) {
    .section.section--promotional-banner {
      margin-top: 0;
      padding: 48px 0;
      overflow: hidden; } }

.section.section--search {
  padding-top: 24px; }
  .section.section--search .search__header {
    margin-bottom: 48px; }
    .section.section--search .search__header h1 {
      font-size: 50px;
      font-size: 3.125rem;
      color: #1F3280; }
      @media screen and (max-width: 1134px) {
        .section.section--search .search__header h1 {
          font-size: 42px;
          font-size: 2.625rem; } }
  .section.section--search .product {
    margin-bottom: 48px;
    text-align: center; }
    .section.section--search .product .h2 {
      margin: 0;
      padding: 0.5em 0;
      font-size: 22px;
      font-size: 1.375rem;
      text-transform: none;
      font-weight: bold; }

.section.section--kit-builder {
  padding: 24px 0 72px; }
  .section.section--kit-builder .kit-builder__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px;
    background-color: #E6E6E6;
    margin-bottom: 48px; }
    .section.section--kit-builder .kit-builder__header h2, .section.section--kit-builder .kit-builder__header .section.section--one-column h1, .section.section--one-column .section.section--kit-builder .kit-builder__header h1 {
      text-transform: none;
      margin-bottom: 0; }
      @media screen and (max-width: 815px) {
        .section.section--kit-builder .kit-builder__header h2, .section.section--kit-builder .kit-builder__header .section.section--one-column h1, .section.section--one-column .section.section--kit-builder .kit-builder__header h1 {
          margin-bottom: 6px; } }
      @media screen and (max-width: 480px) {
        .section.section--kit-builder .kit-builder__header h2, .section.section--kit-builder .kit-builder__header .section.section--one-column h1, .section.section--one-column .section.section--kit-builder .kit-builder__header h1 {
          line-height: 39px; } }
    @media screen and (max-width: 815px) {
      .section.section--kit-builder .kit-builder__header div {
        margin-bottom: 6px; } }
    @media screen and (max-width: 480px) {
      .section.section--kit-builder .kit-builder__header div {
        margin-top: 12px; } }
    @media screen and (max-width: 815px) {
      .section.section--kit-builder .kit-builder__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .section.section--kit-builder .col--lg-9.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section.section--kit-builder .col--lg-9.flex-col .kit-builder__ctas {
      margin-top: auto; }
      @media screen and (max-width: 1134px) {
        .section.section--kit-builder .col--lg-9.flex-col .kit-builder__ctas {
          margin-bottom: 24px; } }
  .section.section--kit-builder .col--lg-9 .col--lg-4 {
    position: relative; }
    .section.section--kit-builder .col--lg-9 .col--lg-4:before {
      content: '';
      position: absolute;
      top: 6px;
      bottom: 0;
      left: 12px;
      width: 1px;
      background-color: #000; }
      @media screen and (max-width: 1134px) {
        .section.section--kit-builder .col--lg-9 .col--lg-4:before {
          display: none; } }
    .section.section--kit-builder .col--lg-9 .col--lg-4:first-of-type:before {
      display: none; }
    .section.section--kit-builder .col--lg-9 .col--lg-4:nth-of-type(4):before {
      display: none; }
  .section.section--kit-builder .list--filters .active span {
    border: 3px solid #1F3280; }
  .section.section--kit-builder h1 {
    color: #1F3280; }
  .section.section--kit-builder .mb-base {
    margin-bottom: 24px; }
  @media screen and (max-width: 1135px) {
    .section.section--kit-builder .kit-builder__ctas {
      margin-bottom: 24px; } }
  .section.section--kit-builder .form--quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section.section--kit-builder .form--quantity .form__group {
      margin-right: 24px; }
      .section.section--kit-builder .form--quantity .form__group input {
        height: 60px;
        text-align: center;
        font-weight: 600;
        color: #000;
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 60px;
        margin-right: 6px; }
      .section.section--kit-builder .form--quantity .form__group label {
        color: #1F3280;
        font-size: 18px;
        font-size: 1.125rem; }
      .section.section--kit-builder .form--quantity .form__group input::-webkit-outer-spin-button,
      .section.section--kit-builder .form--quantity .form__group input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .section.section--kit-builder .form--quantity .form__group .quantity__input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .section.section--kit-builder .form--quantity .form__group .quantity__input .quantity__buttons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          color: #FFF;
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 1;
          font-weight: 600;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .section.section--kit-builder .form--quantity .form__group .quantity__input .quantity__buttons button {
            background-color: #1F3280;
            aspect-ratio: 1/1;
            width: 28px; }
  .section.section--kit-builder .form--options .strong, .section.section--kit-builder .form--options .text-price {
    color: #000; }
  .section.section--kit-builder .form--options select {
    border: none;
    background-color: #E6E6E6; }
  .section.section--kit-builder .form--options tr, .section.section--kit-builder .form--options td {
    vertical-align: middle; }
  .section.section--kit-builder .form--options tr.apply-all {
    vertical-align: unset; }
    .section.section--kit-builder .form--options tr.apply-all td {
      vertical-align: unset; }
  .section.section--kit-builder .form--options td {
    font-size: 18px;
    font-size: 1.125rem; }
  .section.section--kit-builder .form--customisation .customisation__field.open .form {
    display: block; }
  .section.section--kit-builder .form--customisation .customisation__field .form {
    display: none; }
  .section.section--kit-builder .form--customisation .form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(230, 230, 230, 0.5);
    padding: 12px;
    color: #000;
    cursor: pointer; }
    .section.section--kit-builder .form--customisation .form__header.open {
      background-color: #E6E6E6; }
      .section.section--kit-builder .form--customisation .form__header.open p {
        opacity: 1; }
    .section.section--kit-builder .form--customisation .form__header p {
      font-weight: 600;
      color: #000;
      opacity: .5;
      margin-bottom: 0; }
    .section.section--kit-builder .form--customisation .form__header a {
      text-decoration: underline;
      line-height: 1;
      color: #000;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem; }
  .section.section--kit-builder .form--customisation .list--options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 5px;
    list-style: none;
    margin: 0 0 24px; }
    .section.section--kit-builder .form--customisation .list--options li {
      text-align: center;
      margin-bottom: 0; }
      .section.section--kit-builder .form--customisation .list--options li .option__radio-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #000;
        margin-bottom: 5px;
        opacity: .5;
        cursor: pointer;
        -webkit-transition: opacity ease-in-out 250ms;
        -o-transition: opacity ease-in-out 250ms;
        transition: opacity ease-in-out 250ms;
        aspect-ratio: 1/1; }
        .section.section--kit-builder .form--customisation .list--options li .option__radio-label.active {
          opacity: 1;
          border: 3px solid #1F3280; }
        .section.section--kit-builder .form--customisation .list--options li .option__radio-label input {
          display: none; }
  .section.section--kit-builder .form--customisation select {
    background-color: #E6E6E6; }
  .section.section--kit-builder .form--customisation input[type="file"] {
    padding: 0;
    margin-bottom: 12px;
    border: none; }
  .section.section--kit-builder .add-customisation-option {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 32px;
    margin-bottom: 24px;
    font-weight: 600; }
    .section.section--kit-builder .add-customisation-option:before {
      content: "+";
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: -32px;
      height: 24px;
      width: 24px;
      background-color: #1F3280;
      color: #FFF;
      font-size: 32px; }
  .section.section--kit-builder .pricing .text-price {
    margin-bottom: 0; }
  .section.section--kit-builder .feature-boxes {
    min-height: 400px; }
  .section.section--kit-builder .feature-box {
    diplay: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    width: 50% !important;
    cursor: pointer;
    padding: 24px !important;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center; }
    .section.section--kit-builder .feature-box:first-of-type {
      background-image: url("./img/junior-kits.jpeg"); }
    .section.section--kit-builder .feature-box:last-of-type {
      background-image: url("./img/adult-kits.jpeg"); }
    .section.section--kit-builder .feature-box a {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .section.section--kit-builder .feature-box .feature-boxes__title {
      position: relative;
      width: 60%; }
      @media screen and (max-width: 480px) {
        .section.section--kit-builder .feature-box .feature-boxes__title {
          width: 100%; } }
    .section.section--kit-builder .feature-box .feature-boxes__subtitle {
      position: relative;
      margin-bottom: 96px;
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 40px; }
    @media screen and (max-width: 1134px) {
      .section.section--kit-builder .feature-box {
        width: 100% !important; } }
  .section.section--kit-builder .btn--back {
    margin-right: 12px; }
    @media screen and (max-width: 480px) {
      .section.section--kit-builder .btn--back {
        margin-bottom: 24px; } }
  .section.section--kit-builder .kits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .section.section--kit-builder .kits .kit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .section.section--kit-builder .kits .kit .shirt {
        width: 250px; }
      .section.section--kit-builder .kits .kit .socks {
        width: 100px; }
      .section.section--kit-builder .kits .kit .shorts {
        width: 200px; }

.section.section--one-column {
  padding: 24px 0 48px; }
  .section.section--one-column h1 {
    color: #1F3280; }

.list.list--filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
  list-style: none;
  margin: 0; }
  .list.list--filters li a {
    display: block;
    opacity: 0.5;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem; }
    .list.list--filters li a span {
      display: block;
      width: 100%;
      height: 75px;
      border: 1px #444 solid;
      margin-bottom: 5px;
      -webkit-background-size: contain;
              background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .list.list--filters li a:hover {
      text-decoration: none; }
    .list.list--filters li a.active {
      opacity: 1; }

.list.list--products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .list.list--products li a {
    display: block;
    opacity: 0.5; }
    .list.list--products li a:hover {
      text-decoration: none; }
    .list.list--products li a.active {
      opacity: 1; }
  @media screen and (max-width: 480px) {
    .list.list--products {
      grid-template-columns: repeat(3, 1fr); } }

.button-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px -24px; }
  .button-grid div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 24px; }
    .button-grid div a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 200px; }

.kitbuilder__preview img {
  display: block;
  margin: auto; }

.kitbuilder__preview .tops {
  width: 250px; }

.kitbuilder__preview .shorts {
  width: 200px; }

.kitbuilder__preview .socks {
  width: 100px; }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loading {
  position: relative;
  background-color: #fff;
  pointer-events: none; }
  .loading:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100; }
  .loading:after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #1F3280;
    border-bottom-color: #1F3280;
    -webkit-animation: spinner .8s ease infinite;
            animation: spinner .8s ease infinite; }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.updating {
  position: relative;
  background-color: #fff;
  pointer-events: none; }
  .updating:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 0.6; }
  .updating:after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #1F3280;
    border-bottom-color: #1F3280;
    -webkit-animation: spinner .8s ease infinite;
            animation: spinner .8s ease infinite; }

.mb {
  margin-bottom: 24px; }

/*# sourceMappingURL=style.css.map */
